@font-face {
	font-family: "icomoon";
	src: url(../fonts/icomoon.eot);
	src: url(../fonts/icomoon.eot#iefix) format("embedded-opentype"), url(../fonts/icomoon.ttf) format("truetype"), url(../fonts/icomoon.woff) format("woff"), url(../fonts/icomoon.svg#icomoon) format("svg");
	font-weight: 400;
	font-style: normal;
	font-display: block
}
[class^=icon-], [class*=" icon-"] {
	font-family: "icomoon"!important;
	speak: never;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
.icon-tiktok:before {
	content: "\e900"
}
.icon-twitter-x, .la-twitter {
	font-family: "icomoon"!important
}
.icon-twitter-x:before, .la-twitter:before {
	content: "\e901"!important
}
.icon-bluesky:before {
	content: "\e902"
}
.icon-conversation:before {
	content: "\e904"
}
.icon-threads:before {
	content: "\e905"
}
@font-face {
	font-family: "Lato";
	src: url(../fonts/Lato-Italic.woff2) format("woff2"), url(../fonts/Lato-Italic.woff) format("woff");
	font-weight: 400;
	font-style: italic;
	font-display: swap
}
@font-face {
	font-family: "Lato";
	src: url(../fonts/Lato-Bold.woff2) format("woff2"), url(../fonts/Lato-Bold.woff) format("woff");
	font-weight: 700;
	font-style: normal;
	font-display: swap
}
@font-face {
	font-family: "Lato";
	src: url(../fonts/Lato-Regular.woff2) format("woff2"), url(../fonts/Lato-Regular.woff) format("woff");
	font-weight: 400;
	font-style: normal;
	font-display: swap
}
@font-face {
	font-family: "Lato";
	src: url(../fonts/Lato-Black.woff2) format("woff2"), url(../fonts/Lato-Black.woff) format("woff");
	font-weight: 900;
	font-style: normal;
	font-display: swap
}
@font-face {
	font-family: "Ubuntu";
	src: url(../fonts/Ubuntu-Medium.woff2) format("woff2"), url(../fonts/Ubuntu-Medium.woff) format("woff");
	font-weight: 500;
	font-style: normal;
	font-display: swap
}
@font-face {
	font-family: "Ubuntu";
	src: url(../fonts/Ubuntu-Regular.woff2) format("woff2"), url(../fonts/Ubuntu-Regular.woff) format("woff");
	font-weight: 400;
	font-style: normal;
	font-display: swap
}
:root {
	--link-color: #0075AC
}
/*!
 * Bootstrap Reboot v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */

:root {
	--bs-blue: #0d6efd;
	--bs-indigo: #6610f2;
	--bs-purple: #6f42c1;
	--bs-pink: #d63384;
	--bs-red: #EB0707;
	--bs-orange: #fd7e14;
	--bs-yellow: #ffc107;
	--bs-green: #198754;
	--bs-teal: #20c997;
	--bs-cyan: #0dcaf0;
	--bs-white: #fff;
	--bs-gray: #6c757d;
	--bs-gray-dark: #343a40;
	--bs-gray-100: #f8f9fa;
	--bs-gray-200: #e9ecef;
	--bs-gray-300: #dee2e6;
	--bs-gray-400: #ced4da;
	--bs-gray-500: #adb5bd;
	--bs-gray-600: #6c757d;
	--bs-gray-700: #495057;
	--bs-gray-800: #343a40;
	--bs-gray-900: #212529;
	--bs-primary: #0d6efd;
	--bs-secondary: #6c757d;
	--bs-success: #198754;
	--bs-info: #0dcaf0;
	--bs-warning: #ffc107;
	--bs-danger: #EB0707;
	--bs-light: #f8f9fa;
	--bs-dark: #212529;
	--bs-primary-rgb: 13, 110, 253;
	--bs-secondary-rgb: 108, 117, 125;
	--bs-success-rgb: 25, 135, 84;
	--bs-info-rgb: 13, 202, 240;
	--bs-warning-rgb: 255, 193, 7;
	--bs-danger-rgb: 235, 7, 7;
	--bs-light-rgb: 248, 249, 250;
	--bs-dark-rgb: 33, 37, 41;
	--bs-white-rgb: 255, 255, 255;
	--bs-black-rgb: 0, 0, 0;
	--bs-body-color-rgb: 33, 37, 41;
	--bs-body-bg-rgb: 255, 255, 255;
	--bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	--bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	--bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
	--bs-body-font-family: Lato, sans-serif;
	--bs-body-font-size: 1rem;
	--bs-body-font-weight: 400;
	--bs-body-line-height: 1.5;
	--bs-body-color: #212529;
	--bs-body-bg: #fff
}
*, ::before, ::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
@media (prefers-reduced-motion:no-preference) {
	:root {
		scroll-behavior: smooth
	}
}
body {
	margin: 0;
	font-family: var(--bs-body-font-family);
	font-size: var(--bs-body-font-size);
	font-weight: var(--bs-body-font-weight);
	line-height: var(--bs-body-line-height);
	color: var(--bs-body-color);
	text-align: var(--bs-body-text-align);
	background-color: var(--bs-body-bg);
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent
}
hr {
	margin: 1rem 0;
	color: inherit;
	background-color: currentColor;
	border: 0;
	opacity: .25
}
hr:not([size]) {
	height: 1px
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	margin-top: 0;
	margin-bottom: 20px;
	font-family: "Lato", sans-serif;
	font-weight: 900;
	line-height: 150%;
	color: #002542
}
h1, .h1 {
	font-size: calc(1.6875rem + 3.9375vw)
}
@media (min-width:1600px) {
	h1, .h1 {
		font-size: 5.625rem
	}
}
h2, .h2 {
	font-size: calc(1.46875rem + 1.96875vw)
}
@media (min-width:1600px) {
	h2, .h2 {
		font-size: 3.4375rem
	}
}
h3, .h3 {
	font-size: calc(1.375rem + 1.125vw)
}
@media (min-width:1600px) {
	h3, .h3 {
		font-size: 2.5rem
	}
}
h4, .h4 {
	font-size: calc(1.35rem + .9vw)
}
@media (min-width:1600px) {
	h4, .h4 {
		font-size: 2.25rem
	}
}
h5, .h5 {
	font-size: calc(1.3rem + .45vw)
}
@media (min-width:1600px) {
	h5, .h5 {
		font-size: 1.75rem
	}
}
h6, .h6 {
	font-size: calc(1.2625rem + .1125vw)
}
@media (min-width:1600px) {
	h6, .h6 {
		font-size: 1.375rem
	}
}
p {
	margin-top: 0;
	margin-bottom: 1rem
}
abbr[title], abbr[data-bs-original-title] {
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	cursor: help;
	-webkit-text-decoration-skip-ink: none;
	text-decoration-skip-ink: none
}
address {
	margin-bottom: 1rem;
	font-style: normal;
	line-height: inherit
}
ol, ul {
	padding-left: 2rem
}
ol, ul, dl {
	margin-top: 0;
	margin-bottom: 1rem
}
ol ol, ul ul, ol ul, ul ol {
	margin-bottom: 0
}
dt {
	font-weight: 700
}
dd {
	margin-bottom: .5rem;
	margin-left: 0
}
blockquote {
	margin: 0 0 1rem
}
b, strong {
	font-weight: bolder
}
small, .small {
	font-size: .875em
}
mark, .mark {
	padding: .2em;
	background-color: #fcf8e3
}
sub, sup {
	position: relative;
	font-size: .75em;
	line-height: 0;
	vertical-align: baseline
}
sub {
	bottom: -.25em
}
sup {
	top: -.5em
}
a {
	color: #0075ac;
	text-decoration: none
}
a:hover {
	color: #005e8a;
	text-decoration: none
}
a:not([href]):not([class]), a:not([href]):not([class]):hover {
	color: inherit;
	text-decoration: none
}
pre, code, kbd, samp {
	font-family: var(--bs-font-monospace);
	font-size: 1em;
	direction: ltr;
	unicode-bidi: bidi-override
}
pre {
	display: block;
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto;
	font-size: .875em
}
pre code {
	font-size: inherit;
	color: inherit;
	word-break: normal
}
code {
	font-size: .875em;
	color: #d63384;
	word-wrap: break-word
}
a>code {
	color: inherit
}
kbd {
	padding: .2rem .4rem;
	font-size: .875em;
	color: #fff;
	background-color: #212529;
	border-radius: .2rem
}
kbd kbd {
	padding: 0;
	font-size: 1em;
	font-weight: 700
}
figure {
	margin: 0 0 1rem
}
img, svg {
	vertical-align: middle
}
table {
	caption-side: bottom;
	border-collapse: collapse
}
caption {
	padding-top: .5rem;
	padding-bottom: .5rem;
	color: #6c757d;
	text-align: left
}
th {
	text-align: inherit;
	text-align: -webkit-match-parent

}
thead, tbody, tfoot, tr, td, th {
	border-color: inherit;
	border-style: solid;
	border-width: 0
}
label {
	display: inline-block
}
button {
	border-radius: 0
}
button:focus:not(:focus-visible) {
	outline: 0
}
input, button, select, optgroup, textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}
button, select {
	text-transform: none
}
[role=button] {
	cursor: pointer
}
select {
	word-wrap: normal
}
select:disabled {
	opacity: 1
}
[list]::-webkit-calendar-picker-indicator {
	display: none
}
button, [type=button], [type=reset], [type=submit] {
	-webkit-appearance: button
}
button:not(:disabled), [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled) {
	cursor: pointer
}
::-moz-focus-inner {
	padding: 0;
	border-style: none
}
textarea {
	resize: vertical
}
fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0
}
legend {
	float: left;
	width: 100%;
	padding: 0;
	margin-bottom: .5rem;
	font-size: calc(1.275rem + .225vw);
	line-height: inherit
}
@media (min-width:1600px) {
	legend {
		font-size: 1.5rem
	}
}
legend+* {
	clear: left
}
::-webkit-datetime-edit-fields-wrapper, ::-webkit-datetime-edit-text, ::-webkit-datetime-edit-minute, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-year-field {
	padding: 0
}
::-webkit-inner-spin-button {
	height: auto
}
[type=search] {
	outline-offset: -2px;
	-webkit-appearance: textfield
}
::-webkit-search-decoration {
	-webkit-appearance: none
}
::-webkit-color-swatch-wrapper {
	padding: 0
}
::file-selector-button {
	font: inherit
}
::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button
}
output {
	display: inline-block
}
iframe {
	border: 0
}
summary {
	display: list-item;
	cursor: pointer
}
progress {
	vertical-align: baseline
}
[hidden] {
	display: none!important
}
/*!
 * Bootstrap Grid v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */

:root {
	--bs-blue: #0d6efd;
	--bs-indigo: #6610f2;
	--bs-purple: #6f42c1;
	--bs-pink: #d63384;
	--bs-red: #EB0707;
	--bs-orange: #fd7e14;
	--bs-yellow: #ffc107;
	--bs-green: #198754;
	--bs-teal: #20c997;
	--bs-cyan: #0dcaf0;
	--bs-white: #fff;
	--bs-gray: #6c757d;
	--bs-gray-dark: #343a40;
	--bs-gray-100: #f8f9fa;
	--bs-gray-200: #e9ecef;
	--bs-gray-300: #dee2e6;
	--bs-gray-400: #ced4da;
	--bs-gray-500: #adb5bd;
	--bs-gray-600: #6c757d;
	--bs-gray-700: #495057;
	--bs-gray-800: #343a40;
	--bs-gray-900: #212529;
	--bs-primary: #0d6efd;
	--bs-secondary: #6c757d;
	--bs-success: #198754;
	--bs-info: #0dcaf0;
	--bs-warning: #ffc107;
	--bs-danger: #EB0707;
	--bs-light: #f8f9fa;
	--bs-dark: #212529;
	--bs-primary-rgb: 13, 110, 253;
	--bs-secondary-rgb: 108, 117, 125;
	--bs-success-rgb: 25, 135, 84;
	--bs-info-rgb: 13, 202, 240;
	--bs-warning-rgb: 255, 193, 7;
	--bs-danger-rgb: 235, 7, 7;
	--bs-light-rgb: 248, 249, 250;
	--bs-dark-rgb: 33, 37, 41;
	--bs-white-rgb: 255, 255, 255;
	--bs-black-rgb: 0, 0, 0;
	--bs-body-color-rgb: 33, 37, 41;
	--bs-body-bg-rgb: 255, 255, 255;
	--bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	--bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	--bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
	--bs-body-font-family: Lato, sans-serif;
	--bs-body-font-size: 1rem;
	--bs-body-font-weight: 400;
	--bs-body-line-height: 1.5;
	--bs-body-color: #212529;
	--bs-body-bg: #fff
}
.container, .container-fluid, .container-md, .container-lg, .container-xl, .container-xxl, .container-xxxl {
	width: 100%;
	padding-right: var(--bs-gutter-x, 0.75rem);
	padding-left: var(--bs-gutter-x, 0.75rem);
	margin-right: auto;
	margin-left: auto
}
@media (min-width:768px) {
	.container, .container-sm, .container-md {
		max-width: 740px
	}
}
@media (min-width:1024px) {
	.container, .container-sm, .container-md, .container-lg {
		max-width: 960px
	}
}
@media (min-width:1200px) {
	.container, .container-sm, .container-md, .container-lg, .container-xl {
		max-width: 1140px
	}
}
@media (min-width:1540px) {
	.container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
		max-width: 1340px
	}
}
@media (min-width:1600px) {
	.container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl, .container-xxxl {
		max-width: 1440px
	}
}
.row {
	--bs-gutter-x: 1.5rem;
	--bs-gutter-y: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: calc(-1*var(--bs-gutter-y));
	margin-right: calc(-.5*var(--bs-gutter-x));
	margin-left: calc(-.5*var(--bs-gutter-x))
}
.row>* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	max-width: 100%;
	padding-right: calc(var(--bs-gutter-x)*.5);
	padding-left: calc(var(--bs-gutter-x)*.5);
	margin-top: var(--bs-gutter-y)
}
.col {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 0%;
	flex: 1 0 0%
}
.row-cols-auto>* {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto
}
.row-cols-1>* {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 100%
}
.row-cols-2>* {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 50%
}
.row-cols-3>* {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 33.33333%
}
.row-cols-4>* {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 25%
}
.row-cols-5>* {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 20%
}
.row-cols-6>* {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 16.66667%
}
.col-auto {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto
}
.col-1 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 8.33333%
}
.col-2 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 16.66667%
}
.col-3 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 25%
}
.col-4 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 33.33333%
}
.col-5 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 41.66667%
}
.col-6 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 50%
}
.col-7 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 58.33333%
}
.col-8 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 66.66667%
}
.col-9 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 75%
}
.col-10 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 83.33333%
}
.col-11 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 91.66667%
}
.col-12 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 100%
}
.offset-1 {
	margin-left: 8.33333%
}
.offset-2 {
	margin-left: 16.66667%
}
.offset-3 {
	margin-left: 25%
}
.offset-4 {
	margin-left: 33.33333%
}
.offset-5 {
	margin-left: 41.66667%
}
.offset-6 {
	margin-left: 50%
}
.offset-7 {
	margin-left: 58.33333%
}
.offset-8 {
	margin-left: 66.66667%
}
.offset-9 {
	margin-left: 75%
}
.offset-10 {
	margin-left: 83.33333%
}
.offset-11 {
	margin-left: 91.66667%
}
.g-0, .gx-0 {
	--bs-gutter-x: 0
}
.g-0, .gy-0 {
	--bs-gutter-y: 0
}
.g-1, .gx-1 {
	--bs-gutter-x: 0.25rem
}
.g-1, .gy-1 {
	--bs-gutter-y: 0.25rem
}
.g-2, .gx-2 {
	--bs-gutter-x: 0.5rem
}
.g-2, .gy-2 {
	--bs-gutter-y: 0.5rem
}
.g-3, .gx-3 {
	--bs-gutter-x: 1rem
}
.g-3, .gy-3 {
	--bs-gutter-y: 1rem
}

.g-4, .gx-4 {
	--bs-gutter-x: 1.5rem
}
.g-4, .gy-4 {
	--bs-gutter-y: 1.5rem
}
.g-5, .gx-5 {
	--bs-gutter-x: 3rem
}
.g-5, .gy-5 {
	--bs-gutter-y: 3rem
}
@media (min-width:576px) {
	.col-sm {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 0%;
		flex: 1 0 0%
	}
	.row-cols-sm-auto>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto
	}
	.row-cols-sm-1>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 100%
	}
	.row-cols-sm-2>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 50%
	}
	.row-cols-sm-3>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 33.33333%
	}
	.row-cols-sm-4>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 25%
	}
	.row-cols-sm-5>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 20%
	}
	.row-cols-sm-6>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 16.66667%
	}
	.col-sm-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto
	}
	.col-sm-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 8.33333%
	}
	.col-sm-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 16.66667%
	}
	.col-sm-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 25%
	}
	.col-sm-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 33.33333%
	}
	.col-sm-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 41.66667%
	}
	.col-sm-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 50%
	}
	.col-sm-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 58.33333%
	}
	.col-sm-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 66.66667%
	}
	.col-sm-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 75%
	}
	.col-sm-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 83.33333%
	}
	.col-sm-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 91.66667%
	}
	.col-sm-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 100%
	}
	.offset-sm-0 {
		margin-left: 0
	}
	.offset-sm-1 {
		margin-left: 8.33333%
	}
	.offset-sm-2 {
		margin-left: 16.66667%
	}
	.offset-sm-3 {
		margin-left: 25%
	}
	.offset-sm-4 {
		margin-left: 33.33333%
	}
	.offset-sm-5 {
		margin-left: 41.66667%
	}
	.offset-sm-6 {
		margin-left: 50%
	}
	.offset-sm-7 {
		margin-left: 58.33333%
	}
	.offset-sm-8 {
		margin-left: 66.66667%
	}
	.offset-sm-9 {
		margin-left: 75%
	}
	.offset-sm-10 {
		margin-left: 83.33333%
	}
	.offset-sm-11 {
		margin-left: 91.66667%
	}
	.g-sm-0, .gx-sm-0 {
		--bs-gutter-x: 0
	}
	.g-sm-0, .gy-sm-0 {
		--bs-gutter-y: 0
	}
	.g-sm-1, .gx-sm-1 {
		--bs-gutter-x: 0.25rem
	}
	.g-sm-1, .gy-sm-1 {
		--bs-gutter-y: 0.25rem
	}
	.g-sm-2, .gx-sm-2 {
		--bs-gutter-x: 0.5rem
	}
	.g-sm-2, .gy-sm-2 {
		--bs-gutter-y: 0.5rem
	}
	.g-sm-3, .gx-sm-3 {
		--bs-gutter-x: 1rem
	}
	.g-sm-3, .gy-sm-3 {
		--bs-gutter-y: 1rem
	}
	.g-sm-4, .gx-sm-4 {
		--bs-gutter-x: 1.5rem
	}
	.g-sm-4, .gy-sm-4 {
		--bs-gutter-y: 1.5rem
	}
	.g-sm-5, .gx-sm-5 {
		--bs-gutter-x: 3rem
	}
	.g-sm-5, .gy-sm-5 {
		--bs-gutter-y: 3rem
	}
}
@media (min-width:768px) {
	.col-md {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 0%;
		flex: 1 0 0%
	}
	.row-cols-md-auto>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto
	}
	.row-cols-md-1>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 100%
	}
	.row-cols-md-2>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 50%
	}
	.row-cols-md-3>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 33.33333%
	}
	.row-cols-md-4>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 25%
	}
	.row-cols-md-5>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 20%
	}
	.row-cols-md-6>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 16.66667%
	}
	.col-md-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto
	}
	.col-md-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 8.33333%
	}
	.col-md-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 16.66667%
	}
	.col-md-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 25%
	}
	.col-md-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 33.33333%
	}
	.col-md-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 41.66667%
	}
	.col-md-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 50%
	}
	.col-md-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 58.33333%
	}
	.col-md-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 66.66667%
	}
	.col-md-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 75%
	}
	.col-md-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 83.33333%
	}
	.col-md-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 91.66667%
	}
	.col-md-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 100%
	}
	.offset-md-0 {
		margin-left: 0
	}
	.offset-md-1 {
		margin-left: 8.33333%
	}
	.offset-md-2 {
		margin-left: 16.66667%
	}
	.offset-md-3 {
		margin-left: 25%
	}
	.offset-md-4 {
		margin-left: 33.33333%
	}
	.offset-md-5 {
		margin-left: 41.66667%
	}
	.offset-md-6 {
		margin-left: 50%
	}
	.offset-md-7 {
		margin-left: 58.33333%
	}
	.offset-md-8 {
		margin-left: 66.66667%
	}
	.offset-md-9 {
		margin-left: 75%
	}
	.offset-md-10 {
		margin-left: 83.33333%
	}
	.offset-md-11 {
		margin-left: 91.66667%
	}
	.g-md-0, .gx-md-0 {
		--bs-gutter-x: 0
	}
	.g-md-0, .gy-md-0 {
		--bs-gutter-y: 0
	}
	.g-md-1, .gx-md-1 {
		--bs-gutter-x: 0.25rem
	}
	.g-md-1, .gy-md-1 {
		--bs-gutter-y: 0.25rem
	}
	.g-md-2, .gx-md-2 {
		--bs-gutter-x: 0.5rem
	}
	.g-md-2, .gy-md-2 {
		--bs-gutter-y: 0.5rem
	}
	.g-md-3, .gx-md-3 {
		--bs-gutter-x: 1rem
	}
	.g-md-3, .gy-md-3 {
		--bs-gutter-y: 1rem
	}
	.g-md-4, .gx-md-4 {
		--bs-gutter-x: 1.5rem
	}
	.g-md-4, .gy-md-4 {
		--bs-gutter-y: 1.5rem
	}
	.g-md-5, .gx-md-5 {
		--bs-gutter-x: 3rem
	}
	.g-md-5, .gy-md-5 {
		--bs-gutter-y: 3rem
	}
}
@media (min-width:1024px) {
	.col-lg {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 0%;
		flex: 1 0 0%
	}
	.row-cols-lg-auto>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto
	}
	.row-cols-lg-1>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 100%
	}
	.row-cols-lg-2>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 50%
	}
	.row-cols-lg-3>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 33.33333%
	}
	.row-cols-lg-4>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 25%
	}
	.row-cols-lg-5>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 20%
	}
	.row-cols-lg-6>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 16.66667%
	}
	.col-lg-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto
	}
	.col-lg-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 8.33333%
	}
	.col-lg-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 16.66667%
	}
	.col-lg-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 25%
	}
	.col-lg-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 33.33333%
	}
	.col-lg-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 41.66667%
	}
	.col-lg-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 50%
	}
	.col-lg-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 58.33333%
	}
	.col-lg-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 66.66667%
	}
	.col-lg-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 75%
	}
	.col-lg-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 83.33333%
	}
	.col-lg-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 91.66667%
	}
	.col-lg-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 100%
	}
	.offset-lg-0 {
		margin-left: 0
	}
	.offset-lg-1 {
		margin-left: 8.33333%
	}
	.offset-lg-2 {
		margin-left: 16.66667%
	}
	.offset-lg-3 {
		margin-left: 25%
	}
	.offset-lg-4 {
		margin-left: 33.33333%
	}
	.offset-lg-5 {
		margin-left: 41.66667%
	}
	.offset-lg-6 {
		margin-left: 50%
	}
	.offset-lg-7 {
		margin-left: 58.33333%
	}
	.offset-lg-8 {
		margin-left: 66.66667%
	}
	.offset-lg-9 {
		margin-left: 75%
	}
	.offset-lg-10 {
		margin-left: 83.33333%
	}
	.offset-lg-11 {
		margin-left: 91.66667%
	}
	.g-lg-0, .gx-lg-0 {
		--bs-gutter-x: 0
	}
	.g-lg-0, .gy-lg-0 {
		--bs-gutter-y: 0
	}
	.g-lg-1, .gx-lg-1 {
		--bs-gutter-x: 0.25rem
	}
	.g-lg-1, .gy-lg-1 {
		--bs-gutter-y: 0.25rem
	}
	.g-lg-2, .gx-lg-2 {
		--bs-gutter-x: 0.5rem
	}
	.g-lg-2, .gy-lg-2 {
		--bs-gutter-y: 0.5rem
	}
	.g-lg-3, .gx-lg-3 {
		--bs-gutter-x: 1rem
	}
	.g-lg-3, .gy-lg-3 {
		--bs-gutter-y: 1rem
	}
	.g-lg-4, .gx-lg-4 {
		--bs-gutter-x: 1.5rem
	}
	.g-lg-4, .gy-lg-4 {
		--bs-gutter-y: 1.5rem
	}
	.g-lg-5, .gx-lg-5 {
		--bs-gutter-x: 3rem
	}
	.g-lg-5, .gy-lg-5 {
		--bs-gutter-y: 3rem
	}
}
@media (min-width:1200px) {
	.col-xl {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 0%;
		flex: 1 0 0%
	}
	.row-cols-xl-auto>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto
	}
	.row-cols-xl-1>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 100%
	}
	.row-cols-xl-2>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 50%
	}
	.row-cols-xl-3>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 33.33333%
	}
	.row-cols-xl-4>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 25%
	}
	.row-cols-xl-5>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 20%
	}
	.row-cols-xl-6>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 16.66667%
	}
	.col-xl-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto
	}
	.col-xl-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 8.33333%
	}
	.col-xl-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 16.66667%
	}
	.col-xl-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 25%
	}
	.col-xl-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 33.33333%
	}
	.col-xl-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 41.66667%
	}
	.col-xl-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 50%
	}
	.col-xl-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 58.33333%
	}
	.col-xl-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 66.66667%
	}
	.col-xl-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 75%
	}
	.col-xl-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 83.33333%
	}
	.col-xl-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 91.66667%
	}
	.col-xl-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 100%
	}
	.offset-xl-0 {
		margin-left: 0
	}
	.offset-xl-1 {
		margin-left: 8.33333%
	}
	.offset-xl-2 {
		margin-left: 16.66667%
	}
	.offset-xl-3 {
		margin-left: 25%
	}
	.offset-xl-4 {
		margin-left: 33.33333%
	}
	.offset-xl-5 {
		margin-left: 41.66667%
	}
	.offset-xl-6 {
		margin-left: 50%
	}
	.offset-xl-7 {
		margin-left: 58.33333%
	}
	.offset-xl-8 {
		margin-left: 66.66667%
	}
	.offset-xl-9 {
		margin-left: 75%
	}
	.offset-xl-10 {
		margin-left: 83.33333%
	}
	.offset-xl-11 {
		margin-left: 91.66667%
	}
	.g-xl-0, .gx-xl-0 {
		--bs-gutter-x: 0
	}
	.g-xl-0, .gy-xl-0 {
		--bs-gutter-y: 0
	}
	.g-xl-1, .gx-xl-1 {
		--bs-gutter-x: 0.25rem
	}
	.g-xl-1, .gy-xl-1 {
		--bs-gutter-y: 0.25rem
	}
	.g-xl-2, .gx-xl-2 {
		--bs-gutter-x: 0.5rem
	}
	.g-xl-2, .gy-xl-2 {
		--bs-gutter-y: 0.5rem
	}
	.g-xl-3, .gx-xl-3 {
		--bs-gutter-x: 1rem
	}
	.g-xl-3, .gy-xl-3 {
		--bs-gutter-y: 1rem
	}
	.g-xl-4, .gx-xl-4 {
		--bs-gutter-x: 1.5rem
	}
	.g-xl-4, .gy-xl-4 {
		--bs-gutter-y: 1.5rem
	}
	.g-xl-5, .gx-xl-5 {
		--bs-gutter-x: 3rem
	}
	.g-xl-5, .gy-xl-5 {
		--bs-gutter-y: 3rem
	}
}
@media (min-width:1540px) {
	.col-xxl {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 0%;
		flex: 1 0 0%
	}
	.row-cols-xxl-auto>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto
	}
	.row-cols-xxl-1>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 100%
	}
	.row-cols-xxl-2>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 50%
	}
	.row-cols-xxl-3>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 33.33333%
	}
	.row-cols-xxl-4>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 25%
	}
	.row-cols-xxl-5>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 20%
	}
	.row-cols-xxl-6>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 16.66667%
	}
	.col-xxl-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto
	}
	.col-xxl-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 8.33333%
	}
	.col-xxl-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 16.66667%
	}
	.col-xxl-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 25%
	}
	.col-xxl-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 33.33333%
	}
	.col-xxl-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 41.66667%
	}
	.col-xxl-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 50%
	}
	.col-xxl-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 58.33333%
	}
	.col-xxl-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 66.66667%
	}
	.col-xxl-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 75%
	}
	.col-xxl-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 83.33333%
	}
	.col-xxl-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 91.66667%
	}
	.col-xxl-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 100%
	}
	.offset-xxl-0 {
		margin-left: 0
	}
	.offset-xxl-1 {
		margin-left: 8.33333%
	}
	.offset-xxl-2 {
		margin-left: 16.66667%
	}
	.offset-xxl-3 {
		margin-left: 25%
	}
	.offset-xxl-4 {
		margin-left: 33.33333%
	}
	.offset-xxl-5 {
		margin-left: 41.66667%
	}
	.offset-xxl-6 {
		margin-left: 50%
	}
	.offset-xxl-7 {
		margin-left: 58.33333%
	}
	.offset-xxl-8 {
		margin-left: 66.66667%
	}
	.offset-xxl-9 {
		margin-left: 75%
	}
	.offset-xxl-10 {
		margin-left: 83.33333%
	}
	.offset-xxl-11 {
		margin-left: 91.66667%
	}
	.g-xxl-0, .gx-xxl-0 {
		--bs-gutter-x: 0
	}
	.g-xxl-0, .gy-xxl-0 {
		--bs-gutter-y: 0
	}
	.g-xxl-1, .gx-xxl-1 {
		--bs-gutter-x: 0.25rem
	}
	.g-xxl-1, .gy-xxl-1 {
		--bs-gutter-y: 0.25rem
	}
	.g-xxl-2, .gx-xxl-2 {
		--bs-gutter-x: 0.5rem
	}
	.g-xxl-2, .gy-xxl-2 {
		--bs-gutter-y: 0.5rem
	}
	.g-xxl-3, .gx-xxl-3 {
		--bs-gutter-x: 1rem
	}
	.g-xxl-3, .gy-xxl-3 {
		--bs-gutter-y: 1rem
	}
	.g-xxl-4, .gx-xxl-4 {
		--bs-gutter-x: 1.5rem
	}
	.g-xxl-4, .gy-xxl-4 {
		--bs-gutter-y: 1.5rem
	}
	.g-xxl-5, .gx-xxl-5 {
		--bs-gutter-x: 3rem
	}
	.g-xxl-5, .gy-xxl-5 {
		--bs-gutter-y: 3rem
	}
}
@media (min-width:1600px) {
	.col-xxxl {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 0%;
		flex: 1 0 0%
	}
	.row-cols-xxxl-auto>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto
	}
	.row-cols-xxxl-1>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 100%
	}
	.row-cols-xxxl-2>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 50%
	}
	.row-cols-xxxl-3>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 33.33333%
	}
	.row-cols-xxxl-4>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 25%
	}
	.row-cols-xxxl-5>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 20%
	}
	.row-cols-xxxl-6>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 16.66667%
	}
	.col-xxxl-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto
	}
	.col-xxxl-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 8.33333%
	}
	.col-xxxl-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 16.66667%
	}
	.col-xxxl-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 25%
	}
	.col-xxxl-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 33.33333%
	}
	.col-xxxl-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 41.66667%
	}
	.col-xxxl-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 50%
	}
	.col-xxxl-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 58.33333%
	}
	.col-xxxl-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 66.66667%
	}
	.col-xxxl-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 75%
	}
	.col-xxxl-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 83.33333%
	}
	.col-xxxl-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 91.66667%
	}
	.col-xxxl-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 100%
	}
	.offset-xxxl-0 {
		margin-left: 0
	}
	.offset-xxxl-1 {
		margin-left: 8.33333%
	}
	.offset-xxxl-2 {
		margin-left: 16.66667%
	}
	.offset-xxxl-3 {
		margin-left: 25%
	}
	.offset-xxxl-4 {
		margin-left: 33.33333%
	}
	.offset-xxxl-5 {
		margin-left: 41.66667%
	}
	.offset-xxxl-6 {
		margin-left: 50%
	}
	.offset-xxxl-7 {
		margin-left: 58.33333%
	}
	.offset-xxxl-8 {
		margin-left: 66.66667%
	}
	.offset-xxxl-9 {
		margin-left: 75%
	}
	.offset-xxxl-10 {
		margin-left: 83.33333%
	}
	.offset-xxxl-11 {
		margin-left: 91.66667%
	}
	.g-xxxl-0, .gx-xxxl-0 {
		--bs-gutter-x: 0
	}
	.g-xxxl-0, .gy-xxxl-0 {
		--bs-gutter-y: 0
	}
	.g-xxxl-1, .gx-xxxl-1 {
		--bs-gutter-x: 0.25rem
	}
	.g-xxxl-1, .gy-xxxl-1 {
		--bs-gutter-y: 0.25rem
	}
	.g-xxxl-2, .gx-xxxl-2 {
		--bs-gutter-x: 0.5rem
	}
	.g-xxxl-2, .gy-xxxl-2 {
		--bs-gutter-y: 0.5rem
	}
	.g-xxxl-3, .gx-xxxl-3 {
		--bs-gutter-x: 1rem
	}
	.g-xxxl-3, .gy-xxxl-3 {
		--bs-gutter-y: 1rem
	}
	.g-xxxl-4, .gx-xxxl-4 {
		--bs-gutter-x: 1.5rem
	}
	.g-xxxl-4, .gy-xxxl-4 {
		--bs-gutter-y: 1.5rem
	}
	.g-xxxl-5, .gx-xxxl-5 {
		--bs-gutter-x: 3rem
	}
	.g-xxxl-5, .gy-xxxl-5 {
		--bs-gutter-y: 3rem
	}
}
.d-inline {
	display: inline!important
}
.d-inline-block {
	display: inline-block!important
}
.d-block {
	display: block!important
}
.d-grid {
	display: grid!important
}
.d-table {
	display: table!important
}
.d-table-row {
	display: table-row!important
}
.d-table-cell {
	display: table-cell!important
}
.d-flex {
	display: -webkit-box!important;
	display: -ms-flexbox!important;
	display: flex!important
}
.d-inline-flex {
	display: -webkit-inline-box!important;
	display: -ms-inline-flexbox!important;
	display: inline-flex!important
}
.d-none {
	display: none!important
}
.flex-fill {
	-webkit-box-flex: 1!important;
	-ms-flex: 1 1 auto!important;
	flex: 1 1 auto!important
}
.flex-row {
	-webkit-box-orient: horizontal!important;
	-webkit-box-direction: normal!important;
	-ms-flex-direction: row!important;
	flex-direction: row!important
}
.flex-column {
	-webkit-box-orient: vertical!important;
	-webkit-box-direction: normal!important;
	-ms-flex-direction: column!important;
	flex-direction: column!important
}
.flex-row-reverse {
	-webkit-box-orient: horizontal!important;
	-webkit-box-direction: reverse!important;
	-ms-flex-direction: row-reverse!important;
	flex-direction: row-reverse!important
}
.flex-column-reverse {
	-webkit-box-orient: vertical!important;
	-webkit-box-direction: reverse!important;
	-ms-flex-direction: column-reverse!important;
	flex-direction: column-reverse!important
}
.flex-grow-0 {
	-webkit-box-flex: 0!important;
	-ms-flex-positive: 0!important;
	flex-grow: 0!important
}
.flex-grow-1 {
	-webkit-box-flex: 1!important;
	-ms-flex-positive: 1!important;
	flex-grow: 1!important
}
.flex-shrink-0 {
	-ms-flex-negative: 0!important;
	flex-shrink: 0!important
}
.flex-shrink-1 {
	-ms-flex-negative: 1!important;
	flex-shrink: 1!important
}
.flex-wrap {
	-ms-flex-wrap: wrap!important;
	flex-wrap: wrap!important
}
.flex-nowrap {
	-ms-flex-wrap: nowrap!important;
	flex-wrap: nowrap!important
}
.flex-wrap-reverse {
	-ms-flex-wrap: wrap-reverse!important;
	flex-wrap: wrap-reverse!important
}
.justify-content-start {
	-webkit-box-pack: start!important;
	-ms-flex-pack: start!important;
	justify-content: flex-start!important
}
.justify-content-end {
	-webkit-box-pack: end!important;
	-ms-flex-pack: end!important;
	justify-content: flex-end!important
}
.justify-content-center {
	-webkit-box-pack: center!important;
	-ms-flex-pack: center!important;
	justify-content: center!important
}
.justify-content-between {
	-webkit-box-pack: justify!important;
	-ms-flex-pack: justify!important;
	justify-content: space-between!important
}
.justify-content-around {
	-ms-flex-pack: distribute!important;
	justify-content: space-around!important
}
.justify-content-evenly {
	-webkit-box-pack: space-evenly!important;
	-ms-flex-pack: space-evenly!important;
	justify-content: space-evenly!important
}
.align-items-start {
	-webkit-box-align: start!important;
	-ms-flex-align: start!important;
	align-items: flex-start!important
}
.align-items-end {
	-webkit-box-align: end!important;
	-ms-flex-align: end!important;
	align-items: flex-end!important
}
.align-items-center {
	-webkit-box-align: center!important;
	-ms-flex-align: center!important;
	align-items: center!important
}
.align-items-baseline {
	-webkit-box-align: baseline!important;
	-ms-flex-align: baseline!important;
	align-items: baseline!important
}
.align-items-stretch {
	-webkit-box-align: stretch!important;
	-ms-flex-align: stretch!important;
	align-items: stretch!important
}
.align-content-start {
	-ms-flex-line-pack: start!important;
	align-content: flex-start!important
}
.align-content-end {
	-ms-flex-line-pack: end!important;
	align-content: flex-end!important
}
.align-content-center {
	-ms-flex-line-pack: center!important;
	align-content: center!important
}
.align-content-between {
	-ms-flex-line-pack: justify!important;
	align-content: space-between!important
}
.align-content-around {
	-ms-flex-line-pack: distribute!important;
	align-content: space-around!important
}
.align-content-stretch {
	-ms-flex-line-pack: stretch!important;
	align-content: stretch!important
}
.align-self-auto {
	-ms-flex-item-align: auto!important;
	align-self: auto!important
}
.align-self-start {
	-ms-flex-item-align: start!important;
	align-self: flex-start!important
}
.align-self-end {
	-ms-flex-item-align: end!important;
	align-self: flex-end!important
}
.align-self-center {
	-ms-flex-item-align: center!important;
	align-self: center!important
}
.align-self-baseline {
	-ms-flex-item-align: baseline!important;
	align-self: baseline!important
}
.align-self-stretch {
	-ms-flex-item-align: stretch!important;
	align-self: stretch!important
}
.order-first {
	-webkit-box-ordinal-group: 0!important;
	-ms-flex-order: -1!important;
	order: -1!important
}
.order-0 {
	-webkit-box-ordinal-group: 1!important;
	-ms-flex-order: 0!important;
	order: 0!important
}
.order-1 {
	-webkit-box-ordinal-group: 2!important;
	-ms-flex-order: 1!important;
	order: 1!important
}
.order-2 {
	-webkit-box-ordinal-group: 3!important;
	-ms-flex-order: 2!important;
	order: 2!important
}
.order-3 {
	-webkit-box-ordinal-group: 4!important;
	-ms-flex-order: 3!important;
	order: 3!important
}
.order-4 {
	-webkit-box-ordinal-group: 5!important;
	-ms-flex-order: 4!important;
	order: 4!important
}
.order-5 {
	-webkit-box-ordinal-group: 6!important;
	-ms-flex-order: 5!important;
	order: 5!important
}
.order-last {
	-webkit-box-ordinal-group: 7!important;
	-ms-flex-order: 6!important;
	order: 6!important
}
.m-0 {
	margin: 0!important
}
.m-1 {
	margin: .25rem!important
}
.m-2 {
	margin: .5rem!important
}
.m-3 {
	margin: 1rem!important
}
.m-4 {
	margin: 1.5rem!important
}
.m-5 {
	margin: 3rem!important
}
.m-auto {
	margin: auto!important
}
.mx-0 {
	margin-right: 0!important;
	margin-left: 0!important
}
.mx-1 {
	margin-right: .25rem!important;
	margin-left: .25rem!important
}
.mx-2 {
	margin-right: .5rem!important;
	margin-left: .5rem!important
}
.mx-3 {
	margin-right: 1rem!important;
	margin-left: 1rem!important
}
.mx-4 {
	margin-right: 1.5rem!important;
	margin-left: 1.5rem!important
}
.mx-5 {
	margin-right: 3rem!important;
	margin-left: 3rem!important
}
.mx-auto {
	margin-right: auto!important;
	margin-left: auto!important
}
.my-0 {
	margin-top: 0!important;
	margin-bottom: 0!important
}
.my-1 {
	margin-top: .25rem!important;
	margin-bottom: .25rem!important
}
.my-2 {
	margin-top: .5rem!important;
	margin-bottom: .5rem!important
}
.my-3 {
	margin-top: 1rem!important;
	margin-bottom: 1rem!important
}
.my-4 {
	margin-top: 1.5rem!important;
	margin-bottom: 1.5rem!important
}
.my-5 {
	margin-top: 3rem!important;
	margin-bottom: 3rem!important
}
.my-auto {
	margin-top: auto!important;
	margin-bottom: auto!important
}
.mt-0 {
	margin-top: 0!important
}
.mt-1 {
	margin-top: .25rem!important
}
.mt-2 {
	margin-top: .5rem!important
}
.mt-3 {
	margin-top: 1rem!important
}
.mt-4 {
	margin-top: 1.5rem!important
}
.mt-5 {
	margin-top: 3rem!important
}
.mt-auto {
	margin-top: auto!important
}
.me-0 {
	margin-right: 0!important
}
.me-1 {
	margin-right: .25rem!important
}
.me-2 {
	margin-right: .5rem!important
}
.me-3 {
	margin-right: 1rem!important
}
.me-4 {
	margin-right: 1.5rem!important
}
.me-5 {
	margin-right: 3rem!important
}
.me-auto {
	margin-right: auto!important
}
.mb-0 {
	margin-bottom: 0!important
}
.mb-1 {
	margin-bottom: .25rem!important
}
.mb-2 {
	margin-bottom: .5rem!important
}
.mb-3 {
	margin-bottom: 1rem!important
}
.mb-4 {
	margin-bottom: 1.5rem!important
}
.mb-5 {
	margin-bottom: 3rem!important
}
.mb-auto {
	margin-bottom: auto!important
}
.ms-0 {
	margin-left: 0!important
}
.ms-1 {
	margin-left: .25rem!important
}
.ms-2 {
	margin-left: .5rem!important
}
.ms-3 {
	margin-left: 1rem!important
}
.ms-4 {
	margin-left: 1.5rem!important
}
.ms-5 {
	margin-left: 3rem!important
}
.ms-auto {
	margin-left: auto!important
}
.p-0 {
	padding: 0!important
}
.p-1 {
	padding: .25rem!important
}
.p-2 {
	padding: .5rem!important
}
.p-3 {
	padding: 1rem!important
}
.p-4 {

	padding: 1.5rem!important
}
.p-5 {
	padding: 3rem!important
}
.px-0 {
	padding-right: 0!important;
	padding-left: 0!important
}
.px-1 {
	padding-right: .25rem!important;
	padding-left: .25rem!important
}
.px-2 {
	padding-right: .5rem!important;
	padding-left: .5rem!important
}
.px-3 {
	padding-right: 1rem!important;
	padding-left: 1rem!important
}
.px-4 {
	padding-right: 1.5rem!important;
	padding-left: 1.5rem!important
}
.px-5 {
	padding-right: 3rem!important;
	padding-left: 3rem!important
}
.py-0 {
	padding-top: 0!important;
	padding-bottom: 0!important
}
.py-1 {
	padding-top: .25rem!important;
	padding-bottom: .25rem!important
}
.py-2 {
	padding-top: .5rem!important;
	padding-bottom: .5rem!important
}
.py-3 {
	padding-top: 1rem!important;
	padding-bottom: 1rem!important
}
.py-4 {
	padding-top: 1.5rem!important;
	padding-bottom: 1.5rem!important
}
.py-5 {
	padding-top: 3rem!important;
	padding-bottom: 3rem!important
}
.pt-0 {
	padding-top: 0!important
}
.pt-1 {
	padding-top: .25rem!important
}
.pt-2 {
	padding-top: .5rem!important
}
.pt-3 {
	padding-top: 1rem!important
}
.pt-4 {
	padding-top: 1.5rem!important
}
.pt-5 {
	padding-top: 3rem!important
}
.pe-0 {
	padding-right: 0!important
}
.pe-1 {
	padding-right: .25rem!important
}
.pe-2 {
	padding-right: .5rem!important
}
.pe-3 {
	padding-right: 1rem!important
}
.pe-4 {
	padding-right: 1.5rem!important
}
.pe-5 {
	padding-right: 3rem!important
}
.pb-0 {
	padding-bottom: 0!important
}
.pb-1 {
	padding-bottom: .25rem!important
}
.pb-2 {
	padding-bottom: .5rem!important
}
.pb-3 {
	padding-bottom: 1rem!important
}
.pb-4 {
	padding-bottom: 1.5rem!important
}
.pb-5 {
	padding-bottom: 3rem!important
}
.ps-0 {
	padding-left: 0!important
}
.ps-1 {
	padding-left: .25rem!important
}
.ps-2 {
	padding-left: .5rem!important
}
.ps-3 {
	padding-left: 1rem!important
}
.ps-4 {
	padding-left: 1.5rem!important
}
.ps-5 {
	padding-left: 3rem!important
}
@media (min-width:576px) {
	.d-sm-inline {
		display: inline!important
	}
	.d-sm-inline-block {
		display: inline-block!important
	}
	.d-sm-block {
		display: block!important
	}
	.d-sm-grid {
		display: grid!important
	}
	.d-sm-table {
		display: table!important
	}
	.d-sm-table-row {
		display: table-row!important
	}
	.d-sm-table-cell {
		display: table-cell!important
	}
	.d-sm-flex {
		display: -webkit-box!important;
		display: -ms-flexbox!important;
		display: flex!important
	}
	.d-sm-inline-flex {
		display: -webkit-inline-box!important;
		display: -ms-inline-flexbox!important;
		display: inline-flex!important
	}
	.d-sm-none {
		display: none!important
	}
	.flex-sm-fill {
		-webkit-box-flex: 1!important;
		-ms-flex: 1 1 auto!important;
		flex: 1 1 auto!important
	}
	.flex-sm-row {
		-webkit-box-orient: horizontal!important;
		-webkit-box-direction: normal!important;
		-ms-flex-direction: row!important;
		flex-direction: row!important
	}
	.flex-sm-column {
		-webkit-box-orient: vertical!important;
		-webkit-box-direction: normal!important;
		-ms-flex-direction: column!important;
		flex-direction: column!important
	}
	.flex-sm-row-reverse {
		-webkit-box-orient: horizontal!important;
		-webkit-box-direction: reverse!important;
		-ms-flex-direction: row-reverse!important;
		flex-direction: row-reverse!important
	}
	.flex-sm-column-reverse {
		-webkit-box-orient: vertical!important;
		-webkit-box-direction: reverse!important;
		-ms-flex-direction: column-reverse!important;
		flex-direction: column-reverse!important
	}
	.flex-sm-grow-0 {
		-webkit-box-flex: 0!important;
		-ms-flex-positive: 0!important;
		flex-grow: 0!important
	}
	.flex-sm-grow-1 {
		-webkit-box-flex: 1!important;
		-ms-flex-positive: 1!important;
		flex-grow: 1!important
	}
	.flex-sm-shrink-0 {
		-ms-flex-negative: 0!important;
		flex-shrink: 0!important
	}
	.flex-sm-shrink-1 {
		-ms-flex-negative: 1!important;
		flex-shrink: 1!important
	}
	.flex-sm-wrap {
		-ms-flex-wrap: wrap!important;
		flex-wrap: wrap!important
	}
	.flex-sm-nowrap {
		-ms-flex-wrap: nowrap!important;
		flex-wrap: nowrap!important
	}
	.flex-sm-wrap-reverse {
		-ms-flex-wrap: wrap-reverse!important;
		flex-wrap: wrap-reverse!important
	}
	.justify-content-sm-start {
		-webkit-box-pack: start!important;
		-ms-flex-pack: start!important;
		justify-content: flex-start!important
	}
	.justify-content-sm-end {
		-webkit-box-pack: end!important;
		-ms-flex-pack: end!important;
		justify-content: flex-end!important
	}
	.justify-content-sm-center {
		-webkit-box-pack: center!important;
		-ms-flex-pack: center!important;
		justify-content: center!important
	}
	.justify-content-sm-between {
		-webkit-box-pack: justify!important;
		-ms-flex-pack: justify!important;
		justify-content: space-between!important
	}
	.justify-content-sm-around {
		-ms-flex-pack: distribute!important;
		justify-content: space-around!important
	}
	.justify-content-sm-evenly {
		-webkit-box-pack: space-evenly!important;
		-ms-flex-pack: space-evenly!important;
		justify-content: space-evenly!important
	}
	.align-items-sm-start {
		-webkit-box-align: start!important;
		-ms-flex-align: start!important;
		align-items: flex-start!important
	}
	.align-items-sm-end {
		-webkit-box-align: end!important;
		-ms-flex-align: end!important;
		align-items: flex-end!important
	}
	.align-items-sm-center {
		-webkit-box-align: center!important;
		-ms-flex-align: center!important;
		align-items: center!important
	}
	.align-items-sm-baseline {
		-webkit-box-align: baseline!important;
		-ms-flex-align: baseline!important;
		align-items: baseline!important
	}
	.align-items-sm-stretch {
		-webkit-box-align: stretch!important;
		-ms-flex-align: stretch!important;
		align-items: stretch!important
	}
	.align-content-sm-start {
		-ms-flex-line-pack: start!important;
		align-content: flex-start!important
	}
	.align-content-sm-end {
		-ms-flex-line-pack: end!important;
		align-content: flex-end!important
	}
	.align-content-sm-center {
		-ms-flex-line-pack: center!important;
		align-content: center!important
	}
	.align-content-sm-between {
		-ms-flex-line-pack: justify!important;
		align-content: space-between!important
	}
	.align-content-sm-around {
		-ms-flex-line-pack: distribute!important;
		align-content: space-around!important
	}
	.align-content-sm-stretch {
		-ms-flex-line-pack: stretch!important;
		align-content: stretch!important
	}
	.align-self-sm-auto {
		-ms-flex-item-align: auto!important;
		align-self: auto!important
	}
	.align-self-sm-start {
		-ms-flex-item-align: start!important;
		align-self: flex-start!important
	}
	.align-self-sm-end {
		-ms-flex-item-align: end!important;
		align-self: flex-end!important
	}
	.align-self-sm-center {
		-ms-flex-item-align: center!important;
		align-self: center!important
	}
	.align-self-sm-baseline {
		-ms-flex-item-align: baseline!important;
		align-self: baseline!important
	}
	.align-self-sm-stretch {
		-ms-flex-item-align: stretch!important;
		align-self: stretch!important
	}
	.order-sm-first {
		-webkit-box-ordinal-group: 0!important;
		-ms-flex-order: -1!important;
		order: -1!important
	}
	.order-sm-0 {
		-webkit-box-ordinal-group: 1!important;
		-ms-flex-order: 0!important;
		order: 0!important
	}
	.order-sm-1 {
		-webkit-box-ordinal-group: 2!important;
		-ms-flex-order: 1!important;
		order: 1!important
	}
	.order-sm-2 {
		-webkit-box-ordinal-group: 3!important;
		-ms-flex-order: 2!important;
		order: 2!important
	}
	.order-sm-3 {
		-webkit-box-ordinal-group: 4!important;
		-ms-flex-order: 3!important;
		order: 3!important
	}
	.order-sm-4 {
		-webkit-box-ordinal-group: 5!important;
		-ms-flex-order: 4!important;
		order: 4!important
	}
	.order-sm-5 {
		-webkit-box-ordinal-group: 6!important;
		-ms-flex-order: 5!important;
		order: 5!important
	}
	.order-sm-last {
		-webkit-box-ordinal-group: 7!important;
		-ms-flex-order: 6!important;
		order: 6!important
	}
	.m-sm-0 {
		margin: 0!important
	}
	.m-sm-1 {
		margin: .25rem!important
	}
	.m-sm-2 {
		margin: .5rem!important
	}
	.m-sm-3 {
		margin: 1rem!important
	}
	.m-sm-4 {
		margin: 1.5rem!important
	}
	.m-sm-5 {
		margin: 3rem!important
	}
	.m-sm-auto {
		margin: auto!important
	}
	.mx-sm-0 {
		margin-right: 0!important;
		margin-left: 0!important
	}
	.mx-sm-1 {
		margin-right: .25rem!important;
		margin-left: .25rem!important
	}
	.mx-sm-2 {
		margin-right: .5rem!important;
		margin-left: .5rem!important
	}
	.mx-sm-3 {
		margin-right: 1rem!important;
		margin-left: 1rem!important
	}
	.mx-sm-4 {
		margin-right: 1.5rem!important;
		margin-left: 1.5rem!important
	}
	.mx-sm-5 {
		margin-right: 3rem!important;
		margin-left: 3rem!important
	}
	.mx-sm-auto {
		margin-right: auto!important;
		margin-left: auto!important
	}
	.my-sm-0 {
		margin-top: 0!important;
		margin-bottom: 0!important
	}
	.my-sm-1 {
		margin-top: .25rem!important;
		margin-bottom: .25rem!important
	}
	.my-sm-2 {
		margin-top: .5rem!important;
		margin-bottom: .5rem!important
	}
	.my-sm-3 {
		margin-top: 1rem!important;
		margin-bottom: 1rem!important
	}
	.my-sm-4 {
		margin-top: 1.5rem!important;
		margin-bottom: 1.5rem!important
	}
	.my-sm-5 {
		margin-top: 3rem!important;
		margin-bottom: 3rem!important
	}
	.my-sm-auto {
		margin-top: auto!important;
		margin-bottom: auto!important
	}
	.mt-sm-0 {
		margin-top: 0!important
	}
	.mt-sm-1 {
		margin-top: .25rem!important
	}
	.mt-sm-2 {
		margin-top: .5rem!important
	}
	.mt-sm-3 {
		margin-top: 1rem!important
	}
	.mt-sm-4 {
		margin-top: 1.5rem!important
	}
	.mt-sm-5 {
		margin-top: 3rem!important
	}
	.mt-sm-auto {
		margin-top: auto!important
	}
	.me-sm-0 {
		margin-right: 0!important
	}
	.me-sm-1 {
		margin-right: .25rem!important
	}
	.me-sm-2 {
		margin-right: .5rem!important
	}
	.me-sm-3 {
		margin-right: 1rem!important
	}
	.me-sm-4 {
		margin-right: 1.5rem!important
	}
	.me-sm-5 {
		margin-right: 3rem!important
	}
	.me-sm-auto {
		margin-right: auto!important
	}
	.mb-sm-0 {
		margin-bottom: 0!important
	}
	.mb-sm-1 {
		margin-bottom: .25rem!important
	}
	.mb-sm-2 {
		margin-bottom: .5rem!important
	}
	.mb-sm-3 {
		margin-bottom: 1rem!important
	}
	.mb-sm-4 {
		margin-bottom: 1.5rem!important
	}
	.mb-sm-5 {
		margin-bottom: 3rem!important
	}
	.mb-sm-auto {
		margin-bottom: auto!important
	}
	.ms-sm-0 {
		margin-left: 0!important
	}
	.ms-sm-1 {
		margin-left: .25rem!important
	}
	.ms-sm-2 {
		margin-left: .5rem!important
	}
	.ms-sm-3 {
		margin-left: 1rem!important
	}
	.ms-sm-4 {
		margin-left: 1.5rem!important
	}
	.ms-sm-5 {
		margin-left: 3rem!important
	}
	.ms-sm-auto {
		margin-left: auto!important
	}
	.p-sm-0 {
		padding: 0!important
	}
	.p-sm-1 {
		padding: .25rem!important
	}
	.p-sm-2 {
		padding: .5rem!important
	}
	.p-sm-3 {
		padding: 1rem!important
	}
	.p-sm-4 {
		padding: 1.5rem!important
	}
	.p-sm-5 {
		padding: 3rem!important
	}
	.px-sm-0 {
		padding-right: 0!important;
		padding-left: 0!important
	}
	.px-sm-1 {
		padding-right: .25rem!important;
		padding-left: .25rem!important
	}
	.px-sm-2 {
		padding-right: .5rem!important;
		padding-left: .5rem!important
	}
	.px-sm-3 {
		padding-right: 1rem!important;
		padding-left: 1rem!important
	}
	.px-sm-4 {
		padding-right: 1.5rem!important;
		padding-left: 1.5rem!important
	}
	.px-sm-5 {
		padding-right: 3rem!important;
		padding-left: 3rem!important
	}
	.py-sm-0 {
		padding-top: 0!important;
		padding-bottom: 0!important
	}
	.py-sm-1 {
		padding-top: .25rem!important;
		padding-bottom: .25rem!important
	}
	.py-sm-2 {
		padding-top: .5rem!important;
		padding-bottom: .5rem!important
	}
	.py-sm-3 {
		padding-top: 1rem!important;
		padding-bottom: 1rem!important
	}
	.py-sm-4 {
		padding-top: 1.5rem!important;
		padding-bottom: 1.5rem!important
	}
	.py-sm-5 {
		padding-top: 3rem!important;
		padding-bottom: 3rem!important
	}
	.pt-sm-0 {
		padding-top: 0!important
	}
	.pt-sm-1 {
		padding-top: .25rem!important
	}
	.pt-sm-2 {
		padding-top: .5rem!important
	}
	.pt-sm-3 {
		padding-top: 1rem!important
	}
	.pt-sm-4 {
		padding-top: 1.5rem!important
	}
	.pt-sm-5 {
		padding-top: 3rem!important
	}
	.pe-sm-0 {
		padding-right: 0!important
	}
	.pe-sm-1 {
		padding-right: .25rem!important
	}
	.pe-sm-2 {
		padding-right: .5rem!important
	}
	.pe-sm-3 {
		padding-right: 1rem!important
	}
	.pe-sm-4 {
		padding-right: 1.5rem!important
	}
	.pe-sm-5 {
		padding-right: 3rem!important
	}
	.pb-sm-0 {
		padding-bottom: 0!important
	}
	.pb-sm-1 {
		padding-bottom: .25rem!important
	}
	.pb-sm-2 {
		padding-bottom: .5rem!important
	}
	.pb-sm-3 {
		padding-bottom: 1rem!important
	}
	.pb-sm-4 {
		padding-bottom: 1.5rem!important
	}
	.pb-sm-5 {
		padding-bottom: 3rem!important
	}
	.ps-sm-0 {
		padding-left: 0!important
	}
	.ps-sm-1 {
		padding-left: .25rem!important
	}
	.ps-sm-2 {
		padding-left: .5rem!important
	}
	.ps-sm-3 {
		padding-left: 1rem!important
	}
	.ps-sm-4 {
		padding-left: 1.5rem!important
	}
	.ps-sm-5 {
		padding-left: 3rem!important
	}
}
@media (min-width:768px) {
	.d-md-inline {
		display: inline!important
	}
	.d-md-inline-block {
		display: inline-block!important
	}
	.d-md-block {
		display: block!important
	}
	.d-md-grid {
		display: grid!important
	}
	.d-md-table {
		display: table!important
	}
	.d-md-table-row {
		display: table-row!important
	}
	.d-md-table-cell {
		display: table-cell!important
	}
	.d-md-flex {
		display: -webkit-box!important;
		display: -ms-flexbox!important;
		display: flex!important
	}
	.d-md-inline-flex {
		display: -webkit-inline-box!important;
		display: -ms-inline-flexbox!important;
		display: inline-flex!important
	}
	.d-md-none {
		display: none!important
	}
	.flex-md-fill {
		-webkit-box-flex: 1!important;
		-ms-flex: 1 1 auto!important;
		flex: 1 1 auto!important
	}
	.flex-md-row {
		-webkit-box-orient: horizontal!important;
		-webkit-box-direction: normal!important;
		-ms-flex-direction: row!important;
		flex-direction: row!important
	}
	.flex-md-column {
		-webkit-box-orient: vertical!important;
		-webkit-box-direction: normal!important;
		-ms-flex-direction: column!important;
		flex-direction: column!important
	}
	.flex-md-row-reverse {
		-webkit-box-orient: horizontal!important;
		-webkit-box-direction: reverse!important;
		-ms-flex-direction: row-reverse!important;
		flex-direction: row-reverse!important
	}
	.flex-md-column-reverse {
		-webkit-box-orient: vertical!important;
		-webkit-box-direction: reverse!important;
		-ms-flex-direction: column-reverse!important;
		flex-direction: column-reverse!important
	}
	.flex-md-grow-0 {
		-webkit-box-flex: 0!important;
		-ms-flex-positive: 0!important;
		flex-grow: 0!important
	}
	.flex-md-grow-1 {
		-webkit-box-flex: 1!important;
		-ms-flex-positive: 1!important;
		flex-grow: 1!important
	}
	.flex-md-shrink-0 {
		-ms-flex-negative: 0!important;
		flex-shrink: 0!important
	}
	.flex-md-shrink-1 {
		-ms-flex-negative: 1!important;
		flex-shrink: 1!important
	}
	.flex-md-wrap {
		-ms-flex-wrap: wrap!important;
		flex-wrap: wrap!important
	}
	.flex-md-nowrap {
		-ms-flex-wrap: nowrap!important;
		flex-wrap: nowrap!important
	}
	.flex-md-wrap-reverse {
		-ms-flex-wrap: wrap-reverse!important;
		flex-wrap: wrap-reverse!important
	}
	.justify-content-md-start {
		-webkit-box-pack: start!important;
		-ms-flex-pack: start!important;
		justify-content: flex-start!important
	}
	.justify-content-md-end {
		-webkit-box-pack: end!important;
		-ms-flex-pack: end!important;
		justify-content: flex-end!important
	}
	.justify-content-md-center {
		-webkit-box-pack: center!important;
		-ms-flex-pack: center!important;
		justify-content: center!important
	}
	.justify-content-md-between {
		-webkit-box-pack: justify!important;
		-ms-flex-pack: justify!important;
		justify-content: space-between!important
	}
	.justify-content-md-around {
		-ms-flex-pack: distribute!important;
		justify-content: space-around!important
	}
	.justify-content-md-evenly {
		-webkit-box-pack: space-evenly!important;
		-ms-flex-pack: space-evenly!important;
		justify-content: space-evenly!important
	}
	.align-items-md-start {
		-webkit-box-align: start!important;
		-ms-flex-align: start!important;
		align-items: flex-start!important
	}
	.align-items-md-end {
		-webkit-box-align: end!important;
		-ms-flex-align: end!important;
		align-items: flex-end!important
	}
	.align-items-md-center {
		-webkit-box-align: center!important;
		-ms-flex-align: center!important;
		align-items: center!important
	}
	.align-items-md-baseline {
		-webkit-box-align: baseline!important;
		-ms-flex-align: baseline!important;
		align-items: baseline!important
	}
	.align-items-md-stretch {
		-webkit-box-align: stretch!important;
		-ms-flex-align: stretch!important;
		align-items: stretch!important
	}
	.align-content-md-start {
		-ms-flex-line-pack: start!important;
		align-content: flex-start!important
	}
	.align-content-md-end {
		-ms-flex-line-pack: end!important;
		align-content: flex-end!important
	}
	.align-content-md-center {
		-ms-flex-line-pack: center!important;
		align-content: center!important
	}
	.align-content-md-between {
		-ms-flex-line-pack: justify!important;
		align-content: space-between!important
	}
	.align-content-md-around {
		-ms-flex-line-pack: distribute!important;
		align-content: space-around!important
	}
	.align-content-md-stretch {
		-ms-flex-line-pack: stretch!important;
		align-content: stretch!important
	}
	.align-self-md-auto {
		-ms-flex-item-align: auto!important;
		align-self: auto!important
	}
	.align-self-md-start {
		-ms-flex-item-align: start!important;
		align-self: flex-start!important
	}
	.align-self-md-end {
		-ms-flex-item-align: end!important;
		align-self: flex-end!important
	}
	.align-self-md-center {
		-ms-flex-item-align: center!important;
		align-self: center!important
	}
	.align-self-md-baseline {
		-ms-flex-item-align: baseline!important;
		align-self: baseline!important
	}
	.align-self-md-stretch {
		-ms-flex-item-align: stretch!important;
		align-self: stretch!important
	}
	.order-md-first {
		-webkit-box-ordinal-group: 0!important;
		-ms-flex-order: -1!important;
		order: -1!important
	}
	.order-md-0 {
		-webkit-box-ordinal-group: 1!important;
		-ms-flex-order: 0!important;
		order: 0!important
	}
	.order-md-1 {
		-webkit-box-ordinal-group: 2!important;
		-ms-flex-order: 1!important;
		order: 1!important
	}
	.order-md-2 {
		-webkit-box-ordinal-group: 3!important;
		-ms-flex-order: 2!important;
		order: 2!important
	}
	.order-md-3 {
		-webkit-box-ordinal-group: 4!important;
		-ms-flex-order: 3!important;
		order: 3!important
	}
	.order-md-4 {
		-webkit-box-ordinal-group: 5!important;
		-ms-flex-order: 4!important;
		order: 4!important
	}
	.order-md-5 {
		-webkit-box-ordinal-group: 6!important;
		-ms-flex-order: 5!important;
		order: 5!important
	}
	.order-md-last {
		-webkit-box-ordinal-group: 7!important;
		-ms-flex-order: 6!important;
		order: 6!important
	}
	.m-md-0 {
		margin: 0!important
	}
	.m-md-1 {
		margin: .25rem!important
	}
	.m-md-2 {
		margin: .5rem!important
	}
	.m-md-3 {
		margin: 1rem!important
	}
	.m-md-4 {
		margin: 1.5rem!important
	}
	.m-md-5 {
		margin: 3rem!important
	}
	.m-md-auto {
		margin: auto!important
	}
	.mx-md-0 {
		margin-right: 0!important;
		margin-left: 0!important
	}
	.mx-md-1 {
		margin-right: .25rem!important;
		margin-left: .25rem!important
	}
	.mx-md-2 {
		margin-right: .5rem!important;
		margin-left: .5rem!important
	}
	.mx-md-3 {
		margin-right: 1rem!important;
		margin-left: 1rem!important
	}
	.mx-md-4 {
		margin-right: 1.5rem!important;
		margin-left: 1.5rem!important
	}
	.mx-md-5 {
		margin-right: 3rem!important;
		margin-left: 3rem!important
	}
	.mx-md-auto {
		margin-right: auto!important;
		margin-left: auto!important
	}
	.my-md-0 {
		margin-top: 0!important;
		margin-bottom: 0!important
	}
	.my-md-1 {
		margin-top: .25rem!important;
		margin-bottom: .25rem!important
	}
	.my-md-2 {
		margin-top: .5rem!important;
		margin-bottom: .5rem!important
	}
	.my-md-3 {
		margin-top: 1rem!important;
		margin-bottom: 1rem!important
	}
	.my-md-4 {
		margin-top: 1.5rem!important;
		margin-bottom: 1.5rem!important
	}
	.my-md-5 {
		margin-top: 3rem!important;
		margin-bottom: 3rem!important
	}
	.my-md-auto {
		margin-top: auto!important;
		margin-bottom: auto!important
	}
	.mt-md-0 {
		margin-top: 0!important
	}
	.mt-md-1 {
		margin-top: .25rem!important
	}
	.mt-md-2 {
		margin-top: .5rem!important
	}
	.mt-md-3 {
		margin-top: 1rem!important
	}
	.mt-md-4 {
		margin-top: 1.5rem!important
	}
	.mt-md-5 {
		margin-top: 3rem!important
	}
	.mt-md-auto {
		margin-top: auto!important
	}
	.me-md-0 {
		margin-right: 0!important
	}
	.me-md-1 {
		margin-right: .25rem!important
	}
	.me-md-2 {
		margin-right: .5rem!important
	}
	.me-md-3 {
		margin-right: 1rem!important
	}
	.me-md-4 {
		margin-right: 1.5rem!important
	}
	.me-md-5 {
		margin-right: 3rem!important
	}
	.me-md-auto {
		margin-right: auto!important
	}
	.mb-md-0 {
		margin-bottom: 0!important
	}
	.mb-md-1 {
		margin-bottom: .25rem!important
	}
	.mb-md-2 {
		margin-bottom: .5rem!important
	}
	.mb-md-3 {
		margin-bottom: 1rem!important
	}
	.mb-md-4 {
		margin-bottom: 1.5rem!important
	}
	.mb-md-5 {
		margin-bottom: 3rem!important
	}
	.mb-md-auto {
		margin-bottom: auto!important
	}
	.ms-md-0 {
		margin-left: 0!important
	}
	.ms-md-1 {
		margin-left: .25rem!important
	}
	.ms-md-2 {
		margin-left: .5rem!important
	}
	.ms-md-3 {
		margin-left: 1rem!important
	}
	.ms-md-4 {
		margin-left: 1.5rem!important
	}
	.ms-md-5 {
		margin-left: 3rem!important
	}
	.ms-md-auto {
		margin-left: auto!important
	}
	.p-md-0 {
		padding: 0!important
	}
	.p-md-1 {
		padding: .25rem!important
	}
	.p-md-2 {
		padding: .5rem!important
	}
	.p-md-3 {
		padding: 1rem!important
	}
	.p-md-4 {
		padding: 1.5rem!important
	}
	.p-md-5 {
		padding: 3rem!important
	}
	.px-md-0 {
		padding-right: 0!important;
		padding-left: 0!important
	}
	.px-md-1 {
		padding-right: .25rem!important;
		padding-left: .25rem!important
	}
	.px-md-2 {
		padding-right: .5rem!important;
		padding-left: .5rem!important
	}
	.px-md-3 {
		padding-right: 1rem!important;
		padding-left: 1rem!important
	}
	.px-md-4 {
		padding-right: 1.5rem!important;
		padding-left: 1.5rem!important
	}
	.px-md-5 {
		padding-right: 3rem!important;
		padding-left: 3rem!important
	}
	.py-md-0 {
		padding-top: 0!important;
		padding-bottom: 0!important
	}
	.py-md-1 {
		padding-top: .25rem!important;
		padding-bottom: .25rem!important
	}
	.py-md-2 {
		padding-top: .5rem!important;
		padding-bottom: .5rem!important
	}
	.py-md-3 {
		padding-top: 1rem!important;
		padding-bottom: 1rem!important
	}
	.py-md-4 {
		padding-top: 1.5rem!important;
		padding-bottom: 1.5rem!important
	}
	.py-md-5 {
		padding-top: 3rem!important;
		padding-bottom: 3rem!important
	}
	.pt-md-0 {
		padding-top: 0!important
	}
	.pt-md-1 {
		padding-top: .25rem!important
	}
	.pt-md-2 {
		padding-top: .5rem!important
	}
	.pt-md-3 {
		padding-top: 1rem!important
	}
	.pt-md-4 {
		padding-top: 1.5rem!important
	}
	.pt-md-5 {
		padding-top: 3rem!important
	}
	.pe-md-0 {
		padding-right: 0!important
	}
	.pe-md-1 {
		padding-right: .25rem!important
	}
	.pe-md-2 {
		padding-right: .5rem!important
	}
	.pe-md-3 {
		padding-right: 1rem!important
	}
	.pe-md-4 {
		padding-right: 1.5rem!important
	}
	.pe-md-5 {
		padding-right: 3rem!important
	}
	.pb-md-0 {
		padding-bottom: 0!important
	}
	.pb-md-1 {
		padding-bottom: .25rem!important
	}
	.pb-md-2 {
		padding-bottom: .5rem!important
	}
	.pb-md-3 {
		padding-bottom: 1rem!important
	}
	.pb-md-4 {
		padding-bottom: 1.5rem!important
	}
	.pb-md-5 {
		padding-bottom: 3rem!important
	}
	.ps-md-0 {
		padding-left: 0!important
	}
	.ps-md-1 {
		padding-left: .25rem!important
	}
	.ps-md-2 {
		padding-left: .5rem!important
	}
	.ps-md-3 {
		padding-left: 1rem!important
	}
	.ps-md-4 {
		padding-left: 1.5rem!important
	}
	.ps-md-5 {
		padding-left: 3rem!important
	}
}
@media (min-width:1024px) {
	.d-lg-inline {
		display: inline!important
	}
	.d-lg-inline-block {
		display: inline-block!important
	}
	.d-lg-block {
		display: block!important
	}
	.d-lg-grid {
		display: grid!important
	}
	.d-lg-table {
		display: table!important
	}
	.d-lg-table-row {
		display: table-row!important
	}
	.d-lg-table-cell {
		display: table-cell!important
	}
	.d-lg-flex {
		display: -webkit-box!important;
		display: -ms-flexbox!important;
		display: flex!important
	}
	.d-lg-inline-flex {
		display: -webkit-inline-box!important;
		display: -ms-inline-flexbox!important;
		display: inline-flex!important
	}
	.d-lg-none {
		display: none!important
	}
	.flex-lg-fill {
		-webkit-box-flex: 1!important;
		-ms-flex: 1 1 auto!important;
		flex: 1 1 auto!important
	}
	.flex-lg-row {
		-webkit-box-orient: horizontal!important;
		-webkit-box-direction: normal!important;
		-ms-flex-direction: row!important;
		flex-direction: row!important
	}
	.flex-lg-column {
		-webkit-box-orient: vertical!important;
		-webkit-box-direction: normal!important;
		-ms-flex-direction: column!important;
		flex-direction: column!important
	}
	.flex-lg-row-reverse {
		-webkit-box-orient: horizontal!important;
		-webkit-box-direction: reverse!important;
		-ms-flex-direction: row-reverse!important;
		flex-direction: row-reverse!important
	}
	.flex-lg-column-reverse {
		-webkit-box-orient: vertical!important;
		-webkit-box-direction: reverse!important;
		-ms-flex-direction: column-reverse!important;
		flex-direction: column-reverse!important
	}
	.flex-lg-grow-0 {
		-webkit-box-flex: 0!important;
		-ms-flex-positive: 0!important;
		flex-grow: 0!important
	}
	.flex-lg-grow-1 {
		-webkit-box-flex: 1!important;
		-ms-flex-positive: 1!important;
		flex-grow: 1!important
	}
	.flex-lg-shrink-0 {
		-ms-flex-negative: 0!important;
		flex-shrink: 0!important
	}
	.flex-lg-shrink-1 {
		-ms-flex-negative: 1!important;
		flex-shrink: 1!important
	}
	.flex-lg-wrap {
		-ms-flex-wrap: wrap!important;
		flex-wrap: wrap!important
	}
	.flex-lg-nowrap {
		-ms-flex-wrap: nowrap!important;
		flex-wrap: nowrap!important
	}
	.flex-lg-wrap-reverse {
		-ms-flex-wrap: wrap-reverse!important;
		flex-wrap: wrap-reverse!important
	}
	.justify-content-lg-start {
		-webkit-box-pack: start!important;
		-ms-flex-pack: start!important;
		justify-content: flex-start!important
	}
	.justify-content-lg-end {
		-webkit-box-pack: end!important;
		-ms-flex-pack: end!important;
		justify-content: flex-end!important
	}
	.justify-content-lg-center {
		-webkit-box-pack: center!important;
		-ms-flex-pack: center!important;
		justify-content: center!important
	}
	.justify-content-lg-between {
		-webkit-box-pack: justify!important;
		-ms-flex-pack: justify!important;
		justify-content: space-between!important
	}
	.justify-content-lg-around {
		-ms-flex-pack: distribute!important;
		justify-content: space-around!important
	}
	.justify-content-lg-evenly {
		-webkit-box-pack: space-evenly!important;
		-ms-flex-pack: space-evenly!important;
		justify-content: space-evenly!important
	}
	.align-items-lg-start {
		-webkit-box-align: start!important;
		-ms-flex-align: start!important;
		align-items: flex-start!important
	}
	.align-items-lg-end {
		-webkit-box-align: end!important;
		-ms-flex-align: end!important;
		align-items: flex-end!important
	}
	.align-items-lg-center {
		-webkit-box-align: center!important;
		-ms-flex-align: center!important;
		align-items: center!important
	}
	.align-items-lg-baseline {
		-webkit-box-align: baseline!important;
		-ms-flex-align: baseline!important;
		align-items: baseline!important
	}
	.align-items-lg-stretch {
		-webkit-box-align: stretch!important;
		-ms-flex-align: stretch!important;
		align-items: stretch!important
	}
	.align-content-lg-start {
		-ms-flex-line-pack: start!important;
		align-content: flex-start!important
	}
	.align-content-lg-end {
		-ms-flex-line-pack: end!important;
		align-content: flex-end!important
	}
	.align-content-lg-center {
		-ms-flex-line-pack: center!important;
		align-content: center!important
	}
	.align-content-lg-between {
		-ms-flex-line-pack: justify!important;
		align-content: space-between!important
	}
	.align-content-lg-around {
		-ms-flex-line-pack: distribute!important;
		align-content: space-around!important
	}
	.align-content-lg-stretch {
		-ms-flex-line-pack: stretch!important;
		align-content: stretch!important
	}
	.align-self-lg-auto {
		-ms-flex-item-align: auto!important;
		align-self: auto!important
	}
	.align-self-lg-start {
		-ms-flex-item-align: start!important;
		align-self: flex-start!important
	}
	.align-self-lg-end {
		-ms-flex-item-align: end!important;
		align-self: flex-end!important
	}
	.align-self-lg-center {
		-ms-flex-item-align: center!important;
		align-self: center!important
	}
	.align-self-lg-baseline {
		-ms-flex-item-align: baseline!important;
		align-self: baseline!important
	}
	.align-self-lg-stretch {
		-ms-flex-item-align: stretch!important;
		align-self: stretch!important
	}
	.order-lg-first {
		-webkit-box-ordinal-group: 0!important;
		-ms-flex-order: -1!important;
		order: -1!important
	}
	.order-lg-0 {
		-webkit-box-ordinal-group: 1!important;
		-ms-flex-order: 0!important;
		order: 0!important
	}
	.order-lg-1 {
		-webkit-box-ordinal-group: 2!important;
		-ms-flex-order: 1!important;
		order: 1!important
	}
	.order-lg-2 {
		-webkit-box-ordinal-group: 3!important;
		-ms-flex-order: 2!important;
		order: 2!important
	}
	.order-lg-3 {
		-webkit-box-ordinal-group: 4!important;
		-ms-flex-order: 3!important;
		order: 3!important
	}
	.order-lg-4 {
		-webkit-box-ordinal-group: 5!important;
		-ms-flex-order: 4!important;
		order: 4!important
	}
	.order-lg-5 {
		-webkit-box-ordinal-group: 6!important;
		-ms-flex-order: 5!important;
		order: 5!important
	}
	.order-lg-last {
		-webkit-box-ordinal-group: 7!important;
		-ms-flex-order: 6!important;
		order: 6!important
	}
	.m-lg-0 {
		margin: 0!important
	}
	.m-lg-1 {
		margin: .25rem!important
	}
	.m-lg-2 {
		margin: .5rem!important
	}
	.m-lg-3 {
		margin: 1rem!important
	}
	.m-lg-4 {
		margin: 1.5rem!important
	}
	.m-lg-5 {
		margin: 3rem!important
	}
	.m-lg-auto {
		margin: auto!important
	}
	.mx-lg-0 {
		margin-right: 0!important;
		margin-left: 0!important
	}
	.mx-lg-1 {
		margin-right: .25rem!important;
		margin-left: .25rem!important
	}
	.mx-lg-2 {
		margin-right: .5rem!important;
		margin-left: .5rem!important
	}
	.mx-lg-3 {
		margin-right: 1rem!important;
		margin-left: 1rem!important
	}
	.mx-lg-4 {
		margin-right: 1.5rem!important;
		margin-left: 1.5rem!important
	}
	.mx-lg-5 {
		margin-right: 3rem!important;
		margin-left: 3rem!important
	}
	.mx-lg-auto {
		margin-right: auto!important;
		margin-left: auto!important
	}
	.my-lg-0 {
		margin-top: 0!important;
		margin-bottom: 0!important
	}
	.my-lg-1 {
		margin-top: .25rem!important;
		margin-bottom: .25rem!important
	}
	.my-lg-2 {
		margin-top: .5rem!important;
		margin-bottom: .5rem!important
	}
	.my-lg-3 {
		margin-top: 1rem!important;
		margin-bottom: 1rem!important
	}
	.my-lg-4 {
		margin-top: 1.5rem!important;
		margin-bottom: 1.5rem!important
	}
	.my-lg-5 {
		margin-top: 3rem!important;
		margin-bottom: 3rem!important
	}
	.my-lg-auto {
		margin-top: auto!important;
		margin-bottom: auto!important
	}
	.mt-lg-0 {
		margin-top: 0!important
	}
	.mt-lg-1 {
		margin-top: .25rem!important
	}
	.mt-lg-2 {
		margin-top: .5rem!important
	}
	.mt-lg-3 {
		margin-top: 1rem!important
	}
	.mt-lg-4 {
		margin-top: 1.5rem!important
	}
	.mt-lg-5 {
		margin-top: 3rem!important
	}
	.mt-lg-auto {
		margin-top: auto!important
	}
	.me-lg-0 {
		margin-right: 0!important
	}
	.me-lg-1 {
		margin-right: .25rem!important
	}
	.me-lg-2 {
		margin-right: .5rem!important
	}
	.me-lg-3 {
		margin-right: 1rem!important
	}
	.me-lg-4 {
		margin-right: 1.5rem!important
	}
	.me-lg-5 {
		margin-right: 3rem!important
	}
	.me-lg-auto {
		margin-right: auto!important
	}
	.mb-lg-0 {
		margin-bottom: 0!important
	}
	.mb-lg-1 {
		margin-bottom: .25rem!important
	}
	.mb-lg-2 {
		margin-bottom: .5rem!important
	}
	.mb-lg-3 {
		margin-bottom: 1rem!important
	}
	.mb-lg-4 {
		margin-bottom: 1.5rem!important
	}
	.mb-lg-5 {
		margin-bottom: 3rem!important
	}
	.mb-lg-auto {
		margin-bottom: auto!important
	}
	.ms-lg-0 {
		margin-left: 0!important
	}
	.ms-lg-1 {
		margin-left: .25rem!important
	}
	.ms-lg-2 {
		margin-left: .5rem!important
	}
	.ms-lg-3 {
		margin-left: 1rem!important
	}
	.ms-lg-4 {
		margin-left: 1.5rem!important
	}
	.ms-lg-5 {
		margin-left: 3rem!important
	}
	.ms-lg-auto {
		margin-left: auto!important
	}
	.p-lg-0 {
		padding: 0!important
	}
	.p-lg-1 {
		padding: .25rem!important
	}
	.p-lg-2 {
		padding: .5rem!important
	}
	.p-lg-3 {
		padding: 1rem!important
	}
	.p-lg-4 {
		padding: 1.5rem!important
	}
	.p-lg-5 {
		padding: 3rem!important
	}
	.px-lg-0 {
		padding-right: 0!important;
		padding-left: 0!important
	}
	.px-lg-1 {
		padding-right: .25rem!important;
		padding-left: .25rem!important
	}
	.px-lg-2 {
		padding-right: .5rem!important;
		padding-left: .5rem!important
	}
	.px-lg-3 {
		padding-right: 1rem!important;
		padding-left: 1rem!important
	}
	.px-lg-4 {
		padding-right: 1.5rem!important;
		padding-left: 1.5rem!important
	}
	.px-lg-5 {
		padding-right: 3rem!important;
		padding-left: 3rem!important
	}
	.py-lg-0 {
		padding-top: 0!important;
		padding-bottom: 0!important
	}
	.py-lg-1 {
		padding-top: .25rem!important;
		padding-bottom: .25rem!important
	}
	.py-lg-2 {
		padding-top: .5rem!important;
		padding-bottom: .5rem!important
	}
	.py-lg-3 {
		padding-top: 1rem!important;
		padding-bottom: 1rem!important
	}
	.py-lg-4 {
		padding-top: 1.5rem!important;
		padding-bottom: 1.5rem!important
	}
	.py-lg-5 {
		padding-top: 3rem!important;
		padding-bottom: 3rem!important
	}
	.pt-lg-0 {
		padding-top: 0!important
	}
	.pt-lg-1 {
		padding-top: .25rem!important
	}
	.pt-lg-2 {
		padding-top: .5rem!important
	}
	.pt-lg-3 {
		padding-top: 1rem!important
	}
	.pt-lg-4 {
		padding-top: 1.5rem!important
	}
	.pt-lg-5 {
		padding-top: 3rem!important
	}
	.pe-lg-0 {
		padding-right: 0!important
	}
	.pe-lg-1 {
		padding-right: .25rem!important
	}
	.pe-lg-2 {
		padding-right: .5rem!important
	}
	.pe-lg-3 {
		padding-right: 1rem!important
	}
	.pe-lg-4 {
		padding-right: 1.5rem!important
	}
	.pe-lg-5 {
		padding-right: 3rem!important
	}
	.pb-lg-0 {
		padding-bottom: 0!important
	}
	.pb-lg-1 {
		padding-bottom: .25rem!important
	}
	.pb-lg-2 {
		padding-bottom: .5rem!important
	}
	.pb-lg-3 {
		padding-bottom: 1rem!important
	}
	.pb-lg-4 {
		padding-bottom: 1.5rem!important
	}
	.pb-lg-5 {
		padding-bottom: 3rem!important
	}
	.ps-lg-0 {
		padding-left: 0!important
	}
	.ps-lg-1 {
		padding-left: .25rem!important
	}
	.ps-lg-2 {
		padding-left: .5rem!important
	}
	.ps-lg-3 {
		padding-left: 1rem!important
	}
	.ps-lg-4 {
		padding-left: 1.5rem!important
	}
	.ps-lg-5 {
		padding-left: 3rem!important
	}
}
@media (min-width:1200px) {
	.d-xl-inline {
		display: inline!important
	}
	.d-xl-inline-block {
		display: inline-block!important
	}
	.d-xl-block {
		display: block!important
	}
	.d-xl-grid {
		display: grid!important
	}
	.d-xl-table {
		display: table!important
	}
	.d-xl-table-row {
		display: table-row!important
	}
	.d-xl-table-cell {
		display: table-cell!important
	}
	.d-xl-flex {
		display: -webkit-box!important;
		display: -ms-flexbox!important;
		display: flex!important
	}
	.d-xl-inline-flex {
		display: -webkit-inline-box!important;
		display: -ms-inline-flexbox!important;
		display: inline-flex!important
	}
	.d-xl-none {
		display: none!important
	}
	.flex-xl-fill {
		-webkit-box-flex: 1!important;
		-ms-flex: 1 1 auto!important;
		flex: 1 1 auto!important
	}
	.flex-xl-row {
		-webkit-box-orient: horizontal!important;
		-webkit-box-direction: normal!important;
		-ms-flex-direction: row!important;
		flex-direction: row!important
	}
	.flex-xl-column {
		-webkit-box-orient: vertical!important;
		-webkit-box-direction: normal!important;
		-ms-flex-direction: column!important;
		flex-direction: column!important
	}
	.flex-xl-row-reverse {
		-webkit-box-orient: horizontal!important;
		-webkit-box-direction: reverse!important;
		-ms-flex-direction: row-reverse!important;
		flex-direction: row-reverse!important
	}
	.flex-xl-column-reverse {
		-webkit-box-orient: vertical!important;
		-webkit-box-direction: reverse!important;
		-ms-flex-direction: column-reverse!important;
		flex-direction: column-reverse!important
	}
	.flex-xl-grow-0 {
		-webkit-box-flex: 0!important;
		-ms-flex-positive: 0!important;
		flex-grow: 0!important
	}
	.flex-xl-grow-1 {
		-webkit-box-flex: 1!important;
		-ms-flex-positive: 1!important;
		flex-grow: 1!important
	}
	.flex-xl-shrink-0 {
		-ms-flex-negative: 0!important;
		flex-shrink: 0!important
	}
	.flex-xl-shrink-1 {
		-ms-flex-negative: 1!important;
		flex-shrink: 1!important
	}
	.flex-xl-wrap {
		-ms-flex-wrap: wrap!important;
		flex-wrap: wrap!important
	}
	.flex-xl-nowrap {
		-ms-flex-wrap: nowrap!important;
		flex-wrap: nowrap!important
	}
	.flex-xl-wrap-reverse {
		-ms-flex-wrap: wrap-reverse!important;
		flex-wrap: wrap-reverse!important
	}
	.justify-content-xl-start {
		-webkit-box-pack: start!important;
		-ms-flex-pack: start!important;
		justify-content: flex-start!important
	}
	.justify-content-xl-end {
		-webkit-box-pack: end!important;
		-ms-flex-pack: end!important;
		justify-content: flex-end!important
	}
	.justify-content-xl-center {
		-webkit-box-pack: center!important;
		-ms-flex-pack: center!important;
		justify-content: center!important
	}
	.justify-content-xl-between {
		-webkit-box-pack: justify!important;
		-ms-flex-pack: justify!important;
		justify-content: space-between!important
	}
	.justify-content-xl-around {
		-ms-flex-pack: distribute!important;
		justify-content: space-around!important
	}
	.justify-content-xl-evenly {
		-webkit-box-pack: space-evenly!important;
		-ms-flex-pack: space-evenly!important;
		justify-content: space-evenly!important
	}
	.align-items-xl-start {
		-webkit-box-align: start!important;
		-ms-flex-align: start!important;
		align-items: flex-start!important
	}
	.align-items-xl-end {
		-webkit-box-align: end!important;
		-ms-flex-align: end!important;
		align-items: flex-end!important
	}
	.align-items-xl-center {
		-webkit-box-align: center!important;
		-ms-flex-align: center!important;
		align-items: center!important
	}
	.align-items-xl-baseline {
		-webkit-box-align: baseline!important;
		-ms-flex-align: baseline!important;
		align-items: baseline!important
	}
	.align-items-xl-stretch {
		-webkit-box-align: stretch!important;
		-ms-flex-align: stretch!important;
		align-items: stretch!important
	}
	.align-content-xl-start {
		-ms-flex-line-pack: start!important;
		align-content: flex-start!important
	}
	.align-content-xl-end {
		-ms-flex-line-pack: end!important;
		align-content: flex-end!important
	}
	.align-content-xl-center {
		-ms-flex-line-pack: center!important;
		align-content: center!important
	}
	.align-content-xl-between {
		-ms-flex-line-pack: justify!important;
		align-content: space-between!important
	}
	.align-content-xl-around {
		-ms-flex-line-pack: distribute!important;
		align-content: space-around!important
	}
	.align-content-xl-stretch {
		-ms-flex-line-pack: stretch!important;
		align-content: stretch!important
	}
	.align-self-xl-auto {
		-ms-flex-item-align: auto!important;
		align-self: auto!important
	}
	.align-self-xl-start {
		-ms-flex-item-align: start!important;
		align-self: flex-start!important
	}
	.align-self-xl-end {
		-ms-flex-item-align: end!important;
		align-self: flex-end!important
	}
	.align-self-xl-center {
		-ms-flex-item-align: center!important;
		align-self: center!important
	}
	.align-self-xl-baseline {
		-ms-flex-item-align: baseline!important;
		align-self: baseline!important
	}
	.align-self-xl-stretch {
		-ms-flex-item-align: stretch!important;
		align-self: stretch!important
	}
	.order-xl-first {
		-webkit-box-ordinal-group: 0!important;
		-ms-flex-order: -1!important;
		order: -1!important
	}
	.order-xl-0 {
		-webkit-box-ordinal-group: 1!important;
		-ms-flex-order: 0!important;
		order: 0!important
	}
	.order-xl-1 {
		-webkit-box-ordinal-group: 2!important;
		-ms-flex-order: 1!important;
		order: 1!important
	}
	.order-xl-2 {
		-webkit-box-ordinal-group: 3!important;
		-ms-flex-order: 2!important;
		order: 2!important
	}
	.order-xl-3 {
		-webkit-box-ordinal-group: 4!important;
		-ms-flex-order: 3!important;
		order: 3!important
	}
	.order-xl-4 {
		-webkit-box-ordinal-group: 5!important;
		-ms-flex-order: 4!important;
		order: 4!important
	}
	.order-xl-5 {
		-webkit-box-ordinal-group: 6!important;
		-ms-flex-order: 5!important;
		order: 5!important
	}
	.order-xl-last {
		-webkit-box-ordinal-group: 7!important;
		-ms-flex-order: 6!important;
		order: 6!important
	}
	.m-xl-0 {
		margin: 0!important
	}
	.m-xl-1 {
		margin: .25rem!important
	}
	.m-xl-2 {
		margin: .5rem!important
	}
	.m-xl-3 {
		margin: 1rem!important
	}
	.m-xl-4 {
		margin: 1.5rem!important
	}
	.m-xl-5 {
		margin: 3rem!important
	}
	.m-xl-auto {
		margin: auto!important
	}
	.mx-xl-0 {
		margin-right: 0!important;
		margin-left: 0!important
	}
	.mx-xl-1 {
		margin-right: .25rem!important;
		margin-left: .25rem!important
	}
	.mx-xl-2 {
		margin-right: .5rem!important;
		margin-left: .5rem!important
	}
	.mx-xl-3 {
		margin-right: 1rem!important;
		margin-left: 1rem!important
	}
	.mx-xl-4 {
		margin-right: 1.5rem!important;
		margin-left: 1.5rem!important
	}
	.mx-xl-5 {
		margin-right: 3rem!important;
		margin-left: 3rem!important
	}
	.mx-xl-auto {
		margin-right: auto!important;
		margin-left: auto!important
	}
	.my-xl-0 {
		margin-top: 0!important;
		margin-bottom: 0!important
	}
	.my-xl-1 {
		margin-top: .25rem!important;
		margin-bottom: .25rem!important
	}
	.my-xl-2 {
		margin-top: .5rem!important;
		margin-bottom: .5rem!important
	}
	.my-xl-3 {
		margin-top: 1rem!important;
		margin-bottom: 1rem!important
	}
	.my-xl-4 {
		margin-top: 1.5rem!important;
		margin-bottom: 1.5rem!important
	}
	.my-xl-5 {
		margin-top: 3rem!important;
		margin-bottom: 3rem!important
	}
	.my-xl-auto {
		margin-top: auto!important;
		margin-bottom: auto!important
	}
	.mt-xl-0 {
		margin-top: 0!important
	}
	.mt-xl-1 {
		margin-top: .25rem!important
	}
	.mt-xl-2 {
		margin-top: .5rem!important
	}
	.mt-xl-3 {
		margin-top: 1rem!important
	}
	.mt-xl-4 {
		margin-top: 1.5rem!important
	}
	.mt-xl-5 {
		margin-top: 3rem!important
	}
	.mt-xl-auto {
		margin-top: auto!important
	}
	.me-xl-0 {
		margin-right: 0!important
	}
	.me-xl-1 {
		margin-right: .25rem!important
	}
	.me-xl-2 {
		margin-right: .5rem!important
	}
	.me-xl-3 {
		margin-right: 1rem!important
	}
	.me-xl-4 {
		margin-right: 1.5rem!important
	}
	.me-xl-5 {
		margin-right: 3rem!important
	}
	.me-xl-auto {
		margin-right: auto!important
	}
	.mb-xl-0 {
		margin-bottom: 0!important
	}
	.mb-xl-1 {
		margin-bottom: .25rem!important
	}
	.mb-xl-2 {
		margin-bottom: .5rem!important
	}
	.mb-xl-3 {
		margin-bottom: 1rem!important
	}
	.mb-xl-4 {
		margin-bottom: 1.5rem!important
	}
	.mb-xl-5 {
		margin-bottom: 3rem!important
	}
	.mb-xl-auto {
		margin-bottom: auto!important
	}
	.ms-xl-0 {
		margin-left: 0!important
	}
	.ms-xl-1 {
		margin-left: .25rem!important
	}
	.ms-xl-2 {
		margin-left: .5rem!important
	}
	.ms-xl-3 {
		margin-left: 1rem!important
	}
	.ms-xl-4 {
		margin-left: 1.5rem!important
	}
	.ms-xl-5 {
		margin-left: 3rem!important
	}
	.ms-xl-auto {
		margin-left: auto!important
	}
	.p-xl-0 {
		padding: 0!important
	}
	.p-xl-1 {
		padding: .25rem!important
	}
	.p-xl-2 {
		padding: .5rem!important
	}
	.p-xl-3 {
		padding: 1rem!important
	}
	.p-xl-4 {
		padding: 1.5rem!important
	}
	.p-xl-5 {
		padding: 3rem!important
	}
	.px-xl-0 {
		padding-right: 0!important;
		padding-left: 0!important
	}
	.px-xl-1 {
		padding-right: .25rem!important;
		padding-left: .25rem!important
	}
	.px-xl-2 {
		padding-right: .5rem!important;
		padding-left: .5rem!important
	}
	.px-xl-3 {
		padding-right: 1rem!important;
		padding-left: 1rem!important
	}
	.px-xl-4 {
		padding-right: 1.5rem!important;
		padding-left: 1.5rem!important
	}
	.px-xl-5 {
		padding-right: 3rem!important;
		padding-left: 3rem!important
	}
	.py-xl-0 {
		padding-top: 0!important;
		padding-bottom: 0!important
	}
	.py-xl-1 {
		padding-top: .25rem!important;
		padding-bottom: .25rem!important
	}
	.py-xl-2 {
		padding-top: .5rem!important;
		padding-bottom: .5rem!important
	}
	.py-xl-3 {
		padding-top: 1rem!important;
		padding-bottom: 1rem!important
	}
	.py-xl-4 {
		padding-top: 1.5rem!important;
		padding-bottom: 1.5rem!important
	}
	.py-xl-5 {
		padding-top: 3rem!important;
		padding-bottom: 3rem!important
	}
	.pt-xl-0 {
		padding-top: 0!important
	}
	.pt-xl-1 {
		padding-top: .25rem!important
	}
	.pt-xl-2 {
		padding-top: .5rem!important
	}
	.pt-xl-3 {
		padding-top: 1rem!important
	}
	.pt-xl-4 {
		padding-top: 1.5rem!important
	}
	.pt-xl-5 {
		padding-top: 3rem!important
	}
	.pe-xl-0 {
		padding-right: 0!important
	}
	.pe-xl-1 {
		padding-right: .25rem!important
	}
	.pe-xl-2 {
		padding-right: .5rem!important
	}
	.pe-xl-3 {
		padding-right: 1rem!important
	}
	.pe-xl-4 {
		padding-right: 1.5rem!important
	}
	.pe-xl-5 {
		padding-right: 3rem!important
	}
	.pb-xl-0 {
		padding-bottom: 0!important
	}
	.pb-xl-1 {
		padding-bottom: .25rem!important
	}
	.pb-xl-2 {
		padding-bottom: .5rem!important
	}
	.pb-xl-3 {
		padding-bottom: 1rem!important
	}
	.pb-xl-4 {
		padding-bottom: 1.5rem!important
	}
	.pb-xl-5 {
		padding-bottom: 3rem!important
	}
	.ps-xl-0 {
		padding-left: 0!important
	}
	.ps-xl-1 {
		padding-left: .25rem!important
	}
	.ps-xl-2 {
		padding-left: .5rem!important
	}
	.ps-xl-3 {
		padding-left: 1rem!important
	}
	.ps-xl-4 {
		padding-left: 1.5rem!important
	}
	.ps-xl-5 {
		padding-left: 3rem!important
	}
}
@media (min-width:1540px) {
	.d-xxl-inline {
		display: inline!important
	}
	.d-xxl-inline-block {
		display: inline-block!important
	}
	.d-xxl-block {
		display: block!important
	}
	.d-xxl-grid {
		display: grid!important
	}
	.d-xxl-table {
		display: table!important
	}
	.d-xxl-table-row {
		display: table-row!important
	}
	.d-xxl-table-cell {
		display: table-cell!important
	}
	.d-xxl-flex {
		display: -webkit-box!important;
		display: -ms-flexbox!important;
		display: flex!important
	}
	.d-xxl-inline-flex {
		display: -webkit-inline-box!important;
		display: -ms-inline-flexbox!important;
		display: inline-flex!important
	}
	.d-xxl-none {
		display: none!important
	}
	.flex-xxl-fill {
		-webkit-box-flex: 1!important;
		-ms-flex: 1 1 auto!important;
		flex: 1 1 auto!important
	}
	.flex-xxl-row {
		-webkit-box-orient: horizontal!important;
		-webkit-box-direction: normal!important;
		-ms-flex-direction: row!important;
		flex-direction: row!important
	}
	.flex-xxl-column {
		-webkit-box-orient: vertical!important;
		-webkit-box-direction: normal!important;
		-ms-flex-direction: column!important;
		flex-direction: column!important
	}
	.flex-xxl-row-reverse {
		-webkit-box-orient: horizontal!important;
		-webkit-box-direction: reverse!important;
		-ms-flex-direction: row-reverse!important;
		flex-direction: row-reverse!important
	}
	.flex-xxl-column-reverse {
		-webkit-box-orient: vertical!important;
		-webkit-box-direction: reverse!important;
		-ms-flex-direction: column-reverse!important;
		flex-direction: column-reverse!important
	}
	.flex-xxl-grow-0 {
		-webkit-box-flex: 0!important;
		-ms-flex-positive: 0!important;
		flex-grow: 0!important
	}
	.flex-xxl-grow-1 {
		-webkit-box-flex: 1!important;
		-ms-flex-positive: 1!important;
		flex-grow: 1!important
	}
	.flex-xxl-shrink-0 {
		-ms-flex-negative: 0!important;
		flex-shrink: 0!important
	}
	.flex-xxl-shrink-1 {
		-ms-flex-negative: 1!important;
		flex-shrink: 1!important
	}
	.flex-xxl-wrap {
		-ms-flex-wrap: wrap!important;
		flex-wrap: wrap!important
	}
	.flex-xxl-nowrap {
		-ms-flex-wrap: nowrap!important;
		flex-wrap: nowrap!important
	}
	.flex-xxl-wrap-reverse {
		-ms-flex-wrap: wrap-reverse!important;
		flex-wrap: wrap-reverse!important
	}
	.justify-content-xxl-start {
		-webkit-box-pack: start!important;
		-ms-flex-pack: start!important;
		justify-content: flex-start!important
	}
	.justify-content-xxl-end {
		-webkit-box-pack: end!important;
		-ms-flex-pack: end!important;
		justify-content: flex-end!important
	}
	.justify-content-xxl-center {
		-webkit-box-pack: center!important;
		-ms-flex-pack: center!important;
		justify-content: center!important
	}
	.justify-content-xxl-between {
		-webkit-box-pack: justify!important;
		-ms-flex-pack: justify!important;
		justify-content: space-between!important
	}
	.justify-content-xxl-around {
		-ms-flex-pack: distribute!important;
		justify-content: space-around!important
	}
	.justify-content-xxl-evenly {
		-webkit-box-pack: space-evenly!important;
		-ms-flex-pack: space-evenly!important;
		justify-content: space-evenly!important
	}
	.align-items-xxl-start {
		-webkit-box-align: start!important;
		-ms-flex-align: start!important;
		align-items: flex-start!important
	}
	.align-items-xxl-end {
		-webkit-box-align: end!important;
		-ms-flex-align: end!important;
		align-items: flex-end!important
	}
	.align-items-xxl-center {
		-webkit-box-align: center!important;
		-ms-flex-align: center!important;
		align-items: center!important
	}
	.align-items-xxl-baseline {
		-webkit-box-align: baseline!important;
		-ms-flex-align: baseline!important;
		align-items: baseline!important
	}
	.align-items-xxl-stretch {
		-webkit-box-align: stretch!important;
		-ms-flex-align: stretch!important;
		align-items: stretch!important
	}
	.align-content-xxl-start {
		-ms-flex-line-pack: start!important;
		align-content: flex-start!important
	}
	.align-content-xxl-end {
		-ms-flex-line-pack: end!important;
		align-content: flex-end!important
	}
	.align-content-xxl-center {
		-ms-flex-line-pack: center!important;
		align-content: center!important
	}
	.align-content-xxl-between {
		-ms-flex-line-pack: justify!important;
		align-content: space-between!important
	}
	.align-content-xxl-around {
		-ms-flex-line-pack: distribute!important;
		align-content: space-around!important
	}
	.align-content-xxl-stretch {
		-ms-flex-line-pack: stretch!important;
		align-content: stretch!important
	}
	.align-self-xxl-auto {
		-ms-flex-item-align: auto!important;
		align-self: auto!important
	}
	.align-self-xxl-start {
		-ms-flex-item-align: start!important;
		align-self: flex-start!important
	}
	.align-self-xxl-end {
		-ms-flex-item-align: end!important;
		align-self: flex-end!important
	}
	.align-self-xxl-center {
		-ms-flex-item-align: center!important;
		align-self: center!important
	}
	.align-self-xxl-baseline {
		-ms-flex-item-align: baseline!important;
		align-self: baseline!important
	}
	.align-self-xxl-stretch {
		-ms-flex-item-align: stretch!important;
		align-self: stretch!important
	}
	.order-xxl-first {
		-webkit-box-ordinal-group: 0!important;
		-ms-flex-order: -1!important;
		order: -1!important
	}
	.order-xxl-0 {
		-webkit-box-ordinal-group: 1!important;
		-ms-flex-order: 0!important;
		order: 0!important
	}
	.order-xxl-1 {
		-webkit-box-ordinal-group: 2!important;
		-ms-flex-order: 1!important;
		order: 1!important
	}
	.order-xxl-2 {
		-webkit-box-ordinal-group: 3!important;
		-ms-flex-order: 2!important;
		order: 2!important
	}
	.order-xxl-3 {
		-webkit-box-ordinal-group: 4!important;
		-ms-flex-order: 3!important;
		order: 3!important
	}
	.order-xxl-4 {
		-webkit-box-ordinal-group: 5!important;
		-ms-flex-order: 4!important;
		order: 4!important
	}
	.order-xxl-5 {
		-webkit-box-ordinal-group: 6!important;
		-ms-flex-order: 5!important;
		order: 5!important
	}
	.order-xxl-last {
		-webkit-box-ordinal-group: 7!important;
		-ms-flex-order: 6!important;
		order: 6!important
	}
	.m-xxl-0 {
		margin: 0!important
	}
	.m-xxl-1 {
		margin: .25rem!important
	}
	.m-xxl-2 {
		margin: .5rem!important
	}
	.m-xxl-3 {
		margin: 1rem!important
	}
	.m-xxl-4 {
		margin: 1.5rem!important
	}
	.m-xxl-5 {
		margin: 3rem!important
	}
	.m-xxl-auto {
		margin: auto!important
	}
	.mx-xxl-0 {
		margin-right: 0!important;
		margin-left: 0!important
	}
	.mx-xxl-1 {
		margin-right: .25rem!important;
		margin-left: .25rem!important
	}
	.mx-xxl-2 {
		margin-right: .5rem!important;
		margin-left: .5rem!important
	}
	.mx-xxl-3 {
		margin-right: 1rem!important;
		margin-left: 1rem!important
	}
	.mx-xxl-4 {
		margin-right: 1.5rem!important;
		margin-left: 1.5rem!important
	}
	.mx-xxl-5 {
		margin-right: 3rem!important;
		margin-left: 3rem!important
	}
	.mx-xxl-auto {
		margin-right: auto!important;
		margin-left: auto!important
	}
	.my-xxl-0 {
		margin-top: 0!important;
		margin-bottom: 0!important
	}
	.my-xxl-1 {
		margin-top: .25rem!important;
		margin-bottom: .25rem!important
	}
	.my-xxl-2 {
		margin-top: .5rem!important;
		margin-bottom: .5rem!important
	}
	.my-xxl-3 {
		margin-top: 1rem!important;
		margin-bottom: 1rem!important
	}
	.my-xxl-4 {
		margin-top: 1.5rem!important;
		margin-bottom: 1.5rem!important
	}
	.my-xxl-5 {
		margin-top: 3rem!important;
		margin-bottom: 3rem!important
	}
	.my-xxl-auto {
		margin-top: auto!important;
		margin-bottom: auto!important
	}
	.mt-xxl-0 {
		margin-top: 0!important
	}
	.mt-xxl-1 {
		margin-top: .25rem!important
	}
	.mt-xxl-2 {
		margin-top: .5rem!important
	}
	.mt-xxl-3 {
		margin-top: 1rem!important
	}
	.mt-xxl-4 {
		margin-top: 1.5rem!important
	}
	.mt-xxl-5 {
		margin-top: 3rem!important
	}
	.mt-xxl-auto {
		margin-top: auto!important
	}
	.me-xxl-0 {
		margin-right: 0!important
	}
	.me-xxl-1 {
		margin-right: .25rem!important
	}
	.me-xxl-2 {
		margin-right: .5rem!important
	}
	.me-xxl-3 {
		margin-right: 1rem!important
	}
	.me-xxl-4 {
		margin-right: 1.5rem!important
	}
	.me-xxl-5 {
		margin-right: 3rem!important
	}
	.me-xxl-auto {
		margin-right: auto!important
	}
	.mb-xxl-0 {
		margin-bottom: 0!important
	}
	.mb-xxl-1 {
		margin-bottom: .25rem!important
	}
	.mb-xxl-2 {
		margin-bottom: .5rem!important
	}
	.mb-xxl-3 {
		margin-bottom: 1rem!important
	}
	.mb-xxl-4 {
		margin-bottom: 1.5rem!important
	}
	.mb-xxl-5 {
		margin-bottom: 3rem!important
	}
	.mb-xxl-auto {
		margin-bottom: auto!important
	}
	.ms-xxl-0 {
		margin-left: 0!important
	}
	.ms-xxl-1 {
		margin-left: .25rem!important
	}
	.ms-xxl-2 {
		margin-left: .5rem!important
	}
	.ms-xxl-3 {
		margin-left: 1rem!important
	}
	.ms-xxl-4 {
		margin-left: 1.5rem!important
	}
	.ms-xxl-5 {
		margin-left: 3rem!important
	}
	.ms-xxl-auto {
		margin-left: auto!important
	}
	.p-xxl-0 {
		padding: 0!important
	}
	.p-xxl-1 {
		padding: .25rem!important
	}
	.p-xxl-2 {
		padding: .5rem!important
	}
	.p-xxl-3 {
		padding: 1rem!important
	}
	.p-xxl-4 {
		padding: 1.5rem!important
	}
	.p-xxl-5 {
		padding: 3rem!important
	}
	.px-xxl-0 {
		padding-right: 0!important;
		padding-left: 0!important
	}
	.px-xxl-1 {
		padding-right: .25rem!important;
		padding-left: .25rem!important
	}
	.px-xxl-2 {
		padding-right: .5rem!important;
		padding-left: .5rem!important
	}
	.px-xxl-3 {

		padding-right: 1rem!important;
		padding-left: 1rem!important
	}
	.px-xxl-4 {
		padding-right: 1.5rem!important;
		padding-left: 1.5rem!important
	}
	.px-xxl-5 {
		padding-right: 3rem!important;
		padding-left: 3rem!important
	}
	.py-xxl-0 {
		padding-top: 0!important;
		padding-bottom: 0!important
	}
	.py-xxl-1 {
		padding-top: .25rem!important;
		padding-bottom: .25rem!important
	}
	.py-xxl-2 {
		padding-top: .5rem!important;
		padding-bottom: .5rem!important
	}
	.py-xxl-3 {
		padding-top: 1rem!important;
		padding-bottom: 1rem!important
	}
	.py-xxl-4 {
		padding-top: 1.5rem!important;
		padding-bottom: 1.5rem!important
	}
	.py-xxl-5 {
		padding-top: 3rem!important;
		padding-bottom: 3rem!important
	}
	.pt-xxl-0 {
		padding-top: 0!important
	}
	.pt-xxl-1 {
		padding-top: .25rem!important
	}
	.pt-xxl-2 {
		padding-top: .5rem!important
	}
	.pt-xxl-3 {
		padding-top: 1rem!important
	}
	.pt-xxl-4 {
		padding-top: 1.5rem!important
	}
	.pt-xxl-5 {
		padding-top: 3rem!important
	}
	.pe-xxl-0 {
		padding-right: 0!important
	}
	.pe-xxl-1 {
		padding-right: .25rem!important
	}
	.pe-xxl-2 {
		padding-right: .5rem!important
	}
	.pe-xxl-3 {
		padding-right: 1rem!important
	}
	.pe-xxl-4 {
		padding-right: 1.5rem!important
	}
	.pe-xxl-5 {
		padding-right: 3rem!important
	}
	.pb-xxl-0 {
		padding-bottom: 0!important
	}
	.pb-xxl-1 {
		padding-bottom: .25rem!important
	}
	.pb-xxl-2 {
		padding-bottom: .5rem!important
	}
	.pb-xxl-3 {
		padding-bottom: 1rem!important
	}
	.pb-xxl-4 {
		padding-bottom: 1.5rem!important
	}
	.pb-xxl-5 {
		padding-bottom: 3rem!important
	}
	.ps-xxl-0 {
		padding-left: 0!important
	}
	.ps-xxl-1 {
		padding-left: .25rem!important
	}
	.ps-xxl-2 {
		padding-left: .5rem!important
	}
	.ps-xxl-3 {
		padding-left: 1rem!important
	}
	.ps-xxl-4 {
		padding-left: 1.5rem!important
	}
	.ps-xxl-5 {
		padding-left: 3rem!important
	}
}
@media (min-width:1600px) {
	.d-xxxl-inline {
		display: inline!important
	}
	.d-xxxl-inline-block {
		display: inline-block!important
	}
	.d-xxxl-block {
		display: block!important
	}
	.d-xxxl-grid {
		display: grid!important
	}
	.d-xxxl-table {
		display: table!important
	}
	.d-xxxl-table-row {
		display: table-row!important
	}
	.d-xxxl-table-cell {
		display: table-cell!important
	}
	.d-xxxl-flex {
		display: -webkit-box!important;
		display: -ms-flexbox!important;
		display: flex!important
	}
	.d-xxxl-inline-flex {
		display: -webkit-inline-box!important;
		display: -ms-inline-flexbox!important;
		display: inline-flex!important
	}
	.d-xxxl-none {
		display: none!important
	}
	.flex-xxxl-fill {
		-webkit-box-flex: 1!important;
		-ms-flex: 1 1 auto!important;
		flex: 1 1 auto!important
	}
	.flex-xxxl-row {
		-webkit-box-orient: horizontal!important;
		-webkit-box-direction: normal!important;
		-ms-flex-direction: row!important;
		flex-direction: row!important
	}
	.flex-xxxl-column {
		-webkit-box-orient: vertical!important;
		-webkit-box-direction: normal!important;
		-ms-flex-direction: column!important;
		flex-direction: column!important
	}
	.flex-xxxl-row-reverse {
		-webkit-box-orient: horizontal!important;
		-webkit-box-direction: reverse!important;
		-ms-flex-direction: row-reverse!important;
		flex-direction: row-reverse!important
	}
	.flex-xxxl-column-reverse {
		-webkit-box-orient: vertical!important;
		-webkit-box-direction: reverse!important;
		-ms-flex-direction: column-reverse!important;
		flex-direction: column-reverse!important
	}
	.flex-xxxl-grow-0 {
		-webkit-box-flex: 0!important;
		-ms-flex-positive: 0!important;
		flex-grow: 0!important
	}
	.flex-xxxl-grow-1 {
		-webkit-box-flex: 1!important;
		-ms-flex-positive: 1!important;
		flex-grow: 1!important
	}
	.flex-xxxl-shrink-0 {
		-ms-flex-negative: 0!important;
		flex-shrink: 0!important
	}
	.flex-xxxl-shrink-1 {
		-ms-flex-negative: 1!important;
		flex-shrink: 1!important
	}
	.flex-xxxl-wrap {
		-ms-flex-wrap: wrap!important;
		flex-wrap: wrap!important
	}
	.flex-xxxl-nowrap {
		-ms-flex-wrap: nowrap!important;
		flex-wrap: nowrap!important
	}
	.flex-xxxl-wrap-reverse {
		-ms-flex-wrap: wrap-reverse!important;
		flex-wrap: wrap-reverse!important
	}
	.justify-content-xxxl-start {
		-webkit-box-pack: start!important;
		-ms-flex-pack: start!important;
		justify-content: flex-start!important
	}
	.justify-content-xxxl-end {
		-webkit-box-pack: end!important;
		-ms-flex-pack: end!important;
		justify-content: flex-end!important
	}
	.justify-content-xxxl-center {
		-webkit-box-pack: center!important;
		-ms-flex-pack: center!important;
		justify-content: center!important
	}
	.justify-content-xxxl-between {
		-webkit-box-pack: justify!important;
		-ms-flex-pack: justify!important;
		justify-content: space-between!important
	}
	.justify-content-xxxl-around {
		-ms-flex-pack: distribute!important;
		justify-content: space-around!important
	}
	.justify-content-xxxl-evenly {
		-webkit-box-pack: space-evenly!important;
		-ms-flex-pack: space-evenly!important;
		justify-content: space-evenly!important
	}
	.align-items-xxxl-start {
		-webkit-box-align: start!important;
		-ms-flex-align: start!important;
		align-items: flex-start!important
	}
	.align-items-xxxl-end {
		-webkit-box-align: end!important;
		-ms-flex-align: end!important;
		align-items: flex-end!important
	}
	.align-items-xxxl-center {
		-webkit-box-align: center!important;
		-ms-flex-align: center!important;
		align-items: center!important
	}
	.align-items-xxxl-baseline {
		-webkit-box-align: baseline!important;
		-ms-flex-align: baseline!important;
		align-items: baseline!important
	}
	.align-items-xxxl-stretch {
		-webkit-box-align: stretch!important;
		-ms-flex-align: stretch!important;
		align-items: stretch!important
	}
	.align-content-xxxl-start {
		-ms-flex-line-pack: start!important;
		align-content: flex-start!important
	}
	.align-content-xxxl-end {
		-ms-flex-line-pack: end!important;
		align-content: flex-end!important
	}
	.align-content-xxxl-center {
		-ms-flex-line-pack: center!important;
		align-content: center!important
	}
	.align-content-xxxl-between {
		-ms-flex-line-pack: justify!important;
		align-content: space-between!important
	}
	.align-content-xxxl-around {
		-ms-flex-line-pack: distribute!important;
		align-content: space-around!important
	}
	.align-content-xxxl-stretch {
		-ms-flex-line-pack: stretch!important;
		align-content: stretch!important
	}
	.align-self-xxxl-auto {
		-ms-flex-item-align: auto!important;
		align-self: auto!important
	}
	.align-self-xxxl-start {
		-ms-flex-item-align: start!important;
		align-self: flex-start!important
	}
	.align-self-xxxl-end {
		-ms-flex-item-align: end!important;
		align-self: flex-end!important
	}
	.align-self-xxxl-center {
		-ms-flex-item-align: center!important;
		align-self: center!important
	}
	.align-self-xxxl-baseline {
		-ms-flex-item-align: baseline!important;
		align-self: baseline!important
	}
	.align-self-xxxl-stretch {
		-ms-flex-item-align: stretch!important;
		align-self: stretch!important
	}
	.order-xxxl-first {
		-webkit-box-ordinal-group: 0!important;
		-ms-flex-order: -1!important;
		order: -1!important
	}
	.order-xxxl-0 {
		-webkit-box-ordinal-group: 1!important;
		-ms-flex-order: 0!important;
		order: 0!important
	}
	.order-xxxl-1 {
		-webkit-box-ordinal-group: 2!important;
		-ms-flex-order: 1!important;
		order: 1!important
	}
	.order-xxxl-2 {
		-webkit-box-ordinal-group: 3!important;
		-ms-flex-order: 2!important;
		order: 2!important
	}
	.order-xxxl-3 {
		-webkit-box-ordinal-group: 4!important;
		-ms-flex-order: 3!important;
		order: 3!important
	}
	.order-xxxl-4 {
		-webkit-box-ordinal-group: 5!important;
		-ms-flex-order: 4!important;
		order: 4!important
	}
	.order-xxxl-5 {
		-webkit-box-ordinal-group: 6!important;
		-ms-flex-order: 5!important;
		order: 5!important
	}
	.order-xxxl-last {
		-webkit-box-ordinal-group: 7!important;
		-ms-flex-order: 6!important;

		order: 6!important
	}
	.m-xxxl-0 {
		margin: 0!important
	}
	.m-xxxl-1 {
		margin: .25rem!important
	}
	.m-xxxl-2 {
		margin: .5rem!important
	}
	.m-xxxl-3 {
		margin: 1rem!important
	}
	.m-xxxl-4 {
		margin: 1.5rem!important
	}
	.m-xxxl-5 {
		margin: 3rem!important
	}
	.m-xxxl-auto {
		margin: auto!important
	}
	.mx-xxxl-0 {
		margin-right: 0!important;
		margin-left: 0!important
	}
	.mx-xxxl-1 {
		margin-right: .25rem!important;
		margin-left: .25rem!important
	}
	.mx-xxxl-2 {
		margin-right: .5rem!important;
		margin-left: .5rem!important
	}
	.mx-xxxl-3 {
		margin-right: 1rem!important;
		margin-left: 1rem!important
	}
	.mx-xxxl-4 {
		margin-right: 1.5rem!important;
		margin-left: 1.5rem!important
	}
	.mx-xxxl-5 {
		margin-right: 3rem!important;
		margin-left: 3rem!important
	}
	.mx-xxxl-auto {
		margin-right: auto!important;
		margin-left: auto!important
	}
	.my-xxxl-0 {
		margin-top: 0!important;
		margin-bottom: 0!important
	}
	.my-xxxl-1 {
		margin-top: .25rem!important;
		margin-bottom: .25rem!important
	}
	.my-xxxl-2 {
		margin-top: .5rem!important;
		margin-bottom: .5rem!important
	}
	.my-xxxl-3 {
		margin-top: 1rem!important;
		margin-bottom: 1rem!important
	}
	.my-xxxl-4 {
		margin-top: 1.5rem!important;
		margin-bottom: 1.5rem!important
	}
	.my-xxxl-5 {
		margin-top: 3rem!important;
		margin-bottom: 3rem!important
	}
	.my-xxxl-auto {
		margin-top: auto!important;
		margin-bottom: auto!important
	}
	.mt-xxxl-0 {
		margin-top: 0!important
	}
	.mt-xxxl-1 {
		margin-top: .25rem!important
	}
	.mt-xxxl-2 {
		margin-top: .5rem!important
	}
	.mt-xxxl-3 {
		margin-top: 1rem!important
	}
	.mt-xxxl-4 {
		margin-top: 1.5rem!important
	}
	.mt-xxxl-5 {
		margin-top: 3rem!important
	}
	.mt-xxxl-auto {
		margin-top: auto!important
	}
	.me-xxxl-0 {
		margin-right: 0!important
	}
	.me-xxxl-1 {
		margin-right: .25rem!important
	}
	.me-xxxl-2 {
		margin-right: .5rem!important
	}
	.me-xxxl-3 {
		margin-right: 1rem!important
	}
	.me-xxxl-4 {
		margin-right: 1.5rem!important
	}
	.me-xxxl-5 {
		margin-right: 3rem!important
	}
	.me-xxxl-auto {
		margin-right: auto!important
	}
	.mb-xxxl-0 {
		margin-bottom: 0!important
	}
	.mb-xxxl-1 {
		margin-bottom: .25rem!important
	}
	.mb-xxxl-2 {
		margin-bottom: .5rem!important
	}
	.mb-xxxl-3 {
		margin-bottom: 1rem!important
	}
	.mb-xxxl-4 {
		margin-bottom: 1.5rem!important
	}
	.mb-xxxl-5 {
		margin-bottom: 3rem!important
	}
	.mb-xxxl-auto {
		margin-bottom: auto!important
	}
	.ms-xxxl-0 {
		margin-left: 0!important
	}
	.ms-xxxl-1 {
		margin-left: .25rem!important
	}
	.ms-xxxl-2 {
		margin-left: .5rem!important
	}
	.ms-xxxl-3 {
		margin-left: 1rem!important
	}
	.ms-xxxl-4 {
		margin-left: 1.5rem!important
	}
	.ms-xxxl-5 {
		margin-left: 3rem!important
	}
	.ms-xxxl-auto {
		margin-left: auto!important
	}
	.p-xxxl-0 {
		padding: 0!important
	}
	.p-xxxl-1 {
		padding: .25rem!important
	}
	.p-xxxl-2 {
		padding: .5rem!important
	}
	.p-xxxl-3 {
		padding: 1rem!important
	}
	.p-xxxl-4 {
		padding: 1.5rem!important
	}
	.p-xxxl-5 {
		padding: 3rem!important
	}
	.px-xxxl-0 {
		padding-right: 0!important;
		padding-left: 0!important
	}
	.px-xxxl-1 {
		padding-right: .25rem!important;
		padding-left: .25rem!important
	}
	.px-xxxl-2 {
		padding-right: .5rem!important;
		padding-left: .5rem!important
	}
	.px-xxxl-3 {
		padding-right: 1rem!important;
		padding-left: 1rem!important
	}
	.px-xxxl-4 {
		padding-right: 1.5rem!important;
		padding-left: 1.5rem!important
	}
	.px-xxxl-5 {
		padding-right: 3rem!important;
		padding-left: 3rem!important
	}
	.py-xxxl-0 {
		padding-top: 0!important;
		padding-bottom: 0!important
	}
	.py-xxxl-1 {
		padding-top: .25rem!important;
		padding-bottom: .25rem!important
	}
	.py-xxxl-2 {
		padding-top: .5rem!important;
		padding-bottom: .5rem!important
	}
	.py-xxxl-3 {
		padding-top: 1rem!important;
		padding-bottom: 1rem!important
	}
	.py-xxxl-4 {
		padding-top: 1.5rem!important;
		padding-bottom: 1.5rem!important
	}
	.py-xxxl-5 {
		padding-top: 3rem!important;
		padding-bottom: 3rem!important
	}
	.pt-xxxl-0 {
		padding-top: 0!important
	}
	.pt-xxxl-1 {
		padding-top: .25rem!important
	}
	.pt-xxxl-2 {
		padding-top: .5rem!important
	}
	.pt-xxxl-3 {
		padding-top: 1rem!important
	}
	.pt-xxxl-4 {
		padding-top: 1.5rem!important
	}
	.pt-xxxl-5 {
		padding-top: 3rem!important
	}
	.pe-xxxl-0 {
		padding-right: 0!important
	}
	.pe-xxxl-1 {
		padding-right: .25rem!important
	}
	.pe-xxxl-2 {
		padding-right: .5rem!important
	}
	.pe-xxxl-3 {
		padding-right: 1rem!important
	}
	.pe-xxxl-4 {
		padding-right: 1.5rem!important
	}
	.pe-xxxl-5 {
		padding-right: 3rem!important
	}
	.pb-xxxl-0 {
		padding-bottom: 0!important
	}
	.pb-xxxl-1 {
		padding-bottom: .25rem!important
	}
	.pb-xxxl-2 {
		padding-bottom: .5rem!important
	}
	.pb-xxxl-3 {
		padding-bottom: 1rem!important
	}
	.pb-xxxl-4 {
		padding-bottom: 1.5rem!important
	}
	.pb-xxxl-5 {
		padding-bottom: 3rem!important
	}
	.ps-xxxl-0 {
		padding-left: 0!important
	}
	.ps-xxxl-1 {
		padding-left: .25rem!important
	}
	.ps-xxxl-2 {
		padding-left: .5rem!important
	}
	.ps-xxxl-3 {
		padding-left: 1rem!important
	}
	.ps-xxxl-4 {
		padding-left: 1.5rem!important
	}
	.ps-xxxl-5 {
		padding-left: 3rem!important
	}
}
@media print {
	.d-print-inline {
		display: inline!important
	}
	.d-print-inline-block {
		display: inline-block!important
	}
	.d-print-block {
		display: block!important
	}
	.d-print-grid {
		display: grid!important
	}
	.d-print-table {
		display: table!important
	}
	.d-print-table-row {
		display: table-row!important
	}
	.d-print-table-cell {
		display: table-cell!important
	}
	.d-print-flex {
		display: -webkit-box!important;
		display: -ms-flexbox!important;
		display: flex!important
	}
	.d-print-inline-flex {
		display: -webkit-inline-box!important;
		display: -ms-inline-flexbox!important;
		display: inline-flex!important
	}
	.d-print-none {
		display: none!important
	}
}
.btn {
	display: inline-block;
	font-family: "Lato", sans-serif;
	font-weight: 900;
	line-height: 22px;
	color: #212529;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: 19px 34px;
	font-size: 1.125rem;
	border-radius: 0;
	-webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}
@media (prefers-reduced-motion:reduce) {
	.btn {
		-webkit-transition: none;
		transition: none
	}
}
.btn:hover {
	color: #212529
}
.btn-check:focus+.btn, .btn:focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
	box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
	pointer-events: none;
	opacity: .65
}
.btn-primary {
	color: #fff;
	background-color: #0d6efd;
	border-color: #0d6efd
}
.btn-primary:hover {
	color: #fff;
	background-color: #0b5ed7;
	border-color: #0a58ca
}
.btn-check:focus+.btn-primary, .btn-primary:focus {
	color: #fff;
	background-color: #0b5ed7;
	border-color: #0a58ca;
	-webkit-box-shadow: 0 0 0 .25rem rgba(49, 132, 253, .5);
	box-shadow: 0 0 0 .25rem rgba(49, 132, 253, .5)
}
.btn-check:checked+.btn-primary, .btn-check:active+.btn-primary, .btn-primary:active, .btn-primary.active, .show>.btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #0a58ca;
	border-color: #0a53be
}
.btn-check:checked+.btn-primary:focus, .btn-check:active+.btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show>.btn-primary.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .25rem rgba(49, 132, 253, .5);
	box-shadow: 0 0 0 .25rem rgba(49, 132, 253, .5)
}
.btn-primary:disabled, .btn-primary.disabled {
	color: #fff;
	background-color: #0d6efd;
	border-color: #0d6efd
}
.btn-secondary {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d
}
.btn-secondary:hover {
	color: #fff;
	background-color: #5c636a;
	border-color: #565e64
}
.btn-check:focus+.btn-secondary, .btn-secondary:focus {
	color: #fff;
	background-color: #5c636a;
	border-color: #565e64;
	-webkit-box-shadow: 0 0 0 .25rem rgba(130, 138, 145, .5);
	box-shadow: 0 0 0 .25rem rgba(130, 138, 145, .5)
}
.btn-check:checked+.btn-secondary, .btn-check:active+.btn-secondary, .btn-secondary:active, .btn-secondary.active, .show>.btn-secondary.dropdown-toggle {
	color: #fff;
	background-color: #565e64;
	border-color: #51585e
}
.btn-check:checked+.btn-secondary:focus, .btn-check:active+.btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus, .show>.btn-secondary.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .25rem rgba(130, 138, 145, .5);
	box-shadow: 0 0 0 .25rem rgba(130, 138, 145, .5)
}
.btn-secondary:disabled, .btn-secondary.disabled {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d
}
.btn-success {
	color: #fff;
	background-color: #198754;
	border-color: #198754
}
.btn-success:hover {
	color: #fff;
	background-color: #157347;
	border-color: #146c43
}
.btn-check:focus+.btn-success, .btn-success:focus {
	color: #fff;
	background-color: #157347;
	border-color: #146c43;
	-webkit-box-shadow: 0 0 0 .25rem rgba(60, 153, 110, .5);
	box-shadow: 0 0 0 .25rem rgba(60, 153, 110, .5)
}
.btn-check:checked+.btn-success, .btn-check:active+.btn-success, .btn-success:active, .btn-success.active, .show>.btn-success.dropdown-toggle {
	color: #fff;
	background-color: #146c43;
	border-color: #13653f
}
.btn-check:checked+.btn-success:focus, .btn-check:active+.btn-success:focus, .btn-success:active:focus, .btn-success.active:focus, .show>.btn-success.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .25rem rgba(60, 153, 110, .5);
	box-shadow: 0 0 0 .25rem rgba(60, 153, 110, .5)
}
.btn-success:disabled, .btn-success.disabled {
	color: #fff;
	background-color: #198754;
	border-color: #198754
}
.btn-info {
	color: #000;
	background-color: #0dcaf0;
	border-color: #0dcaf0
}
.btn-info:hover {
	color: #000;
	background-color: #31d2f2;
	border-color: #25cff2
}
.btn-check:focus+.btn-info, .btn-info:focus {
	color: #000;
	background-color: #31d2f2;
	border-color: #25cff2;
	-webkit-box-shadow: 0 0 0 .25rem rgba(11, 172, 204, .5);
	box-shadow: 0 0 0 .25rem rgba(11, 172, 204, .5)
}
.btn-check:checked+.btn-info, .btn-check:active+.btn-info, .btn-info:active, .btn-info.active, .show>.btn-info.dropdown-toggle {
	color: #000;
	background-color: #3dd5f3;
	border-color: #25cff2
}
.btn-check:checked+.btn-info:focus, .btn-check:active+.btn-info:focus, .btn-info:active:focus, .btn-info.active:focus, .show>.btn-info.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .25rem rgba(11, 172, 204, .5);
	box-shadow: 0 0 0 .25rem rgba(11, 172, 204, .5)
}
.btn-info:disabled, .btn-info.disabled {
	color: #000;
	background-color: #0dcaf0;
	border-color: #0dcaf0
}
.btn-warning {
	color: #000;
	background-color: #ffc107;
	border-color: #ffc107
}
.btn-warning:hover {
	color: #000;
	background-color: #ffca2c;
	border-color: #ffc720
}
.btn-check:focus+.btn-warning, .btn-warning:focus {
	color: #000;
	background-color: #ffca2c;
	border-color: #ffc720;
	-webkit-box-shadow: 0 0 0 .25rem rgba(217, 164, 6, .5);
	box-shadow: 0 0 0 .25rem rgba(217, 164, 6, .5)
}
.btn-check:checked+.btn-warning, .btn-check:active+.btn-warning, .btn-warning:active, .btn-warning.active, .show>.btn-warning.dropdown-toggle {
	color: #000;
	background-color: #ffcd39;
	border-color: #ffc720
}
.btn-check:checked+.btn-warning:focus, .btn-check:active+.btn-warning:focus, .btn-warning:active:focus, .btn-warning.active:focus, .show>.btn-warning.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .25rem rgba(217, 164, 6, .5);
	box-shadow: 0 0 0 .25rem rgba(217, 164, 6, .5)
}
.btn-warning:disabled, .btn-warning.disabled {
	color: #000;
	background-color: #ffc107;
	border-color: #ffc107
}
.btn-danger {
	color: #fff;
	background-color: #eb0707;
	border-color: #eb0707
}
.btn-danger:hover {
	color: #fff;
	background-color: #c80606;
	border-color: #bc0606
}
.btn-check:focus+.btn-danger, .btn-danger:focus {
	color: #fff;
	background-color: #c80606;
	border-color: #bc0606;
	-webkit-box-shadow: 0 0 0 .25rem rgba(238, 44, 44, .5);
	box-shadow: 0 0 0 .25rem rgba(238, 44, 44, .5)
}
.btn-check:checked+.btn-danger, .btn-check:active+.btn-danger, .btn-danger:active, .btn-danger.active, .show>.btn-danger.dropdown-toggle {
	color: #fff;
	background-color: #bc0606;
	border-color: #b00505
}
.btn-check:checked+.btn-danger:focus, .btn-check:active+.btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus, .show>.btn-danger.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .25rem rgba(238, 44, 44, .5);
	box-shadow: 0 0 0 .25rem rgba(238, 44, 44, .5)
}
.btn-danger:disabled, .btn-danger.disabled {
	color: #fff;
	background-color: #eb0707;
	border-color: #eb0707
}
.btn-light {
	color: #000;
	background-color: #f8f9fa;
	border-color: #f8f9fa
}
.btn-light:hover {
	color: #000;
	background-color: #f9fafb;
	border-color: #f9fafb
}
.btn-check:focus+.btn-light, .btn-light:focus {
	color: #000;
	background-color: #f9fafb;
	border-color: #f9fafb;
	-webkit-box-shadow: 0 0 0 .25rem rgba(211, 212, 213, .5);
	box-shadow: 0 0 0 .25rem rgba(211, 212, 213, .5)
}
.btn-check:checked+.btn-light, .btn-check:active+.btn-light, .btn-light:active, .btn-light.active, .show>.btn-light.dropdown-toggle {
	color: #000;
	background-color: #f9fafb;
	border-color: #f9fafb
}
.btn-check:checked+.btn-light:focus, .btn-check:active+.btn-light:focus, .btn-light:active:focus, .btn-light.active:focus, .show>.btn-light.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .25rem rgba(211, 212, 213, .5);
	box-shadow: 0 0 0 .25rem rgba(211, 212, 213, .5)
}
.btn-light:disabled, .btn-light.disabled {
	color: #000;
	background-color: #f8f9fa;
	border-color: #f8f9fa
}
.btn-dark {
	color: #fff;
	background-color: #212529;
	border-color: #212529
}
.btn-dark:hover {
	color: #fff;
	background-color: #1c1f23;
	border-color: #1a1e21
}
.btn-check:focus+.btn-dark, .btn-dark:focus {
	color: #fff;
	background-color: #1c1f23;
	border-color: #1a1e21;
	-webkit-box-shadow: 0 0 0 .25rem rgba(66, 70, 73, .5);
	box-shadow: 0 0 0 .25rem rgba(66, 70, 73, .5)
}
.btn-check:checked+.btn-dark, .btn-check:active+.btn-dark, .btn-dark:active, .btn-dark.active, .show>.btn-dark.dropdown-toggle {
	color: #fff;
	background-color: #1a1e21;
	border-color: #191c1f
}
.btn-check:checked+.btn-dark:focus, .btn-check:active+.btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus, .show>.btn-dark.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .25rem rgba(66, 70, 73, .5);
	box-shadow: 0 0 0 .25rem rgba(66, 70, 73, .5)
}
.btn-dark:disabled, .btn-dark.disabled {
	color: #fff;
	background-color: #212529;
	border-color: #212529
}
.btn-outline-primary {
	color: #0d6efd;
	border-color: #0d6efd
}
.btn-outline-primary:hover {
	color: #fff;
	background-color: #0d6efd;
	border-color: #0d6efd
}
.btn-check:focus+.btn-outline-primary, .btn-outline-primary:focus {
	-webkit-box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .5);
	box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .5)
}
.btn-check:checked+.btn-outline-primary, .btn-check:active+.btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
	color: #fff;
	background-color: #0d6efd;
	border-color: #0d6efd
}
.btn-check:checked+.btn-outline-primary:focus, .btn-check:active+.btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
	-webkit-box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .5);
	box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .5)
}
.btn-outline-primary:disabled, .btn-outline-primary.disabled {
	color: #0d6efd;
	background-color: transparent
}
.btn-outline-secondary {
	color: #6c757d;
	border-color: #6c757d
}
.btn-outline-secondary:hover {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d
}
.btn-check:focus+.btn-outline-secondary, .btn-outline-secondary:focus {
	-webkit-box-shadow: 0 0 0 .25rem rgba(108, 117, 125, .5);
	box-shadow: 0 0 0 .25rem rgba(108, 117, 125, .5)
}
.btn-check:checked+.btn-outline-secondary, .btn-check:active+.btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d
}
.btn-check:checked+.btn-outline-secondary:focus, .btn-check:active+.btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
	-webkit-box-shadow: 0 0 0 .25rem rgba(108, 117, 125, .5);
	box-shadow: 0 0 0 .25rem rgba(108, 117, 125, .5)
}
.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
	color: #6c757d;
	background-color: transparent
}
.btn-outline-success {
	color: #198754;
	border-color: #198754
}
.btn-outline-success:hover {
	color: #fff;
	background-color: #198754;
	border-color: #198754
}
.btn-check:focus+.btn-outline-success, .btn-outline-success:focus {
	-webkit-box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .5);
	box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .5)
}
.btn-check:checked+.btn-outline-success, .btn-check:active+.btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show {
	color: #fff;
	background-color: #198754;
	border-color: #198754
}
.btn-check:checked+.btn-outline-success:focus, .btn-check:active+.btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus {
	-webkit-box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .5);
	box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .5)
}
.btn-outline-success:disabled, .btn-outline-success.disabled {
	color: #198754;
	background-color: transparent
}
.btn-outline-info {
	color: #0dcaf0;
	border-color: #0dcaf0
}
.btn-outline-info:hover {
	color: #000;
	background-color: #0dcaf0;
	border-color: #0dcaf0
}
.btn-check:focus+.btn-outline-info, .btn-outline-info:focus {
	-webkit-box-shadow: 0 0 0 .25rem rgba(13, 202, 240, .5);
	box-shadow: 0 0 0 .25rem rgba(13, 202, 240, .5)
}
.btn-check:checked+.btn-outline-info, .btn-check:active+.btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show {
	color: #000;
	background-color: #0dcaf0;
	border-color: #0dcaf0
}
.btn-check:checked+.btn-outline-info:focus, .btn-check:active+.btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus {
	-webkit-box-shadow: 0 0 0 .25rem rgba(13, 202, 240, .5);
	box-shadow: 0 0 0 .25rem rgba(13, 202, 240, .5)
}
.btn-outline-info:disabled, .btn-outline-info.disabled {
	color: #0dcaf0;
	background-color: transparent
}
.btn-outline-warning {
	color: #ffc107;
	border-color: #ffc107
}
.btn-outline-warning:hover {
	color: #000;
	background-color: #ffc107;
	border-color: #ffc107
}
.btn-check:focus+.btn-outline-warning, .btn-outline-warning:focus {
	-webkit-box-shadow: 0 0 0 .25rem rgba(255, 193, 7, .5);
	box-shadow: 0 0 0 .25rem rgba(255, 193, 7, .5)
}
.btn-check:checked+.btn-outline-warning, .btn-check:active+.btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show {
	color: #000;
	background-color: #ffc107;
	border-color: #ffc107
}
.btn-check:checked+.btn-outline-warning:focus, .btn-check:active+.btn-outline-warning:focus, .btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus {
	-webkit-box-shadow: 0 0 0 .25rem rgba(255, 193, 7, .5);
	box-shadow: 0 0 0 .25rem rgba(255, 193, 7, .5)
}
.btn-outline-warning:disabled, .btn-outline-warning.disabled {
	color: #ffc107;
	background-color: transparent
}
.btn-outline-danger {
	color: #eb0707;
	border-color: #eb0707
}
.btn-outline-danger:hover {
	color: #fff;
	background-color: #eb0707;
	border-color: #eb0707
}
.btn-check:focus+.btn-outline-danger, .btn-outline-danger:focus {
	-webkit-box-shadow: 0 0 0 .25rem rgba(235, 7, 7, .5);
	box-shadow: 0 0 0 .25rem rgba(235, 7, 7, .5)
}
.btn-check:checked+.btn-outline-danger, .btn-check:active+.btn-outline-danger, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show {
	color: #fff;
	background-color: #eb0707;
	border-color: #eb0707
}
.btn-check:checked+.btn-outline-danger:focus, .btn-check:active+.btn-outline-danger:focus, .btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus {
	-webkit-box-shadow: 0 0 0 .25rem rgba(235, 7, 7, .5);
	box-shadow: 0 0 0 .25rem rgba(235, 7, 7, .5)
}
.btn-outline-danger:disabled, .btn-outline-danger.disabled {
	color: #eb0707;
	background-color: transparent
}
.btn-outline-light {
	color: #f8f9fa;
	border-color: #f8f9fa
}
.btn-outline-light:hover {
	color: #000;
	background-color: #f8f9fa;
	border-color: #f8f9fa
}
.btn-check:focus+.btn-outline-light, .btn-outline-light:focus {
	-webkit-box-shadow: 0 0 0 .25rem rgba(248, 249, 250, .5);
	box-shadow: 0 0 0 .25rem rgba(248, 249, 250, .5)
}
.btn-check:checked+.btn-outline-light, .btn-check:active+.btn-outline-light, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show {
	color: #000;
	background-color: #f8f9fa;
	border-color: #f8f9fa
}
.btn-check:checked+.btn-outline-light:focus, .btn-check:active+.btn-outline-light:focus, .btn-outline-light:active:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus {
	-webkit-box-shadow: 0 0 0 .25rem rgba(248, 249, 250, .5);
	box-shadow: 0 0 0 .25rem rgba(248, 249, 250, .5)
}
.btn-outline-light:disabled, .btn-outline-light.disabled {
	color: #f8f9fa;
	background-color: transparent
}
.btn-outline-dark {
	color: #212529;
	border-color: #212529
}
.btn-outline-dark:hover {
	color: #fff;
	background-color: #212529;
	border-color: #212529
}
.btn-check:focus+.btn-outline-dark, .btn-outline-dark:focus {
	-webkit-box-shadow: 0 0 0 .25rem rgba(33, 37, 41, .5);
	box-shadow: 0 0 0 .25rem rgba(33, 37, 41, .5)
}
.btn-check:checked+.btn-outline-dark, .btn-check:active+.btn-outline-dark, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show {
	color: #fff;
	background-color: #212529;
	border-color: #212529
}
.btn-check:checked+.btn-outline-dark:focus, .btn-check:active+.btn-outline-dark:focus, .btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus {
	-webkit-box-shadow: 0 0 0 .25rem rgba(33, 37, 41, .5);
	box-shadow: 0 0 0 .25rem rgba(33, 37, 41, .5)
}
.btn-outline-dark:disabled, .btn-outline-dark.disabled {
	color: #212529;
	background-color: transparent
}
.btn-link {
	font-weight: 400;
	color: #0075ac;
	text-decoration: none
}
.btn-link:hover {
	color: #005e8a;
	text-decoration: none
}
.btn-link:focus {
	text-decoration: none
}
.btn-link:disabled, .btn-link.disabled {
	color: #6c757d
}
.btn-lg {
	padding: .5rem 1rem;
	font-size: 1.25rem;
	border-radius: .3rem
}
.btn-sm {
	padding: .25rem .5rem;
	font-size: .875rem;
	border-radius: .2rem
}
.form-label {
	margin-bottom: .5rem
}
.col-form-label {
	padding-top: calc(.375rem + 1px);
	padding-bottom: calc(.375rem + 1px);
	margin-bottom: 0;
	font-size: inherit;
	line-height: 1.5
}
.col-form-label-lg {
	padding-top: calc(.5rem + 1px);
	padding-bottom: calc(.5rem + 1px);
	font-size: 1.25rem
}
.col-form-label-sm {
	padding-top: calc(.25rem + 1px);
	padding-bottom: calc(.25rem + 1px);
	font-size: .875rem
}
.form-text {
	margin-top: .25rem;
	font-size: .875em;
	color: #6c757d
}
.form-control {
	display: block;
	width: 100%;
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: .25rem;
	-webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}
@media (prefers-reduced-motion:reduce) {
	.form-control {
		-webkit-transition: none;
		transition: none
	}
}
.form-control[type=file] {
	overflow: hidden
}
.form-control[type=file]:not(:disabled):not([readonly]) {
	cursor: pointer
}
.form-control:focus {
	color: #212529;
	background-color: #fff;
	border-color: #86b7fe;
	outline: 0;
	-webkit-box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
	box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}
.form-control::-webkit-date-and-time-value {
	height: 1.5em
}
.form-control::-webkit-input-placeholder {
	color: #6c757d;
	opacity: 1
}
.form-control::-moz-placeholder {
	color: #6c757d;
	opacity: 1
}
.form-control:-ms-input-placeholder {
	color: #6c757d;
	opacity: 1
}
.form-control::-ms-input-placeholder {
	color: #6c757d;
	opacity: 1
}
.form-control::placeholder {
	color: #6c757d;
	opacity: 1
}
.form-control:disabled, .form-control[readonly] {
	background-color: #e9ecef;
	opacity: 1
}
.form-control::file-selector-button {
	padding: .375rem .75rem;
	margin: -.375rem -.75rem;
	-webkit-margin-end: .75rem;
	margin-inline-end: .75rem;
	color: #212529;
	background-color: #e9ecef;
	pointer-events: none;
	border-color: inherit;
	border-style: solid;
	border-width: 0;
	border-inline-end-width: 1px;
	border-radius: 0;
	-webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}
@media (prefers-reduced-motion:reduce) {
	.form-control::file-selector-button {
		-webkit-transition: none;
		transition: none
	}
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
	background-color: #dde0e3
}
.form-control::-webkit-file-upload-button {
	padding: .375rem .75rem;
	margin: -.375rem -.75rem;
	-webkit-margin-end: .75rem;
	margin-inline-end: .75rem;
	color: #212529;
	background-color: #e9ecef;
	pointer-events: none;
	border-color: inherit;
	border-style: solid;
	border-width: 0;
	border-inline-end-width: 1px;
	border-radius: 0;
	-webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}
@media (prefers-reduced-motion:reduce) {
	.form-control::-webkit-file-upload-button {
		-webkit-transition: none;
		transition: none
	}
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
	background-color: #dde0e3
}
.form-control-plaintext {
	display: block;
	width: 100%;
	padding: .375rem 0;
	margin-bottom: 0;
	line-height: 1.5;
	color: #212529;
	background-color: transparent;
	border: solid transparent;
	border-width: 1px 0
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
	padding-right: 0;
	padding-left: 0
}
.form-control-sm {
	min-height: calc(1.5em + .5rem + 2px);
	padding: .25rem .5rem;
	font-size: .875rem;
	border-radius: .2rem
}
.form-control-sm::file-selector-button {
	padding: .25rem .5rem;
	margin: -.25rem -.5rem;
	-webkit-margin-end: .5rem;
	margin-inline-end: .5rem
}
.form-control-sm::-webkit-file-upload-button {
	padding: .25rem .5rem;
	margin: -.25rem -.5rem;
	-webkit-margin-end: .5rem;
	margin-inline-end: .5rem
}
.form-control-lg {
	min-height: calc(1.5em + 1rem + 2px);
	padding: .5rem 1rem;
	font-size: 1.25rem;
	border-radius: .3rem
}
.form-control-lg::file-selector-button {
	padding: .5rem 1rem;
	margin: -.5rem -1rem;
	-webkit-margin-end: 1rem;
	margin-inline-end: 1rem
}
.form-control-lg::-webkit-file-upload-button {
	padding: .5rem 1rem;
	margin: -.5rem -1rem;
	-webkit-margin-end: 1rem;
	margin-inline-end: 1rem
}
textarea.form-control {
	min-height: calc(1.5em + .75rem + 2px)
}
textarea.form-control-sm {
	min-height: calc(1.5em + .5rem + 2px)
}
textarea.form-control-lg {
	min-height: calc(1.5em + 1rem + 2px)
}
.form-control-color {
	width: 3rem;
	height: auto;
	padding: .375rem
}
.form-control-color:not(:disabled):not([readonly]) {
	cursor: pointer
}
.form-control-color::-moz-color-swatch {
	height: 1.5em;
	border-radius: .25rem
}
.form-control-color::-webkit-color-swatch {
	height: 1.5em;
	border-radius: .25rem
}
.form-select {
	display: block;
	width: 100%;
	padding: .375rem 2.25rem .375rem .75rem;
	-moz-padding-start: calc(.75rem - 3px);
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	background-color: #fff;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right .75rem center;
	background-size: 16px 12px;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	-webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}
@media (prefers-reduced-motion:reduce) {
	.form-select {
		-webkit-transition: none;
		transition: none
	}
}
.form-select:focus {
	border-color: #86b7fe;
	outline: 0;
	-webkit-box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
	box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
	padding-right: .75rem;
	background-image: none
}
.form-select:disabled {
	background-color: #e9ecef
}
.form-select:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #212529
}
.form-select-sm {
	padding-top: .25rem;
	padding-bottom: .25rem;
	padding-left: .5rem;
	font-size: .875rem;
	border-radius: .2rem
}
.form-select-lg {
	padding-top: .5rem;
	padding-bottom: .5rem;
	padding-left: 1rem;
	font-size: 1.25rem;
	border-radius: .3rem
}
.form-check {
	display: block;
	min-height: 1.5rem;
	padding-left: 1.5em;
	margin-bottom: .125rem
}
.form-check .form-check-input {
	float: left;
	margin-left: -1.5em
}
.form-check-input {
	width: 1em;
	height: 1em;
	margin-top: .25em;
	vertical-align: top;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	border: 1px solid rgba(0, 0, 0, .25);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-print-color-adjust: exact;
	color-adjust: exact
}
.form-check-input[type=checkbox] {
	border-radius: .25em
}
.form-check-input[type=radio] {
	border-radius: 50%
}
.form-check-input:active {
	-webkit-filter: brightness(90%);
	filter: brightness(90%)
}
.form-check-input:focus {
	border-color: #86b7fe;
	outline: 0;
	-webkit-box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
	box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}
.form-check-input:checked {
	background-color: #0d6efd;
	border-color: #0d6efd
}
.form-check-input:checked[type=checkbox] {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e")
}
.form-check-input:checked[type=radio] {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e")
}
.form-check-input[type=checkbox]:indeterminate {
	background-color: #0d6efd;
	border-color: #0d6efd;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")
}
.form-check-input:disabled {
	pointer-events: none;
	-webkit-filter: none;
	filter: none;
	opacity: .5
}
.form-check-input[disabled]~.form-check-label, .form-check-input:disabled~.form-check-label {
	opacity: .5
}
.form-switch {
	padding-left: 2.5em
}
.form-switch .form-check-input {
	width: 2em;
	margin-left: -2.5em;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
	background-position: left center;
	border-radius: 2em;
	-webkit-transition: background-position .15s ease-in-out;
	transition: background-position .15s ease-in-out
}
@media (prefers-reduced-motion:reduce) {
	.form-switch .form-check-input {
		-webkit-transition: none;
		transition: none
	}
}
.form-switch .form-check-input:focus {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e")
}
.form-switch .form-check-input:checked {
	background-position: right center;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
}
.form-check-inline {
	display: inline-block;
	margin-right: 1rem
}
.btn-check {
	position: absolute;
	clip: rect(0, 0, 0, 0);
	pointer-events: none
}
.btn-check[disabled]+.btn, .btn-check:disabled+.btn {
	pointer-events: none;
	-webkit-filter: none;
	filter: none;
	opacity: .65
}
.form-range {
	width: 100%;
	height: 1.5rem;
	padding: 0;
	background-color: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}
.form-range:focus {
	outline: 0
}
.form-range:focus::-webkit-slider-thumb {
	-webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(13, 110, 253, .25);
	box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(13, 110, 253, .25)
}
.form-range:focus::-moz-range-thumb {
	box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(13, 110, 253, .25)
}
.form-range::-moz-focus-outer {
	border: 0
}
.form-range::-webkit-slider-thumb {
	width: 1rem;
	height: 1rem;
	margin-top: -.25rem;
	background-color: #0d6efd;
	border: 0;
	border-radius: 1rem;
	-webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	-webkit-appearance: none;
	appearance: none
}
@media (prefers-reduced-motion:reduce) {
	.form-range::-webkit-slider-thumb {
		-webkit-transition: none;
		transition: none
	}
}
.form-range::-webkit-slider-thumb:active {
	background-color: #b6d4fe
}
.form-range::-webkit-slider-runnable-track {
	width: 100%;
	height: .5rem;
	color: transparent;
	cursor: pointer;
	background-color: #dee2e6;
	border-color: transparent;
	border-radius: 1rem
}
.form-range::-moz-range-thumb {
	width: 1rem;
	height: 1rem;
	background-color: #0d6efd;
	border: 0;
	border-radius: 1rem;
	-moz-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	-moz-appearance: none;
	appearance: none
}
@media (prefers-reduced-motion:reduce) {
	.form-range::-moz-range-thumb {
		-moz-transition: none;
		transition: none
	}
}
.form-range::-moz-range-thumb:active {
	background-color: #b6d4fe
}
.form-range::-moz-range-track {
	width: 100%;
	height: .5rem;
	color: transparent;
	cursor: pointer;
	background-color: #dee2e6;
	border-color: transparent;
	border-radius: 1rem
}
.form-range:disabled {
	pointer-events: none
}
.form-range:disabled::-webkit-slider-thumb {
	background-color: #adb5bd
}
.form-range:disabled::-moz-range-thumb {
	background-color: #adb5bd
}
.form-floating {
	position: relative
}
.form-floating>.form-control, .form-floating>.form-select {
	height: calc(3.5rem + 2px);
	line-height: 1.25
}
.form-floating>label {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	padding: 1rem .75rem;
	pointer-events: none;
	border: 1px solid transparent;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transition: opacity .1s ease-in-out, -webkit-transform .1s ease-in-out;
	transition: opacity .1s ease-in-out, -webkit-transform .1s ease-in-out;
	transition: opacity .1s ease-in-out, transform .1s ease-in-out;
	transition: opacity .1s ease-in-out, transform .1s ease-in-out, -webkit-transform .1s ease-in-out
}
@media (prefers-reduced-motion:reduce) {
	.form-floating>label {
		-webkit-transition: none;
		transition: none
	}
}
.form-floating>.form-control {
	padding: 1rem .75rem
}
.form-floating>.form-control::-webkit-input-placeholder {
	color: transparent
}
.form-floating>.form-control::-moz-placeholder {
	color: transparent
}
.form-floating>.form-control:-ms-input-placeholder {
	color: transparent
}
.form-floating>.form-control::-ms-input-placeholder {
	color: transparent
}
.form-floating>.form-control::placeholder {
	color: transparent
}
.form-floating>.form-control:not(:-moz-placeholder-shown) {
	padding-top: 1.625rem;
	padding-bottom: .625rem
}
.form-floating>.form-control:not(:-ms-input-placeholder) {
	padding-top: 1.625rem;
	padding-bottom: .625rem
}
.form-floating>.form-control:focus, .form-floating>.form-control:not(:placeholder-shown) {
	padding-top: 1.625rem;
	padding-bottom: .625rem
}
.form-floating>.form-control:-webkit-autofill {
	padding-top: 1.625rem;
	padding-bottom: .625rem
}
.form-floating>.form-select {
	padding-top: 1.625rem;
	padding-bottom: .625rem
}
.form-floating>.form-control:not(:-moz-placeholder-shown)~label {
	opacity: .65;
	transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}
.form-floating>.form-control:not(:-ms-input-placeholder)~label {
	opacity: .65;
	transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}
.form-floating>.form-control:focus~label, .form-floating>.form-control:not(:placeholder-shown)~label, .form-floating>.form-select~label {
	opacity: .65;
	-webkit-transform: scale(.85) translateY(-.5rem) translateX(.15rem);
	transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}
.form-floating>.form-control:-webkit-autofill~label {
	opacity: .65;
	-webkit-transform: scale(.85) translateY(-.5rem) translateX(.15rem);
	transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}
.input-group {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	width: 100%
}
.input-group>.form-control, .input-group>.form-select {
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	width: 1%;
	min-width: 0
}
.input-group>.form-control:focus, .input-group>.form-select:focus {
	z-index: 3
}
.input-group .btn {
	position: relative;
	z-index: 2
}
.input-group .btn:focus {
	z-index: 3
}
.input-group-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: center;
	white-space: nowrap;
	background-color: #e9ecef;
	border: 1px solid #ced4da;
	border-radius: .25rem
}
.input-group-lg>.form-control, .input-group-lg>.form-select, .input-group-lg>.input-group-text, .input-group-lg>.btn {
	padding: .5rem 1rem;
	font-size: 1.25rem;
	border-radius: .3rem
}
.input-group-sm>.form-control, .input-group-sm>.form-select, .input-group-sm>.input-group-text, .input-group-sm>.btn {
	padding: .25rem .5rem;
	font-size: .875rem;
	border-radius: .2rem
}
.input-group-lg>.form-select, .input-group-sm>.form-select {
	padding-right: 3rem
}
.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu), .input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}
.input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu), .input-group.has-validation>.dropdown-toggle:nth-last-child(n+4) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}
.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
	margin-left: -1px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}
.valid-feedback {
	display: none;
	width: 100%;
	margin-top: .25rem;
	font-size: .875em;
	color: #198754
}
.valid-tooltip {
	position: absolute;
	top: 100%;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: .25rem .5rem;
	margin-top: .1rem;
	font-size: .875rem;
	color: #fff;
	background-color: rgba(25, 135, 84, .9);
	border-radius: .25rem
}
.was-validated :valid~.valid-feedback, .was-validated :valid~.valid-tooltip, .is-valid~.valid-feedback, .is-valid~.valid-tooltip {
	display: block
}
.was-validated .form-control:valid, .form-control.is-valid {
	border-color: #198754;
	padding-right: calc(1.5em + .75rem);
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right calc(.375em + .1875rem) center;
	background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
	border-color: #198754;
	-webkit-box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .25);
	box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .25)
}
.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
	padding-right: calc(1.5em + .75rem);
	background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}
.was-validated .form-select:valid, .form-select.is-valid {
	border-color: #198754
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
	padding-right: 4.125rem;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
	background-position: right .75rem center, center right 2.25rem;
	background-size: 16px 12px, calc(.75em + .375rem) calc(.75em + .375rem)
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
	border-color: #198754;
	-webkit-box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .25);
	box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .25)
}
.was-validated .form-check-input:valid, .form-check-input.is-valid {
	border-color: #198754
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
	background-color: #198754
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
	-webkit-box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .25);
	box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .25)
}
.was-validated .form-check-input:valid~.form-check-label, .form-check-input.is-valid~.form-check-label {
	color: #198754
}
.form-check-inline .form-check-input~.valid-feedback {
	margin-left: .5em
}
.was-validated .input-group .form-control:valid, .input-group .form-control.is-valid, .was-validated .input-group .form-select:valid, .input-group .form-select.is-valid {
	z-index: 1
}
.was-validated .input-group .form-control:valid:focus, .input-group .form-control.is-valid:focus, .was-validated .input-group .form-select:valid:focus, .input-group .form-select.is-valid:focus {
	z-index: 3
}
.invalid-feedback {
	display: none;
	width: 100%;
	margin-top: .25rem;
	font-size: .875em;
	color: #eb0707
}
.invalid-tooltip {
	position: absolute;
	top: 100%;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: .25rem .5rem;
	margin-top: .1rem;
	font-size: .875rem;
	color: #fff;
	background-color: rgba(235, 7, 7, .9);
	border-radius: .25rem
}
.was-validated :invalid~.invalid-feedback, .was-validated :invalid~.invalid-tooltip, .is-invalid~.invalid-feedback, .is-invalid~.invalid-tooltip {
	display: block
}
.was-validated .form-control:invalid, .form-control.is-invalid {
	border-color: #eb0707;
	padding-right: calc(1.5em + .75rem);
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23EB0707'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23EB0707' stroke='none'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right calc(.375em + .1875rem) center;
	background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
	border-color: #eb0707;
	-webkit-box-shadow: 0 0 0 .25rem rgba(235, 7, 7, .25);
	box-shadow: 0 0 0 .25rem rgba(235, 7, 7, .25)
}
.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
	padding-right: calc(1.5em + .75rem);
	background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}
.was-validated .form-select:invalid, .form-select.is-invalid {
	border-color: #eb0707
}
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
	padding-right: 4.125rem;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23EB0707'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23EB0707' stroke='none'/%3e%3c/svg%3e");
	background-position: right .75rem center, center right 2.25rem;
	background-size: 16px 12px, calc(.75em + .375rem) calc(.75em + .375rem)
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
	border-color: #eb0707;
	-webkit-box-shadow: 0 0 0 .25rem rgba(235, 7, 7, .25);
	box-shadow: 0 0 0 .25rem rgba(235, 7, 7, .25)
}
.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
	border-color: #eb0707
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
	background-color: #eb0707
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
	-webkit-box-shadow: 0 0 0 .25rem rgba(235, 7, 7, .25);
	box-shadow: 0 0 0 .25rem rgba(235, 7, 7, .25)
}
.was-validated .form-check-input:invalid~.form-check-label, .form-check-input.is-invalid~.form-check-label {
	color: #eb0707
}
.form-check-inline .form-check-input~.invalid-feedback {
	margin-left: .5em
}
.was-validated .input-group .form-control:invalid, .input-group .form-control.is-invalid, .was-validated .input-group .form-select:invalid, .input-group .form-select.is-invalid {
	z-index: 2
}
.was-validated .input-group .form-control:invalid:focus, .input-group .form-control.is-invalid:focus, .was-validated .input-group .form-select:invalid:focus, .input-group .form-select.is-invalid:focus {
	z-index: 3
}
.dropup, .dropend, .dropdown, .dropstart {
	position: relative
}
.dropdown-toggle {
	white-space: nowrap
}
.dropdown-toggle::after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid;
	border-right: .3em solid transparent;
	border-bottom: 0;
	border-left: .3em solid transparent
}
.dropdown-toggle:empty::after {
	margin-left: 0
}
.dropdown-menu {
	position: absolute;
	z-index: 1000;
	display: none;
	min-width: 10rem;
	padding: .5rem 0;
	margin: 0;
	font-size: 1rem;
	color: #212529;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 0
}
.dropdown-menu[data-bs-popper] {
	top: 100%;
	left: 0;
	margin-top: .125rem
}
.dropdown-menu-start {
	--bs-position: start
}
.dropdown-menu-start[data-bs-popper] {
	right: auto;
	left: 0
}
.dropdown-menu-end {
	--bs-position: end
}
.dropdown-menu-end[data-bs-popper] {
	right: 0;
	left: auto
}
@media (min-width:576px) {
	.dropdown-menu-sm-start {
		--bs-position: start
	}
	.dropdown-menu-sm-start[data-bs-popper] {
		right: auto;
		left: 0
	}
	.dropdown-menu-sm-end {
		--bs-position: end
	}
	.dropdown-menu-sm-end[data-bs-popper] {
		right: 0;
		left: auto
	}
}
@media (min-width:768px) {
	.dropdown-menu-md-start {
		--bs-position: start
	}
	.dropdown-menu-md-start[data-bs-popper] {
		right: auto;
		left: 0
	}
	.dropdown-menu-md-end {
		--bs-position: end
	}
	.dropdown-menu-md-end[data-bs-popper] {
		right: 0;
		left: auto
	}
}
@media (min-width:1024px) {
	.dropdown-menu-lg-start {
		--bs-position: start
	}
	.dropdown-menu-lg-start[data-bs-popper] {
		right: auto;
		left: 0
	}
	.dropdown-menu-lg-end {
		--bs-position: end
	}
	.dropdown-menu-lg-end[data-bs-popper] {
		right: 0;
		left: auto
	}
}
@media (min-width:1200px) {
	.dropdown-menu-xl-start {
		--bs-position: start
	}
	.dropdown-menu-xl-start[data-bs-popper] {
		right: auto;
		left: 0
	}
	.dropdown-menu-xl-end {
		--bs-position: end
	}
	.dropdown-menu-xl-end[data-bs-popper] {
		right: 0;
		left: auto
	}
}
@media (min-width:1540px) {
	.dropdown-menu-xxl-start {
		--bs-position: start
	}
	.dropdown-menu-xxl-start[data-bs-popper] {
		right: auto;
		left: 0
	}
	.dropdown-menu-xxl-end {
		--bs-position: end
	}
	.dropdown-menu-xxl-end[data-bs-popper] {
		right: 0;
		left: auto
	}
}
@media (min-width:1600px) {
	.dropdown-menu-xxxl-start {
		--bs-position: start
	}
	.dropdown-menu-xxxl-start[data-bs-popper] {
		right: auto;
		left: 0
	}
	.dropdown-menu-xxxl-end {
		--bs-position: end
	}
	.dropdown-menu-xxxl-end[data-bs-popper] {
		right: 0;
		left: auto
	}
}
.dropup .dropdown-menu[data-bs-popper] {
	top: auto;
	bottom: 100%;
	margin-top: 0;
	margin-bottom: .125rem
}
.dropup .dropdown-toggle::after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: 0;
	border-right: .3em solid transparent;
	border-bottom: .3em solid;
	border-left: .3em solid transparent
}
.dropup .dropdown-toggle:empty::after {
	margin-left: 0
}
.dropend .dropdown-menu[data-bs-popper] {
	top: 0;
	right: auto;
	left: 100%;
	margin-top: 0;
	margin-left: .125rem
}
.dropend .dropdown-toggle::after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid transparent;
	border-right: 0;
	border-bottom: .3em solid transparent;
	border-left: .3em solid
}
.dropend .dropdown-toggle:empty::after {
	margin-left: 0
}
.dropend .dropdown-toggle::after {
	vertical-align: 0
}
.dropstart .dropdown-menu[data-bs-popper] {
	top: 0;
	right: 100%;
	left: auto;
	margin-top: 0;
	margin-right: .125rem
}
.dropstart .dropdown-toggle::after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: ""
}
.dropstart .dropdown-toggle::after {
	display: none
}
.dropstart .dropdown-toggle::before {
	display: inline-block;
	margin-right: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid transparent;
	border-right: .3em solid;
	border-bottom: .3em solid transparent
}
.dropstart .dropdown-toggle:empty::after {
	margin-left: 0
}
.dropstart .dropdown-toggle::before {
	vertical-align: 0
}
.dropdown-divider {
	height: 0;
	margin: .5rem 0;
	overflow: hidden;
	border-top: 1px solid rgba(0, 0, 0, .15)
}
.dropdown-item {
	display: block;
	width: 100%;
	padding: .25rem 1rem;
	clear: both;
	font-weight: 400;
	color: #212529;
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border: 0
}
.dropdown-item:hover, .dropdown-item:focus {
	color: #1e2125;
	background-color: #e9ecef
}
.dropdown-item.active, .dropdown-item:active {
	color: #fff;
	text-decoration: none;
	background-color: #0d6efd
}
.dropdown-item.disabled, .dropdown-item:disabled {
	color: #adb5bd;
	pointer-events: none;
	background-color: transparent
}
.dropdown-menu.show {
	display: block
}
.dropdown-header {
	display: block;
	padding: .5rem 1rem;
	margin-bottom: 0;
	font-size: .875rem;
	color: #6c757d;
	white-space: nowrap
}
.dropdown-item-text {
	display: block;
	padding: .25rem 1rem;
	color: #212529
}
.dropdown-menu-dark {
	color: #dee2e6;
	background-color: #343a40;
	border-color: rgba(0, 0, 0, .15)
}
.dropdown-menu-dark .dropdown-item {
	color: #dee2e6
}
.dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus {
	color: #fff;
	background-color: rgba(255, 255, 255, .15)
}
.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
	color: #fff;
	background-color: #0d6efd
}
.dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
	color: #adb5bd
}
.dropdown-menu-dark .dropdown-divider {
	border-color: rgba(0, 0, 0, .15)
}
.dropdown-menu-dark .dropdown-item-text {
	color: #dee2e6
}
.dropdown-menu-dark .dropdown-header {
	color: #adb5bd
}
.nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}
.nav-link {
	display: block;
	padding: .5rem 1rem;
	color: #0075ac;
	-webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out
}
@media (prefers-reduced-motion:reduce) {
	.nav-link {
		-webkit-transition: none;
		transition: none
	}
}
.nav-link:hover, .nav-link:focus {
	color: #005e8a
}
.nav-link.disabled {
	color: #6c757d;
	pointer-events: none;
	cursor: default
}
.nav-tabs {
	border-bottom: 1px solid #dee2e6
}
.nav-tabs .nav-link {
	margin-bottom: -1px;
	background: 0 0;
	border: 1px solid transparent;
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
	border-color: #e9ecef #e9ecef #dee2e6;
	isolation: isolate
}
.nav-tabs .nav-link.disabled {
	color: #6c757d;
	background-color: transparent;
	border-color: transparent
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
	color: #495057;
	background-color: #fff;
	border-color: #dee2e6 #dee2e6 #fff
}
.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}
.nav-pills .nav-link {
	background: 0 0;
	border: 0;
	border-radius: .25rem
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
	color: #fff;
	background-color: #0d6efd
}
.nav-fill>.nav-link, .nav-fill .nav-item {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	text-align: center
}
.nav-justified>.nav-link, .nav-justified .nav-item {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	text-align: center
}
.nav-fill .nav-item .nav-link, .nav-justified .nav-item .nav-link {
	width: 100%
}
.tab-content>.tab-pane {
	display: none
}
.tab-content>.active {
	display: block
}
.navbar {
	position: relative;
	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: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-top: .5rem;
	padding-bottom: .5rem
}
.navbar>.container, .navbar>.container-fluid, .navbar>.container-md, .navbar>.container-lg, .navbar>.container-xl, .navbar>.container-xxl, .navbar>.container-xxxl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: inherit;
	flex-wrap: inherit;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.navbar-brand {
	padding-top: .3125rem;
	padding-bottom: .3125rem;
	margin-right: 1rem;
	font-size: 1.25rem;
	white-space: nowrap
}
.navbar-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}
.navbar-nav .nav-link {
	padding-right: 0;
	padding-left: 0
}
.navbar-nav .dropdown-menu {
	position: static
}
.navbar-text {
	padding-top: .5rem;
	padding-bottom: .5rem
}
.navbar-collapse {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.navbar-toggler {
	padding: .25rem .75rem;
	font-size: 1.25rem;
	line-height: 1;
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: 0;
	-webkit-transition: -webkit-box-shadow .15s ease-in-out;
	transition: -webkit-box-shadow .15s ease-in-out;
	transition: box-shadow .15s ease-in-out;
	transition: box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}
@media (prefers-reduced-motion:reduce) {
	.navbar-toggler {
		-webkit-transition: none;
		transition: none
	}
}
.navbar-toggler:hover {
	text-decoration: none
}
.navbar-toggler:focus {
	text-decoration: none;
	outline: 0;
	-webkit-box-shadow: 0 0 0 .25rem;
	box-shadow: 0 0 0 .25rem
}
.navbar-toggler-icon {
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%
}
.navbar-nav-scroll {
	max-height: var(--bs-scroll-height, 75vh);
	overflow-y: auto
}
@media (min-width:576px) {
	.navbar-expand-sm {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}
	.navbar-expand-sm .navbar-nav {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row
	}
	.navbar-expand-sm .navbar-nav .dropdown-menu {
		position: absolute
	}
	.navbar-expand-sm .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem
	}
	.navbar-expand-sm .navbar-nav-scroll {
		overflow: visible
	}
	.navbar-expand-sm .navbar-collapse {
		display: -webkit-box!important;
		display: -ms-flexbox!important;
		display: flex!important;
		-ms-flex-preferred-size: auto;
		flex-basis: auto
	}
	.navbar-expand-sm .navbar-toggler {
		display: none
	}
	.navbar-expand-sm .offcanvas-header {
		display: none
	}
	.navbar-expand-sm .offcanvas {
		position: inherit;
		bottom: 0;
		z-index: 1000;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		visibility: visible!important;
		background-color: transparent;
		border-right: 0;
		border-left: 0;
		-webkit-transition: none;
		transition: none;
		-webkit-transform: none;
		transform: none
	}
	.navbar-expand-sm .offcanvas-top, .navbar-expand-sm .offcanvas-bottom {
		height: auto;
		border-top: 0;
		border-bottom: 0
	}
	.navbar-expand-sm .offcanvas-body {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
		padding: 0;
		overflow-y: visible
	}
}
@media (min-width:768px) {
	.navbar-expand-md {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}
	.navbar-expand-md .navbar-nav {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row
	}
	.navbar-expand-md .navbar-nav .dropdown-menu {
		position: absolute
	}
	.navbar-expand-md .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem
	}
	.navbar-expand-md .navbar-nav-scroll {
		overflow: visible
	}
	.navbar-expand-md .navbar-collapse {
		display: -webkit-box!important;
		display: -ms-flexbox!important;
		display: flex!important;
		-ms-flex-preferred-size: auto;
		flex-basis: auto
	}
	.navbar-expand-md .navbar-toggler {
		display: none
	}
	.navbar-expand-md .offcanvas-header {
		display: none
	}
	.navbar-expand-md .offcanvas {
		position: inherit;
		bottom: 0;
		z-index: 1000;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		visibility: visible!important;
		background-color: transparent;
		border-right: 0;
		border-left: 0;
		-webkit-transition: none;
		transition: none;
		-webkit-transform: none;
		transform: none
	}
	.navbar-expand-md .offcanvas-top, .navbar-expand-md .offcanvas-bottom {
		height: auto;
		border-top: 0;
		border-bottom: 0
	}
	.navbar-expand-md .offcanvas-body {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
		padding: 0;
		overflow-y: visible
	}
}
@media (min-width:1024px) {
	.navbar-expand-lg {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}
	.navbar-expand-lg .navbar-nav {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row
	}
	.navbar-expand-lg .navbar-nav .dropdown-menu {
		position: absolute
	}
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem
	}
	.navbar-expand-lg .navbar-nav-scroll {
		overflow: visible
	}
	.navbar-expand-lg .navbar-collapse {
		display: -webkit-box!important;
		display: -ms-flexbox!important;
		display: flex!important;
		-ms-flex-preferred-size: auto;
		flex-basis: auto
	}
	.navbar-expand-lg .navbar-toggler {
		display: none
	}
	.navbar-expand-lg .offcanvas-header {
		display: none
	}
	.navbar-expand-lg .offcanvas {
		position: inherit;
		bottom: 0;
		z-index: 1000;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		visibility: visible!important;
		background-color: transparent;
		border-right: 0;
		border-left: 0;
		-webkit-transition: none;
		transition: none;
		-webkit-transform: none;
		transform: none
	}
	.navbar-expand-lg .offcanvas-top, .navbar-expand-lg .offcanvas-bottom {
		height: auto;
		border-top: 0;
		border-bottom: 0
	}
	.navbar-expand-lg .offcanvas-body {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
		padding: 0;
		overflow-y: visible
	}
}
@media (min-width:1200px) {
	.navbar-expand-xl {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}
	.navbar-expand-xl .navbar-nav {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row
	}
	.navbar-expand-xl .navbar-nav .dropdown-menu {
		position: absolute
	}
	.navbar-expand-xl .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem
	}
	.navbar-expand-xl .navbar-nav-scroll {
		overflow: visible
	}
	.navbar-expand-xl .navbar-collapse {
		display: -webkit-box!important;
		display: -ms-flexbox!important;
		display: flex!important;
		-ms-flex-preferred-size: auto;
		flex-basis: auto
	}
	.navbar-expand-xl .navbar-toggler {
		display: none
	}
	.navbar-expand-xl .offcanvas-header {
		display: none
	}
	.navbar-expand-xl .offcanvas {
		position: inherit;
		bottom: 0;
		z-index: 1000;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		visibility: visible!important;
		background-color: transparent;
		border-right: 0;
		border-left: 0;
		-webkit-transition: none;
		transition: none;
		-webkit-transform: none;
		transform: none
	}
	.navbar-expand-xl .offcanvas-top, .navbar-expand-xl .offcanvas-bottom {
		height: auto;
		border-top: 0;
		border-bottom: 0
	}
	.navbar-expand-xl .offcanvas-body {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
		padding: 0;
		overflow-y: visible
	}
}
@media (min-width:1540px) {
	.navbar-expand-xxl {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}
	.navbar-expand-xxl .navbar-nav {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row
	}
	.navbar-expand-xxl .navbar-nav .dropdown-menu {
		position: absolute
	}
	.navbar-expand-xxl .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem
	}
	.navbar-expand-xxl .navbar-nav-scroll {
		overflow: visible
	}
	.navbar-expand-xxl .navbar-collapse {
		display: -webkit-box!important;
		display: -ms-flexbox!important;
		display: flex!important;
		-ms-flex-preferred-size: auto;
		flex-basis: auto
	}
	.navbar-expand-xxl .navbar-toggler {
		display: none
	}
	.navbar-expand-xxl .offcanvas-header {
		display: none
	}
	.navbar-expand-xxl .offcanvas {
		position: inherit;
		bottom: 0;
		z-index: 1000;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		visibility: visible!important;
		background-color: transparent;
		border-right: 0;
		border-left: 0;
		-webkit-transition: none;
		transition: none;
		-webkit-transform: none;
		transform: none
	}
	.navbar-expand-xxl .offcanvas-top, .navbar-expand-xxl .offcanvas-bottom {
		height: auto;
		border-top: 0;
		border-bottom: 0
	}
	.navbar-expand-xxl .offcanvas-body {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
		padding: 0;
		overflow-y: visible
	}
}
@media (min-width:1600px) {
	.navbar-expand-xxxl {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}
	.navbar-expand-xxxl .navbar-nav {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row
	}
	.navbar-expand-xxxl .navbar-nav .dropdown-menu {
		position: absolute
	}
	.navbar-expand-xxxl .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem
	}
	.navbar-expand-xxxl .navbar-nav-scroll {
		overflow: visible
	}
	.navbar-expand-xxxl .navbar-collapse {
		display: -webkit-box!important;
		display: -ms-flexbox!important;
		display: flex!important;
		-ms-flex-preferred-size: auto;
		flex-basis: auto
	}
	.navbar-expand-xxxl .navbar-toggler {
		display: none
	}
	.navbar-expand-xxxl .offcanvas-header {
		display: none
	}
	.navbar-expand-xxxl .offcanvas {
		position: inherit;
		bottom: 0;
		z-index: 1000;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		visibility: visible!important;
		background-color: transparent;
		border-right: 0;
		border-left: 0;
		-webkit-transition: none;
		transition: none;
		-webkit-transform: none;
		transform: none
	}
	.navbar-expand-xxxl .offcanvas-top, .navbar-expand-xxxl .offcanvas-bottom {
		height: auto;
		border-top: 0;
		border-bottom: 0
	}
	.navbar-expand-xxxl .offcanvas-body {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
		padding: 0;
		overflow-y: visible
	}
}
.navbar-expand {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}
.navbar-expand .navbar-nav {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row
}
.navbar-expand .navbar-nav .dropdown-menu {
	position: absolute
}
.navbar-expand .navbar-nav .nav-link {
	padding-right: .5rem;
	padding-left: .5rem
}
.navbar-expand .navbar-nav-scroll {
	overflow: visible
}
.navbar-expand .navbar-collapse {
	display: -webkit-box!important;
	display: -ms-flexbox!important;
	display: flex!important;
	-ms-flex-preferred-size: auto;
	flex-basis: auto
}
.navbar-expand .navbar-toggler {
	display: none
}
.navbar-expand .offcanvas-header {
	display: none
}
.navbar-expand .offcanvas {
	position: inherit;
	bottom: 0;
	z-index: 1000;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	visibility: visible!important;
	background-color: transparent;
	border-right: 0;
	border-left: 0;
	-webkit-transition: none;
	transition: none;
	-webkit-transform: none;
	transform: none
}
.navbar-expand .offcanvas-top, .navbar-expand .offcanvas-bottom {
	height: auto;
	border-top: 0;
	border-bottom: 0
}
.navbar-expand .offcanvas-body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	padding: 0;
	overflow-y: visible
}
.navbar-light .navbar-brand {
	color: rgba(0, 0, 0, .9)
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
	color: rgba(0, 0, 0, .9)
}
.navbar-light .navbar-nav .nav-link {
	color: rgba(0, 0, 0, .55)
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
	color: rgba(0, 0, 0, .7)
}
.navbar-light .navbar-nav .nav-link.disabled {
	color: rgba(0, 0, 0, .3)
}
.navbar-light .navbar-nav .show>.nav-link, .navbar-light .navbar-nav .nav-link.active {
	color: rgba(0, 0, 0, .9)
}
.navbar-light .navbar-toggler {
	color: rgba(0, 0, 0, .55);
	border-color: rgba(0, 0, 0, .1)
}
.navbar-light .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}
.navbar-light .navbar-text {
	color: rgba(0, 0, 0, .55)
}
.navbar-light .navbar-text a, .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
	color: rgba(0, 0, 0, .9)
}
.navbar-dark .navbar-brand {
	color: #fff
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
	color: #fff
}
.navbar-dark .navbar-nav .nav-link {
	color: rgba(255, 255, 255, .55)
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
	color: rgba(255, 255, 255, .75)
}
.navbar-dark .navbar-nav .nav-link.disabled {
	color: rgba(255, 255, 255, .25)
}
.navbar-dark .navbar-nav .show>.nav-link, .navbar-dark .navbar-nav .nav-link.active {
	color: #fff
}
.navbar-dark .navbar-toggler {
	color: rgba(255, 255, 255, .55);
	border-color: rgba(255, 255, 255, .1)
}
.navbar-dark .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}
.navbar-dark .navbar-text {
	color: rgba(255, 255, 255, .55)
}
.navbar-dark .navbar-text a, .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
	color: #fff
}
.card {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0, 0, 0, .125);
	border-radius: .25rem
}
.card>hr {
	margin-right: 0;
	margin-left: 0
}
.card>.list-group {
	border-top: inherit;
	border-bottom: inherit
}
.card>.list-group:first-child {
	border-top-width: 0;
	border-top-left-radius: calc(.25rem - 1px);
	border-top-right-radius: calc(.25rem - 1px)
}
.card>.list-group:last-child {
	border-bottom-width: 0;
	border-bottom-right-radius: calc(.25rem - 1px);
	border-bottom-left-radius: calc(.25rem - 1px)
}
.card>.card-header+.list-group, .card>.list-group+.card-footer {
	border-top: 0
}
.card-body {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 1rem 1rem
}
.card-title {
	margin-bottom: .5rem
}
.card-subtitle {
	margin-top: -.25rem;
	margin-bottom: 0
}
.card-text:last-child {
	margin-bottom: 0
}
.card-link+.card-link {
	margin-left: 1rem
}
.card-header {
	padding: .5rem 1rem;
	margin-bottom: 0;
	background-color: rgba(0, 0, 0, .03);
	border-bottom: 1px solid rgba(0, 0, 0, .125)
}
.card-header:first-child {
	border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}
.card-footer {
	padding: .5rem 1rem;
	background-color: rgba(0, 0, 0, .03);
	border-top: 1px solid rgba(0, 0, 0, .125)
}
.card-footer:last-child {
	border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}
.card-header-tabs {
	margin-right: -.5rem;
	margin-bottom: -.5rem;
	margin-left: -.5rem;
	border-bottom: 0
}
.card-header-pills {
	margin-right: -.5rem;
	margin-left: -.5rem
}
.card-img-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 1rem;
	border-radius: calc(.25rem - 1px)
}
.card-img, .card-img-top, .card-img-bottom {
	width: 100%
}
.card-img, .card-img-top {
	border-top-left-radius: calc(.25rem - 1px);
	border-top-right-radius: calc(.25rem - 1px)
}
.card-img, .card-img-bottom {
	border-bottom-right-radius: calc(.25rem - 1px);
	border-bottom-left-radius: calc(.25rem - 1px)
}
.card-group>.card {
	margin-bottom: .75rem
}
@media (min-width:576px) {
	.card-group {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap
	}
	.card-group>.card {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 0%;
		flex: 1 0 0%;
		margin-bottom: 0
	}
	.card-group>.card+.card {
		margin-left: 0;
		border-left: 0
	}
	.card-group>.card:not(:last-child) {
		border-top-right-radius: 0;
		border-bottom-right-radius: 0
	}
	.card-group>.card:not(:last-child) .card-img-top, .card-group>.card:not(:last-child) .card-header {
		border-top-right-radius: 0
	}
	.card-group>.card:not(:last-child) .card-img-bottom, .card-group>.card:not(:last-child) .card-footer {
		border-bottom-right-radius: 0
	}
	.card-group>.card:not(:first-child) {
		border-top-left-radius: 0;
		border-bottom-left-radius: 0
	}
	.card-group>.card:not(:first-child) .card-img-top, .card-group>.card:not(:first-child) .card-header {
		border-top-left-radius: 0
	}
	.card-group>.card:not(:first-child) .card-img-bottom, .card-group>.card:not(:first-child) .card-footer {
		border-bottom-left-radius: 0
	}
}
.modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1055;
	display: none;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	outline: 0
}
.modal-dialog {
	position: relative;
	width: auto;
	margin: .5rem;
	pointer-events: none
}
.modal.fade .modal-dialog {
	-webkit-transition: -webkit-transform .3s ease-out;
	transition: -webkit-transform .3s ease-out;
	transition: transform .3s ease-out;
	transition: transform .3s ease-out, -webkit-transform .3s ease-out;
	-webkit-transform: translate(0, -50px);
	transform: translate(0, -50px)
}
@media (prefers-reduced-motion:reduce) {
	.modal.fade .modal-dialog {
		-webkit-transition: none;
		transition: none
	}
}
.modal.show .modal-dialog {
	-webkit-transform: none;
	transform: none
}
.modal.modal-static .modal-dialog {
	-webkit-transform: scale(1.02);
	transform: scale(1.02)
}
.modal-dialog-scrollable {
	height: calc(100% - 1rem)
}
.modal-dialog-scrollable .modal-content {
	max-height: 100%;
	overflow: hidden
}
.modal-dialog-scrollable .modal-body {
	overflow-y: auto
}
.modal-dialog-centered {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: calc(100% - 1rem)
}
.modal-content {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 0;
	outline: 0
}
.modal-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1050;
	width: 100vw;
	height: 100vh;
	background-color: #000
}
.modal-backdrop.fade {
	opacity: 0
}
.modal-backdrop.show {
	opacity: .5
}
.modal-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0 0;
	border-bottom: 1px solid #dee2e6;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}
.modal-header .btn-close {
	padding: 0 0;
	margin: 0 0 0 auto
}
.modal-title {
	margin-bottom: 0;
	line-height: 1.5
}
.modal-body {
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 0
}
.modal-footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: -.25rem;
	border-top: 1px solid #dee2e6;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}
.modal-footer>* {
	margin: .25rem
}
@media (min-width:576px) {
	.modal-dialog {
		max-width: 1000px;
		margin: 1.75rem auto
	}
	.modal-dialog-scrollable {
		height: calc(100% - 3.5rem)
	}
	.modal-dialog-centered {
		min-height: calc(100% - 3.5rem)
	}
	.modal-sm {
		max-width: 300px
	}
}
@media (min-width:1024px) {
	.modal-lg, .modal-xl {
		max-width: 1200px
	}
}
@media (min-width:1200px) {
	.modal-xl {
		max-width: 1140px
	}
}
.modal-fullscreen {
	width: 100vw;
	max-width: none;
	height: 100%;
	margin: 0
}
.modal-fullscreen .modal-content {
	height: 100%;
	border: 0;
	border-radius: 0
}
.modal-fullscreen .modal-header {
	border-radius: 0
}
.modal-fullscreen .modal-body {
	overflow-y: auto
}
.modal-fullscreen .modal-footer {
	border-radius: 0
}
@media (max-width:575.98px) {
	.modal-fullscreen-sm-down {
		width: 100vw;
		max-width: none;
		height: 100%;
		margin: 0
	}
	.modal-fullscreen-sm-down .modal-content {
		height: 100%;
		border: 0;
		border-radius: 0
	}
	.modal-fullscreen-sm-down .modal-header {
		border-radius: 0
	}
	.modal-fullscreen-sm-down .modal-body {
		overflow-y: auto
	}
	.modal-fullscreen-sm-down .modal-footer {
		border-radius: 0
	}
}
@media (max-width:767.98px) {
	.modal-fullscreen-md-down {
		width: 100vw;
		max-width: none;
		height: 100%;
		margin: 0
	}
	.modal-fullscreen-md-down .modal-content {
		height: 100%;
		border: 0;
		border-radius: 0
	}
	.modal-fullscreen-md-down .modal-header {
		border-radius: 0
	}
	.modal-fullscreen-md-down .modal-body {
		overflow-y: auto
	}
	.modal-fullscreen-md-down .modal-footer {
		border-radius: 0
	}
}
@media (max-width:1023.98px) {
	.modal-fullscreen-lg-down {
		width: 100vw;
		max-width: none;
		height: 100%;
		margin: 0
	}
	.modal-fullscreen-lg-down .modal-content {
		height: 100%;
		border: 0;
		border-radius: 0
	}
	.modal-fullscreen-lg-down .modal-header {
		border-radius: 0
	}
	.modal-fullscreen-lg-down .modal-body {
		overflow-y: auto
	}
	.modal-fullscreen-lg-down .modal-footer {
		border-radius: 0
	}
}
@media (max-width:1199.98px) {
	.modal-fullscreen-xl-down {
		width: 100vw;
		max-width: none;
		height: 100%;
		margin: 0
	}
	.modal-fullscreen-xl-down .modal-content {
		height: 100%;
		border: 0;
		border-radius: 0
	}
	.modal-fullscreen-xl-down .modal-header {
		border-radius: 0
	}
	.modal-fullscreen-xl-down .modal-body {
		overflow-y: auto
	}
	.modal-fullscreen-xl-down .modal-footer {
		border-radius: 0
	}
}
@media (max-width:1539.98px) {
	.modal-fullscreen-xxl-down {
		width: 100vw;
		max-width: none;
		height: 100%;
		margin: 0
	}
	.modal-fullscreen-xxl-down .modal-content {
		height: 100%;
		border: 0;
		border-radius: 0
	}
	.modal-fullscreen-xxl-down .modal-header {
		border-radius: 0
	}
	.modal-fullscreen-xxl-down .modal-body {
		overflow-y: auto
	}
	.modal-fullscreen-xxl-down .modal-footer {
		border-radius: 0
	}
}
@media (max-width:1599.98px) {
	.modal-fullscreen-xxxl-down {
		width: 100vw;
		max-width: none;
		height: 100%;
		margin: 0
	}
	.modal-fullscreen-xxxl-down .modal-content {
		height: 100%;
		border: 0;
		border-radius: 0
	}
	.modal-fullscreen-xxxl-down .modal-header {
		border-radius: 0
	}
	.modal-fullscreen-xxxl-down .modal-body {
		overflow-y: auto
	}
	.modal-fullscreen-xxxl-down .modal-footer {
		border-radius: 0
	}
}
.btn-close {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	width: 1em;
	height: 1em;
	padding: .25em .25em;
	color: #000;
	background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
	border: 0;
	border-radius: .25rem;
	opacity: .5
}
.btn-close:hover {
	color: #000;
	text-decoration: none;
	opacity: .75
}
.btn-close:focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
	box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
	opacity: 1
}
.btn-close:disabled, .btn-close.disabled {
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	opacity: .25
}
.btn-close-white {
	-webkit-filter: invert(1) grayscale(100%) brightness(200%);
	filter: invert(1) grayscale(100%) brightness(200%)
}
.lead {
	font-size: 1.25rem;
	font-weight: 300
}
.display-1 {
	font-size: calc(1.625rem + 3.375vw);
	font-weight: 300;
	line-height: 150%
}
@media (min-width:1600px) {
	.display-1 {
		font-size: 5rem
	}
}
.display-2 {
	font-size: calc(1.575rem + 2.925vw);
	font-weight: 300;
	line-height: 150%
}
@media (min-width:1600px) {
	.display-2 {
		font-size: 4.5rem
	}
}
.display-3 {
	font-size: calc(1.525rem + 2.475vw);
	font-weight: 300;
	line-height: 150%
}
@media (min-width:1600px) {
	.display-3 {
		font-size: 4rem
	}
}
.display-4 {
	font-size: calc(1.475rem + 2.025vw);
	font-weight: 300;
	line-height: 150%
}
@media (min-width:1600px) {
	.display-4 {
		font-size: 3.5rem
	}
}
.display-5 {
	font-size: calc(1.425rem + 1.575vw);
	font-weight: 300;
	line-height: 150%
}
@media (min-width:1600px) {
	.display-5 {
		font-size: 3rem
	}
}
.display-6 {
	font-size: calc(1.375rem + 1.125vw);
	font-weight: 300;
	line-height: 150%
}
@media (min-width:1600px) {
	.display-6 {
		font-size: 2.5rem
	}
}
.list-unstyled {
	padding-left: 0;
	list-style: none
}
.list-inline {
	padding-left: 0;
	list-style: none
}
.list-inline-item {
	display: inline-block
}
.list-inline-item:not(:last-child) {
	margin-right: .5rem
}
.initialism {
	font-size: .875em;
	text-transform: uppercase
}
.blockquote {
	margin-bottom: 1rem;
	font-size: 1.25rem
}
.blockquote>:last-child {
	margin-bottom: 0
}
.blockquote-footer {
	margin-top: -1rem;
	margin-bottom: 1rem;
	font-size: .875em;
	color: #6c757d
}
.blockquote-footer::before {
	content: "\2014\00A0"
}
.table {
	--bs-table-bg: transparent;
	--bs-table-accent-bg: transparent;
	--bs-table-striped-color: #212529;
	--bs-table-striped-bg: rgba(0, 0, 0, 0.05);
	--bs-table-active-color: #212529;
	--bs-table-active-bg: rgba(0, 0, 0, 0.1);
	--bs-table-hover-color: #212529;
	--bs-table-hover-bg: rgba(0, 0, 0, 0.075);
	width: 100%;
	margin-bottom: 1rem;
	color: #212529;
	vertical-align: top;
	border-color: #dee2e6
}
.table>:not(caption)>*>* {
	padding: .5rem .5rem;
	background-color: var(--bs-table-bg);
	border-bottom-width: 1px;
	-webkit-box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
	box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg)
}
.table>tbody {
	vertical-align: inherit
}
.table>thead {
	vertical-align: bottom
}
.table>:not(:first-child) {
	border-top: 2px solid currentColor
}
.caption-top {
	caption-side: top
}
.table-sm>:not(caption)>*>* {
	padding: .25rem .25rem
}
.table-bordered>:not(caption)>* {
	border-width: 1px 0
}
.table-bordered>:not(caption)>*>* {
	border-width: 0 1px
}
.table-borderless>:not(caption)>*>* {
	border-bottom-width: 0
}
.table-borderless>:not(:first-child) {
	border-top-width: 0
}
.table-striped>tbody>tr:nth-of-type(odd)>* {
	--bs-table-accent-bg: var(--bs-table-striped-bg);
	color: var(--bs-table-striped-color)
}
.table-active {
	--bs-table-accent-bg: var(--bs-table-active-bg);
	color: var(--bs-table-active-color)
}
.table-hover>tbody>tr:hover>* {
	--bs-table-accent-bg: var(--bs-table-hover-bg);
	color: var(--bs-table-hover-color)
}
.table-primary {
	--bs-table-bg: #cfe2ff;
	--bs-table-striped-bg: #c5d7f2;
	--bs-table-striped-color: #000;
	--bs-table-active-bg: #bacbe6;
	--bs-table-active-color: #000;
	--bs-table-hover-bg: #bfd1ec;
	--bs-table-hover-color: #000;
	color: #000;
	border-color: #bacbe6
}
.table-secondary {
	--bs-table-bg: #e2e3e5;
	--bs-table-striped-bg: #d7d8da;
	--bs-table-striped-color: #000;
	--bs-table-active-bg: #cbccce;
	--bs-table-active-color: #000;
	--bs-table-hover-bg: #d1d2d4;
	--bs-table-hover-color: #000;
	color: #000;
	border-color: #cbccce
}
.table-success {
	--bs-table-bg: #d1e7dd;
	--bs-table-striped-bg: #c7dbd2;
	--bs-table-striped-color: #000;
	--bs-table-active-bg: #bcd0c7;
	--bs-table-active-color: #000;
	--bs-table-hover-bg: #c1d6cc;
	--bs-table-hover-color: #000;
	color: #000;
	border-color: #bcd0c7
}
.table-info {
	--bs-table-bg: #cff4fc;
	--bs-table-striped-bg: #c5e8ef;
	--bs-table-striped-color: #000;
	--bs-table-active-bg: #badce3;
	--bs-table-active-color: #000;
	--bs-table-hover-bg: #bfe2e9;
	--bs-table-hover-color: #000;
	color: #000;
	border-color: #badce3
}
.table-warning {
	--bs-table-bg: #fff3cd;
	--bs-table-striped-bg: #f2e7c3;
	--bs-table-striped-color: #000;
	--bs-table-active-bg: #e6dbb9;
	--bs-table-active-color: #000;
	--bs-table-hover-bg: #ece1be;
	--bs-table-hover-color: #000;
	color: #000;
	border-color: #e6dbb9
}
.table-danger {
	--bs-table-bg: #fbcdcd;
	--bs-table-striped-bg: #eec3c3;
	--bs-table-striped-color: #000;
	--bs-table-active-bg: #e2b9b9;
	--bs-table-active-color: #000;
	--bs-table-hover-bg: #e8bebe;
	--bs-table-hover-color: #000;
	color: #000;
	border-color: #e2b9b9
}
.table-light {
	--bs-table-bg: #f8f9fa;
	--bs-table-striped-bg: #ecedee;
	--bs-table-striped-color: #000;
	--bs-table-active-bg: #dfe0e1;
	--bs-table-active-color: #000;
	--bs-table-hover-bg: #e5e6e7;
	--bs-table-hover-color: #000;
	color: #000;
	border-color: #dfe0e1
}
.table-dark {
	--bs-table-bg: #212529;
	--bs-table-striped-bg: #2c3034;
	--bs-table-striped-color: #fff;
	--bs-table-active-bg: #373b3e;
	--bs-table-active-color: #fff;
	--bs-table-hover-bg: #323539;
	--bs-table-hover-color: #fff;
	color: #fff;
	border-color: #373b3e
}
.table-responsive {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch
}
@media (max-width:575.98px) {
	.table-responsive-sm {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch
	}
}
@media (max-width:767.98px) {
	.table-responsive-md {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch
	}
}
@media (max-width:1023.98px) {
	.table-responsive-lg {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch
	}
}
@media (max-width:1199.98px) {
	.table-responsive-xl {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch
	}
}
@media (max-width:1539.98px) {
	.table-responsive-xxl {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch
	}
}
@media (max-width:1599.98px) {
	.table-responsive-xxxl {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch
	}
}
.breadcrumb {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0 0;
	margin-bottom: 1rem;
	list-style: none
}
.breadcrumb-item+.breadcrumb-item {
	padding-left: .5rem
}
.breadcrumb-item+.breadcrumb-item::before {
	float: left;
	padding-right: .5rem;
	color: #3d4c57;
	content: var(--bs-breadcrumb-divider, "/")
}
.breadcrumb-item.active {
	color: #3d4c57
}
.clearfix::after {
	display: block;
	clear: both;
	content: ""
}
.link-primary {
	color: #0d6efd
}
.link-primary:hover, .link-primary:focus {
	color: #0a58ca
}
.link-secondary {
	color: #6c757d
}
.link-secondary:hover, .link-secondary:focus {
	color: #565e64
}
.link-success {
	color: #198754
}
.link-success:hover, .link-success:focus {
	color: #146c43
}
.link-info {
	color: #0dcaf0
}
.link-info:hover, .link-info:focus {
	color: #3dd5f3
}
.link-warning {
	color: #ffc107
}
.link-warning:hover, .link-warning:focus {
	color: #ffcd39
}
.link-danger {
	color: #eb0707
}
.link-danger:hover, .link-danger:focus {
	color: #bc0606
}
.link-light {
	color: #f8f9fa
}
.link-light:hover, .link-light:focus {
	color: #f9fafb
}
.link-dark {
	color: #212529
}
.link-dark:hover, .link-dark:focus {
	color: #1a1e21
}
.ratio {
	position: relative;
	width: 100%
}
.ratio::before {
	display: block;
	padding-top: var(--bs-aspect-ratio);
	content: ""
}
.ratio>* {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}
.ratio-1x1 {
	--bs-aspect-ratio: 100%
}
.ratio-4x3 {
	--bs-aspect-ratio: calc(3 / 4 * 100%)
}
.ratio-16x9 {
	--bs-aspect-ratio: calc(9 / 16 * 100%)
}
.ratio-21x9 {
	--bs-aspect-ratio: calc(9 / 21 * 100%)
}
.fixed-top {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030
}
.fixed-bottom {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1030
}
.sticky-top {
	position: sticky;
	top: 0;
	z-index: 1020
}
@media (min-width:576px) {
	.sticky-sm-top {
		position: sticky;
		top: 0;
		z-index: 1020
	}
}
@media (min-width:768px) {
	.sticky-md-top {
		position: sticky;
		top: 0;
		z-index: 1020
	}
}
@media (min-width:1024px) {
	.sticky-lg-top {
		position: sticky;
		top: 0;
		z-index: 1020
	}
}
@media (min-width:1200px) {
	.sticky-xl-top {
		position: sticky;
		top: 0;
		z-index: 1020
	}
}
@media (min-width:1540px) {
	.sticky-xxl-top {
		position: sticky;
		top: 0;
		z-index: 1020
	}
}
@media (min-width:1600px) {
	.sticky-xxxl-top {
		position: sticky;
		top: 0;
		z-index: 1020
	}
}
.hstack {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-item-align: stretch;
	align-self: stretch
}
.vstack {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-item-align: stretch;
	align-self: stretch
}
.visually-hidden, .visually-hidden-focusable:not(:focus):not(:focus-within) {
	position: absolute!important;
	width: 1px!important;
	height: 1px!important;
	padding: 0!important;
	margin: -1px!important;
	overflow: hidden!important;
	clip: rect(0, 0, 0, 0)!important;
	white-space: nowrap!important;
	border: 0!important
}
.stretched-link::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	content: ""
}
.text-truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}
.vr {
	display: inline-block;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	width: 1px;
	min-height: 1em;
	background-color: currentColor;
	opacity: .25
}
.fade {
	-webkit-transition: opacity .15s linear;
	transition: opacity .15s linear
}
@media (prefers-reduced-motion:reduce) {
	.fade {
		-webkit-transition: none;
		transition: none
	}
}
.fade:not(.show) {
	opacity: 0
}
.collapse:not(.show) {
	display: none
}
.collapsing {
	height: 0;
	overflow: hidden;
	-webkit-transition: height .35s ease;
	transition: height .35s ease
}
@media (prefers-reduced-motion:reduce) {
	.collapsing {
		-webkit-transition: none;
		transition: none
	}
}
.collapsing.collapse-horizontal {
	width: 0;
	height: auto;
	-webkit-transition: width .35s ease;
	transition: width .35s ease
}
@media (prefers-reduced-motion:reduce) {
	.collapsing.collapse-horizontal {
		-webkit-transition: none;
		transition: none
	}
}
.align-baseline {
	vertical-align: baseline!important
}
.align-top {
	vertical-align: top!important
}
.align-middle {
	vertical-align: middle!important
}
.align-bottom {
	vertical-align: bottom!important
}
.align-text-bottom {
	vertical-align: text-bottom!important
}
.align-text-top {
	vertical-align: text-top!important
}
.float-start {
	float: left!important
}
.float-end {
	float: right!important
}
.float-none {
	float: none!important
}
.opacity-0 {
	opacity: 0!important
}
.opacity-25 {
	opacity: .25!important
}
.opacity-50 {
	opacity: .5!important
}
.opacity-75 {
	opacity: .75!important
}
.opacity-100 {
	opacity: 1!important
}
.overflow-auto {
	overflow: auto!important
}
.overflow-hidden {
	overflow: hidden!important
}
.overflow-visible {
	overflow: visible!important
}
.overflow-scroll {
	overflow: scroll!important
}
.d-inline {
	display: inline!important
}
.d-inline-block {
	display: inline-block!important
}
.d-block {
	display: block!important
}
.d-grid {
	display: grid!important
}
.d-table {
	display: table!important
}
.d-table-row {
	display: table-row!important
}
.d-table-cell {
	display: table-cell!important
}
.d-flex {
	display: -webkit-box!important;
	display: -ms-flexbox!important;
	display: flex!important
}
.d-inline-flex {
	display: -webkit-inline-box!important;
	display: -ms-inline-flexbox!important;
	display: inline-flex!important
}
.d-none {
	display: none!important
}
.shadow {
	-webkit-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)!important;
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)!important
}
.shadow-sm {
	-webkit-box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075)!important;
	box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075)!important
}
.shadow-lg {
	-webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175)!important;
	box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175)!important
}
.shadow-none {
	-webkit-box-shadow: none!important;
	box-shadow: none!important
}
.position-static {
	position: static!important
}
.position-relative {
	position: relative!important
}
.position-absolute {
	position: absolute!important
}
.position-fixed {
	position: fixed!important
}
.position-sticky {
	position: sticky!important
}
.top-0 {
	top: 0!important
}
.top-50 {
	top: 50%!important
}
.top-100 {
	top: 100%!important
}
.bottom-0 {
	bottom: 0!important
}
.bottom-50 {
	bottom: 50%!important
}
.bottom-100 {
	bottom: 100%!important
}
.start-0 {
	left: 0!important
}
.start-50 {
	left: 50%!important
}
.start-100 {
	left: 100%!important
}
.end-0 {
	right: 0!important
}
.end-50 {
	right: 50%!important
}
.end-100 {
	right: 100%!important
}
.translate-middle {
	-webkit-transform: translate(-50%, -50%)!important;
	transform: translate(-50%, -50%)!important
}
.translate-middle-x {
	-webkit-transform: translateX(-50%)!important;
	transform: translateX(-50%)!important
}
.translate-middle-y {
	-webkit-transform: translateY(-50%)!important;
	transform: translateY(-50%)!important
}
.border {
	border: 1px solid #dee2e6!important
}
.border-0 {
	border: 0!important
}
.border-top {
	border-top: 1px solid #dee2e6!important
}
.border-top-0 {
	border-top: 0!important
}
.border-end {
	border-right: 1px solid #dee2e6!important
}
.border-end-0 {
	border-right: 0!important
}
.border-bottom {
	border-bottom: 1px solid #dee2e6!important
}
.border-bottom-0 {
	border-bottom: 0!important
}
.border-start {
	border-left: 1px solid #dee2e6!important
}
.border-start-0 {
	border-left: 0!important
}
.border-primary {
	border-color: #0d6efd!important
}
.border-secondary {
	border-color: #6c757d!important
}
.border-success {
	border-color: #198754!important
}
.border-info {
	border-color: #0dcaf0!important
}
.border-warning {
	border-color: #ffc107!important
}
.border-danger {
	border-color: #eb0707!important
}
.border-light {
	border-color: #f8f9fa!important
}
.border-dark {
	border-color: #212529!important
}
.border-white {
	border-color: #fff!important
}
.border-1 {
	border-width: 1px!important
}
.border-2 {
	border-width: 2px!important
}
.border-3 {
	border-width: 3px!important
}
.border-4 {
	border-width: 4px!important
}
.border-5 {
	border-width: 5px!important
}
.w-25 {
	width: 25%!important
}
.w-50 {
	width: 50%!important
}
.w-75 {
	width: 75%!important
}
.w-100 {
	width: 100%!important
}
.w-auto {
	width: auto!important
}
.mw-100 {
	max-width: 100%!important
}
.vw-100 {
	width: 100vw!important
}
.min-vw-100 {
	min-width: 100vw!important
}
.h-25 {
	height: 25%!important
}
.h-50 {
	height: 50%!important
}
.h-75 {
	height: 75%!important
}
.h-100 {
	height: 100%!important
}
.h-auto {
	height: auto!important
}
.mh-100 {
	max-height: 100%!important
}
.vh-100 {
	height: 100vh!important
}
.min-vh-100 {
	min-height: 100vh!important
}
.flex-fill {
	-webkit-box-flex: 1!important;
	-ms-flex: 1 1 auto!important;
	flex: 1 1 auto!important
}
.flex-row {
	-webkit-box-orient: horizontal!important;
	-webkit-box-direction: normal!important;
	-ms-flex-direction: row!important;
	flex-direction: row!important
}
.flex-column {
	-webkit-box-orient: vertical!important;
	-webkit-box-direction: normal!important;
	-ms-flex-direction: column!important;
	flex-direction: column!important
}
.flex-row-reverse {
	-webkit-box-orient: horizontal!important;
	-webkit-box-direction: reverse!important;
	-ms-flex-direction: row-reverse!important;
	flex-direction: row-reverse!important
}
.flex-column-reverse {
	-webkit-box-orient: vertical!important;
	-webkit-box-direction: reverse!important;
	-ms-flex-direction: column-reverse!important;
	flex-direction: column-reverse!important
}
.flex-grow-0 {
	-webkit-box-flex: 0!important;
	-ms-flex-positive: 0!important;
	flex-grow: 0!important
}
.flex-grow-1 {
	-webkit-box-flex: 1!important;
	-ms-flex-positive: 1!important;
	flex-grow: 1!important
}
.flex-shrink-0 {
	-ms-flex-negative: 0!important;
	flex-shrink: 0!important
}
.flex-shrink-1 {
	-ms-flex-negative: 1!important;
	flex-shrink: 1!important
}
.flex-wrap {
	-ms-flex-wrap: wrap!important;
	flex-wrap: wrap!important
}
.flex-nowrap {
	-ms-flex-wrap: nowrap!important;
	flex-wrap: nowrap!important
}
.flex-wrap-reverse {
	-ms-flex-wrap: wrap-reverse!important;
	flex-wrap: wrap-reverse!important
}
.gap-0 {
	gap: 0!important
}
.gap-1 {
	gap: .25rem!important
}
.gap-2 {
	gap: .5rem!important
}
.gap-3 {
	gap: 1rem!important
}
.gap-4 {
	gap: 1.5rem!important
}
.gap-5 {
	gap: 3rem!important
}
.justify-content-start {
	-webkit-box-pack: start!important;
	-ms-flex-pack: start!important;
	justify-content: flex-start!important
}
.justify-content-end {
	-webkit-box-pack: end!important;
	-ms-flex-pack: end!important;
	justify-content: flex-end!important
}
.justify-content-center {
	-webkit-box-pack: center!important;
	-ms-flex-pack: center!important;
	justify-content: center!important
}
.justify-content-between {
	-webkit-box-pack: justify!important;
	-ms-flex-pack: justify!important;
	justify-content: space-between!important
}
.justify-content-around {
	-ms-flex-pack: distribute!important;
	justify-content: space-around!important
}
.justify-content-evenly {
	-webkit-box-pack: space-evenly!important;
	-ms-flex-pack: space-evenly!important;
	justify-content: space-evenly!important
}
.align-items-start {
	-webkit-box-align: start!important;
	-ms-flex-align: start!important;
	align-items: flex-start!important
}
.align-items-end {
	-webkit-box-align: end!important;
	-ms-flex-align: end!important;
	align-items: flex-end!important
}
.align-items-center {
	-webkit-box-align: center!important;
	-ms-flex-align: center!important;
	align-items: center!important
}
.align-items-baseline {
	-webkit-box-align: baseline!important;
	-ms-flex-align: baseline!important;
	align-items: baseline!important
}
.align-items-stretch {
	-webkit-box-align: stretch!important;
	-ms-flex-align: stretch!important;
	align-items: stretch!important
}
.align-content-start {
	-ms-flex-line-pack: start!important;
	align-content: flex-start!important
}
.align-content-end {
	-ms-flex-line-pack: end!important;
	align-content: flex-end!important
}
.align-content-center {
	-ms-flex-line-pack: center!important;
	align-content: center!important
}
.align-content-between {
	-ms-flex-line-pack: justify!important;
	align-content: space-between!important
}
.align-content-around {
	-ms-flex-line-pack: distribute!important;
	align-content: space-around!important
}
.align-content-stretch {
	-ms-flex-line-pack: stretch!important;
	align-content: stretch!important
}
.align-self-auto {
	-ms-flex-item-align: auto!important;
	align-self: auto!important
}
.align-self-start {
	-ms-flex-item-align: start!important;
	align-self: flex-start!important
}
.align-self-end {
	-ms-flex-item-align: end!important;
	align-self: flex-end!important
}
.align-self-center {
	-ms-flex-item-align: center!important;
	align-self: center!important
}
.align-self-baseline {
	-ms-flex-item-align: baseline!important;
	align-self: baseline!important
}
.align-self-stretch {
	-ms-flex-item-align: stretch!important;
	align-self: stretch!important
}
.order-first {
	-webkit-box-ordinal-group: 0!important;
	-ms-flex-order: -1!important;
	order: -1!important
}
.order-0 {
	-webkit-box-ordinal-group: 1!important;
	-ms-flex-order: 0!important;
	order: 0!important
}
.order-1 {
	-webkit-box-ordinal-group: 2!important;
	-ms-flex-order: 1!important;
	order: 1!important
}
.order-2 {
	-webkit-box-ordinal-group: 3!important;
	-ms-flex-order: 2!important;
	order: 2!important
}
.order-3 {
	-webkit-box-ordinal-group: 4!important;
	-ms-flex-order: 3!important;
	order: 3!important
}
.order-4 {
	-webkit-box-ordinal-group: 5!important;
	-ms-flex-order: 4!important;
	order: 4!important
}
.order-5 {
	-webkit-box-ordinal-group: 6!important;
	-ms-flex-order: 5!important;
	order: 5!important
}
.order-last {
	-webkit-box-ordinal-group: 7!important;
	-ms-flex-order: 6!important;
	order: 6!important
}
.m-0 {
	margin: 0!important
}
.m-1 {
	margin: .25rem!important
}
.m-2 {
	margin: .5rem!important
}
.m-3 {
	margin: 1rem!important
}
.m-4 {
	margin: 1.5rem!important
}
.m-5 {
	margin: 3rem!important
}
.m-auto {
	margin: auto!important
}
.mx-0 {
	margin-right: 0!important;
	margin-left: 0!important
}
.mx-1 {
	margin-right: .25rem!important;
	margin-left: .25rem!important
}
.mx-2 {
	margin-right: .5rem!important;
	margin-left: .5rem!important
}
.mx-3 {
	margin-right: 1rem!important;
	margin-left: 1rem!important
}
.mx-4 {
	margin-right: 1.5rem!important;
	margin-left: 1.5rem!important
}
.mx-5 {
	margin-right: 3rem!important;
	margin-left: 3rem!important
}
.mx-auto {
	margin-right: auto!important;
	margin-left: auto!important
}
.my-0 {
	margin-top: 0!important;
	margin-bottom: 0!important
}
.my-1 {
	margin-top: .25rem!important;
	margin-bottom: .25rem!important
}
.my-2 {
	margin-top: .5rem!important;
	margin-bottom: .5rem!important
}
.my-3 {
	margin-top: 1rem!important;
	margin-bottom: 1rem!important
}
.my-4 {
	margin-top: 1.5rem!important;
	margin-bottom: 1.5rem!important
}
.my-5 {
	margin-top: 3rem!important;
	margin-bottom: 3rem!important
}
.my-auto {
	margin-top: auto!important;
	margin-bottom: auto!important
}
.mt-0 {
	margin-top: 0!important
}
.mt-1 {
	margin-top: .25rem!important
}
.mt-2 {
	margin-top: .5rem!important
}
.mt-3 {
	margin-top: 1rem!important
}
.mt-4 {
	margin-top: 1.5rem!important
}
.mt-5 {
	margin-top: 3rem!important
}
.mt-auto {
	margin-top: auto!important
}
.me-0 {
	margin-right: 0!important
}
.me-1 {
	margin-right: .25rem!important
}
.me-2 {
	margin-right: .5rem!important
}
.me-3 {
	margin-right: 1rem!important
}
.me-4 {
	margin-right: 1.5rem!important
}
.me-5 {
	margin-right: 3rem!important
}
.me-auto {
	margin-right: auto!important
}
.mb-0 {
	margin-bottom: 0!important
}
.mb-1 {
	margin-bottom: .25rem!important
}
.mb-2 {
	margin-bottom: .5rem!important
}
.mb-3 {
	margin-bottom: 1rem!important
}
.mb-4 {
	margin-bottom: 1.5rem!important
}
.mb-5 {
	margin-bottom: 3rem!important
}
.mb-auto {
	margin-bottom: auto!important
}
.ms-0 {
	margin-left: 0!important
}
.ms-1 {
	margin-left: .25rem!important
}
.ms-2 {
	margin-left: .5rem!important
}
.ms-3 {
	margin-left: 1rem!important
}
.ms-4 {
	margin-left: 1.5rem!important
}
.ms-5 {
	margin-left: 3rem!important
}
.ms-auto {
	margin-left: auto!important
}
.p-0 {
	padding: 0!important
}
.p-1 {
	padding: .25rem!important
}
.p-2 {
	padding: .5rem!important
}
.p-3 {
	padding: 1rem!important
}
.p-4 {
	padding: 1.5rem!important
}
.p-5 {
	padding: 3rem!important
}
.px-0 {
	padding-right: 0!important;
	padding-left: 0!important
}
.px-1 {
	padding-right: .25rem!important;
	padding-left: .25rem!important
}
.px-2 {
	padding-right: .5rem!important;
	padding-left: .5rem!important
}
.px-3 {
	padding-right: 1rem!important;
	padding-left: 1rem!important
}
.px-4 {
	padding-right: 1.5rem!important;
	padding-left: 1.5rem!important
}
.px-5 {
	padding-right: 3rem!important;
	padding-left: 3rem!important
}
.py-0 {
	padding-top: 0!important;
	padding-bottom: 0!important
}
.py-1 {
	padding-top: .25rem!important;
	padding-bottom: .25rem!important
}
.py-2 {
	padding-top: .5rem!important;
	padding-bottom: .5rem!important
}
.py-3 {
	padding-top: 1rem!important;
	padding-bottom: 1rem!important
}
.py-4 {
	padding-top: 1.5rem!important;
	padding-bottom: 1.5rem!important
}
.py-5 {
	padding-top: 3rem!important;
	padding-bottom: 3rem!important
}
.pt-0 {
	padding-top: 0!important
}
.pt-1 {
	padding-top: .25rem!important
}
.pt-2 {
	padding-top: .5rem!important
}
.pt-3 {
	padding-top: 1rem!important
}
.pt-4 {
	padding-top: 1.5rem!important
}
.pt-5 {
	padding-top: 3rem!important
}
.pe-0 {
	padding-right: 0!important
}
.pe-1 {
	padding-right: .25rem!important
}
.pe-2 {
	padding-right: .5rem!important
}
.pe-3 {
	padding-right: 1rem!important
}
.pe-4 {
	padding-right: 1.5rem!important
}
.pe-5 {
	padding-right: 3rem!important
}
.pb-0 {
	padding-bottom: 0!important
}
.pb-1 {
	padding-bottom: .25rem!important
}
.pb-2 {
	padding-bottom: .5rem!important
}
.pb-3 {
	padding-bottom: 1rem!important
}
.pb-4 {
	padding-bottom: 1.5rem!important
}
.pb-5 {
	padding-bottom: 3rem!important
}
.ps-0 {
	padding-left: 0!important
}
.ps-1 {
	padding-left: .25rem!important
}
.ps-2 {
	padding-left: .5rem!important
}
.ps-3 {
	padding-left: 1rem!important
}
.ps-4 {
	padding-left: 1.5rem!important
}
.ps-5 {
	padding-left: 3rem!important
}
.font-monospace {
	font-family: var(--bs-font-monospace)!important
}
.fs-1 {
	font-size: calc(1.6875rem + 3.9375vw)!important
}
.fs-2 {
	font-size: calc(1.46875rem + 1.96875vw)!important
}
.fs-3 {
	font-size: calc(1.375rem + 1.125vw)!important
}
.fs-4 {
	font-size: calc(1.35rem + .9vw)!important
}
.fs-5 {
	font-size: calc(1.3rem + .45vw)!important
}
.fs-6 {
	font-size: calc(1.2625rem + .1125vw)!important
}
.fst-italic {
	font-style: italic!important
}
.fst-normal {
	font-style: normal!important
}
.fw-light {
	font-weight: 300!important
}
.fw-lighter {
	font-weight: lighter!important
}
.fw-normal {
	font-weight: 400!important
}
.fw-bold {
	font-weight: 700!important
}
.fw-bolder {
	font-weight: bolder!important
}
.lh-1 {
	line-height: 1!important
}
.lh-sm {
	line-height: 1.25!important
}
.lh-base {
	line-height: 1.5!important
}
.lh-lg {
	line-height: 2!important
}
.text-start {
	text-align: left!important
}
.text-end {
	text-align: right!important
}
.text-center {
	text-align: center!important
}
.text-decoration-none {
	text-decoration: none!important
}
.text-decoration-underline {
	text-decoration: underline!important
}
.text-decoration-line-through {
	text-decoration: line-through!important
}
.text-lowercase {
	text-transform: lowercase!important
}
.text-uppercase {
	text-transform: uppercase!important
}
.text-capitalize {
	text-transform: capitalize!important
}
.text-wrap {
	white-space: normal!important
}
.text-nowrap {
	white-space: nowrap!important
}
.text-break {
	word-wrap: break-word!important;
	word-break: break-word!important
}
.text-primary {
	--bs-text-opacity: 1;
	color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity))!important
}
.text-secondary {
	--bs-text-opacity: 1;
	color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity))!important
}
.text-success {
	--bs-text-opacity: 1;
	color: rgba(var(--bs-success-rgb), var(--bs-text-opacity))!important
}
.text-info {
	--bs-text-opacity: 1;
	color: rgba(var(--bs-info-rgb), var(--bs-text-opacity))!important
}
.text-warning {
	--bs-text-opacity: 1;
	color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity))!important
}
.text-danger {
	--bs-text-opacity: 1;
	color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity))!important
}
.text-light {
	--bs-text-opacity: 1;
	color: rgba(var(--bs-light-rgb), var(--bs-text-opacity))!important
}
.text-dark {
	--bs-text-opacity: 1;
	color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity))!important
}
.text-black {
	--bs-text-opacity: 1;
	color: rgba(var(--bs-black-rgb), var(--bs-text-opacity))!important
}
.text-white {
	--bs-text-opacity: 1;
	color: rgba(var(--bs-white-rgb), var(--bs-text-opacity))!important
}
.text-body {
	--bs-text-opacity: 1;
	color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity))!important
}
.text-muted {
	--bs-text-opacity: 1;
	color: #6c757d!important
}
.text-black-50 {
	--bs-text-opacity: 1;
	color: rgba(0, 0, 0, .5)!important
}
.text-white-50 {
	--bs-text-opacity: 1;
	color: rgba(255, 255, 255, .5)!important
}
.text-reset {
	--bs-text-opacity: 1;
	color: inherit!important
}
.text-opacity-25 {
	--bs-text-opacity: 0.25
}
.text-opacity-50 {
	--bs-text-opacity: 0.5
}
.text-opacity-75 {
	--bs-text-opacity: 0.75
}
.text-opacity-100 {
	--bs-text-opacity: 1
}
.bg-primary {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity))!important
}
.bg-secondary {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity))!important
}
.bg-success {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity))!important
}
.bg-info {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity))!important
}
.bg-warning {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity))!important
}
.bg-danger {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity))!important
}
.bg-light {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity))!important
}
.bg-dark {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity))!important
}
.bg-black {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity))!important
}
.bg-white {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity))!important
}
.bg-body {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity))!important
}
.bg-transparent {
	--bs-bg-opacity: 1;
	background-color: transparent!important
}
.bg-opacity-10 {
	--bs-bg-opacity: 0.1
}
.bg-opacity-25 {
	--bs-bg-opacity: 0.25
}
.bg-opacity-50 {
	--bs-bg-opacity: 0.5
}
.bg-opacity-75 {
	--bs-bg-opacity: 0.75
}
.bg-opacity-100 {
	--bs-bg-opacity: 1
}
.bg-gradient {
	background-image: var(--bs-gradient)!important
}
.user-select-all {
	-webkit-user-select: all!important;
	-moz-user-select: all!important;
	-ms-user-select: all!important;
	user-select: all!important
}
.user-select-auto {
	-webkit-user-select: auto!important;
	-moz-user-select: auto!important;
	-ms-user-select: auto!important;
	user-select: auto!important
}
.user-select-none {
	-webkit-user-select: none!important;
	-moz-user-select: none!important;
	-ms-user-select: none!important;
	user-select: none!important
}
.pe-none {
	pointer-events: none!important
}
.pe-auto {
	pointer-events: auto!important
}
.rounded {
	border-radius: .25rem!important
}
.rounded-0 {
	border-radius: 0!important
}
.rounded-1 {
	border-radius: .2rem!important
}
.rounded-2 {
	border-radius: .25rem!important
}
.rounded-3 {
	border-radius: .3rem!important
}
.rounded-circle {
	border-radius: 50%!important
}
.rounded-pill {
	border-radius: 50rem!important
}
.rounded-top {
	border-top-left-radius: .25rem!important;
	border-top-right-radius: .25rem!important
}
.rounded-end {
	border-top-right-radius: .25rem!important;
	border-bottom-right-radius: .25rem!important
}
.rounded-bottom {
	border-bottom-right-radius: .25rem!important;
	border-bottom-left-radius: .25rem!important
}
.rounded-start {
	border-bottom-left-radius: .25rem!important;
	border-top-left-radius: .25rem!important
}
.visible {
	visibility: visible!important
}
.invisible {
	visibility: hidden!important
}
@media (min-width:576px) {
	.float-sm-start {
		float: left!important
	}
	.float-sm-end {
		float: right!important
	}
	.float-sm-none {
		float: none!important
	}
	.d-sm-inline {
		display: inline!important
	}
	.d-sm-inline-block {
		display: inline-block!important
	}
	.d-sm-block {
		display: block!important
	}
	.d-sm-grid {
		display: grid!important
	}
	.d-sm-table {
		display: table!important
	}
	.d-sm-table-row {
		display: table-row!important
	}
	.d-sm-table-cell {
		display: table-cell!important
	}
	.d-sm-flex {
		display: -webkit-box!important;
		display: -ms-flexbox!important;
		display: flex!important
	}
	.d-sm-inline-flex {
		display: -webkit-inline-box!important;
		display: -ms-inline-flexbox!important;
		display: inline-flex!important
	}
	.d-sm-none {
		display: none!important
	}
	.flex-sm-fill {
		-webkit-box-flex: 1!important;
		-ms-flex: 1 1 auto!important;
		flex: 1 1 auto!important
	}
	.flex-sm-row {
		-webkit-box-orient: horizontal!important;
		-webkit-box-direction: normal!important;
		-ms-flex-direction: row!important;
		flex-direction: row!important
	}
	.flex-sm-column {
		-webkit-box-orient: vertical!important;
		-webkit-box-direction: normal!important;
		-ms-flex-direction: column!important;
		flex-direction: column!important
	}
	.flex-sm-row-reverse {
		-webkit-box-orient: horizontal!important;
		-webkit-box-direction: reverse!important;
		-ms-flex-direction: row-reverse!important;
		flex-direction: row-reverse!important
	}
	.flex-sm-column-reverse {
		-webkit-box-orient: vertical!important;
		-webkit-box-direction: reverse!important;
		-ms-flex-direction: column-reverse!important;
		flex-direction: column-reverse!important
	}
	.flex-sm-grow-0 {
		-webkit-box-flex: 0!important;
		-ms-flex-positive: 0!important;
		flex-grow: 0!important
	}
	.flex-sm-grow-1 {
		-webkit-box-flex: 1!important;
		-ms-flex-positive: 1!important;
		flex-grow: 1!important
	}
	.flex-sm-shrink-0 {
		-ms-flex-negative: 0!important;
		flex-shrink: 0!important
	}
	.flex-sm-shrink-1 {
		-ms-flex-negative: 1!important;
		flex-shrink: 1!important
	}
	.flex-sm-wrap {
		-ms-flex-wrap: wrap!important;
		flex-wrap: wrap!important
	}
	.flex-sm-nowrap {
		-ms-flex-wrap: nowrap!important;
		flex-wrap: nowrap!important
	}
	.flex-sm-wrap-reverse {
		-ms-flex-wrap: wrap-reverse!important;
		flex-wrap: wrap-reverse!important
	}
	.gap-sm-0 {
		gap: 0!important
	}
	.gap-sm-1 {
		gap: .25rem!important
	}
	.gap-sm-2 {
		gap: .5rem!important
	}
	.gap-sm-3 {
		gap: 1rem!important
	}
	.gap-sm-4 {
		gap: 1.5rem!important
	}
	.gap-sm-5 {
		gap: 3rem!important
	}
	.justify-content-sm-start {
		-webkit-box-pack: start!important;
		-ms-flex-pack: start!important;
		justify-content: flex-start!important
	}
	.justify-content-sm-end {
		-webkit-box-pack: end!important;
		-ms-flex-pack: end!important;
		justify-content: flex-end!important
	}
	.justify-content-sm-center {
		-webkit-box-pack: center!important;
		-ms-flex-pack: center!important;
		justify-content: center!important
	}
	.justify-content-sm-between {
		-webkit-box-pack: justify!important;
		-ms-flex-pack: justify!important;
		justify-content: space-between!important
	}
	.justify-content-sm-around {
		-ms-flex-pack: distribute!important;
		justify-content: space-around!important
	}
	.justify-content-sm-evenly {
		-webkit-box-pack: space-evenly!important;
		-ms-flex-pack: space-evenly!important;
		justify-content: space-evenly!important
	}
	.align-items-sm-start {
		-webkit-box-align: start!important;
		-ms-flex-align: start!important;
		align-items: flex-start!important
	}
	.align-items-sm-end {
		-webkit-box-align: end!important;
		-ms-flex-align: end!important;
		align-items: flex-end!important
	}
	.align-items-sm-center {
		-webkit-box-align: center!important;
		-ms-flex-align: center!important;
		align-items: center!important
	}
	.align-items-sm-baseline {
		-webkit-box-align: baseline!important;
		-ms-flex-align: baseline!important;
		align-items: baseline!important
	}
	.align-items-sm-stretch {
		-webkit-box-align: stretch!important;
		-ms-flex-align: stretch!important;
		align-items: stretch!important
	}
	.align-content-sm-start {
		-ms-flex-line-pack: start!important;
		align-content: flex-start!important
	}
	.align-content-sm-end {
		-ms-flex-line-pack: end!important;
		align-content: flex-end!important
	}
	.align-content-sm-center {
		-ms-flex-line-pack: center!important;
		align-content: center!important
	}
	.align-content-sm-between {
		-ms-flex-line-pack: justify!important;
		align-content: space-between!important
	}
	.align-content-sm-around {
		-ms-flex-line-pack: distribute!important;
		align-content: space-around!important
	}
	.align-content-sm-stretch {
		-ms-flex-line-pack: stretch!important;
		align-content: stretch!important
	}
	.align-self-sm-auto {
		-ms-flex-item-align: auto!important;
		align-self: auto!important
	}
	.align-self-sm-start {
		-ms-flex-item-align: start!important;
		align-self: flex-start!important
	}
	.align-self-sm-end {
		-ms-flex-item-align: end!important;
		align-self: flex-end!important
	}
	.align-self-sm-center {
		-ms-flex-item-align: center!important;
		align-self: center!important
	}
	.align-self-sm-baseline {
		-ms-flex-item-align: baseline!important;
		align-self: baseline!important
	}
	.align-self-sm-stretch {
		-ms-flex-item-align: stretch!important;
		align-self: stretch!important
	}
	.order-sm-first {
		-webkit-box-ordinal-group: 0!important;
		-ms-flex-order: -1!important;
		order: -1!important
	}
	.order-sm-0 {
		-webkit-box-ordinal-group: 1!important;
		-ms-flex-order: 0!important;
		order: 0!important
	}
	.order-sm-1 {
		-webkit-box-ordinal-group: 2!important;
		-ms-flex-order: 1!important;
		order: 1!important
	}
	.order-sm-2 {
		-webkit-box-ordinal-group: 3!important;
		-ms-flex-order: 2!important;
		order: 2!important
	}
	.order-sm-3 {
		-webkit-box-ordinal-group: 4!important;
		-ms-flex-order: 3!important;
		order: 3!important
	}
	.order-sm-4 {
		-webkit-box-ordinal-group: 5!important;
		-ms-flex-order: 4!important;
		order: 4!important
	}
	.order-sm-5 {
		-webkit-box-ordinal-group: 6!important;
		-ms-flex-order: 5!important;
		order: 5!important
	}
	.order-sm-last {
		-webkit-box-ordinal-group: 7!important;
		-ms-flex-order: 6!important;
		order: 6!important
	}
	.m-sm-0 {
		margin: 0!important
	}
	.m-sm-1 {
		margin: .25rem!important
	}
	.m-sm-2 {
		margin: .5rem!important
	}
	.m-sm-3 {
		margin: 1rem!important
	}
	.m-sm-4 {
		margin: 1.5rem!important
	}
	.m-sm-5 {
		margin: 3rem!important
	}
	.m-sm-auto {
		margin: auto!important
	}
	.mx-sm-0 {
		margin-right: 0!important;
		margin-left: 0!important
	}
	.mx-sm-1 {
		margin-right: .25rem!important;
		margin-left: .25rem!important
	}
	.mx-sm-2 {
		margin-right: .5rem!important;
		margin-left: .5rem!important
	}
	.mx-sm-3 {
		margin-right: 1rem!important;
		margin-left: 1rem!important
	}
	.mx-sm-4 {
		margin-right: 1.5rem!important;
		margin-left: 1.5rem!important
	}
	.mx-sm-5 {
		margin-right: 3rem!important;
		margin-left: 3rem!important
	}
	.mx-sm-auto {
		margin-right: auto!important;
		margin-left: auto!important
	}
	.my-sm-0 {
		margin-top: 0!important;
		margin-bottom: 0!important
	}
	.my-sm-1 {
		margin-top: .25rem!important;
		margin-bottom: .25rem!important
	}
	.my-sm-2 {
		margin-top: .5rem!important;
		margin-bottom: .5rem!important
	}
	.my-sm-3 {
		margin-top: 1rem!important;
		margin-bottom: 1rem!important
	}
	.my-sm-4 {
		margin-top: 1.5rem!important;
		margin-bottom: 1.5rem!important
	}
	.my-sm-5 {
		margin-top: 3rem!important;
		margin-bottom: 3rem!important
	}
	.my-sm-auto {
		margin-top: auto!important;
		margin-bottom: auto!important

	}
	.mt-sm-0 {
		margin-top: 0!important
	}
	.mt-sm-1 {
		margin-top: .25rem!important
	}
	.mt-sm-2 {
		margin-top: .5rem!important
	}
	.mt-sm-3 {
		margin-top: 1rem!important
	}
	.mt-sm-4 {
		margin-top: 1.5rem!important
	}
	.mt-sm-5 {
		margin-top: 3rem!important
	}
	.mt-sm-auto {
		margin-top: auto!important
	}
	.me-sm-0 {
		margin-right: 0!important
	}
	.me-sm-1 {
		margin-right: .25rem!important
	}
	.me-sm-2 {
		margin-right: .5rem!important
	}
	.me-sm-3 {
		margin-right: 1rem!important
	}
	.me-sm-4 {
		margin-right: 1.5rem!important
	}
	.me-sm-5 {
		margin-right: 3rem!important
	}
	.me-sm-auto {
		margin-right: auto!important
	}
	.mb-sm-0 {
		margin-bottom: 0!important
	}
	.mb-sm-1 {
		margin-bottom: .25rem!important
	}
	.mb-sm-2 {
		margin-bottom: .5rem!important
	}
	.mb-sm-3 {
		margin-bottom: 1rem!important
	}
	.mb-sm-4 {
		margin-bottom: 1.5rem!important
	}
	.mb-sm-5 {
		margin-bottom: 3rem!important
	}
	.mb-sm-auto {
		margin-bottom: auto!important
	}
	.ms-sm-0 {
		margin-left: 0!important
	}
	.ms-sm-1 {
		margin-left: .25rem!important
	}
	.ms-sm-2 {
		margin-left: .5rem!important
	}
	.ms-sm-3 {
		margin-left: 1rem!important
	}
	.ms-sm-4 {
		margin-left: 1.5rem!important
	}
	.ms-sm-5 {
		margin-left: 3rem!important
	}
	.ms-sm-auto {
		margin-left: auto!important
	}
	.p-sm-0 {
		padding: 0!important
	}
	.p-sm-1 {
		padding: .25rem!important
	}
	.p-sm-2 {
		padding: .5rem!important
	}
	.p-sm-3 {
		padding: 1rem!important
	}
	.p-sm-4 {
		padding: 1.5rem!important
	}
	.p-sm-5 {
		padding: 3rem!important
	}
	.px-sm-0 {
		padding-right: 0!important;
		padding-left: 0!important
	}
	.px-sm-1 {
		padding-right: .25rem!important;
		padding-left: .25rem!important
	}
	.px-sm-2 {
		padding-right: .5rem!important;
		padding-left: .5rem!important
	}
	.px-sm-3 {
		padding-right: 1rem!important;
		padding-left: 1rem!important
	}
	.px-sm-4 {
		padding-right: 1.5rem!important;
		padding-left: 1.5rem!important
	}
	.px-sm-5 {
		padding-right: 3rem!important;
		padding-left: 3rem!important
	}
	.py-sm-0 {
		padding-top: 0!important;
		padding-bottom: 0!important
	}
	.py-sm-1 {
		padding-top: .25rem!important;
		padding-bottom: .25rem!important
	}
	.py-sm-2 {
		padding-top: .5rem!important;
		padding-bottom: .5rem!important
	}
	.py-sm-3 {
		padding-top: 1rem!important;
		padding-bottom: 1rem!important
	}
	.py-sm-4 {
		padding-top: 1.5rem!important;
		padding-bottom: 1.5rem!important
	}
	.py-sm-5 {
		padding-top: 3rem!important;
		padding-bottom: 3rem!important
	}
	.pt-sm-0 {
		padding-top: 0!important
	}
	.pt-sm-1 {
		padding-top: .25rem!important
	}
	.pt-sm-2 {
		padding-top: .5rem!important
	}
	.pt-sm-3 {
		padding-top: 1rem!important
	}
	.pt-sm-4 {
		padding-top: 1.5rem!important
	}
	.pt-sm-5 {
		padding-top: 3rem!important
	}
	.pe-sm-0 {
		padding-right: 0!important
	}
	.pe-sm-1 {
		padding-right: .25rem!important
	}
	.pe-sm-2 {
		padding-right: .5rem!important
	}
	.pe-sm-3 {
		padding-right: 1rem!important
	}
	.pe-sm-4 {
		padding-right: 1.5rem!important
	}
	.pe-sm-5 {
		padding-right: 3rem!important
	}
	.pb-sm-0 {
		padding-bottom: 0!important
	}
	.pb-sm-1 {
		padding-bottom: .25rem!important
	}
	.pb-sm-2 {
		padding-bottom: .5rem!important
	}
	.pb-sm-3 {
		padding-bottom: 1rem!important
	}
	.pb-sm-4 {
		padding-bottom: 1.5rem!important
	}
	.pb-sm-5 {
		padding-bottom: 3rem!important
	}
	.ps-sm-0 {
		padding-left: 0!important
	}
	.ps-sm-1 {
		padding-left: .25rem!important
	}
	.ps-sm-2 {
		padding-left: .5rem!important
	}
	.ps-sm-3 {
		padding-left: 1rem!important
	}
	.ps-sm-4 {
		padding-left: 1.5rem!important
	}
	.ps-sm-5 {
		padding-left: 3rem!important
	}
	.text-sm-start {
		text-align: left!important
	}
	.text-sm-end {
		text-align: right!important
	}
	.text-sm-center {
		text-align: center!important
	}
}
@media (min-width:768px) {
	.float-md-start {
		float: left!important
	}
	.float-md-end {
		float: right!important
	}
	.float-md-none {
		float: none!important
	}
	.d-md-inline {
		display: inline!important
	}
	.d-md-inline-block {
		display: inline-block!important
	}
	.d-md-block {
		display: block!important
	}
	.d-md-grid {
		display: grid!important
	}
	.d-md-table {
		display: table!important
	}
	.d-md-table-row {
		display: table-row!important
	}
	.d-md-table-cell {
		display: table-cell!important
	}
	.d-md-flex {
		display: -webkit-box!important;
		display: -ms-flexbox!important;
		display: flex!important
	}
	.d-md-inline-flex {
		display: -webkit-inline-box!important;
		display: -ms-inline-flexbox!important;
		display: inline-flex!important
	}
	.d-md-none {
		display: none!important
	}
	.flex-md-fill {
		-webkit-box-flex: 1!important;
		-ms-flex: 1 1 auto!important;
		flex: 1 1 auto!important
	}
	.flex-md-row {
		-webkit-box-orient: horizontal!important;
		-webkit-box-direction: normal!important;
		-ms-flex-direction: row!important;
		flex-direction: row!important
	}
	.flex-md-column {
		-webkit-box-orient: vertical!important;
		-webkit-box-direction: normal!important;
		-ms-flex-direction: column!important;
		flex-direction: column!important
	}
	.flex-md-row-reverse {
		-webkit-box-orient: horizontal!important;
		-webkit-box-direction: reverse!important;
		-ms-flex-direction: row-reverse!important;
		flex-direction: row-reverse!important
	}
	.flex-md-column-reverse {
		-webkit-box-orient: vertical!important;
		-webkit-box-direction: reverse!important;
		-ms-flex-direction: column-reverse!important;
		flex-direction: column-reverse!important
	}
	.flex-md-grow-0 {
		-webkit-box-flex: 0!important;
		-ms-flex-positive: 0!important;
		flex-grow: 0!important
	}
	.flex-md-grow-1 {
		-webkit-box-flex: 1!important;
		-ms-flex-positive: 1!important;
		flex-grow: 1!important
	}
	.flex-md-shrink-0 {
		-ms-flex-negative: 0!important;
		flex-shrink: 0!important
	}
	.flex-md-shrink-1 {
		-ms-flex-negative: 1!important;
		flex-shrink: 1!important
	}
	.flex-md-wrap {
		-ms-flex-wrap: wrap!important;
		flex-wrap: wrap!important
	}
	.flex-md-nowrap {
		-ms-flex-wrap: nowrap!important;
		flex-wrap: nowrap!important
	}
	.flex-md-wrap-reverse {
		-ms-flex-wrap: wrap-reverse!important;
		flex-wrap: wrap-reverse!important
	}
	.gap-md-0 {
		gap: 0!important
	}
	.gap-md-1 {
		gap: .25rem!important
	}
	.gap-md-2 {
		gap: .5rem!important
	}
	.gap-md-3 {
		gap: 1rem!important
	}
	.gap-md-4 {
		gap: 1.5rem!important
	}
	.gap-md-5 {
		gap: 3rem!important
	}
	.justify-content-md-start {
		-webkit-box-pack: start!important;
		-ms-flex-pack: start!important;
		justify-content: flex-start!important
	}
	.justify-content-md-end {
		-webkit-box-pack: end!important;
		-ms-flex-pack: end!important;
		justify-content: flex-end!important
	}
	.justify-content-md-center {
		-webkit-box-pack: center!important;
		-ms-flex-pack: center!important;
		justify-content: center!important
	}
	.justify-content-md-between {
		-webkit-box-pack: justify!important;
		-ms-flex-pack: justify!important;
		justify-content: space-between!important
	}
	.justify-content-md-around {
		-ms-flex-pack: distribute!important;
		justify-content: space-around!important
	}
	.justify-content-md-evenly {
		-webkit-box-pack: space-evenly!important;
		-ms-flex-pack: space-evenly!important;
		justify-content: space-evenly!important
	}
	.align-items-md-start {
		-webkit-box-align: start!important;
		-ms-flex-align: start!important;
		align-items: flex-start!important
	}
	.align-items-md-end {
		-webkit-box-align: end!important;
		-ms-flex-align: end!important;
		align-items: flex-end!important
	}
	.align-items-md-center {
		-webkit-box-align: center!important;
		-ms-flex-align: center!important;
		align-items: center!important
	}
	.align-items-md-baseline {
		-webkit-box-align: baseline!important;
		-ms-flex-align: baseline!important;
		align-items: baseline!important
	}
	.align-items-md-stretch {
		-webkit-box-align: stretch!important;
		-ms-flex-align: stretch!important;
		align-items: stretch!important
	}
	.align-content-md-start {
		-ms-flex-line-pack: start!important;
		align-content: flex-start!important
	}
	.align-content-md-end {
		-ms-flex-line-pack: end!important;
		align-content: flex-end!important
	}
	.align-content-md-center {
		-ms-flex-line-pack: center!important;
		align-content: center!important
	}
	.align-content-md-between {
		-ms-flex-line-pack: justify!important;
		align-content: space-between!important
	}
	.align-content-md-around {
		-ms-flex-line-pack: distribute!important;
		align-content: space-around!important
	}
	.align-content-md-stretch {
		-ms-flex-line-pack: stretch!important;
		align-content: stretch!important
	}
	.align-self-md-auto {
		-ms-flex-item-align: auto!important;
		align-self: auto!important
	}
	.align-self-md-start {
		-ms-flex-item-align: start!important;
		align-self: flex-start!important
	}
	.align-self-md-end {
		-ms-flex-item-align: end!important;
		align-self: flex-end!important
	}
	.align-self-md-center {
		-ms-flex-item-align: center!important;
		align-self: center!important
	}
	.align-self-md-baseline {
		-ms-flex-item-align: baseline!important;
		align-self: baseline!important
	}
	.align-self-md-stretch {
		-ms-flex-item-align: stretch!important;
		align-self: stretch!important
	}
	.order-md-first {
		-webkit-box-ordinal-group: 0!important;
		-ms-flex-order: -1!important;
		order: -1!important
	}
	.order-md-0 {
		-webkit-box-ordinal-group: 1!important;
		-ms-flex-order: 0!important;
		order: 0!important
	}
	.order-md-1 {
		-webkit-box-ordinal-group: 2!important;
		-ms-flex-order: 1!important;
		order: 1!important
	}
	.order-md-2 {
		-webkit-box-ordinal-group: 3!important;
		-ms-flex-order: 2!important;
		order: 2!important
	}
	.order-md-3 {
		-webkit-box-ordinal-group: 4!important;
		-ms-flex-order: 3!important;
		order: 3!important
	}
	.order-md-4 {
		-webkit-box-ordinal-group: 5!important;
		-ms-flex-order: 4!important;
		order: 4!important
	}
	.order-md-5 {
		-webkit-box-ordinal-group: 6!important;
		-ms-flex-order: 5!important;
		order: 5!important
	}
	.order-md-last {
		-webkit-box-ordinal-group: 7!important;
		-ms-flex-order: 6!important;
		order: 6!important
	}
	.m-md-0 {
		margin: 0!important
	}
	.m-md-1 {
		margin: .25rem!important
	}
	.m-md-2 {
		margin: .5rem!important
	}
	.m-md-3 {
		margin: 1rem!important
	}
	.m-md-4 {
		margin: 1.5rem!important
	}
	.m-md-5 {
		margin: 3rem!important
	}
	.m-md-auto {
		margin: auto!important
	}
	.mx-md-0 {
		margin-right: 0!important;
		margin-left: 0!important
	}
	.mx-md-1 {
		margin-right: .25rem!important;
		margin-left: .25rem!important
	}
	.mx-md-2 {
		margin-right: .5rem!important;
		margin-left: .5rem!important
	}
	.mx-md-3 {
		margin-right: 1rem!important;
		margin-left: 1rem!important
	}
	.mx-md-4 {
		margin-right: 1.5rem!important;
		margin-left: 1.5rem!important
	}
	.mx-md-5 {
		margin-right: 3rem!important;
		margin-left: 3rem!important
	}
	.mx-md-auto {
		margin-right: auto!important;
		margin-left: auto!important
	}
	.my-md-0 {
		margin-top: 0!important;
		margin-bottom: 0!important
	}
	.my-md-1 {
		margin-top: .25rem!important;
		margin-bottom: .25rem!important
	}
	.my-md-2 {
		margin-top: .5rem!important;
		margin-bottom: .5rem!important
	}
	.my-md-3 {
		margin-top: 1rem!important;
		margin-bottom: 1rem!important
	}
	.my-md-4 {
		margin-top: 1.5rem!important;
		margin-bottom: 1.5rem!important
	}
	.my-md-5 {
		margin-top: 3rem!important;
		margin-bottom: 3rem!important
	}
	.my-md-auto {
		margin-top: auto!important;
		margin-bottom: auto!important
	}
	.mt-md-0 {
		margin-top: 0!important
	}
	.mt-md-1 {
		margin-top: .25rem!important
	}
	.mt-md-2 {
		margin-top: .5rem!important
	}
	.mt-md-3 {
		margin-top: 1rem!important
	}
	.mt-md-4 {
		margin-top: 1.5rem!important
	}
	.mt-md-5 {
		margin-top: 3rem!important
	}
	.mt-md-auto {
		margin-top: auto!important
	}
	.me-md-0 {
		margin-right: 0!important
	}
	.me-md-1 {
		margin-right: .25rem!important
	}
	.me-md-2 {
		margin-right: .5rem!important
	}
	.me-md-3 {
		margin-right: 1rem!important
	}
	.me-md-4 {
		margin-right: 1.5rem!important
	}
	.me-md-5 {
		margin-right: 3rem!important
	}
	.me-md-auto {
		margin-right: auto!important
	}
	.mb-md-0 {
		margin-bottom: 0!important
	}
	.mb-md-1 {
		margin-bottom: .25rem!important
	}
	.mb-md-2 {
		margin-bottom: .5rem!important
	}
	.mb-md-3 {
		margin-bottom: 1rem!important
	}
	.mb-md-4 {
		margin-bottom: 1.5rem!important
	}
	.mb-md-5 {
		margin-bottom: 3rem!important
	}
	.mb-md-auto {
		margin-bottom: auto!important
	}
	.ms-md-0 {
		margin-left: 0!important
	}
	.ms-md-1 {
		margin-left: .25rem!important
	}
	.ms-md-2 {
		margin-left: .5rem!important
	}
	.ms-md-3 {
		margin-left: 1rem!important
	}
	.ms-md-4 {
		margin-left: 1.5rem!important
	}
	.ms-md-5 {
		margin-left: 3rem!important
	}
	.ms-md-auto {
		margin-left: auto!important
	}
	.p-md-0 {
		padding: 0!important
	}
	.p-md-1 {
		padding: .25rem!important
	}
	.p-md-2 {
		padding: .5rem!important
	}
	.p-md-3 {
		padding: 1rem!important
	}
	.p-md-4 {
		padding: 1.5rem!important
	}
	.p-md-5 {
		padding: 3rem!important
	}
	.px-md-0 {
		padding-right: 0!important;
		padding-left: 0!important
	}
	.px-md-1 {
		padding-right: .25rem!important;
		padding-left: .25rem!important
	}
	.px-md-2 {
		padding-right: .5rem!important;
		padding-left: .5rem!important
	}
	.px-md-3 {
		padding-right: 1rem!important;
		padding-left: 1rem!important
	}
	.px-md-4 {
		padding-right: 1.5rem!important;
		padding-left: 1.5rem!important
	}
	.px-md-5 {
		padding-right: 3rem!important;
		padding-left: 3rem!important
	}
	.py-md-0 {
		padding-top: 0!important;
		padding-bottom: 0!important
	}
	.py-md-1 {
		padding-top: .25rem!important;
		padding-bottom: .25rem!important
	}
	.py-md-2 {
		padding-top: .5rem!important;
		padding-bottom: .5rem!important
	}
	.py-md-3 {
		padding-top: 1rem!important;
		padding-bottom: 1rem!important
	}
	.py-md-4 {
		padding-top: 1.5rem!important;
		padding-bottom: 1.5rem!important
	}
	.py-md-5 {
		padding-top: 3rem!important;
		padding-bottom: 3rem!important
	}
	.pt-md-0 {
		padding-top: 0!important
	}
	.pt-md-1 {
		padding-top: .25rem!important
	}
	.pt-md-2 {
		padding-top: .5rem!important
	}
	.pt-md-3 {
		padding-top: 1rem!important
	}
	.pt-md-4 {
		padding-top: 1.5rem!important
	}
	.pt-md-5 {
		padding-top: 3rem!important
	}
	.pe-md-0 {
		padding-right: 0!important
	}
	.pe-md-1 {
		padding-right: .25rem!important
	}
	.pe-md-2 {
		padding-right: .5rem!important
	}
	.pe-md-3 {
		padding-right: 1rem!important
	}
	.pe-md-4 {
		padding-right: 1.5rem!important
	}
	.pe-md-5 {
		padding-right: 3rem!important
	}
	.pb-md-0 {
		padding-bottom: 0!important
	}
	.pb-md-1 {
		padding-bottom: .25rem!important
	}
	.pb-md-2 {
		padding-bottom: .5rem!important
	}
	.pb-md-3 {
		padding-bottom: 1rem!important
	}
	.pb-md-4 {
		padding-bottom: 1.5rem!important
	}
	.pb-md-5 {
		padding-bottom: 3rem!important
	}
	.ps-md-0 {
		padding-left: 0!important
	}
	.ps-md-1 {
		padding-left: .25rem!important
	}
	.ps-md-2 {
		padding-left: .5rem!important
	}
	.ps-md-3 {
		padding-left: 1rem!important
	}
	.ps-md-4 {
		padding-left: 1.5rem!important
	}
	.ps-md-5 {
		padding-left: 3rem!important
	}
	.text-md-start {
		text-align: left!important
	}
	.text-md-end {
		text-align: right!important
	}
	.text-md-center {
		text-align: center!important
	}
}
@media (min-width:1024px) {
	.float-lg-start {
		float: left!important
	}
	.float-lg-end {
		float: right!important
	}
	.float-lg-none {
		float: none!important
	}
	.d-lg-inline {
		display: inline!important
	}
	.d-lg-inline-block {
		display: inline-block!important
	}
	.d-lg-block {
		display: block!important
	}
	.d-lg-grid {
		display: grid!important
	}
	.d-lg-table {
		display: table!important
	}
	.d-lg-table-row {
		display: table-row!important
	}
	.d-lg-table-cell {
		display: table-cell!important
	}
	.d-lg-flex {
		display: -webkit-box!important;
		display: -ms-flexbox!important;
		display: flex!important
	}
	.d-lg-inline-flex {
		display: -webkit-inline-box!important;
		display: -ms-inline-flexbox!important;
		display: inline-flex!important
	}
	.d-lg-none {
		display: none!important
	}
	.flex-lg-fill {
		-webkit-box-flex: 1!important;
		-ms-flex: 1 1 auto!important;
		flex: 1 1 auto!important
	}
	.flex-lg-row {
		-webkit-box-orient: horizontal!important;
		-webkit-box-direction: normal!important;
		-ms-flex-direction: row!important;
		flex-direction: row!important
	}
	.flex-lg-column {
		-webkit-box-orient: vertical!important;
		-webkit-box-direction: normal!important;
		-ms-flex-direction: column!important;
		flex-direction: column!important
	}
	.flex-lg-row-reverse {
		-webkit-box-orient: horizontal!important;
		-webkit-box-direction: reverse!important;
		-ms-flex-direction: row-reverse!important;
		flex-direction: row-reverse!important
	}
	.flex-lg-column-reverse {
		-webkit-box-orient: vertical!important;
		-webkit-box-direction: reverse!important;
		-ms-flex-direction: column-reverse!important;
		flex-direction: column-reverse!important
	}
	.flex-lg-grow-0 {
		-webkit-box-flex: 0!important;
		-ms-flex-positive: 0!important;
		flex-grow: 0!important
	}
	.flex-lg-grow-1 {
		-webkit-box-flex: 1!important;
		-ms-flex-positive: 1!important;
		flex-grow: 1!important
	}
	.flex-lg-shrink-0 {
		-ms-flex-negative: 0!important;
		flex-shrink: 0!important
	}
	.flex-lg-shrink-1 {
		-ms-flex-negative: 1!important;
		flex-shrink: 1!important
	}
	.flex-lg-wrap {
		-ms-flex-wrap: wrap!important;
		flex-wrap: wrap!important
	}
	.flex-lg-nowrap {
		-ms-flex-wrap: nowrap!important;
		flex-wrap: nowrap!important
	}
	.flex-lg-wrap-reverse {
		-ms-flex-wrap: wrap-reverse!important;
		flex-wrap: wrap-reverse!important
	}
	.gap-lg-0 {
		gap: 0!important
	}
	.gap-lg-1 {
		gap: .25rem!important
	}
	.gap-lg-2 {
		gap: .5rem!important
	}
	.gap-lg-3 {
		gap: 1rem!important
	}
	.gap-lg-4 {
		gap: 1.5rem!important
	}
	.gap-lg-5 {
		gap: 3rem!important
	}
	.justify-content-lg-start {
		-webkit-box-pack: start!important;
		-ms-flex-pack: start!important;
		justify-content: flex-start!important
	}
	.justify-content-lg-end {
		-webkit-box-pack: end!important;
		-ms-flex-pack: end!important;
		justify-content: flex-end!important
	}
	.justify-content-lg-center {
		-webkit-box-pack: center!important;
		-ms-flex-pack: center!important;
		justify-content: center!important
	}
	.justify-content-lg-between {
		-webkit-box-pack: justify!important;
		-ms-flex-pack: justify!important;
		justify-content: space-between!important
	}
	.justify-content-lg-around {
		-ms-flex-pack: distribute!important;
		justify-content: space-around!important
	}
	.justify-content-lg-evenly {
		-webkit-box-pack: space-evenly!important;
		-ms-flex-pack: space-evenly!important;
		justify-content: space-evenly!important
	}
	.align-items-lg-start {
		-webkit-box-align: start!important;
		-ms-flex-align: start!important;
		align-items: flex-start!important
	}
	.align-items-lg-end {
		-webkit-box-align: end!important;
		-ms-flex-align: end!important;
		align-items: flex-end!important
	}
	.align-items-lg-center {
		-webkit-box-align: center!important;
		-ms-flex-align: center!important;
		align-items: center!important
	}
	.align-items-lg-baseline {
		-webkit-box-align: baseline!important;
		-ms-flex-align: baseline!important;
		align-items: baseline!important
	}
	.align-items-lg-stretch {
		-webkit-box-align: stretch!important;
		-ms-flex-align: stretch!important;
		align-items: stretch!important
	}
	.align-content-lg-start {
		-ms-flex-line-pack: start!important;
		align-content: flex-start!important
	}
	.align-content-lg-end {
		-ms-flex-line-pack: end!important;
		align-content: flex-end!important
	}
	.align-content-lg-center {
		-ms-flex-line-pack: center!important;
		align-content: center!important
	}
	.align-content-lg-between {
		-ms-flex-line-pack: justify!important;
		align-content: space-between!important
	}
	.align-content-lg-around {
		-ms-flex-line-pack: distribute!important;
		align-content: space-around!important
	}
	.align-content-lg-stretch {
		-ms-flex-line-pack: stretch!important;
		align-content: stretch!important
	}
	.align-self-lg-auto {
		-ms-flex-item-align: auto!important;
		align-self: auto!important
	}
	.align-self-lg-start {
		-ms-flex-item-align: start!important;
		align-self: flex-start!important
	}
	.align-self-lg-end {
		-ms-flex-item-align: end!important;
		align-self: flex-end!important
	}
	.align-self-lg-center {
		-ms-flex-item-align: center!important;
		align-self: center!important
	}
	.align-self-lg-baseline {
		-ms-flex-item-align: baseline!important;
		align-self: baseline!important
	}
	.align-self-lg-stretch {
		-ms-flex-item-align: stretch!important;
		align-self: stretch!important
	}
	.order-lg-first {
		-webkit-box-ordinal-group: 0!important;
		-ms-flex-order: -1!important;
		order: -1!important
	}
	.order-lg-0 {
		-webkit-box-ordinal-group: 1!important;
		-ms-flex-order: 0!important;
		order: 0!important
	}
	.order-lg-1 {
		-webkit-box-ordinal-group: 2!important;
		-ms-flex-order: 1!important;
		order: 1!important
	}
	.order-lg-2 {
		-webkit-box-ordinal-group: 3!important;
		-ms-flex-order: 2!important;
		order: 2!important
	}
	.order-lg-3 {
		-webkit-box-ordinal-group: 4!important;
		-ms-flex-order: 3!important;
		order: 3!important
	}
	.order-lg-4 {
		-webkit-box-ordinal-group: 5!important;
		-ms-flex-order: 4!important;
		order: 4!important
	}
	.order-lg-5 {
		-webkit-box-ordinal-group: 6!important;
		-ms-flex-order: 5!important;
		order: 5!important
	}
	.order-lg-last {
		-webkit-box-ordinal-group: 7!important;
		-ms-flex-order: 6!important;
		order: 6!important
	}
	.m-lg-0 {
		margin: 0!important
	}
	.m-lg-1 {
		margin: .25rem!important
	}
	.m-lg-2 {
		margin: .5rem!important
	}
	.m-lg-3 {
		margin: 1rem!important
	}
	.m-lg-4 {
		margin: 1.5rem!important
	}
	.m-lg-5 {
		margin: 3rem!important
	}
	.m-lg-auto {
		margin: auto!important
	}
	.mx-lg-0 {
		margin-right: 0!important;
		margin-left: 0!important
	}
	.mx-lg-1 {
		margin-right: .25rem!important;
		margin-left: .25rem!important
	}
	.mx-lg-2 {
		margin-right: .5rem!important;
		margin-left: .5rem!important
	}
	.mx-lg-3 {
		margin-right: 1rem!important;
		margin-left: 1rem!important
	}
	.mx-lg-4 {
		margin-right: 1.5rem!important;
		margin-left: 1.5rem!important
	}
	.mx-lg-5 {
		margin-right: 3rem!important;
		margin-left: 3rem!important
	}
	.mx-lg-auto {
		margin-right: auto!important;
		margin-left: auto!important
	}
	.my-lg-0 {
		margin-top: 0!important;
		margin-bottom: 0!important
	}
	.my-lg-1 {
		margin-top: .25rem!important;
		margin-bottom: .25rem!important
	}
	.my-lg-2 {
		margin-top: .5rem!important;
		margin-bottom: .5rem!important
	}
	.my-lg-3 {
		margin-top: 1rem!important;
		margin-bottom: 1rem!important
	}
	.my-lg-4 {
		margin-top: 1.5rem!important;
		margin-bottom: 1.5rem!important
	}
	.my-lg-5 {
		margin-top: 3rem!important;
		margin-bottom: 3rem!important
	}
	.my-lg-auto {
		margin-top: auto!important;
		margin-bottom: auto!important
	}
	.mt-lg-0 {
		margin-top: 0!important
	}
	.mt-lg-1 {
		margin-top: .25rem!important
	}
	.mt-lg-2 {
		margin-top: .5rem!important
	}
	.mt-lg-3 {
		margin-top: 1rem!important
	}
	.mt-lg-4 {
		margin-top: 1.5rem!important
	}
	.mt-lg-5 {
		margin-top: 3rem!important
	}
	.mt-lg-auto {
		margin-top: auto!important
	}
	.me-lg-0 {
		margin-right: 0!important
	}
	.me-lg-1 {
		margin-right: .25rem!important
	}
	.me-lg-2 {
		margin-right: .5rem!important
	}
	.me-lg-3 {
		margin-right: 1rem!important
	}
	.me-lg-4 {
		margin-right: 1.5rem!important
	}
	.me-lg-5 {
		margin-right: 3rem!important
	}
	.me-lg-auto {
		margin-right: auto!important
	}
	.mb-lg-0 {
		margin-bottom: 0!important
	}
	.mb-lg-1 {
		margin-bottom: .25rem!important
	}
	.mb-lg-2 {
		margin-bottom: .5rem!important
	}
	.mb-lg-3 {
		margin-bottom: 1rem!important
	}
	.mb-lg-4 {
		margin-bottom: 1.5rem!important
	}
	.mb-lg-5 {
		margin-bottom: 3rem!important
	}
	.mb-lg-auto {
		margin-bottom: auto!important
	}
	.ms-lg-0 {
		margin-left: 0!important
	}
	.ms-lg-1 {
		margin-left: .25rem!important
	}
	.ms-lg-2 {
		margin-left: .5rem!important
	}
	.ms-lg-3 {
		margin-left: 1rem!important
	}
	.ms-lg-4 {
		margin-left: 1.5rem!important
	}
	.ms-lg-5 {
		margin-left: 3rem!important
	}
	.ms-lg-auto {
		margin-left: auto!important
	}
	.p-lg-0 {
		padding: 0!important
	}
	.p-lg-1 {
		padding: .25rem!important
	}
	.p-lg-2 {
		padding: .5rem!important
	}
	.p-lg-3 {
		padding: 1rem!important
	}
	.p-lg-4 {
		padding: 1.5rem!important
	}
	.p-lg-5 {
		padding: 3rem!important
	}
	.px-lg-0 {
		padding-right: 0!important;
		padding-left: 0!important
	}
	.px-lg-1 {
		padding-right: .25rem!important;
		padding-left: .25rem!important
	}
	.px-lg-2 {
		padding-right: .5rem!important;
		padding-left: .5rem!important
	}
	.px-lg-3 {
		padding-right: 1rem!important;
		padding-left: 1rem!important
	}
	.px-lg-4 {
		padding-right: 1.5rem!important;
		padding-left: 1.5rem!important
	}
	.px-lg-5 {
		padding-right: 3rem!important;
		padding-left: 3rem!important
	}
	.py-lg-0 {
		padding-top: 0!important;
		padding-bottom: 0!important
	}
	.py-lg-1 {
		padding-top: .25rem!important;
		padding-bottom: .25rem!important
	}
	.py-lg-2 {
		padding-top: .5rem!important;
		padding-bottom: .5rem!important
	}
	.py-lg-3 {
		padding-top: 1rem!important;
		padding-bottom: 1rem!important
	}
	.py-lg-4 {
		padding-top: 1.5rem!important;
		padding-bottom: 1.5rem!important
	}
	.py-lg-5 {
		padding-top: 3rem!important;
		padding-bottom: 3rem!important
	}
	.pt-lg-0 {
		padding-top: 0!important
	}
	.pt-lg-1 {
		padding-top: .25rem!important
	}
	.pt-lg-2 {
		padding-top: .5rem!important
	}
	.pt-lg-3 {
		padding-top: 1rem!important
	}
	.pt-lg-4 {
		padding-top: 1.5rem!important
	}
	.pt-lg-5 {
		padding-top: 3rem!important
	}
	.pe-lg-0 {
		padding-right: 0!important
	}
	.pe-lg-1 {
		padding-right: .25rem!important
	}
	.pe-lg-2 {
		padding-right: .5rem!important
	}
	.pe-lg-3 {
		padding-right: 1rem!important
	}
	.pe-lg-4 {
		padding-right: 1.5rem!important
	}
	.pe-lg-5 {
		padding-right: 3rem!important
	}
	.pb-lg-0 {
		padding-bottom: 0!important
	}
	.pb-lg-1 {
		padding-bottom: .25rem!important
	}
	.pb-lg-2 {
		padding-bottom: .5rem!important
	}
	.pb-lg-3 {
		padding-bottom: 1rem!important
	}
	.pb-lg-4 {
		padding-bottom: 1.5rem!important
	}
	.pb-lg-5 {
		padding-bottom: 3rem!important
	}
	.ps-lg-0 {
		padding-left: 0!important
	}
	.ps-lg-1 {
		padding-left: .25rem!important
	}
	.ps-lg-2 {
		padding-left: .5rem!important
	}
	.ps-lg-3 {
		padding-left: 1rem!important
	}
	.ps-lg-4 {
		padding-left: 1.5rem!important
	}
	.ps-lg-5 {
		padding-left: 3rem!important
	}
	.text-lg-start {
		text-align: left!important
	}
	.text-lg-end {
		text-align: right!important
	}
	.text-lg-center {
		text-align: center!important
	}
}
@media (min-width:1200px) {
	.float-xl-start {
		float: left!important
	}
	.float-xl-end {
		float: right!important
	}
	.float-xl-none {
		float: none!important
	}
	.d-xl-inline {
		display: inline!important
	}
	.d-xl-inline-block {
		display: inline-block!important
	}
	.d-xl-block {
		display: block!important
	}
	.d-xl-grid {
		display: grid!important
	}
	.d-xl-table {
		display: table!important
	}
	.d-xl-table-row {
		display: table-row!important
	}
	.d-xl-table-cell {
		display: table-cell!important
	}
	.d-xl-flex {
		display: -webkit-box!important;
		display: -ms-flexbox!important;
		display: flex!important
	}
	.d-xl-inline-flex {
		display: -webkit-inline-box!important;
		display: -ms-inline-flexbox!important;
		display: inline-flex!important
	}
	.d-xl-none {
		display: none!important
	}
	.flex-xl-fill {
		-webkit-box-flex: 1!important;
		-ms-flex: 1 1 auto!important;
		flex: 1 1 auto!important
	}
	.flex-xl-row {
		-webkit-box-orient: horizontal!important;
		-webkit-box-direction: normal!important;
		-ms-flex-direction: row!important;
		flex-direction: row!important
	}
	.flex-xl-column {
		-webkit-box-orient: vertical!important;
		-webkit-box-direction: normal!important;
		-ms-flex-direction: column!important;
		flex-direction: column!important
	}
	.flex-xl-row-reverse {
		-webkit-box-orient: horizontal!important;
		-webkit-box-direction: reverse!important;
		-ms-flex-direction: row-reverse!important;
		flex-direction: row-reverse!important
	}
	.flex-xl-column-reverse {
		-webkit-box-orient: vertical!important;
		-webkit-box-direction: reverse!important;
		-ms-flex-direction: column-reverse!important;
		flex-direction: column-reverse!important
	}
	.flex-xl-grow-0 {
		-webkit-box-flex: 0!important;
		-ms-flex-positive: 0!important;
		flex-grow: 0!important
	}
	.flex-xl-grow-1 {
		-webkit-box-flex: 1!important;
		-ms-flex-positive: 1!important;
		flex-grow: 1!important
	}
	.flex-xl-shrink-0 {
		-ms-flex-negative: 0!important;
		flex-shrink: 0!important
	}
	.flex-xl-shrink-1 {
		-ms-flex-negative: 1!important;
		flex-shrink: 1!important
	}
	.flex-xl-wrap {
		-ms-flex-wrap: wrap!important;
		flex-wrap: wrap!important
	}
	.flex-xl-nowrap {
		-ms-flex-wrap: nowrap!important;
		flex-wrap: nowrap!important
	}
	.flex-xl-wrap-reverse {
		-ms-flex-wrap: wrap-reverse!important;
		flex-wrap: wrap-reverse!important
	}
	.gap-xl-0 {
		gap: 0!important
	}
	.gap-xl-1 {
		gap: .25rem!important
	}
	.gap-xl-2 {
		gap: .5rem!important
	}
	.gap-xl-3 {
		gap: 1rem!important
	}
	.gap-xl-4 {
		gap: 1.5rem!important
	}
	.gap-xl-5 {
		gap: 3rem!important
	}
	.justify-content-xl-start {
		-webkit-box-pack: start!important;
		-ms-flex-pack: start!important;
		justify-content: flex-start!important
	}
	.justify-content-xl-end {
		-webkit-box-pack: end!important;
		-ms-flex-pack: end!important;
		justify-content: flex-end!important
	}
	.justify-content-xl-center {
		-webkit-box-pack: center!important;
		-ms-flex-pack: center!important;
		justify-content: center!important
	}
	.justify-content-xl-between {
		-webkit-box-pack: justify!important;
		-ms-flex-pack: justify!important;
		justify-content: space-between!important
	}
	.justify-content-xl-around {
		-ms-flex-pack: distribute!important;
		justify-content: space-around!important
	}
	.justify-content-xl-evenly {
		-webkit-box-pack: space-evenly!important;
		-ms-flex-pack: space-evenly!important;
		justify-content: space-evenly!important
	}
	.align-items-xl-start {
		-webkit-box-align: start!important;
		-ms-flex-align: start!important;
		align-items: flex-start!important
	}
	.align-items-xl-end {
		-webkit-box-align: end!important;
		-ms-flex-align: end!important;
		align-items: flex-end!important
	}
	.align-items-xl-center {
		-webkit-box-align: center!important;
		-ms-flex-align: center!important;
		align-items: center!important
	}
	.align-items-xl-baseline {
		-webkit-box-align: baseline!important;
		-ms-flex-align: baseline!important;
		align-items: baseline!important
	}
	.align-items-xl-stretch {
		-webkit-box-align: stretch!important;
		-ms-flex-align: stretch!important;
		align-items: stretch!important
	}
	.align-content-xl-start {
		-ms-flex-line-pack: start!important;
		align-content: flex-start!important
	}
	.align-content-xl-end {
		-ms-flex-line-pack: end!important;
		align-content: flex-end!important
	}
	.align-content-xl-center {
		-ms-flex-line-pack: center!important;
		align-content: center!important
	}
	.align-content-xl-between {
		-ms-flex-line-pack: justify!important;
		align-content: space-between!important
	}
	.align-content-xl-around {
		-ms-flex-line-pack: distribute!important;
		align-content: space-around!important
	}
	.align-content-xl-stretch {
		-ms-flex-line-pack: stretch!important;
		align-content: stretch!important
	}
	.align-self-xl-auto {
		-ms-flex-item-align: auto!important;
		align-self: auto!important
	}
	.align-self-xl-start {
		-ms-flex-item-align: start!important;
		align-self: flex-start!important
	}
	.align-self-xl-end {
		-ms-flex-item-align: end!important;
		align-self: flex-end!important
	}
	.align-self-xl-center {
		-ms-flex-item-align: center!important;
		align-self: center!important
	}
	.align-self-xl-baseline {
		-ms-flex-item-align: baseline!important;
		align-self: baseline!important
	}
	.align-self-xl-stretch {
		-ms-flex-item-align: stretch!important;
		align-self: stretch!important
	}
	.order-xl-first {
		-webkit-box-ordinal-group: 0!important;
		-ms-flex-order: -1!important;
		order: -1!important
	}
	.order-xl-0 {
		-webkit-box-ordinal-group: 1!important;
		-ms-flex-order: 0!important;
		order: 0!important
	}
	.order-xl-1 {
		-webkit-box-ordinal-group: 2!important;
		-ms-flex-order: 1!important;
		order: 1!important
	}
	.order-xl-2 {
		-webkit-box-ordinal-group: 3!important;
		-ms-flex-order: 2!important;
		order: 2!important
	}
	.order-xl-3 {
		-webkit-box-ordinal-group: 4!important;
		-ms-flex-order: 3!important;
		order: 3!important
	}
	.order-xl-4 {
		-webkit-box-ordinal-group: 5!important;
		-ms-flex-order: 4!important;
		order: 4!important
	}
	.order-xl-5 {
		-webkit-box-ordinal-group: 6!important;
		-ms-flex-order: 5!important;
		order: 5!important
	}
	.order-xl-last {
		-webkit-box-ordinal-group: 7!important;
		-ms-flex-order: 6!important;
		order: 6!important
	}
	.m-xl-0 {
		margin: 0!important
	}
	.m-xl-1 {
		margin: .25rem!important
	}
	.m-xl-2 {
		margin: .5rem!important
	}
	.m-xl-3 {
		margin: 1rem!important
	}
	.m-xl-4 {
		margin: 1.5rem!important
	}
	.m-xl-5 {
		margin: 3rem!important
	}
	.m-xl-auto {
		margin: auto!important
	}
	.mx-xl-0 {
		margin-right: 0!important;
		margin-left: 0!important
	}
	.mx-xl-1 {
		margin-right: .25rem!important;
		margin-left: .25rem!important
	}
	.mx-xl-2 {
		margin-right: .5rem!important;
		margin-left: .5rem!important
	}
	.mx-xl-3 {
		margin-right: 1rem!important;
		margin-left: 1rem!important
	}
	.mx-xl-4 {
		margin-right: 1.5rem!important;
		margin-left: 1.5rem!important
	}
	.mx-xl-5 {
		margin-right: 3rem!important;
		margin-left: 3rem!important
	}
	.mx-xl-auto {
		margin-right: auto!important;
		margin-left: auto!important
	}
	.my-xl-0 {
		margin-top: 0!important;
		margin-bottom: 0!important
	}
	.my-xl-1 {
		margin-top: .25rem!important;
		margin-bottom: .25rem!important
	}
	.my-xl-2 {
		margin-top: .5rem!important;
		margin-bottom: .5rem!important
	}
	.my-xl-3 {
		margin-top: 1rem!important;
		margin-bottom: 1rem!important
	}
	.my-xl-4 {
		margin-top: 1.5rem!important;
		margin-bottom: 1.5rem!important
	}
	.my-xl-5 {
		margin-top: 3rem!important;
		margin-bottom: 3rem!important
	}
	.my-xl-auto {
		margin-top: auto!important;
		margin-bottom: auto!important
	}
	.mt-xl-0 {
		margin-top: 0!important
	}
	.mt-xl-1 {
		margin-top: .25rem!important
	}
	.mt-xl-2 {
		margin-top: .5rem!important
	}
	.mt-xl-3 {
		margin-top: 1rem!important
	}
	.mt-xl-4 {
		margin-top: 1.5rem!important
	}
	.mt-xl-5 {
		margin-top: 3rem!important
	}
	.mt-xl-auto {
		margin-top: auto!important
	}
	.me-xl-0 {
		margin-right: 0!important
	}
	.me-xl-1 {
		margin-right: .25rem!important
	}
	.me-xl-2 {
		margin-right: .5rem!important
	}
	.me-xl-3 {
		margin-right: 1rem!important
	}
	.me-xl-4 {
		margin-right: 1.5rem!important
	}
	.me-xl-5 {
		margin-right: 3rem!important
	}
	.me-xl-auto {
		margin-right: auto!important
	}
	.mb-xl-0 {
		margin-bottom: 0!important
	}
	.mb-xl-1 {
		margin-bottom: .25rem!important
	}
	.mb-xl-2 {
		margin-bottom: .5rem!important
	}
	.mb-xl-3 {
		margin-bottom: 1rem!important
	}
	.mb-xl-4 {
		margin-bottom: 1.5rem!important
	}
	.mb-xl-5 {
		margin-bottom: 3rem!important
	}
	.mb-xl-auto {
		margin-bottom: auto!important
	}
	.ms-xl-0 {
		margin-left: 0!important
	}
	.ms-xl-1 {
		margin-left: .25rem!important
	}
	.ms-xl-2 {
		margin-left: .5rem!important
	}
	.ms-xl-3 {
		margin-left: 1rem!important
	}
	.ms-xl-4 {
		margin-left: 1.5rem!important
	}
	.ms-xl-5 {
		margin-left: 3rem!important
	}
	.ms-xl-auto {
		margin-left: auto!important
	}
	.p-xl-0 {
		padding: 0!important
	}
	.p-xl-1 {
		padding: .25rem!important
	}
	.p-xl-2 {
		padding: .5rem!important
	}
	.p-xl-3 {
		padding: 1rem!important
	}
	.p-xl-4 {
		padding: 1.5rem!important
	}
	.p-xl-5 {
		padding: 3rem!important
	}
	.px-xl-0 {
		padding-right: 0!important;
		padding-left: 0!important
	}
	.px-xl-1 {
		padding-right: .25rem!important;
		padding-left: .25rem!important
	}
	.px-xl-2 {
		padding-right: .5rem!important;
		padding-left: .5rem!important
	}
	.px-xl-3 {
		padding-right: 1rem!important;
		padding-left: 1rem!important
	}
	.px-xl-4 {
		padding-right: 1.5rem!important;
		padding-left: 1.5rem!important
	}
	.px-xl-5 {
		padding-right: 3rem!important;
		padding-left: 3rem!important
	}
	.py-xl-0 {
		padding-top: 0!important;
		padding-bottom: 0!important
	}
	.py-xl-1 {
		padding-top: .25rem!important;
		padding-bottom: .25rem!important
	}
	.py-xl-2 {
		padding-top: .5rem!important;
		padding-bottom: .5rem!important
	}
	.py-xl-3 {
		padding-top: 1rem!important;
		padding-bottom: 1rem!important
	}
	.py-xl-4 {
		padding-top: 1.5rem!important;
		padding-bottom: 1.5rem!important
	}
	.py-xl-5 {
		padding-top: 3rem!important;
		padding-bottom: 3rem!important
	}
	.pt-xl-0 {
		padding-top: 0!important
	}
	.pt-xl-1 {
		padding-top: .25rem!important
	}
	.pt-xl-2 {
		padding-top: .5rem!important
	}
	.pt-xl-3 {
		padding-top: 1rem!important
	}
	.pt-xl-4 {
		padding-top: 1.5rem!important
	}
	.pt-xl-5 {
		padding-top: 3rem!important
	}
	.pe-xl-0 {
		padding-right: 0!important
	}
	.pe-xl-1 {
		padding-right: .25rem!important
	}
	.pe-xl-2 {
		padding-right: .5rem!important
	}
	.pe-xl-3 {
		padding-right: 1rem!important
	}
	.pe-xl-4 {
		padding-right: 1.5rem!important
	}
	.pe-xl-5 {
		padding-right: 3rem!important
	}
	.pb-xl-0 {
		padding-bottom: 0!important
	}
	.pb-xl-1 {
		padding-bottom: .25rem!important
	}
	.pb-xl-2 {
		padding-bottom: .5rem!important
	}
	.pb-xl-3 {
		padding-bottom: 1rem!important
	}
	.pb-xl-4 {
		padding-bottom: 1.5rem!important
	}
	.pb-xl-5 {
		padding-bottom: 3rem!important
	}
	.ps-xl-0 {
		padding-left: 0!important
	}
	.ps-xl-1 {
		padding-left: .25rem!important
	}
	.ps-xl-2 {
		padding-left: .5rem!important
	}
	.ps-xl-3 {
		padding-left: 1rem!important
	}
	.ps-xl-4 {
		padding-left: 1.5rem!important
	}
	.ps-xl-5 {
		padding-left: 3rem!important
	}
	.text-xl-start {
		text-align: left!important
	}
	.text-xl-end {
		text-align: right!important
	}
	.text-xl-center {
		text-align: center!important
	}
}
@media (min-width:1540px) {
	.float-xxl-start {
		float: left!important
	}
	.float-xxl-end {
		float: right!important
	}
	.float-xxl-none {
		float: none!important
	}
	.d-xxl-inline {
		display: inline!important
	}
	.d-xxl-inline-block {
		display: inline-block!important
	}
	.d-xxl-block {
		display: block!important
	}
	.d-xxl-grid {
		display: grid!important
	}
	.d-xxl-table {
		display: table!important
	}
	.d-xxl-table-row {
		display: table-row!important
	}
	.d-xxl-table-cell {
		display: table-cell!important
	}
	.d-xxl-flex {
		display: -webkit-box!important;
		display: -ms-flexbox!important;
		display: flex!important
	}
	.d-xxl-inline-flex {
		display: -webkit-inline-box!important;
		display: -ms-inline-flexbox!important;
		display: inline-flex!important
	}
	.d-xxl-none {
		display: none!important
	}
	.flex-xxl-fill {
		-webkit-box-flex: 1!important;
		-ms-flex: 1 1 auto!important;
		flex: 1 1 auto!important
	}
	.flex-xxl-row {
		-webkit-box-orient: horizontal!important;
		-webkit-box-direction: normal!important;
		-ms-flex-direction: row!important;
		flex-direction: row!important
	}
	.flex-xxl-column {
		-webkit-box-orient: vertical!important;
		-webkit-box-direction: normal!important;
		-ms-flex-direction: column!important;
		flex-direction: column!important
	}
	.flex-xxl-row-reverse {
		-webkit-box-orient: horizontal!important;
		-webkit-box-direction: reverse!important;
		-ms-flex-direction: row-reverse!important;
		flex-direction: row-reverse!important
	}
	.flex-xxl-column-reverse {
		-webkit-box-orient: vertical!important;
		-webkit-box-direction: reverse!important;
		-ms-flex-direction: column-reverse!important;
		flex-direction: column-reverse!important
	}
	.flex-xxl-grow-0 {
		-webkit-box-flex: 0!important;
		-ms-flex-positive: 0!important;
		flex-grow: 0!important
	}
	.flex-xxl-grow-1 {
		-webkit-box-flex: 1!important;
		-ms-flex-positive: 1!important;
		flex-grow: 1!important
	}
	.flex-xxl-shrink-0 {
		-ms-flex-negative: 0!important;
		flex-shrink: 0!important
	}
	.flex-xxl-shrink-1 {
		-ms-flex-negative: 1!important;
		flex-shrink: 1!important
	}
	.flex-xxl-wrap {
		-ms-flex-wrap: wrap!important;
		flex-wrap: wrap!important
	}
	.flex-xxl-nowrap {
		-ms-flex-wrap: nowrap!important;
		flex-wrap: nowrap!important
	}
	.flex-xxl-wrap-reverse {
		-ms-flex-wrap: wrap-reverse!important;
		flex-wrap: wrap-reverse!important
	}
	.gap-xxl-0 {
		gap: 0!important
	}
	.gap-xxl-1 {
		gap: .25rem!important
	}
	.gap-xxl-2 {
		gap: .5rem!important
	}
	.gap-xxl-3 {
		gap: 1rem!important
	}
	.gap-xxl-4 {
		gap: 1.5rem!important
	}
	.gap-xxl-5 {
		gap: 3rem!important
	}
	.justify-content-xxl-start {
		-webkit-box-pack: start!important;
		-ms-flex-pack: start!important;
		justify-content: flex-start!important
	}
	.justify-content-xxl-end {
		-webkit-box-pack: end!important;
		-ms-flex-pack: end!important;
		justify-content: flex-end!important
	}
	.justify-content-xxl-center {
		-webkit-box-pack: center!important;
		-ms-flex-pack: center!important;
		justify-content: center!important
	}
	.justify-content-xxl-between {
		-webkit-box-pack: justify!important;
		-ms-flex-pack: justify!important;
		justify-content: space-between!important
	}
	.justify-content-xxl-around {
		-ms-flex-pack: distribute!important;
		justify-content: space-around!important
	}
	.justify-content-xxl-evenly {
		-webkit-box-pack: space-evenly!important;
		-ms-flex-pack: space-evenly!important;
		justify-content: space-evenly!important
	}
	.align-items-xxl-start {
		-webkit-box-align: start!important;
		-ms-flex-align: start!important;
		align-items: flex-start!important
	}
	.align-items-xxl-end {
		-webkit-box-align: end!important;
		-ms-flex-align: end!important;
		align-items: flex-end!important
	}
	.align-items-xxl-center {
		-webkit-box-align: center!important;
		-ms-flex-align: center!important;
		align-items: center!important
	}
	.align-items-xxl-baseline {
		-webkit-box-align: baseline!important;
		-ms-flex-align: baseline!important;
		align-items: baseline!important
	}
	.align-items-xxl-stretch {
		-webkit-box-align: stretch!important;
		-ms-flex-align: stretch!important;
		align-items: stretch!important
	}
	.align-content-xxl-start {
		-ms-flex-line-pack: start!important;
		align-content: flex-start!important
	}
	.align-content-xxl-end {
		-ms-flex-line-pack: end!important;
		align-content: flex-end!important
	}
	.align-content-xxl-center {
		-ms-flex-line-pack: center!important;
		align-content: center!important
	}
	.align-content-xxl-between {
		-ms-flex-line-pack: justify!important;
		align-content: space-between!important
	}
	.align-content-xxl-around {
		-ms-flex-line-pack: distribute!important;
		align-content: space-around!important
	}
	.align-content-xxl-stretch {
		-ms-flex-line-pack: stretch!important;
		align-content: stretch!important
	}
	.align-self-xxl-auto {
		-ms-flex-item-align: auto!important;
		align-self: auto!important
	}
	.align-self-xxl-start {
		-ms-flex-item-align: start!important;
		align-self: flex-start!important
	}
	.align-self-xxl-end {
		-ms-flex-item-align: end!important;
		align-self: flex-end!important
	}
	.align-self-xxl-center {
		-ms-flex-item-align: center!important;
		align-self: center!important
	}
	.align-self-xxl-baseline {
		-ms-flex-item-align: baseline!important;
		align-self: baseline!important
	}
	.align-self-xxl-stretch {
		-ms-flex-item-align: stretch!important;
		align-self: stretch!important
	}
	.order-xxl-first {
		-webkit-box-ordinal-group: 0!important;
		-ms-flex-order: -1!important;
		order: -1!important
	}
	.order-xxl-0 {
		-webkit-box-ordinal-group: 1!important;
		-ms-flex-order: 0!important;
		order: 0!important
	}
	.order-xxl-1 {
		-webkit-box-ordinal-group: 2!important;
		-ms-flex-order: 1!important;
		order: 1!important
	}
	.order-xxl-2 {
		-webkit-box-ordinal-group: 3!important;
		-ms-flex-order: 2!important;
		order: 2!important
	}
	.order-xxl-3 {
		-webkit-box-ordinal-group: 4!important;
		-ms-flex-order: 3!important;
		order: 3!important
	}
	.order-xxl-4 {
		-webkit-box-ordinal-group: 5!important;
		-ms-flex-order: 4!important;
		order: 4!important
	}
	.order-xxl-5 {
		-webkit-box-ordinal-group: 6!important;
		-ms-flex-order: 5!important;
		order: 5!important
	}
	.order-xxl-last {
		-webkit-box-ordinal-group: 7!important;
		-ms-flex-order: 6!important;
		order: 6!important
	}
	.m-xxl-0 {
		margin: 0!important
	}
	.m-xxl-1 {
		margin: .25rem!important
	}
	.m-xxl-2 {
		margin: .5rem!important
	}
	.m-xxl-3 {
		margin: 1rem!important
	}
	.m-xxl-4 {
		margin: 1.5rem!important
	}
	.m-xxl-5 {
		margin: 3rem!important
	}
	.m-xxl-auto {
		margin: auto!important
	}
	.mx-xxl-0 {
		margin-right: 0!important;
		margin-left: 0!important
	}
	.mx-xxl-1 {
		margin-right: .25rem!important;
		margin-left: .25rem!important
	}
	.mx-xxl-2 {
		margin-right: .5rem!important;
		margin-left: .5rem!important
	}
	.mx-xxl-3 {
		margin-right: 1rem!important;
		margin-left: 1rem!important
	}
	.mx-xxl-4 {
		margin-right: 1.5rem!important;
		margin-left: 1.5rem!important
	}
	.mx-xxl-5 {
		margin-right: 3rem!important;
		margin-left: 3rem!important
	}
	.mx-xxl-auto {
		margin-right: auto!important;
		margin-left: auto!important
	}
	.my-xxl-0 {
		margin-top: 0!important;
		margin-bottom: 0!important
	}
	.my-xxl-1 {
		margin-top: .25rem!important;
		margin-bottom: .25rem!important
	}
	.my-xxl-2 {
		margin-top: .5rem!important;
		margin-bottom: .5rem!important
	}
	.my-xxl-3 {
		margin-top: 1rem!important;
		margin-bottom: 1rem!important
	}
	.my-xxl-4 {
		margin-top: 1.5rem!important;
		margin-bottom: 1.5rem!important
	}
	.my-xxl-5 {
		margin-top: 3rem!important;
		margin-bottom: 3rem!important
	}
	.my-xxl-auto {
		margin-top: auto!important;
		margin-bottom: auto!important
	}
	.mt-xxl-0 {
		margin-top: 0!important
	}
	.mt-xxl-1 {
		margin-top: .25rem!important
	}
	.mt-xxl-2 {
		margin-top: .5rem!important
	}
	.mt-xxl-3 {
		margin-top: 1rem!important
	}
	.mt-xxl-4 {
		margin-top: 1.5rem!important
	}
	.mt-xxl-5 {
		margin-top: 3rem!important
	}
	.mt-xxl-auto {
		margin-top: auto!important
	}
	.me-xxl-0 {
		margin-right: 0!important
	}
	.me-xxl-1 {
		margin-right: .25rem!important
	}
	.me-xxl-2 {
		margin-right: .5rem!important
	}
	.me-xxl-3 {
		margin-right: 1rem!important
	}
	.me-xxl-4 {
		margin-right: 1.5rem!important
	}
	.me-xxl-5 {
		margin-right: 3rem!important
	}
	.me-xxl-auto {
		margin-right: auto!important
	}
	.mb-xxl-0 {
		margin-bottom: 0!important
	}
	.mb-xxl-1 {
		margin-bottom: .25rem!important
	}
	.mb-xxl-2 {
		margin-bottom: .5rem!important
	}
	.mb-xxl-3 {
		margin-bottom: 1rem!important
	}
	.mb-xxl-4 {
		margin-bottom: 1.5rem!important
	}
	.mb-xxl-5 {
		margin-bottom: 3rem!important
	}
	.mb-xxl-auto {
		margin-bottom: auto!important
	}
	.ms-xxl-0 {
		margin-left: 0!important
	}
	.ms-xxl-1 {
		margin-left: .25rem!important
	}
	.ms-xxl-2 {
		margin-left: .5rem!important
	}
	.ms-xxl-3 {
		margin-left: 1rem!important
	}
	.ms-xxl-4 {
		margin-left: 1.5rem!important
	}
	.ms-xxl-5 {
		margin-left: 3rem!important
	}
	.ms-xxl-auto {
		margin-left: auto!important
	}
	.p-xxl-0 {
		padding: 0!important
	}
	.p-xxl-1 {
		padding: .25rem!important
	}
	.p-xxl-2 {
		padding: .5rem!important
	}
	.p-xxl-3 {
		padding: 1rem!important
	}
	.p-xxl-4 {
		padding: 1.5rem!important
	}
	.p-xxl-5 {
		padding: 3rem!important
	}
	.px-xxl-0 {
		padding-right: 0!important;
		padding-left: 0!important
	}
	.px-xxl-1 {
		padding-right: .25rem!important;
		padding-left: .25rem!important
	}
	.px-xxl-2 {
		padding-right: .5rem!important;
		padding-left: .5rem!important
	}
	.px-xxl-3 {
		padding-right: 1rem!important;
		padding-left: 1rem!important
	}
	.px-xxl-4 {
		padding-right: 1.5rem!important;
		padding-left: 1.5rem!important
	}
	.px-xxl-5 {
		padding-right: 3rem!important;
		padding-left: 3rem!important
	}
	.py-xxl-0 {
		padding-top: 0!important;
		padding-bottom: 0!important
	}
	.py-xxl-1 {
		padding-top: .25rem!important;
		padding-bottom: .25rem!important
	}
	.py-xxl-2 {
		padding-top: .5rem!important;
		padding-bottom: .5rem!important
	}
	.py-xxl-3 {
		padding-top: 1rem!important;
		padding-bottom: 1rem!important
	}
	.py-xxl-4 {
		padding-top: 1.5rem!important;
		padding-bottom: 1.5rem!important
	}
	.py-xxl-5 {
		padding-top: 3rem!important;
		padding-bottom: 3rem!important
	}
	.pt-xxl-0 {
		padding-top: 0!important
	}
	.pt-xxl-1 {
		padding-top: .25rem!important
	}
	.pt-xxl-2 {
		padding-top: .5rem!important
	}
	.pt-xxl-3 {
		padding-top: 1rem!important
	}
	.pt-xxl-4 {
		padding-top: 1.5rem!important
	}
	.pt-xxl-5 {
		padding-top: 3rem!important
	}
	.pe-xxl-0 {
		padding-right: 0!important
	}
	.pe-xxl-1 {
		padding-right: .25rem!important
	}
	.pe-xxl-2 {
		padding-right: .5rem!important
	}
	.pe-xxl-3 {
		padding-right: 1rem!important
	}
	.pe-xxl-4 {
		padding-right: 1.5rem!important
	}
	.pe-xxl-5 {
		padding-right: 3rem!important
	}
	.pb-xxl-0 {
		padding-bottom: 0!important
	}
	.pb-xxl-1 {
		padding-bottom: .25rem!important
	}
	.pb-xxl-2 {
		padding-bottom: .5rem!important
	}
	.pb-xxl-3 {
		padding-bottom: 1rem!important
	}
	.pb-xxl-4 {
		padding-bottom: 1.5rem!important
	}
	.pb-xxl-5 {
		padding-bottom: 3rem!important
	}
	.ps-xxl-0 {
		padding-left: 0!important
	}
	.ps-xxl-1 {
		padding-left: .25rem!important
	}
	.ps-xxl-2 {
		padding-left: .5rem!important
	}
	.ps-xxl-3 {
		padding-left: 1rem!important
	}
	.ps-xxl-4 {
		padding-left: 1.5rem!important
	}
	.ps-xxl-5 {
		padding-left: 3rem!important
	}
	.text-xxl-start {
		text-align: left!important
	}
	.text-xxl-end {
		text-align: right!important
	}
	.text-xxl-center {
		text-align: center!important
	}
}
@media (min-width:1600px) {
	.float-xxxl-start {
		float: left!important
	}
	.float-xxxl-end {
		float: right!important
	}
	.float-xxxl-none {
		float: none!important
	}
	.d-xxxl-inline {
		display: inline!important
	}
	.d-xxxl-inline-block {
		display: inline-block!important
	}
	.d-xxxl-block {
		display: block!important
	}
	.d-xxxl-grid {
		display: grid!important
	}
	.d-xxxl-table {
		display: table!important
	}
	.d-xxxl-table-row {
		display: table-row!important
	}
	.d-xxxl-table-cell {
		display: table-cell!important
	}
	.d-xxxl-flex {
		display: -webkit-box!important;
		display: -ms-flexbox!important;
		display: flex!important
	}
	.d-xxxl-inline-flex {
		display: -webkit-inline-box!important;
		display: -ms-inline-flexbox!important;
		display: inline-flex!important
	}
	.d-xxxl-none {
		display: none!important
	}
	.flex-xxxl-fill {
		-webkit-box-flex: 1!important;
		-ms-flex: 1 1 auto!important;
		flex: 1 1 auto!important
	}
	.flex-xxxl-row {
		-webkit-box-orient: horizontal!important;
		-webkit-box-direction: normal!important;
		-ms-flex-direction: row!important;
		flex-direction: row!important
	}
	.flex-xxxl-column {
		-webkit-box-orient: vertical!important;
		-webkit-box-direction: normal!important;
		-ms-flex-direction: column!important;
		flex-direction: column!important
	}
	.flex-xxxl-row-reverse {
		-webkit-box-orient: horizontal!important;
		-webkit-box-direction: reverse!important;
		-ms-flex-direction: row-reverse!important;
		flex-direction: row-reverse!important
	}
	.flex-xxxl-column-reverse {
		-webkit-box-orient: vertical!important;
		-webkit-box-direction: reverse!important;
		-ms-flex-direction: column-reverse!important;
		flex-direction: column-reverse!important
	}
	.flex-xxxl-grow-0 {
		-webkit-box-flex: 0!important;
		-ms-flex-positive: 0!important;
		flex-grow: 0!important
	}
	.flex-xxxl-grow-1 {
		-webkit-box-flex: 1!important;
		-ms-flex-positive: 1!important;
		flex-grow: 1!important
	}
	.flex-xxxl-shrink-0 {
		-ms-flex-negative: 0!important;
		flex-shrink: 0!important
	}
	.flex-xxxl-shrink-1 {
		-ms-flex-negative: 1!important;
		flex-shrink: 1!important
	}
	.flex-xxxl-wrap {
		-ms-flex-wrap: wrap!important;
		flex-wrap: wrap!important
	}
	.flex-xxxl-nowrap {
		-ms-flex-wrap: nowrap!important;
		flex-wrap: nowrap!important
	}
	.flex-xxxl-wrap-reverse {
		-ms-flex-wrap: wrap-reverse!important;
		flex-wrap: wrap-reverse!important
	}
	.gap-xxxl-0 {
		gap: 0!important
	}
	.gap-xxxl-1 {
		gap: .25rem!important
	}
	.gap-xxxl-2 {
		gap: .5rem!important
	}
	.gap-xxxl-3 {
		gap: 1rem!important
	}
	.gap-xxxl-4 {
		gap: 1.5rem!important
	}
	.gap-xxxl-5 {
		gap: 3rem!important
	}
	.justify-content-xxxl-start {
		-webkit-box-pack: start!important;
		-ms-flex-pack: start!important;
		justify-content: flex-start!important
	}
	.justify-content-xxxl-end {
		-webkit-box-pack: end!important;
		-ms-flex-pack: end!important;
		justify-content: flex-end!important
	}
	.justify-content-xxxl-center {
		-webkit-box-pack: center!important;
		-ms-flex-pack: center!important;
		justify-content: center!important
	}
	.justify-content-xxxl-between {
		-webkit-box-pack: justify!important;
		-ms-flex-pack: justify!important;
		justify-content: space-between!important
	}
	.justify-content-xxxl-around {
		-ms-flex-pack: distribute!important;
		justify-content: space-around!important
	}
	.justify-content-xxxl-evenly {
		-webkit-box-pack: space-evenly!important;
		-ms-flex-pack: space-evenly!important;
		justify-content: space-evenly!important
	}
	.align-items-xxxl-start {
		-webkit-box-align: start!important;
		-ms-flex-align: start!important;
		align-items: flex-start!important
	}
	.align-items-xxxl-end {
		-webkit-box-align: end!important;
		-ms-flex-align: end!important;
		align-items: flex-end!important
	}
	.align-items-xxxl-center {
		-webkit-box-align: center!important;
		-ms-flex-align: center!important;
		align-items: center!important
	}
	.align-items-xxxl-baseline {
		-webkit-box-align: baseline!important;
		-ms-flex-align: baseline!important;
		align-items: baseline!important
	}
	.align-items-xxxl-stretch {
		-webkit-box-align: stretch!important;
		-ms-flex-align: stretch!important;
		align-items: stretch!important
	}
	.align-content-xxxl-start {
		-ms-flex-line-pack: start!important;
		align-content: flex-start!important
	}
	.align-content-xxxl-end {
		-ms-flex-line-pack: end!important;
		align-content: flex-end!important
	}
	.align-content-xxxl-center {
		-ms-flex-line-pack: center!important;
		align-content: center!important
	}
	.align-content-xxxl-between {
		-ms-flex-line-pack: justify!important;
		align-content: space-between!important
	}
	.align-content-xxxl-around {
		-ms-flex-line-pack: distribute!important;
		align-content: space-around!important
	}
	.align-content-xxxl-stretch {
		-ms-flex-line-pack: stretch!important;
		align-content: stretch!important
	}
	.align-self-xxxl-auto {
		-ms-flex-item-align: auto!important;
		align-self: auto!important
	}
	.align-self-xxxl-start {
		-ms-flex-item-align: start!important;
		align-self: flex-start!important
	}
	.align-self-xxxl-end {
		-ms-flex-item-align: end!important;
		align-self: flex-end!important
	}
	.align-self-xxxl-center {
		-ms-flex-item-align: center!important;
		align-self: center!important
	}
	.align-self-xxxl-baseline {
		-ms-flex-item-align: baseline!important;
		align-self: baseline!important
	}
	.align-self-xxxl-stretch {
		-ms-flex-item-align: stretch!important;
		align-self: stretch!important
	}
	.order-xxxl-first {
		-webkit-box-ordinal-group: 0!important;
		-ms-flex-order: -1!important;
		order: -1!important
	}
	.order-xxxl-0 {
		-webkit-box-ordinal-group: 1!important;
		-ms-flex-order: 0!important;
		order: 0!important
	}
	.order-xxxl-1 {
		-webkit-box-ordinal-group: 2!important;
		-ms-flex-order: 1!important;
		order: 1!important
	}
	.order-xxxl-2 {
		-webkit-box-ordinal-group: 3!important;
		-ms-flex-order: 2!important;
		order: 2!important
	}
	.order-xxxl-3 {
		-webkit-box-ordinal-group: 4!important;
		-ms-flex-order: 3!important;
		order: 3!important
	}
	.order-xxxl-4 {
		-webkit-box-ordinal-group: 5!important;
		-ms-flex-order: 4!important;
		order: 4!important
	}
	.order-xxxl-5 {
		-webkit-box-ordinal-group: 6!important;
		-ms-flex-order: 5!important;
		order: 5!important
	}
	.order-xxxl-last {
		-webkit-box-ordinal-group: 7!important;
		-ms-flex-order: 6!important;
		order: 6!important
	}
	.m-xxxl-0 {
		margin: 0!important
	}
	.m-xxxl-1 {
		margin: .25rem!important
	}
	.m-xxxl-2 {
		margin: .5rem!important
	}
	.m-xxxl-3 {
		margin: 1rem!important
	}
	.m-xxxl-4 {
		margin: 1.5rem!important
	}
	.m-xxxl-5 {
		margin: 3rem!important
	}
	.m-xxxl-auto {
		margin: auto!important
	}
	.mx-xxxl-0 {
		margin-right: 0!important;
		margin-left: 0!important
	}
	.mx-xxxl-1 {
		margin-right: .25rem!important;
		margin-left: .25rem!important
	}
	.mx-xxxl-2 {
		margin-right: .5rem!important;
		margin-left: .5rem!important
	}
	.mx-xxxl-3 {
		margin-right: 1rem!important;
		margin-left: 1rem!important
	}
	.mx-xxxl-4 {
		margin-right: 1.5rem!important;
		margin-left: 1.5rem!important
	}
	.mx-xxxl-5 {
		margin-right: 3rem!important;
		margin-left: 3rem!important
	}
	.mx-xxxl-auto {
		margin-right: auto!important;
		margin-left: auto!important
	}
	.my-xxxl-0 {
		margin-top: 0!important;
		margin-bottom: 0!important
	}
	.my-xxxl-1 {
		margin-top: .25rem!important;
		margin-bottom: .25rem!important
	}
	.my-xxxl-2 {
		margin-top: .5rem!important;
		margin-bottom: .5rem!important
	}
	.my-xxxl-3 {
		margin-top: 1rem!important;
		margin-bottom: 1rem!important
	}
	.my-xxxl-4 {
		margin-top: 1.5rem!important;
		margin-bottom: 1.5rem!important
	}
	.my-xxxl-5 {
		margin-top: 3rem!important;
		margin-bottom: 3rem!important
	}
	.my-xxxl-auto {
		margin-top: auto!important;
		margin-bottom: auto!important
	}
	.mt-xxxl-0 {
		margin-top: 0!important
	}
	.mt-xxxl-1 {
		margin-top: .25rem!important
	}
	.mt-xxxl-2 {
		margin-top: .5rem!important
	}
	.mt-xxxl-3 {
		margin-top: 1rem!important
	}
	.mt-xxxl-4 {
		margin-top: 1.5rem!important
	}
	.mt-xxxl-5 {
		margin-top: 3rem!important
	}
	.mt-xxxl-auto {
		margin-top: auto!important
	}
	.me-xxxl-0 {
		margin-right: 0!important
	}
	.me-xxxl-1 {
		margin-right: .25rem!important
	}
	.me-xxxl-2 {
		margin-right: .5rem!important
	}
	.me-xxxl-3 {
		margin-right: 1rem!important
	}
	.me-xxxl-4 {
		margin-right: 1.5rem!important
	}
	.me-xxxl-5 {
		margin-right: 3rem!important
	}
	.me-xxxl-auto {
		margin-right: auto!important
	}
	.mb-xxxl-0 {
		margin-bottom: 0!important
	}
	.mb-xxxl-1 {
		margin-bottom: .25rem!important
	}
	.mb-xxxl-2 {
		margin-bottom: .5rem!important
	}
	.mb-xxxl-3 {
		margin-bottom: 1rem!important
	}
	.mb-xxxl-4 {
		margin-bottom: 1.5rem!important
	}
	.mb-xxxl-5 {
		margin-bottom: 3rem!important
	}
	.mb-xxxl-auto {
		margin-bottom: auto!important
	}
	.ms-xxxl-0 {
		margin-left: 0!important
	}
	.ms-xxxl-1 {
		margin-left: .25rem!important
	}
	.ms-xxxl-2 {
		margin-left: .5rem!important
	}
	.ms-xxxl-3 {
		margin-left: 1rem!important
	}
	.ms-xxxl-4 {
		margin-left: 1.5rem!important
	}
	.ms-xxxl-5 {
		margin-left: 3rem!important
	}
	.ms-xxxl-auto {
		margin-left: auto!important
	}
	.p-xxxl-0 {
		padding: 0!important
	}
	.p-xxxl-1 {
		padding: .25rem!important
	}
	.p-xxxl-2 {
		padding: .5rem!important
	}
	.p-xxxl-3 {
		padding: 1rem!important
	}
	.p-xxxl-4 {
		padding: 1.5rem!important
	}
	.p-xxxl-5 {
		padding: 3rem!important
	}
	.px-xxxl-0 {
		padding-right: 0!important;
		padding-left: 0!important
	}
	.px-xxxl-1 {
		padding-right: .25rem!important;
		padding-left: .25rem!important
	}
	.px-xxxl-2 {
		padding-right: .5rem!important;
		padding-left: .5rem!important
	}
	.px-xxxl-3 {
		padding-right: 1rem!important;
		padding-left: 1rem!important
	}
	.px-xxxl-4 {
		padding-right: 1.5rem!important;
		padding-left: 1.5rem!important
	}
	.px-xxxl-5 {
		padding-right: 3rem!important;
		padding-left: 3rem!important
	}
	.py-xxxl-0 {
		padding-top: 0!important;
		padding-bottom: 0!important
	}
	.py-xxxl-1 {
		padding-top: .25rem!important;
		padding-bottom: .25rem!important
	}
	.py-xxxl-2 {
		padding-top: .5rem!important;
		padding-bottom: .5rem!important
	}
	.py-xxxl-3 {
		padding-top: 1rem!important;
		padding-bottom: 1rem!important
	}
	.py-xxxl-4 {
		padding-top: 1.5rem!important;
		padding-bottom: 1.5rem!important
	}
	.py-xxxl-5 {
		padding-top: 3rem!important;
		padding-bottom: 3rem!important
	}
	.pt-xxxl-0 {
		padding-top: 0!important
	}
	.pt-xxxl-1 {
		padding-top: .25rem!important
	}
	.pt-xxxl-2 {
		padding-top: .5rem!important
	}
	.pt-xxxl-3 {
		padding-top: 1rem!important
	}
	.pt-xxxl-4 {
		padding-top: 1.5rem!important
	}
	.pt-xxxl-5 {
		padding-top: 3rem!important
	}
	.pe-xxxl-0 {
		padding-right: 0!important
	}
	.pe-xxxl-1 {
		padding-right: .25rem!important
	}
	.pe-xxxl-2 {
		padding-right: .5rem!important
	}
	.pe-xxxl-3 {
		padding-right: 1rem!important
	}
	.pe-xxxl-4 {
		padding-right: 1.5rem!important
	}
	.pe-xxxl-5 {
		padding-right: 3rem!important
	}
	.pb-xxxl-0 {
		padding-bottom: 0!important
	}
	.pb-xxxl-1 {
		padding-bottom: .25rem!important
	}
	.pb-xxxl-2 {
		padding-bottom: .5rem!important
	}
	.pb-xxxl-3 {
		padding-bottom: 1rem!important
	}
	.pb-xxxl-4 {
		padding-bottom: 1.5rem!important
	}
	.pb-xxxl-5 {
		padding-bottom: 3rem!important
	}
	.ps-xxxl-0 {
		padding-left: 0!important
	}
	.ps-xxxl-1 {
		padding-left: .25rem!important
	}
	.ps-xxxl-2 {
		padding-left: .5rem!important
	}
	.ps-xxxl-3 {
		padding-left: 1rem!important
	}
	.ps-xxxl-4 {
		padding-left: 1.5rem!important
	}
	.ps-xxxl-5 {
		padding-left: 3rem!important
	}
	.text-xxxl-start {
		text-align: left!important
	}
	.text-xxxl-end {
		text-align: right!important
	}
	.text-xxxl-center {
		text-align: center!important
	}
}
@media (min-width:1600px) {
	.fs-1 {
		font-size: 5.625rem!important
	}
	.fs-2 {
		font-size: 3.4375rem!important
	}
	.fs-3 {
		font-size: 2.5rem!important
	}
	.fs-4 {
		font-size: 2.25rem!important
	}
	.fs-5 {
		font-size: 1.75rem!important
	}
	.fs-6 {
		font-size: 1.375rem!important
	}
}
@media print {
	.d-print-inline {
		display: inline!important
	}
	.d-print-inline-block {
		display: inline-block!important
	}
	.d-print-block {
		display: block!important
	}
	.d-print-grid {
		display: grid!important
	}
	.d-print-table {
		display: table!important
	}
	.d-print-table-row {
		display: table-row!important
	}
	.d-print-table-cell {
		display: table-cell!important
	}
	.d-print-flex {
		display: -webkit-box!important;
		display: -ms-flexbox!important;
		display: flex!important
	}
	.d-print-inline-flex {
		display: -webkit-inline-box!important;
		display: -ms-inline-flexbox!important;
		display: inline-flex!important
	}
	.d-print-none {
		display: none!important
	}
}
.carousel {
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.carousel *, .carousel :before, .carousel :after {
	-webkit-box-sizing: inherit;
	box-sizing: inherit
}
.carousel.is-draggable {
	cursor: move;
	cursor: -webkit-grab;
	cursor: grab
}
.carousel.is-dragging {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor: grabbing
}
.carousel__viewport {
	position: relative;
	overflow: hidden;
	max-width: 100%;
	max-height: 100%
}
.carousel__track {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.carousel__slide {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: var(--carousel-slide-width, 60%);
	max-width: 100%;
	padding: 1rem;
	position: relative;
	overflow-x: hidden;
	overflow-y: auto;
	-ms-scroll-chaining: none;
	overscroll-behavior: contain
}
.has-dots {
	margin-bottom: calc(.5rem + 22px)
}
.carousel__dots {
	margin: 0 auto;
	padding: 0;
	position: absolute;
	top: calc(100% + .5rem);
	left: 0;
	right: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	list-style: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.carousel__dots .carousel__dot {
	margin: 0;
	padding: 0;
	display: block;
	position: relative;
	width: 22px;
	height: 22px;
	cursor: pointer
}
.carousel__dots .carousel__dot:after {
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-color: currentColor;
	opacity: .25;
	-webkit-transition: opacity .15s ease-in-out;
	transition: opacity .15s ease-in-out
}
.carousel__dots .carousel__dot.is-selected:after {
	opacity: 1
}
.carousel__button {
	width: var(--carousel-button-width, 48px);
	height: var(--carousel-button-height, 48px);
	padding: 0;
	border: 0;
	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;
	pointer-events: all;
	cursor: pointer;
	color: var(--carousel-button-color, currentColor);
	background: var(--carousel-button-bg, transparent);
	border-radius: var(--carousel-button-border-radius, 50%);
	-webkit-box-shadow: var(--carousel-button-shadow, none);
	box-shadow: var(--carousel-button-shadow, none);
	-webkit-transition: opacity .15s ease;
	transition: opacity .15s ease
}
.carousel__button.is-prev, .carousel__button.is-next {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}
.carousel__button.is-prev {
	left: 10px
}
.carousel__button.is-next {
	right: 10px
}
.carousel__button[disabled] {
	cursor: default;
	opacity: .3
}
.carousel__button svg {
	width: var(--carousel-button-svg-width, 50%);
	height: var(--carousel-button-svg-height, 50%);
	fill: none;
	stroke: currentColor;
	stroke-width: var(--carousel-button-svg-stroke-width, 1.5);
	stroke-linejoin: bevel;
	stroke-linecap: round;
	-webkit-filter: var(--carousel-button-svg-filter, none);
	filter: var(--carousel-button-svg-filter, none);
	pointer-events: none
}
html.with-fancybox {
	scroll-behavior: auto
}
body.compensate-for-scrollbar {
	overflow: hidden!important;
	-ms-touch-action: none;
	touch-action: none
}
.fancybox__container {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	direction: ltr;
	margin: 0;
	padding: env(safe-area-inset-top, 0) env(safe-area-inset-right, 0) env(safe-area-inset-bottom, 0) env(safe-area-inset-left, 0);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	color: var(--fancybox-color, #fff);
	-webkit-tap-highlight-color: transparent;
	overflow: hidden;
	z-index: 1050;
	outline: 0;
	-webkit-transform-origin: top left;
	transform-origin: top left;
	--carousel-button-width: 48px;
	--carousel-button-height: 48px;
	--carousel-button-svg-width: 24px;
	--carousel-button-svg-height: 24px;
	--carousel-button-svg-stroke-width: 2.5;
	--carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4))
}
.fancybox__container *, .fancybox__container ::before, .fancybox__container ::after {
	-webkit-box-sizing: inherit;
	box-sizing: inherit
}
.fancybox__container :focus {
	outline: 0
}
body:not(.is-using-mouse) .fancybox__container :focus {
	-webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));
	box-shadow: 0 0 0 1px #fff, 0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94))
}
@media all and (min-width:1024px) {
	.fancybox__container {
		--carousel-button-width: 48px;
		--carousel-button-height: 48px;
		--carousel-button-svg-width: 27px;
		--carousel-button-svg-height: 27px
	}
}
.fancybox__backdrop {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	background: var(--fancybox-bg, rgba(24, 24, 27, 0.92))
}
.fancybox__carousel {
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	min-height: 0;
	height: 100%;
	z-index: 10
}
.fancybox__carousel.has-dots {
	margin-bottom: calc(.5rem + 22px)
}
.fancybox__viewport {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: visible;
	cursor: default
}
.fancybox__track {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%
}
.fancybox__slide {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 48px 8px 8px 8px;
	position: relative;
	-ms-scroll-chaining: none;
	overscroll-behavior: contain;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	outline: 0;
	overflow: auto;
	--carousel-button-width: 36px;
	--carousel-button-height: 36px;
	--carousel-button-svg-width: 22px;
	--carousel-button-svg-height: 22px
}
.fancybox__slide::before, .fancybox__slide::after {
	content: "";
	-webkit-box-flex: 0;
	-ms-flex: 0 0 0px;
	flex: 0 0 0;
	margin: auto
}
@media all and (min-width:1024px) {
	.fancybox__slide {
		padding: 64px 100px
	}
}
.fancybox__content {
	margin: 0 env(safe-area-inset-right, 0) 0 env(safe-area-inset-left, 0);
	padding: 36px;
	color: var(--fancybox-content-color, #374151);
	background: var(--fancybox-content-bg, #fff);
	position: relative;
	-ms-flex-item-align: center;
	align-self: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	z-index: 20
}
.fancybox__content :focus:not(.carousel__button.is-close) {
	outline: thin dotted;
	-webkit-box-shadow: none;
	box-shadow: none
}
.fancybox__caption {
	-ms-flex-item-align: center;
	align-self: center;
	max-width: 100%;
	margin: 0;
	padding: 1rem 0 0 0;
	line-height: 1.375;
	color: var(--fancybox-color, currentColor);
	visibility: visible;
	cursor: auto;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	overflow-wrap: anywhere
}
.is-loading .fancybox__caption {
	visibility: hidden
}
.fancybox__container>.carousel__dots {
	top: 100%;
	color: var(--fancybox-color, #fff)
}
.fancybox__nav .carousel__button {
	z-index: 40
}
.fancybox__nav .carousel__button.is-next {
	right: 8px
}
@media all and (min-width:1024px) {
	.fancybox__nav .carousel__button.is-next {
		right: 40px
	}
}
.fancybox__nav .carousel__button.is-prev {
	left: 8px
}
@media all and (min-width:1024px) {
	.fancybox__nav .carousel__button.is-prev {
		left: 40px
	}
}
.carousel__button.is-close {
	position: absolute;
	top: 8px;
	right: 8px;
	top: calc(env(safe-area-inset-top, 0) + 8px);
	right: calc(env(safe-area-inset-right, 0) + 8px);
	z-index: 40
}
@media all and (min-width:1024px) {
	.carousel__button.is-close {
		right: 40px
	}
}
.fancybox__content>.carousel__button.is-close {
	position: absolute;
	top: -40px;
	right: 0;
	color: var(--fancybox-color, #fff)
}
.fancybox__no-click, .fancybox__no-click button {
	pointer-events: none
}
.fancybox__spinner {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 50px;
	height: 50px;
	color: var(--fancybox-color, currentColor)
}
.fancybox__slide .fancybox__spinner {
	cursor: pointer;
	z-index: 1053
}
.fancybox__spinner svg {
	-webkit-animation: fancybox-rotate 2s linear infinite;
	animation: fancybox-rotate 2s linear infinite;
	-webkit-transform-origin: center center;
	transform-origin: center center;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 100%;
	height: 100%
}
.fancybox__spinner svg circle {
	fill: none;
	stroke-width: 2.75;
	stroke-miterlimit: 10;
	stroke-dasharray: 1, 200;
	stroke-dashoffset: 0;
	-webkit-animation: fancybox-dash 1.5s ease-in-out infinite;
	animation: fancybox-dash 1.5s ease-in-out infinite;
	stroke-linecap: round;
	stroke: currentColor
}
@-webkit-keyframes fancybox-rotate {
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}
@keyframes fancybox-rotate {
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}
@-webkit-keyframes fancybox-dash {
	0% {
		stroke-dasharray: 1, 200;
		stroke-dashoffset: 0
	}
	50% {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -35px
	}
	to {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -124px
	}
}
@keyframes fancybox-dash {
	0% {
		stroke-dasharray: 1, 200;
		stroke-dashoffset: 0
	}
	50% {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -35px
	}
	to {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -124px
	}
}
.fancybox__backdrop, .fancybox__caption, .fancybox__nav, .carousel__dots, .carousel__button.is-close {
	opacity: var(--fancybox-opacity, 1)
}
.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop, .fancybox__container.is-animated[aria-hidden=false] .fancybox__caption, .fancybox__container.is-animated[aria-hidden=false] .fancybox__nav, .fancybox__container.is-animated[aria-hidden=false] .carousel__dots, .fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close {
	-webkit-animation: .15s ease backwards fancybox-fadeIn;
	animation: .15s ease backwards fancybox-fadeIn
}
.fancybox__container.is-animated.is-closing .fancybox__backdrop, .fancybox__container.is-animated.is-closing .fancybox__caption, .fancybox__container.is-animated.is-closing .fancybox__nav, .fancybox__container.is-animated.is-closing .carousel__dots, .fancybox__container.is-animated.is-closing .carousel__button.is-close {
	-webkit-animation: .15s ease both fancybox-fadeOut;
	animation: .15s ease both fancybox-fadeOut
}
.fancybox-fadeIn {
	-webkit-animation: .15s ease both fancybox-fadeIn;
	animation: .15s ease both fancybox-fadeIn
}
.fancybox-fadeOut {
	-webkit-animation: .1s ease both fancybox-fadeOut;
	animation: .1s ease both fancybox-fadeOut
}
.fancybox-zoomInUp {
	-webkit-animation: .2s ease both fancybox-zoomInUp;
	animation: .2s ease both fancybox-zoomInUp
}
.fancybox-zoomOutDown {
	-webkit-animation: .15s ease both fancybox-zoomOutDown;
	animation: .15s ease both fancybox-zoomOutDown
}
.fancybox-throwOutUp {
	-webkit-animation: .15s ease both fancybox-throwOutUp;
	animation: .15s ease both fancybox-throwOutUp
}
.fancybox-throwOutDown {
	-webkit-animation: .15s ease both fancybox-throwOutDown;
	animation: .15s ease both fancybox-throwOutDown
}
@-webkit-keyframes fancybox-fadeIn {
	0% {
		opacity: 0
	}
	to {
		opacity: 1
	}
}
@keyframes fancybox-fadeIn {
	0% {
		opacity: 0
	}
	to {
		opacity: 1
	}
}
@-webkit-keyframes fancybox-fadeOut {
	to {
		opacity: 0
	}
}
@keyframes fancybox-fadeOut {
	to {
		opacity: 0
	}
}
@-webkit-keyframes fancybox-zoomInUp {
	0% {
		-webkit-transform: scale(.97) translate3d(0, 16px, 0);
		transform: scale(.97) translate3d(0, 16px, 0);
		opacity: 0
	}
	to {
		-webkit-transform: scale(1) translate3d(0, 0, 0);
		transform: scale(1) translate3d(0, 0, 0);
		opacity: 1
	}
}
@keyframes fancybox-zoomInUp {
	0% {
		-webkit-transform: scale(.97) translate3d(0, 16px, 0);
		transform: scale(.97) translate3d(0, 16px, 0);
		opacity: 0
	}
	to {
		-webkit-transform: scale(1) translate3d(0, 0, 0);
		transform: scale(1) translate3d(0, 0, 0);
		opacity: 1
	}
}
@-webkit-keyframes fancybox-zoomOutDown {
	to {
		-webkit-transform: scale(.97) translate3d(0, 16px, 0);
		transform: scale(.97) translate3d(0, 16px, 0);
		opacity: 0
	}
}
@keyframes fancybox-zoomOutDown {
	to {
		-webkit-transform: scale(.97) translate3d(0, 16px, 0);
		transform: scale(.97) translate3d(0, 16px, 0);
		opacity: 0
	}
}
@-webkit-keyframes fancybox-throwOutUp {
	to {
		-webkit-transform: translate3d(0, -30%, 0);
		transform: translate3d(0, -30%, 0);
		opacity: 0
	}
}
@keyframes fancybox-throwOutUp {
	to {
		-webkit-transform: translate3d(0, -30%, 0);
		transform: translate3d(0, -30%, 0);
		opacity: 0
	}
}
@-webkit-keyframes fancybox-throwOutDown {
	to {
		-webkit-transform: translate3d(0, 30%, 0);
		transform: translate3d(0, 30%, 0);
		opacity: 0
	}
}
@keyframes fancybox-throwOutDown {
	to {
		-webkit-transform: translate3d(0, 30%, 0);
		transform: translate3d(0, 30%, 0);
		opacity: 0
	}
}
.fancybox__carousel .carousel__slide {
	scrollbar-width: thin;
	scrollbar-color: #ccc rgba(255, 255, 255, .1)
}
.fancybox__carousel .carousel__slide::-webkit-scrollbar {
	width: 8px;
	height: 8px
}
.fancybox__carousel .carousel__slide::-webkit-scrollbar-track {
	background-color: rgba(255, 255, 255, .1)
}
.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb {
	background-color: #ccc;
	border-radius: 2px;
	-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, .2);
	box-shadow: inset 0 0 4px rgba(0, 0, 0, .2)
}
.fancybox__carousel.is-draggable .fancybox__slide, .fancybox__carousel.is-draggable .fancybox__slide .fancybox__content {
	cursor: move;
	cursor: -webkit-grab;
	cursor: grab
}
.fancybox__carousel.is-dragging .fancybox__slide, .fancybox__carousel.is-dragging .fancybox__slide .fancybox__content {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor: grabbing
}
.fancybox__carousel .fancybox__slide .fancybox__content {
	cursor: auto
}
.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content {
	cursor: -webkit-zoom-in;
	cursor: zoom-in
}
.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content {
	cursor: -webkit-zoom-out;
	cursor: zoom-out
}
.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content {
	cursor: move;
	cursor: -webkit-grab;
	cursor: grab
}
.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor: grabbing
}
.fancybox__image {
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: none;
	transition: none
}
.has-image .fancybox__content {
	padding: 0;
	background: 0 0;
	min-height: 1px
}
.is-closing .has-image .fancybox__content {
	overflow: visible
}
.has-image[data-image-fit=contain] {
	overflow: visible;
	-ms-touch-action: none;
	touch-action: none
}
.has-image[data-image-fit=contain] .fancybox__content {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.has-image[data-image-fit=contain] .fancybox__image {
	max-width: 100%;
	max-height: 100%;
	-o-object-fit: contain;
	object-fit: contain
}
.has-image[data-image-fit=contain-w] {
	overflow-x: hidden;
	overflow-y: auto
}
.has-image[data-image-fit=contain-w] .fancybox__content {
	min-height: auto
}
.has-image[data-image-fit=contain-w] .fancybox__image {
	max-width: 100%;
	height: auto
}
.has-image[data-image-fit=cover] {
	overflow: visible;
	-ms-touch-action: none;
	touch-action: none
}
.has-image[data-image-fit=cover] .fancybox__content {
	width: 100%;
	height: 100%
}
.has-image[data-image-fit=cover] .fancybox__image {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}
.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content, .fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content, .fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
	max-width: 100%;
	-ms-flex-negative: 1;
	flex-shrink: 1;
	min-height: 1px;
	overflow: visible
}
.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content, .fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content {
	width: 100%;
	height: 80%
}
.fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
	width: 960px;
	height: 540px;
	max-width: 100%;
	max-height: 100%
}
.fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content, .fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
	padding: 0;
	background: rgba(24, 24, 27, .9);
	color: #fff
}
.fancybox__carousel .fancybox__slide.has-map .fancybox__content {
	background: #e5e3df
}
.fancybox__html5video, .fancybox__iframe {
	border: 0;
	display: block;
	height: 100%;
	width: 100%;
	background: 0 0
}
.fancybox-placeholder {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border-width: 0
}
.fancybox__thumbs {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	position: relative;
	padding: 0 3px;
	opacity: var(--fancybox-opacity, 1)
}
.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs {
	-webkit-animation: .15s ease-in backwards fancybox-fadeIn;
	animation: .15s ease-in backwards fancybox-fadeIn
}
.fancybox__container.is-animated.is-closing .fancybox__thumbs {
	opacity: 0
}
.fancybox__thumbs .carousel__slide {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: var(--fancybox-thumbs-width, 96px);
	margin: 0;
	padding: 8px 3px;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	overflow: visible;
	cursor: pointer
}
.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-width: 5px;
	border-style: solid;
	border-color: var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));
	opacity: 0;
	-webkit-transition: opacity .15s ease;
	transition: opacity .15s ease;
	border-radius: var(--fancybox-thumbs-border-radius, 4px)
}
.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after {
	opacity: .92
}
.fancybox__thumbs .carousel__slide>* {
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.fancybox__thumb {
	position: relative;
	width: 100%;
	padding-top: calc(100%/(var(--fancybox-thumbs-ratio, 1.5)));
	background-size: cover;
	background-position: center center;
	background-color: rgba(255, 255, 255, .1);
	background-repeat: no-repeat;
	border-radius: var(--fancybox-thumbs-border-radius, 4px)
}
.fancybox__toolbar {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 20;
	background: -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(8.1%, rgba(0, 0, 0, .006)), color-stop(15.5%, rgba(0, 0, 0, .021)), color-stop(22.5%, rgba(0, 0, 0, .046)), color-stop(29%, rgba(0, 0, 0, .077)), color-stop(35.3%, rgba(0, 0, 0, .114)), color-stop(41.2%, rgba(0, 0, 0, .155)), color-stop(47.1%, rgba(0, 0, 0, .198)), color-stop(52.9%, rgba(0, 0, 0, .242)), color-stop(58.8%, rgba(0, 0, 0, .285)), color-stop(64.7%, rgba(0, 0, 0, .326)), color-stop(71%, rgba(0, 0, 0, .363)), color-stop(77.5%, rgba(0, 0, 0, .394)), color-stop(84.5%, rgba(0, 0, 0, .419)), color-stop(91.9%, rgba(0, 0, 0, .434)), to(rgba(0, 0, 0, .44)));
	background: linear-gradient(to top, transparent 0, rgba(0, 0, 0, .006) 8.1%, rgba(0, 0, 0, .021) 15.5%, rgba(0, 0, 0, .046) 22.5%, rgba(0, 0, 0, .077) 29%, rgba(0, 0, 0, .114) 35.3%, rgba(0, 0, 0, .155) 41.2%, rgba(0, 0, 0, .198) 47.1%, rgba(0, 0, 0, .242) 52.9%, rgba(0, 0, 0, .285) 58.8%, rgba(0, 0, 0, .326) 64.7%, rgba(0, 0, 0, .363) 71%, rgba(0, 0, 0, .394) 77.5%, rgba(0, 0, 0, .419) 84.5%, rgba(0, 0, 0, .434) 91.9%, rgba(0, 0, 0, .44) 100%);
	padding: 0;
	-ms-touch-action: none;
	touch-action: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	--carousel-button-svg-width: 20px;
	--carousel-button-svg-height: 20px;
	opacity: var(--fancybox-opacity, 1);
	text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4))
}
@media all and (min-width:1024px) {
	.fancybox__toolbar {
		padding: 8px
	}
}
.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar {
	-webkit-animation: .15s ease-in backwards fancybox-fadeIn;
	animation: .15s ease-in backwards fancybox-fadeIn
}
.fancybox__container.is-animated.is-closing .fancybox__toolbar {
	opacity: 0
}
.fancybox__toolbar__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.fancybox__toolbar__items--left {
	margin-right: auto
}
.fancybox__toolbar__items--center {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}
.fancybox__toolbar__items--right {
	margin-left: auto
}
@media (max-width:640px) {
	.fancybox__toolbar__items--center:not(:last-child) {
		display: none
	}
}
.fancybox__counter {
	min-width: 72px;
	padding: 0 10px;
	line-height: var(--carousel-button-height, 48px);
	text-align: center;
	font-size: 17px;
	font-variant-numeric: tabular-nums;
	-webkit-font-smoothing: subpixel-antialiased
}
.fancybox__progress {
	background: var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));
	height: 3px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0;
	transform-origin: 0;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	z-index: 30;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.fancybox__container:-webkit-full-screen::backdrop {
	opacity: 0
}
.fancybox__container:-ms-fullscreen::backdrop {
	opacity: 0
}
.fancybox__container:fullscreen::-webkit-backdrop {
	opacity: 0
}
.fancybox__container:fullscreen::backdrop {
	opacity: 0
}
.fancybox__button--fullscreen g:nth-child(2) {
	display: none
}
.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(1) {
	display: none
}
.fancybox__container:-ms-fullscreen .fancybox__button--fullscreen g:nth-child(1) {
	display: none
}
.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1) {
	display: none
}
.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(2) {
	display: block
}
.fancybox__container:-ms-fullscreen .fancybox__button--fullscreen g:nth-child(2) {
	display: block
}
.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2) {
	display: block
}

.fancybox__button--slideshow g:nth-child(2) {
	display: none
}
.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1) {
	display: none
}
.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2) {
	display: block
}
.video-embed {
	position: relative;
	display: block;
	overflow: hidden;
	width: 100%;
	padding: 0
}
.video-embed::before {
	display: block;
	padding-top: 56.25%;
	content: ""
}
.video-embed .video-iframe {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0
}
.fancybox-thumbs__list a:before {
	border: solid 3px var(--blue)
}
@media (min-width:1024px) {
	.col-lg-6 .component__content {
		padding-left: 15px
	}
}
@media (min-width:1200px) {
	.col-lg-6 .component__content {
		padding-left: 53px
	}
}
@media (min-width:1024px) {
	.section--order-lg-inverted .col-12:first-of-type {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2
	}
	.section--order-lg-inverted .col-lg-6 .component__content {
		padding-right: 15px;
		padding-left: 0
	}
}
@media (min-width:1200px) {
	.section--order-lg-inverted .col-lg-6 .component__content {
		padding-right: 53px;
		padding-left: 0
	}
}
blockquote {
	font-size: calc(1.3rem + .45vw);
	font-weight: 700;
	line-height: 150%;
	position: relative;
	padding: 70px 30px 10px;
	color: #fff;
	background: var(--green-rich)
}
@media (min-width:1600px) {
	blockquote {
		font-size: 1.75rem
	}
}
blockquote::before {
	position: absolute;
	top: 30px;
	left: 30px;
	display: inline-block;
	width: 48px;
	height: 34.3px;
	content: "";
	background-color: var(--gold);
	-webkit-mask: url(/sbbs/isbp2026/t4media/quote.svg) no-repeat 50% 50%;
	mask: url(/sbbs/isbp2026/t4media/quote.svg) no-repeat 50% 50%;
	-webkit-mask-size: cover;
	mask-size: cover
}
blockquote a {
	text-decoration: underline;
	color: #fff
}
.container {
	padding: 0 15px
}
@media (min-width:1200px) and (max-width:1599.98px) {
	.container {
		max-width: 90%;
		padding: 0 30px
	}
}
.container.has-sidemenu {
	position: relative
}
.container.has-sidemenu.polygon:before, .container.has-sidemenu.polygon:after {
	z-index: -1;
	right: -50vw;
	left: -50vw;
	width: 100vw;
	max-width: none;
	margin: auto;
	background-size: auto 100%
}
.container.has-sidemenu.has-tabs .sidemenu {
	top: auto
}
.container.has-sidemenu .section--component-19 {
	padding: 0
}
.container.has-sidemenu .section--component-20 .col-12 {
	width: 100%;
	margin-left: 0
}
.container.has-sidemenu .section--component-21 .container, .container.has-sidemenu .section--component-22 .container, .container.has-sidemenu .section--component-23 .container, .container.has-sidemenu .section--component-24 .container {
	max-width: 100%;
	padding: 0
}
.container.has-sidemenu .section {
	overflow: visible
}
@media (min-width:1024px) {
	.container.has-sidemenu .section {
		margin-right: calc(20px + 300px)
	}
}
@media (min-width:1200px) {
	.container.has-sidemenu .section {
		margin-right: calc(30px + 320px)
	}
}
@media (min-width:1540px) {
	.container.has-sidemenu .section {
		margin-right: calc(50px + 380px)
	}
}
@media (min-width:1600px) {
	.container.has-sidemenu .section {
		margin-right: calc(80px + 400px)
	}
}
.container.has-sidemenu .section:not(.rectangle) .container {
	max-width: 100%
}
.container.has-sidemenu .section.rectangle {
	padding-top: 52px;
	padding-bottom: 0
}
@media (min-width:1024px) {
	.container.has-sidemenu .section.rectangle {
		margin: 0;
		padding-right: calc(20px + 300px)
	}
}
@media (min-width:1200px) {
	.container.has-sidemenu .section.rectangle {
		padding-right: calc(30px + 320px)
	}
}
@media (min-width:1540px) {
	.container.has-sidemenu .section.rectangle {
		padding-right: calc(50px + 380px)
	}
}
@media (min-width:1600px) {
	.container.has-sidemenu .section.rectangle {
		padding-right: calc(80px + 400px)
	}
}
.container.has-sidemenu .section.rectangle:before, .container.has-sidemenu .section.rectangle:after {
	z-index: -1;
	right: -50vw;
	left: -50vw;
	width: 100vw;
	max-width: none;
	margin: auto
}
@media all and (min-width:1700px) and (max-width:1799px) {
	.container.has-sidemenu .section.rectangle:before, .container.has-sidemenu .section.rectangle:after {
		height: 200px
	}
}
@media all and (min-width:650px) and (max-width:800px) {
	.container.has-sidemenu .section.rectangle {
		padding-top: 65px
	}
}
.container.has-sidemenu .component-19 .container, .container.has-sidemenu .component-20 .container {
	padding: 0
}
.container.has-sidemenu>.sidemenu {
	margin-top: 0
}
figcaption {
	display: inline-block;
	width: auto;
	margin-bottom: 1rem
}
figure figcaption {
	margin-bottom: 0
}
.btn {
	font-size: 1rem;
	text-transform: uppercase
}
@media (min-width:1200px) {
	.btn {
		font-size: 1.125rem
	}
}
@media (max-width:1599.98px) {
	.btn {
		padding: 12px 28px
	}
}
@media (min-width:1200px) and (max-width:1599.98px) {
	.btn {
		font-size: 1rem
	}
}
.btn svg {
	margin-left: 6px
}
.btn[class*=-outline-] svg {
	display: inline-block;
	margin-top: -2px;
	margin-right: -5px;
	margin-left: 12px;
	vertical-align: middle
}
.btn[class*=-outline-]:hover svg {
	color: inherit
}
.btn:focus, .btn:focus-visible {
	outline: 2px solid var(--gold);
	-webkit-box-shadow: 0 0 0 4px var(--navy);
	box-shadow: 0 0 0 4px var(--navy);
	outline-offset: 0
}
.btn-primary {
	color: #fff;
	border-color: var(--blue);
	background: var(--blue)
}
.btn-primary:hover {
	color: #fff;
	border-color: var(--navy);
	background: var(--navy)
}
.btn-outline-primary {
	color: var(--blue);
	border-color: var(--blue)
}
.btn-outline-primary svg {
	color: var(--blue)
}
.btn-outline-primary:hover {
	color: #fff;
	background-color: var(--blue)
}
.btn-blue {
	color: #fff;
	border-color: var(--blue);
	background: var(--blue)
}
.btn-blue:hover {
	color: #fff;
	border-color: var(--navy);
	background: var(--navy)
}
.btn-outline-blue {
	color: var(--blue);
	border-color: var(--blue)
}
.btn-outline-blue svg {
	color: var(--blue)
}
.btn-outline-blue:hover {
	color: #fff;
	background-color: var(--blue)
}
.btn-green-bright {
	color: var(--navy-dark);
	border-color: var(--green-bright);
	background: var(--green-bright)
}
.btn-green-bright:hover {
	color: #fff;
	border-color: var(--green-rich);
	background: var(--green-rich)
}
.btn-outline-green-bright {
	color: var(--navy-dark);
	border-color: var(--green-bright)
}
.btn-outline-green-bright svg {
	color: var(--green-bright)
}
.btn-outline-green-bright:hover {
	color: #fff;
	border-color: var(--green-rich);
	background: var(--green-rich)
}
.btn-outline-green-bright:hover svg {
	color: inherit
}
.btn-green-rich {
	color: #fff;
	border-color: var(--green-rich);
	background: var(--green-rich)
}
.btn-green-rich:hover {
	color: var(--navy-dark);
	border-color: var(--green-bright);
	background: var(--green-bright)
}
.btn-outline-green-rich {
	color: var(--green-rich);
	border-color: var(--green-rich)
}
.btn-outline-green-rich svg {
	color: var(--green-rich)
}
.btn-navy {
	color: #fff;
	border-color: var(--navy);
	background: var(--navy)
}
.btn-navy:hover {
	color: #fff;
	border-color: var(--blue);
	background: var(--blue)
}
.btn-outline-navy {
	color: var(--navy);
	border-color: var(--navy)
}
.btn-outline-navy svg {
	color: var(--navy)
}
.btn-outline-navy:hover {
	color: #fff;
	background-color: var(--navy)
}
.btn-gold {
	color: var(--navy-dark);
	border-color: var(--gold);
	background: var(--gold)
}
.btn-gold:hover {
	color: var(--navy-dark)
}
.btn-gold:hover svg {
	color: inherit
}
.btn-gold:focus-visible {
	outline: 2px solid var(--navy);
	-webkit-box-shadow: 0 0 0 4px #fff;
	box-shadow: 0 0 0 4px #fff
}
.btn-outline-gold {
	color: var(--navy);
	border-color: var(--gold)
}
.btn-outline-gold svg {
	color: var(--gold)
}
.btn-outline-gold:hover {
	color: var(--navy);
	background-color: var(--gold)
}
.btn-grey-lighter {
	background-color: #f2f2f2;
	background-color: #f2f2f2
}
.btn-grey-lighter:hover {
	color: #fff;
	border-color: var(--blue);
	background: var(--blue)
}
.btn-grey-lighter:hover svg {
	color: inherit
}
.btn-link {
	font-weight: 900;
	color: var(--blue)
}
.btn-link:hover {
	text-decoration: none;
	color: var(--navy)
}
.btn-link:hover span {
	display: block;
	margin: -10px 0;
	padding: 9.5px 0;
	border-bottom: solid 1px var(--green-bright)
}
.btn-icon {
	line-height: 37px;
	color: #fff;
	-webkit-clip-path: polygon(30% 0, 100% 0, 100% 100%, 0 100%);
	clip-path: polygon(30% 0, 100% 0, 100% 100%, 0 100%)
}
@media (max-width:1599.98px) {
	.btn-icon {
		line-height: 1
	}
	.btn-icon svg {
		max-width: 34px;
		height: 24px
	}
}
.btn-icon svg {
	margin-left: 25px
}
.btn-icon-reverse {
	line-height: 37px;
	-webkit-clip-path: polygon(0 0, 100% 0, 70% 100%, 0 100%);
	clip-path: polygon(0 0, 100% 0, 70% 100%, 0 100%)
}
@media (max-width:1599.98px) {
	.btn-icon-reverse {
		line-height: 1;
		-webkit-clip-path: polygon(0 0, 100% 0, 72% 100%, 0 100%);
		clip-path: polygon(0 0, 100% 0, 72% 100%, 0 100%)
	}
	.btn-icon-reverse svg {
		max-width: 34px;
		height: 24px
	}
}
.btn-icon-reverse svg {
	margin-right: 25px
}
.btn-container {
	font-weight: 700;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 310px;
	padding-top: 18px;
	padding-right: 16px;
	padding-bottom: 18px;
	padding-left: 16px;
	text-transform: none;
	color: var(--blue)
}
@media (min-width:1200px) and (max-width:1599.98px) {
	.btn-container {
		width: 260px
	}
}
.btn-container svg {
	color: var(--navy)
}
:focus-visible {
	outline: 2px solid var(--gold);
	-webkit-box-shadow: 0 0 0 4px var(--navy);
	box-shadow: 0 0 0 4px var(--navy);
	outline-offset: 0
}
a {
	color: var(--link-color)
}
.stretched-link:focus-visible {
	outline: 0;
	-webkit-box-shadow: unset;
	box-shadow: unset
}
.stretched-link:focus-visible::after {
	outline: 3px solid var(--gold);
	-webkit-box-shadow: 0 0 0 3px var(--navy);
	box-shadow: 0 0 0 3px var(--navy);
	outline-offset: -3px
}
h1, .h1, .heading-xxxl {
	font-size: calc(1.5rem + 2.25vw);
	font-weight: 900;
	line-height: 100%
}
@media (min-width:1600px) {
	h1, .h1, .heading-xxxl {
		font-size: 3.75rem
	}
}
@media (min-width:1024px) and (max-width:1599.98px) {
	h1, .h1, .heading-xxxl {
		font-size: calc(1.425rem + 1.575vw)
	}
}
@media (min-width:1024px) and (max-width:1599.98px) and (min-width:1600px) {
	h1, .h1, .heading-xxxl {
		font-size: 3rem
	}
}
h2, .h2, .heading-xxl {
	font-size: calc(1.46875rem + 1.96875vw);
	font-weight: 900;
	line-height: 135%
}
@media (min-width:1600px) {
	h2, .h2, .heading-xxl {
		font-size: 3.4375rem
	}
}
@media (min-width:1024px) and (max-width:1599.98px) {
	h2, .h2, .heading-xxl {
		font-size: calc(1.4rem + 1.35vw)
	}
}
@media (min-width:1024px) and (max-width:1599.98px) and (min-width:1600px) {
	h2, .h2, .heading-xxl {
		font-size: 2.75rem
	}
}
h3, .h3, .heading-xl {
	font-size: calc(1.375rem + 1.125vw);
	font-weight: 900;
	line-height: 135%
}
@media (min-width:1600px) {
	h3, .h3, .heading-xl {
		font-size: 2.5rem
	}
}
@media (min-width:1024px) and (max-width:1599.98px) {
	h3, .h3, .heading-xl {
		font-size: calc(1.325rem + .675vw)
	}
}
@media (min-width:1024px) and (max-width:1599.98px) and (min-width:1600px) {
	h3, .h3, .heading-xl {
		font-size: 2rem
	}
}
h4, .h4, .heading-lg {
	font-size: calc(1.35rem + .9vw);
	font-weight: 700;
	line-height: 150%
}
@media (min-width:1600px) {
	h4, .h4, .heading-lg {
		font-size: 2.25rem
	}
}
@media (min-width:1024px) and (max-width:1599.98px) {
	h4, .h4, .heading-lg {
		font-size: calc(1.3rem + .45vw)
	}
}
@media (min-width:1024px) and (max-width:1599.98px) and (min-width:1600px) {
	h4, .h4, .heading-lg {
		font-size: 1.75rem

	}
}
h5, .h5, .heading-md {
	font-size: calc(1.3rem + .45vw);
	font-weight: 700;
	line-height: 150%
}
@media (min-width:1600px) {
	h5, .h5, .heading-md {
		font-size: 1.75rem
	}
}
@media (min-width:1024px) and (max-width:1539.98px) {
	h5, .h5, .heading-md {
		font-size: calc(1.2625rem + .1125vw)
	}
}
@media (min-width:1024px) and (max-width:1539.98px) and (min-width:1600px) {
	h5, .h5, .heading-md {
		font-size: 1.375rem
	}
}
h6, .h6, .heading-sm {
	font-size: calc(1.2625rem + .1125vw);
	font-weight: 700;
	line-height: 150%
}
@media (min-width:1600px) {
	h6, .h6, .heading-sm {
		font-size: 1.375rem
	}
}
@media (min-width:1024px) and (max-width:1599.98px) {
	h6, .h6, .heading-sm {
		font-size: 1.125rem
	}
}
.body-lg {
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 175%;
	margin-bottom: 20px
}
@media (min-width:1024px) and (max-width:1599.98px) {
	.body-lg {
		font-size: 1.125rem
	}
}
p, .body-md, .component-3__item--body {
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 155%;
	margin-bottom: 20px
}
@media (min-width:1024px) {
	p, .body-md, .component-3__item--body {
		line-height: 175%
	}
}
.form-inline {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
:root {
	scroll-padding-top: 50px
}
body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 100vh;
	padding-top: 130px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: auto
}
@media (min-width:1024px) {
	body {
		padding-top: 90px
	}
}
@media (min-width:1540px) {
	body {
		padding-top: 110px
	}
}
@media (min-width:1600px) {
	body {
		padding-top: 120px
	}
}
body.has-theme .navbar__button--connect::after {
	display: none
}
body.has-theme .section--pattern:not(.rectangle)::before {
	background-image: none
}
body.has-theme .polygon::before, body.has-theme .polygon::after, body.has-theme .rectangle::before, body.has-theme .rectangle::after {
	display: none
}
body.no-subnav {
	padding-top: 70px
}
@media (min-width:1024px) {
	body.no-subnav {
		padding-top: 90px
	}
}
@media (min-width:1540px) {
	body.no-subnav {
		padding-top: 110px
	}
}
@media (min-width:1540px) {
	body.no-subnav {
		padding-top: 110px
	}
}
@media (min-width:1600px) {
	body.no-subnav {
		padding-top: 120px
	}
}
main {
	overflow-x: clip;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}
@media screen and (-ms-high-contrast:active), (-ms-high-contrast:none) {
	main {
		-webkit-box-flex: 1;
		-ms-flex: auto;
		flex: auto
	}
}
.section:not(.section--component-12):not(.section--component-23) {
	overflow: clip
}
h1, .h1, .h1, h2, .h2, .h2, h3, .h3, .h3, h4, .h4, .h4, h5, .h5, .h5, h6, .h6, .h6 {
	color: var(--heading-color)
}
.sfi-logo {
	position: absolute;
	z-index: 1000;
	right: 0;
	margin-top: 20px
}
.modal-info .modal-header, .modal-info .modal-body {
	padding: 15px
}
@media (min-width:576px) {
	.modal-info .modal-dialog {
		max-width: 760px
	}
}
@media (min-width:768px) {
	#hero-modal-1 .modal-dialog {
		max-width: 60vw;
		max-height: 30vh
	}
}
ul ul, ul ol {
	margin-top: 10px
}
ul:not([class]) {
	margin-bottom: 30px;
	margin-left: 0;
	padding-left: 0;
	list-style: none
}
ul:not([class]) ul, ul:not([class]) ol {
	margin-bottom: 0
}
ul:not([class])>li {
	font-size: 16px;
	line-height: 135%;
	position: relative;
	display: block;
	margin-bottom: 10px;
	padding-left: 27px;
	color: inherit
}
ul:not([class])>li:before {
	position: absolute;
	top: 5px;
	left: 0;
	display: block;
	width: 12px;
	height: 12px;
	content: "";
	border-radius: 50%;
	background: var(--green-bright);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain
}
ol ul, ol ol {
	margin-top: 4px
}
ol:not([class]), ol[style="list-style-type: lower-alpha;"] {
	margin-left: 0;
	padding-left: 0;
	list-style: none!important;
	counter-reset: my-awesome-counter
}
ol:not([class]) ul, ol:not([class]) ol, ol[style="list-style-type: lower-alpha;"] ul, ol[style="list-style-type: lower-alpha;"] ol {
	margin-bottom: 0
}
ol:not([class])>li, ol[style="list-style-type: lower-alpha;"]>li {
	font-size: 16px;
	line-height: 175%;
	position: relative;
	padding-left: 27px;
	counter-increment: my-awesome-counter;
	color: inherit
}
ol:not([class])>li:before, ol[style="list-style-type: lower-alpha;"]>li:before {
	font-weight: 700;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 16px;
	height: 34px;
	content: counter(my-awesome-counter) ". ";
	color: var(--green-bright)
}
ol[style="list-style-type: lower-alpha;"] {
	counter-reset: listStyle
}
ol[style="list-style-type: lower-alpha;"] li {
	counter-increment: listStyle
}
ol[style="list-style-type: lower-alpha;"] li:before {
	content: counter(listStyle, lower-alpha)
}
ol ul>li:last-of-type {
	margin-bottom: 4px
}
ul:not([class])>li ul li:before, ol:not([class])>li ul li:before {
	background: 0 0;
	border: 2px solid var(--green-bright)
}
.ot-host-cnt .ot-host-item:before {
	display: none
}
.table {
	margin-bottom: 35px
}
.table thead th {
	font-size: 16px;
	font-weight: 700;
	line-height: 150%;
	color: var(--navy);
	border-top: none;
	border-bottom: solid 1px var(--navy)
}
@media (min-width:576px) {
	.table thead th {
		font-size: 20px
	}
}
.table.table-striped thead th {
	color: #fff;
	border-bottom-color: var(--green-rich);
	background: var(--green-rich)
}
.table td {
	font-size: 16px;
	line-height: 150%;
	border-top: none;
	border-bottom: 1px solid #bdbdbd
}
.table a {
	font-weight: 700
}
.table.dataTable thead th {
	font-size: 16px;
	font-weight: 700;
	line-height: 150%;
	border-bottom: solid 1px var(--navy)
}
@media (min-width:768px) {
	.table.dataTable thead th {
		padding: 20px .5rem
	}
}
@media (min-width:576px) {
	.table.dataTable thead th {
		font-size: 18px
	}
}
@media (min-width:1024px) {
	.table.dataTable thead th {
		font-size: 20px
	}
}
.table.dataTable thead th:first-child {
	padding-left: 0
}
.table.dataTable thead th:last-of-type {
	padding-right: 0;
	text-align: right
}
.table.dataTable tbody {
	border: 0
}
@media (min-width:768px) {
	.table.dataTable tbody td {
		padding-top: 20px;
		padding-bottom: 20px
	}
}
@media (max-width:575.98px) {
	.table.dataTable tbody td {
		font-size: 14px
	}
}
.table.dataTable tbody td p {
	margin: 20px 0 10px
}
.table.dataTable tbody td p a {
	display: block;
	padding: 10px 0
}
.table.dataTable tbody td>a:not(.group-button) {
	text-decoration: underline;
	color: var(--blue);
	text-underline-offset: 2px
}
.table.dataTable tbody td:first-child {
	padding-left: 0
}
.table.dataTable tbody td:not(:first-child):last-of-type {
	text-align: right
}
.dataTables-wrapper {
	width: auto;
	margin: -20px -15px;
	padding: 20px 15px;
	border-bottom: solid 1px var(--green-rich);
	background: #f2f2f2
}
@media (min-width:768px) {
	.dataTables-wrapper {
		margin-top: -20px;
		margin-right: -70px;
		margin-bottom: -30px;
		margin-left: -30px;
		padding: 20px 30px 0 30px
	}
}
.rectangle {
	position: relative
}
.rectangle:before {
	position: absolute;
	bottom: 0;
	left: -12px;
	display: block;
	width: calc(174px/2);
	height: calc(368px/2);
	content: "";
	background-repeat: no-repeat;
	background-size: contain;
	mix-blend-mode: multiply
}
@media (min-width:768px) {
	.rectangle:before {
		width: calc(174px/1.5);
		height: calc(368px/1.5)
	}
}
@media (min-width:1024px) {
	.rectangle:before {
		width: 174px;
		height: 368px
	}
}
@media (min-width:1200px) {
	.rectangle--big:before {
		width: calc(291px/1.5);
		height: calc(615px/1.5)
	}
}
@media (min-width:1540px) {
	.rectangle--big:before {
		width: calc(291px/1.3);
		height: calc(615px/1.3)
	}
}
@media (min-width:1600px) {
	.rectangle--big:before {
		width: 291px;
		height: 615px
	}
}
.rectangle--blend-off:before {
	mix-blend-mode: initial
}
.rectangle--small:before {
	width: 20px;
	height: 59.22px
}
@media (min-width:576px) {
	.rectangle--small:before {
		width: calc(174px/2.5);
		max-width: 5vw;
		height: calc(368px/2.5);
		background-size: 5vw auto
	}
}
@media (min-width:768px) {
	.rectangle--small:before {
		width: calc(174px/2);
		max-width: 5.5vw;
		height: calc(368px/2);
		background-size: 5.5vw auto
	}
}
@media (min-width:1024px) {
	.rectangle--small:before {
		width: calc(174px/2.1);
		max-width: 4.5vw;
		height: calc(368px/2.1);
		background-size: 4vw auto
	}
}
@media (min-width:1200px) {
	.rectangle--small:before {
		background-size: 4.5vw auto
	}
}
@media (min-width:1600px) {
	.rectangle--small:before {
		width: 174px;
		max-width: 5.1vw;
		height: 368px;
		background-size: 5.1vw auto
	}
}
@media (min-width:1200px) and (max-width:1599.98px) {
	.rectangle--small:before {
		max-width: 5.5vw;
		background-size: 5.5vw auto
	}
}
@media (min-width:1540px) and (max-width:1599.98px) {
	.rectangle--small:before {
		max-width: 6.8vw;
		background-size: contain
	}
}
@media (min-width:1700px) {
	.rectangle--small:before {
		max-width: 7vw;
		background-size: contain
	}
}
@media (min-width:1800px) {
	.rectangle--small:before {
		max-width: 174px;
		background-size: 174px auto
	}
}
.rectangle--blue-bottom-left:before {
	background-image: url(/sbbs/isbp2026/t4media/Rectangle--blue-bottom-left.svg)
}
.rectangle--green-bottom-left:before {
	background-image: url(/sbbs/isbp2026/t4media/Rectangle--green-bottom-left.svg)
}
.rectangle--yellow-bottom-left:before {
	background-image: url(/sbbs/isbp2026/t4media/Rectangle--yellow-bottom-left.svg)
}
.rectangle--green-top-left:before {
	top: 0;
	bottom: auto;
	left: 0;
	background-image: url(/sbbs/isbp2026/t4media/Rectangle--green-top-left.svg)
}
.rectangle--green-top-right:before {
	top: 0;
	right: 0;
	bottom: auto;
	left: auto;
	background-image: url(/sbbs/isbp2026/t4media/Rectangle--green-top-right.svg)
}
.rectangle--blue-top-right:before {
	top: 0;
	right: 0;
	bottom: auto;
	left: auto;
	background-image: url(/sbbs/isbp2026/t4media/Rectangle--blue-top-right.svg)
}
.rectangle--yellow-top-left:before {
	top: 0;
	bottom: auto;
	left: 0;
	background-image: url(/sbbs/isbp2026/t4media/Rectangle--yellow-top-left.svg)
}
.rectangle--yellow-top-right:before {
	top: 0;
	right: 0;
	bottom: auto;
	left: auto;
	background-image: url(/sbbs/isbp2026/t4media/Rectangle--yellow-top-right.svg)
}
.rectangle--blue-top-left:before {
	top: 0;
	bottom: auto;
	left: 0;
	background-image: url(/sbbs/isbp2026/t4media/Rectangle--blue-top-left.svg)
}
.polygon {
	position: relative
}
.polygon:after, .polygon:before {
	position: absolute;
	display: block;
	width: calc(178.31px/2.5);
	height: calc(365.15px/2.5);
	content: "";
	background-repeat: no-repeat;
	background-size: contain;
	mix-blend-mode: multiply
}
@media (min-width:768px) {
	.polygon:after, .polygon:before {
		width: calc(178.31px/1.5);
		max-width: 9vw;
		height: calc(365.15px/1.5)
	}
}
@media (min-width:1600px) {
	.polygon:after, .polygon:before {
		width: 178.31px;
		max-width: 9vw;
		height: 365.15px
	}
}
@media (min-width:1540px) and (max-width:1599.98px) {
	.polygon:after, .polygon:before {
		width: calc(178.31px/2);
		height: calc(365.15px/2)
	}
}
.polygon--big:before, .polygon--big:after {
	width: calc(192.08px/2);
	height: calc(425.46px/2)
}
@media (min-width:768px) {
	.polygon--big:before, .polygon--big:after {
		width: calc(192.08px/1.5);
		height: calc(425.46px/1.5)
	}
}
@media (min-width:1600px) {
	.polygon--big:before, .polygon--big:after {
		width: 192.08px;
		height: 425.46px
	}
}
@media (min-width:1540px) and (max-width:1599.98px) {
	.polygon--big:before, .polygon--big:after {
		width: calc(192.08px/2);
		height: calc(425.46px/2)
	}
}
.polygon--green-big:after {
	bottom: 0;
	width: calc(800px/2);
	height: calc(286px/2);
	background-image: url(/sbbs/isbp2026/t4media/Polygon-green-big.svg)
}
@media (min-width:768px) {
	.polygon--green-big:after {
		width: calc(800px/1.5);
		max-width: unset;
		height: calc(286px/1.5)
	}
}
@media (min-width:1600px) {
	.polygon--green-big:after {
		width: 800px;
		height: 286px
	}
}
@media (min-width:1540px) and (max-width:1599.98px) {
	.polygon--green-big:after {
		width: calc(800px/2);
		height: calc(286px/2)
	}
}
.polygon--navy-big:before {
	z-index: -2;
	right: 0;
	bottom: 0;
	left: auto;
	display: block;
	display: none;
	width: calc(1537px/2);
	max-width: unset;
	height: 100%;
	background-image: url(/sbbs/isbp2026/t4media/Polygon-big.svg);
	background-position: right bottom;
	background-size: auto 100%;
	mix-blend-mode: multiply
}
@media (min-width:1024px) {
	.polygon--navy-big:before {
		display: block
	}
}
@media (min-width:1600px) {
	.polygon--navy-big:before {
		width: 1537px
	}
}
.polygon--blend-off:before, .polygon--blend-off:after {
	mix-blend-mode: initial
}
.polygon--yellow-top-left:after {
	top: 0;
	left: 0;
	background-image: url(/sbbs/isbp2026/t4media/Polygon-yellow-top-left.svg)
}
.polygon--yellow-top-right:after {
	top: 0;
	right: 0;
	background-image: url(/sbbs/isbp2026/t4media/Polygon-yellow-top-right.svg)
}
.polygon--green-bright-bottom-left:before {
	bottom: -1px;
	left: 0;
	background-image: url(/sbbs/isbp2026/t4media/Polygon-green-bright-bottom-left.svg);
	background-position: bottom
}
.polygon--green-bright-bottom-right:before {
	right: 0;
	bottom: 0;
	background-image: url(/sbbs/isbp2026/t4media/Polygon-green-bottom-right.svg);
	background-position: bottom right
}
.polygon--blue-top-left:after {
	top: 0;
	left: 0;
	background-image: url(/sbbs/isbp2026/t4media/Polygon-blue-top-left.svg)
}
.polygon--blue-bottom-right:after {
	top: auto;
	right: 0;
	bottom: 0;
	background-image: url(/sbbs/isbp2026/t4media/Polygon--blue-bottom-right.svg);
	background-position: bottom right
}
.polygon--green-rich-bottom-left:before {
	bottom: -1px;
	left: 0;
	background-image: url(/sbbs/isbp2026/t4media/Polygon-green2-bottom-left.svg);
	background-position: bottom
}
@media (max-width:1023.98px) {
	.section--component-1.rectangle::before, .section--component-35.rectangle::before {
		top: 21vw;
		bottom: auto
	}
}
.section--pattern:not(.rectangle) {
	position: relative
}
.section--pattern:not(.rectangle)::before {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
	content: "";
	opacity: .15;
	background-image: url(/sbbs/isbp2026/t4media/pattern-white.svg)
}
.section--pattern.rectangle::before {
	z-index: 1
}
.section--pattern.rectangle .component-32 {
	z-index: 1
}
.section--pattern.rectangle::after {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
	content: "";
	pointer-events: none;
	opacity: .15;
	background-image: url(/sbbs/isbp2026/t4media/pattern-white.svg)
}
.section--slider.section--component-1 {
	background: var(--navy)
}
@media (max-width:1023.98px) {
	.section--slider.section--component-1 .rectangle::before {
		top: 21vw;
		bottom: auto;
		z-index: 1
	}
}
@media (max-width:1023.98px) {
	.section--slider .component-1__wrapper, .section--slider .component-2__wrapper {
		position: relative;
		z-index: 2;
		margin-bottom: 30px
	}
}
@media (max-width:767.98px) {
	.section--slider .component-1 .swiper.swiper--hero.swiper-container-horizontal>.swiper-pagination-bullets, .section--slider .component-1 .swiper.swiper--testimonial.swiper-container-horizontal>.swiper-pagination-bullets, .section--slider .component-2 .swiper.swiper--hero.swiper-container-horizontal>.swiper-pagination-bullets, .section--slider .component-2 .swiper.swiper--testimonial.swiper-container-horizontal>.swiper-pagination-bullets {
		bottom: 15px;
		padding: 0 30px
	}
}
@media (max-width:1023.98px) {
	.section--slider .component-2 {
		height: 650px
	}
}
.hamburger {
	padding: 0 0;
	display: inline-block;
	cursor: pointer;
	-webkit-transition-property: opacity, -webkit-filter;
	transition-property: opacity, -webkit-filter;
	transition-property: opacity, filter;
	transition-property: opacity, filter, -webkit-filter;
	-webkit-transition-duration: .15s;
	transition-duration: .15s;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	background-color: transparent;
	border: 0;
	margin: 0;
	overflow: visible
}
.hamburger:hover {
	opacity: 1
}
.hamburger.is-active:hover {
	opacity: 1
}
.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner::before, .hamburger.is-active .hamburger-inner::after {
	background-color: #fff
}
.hamburger-box {
	width: 22px;
	height: 16px;
	display: inline-block;
	position: relative
}
.hamburger-inner {
	display: block;
	top: 50%;
	margin-top: -1px
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
	width: 22px;
	height: 2px;
	background-color: #002542;
	border-radius: 0;
	position: absolute;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-duration: .15s;
	transition-duration: .15s;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease
}
.hamburger-inner::before, .hamburger-inner::after {
	content: "";
	display: block
}
.hamburger-inner::before {
	top: -7px
}
.hamburger-inner::after {
	bottom: -7px
}
.hamburger--spring .hamburger-inner {
	top: 1px;
	-webkit-transition: background-color 0s .13s linear;
	transition: background-color 0s .13s linear
}
.hamburger--spring .hamburger-inner::before {
	top: 7px;
	-webkit-transition: top .1s .2s cubic-bezier(.33333, .66667, .66667, 1), -webkit-transform .13s cubic-bezier(.55, .055, .675, .19);
	transition: top .1s .2s cubic-bezier(.33333, .66667, .66667, 1), -webkit-transform .13s cubic-bezier(.55, .055, .675, .19);
	transition: top .1s .2s cubic-bezier(.33333, .66667, .66667, 1), transform .13s cubic-bezier(.55, .055, .675, .19);
	transition: top .1s .2s cubic-bezier(.33333, .66667, .66667, 1), transform .13s cubic-bezier(.55, .055, .675, .19), -webkit-transform .13s cubic-bezier(.55, .055, .675, .19)
}
.hamburger--spring .hamburger-inner::after {
	top: 14px;
	-webkit-transition: top .2s .2s cubic-bezier(.33333, .66667, .66667, 1), -webkit-transform .13s cubic-bezier(.55, .055, .675, .19);
	transition: top .2s .2s cubic-bezier(.33333, .66667, .66667, 1), -webkit-transform .13s cubic-bezier(.55, .055, .675, .19);
	transition: top .2s .2s cubic-bezier(.33333, .66667, .66667, 1), transform .13s cubic-bezier(.55, .055, .675, .19);
	transition: top .2s .2s cubic-bezier(.33333, .66667, .66667, 1), transform .13s cubic-bezier(.55, .055, .675, .19), -webkit-transform .13s cubic-bezier(.55, .055, .675, .19)
}
.hamburger--spring.is-active .hamburger-inner {
	-webkit-transition-delay: .22s;
	transition-delay: .22s;
	background-color: transparent!important
}
.hamburger--spring.is-active .hamburger-inner::before {
	top: 0;
	-webkit-transition: top .1s .15s cubic-bezier(.33333, 0, .66667, .33333), -webkit-transform .13s .22s cubic-bezier(.215, .61, .355, 1);
	transition: top .1s .15s cubic-bezier(.33333, 0, .66667, .33333), -webkit-transform .13s .22s cubic-bezier(.215, .61, .355, 1);
	transition: top .1s .15s cubic-bezier(.33333, 0, .66667, .33333), transform .13s .22s cubic-bezier(.215, .61, .355, 1);
	transition: top .1s .15s cubic-bezier(.33333, 0, .66667, .33333), transform .13s .22s cubic-bezier(.215, .61, .355, 1), -webkit-transform .13s .22s cubic-bezier(.215, .61, .355, 1);
	-webkit-transform: translate3d(0, 7px, 0) rotate(45deg);
	transform: translate3d(0, 7px, 0) rotate(45deg)
}
.hamburger--spring.is-active .hamburger-inner::after {
	top: 0;
	-webkit-transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), -webkit-transform .13s .22s cubic-bezier(.215, .61, .355, 1);
	transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), -webkit-transform .13s .22s cubic-bezier(.215, .61, .355, 1);
	transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), transform .13s .22s cubic-bezier(.215, .61, .355, 1);
	transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), transform .13s .22s cubic-bezier(.215, .61, .355, 1), -webkit-transform .13s .22s cubic-bezier(.215, .61, .355, 1);
	-webkit-transform: translate3d(0, 7px, 0) rotate(-45deg);
	transform: translate3d(0, 7px, 0) rotate(-45deg)
}
.hamburger {
	z-index: 1030;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 55px;
	height: 70px;
	background-color: var(--cyan);
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
@media (min-width:1024px) {
	.hamburger {
		position: relative!important;
		height: 90px!important
	}
	.sticky .hamburger {
		height: 70px!important
	}
}
@media (min-width:1200px) {
	.hamburger {
		width: 90px;
		height: 90px!important
	}
	.hamburger span {
		font-size: .875rem
	}
}
@media (min-width:1540px) {
	.hamburger {
		height: 110px!important
	}
	.sticky .hamburger {
		height: 90px!important
	}
}
@media (min-width:1600px) {
	.hamburger {
		height: 120px!important
	}
}
.hamburger.is-active {
	color: #fff;
	background-color: var(--navy)
}
.hamburger.is-active span:nth-child(2) {
	display: none
}
.hamburger.is-active span:nth-child(3) {
	display: inline
}
.hamburger span:nth-child(3) {
	display: none
}
.hamburger-label {
	font-size: 11px;
	font-weight: 700;
	margin-top: 8px;
	text-transform: uppercase
}
@media (min-width:1024px) {
	.hamburger-label {
		font-size: 12px;
		font-weight: 900;
		margin-top: 12px;
		text-transform: none
	}
}
@media (max-width:1199.98px) {
	.offcanvas-collapse {
		position: fixed;
		top: 70px;
		bottom: 0;
		left: 0;
		visibility: hidden;
		overflow-y: auto;
		width: 100%;
		padding: 16px;
		padding-top: 70px;
		-webkit-transition: 400ms cubic-bezier(.8, 0, .8, 1);
		transition: 400ms cubic-bezier(.8, 0, .8, 1);
		-webkit-transition-property: visibility, -webkit-transform;
		transition-property: visibility, -webkit-transform;
		transition-property: transform, visibility;
		transition-property: transform, visibility, -webkit-transform;
		-webkit-transform: translateX(100vw);
		transform: translateX(100vw);
		background-color: var(--orange)
	}
}
@media (max-width:1199.98px) and (min-width:1024px) {
	.offcanvas-collapse {
		top: 90px;
		max-width: 500px
	}
}
@media (max-width:1199.98px) and (min-width:1540px) {
	.offcanvas-collapse {
		top: 90px
	}
}
@media (max-width:1199.98px) {
	.offcanvas-collapse.open {
		visibility: visible;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}
@media (max-width:1199.98px) and (min-width:1024px) {
	.offcanvas-collapse.open {
		-webkit-transform: translateX(calc(100vw - 500px));
		transform: translateX(calc(100vw - 500px))
	}
}
@media (max-width:1199.98px) {
	.offcanvas-collapse.open .visible-links, .offcanvas-collapse.open .navbar-nav--secondary {
		position: relative;
		z-index: 1
	}
}
@media (min-width:1200px) {
	.has-theme .navbar.navbar-expand-xl .dropdown-menu .dropdown-item:first-child {
		border-bottom-color: var(--gold);
		background: var(--navy)
	}
	.has-theme .navbar.navbar-expand-xl .dropdown-menu .dropdown-item:first-child:hover {
		background: var(--navy-dark)
	}
}
@media (min-width:1200px) {
	.has-theme .navbar.navbar-expand-xl .dropdown-menu .dropdown-item:not(:first-child) {
		border-bottom-color: rgba(255, 255, 255, .25)
	}
}
.has-theme .navbar.navbar-expand-xl .dropdown-menu .dropdown-item:not(:first-child):hover {
	background: var(--navy-dark)
}
@media (min-width:1200px) {
	.has-theme .navbar.navbar-expand-xl .dropdown-menu li:first-child .dropdown-item {
		border-bottom-color: var(--gold);
		background: var(--navy)
	}
	.has-theme .navbar.navbar-expand-xl .dropdown-menu li:first-child .dropdown-item:hover {
		background: var(--navy-dark)
	}
}
@media (min-width:1200px) {
	.has-theme .navbar.navbar-expand-xl .dropdown-menu li:not(:first-child) .dropdown-item {
		border-bottom-color: rgba(255, 255, 255, .25)
	}
}
.has-theme .navbar.navbar-expand-xl .dropdown-menu li:not(:first-child) .dropdown-item:hover {
	background: var(--navy-dark)
}
.navbar.navbar-expand-xl {
	height: 70px;
	padding: 0;
	-webkit-transition: 120ms;
	transition: 120ms;
	background-color: #fff
}
@media (min-width:1024px) {
	.navbar.navbar-expand-xl {
		height: 90px
	}
	.navbar.navbar-expand-xl.sticky {
		height: 70px;
		-webkit-transition: 120ms;
		transition: 120ms
	}
}
@media (min-width:1540px) {
	.navbar.navbar-expand-xl {
		height: 110px
	}
	.navbar.navbar-expand-xl.sticky {
		height: 90px
	}
}
@media (min-width:1600px) {
	.navbar.navbar-expand-xl {
		height: 120px
	}
	.navbar.navbar-expand-xl.sticky {
		height: 90px
	}
}
.navbar.navbar-expand-xl .form-select {
	font-size: 14px;
	font-weight: 700;
	line-height: 17px;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 7px;
	color: var(--navy);
	border: 2px solid var(--blue);
	border-radius: 0;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23007DB8' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e")
}
@media (min-width:1540px) {
	.navbar.navbar-expand-xl .navbar-nav {
		height: 110px
	}
	.sticky.navbar.navbar-expand-xl .navbar-nav {
		height: 90px
	}
}
@media (min-width:1600px) {
	.navbar.navbar-expand-xl .navbar-nav {
		height: 120px
	}
	.sticky.navbar.navbar-expand-xl .navbar-nav {
		height: 90px
	}
}
.navbar.navbar-expand-xl .container-fluid, .navbar.navbar-expand-xl .container-md, .navbar.navbar-expand-xl .container-lg, .navbar.navbar-expand-xl .container-xl, .navbar.navbar-expand-xl .container-xxl, .navbar.navbar-expand-xl .container-xxxl {
	position: relative;
	padding-right: 0;
	padding-left: 0;
	background-color: #fff
}
.navbar.navbar-expand-xl .nav-item-language {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-right: 20px;
	margin-left: 20px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
@media (max-width:1199.98px) {
	.navbar.navbar-expand-xl .nav-item-language {
		position: absolute;
		top: 13px;
		margin-right: auto;
		margin-left: 0
	}
}
.navbar.navbar-expand-xl .nav-item-language .choices__inner {
	font-size: .875rem;
	min-height: 0;
	padding: 6px;
	color: #fff;
	border: 1px solid var(--blue);
	border-radius: 0;
	background: var(--green-rich)
}
.navbar.navbar-expand-xl .nav-item-language .choices__list--single {
	padding-right: 34px
}
.navbar.navbar-expand-xl .nav-item-language .choices__list--dropdown .choices__item {
	font-size: .875rem
}
.navbar.navbar-expand-xl .nav-item-language .choices__item--choice {
	padding: 6px
}
.navbar.navbar-expand-xl .nav-item-language .select-choices::after {
	width: 14.04px;
	height: 8.02px;
	background-image: url("data:image/svg+xml,%3Csvg width='15' height='9' viewBox='0 0 15 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.77827 0.784104C1.38775 0.39358 0.754584 0.39358 0.36406 0.784104C-0.0264641 1.17463 -0.0264641 1.80779 0.36406 2.19832L6.38186 8.21611C6.55271 8.38697 6.77001 8.48307 6.99311 8.50443C7.08784 8.5135 7.18362 8.50909 7.27734 8.49121C7.46739 8.45494 7.64896 8.36324 7.79609 8.21611L13.8139 2.19832C14.2044 1.80779 14.2044 1.17463 13.8139 0.784104C13.4234 0.39358 12.7902 0.39358 12.3997 0.784104L7.08897 6.0948L1.77827 0.784104Z' fill='white'/%3E%3C/svg%3E%0A");
	background-repeat: no-repeat
}
.navbar.navbar-expand-xl .nav-item-language.dropdown {
	height: 43px;
	border: 1px solid var(--green-rich);
	border-radius: 0;
	background: var(--green-rich)
}
.navbar.navbar-expand-xl .nav-item-language.dropdown .dropdown-toggle {
	font-size: .875rem;
	font-weight: 400;
	height: 43px;
	padding: 10px 48px 10px 10px;
	white-space: nowrap;
	text-transform: capitalize;
	color: #fff;
	background-color: var(--green-rich)
}
.navbar.navbar-expand-xl .nav-item-language.dropdown .dropdown-toggle::after {
	top: 40%;
	right: 9px;
	background-image: url("data:image/svg+xml,%3Csvg width='15' height='9' viewBox='0 0 15 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.77827 0.784104C1.38775 0.39358 0.754584 0.39358 0.36406 0.784104C-0.0264641 1.17463 -0.0264641 1.80779 0.36406 2.19832L6.38186 8.21611C6.55271 8.38697 6.77001 8.48307 6.99311 8.50443C7.08784 8.5135 7.18362 8.50909 7.27734 8.49121C7.46739 8.45494 7.64896 8.36324 7.79609 8.21611L13.8139 2.19832C14.2044 1.80779 14.2044 1.17463 13.8139 0.784104C13.4234 0.39358 12.7902 0.39358 12.3997 0.784104L7.08897 6.0948L1.77827 0.784104Z' fill='white'/%3E%3C/svg%3E%0A");
	background-repeat: no-repeat
}
.navbar.navbar-expand-xl .nav-item-language.dropdown .dropdown-toggle:focus {
	-webkit-box-shadow: none;
	box-shadow: none
}
.navbar.navbar-expand-xl .nav-item-language.dropdown .btn:focus {
	-webkit-box-shadow: none;
	box-shadow: none
}
.navbar.navbar-expand-xl .nav-item-language.dropdown .dropdown-menu {
	min-width: 100%;
	padding-bottom: 0;
	color: #3d4c57;
	border: 1px solid #ddd;
	border-bottom-right-radius: 2.5px;
	border-bottom-left-radius: 2.5px;
	background-color: #fff
}
.navbar.navbar-expand-xl .nav-item-language.dropdown .dropdown-menu .dropdown-item {
	font-size: .875rem;
	font-weight: 400;
	padding: 6px;
	color: #3d4c57;
	border-bottom: none;
	background: #fff
}
.navbar.navbar-expand-xl .nav-item-language.dropdown .dropdown-menu .dropdown-item::before {
	content: unset;
	background: 0 0
}
.navbar.navbar-expand-xl .nav-item-language.dropdown .dropdown-menu .dropdown-item:hover, .navbar.navbar-expand-xl .nav-item-language.dropdown .dropdown-menu .dropdown-item.active:hover {
	color: #fff
}
.navbar.navbar-expand-xl .nav-item-language.dropdown .dropdown-menu .dropdown-item.active {
	background-color: #f2f2f2
}
.navbar.navbar-expand-xl .nav-item-language.dropdown .dropdown-menu .dropdown-item:focus-visible {
	color: #fff;
	border: 1px solid #000;
	background-color: #657582
}
@media (min-width:1024px) {
	.navbar.navbar-expand-xl .nav-item__subnav {
		display: none
	}
}
@media (max-width:1199.98px) {
	.navbar.navbar-expand-xl .nav-item {
		border-top: 1px solid rgba(var(--blue), .5)
	}
}
@media (min-width:1200px) and (max-width:1539.98px) {
	.navbar.navbar-expand-xl .nav-item:last-child {
		margin-right: 0
	}
}
.navbar.navbar-expand-xl .nav-item:last-child .dropdown-menu {
	right: 0;
	left: auto
}
@media (min-width:1200px) {
	.navbar.navbar-expand-xl .nav-item:hover {
		background-color: var(--orange)
	}
	.navbar.navbar-expand-xl .nav-item:hover .dropdown-toggle, .navbar.navbar-expand-xl .nav-item:hover .nav-link {
		color: #fff
	}
}
@media (max-width:1199.98px) {
	.navbar.navbar-expand-xl .nav-item:last-child {
		border-bottom: 1px solid rgba(var(--blue), .5)
	}
}
@media (min-width:1200px) {
	.navbar.navbar-expand-xl .nav-item.is-active .nav-link {
		color: var(--blue)
	}
}
.navbar.navbar-expand-xl .dropdown-toggle.show {
	color: #fff;
	background-color: var(--green-techno)
}
.navbar.navbar-expand-xl .dropdown-toggle.show .dropdown-toggle__arrow {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}
.navbar.navbar-expand-xl .dropdown-toggle.show .dropdown-toggle__arrow svg path {
	fill: var(--arrow-color-mobile-active)
}
@media (min-width:1200px) {
	.navbar.navbar-expand-xl .dropdown-toggle.show .dropdown-toggle__arrow svg path {
		fill: var(--arrow-color-desktop-active)
	}
}
.navbar.navbar-expand-xl .dropdown-toggle {
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 115%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	padding-top: 22px;
	padding-right: 0;
	padding-bottom: 22px;
	padding-left: 0;
	text-align: left;
	color: #fff;
	border: 0;
	background-color: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}
@media (min-width:1200px) {
	.navbar.navbar-expand-xl .dropdown-toggle {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		height: 90px;
		padding-top: 0;
		padding-right: 14px;
		padding-bottom: 0;
		padding-left: 14px;
		color: var(--blue);
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
	.sticky.navbar.navbar-expand-xl .dropdown-toggle {
		height: 70px
	}
}
@media (min-width:1540px) {
	.navbar.navbar-expand-xl .dropdown-toggle {
		font-size: 1rem;
		height: 110px
	}
	.sticky.navbar.navbar-expand-xl .dropdown-toggle {
		height: 90px
	}
}
@media (min-width:1600px) {
	.navbar.navbar-expand-xl .dropdown-toggle {
		font-size: 1.0625rem;
		height: 120px;
		padding-right: 20px;
		padding-left: 20px
	}
	.sticky.navbar.navbar-expand-xl .dropdown-toggle {
		height: 90px
	}
}
@media (min-width:1200px) and (max-width:1539.98px) {
	.navbar.navbar-expand-xl .dropdown-toggle {
		font-size: .875rem;
		padding-top: 10px;
		padding-right: 12px;
		padding-bottom: 10px;
		padding-left: 12px
	}
}
.navbar.navbar-expand-xl .dropdown-toggle[aria-expanded=true]::after {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}
.navbar.navbar-expand-xl .dropdown-toggle .dropdown-toggle__arrow {
	margin-right: 3px
}
@media (min-width:1200px) {
	.navbar.navbar-expand-xl .dropdown-toggle .dropdown-toggle__arrow {
		margin-left: 7px
	}
}
.navbar.navbar-expand-xl .dropdown-toggle .dropdown-toggle__arrow svg path {
	fill: var(--arrow-color-mobile)
}
@media (min-width:1200px) {
	.navbar.navbar-expand-xl .dropdown-toggle .dropdown-toggle__arrow svg path {
		fill: var(--arrow-color-desktop)
	}
}
.navbar.navbar-expand-xl .dropdown-toggle::after {
	position: absolute;
	top: 32px;
	right: 3px;
	width: 14.5px;
	height: 8px;
	border: 0;
	background-repeat: no-repeat
}
@media (min-width:1200px) {
	.navbar.navbar-expand-xl .dropdown-toggle::after {
		top: 40px;
		right: 9px;
		height: 9px;
		margin-left: 10px
	}
	.sticky.navbar.navbar-expand-xl .dropdown-toggle::after {
		top: 30px
	}
}
@media (min-width:1540px) {
	.navbar.navbar-expand-xl .dropdown-toggle::after {
		top: 50px;
		right: 8px
	}
	.sticky.navbar.navbar-expand-xl .dropdown-toggle::after {
		top: 40px
	}
}
@media (min-width:1540px) {
	.navbar.navbar-expand-xl .dropdown-toggle::after {
		right: 8px
	}
}
@media (min-width:1600px) {
	.navbar.navbar-expand-xl .dropdown-toggle::after {
		top: 55px;
		right: 12px
	}
	.sticky.navbar.navbar-expand-xl .dropdown-toggle::after {
		top: 40px
	}
}
.navbar.navbar-expand-xl .dropdown-menu {
	margin-top: 0;
	margin-bottom: 30px;
	padding-top: 0;
	border: 0;
	background-color: transparent
}
@media (min-width:1200px) {
	.navbar.navbar-expand-xl .dropdown-menu {
		min-width: 300px;
		max-width: 350px;
		margin-bottom: 0;
		padding-bottom: 0;
		background-color: var(--green-techno)
	}
}
@media (min-width:1200px) {
	.navbar.navbar-expand-xl .dropdown-menu {
		overflow: hidden;
		overflow-y: auto;
		max-height: calc(100vh - 90px - 30px)
	}
}
@media (min-width:1540px) {
	.navbar.navbar-expand-xl .dropdown-menu {
		max-height: calc(100vh - 120px - 30px)
	}
}
.navbar.navbar-expand-xl .dropdown-menu .dropdown-item {
	font-size: 1rem;
	position: relative;
	padding-left: 30px;
	white-space: normal;
	color: #fff
}
@media (min-width:1200px) {
	.navbar.navbar-expand-xl .dropdown-menu .dropdown-item {
		font-size: .875rem;
		font-weight: 700;
		line-height: 162%;
		position: relative;
		padding-top: 16px;
		padding-bottom: 14px;
		padding-left: 16px;
		border-bottom: 1px solid rgba(255, 255, 255, .25)
	}
	.navbar.navbar-expand-xl .dropdown-menu .dropdown-item::before {
		position: absolute;
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		left: 21px;
		width: 9px;
		height: 14px;
		margin-top: 1px;
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain
	}
}
@media (min-width:1540px) {
	.navbar.navbar-expand-xl .dropdown-menu .dropdown-item {
		font-size: 1rem
	}
}
@media (min-width:1200px) {
	.navbar.navbar-expand-xl .dropdown-menu .dropdown-item:first-child {
		padding-left: 40px;
		border-bottom-color: var(--gold);
		background: -webkit-gradient(linear, left top, right top, color-stop(40%, var(--navy)), to(rgba(0, 138, 204, .8)));
		background: linear-gradient(90deg, var(--navy) 40%, rgba(0, 138, 204, .8) 100%)
	}
}
@media (min-width:1200px) {
	.navbar.navbar-expand-xl .dropdown-menu .dropdown-item:not(:first-child) {
		padding-left: 60px;
		border-bottom-color: rgba(255, 255, 255, .25)
	}
	.navbar.navbar-expand-xl .dropdown-menu .dropdown-item:not(:first-child)::before {
		left: 40px;
		width: 7px;
		height: 12px;
		margin-top: 2px
	}
}
@media (min-width:1200px) {
	.navbar.navbar-expand-xl .dropdown-menu .dropdown-item:not(:first-child) .dropdown-item__arrow {
		left: 40px
	}
}
.navbar.navbar-expand-xl .dropdown-menu .dropdown-item:not(:first-child) .dropdown-item__arrow svg {
	width: 9px;
	height: 14px
}
.navbar.navbar-expand-xl .dropdown-menu .dropdown-item:hover, .navbar.navbar-expand-xl .dropdown-menu .dropdown-item:focus {
	border-bottom-color: rgba(255, 255, 255, .25)!important;
	background: var(--blue)!important
}
.navbar.navbar-expand-xl .dropdown-menu--list {
	list-style: none
}
@media (min-width:1200px) {
	.navbar.navbar-expand-xl .dropdown-menu--list li:first-child .dropdown-item {
		padding-left: 40px;
		border-bottom-color: var(--gold);
		background: var(--green-techno)
	}
}
@media (min-width:1200px) {
	.navbar.navbar-expand-xl .dropdown-menu--list li:not(:first-child) .dropdown-item {
		padding-left: 60px;
		border-bottom-color: rgba(255, 255, 255, .25);
		background: 0 0
	}
	.navbar.navbar-expand-xl .dropdown-menu--list li:not(:first-child) .dropdown-item::before {
		left: 40px;
		width: 7px;
		height: 12px;
		margin-top: 2px
	}
}
@media (min-width:1200px) {
	.navbar.navbar-expand-xl .dropdown-menu--list li:not(:first-child) .dropdown-item .dropdown-item__arrow {
		left: 40px
	}
}
.navbar.navbar-expand-xl .dropdown-menu--list li:not(:first-child) .dropdown-item .dropdown-item__arrow svg {
	width: 9px;
	height: 14px
}
.navbar.navbar-expand-xl .dropdown-menu .dropdown-item__arrow {
	position: absolute;
	top: 3px;
	left: 10px;
	margin-right: 10px
}
@media (min-width:1200px) {
	.navbar.navbar-expand-xl .dropdown-menu .dropdown-item__arrow {
		top: 15px;
		left: 20px
	}
}
@media (max-width:1199.98px) {
	.navbar.navbar-expand-xl .dropdown-menu .dropdown-item__arrow {
		display: none
	}
}
.navbar.navbar-expand-xl .dropdown-menu .dropdown-item__arrow svg path {
	fill: var(--arrow-color-desktop-active)
}
.navbar.navbar-expand-xl .dropdown-menu::-webkit-scrollbar {
	width: 8px
}
.navbar.navbar-expand-xl .dropdown-menu::-webkit-scrollbar-track {
	background: var(--navy-dark);
	-webkit-box-shadow: inset 0 0 6px var(--navy-dark)
}
.navbar.navbar-expand-xl .dropdown-menu::-webkit-scrollbar-thumb {
	border-radius: 8px;
	outline: 0;
	background-color: var(--gold)
}
.navbar.navbar-expand-xl .nav-link {
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 115%;
	width: 100%;
	padding-top: 22px;
	padding-bottom: 22px;
	white-space: nowrap;
	color: #fff
}
@media (min-width:1200px) {
	.navbar.navbar-expand-xl .nav-link {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		height: 90px;
		padding-right: 14px;
		padding-left: 14px;
		color: var(--blue);
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
	.sticky.navbar.navbar-expand-xl .nav-link {
		height: 70px
	}
}
@media (min-width:1540px) {
	.navbar.navbar-expand-xl .nav-link {
		font-size: 1rem;
		height: 110px
	}
	.sticky.navbar.navbar-expand-xl .nav-link {
		height: 90px
	}
}
@media (min-width:1600px) {
	.navbar.navbar-expand-xl .nav-link {
		font-size: 1.0625rem;
		height: 120px;
		padding-right: 20px;
		padding-left: 20px
	}
	.sticky.navbar.navbar-expand-xl .nav-link {
		height: 90px
	}
}
@media (min-width:1200px) and (max-width:1539.98px) {
	.navbar.navbar-expand-xl .nav-link {
		font-size: .875rem;
		padding-right: 12px;
		padding-left: 12px
	}
}
.navbar.navbar-expand-xl .nav-link__button {
	font-size: 18px;
	font-weight: 700;
	font-style: normal;
	line-height: 115%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -16px;
	padding: 21px 16px;
	color: #fff;
	border-top: solid 1px var(--navy);
	background: var(--navy-dark);
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}
.navbar.navbar-expand-xl .nav-link__button svg path {
	fill: #fff
}
.navbar.navbar-expand-xl .nav-link__button span {
	margin-top: 0;
	padding-left: 17px
}
.navbar.navbar-expand-xl .nav-link__button.navbar__button--connect {
	margin-bottom: 30px
}
.navbar.navbar-expand-xl .nav-link:hover {
	color: var(--blue)
}
.navbar.navbar-expand-xl .nav-item>.nav-link, .navbar.navbar-expand-xl .nav-item>.dropdown {
	white-space: nowrap
}
@media (max-width:1199.98px) {
	.navbar.navbar-expand-xl .nav-item>.nav-link, .navbar.navbar-expand-xl .nav-item>.dropdown {
		border-top: solid 1px var(--blue)
	}
}
.navbar.navbar-expand-xl .navbar-brand {
	padding: 0
}
@media (max-width:575.98px) {
	.navbar.navbar-expand-xl .navbar-brand {
		width: calc(100% - 55px)
	}
}
.navbar.navbar-expand-xl .navbar-brand+.hamburger {
	position: absolute;
	right: 0;
	height: 100%
}
@media (min-width:1024px) {
	.navbar.navbar-expand-xl .navbar-brand+.hamburger {
		display: none
	}
}
.navbar.navbar-expand-xl .navbar-brand__main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 16.5px
}
@media (min-width:1600px) {
	.navbar.navbar-expand-xl .navbar-brand__main {
		margin-top: 0;
		margin-bottom: 0
	}
}
@media (min-width:1024px) and (max-width:1199.98px) {
	.navbar.navbar-expand-xl .navbar-brand__main {
		margin-right: 16.5px
	}
}
.navbar.navbar-expand-xl .navbar-brand__main img, .navbar.navbar-expand-xl .navbar-brand__main svg {
	width: auto;
	height: 55px
}
@media (min-width:1600px) {
	.navbar.navbar-expand-xl .navbar-brand__main img, .navbar.navbar-expand-xl .navbar-brand__main svg {
		height: 70px
	}
}
.navbar.navbar-expand-xl .navbar-brand__text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-right: 8px;
	margin-left: 8px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
@media (min-width:576px) {
	.navbar.navbar-expand-xl .navbar-brand__text {
		margin-left: 14px;
		margin-right: 14px
	}
}
@media (min-width:1024px) {
	.navbar.navbar-expand-xl .navbar-brand__text {
		margin-left: 17px;
		margin-right: 17px
	}
}
@media (min-width:1200px) {
	.navbar.navbar-expand-xl .navbar-brand__text {
		max-width: 330px;
		min-width: 150px
	}
}
@media (min-width:1540px) {
	.navbar.navbar-expand-xl .navbar-brand__text {
		min-width: 180px
	}
}
.navbar.navbar-expand-xl .navbar-brand__text span {
	font-size: .75rem;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 1px;
	white-space: normal
}
@media (min-width:576px) {
	.navbar.navbar-expand-xl .navbar-brand__text span {
		font-size: .875rem;
		margin-bottom: 2px
	}
}
@media (min-width:1540px) {
	.navbar.navbar-expand-xl .navbar-brand__text span {
		font-size: 1rem
	}
}
@media (min-width:1600px) {
	.navbar.navbar-expand-xl .navbar-brand__text span {
		font-size: 1.0625rem
	}
}
.navbar.navbar-expand-xl .navbar-brand__text span:first-child {
	color: var(--navy)
}
.navbar.navbar-expand-xl .navbar-brand__text span:nth-child(2) {
	color: var(--blue)
}
.navbar__subnav {
	-webkit-transition: 300ms;
	transition: 300ms
}
@media (min-width:1024px) {
	.navbar__subnav {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		height: 100%;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start
	}
}
@media (max-width:1023.98px) {
	.navbar__subnav {
		position: absolute;
		z-index: -1;
		top: 70px;
		left: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
		height: 60px;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start
	}
	.navbar__subnav.is-hidden {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%)
	}
}
.navbar__subnav .hamburger {
	display: none;
	width: 70px;
	height: 70px;
	-webkit-transition: 300ms;
	transition: 300ms
}
@media (min-width:1024px) {
	.navbar__subnav .hamburger {
		height: 90px;
		-webkit-transition: 0ms;
		transition: 0ms
	}
	.sticky .navbar__subnav .hamburger {
		height: 70px;
		-webkit-transition: 300ms;
		transition: 300ms
	}
}
@media (min-width:1540px) {
	.navbar__subnav .hamburger {
		width: 90px;
		height: 90px
	}
}
@media (min-width:1024px) and (max-width:1199.98px) {
	.navbar__subnav .hamburger {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
}
@media (min-width:1024px) {
	.navbar--intranet {
		-webkit-box-sizing: content-box;
		box-sizing: content-box;
		border-bottom: 2px solid var(--gold)
	}
}
@media (max-width:575.98px) {
	.navbar--intranet .navbar-brand {
		width: auto
	}
}
.navbar--intranet .navbar-brand .navbar-brand__main {
	margin-left: 10px
}
.navbar--intranet.sticky .intranet-tag {
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}
.intranet-tag {
	padding: .5rem .5rem .5rem .3rem;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	-webkit-clip-path: polygon(0 0, 85% 0, 100% 100%, 0 100%);
	clip-path: polygon(0 0, 85% 0, 100% 100%, 0 100%)
}
@media (min-width:1024px) {
	.intranet-tag {
		padding: .5rem 1.5rem .5rem .75rem;
		-webkit-clip-path: polygon(0 0, 75% 0, 100% 100%, 0 100%);
		clip-path: polygon(0 0, 75% 0, 100% 100%, 0 100%)
	}
}
.intranet-tag--gold {
	color: var(--navy);
	background-color: var(--gold)
}
.intranet-tag__text {
	font-size: .7rem;
	font-weight: 700;
	line-height: 1.1
}
@media (min-width:1024px) {
	.intranet-tag__text {
		font-size: .875rem
	}
}
.intranet-tag .las {
	font-size: 1.25rem
}
@media (min-width:1024px) {
	.intranet-tag .las {
		font-size: 1.75rem
	}
	.intranet-tag .las.la-lock {
		font-size: 1.5rem
	}
}
@media (max-width:1199.98px) {
	.dropdown-menu--links {
		position: relative;
		display: block
	}
}
.navbar-expand-xl .hidden-links.dropdown-menu--list {
	overflow: hidden
}
.navbar-expand-xl .hidden-links.dropdown-menu--list .nav-item>a, .navbar-expand-xl .hidden-links.dropdown-menu--list .dropdown-toggle {
	height: auto;
	color: #fff;
	padding: 16px 14px 14px 20px;
	border-bottom: 1px solid rgba(255, 255, 255, .25);
	line-height: 162%;
	font-size: .875rem
}
@media (min-width:1540px) {
	.navbar-expand-xl .hidden-links.dropdown-menu--list .nav-item>a, .navbar-expand-xl .hidden-links.dropdown-menu--list .dropdown-toggle {
		font-size: 1rem
	}
}
@media (min-width:1200px) {
	.navbar-expand-xl .hidden-links.dropdown-menu--list .nav-item>a.show, .navbar-expand-xl .hidden-links.dropdown-menu--list .dropdown-toggle.show {
		border-bottom-color: var(--gold)
	}
}
.navbar-expand-xl .hidden-links.dropdown-menu--list .nav-item>a:hover, .navbar-expand-xl .hidden-links.dropdown-menu--list .dropdown-toggle:hover {
	background-color: var(--navy-dark)
}
.navbar-expand-xl .hidden-links.dropdown-menu--list .nav-item>a .dropdown-toggle__arrow svg path, .navbar-expand-xl .hidden-links.dropdown-menu--list .dropdown-toggle .dropdown-toggle__arrow svg path {
	fill: var(--arrow-color-desktop-active)
}
.navbar-expand-xl .hidden-links.dropdown-menu--list .dropdown-menu {
	position: relative;
	max-height: none
}
.navbar-expand-xl .hidden-links.dropdown-menu--list .dropdown-menu li .dropdown-item {
	padding-left: 60px;
	border-bottom-color: rgba(255, 255, 255, .25);
	background: 0 0;
	font-size: .875rem
}
@media (min-width:1540px) {
	.navbar-expand-xl .hidden-links.dropdown-menu--list .dropdown-menu li .dropdown-item {
		font-size: 1rem
	}
}
.navbar-expand-xl .hidden-links.dropdown-menu--list .dropdown-menu li .dropdown-item .dropdown-item__arrow {
	left: 40px
}
.navbar-expand-xl .nav-item-more {
	position: relative
}
@media (min-width:1200px) {
	.navbar-expand-xl .nav-item-more>.dropdown-menu {
		left: auto;
		right: 0
	}
}
@media (max-width:1199.98px) {
	.navbar-expand-xl .nav-item-more>.dropdown-menu {
		display: block;
		position: relative
	}
}
.navbar-expand-xl .nav-item-more .dropdown-toggle--more {
	padding-left: 8px
}
@media (max-width:1199.98px) {
	.navbar-expand-xl .nav-item-more .dropdown-toggle--more {
		display: none
	}
}
.navbar-expand-xl .nav-item-more .dropdown-toggle--more .las {
	font-size: 1.5rem;
	color: var(--blue)
}
.navbar-expand-xl .nav-item-more .dropdown-toggle--more:hover {
	background-color: var(--navy);
	color: #fff
}
.navbar-expand-xl .nav-item-more .dropdown-toggle--more:hover .las {
	color: var(--arrow-color-desktop-active)
}
.navbar-expand-xl .nav-item-more .dropdown-toggle--more.show {
	background-color: var(--navy)
}
.navbar-expand-xl .nav-item-more .dropdown-toggle--more.show .las {
	color: var(--arrow-color-desktop-active)
}
.navbar__button {
	font-size: .75rem;
	font-weight: 700;
	line-height: 162%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	height: 100%;
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
@media (min-width:1024px) {
	.navbar__button {
		width: auto;
		height: 90px
	}
	.sticky .navbar__button {
		height: 70px;
		-webkit-transition: 300ms;
		transition: 300ms
	}
}
@media (min-width:1540px) {
	.navbar__button {
		height: 110px
	}
	.sticky .navbar__button {
		height: 90px
	}
}
@media (min-width:1600px) {
	.navbar__button {
		height: 120px
	}
	.sticky .navbar__button {
		height: 90px
	}
}
@media (min-width:1024px) and (max-width:1539.98px) {
	.navbar__button {
		padding-right: 12px;
		padding-left: 12px
	}
}
.navbar__button:hover {
	text-decoration: none;
	color: #fff
}
.navbar__button--gold {
	color: var(--navy-dark);
	background-color: var(--green-techno)
}
.navbar__button--gold:hover {
	text-decoration: none;
	color: var(--navy-dark)
}
.navbar__button--blue {
	background-color: var(--blue)
}
.navbar__button--blue.is-active, .explore-is-active .navbar__button--explore {
	background-color: var(--navy)
}
.navbar__button--blue.is-active svg, .explore-is-active .navbar__button--explore svg, .navbar__button--blue.is-active img, .explore-is-active .navbar__button--explore img {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}
.navbar__button--blue.is-active+.navbar__button, .explore-is-active .navbar__button--explore+.navbar__button {
	background-color: var(--navy-dark)
}
.navbar__button--blue.is-active+.navbar__button::after, .explore-is-active .navbar__button--explore+.navbar__button::after {
	display: none
}
.navbar__button--blue.is-active~.navbar__button--connect::after, .explore-is-active .navbar__button--explore~.navbar__button--connect::after {
	display: none
}
.navbar__button--navy {
	background-color: var(--navy)
}
@media (min-width:1024px) {
	.navbar__button--call-to-action {
		font-size: .875rem;
		padding-right: 12px;
		padding-left: 12px;
		text-transform: capitalize
	}
	.navbar__button--call-to-action svg, .navbar__button--call-to-action img {
		display: none
	}
	.navbar__button--call-to-action span {
		white-space: nowrap
	}
}
@media (min-width:1540px) {
	.navbar__button--call-to-action {
		font-size: 1rem;
		padding-right: 50px;
		padding-left: 50px
	}
	.navbar__button--call-to-action svg, .navbar__button--call-to-action img {
		display: none
	}
}
@media (min-width:1600px) {
	.navbar__button--call-to-action {
		font-size: 1.0625rem
	}
}
@media (max-width:1023.98px) {
	.navbar__button--call-to-action svg, .navbar__button--call-to-action img {
		width: 12px;
		height: 14px
	}
	.navbar__button--call-to-action span {
		margin-top: 3px
	}
}
@media (min-width:1024px) {
	.navbar__button--explore {
		font-size: .875rem;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		padding-right: 12px;
		padding-left: 12px;
		text-transform: capitalize
	}
	.navbar__button--explore svg, .navbar__button--explore img {
		margin-left: 10px;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2
	}
}
@media (min-width:1024px) and (min-width:1540px) {
	.navbar__button--explore svg, .navbar__button--explore img {
		margin-left: 13px
	}
}
@media (min-width:1024px) {
	.navbar__button--explore span {
		white-space: nowrap
	}
}
@media (min-width:1540px) {
	.navbar__button--explore {
		font-size: 1rem
	}
}
@media (min-width:1600px) {
	.navbar__button--explore {
		font-size: 1.0625rem
	}
}
@media (max-width:1023.98px) {
	.navbar__button--explore svg, .navbar__button--explore img {
		width: 14px;
		height: 8px
	}
	.navbar__button--explore span {
		margin-top: 5px
	}
}
.navbar__button--connect {
	position: relative
}
@media (min-width:1540px) {
	.navbar__button--connect {
		font-size: .875rem;
		padding-right: 12px;
		padding-left: 12px
	}
	.navbar__button--connect svg, .navbar__button--connect img {
		width: 26px;
		height: 26px;
		margin-bottom: 10px
	}
}
@media (min-width:1024px) {
	.navbar__button--connect svg, .navbar__button--connect img {
		width: 20px
	}
	.navbar__button--connect span {
		margin-top: 10px;
		text-transform: none;
		white-space: nowrap
	}
	.navbar__button--connect::after {
		position: absolute;
		display: block;
		content: "";
		z-index: -1;
		top: 75%;
		width: 100%;
		height: 101px;
		background-image: url("data:image/svg+xml,%3Csvg width='124' height='101' viewBox='0 0 124 101' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M124 101L0 30.4165L0 0H124V101Z' fill='%23004377'/%3E%3C/svg%3E%0A");
		background-repeat: no-repeat
	}
}
@media (min-width:1024px) and (min-width:1540px) {
	.navbar__button--connect::after {
		top: 100%
	}
}
@media (max-width:1023.98px) {
	.navbar__button--connect svg, .navbar__button--connect img {
		width: 14px;
		height: 14px
	}
	.navbar__button--connect span {
		margin-top: 2px
	}
}
.navbar-nav--secondary {
	margin-top: 30px
}
@media (min-width:1024px) {
	.navbar-nav--secondary {
		display: none
	}
}
.navbar-nav--secondary .nav-item {
	padding-top: 12px;
	padding-bottom: 10px;
	border: 0!important
}
.navbar-nav--secondary .nav-item.nav-item--highlight a {
	color: var(--gold)
}
.navbar-nav--secondary .nav-item a {
	color: #fff
}
.explore-is-active .navbar__button--connect {
	background-color: var(--navy-dark)
}
.explore-is-active .navbar__button--connect:after {
	display: none
}
.explore {
	position: fixed;
	z-index: 1029;
	visibility: hidden;
	width: 100%;
	padding: 20px 15px;
	-webkit-transition: 300ms;
	transition: 300ms;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	color: #fff;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(17.71%, var(--navy)), color-stop(97.4%, var(--blue)));
	background: linear-gradient(180deg, var(--navy) 17.71%, var(--blue) 97.4%)
}
@media (min-width:1024px) {
	.explore {
		top: 90px;
		overflow-y: auto;
		height: calc(100vh - 90px);
		width: calc(100% + 17px);
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%)
	}
}
@media (min-width:1540px) {
	.explore {
		top: 90px;
		height: calc(100vh - 90px);
		padding-right: 50px;
		padding-left: 50px
	}
}
@media (min-width:1600px) {
	.explore {
		top: 120px;
		height: calc(100vh - 120px);
		padding-right: 83px
	}
}
@media (max-width:1023.98px) {
	.explore {
		overflow-y: scroll
	}
}
@media (max-width:1023.98px) {
	.explore {
		z-index: 10000;
		top: 0;
		height: 100vh
	}
}
.explore.collapse:not(.show) {
	display: block
}
.explore.collapsing {
	overflow-y: auto;
	height: auto;
	-webkit-transition: 300ms;
	transition: 300ms
}
.explore::before {
	position: absolute;
	display: block;
	content: "";
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: .042;
	background-image: url(/sbbs/isbp2026/t4media/grid-repeat.png);
	background-repeat: repeat;
	background-size: 362px 210px
}
.explore.is-open {
	display: block;
	visibility: visible;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	overflow-x: hidden;
	overflow-y: auto;
	-ms-scroll-chaining: none;
	overscroll-behavior: contain
}
.explore .form-group {
	width: calc(100% - 70px);
	margin-bottom: 0
}
.explore .form-group .form-control {
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 162%;
	width: 100%;
	height: 70px;
	color: var(--navy);
	border: 0;
	border-radius: 0
}
@media (min-width:1024px) {
	.explore .form-group .form-control {
		min-width: 500px
	}
}
@media (min-width:1024px) and (max-width:1539.98px) {
	.explore .form-group .form-control {
		font-size: 1rem;
		height: 50px
	}
}
.explore button {
	width: 70px;
	height: 70px;
	border: 0;
	background-color: #fff;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}
@media (min-width:1024px) and (max-width:1539.98px) {
	.explore button {
		width: 50px;
		height: 50px
	}
	.explore button svg, .explore button img {
		width: 25px;
		height: 25px
	}
}
.explore .hamburger {
	margin-left: auto
}
@media (min-width:1024px) {
	.explore .hamburger {
		display: none
	}
}
@media (min-width:1024px) {
	.sticky+.explore {
		top: 70px;
		height: calc(100vh - 70px)
	}
}
@media (min-width:1540px) {
	.sticky+.explore {
		top: 70px;
		height: calc(100vh - 70px)
	}
}
@media (min-width:1600px) {
	.sticky+.explore {
		top: 90px;
		height: calc(100vh - 90px)
	}
}
.explore__top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	max-width: 1750px
}
@media (min-width:1024px) {
	.explore__top {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
}
@media (min-width:1540px) {
	.explore__top {
		margin-top: 60px
	}
}
.explore__heading {
	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
}
@media (min-width:576px) {
	.explore__heading {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap
	}
}
.explore__heading>a {
	font-size: 1.125rem;
	margin-bottom: 20px;
	color: #fff
}
@media (min-width:576px) {
	.explore__heading>a {
		margin-bottom: 15px
	}
}
@media (min-width:1024px) {
	.explore__heading>a {
		font-size: 1rem;
		margin-bottom: 0
	}
}
@media (min-width:1540px) {
	.explore__heading>a {
		font-size: 1.125rem
	}
}
.explore__heading>h2, .explore__heading>.h2 {
	font-size: calc(1.35rem + .9vw);
	font-weight: 700;
	line-height: 150%;
	display: block;
	width: 100%;
	margin-bottom: 15px;
	color: #fff
}
@media (min-width:1600px) {
	.explore__heading>h2, .explore__heading>.h2 {
		font-size: 2.25rem
	}
}
@media (min-width:576px) {
	.explore__heading>h2, .explore__heading>.h2 {
		margin-right: 30px;
		width: auto
	}
}
@media (min-width:1024px) {
	.explore__heading>h2, .explore__heading>.h2 {
		margin-right: 30px;
		margin-bottom: 0
	}
}
.explore__menu {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 1750px;
	margin-top: 25px;
	margin-bottom: 15px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}
@media (min-width:1540px) {
	.explore__menu {
		margin-top: 60px;
		margin-bottom: 72px
	}
}
@media (max-width:1023.98px) {
	.explore__menu {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}
.explore__menu h3, .explore__menu .h3 {
	font-size: calc(1.2625rem + .1125vw);
	font-weight: 700;
	line-height: 150%;
	font-weight: 900;
	margin-bottom: 16px;
	color: #fff
}
@media (min-width:1600px) {
	.explore__menu h3, .explore__menu .h3 {
		font-size: 1.375rem
	}
}
@media (min-width:1024px) and (max-width:1599.98px) {
	.explore__menu h3, .explore__menu .h3 {
		font-size: 1.125rem
	}
}
@media (min-width:1540px) {
	.explore__menu h3, .explore__menu .h3 {
		margin-bottom: 30px
	}
}
@media (max-width:1023.98px) {
	.explore__menu h3, .explore__menu .h3 {
		margin-top: 22px;
		margin-bottom: 22px
	}
}
@media (min-width:1024px) and (max-width:1539.98px) {
	.explore__menu h3, .explore__menu .h3 {
		font-size: 1.125rem
	}
}
.explore__menu ul {
	margin-bottom: 0;
	padding-left: 0;
	list-style: none
}
@media (max-width:1023.98px) {
	.explore__menu ul {
		padding-left: 30px
	}
}
.explore__menu ul li {
	margin-bottom: 5px
}
@media (min-width:1540px) {
	.explore__menu ul li {
		margin-bottom: 10px
	}
}
@media (min-width:1600px) {
	.explore__menu ul li {
		margin-bottom: 16px
	}
}
.explore__menu ul li a {
	font-size: 1.125rem;
	line-height: 1.62;
	display: inline-block;
	color: #fff
}
@media (min-width:1024px) {
	.explore__menu ul li a {
		font-size: .875rem
	}
}
@media (min-width:1540px) {
	.explore__menu ul li a {
		font-size: 1.125rem
	}
}
.explore__menu ul li a:hover {
	color: var(--gold)
}
@media (min-width:1024px) {
	.explore__item {
		width: calc(100%/6)
	}
	.explore__item ul.collapse:not(.show) {
		display: block
	}
}
@media (min-width:1540px) {
	.explore__item {
		width: auto
	}
}
@media (max-width:1023.98px) {
	.explore__item {
		position: relative;
		border-bottom: 1px solid rgba(var(--blue), .5)
	}
	.explore__item h3::after, .explore__item .h3::after {
		position: absolute;
		display: block;
		content: "";
		top: 35px;
		right: 0;
		width: 15px;
		height: 9px;
		background-image: url("data:image/svg+xml,%3Csvg width='15' height='9' viewBox='0 0 15 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.33211 0.292893C1.94158 -0.0976311 1.30842 -0.0976311 0.917893 0.292893C0.527369 0.683418 0.527369 1.31658 0.917893 1.70711L6.93569 7.7249C7.10654 7.89576 7.32384 7.99186 7.54694 8.01322C7.64168 8.02229 7.73745 8.01788 7.83117 7.99999C8.02123 7.96373 8.2028 7.87203 8.34993 7.7249L14.3677 1.70711C14.7582 1.31658 14.7582 0.683418 14.3677 0.292893C13.9772 -0.0976311 13.344 -0.0976311 12.9535 0.292893L7.64281 5.60359L2.33211 0.292893Z' fill='white'/%3E%3C/svg%3E%0A")
	}
	.explore__item h3[aria-expanded=true]::after, .explore__item .h3[aria-expanded=true]::after {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg)
	}
}
@media (min-width:1024px) {
	.explore__item:not(:last-child) {
		margin-right: 16px
	}
}
@media (min-width:1200px) {
	.explore__item:not(:last-child) {
		margin-right: 24px
	}
}
@media (min-width:1540px) {
	.explore__item:not(:last-child) {
		margin-right: 50px
	}
}
.explore__footer {
	margin-top: 30px;
	margin-bottom: 30px
}
.explore__socials {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 15px;
	margin-bottom: 0;
	padding-left: 0;
	list-style: none
}
@media (min-width:1540px) {
	.explore__socials {
		gap: 20px
	}
}
.explore__socials li a {
	font-size: 1.125rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 38px;
	height: 38px;
	color: var(--navy);
	border-radius: 50%;
	background-color: #fff;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
@media (min-width:1540px) {
	.explore__socials li a {
		font-size: calc(1.3rem + .45vw);
		width: 48px;
		height: 48px
	}
}
@media (min-width:1540px) and (min-width:1600px) {
	.explore__socials li a {
		font-size: 1.75rem
	}
}
.component-1 {
	position: relative;
	overflow: hidden
}
.component-1__image {
	position: relative;
	z-index: -1;
	height: 550px
}
@media (min-width:1540px) {
	.component-1__image {
		height: 700px
	}
}
@media (min-width:1600px) {
	.component-1__image {
		height: 721px
	}
}
@media (max-width:1199.98px) {
	.component-1__image {
		height: 45vw;
		min-height: 250px
	}
}
.component-1__image img {
	position: absolute;
	z-index: -2;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}
.component-1__image:before {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: linear-gradient(79.8deg, rgba(0, 67, 119, .75) 10.83%, rgba(0, 138, 204, .5) 34.58%, rgba(0, 138, 204, 0) 54.19%, rgba(250, 210, 57, 0) 76.51%, rgba(107, 190, 81, .2) 86.91%)
}
.component-1__image:after {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
	opacity: .25;
	background: linear-gradient(33.94deg, var(--green-bright) 0%, rgba(250, 210, 57, .1) 39.46%);
	background-blend-mode: overlay
}
@media (min-width:1024px) {
	.component-1__wrapper {
		position: absolute;
		top: 50%;
		right: 0;
		left: 0;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%)
	}
}
@media (max-width:1023.98px) {
	.component-1__wrapper {
		background: var(--navy)
	}
}
.component-1__overlay {
	position: relative;
	padding: 30px 15px 18px
}
@media (min-width:1024px) {
	.component-1__overlay {
		max-width: 550px;
		padding: 50px 40px 46px 40px;
		background: #fff
	}
}
@media (min-width:1540px) {
	.component-1__overlay {
		max-width: 690px;
		padding: 84px 46px 80px 60px
	}
}
.component-1__quote {
	position: absolute;
	top: 10px;
	left: 60px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}
.component-1__quote svg path {
	fill: var(--green-bright)
}
@media (max-width:1023.98px) {
	.component-1__quote {
		right: 0;
		left: 0;
		margin: auto;
		text-align: center
	}
}
@media (max-width:1539.98px) {
	.component-1__quote {
		top: -10px
	}
	.component-1__quote svg {
		width: 70px;
		height: auto
	}
}
.component-1__quote--hidden {
	display: none
}
.component-1 h5, .component-1 .h5 {
	color: #fff
}
@media (min-width:1024px) {
	.component-1 h5, .component-1 .h5 {
		margin-bottom: 0;
		color: var(--navy-dark)
	}
}
.component-1__author {
	font-size: 1rem;
	font-family: "Lato", sans-serif;
	font-weight: 700;
	line-height: 135%;
	display: block;
	margin-top: 28px;
	color: var(--blue)
}
@media (min-width:1540px) {
	.component-1__author {
		font-size: calc(1.2625rem + .1125vw);
		margin-top: 58px
	}
}
@media (min-width:1540px) and (min-width:1600px) {
	.component-1__author {
		font-size: 1.375rem
	}
}
@media (max-width:1023.98px) {
	.component-1__author {
		display: none
	}
}
.component-1__link {
	margin-top: 28px
}
@media (min-width:1540px) {
	.component-1__link {
		margin-top: 58px
	}
}
.component-1 .swiper-slide {
	overflow: hidden
}
.section--component-2 {
	background: var(--navy)
}
.component-2 {
	position: relative;
	overflow: hidden;
	height: 550px
}
@media (min-width:1540px) {
	.component-2 {
		height: 700px
	}
}
@media (min-width:1600px) {
	.component-2 {
		height: 721px
	}
}
.component-2__pattern {
	opacity: 5%
}
.component-2__wrapper {
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	margin: auto;
	padding: 0 144px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center
}
@media (max-width:1023.98px) {
	.component-2__wrapper {
		padding: 0 90px
	}
}
@media (max-width:767.98px) {
	.component-2__wrapper {
		padding: 0
	}
}
.component-2__overlay {
	position: relative;
	max-width: 584px;
	margin: auto
}
@media (max-width:1023.98px) {
	.component-2__overlay {
		margin-top: -40px;
		padding: 40px 0
	}
}
@media (min-width:1024px) and (max-width:1539.98px) {
	.component-2__overlay {
		margin-top: -20px
	}
}
.component-2 h5, .component-2 .h5 {
	color: #fff
}
.component-2__quote {
	position: absolute;
	top: 10px;
	left: -34px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transform: translateY(-50%) translateX(-100%);
	transform: translateY(-50%) translateX(-100%)
}
.component-2__quote svg path {
	fill: var(--green-bright)
}
@media (max-width:1023.98px) {
	.component-2__quote {
		left: 0;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%)
	}
}
@media (min-width:1024px) and (max-width:1539.98px) {
	.component-2__quote {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end
	}
}
.component-2__quote svg {
	height: auto
}
@media (max-width:767.98px) {
	.component-2__quote svg {
		width: 35%
	}
}
@media (max-width:1539.98px) {
	.component-2__quote svg {
		width: 50%
	}
}
.component-2__quote~.component-2__quote {
	top: 100%;
	right: 0;
	left: auto;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-transform: translateY(-50%) translateX(100%);
	transform: translateY(-50%) translateX(100%)
}
@media (max-width:1023.98px) {
	.component-2__quote~.component-2__quote {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%)
	}
}
@media (min-width:1024px) and (max-width:1539.98px) {
	.component-2__quote~.component-2__quote {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: start
	}
}
.component-2__quote~.component-2__quote svg {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}
.component-2__quote--hidden {
	display: none
}
.component-2__portrait {
	position: relative;
	overflow: hidden;
	width: 150px;
	height: 150px;
	margin: 0 auto 50px;
	border-radius: 50%
}
@media (min-width:1200px) {
	.component-2__portrait {
		width: 200px;
		height: 200px;
		margin: 0 auto 70px
	}
}
.component-2__portrait img {
	width: 100%
}
.component-2__author {
	font-size: 1rem;
	font-family: "Lato", sans-serif;
	font-weight: 700;
	line-height: 135%;
	display: block;
	margin-top: 28px;
	color: #fff
}
@media (min-width:1540px) {
	.component-2__author {
		font-size: calc(1.2625rem + .1125vw);
		margin-top: 58px
	}
}
@media (min-width:1540px) and (min-width:1600px) {
	.component-2__author {
		font-size: 1.375rem
	}
}
.component-2__link {
	margin-top: 28px
}
@media (min-width:1540px) {
	.component-2__link {
		margin-top: 58px
	}
}
.section--component-3 {
	background: var(--green-rich)
}
.section--component-3.section--navy {
	background: var(--navy)
}
.section--component-3.section--navy .component-3 .swiper-slide:hover .component-3__item {
	background-color: var(--green-rich)
}
.component-3 {
	position: relative;
	padding: 40px 0 30px
}
@media (min-width:1540px) {
	.component-3 {
		padding: 60px 0 60px;
		margin-top: 0;
		margin-bottom: 0
	}
}
@media (min-width:1600px) {
	.component-3 {
		padding: 120px 0 120px
	}
}
.component-3 h2, .component-3 .h2 {
	margin-bottom: 15px;
	font-size: calc(1.375rem + 1.125vw);
	font-weight: 900;
	line-height: 135%;
	color: #fff
}
@media (min-width:1540px) {
	.component-3 h2, .component-3 .h2 {
		margin-bottom: 30px
	}
}
@media (min-width:1600px) {
	.component-3 h2, .component-3 .h2 {
		font-size: 2.5rem
	}
}
@media (min-width:1024px) and (max-width:1599.98px) {
	.component-3 h2, .component-3 .h2 {
		font-size: calc(1.325rem + .675vw)
	}
}
@media (min-width:1024px) and (max-width:1599.98px) and (min-width:1600px) {
	.component-3 h2, .component-3 .h2 {
		font-size: 2rem
	}
}
.component-3__subtitle {
	color: #fff
}
@media (min-width:768px) {
	.component-3__subtitle {
		padding-right: 150px
	}
}
@media (min-width:1200px) {
	.component-3__subtitle {
		padding-right: 200px
	}
}
.component-3__wrapper {
	overflow: hidden
}
.component-3__item {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 310px;
	height: 310px;
	margin: auto;
	-webkit-transition: all .1s ease;
	transition: all .1s ease;
	background: #fff
}
@media (min-width:1540px) {
	.component-3__item {
		width: 330px;
		height: 330px
	}
}
.component-3__item--icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: var(--green-bright);
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
.component-3__item--icon i {
	font-size: calc(1.625rem + 3.375vw);
	line-height: 1.1
}
@media (min-width:1600px) {
	.component-3__item--icon i {
		font-size: 5rem
	}
}
.component-3__item--head {
	color: var(--navy)
}
.component-3__box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin: auto;
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
@media (min-width:1540px) {
	.component-3__box {
		padding-right: 30px;
		padding-left: 30px
	}
}
.component-3 .stats-carousel .swiper-button-prev, .component-3 .stats-carousel .swiper-button-next {
	top: -18px
}
@media (min-width:1540px) {
	.component-3 .stats-carousel .swiper-button-prev, .component-3 .stats-carousel .swiper-button-next {
		top: -40px
	}
}
.component-3 .swiper-slide {
	position: relative;
	width: 310px;
	height: 310px
}
.component-3 .swiper-slide .component-3__item {
	-webkit-transition: all .2s ease;
	transition: all .2s ease
}
@media (min-width:768px) {
	.component-3 .swiper-slide {
		margin-top: 30px;
		margin-bottom: 30px
	}
}
@media (min-width:1540px) {
	.component-3 .swiper-slide {
		width: 330px;
		height: 390px;
		margin-top: 0;
		margin-bottom: 0
	}
}
@media (max-width:767.98px) {
	.component-3 .swiper-slide {
		width: 325px;
		max-width: 325px
	}
}
.component-3 .swiper-slide:hover .component-3__item {
	margin: auto;
	color: #fff;
	background: var(--navy)
}
.component-3 .swiper-slide:hover .component-3__item--head {
	color: #fff
}
@media (min-width:576px) {
	.component-3 .swiper-slide:hover .component-3__item {
		-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .5);
		box-shadow: 0 0 30px rgba(0, 0, 0, .5);
		-webkit-transform: scale(1.05);
		transform: scale(1.05);
		-webkit-transition: all .2s ease;
		transition: all .2s ease
	}
}
.component-3 .swiper-slide:hover i {
	color: var(--gold)
}
.section--component-4 {
	background: #fff
}
@media (max-width:767.98px) {
	.section--component-4.polygon:before, .section--component-4.polygon:after {
		width: 7.5vw
	}
}
.component-4 {
	position: relative;
	z-index: 1;
	padding: 40px 0 20px
}
@media (min-width:1540px) {
	.component-4 {
		padding: 60px 0 45px
	}
}
@media (min-width:1600px) {
	.component-4 {
		padding: 140px 0 110px
	}
}
@media (min-width:768px) and (max-width:1023.98px) {
	.component-4 .container {
		max-width: 720px
	}
}
.component-4 h2, .component-4 .h2 {
	margin-bottom: 15px;
	font-size: calc(1.375rem + 1.125vw);
	font-weight: 900;
	line-height: 135%
}
@media (min-width:1540px) {
	.component-4 h2, .component-4 .h2 {
		margin-bottom: 30px
	}
}
@media (min-width:1600px) {
	.component-4 h2, .component-4 .h2 {
		font-size: 2.5rem
	}
}
@media (min-width:1024px) and (max-width:1599.98px) {
	.component-4 h2, .component-4 .h2 {
		font-size: calc(1.325rem + .675vw)
	}
}
@media (min-width:1024px) and (max-width:1599.98px) and (min-width:1600px) {
	.component-4 h2, .component-4 .h2 {
		font-size: 2rem
	}
}
.component-4__subtitle {
	margin-bottom: 30px
}
@media (min-width:1200px) {
	.component-4__subtitle {
		padding-right: 200px
	}
}
.component-4__item {
	position: relative;
	margin: auto auto 15px
}
@media (min-width:576px) {
	.component-4__item {
		margin: auto auto 24px;
		padding-top: 100%
	}
}
.component-4__box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	height: 100%;
	padding: 40px 30px;
	-webkit-transition: 300ms;
	transition: 300ms;
	text-align: center
}
@media (min-width:576px) {
	.component-4__box {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		padding: 65px 30px
	}
}
@media (max-width:575.98px) {
	.component-4__box {
		padding-top: 45px;
		padding-bottom: 60px;
		min-height: 230px
	}
}
@media (min-width:1024px) and (max-width:1539.98px) {
	.component-4__box {
		padding: 40px 20px
	}
}
.component-4__box--navy {
	color: #fff;
	background: var(--navy)
}
.component-4__box--navy:hover {
	color: #fff
}
.component-4__box--gold {
	color: var(--navy);
	background: var(--gold)
}
.component-4__box--gold:hover {
	color: var(--navy)
}
.component-4__box--blue {
	color: #fff;
	background: var(--blue)
}
.component-4__box--blue:hover {
	color: #fff
}
.component-4__box--green-bright {
	color: var(--navy);
	background: var(--green-bright)
}
.component-4__box--green-bright:hover {
	color: var(--navy)
}
.component-4__box h5, .component-4__box .h5 {
	text-decoration: none;
	color: inherit
}
.component-4__box:hover {
	text-decoration: none;
	-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .5);
	box-shadow: 0 0 30px rgba(0, 0, 0, .5)
}
.section--component-5 {
	background: var(--orange)
}
.component-5 {
	padding: 40px 0 40px;
	text-align: center;
	color: #fff
}
@media (min-width:1540px) {
	.component-5 {
		padding: 60px 0 50px
	}
}
.component-5 h2, .component-5 .h2 {
	margin-bottom: 15px;
	color: #fff
}
.component-5__title {
	font-size: calc(1.275rem + .225vw);
	font-weight: 700
}
@media (min-width:1600px) {
	.component-5__title {
		font-size: 1.5rem
	}
}
.component-5 address {
	font-size: 1.2rem;
	line-height: 175%;
	display: block;
	margin-bottom: 15px;
	color: #fff
}
.component-5 address a {
	text-decoration: underline;
	color: inherit
}
.component-5__social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0;
	margin-top: 30px;
	padding: 0;
	gap: 15px;
	list-style: none;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
.component-5__social li {
	margin: 0
}
.component-5__social a {
	font-size: 26px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 40px;
	height: 40px;
	text-decoration: none;
	color: #fff;
	border-radius: 50%;
	background: var(--navy);
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
.section--component-6 {
	background: var(--blue)
}
.section--component-6 ol:not([class]) li:before, .section--component-6 ol[style="list-style-type: lower-alpha;"] li:before {
	color: var(--gold)
}
.section--component-6 ul:not([class])>li:before {
	background: var(--gold)
}
.section--component-6 ul:not([class]) li ul>li:before, .section--component-6 ol:not([class]) li ul>li:before, .section--component-6 ol[style="list-style-type: lower-alpha;"] li ul>li:before {
	background: 0 0;
	border-color: var(--gold)
}
.section--component-6 ul:not([class]) li ul>li:before, .section--component-6 ol:not([class]) li ul>li:before, .section--component-6 ol[style="list-style-type: lower-alpha;"] li ul>li:before {
	background: 0 0;
	border-color: var(--gold)
}
.section--component-6.section--green-rich {
	background: var(--green-rich)
}
.section--component-6.section--green-rich .component-6__content a:not(.btn) {
	text-decoration: underline;
	color: #fff
}
.section--component-6.section--green-rich .component-6__content blockquote {
	background-color: var(--navy)
}
.section--component-6.section--gold {
	background: var(--gold)
}
.section--component-6.section--gold h1, .section--component-6.section--gold .h1, .section--component-6.section--gold h2, .section--component-6.section--gold .h2, .section--component-6.section--gold h3, .section--component-6.section--gold .h3, .section--component-6.section--gold h4, .section--component-6.section--gold .h4, .section--component-6.section--gold h5, .section--component-6.section--gold .h5, .section--component-6.section--gold h6, .section--component-6.section--gold .h6 {
	color: var(--navy)!important
}
.section--component-6.section--gold ul:not([class]) li:before {
	background: var(--blue)
}
.section--component-6.section--gold ol:not([class]) li:before, .section--component-6.section--gold ol[style="list-style-type: lower-alpha;"] li:before {
	color: var(--blue)
}
.section--component-6.section--gold ul:not([class]) li ul>li:before, .section--component-6.section--gold ol:not([class]) li ul>li:before, .section--component-6.section--gold ol[style="list-style-type: lower-alpha;"] li ul>li:before {
	background: 0 0;
	border-color: var(--blue)
}
.section--component-6.section--gold ul:not([class]) li ol>li:before, .section--component-6.section--gold ol:not([class]) li ol>li:before, .section--component-6.section--gold ol[style="list-style-type: lower-alpha;"] li ol>li:before {
	background: 0 0
}
.section--component-6.section--gold tr, .section--component-6.section--gold th, .section--component-6.section--gold td {
	color: var(--navy)!important
}
.section--component-6.section--gold p {
	color: #3d4c57
}
.section--component-6.section--gold a:not(.btn), .section--component-6.section--gold li {
	color: var(--navy)
}
.section--component-6.section--gold .table-striped th {
	color: #fff!important
}
.section--component-6.section--navy {
	background: var(--navy)
}
.section--component-6.section--navy .component-6__content a:not(.btn) {
	text-decoration: underline;
	color: #fff
}
.section--component-6.section--navy ol:not([class]) li:before, .section--component-6.section--navy ol[style="list-style-type: lower-alpha;"] li:before {
	color: var(--green-bright)
}
.section--component-6.section--navy ul:not([class])>li:before {
	background: var(--green-bright)
}
.section--component-6.section--navy ul:not([class]) li ul>li:before, .section--component-6.section--navy ol:not([class]) li ul>li:before, .section--component-6.section--navy ol[style="list-style-type: lower-alpha;"] li ul>li:before {
	background: 0 0;
	border-color: var(--green-bright)
}
.section--component-6.section--white {
	background: #fff
}
.section--component-6.section--white h1, .section--component-6.section--white .h1, .section--component-6.section--white h2, .section--component-6.section--white .h2, .section--component-6.section--white h3, .section--component-6.section--white .h3, .section--component-6.section--white h4, .section--component-6.section--white .h4, .section--component-6.section--white h5, .section--component-6.section--white .h5, .section--component-6.section--white h6, .section--component-6.section--white .h6 {
	color: var(--navy)!important
}
.section--component-6.section--white tr, .section--component-6.section--white td, .section--component-6.section--white th {
	color: var(--navy)!important
}
.section--component-6.section--white p, .section--component-6.section--white li {
	color: #3d4c57
}
.section--component-6.section--white a:not(.btn) {
	color: var(--navy)
}
.section--component-6.section--white .table-striped th {
	color: #fff!important
}
.section--component-6.section--white ol:not([class]) li:before, .section--component-6.section--white ol[style="list-style-type: lower-alpha;"] li:before {
	color: var(--green-bright)
}
.section--component-6.section--white ul:not([class])>li:before {
	background: var(--green-bright)
}
.section--component-6.section--white ul:not([class]) li ul>li:before, .section--component-6.section--white ol:not([class]) li ul>li:before, .section--component-6.section--white ol[style="list-style-type: lower-alpha;"] li ul>li:before {
	background: 0 0;
	border-color: var(--green-bright)
}
.component-6 {
	position: relative;
	padding: 60px 0 40px;
	text-align: center;
	color: #fff
}
.component-6 h1, .component-6 .h1, .component-6 h2, .component-6 .h2, .component-6 h3, .component-6 .h3, .component-6 h4, .component-6 .h4, .component-6 h5, .component-6 .h5, .component-6 h6, .component-6 .h6 {
	color: #fff!important
}
@media (min-width:576px) {
	.component-6 {
		padding: 86px 0 90px
	}
}
@media (min-width:1024px) {
	.component-6 {
		padding: 40px 40px
	}
}
@media (min-width:1540px) {
	.component-6 {
		padding: 60px 0 60px
	}
}
.component-6 .col-12:first-child {
	text-align: left
}
@media (max-width:1023.98px) {
	.component-6 .video-embed {
		margin-bottom: 30px
	}
}
.component-6 img {
	width: 100%;
	max-width: 100%
}
@media (max-width:1023.98px) {
	.component-6 img {
		margin-bottom: 30px
	}
}
.component-6 .btn {
	margin-top: 15px
}
@media (min-width:1024px) {
	.component-6 .btn {
		margin-top: 25px
	}
}
.component-6 .btn .more {
	display: none
}
.component-6 .btn.collapsed svg {
	margin-top: -2px
}
.component-6 .btn.collapsed .more {
	display: inline-block
}
.component-6 .btn.collapsed .less {
	display: none
}
.component-6 .btn[aria-expanded=true] svg {
	margin-top: -5px;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}
.component-6__content {
	text-align: left
}
.component-6__content a:not(.btn) {
	text-decoration: underline;
	color: #fff
}
.component-6 tr, .component-6 td {
	color: #fff!important
}
.component-6 th {
	color: #fff!important
}
.component-6 th, .component-6 td {
	border-bottom: solid 1px #bdbdbd!important
}
.component-6 h2, .component-6 .h2 {
	font-size: calc(1.375rem + 1.125vw);
	font-weight: 900;
	line-height: 135%;
	margin-bottom: 20px
}
@media (min-width:1600px) {
	.component-6 h2, .component-6 .h2 {
		font-size: 2.5rem
	}
}
@media (min-width:1024px) and (max-width:1599.98px) {
	.component-6 h2, .component-6 .h2 {
		font-size: calc(1.325rem + .675vw)
	}
}
@media (min-width:1024px) and (max-width:1599.98px) and (min-width:1600px) {
	.component-6 h2, .component-6 .h2 {
		font-size: 2rem
	}
}
@media (min-width:1024px) {
	.component-6 h2, .component-6 .h2 {
		margin-bottom: 30px
	}
}
.component-6 table {
	color: #bdbdbd
}
.component-6 blockquote p, .component-6 blockquote p a {
	color: #fff!important
}
.section--component-7 {
	background: var(--blue)
}
.section--component-7.section--navy {
	background: var(--navy)
}
.section--component-7.section--navy .component-7__container {
	background-color: var(--green-rich)
}
.component-7 {
	padding: 40px 0 40px
}
@media (min-width:1540px) {
	.component-7 {
		padding: 60px 0 60px
	}
}
@media (min-width:1600px) {
	.component-7 {
		padding: 80px 0 100px
	}
}
.component-7__title {
	margin-bottom: 15px;
	font-size: calc(1.375rem + 1.125vw);
	font-weight: 900;
	line-height: 135%;
	color: #fff
}
@media (min-width:1540px) {
	.component-7__title {
		margin-bottom: 30px
	}
}
@media (min-width:1600px) {
	.component-7__title {
		font-size: 2.5rem
	}
}
@media (min-width:1024px) and (max-width:1599.98px) {
	.component-7__title {
		font-size: calc(1.325rem + .675vw)
	}
}
@media (min-width:1024px) and (max-width:1599.98px) and (min-width:1600px) {
	.component-7__title {
		font-size: 2rem
	}
}
.component-7__intro {
	font-size: 1rem;
	line-height: 175%;
	max-width: 600px;
	margin-bottom: 30px;
	color: #fff
}
@media (min-width:1024px) {
	.component-7__intro {
		font-size: 1.125rem;
		margin-bottom: 50px
	}
}
@media (min-width:1540px) {
	.component-7__intro {
		font-size: 1.25rem;
		max-width: 700px
	}
}
.component-7__container {
	background: var(--navy)
}
.component-7__timeline {
	padding: 30px 0 30px;
	list-style: none
}
@media (min-width:1024px) {
	.component-7__timeline {
		padding: 80px 0 50px
	}
}
.component-7__timeline li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	color: #fff;
	padding-bottom: 20px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
@media (max-width:575.98px) {
	.component-7__timeline li {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}
.component-7__timeline li:last-of-type .component-7__dot:before {
	display: none
}
.component-7__date {
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 150%;
	margin-right: 15px;
	padding-left: 10px;
	text-align: right;
	margin-top: -2px
}
@media (min-width:576px) {
	.component-7__date {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 23%;
		flex: 0 0 23%
	}
}
@media (min-width:768px) {
	.component-7__date {
		font-size: 1.25rem;
		margin-right: 60px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%
	}
}
@media (min-width:1024px) {
	.component-7__date {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 500px;
		flex: 0 0 500px;
		max-width: 40%
	}
}
@media (min-width:1540px) {
	.component-7__date {
		font-size: calc(1.2625rem + .1125vw)
	}
}
@media (min-width:1540px) and (min-width:1600px) {
	.component-7__date {
		font-size: 1.375rem
	}
}
@media (max-width:575.98px) {
	.component-7__date {
		margin-top: -24px;
		margin-bottom: 5px;
		margin-left: 60px;
		padding-left: 0;
		text-align: left
	}
}
.component-7__dot {
	position: relative;
	z-index: 1;
	display: block;
	width: 20px;
	min-width: 20px;
	height: 20px;
	border-radius: 50%;
	background: var(--gold)
}
@media (max-width:575.98px) {
	.component-7__dot {
		margin-left: 20px;
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1
	}
}
.component-7__dot::before {
	position: absolute;
	z-index: -1;
	top: 20px;
	right: 0;
	left: 0;
	display: block;
	width: 1px;
	height: 300px;
	margin: auto;
	content: "";
	background: #fff
}
.component-7__content {
	line-height: 135%;
	width: 100%;
	max-width: 332px;
	margin-bottom: 10px;
	margin-left: 15px;
	padding-right: 10px;
	color: #fff
}
@media (min-width:576px) {
	.component-7__content {
		width: 332px
	}
}
@media (min-width:768px) {
	.component-7__content {
		margin-left: 60px
	}
}
@media (max-width:575.98px) {
	.component-7__content {
		margin-left: 0;
		padding-left: 60px
	}
}
@media (min-width:1024px) {
	.component-7__content {
		width: 500px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 500px;
		flex: 0 0 500px;
		max-width: 40%
	}
}
.component-7__content p {
	font-size: .875rem;
	line-height: 135%
}
@media (min-width:576px) {
	.component-7__content p {
		font-size: 1rem
	}
}
@media (min-width:1024px) {
	.component-7__content p {
		font-size: 1.125rem
	}
}
@media (min-width:1540px) {
	.component-7__content p {
		font-size: 1.25rem
	}
}
.component-7__link {
	font-size: .875rem;
	font-weight: 900;
	display: block;
	margin-top: 20px;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff
}
@media (min-width:1024px) {
	.component-7__link {
		font-size: 1rem
	}
}
.component-7__link:hover {
	text-decoration: underline;
	color: #fff
}
.section--component-8 {
	color: #fff;
	background: var(--green-rich)
}
.section--component-8.section--white {
	color: var(--navy-dark);
	background: #fff
}
.section--component-8.section--blue {
	background: var(--blue)
}
.section--component-8.section--green {
	background: var(--green-rich)
}
.section--component-8.section--grey-lighter {
	color: var(--navy-dark)
}
.component-8 {
	position: relative;
	overflow: hidden;
	padding: 40px 0 30px
}
@media (min-width:1540px) {
	.component-8 {
		padding: 60px 0 30px
	}
}
@media (min-width:1600px) {
	.component-8 {
		padding: 80px 0 70px
	}
}
.component-8__title {
	margin-bottom: 15px;
	font-size: calc(1.375rem + 1.125vw);
	font-weight: 900;
	line-height: 135%;
	color: inherit
}
@media (min-width:1540px) {
	.component-8__title {
		margin-bottom: 30px
	}
}
@media (min-width:1600px) {
	.component-8__title {
		font-size: 2.5rem
	}
}
@media (min-width:1024px) and (max-width:1599.98px) {
	.component-8__title {
		font-size: calc(1.325rem + .675vw)
	}
}
@media (min-width:1024px) and (max-width:1599.98px) and (min-width:1600px) {
	.component-8__title {
		font-size: 2rem
	}
}
.component-8__subtitle {
	margin-bottom: 30px
}
@media (min-width:768px) {
	.component-8__subtitle {
		padding-right: 150px
	}
}
@media (min-width:1200px) {
	.component-8__subtitle {
		padding-right: 200px
	}
}
.component-8__item {
	width: 330px;
	max-width: 100%;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto
}
@media (max-width:575.98px) {
	.component-8__item {
		width: 100%
	}
}
.component-8__item a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
	text-decoration: none
}
.component-8__item a[data-fancybox*=video] .component-8__item--img:after {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100%;
	content: "";
	background-image: url(/sbbs/isbp2026/t4media/play-icon.svg);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
@media (max-width:1539.98px) {
	.component-8__item a[data-fancybox*=video] .component-8__item--img:after {
		background-size: 50px 50px
	}
}
.component-8__item--img {
	position: relative;
	overflow: hidden;
	max-width: 330px;
	height: 100%
}
@media (max-width:575.98px) {
	.component-8__item--img {
		max-width: 100%
	}
}
.component-8__item--img:before {
	display: block;
	padding-bottom: 71%;
	content: ""
}
.component-8__item--img img {
	position: absolute;
	top: 50%;
	width: 100%;
	height: 100%;
	margin: auto;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-o-object-fit: cover;
	object-fit: cover
}
@media (max-width:575.98px) {
	.component-8__item--img img {
		width: 100%
	}
}
.component-8__item--img img.scale {
	-webkit-transform: translateY(-50%) scale(1.3);
	transform: translateY(-50%) scale(1.3)
}
.component-8__item--photo .component-8__item--img:before {
	padding-bottom: 100%
}
.component-8__item--content {
	display: block;
	padding: 15px;
	color: #fff;
	background: var(--navy);
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}
.component-8__item--content h6, .component-8__item--content .h6 {
	margin-bottom: 0;
	color: #fff
}
.component-8 .swiper-slide {
	width: 330px
}
.component-8 .swiper .swiper-button-next svg path, .component-8 .swiper .swiper-button-prev svg path {
	fill: currentColor
}
.section--component-9 {
	background: var(--navy)
}
.section--component-9.is-fixed.is-sticky {
	position: relative;
	height: 97px
}
.section--component-9.is-fixed.is-sticky .component-9 {
	position: fixed;
	z-index: 100;
	top: 70px;
	right: 0;
	left: 0;
	background-color: var(--navy-dark)
}
@media (min-width:1540px) {
	.section--component-9.is-fixed.is-sticky .component-9 {
		top: 90px
	}
}
.component-9 {
	overflow: hidden;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	color: #fff;
	background: var(--navy)
}
@media (min-width:1024px) {
	.component-9 {
		padding-top: 10px;
		padding-bottom: 10px
	}
}
@media (min-width:1200px) {
	.component-9 .container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
}
@media (max-width:767.98px) {
	.component-9 .container {
		padding: 0
	}
}
.component-9 .component-9__nav-wrapper {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 8px
}
.component-9 .component-9__scroll-container {
	overflow-x: auto;
	width: 100%;
	margin-right: 16px
}
.component-9 .component-9__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0;
	list-style: none;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	gap: 5px
}
@media (min-width:1024px) {
	.component-9 .component-9__list {
		overflow-x: hidden;
		padding-left: 0;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}
@media (max-width:1023.98px) {
	.component-9 .component-9__list {
		padding: 6px 16px
	}
}
.component-9 .component-9__list li a {
	font-size: .875rem;
	font-weight: 700;
	line-height: 150%;
	position: relative;
	display: inline-block;
	padding: 6px 15px;
	white-space: nowrap;
	text-decoration: none;
	color: #fff;
	background-color: var(--blue)
}
@media (min-width:1024px) {
	.component-9 .component-9__list li a {
		font-size: 1rem
	}
}
@media (max-width:767.98px) {
	.component-9 .component-9__list li a {
		font-weight: 400;
		padding: 5px;
		background-color: transparent
	}
}
.component-9 .component-9__arrow {
	position: absolute;
	z-index: 1;
	display: none;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 24px;
	height: 100%;
	padding: 0;
	cursor: pointer;
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
	border: 0;
	background-color: var(--navy-dark);
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
	box-shadow: 0 2px 4px rgba(0, 0, 0, .1)
}
@media (max-width:1023.98px) {
	.component-9 .component-9__arrow.show {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
}
.component-9 .component-9__arrow:active {
	opacity: 1
}
.component-9 .component-9__arrow svg {
	width: 16px;
	height: 16px;
	fill: #fff
}
.component-9 .component-9__arrow--prev {
	left: 0;
	-webkit-box-shadow: 10px 0 6px 0 #002542;
	box-shadow: 10px 0 6px 0 #002542
}
.component-9 .component-9__arrow--next {
	right: 0;
	-webkit-box-shadow: -10px 0 6px 0 #002542;
	box-shadow: -10px 0 6px 0 #002542
}
.component-9 .component-9__title {
	font-size: 1rem;
	font-weight: 700;
	display: none;
	margin-bottom: 10px;
	color: #fff
}
@media (min-width:1200px) {
	.component-9 .component-9__title {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		min-width: 93px;
		height: 36px;
		margin-right: 20px;
		margin-bottom: 5px
	}
}
.section--component-9.is-fixed .component-9__list li a {
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}
.section--component-9.is-fixed .component-9__list li a.is-visible {
	color: var(--gold)
}
@media all and (min-width:768px) {
	.section--component-9.is-fixed .component-9__list li a.is-visible {
		font-weight: 700;
		color: var(--navy-dark);
		background-color: #6bbe51
	}
}
.component-10 {
	position: relative;
	overflow: hidden;
	color: #fff
}
.component-10 h1, .component-10 .h1, .component-10 h2, .component-10 .h2, .component-10 h3, .component-10 .h3, .component-10 h4, .component-10 .h4, .component-10 h5, .component-10 .h5, .component-10 h6, .component-10 .h6 {
	color: #fff
}
.component-10 .col-12 {
	position: relative
}
@media (min-width:1024px) {
	.component-10 .col-12 {
		position: static
	}
	.component-10 .col-12 .component-10__overlay:before {
		width: 50vw
	}
	.component-10 .col-12:last-of-type .component-10__overlay:before {
		left: 50vw
	}
}
.component-10 .col-12:nth-child(even) ul.component-10__list li::before {
	background-color: var(--green-bright)
}
.component-10__title {
	margin-bottom: 15px;
	font-size: calc(1.375rem + 1.125vw);
	font-weight: 900;
	line-height: 135%;
	position: relative;
	z-index: 1;
	color: #fff
}
@media (min-width:1540px) {
	.component-10__title {
		margin-bottom: 30px
	}
}
@media (min-width:1600px) {
	.component-10__title {
		font-size: 2.5rem
	}
}
@media (min-width:1024px) and (max-width:1599.98px) {
	.component-10__title {
		font-size: calc(1.325rem + .675vw)
	}
}
@media (min-width:1024px) and (max-width:1599.98px) and (min-width:1600px) {
	.component-10__title {
		font-size: 2rem
	}
}
.component-10__list {
	margin: 0 0 10px;
	padding: 0;
	list-style: none
}
.component-10__list>li {
	font-size: 1rem;
	line-height: 175%;
	position: relative;
	margin-bottom: 10px;
	padding-left: 25px
}
.component-10__list>li:before {
	position: absolute;
	top: 10px;
	left: 0;
	width: 12px;
	height: 12px;
	content: "";
	border-radius: 50%;
	background: var(--green-bright)
}
.component-10 .table th, .component-10 .table td {
	color: #fff
}
.component-10 .table.table-striped>tbody>tr:nth-of-type(odd)>* {
	color: #fff
}
.component-10__overlay {
	position: static;
	width: 85%;
	margin: auto;
	padding: 60px 0
}
@media (min-width:576px) {
	.component-10__overlay {
		max-width: 85%;
		padding: 80px 0
	}
}
@media (min-width:1024px) {
	.component-10__overlay {
		max-width: 620px;
		padding: 100px 0
	}
}
@media (min-width:1540px) {
	.component-10__overlay {
		padding: 120px 0
	}
}
.component-10__overlay img {
	max-width: 100%
}
.component-10__overlay a:hover {
	text-decoration: underline
}
.component-10__overlay:before {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	content: ""
}
.component-10__overlay--blue:before {
	background: var(--blue)
}
.component-10__overlay--navy:before {
	background: var(--navy)
}
.component-10__overlay--navy ol:not([class])>li:before, .component-10__overlay--navy ol[style="list-style-type: lower-alpha;"]>li:before, .component-10__overlay--blue ol:not([class])>li:before, .component-10__overlay--blue ol[style="list-style-type: lower-alpha;"]>li:before {
	color: var(--green-bright)
}
.component-10__overlay--navy a, .component-10__overlay--blue a, .component-10__overlay--green a {
	color: var(--gold)
}
.component-10__overlay--navy a:hover, .component-10__overlay--blue a:hover, .component-10__overlay--green a:hover {
	color: #fff
}
.component-10__overlay--grey:before {
	background: #f2f2f2
}
.component-10__overlay--green:before {
	background: var(--green-rich)
}
.component-10__overlay--green ol:not([class])>li:before, .component-10__overlay--green ol[style="list-style-type: lower-alpha;"]>li:before {
	color: var(--navy-dark)
}
.component-10__overlay--green ol:not([class])>li ul li:before, .component-10__overlay--green ol[style="list-style-type: lower-alpha;"]>li ul li:before {
	background: 0 0;
	border-color: var(--navy-dark)
}
.component-10__overlay--green ul:not([class])>li:before {
	background: var(--navy-dark)
}
.component-10__overlay--green ul:not([class])>li ul li:before {
	background: 0 0;

	border-color: var(--navy-dark)
}
.component-10__overlay--green blockquote {
	background-color: var(--navy-dark)
}
.component-10__overlay--green .table.table-striped thead th {
	background-color: var(--navy-dark)
}
.component-10__overlay--white, .component-10__overlay--grey {
	color: var(--bs-body-color)
}
.component-10__overlay--white h1, .component-10__overlay--white .h1, .component-10__overlay--white h2, .component-10__overlay--white .h2, .component-10__overlay--white h3, .component-10__overlay--white .h3, .component-10__overlay--white h4, .component-10__overlay--white .h4, .component-10__overlay--white h5, .component-10__overlay--white .h5, .component-10__overlay--white h6, .component-10__overlay--white .h6, .component-10__overlay--grey h1, .component-10__overlay--grey .h1, .component-10__overlay--grey h2, .component-10__overlay--grey .h2, .component-10__overlay--grey h3, .component-10__overlay--grey .h3, .component-10__overlay--grey h4, .component-10__overlay--grey .h4, .component-10__overlay--grey h5, .component-10__overlay--grey .h5, .component-10__overlay--grey h6, .component-10__overlay--grey .h6 {
	color: var(--heading-color)
}
.component-10__overlay--white ol:not([class])>li:before, .component-10__overlay--white ol[style="list-style-type: lower-alpha;"]>li:before, .component-10__overlay--grey ol:not([class])>li:before, .component-10__overlay--grey ol[style="list-style-type: lower-alpha;"]>li:before {
	color: var(--green-bright)
}
.component-10__overlay--white blockquote a, .component-10__overlay--grey blockquote a {
	color: #fff
}
.component-10__overlay--white blockquote a:hover, .component-10__overlay--grey blockquote a:hover {
	color: var(--gold)
}
.component-10__overlay--white .table th, .component-10__overlay--grey .table th {
	color: var(--navy)
}
.component-10__overlay--white .table td, .component-10__overlay--grey .table td {
	color: var(--bs-body-color)
}
.component-10__overlay--white .table.table-striped>tbody>tr:nth-of-type(odd)>*, .component-10__overlay--grey .table.table-striped>tbody>tr:nth-of-type(odd)>* {
	color: var(--bs-body-color)
}
.component-10__overlay--white .component-10__list>li:before, .component-10__overlay--grey .component-10__list>li:before {
	background-color: var(--green-bright)
}
.component-11 {
	padding: 21px 0;
	background: var(--blue)
}
.social__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0;
	padding: 0;
	list-style: none;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}
.social__list li {
	margin: 5px 15px
}
@media (min-width:576px) {
	.social__list li {
		margin: 5px 20px
	}
}
@media (min-width:1024px) {
	.social__list li {
		margin: 5px 25px
	}
}
.social__list li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 48px;
	height: 48px;
	text-decoration: none;
	color: var(--navy);
	border-radius: 50%;
	background: #fff;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
.social__list li a:hover {
	color: var(--blue)
}
.social__list li a i {
	font-size: 28px
}
.social__list--align-middle {
	margin: 0 auto;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
.section--component-12 {
	background: var(--navy)
}
.section--component-12+.section>[class*=component-]:before {
	display: block;
	padding-top: 90px;
	content: ""
}
.has-theme .component-12::before {
	display: none
}
.has-theme .component-12::after {
	display: none
}
.component-12 {
	position: relative;
	z-index: 100
}
.component-12 .dropdown .dropdown-menu {
	width: 100%
}
.component-12 .dropdown .dropdown-item {
	font-size: 16px;
	padding: 10px;
	color: #3d4c57;
	white-space: normal
}
.component-12 .dropdown .dropdown-item.active {
	color: #fff;
	background-color: var(--navy)
}
.component-12 .dropdown .dropdown-item.disabled {
	cursor: not-allowed;
	pointer-events: all
}
.component-12 .dropdown .dropdown-toggle {
	font-size: 18px;
	font-weight: 400;
	line-height: 27px;
	width: 100%;
	padding-top: 22px;
	padding-bottom: 22px;
	padding-left: 22px;
	text-align: left;
	text-transform: none;
	color: #3d4c57;
	border: 2px solid #ebf0f2;
	border-radius: 0;
	background-color: #ebf0f2
}
.component-12 .dropdown .dropdown-toggle:focus {
	color: #fff;
	background: var(--navy);
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none
}
.component-12 .dropdown .dropdown-toggle.show::after {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}
.component-12 .dropdown .dropdown-toggle::after {
	position: absolute;
	top: 30px;
	right: 22px;
	width: 21.5px;
	height: 12px;
	border: 0;
	background-image: url("data:image/svg+xml,%3Csvg width='25' height='16' viewBox='0 0 25 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.64645 3.72498L1.29289 3.37143L1.64645 3.01788L3.01788 1.64645L3.37251 1.29182L3.72606 1.64752L12.7429 10.7193L21.7597 1.64752L22.1132 1.29182L22.4678 1.64645L23.8393 3.01788L24.1928 3.37143L23.8393 3.72498L13.7821 13.7821L13.7661 13.7982L13.7487 13.8127L13.063 14.3841L12.7429 14.6509L12.4228 14.3841L11.7371 13.8127L11.7196 13.7982L11.7036 13.7821L1.64645 3.72498Z' fill='%23007DB8' stroke='%23007DB8'/%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
	background-size: 21.5px 12px
}
.component-12 .dropdown .btn:focus {
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none
}
.component-12::before {
	position: absolute;
	display: block;
	content: "";
	z-index: -2;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	background-image: url(/sbbs/isbp2026/t4media/fade-grid-left.svg);
	background-repeat: no-repeat;
	background-position: 0 0
}
@media (min-width:1024px) {
	.component-12::before {
		background-size: cover
	}
}
.component-12::after {
	position: absolute;
	display: block;
	content: "";
	z-index: -1;
	top: 0;
	right: 0;
	width: 50%;
	height: 100%;
	background-image: url(/sbbs/isbp2026/t4media/fade-grid-right.svg);
	background-repeat: no-repeat;
	background-position: 100% 0
}
@media (min-width:1024px) {
	.component-12::after {
		background-size: cover
	}
}
@media (max-width:767.98px) {
	.component-12::after {
		display: none
	}
}
.component-12 .col-12 {
	position: relative
}
.component-12__overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden
}
.component-12__overlay:before, .component-12__overlay:after {
	z-index: -1
}
.component-12__wrapper {
	z-index: 101;
	-webkit-transform: translateY(90px);
	transform: translateY(90px);
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .35);
	box-shadow: 0 0 20px rgba(0, 0, 0, .35)
}
@media (min-width:1024px) and (max-width:1539.98px) {
	.component-12__wrapper {
		-webkit-transform: translateY(60px);
		transform: translateY(60px)
	}
}
.component-12__box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	background: #fff
}
.component-12__extras {
	width: 100%;
	min-height: 40%;
	padding: 0 50px 20px
}
@media (max-width:1199.98px) {
	.component-12__extras {
		padding: 0 15px 20px 15px
	}
}
.component-12__extras .form-control {
	font-size: calc(1.2625rem + .1125vw);
	line-height: 26px;
	height: 70px;
	color: #3d4c57;
	border-color: #ebf0f2;
	border-radius: 0;
	background: #ebf0f2
}
@media (min-width:1600px) {
	.component-12__extras .form-control {
		font-size: 1.375rem
	}
}
.component-12__extras .form-control .filter-option-inner {
	height: inherit
}
.component-12__extras .form-control .filter-option-inner-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: inherit
}
.component-12__extras .form-control.dropdown-toggle::after {
	width: 26px;
	height: 16px;
	margin-left: 0;
	border: 0;
	background-image: url(/sbbs/isbp2026/t4media/select-arrow.svg)
}
.component-12__extras--title {
	font-size: 1rem;
	font-weight: 900;
	line-height: 150%;
	margin-bottom: 20px;
	text-align: center;
	text-transform: uppercase;
	color: var(--navy)
}
@media (min-width:1540px) {
	.component-12__extras--title {
		font-size: 1.25rem;
		margin-bottom: 30px
	}
}
.component-12__head {
	font-size: 1.25rem;
	line-height: 1.2;
	padding: 30px 15px;
	color: var(--navy);
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}
@media (min-width:1024px) and (max-width:1539.98px) {
	.component-12__head {
		padding: 20px 30px 0
	}
}
.component-12__head iframe {
	max-width: 100%
}
.component-12__head h2, .component-12__head .h2 {
	font-size: calc(1.35rem + .9vw);
	font-weight: 700;
	line-height: 150%;
	font-weight: 400;
	line-height: 135%;
	color: var(--navy)
}
@media (min-width:1600px) {
	.component-12__head h2, .component-12__head .h2 {
		font-size: 2.25rem
	}
}
@media (min-width:1024px) and (max-width:1599.98px) {
	.component-12__head h2, .component-12__head .h2 {
		font-size: calc(1.3rem + .45vw)
	}
}
@media (min-width:1024px) and (max-width:1599.98px) and (min-width:1600px) {
	.component-12__head h2, .component-12__head .h2 {
		font-size: 1.75rem
	}
}
.component-12__head h3, .component-12__head .h3 {
	font-size: calc(1.3rem + .45vw);
	font-weight: 700;
	line-height: 150%;
	font-weight: 400;
	line-height: 135%;
	color: var(--navy)
}
@media (min-width:1600px) {
	.component-12__head h3, .component-12__head .h3 {
		font-size: 1.75rem
	}
}
@media (min-width:1024px) and (max-width:1539.98px) {
	.component-12__head h3, .component-12__head .h3 {
		font-size: calc(1.2625rem + .1125vw)
	}
}
@media (min-width:1024px) and (max-width:1539.98px) and (min-width:1600px) {
	.component-12__head h3, .component-12__head .h3 {
		font-size: 1.375rem
	}
}
.component-12__head h4, .component-12__head .h4 {
	font-size: calc(1.2625rem + .1125vw);
	font-weight: 700;
	line-height: 150%;
	font-weight: 400;
	line-height: 135%;
	color: var(--navy)
}
@media (min-width:1600px) {
	.component-12__head h4, .component-12__head .h4 {
		font-size: 1.375rem
	}
}
@media (min-width:1024px) and (max-width:1599.98px) {
	.component-12__head h4, .component-12__head .h4 {
		font-size: 1.125rem
	}
}
.component-12__event {
	margin-top: auto;
	padding: 15px;
	background: #f2f2f2
}
@media (min-width:1024px) and (max-width:1199.98px) {
	.component-12__event {
		padding: 15px
	}
}
@media (min-width:1024px) {
	.component-12__event {
		padding: 30px
	}
}
.component-12__event--img {
	margin-right: 20px
}
@media (min-width:1024px) and (max-width:1199.98px) {
	.component-12__event--img {
		min-width: 60px;
		margin-right: 15px
	}
	.component-12__event--img img {
		max-width: 100%
	}
}
.component-12__event h6, .component-12__event .h6 {
	font-size: 1rem;
	margin-bottom: 10px;
	color: var(--navy-dark)
}
@media (min-width:1540px) {
	.component-12__event h6, .component-12__event .h6 {
		font-size: calc(1.2625rem + .1125vw)
	}
}
@media (min-width:1540px) and (min-width:1600px) {
	.component-12__event h6, .component-12__event .h6 {
		font-size: 1.375rem
	}
}
.component-12__event p {
	font-size: .875rem;
	line-height: 135%;
	margin-bottom: 10px;
	color: #3d4c57
}
@media (min-width:1540px) {
	.component-12__event p {
		font-size: 1rem;
		line-height: 175%
	}
}
.component-12__event a {
	font-size: .875rem;
	font-weight: 900;
	line-height: 22px;
	line-height: 1.2;
	display: inline-block;
	text-decoration: none;
	text-transform: uppercase
}
@media (min-width:1540px) {
	.component-12__event a {
		font-size: 1rem
	}
}
@media (min-width:1600px) {
	.component-12__event a {
		font-size: 1.125rem
	}
}
.component-12 .swiper-banner {
	overflow: hidden
}
@media (max-width:1199.98px) {
	.component-12 .swiper-banner .swiper-banner__content p {
		font-size: .875rem;
		margin-bottom: 10px
	}
}
.component-12 .swiper-banner.swiper--arrows {
	margin: 0;
	padding: 0
}
.component-12 .swiper-banner.swiper--arrows .swiper-pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
@media (max-width:767.98px) {
	.component-12 .swiper-banner .swiper-slide {
		height: 50vw
	}
	.component-12 .swiper-banner .swiper-slide img {
		position: absolute;
		z-index: -1;
		top: 50%;
		right: -50%;
		left: -50%;
		max-width: none;
		height: 100%;
		margin: auto;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%)
	}
}
.component-12 .swiper-banner .swiper-slide img {
	width: 100%;
	max-width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}
.component-12 .swiper-banner .swiper-slide:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgba(0, 0, 0, .1)), color-stop(70%, rgba(0, 0, 0, .8)));
	background: linear-gradient(180deg, rgba(0, 0, 0, .1) 20%, rgba(0, 0, 0, .8) 70%)
}
@media (max-width:767.98px) {
	.component-12 .swiper-banner .swiper-slide:before {
		background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(0, 0, 0, .4)), to(rgba(0, 0, 0, .8)));
		background: linear-gradient(180deg, rgba(0, 0, 0, .4) 40%, rgba(0, 0, 0, .8) 100%)
	}
}
.component-12 .swiper-banner .swiper-slide:focus-visible::before {
	outline: 3px solid var(--gold);
	outline-offset: -3px
}
.component-12 .swiper-banner__caption {
	position: absolute;
	z-index: 11;
	right: 0;
	bottom: 74px;
	left: 0;
	max-width: 80%;
	margin: auto;
	text-align: center;
	color: #fff
}
.component-12 .swiper-banner__head {
	font-size: 1.125rem;
	font-weight: 900;
	line-height: 150%;
	margin-bottom: 0;
	text-transform: uppercase;
	color: #fff
}
@media (min-width:1200px) {
	.component-12 .swiper-banner__head {
		font-size: 1.25rem
	}
}
@media (min-width:1540px) {
	.component-12 .swiper-banner__head {
		font-size: calc(1.275rem + .225vw)
	}
}
@media (min-width:1540px) and (min-width:1600px) {
	.component-12 .swiper-banner__head {
		font-size: 1.5rem
	}
}
@media (min-width:1600px) {
	.component-12 .swiper-banner__head {
		font-size: calc(1.3125rem + .5625vw)
	}
}
@media (min-width:1600px) and (min-width:1600px) {
	.component-12 .swiper-banner__head {
		font-size: 1.875rem
	}
}
.component-12 .swiper-banner .swiper-pagination {
	right: 0;
	bottom: 31px;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
.component-12 .swiper-banner .swiper-pagination .swiper-pagination-bullet {
	width: 16px;
	height: 16px;
	border-radius: 0
}
.component-12 .swiper-banner .swiper-pagination .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
	opacity: 1;
	background: #fff
}
.component-12 .swiper-button-next, .component-12 .swiper-button-prev {
	top: auto;
	bottom: 23px;
	width: 19.55px;
	height: 35px;
	-webkit-transform: none;
	transform: none;
	background-repeat: no-repeat
}
.component-12 .swiper-button-prev {
	right: auto;
	left: 30px
}
.component-12 .swiper-button-next {
	right: 30px
}
.section--component-13 {
	background: #f2f2f2
}
.section--component-13.polygon:after, .section--component-13.polygon:before {
	z-index: 1
}
.section--component-13 .swiper.swiper--arrows .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: var(--navy)
}
.section--component-13 .swiper.swiper--arrows .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
	opacity: 1;
	background: var(--blue)
}
.component-13 {
	overflow: hidden;
	padding: 40px 0 30px
}
@media (min-width:1540px) {
	.component-13 {
		padding: 60px 0 30px
	}
}
@media (min-width:1600px) {
	.component-13 {
		padding: 120px 0 90px
	}
}
.component-13 .d-flex>a {
	width: 100%
}
.component-13 .swiper-wrapper {
	z-index: 0
}
@media (min-width:768px) {
	.component-13 .swiper-wrapper {
		margin-top: 50px
	}
}
.component-13__title {
	margin-bottom: 15px;
	font-size: calc(1.375rem + 1.125vw);
	font-weight: 900;
	line-height: 135%;
	color: var(--navy)
}
@media (min-width:1540px) {
	.component-13__title {
		margin-bottom: 30px
	}
}
@media (min-width:1600px) {
	.component-13__title {
		font-size: 2.5rem
	}
}
@media (min-width:1024px) and (max-width:1599.98px) {
	.component-13__title {
		font-size: calc(1.325rem + .675vw)
	}
}
@media (min-width:1024px) and (max-width:1599.98px) and (min-width:1600px) {
	.component-13__title {
		font-size: 2rem
	}
}
.component-13__subtitle {
	margin-bottom: 30px
}
@media (min-width:768px) {
	.component-13__subtitle {
		padding-right: 150px
	}
}
@media (min-width:1200px) {
	.component-13__subtitle {
		padding-right: 200px
	}
}
.component-13__item {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	max-width: 95%;
	min-height: calc(100% - 30px);
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	max-width: 100%;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}
.component-13__item--img {
	position: relative;
	overflow: hidden
}
@media (min-width:768px) {
	.component-13__item--img {
		max-width: 450px
	}
}
@media (min-width:1024px) and (max-width:1539.98px) {
	.component-13__item--img {
		max-height: 170px
	}
}
.component-13__item--img:before {
	display: block;
	padding-bottom: 62%;
	content: ''
}
.component-13__item--img img {
	position: absolute;
	top: 50%;
	width: 100%;
	max-width: 100%;
	margin: auto;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}
.component-13__item--tag {
	font-size: 1rem;
	font-weight: 700;
	line-height: 150%;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	padding: 10px 20px;
	color: var(--navy-dark);
	background: var(--gold)
}
.component-13__item--content {
	font-size: calc(1.275rem + .225vw);
	line-height: 150%;
	display: block;
	min-height: 170px;
	padding: 25px 18px 60px;
	color: var(--navy);
	background: #fff;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}
@media (min-width:1600px) {
	.component-13__item--content {
		font-size: 1.5rem
	}
}
@media (min-width:1024px) {
	.component-13__item--content {
		padding: 28px 20px 60px
	}
}
@media (min-width:1540px) {
	.component-13__item--content {
		min-height: 250px;
		padding: 30px 30px 77px
	}
}
.component-13__item--content p {
	color: #3d4c57
}
@media (max-width:1599.98px) {
	.component-13__item--content p {
		margin-bottom: 0
	}
}
.component-13__item--title {
	margin-bottom: 0;
	color: var(--navy)
}
@media (min-width:768px) and (max-width:1539.98px) {
	.component-13__item--title {
		font-size: 1.125rem
	}
}
@media (min-width:1540px) {
	.component-13__item--title {
		font-size: calc(1.275rem + .225vw)
	}
}
@media (min-width:1540px) and (min-width:1600px) {
	.component-13__item--title {
		font-size: 1.5rem
	}
}
.component-13__item--title+p {
	margin-top: 15px
}
.component-13__cta {
	position: absolute;
	z-index: 2;
	right: 0;
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}
.component-13__cta .btn:nth-child(2) {
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1
}
.component-13__cta .btn:nth-child(2).btn-icon {
	margin-right: -38px;
	-webkit-clip-path: polygon(0 0, 100% 0, 70% 100%, 0 100%);
	clip-path: polygon(0 0, 100% 0, 70% 100%, 0 100%)
}
@media (max-width:1599.98px) {
	.component-13__cta .btn:nth-child(2).btn-icon {
		margin-right: -32px;
		-webkit-clip-path: polygon(0 0, 100% 0, 72% 100%, 0 100%);
		clip-path: polygon(0 0, 100% 0, 72% 100%, 0 100%)
	}
}
.component-13__cta .btn:nth-child(2).btn-icon svg {
	margin-right: 33px;
	margin-left: 0
}
.component-13 .swiper-slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 280px;
	max-width: 95%;
	height: auto;
	max-width: 100%
}
@media (min-width:768px) {
	.component-13 .swiper-slide {
		width: 300px
	}
}
@media (min-width:1540px) {
	.component-13 .swiper-slide {
		width: 450px
	}
}
.component-13 .swiper-slide>a {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}
.section--component-13.section--white {
	background: #fff
}
.section--component-13.section--white .component-13__item {
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .15);
	box-shadow: 0 0 20px rgba(0, 0, 0, .15)
}
.component-14 {
	padding: 40px 0
}
@media (min-width:1540px) {
	.component-14 {
		padding: 60px 0
	}
}
.component-14 h1, .component-14 .h1, .component-14 h2, .component-14 .h2, .component-14 h3, .component-14 .h3, .component-14 h4, .component-14 .h4, .component-14 h5, .component-14 .h5, .component-14 h6, .component-14 .h6 {
	color: #fff
}
.component-14 ol:not([class]) li:before, .component-14 ol[style="list-style-type: lower-alpha;"] li:before {
	color: #fff
}
.component-14 ul:not([class])>li:before {
	background-color: var(--gold)
}
@media (min-width:1024px) {
	.component-14 img {
		width: 100%;
		-o-object-fit: cover;
		object-fit: cover
	}
}
@media (max-width:1023.98px) {
	.component-14 img {
		position: relative;
		z-index: 1;
		max-width: 100%
	}
}
.component-14 p {
	font-size: .875rem
}
@media (min-width:1024px) {
	.component-14 p {
		font-size: 1rem;
		font-weight: 700
	}
}
@media (min-width:1600px) {
	.component-14 p {
		font-size: 1.125rem
	}
}
.component-14 .btn {
	z-index: 1;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	margin: 1rem 0 0 0
}
@media (min-width:576px) {
	.component-14 .btn {
		-ms-flex-preferred-size: calc(50% - 1rem);
		flex-basis: calc(50% - 1rem);
		margin: 1rem 1rem 0 0
	}
}
@media (min-width:768px) {
	.component-14 .btn {
		-ms-flex-preferred-size: auto;
		flex-basis: auto
	}
}
.component-14 .btn-gold {
	color: var(--navy-dark)
}
.component-14 .btn-gold:hover {
	background-color: var(--gold-light);
	border-color: var(--gold-light)
}
.component-14__container {
	position: relative;
	overflow: hidden;
	padding: 0
}
@media (min-width:1024px) {
	.component-14__container:before {
		position: absolute;
		z-index: 1;
		top: 0;
		left: 0;
		display: block;
		width: 675px;
		max-width: 100%;
		height: 100%;
		content: "";
		background: var(--blue);
		-webkit-clip-path: polygon(0 0, 75% 0, 100% 100%, 0 100%);
		clip-path: polygon(0 0, 75% 0, 100% 100%, 0 100%);
		mix-blend-mode: multiply
	}
	.component-14__container:after {
		position: absolute;
		z-index: 1;
		top: 0;
		left: 0;
		display: block;
		width: 675px;
		max-width: 100%;
		height: 100%;
		content: "";
		background: var(--gold);
		-webkit-clip-path: polygon(0 0, 100% 0, 75% 100%, 0 100%);
		clip-path: polygon(0 0, 100% 0, 75% 100%, 0 100%);
		mix-blend-mode: multiply
	}
}
.component-14__wrapper {
	z-index: 2;
	max-width: 100%;
	color: #fff
}
@media (min-width:1024px) {
	.component-14__wrapper {
		position: absolute;
		top: 50%;
		right: auto;
		left: 0;
		width: 440px;
		padding-right: 50px;
		padding-left: 15px;
		margin-left: 60px;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%)
	}
}
@media (min-width:1200px) {
	.component-14__wrapper {
		width: 500px
	}
}
@media (max-width:1023.98px) {
	.component-14__wrapper {
		position: relative;
		padding: 30px 30px 42px;
		background: var(--green-rich)
	}
	.component-14__wrapper:before {
		position: absolute;
		top: 0;
		left: 100%;
		width: 600px;
		height: 400px;
		margin-left: -65px;
		content: "";
		-webkit-transform: rotate(-180deg);
		transform: rotate(-180deg);
		background: var(--gold);
		-webkit-clip-path: polygon(0 0, 70% 0, 100% 100%, 0 100%);
		clip-path: polygon(0 0, 70% 0, 100% 100%, 0 100%);
		mix-blend-mode: multiply
	}
	.component-14__wrapper:after {
		position: absolute;
		bottom: 0;
		left: 100%;

		width: 600px;
		height: 400px;
		margin-left: -85px;
		content: "";
		-webkit-transform: rotate(-180deg);
		transform: rotate(-180deg);
		background: var(--blue);
		-webkit-clip-path: polygon(0 0, 100% 0, 75% 100%, 0 100%);
		clip-path: polygon(0 0, 100% 0, 75% 100%, 0 100%);
		mix-blend-mode: multiply
	}
}
.component-14__wrapper a {
	text-decoration: underline;
	color: #fff
}
.component-14__wrapper a:hover, .component-14__wrapper a.btn {
	text-decoration: none
}
.component-14__title {
	font-size: calc(1.375rem + 1.125vw);
	font-weight: 900;
	line-height: 135%;
	color: #fff
}
@media (min-width:1600px) {
	.component-14__title {
		font-size: 2.5rem
	}
}
@media (min-width:1024px) and (max-width:1599.98px) {
	.component-14__title {
		font-size: calc(1.325rem + .675vw)
	}
}
@media (min-width:1024px) and (max-width:1599.98px) and (min-width:1600px) {
	.component-14__title {
		font-size: 2rem
	}
}
.component-14--wide {
	position: relative;
	padding: 0
}
@media (min-width:1024px) {
	.component-14--wide {
		min-height: 500px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 60px 0
	}
}
@media (min-width:1200px) {
	.component-14--wide {
		min-height: 600px
	}
}
@media (min-width:1600px) {
	.component-14--wide {
		min-height: 660px
	}
}
@media (min-width:1024px) {
	.component-14--wide>img {
		position: absolute;
		z-index: 0;
		width: 100%;
		height: 100%
	}
}
@media (max-width:1023.98px) {
	.component-14--wide .component-14__container {
		max-width: unset
	}
}
.component-14--wide .component-14__container:before, .component-14--wide .component-14__container:after {
	display: none
}
@media (min-width:1024px) {
	.component-14--wide .component-14__wrapper {
		position: relative;
		margin-left: 0;
		width: 580px;
		padding: 30px 30px 30px 30px;
		top: unset;
		-webkit-transform: unset;
		transform: unset
	}
}
.component-14--wide .component-14__wrapper--green-rich {
	background-color: var(--green-rich)
}
.component-14--wide .component-14__wrapper--navy {
	background-color: var(--navy)
}
.component-14--wide .component-14__wrapper:before, .component-14--wide .component-14__wrapper:after {
	display: none
}
.section--component-15 {
	position: relative
}
.component-15 {
	position: relative;
	height: 550px
}
@media (min-width:1200px) {
	.component-15 {
		height: 600px
	}
}
@media (min-width:1540px) {
	.component-15 {
		height: 750px
	}
}
@media (min-width:1600px) {
	.component-15 {
		height: 800px
	}
}
.component-15.component-15--b {
	height: 400px
}
@media (min-width:1200px) {
	.component-15.component-15--b {
		height: 450px
	}
}
@media (min-width:1540px) {
	.component-15.component-15--b {
		height: 500px
	}
}
@media (min-width:1600px) {
	.component-15.component-15--b {
		height: 540px
	}
}
.component-15 .swiper {
	overflow: hidden
}
.component-15__grid-overlay, .component-15__gradient, .component-15__overlay, .component-15__background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none
}
.component-15__grid-overlay img, .component-15__gradient img, .component-15__overlay img, .component-15__background img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}
.has-theme .component-15__overlay {
	background: linear-gradient(83deg, rgba(0, 21, 38, .58) 2.29%, rgba(0, 21, 38, .58) 43.67%, rgba(0, 21, 38, 0) 67.6%)
}
.has-theme .component-15__overlay::after {
	display: none
}
.has-theme .component-15__gradient--blue {
	display: none
}
.has-theme .component-15__gradient--yellow {
	display: none
}
.has-theme .component-15__grid-overlay {
	display: none
}
.component-15__play {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-right: 0;
	padding-left: 0;
	border: 0;
	background-color: transparent;
	-ms-flex-item-align: center;
	align-self: center;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}
@media (min-width:1024px) {
	.component-15__play {
		z-index: 2;
		bottom: 0;
		margin-top: 20px;
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3
	}
}
@media (min-width:1540px) {
	.component-15__play {
		left: 700px
	}
}
@media (max-width:1023.98px) {
	.component-15__play {
		margin-right: auto;
		margin-bottom: 28px;
		margin-left: auto
	}
}
.component-15__play circle {
	fill: var(--green-bright)
}
.component-15__play .img--svg, .component-15__play svg {
	width: 80px;
	height: 80px
}
@media (min-width:1024px) {
	.component-15__play .img--svg, .component-15__play svg {
		width: 60px;
		height: 60px
	}
}
@media (min-width:1200px) {
	.component-15__play .img--svg, .component-15__play svg {
		width: 75px;
		height: 75px
	}
}
@media (min-width:1540px) {
	.component-15__play .img--svg, .component-15__play svg {
		width: 100px;
		height: 100px
	}
}
.component-15__play.is-playing .icon-play {
	display: none
}
.component-15__play.is-paused .icon-pause {
	display: none
}
.component-15__background {
	z-index: 0
}
.component-15__background video {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}
.component-15__overlay {
	z-index: 0;
	background: linear-gradient(83deg, rgba(0, 21, 38, .58) 2.29%, rgba(0, 21, 38, .58) 43.67%, rgba(0, 21, 38, 0) 67.6%)
}
@media (max-width:575.98px) {
	.component-15__overlay {
		background: linear-gradient(6deg, rgba(0, 21, 38, .58) 2.29%, rgba(0, 21, 38, .58) 43.67%, rgba(0, 21, 38, 0) 67.6%)
	}
}
.component-15__overlay img {
	position: absolute;
	z-index: 10
}
.component-15__grid-overlay {
	z-index: 1
}
.component-15__content {
	position: absolute;
	z-index: 2;
	right: 0;
	bottom: 20px;
	left: 0;
	width: 100%;
	margin: 0 auto;
	color: #fff
}
@media (min-width:768px) {
	.component-15__content {
		bottom: 100px
	}
}
@media (min-width:1024px) {
	.component-15__content {
		top: 50%;
		bottom: auto;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
	.component-15__content .container {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end
	}
}
.swiper-container-initialized .component-15__content {
	bottom: 60px
}
@media (min-width:1024px) {
	.swiper-container-initialized .component-15__content {
		bottom: auto
	}
}
.component-15__content h2, .component-15__content .h2, .component-15__content h3, .component-15__content .h3, .component-15__content p {
	max-width: 600px
}
.component-15__content .container {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: auto
}
.component-15__content .container .btn, .component-15__content .container a, .component-15__content .container button {
	-ms-flex-item-align: start;
	align-self: flex-start
}
.component-15__content h1, .component-15__content .h1, .component-15__content h2, .component-15__content .h2 {
	line-height: 1.1;
	margin-bottom: 10px;
	text-transform: uppercase;
	color: #fff;
	text-shadow: 0 0 30px rgba(0, 0, 0, .75)
}
@media (min-width:1024px) {
	.component-15__content h1, .component-15__content .h1, .component-15__content h2, .component-15__content .h2 {
		max-width: 600px;
		margin-bottom: 32px
	}
}
@media (min-width:1200px) {
	.component-15__content h1, .component-15__content .h1, .component-15__content h2, .component-15__content .h2 {
		max-width: 670px
	}
}
.component-15__content h3, .component-15__content .h3 {
	margin-bottom: 10px;
	color: #fff;
	text-shadow: 0 0 30px rgba(0, 0, 0, .75)
}
@media (min-width:1024px) {
	.component-15__content h3, .component-15__content .h3 {
		max-width: 600px
	}
}
@media (min-width:1200px) {
	.component-15__content h3, .component-15__content .h3 {
		max-width: 670px
	}
}
.component-15__content p {
	margin-bottom: 20px;
	color: #fff;
	text-shadow: 0 0 30px rgba(0, 0, 0, .75)
}
@media (min-width:1024px) {
	.component-15__content p {
		max-width: 600px;
		margin-bottom: 32px
	}
}
@media (min-width:1200px) {
	.component-15__content p {
		max-width: 670px
	}
}
@media (max-width:1023.98px) {
	.component-15__content p {
		font-size: .875rem;
		line-height: 22px
	}
}
.component-15__content .btn {
	font-size: 1rem;
	font-weight: 900;
	line-height: 1.2;
	padding: 15px 25px;
	text-transform: uppercase;
	color: var(--navy-dark);
	border: 0;
	border-radius: 0;
	background-color: var(--green-bright)
}
.component-15__content .btn:hover {
	background-color: var(--gold)
}
@media (min-width:1540px) {
	.component-15__content .btn {
		font-size: 1.125rem;
		padding: 20px 35px
	}
}
.component-15-navigation {
	position: absolute;
	z-index: 2;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}
@media (max-width:1199.98px) {
	.component-15-navigation {
		position: relative;
		top: auto;
		bottom: 0;
		-webkit-transform: none;
		transform: none
	}
}
.component-15-navigation ul {
	overflow: hidden;
	margin-bottom: 0;
	padding-left: 0;
	list-style: none
}
.component-15-navigation ul li:not(:last-child) {
	margin-bottom: 5px
}
.component-15-navigation ul li.highlight a {
	background-color: var(--gold)
}
.component-15-navigation ul a {
	font-size: 1rem;
	font-weight: 900;
	line-height: 1.1;
	display: inline-block;
	width: calc(100% + 10px);
	min-width: 250px;
	padding: 18px 18px 18px 20px;
	-webkit-transition: all 300ms;
	transition: all 300ms;
	-webkit-transition: 300ms;
	transition: 300ms;
	text-align: right;
	text-decoration: none;
	text-transform: uppercase;
	color: var(--navy-dark);
	border-right: 10px solid var(--green-rich);
	border-left: 10px solid var(--navy);
	background-color: #fff
}
@media (min-width:1600px) {
	.component-15-navigation ul a {
		font-size: 1.125rem;
		min-width: 310px;
		padding: 22px 22px 22px 30px
	}
}
@media (max-width:1199.98px) {
	.component-15-navigation ul a {
		font-size: 1.125rem;
		text-align: left;
		background: #ebf0f2
	}
}
.component-15-navigation ul a:hover {
	-webkit-transform: translateX(-10px);
	transform: translateX(-10px)
}
.component-15-navigation ul a:hover {
	background-color: #f2f2f2
}
.section--component-16-1, .section--component-16-2 {
	position: relative
}
.section--component-16 {
	position: relative
}
.section--component-16+.section--breadcrumbs {
	position: relative;
	z-index: 100;
	top: auto;
	right: 0;
	left: 0;
	overflow: visible!important
}
@media (min-width:1200px) {
	.section--component-16+.section--breadcrumbs .component-breadcrumb {
		position: absolute;
		right: 0;
		left: 0;
		margin-top: -55px;
		padding: 10px 0 10px;
		padding-top: 0;
		background-color: transparent
	}
}
@media (max-width:1023.98px) {
	.section--component-16+.section--breadcrumbs .component-breadcrumb .breadcrumb-item {
		font-size: .875rem
	}
}
.component-16 {
	position: relative;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: auto;
	min-height: 40vh
}
@media (min-width:768px) {
	.component-16 {
		min-height: 350px
	}
}
@media (min-width:1024px) {
	.component-16 {
		min-height: 400px
	}
}
@media (min-width:1200px) {
	.component-16 {
		min-height: 500px
	}
}
@media (min-width:1540px) {
	.component-16 {
		min-height: 600px
	}
}
.component-16 video {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}
.component-16 .swiper {
	overflow: hidden
}
.component-16 .container {
	width: 100%
}
.component-16 .component-16__content {
	top: 0;
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: auto auto 0;
	position: relative;
	padding: 100px 0 15px;
	-webkit-transform: none;
	transform: none
}
@media (min-width:768px) {
	.component-16 .component-16__content {
		padding: 50px 0;
		margin: auto 0
	}
}
.has-theme .component-16__overlay {
	background: linear-gradient(83deg, rgba(0, 21, 38, .58) 2.29%, rgba(0, 21, 38, .58) 43.67%, rgba(0, 21, 38, 0) 67.6%)
}
.has-theme .component-16__overlay::after {
	display: none
}
.has-theme .component-16__gradient--blue {
	display: none
}
.has-theme .component-16__gradient--yellow {
	display: none
}
.has-theme .component-16__grid-overlay {
	display: none
}
.component-16__grid-overlay, .component-16__gradient, .component-16__overlay, .component-16__background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}
.component-16__grid-overlay img, .component-16__gradient img, .component-16__overlay img, .component-16__background img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}
.component-16__play {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border: 0;
	background-color: transparent;
	-ms-flex-item-align: center;
	align-self: center;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}
@media (min-width:1024px) {
	.component-16__play {
		z-index: 2;
		margin-bottom: 20px;
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3
	}
}
@media (min-width:1540px) {
	.component-16__play {
		left: 700px
	}
}
@media (max-width:1023.98px) {
	.component-16__play {
		margin-right: auto;
		margin-bottom: 28px;
		margin-left: auto
	}
}
.component-16__play .img--svg, .component-16__play svg {
	width: 80px;
	height: 80px
}
@media (min-width:1024px) {
	.component-16__play .img--svg, .component-16__play svg {
		width: 60px;
		height: 60px
	}
}
@media (min-width:1200px) {
	.component-16__play .img--svg, .component-16__play svg {
		width: 75px;
		height: 75px
	}
}
@media (min-width:1540px) {
	.component-16__play .img--svg, .component-16__play svg {
		width: 100px;
		height: 100px
	}
}
.component-16__play .img--svg circle, .component-16__play svg circle {
	fill: var(--green-bright)
}
.component-16__play.is-playing .icon-play {
	display: none
}
.component-16__play.is-paused .icon-pause {
	display: none
}
.component-16__background {
	z-index: 0
}
.component-16__overlay {
	z-index: 0;
	background: linear-gradient(83deg, rgba(0, 21, 38, .58) 2.29%, rgba(0, 21, 38, .58) 43.67%, rgba(0, 21, 38, 0) 67.6%)
}
@media (max-width:575.98px) {
	.component-16__overlay {
		background: linear-gradient(6deg, rgba(0, 21, 38, .58) 2.29%, rgba(0, 21, 38, .58) 43.67%, rgba(0, 21, 38, 0) 67.6%)
	}
}
.component-16__overlay::after {
	position: absolute;
	width: 100%;
	height: 100%;
	content: ""
}
.section--component-16-5 .component-16__overlay::after {
	background: rgba(0, 0, 0, .2)
}
.component-16__overlay img {
	position: absolute;
	z-index: 10
}
.component-16__grid-overlay {
	z-index: 1
}
.component-16__content {
	position: absolute;
	z-index: 2;
	bottom: 58px;
	left: 0;
	width: 100%;
	margin: 0 auto;
	color: #fff
}
.component-16__content h1 a, .component-16__content .h1 a, .component-16__content h2 a, .component-16__content .h2 a, .component-16__content h3 a, .component-16__content .h3 a, .component-16__content h4 a, .component-16__content .h4 a, .component-16__content h5 a, .component-16__content .h5 a, .component-16__content h6 a, .component-16__content .h6 a {
	text-decoration: underline;
	color: #fff
}
.component-16__content h1 a:hover, .component-16__content .h1 a:hover, .component-16__content h2 a:hover, .component-16__content .h2 a:hover, .component-16__content h3 a:hover, .component-16__content .h3 a:hover, .component-16__content h4 a:hover, .component-16__content .h4 a:hover, .component-16__content h5 a:hover, .component-16__content .h5 a:hover, .component-16__content h6 a:hover, .component-16__content .h6 a:hover {
	text-decoration: none
}
.component-16__content .container {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}
.component-16__content .container .btn, .component-16__content .container a, .component-16__content .container button {
	-ms-flex-item-align: start;
	align-self: flex-start
}
.component-16__content h1, .component-16__content .h1, .component-16__content h2, .component-16__content .h2 {
	margin-bottom: 20px;
	color: #fff;
	text-shadow: 0 0 30px rgba(0, 0, 0, .75)
}
@media (min-width:1024px) {
	.component-16__content h1, .component-16__content .h1, .component-16__content h2, .component-16__content .h2 {
		max-width: 600px;
		margin-bottom: 30px
	}
}
@media (min-width:1200px) {
	.component-16__content h1, .component-16__content .h1, .component-16__content h2, .component-16__content .h2 {
		max-width: 670px
	}
}
.component-16__content h3, .component-16__content .h3 {
	margin-bottom: 10px;
	color: #fff;
	text-shadow: 0 0 30px rgba(0, 0, 0, .75)
}
@media (min-width:1024px) {
	.component-16__content h3, .component-16__content .h3 {
		max-width: 600px
	}
}
@media (min-width:1200px) {
	.component-16__content h3, .component-16__content .h3 {
		max-width: 670px
	}
}
.component-16__content h3.heading-md--extra, .component-16__content .heading-md--extra.h3 {
	font-size: 1rem
}
@media (min-width:1540px) {
	.component-16__content h3.heading-md--extra, .component-16__content .heading-md--extra.h3 {
		font-size: 1.125rem
	}
}
.component-16__content p {
	margin-bottom: 20px;
	color: #fff;
	text-shadow: 0 0 30px rgba(0, 0, 0, .75)
}
@media (min-width:1024px) {
	.component-16__content p {
		max-width: 600px;
		margin-bottom: 32px
	}
}
@media (min-width:1200px) {
	.component-16__content p {
		max-width: 670px
	}
}
@media (max-width:1023.98px) {
	.component-16__content p {
		font-size: .875rem;
		line-height: 22px
	}
}
.component-16__content .btn {
	font-size: 1.125rem;
	font-weight: 900;
	line-height: 22px;
	padding: 20px 35px;
	text-transform: uppercase;
	color: var(--navy-dark);
	border: 0;
	border-radius: 0;
	background-color: var(--green-bright)
}
.component-16-navigation {
	position: absolute;
	z-index: 2;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}
@media (max-width:1199.98px) {
	.component-16-navigation {
		position: relative;
		top: auto;
		bottom: 0;
		-webkit-transform: none;
		transform: none
	}
}
.component-16-navigation ul {
	margin-bottom: 0;
	padding-left: 0;
	list-style: none
}
.component-16-navigation ul li:not(:last-child) {
	margin-bottom: 5px
}
.component-16-navigation ul li.highlight a {
	background-color: var(--gold)
}
.component-16-navigation ul a {
	font-size: 1rem;
	font-weight: 900;
	line-height: 1.1;
	display: inline-block;
	width: calc(100% + 10px);
	min-width: 250px;
	padding: 18px 18px 18px 20px;
	-webkit-transition: all 300ms;
	transition: all 300ms;
	-webkit-transition: 300ms;
	transition: 300ms;
	text-align: right;
	text-decoration: none;
	text-transform: uppercase;
	color: var(--navy-dark);
	border-right: 10px solid var(--green-rich);
	border-left: 10px solid var(--navy);
	background-color: #fff
}
@media (min-width:1600px) {
	.component-16-navigation ul a {
		font-size: 1.125rem;
		min-width: 310px;
		padding: 22px 22px 22px 30px
	}
}
@media (max-width:1199.98px) {
	.component-16-navigation ul a {
		font-size: 1.125rem;
		text-align: left;
		background: #ebf0f2
	}
}
.component-16-navigation ul a:hover {
	-webkit-transform: translateX(-10px);
	transform: translateX(-10px)
}
.component-16-navigation ul a:hover {
	background-color: #f2f2f2
}
.section--component-17 {
	background: var(--green-rich)
}
.section--component-17.section--navy {
	background-color: var(--navy)
}

.component-17 {
	position: relative;
	z-index: 1;
	padding: 40px 0
}
@media (min-width:1540px) {
	.component-17 {
		padding: 60px 0
	}
}
@media (min-width:1600px) {
	.component-17 {
		padding: 100px 0
	}
}
.component-17__title {
	margin-bottom: 15px;
	font-size: calc(1.375rem + 1.125vw);
	font-weight: 900;
	line-height: 135%;
	color: #fff
}
@media (min-width:1540px) {
	.component-17__title {
		margin-bottom: 30px
	}
}
@media (min-width:1600px) {
	.component-17__title {
		font-size: 2.5rem
	}
}
@media (min-width:1024px) and (max-width:1599.98px) {
	.component-17__title {
		font-size: calc(1.325rem + .675vw)
	}
}
@media (min-width:1024px) and (max-width:1599.98px) and (min-width:1600px) {
	.component-17__title {
		font-size: 2rem
	}
}
.component-17__subtitle {
	margin-bottom: 30px;
	color: #fff
}
@media (min-width:768px) {
	.component-17__subtitle {
		padding-right: 150px
	}
}
@media (min-width:1200px) {
	.component-17__subtitle {
		padding-right: 200px
	}
}
.component-17__panel {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-filter: drop-shadow(0 0 20px rgba(0, 0, 0, .15));
	filter: drop-shadow(0 0 20px rgba(0, 0, 0, .15));
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.component-17__item {
	position: relative;
	overflow: hidden;
	width: 100%
}
@media (min-width:576px) {
	.component-17__item {
		width: 50%
	}
}
@media (min-width:1024px) {
	.component-17__item {
		width: 25%
	}
}
.component-17__item:before {
	display: block;
	padding-bottom: 352px;
	content: "";
	mix-blend-mode: multiply
}
@media (min-width:1024px) {
	.component-17__item:before {
		padding-bottom: 100%
	}
}
@media (max-width:767.98px) {
	.component-17__item:before {
		padding-bottom: 270px
	}
}
@media (min-width:1200px) and (max-width:1539.98px) {
	.component-17__item:before {
		padding-bottom: 90%
	}
}
.component-17__item .component-17__link {
	color: #fff
}
.component-17__item .component-17__link:focus-visible {
	outline: 3px solid var(--gold);
	outline-offset: -3px;
	border-radius: 0
}
.component-17__item--half-overlay .component-17__link img {
	-webkit-filter: none;
	filter: none
}
.component-17__item--half-overlay .component-17__link:focus-visible .component-17__head--small {
	z-index: -1
}
.component-17__item--half-overlay.component-17__item--blue .component-17__head--small::before {
	background-color: var(--blue)
}
.component-17__item--half-overlay.component-17__item--navy .component-17__head--small::before {
	background-color: var(--navy)
}
.component-17__item--half-overlay.component-17__item--gold .component-17__head--small::before {
	background-color: var(--gold)
}
.component-17__item--half-overlay.component-17__item--white .component-17__head--small::before {
	background-color: #fff
}
.component-17__item--half-overlay.component-17__item--green-bright .component-17__head--small::before {
	background-color: var(--green-bright)
}
.component-17__item--half-overlay.component-17__item--green-rich .component-17__head--small::before {
	background-color: var(--green-rich)
}
.component-17__item--half-overlay.component-17__item::before {
	background: 0 0
}
.component-17__item--half-overlay.component-17__item .component-17__head--small {
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	max-width: none;
	margin-bottom: 0;
	padding: 35px 30px 30px
}
.component-17__item--half-overlay.component-17__item .component-17__head--small::before {
	position: absolute;
	display: block;
	content: "";
	z-index: -1;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: .85
}
.component-17__item--blue:before {
	background: var(--blue)
}
.component-17__item--blue .component-17__link {
	color: #fff
}
.component-17__item--navy:before {
	background: var(--navy)
}
.component-17__item--navy .component-17__link {
	color: #fff
}
.component-17__item--gold:before {
	background: var(--gold)
}
.component-17__item--gold .component-17__link {
	color: var(--navy)
}
.component-17__item--gold .component-17__link:focus-visible {
	outline: 3px solid #000
}
.component-17__item--white:before {
	background: #fff
}
.component-17__item--white .component-17__link {
	color: var(--navy)
}
.component-17__item--white .component-17__icon {
	color: var(--green-bright)
}
.component-17__item--green-bright:before {
	background: var(--green-bright)
}
.component-17__item--green-bright .component-17__link {
	color: var(--navy)
}
.component-17__item--green-rich:before {
	background: var(--green-rich)
}
.component-17__item--green-rich .component-17__link {
	color: #fff
}
.component-17__link {
	position: absolute;
	top: 0;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	height: 100%;
	padding: 35px 30px;
	text-decoration: none;
	color: #fff
}
@media (min-width:1024px) and (max-width:1539.98px) {
	.component-17__link {
		padding: 30px 25px
	}
}
.component-17__link:hover {
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	text-decoration: none;
	-webkit-box-shadow: inset 0 0 20px rgba(0, 0, 0, .15);
	box-shadow: inset 0 0 20px rgba(0, 0, 0, .15)
}
.component-17__link:hover img {
	opacity: .8
}
.component-17__link img {
	position: absolute;
	z-index: -1;
	top: 50%;
	right: -50%;
	left: -50%;
	min-width: 100%;
	min-height: 100%;
	margin: auto;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%)
}
.component-17__head {
	font-size: calc(1.375rem + 1.125vw);
	font-weight: 900;
	line-height: 135%;
	max-width: 200px;
	margin-bottom: 15px;
	color: inherit
}
@media (min-width:1600px) {
	.component-17__head {
		font-size: 2.5rem
	}
}
@media (min-width:1024px) and (max-width:1539.98px) {
	.component-17__head {
		font-size: calc(1.3125rem + .5625vw);
		margin-bottom: 8px
	}
}
@media (min-width:1024px) and (max-width:1539.98px) and (min-width:1600px) {
	.component-17__head {
		font-size: 1.875rem
	}
}
.component-17__head--small {
	font-size: calc(1.3rem + .45vw);
	line-height: 150%
}
@media (min-width:1600px) {
	.component-17__head--small {
		font-size: 1.75rem
	}
}
@media (min-width:1024px) and (max-width:1539.98px) {
	.component-17__head--small {
		font-size: 1.25rem;
		line-height: 135%
	}
}
.component-17__intro {
	font-size: calc(1.2625rem + .1125vw);
	font-weight: 700;
	line-height: 150%;
	max-width: 200px;
	color: inherit
}
@media (min-width:1600px) {
	.component-17__intro {
		font-size: 1.375rem
	}
}
@media (min-width:1024px) and (max-width:1539.98px) {
	.component-17__intro {
		font-size: 1rem
	}
}
.component-17__icon {
	font-size: calc(2.0625rem + 7.3125vw);
	position: absolute;
	right: 20px;
	bottom: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: auto;
	margin-left: auto;
	padding: 5px
}
@media (min-width:1600px) {
	.component-17__icon {
		font-size: 9.375rem
	}
}
@media (min-width:1024px) and (max-width:1539.98px) {
	.component-17__icon {
		font-size: calc(1.8125rem + 5.0625vw)
	}
}
@media (min-width:1024px) and (max-width:1539.98px) and (min-width:1600px) {
	.component-17__icon {
		font-size: 6.875rem
	}
}
.has-theme .section--component-18.section--small::before {
	display: none
}
.has-theme .section--component-18.section--small::after {
	background: 0 0
}
.section--component-18 {
	background: #fff
}
.section--component-18.section--grey-lighter {
	background: #f2f2f2
}
.section--component-18.section--grey-lighter .component-18__cols li a {
	background: #fff
}
.section--component-18.section--blue {
	background: var(--blue)
}
.section--component-18.section--blue h1, .section--component-18.section--blue .h1, .section--component-18.section--blue h2, .section--component-18.section--blue .h2, .section--component-18.section--blue h3, .section--component-18.section--blue .h3, .section--component-18.section--blue h4, .section--component-18.section--blue .h4, .section--component-18.section--blue h5, .section--component-18.section--blue .h5, .section--component-18.section--blue h6, .section--component-18.section--blue .h6 {
	color: #fff
}
.section--component-18.section--blue h1 a, .section--component-18.section--blue .h1 a, .section--component-18.section--blue h2 a, .section--component-18.section--blue .h2 a, .section--component-18.section--blue h3 a, .section--component-18.section--blue .h3 a, .section--component-18.section--blue h4 a, .section--component-18.section--blue .h4 a, .section--component-18.section--blue h5 a, .section--component-18.section--blue .h5 a, .section--component-18.section--blue h6 a, .section--component-18.section--blue .h6 a {
	color: #fff
}
.section--component-18.section--blue [class*=heading], .section--component-18.section--blue .component-18__title, .section--component-18.section--blue p, .section--component-18.section--blue p a, .section--component-18.section--blue th, .section--component-18.section--blue tr, .section--component-18.section--blue td, .section--component-18.section--blue td a, .section--component-18.section--blue li {
	color: #fff!important
}
.section--component-18.section--blue ul:not([class])>li:before {
	background-color: var(--gold)
}
.section--component-18.section--blue ul:not([class]) li ul>li:before, .section--component-18.section--blue ol:not([class]) li ul>li:before, .section--component-18.section--blue ol[style="list-style-type: lower-alpha;"] li ul>li:before {
	background: 0 0;
	border-color: var(--gold)
}
.section--component-18.section--blue ol:not([class])>li:before, .section--component-18.section--blue ol[style="list-style-type: lower-alpha;"]>li:before {
	color: var(--gold)
}
.section--component-18.section--blue ul:not([class]) li a, .section--component-18.section--blue ol:not([class]) li a {
	color: #fff!important;
	text-decoration: underline
}
.section--component-18.section--blue ul:not([class]) li a:hover, .section--component-18.section--blue ol:not([class]) li a:hover {
	text-decoration: none
}
.section--component-18.section--green-rich {
	background: var(--green-rich)
}
.section--component-18.section--green-rich h1, .section--component-18.section--green-rich .h1, .section--component-18.section--green-rich h2, .section--component-18.section--green-rich .h2, .section--component-18.section--green-rich h3, .section--component-18.section--green-rich .h3, .section--component-18.section--green-rich h4, .section--component-18.section--green-rich .h4, .section--component-18.section--green-rich h5, .section--component-18.section--green-rich .h5, .section--component-18.section--green-rich h6, .section--component-18.section--green-rich .h6 {
	color: #fff
}
.section--component-18.section--green-rich h1 a, .section--component-18.section--green-rich .h1 a, .section--component-18.section--green-rich h2 a, .section--component-18.section--green-rich .h2 a, .section--component-18.section--green-rich h3 a, .section--component-18.section--green-rich .h3 a, .section--component-18.section--green-rich h4 a, .section--component-18.section--green-rich .h4 a, .section--component-18.section--green-rich h5 a, .section--component-18.section--green-rich .h5 a, .section--component-18.section--green-rich h6 a, .section--component-18.section--green-rich .h6 a {
	color: #fff
}
.section--component-18.section--green-rich ul:not([class]) li:before {
	background: var(--gold)
}
.section--component-18.section--green-rich ol:not([class]) li:before, .section--component-18.section--green-rich ol[style="list-style-type: lower-alpha;"] li:before {
	color: var(--gold)
}
.section--component-18.section--green-rich ul:not([class]) li ul>li:before, .section--component-18.section--green-rich ol:not([class]) li ul>li:before, .section--component-18.section--green-rich ol[style="list-style-type: lower-alpha;"] li ul>li:before {
	background: 0 0;
	border-color: var(--gold)
}
.section--component-18.section--green-rich ul:not([class]) li ol>li:before, .section--component-18.section--green-rich ol:not([class]) li ol>li:before, .section--component-18.section--green-rich ol[style="list-style-type: lower-alpha;"] li ol>li:before {
	background: 0 0
}
.section--component-18.section--green-rich [class*=heading], .section--component-18.section--green-rich .component-18__title, .section--component-18.section--green-rich p, .section--component-18.section--green-rich p a, .section--component-18.section--green-rich th, .section--component-18.section--green-rich tr, .section--component-18.section--green-rich td, .section--component-18.section--green-rich td a, .section--component-18.section--green-rich li {
	color: #fff!important
}
.section--component-18.section--green-rich blockquote {
	background-color: var(--navy)
}
.section--component-18.section--green-rich ul:not([class]) li a, .section--component-18.section--green-rich ol:not([class]) li a {
	color: #fff!important;
	text-decoration: underline
}
.section--component-18.section--green-rich ul:not([class]) li a:hover, .section--component-18.section--green-rich ol:not([class]) li a:hover {
	text-decoration: none
}
.section--component-18.section--navy {
	background: var(--navy)
}
.section--component-18.section--navy h1, .section--component-18.section--navy .h1, .section--component-18.section--navy h2, .section--component-18.section--navy .h2, .section--component-18.section--navy h3, .section--component-18.section--navy .h3, .section--component-18.section--navy h4, .section--component-18.section--navy .h4, .section--component-18.section--navy h5, .section--component-18.section--navy .h5, .section--component-18.section--navy h6, .section--component-18.section--navy .h6 {
	color: #fff
}
.section--component-18.section--navy h1 a, .section--component-18.section--navy .h1 a, .section--component-18.section--navy h2 a, .section--component-18.section--navy .h2 a, .section--component-18.section--navy h3 a, .section--component-18.section--navy .h3 a, .section--component-18.section--navy h4 a, .section--component-18.section--navy .h4 a, .section--component-18.section--navy h5 a, .section--component-18.section--navy .h5 a, .section--component-18.section--navy h6 a, .section--component-18.section--navy .h6 a {
	color: #fff
}
.section--component-18.section--navy .component-18__title, .section--component-18.section--navy [class*=heading], .section--component-18.section--navy p, .section--component-18.section--navy p a, .section--component-18.section--navy th, .section--component-18.section--navy tr, .section--component-18.section--navy td, .section--component-18.section--navy td a, .section--component-18.section--navy li {
	color: #fff!important
}
.section--component-18.section--navy ol:not([class]) li:before, .section--component-18.section--navy ol[style="list-style-type: lower-alpha;"] li:before {
	color: var(--green-bright)
}
.section--component-18.section--navy ul:not([class]) li a, .section--component-18.section--navy ol:not([class]) li a {
	color: #fff!important;
	text-decoration: underline
}
.section--component-18.section--navy ul:not([class]) li a:hover, .section--component-18.section--navy ol:not([class]) li a:hover {
	text-decoration: none
}
.section--component-18.section--navy-dark {
	background: var(--navy-dark)
}
.section--component-18.section--navy-dark h1, .section--component-18.section--navy-dark .h1, .section--component-18.section--navy-dark h2, .section--component-18.section--navy-dark .h2, .section--component-18.section--navy-dark h3, .section--component-18.section--navy-dark .h3, .section--component-18.section--navy-dark h4, .section--component-18.section--navy-dark .h4, .section--component-18.section--navy-dark h5, .section--component-18.section--navy-dark .h5, .section--component-18.section--navy-dark h6, .section--component-18.section--navy-dark .h6 {
	color: #fff
}
.section--component-18.section--navy-dark h1 a, .section--component-18.section--navy-dark .h1 a, .section--component-18.section--navy-dark h2 a, .section--component-18.section--navy-dark .h2 a, .section--component-18.section--navy-dark h3 a, .section--component-18.section--navy-dark .h3 a, .section--component-18.section--navy-dark h4 a, .section--component-18.section--navy-dark .h4 a, .section--component-18.section--navy-dark h5 a, .section--component-18.section--navy-dark .h5 a, .section--component-18.section--navy-dark h6 a, .section--component-18.section--navy-dark .h6 a {
	color: #fff
}
.section--component-18.section--navy-dark .component-18__title, .section--component-18.section--navy-dark [class*=heading], .section--component-18.section--navy-dark p, .section--component-18.section--navy-dark p a, .section--component-18.section--navy-dark th, .section--component-18.section--navy-dark tr, .section--component-18.section--navy-dark td, .section--component-18.section--navy-dark td a, .section--component-18.section--navy-dark li {
	color: #fff
}
.section--component-18.section--navy-dark ol:not([class]) li:before, .section--component-18.section--navy-dark ol[style="list-style-type: lower-alpha;"] li:before {
	color: #fff
}
.section--component-18.section--small {
	position: relative
}
@media (min-width:1024px) {
	.section--component-18.section--small {
		padding-bottom: 30px
	}
}
@media (min-width:1600px) {
	.section--component-18.section--small {
		padding-bottom: 50px
	}
}
.section--component-18.section--small::before {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
	content: "";
	opacity: .35;
	background-image: url(/sbbs/isbp2026/t4media/pattern-white.svg)
}
.section--component-18.section--small::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	pointer-events: none;
	background: linear-gradient(88.5deg, rgba(0, 37, 66, .75) 9.57%, rgba(0, 46, 83, .98) 37.9%, rgba(0, 37, 66, .91) 76.56%, rgba(3, 136, 74, .5) 99.3%)
}
@media (max-width:1199.98px) {
	.section--component-18.section--small::after {
		background: linear-gradient(88.5deg, rgba(0, 37, 66, .93) 0, rgba(0, 46, 83, .98) 25.9%, rgba(0, 37, 66, .9) 74.56%, rgba(3, 136, 74, .3) 100%)
	}
}
.section--component-18.section--small+.section--breadcrumbs {
	position: absolute;
	z-index: 1;
	top: 167px;
	right: 0;
	left: 0
}
@media (min-width:1540px) {
	.section--component-18.section--small+.section--breadcrumbs {
		top: 187px
	}
}
@media (min-width:1600px) {
	.section--component-18.section--small+.section--breadcrumbs {
		top: 207px
	}
}
.section--component-18.section--small+.section--breadcrumbs .component-breadcrumb {
	padding: 10px 0 10px;
	background-color: transparent
}
@media (min-width:768px) {
	.section--component-18.section--small+.section--breadcrumbs .component-breadcrumb {
		padding-top: 0
	}
}
@media (max-width:1023.98px) {
	.section--component-18.section--small+.section--breadcrumbs .component-breadcrumb .breadcrumb-item {
		font-size: .875rem
	}
}
.section--component-18.section--small .component-18 {
	padding: 30px 0 30px
}
@media (min-width:1600px) {
	.section--component-18.section--small .component-18 {
		padding: 30px 0 0
	}
}
.section--component-18.section--small .component-18 .component-18__title {
	margin-bottom: 0
}
@media (min-width:1600px) {
	.section--component-18.section--small .component-18 .component-18__title {
		margin-bottom: 5px
	}
}
.section--component-18.section--component-18-breadcrumbs {
	padding-bottom: 17px
}
.section--component-18.section--component-18-breadcrumbs>.component-18 {
	padding-bottom: 10px
}
@media (min-width:1540px) {
	.section--component-18.section--component-18-breadcrumbs>.component-18 {
		padding-bottom: 0
	}
}
.section--component-18.section--component-18-breadcrumbs>.component-18.component-breadcrumb {
	padding: 0 0 10px;
	background: 0 0
}
.component-18 {
	position: relative;
	z-index: 1;
	padding: 60px 0 40px 0
}
.component-18 symbol path {
	fill: var(--navy)
}
.component-18 h1 a, .component-18 .h1 a, .component-18 h2 a, .component-18 .h2 a, .component-18 h3 a, .component-18 .h3 a, .component-18 h4 a, .component-18 .h4 a, .component-18 h5 a, .component-18 .h5 a, .component-18 h6 a, .component-18 .h6 a {
	text-decoration: underline
}
@media (min-width:1540px) {
	.component-18 {
		padding: 60px 0
	}
}
@media (min-width:1600px) {
	.component-18 {
		padding: 90px 0
	}
}
.component-18__title {
	font-size: calc(1.375rem + 1.125vw);
	font-weight: 900;
	line-height: 135%;
	margin-bottom: 20px;
	color: var(--navy-dark)
}
@media (min-width:1600px) {
	.component-18__title {
		font-size: 2.5rem
	}
}
@media (min-width:1024px) and (max-width:1599.98px) {
	.component-18__title {
		font-size: calc(1.325rem + .675vw)
	}
}
@media (min-width:1024px) and (max-width:1599.98px) and (min-width:1600px) {
	.component-18__title {
		font-size: 2rem
	}
}
@media (min-width:1540px) {
	.component-18__title {
		margin-top: 0;
		margin-bottom: 30px
	}
}
.component-18 .col-12 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.component-18__cols {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin: 20px -5px 20px;
	padding: 0;
	list-style: none;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.component-18__cols li {
	width: 100%;
	margin-bottom: 10px;
	padding-right: 5px;
	padding-left: 5px
}
@media (min-width:768px) {
	.component-18__cols li {
		width: 50%
	}
}
.component-18__cols li svg {
	min-width: 27px;
	margin-left: 10px
}
.component-18__cols li svg path {
	fill: var(--navy)
}
.component-18__cols li a {
	font-size: 1rem;
	font-weight: 700;
	line-height: 150%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 100%;
	min-height: 60px;
	padding: 5px 20px 5px 14px;
	text-decoration: none;
	background: #f2f2f2
}
@media (min-width:1540px) {
	.component-18__cols li a {
		font-size: 1.125rem
	}
}
.component-18__cols li a i {
	font-size: calc(1.2625rem + .1125vw);
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	color: var(--navy)
}
@media (min-width:1600px) {
	.component-18__cols li a i {
		font-size: 1.375rem
	}
}
.component-18__cols li a:hover {
	color: var(--navy)
}
.component-18__cols li a:hover i {
	-webkit-transform: translateX(4px);
	transform: translateX(4px)
}
.component-18__media {
	width: 100%
}
.component-18__media img {
	width: 100%;
	max-width: 100%
}
@media (max-width:1023.98px) {
	.component-18__media img {
		margin-bottom: 30px
	}
}
.component-18 p {
	font-size: 1rem;
	line-height: 175%;
	max-width: 930px;
	color: #3d4c57
}
.component-18 p a {
	text-decoration: underline
}
.component-18 blockquote p {
	color: #fff
}
.component-18 .component__content {
	width: 100%
}
.component-18 .component__content--wide {
	padding: 0
}
.component-18 .component__content--wide .col-sm {
	max-width: 260px
}
.component-18 .component__content--wide img {
	max-width: 100%;
	height: auto!important;
	width: auto!important
}
.component-18 .component__content--wide .component-18__cols li {
	width: 100%;
	margin-bottom: 10px
}
@media (min-width:768px) {
	.component-18 .component__content--wide .component-18__cols li {
		width: 50%
	}
}
@media (min-width:1024px) {
	.component-18 .component__content--wide .component-18__cols li {
		width: 33.33%
	}
}
.component-18 ul:not([class]) li a, .component-18 ol:not([class]) li a {
	text-decoration: underline
}
.component-18 ul:not([class]) li a:hover, .component-18 ol:not([class]) li a:hover {
	text-decoration: none
}
.section--component-19 {
	padding: 40px 0
}
@media (min-width:1540px) {
	.section--component-19 {
		padding: 100px 0
	}
}
@media (min-width:768px) and (max-width:1023.98px) {
	.section--component-19 {
		padding: 90px 0 40px
	}
}
@media (min-width:576px) and (max-width:767.98px) {
	.section--component-19 {
		padding: 60px 0 40px

	}
}
.section--component-19 .component-19 .container {
	max-width: 960px
}
.section--component-23+.section--component-19 {
	padding: 0
}
.component-19 a {
	text-decoration: underline;
	color: var(--blue)
}
.component-19 hr {
	opacity: 1;
	background-color: var(--green-bright)
}
.component-19 .component-19__sub {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}
@media all and (max-width:767px) {
	.component-19 .component-19__sub {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start
	}
}
@media all and (max-width:1199px) {
	.has-sidemenu .component-19 .component-19__sub {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start
	}
}
.component-19 .component-19__sub p em {
	font-size: 22px;
	font-weight: 700;
	font-style: normal;
	line-height: 150%;
	color: var(--navy-dark)
}
.component-19 .component-19__main-image {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}
.component-19 .social-share {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-left: 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.component-19 .social-share li {
	display: inline-block;
	margin: 0 10px 10px 0
}
@media (min-width:576px) {
	.component-19 .social-share li {
		margin: 0 0 0 10px
	}
}
.component-19 .social-share li a {
	display: inline-block;
	text-decoration: none;
	color: #fff
}
.component-19 .component-19__share {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
@media (min-width:576px) {
	.component-19 .component-19__share {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap
	}
}
.component-19 .component-19__share h2, .component-19 .component-19__share .h2 {
	font-size: 22px;
	font-weight: 700;
	font-style: normal;
	line-height: 150%;
	color: var(--navy-dark);
	margin-right: 10px
}
@media (min-width:576px) {
	.component-19 .component-19__share h2, .component-19 .component-19__share .h2 {
		margin-right: 0
	}
}
.component-19__media {
	margin-bottom: 20px
}
.component-19__media--caption, figcaption {
	font-size: 1rem;
	font-style: italic;
	line-height: 150%;
	margin-top: 0;
	color: var(--navy)
}
.component-19__media img {
	width: 100%;
	height: auto
}
.component-19__media.image-left {
	display: inline-block;
	float: left
}
.component-19__media.image-left img {
	padding-bottom: 20px
}
.component-19__media.image-left+.component-19__media--caption, .component-19__media.image-left+figcaption {
	display: inline-block
}
.component-19__media .image-right {
	display: inline-block;
	float: right
}
.component-19__media .image-right img {
	padding-bottom: 20px
}
.component-19__media .image-right+.component-19__media--caption, .component-19__media .image-right+figcaption {
	display: inline-block
}
.component-19 .col-12>img:not(.image-right):not(.image-left), .component-19 .col-12>p>img:not(.image-right):not(.image-left) {
	width: auto!important;
	height: auto!important
}
@media (max-width:575.98px) {
	.component-19 .floating-image {
		float: none!important;
		padding: 0!important
	}
}
.component-19 .floating-image img {
	max-width: 100%
}
.component-19 h1, .component-19 .h1, .component-19 h2, .component-19 .h2, .component-19 h3, .component-19 .h3, .component-19 h4, .component-19 .h4, .component-19 h5, .component-19 .h5, .component-19 h6, .component-19 .h6, .component-19 .heading-xxxl, .component-19 .heading-xxl, .component-19 .heading-xl, .component-19 .heading-lg, .component-19 .heading-md, .component-19 .heading-sm {
	clear: both;
	color: var(--heading-color)
}
.component-19 .image-left {
	padding-right: 40px;
	padding-bottom: 40px
}
.component-19 .image-left+.component-19__media--caption, .component-19 .image-left+figcaption {
	display: inline-block
}
.component-19 .image-right {
	padding-bottom: 40px;
	padding-left: 40px
}
.component-19 .image-right+.component-19__media--caption, .component-19 .image-right+figcaption {
	display: inline-block
}
.component-19 img {
	width: unset!important;
	max-width: 100%;
	height: unset!important;
	margin-bottom: 20px
}
body .container .section--component-19.section.rectangle+.section--component-19 {
	padding-top: 15px
}
body .container .section--component-23.rectangle.rectangle--small+.section--component-19 {
	padding-top: 20px
}
.section--grey-lighter {
	background: #f2f2f2
}
.section--component-20 .component-20 {
	padding: 20px 0
}
@media (min-width:1024px) {
	.section--component-20 .component-20 {
		padding: 30px 0
	}
}
@media (min-width:1200px) {
	.section--component-20 .component-20 {
		padding: 40px 0
	}
}
@media (min-width:1540px) {
	.section--component-20 .component-20 {
		padding: 60px 0
	}
}
@media (min-width:1600px) {
	.section--component-20 .component-20 {
		padding: 80px 0
	}
}
.component-20 .open-close {
	position: relative;
	margin-left: auto
}
.component-20 .open-close span {
	pointer-events: none
}
.component-20 .open-close .close-text {
	display: none
}
.component-20 .open-close.opened .open-text {
	display: none
}
.component-20 .open-close.opened .close-text {
	display: inline-block
}
.component-20 .accordion {
	margin-top: 30px
}
.component-20 .accordion-item {
	display: block
}
.component-20 .accordion-item:last-of-type {
	border-bottom: solid 1px var(--green-bright)
}
.component-20 .accordion-header {
	margin-bottom: 0
}
.component-20 .accordion-button {
	-webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, border-radius .15s ease, -webkit-box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, border-radius .15s ease, -webkit-box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease, -webkit-box-shadow .15s ease-in-out;
	font-size: calc(1.2625rem + .1125vw);
	line-height: 150%;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	padding: 30px 70px 30px 30px;
	text-align: left;
	color: var(--blue);
	border: 0;
	border-top: solid 1px var(--green-bright);
	background: 0 0
}
@media (prefers-reduced-motion:reduce) {
	.component-20 .accordion-button {
		-webkit-transition: none;
		transition: none
	}
}
@media (min-width:1600px) {
	.component-20 .accordion-button {
		font-size: 1.375rem
	}
}
.component-20 .group-button:before, .component-20 .accordion-button:before {
	position: absolute;
	top: 44px;
	right: 30px;
	width: 24px;
	height: 6px;
	content: "";
	-webkit-mask: url(/sbbs/isbp2026/t4media/union-minus.svg);
	mask: url(/sbbs/isbp2026/t4media/union-minus.svg);
	-webkit-mask-size: cover;
	mask-size: cover;
	background-color: var(--green-rich)
}
.component-20 .group-button.collapsed:before, .component-20 .accordion-button.collapsed:before {
	top: 35px;
	height: 24px;
	-webkit-mask: url(/sbbs/isbp2026/t4media/union-plus.svg);
	mask: url(/sbbs/isbp2026/t4media/union-plus.svg)
}
.component-20 .group-button {
	font-size: 16px;
	font-weight: 700;
	line-height: 150%;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-height: 31px;
	padding-left: calc(2rem - .5rem);
	text-decoration: none;
	color: var(--navy);
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
@media (min-width:576px) {
	.component-20 .group-button {
		font-size: 18px
	}
}
@media (min-width:1024px) {
	.component-20 .group-button {
		font-size: 20px
	}
}
.component-20 .group-button:before {
	top: 0;
	right: auto;
	left: -.5rem;
	height: 31px;
	background-position: center;
	background-size: 17px auto
}
.component-20 .accordion-body {
	overflow: hidden;
	padding: 20px 15px
}
@media (min-width:768px) {
	.component-20 .accordion-body {
		padding: 20px 70px 30px 30px
	}
}
.component-20 .accordion-body img {
	width: unset!important;
	height: unset!important;
	max-width: 100%
}
.section--component-19+.section--component-21 {
	padding: 0 0 40px
}
.section--component-21 {
	padding: 40px 0
}
.component-21__blue .component-21__link {
	color: #fff;
	background: var(--blue)
}
.component-21__green-bright .component-21__link {
	color: var(--navy-dark);
	background: var(--green-bright)
}
.component-21__green-bright--alt .component-21__link {
	color: #fff;
	background: var(--green-bright)
}
.component-21__green-rich .component-21__link {
	color: #fff;
	background: var(--green-rich)
}
.component-21 {
	display: block;
	margin-top: 25px
}
.component-21 a {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 22px 10px 22px 55px;
	text-decoration: none;
	color: inherit;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
@media (min-width:768px) {
	.component-21 a {
		padding: 22px 30px
	}
}
.component-21 a:hover {
	text-decoration: underline
}
.component-21 i {
	font-size: 28px;
	position: absolute;
	top: 24px;
	left: 15px
}
@media (min-width:768px) {
	.component-21 i {
		left: 30px
	}
}
.component-21__title {
	margin-right: 30px
}
@media (min-width:768px) {
	.component-21__title {
		margin-left: 55px
	}
}
.component-21__type {
	padding-right: 5px;
	padding-left: 0
}
.component-21__type, .component-21__size {
	font-size: 16px;
	line-height: 175%
}
.component-21__size {
	padding-right: 5px;
	padding-left: 5px
}
.section--component-22 .component-22 {
	padding: 20px 0
}
@media (min-width:1024px) {
	.section--component-22 .component-22 {
		padding: 30px 0
	}
}
@media (min-width:1200px) {
	.section--component-22 .component-22 {
		padding: 40px 0
	}
}
@media (min-width:1540px) {
	.section--component-22 .component-22 {
		padding: 60px 0
	}
}
@media (min-width:1600px) {
	.section--component-22 .component-22 {
		padding: 80px 0
	}
}
.component-22__title {
	margin-bottom: 15px;
	font-size: calc(1.375rem + 1.125vw);
	font-weight: 900;
	line-height: 135%
}
@media (min-width:1540px) {
	.component-22__title {
		margin-bottom: 30px
	}
}
@media (min-width:1600px) {
	.component-22__title {
		font-size: 2.5rem
	}
}
@media (min-width:1024px) and (max-width:1599.98px) {
	.component-22__title {
		font-size: calc(1.325rem + .675vw)
	}
}
@media (min-width:1024px) and (max-width:1599.98px) and (min-width:1600px) {
	.component-22__title {
		font-size: 2rem
	}
}
.section--component-23 {
	padding: 40px 0 0
}
@media (min-width:1540px) {
	.section--component-23 {
		padding: 100px 0 0
	}
}
@media (min-width:768px) and (max-width:1023.98px) {
	.section--component-23 {
		padding: 90px 0 0
	}
}
@media (min-width:576px) and (max-width:767.98px) {
	.section--component-23 {
		padding: 60px 0 0
	}
}
.section--component-23 .component-23 .container {
	max-width: 960px
}
.section--component-23~.section--component-19 {
	padding-top: 0
}
@media (min-width:1540px) {
	.section--breadcrumbs+.section--component-23 {
		padding: 52px 0 0
	}
}
.component-23 p {
	font-weight: 700;
	color: var(--navy)
}
.section--grey-lighter .component-24:before {
	position: absolute;
	z-index: -2;
	top: 0;
	right: 50%;
	left: 50%;
	width: 100vw;
	height: 100%;
	margin-right: -50vw;
	margin-left: -50vw;
	content: "";
	background-color: #f2f2f2
}
.section--component-24 {
	overflow: hidden
}
.component-24 {
	padding: 60px 0
}
@media (min-width:768px) {
	.component-24 {
		padding: 75px 0
	}
}
@media (min-width:1024px) {
	.component-24 {
		padding: 40px 0
	}
}
@media (min-width:1540px) {
	.component-24 {
		padding: 70px 0
	}
}
@media (min-width:1600px) {
	.component-24 {
		padding: 100px 0
	}
}
.component-24__title {
	font-size: calc(1.375rem + 1.125vw);
	font-weight: 900;
	line-height: 135%;
	margin-bottom: 15px
}
@media (min-width:1600px) {
	.component-24__title {
		font-size: 2.5rem
	}
}
@media (min-width:1024px) and (max-width:1599.98px) {
	.component-24__title {
		font-size: calc(1.325rem + .675vw)
	}
}
@media (min-width:1024px) and (max-width:1599.98px) and (min-width:1600px) {
	.component-24__title {
		font-size: 2rem
	}
}
@media (min-width:1540px) {
	.component-24__title {
		margin-bottom: 30px
	}
}
.component-24__intro p {
	line-height: 175%;
	max-width: 900px;
	color: #555
}
@media (min-width:1024px) {
	.component-24__intro p {
		font-size: 1rem
	}
}
@media (min-width:1600px) {
	.component-24__intro p {
		font-size: 1.125rem
	}
}
.component-24__grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 40px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.has-sidemenu .component-24__grid {
	margin: 0
}
@media (min-width:1540px) {
	.component-24__grid.multi-column-layout {
		-webkit-box-pack: left;
		-ms-flex-pack: left;
		justify-content: left;
		-webkit-column-gap: 12.5px;
		-moz-column-gap: 12.5px;
		column-gap: 12.5px
	}
	.component-24__grid.multi-column-layout .component-24__item:not(.component-24__item--featured) {
		width: calc(25% - 10px)
	}
	.component-24__grid.multi-column-layout .component-24__item:not(.component-24__item--featured) .component-24__body {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 20px
	}
	.component-24__grid.multi-column-layout .component-24__item:not(.component-24__item--featured) .component-24__body .component-24__image {
		min-width: 180px
	}
	.component-24__grid.multi-column-layout .component-24__item:not(.component-24__item--featured) .component-24__body .component-24__content {
		margin-top: 15px
	}
	.component-24__grid.multi-column-layout .component-24__item:not(.component-24__item--featured) .component-24__footer {
		padding: 20px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: start
	}
	.component-24__grid.multi-column-layout .component-24__item:not(.component-24__item--featured) .component-24__footer .component-24__contact+.component-24__contact {
		margin-left: 0;
		margin-top: 10px
	}
	.component-24__grid.multi-column-layout .component-24__item:not(.component-24__item--featured) .component-24__footer .component-24__contact>.component-24__icon {
		width: 35px;
		height: 35px
	}
}
.component-24__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	margin-bottom: 15px;
	background: #fff;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .15);
	box-shadow: 0 0 20px rgba(0, 0, 0, .15)
}
@media (min-width:768px) {
	.component-24__item {
		margin-bottom: 25px
	}
}
@media (min-width:1024px) {
	.component-24__item {
		width: calc(50% - 10px)
	}
}
.component-24__item--featured {
	width: 100%
}
@media (min-width:1600px) {
	.component-24__item--featured .component-24__body .category__tag {
		font-size: 20px
	}
}
@media (min-width:1024px) and (max-width:1539.98px) {
	.has-sidemenu .component-24__item--featured .component-24__body {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row
	}
}
.component-24__body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 30px 30px 40px
}
@media (max-width:575.98px) {
	.component-24__body {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 30px 15px 30px
	}
}
@media (min-width:576px) and (max-width:1539.98px) {
	.component-24__body {
		padding: 20px
	}
}
@media (min-width:1024px) and (max-width:1539.98px) {
	.has-sidemenu .component-24__body {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}
@media (min-width:1540px) {
	.component-24__item--featured .component-24__body p {
		font-size: 1.125rem
	}
}
@media (min-width:1600px) {
	.component-24__item--featured .component-24__body p {
		font-size: 1.25rem
	}
}
.component-24__image {
	position: relative;
	overflow: hidden;
	min-width: 130px;
	margin-right: 30px;
	border-radius: 50%
}
@media (min-width:1024px) {
	.component-24__item--featured .component-24__image {
		min-width: 150px
	}
}
@media (min-width:1540px) {
	.component-24__item--featured .component-24__image {
		min-width: 200px
	}
}
@media (min-width:1600px) {
	.component-24__item--featured .component-24__image {
		min-width: 270px
	}
}
@media (max-width:575.98px) {
	.component-24__image {
		margin: 0 0 15px
	}
	.component-24__item--featured .component-24__image {
		width: 100%;
		max-width: 280px;
		margin: auto auto 30px
	}
	.component-24__item--featured .component-24__image img {
		width: 100%
	}
}
.component-24__image:before {
	display: block;
	padding-bottom: 100%;
	content: ""
}
.component-24__image img {
	position: absolute;
	top: 50%;
	right: -50%;
	left: -50%;
	max-width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	margin: auto;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}
.component-24__image--logo {
	overflow: visible
}
.component-24__image--logo img {
	-o-object-fit: contain;
	object-fit: contain;
	width: 100%;
	height: auto
}
.component-24__content p {
	line-height: 175%;
	color: #3d4c57
}
.component-24__name {
	font-size: calc(1.3rem + .45vw);
	font-weight: 700;
	line-height: 150%;
	margin-bottom: 0;
	color: var(--navy)
}
@media (min-width:1600px) {
	.component-24__name {
		font-size: 1.75rem
	}
}
@media (min-width:1024px) and (max-width:1539.98px) {
	.component-24__name {
		font-size: calc(1.2625rem + .1125vw)
	}
}
@media (min-width:1024px) and (max-width:1539.98px) and (min-width:1600px) {
	.component-24__name {
		font-size: 1.375rem
	}
}
@media (min-width:1540px) {
	.component-24__item--featured .component-24__name {
		font-size: calc(1.35rem + .9vw)
	}
}
@media (min-width:1540px) and (min-width:1600px) {
	.component-24__item--featured .component-24__name {
		font-size: 2.25rem
	}
}
.has-sidemenu .component-24__name {
	font-size: calc(1.2625rem + .1125vw);
	font-weight: 700;
	line-height: 150%
}
@media (min-width:1600px) {
	.has-sidemenu .component-24__name {
		font-size: 1.375rem
	}
}
@media (min-width:1024px) and (max-width:1599.98px) {
	.has-sidemenu .component-24__name {
		font-size: 1.125rem
	}
}
.component-24__role {
	font-size: calc(1.2625rem + .1125vw);
	font-weight: 700;
	line-height: 150%;
	margin-bottom: 15px;
	color: var(--navy)
}
@media (min-width:1600px) {
	.component-24__role {
		font-size: 1.375rem
	}
}
@media (min-width:1024px) and (max-width:1599.98px) {
	.component-24__role {
		font-size: 1.125rem
	}
}
@media (min-width:1540px) {
	.component-24__item--featured .component-24__role {
		font-size: calc(1.3rem + .45vw)
	}
}
@media (min-width:1540px) and (min-width:1600px) {
	.component-24__item--featured .component-24__role {
		font-size: 1.75rem
	}
}
@media (max-width:575.98px) {
	.component-24__role {
		font-size: 1rem;
		font-weight: 400
	}
}
.has-sidemenu .component-24__role {
	font-size: 1rem
}
@media (min-width:1540px) {
	.has-sidemenu .component-24__role {
		font-size: 1.125rem
	}
}
.component-24__link {
	font-size: 1rem;
	font-weight: 900;
	text-decoration: none;
	text-transform: uppercase
}
@media (min-width:1600px) {
	.component-24__link {
		font-size: 1.125rem
	}
}
.component-24__categories {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-top: 20px
}
.component-24__categories .category__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 15px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.component-24__categories .category__name {
	margin: 0;
	margin-right: 10px;
	color: var(--navy);
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 175%
}
.component-24__categories .category__tag {
	margin-right: 10px;
	color: var(--blue);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 175%;
	border: 0;
	background-color: transparent;
	padding: 0;
	text-align: left
}
.component-24__categories .category__tag:hover {
	color: var(--navy);
	text-decoration: underline;
	cursor: pointer
}
.component-24__footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: auto;
	padding: 15px;
	background: #f2f2f2
}
@media (min-width:1024px) and (max-width:1199.98px) {
	.component-24__footer {
		padding: 15px
	}
}
@media (min-width:1024px) {
	.component-24__footer {
		padding: 15px 30px
	}
	.component-24__item--featured .component-24__footer {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	.has-sidemenu .component-24__footer {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}
@media (min-width:1540px) {
	.component-24__item--featured .component-24__footer {
		padding-left: 260px;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: start
	}
}
@media (min-width:1600px) {
	.component-24__footer {
		padding-left: 30px
	}
	.has-sidemenu .component-24__footer {
		padding-left: 20px
	}
}
@media (min-width:1600px) {
	.component-24__item--featured .component-24__footer {
		padding-left: 330px
	}
}
@media (max-width:1199.98px) {
	.component-24__footer {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end
	}
}
@media (max-width:575.98px) {
	.component-24__footer {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start
	}
}
@media (min-width:768px) and (max-width:1023.98px) {
	.component-24__footer {
		padding-left: 190px
	}
}
.has-sidemenu .component-24__footer {
	padding-right: 10px;
	padding-left: 10px
}
.component-24__contact {
	font-size: .9375rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none;
	color: var(--navy);
	min-width: 0;
	max-width: 100%
}
@media (min-width:1540px) {
	.component-24__contact {
		font-size: 1rem
	}
}
@media (min-width:1600px) {
	.component-24__contact {
		font-size: 1.125rem
	}
}
@media (max-width:575.98px) {
	.component-24__contact {
		margin: 5px 0 5px 0
	}
}
.has-sidemenu .component-24__contact {
	margin: 2px 10px
}
.component-24__contact+.component-24__contact {
	margin-left: 10px;
	min-width: unset
}
@media (max-width:575.98px) {
	.component-24__contact+.component-24__contact {
		margin-left: 0
	}
}
.has-sidemenu .component-24__contact+.component-24__contact {
	margin: 2px 10px
}
.component-24__contact>.component-24__icon_text {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}
.component-24__contact>.component-24__icon {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 40px;
	height: 40px;
	margin-right: 8px;
	color: #fff;
	border-radius: 50%;
	background: var(--green-bright)
}
.component-24__contact>.component-24__icon+span:not(.component-24__icon_text) {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	min-width: 120px
}
.component-24__contact i {
	font-size: calc(1.2875rem + .3375vw)
}
@media (min-width:1600px) {
	.component-24__contact i {
		font-size: 1.625rem
	}
}
.component-24__category {
	margin-bottom: 24px
}
.component-24__category .btn {
	margin-bottom: 6px;
	font-size: 16px
}
.component-24__category .btn.btn-gold:hover {
	opacity: .9
}
.component-24__category .btn-outline-navy {
	border-color: var(--blue)
}
.component-24__category .btn-outline-navy.active, .component-24__category .btn-outline-navy:hover, .component-24__category .btn-outline-navy:focus {
	color: #fff;
	background: var(--blue)
}
.component-24__filters--mobile {
	background-color: var(--green-rich);
	padding: 5px;
	margin-bottom: 30px;
	position: relative;
	text-align: center;
	color: #fff
}
.component-24__filters--mobile .col-12:first-child {
	text-align: left
}
.component-24__filters--mobile .btn .more {
	display: none
}
.component-24__filters--mobile .btn.collapsed svg {
	margin-top: -2px
}
.component-24__filters--mobile .btn.collapsed .more {
	display: inline-block
}
.component-24__filters--mobile .btn.collapsed .less {
	display: none
}
.component-24__filters--mobile .btn[aria-expanded=true] svg {
	margin-top: -5px;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}
.component-24__filters--mobile .component__content {
	text-align: left
}
.component-24__filters--mobile .component__content p {
	margin-bottom: 0
}
.component-24__filters--mobile .component__content a.btn {
	font-size: 18px;
	line-height: normal;
	color: #fff;
	padding: 15px 0;
	margin: 0;
	width: 100%;
	text-align: start;
	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
}
.component-24__filters--mobile .component__content a.btn:focus {
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none
}
.component-24__filters--mobile .component__content a.btn svg {
	width: 22px;
	height: 12px
}
.component-24__filters--mobile .component__content .component-24__filters-container {
	padding: 15px 0 0
}
.component-24__filters--mobile .component__content .component-24__filters-container .component-24__controls {
	margin-bottom: 0
}
.component-24__filters--mobile .component__content .component-24__filters-container .component-24__controls .btn {
	margin-top: 0
}
.component-24__filters--mobile .component__content .component-24__filters-container .dropdown-menu a {
	text-decoration: none;
	padding: 4px 16px;
	color: var(--navy)
}
@media (max-width:767.98px) {
	.component-24__profile-filters {
		padding: 0 0 60px
	}
}
.component-24__filters-container {
	padding: 10px 0 0;
	position: relative;
	z-index: 999
}
.component-24__filters-container .container {
	padding: 0;
	max-width: 100%
}
.component-24__filters-container .col-max-width {
	max-width: 500px
}
.component-24__filters-container .form-control {
	font-size: 16px;
	font-weight: 400;
	font-style: normal;
	line-height: 162%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-height: 55px;
	height: 100%;
	padding: 10px 15px;
	color: #657582;
	border: solid 1px var(--blue);
	border-radius: 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
@media (min-width:1024px) {
	.component-24__filters-container .form-control {
		min-height: 60px;
		padding: 15px
	}
}
@media (min-width:768px) and (max-width:1023px) {
	.component-24__filters-container .form-control {
		min-width: 180px
	}
	.component-24__filters-container .form-control.component-24__search-input {
		min-width: unset
	}
}
.component-24__filters-container .form-control::-webkit-input-placeholder {
	color: #657582
}
.component-24__filters-container .form-control::-moz-placeholder {
	color: #657582
}
.component-24__filters-container .form-control:-ms-input-placeholder {
	color: #657582
}
.component-24__filters-container .form-control::-ms-input-placeholder {
	color: #657582
}
.component-24__filters-container .form-control::placeholder {
	color: #657582
}
.component-24__filters-container .form-control.dropdown-toggle {
	text-align: start;
	white-space: wrap
}
.component-24__filters-container .form-control.dropdown-toggle:after {
	content: "";
	display: block;
	width: 20px;
	height: 12px;
	margin-left: auto;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	border: 0;
	background-image: url("data:image/svg+xml,%3csvg width='22' height='12' viewBox='0 0 22 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.17195 0.409959C1.78143 0.0194343 1.14826 0.0194344 0.757737 0.409959C0.367213 0.800483 0.367213 1.43365 0.757737 1.82417L10.5237 11.5901C10.7193 11.7857 10.9758 11.8834 11.2323 11.883C11.4887 11.8834 11.7452 11.7857 11.9409 11.5901L21.7068 1.82417C22.0973 1.43365 22.0973 0.800483 21.7068 0.409959C21.3163 0.0194344 20.6831 0.0194343 20.2926 0.409959L11.2323 9.47028L2.17195 0.409959Z' fill='%23007DB8'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: center
}
.component-24__filters-container .dropdown-menu {
	font-size: 18px;
	font-weight: 400;
	font-style: normal;
	line-height: 162%;
	width: 100%;
	max-height: 350px;
	overflow-y: auto;
	padding: 10px 0;
	color: var(--navy);
	border: solid 1px var(--blue)
}
@media (max-width:575.98px) {
	.component-24__filters-container .dropdown-menu {
		max-height: 240px
	}
}
.component-24__filters-container .dropdown-menu .dropdown-item {
	white-space: wrap;
	font-size: 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline
}
.component-24__filters-container .dropdown-menu .dropdown-item input[type=radio] {
	opacity: 0;
	width: 0;
	height: 0
}
@media (min-width:768px) and (max-width:1023px) {
	.component-24__filters-container .input-group {
		min-width: 180px;
		max-width: 400px
	}
}
.component-24__filters-container .input-group .btn {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 55px;
	height: 100%;
	padding: 10px 15px;
	color: var(--navy);
	border: solid 1px var(--blue);
	border-left: 0;
	background: #fff
}
@media (min-width:1024px) {
	.component-24__filters-container .input-group .btn {
		min-height: 60px;
		padding: 15px
	}
}
.component-24__filters-container .btn {
	font-size: 16px
}
.component-24--no-button-filters .component-24__categories .category__tag:hover {
	color: var(--blue);
	text-decoration: none;
	cursor: text
}
.component-24__filters--mobile, .component-24__filters {
	position: sticky;
	top: 70px;
	z-index: 2
}
@media (min-width:1024px) {
	.component-24__filters--mobile, .component-24__filters {
		top: 70px
	}
}
@media (min-width:1540px) {
	.component-24__filters--mobile, .component-24__filters {
		top: 90px
	}
}
@media (min-width:1600px) {
	.component-24__filters--mobile, .component-24__filters {
		top: 89px
	}
}
.component-24__filters {
	-webkit-transition: all .2s ease;
	transition: all .2s ease
}
@media (min-width:768px) {
	.component-24__filters.filters-fixed::before {
		-webkit-box-shadow: 0 8px 8px rgba(0, 0, 0, .1);
		box-shadow: 0 8px 8px rgba(0, 0, 0, .1);
		position: absolute;
		display: block;
		content: "";
		z-index: -1;
		background-color: #f2f2f2;
		left: -100vw;
		right: 0;
		width: 200vw;
		height: 100%
	}
}
@media (min-width:768px) and (max-width:1023px) {
	.component-24__filters.adjust-top {
		top: 130px
	}
}
@media (max-width:767.98px) {
	.component-24__filters--mobile.adjust-top-mobile {
		top: 130px
	}
	.component-24__filters--mobile.adjust-top-mobile.has-component-9 {
		top: 173px
	}
}
.component-24 .component-24__filters.component-24__filters--hidden, .component-24 .component-24__filters--mobile.component-24__filters--hidden {
	display: none!important
}
.component-24__profile-filters--hidden-filters .component-24__categories .category__content .category__tag {
	color: #3d4c57
}
.component-24__profile-filters--hidden-filters .component-24__categories .category__content .category__tag:hover {
	color: #3d4c57;
	text-decoration: none;
	cursor: text
}
.section--component-25 {
	background: #fff
}
.section--component-25.section--grey-lighter {
	background: #f2f2f2
}
.section--component-25.polygon:after, .section--component-25.polygon:before {
	z-index: 1
}
.section--component-25 .swiper.swiper--arrows .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: var(--navy)
}
.section--component-25 .swiper.swiper--arrows .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
	opacity: 1;
	background: var(--blue)
}
.component-25 {
	overflow: hidden;
	padding: 40px 0 30px
}
@media (min-width:1540px) {
	.component-25 {
		padding: 60px 0 30px
	}
}
.component-25 .swiper-wrapper {
	z-index: 0
}
.component-25 .col-12 {
	margin-bottom: 30px
}
.component-25 .col-12>a:not(.btn) {
	width: 100%
}
.component-25__title {
	margin-bottom: 15px;
	font-size: calc(1.375rem + 1.125vw);
	font-weight: 900;
	line-height: 135%;
	color: var(--navy)
}
@media (min-width:1540px) {
	.component-25__title {
		margin-bottom: 30px
	}
}
@media (min-width:1600px) {
	.component-25__title {
		font-size: 2.5rem
	}
}
@media (min-width:1024px) and (max-width:1599.98px) {
	.component-25__title {
		font-size: calc(1.325rem + .675vw)
	}
}
@media (min-width:1024px) and (max-width:1599.98px) and (min-width:1600px) {
	.component-25__title {
		font-size: 2rem
	}
}
.component-25__item {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	max-width: 95%;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .15);
	box-shadow: 0 0 20px rgba(0, 0, 0, .15);
	max-width: 100%;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}
.component-25__item--img {
	position: relative;
	background-color: #ebf0f2;
	overflow: hidden
}
@media (min-width:1024px) and (max-width:1539.98px) {
	.component-25__item--img {
		max-height: 170px
	}
}
.component-25__item--img:before {
	display: block;
	padding-bottom: 62%;
	content: ""
}
.component-25__item--img img {
	position: absolute;
	top: 50%;
	width: 100%;
	height: 100%;
	margin: auto;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}
.component-25__item--img.no-image {
	background-color: #ebf0f2
}
.component-25__item--date {
	font-size: calc(1.2625rem + .1125vw);
	font-weight: 700;
	line-height: 100%;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 50px;
	height: 60px;
	padding: 10px 20px;
	color: #fff;
	background: var(--blue)
}
@media (min-width:1600px) {
	.component-25__item--date {
		font-size: 1.375rem
	}
}
@media (min-width:1540px) {
	.component-25__item--date {
		font-size: calc(1.3125rem + .5625vw);
		width: 68px;
		height: 80px
	}
}
@media (min-width:1540px) and (min-width:1600px) {
	.component-25__item--date {
		font-size: 1.875rem
	}
}
.component-25__item--date span {
	font-size: .9375rem;
	line-height: 1;
	display: block;
	text-transform: capitalize
}
.component-25__item--content {
	font-size: calc(1.275rem + .225vw);
	line-height: 150%;
	display: block;
	min-height: 170px;
	padding: 25px 18px 60px;
	color: var(--navy);
	background: #fff;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}
@media (min-width:1600px) {
	.component-25__item--content {
		font-size: 1.5rem
	}
}
@media (min-width:1024px) {
	.component-25__item--content {
		padding: 28px 20px 60px
	}
}
@media (min-width:1540px) {
	.component-25__item--content {
		min-height: 250px;
		padding: 30px 30px 77px
	}
}
.component-25__item--content p {
	color: #3d4c57
}
@media (max-width:1599.98px) {
	.component-25__item--content p {
		margin-bottom: 0
	}
}
.component-25__item--title {
	margin-bottom: 0;
	color: var(--navy)
}
@media (min-width:1540px) {
	.component-25__item--title {
		font-size: calc(1.275rem + .225vw)
	}
}
@media (min-width:1540px) and (min-width:1600px) {
	.component-25__item--title {
		font-size: 1.5rem
	}
}
@media (min-width:768px) and (max-width:1539.98px) {
	.component-25__item--title {
		font-size: 1.125rem
	}
}
.component-25__item--title+p {
	margin-top: 15px
}
.component-25__cta {
	position: absolute;
	z-index: 2;
	right: 0;
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}
.component-25__cta .btn:nth-child(2) {
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1
}
.component-25__cta .btn:nth-child(2).btn-icon {
	margin-right: -38px;
	-webkit-clip-path: polygon(0 0, 100% 0, 70% 100%, 0 100%);
	clip-path: polygon(0 0, 100% 0, 70% 100%, 0 100%)
}
@media (max-width:1599.98px) {
	.component-25__cta .btn:nth-child(2).btn-icon {
		margin-right: -32px;
		-webkit-clip-path: polygon(0 0, 100% 0, 72% 100%, 0 100%);
		clip-path: polygon(0 0, 100% 0, 72% 100%, 0 100%)
	}
}
.component-25__cta .btn:nth-child(2).btn-icon svg {
	margin-right: 33px;
	margin-left: 0
}
.component-25 .swiper-slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 280px;
	max-width: 95%;
	height: auto;
	margin-bottom: 30px;
	max-width: 100%
}
@media (min-width:768px) {
	.component-25 .swiper-slide {
		width: 320px;
		margin-bottom: 30px
	}
}
@media (min-width:1540px) {
	.component-25 .swiper-slide {
		width: 450px
	}
}
.component-25 .swiper-slide>a {
	width: 100%
}
.component-25 .pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-left: 0;
	list-style: none
}
.component-25 .pagination .page-item {
	margin: 0 5px
}
.component-25 .pagination .page-item.is-active .page-link {
	color: #fff;
	border: 1px solid var(--blue);
	background: var(--blue)
}
.component-25 .pagination .page-link {
	padding: 3px 10px;
	-webkit-transition: border-color .3s, background .3s;
	transition: border-color .3s, background .3s;
	text-decoration: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	border: 1px solid var(--blue)
}
.component-25 .pagination .page-link span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%
}
.component-25 .pagination .page-link:hover {
	color: #fff;
	border: 1px solid var(--blue);
	background: var(--blue)
}
.component-25 .pagination .page-link:hover svg path {
	fill: #fff
}
.component-25 .pagination .page-link.active {
	color: #fff;
	border: 1px solid var(--blue);
	background: var(--blue)
}
.has-sidemenu .section--component-25.polygon::after, .has-sidemenu .section--component-25.polygon::before {
	display: none
}
@media (min-width:768px) {
	.has-sidemenu .section--component-25 .component-25 .col-lg-3 {
		width: 50%
	}
}
.section--component-26 {
	background: var(--green-rich)
}
.section--component-26.section--navy {
	background-color: var(--navy)
}
.section--component-26.section--grey-lighter {
	background: #f2f2f2;
	color: var(--navy-dark)
}
.section--component-26.section--grey-lighter::before {
	opacity: 1;
	z-index: 0
}
.section--component-26.section--grey-lighter .component-26__title {
	color: var(--navy-dark)
}
.component-26 {
	position: relative;
	z-index: 1;
	padding: 40px 0
}
@media (min-width:1540px) {
	.component-26 {
		padding: 60px 0
	}
}
.component-26__title {
	margin-bottom: 15px;
	font-size: calc(1.375rem + 1.125vw);
	font-weight: 900;
	line-height: 135%;
	color: #fff
}
@media (min-width:1540px) {
	.component-26__title {
		margin-bottom: 30px
	}
}
@media (min-width:1600px) {
	.component-26__title {
		font-size: 2.5rem
	}
}
@media (min-width:1024px) and (max-width:1599.98px) {
	.component-26__title {
		font-size: calc(1.325rem + .675vw)
	}
}
@media (min-width:1024px) and (max-width:1599.98px) and (min-width:1600px) {
	.component-26__title {
		font-size: 2rem
	}
}
.component-26 .juicer-feed {
	background-color: transparent!important;
	max-height: unset!important
}
.component-26 .juicer-feed.polaroid li.feed-item.j-twitter .j-message {
	font-size: 1rem;
	line-height: 1.45
}
.component-26 .juicer-feed p {
	font-size: .875rem;
	line-height: 1.45
}
.component-26 .juicer-feed .j-display-filters {
	margin-top: 10px;
	margin-bottom: 10px;
	color: #fff
}
.component-26 .juicer-feed .j-meta .j-twitter-date {
	top: -5px
}
.component-26 .juicer-feed .j-meta ul li:before {
	display: none
}
.component-26 .juicer-feed.modern li.feed-item {
	border: 1px solid #ddd
}
.j-overlay {
	z-index: 9999!important
}
.component-27__list {
	margin: 35px 0
}
@media (max-width:575.98px) {
	.component-27__list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
}
.component-27__item {
	display: inline-block;
	margin: 25px;
	text-align: center;
	vertical-align: middle
}
@media (max-width:575.98px) {
	.component-27__item {
		width: 50%;
		margin: 10px 0;
		padding: 0 5px;
		text-align: center
	}
}
.component-27__item img {
	display: inline-block;
	max-height: 75px;
	vertical-align: middle
}
@media (max-width:575.98px) {
	.component-27__item img {
		max-width: 100%
	}
}
.component-28 .alert-warning {
	color: var(--navy-dark);
	background: var(--gold)
}
.component-28 .alert-info {
	color: #fff;
	background: var(--blue)
}
.component-28 .alert-danger {
	color: #fff;
	background: #eb0707
}
.component-28 .alert__icon {
	max-width: 40px;
	margin-right: 15px
}
@media (min-width:1540px) {
	.component-28 .alert__icon {
		margin-right: 28px
	}
}
.component-28 .alert__icon i {
	font-size: 40px
}
.component-28 .alert__inner {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
@media (min-width:1540px) {
	.component-28 .alert__inner {
		padding-top: 13px;
		padding-bottom: 13px
	}
}
@media (max-width:1023.98px) {
	.component-28 .alert__inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding-top: 8px;
		padding-bottom: 8px
	}
}
.component-28 .alert__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.component-28 .alert h2, .component-28 .alert .h2 {
	font-size: 22px;
	font-weight: 700;
	margin: 0;
	color: inherit
}
@media (min-width:1540px) {
	.component-28 .alert h2, .component-28 .alert .h2 {
		font-size: 28px
	}
}
.component-28 .btn-alert {
	font-weight: 900;
	line-height: 22px;
	padding: 10px 28px;
	color: inherit
}
@media (min-width:1540px) {
	.component-28 .btn-alert {
		font-size: 18px
	}
}
.component-29 {
	padding: 60px 0 20px
}
@media (min-width:1540px) {
	.component-29 {
		padding: 60px 0 30px
	}
}
@media (min-width:1600px) {
	.component-29 {
		padding: 80px 0 70px
	}
}
.component-29__title {
	margin-bottom: 15px;
	font-size: calc(1.375rem + 1.125vw);
	font-weight: 900;
	line-height: 135%
}
@media (min-width:1540px) {
	.component-29__title {
		margin-bottom: 30px
	}
}
@media (min-width:1600px) {
	.component-29__title {
		font-size: 2.5rem
	}
}
@media (min-width:1024px) and (max-width:1599.98px) {
	.component-29__title {
		font-size: calc(1.325rem + .675vw)
	}
}
@media (min-width:1024px) and (max-width:1599.98px) and (min-width:1600px) {
	.component-29__title {
		font-size: 2rem
	}
}
.component-29__category {
	margin-bottom: 44px
}
.component-29__category .btn {
	margin-bottom: 6px
}
.component-29__category .btn-outline-navy {
	border-color: var(--blue)
}
.component-29__category .btn-outline-navy.active, .component-29__category .btn-outline-navy:hover, .component-29__category .btn-outline-navy:focus {
	color: #fff;
	background: var(--blue)
}
.component-29__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 0 27px;
	padding: 0;
	list-style: none;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.component-29__list li {
	margin-right: 3px
}
@media (min-width:1024px) {
	.component-29__list li {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1
	}
}
@media (min-width:1024px) and (max-width:1199.98px) {
	.component-29__list li {
		margin-right: 2px
	}
}
.component-29__list li.active a {
	color: #fff;
	background: var(--green-rich)
}
.component-29__list li.disabled {
	pointer-events: none
}
.component-29__list li.disabled a, .component-29__list li.disabled button {
	opacity: .4
}
.component-29__list li:hover a, .component-29__list li:hover button {
	color: #f2f2f2;
	background: var(--green-rich)
}
.component-29__list a, .component-29__list button {
	font-size: 16px;
	font-weight: 700;
	line-height: 162%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	min-width: 39px;
	min-height: 42px;
	margin-bottom: 3px;
	padding: 5px 10px;
	text-align: center;
	text-transform: uppercase;
	color: var(--green-rich);
	border: 1px solid var(--green-rich);
	border-radius: 2px;
	background: #fff;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
@media (min-width:1024px) and (max-width:1539.98px) {
	.component-29__list a, .component-29__list button {
		min-width: 30px;
		min-height: 37px
	}
}
.component-29__list a.active, .component-29__list button.active {
	color: #f2f2f2;
	background: var(--green-rich)
}
.component-29__media {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}
.component-29__letter {
	font-size: 40px;
	font-weight: 900;
	line-height: 1;
	width: 10%;
	margin-right: 15px;
	color: var(--blue);
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}
@media (min-width:768px) {
	.component-29__letter {
		font-size: 50px;
		margin-right: 20px
	}
}
@media (min-width:1024px) {
	.component-29__letter {
		font-size: 60px;
		margin-right: 23px
	}
}
@media (min-width:1200px) {
	.component-29__letter {
		font-size: 70px;
		margin-right: 33px
	}
}
@media (min-width:1540px) {
	.component-29__letter {
		font-size: 80px;
		margin-right: 43px
	}
}
@media (min-width:1600px) {
	.component-29__letter {
		font-size: 90px;
		margin-top: -10px;
		margin-right: 53px
	}
}
.component-29__body {
	width: 100%;
	width: -moz-available;
	width: -webkit-fill-available;
	width: fill-available;
	max-width: 90%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}
.component-29__body a {
	max-width: 90%
}
.component-29__listing {
	margin-bottom: 40px;
	padding-left: 0;
	list-style: none
}
.component-29__listing li {
	margin: 5px 0
}
.component-29__listing a {
	line-height: 175%;
	display: block;
	text-decoration: underline
}
.section--component-30 {
	padding: 40px 0
}
@media (min-width:1540px) {
	.section--component-30 {
		padding: 100px 0
	}
}
.section--component-30-b .container {
	max-width: 960px
}
.component-30 p, .component-30 ul:not([class]) li {
	color: #3d4c57
}
@media (min-width:768px) {
	.component-30 p, .component-30 ul:not([class]) li {
		font-size: 1.25rem;
		font-weight: 400;
		line-height: 175%
	}
}
@media (min-width:768px) and (min-width:1024px) and (max-width:1599.98px) {
	.component-30 p, .component-30 ul:not([class]) li {
		font-size: 1.125rem
	}
}
.component-30 ul:not([class]) li::before {
	top: 12px
}
.component-30 .component-19 h1, .component-30 .component-19 .h1 {
	color: var(--navy-dark)
}
.component-30 blockquote p {
	color: #fff
}
@media (max-width:767.98px) {
	.component-30__content .col-xl-6:first-child {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2
	}
}
@media (max-width:767.98px) {
	.component-30__content .col-xl-6:nth-child(2) {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}
}
.component-30__text img {
	max-width: 100%
}
.component-30__details {
	margin-bottom: 40px;
	padding: 30px 20px 46px;
	color: #fff;
	background-color: var(--navy)
}
@media (max-width:767.98px) {
	.component-30__details {
		margin-bottom: 30px
	}
}
.component-30__details .heading-lg {
	color: #fff
}
.component-30__details p {
	color: #fff
}
@media (max-width:767.98px) {
	.component-30__details p {
		font-size: 1rem;
		font-weight: 400;
		line-height: 155%;
		margin-bottom: 10px
	}
}
@media (max-width:767.98px) and (min-width:1024px) {
	.component-30__details p {
		line-height: 175%
	}
}
.component-30__details p b {
	display: block
}
.component-30__details p a {
	text-decoration: underline;
	color: #fff
}
.component-30__alert {
	font-size: 1rem;
	font-weight: 400;
	line-height: 155%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 40px;
	padding: 30px;
	background-color: var(--gold)
}
@media (min-width:1024px) {
	.component-30__alert {
		line-height: 175%
	}
}
.component-30__alert.alert-info {
	background-color: var(--blue)
}
.component-30__alert.alert-info .component-30__alert-content {
	color: #fff
}
.component-30__alert.alert-info .component-30__alert-content a {
	color: #fff;
	text-decoration: underline
}
.component-30__alert.alert-info svg path {
	fill: #fff
}
.component-30__alert.alert-warning {
	background-color: var(--gold)
}
.component-30__alert.alert-danger {
	background-color: #eb0707
}
.component-30__alert.alert-danger .component-30__alert-content {
	color: #fff
}
.component-30__alert.alert-danger .component-30__alert-content a {
	color: #fff;
	text-decoration: underline
}
.component-30__alert.alert-danger svg path {
	fill: #fff
}
@media (max-width:767.98px) {
	.component-30__alert {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-bottom: 30px;
		padding: 20px
	}
}
.component-30__alert svg, .component-30__alert img {
	width: 64px;
	height: 64px;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}
.component-30__alert .component-30__alert-content {
	color: var(--navy-dark)
}
@media (min-width:768px) {
	.component-30__alert .component-30__alert-content {
		width: calc(100% - 64px - 25px);
		margin-left: 25px
	}
}
@media (max-width:767.98px) {
	.component-30__alert .component-30__alert-content {
		margin-top: 14px
	}
}
.component-30__alert .component-30__alert-content a {
	color: var(--navy-dark)
}
.component-31 {
	margin-top: 30px;
	margin-bottom: 30px;
	padding: 15px 30px;
	background-color: var(--blue);
	-webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 50px) 100%, 0 100%);
	clip-path: polygon(0 0, 100% 0, calc(100% - 50px) 100%, 0 100%)
}
.component-31 span:first-child {
	font-size: calc(1.2625rem + .1125vw);
	font-weight: 700;
	line-height: 150%;
	color: #fff
}
@media (min-width:1600px) {
	.component-31 span:first-child {
		font-size: 1.375rem
	}
}
@media (min-width:1024px) and (max-width:1599.98px) {
	.component-31 span:first-child {
		font-size: 1.125rem
	}
}
.component-31 span:nth-child(2) {
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 175%;
	margin-left: 30px;
	color: #fff
}
@media (min-width:1024px) and (max-width:1599.98px) {
	.component-31 span:nth-child(2) {
		font-size: 1.125rem
	}
}
.has-tabs .component-31 {
	background-color: #ebf0f2
}
.has-tabs .component-31 span {
	color: var(--navy)
}
.has-tabs .nav-tabs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	margin-top: 30px;
	margin-bottom: 30px;
	border-bottom: 0
}
.has-tabs .nav-tabs .nav-item {
	width: calc(50% - 2.5px)
}
@media (min-width:1024px) {
	.has-tabs .nav-tabs .nav-item {
		width: calc(50% - 7.5px)
	}
}
.has-tabs .nav-tabs .nav-link {
	font-size: .875rem;
	font-weight: 700;
	width: 100%;
	padding: 10px 10px;
	-webkit-transition: none;
	transition: none;
	color: var(--green-rich);
	border: 2px solid var(--green-rich);
	border-radius: 0;
	background-color: #fff
}
@media (min-width:1024px) {
	.has-tabs .nav-tabs .nav-link {
		font-size: calc(1.2625rem + .1125vw);
		padding: 15px 30px;
		text-align: left
	}
}
@media (min-width:1024px) and (min-width:1600px) {
	.has-tabs .nav-tabs .nav-link {
		font-size: 1.375rem
	}
}
.has-tabs .nav-tabs .nav-link span {
	font-size: 1.125rem;
	display: block
}
@media (min-width:1024px) {
	.has-tabs .nav-tabs .nav-link span {
		font-size: calc(1.3rem + .45vw);
		text-align: left
	}
}
@media (min-width:1024px) and (min-width:1600px) {
	.has-tabs .nav-tabs .nav-link span {
		font-size: 1.75rem
	}
}
.has-tabs .nav-tabs .nav-link.active {
	color: #fff;
	background-color: var(--green-rich)
}
@media (max-width:1023.98px) {
	.has-tabs .nav-tabs .nav-link.active {
		position: relative
	}
}
.has-tabs .nav-tabs .nav-link.active::after {
	position: absolute;
	display: block;
	content: "";
	width: 32px;
	height: 32px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	background-color: var(--green-rich)
}
@media (min-width:1024px) {
	.has-tabs .nav-tabs .nav-link.active::after {
		width: 24px;
		height: 24px
	}
}
@media (max-width:1023.98px) {
	.has-tabs .nav-tabs .nav-link.active::after {
		z-index: -1;
		right: 0;
		bottom: -13px;
		left: 0;
		margin: 0 auto
	}
}
.section--component-32.section--grey-lighter {
	background: #f2f2f2
}
.section--component-32.section--grey-lighter .component-18__cols li a {
	background: #fff
}
@media (max-width:767.98px) {
	.section--component-32.rectangle .component-32 {
		padding-top: 60px
	}
}
@media (max-width:575.98px) {
	.section--component-32.rectangle .component-32 {
		padding-top: 40px
	}
}
.section--component-32.section--blue {
	background: var(--blue)
}
.section--component-32.section--blue [class*=heading], .section--component-32.section--blue .component-32__title, .section--component-32.section--blue p, .section--component-32.section--blue p a {
	color: #fff
}
.section--component-32.section--blue .btn--show-apps {
	color: var(--navy-dark);
	background-color: var(--green-bright)
}
.section--component-32.section--green-rich {
	background: var(--green-rich)
}
.section--component-32.section--green-rich [class*=heading], .section--component-32.section--green-rich .component-32__title, .section--component-32.section--green-rich p, .section--component-32.section--green-rich p a {
	color: #fff
}
.section--component-32.section--navy {
	background: var(--navy)
}
.section--component-32.section--navy .component-32__title, .section--component-32.section--navy [class*=heading], .section--component-32.section--navy p, .section--component-32.section--navy p a {
	color: #fff
}
.section--component-32.section--navy .btn--show-apps {
	color: var(--navy-dark);
	background-color: var(--green-bright)
}
.section--component-32.section--navy-dark {
	background: var(--navy-dark)
}
.section--component-32.section--navy-dark .component-32__title, .section--component-32.section--navy-dark [class*=heading], .section--component-32.section--navy-dark p, .section--component-32.section--navy-dark p a {
	color: #fff
}
.section--component-32.section--navy-dark .btn--show-apps {
	color: var(--navy-dark);
	background-color: var(--green-bright)
}
.component-32 {
	position: relative;
	padding: 40px 0
}
@media (min-width:1540px) {
	.component-32 {
		padding: 60px 0
	}
}
@media (min-width:1600px) {
	.component-32 {
		padding: 90px 0
	}
}
@media (min-width:1024px) {
	.component-32__inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
}
.component-32__title {
	font-size: calc(1.375rem + 1.125vw);
	font-weight: 900;
	line-height: 135%;
	margin-bottom: 20px;
	color: var(--navy-dark)
}
@media (min-width:1600px) {
	.component-32__title {
		font-size: 2.5rem
	}
}
@media (min-width:1024px) and (max-width:1599.98px) {
	.component-32__title {
		font-size: calc(1.325rem + .675vw)
	}
}
@media (min-width:1024px) and (max-width:1599.98px) and (min-width:1600px) {
	.component-32__title {
		font-size: 2rem
	}
}
@media (min-width:1024px) {
	.component-32__title {
		margin-bottom: 0
	}
}
@media (min-width:1540px) {
	.component-32__title {
		margin-top: 0
	}
}
@media (min-width:576px) {
	.component-32__selector {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
}
@media (min-width:1024px) {
	.component-32__selector {
		min-width: 500px
	}
}
@media (min-width:1200px) {
	.component-32__selector {
		min-width: 600px
	}
}
.component-32 .dropdown {
	width: 100%
}
.component-32 .dropdown .dropdown-menu {
	width: 100%
}
.component-32 .dropdown .dropdown-item {
	font-size: 16px;
	padding: 10px;
	color: #3d4c57
}
.component-32 .dropdown .dropdown-item.active {
	color: #fff;
	background-color: var(--navy)
}
.component-32 .dropdown .dropdown-item.disabled {
	cursor: not-allowed;
	pointer-events: all
}
.component-32 .dropdown .dropdown-toggle {
	font-size: 18px;
	font-weight: 600;
	line-height: 27px;
	width: 100%;
	padding-top: 22px;
	padding-bottom: 22px;
	padding-left: 22px;
	text-align: left;
	text-transform: none;
	color: var(--navy);
	border: 2px solid #fff;
	border-radius: 0;
	background-color: #fff
}
.component-32 .dropdown .dropdown-toggle:focus {
	color: #fff;
	background: var(--navy)
}
.component-32 .dropdown .dropdown-toggle.show {
	color: #fff;
	background: var(--navy)
}
.component-32 .dropdown .dropdown-toggle.show::after {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}
.component-32 .dropdown .dropdown-toggle::after {
	position: absolute;
	top: 30px;
	right: 22px;
	width: 21.5px;
	height: 12px;
	border: 0;
	background-image: url("data:image/svg+xml,%3Csvg width='25' height='16' viewBox='0 0 25 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.64645 3.72498L1.29289 3.37143L1.64645 3.01788L3.01788 1.64645L3.37251 1.29182L3.72606 1.64752L12.7429 10.7193L21.7597 1.64752L22.1132 1.29182L22.4678 1.64645L23.8393 3.01788L24.1928 3.37143L23.8393 3.72498L13.7821 13.7821L13.7661 13.7982L13.7487 13.8127L13.063 14.3841L12.7429 14.6509L12.4228 14.3841L11.7371 13.8127L11.7196 13.7982L11.7036 13.7821L1.64645 3.72498Z' fill='%23007DB8' stroke='%23007DB8'/%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
	background-size: 21.5px 12px
}
.component-32__choices {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 10px;
	border: 2px solid var(--blue);
	background: #fff
}
@media (min-width:576px) {
	.component-32__choices {
		width: 100%;
		margin-bottom: 0
	}
}
.component-32__placeholder {
	display: block;
	min-width: 92px;
	padding-right: 10px;
	padding-left: 10px;
	color: var(--navy)
}
.component-32__grid {
	display: grid;
	margin-top: 10px;
	gap: 10px;
	grid-template-columns: 1fr 1fr
}
@media (min-width:576px) {
	.component-32__grid {
		grid-template-columns: 1fr 1fr 1fr
	}
}
@media (min-width:768px) {
	.component-32__grid {
		margin-top: 20px;
		grid-template-columns: 1fr 1fr 1fr 1fr
	}
}
@media (min-width:1024px) {
	.component-32__grid {
		gap: 15px;
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr
	}
}
@media (min-width:1540px) {
	.component-32__grid {
		margin-top: 40px;
		gap: 20px;
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr
	}
}
.component-32__item {
	position: relative;
	min-height: 100px;
	background-color: #fff;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .75);
	box-shadow: 0 0 20px rgba(0, 0, 0, .75)
}
.component-32__item .component-32__unpin {
	position: absolute;
	top: 5px;
	right: 5px;
	display: none
}
.component-32__item .component-32__unpin button, .component-32__item .component-32__unpin a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	border: 0;
	background: #fff;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}
.component-32__item .component-32__link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 100%;
	padding-top: 40px;
	padding-bottom: 40px
}
.component-32__item .component-32__icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	padding: 10px;
	border-radius: 100%;
	background-color: #f2f2f2
}
@media (min-width:1024px) {
	.component-32__item .component-32__icon {
		width: 75px;
		height: 75px
	}
}
@media (min-width:1540px) {
	.component-32__item .component-32__icon {
		width: 100px;
		height: 100px
	}
}
.component-32__item .component-32__icon img, .component-32__item .component-32__icon svg {
	width: 24px;
	height: 24px
}
@media (min-width:1024px) {
	.component-32__item .component-32__icon img, .component-32__item .component-32__icon svg {
		width: 48px;
		height: 48px
	}
}
@media (min-width:1540px) {
	.component-32__item .component-32__icon img, .component-32__item .component-32__icon svg {
		width: 64px;
		height: 64px
	}
}
.component-32__item .component-32__icon img path, .component-32__item .component-32__icon svg path {
	fill: var(--navy)
}
.component-32__item .component-32__icon .las {
	font-size: 24px;
	color: var(--navy)
}
@media (min-width:1024px) {
	.component-32__item .component-32__icon .las {
		font-size: 48px
	}
}
@media (min-width:1540px) {
	.component-32__item .component-32__icon .las {
		font-size: 64px
	}
}
.component-32__item .component-32__name {
	font-size: 1rem;
	font-weight: 700;
	margin-top: 10px;
	padding: 0 10px;
	text-align: center;
	color: var(--navy)
}
@media (min-width:1540px) {
	.component-32__item .component-32__name {
		font-size: 1.125rem
	}
}
.component-32__item .component-32__required {
	font-size: .75rem;
	margin-top: 5px;
	margin-bottom: -40px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: center;
	color: #eb0707
}
@media (min-width:1200px) {
	.component-32__item .component-32__required {
		font-size: .875rem;
		padding-right: 15px;
		padding-bottom: 20px;
		padding-left: 15px
	}
}
.component-32__item .component-32__required.vpn--connected {
	display: none
}
.component-32 .choices {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%
}
.component-32 .choices:focus {
	background-color: var(--navy)
}
.component-32 .choices:focus .choices__list--single .choices__item--selectable {
	color: #fff
}
.component-32 .choices__inner {
	font-weight: 700;
	height: 60px;
	min-height: 0;
	max-height: 60px;
	padding-top: 7.5px;
	padding-bottom: 7.5px;
	color: var(--navy);
	border: 0;
	background: 0 0
}
.component-32 .choices__list--dropdown {
	margin-top: 0
}
.component-32 .choices__list--dropdown .choices__item {
	font-weight: 400;
	text-align: left;
	color: var(--navy)
}
.component-32 .choices__list--single {
	overflow: hidden;
	text-align: left;
	white-space: nowrap;
	text-overflow: ellipsis
}
.component-32 .choices.is-open .choices__list--dropdown {
	border-color: var(--blue)
}
.component-32 .btn--show-apps {
	font-size: .875rem;
	line-height: 1;
	width: 100%
}
@media (min-width:576px) {
	.component-32 .btn--show-apps {
		font-size: 1rem;
		width: auto;
		min-width: 200px;
		height: 64px;
		margin-left: 15px
	}
}
@media (min-width:1600px) {
	.component-32 .btn--show-apps {
		font-size: 1.125rem;
		padding-right: 10px;
		padding-left: 10px
	}
}
.section--component-32-recent .component-32__item .component-32__unpin {
	display: block
}
.component-33 {
	position: relative;
	padding: 40px 0 60px
}
@media (min-width:1540px) {
	.component-33 {
		padding: 60px 0 60px
	}
}
@media (min-width:1600px) {
	.component-33 {
		padding: 90px 0 110px
	}
}
.component-33 h2, .component-33 .h2 {
	margin-bottom: 15px;
	font-size: calc(1.375rem + 1.125vw);
	font-weight: 900;
	line-height: 135%
}
@media (min-width:1540px) {
	.component-33 h2, .component-33 .h2 {
		margin-bottom: 30px
	}
}
@media (min-width:1600px) {
	.component-33 h2, .component-33 .h2 {
		font-size: 2.5rem
	}
}
@media (min-width:1024px) and (max-width:1599.98px) {
	.component-33 h2, .component-33 .h2 {
		font-size: calc(1.325rem + .675vw)
	}
}
@media (min-width:1024px) and (max-width:1599.98px) and (min-width:1600px) {
	.component-33 h2, .component-33 .h2 {
		font-size: 2rem
	}
}
.component-33__wrapper {
	overflow: hidden
}
.component-33__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: auto;
	width: auto;
	-webkit-transition: all .1s ease;
	transition: all .1s ease;
	background: #fff
}
.component-33 .component-33__item img {
	height: 70px
}
@media (max-width:767.98px) {
	.component-33 .component-33__item img {
		height: 50px
	}
}
.component-33 .swiper-wrapper {
	margin-top: 40px
}
@media (max-width:767.98px) {
	.component-33 .swiper-wrapper {
		margin-top: 20px
	}
}
.component-33 .partners:not(.partners--carousel) .swiper-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 40px
}
.component-33 .partners:not(.partners--carousel) .swiper-button-prev, .component-33 .partners:not(.partners--carousel) .swiper-button-next {
	display: none
}
.component-33 .partners:not(.partners--carousel) .swiper-slide {
	margin-bottom: 20px
}
@media (min-width:1024px) {
	.component-33 .partners:not(.partners--carousel) .swiper-slide {
		margin-bottom: 40px
	}
}
.component-33 .partners:not(.partners--carousel) .component-33__item {
	margin-right: 30px
}
@media (min-width:1024px) {
	.component-33 .partners:not(.partners--carousel) .component-33__item {
		margin-right: 60px
	}
}
.component-33 .partners .swiper-button-prev, .component-33 .partners .swiper-button-next {
	top: -44px
}
@media (min-width:1540px) {
	.component-33 .partners .swiper-button-prev, .component-33 .partners .swiper-button-next {
		top: -50px
	}
}
.component-33 .swiper-slide {
	position: relative;
	-webkit-transition: all .1s ease;
	transition: all .1s ease;
	width: auto
}
.component-34 {
	position: relative;
	padding: 40px 0 60px
}
@media (min-width:1540px) {
	.component-34 {
		padding: 60px 0 60px
	}
}
@media (min-width:1600px) {
	.component-34 {
		padding: 90px 0 90px
	}
}
.component-34 h2, .component-34 .h2 {
	margin-bottom: 15px;
	font-size: calc(1.375rem + 1.125vw);
	font-weight: 900;
	line-height: 135%
}
@media (min-width:1540px) {
	.component-34 h2, .component-34 .h2 {
		margin-bottom: 30px
	}
}
@media (min-width:1600px) {
	.component-34 h2, .component-34 .h2 {
		font-size: 2.5rem
	}
}
@media (min-width:1024px) and (max-width:1599.98px) {
	.component-34 h2, .component-34 .h2 {
		font-size: calc(1.325rem + .675vw)
	}
}
@media (min-width:1024px) and (max-width:1599.98px) and (min-width:1600px) {
	.component-34 h2, .component-34 .h2 {
		font-size: 2rem
	}
}
.component-34__wrapper {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: calc(100% - 5vw)
}
@media (max-width:767.98px) {
	.component-34__wrapper {
		max-width: calc(100% - 15px)
	}
}
.component-34__shadow {
	position: absolute;
	top: 72px;
	left: 311px
}
@media (max-width:1023.98px) {
	.component-34__shadow {
		top: 19px;
		left: 227px;
		width: 100px
	}
}
@media (max-width:767.98px) {
	.component-34__shadow {
		top: 23px;
		left: 35px;
		width: auto
	}
}
.component-34__shadow svg {
	width: 100%
}
@media (min-width:768px) {
	.component-34__shadow-mobile {
		display: none
	}
}
.component-34__shadow-desktop {
	display: none
}
@media (min-width:768px) {
	.component-34__shadow-desktop {
		display: block
	}
}
.component-34__host {
	position: absolute;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	max-width: 480px;
	padding: 40px 50px 40px 50px;
	border: 2px solid #717274;
	border-top-right-radius: 10px;
	background-color: #fff
}
@media (max-width:1023.98px) {
	.component-34__host {
		max-width: 320px;
		padding: 20px 10px 20px 10px
	}
}
@media (max-width:767.98px) {
	.component-34__host {
		max-width: 280px;
		padding: 20px 15px 20px 15px
	}
}
.component-34__host img {
	width: 100%
}
.component-34__host span {
	font-size: 16px;
	font-weight: 600;
	line-height: 150%;
	margin-bottom: 22px;
	text-transform: uppercase;
	color: #6f7173
}
@media (max-width:1023.98px) {
	.component-34__host span {
		font-size: 14px;
		margin-bottom: 10px
	}
}
@media (max-width:767.98px) {
	.component-34__host span {
		margin-bottom: 30px
	}
}
.component-34__partners {
	right: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-top: 70px;
	margin-left: 309px;
	padding: 40px 10px 0 200px;
	border: 2px solid #717274;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	background-color: #fff
}
@media (max-width:1023.98px) {
	.component-34__partners {
		margin-top: 56px;
		margin-left: 225px;
		padding: 20px 10px 0 140px
	}
}
@media (max-width:767.98px) {
	.component-34__partners {
		margin-top: 21px;
		margin-left: 15px;
		padding: 143px 10px 10px 10px
	}
}
.component-34__partners span {
	font-size: 16px;
	font-weight: 600;
	line-height: 150%;
	margin-bottom: 22px;
	text-transform: uppercase;
	color: #6f7173
}
@media (max-width:1023.98px) {
	.component-34__partners span {
		font-size: 14px;
		margin-bottom: 10px
	}
}
.component-34__logos img {
	margin-right: 20px;
	margin-bottom: 20px
}
@media (min-width:1024px) {
	.component-34__logos img {
		margin-right: 30px;
		margin-bottom: 40px
	}
}
.component-35 {
	position: relative;
	overflow: hidden
}
.component-35__image {
	position: relative;
	z-index: -1;
	height: 550px
}
@media (min-width:1540px) {
	.component-35__image {
		height: 700px
	}
}
@media (min-width:1600px) {
	.component-35__image {
		height: 721px
	}
}
@media (max-width:1199.98px) {
	.component-35__image {
		height: 45vw;
		min-height: 250px
	}
}
.component-35__image img {
	position: absolute;
	z-index: -2;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}
.component-35__image:before {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: ""
}
.component-35__image:after {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
	opacity: .25;
	background: linear-gradient(33.94deg, var(--green-bright) 0%, rgba(250, 210, 57, .1) 39.46%);
	background-blend-mode: overlay
}
@media (min-width:1024px) {
	.component-35__wrapper {
		position: absolute;
		top: 50%;
		right: 0;
		left: 0;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%)
	}
}
@media (max-width:1023.98px) {
	.component-35__wrapper {
		background: var(--navy)
	}
}
.component-35__overlay {
	position: relative;
	padding: 30px 15px 30px;
	color: #fff
}
@media (min-width:1024px) {
	.component-35__overlay {
		max-width: 550px;
		padding: 50px 40px 46px 40px;
		background: var(--navy)
	}
}
@media (min-width:1540px) {
	.component-35__overlay {
		max-width: 690px;
		padding: 84px 46px 80px 60px
	}
}
.component-35 h2, .component-35 .h2 {
	color: #fff
}
.component-35 h5, .component-35 .h5 {
	color: #fff
}
@media (min-width:1024px) {
	.component-35 h5, .component-35 .h5 {
		margin-bottom: 0
	}
}
.component-35__content p {
	font-size: 16px
}
.component-35__content a {
	color: var(--gold)
}
.component-35__content a:hover {
	color: var(--gold-light)
}
.component-35__link {
	margin-top: 20px;
	margin-bottom: 20px
}
@media (min-width:1540px) {
	.component-35__link {
		margin-top: 30px
	}
}
.component-35__link .btn-gold:hover {
	background-color: var(--gold-light);
	border-color: var(--gold-light)
}
.component-35__form label {
	font-size: 22px
}
.component-35__form input {
	border: 0
}
.component-36 {
	position: relative;
	z-index: 1;
	padding: 85px 0 85px
}
@media (max-width:767.98px) {
	.component-36 {
		padding-top: 135px
	}
}
.component-36 h1, .component-36 .h1, .component-36 h2, .component-36 .h2, .component-36 h3, .component-36 .h3, .component-36 h4, .component-36 .h4, .component-36 h5, .component-36 .h5, .component-36 h6, .component-36 .h6 {
	color: inherit
}
@media (min-width:1024px) {
	.component-36 .col-lg {
		max-width: 33.33%
	}
}
@media (min-width:1200px) {
	.component-36 .col-xl {
		min-width: 20%;
		max-width: 20%
	}
}
.component-36__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin: 15px 0;
	-webkit-filter: drop-shadow(0 0 20px rgba(0, 0, 0, .15));
	filter: drop-shadow(0 0 20px rgba(0, 0, 0, .15));
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}
@media (max-width:767.98px) {
	.component-36__item {
		margin-top: -100px
	}
}
.component-36__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 450px;
	padding: 100px 10px;
	text-align: center;
	color: #fff;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
.component-36__inner:hover, .component-36__inner:focus {
	text-decoration: none;
	color: #fff
}
@media (min-width:1024px) {
	.component-36__inner.component-36__inner--parallel--up:hover, .component-36__inner.component-36__inner--parallel--up:focus {
		-webkit-clip-path: polygon(0 15%, 100% 0, 100% 85%, 0 100%);
		clip-path: polygon(0 15%, 100% 0, 100% 85%, 0 100%)
	}
}
@media (min-width:1024px) {
	.component-36__inner.component-36__inner--parallel--down:hover, .component-36__inner.component-36__inner--parallel--down:focus {
		-webkit-clip-path: polygon(0 0, 100% 15%, 100% 100%, 0 85%);
		clip-path: polygon(0 0, 100% 15%, 100% 100%, 0 85%)
	}
}
.component-36__inner h3, .component-36__inner .h3, .component-36__inner h4, .component-36__inner .h4, .component-36__inner h5, .component-36__inner .h5 {
	font-weight: 700;
	margin: 10px 0 10px
}
.component-36__inner p {
	font-size: 1rem;
	font-weight: 400;
	max-width: 300px;
	margin: 0 auto 20px
}
.component-36__inner--parallel--up {
	-webkit-transition: all cubic-bezier(.215, .61, .355, 1) .5s;
	transition: all cubic-bezier(.215, .61, .355, 1) .5s;
	-webkit-clip-path: polygon(0 25%, 100% 0, 100% 75%, 0 100%);
	clip-path: polygon(0 25%, 100% 0, 100% 75%, 0 100%)
}
.component-36__inner--parallel--down {
	-webkit-transition: all cubic-bezier(.215, .61, .355, 1) .5s;
	transition: all cubic-bezier(.215, .61, .355, 1) .5s;
	-webkit-clip-path: polygon(0 25%, 100% 0, 100% 75%, 0 100%);
	clip-path: polygon(0 25%, 100% 0, 100% 75%, 0 100%)
}
@media (min-width:1024px) {
	.component-36__inner--parallel--down {
		-webkit-clip-path: polygon(0 0, 100% 25%, 100% 100%, 0 75%);
		clip-path: polygon(0 0, 100% 25%, 100% 100%, 0 75%)
	}
}
.component-36__inner--green {
	background-color: var(--green-rich)
}
.component-36__inner--navy {
	background-color: var(--navy)
}
.component-36__inner--blue {
	background-color: var(--blue)
}
.component-36__inner--gold {
	color: var(--dark-navy);
	background-color: var(--gold)
}
.component-36__inner--gold:hover, .component-36__inner--gold:focus {
	color: var(--dark-navy)
}
.component-36__inner--green-bright {
	color: var(--dark-navy);
	background-color: var(--green-bright)
}
.component-36__inner--green-bright:hover, .component-36__inner--green-bright:focus {
	color: var(--dark-navy)
}
.section--component-37 {
	overflow: hidden;
	color: #fff
}
.section--component-37.section--white {
	color: var(--navy-dark);
	background: #fff
}
.section--component-37.section--white::before {
	opacity: 1;
	background-image: url(/sbbs/isbp2026/t4media/grid-darken.svg);
	background-size: cover
}
.section--component-37.section--white .swiper.swiper--arrows .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
	background: var(--navy-dark)
}
.section--component-37.section--blue {
	background: var(--blue)
}
.section--component-37.section--green {
	background: var(--green-rich)
}
.section--component-37.section--grey-lighter {
	color: var(--navy-dark)
}
.section--component-37.section--grey-lighter::before {
	opacity: 1;
	background-image: url(/sbbs/isbp2026/t4media/grid-darken.svg);
	background-size: cover
}
.section--component-37 .swiper-button-prev svg path, .section--component-37 .swiper-button-next svg path {
	fill: currentColor
}
.component-37 {
	position: relative;
	overflow: hidden;
	padding: 40px 0 30px
}
@media (min-width:1540px) {
	.component-37 {
		padding: 60px 0 30px
	}
}
@media (min-width:1600px) {
	.component-37 {
		padding: 100px 0 80px
	}
}
@media (min-width:576px) {
	.mod-portrait .component-37 .swiper-slide {
		width: 75%
	}
}
@media (min-width:1024px) {
	.mod-portrait .component-37 .swiper-slide {
		width: 65%
	}
}
@media (min-width:1024px) {
	.mod-landscape .component-37 .swiper-slide {
		width: 85%
	}
}
.component-37 .swiper.swiper--arrows {
	padding-bottom: 60px
}
.component-37__title {
	margin-bottom: 15px;
	font-size: calc(1.375rem + 1.125vw);
	font-weight: 900;
	line-height: 135%;
	color: inherit
}
@media (min-width:1540px) {
	.component-37__title {
		margin-bottom: 30px
	}
}
@media (min-width:1600px) {
	.component-37__title {
		font-size: 2.5rem
	}
}
@media (min-width:1024px) and (max-width:1599.98px) {
	.component-37__title {
		font-size: calc(1.325rem + .675vw)
	}
}
@media (min-width:1024px) and (max-width:1599.98px) and (min-width:1600px) {
	.component-37__title {
		font-size: 2rem
	}
}
@media (min-width:768px) {
	.component-37__title {
		max-width: calc(100% - 138px)
	}
}
.component-37__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -15px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
@media (max-width:767.98px) {
	.component-37__inner {
		margin: 0 -5px
	}
}
.component-37__item {
	position: relative;
	margin: 0;
	-webkit-transition: all cubic-bezier(.445, .05, .55, .95) .5s;
	transition: all cubic-bezier(.445, .05, .55, .95) .5s;
	-webkit-transform: scale(1);
	transform: scale(1)
}
@media (max-width:767.98px) {
	.component-37__item {
		height: 400px
	}
}
.component-37__item:hover {
	-webkit-transform: scale(1.03);
	transform: scale(1.03)
}
.component-37__item a {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	display: block;
	overflow: hidden;
	width: auto;
	max-width: none;
	height: 100%;
	padding: 15px
}
@media (max-width:767.98px) {
	.component-37__item a {
		padding: 5px
	}
}
.component-37__item a[data-fancybox*=video] .component-37__item--img:after {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100%;
	content: "";
	background-image: url(/sbbs/isbp2026/t4media/play-icon.svg);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
@media (max-width:1539.98px) {
	.component-37__item a[data-fancybox*=video] .component-37__item--img:after {
		background-size: 50px 50px
	}
}
.component-37__item img {
	width: 100%;
	height: 100%;
	-webkit-transition: cubic-bezier(.6, .04, .98, .335) .3s all;
	transition: cubic-bezier(.6, .04, .98, .335) .3s all;
	-o-object-fit: cover;
	object-fit: cover
}
.component-37__item--1 {
	position: relative;
	height: 0;
	padding-bottom: 50%
}
.mod-portrait .component-37__item--1 {
	padding-bottom: 75%
}
@media (min-width:1024px) {
	.component-37__item--2, .component-37__item--3, .component-37__item--4, .component-37__item--5 {
		position: absolute
	}
}
.component-37__item--2, .component-37__item--3, .component-37__item--4, .component-37__item--5 {
	height: 50%
}
@media (max-width:575.98px) {
	.component-37__item--2, .component-37__item--3, .component-37__item--4, .component-37__item--5 {
		height: 140px
	}
}
.component-37__item--content {
	position: absolute;
	right: 15px;
	bottom: 15px;
	left: 15px;
	display: block;
	padding: 15px;
	color: #fff;
	background: var(--navy);
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}
@media (max-width:767.98px) {
	.component-37__item--content {
		right: 5px;
		bottom: 5px;
		left: 5px
	}
}
.component-37__item--content h6, .component-37__item--content .h6 {
	margin-bottom: 0;
	color: #fff
}
.component-37__item--1 {
	width: 100%
}
@media (min-width:1024px) {
	.component-37__item--1 {
		width: 65%
	}
	.mod-portrait .component-37__item--1 {
		width: 65%
	}
}
@media (max-width:1023.98px) {
	.component-37__item--1 {
		padding-bottom: 300px
	}
	.mod-portrait .component-37__item--1 {
		padding-bottom: 120%
	}
	.mod-landscape .component-37__item--1 {
		padding-bottom: 65%
	}
}
.component-37__item--2, .component-37__item--3 {
	width: 50%
}
@media (min-width:1024px) {
	.component-37__item--2, .component-37__item--3 {
		left: 65%;
		width: 35%
	}
	.mod-landscape .component-37__item--2, .mod-landscape .component-37__item--3 {
		left: 65%;
		width: 35%
	}
}
@media (max-width:1023.98px) {
	.component-37__item--2, .component-37__item--3 {
		margin-bottom: 15px
	}
	.mod-portrait .component-37__item--2, .mod-portrait .component-37__item--3 {
		padding-bottom: 60%
	}
	.mod-landscape .component-37__item--2, .mod-landscape .component-37__item--3 {
		min-height: 240px;
		padding-bottom: 32.5%
	}
}
@media (max-width:767.98px) {
	.component-37__item--2 h6, .component-37__item--2 .h6, .component-37__item--3 h6, .component-37__item--3 .h6 {
		font-size: 16px
	}
}
.component-37__item--2 {
	top: 0
}
@media (min-width:1024px) {
	.component-37__item--3 {
		top: 50%
	}
}
.section--component-38 {
	overflow: hidden;
	color: #fff
}
.section--component-38.section--white {
	color: var(--navy-dark);
	background: #fff
}
.section--component-38.section--white::before {
	opacity: 1;
	background-image: url(/sbbs/isbp2026/t4media/grid-darken.svg);
	background-size: cover
}
.section--component-38.section--blue {
	background: var(--blue)
}
.section--component-38.section--green {
	background: var(--green-rich)
}
.section--component-38.section--grey-lighter {
	color: var(--navy-dark)
}
.section--component-38.section--grey-lighter::before {
	opacity: 1;
	background-image: url(/sbbs/isbp2026/t4media/grid-darken.svg);
	background-size: cover
}
.component-38 {
	padding: 60px 0
}
@media (min-width:1024px) {
	.component-38 {
		padding: 100px 0
	}
}
.component-38 .row {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}
.component-38__title {
	position: relative;
	z-index: 2;
	margin-bottom: 30px;
	color: inherit
}
.component-38__subtitle {
	margin-bottom: 30px;
	position: relative;
	z-index: 2
}
@media (min-width:768px) {
	.component-38__subtitle {
		padding-right: 150px
	}
}
@media (min-width:1200px) {
	.component-38__subtitle {
		padding-right: 200px
	}
}
.component-38__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	margin-bottom: 30px;
	background: #fff;
	-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15);
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15)
}
.component-38__inner {
	position: relative;
	z-index: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	background: #fff;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}
.component-38__inner:hover {
	-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15);
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15)
}
.component-38__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
	padding: 30px;
	color: var(--blue)
}
.component-38__content p {
	color: #3d4c57
}
.component-38__content svg {
	margin-top: auto
}
.component-38__image {
	position: relative;
	overflow: hidden;
	height: 100%
}
.component-38__image::after {
	display: block;
	padding-bottom: 115.609%;
	content: ""
}
.component-38__image::before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	content: ""
}
.component-38__image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}
.component-38__inner--green .component-38__image::before {
	background: var(--green-bright)
}
@media (min-width:768px) {
	.component-38__inner--green .component-38__image::before {
		-webkit-clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%);
		clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%)
	}
}
.component-38__inner--green img {
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 15% 100%);
	clip-path: polygon(0 0, 100% 0, 100% 100%, 15% 100%)
}
.component-38__inner--blue .component-38__image::before {
	background: var(--blue)
}
@media (min-width:768px) {
	.component-38__inner--blue .component-38__image::before {
		-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 15% 100%);
		clip-path: polygon(0 0, 100% 0, 100% 100%, 15% 100%)
	}
}
.component-38__inner--blue img {
	-webkit-clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%);
	clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%)
}
.component-39 {
	padding: 60px 0 20px
}
@media (min-width:1540px) {
	.component-39 {
		padding: 60px 0 30px
	}
}
@media (min-width:1600px) {
	.component-39 {
		padding: 80px 0 70px
	}
}
.component-39__title {
	margin-bottom: 15px;
	font-size: calc(1.375rem + 1.125vw);
	font-weight: 900;
	line-height: 135%
}
@media (min-width:1540px) {
	.component-39__title {
		margin-bottom: 30px
	}
}
@media (min-width:1600px) {
	.component-39__title {
		font-size: 2.5rem
	}
}
@media (min-width:1024px) and (max-width:1599.98px) {
	.component-39__title {
		font-size: calc(1.325rem + .675vw)
	}
}
@media (min-width:1024px) and (max-width:1599.98px) and (min-width:1600px) {
	.component-39__title {
		font-size: 2rem
	}
}
.component-39__category {
	margin-bottom: 24px
}
.component-39__category .btn {
	margin-bottom: 6px
}
.component-39__category .btn.btn-gold:hover {
	opacity: .9
}
.component-39__category .btn-outline-navy {
	border-color: var(--blue)
}
.component-39__category .btn-outline-navy.active, .component-39__category .btn-outline-navy:hover, .component-39__category .btn-outline-navy:focus {
	color: #fff;
	background: var(--blue)
}
.component-39__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 0 27px;
	padding: 0;
	list-style: none;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.component-39__list li {
	margin-right: 3px
}
@media (min-width:1024px) {
	.component-39__list li {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1
	}
}
@media (min-width:1024px) and (max-width:1199.98px) {
	.component-39__list li {
		margin-right: 2px
	}
}
.component-39__list li.active a {
	color: #fff;
	background: var(--green-rich)
}
.component-39__list li.disabled {
	pointer-events: none
}
.component-39__list li.disabled a, .component-39__list li.disabled button {
	opacity: .4
}
.component-39__list li:hover a, .component-39__list li:hover button {
	color: #f2f2f2;
	background: var(--green-rich)
}
.component-39__list a, .component-39__list button {
	font-size: 16px;
	font-weight: 700;
	line-height: 162%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	min-width: 39px;
	min-height: 42px;
	margin-bottom: 3px;
	padding: 5px 10px;
	text-align: center;
	text-transform: uppercase;
	color: var(--blue);
	border: 0;
	border-radius: 2px;
	background: #fff;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
@media (min-width:1024px) and (max-width:1539.98px) {
	.component-39__list a, .component-39__list button {
		min-width: 30px;
		min-height: 37px
	}
}
.component-39__list a.active, .component-39__list button.active {
	color: #f2f2f2;
	background: var(--green-rich)
}
.component-39__media {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}
.component-39__letter {
	font-size: 40px;
	font-weight: 400;
	line-height: 1;
	width: 100%;
	margin-right: 15px;
	margin-bottom: 30px;
	color: var(--blue);
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}
.component-39__body {
	width: 100%;
	width: -moz-available;
	width: -webkit-fill-available;
	width: fill-available;
	max-width: 100%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}
.component-39__body a {
	max-width: 100%
}
@media (min-width:576px) {
	.component-39__attributes {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end
	}
}
.component-39__attributes:not(:hover) .component-39__item--share a {
	display: none
}
.component-39__item {
	margin-bottom: 30px;
	padding: 20px 30px;
	background: #fff;
	-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15);
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15);
	padding: 20px 15px
}
.component-39__item--share {
	font-family: Lato;
	font-size: 18px;
	font-weight: 700;
	font-style: normal;
	line-height: 162%;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-height: 49px;
	margin-right: 20px;
	padding: 10px 15px;
	color: var(--green-rich);
	border: solid 1px var(--green-rich);
	background: #fff;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
@media (min-width:576px) and (max-width:767.98px) {
	.component-39__item--share {
		font-size: 12px;
		padding: 10px 7px
	}
}
@media (max-width:575.98px) {
	.component-39__item--share {
		font-size: 14px;
		margin-right: 10px;
		padding: 8px 7px
	}
}
.component-39__item--share img {
	margin-right: 5px
}
.component-39__item--share a {
	display: block;
	float: left;
	margin-right: 5px;
	text-align: center;
	white-space: nowrap;
	color: var(--green-rich);
	background: #fff
}
.component-39__item--share:after {
	position: absolute;
	top: 0;
	right: -10px;
	display: inline-block;
	width: 0;
	height: 100%;
	content: "";
	border-right: 1px solid rgba(61, 76, 87, .25)
}
@media (max-width:575.98px) {
	.component-39__item--share:after {
		right: -6px
	}
}
.component-39__item--copy {
	font-family: Lato;
	font-size: 18px;
	font-weight: 700;
	font-style: normal;
	line-height: 1;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-height: 49px;
	margin-right: 20px;
	padding: 10px 15px;
	color: var(--green-rich);
	border: solid 1px var(--green-rich);
	background: #fff;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
@media (min-width:576px) and (max-width:767.98px) {
	.component-39__item--copy {
		font-size: 12px;
		padding: 10px 7px
	}
}
@media (max-width:575.98px) {
	.component-39__item--copy {
		font-size: 14px;
		margin-right: 10px;
		padding: 8px 7px
	}
}
.component-39__item--copy:hover {
	color: #fff;
	background: var(--green-rich)
}
.component-39__item--copy img {
	margin-right: 5px
}
.component-39__item--copy button {
	font-weight: 700;
	display: block;
	float: left;
	text-align: center;
	white-space: nowrap;
	color: inherit;
	border: 0;
	background: inherit
}
.component-39__item--copy:after {
	position: absolute;
	top: 0;
	right: -10px;
	display: inline-block;
	width: 0;
	height: 100%;
	content: "";
	border-right: 1px solid rgba(61, 76, 87, .25)
}
@media (max-width:575.98px) {
	.component-39__item--copy:after {
		right: -6px
	}
}
.component-39__item--copy .copy-confirmation {
	white-space: nowrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.component-39__item--copy .copy-confirmation svg {
	margin-right: 4px
}
.component-39__item--type {
	font-family: Lato;
	font-size: 18px;
	font-weight: 700;
	font-style: normal;
	line-height: 162%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-height: 49px;
	padding: 10px 15px;
	border: solid 1px var(--blue);
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
@media (min-width:576px) and (max-width:767.98px) {
	.component-39__item--type {
		font-size: 14px;
		padding: 10px 7px
	}
}
@media (max-width:575.98px) {
	.component-39__item--type {
		font-size: 14px;
		padding: 8px 7px
	}
}
.component-39__item--type svg {
	margin-left: 10px
}
.component-39__item--type:hover {
	color: #fff;
	background: var(--blue)
}
.component-39__item--view {
	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;
	min-width: 100px
}
@media (min-width:1024px) {
	.component-39__item--view {
		width: 148px
	}
}
.component-39__item .card {
	padding-right: 0;
	padding-left: 0;
	border: 0
}
.component-39__item .card p {
	font-family: Lato;
	font-size: 16px;
	font-weight: 400;
	font-style: normal;
	line-height: 175%;
	color: #3d4c57
}
.component-39__resource-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 0;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}
@media (min-width:576px) and (max-width:1023.98px) {
	.component-39__resource-title {
		padding-right: 20px
	}
}
.component-39 a.component-39__itemtitle {
	font-family: Lato;
	font-size: 22px;
	font-weight: 700;
	font-style: normal;
	line-height: 150%;
	text-decoration: unset;
	color: var(--navy)
}
@media (max-width:1023.98px) {
	.component-39 a.component-39__itemtitle {
		font-size: 18px;
		width: 100%;
		padding-bottom: 10px
	}
}
.component-39 a.component-39__itemtitle:hover {
	color: var(--green-rich)
}
.component-39 a.component-39__itemtitle span {
	font-family: Lato;
	font-size: 14px;
	font-weight: 700;
	font-style: normal;
	line-height: 175%;
	display: block;
	padding-top: 5px;
	text-decoration: none!important;
	color: var(--blue)
}
.component-39__button {
	line-height: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: 20px;
	color: var(--green-rich)
}
.component-39__button:not(.collapsed) .horizontal {
	color: transparent
}
.component-39__listing {
	margin-bottom: 40px;
	padding-left: 0;
	list-style: none
}
.component-39__listing li {
	margin: 5px 0
}
@media (max-width:575.98px) {
	.component-39__attributes {
		margin-top: 10px
	}
}
.component-39 .form-control {
	font-family: Lato;
	font-size: 18px;
	font-weight: 400;
	font-style: normal;
	line-height: 162%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 55px;
	padding: 10px 20px;
	color: var(--navy);
	border: solid 1px var(--blue);
	border-radius: 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
@media (min-width:1024px) {
	.component-39 .form-control {
		height: 70px;
		padding: 15px 20px
	}
}
.component-39 .form-control::-webkit-input-placeholder {
	color: #657582
}
.component-39 .form-control::-moz-placeholder {
	color: #657582
}
.component-39 .form-control:-ms-input-placeholder {
	color: #657582
}
.component-39 .form-control::-ms-input-placeholder {
	color: #657582
}
.component-39 .form-control::placeholder {
	color: #657582
}
.component-39 .form-control.dropdown-toggle:after {
	width: 22px;
	height: 12px;
	margin-left: auto;
	border: 0;
	background-image: url("data:image/svg+xml,%3csvg width='22' height='12' viewBox='0 0 22 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.17195 0.409959C1.78143 0.0194343 1.14826 0.0194344 0.757737 0.409959C0.367213 0.800483 0.367213 1.43365 0.757737 1.82417L10.5237 11.5901C10.7193 11.7857 10.9758 11.8834 11.2323 11.883C11.4887 11.8834 11.7452 11.7857 11.9409 11.5901L21.7068 1.82417C22.0973 1.43365 22.0973 0.800483 21.7068 0.409959C21.3163 0.0194344 20.6831 0.0194343 20.2926 0.409959L11.2323 9.47028L2.17195 0.409959Z' fill='%23007DB8'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: center
}
.component-39 .dropdown-menu {
	font-size: 18px;
	font-weight: 400;
	font-style: normal;
	line-height: 162%;
	width: 100%;
	padding: 10px 0;
	color: var(--navy);
	border: solid 1px var(--blue)
}
.component-39 .dropdown-menu .dropdown-item {
	padding: .5rem 1rem;
	line-height: 1.3;
	text-wrap: auto
}
.component-39 .input-group .btn {
	height: 55px;
	padding: 10px 20px;
	color: var(--navy);
	border: solid 1px var(--blue);
	border-left: 0;
	background: #fff
}
@media (min-width:1024px) {
	.component-39 .input-group .btn {
		height: 70px;
		padding: 15px 20px
	}
}
.component-39--fulltext {
	padding: 60px 0 20px
}
@media (min-width:1540px) {
	.component-39--fulltext {
		padding: 60px 0 30px
	}
}
@media (min-width:1600px) {
	.component-39--fulltext {
		padding: 80px 0 70px
	}
}
.component-39--fulltext__image {
	margin-bottom: 1rem
}
.component-39--fulltext__image img {
	width: 100%;
	height: auto
}
.component-39--fulltext__item {
	margin-bottom: 30px;
	padding: 40px 40px;
	background: #fff;
	-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15);
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15)
}
@media (max-width:767.98px) {
	.component-39--fulltext__item {
		padding: 20px 15px
	}
}
.component-39--fulltext__resource-title {
	margin-bottom: 15px;
	font-size: calc(1.375rem + 1.125vw);
	font-weight: 900;
	line-height: 135%
}
@media (min-width:1540px) {
	.component-39--fulltext__resource-title {
		margin-bottom: 30px
	}
}
@media (min-width:1600px) {
	.component-39--fulltext__resource-title {
		font-size: 2.5rem
	}
}
@media (min-width:1024px) and (max-width:1599.98px) {
	.component-39--fulltext__resource-title {
		font-size: calc(1.325rem + .675vw)
	}
}
@media (min-width:1024px) and (max-width:1599.98px) and (min-width:1600px) {
	.component-39--fulltext__resource-title {
		font-size: 2rem
	}
}
.component-39--fulltext__resource-meta hr {
	margin: 0 0 20px
}
.section--component-40 {
	overflow: hidden;
	color: #fff
}
.section--component-40.section--white {
	color: var(--navy-dark);
	background: #fff
}
.section--component-40.section--white::after {
	opacity: 1;
	background-image: url(/sbbs/isbp2026/t4media/grid-darken.svg)
}
.section--component-40.section--blue {
	background: var(--blue)
}
.section--component-40.section--green {
	background: var(--green-rich)
}
.section--component-40.section--grey-lighter {
	color: var(--navy-dark)
}
.section--component-40.section--grey-lighter::after {
	opacity: 1;
	background-image: url(/sbbs/isbp2026/t4media/grid-darken.svg)
}
.component-40 {
	padding: 40px 0;
	position: relative;
	z-index: 1
}
@media (min-width:1024px) {
	.component-40 {
		padding: 60px 0 80px
	}
}
@media (min-width:1540px) {
	.component-40 {
		padding: 80px 0 100px
	}
}
.component-40 .row {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}
.component-40 .component-40__title {
	position: relative;
	z-index: 2;
	margin-bottom: 16px;
	color: inherit
}
@media (min-width:1024px) {
	.component-40 .component-40__title {
		margin-bottom: 25px
	}
}
.component-40 .component-40__intro {
	margin-bottom: 30px
}
@media (min-width:1024px) {
	.component-40 .component-40__intro {
		margin-bottom: 60px
	}
}
.component-40__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100%;
	margin-bottom: 30px;
	padding: 0;
	color: var(--navy-dark);
	background: #fff
}
.component-40__item--has-shadow {
	-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15);
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15)
}
.component-40__item--has-padding {
	padding: 30px
}
.component-40__inner {
	position: relative;
	z-index: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	background: #fff;
	-webkit-transition: all 300ms;
	transition: all 300ms
}
.component-40__inner:hover {
	-webkit-transition: all 300ms;
	transition: all 300ms
}
.component-40__inner:hover svg {
	margin-left: 15px;
	-webkit-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out
}
.component-40__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 30px;
	color: var(--blue)
}
@media (min-width:1200px) {
	.component-40__content {
		height: 100%
	}
}
.component-40__content p {
	color: #3d4c57
}
.component-40__content svg {
	margin-top: auto;
	width: 2rem;
	margin-left: 0;
	-webkit-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out
}
@media (min-width:768px) {
	.component-40__content svg {
		width: 2.5rem
	}
}
.component-40__image {
	position: relative;
	overflow: hidden;
	height: 220px
}
@media (min-width:1200px) {
	.component-40__image {
		height: 100%
	}
}
.component-40__image::after {
	display: block;
	padding-bottom: 115.609%;
	content: ""
}
.component-40__image::before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	content: ""
}
.component-40__image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}
.component-40 .component-40__inner--gold .component-40__image::before {
	background: var(--gold)
}
.component-40 .component-40__inner--green .component-40__image::before {
	background: var(--green-bright)
}
.component-40 .component-40__inner--blue .component-40__image::before {
	background: var(--blue)
}
.component-40__grid {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	gap: 15px;
	margin-bottom: 15px
}
@media (min-width:1540px) {
	.component-40__grid {
		gap: 30px;
		margin-bottom: 30px
	}
}
.component-40__grid .component-40__item {
	height: 100%;
	margin: 0;
	overflow-y: auto
}
.component-40__grid .component-40__item--span-12 {
	grid-column: span 12
}
.component-40__grid .component-40__item--span-8 {
	grid-column: span 8
}
.component-40__grid .component-40__item--span-6 {
	grid-column: span 6
}
.component-40__grid .component-40__item--span-4 {
	grid-column: span 4
}
@media (max-width:1023.98px) {
	.component-40__grid .component-40__item {
		grid-column: span 12!important
	}
}
.component-40__grid .component-40__item-inner {
	height: 100%;
	width: 100%
}
.component-40__grid .component-40__item-inner>div {
	width: 100%;
	height: 100%
}
.component-40__grid .component-40__item-inner iframe {
	width: 100%;
	min-height: 100%
}
.component-40__grid .component-40__inner--gold-bg {
	background: var(--gold)
}
.component-40__grid .component-40__inner--gold-bg * {
	color: var(--navy-dark)
}
.component-40__grid .component-40__inner--green-rich-bg {
	background: var(--green-rich)
}
.component-40__grid .component-40__inner--green-rich-bg * {
	color: #fff
}
.component-40__grid .component-40__inner--blue-bg {
	background: var(--blue)
}
.component-40__grid .component-40__inner--blue-bg * {
	color: #fff
}
.component-40__grid .component-40__inner--navy-bg {
	background: var(--navy)
}
.component-40__grid .component-40__inner--navy-bg * {
	color: #fff
}
.component-40__grid .component-40__inner .las {
	font-size: 38px;
	margin-bottom: 5px
}
@media (min-width:1024px) {
	.component-40__grid .component-40__inner .las {
		font-size: 48px;
		margin-bottom: 15px
	}
}
@media (min-width:1024px) {
	.component-40__grid .component-40__inner .component-40__image::after {
		padding-bottom: 0
	}
}
.component-40__grid .component-40__inner .component-40__content {
	height: 100%;
	padding: 15px
}
@media (min-width:768px) {
	.component-40__grid .component-40__inner .component-40__content {
		padding: 30px
	}
}
.component-40__grid .component-40__inner--portrait {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}
@media (min-width:1200px) {
	.component-40__grid .component-40__inner--portrait .component-40__image {
		-webkit-box-flex: 3;
		-ms-flex: 3;
		flex: 3
	}
}
.component-40__grid .component-40__inner--portrait .component-40__image img {
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
	clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%)
}
.component-40__grid .component-40__inner--portrait .component-40__image::before {
	-webkit-clip-path: polygon(0 0, 0 85%, 50% 92.5%, 0 100%);
	clip-path: polygon(0 0, 0 85%, 50% 92.5%, 0 100%);
	z-index: 2
}
.component-40__grid .component-40__inner--portrait .component-40__image::after {
	padding-bottom: 0
}
.component-40__grid .component-40__inner--portrait .component-40__content {
	height: auto
}
@media (min-width:1200px) {
	.component-40__grid .component-40__inner--portrait .component-40__content {
		-webkit-box-flex: 2;
		-ms-flex: 2;
		flex: 2
	}
}
.component-40 .component-40__item-inner.is-loading {
	position: relative;
	background: #fff
}
.component-40 .component-40__placeholder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	color: var(--navy-dark);
	background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .04)), color-stop(rgba(0, 0, 0, .08)), to(rgba(0, 0, 0, .04)));
	background: linear-gradient(90deg, rgba(0, 0, 0, .04), rgba(0, 0, 0, .08), rgba(0, 0, 0, .04));
	background-size: 200% 100%;
	-webkit-animation: component40-skeleton 1.2s ease-in-out infinite;
	animation: component40-skeleton 1.2s ease-in-out infinite;
	border-radius: 4px;
	text-align: center;
	font-size: .9rem
}
@-webkit-keyframes component40-skeleton {
	0% {
		background-position: 200% 0
	}
	to {
		background-position: -200% 0
	}
}
@keyframes component40-skeleton {
	0% {
		background-position: 200% 0
	}
	to {
		background-position: -200% 0
	}
}
@media (min-width:1540px) {
	.has-sidemenu .component-40__grid {
		grid-template-rows: repeat(4, 120px)
	}
}
.has-sidemenu .component-40__grid .component-40__grid-item .component-40__inner .component-40__content {
	padding: 15px
}
.section--component-41 {
	overflow: hidden;
	color: #fff
}
.section--component-41.section--white {
	color: var(--navy-dark);
	background: #fff
}
.section--component-41.section--white::before {
	opacity: 1;
	background-image: url(/sbbs/isbp2026/t4media/grid-darken.svg);
	background-size: cover
}
.section--component-41.section--blue {
	background: var(--blue)
}
.section--component-41.section--green {
	background: var(--green-rich)
}
.section--component-41.section--grey-lighter {
	color: var(--navy-dark)
}
.section--component-41.section--grey-lighter::before {
	opacity: 1;
	background-image: url(/sbbs/isbp2026/t4media/grid-darken.svg);
	background-size: cover
}
.component-41 {
	padding: 40px 0
}
@media (min-width:1024px) {
	.component-41 {
		padding: 60px 0 80px
	}
}
@media (min-width:1540px) {
	.component-41 {
		padding: 80px 0 100px
	}
}
.component-41 .row {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}
.component-41 .component-41__title {
	position: relative;
	z-index: 2;
	margin-bottom: 30px;
	color: inherit
}
@media (min-width:1024px) {
	.component-41 .component-41__title {
		margin-bottom: 40px
	}
}
.component-41__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	margin-bottom: 30px;
	background: #fff;
	-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15);
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15)
}
.component-41__inner {
	position: relative;
	z-index: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	background: #fff;
	-webkit-box-shadow: 0 0 20px 0 transparent;
	box-shadow: 0 0 20px 0 transparent;
	-webkit-transition: all 300ms;
	transition: all 300ms
}
.component-41__inner:hover {
	-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .3);
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, .3);
	-webkit-transition: all 300ms;
	transition: all 300ms
}
.component-41__inner:hover svg {
	margin-left: 15px;
	-webkit-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out
}
.component-41__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 30px;
	color: var(--blue)
}
@media (min-width:1200px) {
	.component-41__content {
		height: 100%
	}
}
.component-41__content p {
	color: #3d4c57
}
.component-41__content svg {
	margin-top: auto;
	width: 2rem;
	margin-left: 0;
	-webkit-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out
}
@media (min-width:768px) {
	.component-41__content svg {
		width: 2.5rem
	}
}
.component-41__image {
	position: relative;
	overflow: hidden;
	height: 220px
}
@media (min-width:1200px) {
	.component-41__image {
		height: 100%
	}
}
.component-41__image::after {
	display: block;
	padding-bottom: 115.609%;
	content: ""
}
.component-41__image::before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	content: ""
}
.component-41__image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}
.component-41 .component-41__inner--gold .component-41__image::before {
	background: var(--gold)
}
.component-41 .component-41__inner--green .component-41__image::before {
	background: var(--green-bright)
}
.component-41 .component-41__inner--blue .component-41__image::before {
	background: var(--blue)
}
.component-41__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px
}
@media (min-width:1200px) {
	.component-41__grid {
		grid-template-columns: repeat(8, 1fr);
		grid-template-rows: repeat(4, 1fr);
		gap: 20px
	}
}
@media (min-width:1200px) {
	.component-41__grid {
		grid-template-rows: repeat(4, 115px)
	}
}
@media (min-width:1540px) {
	.component-41__grid {
		grid-template-rows: repeat(4, 140px)
	}
}
.component-41__grid-item {
	grid-column: span 1
}
@media (min-width:1200px) {
	.component-41__grid-item {
		grid-column: span 2;
		grid-row: span 2
	}
}
.component-41__grid-item:nth-child(1) {
	grid-column: span 2
}
@media (min-width:768px) {
	.component-41__grid-item:nth-child(1) {
		grid-column: span 1
	}
}
@media (min-width:1200px) {
	.component-41__grid-item:nth-child(1) {
		grid-column: 1/span 3;
		grid-row: 1/span 4
	}
}
@media (min-width:1200px) {
	.component-41__grid-item:nth-child(1) h5, .component-41__grid-item:nth-child(1) .h5 {
		padding-right: 3rem
	}
}
@media (min-width:1540px) {
	.component-41__grid-item:nth-child(1) h5, .component-41__grid-item:nth-child(1) .h5 {
		padding-right: 5rem
	}
}
.component-41__grid-item:nth-child(2) {
	grid-column: span 2
}
@media (min-width:768px) {
	.component-41__grid-item:nth-child(2) {
		grid-column: span 1
	}
}
@media (min-width:1200px) {
	.component-41__grid-item:nth-child(2) {
		grid-column: 4/span 3;
		grid-row: 1/span 4
	}
}
.component-41__grid-item .component-41__item {
	height: 100%;
	margin: 0
}
.component-41__grid-item .component-41__inner--gold-bg {
	background: var(--gold)
}
.component-41__grid-item .component-41__inner--gold-bg * {
	color: var(--navy-dark)
}
.component-41__grid-item .component-41__inner--green-rich-bg {
	background: var(--green-rich)
}
.component-41__grid-item .component-41__inner--green-rich-bg * {
	color: #fff
}
.component-41__grid-item .component-41__inner--blue-bg {
	background: var(--blue)
}
.component-41__grid-item .component-41__inner--blue-bg * {
	color: #fff
}
.component-41__grid-item .component-41__inner--navy-bg {
	background: var(--navy)
}
.component-41__grid-item .component-41__inner--navy-bg * {
	color: #fff
}
.component-41__grid-item .component-41__inner .las {
	font-size: 38px;
	margin-bottom: 5px
}
@media (min-width:1024px) {
	.component-41__grid-item .component-41__inner .las {
		font-size: 48px;
		margin-bottom: 15px
	}
}
@media (min-width:1024px) {
	.component-41__grid-item .component-41__inner .component-41__image::after {
		padding-bottom: 0
	}
}
.component-41__grid-item .component-41__inner .component-41__content {
	height: 100%;
	padding: 15px
}
@media (min-width:768px) {
	.component-41__grid-item .component-41__inner .component-41__content {
		padding: 30px
	}
}
.component-41__grid-item .component-41__inner--portrait {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}
@media (min-width:1200px) {
	.component-41__grid-item .component-41__inner--portrait .component-41__image {
		-webkit-box-flex: 3;
		-ms-flex: 3;
		flex: 3
	}
}
.component-41__grid-item .component-41__inner--portrait .component-41__image img {
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
	clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%)
}
.component-41__grid-item .component-41__inner--portrait .component-41__image::before {
	-webkit-clip-path: polygon(0 0, 0 85%, 50% 92.5%, 0 100%);
	clip-path: polygon(0 0, 0 85%, 50% 92.5%, 0 100%);
	z-index: 2
}
.component-41__grid-item .component-41__inner--portrait .component-41__image::after {
	padding-bottom: 0
}
.component-41__grid-item .component-41__inner--portrait .component-41__content {
	height: auto
}
@media (min-width:1200px) {
	.component-41__grid-item .component-41__inner--portrait .component-41__content {
		-webkit-box-flex: 2;
		-ms-flex: 2;
		flex: 2
	}
}
@media (min-width:1200px) {
	.has-sidemenu .component-41 {
		padding: 40px 0 60px
	}
}
@media (min-width:1540px) {
	.has-sidemenu .component-41 {
		padding: 40px 0 60px
	}
}
@media (min-width:1200px) {
	.has-sidemenu .component-41__grid {
		grid-template-rows: repeat(6, 130px)
	}
}
@media (min-width:1540px) {
	.has-sidemenu .component-41 h2, .has-sidemenu .component-41 .h2 {
		font-size: 3rem
	}
}
@media (min-width:1200px) {
	.has-sidemenu .component-41__grid-item {
		grid-column: span 4
	}
}
@media (min-width:1200px) {
	.has-sidemenu .component-41__grid-item:nth-child(1) {
		grid-column: 1/span 4
	}
}
@media (min-width:1200px) {
	.has-sidemenu .component-41__grid-item:nth-child(2) {
		grid-column: 5/span 4
	}
}
@media (min-width:1200px) {
	.has-sidemenu .component-41__grid-item .component-41__inner--portrait .component-41__image, .has-sidemenu .component-41__grid-item .component-41__inner--portrait .component-41__content {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%
	}
}
.emergency .modal-dialog {
	max-width: 690px
}
.emergency .show~.emergency-trigger {
	display: none
}
.emergency .btn-close {
	width: 45px;
	height: 45px;
	opacity: 1;
	background: 0 0
}
.emergency .emergency-trigger {
	position: fixed;
	z-index: 20;
	right: 0;
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #ca1f1f;
	font-size: 16px
}
@media all and (max-width:559px) {
	.emergency .emergency-trigger {
		width: 100%
	}
}
.emergency .emergency-trigger .btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px;
	text-transform: none
}
.emergency .emergency-trigger span {
	font-size: 22px;
	font-weight: 600;
	margin-left: 15px;
	color: #fff
}
@media all and (max-width:767px) {
	.emergency .emergency-trigger span {
		font-size: 16px
	}
}
.emergency .modal-header {
	position: relative;
	padding: 25px 30px;
	background-color: #ca1f1f
}
@media all and (max-width:767px) {
	.emergency .modal-header {
		padding: 15px 20px
	}
}
.emergency .modal-header::before {
	position: absolute;
	top: 70px;
	right: 0;
	left: 0;
	width: 45px;
	height: 45px;
	margin: 0 auto;
	content: "";
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	background-color: #ca1f1f
}
@media all and (max-width:767px) {
	.emergency .modal-header::before {
		top: 40px
	}
}
.emergency .modal-header .modal-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.emergency .modal-header .modal-title h2, .emergency .modal-header .modal-title .h2 {
	font-size: 28px;
	font-weight: 400;
	z-index: 1;
	display: block;
	margin-bottom: 0;
	margin-left: 32px;
	color: #fff;
	background-color: #ca1f1f
}
@media all and (max-width:767px) {
	.emergency .modal-header .modal-title h2, .emergency .modal-header .modal-title .h2 {
		font-size: 18px;
		margin-left: 16px
	}
}
.emergency .modal-header .close {
	opacity: 1;
	color: #fff;
	border: 0;
	background: 0 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}
.emergency .modal-header .close:hover {
	color: #f1f1f1
}
.emergency .modal-body-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
	padding: 35px
}
.emergency .modal-body-content__img svg, .emergency .modal-body-content__img img {
	width: 80px;
	height: auto;
	margin-right: 30px
}
.emergency .modal-content {
	color: #3d4c57;
	border-radius: 5px
}
body .component-search {
	padding-top: 40px
}
@media (min-width:1540px) {
	body .component-search {
		padding-top: 60px
	}
}
body .component-search .nav-pills {
	gap: 15px
}
@media all and (max-width:1199px) {
	body .component-search .nav-pills {
		gap: 10px
	}
}
@media all and (max-width:767px) {
	body .component-search .nav-pills {
		gap: 10px
	}
}
body .component-search .nav-pills .nav-item {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%
}
@media (min-width:768px) {
	body .component-search .nav-pills .nav-item {
		-ms-flex-preferred-size: calc(50% - 5px);
		flex-basis: calc(50% - 5px)
	}
}
@media (min-width:1024px) {
	body .component-search .nav-pills .nav-item {
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
		min-width: 200px;
		max-width: 360px
	}
}
body .component-search .nav-pills .nav-link {
	font-size: 14px;
	font-weight: 900;
	font-style: normal;
	line-height: normal;
	text-align: center;
	width: 100%;
	height: 100%;
	padding: 14px 14px;
	text-align: center;
	text-transform: uppercase;
	color: var(--navy-dark);
	border: 1px solid var(--green-rich);
	border-radius: 0
}
@media all and (min-width:768px) {
	body .component-search .nav-pills .nav-link {
		font-size: 16px;
		line-height: 1.3;
		padding: 14px 16px
	}
}
@media (min-width:1024px) {
	body .component-search .nav-pills .nav-link {
		padding: 14px 20px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
}
body .component-search .nav-pills .nav-link.active, .show>body .component-search .nav-pills .nav-link, body .component-search .nav-pills .nav-link:hover {
	color: #fff;
	background-color: var(--green-rich)
}
body .component-search .gsc-search-box {
	border: 0;
	background-color: transparent
}
body .component-search .gsc-search-box.gsc-search-box {
	padding-top: 5px;
	padding-bottom: 5px
}
body .component-search .gsc-input-box {
	border: 0
}
body .component-search .gsib_a {
	padding-right: 0;
	padding-left: 0
}
body .component-search .gsib_b {
	display: none
}
body .component-search input.gsc-input {
	height: 65px!important;
	padding: 20px 35px!important;
	border: 1px solid #007db8!important;
	background-position: 35px center!important
}
@media all and (max-width:1199px) {
	body .component-search input.gsc-input {
		height: 60px!important;
		padding: 13px 20px!important;
		background-position: 20px center!important
	}
}
body .component-search .gs-webResult.gs-result a.gs-title:link, body .component-search .gs-webResult.gs-result a.gs-title:link b, body .component-search .gs-imageResult a.gs-title:link, body .component-search .gs-imageResult a.gs-title:link b, body .component-search .gs-result .gs-title *, body .component-search .gsc-cursor-page, body .component-search .gs-spelling a {
	color: var(--navy)
}
body .component-search .gs-promotion .gs-visibleUrl, body .component-search .gs-webResult .gs-visibleUrl {
	color: var(--link-color)
}
body .component-search .gsc-search-button-v2 {
	margin-left: 3px;
	padding: 20px 35px;
	color: #fff;
	border: 0;
	border-radius: 0;
	background-color: var(--blue)
}
@media all and (max-width:1199px) {
	body .component-search .gsc-search-button-v2 {
		height: 60px!important;
		margin-left: 0;
		padding: 13px 20px!important
	}
}
body .component-search .gsc-search-button-v2:hover {
	background-color: var(--navy)
}
body .component-search .gsc-search-button-v2::before {
	font-size: 18px;
	font-weight: 900;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	content: "Search";
	text-transform: uppercase;
	color: #fff
}
@media all and (max-width:1199px) {
	body .component-search .gsc-search-button-v2::before {
		font-size: 14px
	}
}
body .component-search .gsc-search-button-v2 svg {
	display: none
}
.sidemenu {
	z-index: 2;
	margin-top: 20px;
	margin-bottom: 0
}
@media (min-width:1024px) {
	.sidemenu {
		position: absolute;
		top: 30px;
		right: 15px;
		width: 300px
	}
}
@media (min-width:1200px) {
	.sidemenu {
		width: 320px
	}
}
@media (min-width:1540px) {
	.sidemenu {
		width: 380px
	}
}
@media (min-width:1600px) {
	.sidemenu {
		width: 400px
	}
}
@media (min-width:1200px) and (max-width:1599.98px) {
	.sidemenu {
		right: 30px
	}
}
.sidemenu--section {
	overflow: hidden;
	margin-bottom: 20px;
	padding: 10px
}
@media (min-width:1024px) {
	.sidemenu--section {
		margin-bottom: 30px;
		padding: 20px 0 20px
	}
}
@media (min-width:1024px) and (max-width:1539.98px) {
	.sidemenu--section {
		padding: 15px 0 20px
	}
}
.sidemenu--section-grey-lighter {
	border: 1px solid #f2f2f2;
	background: #f2f2f2
}
@media (min-width:1024px) {
	.sidemenu--section-grey-lighter {
		padding-bottom: 0
	}
}
.sidemenu--section .sidemenu__group {
	padding-left: 10px;
	padding-right: 10px
}
@media (min-width:768px) {
	.sidemenu--section .sidemenu__group {
		padding-left: 20px;
		padding-right: 20px
	}
}
.sidemenu__panel h5, .sidemenu__panel .h5 {
	padding-left: 15px
}
.sidemenu__panel ul {
	margin: 0;
	padding: 12px 0 0;
	list-style: none
}
.sidemenu__panel ul li {
	margin-bottom: 0;
	padding-left: 0
}
.sidemenu__panel ul li ul {
	padding: 0
}
.sidemenu__panel ul li ul .quicklink {
	font-weight: 500
}
.sidemenu__panel ul li:before {
	display: none
}
.sidemenu__panel .icon {
	position: absolute;
	top: -2px;
	right: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%
}
.sidemenu__panel .open {
	display: none
}
.sidemenu__panel .close {
	display: block
}
.sidemenu__panel .collapsed .open {
	display: block
}
.sidemenu__panel .collapsed .close {
	display: none
}
.sidemenu__panel h5, .sidemenu__panel .h5 {
	margin-bottom: 0
}
@media (min-width:1024px) {
	.sidemenu__panel h5, .sidemenu__panel .h5 {
		margin-bottom: 15px
	}
}
@media (max-width:767.98px) {
	.sidemenu__panel h5, .sidemenu__panel .h5 {
		font-size: 1.125rem;
		margin-bottom: 0
	}
}
@media (max-width:767.98px) {
	.sidemenu__panel h5 svg, .sidemenu__panel .h5 svg {
		width: 18px;
		height: 18px
	}
}
.sidemenu__panel h5 a, .sidemenu__panel .h5 a {
	color: inherit
}
@media (min-width:1200px) {
	.sidemenu__panel h5 a, .sidemenu__panel .h5 a {
		pointer-events: none
	}
}
@media (max-width:1023.98px) {
	.sidemenu__panel h5 a, .sidemenu__panel .h5 a {
		position: relative;
		display: block;
		width: 100%;
		padding-right: 40px
	}
}
.sidemenu .quicklink {
	font-size: 16px;
	font-weight: 700;
	line-height: 150%;
	position: relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: calc(100% + 10px);
	padding: 10px 14px;
	-webkit-transition: 200ms;
	transition: 200ms;
	color: var(--blue);
	background: #fff
}
@media (min-width:1540px) {
	.sidemenu .quicklink {
		font-size: 1.125rem
	}
}
@media (min-width:1024px) and (max-width:1199.98px) {
	.sidemenu .quicklink {
		font-size: 15px
	}
}
.sidemenu .quicklink:not(:last-child) {
	margin-bottom: 2px
}
.sidemenu .quicklink svg {
	margin-left: 10px;
	color: var(--navy-dark)
}
.sidemenu .quicklink.active, .sidemenu .quicklink:hover {
	color: #fff;
	background-color: var(--green-rich)
}
@media (min-width:1200px) {
	.sidemenu .quicklink.active, .sidemenu .quicklink:hover {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}
.sidemenu .quicklink.active svg, .sidemenu .quicklink:hover svg {
	color: #fff
}
.sidemenu .currentbranch .quicklink {
	color: var(--navy-dark);
	background: #fff
}
.sidemenu .currentbranch--active .quicklink {
	font-weight: 700;
	color: var(--navy-dark);
	border-left: solid 5px var(--blue)!important;
	background: #f7f7f7
}
@media (min-width:1200px) {
	.sidemenu .currentbranch--active .quicklink {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}
.sidemenu .has-children.active ul li a {
	padding-left: 30px
}
.sidemenu__group {
	display: block;
	margin-bottom: 15px
}
.sidemenu__text {
	font-size: 20px;
	font-weight: 700;
	line-height: 150%;
	color: var(--navy)
}
.sidemenu__text a {
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px
}
.sidemenu__cta {
	max-width: 450px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto
}
.sidemenu__cta .btn {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	min-height: 70px
}
.sidemenu .component-13 {
	padding: 0
}
.sidemenu .component-13__item--content {
	background: #f2f2f2
}
.section--breadcrumbs+.section--component-30, .section--breadcrumbs+.section--component-30-b {
	padding-top: 40px
}
.component-breadcrumb {
	display: none;
	padding: 16px 0 16px 0;
	background: var(--navy-dark)
}
@media (min-width:1024px) {
	.component-breadcrumb {
		display: block
	}
}
.component-breadcrumb .breadcrumb {
	margin-bottom: 0
}
.component-breadcrumb .breadcrumb-item {
	color: #fff
}
.component-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
	color: inherit
}
.component-breadcrumb .breadcrumb-item a {
	color: inherit
}
.component-breadcrumb .breadcrumb-item a:hover {
	color: var(--gold)
}
.swiper-button-next, .swiper-button-prev {
	position: absolute;
	z-index: 11;
	top: calc(100% + 0px);
	right: 0;
	display: none;
	width: 57px;
	height: 32px;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%)
}
@media (min-width:768px) {
	.swiper-button-next, .swiper-button-prev {
		top: -34px;
		display: block
	}
}
@media (min-width:1600px) {
	.swiper-button-next, .swiper-button-prev {
		top: -52px
	}
}
.swiper-button-prev {
	right: 75px
}
.swiper-button-prev svg path {
	fill: #fff
}
.swiper-button-next svg path {
	fill: #fff
}
.swiper {
	width: 100%;
	height: 100%
}
.swiper .swiper-pagination {
	text-align: left
}
.swiper.swiper--arrows {
	position: relative;
	padding-bottom: 60px
}
@media (min-width:768px) {
	.swiper.swiper--arrows {
		padding-bottom: 0
	}
}
@media (min-width:1024px) {
	.swiper.swiper--arrows .swiper-pagination {
		display: none
	}
}
.swiper.swiper--arrows .swiper-pagination-bullet {
	width: 16px;
	height: 16px;
	border-radius: 0
}
.swiper.swiper--arrows .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
	opacity: 1;
	background: #fff
}
.swiper.swiper--arrows--navy .swiper-button-prev svg path {
	fill: var(--navy)
}
.swiper.swiper--arrows--navy .swiper-button-next svg path {
	fill: var(--navy)
}
.swiper.swiper--hero, .swiper.swiper--testimonial {
	position: relative
}
.swiper.swiper--hero .swiper-button-next, .swiper.swiper--hero .swiper-button-prev, .swiper.swiper--testimonial .swiper-button-next, .swiper.swiper--testimonial .swiper-button-prev {
	top: auto;
	bottom: 0;
	width: auto;
	height: auto;
	-webkit-transform: none;
	transform: none;
	background-image: none
}
.swiper.swiper--hero .swiper-button-next .btn, .swiper.swiper--hero .swiper-button-prev .btn, .swiper.swiper--testimonial .swiper-button-next .btn, .swiper.swiper--testimonial .swiper-button-prev .btn {
	display: block
}
.swiper.swiper--hero .swiper-button-prev, .swiper.swiper--testimonial .swiper-button-prev {
	right: 102px
}
@media (max-width:1599.98px) {
	.swiper.swiper--hero .swiper-button-prev, .swiper.swiper--testimonial .swiper-button-prev {
		right: 86px
	}
}
.swiper.swiper--hero .swiper-wrapper, .swiper.swiper--testimonial .swiper-wrapper {
	-webkit-box-sizing: inherit;
	box-sizing: inherit
}
.swiper.swiper--hero.swiper-container-horizontal>.swiper-pagination-bullets, .swiper.swiper--testimonial.swiper-container-horizontal>.swiper-pagination-bullets {
	right: 0;
	bottom: 28px;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-align: left
}
@media (min-width:1024px) {
	.swiper.swiper--hero.swiper-container-horizontal>.swiper-pagination-bullets, .swiper.swiper--testimonial.swiper-container-horizontal>.swiper-pagination-bullets {
		bottom: 20px
	}
}
@media (min-width:1540px) {
	.swiper.swiper--hero.swiper-container-horizontal>.swiper-pagination-bullets, .swiper.swiper--testimonial.swiper-container-horizontal>.swiper-pagination-bullets {
		bottom: 40px
	}
}
.swiper.swiper--hero.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper.swiper--testimonial.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	width: 16px;
	height: 16px;
	margin-right: 10px;
	margin-left: 0;
	border-radius: 0
}
.swiper.swiper--hero.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet:not(.swiper-pagination-bullet-active), .swiper.swiper--testimonial.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
	opacity: 1;
	background: #fff
}
.swiper.swiper-gallery {
	padding-bottom: 30px
}
@media (min-width:768px) {
	.swiper.swiper-gallery {
		padding-bottom: 0
	}
}
@media (min-width:768px) {
	.swiper.swiper-gallery .swiper-pagination {
		display: none
	}
}
@media (min-width:768px) {
	.stats-carousel .swiper-pagination {
		display: none
	}
}
.stats-carousel .swiper-button-prev, .stats-carousel .swiper-button-next {
	top: 100%
}
@media (min-width:768px) {
	.stats-carousel .swiper-button-prev, .stats-carousel .swiper-button-next {
		top: -35px;
		display: block
	}
}
@media (min-width:1024px) {
	.stats-carousel .swiper-button-prev, .stats-carousel .swiper-button-next {
		top: -34px
	}
}
@media (min-width:1540px) {
	.stats-carousel .swiper-button-prev, .stats-carousel .swiper-button-next {
		top: -55px
	}
}
.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
	border-color: var(--green-rich)
}
body .choices__inner {
	font-size: calc(1.2625rem + .1125vw);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 70px;
	color: #3d4c57;
	border: solid 2px #ebf0f2;
	background: #ebf0f2
}
@media (min-width:1600px) {
	body .choices__inner {
		font-size: 1.375rem
	}
}
@media (min-width:1024px) {
	body .choices__inner {
		font-size: 1.125rem
	}
}
@media (max-width:1023.98px) {
	body .choices__inner {
		font-size: 1.125rem;
		min-height: 30px;
		padding: 10px
	}
}
body .choices.select-choices:after {
	width: 25px;
	height: 16px;
	margin-top: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border: 0;
	background-image: url(/sbbs/isbp2026/t4media/select-arrow.svg)
}
@media (max-width:1539.98px) {
	body .choices.select-choices:after {
		width: 20px;
		height: 12px;
		background-size: cover
	}
}
body .choices.select-choices.is-open:after {
	margin-top: 0
}
body .choices__list--dropdown .choices__item--selectable {
	padding-right: 40px
}
body .choices__list--dropdown .choices__item {
	font-size: .875rem;
	color: #3d4c57
}
@media (min-width:1024px) {
	body .choices__list--dropdown .choices__item {
		font-size: 1rem
	}
}
@media (max-width:1599.98px) {
	body .choices__list--dropdown .choices__item {
		font-size: 1rem
	}
}
body .choices__placeholder {
	opacity: 1
}
section[class*=section--component-].section--white .quicklinksfloat p, section[class*=section--component-].section--white .quicklinksfloat li, section[class*=section--component-].section--white .quicklinksfloat h1, section[class*=section--component-].section--white .quicklinksfloat .h1, section[class*=section--component-].section--white .quicklinksfloat h2, section[class*=section--component-].section--white .quicklinksfloat .h2, section[class*=section--component-].section--white .quicklinksfloat h3, section[class*=section--component-].section--white .quicklinksfloat .h3, section[class*=section--component-].section--white .quicklinksfloat h4, section[class*=section--component-].section--white .quicklinksfloat .h4, section[class*=section--component-].section--white .quicklinksfloat h5, section[class*=section--component-].section--white .quicklinksfloat .h5, section[class*=section--component-].section--white .quicklinksfloat h6, section[class*=section--component-].section--white .quicklinksfloat .h6, section[class*=section--component-].section--gold .quicklinksfloat p, section[class*=section--component-].section--gold .quicklinksfloat li, section[class*=section--component-].section--gold .quicklinksfloat h1, section[class*=section--component-].section--gold .quicklinksfloat .h1, section[class*=section--component-].section--gold .quicklinksfloat h2, section[class*=section--component-].section--gold .quicklinksfloat .h2, section[class*=section--component-].section--gold .quicklinksfloat h3, section[class*=section--component-].section--gold .quicklinksfloat .h3, section[class*=section--component-].section--gold .quicklinksfloat h4, section[class*=section--component-].section--gold .quicklinksfloat .h4, section[class*=section--component-].section--gold .quicklinksfloat h5, section[class*=section--component-].section--gold .quicklinksfloat .h5, section[class*=section--component-].section--gold .quicklinksfloat h6, section[class*=section--component-].section--gold .quicklinksfloat .h6 {
	color: #fff!important
}
.quicklinksfloat {
	padding: 0;
	color: var(--navy)!important;
	background-color: #fff
}
@media (max-width:767.98px) {
	.quicklinksfloat {
		margin-bottom: 20px
	}
}
@media (min-width:768px) {
	.quicklinksfloat {
		max-width: 30%;
		float: right;
		clear: right;
		padding: 0 30px
	}
}
@media (min-width:1024px) {
	.quicklinksfloat {
		padding: 0 40px
	}
}
@media (min-width:1200px) {
	.quicklinksfloat {
		padding: 0 60px;
		max-width: 35%
	}
}
.quicklinksfloat.quicklinks--unfloat {
	float: none;
	clear: none
}
.quicklinksfloat+.quicklinksfloat {
	margin-top: 15px
}
.quicklinksfloat li+li {
	border-top: 1px solid #ebebeb
}
.quicklinksfloat li:first-child {
	border-top: 1px solid #ebebeb
}
.quicklinksfloat h1, .quicklinksfloat .h1, .quicklinksfloat h2, .quicklinksfloat .h2, .quicklinksfloat h3, .quicklinksfloat .h3, .quicklinksfloat h4, .quicklinksfloat .h4, .quicklinksfloat h5, .quicklinksfloat .h5, .quicklinksfloat h6, .quicklinksfloat .h6 {
	margin-bottom: 10px
}
.quicklinksfloat h1:empty, .quicklinksfloat .h1:empty, .quicklinksfloat h2:empty, .quicklinksfloat .h2:empty, .quicklinksfloat h3:empty, .quicklinksfloat .h3:empty, .quicklinksfloat h4:empty, .quicklinksfloat .h4:empty, .quicklinksfloat h5:empty, .quicklinksfloat .h5:empty, .quicklinksfloat h6:empty, .quicklinksfloat .h6:empty {
	display: none
}
.quicklinksfloat img {
	max-width: 200px
}
.quicklinksfloat h1, .quicklinksfloat .h1 {
	font-size: 22px
}
.quicklinksfloat h2, .quicklinksfloat .h2 {
	font-size: 20px
}
.quicklinksfloat h3, .quicklinksfloat .h3 {
	font-size: 18px
}
.quicklinksfloat h4, .quicklinksfloat .h4 {
	font-size: 14px
}
.quicklinksfloat h5, .quicklinksfloat .h5 {
	font-size: 13px
}
.quicklinksfloat h6, .quicklinksfloat .h6 {
	font-size: 12px
}
.quicklinksfloat ul {
	margin-bottom: 0;
	padding: 0
}
.quicklinksfloat ul:not([class])>li {
	font-size: 16px;
	margin-bottom: 5px;
	margin-top: 5px;
	padding-left: 13px;
	padding-top: 5px
}
.quicklinksfloat ul:not([class])>li::before {
	top: 11px;
	width: 6px;
	height: 6px
}
.quicklinksfloat a, .quicklinksfloat p, .quicklinksfloat li, .quicklinksfloat h1, .quicklinksfloat .h1, .quicklinksfloat h2, .quicklinksfloat .h2, .quicklinksfloat h3, .quicklinksfloat .h3, .quicklinksfloat h4, .quicklinksfloat .h4, .quicklinksfloat h5, .quicklinksfloat .h5, .quicklinksfloat h6, .quicklinksfloat .h6 {
	color: var(--navy)!important
}
.quicklinksfloat p, .quicklinksfloat li {
	font-size: 13px
}
.has-theme .footer__gradient, .has-theme .footer__polygons, .has-theme .footer__grid-overlay {
	display: none
}
.footer {
	position: relative;
	overflow: hidden;
	background-color: var(--navy);
	padding-top: 40px;
	padding-bottom: 80px
}
@media (max-width:767.98px) {
	.footer .col-lg-2--collapsible {
		border-top: 1px solid #fff
	}
}
@media (max-width:767.98px) {
	.footer .col-lg-2--collapsible h6, .footer .col-lg-2--collapsible .h6 {
		position: relative;
		margin-bottom: 0;
		padding-top: 18px;
		padding-bottom: 21px
	}
	.footer .col-lg-2--collapsible h6::after, .footer .col-lg-2--collapsible .h6::after {
		position: absolute;
		display: block;
		content: "";
		top: 15px;
		right: 0;
		width: 40px;
		height: 40px;
		background-image: url(/sbbs/isbp2026/t4media/icon-plus.svg)
	}
}
@media (max-width:767.98px) {
	.footer .col-lg-2--collapsible:last-child {
		margin-bottom: 40px;
		border-bottom: 1px solid #fff
	}
}
.footer__content {
	position: relative
}
.footer__grid-overlay, .footer__gradient, .footer__background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}
.footer__grid-overlay img, .footer__gradient img, .footer__background img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}
@media (max-width:1023.98px) {
	.footer__grid-overlay img, .footer__gradient img, .footer__background img {
		width: auto
	}
}
.footer__grid-overlay {
	opacity: .35
}
.footer__background {
	background-color: var(--green-techno)
}
.footer__gradient--yellow {
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
	background: linear-gradient(88.98deg, rgba(250, 210, 57, .5) 3.53%, rgba(250, 210, 57, 0) 37.74%);
	background-blend-mode: overlay
}
@media (max-width:1023.98px) {
	.footer__gradient--yellow {
		opacity: .3
	}
}
.footer__gradient--blue {
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
	background: linear-gradient(272.38deg, rgba(0, 138, 204, .5) 1.05%, rgba(0, 138, 204, 0) 47.66%);
	background-blend-mode: overlay
}
@media (max-width:1023.98px) {
	.footer__gradient--blue {
		opacity: .5
	}
}
.footer__gradient--overlay {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(46.27%, rgba(1, 32, 56, 0)), color-stop(92.52%, #000f1b));
	background: linear-gradient(180deg, rgba(1, 32, 56, 0) 46.27%, #000f1b 92.52%)
}
.footer__polygons {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%
}
.footer__polygon svg {
	position: absolute;
	bottom: 0;
	height: auto
}
.footer__polygon--right svg {
	right: 0;
	width: 80.052vw
}
.footer__polygon--left svg {
	left: 0;
	width: 41.667vw
}
@media (max-width:1023.98px) {
	.footer__polygon--left svg {
		width: auto
	}
}
@media (max-width:1023.98px) {
	.footer__logo {
		display: none
	}
}
.footer h5, .footer .h5, .footer h6, .footer .h6 {
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 20px;
	color: #fff
}
.footer h5, .footer .h5 {
	font-size: calc(1.275rem + .225vw);
	line-height: 32px
}
@media (min-width:1600px) {
	.footer h5, .footer .h5 {
		font-size: 1.5rem
	}
}
.footer h6, .footer .h6 {
	font-size: 1.25rem
}
.footer ul {
	margin-bottom: 10px;
	padding-left: 0;
	list-style-type: none
}
@media (min-width:1024px) {
	.footer ul {
		margin-bottom: 32px
	}
}
.footer ul li, .footer ul a {
	font-size: 1rem;
	line-height: 2;
	color: #fff
}
.footer .footer__socials {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 15px;
	margin: 0;
	padding: 0;
	list-style: none
}
.footer .footer__socials a {
	font-size: 26px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	width: 40px;
	height: 40px;
	text-decoration: none;
	color: var(--navy);
	border-radius: 50%;
	background: #fff;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
.footer .footer__socials li {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	margin: 0
}
@media (min-width:768px) {
	.footer__list {
		display: block!important
	}
}
.footer--intranet {
	border-top: 2px solid var(--gold)
}
.no-script.modal-backdrop.fade.in {
	position: absolute;
	z-index: 1100;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: .5;
	background: #000
}
.modal.fade.in.no-js {
	position: fixed;
	z-index: 1109;
	top: 0;
	right: 0;
	bottom: auto;
	left: 0;
	display: block;
	padding: 20px;
	text-align: center;
	background: #101820
}
.modal.fade.in.no-js .noscriptmsg {
	font-size: 1.25em;
	margin-bottom: 20px;
	color: #fff
}
input.modal-closing-trick {
	position: absolute;
	z-index: 1110;
	top: -9999px;
	left: -9999px;
	visibility: hidden
}
input.modal-closing-trick:checked~div {
	display: none!important
}
.lar, .las, .lab {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1
}
@font-face {
	font-family: Line Awesome Brands;
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url(../fonts/la-brands-400.eot);
	src: url(../fonts/la-brands-400.eot?#iefix) format("embedded-opentype"), url(../fonts/la-brands-400.woff2) format("woff2"), url(../fonts/la-brands-400.woff) format("woff"), url(../fonts/la-brands-400.ttf) format("truetype"), url(../fonts/la-brands-400.svg#lineawesome) format("svg")
}
.lab {
	font-family: Line Awesome Brands;
	font-weight: 400
}
@font-face {
	font-family: Line Awesome Free;
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url(../fonts/la-regular-400.eot);
	src: url(../fonts/la-regular-400.eot?#iefix) format("embedded-opentype"), url(../fonts/la-regular-400.woff2) format("woff2"), url(../fonts/la-regular-400.woff) format("woff"), url(../fonts/la-regular-400.ttf) format("truetype"), url(../fonts/la-regular-400.svg#lineawesome) format("svg")
}
.lar {
	font-family: Line Awesome Free;
	font-weight: 400
}
@font-face {
	font-family: Line Awesome Free;
	font-style: normal;
	font-weight: 900;
	font-display: auto;
	src: url(../fonts/la-solid-900.eot);
	src: url(../fonts/la-solid-900.eot?#iefix) format("embedded-opentype"), url(../fonts/la-solid-900.woff2) format("woff2"), url(../fonts/la-solid-900.woff) format("woff"), url(../fonts/la-solid-900.ttf) format("truetype"), url(../fonts/la-solid-900.svg#lineawesome) format("svg")
}
.las {
	font-family: Line Awesome Free;
	font-weight: 900
}
.la-lg {
	font-size: 1.33333em;
	line-height: .75em;
	vertical-align: -.0667em
}
.la-xs {
	font-size: .75em
}
.la-2x {
	font-size: 1em
}
.la-2x {
	font-size: 2em
}
.la-3x {
	font-size: 3em
}
.la-4x {
	font-size: 4em
}
.la-5x {
	font-size: 5em
}
.la-6x {
	font-size: 6em
}
.la-7x {
	font-size: 7em
}
.la-8x {
	font-size: 8em
}
.la-9x {
	font-size: 9em
}
.la-10x {
	font-size: 10em
}
.la-fw {
	text-align: center;
	width: 1.25em
}
.la-fw {
	width: 1.25em;
	text-align: center
}
.la-ul {
	padding-left: 0;
	margin-left: 1.42857em;
	list-style-type: none
}
.la-ul>li {
	position: relative
}
.la-li {
	position: absolute;
	left: -2em;
	text-align: center;
	width: 1.42857em;
	line-height: inherit
}
.la-li.la-lg {
	left: -1.14286em
}
.la-border {
	border: solid .08em #eee;
	border-radius: .1em;
	padding: .2em .25em .15em
}
.la-pull-left {
	float: left
}
.la-pull-right {
	float: right
}
.la.la-pull-left {
	margin-right: .3em
}
.la.la-pull-right {
	margin-left: .3em
}
.la.pull-left {
	margin-right: .3em
}
.la.pull-right {
	margin-left: .3em
}
.la-pull-left {
	float: left
}
.la-pull-right {
	float: right
}
.la.la-pull-left, .las.la-pull-left, .lar.la-pull-left, .lal.la-pull-left, .lab.la-pull-left {
	margin-right: .3em
}
.la.la-pull-right, .las.la-pull-right, .lar.la-pull-right, .lal.la-pull-right, .lab.la-pull-right {
	margin-left: .3em
}
.la-spin {
	-webkit-animation: la-spin 2s infinite linear;
	animation: la-spin 2s infinite linear
}
.la-pulse {
	-webkit-animation: la-spin 1s infinite steps(8);
	animation: la-spin 1s infinite steps(8)
}
@-webkit-keyframes la-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}
@keyframes la-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}
.la-rotate-90 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg)
}
.la-rotate-180 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}
.la-rotate-270 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg)
}
.la-flip-horizontal {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
	-webkit-transform: scale(-1, 1);
	transform: scale(-1, 1)
}
.la-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
	-webkit-transform: scale(1, -1);
	transform: scale(1, -1)
}
.la-flip-both, .la-flip-horizontal.la-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
	-webkit-transform: scale(-1, -1);
	transform: scale(-1, -1)
}
:root .la-rotate-90, :root .la-rotate-180, :root .la-rotate-270, :root .la-flip-horizontal, :root .la-flip-vertical, :root .la-flip-both {
	-webkit-filter: none;
	filter: none
}
.la-stack {
	display: inline-block;
	height: 2em;
	line-height: 2em;
	position: relative;
	vertical-align: middle;
	width: 2.5em
}
.la-stack-1x, .la-stack-2x {
	left: 0;
	position: absolute;
	text-align: center;
	width: 100%
}
.la-stack-1x {
	line-height: inherit
}
.la-stack-2x {
	font-size: 2em
}
.la-inverse {
	color: #fff
}
.la-500px:before {
	content: "\f26e"
}
.la-accessible-icon:before {
	content: "\f368"
}
.la-accusoft:before {
	content: "\f369"
}
.la-acquisitions-incorporated:before {
	content: "\f6af"
}
.la-ad:before {
	content: "\f641"
}
.la-address-book:before {
	content: "\f2b9"
}
.la-address-card:before {
	content: "\f2bb"
}
.la-adjust:before {
	content: "\f042"
}
.la-adn:before {
	content: "\f170"
}
.la-adobe:before {
	content: "\f778"
}
.la-adversal:before {
	content: "\f36a"
}
.la-affiliatetheme:before {
	content: "\f36b"
}
.la-air-freshener:before {
	content: "\f5d0"
}
.la-airbnb:before {
	content: "\f834"
}
.la-algolia:before {
	content: "\f36c"
}
.la-align-center:before {
	content: "\f037"
}
.la-align-justify:before {
	content: "\f039"
}
.la-align-left:before {
	content: "\f036"
}
.la-align-right:before {
	content: "\f038"
}
.la-alipay:before {
	content: "\f642"
}
.la-allergies:before {
	content: "\f461"
}
.la-amazon:before {
	content: "\f270"
}
.la-amazon-pay:before {
	content: "\f42c"
}
.la-ambulance:before {
	content: "\f0f9"
}
.la-american-sign-language-interpreting:before {
	content: "\f2a3"
}
.la-amilia:before {
	content: "\f36d"
}
.la-anchor:before {
	content: "\f13d"
}
.la-android:before {
	content: "\f17b"
}
.la-angellist:before {
	content: "\f209"
}
.la-angle-double-down:before {
	content: "\f103"
}
.la-angle-double-left:before {
	content: "\f100"
}
.la-angle-double-right:before {
	content: "\f101"
}
.la-angle-double-up:before {
	content: "\f102"
}
.la-angle-down:before {
	content: "\f107"
}
.la-angle-left:before {
	content: "\f104"
}
.la-angle-right:before {
	content: "\f105"
}
.la-angle-up:before {
	content: "\f106"
}
.la-angry:before {
	content: "\f556"
}
.la-angrycreative:before {
	content: "\f36e"
}
.la-angular:before {
	content: "\f420"
}
.la-ankh:before {
	content: "\f644"
}
.la-app-store:before {
	content: "\f36f"
}
.la-app-store-ios:before {
	content: "\f370"
}
.la-apper:before {
	content: "\f371"
}
.la-apple:before {
	content: "\f179"
}
.la-apple-alt:before {
	content: "\f5d1"
}
.la-apple-pay:before {
	content: "\f415"
}
.la-archive:before {
	content: "\f187"
}
.la-archway:before {
	content: "\f557"
}
.la-arrow-alt-circle-down:before {
	content: "\f358"
}
.la-arrow-alt-circle-left:before {
	content: "\f359"
}
.la-arrow-alt-circle-right:before {
	content: "\f35a"
}
.la-arrow-alt-circle-up:before {
	content: "\f35b"
}
.la-arrow-circle-down:before {
	content: "\f0ab"
}
.la-arrow-circle-left:before {
	content: "\f0a8"
}
.la-arrow-circle-right:before {
	content: "\f0a9"
}
.la-arrow-circle-up:before {
	content: "\f0aa"
}
.la-arrow-down:before {
	content: "\f063"
}
.la-arrow-left:before {
	content: "\f060"
}
.la-arrow-right:before {
	content: "\f061"
}
.la-arrow-up:before {
	content: "\f062"
}
.la-arrows-alt:before {
	content: "\f0b2"
}
.la-arrows-alt-h:before {
	content: "\f337"
}
.la-arrows-alt-v:before {
	content: "\f338"
}
.la-artstation:before {
	content: "\f77a"
}
.la-assistive-listening-systems:before {
	content: "\f2a2"
}
.la-asterisk:before {
	content: "\f069"
}
.la-asymmetrik:before {
	content: "\f372"
}
.la-at:before {
	content: "\f1fa"
}
.la-atlas:before {
	content: "\f558"
}
.la-atlassian:before {
	content: "\f77b"
}
.la-atom:before {
	content: "\f5d2"
}
.la-audible:before {
	content: "\f373"
}
.la-audio-description:before {
	content: "\f29e"
}
.la-autoprefixer:before {
	content: "\f41c"
}
.la-avianex:before {
	content: "\f374"
}
.la-aviato:before {
	content: "\f421"
}
.la-award:before {
	content: "\f559"
}
.la-aws:before {
	content: "\f375"
}
.la-baby:before {
	content: "\f77c"
}
.la-baby-carriage:before {
	content: "\f77d"
}
.la-backspace:before {
	content: "\f55a"
}
.la-backward:before {
	content: "\f04a"
}
.la-bacon:before {
	content: "\f7e5"
}
.la-balance-scale:before {
	content: "\f24e"
}
.la-balance-scale-left:before {
	content: "\f515"
}
.la-balance-scale-right:before {
	content: "\f516"
}
.la-ban:before {
	content: "\f05e"
}
.la-band-aid:before {
	content: "\f462"
}
.la-bandcamp:before {
	content: "\f2d5"
}
.la-barcode:before {
	content: "\f02a"
}
.la-bars:before {
	content: "\f0c9"
}
.la-baseball-ball:before {
	content: "\f433"
}
.la-basketball-ball:before {
	content: "\f434"
}
.la-bath:before {
	content: "\f2cd"
}
.la-battery-empty:before {
	content: "\f244"
}
.la-battery-full:before {
	content: "\f240"
}
.la-battery-half:before {
	content: "\f242"
}
.la-battery-quarter:before {
	content: "\f243"
}
.la-battery-three-quarters:before {
	content: "\f241"
}
.la-battle-net:before {
	content: "\f835"
}
.la-bed:before {
	content: "\f236"
}
.la-beer:before {
	content: "\f0fc"
}
.la-behance:before {
	content: "\f1b4"
}
.la-behance-square:before {
	content: "\f1b5"
}
.la-bell:before {
	content: "\f0f3"
}
.la-bell-slash:before {
	content: "\f1f6"
}
.la-bezier-curve:before {
	content: "\f55b"
}
.la-bible:before {
	content: "\f647"
}
.la-bicycle:before {
	content: "\f206"
}
.la-biking:before {
	content: "\f84a"
}
.la-bimobject:before {
	content: "\f378"
}
.la-binoculars:before {
	content: "\f1e5"
}
.la-biohazard:before {
	content: "\f780"
}
.la-birthday-cake:before {
	content: "\f1fd"
}
.la-bitbucket:before {
	content: "\f171"
}
.la-bitcoin:before {
	content: "\f379"
}
.la-bity:before {
	content: "\f37a"
}
.la-black-tie:before {
	content: "\f27e"
}
.la-blackberry:before {
	content: "\f37b"
}
.la-blender:before {
	content: "\f517"
}
.la-blender-phone:before {
	content: "\f6b6"
}
.la-blind:before {
	content: "\f29d"
}
.la-blog:before {
	content: "\f781"
}
.la-blogger:before {
	content: "\f37c"
}
.la-blogger-b:before {
	content: "\f37d"
}
.la-bluetooth:before {
	content: "\f293"
}
.la-bluetooth-b:before {
	content: "\f294"
}
.la-bold:before {
	content: "\f032"
}
.la-bolt:before {
	content: "\f0e7"
}
.la-bomb:before {
	content: "\f1e2"
}
.la-bone:before {
	content: "\f5d7"
}
.la-bong:before {
	content: "\f55c"
}
.la-book:before {
	content: "\f02d"
}
.la-book-dead:before {
	content: "\f6b7"
}
.la-book-medical:before {
	content: "\f7e6"
}
.la-book-open:before {
	content: "\f518"
}
.la-book-reader:before {
	content: "\f5da"
}
.la-bookmark:before {
	content: "\f02e"
}
.la-bootstrap:before {
	content: "\f836"
}
.la-border-all:before {
	content: "\f84c"
}
.la-border-none:before {
	content: "\f850"
}
.la-border-style:before {
	content: "\f853"
}
.la-bowling-ball:before {
	content: "\f436"
}
.la-box:before {
	content: "\f466"
}
.la-box-open:before {
	content: "\f49e"
}
.la-boxes:before {
	content: "\f468"
}
.la-braille:before {
	content: "\f2a1"
}
.la-brain:before {
	content: "\f5dc"
}
.la-bread-slice:before {
	content: "\f7ec"
}
.la-briefcase:before {
	content: "\f0b1"
}
.la-briefcase-medical:before {
	content: "\f469"
}
.la-broadcast-tower:before {
	content: "\f519"
}
.la-broom:before {
	content: "\f51a"
}
.la-brush:before {
	content: "\f55d"
}
.la-btc:before {
	content: "\f15a"
}
.la-buffer:before {
	content: "\f837"
}
.la-bug:before {
	content: "\f188"
}
.la-building:before {
	content: "\f1ad"
}
.la-bullhorn:before {
	content: "\f0a1"
}
.la-bullseye:before {
	content: "\f140"
}
.la-burn:before {
	content: "\f46a"
}
.la-buromobelexperte:before {
	content: "\f37f"
}
.la-bus:before {
	content: "\f207"
}
.la-bus-alt:before {
	content: "\f55e"
}
.la-business-time:before {
	content: "\f64a"
}
.la-buysellads:before {
	content: "\f20d"
}
.la-calculator:before {
	content: "\f1ec"
}
.la-calendar:before {
	content: "\f133"
}
.la-calendar-alt:before {
	content: "\f073"
}
.la-calendar-check:before {
	content: "\f274"
}
.la-calendar-day:before {
	content: "\f783"
}
.la-calendar-minus:before {
	content: "\f272"
}
.la-calendar-plus:before {
	content: "\f271"
}
.la-calendar-times:before {
	content: "\f273"
}
.la-calendar-week:before {
	content: "\f784"
}
.la-camera:before {
	content: "\f030"
}
.la-camera-retro:before {
	content: "\f083"
}
.la-campground:before {
	content: "\f6bb"
}
.la-canadian-maple-leaf:before {
	content: "\f785"
}
.la-candy-cane:before {
	content: "\f786"
}
.la-cannabis:before {
	content: "\f55f"
}
.la-capsules:before {
	content: "\f46b"
}
.la-car:before {
	content: "\f1b9"
}
.la-car-alt:before {
	content: "\f5de"
}
.la-car-battery:before {
	content: "\f5df"
}
.la-car-crash:before {
	content: "\f5e1"
}
.la-car-side:before {
	content: "\f5e4"
}
.la-caret-down:before {
	content: "\f0d7"
}
.la-caret-left:before {
	content: "\f0d9"
}
.la-caret-right:before {
	content: "\f0da"
}
.la-caret-square-down:before {
	content: "\f150"
}
.la-caret-square-left:before {
	content: "\f191"
}
.la-caret-square-right:before {
	content: "\f152"
}
.la-caret-square-up:before {
	content: "\f151"
}
.la-caret-up:before {
	content: "\f0d8"
}
.la-carrot:before {
	content: "\f787"
}
.la-cart-arrow-down:before {
	content: "\f218"
}
.la-cart-plus:before {
	content: "\f217"
}
.la-cash-register:before {
	content: "\f788"
}
.la-cat:before {
	content: "\f6be"
}
.la-cc-amazon-pay:before {
	content: "\f42d"
}
.la-cc-amex:before {
	content: "\f1f3"
}
.la-cc-apple-pay:before {
	content: "\f416"
}
.la-cc-diners-club:before {
	content: "\f24c"
}
.la-cc-discover:before {
	content: "\f1f2"
}
.la-cc-jcb:before {
	content: "\f24b"
}
.la-cc-mastercard:before {
	content: "\f1f1"
}
.la-cc-paypal:before {
	content: "\f1f4"
}
.la-cc-stripe:before {
	content: "\f1f5"
}
.la-cc-visa:before {
	content: "\f1f0"
}
.la-centercode:before {
	content: "\f380"
}
.la-centos:before {
	content: "\f789"
}
.la-certificate:before {
	content: "\f0a3"
}
.la-chair:before {
	content: "\f6c0"
}
.la-chalkboard:before {
	content: "\f51b"
}
.la-chalkboard-teacher:before {
	content: "\f51c"
}
.la-charging-station:before {
	content: "\f5e7"
}
.la-chart-area:before {
	content: "\f1fe"
}
.la-chart-bar:before {
	content: "\f080"
}
.la-chart-line:before {
	content: "\f201"
}
.la-chart-pie:before {
	content: "\f200"
}
.la-check:before {
	content: "\f00c"
}
.la-check-circle:before {
	content: "\f058"
}
.la-check-double:before {
	content: "\f560"
}
.la-check-square:before {
	content: "\f14a"
}
.la-cheese:before {
	content: "\f7ef"
}
.la-chess:before {
	content: "\f439"
}
.la-chess-bishop:before {
	content: "\f43a"
}
.la-chess-board:before {
	content: "\f43c"
}
.la-chess-king:before {
	content: "\f43f"
}
.la-chess-knight:before {
	content: "\f441"
}
.la-chess-pawn:before {
	content: "\f443"
}
.la-chess-queen:before {
	content: "\f445"
}
.la-chess-rook:before {
	content: "\f447"
}
.la-chevron-circle-down:before {
	content: "\f13a"
}
.la-chevron-circle-left:before {
	content: "\f137"
}
.la-chevron-circle-right:before {
	content: "\f138"
}
.la-chevron-circle-up:before {
	content: "\f139"
}
.la-chevron-down:before {
	content: "\f078"
}
.la-chevron-left:before {
	content: "\f053"
}
.la-chevron-right:before {
	content: "\f054"
}
.la-chevron-up:before {
	content: "\f077"
}
.la-child:before {
	content: "\f1ae"
}
.la-chrome:before {
	content: "\f268"
}
.la-chromecast:before {
	content: "\f838"
}
.la-church:before {
	content: "\f51d"
}
.la-circle:before {
	content: "\f111"
}
.la-circle-notch:before {
	content: "\f1ce"
}
.la-city:before {
	content: "\f64f"
}
.la-clinic-medical:before {
	content: "\f7f2"
}
.la-clipboard:before {
	content: "\f328"
}
.la-clipboard-check:before {
	content: "\f46c"
}
.la-clipboard-list:before {
	content: "\f46d"
}
.la-clock:before {
	content: "\f017"
}
.la-clone:before {
	content: "\f24d"
}
.la-closed-captioning:before {
	content: "\f20a"
}
.la-cloud:before {
	content: "\f0c2"
}
.la-cloud-download-alt:before {
	content: "\f381"
}
.la-cloud-meatball:before {
	content: "\f73b"
}
.la-cloud-moon:before {
	content: "\f6c3"
}
.la-cloud-moon-rain:before {
	content: "\f73c"
}
.la-cloud-rain:before {
	content: "\f73d"
}
.la-cloud-showers-heavy:before {
	content: "\f740"
}
.la-cloud-sun:before {
	content: "\f6c4"
}
.la-cloud-sun-rain:before {
	content: "\f743"
}
.la-cloud-upload-alt:before {
	content: "\f382"
}
.la-cloudscale:before {
	content: "\f383"
}
.la-cloudsmith:before {
	content: "\f384"
}
.la-cloudversify:before {
	content: "\f385"
}
.la-cocktail:before {
	content: "\f561"
}
.la-code:before {
	content: "\f121"
}
.la-code-branch:before {
	content: "\f126"
}
.la-codepen:before {
	content: "\f1cb"
}
.la-codiepie:before {
	content: "\f284"
}
.la-coffee:before {
	content: "\f0f4"
}
.la-cog:before {
	content: "\f013"
}
.la-cogs:before {
	content: "\f085"
}
.la-coins:before {
	content: "\f51e"
}
.la-columns:before {
	content: "\f0db"
}
.la-comment:before {
	content: "\f075"
}
.la-comment-alt:before {
	content: "\f27a"
}
.la-comment-dollar:before {
	content: "\f651"
}
.la-comment-dots:before {
	content: "\f4ad"
}
.la-comment-medical:before {
	content: "\f7f5"
}
.la-comment-slash:before {
	content: "\f4b3"
}
.la-comments:before {
	content: "\f086"
}
.la-comments-dollar:before {
	content: "\f653"
}
.la-compact-disc:before {
	content: "\f51f"
}
.la-compass:before {
	content: "\f14e"
}
.la-compress:before {
	content: "\f066"
}
.la-compress-arrows-alt:before {
	content: "\f78c"
}
.la-concierge-bell:before {
	content: "\f562"
}
.la-confluence:before {
	content: "\f78d"
}
.la-connectdevelop:before {
	content: "\f20e"
}
.la-contao:before {
	content: "\f26d"
}
.la-cookie:before {
	content: "\f563"
}
.la-cookie-bite:before {
	content: "\f564"
}
.la-copy:before {
	content: "\f0c5"
}
.la-copyright:before {
	content: "\f1f9"
}
.la-cotton-bureau:before {
	content: "\f89e"
}
.la-couch:before {
	content: "\f4b8"
}
.la-cpanel:before {
	content: "\f388"
}
.la-creative-commons:before {
	content: "\f25e"
}
.la-creative-commons-by:before {
	content: "\f4e7"
}
.la-creative-commons-nc:before {
	content: "\f4e8"
}
.la-creative-commons-nc-eu:before {
	content: "\f4e9"
}
.la-creative-commons-nc-jp:before {
	content: "\f4ea"
}
.la-creative-commons-nd:before {
	content: "\f4eb"
}
.la-creative-commons-pd:before {
	content: "\f4ec"
}
.la-creative-commons-pd-alt:before {
	content: "\f4ed"
}
.la-creative-commons-remix:before {
	content: "\f4ee"
}
.la-creative-commons-sa:before {
	content: "\f4ef"
}
.la-creative-commons-sampling:before {
	content: "\f4f0"
}
.la-creative-commons-sampling-plus:before {
	content: "\f4f1"
}
.la-creative-commons-share:before {
	content: "\f4f2"
}
.la-creative-commons-zero:before {
	content: "\f4f3"
}
.la-credit-card:before {
	content: "\f09d"
}
.la-critical-role:before {
	content: "\f6c9"
}
.la-crop:before {
	content: "\f125"
}
.la-crop-alt:before {
	content: "\f565"
}
.la-cross:before {
	content: "\f654"
}
.la-crosshairs:before {
	content: "\f05b"
}
.la-crow:before {
	content: "\f520"
}
.la-crown:before {
	content: "\f521"
}
.la-crutch:before {
	content: "\f7f7"
}
.la-css3:before {
	content: "\f13c"
}
.la-css3-alt:before {
	content: "\f38b"
}
.la-cube:before {
	content: "\f1b2"
}
.la-cubes:before {
	content: "\f1b3"
}
.la-cut:before {
	content: "\f0c4"
}
.la-cuttlefish:before {
	content: "\f38c"
}
.la-d-and-d:before {
	content: "\f38d"
}
.la-d-and-d-beyond:before {
	content: "\f6ca"
}
.la-dashcube:before {
	content: "\f210"
}
.la-database:before {
	content: "\f1c0"
}
.la-deaf:before {
	content: "\f2a4"
}
.la-delicious:before {
	content: "\f1a5"
}
.la-democrat:before {
	content: "\f747"
}
.la-deploydog:before {
	content: "\f38e"
}
.la-deskpro:before {
	content: "\f38f"
}
.la-desktop:before {
	content: "\f108"
}
.la-dev:before {
	content: "\f6cc"
}
.la-deviantart:before {
	content: "\f1bd"
}
.la-dharmachakra:before {
	content: "\f655"
}
.la-dhl:before {
	content: "\f790"
}
.la-diagnoses:before {
	content: "\f470"
}
.la-diaspora:before {
	content: "\f791"
}
.la-dice:before {
	content: "\f522"
}
.la-dice-d20:before {
	content: "\f6cf"
}
.la-dice-d6:before {
	content: "\f6d1"
}
.la-dice-five:before {
	content: "\f523"
}
.la-dice-four:before {
	content: "\f524"
}
.la-dice-one:before {
	content: "\f525"
}
.la-dice-six:before {
	content: "\f526"
}
.la-dice-three:before {
	content: "\f527"
}
.la-dice-two:before {
	content: "\f528"
}
.la-digg:before {
	content: "\f1a6"
}
.la-digital-ocean:before {
	content: "\f391"
}
.la-digital-tachograph:before {
	content: "\f566"
}
.la-directions:before {
	content: "\f5eb"
}
.la-discord:before {
	content: "\f392"
}
.la-discourse:before {
	content: "\f393"
}
.la-divide:before {
	content: "\f529"
}
.la-dizzy:before {
	content: "\f567"
}
.la-dna:before {
	content: "\f471"
}
.la-dochub:before {
	content: "\f394"
}
.la-docker:before {
	content: "\f395"
}
.la-dog:before {
	content: "\f6d3"
}
.la-dollar-sign:before {
	content: "\f155"
}
.la-dolly:before {
	content: "\f472"
}
.la-dolly-flatbed:before {
	content: "\f474"
}
.la-donate:before {
	content: "\f4b9"
}
.la-door-closed:before {
	content: "\f52a"
}
.la-door-open:before {
	content: "\f52b"
}
.la-dot-circle:before {
	content: "\f192"
}
.la-dove:before {
	content: "\f4ba"
}
.la-download:before {
	content: "\f019"
}
.la-draft2digital:before {
	content: "\f396"
}
.la-drafting-compass:before {
	content: "\f568"
}
.la-dragon:before {
	content: "\f6d5"
}
.la-draw-polygon:before {
	content: "\f5ee"
}
.la-dribbble:before {
	content: "\f17d"
}
.la-dribbble-square:before {
	content: "\f397"
}
.la-dropbox:before {
	content: "\f16b"
}
.la-drum:before {
	content: "\f569"
}
.la-drum-steelpan:before {
	content: "\f56a"
}
.la-drumstick-bite:before {
	content: "\f6d7"
}
.la-drupal:before {
	content: "\f1a9"
}
.la-dumbbell:before {
	content: "\f44b"
}
.la-dumpster:before {
	content: "\f793"
}
.la-dumpster-fire:before {
	content: "\f794"
}
.la-dungeon:before {
	content: "\f6d9"
}
.la-dyalog:before {
	content: "\f399"
}
.la-earlybirds:before {
	content: "\f39a"
}
.la-ebay:before {
	content: "\f4f4"
}
.la-edge:before {
	content: "\f282"
}
.la-edit:before {
	content: "\f044"
}
.la-egg:before {
	content: "\f7fb"
}
.la-eject:before {
	content: "\f052"
}
.la-elementor:before {
	content: "\f430"
}
.la-ellipsis-h:before {
	content: "\f141"
}
.la-ellipsis-v:before {
	content: "\f142"
}
.la-ello:before {
	content: "\f5f1"
}
.la-ember:before {
	content: "\f423"
}
.la-empire:before {
	content: "\f1d1"
}
.la-envelope:before {
	content: "\f0e0"
}
.la-envelope-open:before {
	content: "\f2b6"
}
.la-envelope-open-text:before {
	content: "\f658"
}
.la-envelope-square:before {
	content: "\f199"
}
.la-envira:before {
	content: "\f299"
}
.la-equals:before {
	content: "\f52c"
}
.la-eraser:before {
	content: "\f12d"
}
.la-erlang:before {
	content: "\f39d"
}
.la-ethereum:before {
	content: "\f42e"
}
.la-ethernet:before {
	content: "\f796"
}
.la-etsy:before {
	content: "\f2d7"
}
.la-euro-sign:before {
	content: "\f153"
}
.la-evernote:before {
	content: "\f839"
}
.la-exchange-alt:before {
	content: "\f362"
}
.la-exclamation:before {
	content: "\f12a"
}
.la-exclamation-circle:before {
	content: "\f06a"
}
.la-exclamation-triangle:before {
	content: "\f071"
}
.la-expand:before {
	content: "\f065"
}
.la-expand-arrows-alt:before {
	content: "\f31e"
}
.la-expeditedssl:before {
	content: "\f23e"
}
.la-external-link-alt:before {
	content: "\f35d"
}
.la-external-link-square-alt:before {
	content: "\f360"
}
.la-eye:before {
	content: "\f06e"
}
.la-eye-dropper:before {
	content: "\f1fb"
}
.la-eye-slash:before {
	content: "\f070"
}
.la-facebook:before {
	content: "\f09a"
}
.la-facebook-f:before {
	content: "\f39e"
}
.la-facebook-messenger:before {
	content: "\f39f"
}
.la-facebook-square:before {
	content: "\f082"
}
.la-fan:before {
	content: "\f863"
}
.la-fantasy-flight-games:before {
	content: "\f6dc"
}
.la-fast-backward:before {
	content: "\f049"
}
.la-fast-forward:before {
	content: "\f050"
}
.la-fax:before {
	content: "\f1ac"
}
.la-feather:before {
	content: "\f52d"
}
.la-feather-alt:before {
	content: "\f56b"
}
.la-fedex:before {
	content: "\f797"
}
.la-fedora:before {
	content: "\f798"
}
.la-female:before {
	content: "\f182"
}
.la-fighter-jet:before {
	content: "\f0fb"
}
.la-figma:before {
	content: "\f799"
}
.la-file:before {
	content: "\f15b"
}
.la-file-alt:before {
	content: "\f15c"
}
.la-file-archive:before {
	content: "\f1c6"
}
.la-file-audio:before {
	content: "\f1c7"
}
.la-file-code:before {
	content: "\f1c9"
}
.la-file-contract:before {
	content: "\f56c"
}
.la-file-csv:before {
	content: "\f6dd"
}
.la-file-download:before {
	content: "\f56d"
}
.la-file-excel:before {
	content: "\f1c3"
}
.la-file-export:before {
	content: "\f56e"
}
.la-file-image:before {
	content: "\f1c5"
}
.la-file-import:before {
	content: "\f56f"
}
.la-file-invoice:before {
	content: "\f570"
}
.la-file-invoice-dollar:before {
	content: "\f571"
}
.la-file-medical:before {
	content: "\f477"
}
.la-file-medical-alt:before {
	content: "\f478"
}
.la-file-pdf:before {
	content: "\f1c1"
}
.la-file-powerpoint:before {
	content: "\f1c4"
}
.la-file-prescription:before {
	content: "\f572"
}
.la-file-signature:before {
	content: "\f573"
}
.la-file-upload:before {
	content: "\f574"
}
.la-file-video:before {
	content: "\f1c8"
}
.la-file-word:before {
	content: "\f1c2"
}
.la-fill:before {
	content: "\f575"
}
.la-fill-drip:before {
	content: "\f576"
}
.la-film:before {
	content: "\f008"
}
.la-filter:before {
	content: "\f0b0"
}
.la-fingerprint:before {
	content: "\f577"
}
.la-fire:before {
	content: "\f06d"
}
.la-fire-alt:before {
	content: "\f7e4"
}
.la-fire-extinguisher:before {
	content: "\f134"
}
.la-firefox:before {
	content: "\f269"
}
.la-first-aid:before {
	content: "\f479"
}
.la-first-order:before {
	content: "\f2b0"
}
.la-first-order-alt:before {
	content: "\f50a"
}
.la-firstdraft:before {
	content: "\f3a1"
}
.la-fish:before {
	content: "\f578"
}
.la-fist-raised:before {
	content: "\f6de"
}
.la-flag:before {
	content: "\f024"
}
.la-flag-checkered:before {
	content: "\f11e"
}
.la-flag-usa:before {
	content: "\f74d"
}
.la-flask:before {
	content: "\f0c3"
}
.la-flickr:before {
	content: "\f16e"
}
.la-flipboard:before {
	content: "\f44d"
}
.la-flushed:before {
	content: "\f579"
}
.la-fly:before {
	content: "\f417"
}
.la-folder:before {
	content: "\f07b"
}
.la-folder-minus:before {
	content: "\f65d"
}
.la-folder-open:before {
	content: "\f07c"
}
.la-folder-plus:before {
	content: "\f65e"
}
.la-font:before {
	content: "\f031"
}
.la-font-awesome:before {
	content: "\f2b4"
}
.la-font-awesome-alt:before {
	content: "\f35c"
}
.la-font-awesome-flag:before {
	content: "\f425"
}
.la-fonticons:before {
	content: "\f280"
}
.la-fonticons-fi:before {
	content: "\f3a2"
}
.la-football-ball:before {
	content: "\f44e"
}
.la-fort-awesome:before {
	content: "\f286"
}
.la-fort-awesome-alt:before {
	content: "\f3a3"
}
.la-forumbee:before {
	content: "\f211"
}
.la-forward:before {
	content: "\f04e"
}
.la-foursquare:before {
	content: "\f180"
}
.la-free-code-camp:before {
	content: "\f2c5"
}
.la-freebsd:before {
	content: "\f3a4"
}
.la-frog:before {
	content: "\f52e"
}
.la-frown:before {
	content: "\f119"
}
.la-frown-open:before {
	content: "\f57a"
}
.la-fulcrum:before {
	content: "\f50b"
}
.la-funnel-dollar:before {
	content: "\f662"
}
.la-futbol:before {
	content: "\f1e3"
}
.la-galactic-republic:before {
	content: "\f50c"
}
.la-galactic-senate:before {
	content: "\f50d"
}
.la-gamepad:before {
	content: "\f11b"
}
.la-gas-pump:before {
	content: "\f52f"
}
.la-gavel:before {
	content: "\f0e3"
}
.la-gem:before {
	content: "\f3a5"
}
.la-genderless:before {
	content: "\f22d"
}
.la-get-pocket:before {
	content: "\f265"
}
.la-gg:before {
	content: "\f260"
}
.la-gg-circle:before {
	content: "\f261"
}
.la-ghost:before {
	content: "\f6e2"
}
.la-gift:before {
	content: "\f06b"
}
.la-gifts:before {
	content: "\f79c"
}
.la-git:before {
	content: "\f1d3"
}
.la-git-alt:before {
	content: "\f841"
}
.la-git-square:before {
	content: "\f1d2"
}
.la-github:before {
	content: "\f09b"
}
.la-github-alt:before {
	content: "\f113"
}
.la-github-square:before {
	content: "\f092"
}
.la-gitkraken:before {
	content: "\f3a6"
}
.la-gitlab:before {
	content: "\f296"
}
.la-gitter:before {
	content: "\f426"
}
.la-glass-cheers:before {
	content: "\f79f"
}
.la-glass-martini:before {
	content: "\f000"
}
.la-glass-martini-alt:before {
	content: "\f57b"
}
.la-glass-whiskey:before {
	content: "\f7a0"
}
.la-glasses:before {
	content: "\f530"
}
.la-glide:before {
	content: "\f2a5"
}
.la-glide-g:before {
	content: "\f2a6"
}
.la-globe:before {
	content: "\f0ac"
}
.la-globe-africa:before {
	content: "\f57c"
}
.la-globe-americas:before {
	content: "\f57d"
}
.la-globe-asia:before {
	content: "\f57e"
}
.la-globe-europe:before {
	content: "\f7a2"
}
.la-gofore:before {
	content: "\f3a7"
}
.la-golf-ball:before {
	content: "\f450"
}
.la-goodreads:before {
	content: "\f3a8"
}
.la-goodreads-g:before {
	content: "\f3a9"
}
.la-google:before {
	content: "\f1a0"
}
.la-google-drive:before {
	content: "\f3aa"
}
.la-google-play:before {
	content: "\f3ab"
}
.la-google-plus:before {
	content: "\f2b3"
}
.la-google-plus-g:before {
	content: "\f0d5"
}
.la-google-plus-square:before {
	content: "\f0d4"
}
.la-google-wallet:before {
	content: "\f1ee"
}
.la-gopuram:before {
	content: "\f664"
}
.la-graduation-cap:before {
	content: "\f19d"
}
.la-gratipay:before {
	content: "\f184"
}
.la-grav:before {
	content: "\f2d6"
}
.la-greater-than:before {
	content: "\f531"
}
.la-greater-than-equal:before {
	content: "\f532"
}
.la-grimace:before {
	content: "\f57f"
}
.la-grin:before {
	content: "\f580"
}
.la-grin-alt:before {
	content: "\f581"
}
.la-grin-beam:before {
	content: "\f582"
}
.la-grin-beam-sweat:before {
	content: "\f583"
}
.la-grin-hearts:before {
	content: "\f584"
}
.la-grin-squint:before {
	content: "\f585"
}
.la-grin-squint-tears:before {
	content: "\f586"
}
.la-grin-stars:before {
	content: "\f587"
}
.la-grin-tears:before {
	content: "\f588"
}
.la-grin-tongue:before {
	content: "\f589"
}
.la-grin-tongue-squint:before {
	content: "\f58a"
}
.la-grin-tongue-wink:before {
	content: "\f58b"
}
.la-grin-wink:before {
	content: "\f58c"
}
.la-grip-horizontal:before {
	content: "\f58d"
}
.la-grip-lines:before {
	content: "\f7a4"
}
.la-grip-lines-vertical:before {
	content: "\f7a5"
}
.la-grip-vertical:before {
	content: "\f58e"
}
.la-gripfire:before {
	content: "\f3ac"
}
.la-grunt:before {
	content: "\f3ad"
}
.la-guitar:before {
	content: "\f7a6"
}
.la-gulp:before {
	content: "\f3ae"
}
.la-h-square:before {
	content: "\f0fd"
}
.la-hacker-news:before {
	content: "\f1d4"
}
.la-hacker-news-square:before {
	content: "\f3af"
}
.la-hackerrank:before {
	content: "\f5f7"
}
.la-hamburger:before {
	content: "\f805"
}
.la-hammer:before {
	content: "\f6e3"
}
.la-hamsa:before {
	content: "\f665"
}
.la-hand-holding:before {
	content: "\f4bd"
}
.la-hand-holding-heart:before {
	content: "\f4be"
}
.la-hand-holding-usd:before {
	content: "\f4c0"
}
.la-hand-lizard:before {
	content: "\f258"
}
.la-hand-middle-finger:before {
	content: "\f806"
}
.la-hand-paper:before {
	content: "\f256"
}
.la-hand-peace:before {
	content: "\f25b"
}
.la-hand-point-down:before {
	content: "\f0a7"
}
.la-hand-point-left:before {
	content: "\f0a5"
}
.la-hand-point-right:before {
	content: "\f0a4"
}
.la-hand-point-up:before {
	content: "\f0a6"
}
.la-hand-pointer:before {
	content: "\f25a"
}
.la-hand-rock:before {
	content: "\f255"
}
.la-hand-scissors:before {
	content: "\f257"
}
.la-hand-spock:before {
	content: "\f259"
}
.la-hands:before {
	content: "\f4c2"
}
.la-hands-helping:before {
	content: "\f4c4"
}
.la-handshake:before {
	content: "\f2b5"
}
.la-hanukiah:before {
	content: "\f6e6"
}
.la-hard-hat:before {
	content: "\f807"
}
.la-hashtag:before {
	content: "\f292"
}
.la-hat-wizard:before {
	content: "\f6e8"
}
.la-haykal:before {
	content: "\f666"
}
.la-hdd:before {
	content: "\f0a0"
}
.la-heading:before {
	content: "\f1dc"
}
.la-headphones:before {
	content: "\f025"
}
.la-headphones-alt:before {
	content: "\f58f"
}
.la-headset:before {
	content: "\f590"
}
.la-heart:before {
	content: "\f004"
}
.la-heart-broken:before {
	content: "\f7a9"
}
.la-heartbeat:before {
	content: "\f21e"
}
.la-helicopter:before {
	content: "\f533"
}
.la-highlighter:before {
	content: "\f591"
}
.la-hiking:before {
	content: "\f6ec"
}
.la-hippo:before {
	content: "\f6ed"
}
.la-hips:before {
	content: "\f452"
}
.la-hire-a-helper:before {
	content: "\f3b0"
}
.la-history:before {
	content: "\f1da"
}
.la-hockey-puck:before {
	content: "\f453"
}
.la-holly-berry:before {
	content: "\f7aa"
}
.la-home:before {
	content: "\f015"
}
.la-hooli:before {
	content: "\f427"
}
.la-hornbill:before {
	content: "\f592"
}
.la-horse:before {
	content: "\f6f0"
}
.la-horse-head:before {
	content: "\f7ab"
}
.la-hospital:before {
	content: "\f0f8"
}
.la-hospital-alt:before {
	content: "\f47d"
}
.la-hospital-symbol:before {
	content: "\f47e"
}
.la-hot-tub:before {
	content: "\f593"
}
.la-hotdog:before {
	content: "\f80f"
}
.la-hotel:before {
	content: "\f594"
}
.la-hotjar:before {
	content: "\f3b1"
}
.la-hourglass:before {
	content: "\f254"
}
.la-hourglass-end:before {
	content: "\f253"
}
.la-hourglass-half:before {
	content: "\f252"
}
.la-hourglass-start:before {
	content: "\f251"
}
.la-house-damage:before {
	content: "\f6f1"
}
.la-houzz:before {
	content: "\f27c"
}
.la-hryvnia:before {
	content: "\f6f2"
}
.la-html5:before {
	content: "\f13b"
}
.la-hubspot:before {
	content: "\f3b2"
}
.la-i-cursor:before {
	content: "\f246"
}
.la-ice-cream:before {
	content: "\f810"
}
.la-icicles:before {
	content: "\f7ad"
}
.la-icons:before {
	content: "\f86d"
}
.la-id-badge:before {
	content: "\f2c1"
}
.la-id-card:before {
	content: "\f2c2"
}
.la-id-card-alt:before {
	content: "\f47f"
}
.la-igloo:before {
	content: "\f7ae"
}
.la-image:before {
	content: "\f03e"
}
.la-images:before {
	content: "\f302"
}
.la-imdb:before {
	content: "\f2d8"
}
.la-inbox:before {
	content: "\f01c"
}
.la-indent:before {
	content: "\f03c"
}
.la-industry:before {
	content: "\f275"
}
.la-infinity:before {
	content: "\f534"
}
.la-info:before {
	content: "\f129"
}
.la-info-circle:before {
	content: "\f05a"
}
.la-instagram:before {
	content: "\f16d"
}
.la-intercom:before {
	content: "\f7af"
}
.la-internet-explorer:before {
	content: "\f26b"
}
.la-invision:before {
	content: "\f7b0"
}
.la-ioxhost:before {
	content: "\f208"
}
.la-italic:before {
	content: "\f033"
}
.la-itch-io:before {
	content: "\f83a"
}
.la-itunes:before {
	content: "\f3b4"
}
.la-itunes-note:before {
	content: "\f3b5"
}
.la-java:before {
	content: "\f4e4"
}
.la-jedi:before {
	content: "\f669"
}
.la-jedi-order:before {
	content: "\f50e"
}
.la-jenkins:before {
	content: "\f3b6"
}
.la-jira:before {
	content: "\f7b1"
}
.la-joget:before {
	content: "\f3b7"
}
.la-joint:before {
	content: "\f595"
}
.la-joomla:before {
	content: "\f1aa"
}
.la-journal-whills:before {
	content: "\f66a"
}
.la-js:before {
	content: "\f3b8"
}
.la-js-square:before {
	content: "\f3b9"
}
.la-jsfiddle:before {
	content: "\f1cc"
}
.la-kaaba:before {
	content: "\f66b"
}
.la-kaggle:before {
	content: "\f5fa"
}
.la-key:before {
	content: "\f084"
}
.la-keybase:before {
	content: "\f4f5"
}
.la-keyboard:before {
	content: "\f11c"
}
.la-keycdn:before {
	content: "\f3ba"
}
.la-khanda:before {
	content: "\f66d"
}
.la-kickstarter:before {
	content: "\f3bb"
}
.la-kickstarter-k:before {
	content: "\f3bc"
}
.la-kiss:before {
	content: "\f596"
}
.la-kiss-beam:before {
	content: "\f597"
}
.la-kiss-wink-heart:before {
	content: "\f598"
}
.la-kiwi-bird:before {
	content: "\f535"
}
.la-korvue:before {
	content: "\f42f"
}
.la-landmark:before {
	content: "\f66f"
}
.la-language:before {
	content: "\f1ab"
}
.la-laptop:before {
	content: "\f109"
}
.la-laptop-code:before {
	content: "\f5fc"
}
.la-laptop-medical:before {
	content: "\f812"
}
.la-laravel:before {
	content: "\f3bd"
}
.la-lastfm:before {
	content: "\f202"
}
.la-lastfm-square:before {
	content: "\f203"
}
.la-laugh:before {
	content: "\f599"
}
.la-laugh-beam:before {
	content: "\f59a"
}
.la-laugh-squint:before {
	content: "\f59b"
}
.la-laugh-wink:before {
	content: "\f59c"
}
.la-layer-group:before {
	content: "\f5fd"
}
.la-leaf:before {
	content: "\f06c"
}
.la-leanpub:before {
	content: "\f212"
}
.la-lemon:before {
	content: "\f094"
}
.la-less:before {
	content: "\f41d"
}
.la-less-than:before {
	content: "\f536"
}
.la-less-than-equal:before {
	content: "\f537"
}
.la-level-down-alt:before {
	content: "\f3be"
}
.la-level-up-alt:before {
	content: "\f3bf"
}
.la-life-ring:before {
	content: "\f1cd"
}
.la-lightbulb:before {
	content: "\f0eb"
}
.la-line:before {
	content: "\f3c0"
}
.la-link:before {
	content: "\f0c1"
}
.la-linkedin:before {
	content: "\f08c"
}
.la-linkedin-in:before {
	content: "\f0e1"
}
.la-linode:before {
	content: "\f2b8"
}
.la-linux:before {
	content: "\f17c"
}
.la-lira-sign:before {
	content: "\f195"
}
.la-list:before {
	content: "\f03a"
}
.la-list-alt:before {
	content: "\f022"
}
.la-list-ol:before {
	content: "\f0cb"
}
.la-list-ul:before {
	content: "\f0ca"
}
.la-location-arrow:before {
	content: "\f124"
}
.la-lock:before {
	content: "\f023"
}
.la-lock-open:before {
	content: "\f3c1"
}
.la-long-arrow-alt-down:before {
	content: "\f309"
}
.la-long-arrow-alt-left:before {
	content: "\f30a"
}
.la-long-arrow-alt-right:before {
	content: "\f30b"
}
.la-long-arrow-alt-up:before {
	content: "\f30c"
}
.la-low-vision:before {
	content: "\f2a8"
}
.la-luggage-cart:before {
	content: "\f59d"
}
.la-lyft:before {
	content: "\f3c3"
}
.la-magento:before {
	content: "\f3c4"
}
.la-magic:before {
	content: "\f0d0"
}
.la-magnet:before {
	content: "\f076"
}
.la-mail-bulk:before {
	content: "\f674"
}
.la-mailchimp:before {
	content: "\f59e"
}
.la-male:before {
	content: "\f183"
}
.la-mandalorian:before {
	content: "\f50f"
}
.la-map:before {
	content: "\f279"
}
.la-map-marked:before {
	content: "\f59f"
}
.la-map-marked-alt:before {
	content: "\f5a0"
}
.la-map-marker:before {
	content: "\f041"
}
.la-map-marker-alt:before {
	content: "\f3c5"
}
.la-map-pin:before {
	content: "\f276"
}
.la-map-signs:before {
	content: "\f277"
}
.la-markdown:before {
	content: "\f60f"
}
.la-marker:before {
	content: "\f5a1"
}
.la-mars:before {
	content: "\f222"
}
.la-mars-double:before {
	content: "\f227"
}
.la-mars-stroke:before {
	content: "\f229"
}
.la-mars-stroke-h:before {
	content: "\f22b"
}
.la-mars-stroke-v:before {
	content: "\f22a"
}
.la-mask:before {
	content: "\f6fa"
}
.la-mastodon:before {
	content: "\f4f6"
}
.la-maxcdn:before {
	content: "\f136"
}
.la-medal:before {
	content: "\f5a2"
}
.la-medapps:before {
	content: "\f3c6"
}
.la-medium:before {
	content: "\f23a"
}
.la-medium-m:before {
	content: "\f3c7"
}
.la-medkit:before {
	content: "\f0fa"
}
.la-medrt:before {
	content: "\f3c8"
}
.la-meetup:before {
	content: "\f2e0"
}
.la-megaport:before {
	content: "\f5a3"
}
.la-meh:before {
	content: "\f11a"
}
.la-meh-blank:before {
	content: "\f5a4"
}
.la-meh-rolling-eyes:before {
	content: "\f5a5"
}
.la-memory:before {
	content: "\f538"
}
.la-mendeley:before {
	content: "\f7b3"
}
.la-menorah:before {
	content: "\f676"
}
.la-mercury:before {
	content: "\f223"
}
.la-meteor:before {
	content: "\f753"
}
.la-microchip:before {
	content: "\f2db"
}
.la-microphone:before {
	content: "\f130"
}
.la-microphone-alt:before {
	content: "\f3c9"
}
.la-microphone-alt-slash:before {
	content: "\f539"
}
.la-microphone-slash:before {
	content: "\f131"
}
.la-microscope:before {
	content: "\f610"
}
.la-microsoft:before {
	content: "\f3ca"
}
.la-minus:before {
	content: "\f068"
}
.la-minus-circle:before {
	content: "\f056"
}
.la-minus-square:before {
	content: "\f146"
}
.la-mitten:before {
	content: "\f7b5"
}
.la-mix:before {
	content: "\f3cb"
}
.la-mixcloud:before {
	content: "\f289"
}
.la-mizuni:before {
	content: "\f3cc"
}
.la-mobile:before {
	content: "\f10b"
}
.la-mobile-alt:before {
	content: "\f3cd"
}
.la-modx:before {
	content: "\f285"
}
.la-monero:before {
	content: "\f3d0"
}
.la-money-bill:before {
	content: "\f0d6"
}
.la-money-bill-alt:before {
	content: "\f3d1"
}
.la-money-bill-wave:before {
	content: "\f53a"
}
.la-money-bill-wave-alt:before {
	content: "\f53b"
}
.la-money-check:before {
	content: "\f53c"
}
.la-money-check-alt:before {
	content: "\f53d"
}
.la-monument:before {
	content: "\f5a6"
}
.la-moon:before {
	content: "\f186"
}
.la-mortar-pestle:before {
	content: "\f5a7"
}
.la-mosque:before {
	content: "\f678"
}
.la-motorcycle:before {
	content: "\f21c"
}
.la-mountain:before {
	content: "\f6fc"
}
.la-mouse-pointer:before {
	content: "\f245"
}
.la-mug-hot:before {
	content: "\f7b6"
}
.la-music:before {
	content: "\f001"
}
.la-napster:before {
	content: "\f3d2"
}
.la-neos:before {
	content: "\f612"
}
.la-network-wired:before {
	content: "\f6ff"
}
.la-neuter:before {
	content: "\f22c"
}
.la-newspaper:before {
	content: "\f1ea"
}
.la-nimblr:before {
	content: "\f5a8"
}
.la-node:before {
	content: "\f419"
}
.la-node-js:before {
	content: "\f3d3"
}
.la-not-equal:before {
	content: "\f53e"
}
.la-notes-medical:before {
	content: "\f481"
}
.la-npm:before {
	content: "\f3d4"
}
.la-ns8:before {
	content: "\f3d5"
}
.la-nutritionix:before {
	content: "\f3d6"
}
.la-object-group:before {
	content: "\f247"
}
.la-object-ungroup:before {
	content: "\f248"
}
.la-odnoklassniki:before {
	content: "\f263"
}
.la-odnoklassniki-square:before {
	content: "\f264"
}
.la-oil-can:before {
	content: "\f613"
}
.la-old-republic:before {
	content: "\f510"
}
.la-om:before {
	content: "\f679"
}
.la-opencart:before {
	content: "\f23d"
}
.la-openid:before {
	content: "\f19b"
}
.la-opera:before {
	content: "\f26a"
}
.la-optin-monster:before {
	content: "\f23c"
}
.la-osi:before {
	content: "\f41a"
}
.la-otter:before {
	content: "\f700"
}
.la-outdent:before {
	content: "\f03b"
}
.la-page4:before {
	content: "\f3d7"
}
.la-pagelines:before {
	content: "\f18c"
}
.la-pager:before {
	content: "\f815"
}
.la-paint-brush:before {
	content: "\f1fc"
}
.la-paint-roller:before {
	content: "\f5aa"
}
.la-palette:before {
	content: "\f53f"
}
.la-palfed:before {
	content: "\f3d8"
}
.la-pallet:before {
	content: "\f482"
}
.la-paper-plane:before {
	content: "\f1d8"
}
.la-paperclip:before {
	content: "\f0c6"
}
.la-parachute-box:before {
	content: "\f4cd"
}
.la-paragraph:before {
	content: "\f1dd"
}
.la-parking:before {
	content: "\f540"
}
.la-passport:before {
	content: "\f5ab"
}
.la-pastafarianism:before {
	content: "\f67b"
}
.la-paste:before {
	content: "\f0ea"
}
.la-patreon:before {
	content: "\f3d9"
}
.la-pause:before {
	content: "\f04c"
}
.la-pause-circle:before {
	content: "\f28b"
}
.la-paw:before {
	content: "\f1b0"
}
.la-paypal:before {
	content: "\f1ed"
}
.la-peace:before {
	content: "\f67c"
}
.la-pen:before {
	content: "\f304"
}
.la-pen-alt:before {
	content: "\f305"
}
.la-pen-fancy:before {
	content: "\f5ac"
}
.la-pen-nib:before {
	content: "\f5ad"
}
.la-pen-square:before {
	content: "\f14b"
}
.la-pencil-alt:before {
	content: "\f303"
}
.la-pencil-ruler:before {
	content: "\f5ae"
}
.la-penny-arcade:before {
	content: "\f704"
}
.la-people-carry:before {
	content: "\f4ce"
}
.la-pepper-hot:before {
	content: "\f816"
}
.la-percent:before {
	content: "\f295"
}
.la-percentage:before {
	content: "\f541"
}
.la-periscope:before {
	content: "\f3da"
}
.la-person-booth:before {
	content: "\f756"
}
.la-phabricator:before {
	content: "\f3db"
}
.la-phoenix-framework:before {
	content: "\f3dc"
}
.la-phoenix-squadron:before {
	content: "\f511"
}
.la-phone:before {
	content: "\f095"
}
.la-phone-alt:before {
	content: "\f879"
}
.la-phone-slash:before {
	content: "\f3dd"
}
.la-phone-square:before {
	content: "\f098"
}
.la-phone-square-alt:before {
	content: "\f87b"
}
.la-phone-volume:before {
	content: "\f2a0"
}
.la-photo-video:before {
	content: "\f87c"
}
.la-php:before {
	content: "\f457"
}
.la-pied-piper:before {
	content: "\f2ae"
}
.la-pied-piper-alt:before {
	content: "\f1a8"
}
.la-pied-piper-hat:before {
	content: "\f4e5"
}
.la-pied-piper-pp:before {
	content: "\f1a7"
}
.la-piggy-bank:before {
	content: "\f4d3"
}
.la-pills:before {
	content: "\f484"
}
.la-pinterest:before {
	content: "\f0d2"
}
.la-pinterest-p:before {
	content: "\f231"
}
.la-pinterest-square:before {
	content: "\f0d3"
}
.la-pizza-slice:before {
	content: "\f818"
}
.la-place-of-worship:before {
	content: "\f67f"
}
.la-plane:before {
	content: "\f072"
}
.la-plane-arrival:before {
	content: "\f5af"
}
.la-plane-departure:before {
	content: "\f5b0"
}
.la-play:before {
	content: "\f04b"
}
.la-play-circle:before {
	content: "\f144"
}
.la-playstation:before {
	content: "\f3df"
}
.la-plug:before {
	content: "\f1e6"
}
.la-plus:before {
	content: "\f067"
}
.la-plus-circle:before {
	content: "\f055"
}
.la-plus-square:before {
	content: "\f0fe"
}
.la-podcast:before {
	content: "\f2ce"
}
.la-poll:before {
	content: "\f681"
}
.la-poll-h:before {
	content: "\f682"
}
.la-poo:before {
	content: "\f2fe"
}
.la-poo-storm:before {
	content: "\f75a"
}
.la-poop:before {
	content: "\f619"
}
.la-portrait:before {
	content: "\f3e0"
}
.la-pound-sign:before {
	content: "\f154"
}
.la-power-off:before {
	content: "\f011"
}
.la-pray:before {
	content: "\f683"
}
.la-praying-hands:before {
	content: "\f684"
}
.la-prescription:before {
	content: "\f5b1"
}
.la-prescription-bottle:before {
	content: "\f485"
}
.la-prescription-bottle-alt:before {
	content: "\f486"
}
.la-print:before {
	content: "\f02f"
}
.la-procedures:before {
	content: "\f487"
}
.la-product-hunt:before {
	content: "\f288"
}
.la-project-diagram:before {
	content: "\f542"
}
.la-pushed:before {
	content: "\f3e1"
}
.la-puzzle-piece:before {
	content: "\f12e"
}
.la-python:before {
	content: "\f3e2"
}
.la-qq:before {
	content: "\f1d6"
}
.la-qrcode:before {
	content: "\f029"
}
.la-question:before {
	content: "\f128"
}
.la-question-circle:before {
	content: "\f059"
}
.la-quidditch:before {
	content: "\f458"
}
.la-quinscape:before {
	content: "\f459"
}
.la-quora:before {
	content: "\f2c4"
}
.la-quote-left:before {
	content: "\f10d"
}
.la-quote-right:before {
	content: "\f10e"
}
.la-quran:before {
	content: "\f687"
}
.la-r-project:before {
	content: "\f4f7"
}
.la-radiation:before {
	content: "\f7b9"
}
.la-radiation-alt:before {
	content: "\f7ba"
}
.la-rainbow:before {
	content: "\f75b"
}
.la-random:before {
	content: "\f074"
}
.la-raspberry-pi:before {
	content: "\f7bb"
}
.la-ravelry:before {
	content: "\f2d9"
}
.la-react:before {
	content: "\f41b"
}
.la-reacteurope:before {
	content: "\f75d"
}
.la-readme:before {
	content: "\f4d5"
}
.la-rebel:before {
	content: "\f1d0"
}
.la-receipt:before {
	content: "\f543"
}
.la-recycle:before {
	content: "\f1b8"
}
.la-red-river:before {
	content: "\f3e3"
}
.la-reddit:before {
	content: "\f1a1"
}
.la-reddit-alien:before {
	content: "\f281"
}
.la-reddit-square:before {
	content: "\f1a2"
}
.la-redhat:before {
	content: "\f7bc"
}
.la-redo:before {
	content: "\f01e"
}
.la-redo-alt:before {
	content: "\f2f9"
}
.la-registered:before {
	content: "\f25d"
}
.la-remove-format:before {
	content: "\f87d"
}
.la-renren:before {
	content: "\f18b"
}
.la-reply:before {
	content: "\f3e5"
}
.la-reply-all:before {
	content: "\f122"
}
.la-replyd:before {
	content: "\f3e6"
}
.la-republican:before {
	content: "\f75e"
}
.la-researchgate:before {
	content: "\f4f8"
}
.la-resolving:before {
	content: "\f3e7"
}
.la-restroom:before {
	content: "\f7bd"
}
.la-retweet:before {
	content: "\f079"
}
.la-rev:before {
	content: "\f5b2"
}
.la-ribbon:before {
	content: "\f4d6"
}
.la-ring:before {
	content: "\f70b"
}
.la-road:before {
	content: "\f018"
}
.la-robot:before {
	content: "\f544"
}
.la-rocket:before {
	content: "\f135"
}
.la-rocketchat:before {
	content: "\f3e8"
}
.la-rockrms:before {
	content: "\f3e9"
}
.la-route:before {
	content: "\f4d7"
}
.la-rss:before {
	content: "\f09e"
}
.la-rss-square:before {
	content: "\f143"
}
.la-ruble-sign:before {
	content: "\f158"
}
.la-ruler:before {
	content: "\f545"
}
.la-ruler-combined:before {
	content: "\f546"
}
.la-ruler-horizontal:before {
	content: "\f547"
}
.la-ruler-vertical:before {
	content: "\f548"
}
.la-running:before {
	content: "\f70c"
}
.la-rupee-sign:before {
	content: "\f156"
}
.la-sad-cry:before {
	content: "\f5b3"
}
.la-sad-tear:before {
	content: "\f5b4"
}
.la-safari:before {
	content: "\f267"
}
.la-salesforce:before {
	content: "\f83b"
}
.la-sass:before {
	content: "\f41e"
}
.la-satellite:before {
	content: "\f7bf"
}
.la-satellite-dish:before {
	content: "\f7c0"
}
.la-save:before {
	content: "\f0c7"
}
.la-schlix:before {
	content: "\f3ea"
}
.la-school:before {
	content: "\f549"
}
.la-screwdriver:before {
	content: "\f54a"
}
.la-scribd:before {
	content: "\f28a"
}
.la-scroll:before {
	content: "\f70e"
}
.la-sd-card:before {
	content: "\f7c2"
}
.la-search:before {
	content: "\f002"
}
.la-search-dollar:before {
	content: "\f688"
}
.la-search-location:before {
	content: "\f689"
}
.la-search-minus:before {
	content: "\f010"
}
.la-search-plus:before {
	content: "\f00e"
}
.la-searchengin:before {
	content: "\f3eb"
}
.la-seedling:before {
	content: "\f4d8"
}
.la-sellcast:before {
	content: "\f2da"
}
.la-sellsy:before {
	content: "\f213"
}
.la-server:before {
	content: "\f233"
}
.la-servicestack:before {
	content: "\f3ec"
}
.la-shapes:before {
	content: "\f61f"
}
.la-share:before {
	content: "\f064"
}
.la-share-alt:before {
	content: "\f1e0"
}
.la-share-alt-square:before {
	content: "\f1e1"
}
.la-share-square:before {
	content: "\f14d"
}
.la-shekel-sign:before {
	content: "\f20b"
}
.la-shield-alt:before {
	content: "\f3ed"
}
.la-ship:before {
	content: "\f21a"
}
.la-shipping-fast:before {
	content: "\f48b"
}
.la-shirtsinbulk:before {
	content: "\f214"
}
.la-shoe-prints:before {
	content: "\f54b"
}
.la-shopping-bag:before {
	content: "\f290"
}
.la-shopping-basket:before {
	content: "\f291"
}
.la-shopping-cart:before {
	content: "\f07a"
}
.la-shopware:before {
	content: "\f5b5"
}
.la-shower:before {
	content: "\f2cc"
}
.la-shuttle-van:before {
	content: "\f5b6"
}
.la-sign:before {
	content: "\f4d9"
}
.la-sign-in-alt:before {
	content: "\f2f6"
}
.la-sign-language:before {
	content: "\f2a7"
}
.la-sign-out-alt:before {
	content: "\f2f5"
}
.la-signal:before {
	content: "\f012"
}
.la-signature:before {
	content: "\f5b7"
}
.la-sim-card:before {
	content: "\f7c4"
}
.la-simplybuilt:before {
	content: "\f215"
}
.la-sistrix:before {
	content: "\f3ee"
}
.la-sitemap:before {
	content: "\f0e8"
}
.la-sith:before {
	content: "\f512"
}
.la-skating:before {
	content: "\f7c5"
}
.la-sketch:before {
	content: "\f7c6"
}
.la-skiing:before {
	content: "\f7c9"
}
.la-skiing-nordic:before {
	content: "\f7ca"
}
.la-skull:before {
	content: "\f54c"
}
.la-skull-crossbones:before {
	content: "\f714"
}
.la-skyatlas:before {
	content: "\f216"
}
.la-skype:before {
	content: "\f17e"
}
.la-slack:before {
	content: "\f198"
}
.la-slack-hash:before {
	content: "\f3ef"
}
.la-slash:before {
	content: "\f715"
}
.la-sleigh:before {
	content: "\f7cc"
}
.la-sliders-h:before {
	content: "\f1de"
}
.la-slideshare:before {
	content: "\f1e7"
}
.la-smile:before {
	content: "\f118"
}
.la-smile-beam:before {
	content: "\f5b8"
}
.la-smile-wink:before {
	content: "\f4da"
}
.la-smog:before {
	content: "\f75f"
}
.la-smoking:before {
	content: "\f48d"
}
.la-smoking-ban:before {
	content: "\f54d"
}
.la-sms:before {
	content: "\f7cd"
}
.la-snapchat:before {
	content: "\f2ab"
}
.la-snapchat-ghost:before {
	content: "\f2ac"
}
.la-snapchat-square:before {
	content: "\f2ad"
}
.la-snowboarding:before {
	content: "\f7ce"
}
.la-snowflake:before {
	content: "\f2dc"
}
.la-snowman:before {
	content: "\f7d0"
}
.la-snowplow:before {
	content: "\f7d2"
}
.la-socks:before {
	content: "\f696"
}
.la-solar-panel:before {
	content: "\f5ba"
}
.la-sort:before {
	content: "\f0dc"
}
.la-sort-alpha-down:before {
	content: "\f15d"
}
.la-sort-alpha-down-alt:before {
	content: "\f881"
}
.la-sort-alpha-up:before {
	content: "\f15e"
}
.la-sort-alpha-up-alt:before {
	content: "\f882"
}
.la-sort-amount-down:before {
	content: "\f160"
}
.la-sort-amount-down-alt:before {
	content: "\f884"
}
.la-sort-amount-up:before {
	content: "\f161"
}
.la-sort-amount-up-alt:before {
	content: "\f885"
}
.la-sort-down:before {
	content: "\f0dd"
}
.la-sort-numeric-down:before {
	content: "\f162"
}
.la-sort-numeric-down-alt:before {
	content: "\f886"
}
.la-sort-numeric-up:before {
	content: "\f163"
}
.la-sort-numeric-up-alt:before {
	content: "\f887"
}
.la-sort-up:before {
	content: "\f0de"
}
.la-soundcloud:before {
	content: "\f1be"
}
.la-sourcetree:before {
	content: "\f7d3"
}
.la-spa:before {
	content: "\f5bb"
}
.la-space-shuttle:before {
	content: "\f197"
}
.la-speakap:before {
	content: "\f3f3"
}
.la-speaker-deck:before {
	content: "\f83c"
}
.la-spell-check:before {
	content: "\f891"
}
.la-spider:before {
	content: "\f717"
}
.la-spinner:before {
	content: "\f110"
}
.la-splotch:before {
	content: "\f5bc"
}
.la-spotify:before {
	content: "\f1bc"
}
.la-spray-can:before {
	content: "\f5bd"
}
.la-square:before {
	content: "\f0c8"
}
.la-square-full:before {
	content: "\f45c"
}
.la-square-root-alt:before {
	content: "\f698"
}
.la-squarespace:before {
	content: "\f5be"
}
.la-stack-exchange:before {
	content: "\f18d"
}
.la-stack-overflow:before {
	content: "\f16c"
}
.la-stackpath:before {
	content: "\f842"
}
.la-stamp:before {
	content: "\f5bf"
}
.la-star:before {
	content: "\f005"
}
.la-star-and-crescent:before {
	content: "\f699"
}
.la-star-half:before {
	content: "\f089"
}
.la-star-half-alt:before {
	content: "\f5c0"
}
.la-star-of-david:before {
	content: "\f69a"
}
.la-star-of-life:before {
	content: "\f621"
}
.la-staylinked:before {
	content: "\f3f5"
}
.la-steam:before {
	content: "\f1b6"
}
.la-steam-square:before {
	content: "\f1b7"
}
.la-steam-symbol:before {
	content: "\f3f6"
}
.la-step-backward:before {
	content: "\f048"
}
.la-step-forward:before {
	content: "\f051"
}
.la-stethoscope:before {
	content: "\f0f1"
}
.la-sticker-mule:before {
	content: "\f3f7"
}
.la-sticky-note:before {
	content: "\f249"
}
.la-stop:before {
	content: "\f04d"
}
.la-stop-circle:before {
	content: "\f28d"
}
.la-stopwatch:before {
	content: "\f2f2"
}
.la-store:before {
	content: "\f54e"
}
.la-store-alt:before {
	content: "\f54f"
}
.la-strava:before {
	content: "\f428"
}
.la-stream:before {
	content: "\f550"
}
.la-street-view:before {
	content: "\f21d"
}
.la-strikethrough:before {
	content: "\f0cc"
}
.la-stripe:before {
	content: "\f429"
}
.la-stripe-s:before {
	content: "\f42a"
}
.la-stroopwafel:before {
	content: "\f551"
}
.la-studiovinari:before {
	content: "\f3f8"
}
.la-stumbleupon:before {
	content: "\f1a4"
}
.la-stumbleupon-circle:before {
	content: "\f1a3"
}
.la-subscript:before {
	content: "\f12c"
}
.la-subway:before {
	content: "\f239"
}
.la-suitcase:before {
	content: "\f0f2"
}
.la-suitcase-rolling:before {
	content: "\f5c1"
}
.la-sun:before {
	content: "\f185"
}
.la-superpowers:before {
	content: "\f2dd"
}
.la-superscript:before {
	content: "\f12b"
}
.la-supple:before {
	content: "\f3f9"
}
.la-surprise:before {
	content: "\f5c2"
}
.la-suse:before {
	content: "\f7d6"
}
.la-swatchbook:before {
	content: "\f5c3"
}
.la-swimmer:before {
	content: "\f5c4"
}
.la-swimming-pool:before {
	content: "\f5c5"
}
.la-symfony:before {
	content: "\f83d"
}
.la-synagogue:before {
	content: "\f69b"
}
.la-sync:before {
	content: "\f021"
}
.la-sync-alt:before {
	content: "\f2f1"
}
.la-syringe:before {
	content: "\f48e"
}
.la-table:before {
	content: "\f0ce"
}
.la-table-tennis:before {
	content: "\f45d"
}
.la-tablet:before {
	content: "\f10a"
}
.la-tablet-alt:before {
	content: "\f3fa"
}
.la-tablets:before {
	content: "\f490"
}
.la-tachometer-alt:before {
	content: "\f3fd"
}
.la-tag:before {
	content: "\f02b"
}
.la-tags:before {
	content: "\f02c"
}
.la-tape:before {
	content: "\f4db"
}
.la-tasks:before {
	content: "\f0ae"
}
.la-taxi:before {
	content: "\f1ba"
}
.la-teamspeak:before {
	content: "\f4f9"
}
.la-teeth:before {
	content: "\f62e"
}
.la-teeth-open:before {
	content: "\f62f"
}
.la-telegram:before {
	content: "\f2c6"
}
.la-telegram-plane:before {
	content: "\f3fe"
}
.la-temperature-high:before {
	content: "\f769"
}
.la-temperature-low:before {
	content: "\f76b"
}
.la-tencent-weibo:before {
	content: "\f1d5"
}
.la-tenge:before {
	content: "\f7d7"
}
.la-terminal:before {
	content: "\f120"
}
.la-text-height:before {
	content: "\f034"
}
.la-text-width:before {
	content: "\f035"
}
.la-th:before {
	content: "\f00a"
}
.la-th-large:before {
	content: "\f009"
}
.la-th-list:before {
	content: "\f00b"
}
.la-the-red-yeti:before {
	content: "\f69d"
}
.la-theater-masks:before {
	content: "\f630"
}
.la-themeco:before {
	content: "\f5c6"
}
.la-themeisle:before {
	content: "\f2b2"
}
.la-thermometer:before {
	content: "\f491"
}
.la-thermometer-empty:before {
	content: "\f2cb"
}
.la-thermometer-full:before {
	content: "\f2c7"
}
.la-thermometer-half:before {
	content: "\f2c9"
}
.la-thermometer-quarter:before {
	content: "\f2ca"
}
.la-thermometer-three-quarters:before {
	content: "\f2c8"
}
.la-think-peaks:before {
	content: "\f731"
}
.la-thumbs-down:before {
	content: "\f165"
}
.la-thumbs-up:before {
	content: "\f164"
}
.la-thumbtack:before {
	content: "\f08d"
}
.la-ticket-alt:before {
	content: "\f3ff"
}
.la-times:before {
	content: "\f00d"
}
.la-times-circle:before {
	content: "\f057"
}
.la-tint:before {
	content: "\f043"
}
.la-tint-slash:before {
	content: "\f5c7"
}
.la-tired:before {
	content: "\f5c8"
}
.la-toggle-off:before {
	content: "\f204"
}
.la-toggle-on:before {
	content: "\f205"
}
.la-toilet:before {
	content: "\f7d8"
}
.la-toilet-paper:before {
	content: "\f71e"
}
.la-toolbox:before {
	content: "\f552"
}
.la-tools:before {
	content: "\f7d9"
}
.la-tooth:before {
	content: "\f5c9"
}
.la-torah:before {
	content: "\f6a0"
}
.la-torii-gate:before {
	content: "\f6a1"
}
.la-tractor:before {
	content: "\f722"
}
.la-trade-federation:before {
	content: "\f513"
}
.la-trademark:before {
	content: "\f25c"
}
.la-traffic-light:before {
	content: "\f637"
}
.la-train:before {
	content: "\f238"
}
.la-tram:before {
	content: "\f7da"
}
.la-transgender:before {
	content: "\f224"
}
.la-transgender-alt:before {
	content: "\f225"
}
.la-trash:before {
	content: "\f1f8"
}
.la-trash-alt:before {
	content: "\f2ed"
}
.la-trash-restore:before {
	content: "\f829"
}
.la-trash-restore-alt:before {
	content: "\f82a"
}
.la-tree:before {
	content: "\f1bb"
}
.la-trello:before {
	content: "\f181"
}
.la-tripadvisor:before {
	content: "\f262"
}
.la-trophy:before {
	content: "\f091"
}
.la-truck:before {
	content: "\f0d1"
}
.la-truck-loading:before {
	content: "\f4de"
}
.la-truck-monster:before {
	content: "\f63b"
}
.la-truck-moving:before {
	content: "\f4df"
}
.la-truck-pickup:before {
	content: "\f63c"
}
.la-tshirt:before {
	content: "\f553"
}
.la-tty:before {
	content: "\f1e4"
}
.la-tumblr:before {
	content: "\f173"
}
.la-tumblr-square:before {
	content: "\f174"
}
.la-tv:before {
	content: "\f26c"
}
.la-twitch:before {
	content: "\f1e8"
}
.la-twitter:before {
	content: "\f099"
}
.la-twitter-square:before {
	content: "\f081"
}
.la-typo3:before {
	content: "\f42b"
}
.la-uber:before {
	content: "\f402"
}
.la-ubuntu:before {
	content: "\f7df"
}
.la-uikit:before {
	content: "\f403"
}
.la-umbrella:before {
	content: "\f0e9"
}
.la-umbrella-beach:before {
	content: "\f5ca"
}
.la-underline:before {
	content: "\f0cd"
}
.la-undo:before {
	content: "\f0e2"
}
.la-undo-alt:before {
	content: "\f2ea"
}
.la-uniregistry:before {
	content: "\f404"
}
.la-universal-access:before {
	content: "\f29a"
}
.la-university:before {
	content: "\f19c"
}
.la-unlink:before {
	content: "\f127"
}
.la-unlock:before {
	content: "\f09c"
}
.la-unlock-alt:before {
	content: "\f13e"
}
.la-untappd:before {
	content: "\f405"
}
.la-upload:before {
	content: "\f093"
}
.la-ups:before {
	content: "\f7e0"
}
.la-usb:before {
	content: "\f287"
}
.la-user:before {
	content: "\f007"
}
.la-user-alt:before {
	content: "\f406"
}
.la-user-alt-slash:before {
	content: "\f4fa"
}
.la-user-astronaut:before {
	content: "\f4fb"
}
.la-user-check:before {
	content: "\f4fc"
}
.la-user-circle:before {
	content: "\f2bd"
}
.la-user-clock:before {
	content: "\f4fd"
}
.la-user-cog:before {
	content: "\f4fe"
}
.la-user-edit:before {
	content: "\f4ff"
}
.la-user-friends:before {
	content: "\f500"
}
.la-user-graduate:before {
	content: "\f501"
}
.la-user-injured:before {
	content: "\f728"
}
.la-user-lock:before {
	content: "\f502"
}
.la-user-md:before {
	content: "\f0f0"
}
.la-user-minus:before {
	content: "\f503"
}
.la-user-ninja:before {
	content: "\f504"
}
.la-user-nurse:before {
	content: "\f82f"
}
.la-user-plus:before {
	content: "\f234"
}
.la-user-secret:before {
	content: "\f21b"
}
.la-user-shield:before {
	content: "\f505"
}
.la-user-slash:before {
	content: "\f506"
}
.la-user-tag:before {
	content: "\f507"
}
.la-user-tie:before {
	content: "\f508"
}
.la-user-times:before {
	content: "\f235"
}
.la-users:before {
	content: "\f0c0"
}
.la-users-cog:before {
	content: "\f509"
}
.la-usps:before {
	content: "\f7e1"
}
.la-ussunnah:before {
	content: "\f407"
}
.la-utensil-spoon:before {
	content: "\f2e5"
}
.la-utensils:before {
	content: "\f2e7"
}
.la-vaadin:before {
	content: "\f408"
}
.la-vector-square:before {
	content: "\f5cb"
}
.la-venus:before {
	content: "\f221"
}
.la-venus-double:before {
	content: "\f226"
}
.la-venus-mars:before {
	content: "\f228"
}
.la-viacoin:before {
	content: "\f237"
}
.la-viadeo:before {
	content: "\f2a9"
}
.la-viadeo-square:before {
	content: "\f2aa"
}
.la-vial:before {
	content: "\f492"
}
.la-vials:before {
	content: "\f493"
}
.la-viber:before {
	content: "\f409"
}
.la-video:before {
	content: "\f03d"
}
.la-video-slash:before {
	content: "\f4e2"
}
.la-vihara:before {
	content: "\f6a7"
}
.la-vimeo:before {
	content: "\f40a"
}
.la-vimeo-square:before {
	content: "\f194"
}
.la-vimeo-v:before {
	content: "\f27d"
}
.la-vine:before {
	content: "\f1ca"
}
.la-vk:before {
	content: "\f189"
}
.la-vnv:before {
	content: "\f40b"
}
.la-voicemail:before {
	content: "\f897"
}
.la-volleyball-ball:before {
	content: "\f45f"
}
.la-volume-down:before {
	content: "\f027"
}
.la-volume-mute:before {
	content: "\f6a9"
}
.la-volume-off:before {
	content: "\f026"
}
.la-volume-up:before {
	content: "\f028"
}
.la-vote-yea:before {
	content: "\f772"
}
.la-vr-cardboard:before {
	content: "\f729"
}
.la-vuejs:before {
	content: "\f41f"
}
.la-walking:before {
	content: "\f554"
}
.la-wallet:before {
	content: "\f555"
}
.la-warehouse:before {
	content: "\f494"
}
.la-water:before {
	content: "\f773"
}
.la-wave-square:before {
	content: "\f83e"
}
.la-waze:before {
	content: "\f83f"
}
.la-weebly:before {
	content: "\f5cc"
}
.la-weibo:before {
	content: "\f18a"
}
.la-weight:before {
	content: "\f496"
}
.la-weight-hanging:before {
	content: "\f5cd"
}
.la-weixin:before {
	content: "\f1d7"
}
.la-whatsapp:before {
	content: "\f232"
}
.la-whatsapp-square:before {
	content: "\f40c"
}
.la-wheelchair:before {
	content: "\f193"
}
.la-whmcs:before {
	content: "\f40d"
}
.la-wifi:before {
	content: "\f1eb"
}
.la-wikipedia-w:before {
	content: "\f266"
}
.la-wind:before {
	content: "\f72e"
}
.la-window-close:before {
	content: "\f410"
}
.la-window-maximize:before {
	content: "\f2d0"
}
.la-window-minimize:before {
	content: "\f2d1"
}
.la-window-restore:before {
	content: "\f2d2"
}
.la-windows:before {
	content: "\f17a"
}
.la-wine-bottle:before {
	content: "\f72f"
}
.la-wine-glass:before {
	content: "\f4e3"
}
.la-wine-glass-alt:before {
	content: "\f5ce"
}
.la-wix:before {
	content: "\f5cf"
}
.la-wizards-of-the-coast:before {
	content: "\f730"
}
.la-wolf-pack-battalion:before {
	content: "\f514"
}
.la-won-sign:before {
	content: "\f159"
}
.la-wordpress:before {
	content: "\f19a"
}
.la-wordpress-simple:before {
	content: "\f411"
}
.la-wpbeginner:before {
	content: "\f297"
}
.la-wpexplorer:before {
	content: "\f2de"
}
.la-wpforms:before {
	content: "\f298"
}
.la-wpressr:before {
	content: "\f3e4"
}
.la-wrench:before {
	content: "\f0ad"
}
.la-x-ray:before {
	content: "\f497"
}
.la-xbox:before {
	content: "\f412"
}
.la-xing:before {
	content: "\f168"
}
.la-xing-square:before {
	content: "\f169"
}
.la-y-combinator:before {
	content: "\f23b"
}
.la-yahoo:before {
	content: "\f19e"
}
.la-yammer:before {
	content: "\f840"
}
.la-yandex:before {
	content: "\f413"
}
.la-yandex-international:before {
	content: "\f414"
}
.la-yarn:before {
	content: "\f7e3"
}
.la-yelp:before {
	content: "\f1e9"
}
.la-yen-sign:before {
	content: "\f157"
}
.la-yin-yang:before {
	content: "\f6ad"
}
.la-yoast:before {
	content: "\f2b1"
}
.la-youtube:before {
	content: "\f167"
}
.la-youtube-square:before {
	content: "\f431"
}
.la-zhihu:before {
	content: "\f63f"
}
.la-hat-cowboy:before {
	content: "\f8c0"
}
.la-hat-cowboy-side:before {
	content: "\f8c1"
}
.la-mdb:before {
	content: "\f8ca"
}
.la-mouse:before {
	content: "\f8cc"
}
.la-orcid:before {
	content: "\f8d2"
}
.la-record-vinyl:before {
	content: "\f8d9"
}
.la-swift:before {
	content: "\f8e1"
}
.la-umbraco:before {
	content: "\f8e8"
}
.la-buy-n-large:before {
	content: "\f8a6"
}
.sr-only {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}
.sr-only-focusable:active, .sr-only-focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto
}
@font-face {
	font-family: 'swiper-icons';
	src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
	font-weight: 400;
	font-style: normal
}
:root {
	--swiper-theme-color: var(--gold)
}
.swiper-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1
}
.swiper-container-vertical>.swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}
.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}
.swiper-container-android .swiper-slide, .swiper-wrapper {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
.swiper-container-multirow>.swiper-wrapper {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.swiper-container-multirow-column>.swiper-wrapper {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}
.swiper-container-free-mode>.swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto
}
.swiper-container-pointer-events {
	-ms-touch-action: pan-y;
	touch-action: pan-y
}
.swiper-container-pointer-events.swiper-container-vertical {
	-ms-touch-action: pan-x;
	touch-action: pan-x
}
.swiper-slide {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform
}
.swiper-slide-invisible-blank {
	visibility: hidden
}
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
	height: auto
}
.swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-transition-property: height, -webkit-transform;
	transition-property: height, -webkit-transform;
	transition-property: transform, height;
	transition-property: transform, height, -webkit-transform
}
.swiper-container-3d {
	-webkit-perspective: 1200px;
	perspective: 1200px
}
.swiper-container-3d .swiper-wrapper, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-cube-shadow {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}
.swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10
}
.swiper-container-3d .swiper-slide-shadow-left {
	background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(transparent));
	background-image: linear-gradient(to left, rgba(0, 0, 0, .5), transparent)
}
.swiper-container-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(transparent));
	background-image: linear-gradient(to right, rgba(0, 0, 0, .5), transparent)
}
.swiper-container-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(transparent));
	background-image: linear-gradient(to top, rgba(0, 0, 0, .5), transparent)
}
.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(transparent));
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), transparent)
}
.swiper-container-css-mode>.swiper-wrapper {
	overflow: auto;
	scrollbar-width: none;
	-ms-overflow-style: none
}
.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar {
	display: none
}
.swiper-container-css-mode>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: start start
}
.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {
	-ms-scroll-snap-type: x mandatory;
	scroll-snap-type: x mandatory
}
.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
	-ms-scroll-snap-type: y mandatory;
	scroll-snap-type: y mandatory
}
.swiper-pagination {
	position: absolute;
	z-index: 10;
	-webkit-transition: 300ms opacity;
	transition: 300ms opacity;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	text-align: center
}
.swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}
.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 10px;
	left: 0;
	width: 100%
}
.swiper-pagination-bullets-dynamic {
	font-size: 0;
	overflow: hidden
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	position: relative;
	-webkit-transform: scale(.33);
	transform: scale(.33)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	-webkit-transform: scale(1);
	transform: scale(1)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	-webkit-transform: scale(1);
	transform: scale(1)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	-webkit-transform: scale(.66);
	transform: scale(.66)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	-webkit-transform: scale(.33);
	transform: scale(.33)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	-webkit-transform: scale(.66);
	transform: scale(.66)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	-webkit-transform: scale(.33);
	transform: scale(.33)
}
.swiper-pagination-bullet {
	display: inline-block;
	width: 8px;
	height: 8px;
	opacity: .2;
	border-radius: 50%;
	background: #000
}
button.swiper-pagination-bullet {
	margin: 0;
	padding: 0;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}
.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}
.swiper-pagination-bullet:only-child {
	display: none!important
}
.swiper-pagination-bullet-active {
	opacity: 1;
	background: var(--swiper-pagination-color, var(--swiper-theme-color))
}
.swiper-container-vertical>.swiper-pagination-bullets {
	top: 50%;
	right: 10px;
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0)
}
.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	display: block;
	margin: 6px 0
}
.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	width: 8px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}
.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	-webkit-transition: 200ms top, 200ms -webkit-transform;
	transition: 200ms top, 200ms -webkit-transform;
	transition: 200ms transform, 200ms top;
	transition: 200ms transform, 200ms top, 200ms -webkit-transform
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px
}
.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	white-space: nowrap
}
.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: 200ms left, 200ms -webkit-transform;
	transition: 200ms left, 200ms -webkit-transform;
	transition: 200ms transform, 200ms left;
	transition: 200ms transform, 200ms left, 200ms -webkit-transform
}
.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: 200ms right, 200ms -webkit-transform;
	transition: 200ms right, 200ms -webkit-transform;
	transition: 200ms transform, 200ms right;
	transition: 200ms transform, 200ms right, 200ms -webkit-transform
}
.swiper-pagination-progressbar {
	position: absolute;
	background: rgba(0, 0, 0, .25)
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	transform-origin: left top;
	background: var(--swiper-pagination-color, var(--swiper-theme-color))
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	-webkit-transform-origin: right top;
	transform-origin: right top
}
.swiper-container-horizontal>.swiper-pagination-progressbar, .swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	top: 0;
	left: 0;
	width: 100%;
	height: 4px
}
.swiper-container-vertical>.swiper-pagination-progressbar, .swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	top: 0;
	left: 0;
	width: 4px;
	height: 100%
}
.swiper-pagination-blue {
	--swiper-pagination-color: #0d6efd
}
.swiper-pagination-indigo {
	--swiper-pagination-color: #6610f2
}
.swiper-pagination-purple {
	--swiper-pagination-color: #6f42c1
}
.swiper-pagination-pink {
	--swiper-pagination-color: #d63384
}
.swiper-pagination-red {
	--swiper-pagination-color: #EB0707
}
.swiper-pagination-orange {
	--swiper-pagination-color: #fd7e14
}
.swiper-pagination-yellow {
	--swiper-pagination-color: #ffc107
}
.swiper-pagination-green {
	--swiper-pagination-color: #198754
}
.swiper-pagination-teal {
	--swiper-pagination-color: #20c997
}
.swiper-pagination-cyan {
	--swiper-pagination-color: #0dcaf0
}
.swiper-pagination-white {
	--swiper-pagination-color: #fff
}
.swiper-pagination-gray {
	--swiper-pagination-color: #6c757d
}
.swiper-pagination-gray-dark {
	--swiper-pagination-color: #343a40
}
.swiper-pagination-lock {
	display: none
}
.choices {
	font-size: 16px;
	position: relative;
	overflow: hidden;
	margin-bottom: 24px
}
.choices:focus {
	outline: 0
}
.choices:last-child {
	margin-bottom: 0
}
.choices.is-open {
	overflow: initial
}
.choices.is-disabled .choices__inner, .choices.is-disabled .choices__input {
	cursor: not-allowed;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: #eaeaea
}
.choices.is-disabled .choices__item {
	cursor: not-allowed
}
.choices [hidden] {
	display: none!important
}
.choices[data-type*=select-one] {
	cursor: pointer
}
.choices[data-type*=select-one] .choices__inner {
	padding-bottom: 7.5px
}
.choices[data-type*=select-one] .choices__input {
	display: block;
	width: 100%;
	margin: 0;
	padding: 10px;
	border-bottom: 1px solid #ddd;
	background-color: #fff
}
.choices[data-type*=select-one] .choices__button {
	position: absolute;
	top: 50%;
	right: 0;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	margin-right: 25px;
	padding: 0;
	opacity: .25;
	border-radius: 10em;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
	background-size: 8px
}
.choices[data-type*=select-one] .choices__button:hover, .choices[data-type*=select-one] .choices__button:focus {
	opacity: 1
}
.choices[data-type*=select-one] .choices__button:focus {
	-webkit-box-shadow: 0 0 0 2px #00bcd4;
	box-shadow: 0 0 0 2px #00bcd4
}
.choices[data-type*=select-one] .choices__item[data-value=""] .choices__button {
	display: none
}
.choices[data-type*=select-one]::after {
	position: absolute;
	top: 50%;
	right: 11.5px;
	width: 0;
	height: 0;
	margin-top: -2.5px;
	content: "";
	pointer-events: none;
	border-width: 5px;
	border-style: solid;
	border-color: #333 transparent transparent transparent
}
.choices[data-type*=select-one].is-open::after {
	margin-top: -7.5px;
	border-color: transparent transparent #333 transparent
}
.choices[data-type*=select-one][dir=rtl]::after {
	right: auto;
	left: 11.5px
}
.choices[data-type*=select-one][dir=rtl] .choices__button {
	right: auto;
	left: 0;
	margin-right: 0;
	margin-left: 25px
}
.choices[data-type*=select-multiple] .choices__inner, .choices[data-type*=text] .choices__inner {
	cursor: text
}
.choices[data-type*=select-multiple] .choices__button, .choices[data-type*=text] .choices__button {
	line-height: 1;
	position: relative;
	display: inline-block;
	width: 8px;
	margin-top: 0;
	margin-right: -4px;
	margin-bottom: 0;
	margin-left: 8px;
	padding-left: 16px;
	opacity: .75;
	border-left: 1px solid #008fa1;
	border-radius: 0;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
	background-size: 8px
}
.choices[data-type*=select-multiple] .choices__button:hover, .choices[data-type*=select-multiple] .choices__button:focus, .choices[data-type*=text] .choices__button:hover, .choices[data-type*=text] .choices__button:focus {
	opacity: 1
}
.choices__inner {
	font-size: 14px;
	display: inline-block;
	overflow: hidden;
	width: 100%;
	min-height: 44px;
	padding: 7.5px 7.5px 3.75px;
	vertical-align: top;
	border: 1px solid #ddd;
	border-radius: 2.5px;
	background-color: #f9f9f9
}
.is-focused .choices__inner, .is-open .choices__inner {
	border-color: #b7b7b7
}
.is-open .choices__inner {
	border-radius: 2.5px 2.5px 0 0
}
.is-flipped.is-open .choices__inner {
	border-radius: 0 0 2.5px 2.5px
}
.choices__list {
	margin: 0;
	padding-left: 0;
	list-style: none
}
.choices__list--single {
	display: inline-block;
	width: 100%;
	padding: 4px 16px 4px 4px
}
[dir=rtl] .choices__list--single {
	padding-right: 4px;
	padding-left: 16px
}
.choices__list--single .choices__item {
	width: 100%
}
.choices__list--multiple {
	display: inline
}
.choices__list--multiple .choices__item {
	font-size: 12px;
	font-weight: 500;
	display: inline-block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: 3.75px;
	margin-bottom: 3.75px;
	padding: 4px 10px;
	vertical-align: middle;
	word-break: break-all;
	color: #fff;
	border: 1px solid #00a5bb;
	border-radius: 20px;
	background-color: #00bcd4
}
.choices__list--multiple .choices__item[data-deletable] {
	padding-right: 5px
}
[dir=rtl] .choices__list--multiple .choices__item {
	margin-right: 0;
	margin-left: 3.75px
}
.choices__list--multiple .choices__item.is-highlighted {
	border: 1px solid #008fa1;
	background-color: #00a5bb
}
.is-disabled .choices__list--multiple .choices__item {
	border: 1px solid #919191;
	background-color: #aaa
}
.choices__list--dropdown {
	position: absolute;
	z-index: 10;
	top: 100%;
	visibility: hidden;
	overflow: hidden;
	width: 100%;
	margin-top: -1px;
	word-break: break-all;
	border: 1px solid #ddd;
	border-bottom-right-radius: 2.5px;
	border-bottom-left-radius: 2.5px;
	background-color: #fff;
	will-change: visibility
}
.choices__list--dropdown.is-active {
	visibility: visible
}
.is-open .choices__list--dropdown {
	border-color: #b7b7b7
}
.is-flipped .choices__list--dropdown {
	top: auto;
	bottom: 100%;
	margin-top: 0;
	margin-bottom: -1px;
	border-radius: .25rem .25rem 0 0
}
.choices__list--dropdown .choices__list {
	position: relative;
	overflow: auto;
	max-height: 300px;
	-webkit-overflow-scrolling: touch;
	will-change: scroll-position
}
.choices__list--dropdown .choices__item {
	font-size: 14px;
	position: relative;
	padding: 10px
}
[dir=rtl] .choices__list--dropdown .choices__item {
	text-align: right
}
@media (min-width:640px) {
	.choices__list--dropdown .choices__item--selectable {
		padding-right: 100px
	}
	.choices__list--dropdown .choices__item--selectable::after {
		font-size: 12px;
		position: absolute;
		top: 50%;
		right: 10px;
		content: attr(data-select-text);
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		opacity: 0
	}
	[dir=rtl] .choices__list--dropdown .choices__item--selectable {
		padding-right: 10px;
		padding-left: 100px;
		text-align: right
	}
	[dir=rtl] .choices__list--dropdown .choices__item--selectable::after {
		right: auto;
		left: 10px
	}
}
.choices__list--dropdown .choices__item--selectable.is-highlighted {
	background-color: #f2f2f2
}
.choices__list--dropdown .choices__item--selectable.is-highlighted::after {
	opacity: .5
}
.choices__item {
	cursor: default
}
.choices__item--selectable {
	cursor: pointer
}
.choices__item--disabled {
	cursor: not-allowed;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	opacity: .5
}
.choices__heading {
	font-size: 12px;
	font-weight: 600;
	padding: 10px;
	color: gray;
	border-bottom: 1px solid #f7f7f7
}
.choices__button {
	cursor: pointer;
	text-indent: -9999px;
	border: 0;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}
.choices__button:focus {
	outline: 0
}
.choices__input {
	font-size: 14px;
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	padding: 4px 0 4px 2px;
	vertical-align: baseline;
	border: 0;
	border-radius: 0;
	background-color: #f9f9f9
}
.choices__input:focus {
	outline: 0
}
[dir=rtl] .choices__input {
	padding-right: 2px;
	padding-left: 0
}
.choices__placeholder {
	opacity: .5
}
:root {
	--primary: #007db8;
	--blue: #007db8;
	--cyan: #06e9fd;
	--navy: #004377;
	--navy-dark: #002542;
	--gold: #fad239;
	--gold-light: #ffdd54;
	--green-rich: #03884a;
	--green-bright: #6bbe51;
	--green-techno: #8dc63f;
	--pink: #c005fd;
	--orange: #ef4136;
	--link-color: #0075ac;
	--heading-color: #002542;
	--arrow-color-mobile: #ffffff;
	--arrow-color-mobile-active: #fad239;
	--arrow-color-desktop: #008acc;
	--arrow-color-desktop-active: #fad239
}
.video-container {
  display: grid;
  justify-items: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.video-container video {
  position: absolute;
  z-index: 1;
  top: 50%;
  left:50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
}
.responsive {
  width: 100%;
  height: auto;
}
.infographMobile {
     width: 50%; padding: 0; margin: 0; float: left; 
}


@media screen and (max-width: 600px) {
    .infographMobile {
     width: 100%; 
     float:clear;
     }
}