@charset "UTF-8";
/*!
Theme Name: Contabilizei Responde
Theme URI: http://underscores.me/
Author: Contabilizei
Author URI: https://www.contabilizei.com.br/
Description: Um incrível tema criado para Contabilizei
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: contabilizei-responde
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Contabilizei Responde is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1, .h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small, .small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Bootstrap
--------------------------------------------------------------*/
:root {
	--bs-blue: #0d6efd;
	--bs-indigo: #6610f2;
	--bs-purple: #6f42c1;
	--bs-pink: #d63384;
	--bs-red: #DE3618;
	--bs-orange: #fd7e14;
	--bs-yellow: #ffc107;
	--bs-green: #30A64A;
	--bs-teal: #20c997;
	--bs-cyan: #0dcaf0;
	--bs-white: #FFFFFF;
	--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: #002868;
	--bs-secondary: #04F7F7;
	--bs-success: #30A64A;
	--bs-info: #0dcaf0;
	--bs-warning: #ffc107;
	--bs-danger: #DE3618;
	--bs-light: #f8f9fa;
	--bs-dark: #212529;
	--bs-primary-rgb: 0, 40, 104;
	--bs-secondary-rgb: 4, 247, 247;
	--bs-success-rgb: 48, 166, 74;
	--bs-info-rgb: 13, 202, 240;
	--bs-warning-rgb: 255, 193, 7;
	--bs-danger-rgb: 222, 54, 24;
	--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: #FFFFFF;
}

*,
*::before,
*::after {
	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: rgba(0, 0, 0, 0);
}

hr {
	margin: 1rem 0;
	color: inherit;
	background-color: currentColor;
	border: 0;
	opacity: 0.25;
}

hr:not([size]) {
	height: 1px;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	margin-top: 0;
	margin-bottom: 0.5rem;
	font-family: "Lato", sans-serif;
	font-weight: 700;
	line-height: 1.2;
	color: #002259;
}

h1, .h1 {
	font-size: calc(1.425rem + 2.1vw);
}

@media (min-width: 1200px) {
	h1, .h1 {
		font-size: 3rem;
	}
}

h2, .h2 {
	font-size: calc(1.35rem + 1.2vw);
}

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

h3, .h3 {
	font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
	h3, .h3 {
		font-size: 1.5rem;
	}
}

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

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

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

p {
	margin-top: 0;
	margin-bottom: 1rem;
}

abbr[title],
abbr[data-bs-original-title] {
	text-decoration: underline dotted;
	cursor: help;
	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: 0.875em;
}

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

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

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

a {
	color: #157FFB;
	text-decoration: underline;
}

a:hover {
	color: #1166c9;
}

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 /* rtl:ignore */;
	unicode-bidi: bidi-override;
}

pre {
	display: block;
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto;
	font-size: 0.875em;
}

pre code {
	font-size: inherit;
	color: inherit;
	word-break: normal;
}

code {
	font-size: 0.875em;
	color: #d63384;
	word-wrap: break-word;
}

a > code {
	color: inherit;
}

kbd {
	padding: 0.2rem 0.4rem;
	font-size: 0.875em;
	color: #FFFFFF;
	background-color: #212529;
	border-radius: 0.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: 0.5rem;
	padding-bottom: 0.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: 0.5rem;
	font-size: calc(1.275rem + 0.3vw);
	line-height: inherit;
}

@media (min-width: 1200px) {
	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;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-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;
}

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

.display-1 {
	font-size: calc(1.625rem + 4.5vw);
	font-weight: 300;
	line-height: 1.2;
}

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

.display-2 {
	font-size: calc(1.575rem + 3.9vw);
	font-weight: 300;
	line-height: 1.2;
}

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

.display-3 {
	font-size: calc(1.525rem + 3.3vw);
	font-weight: 300;
	line-height: 1.2;
}

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

.display-4 {
	font-size: calc(1.475rem + 2.7vw);
	font-weight: 300;
	line-height: 1.2;
}

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

.display-5 {
	font-size: calc(1.425rem + 2.1vw);
	font-weight: 300;
	line-height: 1.2;
}

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

.display-6 {
	font-size: calc(1.375rem + 1.5vw);
	font-weight: 300;
	line-height: 1.2;
}

@media (min-width: 1200px) {
	.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: 0.5rem;
}

.initialism {
	font-size: 0.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: 0.875em;
	color: #6c757d;
}

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

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

.img-thumbnail {
	padding: 0.25rem;
	background-color: #FFFFFF;
	border: 1px solid #dee2e6;
	border-radius: 0.25rem;
	max-width: 100%;
	height: auto;
}

.figure {
	display: inline-block;
}

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

.figure-caption {
	font-size: 0.875em;
	color: #6c757d;
}

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
	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: 576px) {
	.container, .container-sm {
		max-width: 540px;
	}
}

@media (min-width: 768px) {
	.container, .container-sm, .container-md {
		max-width: 720px;
	}
}

@media (min-width: 1240px) {
	.container, .container-sm, .container-md, .container-lg {
		max-width: 960px;
	}
}

.container, .container-sm, .container-md, .container-lg, .container-xxl {
	max-width: 1200px;
}

@media (min-width: 1400px) {
	.container, .container-sm, .container-md, .container-lg, .container-xxl {
		max-width: 1320px;
	}
}

.row {
	--bs-gutter-x: 1.5rem;
	--bs-gutter-y: 0;
	display: flex;
	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 > * {
	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 {
	flex: 1 0 0%;
}

.row-cols-auto > * {
	flex: 0 0 auto;
	width: auto;
}

.row-cols-1 > * {
	flex: 0 0 auto;
	width: 100%;
}

.row-cols-2 > * {
	flex: 0 0 auto;
	width: 50%;
}

.row-cols-3 > * {
	flex: 0 0 auto;
	width: 33.33333%;
}

.row-cols-4 > * {
	flex: 0 0 auto;
	width: 25%;
}

.row-cols-5 > * {
	flex: 0 0 auto;
	width: 20%;
}

.row-cols-6 > * {
	flex: 0 0 auto;
	width: 16.66667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.col-12 {
	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: 4px;
}

.g-1,
.gy-1 {
	--bs-gutter-y: 4px;
}

.g-2,
.gx-2 {
	--bs-gutter-x: 8px;
}

.g-2,
.gy-2 {
	--bs-gutter-y: 8px;
}

.g-3,
.gx-3 {
	--bs-gutter-x: 12px;
}

.g-3,
.gy-3 {
	--bs-gutter-y: 12px;
}

.g-4,
.gx-4 {
	--bs-gutter-x: 16px;
}

.g-4,
.gy-4 {
	--bs-gutter-y: 16px;
}

.g-5,
.gx-5 {
	--bs-gutter-x: 20px;
}

.g-5,
.gy-5 {
	--bs-gutter-y: 20px;
}

.g-6,
.gx-6 {
	--bs-gutter-x: 24px;
}

.g-6,
.gy-6 {
	--bs-gutter-y: 24px;
}

.g-7,
.gx-7 {
	--bs-gutter-x: 32px;
}

.g-7,
.gy-7 {
	--bs-gutter-y: 32px;
}

.g-8,
.gx-8 {
	--bs-gutter-x: 48px;
}

.g-8,
.gy-8 {
	--bs-gutter-y: 48px;
}

.g-9,
.gx-9 {
	--bs-gutter-x: 56px;
}

.g-9,
.gy-9 {
	--bs-gutter-y: 56px;
}

.g-10,
.gx-10 {
	--bs-gutter-x: 64px;
}

.g-10,
.gy-10 {
	--bs-gutter-y: 64px;
}

.g-11,
.gx-11 {
	--bs-gutter-x: 72px;
}

.g-11,
.gy-11 {
	--bs-gutter-y: 72px;
}

.g-12,
.gx-12 {
	--bs-gutter-x: 96px;
}

.g-12,
.gy-12 {
	--bs-gutter-y: 96px;
}

@media (min-width: 576px) {
	.col-sm {
		flex: 1 0 0%;
	}
	.row-cols-sm-auto > * {
		flex: 0 0 auto;
		width: auto;
	}
	.row-cols-sm-1 > * {
		flex: 0 0 auto;
		width: 100%;
	}
	.row-cols-sm-2 > * {
		flex: 0 0 auto;
		width: 50%;
	}
	.row-cols-sm-3 > * {
		flex: 0 0 auto;
		width: 33.33333%;
	}
	.row-cols-sm-4 > * {
		flex: 0 0 auto;
		width: 25%;
	}
	.row-cols-sm-5 > * {
		flex: 0 0 auto;
		width: 20%;
	}
	.row-cols-sm-6 > * {
		flex: 0 0 auto;
		width: 16.66667%;
	}
	.col-sm-auto {
		flex: 0 0 auto;
		width: auto;
	}
	.col-sm-1 {
		flex: 0 0 auto;
		width: 8.33333%;
	}
	.col-sm-2 {
		flex: 0 0 auto;
		width: 16.66667%;
	}
	.col-sm-3 {
		flex: 0 0 auto;
		width: 25%;
	}
	.col-sm-4 {
		flex: 0 0 auto;
		width: 33.33333%;
	}
	.col-sm-5 {
		flex: 0 0 auto;
		width: 41.66667%;
	}
	.col-sm-6 {
		flex: 0 0 auto;
		width: 50%;
	}
	.col-sm-7 {
		flex: 0 0 auto;
		width: 58.33333%;
	}
	.col-sm-8 {
		flex: 0 0 auto;
		width: 66.66667%;
	}
	.col-sm-9 {
		flex: 0 0 auto;
		width: 75%;
	}
	.col-sm-10 {
		flex: 0 0 auto;
		width: 83.33333%;
	}
	.col-sm-11 {
		flex: 0 0 auto;
		width: 91.66667%;
	}
	.col-sm-12 {
		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: 4px;
	}
	.g-sm-1,
	.gy-sm-1 {
		--bs-gutter-y: 4px;
	}
	.g-sm-2,
	.gx-sm-2 {
		--bs-gutter-x: 8px;
	}
	.g-sm-2,
	.gy-sm-2 {
		--bs-gutter-y: 8px;
	}
	.g-sm-3,
	.gx-sm-3 {
		--bs-gutter-x: 12px;
	}
	.g-sm-3,
	.gy-sm-3 {
		--bs-gutter-y: 12px;
	}
	.g-sm-4,
	.gx-sm-4 {
		--bs-gutter-x: 16px;
	}
	.g-sm-4,
	.gy-sm-4 {
		--bs-gutter-y: 16px;
	}
	.g-sm-5,
	.gx-sm-5 {
		--bs-gutter-x: 20px;
	}
	.g-sm-5,
	.gy-sm-5 {
		--bs-gutter-y: 20px;
	}
	.g-sm-6,
	.gx-sm-6 {
		--bs-gutter-x: 24px;
	}
	.g-sm-6,
	.gy-sm-6 {
		--bs-gutter-y: 24px;
	}
	.g-sm-7,
	.gx-sm-7 {
		--bs-gutter-x: 32px;
	}
	.g-sm-7,
	.gy-sm-7 {
		--bs-gutter-y: 32px;
	}
	.g-sm-8,
	.gx-sm-8 {
		--bs-gutter-x: 48px;
	}
	.g-sm-8,
	.gy-sm-8 {
		--bs-gutter-y: 48px;
	}
	.g-sm-9,
	.gx-sm-9 {
		--bs-gutter-x: 56px;
	}
	.g-sm-9,
	.gy-sm-9 {
		--bs-gutter-y: 56px;
	}
	.g-sm-10,
	.gx-sm-10 {
		--bs-gutter-x: 64px;
	}
	.g-sm-10,
	.gy-sm-10 {
		--bs-gutter-y: 64px;
	}
	.g-sm-11,
	.gx-sm-11 {
		--bs-gutter-x: 72px;
	}
	.g-sm-11,
	.gy-sm-11 {
		--bs-gutter-y: 72px;
	}
	.g-sm-12,
	.gx-sm-12 {
		--bs-gutter-x: 96px;
	}
	.g-sm-12,
	.gy-sm-12 {
		--bs-gutter-y: 96px;
	}
}

@media (min-width: 768px) {
	.col-md {
		flex: 1 0 0%;
	}
	.row-cols-md-auto > * {
		flex: 0 0 auto;
		width: auto;
	}
	.row-cols-md-1 > * {
		flex: 0 0 auto;
		width: 100%;
	}
	.row-cols-md-2 > * {
		flex: 0 0 auto;
		width: 50%;
	}
	.row-cols-md-3 > * {
		flex: 0 0 auto;
		width: 33.33333%;
	}
	.row-cols-md-4 > * {
		flex: 0 0 auto;
		width: 25%;
	}
	.row-cols-md-5 > * {
		flex: 0 0 auto;
		width: 20%;
	}
	.row-cols-md-6 > * {
		flex: 0 0 auto;
		width: 16.66667%;
	}
	.col-md-auto {
		flex: 0 0 auto;
		width: auto;
	}
	.col-md-1 {
		flex: 0 0 auto;
		width: 8.33333%;
	}
	.col-md-2 {
		flex: 0 0 auto;
		width: 16.66667%;
	}
	.col-md-3 {
		flex: 0 0 auto;
		width: 25%;
	}
	.col-md-4 {
		flex: 0 0 auto;
		width: 33.33333%;
	}
	.col-md-5 {
		flex: 0 0 auto;
		width: 41.66667%;
	}
	.col-md-6 {
		flex: 0 0 auto;
		width: 50%;
	}
	.col-md-7 {
		flex: 0 0 auto;
		width: 58.33333%;
	}
	.col-md-8 {
		flex: 0 0 auto;
		width: 66.66667%;
	}
	.col-md-9 {
		flex: 0 0 auto;
		width: 75%;
	}
	.col-md-10 {
		flex: 0 0 auto;
		width: 83.33333%;
	}
	.col-md-11 {
		flex: 0 0 auto;
		width: 91.66667%;
	}
	.col-md-12 {
		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: 4px;
	}
	.g-md-1,
	.gy-md-1 {
		--bs-gutter-y: 4px;
	}
	.g-md-2,
	.gx-md-2 {
		--bs-gutter-x: 8px;
	}
	.g-md-2,
	.gy-md-2 {
		--bs-gutter-y: 8px;
	}
	.g-md-3,
	.gx-md-3 {
		--bs-gutter-x: 12px;
	}
	.g-md-3,
	.gy-md-3 {
		--bs-gutter-y: 12px;
	}
	.g-md-4,
	.gx-md-4 {
		--bs-gutter-x: 16px;
	}
	.g-md-4,
	.gy-md-4 {
		--bs-gutter-y: 16px;
	}
	.g-md-5,
	.gx-md-5 {
		--bs-gutter-x: 20px;
	}
	.g-md-5,
	.gy-md-5 {
		--bs-gutter-y: 20px;
	}
	.g-md-6,
	.gx-md-6 {
		--bs-gutter-x: 24px;
	}
	.g-md-6,
	.gy-md-6 {
		--bs-gutter-y: 24px;
	}
	.g-md-7,
	.gx-md-7 {
		--bs-gutter-x: 32px;
	}
	.g-md-7,
	.gy-md-7 {
		--bs-gutter-y: 32px;
	}
	.g-md-8,
	.gx-md-8 {
		--bs-gutter-x: 48px;
	}
	.g-md-8,
	.gy-md-8 {
		--bs-gutter-y: 48px;
	}
	.g-md-9,
	.gx-md-9 {
		--bs-gutter-x: 56px;
	}
	.g-md-9,
	.gy-md-9 {
		--bs-gutter-y: 56px;
	}
	.g-md-10,
	.gx-md-10 {
		--bs-gutter-x: 64px;
	}
	.g-md-10,
	.gy-md-10 {
		--bs-gutter-y: 64px;
	}
	.g-md-11,
	.gx-md-11 {
		--bs-gutter-x: 72px;
	}
	.g-md-11,
	.gy-md-11 {
		--bs-gutter-y: 72px;
	}
	.g-md-12,
	.gx-md-12 {
		--bs-gutter-x: 96px;
	}
	.g-md-12,
	.gy-md-12 {
		--bs-gutter-y: 96px;
	}
}

@media (min-width: 1240px) {
	.col-lg {
		flex: 1 0 0%;
	}
	.row-cols-lg-auto > * {
		flex: 0 0 auto;
		width: auto;
	}
	.row-cols-lg-1 > * {
		flex: 0 0 auto;
		width: 100%;
	}
	.row-cols-lg-2 > * {
		flex: 0 0 auto;
		width: 50%;
	}
	.row-cols-lg-3 > * {
		flex: 0 0 auto;
		width: 33.33333%;
	}
	.row-cols-lg-4 > * {
		flex: 0 0 auto;
		width: 25%;
	}
	.row-cols-lg-5 > * {
		flex: 0 0 auto;
		width: 20%;
	}
	.row-cols-lg-6 > * {
		flex: 0 0 auto;
		width: 16.66667%;
	}
	.col-lg-auto {
		flex: 0 0 auto;
		width: auto;
	}
	.col-lg-1 {
		flex: 0 0 auto;
		width: 8.33333%;
	}
	.col-lg-2 {
		flex: 0 0 auto;
		width: 16.66667%;
	}
	.col-lg-3 {
		flex: 0 0 auto;
		width: 25%;
	}
	.col-lg-4 {
		flex: 0 0 auto;
		width: 33.33333%;
	}
	.col-lg-5 {
		flex: 0 0 auto;
		width: 41.66667%;
	}
	.col-lg-6 {
		flex: 0 0 auto;
		width: 50%;
	}
	.col-lg-7 {
		flex: 0 0 auto;
		width: 58.33333%;
	}
	.col-lg-8 {
		flex: 0 0 auto;
		width: 66.66667%;
	}
	.col-lg-9 {
		flex: 0 0 auto;
		width: 75%;
	}
	.col-lg-10 {
		flex: 0 0 auto;
		width: 83.33333%;
	}
	.col-lg-11 {
		flex: 0 0 auto;
		width: 91.66667%;
	}
	.col-lg-12 {
		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: 4px;
	}
	.g-lg-1,
	.gy-lg-1 {
		--bs-gutter-y: 4px;
	}
	.g-lg-2,
	.gx-lg-2 {
		--bs-gutter-x: 8px;
	}
	.g-lg-2,
	.gy-lg-2 {
		--bs-gutter-y: 8px;
	}
	.g-lg-3,
	.gx-lg-3 {
		--bs-gutter-x: 12px;
	}
	.g-lg-3,
	.gy-lg-3 {
		--bs-gutter-y: 12px;
	}
	.g-lg-4,
	.gx-lg-4 {
		--bs-gutter-x: 16px;
	}
	.g-lg-4,
	.gy-lg-4 {
		--bs-gutter-y: 16px;
	}
	.g-lg-5,
	.gx-lg-5 {
		--bs-gutter-x: 20px;
	}
	.g-lg-5,
	.gy-lg-5 {
		--bs-gutter-y: 20px;
	}
	.g-lg-6,
	.gx-lg-6 {
		--bs-gutter-x: 24px;
	}
	.g-lg-6,
	.gy-lg-6 {
		--bs-gutter-y: 24px;
	}
	.g-lg-7,
	.gx-lg-7 {
		--bs-gutter-x: 32px;
	}
	.g-lg-7,
	.gy-lg-7 {
		--bs-gutter-y: 32px;
	}
	.g-lg-8,
	.gx-lg-8 {
		--bs-gutter-x: 48px;
	}
	.g-lg-8,
	.gy-lg-8 {
		--bs-gutter-y: 48px;
	}
	.g-lg-9,
	.gx-lg-9 {
		--bs-gutter-x: 56px;
	}
	.g-lg-9,
	.gy-lg-9 {
		--bs-gutter-y: 56px;
	}
	.g-lg-10,
	.gx-lg-10 {
		--bs-gutter-x: 64px;
	}
	.g-lg-10,
	.gy-lg-10 {
		--bs-gutter-y: 64px;
	}
	.g-lg-11,
	.gx-lg-11 {
		--bs-gutter-x: 72px;
	}
	.g-lg-11,
	.gy-lg-11 {
		--bs-gutter-y: 72px;
	}
	.g-lg-12,
	.gx-lg-12 {
		--bs-gutter-x: 96px;
	}
	.g-lg-12,
	.gy-lg-12 {
		--bs-gutter-y: 96px;
	}
}

@media (min-width: 1400px) {
	.col-xxl {
		flex: 1 0 0%;
	}
	.row-cols-xxl-auto > * {
		flex: 0 0 auto;
		width: auto;
	}
	.row-cols-xxl-1 > * {
		flex: 0 0 auto;
		width: 100%;
	}
	.row-cols-xxl-2 > * {
		flex: 0 0 auto;
		width: 50%;
	}
	.row-cols-xxl-3 > * {
		flex: 0 0 auto;
		width: 33.33333%;
	}
	.row-cols-xxl-4 > * {
		flex: 0 0 auto;
		width: 25%;
	}
	.row-cols-xxl-5 > * {
		flex: 0 0 auto;
		width: 20%;
	}
	.row-cols-xxl-6 > * {
		flex: 0 0 auto;
		width: 16.66667%;
	}
	.col-xxl-auto {
		flex: 0 0 auto;
		width: auto;
	}
	.col-xxl-1 {
		flex: 0 0 auto;
		width: 8.33333%;
	}
	.col-xxl-2 {
		flex: 0 0 auto;
		width: 16.66667%;
	}
	.col-xxl-3 {
		flex: 0 0 auto;
		width: 25%;
	}
	.col-xxl-4 {
		flex: 0 0 auto;
		width: 33.33333%;
	}
	.col-xxl-5 {
		flex: 0 0 auto;
		width: 41.66667%;
	}
	.col-xxl-6 {
		flex: 0 0 auto;
		width: 50%;
	}
	.col-xxl-7 {
		flex: 0 0 auto;
		width: 58.33333%;
	}
	.col-xxl-8 {
		flex: 0 0 auto;
		width: 66.66667%;
	}
	.col-xxl-9 {
		flex: 0 0 auto;
		width: 75%;
	}
	.col-xxl-10 {
		flex: 0 0 auto;
		width: 83.33333%;
	}
	.col-xxl-11 {
		flex: 0 0 auto;
		width: 91.66667%;
	}
	.col-xxl-12 {
		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: 4px;
	}
	.g-xxl-1,
	.gy-xxl-1 {
		--bs-gutter-y: 4px;
	}
	.g-xxl-2,
	.gx-xxl-2 {
		--bs-gutter-x: 8px;
	}
	.g-xxl-2,
	.gy-xxl-2 {
		--bs-gutter-y: 8px;
	}
	.g-xxl-3,
	.gx-xxl-3 {
		--bs-gutter-x: 12px;
	}
	.g-xxl-3,
	.gy-xxl-3 {
		--bs-gutter-y: 12px;
	}
	.g-xxl-4,
	.gx-xxl-4 {
		--bs-gutter-x: 16px;
	}
	.g-xxl-4,
	.gy-xxl-4 {
		--bs-gutter-y: 16px;
	}
	.g-xxl-5,
	.gx-xxl-5 {
		--bs-gutter-x: 20px;
	}
	.g-xxl-5,
	.gy-xxl-5 {
		--bs-gutter-y: 20px;
	}
	.g-xxl-6,
	.gx-xxl-6 {
		--bs-gutter-x: 24px;
	}
	.g-xxl-6,
	.gy-xxl-6 {
		--bs-gutter-y: 24px;
	}
	.g-xxl-7,
	.gx-xxl-7 {
		--bs-gutter-x: 32px;
	}
	.g-xxl-7,
	.gy-xxl-7 {
		--bs-gutter-y: 32px;
	}
	.g-xxl-8,
	.gx-xxl-8 {
		--bs-gutter-x: 48px;
	}
	.g-xxl-8,
	.gy-xxl-8 {
		--bs-gutter-y: 48px;
	}
	.g-xxl-9,
	.gx-xxl-9 {
		--bs-gutter-x: 56px;
	}
	.g-xxl-9,
	.gy-xxl-9 {
		--bs-gutter-y: 56px;
	}
	.g-xxl-10,
	.gx-xxl-10 {
		--bs-gutter-x: 64px;
	}
	.g-xxl-10,
	.gy-xxl-10 {
		--bs-gutter-y: 64px;
	}
	.g-xxl-11,
	.gx-xxl-11 {
		--bs-gutter-x: 72px;
	}
	.g-xxl-11,
	.gy-xxl-11 {
		--bs-gutter-y: 72px;
	}
	.g-xxl-12,
	.gx-xxl-12 {
		--bs-gutter-x: 96px;
	}
	.g-xxl-12,
	.gy-xxl-12 {
		--bs-gutter-y: 96px;
	}
}

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

.link-primary {
	color: #002868;
}

.link-primary:hover, .link-primary:focus {
	color: #002053;
}

.link-secondary {
	color: #04F7F7;
}

.link-secondary:hover, .link-secondary:focus {
	color: #36f9f9;
}

.link-success {
	color: #30A64A;
}

.link-success:hover, .link-success:focus {
	color: #59b86e;
}

.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: #DE3618;
}

.link-danger:hover, .link-danger:focus {
	color: #b22b13;
}

.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: 1240px) {
	.sticky-lg-top {
		position: sticky;
		top: 0;
		z-index: 1020;
	}
}

@media (min-width: 1400px) {
	.sticky-xxl-top {
		position: sticky;
		top: 0;
		z-index: 1020;
	}
}

.hstack {
	display: flex;
	flex-direction: row;
	align-items: center;
	align-self: stretch;
}

.vstack {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	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;
	align-self: stretch;
	width: 1px;
	min-height: 1em;
	background-color: currentColor;
	opacity: 0.25;
}

.fade {
	transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
	.fade {
		transition: none;
	}
}

.fade:not(.show) {
	opacity: 0;
}

.collapse:not(.show) {
	display: none;
}

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

@media (prefers-reduced-motion: reduce) {
	.collapsing {
		transition: none;
	}
}

.collapsing.collapse-horizontal {
	width: 0;
	height: auto;
	transition: width 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
	.collapsing.collapse-horizontal {
		transition: none;
	}
}

.dropup,
.dropend,
.dropdown,
.dropstart {
	position: relative;
}

.dropdown-toggle {
	white-space: nowrap;
}

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

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

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

.dropdown-menu[data-bs-popper] {
	top: 100%;
	left: 0;
	margin-top: 0.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: 1240px) {
	.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: 1400px) {
	.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;
	}
}

.dropup .dropdown-menu[data-bs-popper] {
	top: auto;
	bottom: 100%;
	margin-top: 0;
	margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
	display: inline-block;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: "";
	border-top: 0;
	border-right: 0.3em solid transparent;
	border-bottom: 0.3em solid;
	border-left: 0.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: 0.125rem;
}

.dropend .dropdown-toggle::after {
	display: inline-block;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: "";
	border-top: 0.3em solid transparent;
	border-right: 0;
	border-bottom: 0.3em solid transparent;
	border-left: 0.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: 0.125rem;
}

.dropstart .dropdown-toggle::after {
	display: inline-block;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: "";
}

.dropstart .dropdown-toggle::after {
	display: none;
}

.dropstart .dropdown-toggle::before {
	display: inline-block;
	margin-right: 0.255em;
	vertical-align: 0.255em;
	content: "";
	border-top: 0.3em solid transparent;
	border-right: 0.3em solid;
	border-bottom: 0.3em solid transparent;
}

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

.dropstart .dropdown-toggle::before {
	vertical-align: 0;
}

.dropdown-divider {
	height: 0;
	margin: 0.5rem 0;
	overflow: hidden;
	border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.dropdown-item {
	display: block;
	width: 100%;
	padding: 0.25rem 1rem;
	clear: both;
	font-weight: 400;
	color: #212529;
	text-align: inherit;
	text-decoration: none;
	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: #FFFFFF;
	text-decoration: none;
	background-color: #002868;
}

.dropdown-item.disabled, .dropdown-item:disabled {
	color: #adb5bd;
	pointer-events: none;
	background-color: transparent;
}

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

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

.dropdown-item-text {
	display: block;
	padding: 0.25rem 1rem;
	color: #212529;
}

.dropdown-menu-dark {
	color: #dee2e6;
	background-color: #343a40;
	border-color: rgba(0, 0, 0, 0.15);
}

.dropdown-menu-dark .dropdown-item {
	color: #dee2e6;
}

.dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus {
	color: #FFFFFF;
	background-color: rgba(255, 255, 255, 0.15);
}

.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
	color: #FFFFFF;
	background-color: #002868;
}

.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, 0.15);
}

.dropdown-menu-dark .dropdown-item-text {
	color: #dee2e6;
}

.dropdown-menu-dark .dropdown-header {
	color: #adb5bd;
}

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

.nav-link {
	display: block;
	padding: 0 1rem;
	font-weight: 400;
	color: #157FFB;
	text-decoration: none;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
	.nav-link {
		transition: none;
	}
}

.nav-link:hover, .nav-link:focus {
	color: #1166c9;
}

.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: none;
	border: 1px solid transparent;
	border-top-left-radius: 0.25rem;
	border-top-right-radius: 0.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: #FFFFFF;
	border-color: #dee2e6 #dee2e6 #FFFFFF;
}

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

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

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
	color: #FFFFFF;
	background-color: #002868;
}

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

.nav-justified > .nav-link,
.nav-justified .nav-item {
	flex-basis: 0;
	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: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding-top: 0.813rem;
	padding-bottom: 0.813rem;
}

.navbar > .container,
.navbar > .container-fluid, .navbar > .container-sm, .navbar > .container-md, .navbar > .container-lg, .navbar > .container-xl, .navbar > .container-xxl {
	display: flex;
	flex-wrap: inherit;
	align-items: center;
	justify-content: space-between;
}

.navbar-brand {
	text-decoration: none;
	white-space: nowrap;
}

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

.navbar-nav .nav-link {
	padding-right: 0;
	padding-left: 0;
}

.navbar-nav .dropdown-menu {
	position: static;
}

.navbar-text {
	padding-top: 0;
	padding-bottom: 0;
}

.navbar-collapse {
	flex-basis: 100%;
	flex-grow: 1;
	align-items: center;
}

.navbar-toggler {
	padding: 0.25rem 0.75rem;
	font-size: 1.25rem;
	line-height: 1;
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: 0.25rem;
	transition: box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
	.navbar-toggler {
		transition: none;
	}
}

.navbar-toggler:hover {
	text-decoration: none;
}

.navbar-toggler:focus {
	text-decoration: none;
	outline: 0;
	box-shadow: 0 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 {
		flex-wrap: nowrap;
		justify-content: flex-start;
	}
	.navbar-expand-sm .navbar-nav {
		flex-direction: row;
	}
	.navbar-expand-sm .navbar-nav .dropdown-menu {
		position: absolute;
	}
	.navbar-expand-sm .navbar-nav .nav-link {
		padding-right: 0.5rem;
		padding-left: 0.5rem;
	}
	.navbar-expand-sm .navbar-nav-scroll {
		overflow: visible;
	}
	.navbar-expand-sm .navbar-collapse {
		display: flex !important;
		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;
		flex-grow: 1;
		visibility: visible !important;
		background-color: transparent;
		border-right: 0;
		border-left: 0;
		transition: 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: flex;
		flex-grow: 0;
		padding: 0;
		overflow-y: visible;
	}
}

@media (min-width: 768px) {
	.navbar-expand-md {
		flex-wrap: nowrap;
		justify-content: flex-start;
	}
	.navbar-expand-md .navbar-nav {
		flex-direction: row;
	}
	.navbar-expand-md .navbar-nav .dropdown-menu {
		position: absolute;
	}
	.navbar-expand-md .navbar-nav .nav-link {
		padding-right: 0.5rem;
		padding-left: 0.5rem;
	}
	.navbar-expand-md .navbar-nav-scroll {
		overflow: visible;
	}
	.navbar-expand-md .navbar-collapse {
		display: flex !important;
		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;
		flex-grow: 1;
		visibility: visible !important;
		background-color: transparent;
		border-right: 0;
		border-left: 0;
		transition: 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: flex;
		flex-grow: 0;
		padding: 0;
		overflow-y: visible;
	}
}

@media (min-width: 1240px) {
	.navbar-expand-lg {
		flex-wrap: nowrap;
		justify-content: flex-start;
	}
	.navbar-expand-lg .navbar-nav {
		flex-direction: row;
	}
	.navbar-expand-lg .navbar-nav .dropdown-menu {
		position: absolute;
	}
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: 0.5rem;
		padding-left: 0.5rem;
	}
	.navbar-expand-lg .navbar-nav-scroll {
		overflow: visible;
	}
	.navbar-expand-lg .navbar-collapse {
		display: flex !important;
		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;
		flex-grow: 1;
		visibility: visible !important;
		background-color: transparent;
		border-right: 0;
		border-left: 0;
		transition: 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: flex;
		flex-grow: 0;
		padding: 0;
		overflow-y: visible;
	}
}

@media (min-width: 1400px) {
	.navbar-expand-xxl {
		flex-wrap: nowrap;
		justify-content: flex-start;
	}
	.navbar-expand-xxl .navbar-nav {
		flex-direction: row;
	}
	.navbar-expand-xxl .navbar-nav .dropdown-menu {
		position: absolute;
	}
	.navbar-expand-xxl .navbar-nav .nav-link {
		padding-right: 0.5rem;
		padding-left: 0.5rem;
	}
	.navbar-expand-xxl .navbar-nav-scroll {
		overflow: visible;
	}
	.navbar-expand-xxl .navbar-collapse {
		display: flex !important;
		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;
		flex-grow: 1;
		visibility: visible !important;
		background-color: transparent;
		border-right: 0;
		border-left: 0;
		transition: 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: flex;
		flex-grow: 0;
		padding: 0;
		overflow-y: visible;
	}
}

.navbar-expand {
	flex-wrap: nowrap;
	justify-content: flex-start;
}

.navbar-expand .navbar-nav {
	flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
	position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
	padding-right: 0.5rem;
	padding-left: 0.5rem;
}

.navbar-expand .navbar-nav-scroll {
	overflow: visible;
}

.navbar-expand .navbar-collapse {
	display: flex !important;
	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;
	flex-grow: 1;
	visibility: visible !important;
	background-color: transparent;
	border-right: 0;
	border-left: 0;
	transition: none;
	transform: none;
}

.navbar-expand .offcanvas-top,
.navbar-expand .offcanvas-bottom {
	height: auto;
	border-top: 0;
	border-bottom: 0;
}

.navbar-expand .offcanvas-body {
	display: flex;
	flex-grow: 0;
	padding: 0;
	overflow-y: visible;
}

.navbar-light .navbar-brand {
	color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
	color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
	color: rgba(0, 0, 0, 0.55);
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
	color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
	color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .nav-link.active {
	color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
	color: rgba(0, 0, 0, 0.55);
	border-color: rgba(0, 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, 0.55);
}

.navbar-light .navbar-text a,
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
	color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
	color: #FFFFFF;
}

.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
	color: #FFFFFF;
}

.navbar-dark .navbar-nav .nav-link {
	color: rgba(255, 255, 255, 0.55);
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
	color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
	color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .nav-link.active {
	color: #FFFFFF;
}

.navbar-dark .navbar-toggler {
	color: rgba(255, 255, 255, 0.55);
	border-color: rgba(255, 255, 255, 0.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, 0.55);
}

.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
	color: #FFFFFF;
}

.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: 0.5rem;
	pointer-events: none;
}

.modal.fade .modal-dialog {
	transition: transform 0.3s ease-out;
	transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
	.modal.fade .modal-dialog {
		transition: none;
	}
}

.modal.show .modal-dialog {
	transform: none;
}

.modal.modal-static .modal-dialog {
	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: flex;
	align-items: center;
	min-height: calc(100% - 1rem);
}

.modal-content {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #FFFFFF;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 0.3rem;
	outline: 0;
}

.modal-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1050;
	width: 100vw;
	height: 100vh;
	background-color: #000;
}

.modal-backdrop.fade {
	opacity: 0;
}

.modal-backdrop.show {
	opacity: 0.5;
}

.modal-header {
	display: flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: space-between;
	padding: 1rem 1rem;
	border-bottom: 1px solid #dee2e6;
	border-top-left-radius: calc(0.3rem - 1px);
	border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header .btn-close {
	padding: 0.5rem 0.5rem;
	margin: -0.5rem -0.5rem -0.5rem auto;
}

.modal-title {
	margin-bottom: 0;
	line-height: 1.5;
}

.modal-body {
	position: relative;
	flex: 1 1 auto;
	padding: 1rem;
}

.modal-footer {
	display: flex;
	flex-wrap: wrap;
	flex-shrink: 0;
	align-items: center;
	justify-content: flex-end;
	padding: 0.75rem;
	border-top: 1px solid #dee2e6;
	border-bottom-right-radius: calc(0.3rem - 1px);
	border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer > * {
	margin: 0.25rem;
}

@media (min-width: 576px) {
	.modal-dialog {
		max-width: 500px;
		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: 1240px) {
	.modal-lg,
	.modal-xl {
		max-width: 800px;
	}
}

.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: 1239.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: 1399.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;
	}
}

@keyframes spinner-border {
	to {
		transform: rotate(360deg) /* rtl:ignore */;
	}
}

.spinner-border {
	display: inline-block;
	width: 2rem;
	height: 2rem;
	vertical-align: -0.125em;
	border: 0.25em solid currentColor;
	border-right-color: transparent;
	border-radius: 50%;
	animation: 0.75s linear infinite spinner-border;
}

.spinner-border-sm {
	width: 1rem;
	height: 1rem;
	border-width: 0.2em;
}

@keyframes spinner-grow {
	0% {
		transform: scale(0);
	}
	50% {
		opacity: 1;
		transform: none;
	}
}

.spinner-grow {
	display: inline-block;
	width: 2rem;
	height: 2rem;
	vertical-align: -0.125em;
	background-color: currentColor;
	border-radius: 50%;
	opacity: 0;
	animation: 0.75s linear infinite spinner-grow;
}

.spinner-grow-sm {
	width: 1rem;
	height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
	.spinner-border,
	.spinner-grow {
		animation-duration: 1.5s;
	}
}

.placeholder {
	display: inline-block;
	min-height: 1em;
	vertical-align: middle;
	cursor: wait;
	background-color: currentColor;
	opacity: 0.5;
}

.placeholder.btn::before {
	display: inline-block;
	content: "";
}

.placeholder-xs {
	min-height: .6em;
}

.placeholder-sm {
	min-height: .8em;
}

.placeholder-lg {
	min-height: 1.2em;
}

.placeholder-glow .placeholder {
	animation: placeholder-glow 2s ease-in-out infinite;
}

@keyframes placeholder-glow {
	50% {
		opacity: 0.2;
	}
}

.placeholder-wave {
	mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
	mask-size: 200% 100%;
	animation: placeholder-wave 2s linear infinite;
}

@keyframes placeholder-wave {
	100% {
		mask-position: -200% 0%;
	}
}

.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: 0.25 !important;
}

.opacity-50 {
	opacity: 0.5 !important;
}

.opacity-75 {
	opacity: 0.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: flex !important;
}

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

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

.shadow {
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-sm {
	box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow-lg {
	box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
	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 {
	transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
	transform: translateX(-50%) !important;
}

.translate-middle-y {
	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: #002868 !important;
}

.border-secondary {
	border-color: #04F7F7 !important;
}

.border-success {
	border-color: #30A64A !important;
}

.border-info {
	border-color: #0dcaf0 !important;
}

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

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

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

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

.border-white {
	border-color: #FFFFFF !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 {
	flex: 1 1 auto !important;
}

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

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

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

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

.flex-grow-0 {
	flex-grow: 0 !important;
}

.flex-grow-1 {
	flex-grow: 1 !important;
}

.flex-shrink-0 {
	flex-shrink: 0 !important;
}

.flex-shrink-1 {
	flex-shrink: 1 !important;
}

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

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

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

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

.gap-1 {
	gap: 4px !important;
}

.gap-2 {
	gap: 8px !important;
}

.gap-3 {
	gap: 12px !important;
}

.gap-4 {
	gap: 16px !important;
}

.gap-5 {
	gap: 20px !important;
}

.gap-6 {
	gap: 24px !important;
}

.gap-7 {
	gap: 32px !important;
}

.gap-8 {
	gap: 48px !important;
}

.gap-9 {
	gap: 56px !important;
}

.gap-10 {
	gap: 64px !important;
}

.gap-11 {
	gap: 72px !important;
}

.gap-12 {
	gap: 96px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
	order: -1 !important;
}

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

.order-1 {
	order: 1 !important;
}

.order-2 {
	order: 2 !important;
}

.order-3 {
	order: 3 !important;
}

.order-4 {
	order: 4 !important;
}

.order-5 {
	order: 5 !important;
}

.order-last {
	order: 6 !important;
}

.m-0 {
	margin: 0 !important;
}

.m-1 {
	margin: 4px !important;
}

.m-2 {
	margin: 8px !important;
}

.m-3 {
	margin: 12px !important;
}

.m-4 {
	margin: 16px !important;
}

.m-5 {
	margin: 20px !important;
}

.m-6 {
	margin: 24px !important;
}

.m-7 {
	margin: 32px !important;
}

.m-8 {
	margin: 48px !important;
}

.m-9 {
	margin: 56px !important;
}

.m-10 {
	margin: 64px !important;
}

.m-11 {
	margin: 72px !important;
}

.m-12 {
	margin: 96px !important;
}

.m-auto {
	margin: auto !important;
}

.mx-0 {
	margin-right: 0 !important;
	margin-left: 0 !important;
}

.mx-1 {
	margin-right: 4px !important;
	margin-left: 4px !important;
}

.mx-2 {
	margin-right: 8px !important;
	margin-left: 8px !important;
}

.mx-3 {
	margin-right: 12px !important;
	margin-left: 12px !important;
}

.mx-4 {
	margin-right: 16px !important;
	margin-left: 16px !important;
}

.mx-5 {
	margin-right: 20px !important;
	margin-left: 20px !important;
}

.mx-6 {
	margin-right: 24px !important;
	margin-left: 24px !important;
}

.mx-7 {
	margin-right: 32px !important;
	margin-left: 32px !important;
}

.mx-8 {
	margin-right: 48px !important;
	margin-left: 48px !important;
}

.mx-9 {
	margin-right: 56px !important;
	margin-left: 56px !important;
}

.mx-10 {
	margin-right: 64px !important;
	margin-left: 64px !important;
}

.mx-11 {
	margin-right: 72px !important;
	margin-left: 72px !important;
}

.mx-12 {
	margin-right: 96px !important;
	margin-left: 96px !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: 4px !important;
	margin-bottom: 4px !important;
}

.my-2 {
	margin-top: 8px !important;
	margin-bottom: 8px !important;
}

.my-3 {
	margin-top: 12px !important;
	margin-bottom: 12px !important;
}

.my-4 {
	margin-top: 16px !important;
	margin-bottom: 16px !important;
}

.my-5 {
	margin-top: 20px !important;
	margin-bottom: 20px !important;
}

.my-6 {
	margin-top: 24px !important;
	margin-bottom: 24px !important;
}

.my-7 {
	margin-top: 32px !important;
	margin-bottom: 32px !important;
}

.my-8 {
	margin-top: 48px !important;
	margin-bottom: 48px !important;
}

.my-9 {
	margin-top: 56px !important;
	margin-bottom: 56px !important;
}

.my-10 {
	margin-top: 64px !important;
	margin-bottom: 64px !important;
}

.my-11 {
	margin-top: 72px !important;
	margin-bottom: 72px !important;
}

.my-12 {
	margin-top: 96px !important;
	margin-bottom: 96px !important;
}

.my-auto {
	margin-top: auto !important;
	margin-bottom: auto !important;
}

.mt-0 {
	margin-top: 0 !important;
}

.mt-1 {
	margin-top: 4px !important;
}

.mt-2 {
	margin-top: 8px !important;
}

.mt-3 {
	margin-top: 12px !important;
}

.mt-4 {
	margin-top: 16px !important;
}

.mt-5 {
	margin-top: 20px !important;
}

.mt-6 {
	margin-top: 24px !important;
}

.mt-7 {
	margin-top: 32px !important;
}

.mt-8 {
	margin-top: 48px !important;
}

.mt-9 {
	margin-top: 56px !important;
}

.mt-10 {
	margin-top: 64px !important;
}

.mt-11 {
	margin-top: 72px !important;
}

.mt-12 {
	margin-top: 96px !important;
}

.mt-auto {
	margin-top: auto !important;
}

.me-0 {
	margin-right: 0 !important;
}

.me-1 {
	margin-right: 4px !important;
}

.me-2 {
	margin-right: 8px !important;
}

.me-3 {
	margin-right: 12px !important;
}

.me-4 {
	margin-right: 16px !important;
}

.me-5 {
	margin-right: 20px !important;
}

.me-6 {
	margin-right: 24px !important;
}

.me-7 {
	margin-right: 32px !important;
}

.me-8 {
	margin-right: 48px !important;
}

.me-9 {
	margin-right: 56px !important;
}

.me-10 {
	margin-right: 64px !important;
}

.me-11 {
	margin-right: 72px !important;
}

.me-12 {
	margin-right: 96px !important;
}

.me-auto {
	margin-right: auto !important;
}

.mb-0 {
	margin-bottom: 0 !important;
}

.mb-1 {
	margin-bottom: 4px !important;
}

.mb-2 {
	margin-bottom: 8px !important;
}

.mb-3 {
	margin-bottom: 12px !important;
}

.mb-4 {
	margin-bottom: 16px !important;
}

.mb-5 {
	margin-bottom: 20px !important;
}

.mb-6 {
	margin-bottom: 24px !important;
}

.mb-7 {
	margin-bottom: 32px !important;
}

.mb-8 {
	margin-bottom: 48px !important;
}

.mb-9 {
	margin-bottom: 56px !important;
}

.mb-10 {
	margin-bottom: 64px !important;
}

.mb-11 {
	margin-bottom: 72px !important;
}

.mb-12 {
	margin-bottom: 96px !important;
}

.mb-auto {
	margin-bottom: auto !important;
}

.ms-0 {
	margin-left: 0 !important;
}

.ms-1 {
	margin-left: 4px !important;
}

.ms-2 {
	margin-left: 8px !important;
}

.ms-3 {
	margin-left: 12px !important;
}

.ms-4 {
	margin-left: 16px !important;
}

.ms-5 {
	margin-left: 20px !important;
}

.ms-6 {
	margin-left: 24px !important;
}

.ms-7 {
	margin-left: 32px !important;
}

.ms-8 {
	margin-left: 48px !important;
}

.ms-9 {
	margin-left: 56px !important;
}

.ms-10 {
	margin-left: 64px !important;
}

.ms-11 {
	margin-left: 72px !important;
}

.ms-12 {
	margin-left: 96px !important;
}

.ms-auto {
	margin-left: auto !important;
}

.p-0 {
	padding: 0 !important;
}

.p-1 {
	padding: 4px !important;
}

.p-2 {
	padding: 8px !important;
}

.p-3 {
	padding: 12px !important;
}

.p-4 {
	padding: 16px !important;
}

.p-5 {
	padding: 20px !important;
}

.p-6 {
	padding: 24px !important;
}

.p-7 {
	padding: 32px !important;
}

.p-8 {
	padding: 48px !important;
}

.p-9 {
	padding: 56px !important;
}

.p-10 {
	padding: 64px !important;
}

.p-11 {
	padding: 72px !important;
}

.p-12 {
	padding: 96px !important;
}

.px-0 {
	padding-right: 0 !important;
	padding-left: 0 !important;
}

.px-1 {
	padding-right: 4px !important;
	padding-left: 4px !important;
}

.px-2 {
	padding-right: 8px !important;
	padding-left: 8px !important;
}

.px-3 {
	padding-right: 12px !important;
	padding-left: 12px !important;
}

.px-4 {
	padding-right: 16px !important;
	padding-left: 16px !important;
}

.px-5 {
	padding-right: 20px !important;
	padding-left: 20px !important;
}

.px-6 {
	padding-right: 24px !important;
	padding-left: 24px !important;
}

.px-7 {
	padding-right: 32px !important;
	padding-left: 32px !important;
}

.px-8 {
	padding-right: 48px !important;
	padding-left: 48px !important;
}

.px-9 {
	padding-right: 56px !important;
	padding-left: 56px !important;
}

.px-10 {
	padding-right: 64px !important;
	padding-left: 64px !important;
}

.px-11 {
	padding-right: 72px !important;
	padding-left: 72px !important;
}

.px-12 {
	padding-right: 96px !important;
	padding-left: 96px !important;
}

.py-0 {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.py-1 {
	padding-top: 4px !important;
	padding-bottom: 4px !important;
}

.py-2 {
	padding-top: 8px !important;
	padding-bottom: 8px !important;
}

.py-3 {
	padding-top: 12px !important;
	padding-bottom: 12px !important;
}

.py-4 {
	padding-top: 16px !important;
	padding-bottom: 16px !important;
}

.py-5 {
	padding-top: 20px !important;
	padding-bottom: 20px !important;
}

.py-6 {
	padding-top: 24px !important;
	padding-bottom: 24px !important;
}

.py-7 {
	padding-top: 32px !important;
	padding-bottom: 32px !important;
}

.py-8 {
	padding-top: 48px !important;
	padding-bottom: 48px !important;
}

.py-9 {
	padding-top: 56px !important;
	padding-bottom: 56px !important;
}

.py-10 {
	padding-top: 64px !important;
	padding-bottom: 64px !important;
}

.py-11 {
	padding-top: 72px !important;
	padding-bottom: 72px !important;
}

.py-12 {
	padding-top: 96px !important;
	padding-bottom: 96px !important;
}

.pt-0 {
	padding-top: 0 !important;
}

.pt-1 {
	padding-top: 4px !important;
}

.pt-2 {
	padding-top: 8px !important;
}

.pt-3 {
	padding-top: 12px !important;
}

.pt-4 {
	padding-top: 16px !important;
}

.pt-5 {
	padding-top: 20px !important;
}

.pt-6 {
	padding-top: 24px !important;
}

.pt-7 {
	padding-top: 32px !important;
}

.pt-8 {
	padding-top: 48px !important;
}

.pt-9 {
	padding-top: 56px !important;
}

.pt-10 {
	padding-top: 64px !important;
}

.pt-11 {
	padding-top: 72px !important;
}

.pt-12 {
	padding-top: 96px !important;
}

.pe-0 {
	padding-right: 0 !important;
}

.pe-1 {
	padding-right: 4px !important;
}

.pe-2 {
	padding-right: 8px !important;
}

.pe-3 {
	padding-right: 12px !important;
}

.pe-4 {
	padding-right: 16px !important;
}

.pe-5 {
	padding-right: 20px !important;
}

.pe-6 {
	padding-right: 24px !important;
}

.pe-7 {
	padding-right: 32px !important;
}

.pe-8 {
	padding-right: 48px !important;
}

.pe-9 {
	padding-right: 56px !important;
}

.pe-10 {
	padding-right: 64px !important;
}

.pe-11 {
	padding-right: 72px !important;
}

.pe-12 {
	padding-right: 96px !important;
}

.pb-0 {
	padding-bottom: 0 !important;
}

.pb-1 {
	padding-bottom: 4px !important;
}

.pb-2 {
	padding-bottom: 8px !important;
}

.pb-3 {
	padding-bottom: 12px !important;
}

.pb-4 {
	padding-bottom: 16px !important;
}

.pb-5 {
	padding-bottom: 20px !important;
}

.pb-6 {
	padding-bottom: 24px !important;
}

.pb-7 {
	padding-bottom: 32px !important;
}

.pb-8 {
	padding-bottom: 48px !important;
}

.pb-9 {
	padding-bottom: 56px !important;
}

.pb-10 {
	padding-bottom: 64px !important;
}

.pb-11 {
	padding-bottom: 72px !important;
}

.pb-12 {
	padding-bottom: 96px !important;
}

.ps-0 {
	padding-left: 0 !important;
}

.ps-1 {
	padding-left: 4px !important;
}

.ps-2 {
	padding-left: 8px !important;
}

.ps-3 {
	padding-left: 12px !important;
}

.ps-4 {
	padding-left: 16px !important;
}

.ps-5 {
	padding-left: 20px !important;
}

.ps-6 {
	padding-left: 24px !important;
}

.ps-7 {
	padding-left: 32px !important;
}

.ps-8 {
	padding-left: 48px !important;
}

.ps-9 {
	padding-left: 56px !important;
}

.ps-10 {
	padding-left: 64px !important;
}

.ps-11 {
	padding-left: 72px !important;
}

.ps-12 {
	padding-left: 96px !important;
}

.font-monospace {
	font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
	font-size: calc(1.425rem + 2.1vw) !important;
}

.fs-2 {
	font-size: calc(1.35rem + 1.2vw) !important;
}

.fs-3 {
	font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-4 {
	font-size: 1.25rem !important;
}

.fs-5 {
	font-size: 1.125rem !important;
}

.fs-6 {
	font-size: 1rem !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;
}

/* rtl:begin:remove */
.text-break {
	word-wrap: break-word !important;
	word-break: break-word !important;
}

/* rtl:end:remove */
.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, 0.5) !important;
}

.text-white-50 {
	--bs-text-opacity: 1;
	color: rgba(255, 255, 255, 0.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 {
	user-select: all !important;
}

.user-select-auto {
	user-select: auto !important;
}

.user-select-none {
	user-select: none !important;
}

.pe-none {
	pointer-events: none !important;
}

.pe-auto {
	pointer-events: auto !important;
}

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

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

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

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

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

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

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

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

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

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

.rounded-start {
	border-bottom-left-radius: 0.25rem !important;
	border-top-left-radius: 0.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: flex !important;
	}
	.d-sm-inline-flex {
		display: inline-flex !important;
	}
	.d-sm-none {
		display: none !important;
	}
	.flex-sm-fill {
		flex: 1 1 auto !important;
	}
	.flex-sm-row {
		flex-direction: row !important;
	}
	.flex-sm-column {
		flex-direction: column !important;
	}
	.flex-sm-row-reverse {
		flex-direction: row-reverse !important;
	}
	.flex-sm-column-reverse {
		flex-direction: column-reverse !important;
	}
	.flex-sm-grow-0 {
		flex-grow: 0 !important;
	}
	.flex-sm-grow-1 {
		flex-grow: 1 !important;
	}
	.flex-sm-shrink-0 {
		flex-shrink: 0 !important;
	}
	.flex-sm-shrink-1 {
		flex-shrink: 1 !important;
	}
	.flex-sm-wrap {
		flex-wrap: wrap !important;
	}
	.flex-sm-nowrap {
		flex-wrap: nowrap !important;
	}
	.flex-sm-wrap-reverse {
		flex-wrap: wrap-reverse !important;
	}
	.gap-sm-0 {
		gap: 0 !important;
	}
	.gap-sm-1 {
		gap: 4px !important;
	}
	.gap-sm-2 {
		gap: 8px !important;
	}
	.gap-sm-3 {
		gap: 12px !important;
	}
	.gap-sm-4 {
		gap: 16px !important;
	}
	.gap-sm-5 {
		gap: 20px !important;
	}
	.gap-sm-6 {
		gap: 24px !important;
	}
	.gap-sm-7 {
		gap: 32px !important;
	}
	.gap-sm-8 {
		gap: 48px !important;
	}
	.gap-sm-9 {
		gap: 56px !important;
	}
	.gap-sm-10 {
		gap: 64px !important;
	}
	.gap-sm-11 {
		gap: 72px !important;
	}
	.gap-sm-12 {
		gap: 96px !important;
	}
	.justify-content-sm-start {
		justify-content: flex-start !important;
	}
	.justify-content-sm-end {
		justify-content: flex-end !important;
	}
	.justify-content-sm-center {
		justify-content: center !important;
	}
	.justify-content-sm-between {
		justify-content: space-between !important;
	}
	.justify-content-sm-around {
		justify-content: space-around !important;
	}
	.justify-content-sm-evenly {
		justify-content: space-evenly !important;
	}
	.align-items-sm-start {
		align-items: flex-start !important;
	}
	.align-items-sm-end {
		align-items: flex-end !important;
	}
	.align-items-sm-center {
		align-items: center !important;
	}
	.align-items-sm-baseline {
		align-items: baseline !important;
	}
	.align-items-sm-stretch {
		align-items: stretch !important;
	}
	.align-content-sm-start {
		align-content: flex-start !important;
	}
	.align-content-sm-end {
		align-content: flex-end !important;
	}
	.align-content-sm-center {
		align-content: center !important;
	}
	.align-content-sm-between {
		align-content: space-between !important;
	}
	.align-content-sm-around {
		align-content: space-around !important;
	}
	.align-content-sm-stretch {
		align-content: stretch !important;
	}
	.align-self-sm-auto {
		align-self: auto !important;
	}
	.align-self-sm-start {
		align-self: flex-start !important;
	}
	.align-self-sm-end {
		align-self: flex-end !important;
	}
	.align-self-sm-center {
		align-self: center !important;
	}
	.align-self-sm-baseline {
		align-self: baseline !important;
	}
	.align-self-sm-stretch {
		align-self: stretch !important;
	}
	.order-sm-first {
		order: -1 !important;
	}
	.order-sm-0 {
		order: 0 !important;
	}
	.order-sm-1 {
		order: 1 !important;
	}
	.order-sm-2 {
		order: 2 !important;
	}
	.order-sm-3 {
		order: 3 !important;
	}
	.order-sm-4 {
		order: 4 !important;
	}
	.order-sm-5 {
		order: 5 !important;
	}
	.order-sm-last {
		order: 6 !important;
	}
	.m-sm-0 {
		margin: 0 !important;
	}
	.m-sm-1 {
		margin: 4px !important;
	}
	.m-sm-2 {
		margin: 8px !important;
	}
	.m-sm-3 {
		margin: 12px !important;
	}
	.m-sm-4 {
		margin: 16px !important;
	}
	.m-sm-5 {
		margin: 20px !important;
	}
	.m-sm-6 {
		margin: 24px !important;
	}
	.m-sm-7 {
		margin: 32px !important;
	}
	.m-sm-8 {
		margin: 48px !important;
	}
	.m-sm-9 {
		margin: 56px !important;
	}
	.m-sm-10 {
		margin: 64px !important;
	}
	.m-sm-11 {
		margin: 72px !important;
	}
	.m-sm-12 {
		margin: 96px !important;
	}
	.m-sm-auto {
		margin: auto !important;
	}
	.mx-sm-0 {
		margin-right: 0 !important;
		margin-left: 0 !important;
	}
	.mx-sm-1 {
		margin-right: 4px !important;
		margin-left: 4px !important;
	}
	.mx-sm-2 {
		margin-right: 8px !important;
		margin-left: 8px !important;
	}
	.mx-sm-3 {
		margin-right: 12px !important;
		margin-left: 12px !important;
	}
	.mx-sm-4 {
		margin-right: 16px !important;
		margin-left: 16px !important;
	}
	.mx-sm-5 {
		margin-right: 20px !important;
		margin-left: 20px !important;
	}
	.mx-sm-6 {
		margin-right: 24px !important;
		margin-left: 24px !important;
	}
	.mx-sm-7 {
		margin-right: 32px !important;
		margin-left: 32px !important;
	}
	.mx-sm-8 {
		margin-right: 48px !important;
		margin-left: 48px !important;
	}
	.mx-sm-9 {
		margin-right: 56px !important;
		margin-left: 56px !important;
	}
	.mx-sm-10 {
		margin-right: 64px !important;
		margin-left: 64px !important;
	}
	.mx-sm-11 {
		margin-right: 72px !important;
		margin-left: 72px !important;
	}
	.mx-sm-12 {
		margin-right: 96px !important;
		margin-left: 96px !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: 4px !important;
		margin-bottom: 4px !important;
	}
	.my-sm-2 {
		margin-top: 8px !important;
		margin-bottom: 8px !important;
	}
	.my-sm-3 {
		margin-top: 12px !important;
		margin-bottom: 12px !important;
	}
	.my-sm-4 {
		margin-top: 16px !important;
		margin-bottom: 16px !important;
	}
	.my-sm-5 {
		margin-top: 20px !important;
		margin-bottom: 20px !important;
	}
	.my-sm-6 {
		margin-top: 24px !important;
		margin-bottom: 24px !important;
	}
	.my-sm-7 {
		margin-top: 32px !important;
		margin-bottom: 32px !important;
	}
	.my-sm-8 {
		margin-top: 48px !important;
		margin-bottom: 48px !important;
	}
	.my-sm-9 {
		margin-top: 56px !important;
		margin-bottom: 56px !important;
	}
	.my-sm-10 {
		margin-top: 64px !important;
		margin-bottom: 64px !important;
	}
	.my-sm-11 {
		margin-top: 72px !important;
		margin-bottom: 72px !important;
	}
	.my-sm-12 {
		margin-top: 96px !important;
		margin-bottom: 96px !important;
	}
	.my-sm-auto {
		margin-top: auto !important;
		margin-bottom: auto !important;
	}
	.mt-sm-0 {
		margin-top: 0 !important;
	}
	.mt-sm-1 {
		margin-top: 4px !important;
	}
	.mt-sm-2 {
		margin-top: 8px !important;
	}
	.mt-sm-3 {
		margin-top: 12px !important;
	}
	.mt-sm-4 {
		margin-top: 16px !important;
	}
	.mt-sm-5 {
		margin-top: 20px !important;
	}
	.mt-sm-6 {
		margin-top: 24px !important;
	}
	.mt-sm-7 {
		margin-top: 32px !important;
	}
	.mt-sm-8 {
		margin-top: 48px !important;
	}
	.mt-sm-9 {
		margin-top: 56px !important;
	}
	.mt-sm-10 {
		margin-top: 64px !important;
	}
	.mt-sm-11 {
		margin-top: 72px !important;
	}
	.mt-sm-12 {
		margin-top: 96px !important;
	}
	.mt-sm-auto {
		margin-top: auto !important;
	}
	.me-sm-0 {
		margin-right: 0 !important;
	}
	.me-sm-1 {
		margin-right: 4px !important;
	}
	.me-sm-2 {
		margin-right: 8px !important;
	}
	.me-sm-3 {
		margin-right: 12px !important;
	}
	.me-sm-4 {
		margin-right: 16px !important;
	}
	.me-sm-5 {
		margin-right: 20px !important;
	}
	.me-sm-6 {
		margin-right: 24px !important;
	}
	.me-sm-7 {
		margin-right: 32px !important;
	}
	.me-sm-8 {
		margin-right: 48px !important;
	}
	.me-sm-9 {
		margin-right: 56px !important;
	}
	.me-sm-10 {
		margin-right: 64px !important;
	}
	.me-sm-11 {
		margin-right: 72px !important;
	}
	.me-sm-12 {
		margin-right: 96px !important;
	}
	.me-sm-auto {
		margin-right: auto !important;
	}
	.mb-sm-0 {
		margin-bottom: 0 !important;
	}
	.mb-sm-1 {
		margin-bottom: 4px !important;
	}
	.mb-sm-2 {
		margin-bottom: 8px !important;
	}
	.mb-sm-3 {
		margin-bottom: 12px !important;
	}
	.mb-sm-4 {
		margin-bottom: 16px !important;
	}
	.mb-sm-5 {
		margin-bottom: 20px !important;
	}
	.mb-sm-6 {
		margin-bottom: 24px !important;
	}
	.mb-sm-7 {
		margin-bottom: 32px !important;
	}
	.mb-sm-8 {
		margin-bottom: 48px !important;
	}
	.mb-sm-9 {
		margin-bottom: 56px !important;
	}
	.mb-sm-10 {
		margin-bottom: 64px !important;
	}
	.mb-sm-11 {
		margin-bottom: 72px !important;
	}
	.mb-sm-12 {
		margin-bottom: 96px !important;
	}
	.mb-sm-auto {
		margin-bottom: auto !important;
	}
	.ms-sm-0 {
		margin-left: 0 !important;
	}
	.ms-sm-1 {
		margin-left: 4px !important;
	}
	.ms-sm-2 {
		margin-left: 8px !important;
	}
	.ms-sm-3 {
		margin-left: 12px !important;
	}
	.ms-sm-4 {
		margin-left: 16px !important;
	}
	.ms-sm-5 {
		margin-left: 20px !important;
	}
	.ms-sm-6 {
		margin-left: 24px !important;
	}
	.ms-sm-7 {
		margin-left: 32px !important;
	}
	.ms-sm-8 {
		margin-left: 48px !important;
	}
	.ms-sm-9 {
		margin-left: 56px !important;
	}
	.ms-sm-10 {
		margin-left: 64px !important;
	}
	.ms-sm-11 {
		margin-left: 72px !important;
	}
	.ms-sm-12 {
		margin-left: 96px !important;
	}
	.ms-sm-auto {
		margin-left: auto !important;
	}
	.p-sm-0 {
		padding: 0 !important;
	}
	.p-sm-1 {
		padding: 4px !important;
	}
	.p-sm-2 {
		padding: 8px !important;
	}
	.p-sm-3 {
		padding: 12px !important;
	}
	.p-sm-4 {
		padding: 16px !important;
	}
	.p-sm-5 {
		padding: 20px !important;
	}
	.p-sm-6 {
		padding: 24px !important;
	}
	.p-sm-7 {
		padding: 32px !important;
	}
	.p-sm-8 {
		padding: 48px !important;
	}
	.p-sm-9 {
		padding: 56px !important;
	}
	.p-sm-10 {
		padding: 64px !important;
	}
	.p-sm-11 {
		padding: 72px !important;
	}
	.p-sm-12 {
		padding: 96px !important;
	}
	.px-sm-0 {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
	.px-sm-1 {
		padding-right: 4px !important;
		padding-left: 4px !important;
	}
	.px-sm-2 {
		padding-right: 8px !important;
		padding-left: 8px !important;
	}
	.px-sm-3 {
		padding-right: 12px !important;
		padding-left: 12px !important;
	}
	.px-sm-4 {
		padding-right: 16px !important;
		padding-left: 16px !important;
	}
	.px-sm-5 {
		padding-right: 20px !important;
		padding-left: 20px !important;
	}
	.px-sm-6 {
		padding-right: 24px !important;
		padding-left: 24px !important;
	}
	.px-sm-7 {
		padding-right: 32px !important;
		padding-left: 32px !important;
	}
	.px-sm-8 {
		padding-right: 48px !important;
		padding-left: 48px !important;
	}
	.px-sm-9 {
		padding-right: 56px !important;
		padding-left: 56px !important;
	}
	.px-sm-10 {
		padding-right: 64px !important;
		padding-left: 64px !important;
	}
	.px-sm-11 {
		padding-right: 72px !important;
		padding-left: 72px !important;
	}
	.px-sm-12 {
		padding-right: 96px !important;
		padding-left: 96px !important;
	}
	.py-sm-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	.py-sm-1 {
		padding-top: 4px !important;
		padding-bottom: 4px !important;
	}
	.py-sm-2 {
		padding-top: 8px !important;
		padding-bottom: 8px !important;
	}
	.py-sm-3 {
		padding-top: 12px !important;
		padding-bottom: 12px !important;
	}
	.py-sm-4 {
		padding-top: 16px !important;
		padding-bottom: 16px !important;
	}
	.py-sm-5 {
		padding-top: 20px !important;
		padding-bottom: 20px !important;
	}
	.py-sm-6 {
		padding-top: 24px !important;
		padding-bottom: 24px !important;
	}
	.py-sm-7 {
		padding-top: 32px !important;
		padding-bottom: 32px !important;
	}
	.py-sm-8 {
		padding-top: 48px !important;
		padding-bottom: 48px !important;
	}
	.py-sm-9 {
		padding-top: 56px !important;
		padding-bottom: 56px !important;
	}
	.py-sm-10 {
		padding-top: 64px !important;
		padding-bottom: 64px !important;
	}
	.py-sm-11 {
		padding-top: 72px !important;
		padding-bottom: 72px !important;
	}
	.py-sm-12 {
		padding-top: 96px !important;
		padding-bottom: 96px !important;
	}
	.pt-sm-0 {
		padding-top: 0 !important;
	}
	.pt-sm-1 {
		padding-top: 4px !important;
	}
	.pt-sm-2 {
		padding-top: 8px !important;
	}
	.pt-sm-3 {
		padding-top: 12px !important;
	}
	.pt-sm-4 {
		padding-top: 16px !important;
	}
	.pt-sm-5 {
		padding-top: 20px !important;
	}
	.pt-sm-6 {
		padding-top: 24px !important;
	}
	.pt-sm-7 {
		padding-top: 32px !important;
	}
	.pt-sm-8 {
		padding-top: 48px !important;
	}
	.pt-sm-9 {
		padding-top: 56px !important;
	}
	.pt-sm-10 {
		padding-top: 64px !important;
	}
	.pt-sm-11 {
		padding-top: 72px !important;
	}
	.pt-sm-12 {
		padding-top: 96px !important;
	}
	.pe-sm-0 {
		padding-right: 0 !important;
	}
	.pe-sm-1 {
		padding-right: 4px !important;
	}
	.pe-sm-2 {
		padding-right: 8px !important;
	}
	.pe-sm-3 {
		padding-right: 12px !important;
	}
	.pe-sm-4 {
		padding-right: 16px !important;
	}
	.pe-sm-5 {
		padding-right: 20px !important;
	}
	.pe-sm-6 {
		padding-right: 24px !important;
	}
	.pe-sm-7 {
		padding-right: 32px !important;
	}
	.pe-sm-8 {
		padding-right: 48px !important;
	}
	.pe-sm-9 {
		padding-right: 56px !important;
	}
	.pe-sm-10 {
		padding-right: 64px !important;
	}
	.pe-sm-11 {
		padding-right: 72px !important;
	}
	.pe-sm-12 {
		padding-right: 96px !important;
	}
	.pb-sm-0 {
		padding-bottom: 0 !important;
	}
	.pb-sm-1 {
		padding-bottom: 4px !important;
	}
	.pb-sm-2 {
		padding-bottom: 8px !important;
	}
	.pb-sm-3 {
		padding-bottom: 12px !important;
	}
	.pb-sm-4 {
		padding-bottom: 16px !important;
	}
	.pb-sm-5 {
		padding-bottom: 20px !important;
	}
	.pb-sm-6 {
		padding-bottom: 24px !important;
	}
	.pb-sm-7 {
		padding-bottom: 32px !important;
	}
	.pb-sm-8 {
		padding-bottom: 48px !important;
	}
	.pb-sm-9 {
		padding-bottom: 56px !important;
	}
	.pb-sm-10 {
		padding-bottom: 64px !important;
	}
	.pb-sm-11 {
		padding-bottom: 72px !important;
	}
	.pb-sm-12 {
		padding-bottom: 96px !important;
	}
	.ps-sm-0 {
		padding-left: 0 !important;
	}
	.ps-sm-1 {
		padding-left: 4px !important;
	}
	.ps-sm-2 {
		padding-left: 8px !important;
	}
	.ps-sm-3 {
		padding-left: 12px !important;
	}
	.ps-sm-4 {
		padding-left: 16px !important;
	}
	.ps-sm-5 {
		padding-left: 20px !important;
	}
	.ps-sm-6 {
		padding-left: 24px !important;
	}
	.ps-sm-7 {
		padding-left: 32px !important;
	}
	.ps-sm-8 {
		padding-left: 48px !important;
	}
	.ps-sm-9 {
		padding-left: 56px !important;
	}
	.ps-sm-10 {
		padding-left: 64px !important;
	}
	.ps-sm-11 {
		padding-left: 72px !important;
	}
	.ps-sm-12 {
		padding-left: 96px !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: flex !important;
	}
	.d-md-inline-flex {
		display: inline-flex !important;
	}
	.d-md-none {
		display: none !important;
	}
	.flex-md-fill {
		flex: 1 1 auto !important;
	}
	.flex-md-row {
		flex-direction: row !important;
	}
	.flex-md-column {
		flex-direction: column !important;
	}
	.flex-md-row-reverse {
		flex-direction: row-reverse !important;
	}
	.flex-md-column-reverse {
		flex-direction: column-reverse !important;
	}
	.flex-md-grow-0 {
		flex-grow: 0 !important;
	}
	.flex-md-grow-1 {
		flex-grow: 1 !important;
	}
	.flex-md-shrink-0 {
		flex-shrink: 0 !important;
	}
	.flex-md-shrink-1 {
		flex-shrink: 1 !important;
	}
	.flex-md-wrap {
		flex-wrap: wrap !important;
	}
	.flex-md-nowrap {
		flex-wrap: nowrap !important;
	}
	.flex-md-wrap-reverse {
		flex-wrap: wrap-reverse !important;
	}
	.gap-md-0 {
		gap: 0 !important;
	}
	.gap-md-1 {
		gap: 4px !important;
	}
	.gap-md-2 {
		gap: 8px !important;
	}
	.gap-md-3 {
		gap: 12px !important;
	}
	.gap-md-4 {
		gap: 16px !important;
	}
	.gap-md-5 {
		gap: 20px !important;
	}
	.gap-md-6 {
		gap: 24px !important;
	}
	.gap-md-7 {
		gap: 32px !important;
	}
	.gap-md-8 {
		gap: 48px !important;
	}
	.gap-md-9 {
		gap: 56px !important;
	}
	.gap-md-10 {
		gap: 64px !important;
	}
	.gap-md-11 {
		gap: 72px !important;
	}
	.gap-md-12 {
		gap: 96px !important;
	}
	.justify-content-md-start {
		justify-content: flex-start !important;
	}
	.justify-content-md-end {
		justify-content: flex-end !important;
	}
	.justify-content-md-center {
		justify-content: center !important;
	}
	.justify-content-md-between {
		justify-content: space-between !important;
	}
	.justify-content-md-around {
		justify-content: space-around !important;
	}
	.justify-content-md-evenly {
		justify-content: space-evenly !important;
	}
	.align-items-md-start {
		align-items: flex-start !important;
	}
	.align-items-md-end {
		align-items: flex-end !important;
	}
	.align-items-md-center {
		align-items: center !important;
	}
	.align-items-md-baseline {
		align-items: baseline !important;
	}
	.align-items-md-stretch {
		align-items: stretch !important;
	}
	.align-content-md-start {
		align-content: flex-start !important;
	}
	.align-content-md-end {
		align-content: flex-end !important;
	}
	.align-content-md-center {
		align-content: center !important;
	}
	.align-content-md-between {
		align-content: space-between !important;
	}
	.align-content-md-around {
		align-content: space-around !important;
	}
	.align-content-md-stretch {
		align-content: stretch !important;
	}
	.align-self-md-auto {
		align-self: auto !important;
	}
	.align-self-md-start {
		align-self: flex-start !important;
	}
	.align-self-md-end {
		align-self: flex-end !important;
	}
	.align-self-md-center {
		align-self: center !important;
	}
	.align-self-md-baseline {
		align-self: baseline !important;
	}
	.align-self-md-stretch {
		align-self: stretch !important;
	}
	.order-md-first {
		order: -1 !important;
	}
	.order-md-0 {
		order: 0 !important;
	}
	.order-md-1 {
		order: 1 !important;
	}
	.order-md-2 {
		order: 2 !important;
	}
	.order-md-3 {
		order: 3 !important;
	}
	.order-md-4 {
		order: 4 !important;
	}
	.order-md-5 {
		order: 5 !important;
	}
	.order-md-last {
		order: 6 !important;
	}
	.m-md-0 {
		margin: 0 !important;
	}
	.m-md-1 {
		margin: 4px !important;
	}
	.m-md-2 {
		margin: 8px !important;
	}
	.m-md-3 {
		margin: 12px !important;
	}
	.m-md-4 {
		margin: 16px !important;
	}
	.m-md-5 {
		margin: 20px !important;
	}
	.m-md-6 {
		margin: 24px !important;
	}
	.m-md-7 {
		margin: 32px !important;
	}
	.m-md-8 {
		margin: 48px !important;
	}
	.m-md-9 {
		margin: 56px !important;
	}
	.m-md-10 {
		margin: 64px !important;
	}
	.m-md-11 {
		margin: 72px !important;
	}
	.m-md-12 {
		margin: 96px !important;
	}
	.m-md-auto {
		margin: auto !important;
	}
	.mx-md-0 {
		margin-right: 0 !important;
		margin-left: 0 !important;
	}
	.mx-md-1 {
		margin-right: 4px !important;
		margin-left: 4px !important;
	}
	.mx-md-2 {
		margin-right: 8px !important;
		margin-left: 8px !important;
	}
	.mx-md-3 {
		margin-right: 12px !important;
		margin-left: 12px !important;
	}
	.mx-md-4 {
		margin-right: 16px !important;
		margin-left: 16px !important;
	}
	.mx-md-5 {
		margin-right: 20px !important;
		margin-left: 20px !important;
	}
	.mx-md-6 {
		margin-right: 24px !important;
		margin-left: 24px !important;
	}
	.mx-md-7 {
		margin-right: 32px !important;
		margin-left: 32px !important;
	}
	.mx-md-8 {
		margin-right: 48px !important;
		margin-left: 48px !important;
	}
	.mx-md-9 {
		margin-right: 56px !important;
		margin-left: 56px !important;
	}
	.mx-md-10 {
		margin-right: 64px !important;
		margin-left: 64px !important;
	}
	.mx-md-11 {
		margin-right: 72px !important;
		margin-left: 72px !important;
	}
	.mx-md-12 {
		margin-right: 96px !important;
		margin-left: 96px !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: 4px !important;
		margin-bottom: 4px !important;
	}
	.my-md-2 {
		margin-top: 8px !important;
		margin-bottom: 8px !important;
	}
	.my-md-3 {
		margin-top: 12px !important;
		margin-bottom: 12px !important;
	}
	.my-md-4 {
		margin-top: 16px !important;
		margin-bottom: 16px !important;
	}
	.my-md-5 {
		margin-top: 20px !important;
		margin-bottom: 20px !important;
	}
	.my-md-6 {
		margin-top: 24px !important;
		margin-bottom: 24px !important;
	}
	.my-md-7 {
		margin-top: 32px !important;
		margin-bottom: 32px !important;
	}
	.my-md-8 {
		margin-top: 48px !important;
		margin-bottom: 48px !important;
	}
	.my-md-9 {
		margin-top: 56px !important;
		margin-bottom: 56px !important;
	}
	.my-md-10 {
		margin-top: 64px !important;
		margin-bottom: 64px !important;
	}
	.my-md-11 {
		margin-top: 72px !important;
		margin-bottom: 72px !important;
	}
	.my-md-12 {
		margin-top: 96px !important;
		margin-bottom: 96px !important;
	}
	.my-md-auto {
		margin-top: auto !important;
		margin-bottom: auto !important;
	}
	.mt-md-0 {
		margin-top: 0 !important;
	}
	.mt-md-1 {
		margin-top: 4px !important;
	}
	.mt-md-2 {
		margin-top: 8px !important;
	}
	.mt-md-3 {
		margin-top: 12px !important;
	}
	.mt-md-4 {
		margin-top: 16px !important;
	}
	.mt-md-5 {
		margin-top: 20px !important;
	}
	.mt-md-6 {
		margin-top: 24px !important;
	}
	.mt-md-7 {
		margin-top: 32px !important;
	}
	.mt-md-8 {
		margin-top: 48px !important;
	}
	.mt-md-9 {
		margin-top: 56px !important;
	}
	.mt-md-10 {
		margin-top: 64px !important;
	}
	.mt-md-11 {
		margin-top: 72px !important;
	}
	.mt-md-12 {
		margin-top: 96px !important;
	}
	.mt-md-auto {
		margin-top: auto !important;
	}
	.me-md-0 {
		margin-right: 0 !important;
	}
	.me-md-1 {
		margin-right: 4px !important;
	}
	.me-md-2 {
		margin-right: 8px !important;
	}
	.me-md-3 {
		margin-right: 12px !important;
	}
	.me-md-4 {
		margin-right: 16px !important;
	}
	.me-md-5 {
		margin-right: 20px !important;
	}
	.me-md-6 {
		margin-right: 24px !important;
	}
	.me-md-7 {
		margin-right: 32px !important;
	}
	.me-md-8 {
		margin-right: 48px !important;
	}
	.me-md-9 {
		margin-right: 56px !important;
	}
	.me-md-10 {
		margin-right: 64px !important;
	}
	.me-md-11 {
		margin-right: 72px !important;
	}
	.me-md-12 {
		margin-right: 96px !important;
	}
	.me-md-auto {
		margin-right: auto !important;
	}
	.mb-md-0 {
		margin-bottom: 0 !important;
	}
	.mb-md-1 {
		margin-bottom: 4px !important;
	}
	.mb-md-2 {
		margin-bottom: 8px !important;
	}
	.mb-md-3 {
		margin-bottom: 12px !important;
	}
	.mb-md-4 {
		margin-bottom: 16px !important;
	}
	.mb-md-5 {
		margin-bottom: 20px !important;
	}
	.mb-md-6 {
		margin-bottom: 24px !important;
	}
	.mb-md-7 {
		margin-bottom: 32px !important;
	}
	.mb-md-8 {
		margin-bottom: 48px !important;
	}
	.mb-md-9 {
		margin-bottom: 56px !important;
	}
	.mb-md-10 {
		margin-bottom: 64px !important;
	}
	.mb-md-11 {
		margin-bottom: 72px !important;
	}
	.mb-md-12 {
		margin-bottom: 96px !important;
	}
	.mb-md-auto {
		margin-bottom: auto !important;
	}
	.ms-md-0 {
		margin-left: 0 !important;
	}
	.ms-md-1 {
		margin-left: 4px !important;
	}
	.ms-md-2 {
		margin-left: 8px !important;
	}
	.ms-md-3 {
		margin-left: 12px !important;
	}
	.ms-md-4 {
		margin-left: 16px !important;
	}
	.ms-md-5 {
		margin-left: 20px !important;
	}
	.ms-md-6 {
		margin-left: 24px !important;
	}
	.ms-md-7 {
		margin-left: 32px !important;
	}
	.ms-md-8 {
		margin-left: 48px !important;
	}
	.ms-md-9 {
		margin-left: 56px !important;
	}
	.ms-md-10 {
		margin-left: 64px !important;
	}
	.ms-md-11 {
		margin-left: 72px !important;
	}
	.ms-md-12 {
		margin-left: 96px !important;
	}
	.ms-md-auto {
		margin-left: auto !important;
	}
	.p-md-0 {
		padding: 0 !important;
	}
	.p-md-1 {
		padding: 4px !important;
	}
	.p-md-2 {
		padding: 8px !important;
	}
	.p-md-3 {
		padding: 12px !important;
	}
	.p-md-4 {
		padding: 16px !important;
	}
	.p-md-5 {
		padding: 20px !important;
	}
	.p-md-6 {
		padding: 24px !important;
	}
	.p-md-7 {
		padding: 32px !important;
	}
	.p-md-8 {
		padding: 48px !important;
	}
	.p-md-9 {
		padding: 56px !important;
	}
	.p-md-10 {
		padding: 64px !important;
	}
	.p-md-11 {
		padding: 72px !important;
	}
	.p-md-12 {
		padding: 96px !important;
	}
	.px-md-0 {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
	.px-md-1 {
		padding-right: 4px !important;
		padding-left: 4px !important;
	}
	.px-md-2 {
		padding-right: 8px !important;
		padding-left: 8px !important;
	}
	.px-md-3 {
		padding-right: 12px !important;
		padding-left: 12px !important;
	}
	.px-md-4 {
		padding-right: 16px !important;
		padding-left: 16px !important;
	}
	.px-md-5 {
		padding-right: 20px !important;
		padding-left: 20px !important;
	}
	.px-md-6 {
		padding-right: 24px !important;
		padding-left: 24px !important;
	}
	.px-md-7 {
		padding-right: 32px !important;
		padding-left: 32px !important;
	}
	.px-md-8 {
		padding-right: 48px !important;
		padding-left: 48px !important;
	}
	.px-md-9 {
		padding-right: 56px !important;
		padding-left: 56px !important;
	}
	.px-md-10 {
		padding-right: 64px !important;
		padding-left: 64px !important;
	}
	.px-md-11 {
		padding-right: 72px !important;
		padding-left: 72px !important;
	}
	.px-md-12 {
		padding-right: 96px !important;
		padding-left: 96px !important;
	}
	.py-md-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	.py-md-1 {
		padding-top: 4px !important;
		padding-bottom: 4px !important;
	}
	.py-md-2 {
		padding-top: 8px !important;
		padding-bottom: 8px !important;
	}
	.py-md-3 {
		padding-top: 12px !important;
		padding-bottom: 12px !important;
	}
	.py-md-4 {
		padding-top: 16px !important;
		padding-bottom: 16px !important;
	}
	.py-md-5 {
		padding-top: 20px !important;
		padding-bottom: 20px !important;
	}
	.py-md-6 {
		padding-top: 24px !important;
		padding-bottom: 24px !important;
	}
	.py-md-7 {
		padding-top: 32px !important;
		padding-bottom: 32px !important;
	}
	.py-md-8 {
		padding-top: 48px !important;
		padding-bottom: 48px !important;
	}
	.py-md-9 {
		padding-top: 56px !important;
		padding-bottom: 56px !important;
	}
	.py-md-10 {
		padding-top: 64px !important;
		padding-bottom: 64px !important;
	}
	.py-md-11 {
		padding-top: 72px !important;
		padding-bottom: 72px !important;
	}
	.py-md-12 {
		padding-top: 96px !important;
		padding-bottom: 96px !important;
	}
	.pt-md-0 {
		padding-top: 0 !important;
	}
	.pt-md-1 {
		padding-top: 4px !important;
	}
	.pt-md-2 {
		padding-top: 8px !important;
	}
	.pt-md-3 {
		padding-top: 12px !important;
	}
	.pt-md-4 {
		padding-top: 16px !important;
	}
	.pt-md-5 {
		padding-top: 20px !important;
	}
	.pt-md-6 {
		padding-top: 24px !important;
	}
	.pt-md-7 {
		padding-top: 32px !important;
	}
	.pt-md-8 {
		padding-top: 48px !important;
	}
	.pt-md-9 {
		padding-top: 56px !important;
	}
	.pt-md-10 {
		padding-top: 64px !important;
	}
	.pt-md-11 {
		padding-top: 72px !important;
	}
	.pt-md-12 {
		padding-top: 96px !important;
	}
	.pe-md-0 {
		padding-right: 0 !important;
	}
	.pe-md-1 {
		padding-right: 4px !important;
	}
	.pe-md-2 {
		padding-right: 8px !important;
	}
	.pe-md-3 {
		padding-right: 12px !important;
	}
	.pe-md-4 {
		padding-right: 16px !important;
	}
	.pe-md-5 {
		padding-right: 20px !important;
	}
	.pe-md-6 {
		padding-right: 24px !important;
	}
	.pe-md-7 {
		padding-right: 32px !important;
	}
	.pe-md-8 {
		padding-right: 48px !important;
	}
	.pe-md-9 {
		padding-right: 56px !important;
	}
	.pe-md-10 {
		padding-right: 64px !important;
	}
	.pe-md-11 {
		padding-right: 72px !important;
	}
	.pe-md-12 {
		padding-right: 96px !important;
	}
	.pb-md-0 {
		padding-bottom: 0 !important;
	}
	.pb-md-1 {
		padding-bottom: 4px !important;
	}
	.pb-md-2 {
		padding-bottom: 8px !important;
	}
	.pb-md-3 {
		padding-bottom: 12px !important;
	}
	.pb-md-4 {
		padding-bottom: 16px !important;
	}
	.pb-md-5 {
		padding-bottom: 20px !important;
	}
	.pb-md-6 {
		padding-bottom: 24px !important;
	}
	.pb-md-7 {
		padding-bottom: 32px !important;
	}
	.pb-md-8 {
		padding-bottom: 48px !important;
	}
	.pb-md-9 {
		padding-bottom: 56px !important;
	}
	.pb-md-10 {
		padding-bottom: 64px !important;
	}
	.pb-md-11 {
		padding-bottom: 72px !important;
	}
	.pb-md-12 {
		padding-bottom: 96px !important;
	}
	.ps-md-0 {
		padding-left: 0 !important;
	}
	.ps-md-1 {
		padding-left: 4px !important;
	}
	.ps-md-2 {
		padding-left: 8px !important;
	}
	.ps-md-3 {
		padding-left: 12px !important;
	}
	.ps-md-4 {
		padding-left: 16px !important;
	}
	.ps-md-5 {
		padding-left: 20px !important;
	}
	.ps-md-6 {
		padding-left: 24px !important;
	}
	.ps-md-7 {
		padding-left: 32px !important;
	}
	.ps-md-8 {
		padding-left: 48px !important;
	}
	.ps-md-9 {
		padding-left: 56px !important;
	}
	.ps-md-10 {
		padding-left: 64px !important;
	}
	.ps-md-11 {
		padding-left: 72px !important;
	}
	.ps-md-12 {
		padding-left: 96px !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: 1240px) {
	.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: flex !important;
	}
	.d-lg-inline-flex {
		display: inline-flex !important;
	}
	.d-lg-none {
		display: none !important;
	}
	.flex-lg-fill {
		flex: 1 1 auto !important;
	}
	.flex-lg-row {
		flex-direction: row !important;
	}
	.flex-lg-column {
		flex-direction: column !important;
	}
	.flex-lg-row-reverse {
		flex-direction: row-reverse !important;
	}
	.flex-lg-column-reverse {
		flex-direction: column-reverse !important;
	}
	.flex-lg-grow-0 {
		flex-grow: 0 !important;
	}
	.flex-lg-grow-1 {
		flex-grow: 1 !important;
	}
	.flex-lg-shrink-0 {
		flex-shrink: 0 !important;
	}
	.flex-lg-shrink-1 {
		flex-shrink: 1 !important;
	}
	.flex-lg-wrap {
		flex-wrap: wrap !important;
	}
	.flex-lg-nowrap {
		flex-wrap: nowrap !important;
	}
	.flex-lg-wrap-reverse {
		flex-wrap: wrap-reverse !important;
	}
	.gap-lg-0 {
		gap: 0 !important;
	}
	.gap-lg-1 {
		gap: 4px !important;
	}
	.gap-lg-2 {
		gap: 8px !important;
	}
	.gap-lg-3 {
		gap: 12px !important;
	}
	.gap-lg-4 {
		gap: 16px !important;
	}
	.gap-lg-5 {
		gap: 20px !important;
	}
	.gap-lg-6 {
		gap: 24px !important;
	}
	.gap-lg-7 {
		gap: 32px !important;
	}
	.gap-lg-8 {
		gap: 48px !important;
	}
	.gap-lg-9 {
		gap: 56px !important;
	}
	.gap-lg-10 {
		gap: 64px !important;
	}
	.gap-lg-11 {
		gap: 72px !important;
	}
	.gap-lg-12 {
		gap: 96px !important;
	}
	.justify-content-lg-start {
		justify-content: flex-start !important;
	}
	.justify-content-lg-end {
		justify-content: flex-end !important;
	}
	.justify-content-lg-center {
		justify-content: center !important;
	}
	.justify-content-lg-between {
		justify-content: space-between !important;
	}
	.justify-content-lg-around {
		justify-content: space-around !important;
	}
	.justify-content-lg-evenly {
		justify-content: space-evenly !important;
	}
	.align-items-lg-start {
		align-items: flex-start !important;
	}
	.align-items-lg-end {
		align-items: flex-end !important;
	}
	.align-items-lg-center {
		align-items: center !important;
	}
	.align-items-lg-baseline {
		align-items: baseline !important;
	}
	.align-items-lg-stretch {
		align-items: stretch !important;
	}
	.align-content-lg-start {
		align-content: flex-start !important;
	}
	.align-content-lg-end {
		align-content: flex-end !important;
	}
	.align-content-lg-center {
		align-content: center !important;
	}
	.align-content-lg-between {
		align-content: space-between !important;
	}
	.align-content-lg-around {
		align-content: space-around !important;
	}
	.align-content-lg-stretch {
		align-content: stretch !important;
	}
	.align-self-lg-auto {
		align-self: auto !important;
	}
	.align-self-lg-start {
		align-self: flex-start !important;
	}
	.align-self-lg-end {
		align-self: flex-end !important;
	}
	.align-self-lg-center {
		align-self: center !important;
	}
	.align-self-lg-baseline {
		align-self: baseline !important;
	}
	.align-self-lg-stretch {
		align-self: stretch !important;
	}
	.order-lg-first {
		order: -1 !important;
	}
	.order-lg-0 {
		order: 0 !important;
	}
	.order-lg-1 {
		order: 1 !important;
	}
	.order-lg-2 {
		order: 2 !important;
	}
	.order-lg-3 {
		order: 3 !important;
	}
	.order-lg-4 {
		order: 4 !important;
	}
	.order-lg-5 {
		order: 5 !important;
	}
	.order-lg-last {
		order: 6 !important;
	}
	.m-lg-0 {
		margin: 0 !important;
	}
	.m-lg-1 {
		margin: 4px !important;
	}
	.m-lg-2 {
		margin: 8px !important;
	}
	.m-lg-3 {
		margin: 12px !important;
	}
	.m-lg-4 {
		margin: 16px !important;
	}
	.m-lg-5 {
		margin: 20px !important;
	}
	.m-lg-6 {
		margin: 24px !important;
	}
	.m-lg-7 {
		margin: 32px !important;
	}
	.m-lg-8 {
		margin: 48px !important;
	}
	.m-lg-9 {
		margin: 56px !important;
	}
	.m-lg-10 {
		margin: 64px !important;
	}
	.m-lg-11 {
		margin: 72px !important;
	}
	.m-lg-12 {
		margin: 96px !important;
	}
	.m-lg-auto {
		margin: auto !important;
	}
	.mx-lg-0 {
		margin-right: 0 !important;
		margin-left: 0 !important;
	}
	.mx-lg-1 {
		margin-right: 4px !important;
		margin-left: 4px !important;
	}
	.mx-lg-2 {
		margin-right: 8px !important;
		margin-left: 8px !important;
	}
	.mx-lg-3 {
		margin-right: 12px !important;
		margin-left: 12px !important;
	}
	.mx-lg-4 {
		margin-right: 16px !important;
		margin-left: 16px !important;
	}
	.mx-lg-5 {
		margin-right: 20px !important;
		margin-left: 20px !important;
	}
	.mx-lg-6 {
		margin-right: 24px !important;
		margin-left: 24px !important;
	}
	.mx-lg-7 {
		margin-right: 32px !important;
		margin-left: 32px !important;
	}
	.mx-lg-8 {
		margin-right: 48px !important;
		margin-left: 48px !important;
	}
	.mx-lg-9 {
		margin-right: 56px !important;
		margin-left: 56px !important;
	}
	.mx-lg-10 {
		margin-right: 64px !important;
		margin-left: 64px !important;
	}
	.mx-lg-11 {
		margin-right: 72px !important;
		margin-left: 72px !important;
	}
	.mx-lg-12 {
		margin-right: 96px !important;
		margin-left: 96px !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: 4px !important;
		margin-bottom: 4px !important;
	}
	.my-lg-2 {
		margin-top: 8px !important;
		margin-bottom: 8px !important;
	}
	.my-lg-3 {
		margin-top: 12px !important;
		margin-bottom: 12px !important;
	}
	.my-lg-4 {
		margin-top: 16px !important;
		margin-bottom: 16px !important;
	}
	.my-lg-5 {
		margin-top: 20px !important;
		margin-bottom: 20px !important;
	}
	.my-lg-6 {
		margin-top: 24px !important;
		margin-bottom: 24px !important;
	}
	.my-lg-7 {
		margin-top: 32px !important;
		margin-bottom: 32px !important;
	}
	.my-lg-8 {
		margin-top: 48px !important;
		margin-bottom: 48px !important;
	}
	.my-lg-9 {
		margin-top: 56px !important;
		margin-bottom: 56px !important;
	}
	.my-lg-10 {
		margin-top: 64px !important;
		margin-bottom: 64px !important;
	}
	.my-lg-11 {
		margin-top: 72px !important;
		margin-bottom: 72px !important;
	}
	.my-lg-12 {
		margin-top: 96px !important;
		margin-bottom: 96px !important;
	}
	.my-lg-auto {
		margin-top: auto !important;
		margin-bottom: auto !important;
	}
	.mt-lg-0 {
		margin-top: 0 !important;
	}
	.mt-lg-1 {
		margin-top: 4px !important;
	}
	.mt-lg-2 {
		margin-top: 8px !important;
	}
	.mt-lg-3 {
		margin-top: 12px !important;
	}
	.mt-lg-4 {
		margin-top: 16px !important;
	}
	.mt-lg-5 {
		margin-top: 20px !important;
	}
	.mt-lg-6 {
		margin-top: 24px !important;
	}
	.mt-lg-7 {
		margin-top: 32px !important;
	}
	.mt-lg-8 {
		margin-top: 48px !important;
	}
	.mt-lg-9 {
		margin-top: 56px !important;
	}
	.mt-lg-10 {
		margin-top: 64px !important;
	}
	.mt-lg-11 {
		margin-top: 72px !important;
	}
	.mt-lg-12 {
		margin-top: 96px !important;
	}
	.mt-lg-auto {
		margin-top: auto !important;
	}
	.me-lg-0 {
		margin-right: 0 !important;
	}
	.me-lg-1 {
		margin-right: 4px !important;
	}
	.me-lg-2 {
		margin-right: 8px !important;
	}
	.me-lg-3 {
		margin-right: 12px !important;
	}
	.me-lg-4 {
		margin-right: 16px !important;
	}
	.me-lg-5 {
		margin-right: 20px !important;
	}
	.me-lg-6 {
		margin-right: 24px !important;
	}
	.me-lg-7 {
		margin-right: 32px !important;
	}
	.me-lg-8 {
		margin-right: 48px !important;
	}
	.me-lg-9 {
		margin-right: 56px !important;
	}
	.me-lg-10 {
		margin-right: 64px !important;
	}
	.me-lg-11 {
		margin-right: 72px !important;
	}
	.me-lg-12 {
		margin-right: 96px !important;
	}
	.me-lg-auto {
		margin-right: auto !important;
	}
	.mb-lg-0 {
		margin-bottom: 0 !important;
	}
	.mb-lg-1 {
		margin-bottom: 4px !important;
	}
	.mb-lg-2 {
		margin-bottom: 8px !important;
	}
	.mb-lg-3 {
		margin-bottom: 12px !important;
	}
	.mb-lg-4 {
		margin-bottom: 16px !important;
	}
	.mb-lg-5 {
		margin-bottom: 20px !important;
	}
	.mb-lg-6 {
		margin-bottom: 24px !important;
	}
	.mb-lg-7 {
		margin-bottom: 32px !important;
	}
	.mb-lg-8 {
		margin-bottom: 48px !important;
	}
	.mb-lg-9 {
		margin-bottom: 56px !important;
	}
	.mb-lg-10 {
		margin-bottom: 64px !important;
	}
	.mb-lg-11 {
		margin-bottom: 72px !important;
	}
	.mb-lg-12 {
		margin-bottom: 96px !important;
	}
	.mb-lg-auto {
		margin-bottom: auto !important;
	}
	.ms-lg-0 {
		margin-left: 0 !important;
	}
	.ms-lg-1 {
		margin-left: 4px !important;
	}
	.ms-lg-2 {
		margin-left: 8px !important;
	}
	.ms-lg-3 {
		margin-left: 12px !important;
	}
	.ms-lg-4 {
		margin-left: 16px !important;
	}
	.ms-lg-5 {
		margin-left: 20px !important;
	}
	.ms-lg-6 {
		margin-left: 24px !important;
	}
	.ms-lg-7 {
		margin-left: 32px !important;
	}
	.ms-lg-8 {
		margin-left: 48px !important;
	}
	.ms-lg-9 {
		margin-left: 56px !important;
	}
	.ms-lg-10 {
		margin-left: 64px !important;
	}
	.ms-lg-11 {
		margin-left: 72px !important;
	}
	.ms-lg-12 {
		margin-left: 96px !important;
	}
	.ms-lg-auto {
		margin-left: auto !important;
	}
	.p-lg-0 {
		padding: 0 !important;
	}
	.p-lg-1 {
		padding: 4px !important;
	}
	.p-lg-2 {
		padding: 8px !important;
	}
	.p-lg-3 {
		padding: 12px !important;
	}
	.p-lg-4 {
		padding: 16px !important;
	}
	.p-lg-5 {
		padding: 20px !important;
	}
	.p-lg-6 {
		padding: 24px !important;
	}
	.p-lg-7 {
		padding: 32px !important;
	}
	.p-lg-8 {
		padding: 48px !important;
	}
	.p-lg-9 {
		padding: 56px !important;
	}
	.p-lg-10 {
		padding: 64px !important;
	}
	.p-lg-11 {
		padding: 72px !important;
	}
	.p-lg-12 {
		padding: 96px !important;
	}
	.px-lg-0 {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
	.px-lg-1 {
		padding-right: 4px !important;
		padding-left: 4px !important;
	}
	.px-lg-2 {
		padding-right: 8px !important;
		padding-left: 8px !important;
	}
	.px-lg-3 {
		padding-right: 12px !important;
		padding-left: 12px !important;
	}
	.px-lg-4 {
		padding-right: 16px !important;
		padding-left: 16px !important;
	}
	.px-lg-5 {
		padding-right: 20px !important;
		padding-left: 20px !important;
	}
	.px-lg-6 {
		padding-right: 24px !important;
		padding-left: 24px !important;
	}
	.px-lg-7 {
		padding-right: 32px !important;
		padding-left: 32px !important;
	}
	.px-lg-8 {
		padding-right: 48px !important;
		padding-left: 48px !important;
	}
	.px-lg-9 {
		padding-right: 56px !important;
		padding-left: 56px !important;
	}
	.px-lg-10 {
		padding-right: 64px !important;
		padding-left: 64px !important;
	}
	.px-lg-11 {
		padding-right: 72px !important;
		padding-left: 72px !important;
	}
	.px-lg-12 {
		padding-right: 96px !important;
		padding-left: 96px !important;
	}
	.py-lg-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	.py-lg-1 {
		padding-top: 4px !important;
		padding-bottom: 4px !important;
	}
	.py-lg-2 {
		padding-top: 8px !important;
		padding-bottom: 8px !important;
	}
	.py-lg-3 {
		padding-top: 12px !important;
		padding-bottom: 12px !important;
	}
	.py-lg-4 {
		padding-top: 16px !important;
		padding-bottom: 16px !important;
	}
	.py-lg-5 {
		padding-top: 20px !important;
		padding-bottom: 20px !important;
	}
	.py-lg-6 {
		padding-top: 24px !important;
		padding-bottom: 24px !important;
	}
	.py-lg-7 {
		padding-top: 32px !important;
		padding-bottom: 32px !important;
	}
	.py-lg-8 {
		padding-top: 48px !important;
		padding-bottom: 48px !important;
	}
	.py-lg-9 {
		padding-top: 56px !important;
		padding-bottom: 56px !important;
	}
	.py-lg-10 {
		padding-top: 64px !important;
		padding-bottom: 64px !important;
	}
	.py-lg-11 {
		padding-top: 72px !important;
		padding-bottom: 72px !important;
	}
	.py-lg-12 {
		padding-top: 96px !important;
		padding-bottom: 96px !important;
	}
	.pt-lg-0 {
		padding-top: 0 !important;
	}
	.pt-lg-1 {
		padding-top: 4px !important;
	}
	.pt-lg-2 {
		padding-top: 8px !important;
	}
	.pt-lg-3 {
		padding-top: 12px !important;
	}
	.pt-lg-4 {
		padding-top: 16px !important;
	}
	.pt-lg-5 {
		padding-top: 20px !important;
	}
	.pt-lg-6 {
		padding-top: 24px !important;
	}
	.pt-lg-7 {
		padding-top: 32px !important;
	}
	.pt-lg-8 {
		padding-top: 48px !important;
	}
	.pt-lg-9 {
		padding-top: 56px !important;
	}
	.pt-lg-10 {
		padding-top: 64px !important;
	}
	.pt-lg-11 {
		padding-top: 72px !important;
	}
	.pt-lg-12 {
		padding-top: 96px !important;
	}
	.pe-lg-0 {
		padding-right: 0 !important;
	}
	.pe-lg-1 {
		padding-right: 4px !important;
	}
	.pe-lg-2 {
		padding-right: 8px !important;
	}
	.pe-lg-3 {
		padding-right: 12px !important;
	}
	.pe-lg-4 {
		padding-right: 16px !important;
	}
	.pe-lg-5 {
		padding-right: 20px !important;
	}
	.pe-lg-6 {
		padding-right: 24px !important;
	}
	.pe-lg-7 {
		padding-right: 32px !important;
	}
	.pe-lg-8 {
		padding-right: 48px !important;
	}
	.pe-lg-9 {
		padding-right: 56px !important;
	}
	.pe-lg-10 {
		padding-right: 64px !important;
	}
	.pe-lg-11 {
		padding-right: 72px !important;
	}
	.pe-lg-12 {
		padding-right: 96px !important;
	}
	.pb-lg-0 {
		padding-bottom: 0 !important;
	}
	.pb-lg-1 {
		padding-bottom: 4px !important;
	}
	.pb-lg-2 {
		padding-bottom: 8px !important;
	}
	.pb-lg-3 {
		padding-bottom: 12px !important;
	}
	.pb-lg-4 {
		padding-bottom: 16px !important;
	}
	.pb-lg-5 {
		padding-bottom: 20px !important;
	}
	.pb-lg-6 {
		padding-bottom: 24px !important;
	}
	.pb-lg-7 {
		padding-bottom: 32px !important;
	}
	.pb-lg-8 {
		padding-bottom: 48px !important;
	}
	.pb-lg-9 {
		padding-bottom: 56px !important;
	}
	.pb-lg-10 {
		padding-bottom: 64px !important;
	}
	.pb-lg-11 {
		padding-bottom: 72px !important;
	}
	.pb-lg-12 {
		padding-bottom: 96px !important;
	}
	.ps-lg-0 {
		padding-left: 0 !important;
	}
	.ps-lg-1 {
		padding-left: 4px !important;
	}
	.ps-lg-2 {
		padding-left: 8px !important;
	}
	.ps-lg-3 {
		padding-left: 12px !important;
	}
	.ps-lg-4 {
		padding-left: 16px !important;
	}
	.ps-lg-5 {
		padding-left: 20px !important;
	}
	.ps-lg-6 {
		padding-left: 24px !important;
	}
	.ps-lg-7 {
		padding-left: 32px !important;
	}
	.ps-lg-8 {
		padding-left: 48px !important;
	}
	.ps-lg-9 {
		padding-left: 56px !important;
	}
	.ps-lg-10 {
		padding-left: 64px !important;
	}
	.ps-lg-11 {
		padding-left: 72px !important;
	}
	.ps-lg-12 {
		padding-left: 96px !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: 1400px) {
	.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: flex !important;
	}
	.d-xxl-inline-flex {
		display: inline-flex !important;
	}
	.d-xxl-none {
		display: none !important;
	}
	.flex-xxl-fill {
		flex: 1 1 auto !important;
	}
	.flex-xxl-row {
		flex-direction: row !important;
	}
	.flex-xxl-column {
		flex-direction: column !important;
	}
	.flex-xxl-row-reverse {
		flex-direction: row-reverse !important;
	}
	.flex-xxl-column-reverse {
		flex-direction: column-reverse !important;
	}
	.flex-xxl-grow-0 {
		flex-grow: 0 !important;
	}
	.flex-xxl-grow-1 {
		flex-grow: 1 !important;
	}
	.flex-xxl-shrink-0 {
		flex-shrink: 0 !important;
	}
	.flex-xxl-shrink-1 {
		flex-shrink: 1 !important;
	}
	.flex-xxl-wrap {
		flex-wrap: wrap !important;
	}
	.flex-xxl-nowrap {
		flex-wrap: nowrap !important;
	}
	.flex-xxl-wrap-reverse {
		flex-wrap: wrap-reverse !important;
	}
	.gap-xxl-0 {
		gap: 0 !important;
	}
	.gap-xxl-1 {
		gap: 4px !important;
	}
	.gap-xxl-2 {
		gap: 8px !important;
	}
	.gap-xxl-3 {
		gap: 12px !important;
	}
	.gap-xxl-4 {
		gap: 16px !important;
	}
	.gap-xxl-5 {
		gap: 20px !important;
	}
	.gap-xxl-6 {
		gap: 24px !important;
	}
	.gap-xxl-7 {
		gap: 32px !important;
	}
	.gap-xxl-8 {
		gap: 48px !important;
	}
	.gap-xxl-9 {
		gap: 56px !important;
	}
	.gap-xxl-10 {
		gap: 64px !important;
	}
	.gap-xxl-11 {
		gap: 72px !important;
	}
	.gap-xxl-12 {
		gap: 96px !important;
	}
	.justify-content-xxl-start {
		justify-content: flex-start !important;
	}
	.justify-content-xxl-end {
		justify-content: flex-end !important;
	}
	.justify-content-xxl-center {
		justify-content: center !important;
	}
	.justify-content-xxl-between {
		justify-content: space-between !important;
	}
	.justify-content-xxl-around {
		justify-content: space-around !important;
	}
	.justify-content-xxl-evenly {
		justify-content: space-evenly !important;
	}
	.align-items-xxl-start {
		align-items: flex-start !important;
	}
	.align-items-xxl-end {
		align-items: flex-end !important;
	}
	.align-items-xxl-center {
		align-items: center !important;
	}
	.align-items-xxl-baseline {
		align-items: baseline !important;
	}
	.align-items-xxl-stretch {
		align-items: stretch !important;
	}
	.align-content-xxl-start {
		align-content: flex-start !important;
	}
	.align-content-xxl-end {
		align-content: flex-end !important;
	}
	.align-content-xxl-center {
		align-content: center !important;
	}
	.align-content-xxl-between {
		align-content: space-between !important;
	}
	.align-content-xxl-around {
		align-content: space-around !important;
	}
	.align-content-xxl-stretch {
		align-content: stretch !important;
	}
	.align-self-xxl-auto {
		align-self: auto !important;
	}
	.align-self-xxl-start {
		align-self: flex-start !important;
	}
	.align-self-xxl-end {
		align-self: flex-end !important;
	}
	.align-self-xxl-center {
		align-self: center !important;
	}
	.align-self-xxl-baseline {
		align-self: baseline !important;
	}
	.align-self-xxl-stretch {
		align-self: stretch !important;
	}
	.order-xxl-first {
		order: -1 !important;
	}
	.order-xxl-0 {
		order: 0 !important;
	}
	.order-xxl-1 {
		order: 1 !important;
	}
	.order-xxl-2 {
		order: 2 !important;
	}
	.order-xxl-3 {
		order: 3 !important;
	}
	.order-xxl-4 {
		order: 4 !important;
	}
	.order-xxl-5 {
		order: 5 !important;
	}
	.order-xxl-last {
		order: 6 !important;
	}
	.m-xxl-0 {
		margin: 0 !important;
	}
	.m-xxl-1 {
		margin: 4px !important;
	}
	.m-xxl-2 {
		margin: 8px !important;
	}
	.m-xxl-3 {
		margin: 12px !important;
	}
	.m-xxl-4 {
		margin: 16px !important;
	}
	.m-xxl-5 {
		margin: 20px !important;
	}
	.m-xxl-6 {
		margin: 24px !important;
	}
	.m-xxl-7 {
		margin: 32px !important;
	}
	.m-xxl-8 {
		margin: 48px !important;
	}
	.m-xxl-9 {
		margin: 56px !important;
	}
	.m-xxl-10 {
		margin: 64px !important;
	}
	.m-xxl-11 {
		margin: 72px !important;
	}
	.m-xxl-12 {
		margin: 96px !important;
	}
	.m-xxl-auto {
		margin: auto !important;
	}
	.mx-xxl-0 {
		margin-right: 0 !important;
		margin-left: 0 !important;
	}
	.mx-xxl-1 {
		margin-right: 4px !important;
		margin-left: 4px !important;
	}
	.mx-xxl-2 {
		margin-right: 8px !important;
		margin-left: 8px !important;
	}
	.mx-xxl-3 {
		margin-right: 12px !important;
		margin-left: 12px !important;
	}
	.mx-xxl-4 {
		margin-right: 16px !important;
		margin-left: 16px !important;
	}
	.mx-xxl-5 {
		margin-right: 20px !important;
		margin-left: 20px !important;
	}
	.mx-xxl-6 {
		margin-right: 24px !important;
		margin-left: 24px !important;
	}
	.mx-xxl-7 {
		margin-right: 32px !important;
		margin-left: 32px !important;
	}
	.mx-xxl-8 {
		margin-right: 48px !important;
		margin-left: 48px !important;
	}
	.mx-xxl-9 {
		margin-right: 56px !important;
		margin-left: 56px !important;
	}
	.mx-xxl-10 {
		margin-right: 64px !important;
		margin-left: 64px !important;
	}
	.mx-xxl-11 {
		margin-right: 72px !important;
		margin-left: 72px !important;
	}
	.mx-xxl-12 {
		margin-right: 96px !important;
		margin-left: 96px !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: 4px !important;
		margin-bottom: 4px !important;
	}
	.my-xxl-2 {
		margin-top: 8px !important;
		margin-bottom: 8px !important;
	}
	.my-xxl-3 {
		margin-top: 12px !important;
		margin-bottom: 12px !important;
	}
	.my-xxl-4 {
		margin-top: 16px !important;
		margin-bottom: 16px !important;
	}
	.my-xxl-5 {
		margin-top: 20px !important;
		margin-bottom: 20px !important;
	}
	.my-xxl-6 {
		margin-top: 24px !important;
		margin-bottom: 24px !important;
	}
	.my-xxl-7 {
		margin-top: 32px !important;
		margin-bottom: 32px !important;
	}
	.my-xxl-8 {
		margin-top: 48px !important;
		margin-bottom: 48px !important;
	}
	.my-xxl-9 {
		margin-top: 56px !important;
		margin-bottom: 56px !important;
	}
	.my-xxl-10 {
		margin-top: 64px !important;
		margin-bottom: 64px !important;
	}
	.my-xxl-11 {
		margin-top: 72px !important;
		margin-bottom: 72px !important;
	}
	.my-xxl-12 {
		margin-top: 96px !important;
		margin-bottom: 96px !important;
	}
	.my-xxl-auto {
		margin-top: auto !important;
		margin-bottom: auto !important;
	}
	.mt-xxl-0 {
		margin-top: 0 !important;
	}
	.mt-xxl-1 {
		margin-top: 4px !important;
	}
	.mt-xxl-2 {
		margin-top: 8px !important;
	}
	.mt-xxl-3 {
		margin-top: 12px !important;
	}
	.mt-xxl-4 {
		margin-top: 16px !important;
	}
	.mt-xxl-5 {
		margin-top: 20px !important;
	}
	.mt-xxl-6 {
		margin-top: 24px !important;
	}
	.mt-xxl-7 {
		margin-top: 32px !important;
	}
	.mt-xxl-8 {
		margin-top: 48px !important;
	}
	.mt-xxl-9 {
		margin-top: 56px !important;
	}
	.mt-xxl-10 {
		margin-top: 64px !important;
	}
	.mt-xxl-11 {
		margin-top: 72px !important;
	}
	.mt-xxl-12 {
		margin-top: 96px !important;
	}
	.mt-xxl-auto {
		margin-top: auto !important;
	}
	.me-xxl-0 {
		margin-right: 0 !important;
	}
	.me-xxl-1 {
		margin-right: 4px !important;
	}
	.me-xxl-2 {
		margin-right: 8px !important;
	}
	.me-xxl-3 {
		margin-right: 12px !important;
	}
	.me-xxl-4 {
		margin-right: 16px !important;
	}
	.me-xxl-5 {
		margin-right: 20px !important;
	}
	.me-xxl-6 {
		margin-right: 24px !important;
	}
	.me-xxl-7 {
		margin-right: 32px !important;
	}
	.me-xxl-8 {
		margin-right: 48px !important;
	}
	.me-xxl-9 {
		margin-right: 56px !important;
	}
	.me-xxl-10 {
		margin-right: 64px !important;
	}
	.me-xxl-11 {
		margin-right: 72px !important;
	}
	.me-xxl-12 {
		margin-right: 96px !important;
	}
	.me-xxl-auto {
		margin-right: auto !important;
	}
	.mb-xxl-0 {
		margin-bottom: 0 !important;
	}
	.mb-xxl-1 {
		margin-bottom: 4px !important;
	}
	.mb-xxl-2 {
		margin-bottom: 8px !important;
	}
	.mb-xxl-3 {
		margin-bottom: 12px !important;
	}
	.mb-xxl-4 {
		margin-bottom: 16px !important;
	}
	.mb-xxl-5 {
		margin-bottom: 20px !important;
	}
	.mb-xxl-6 {
		margin-bottom: 24px !important;
	}
	.mb-xxl-7 {
		margin-bottom: 32px !important;
	}
	.mb-xxl-8 {
		margin-bottom: 48px !important;
	}
	.mb-xxl-9 {
		margin-bottom: 56px !important;
	}
	.mb-xxl-10 {
		margin-bottom: 64px !important;
	}
	.mb-xxl-11 {
		margin-bottom: 72px !important;
	}
	.mb-xxl-12 {
		margin-bottom: 96px !important;
	}
	.mb-xxl-auto {
		margin-bottom: auto !important;
	}
	.ms-xxl-0 {
		margin-left: 0 !important;
	}
	.ms-xxl-1 {
		margin-left: 4px !important;
	}
	.ms-xxl-2 {
		margin-left: 8px !important;
	}
	.ms-xxl-3 {
		margin-left: 12px !important;
	}
	.ms-xxl-4 {
		margin-left: 16px !important;
	}
	.ms-xxl-5 {
		margin-left: 20px !important;
	}
	.ms-xxl-6 {
		margin-left: 24px !important;
	}
	.ms-xxl-7 {
		margin-left: 32px !important;
	}
	.ms-xxl-8 {
		margin-left: 48px !important;
	}
	.ms-xxl-9 {
		margin-left: 56px !important;
	}
	.ms-xxl-10 {
		margin-left: 64px !important;
	}
	.ms-xxl-11 {
		margin-left: 72px !important;
	}
	.ms-xxl-12 {
		margin-left: 96px !important;
	}
	.ms-xxl-auto {
		margin-left: auto !important;
	}
	.p-xxl-0 {
		padding: 0 !important;
	}
	.p-xxl-1 {
		padding: 4px !important;
	}
	.p-xxl-2 {
		padding: 8px !important;
	}
	.p-xxl-3 {
		padding: 12px !important;
	}
	.p-xxl-4 {
		padding: 16px !important;
	}
	.p-xxl-5 {
		padding: 20px !important;
	}
	.p-xxl-6 {
		padding: 24px !important;
	}
	.p-xxl-7 {
		padding: 32px !important;
	}
	.p-xxl-8 {
		padding: 48px !important;
	}
	.p-xxl-9 {
		padding: 56px !important;
	}
	.p-xxl-10 {
		padding: 64px !important;
	}
	.p-xxl-11 {
		padding: 72px !important;
	}
	.p-xxl-12 {
		padding: 96px !important;
	}
	.px-xxl-0 {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
	.px-xxl-1 {
		padding-right: 4px !important;
		padding-left: 4px !important;
	}
	.px-xxl-2 {
		padding-right: 8px !important;
		padding-left: 8px !important;
	}
	.px-xxl-3 {
		padding-right: 12px !important;
		padding-left: 12px !important;
	}
	.px-xxl-4 {
		padding-right: 16px !important;
		padding-left: 16px !important;
	}
	.px-xxl-5 {
		padding-right: 20px !important;
		padding-left: 20px !important;
	}
	.px-xxl-6 {
		padding-right: 24px !important;
		padding-left: 24px !important;
	}
	.px-xxl-7 {
		padding-right: 32px !important;
		padding-left: 32px !important;
	}
	.px-xxl-8 {
		padding-right: 48px !important;
		padding-left: 48px !important;
	}
	.px-xxl-9 {
		padding-right: 56px !important;
		padding-left: 56px !important;
	}
	.px-xxl-10 {
		padding-right: 64px !important;
		padding-left: 64px !important;
	}
	.px-xxl-11 {
		padding-right: 72px !important;
		padding-left: 72px !important;
	}
	.px-xxl-12 {
		padding-right: 96px !important;
		padding-left: 96px !important;
	}
	.py-xxl-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	.py-xxl-1 {
		padding-top: 4px !important;
		padding-bottom: 4px !important;
	}
	.py-xxl-2 {
		padding-top: 8px !important;
		padding-bottom: 8px !important;
	}
	.py-xxl-3 {
		padding-top: 12px !important;
		padding-bottom: 12px !important;
	}
	.py-xxl-4 {
		padding-top: 16px !important;
		padding-bottom: 16px !important;
	}
	.py-xxl-5 {
		padding-top: 20px !important;
		padding-bottom: 20px !important;
	}
	.py-xxl-6 {
		padding-top: 24px !important;
		padding-bottom: 24px !important;
	}
	.py-xxl-7 {
		padding-top: 32px !important;
		padding-bottom: 32px !important;
	}
	.py-xxl-8 {
		padding-top: 48px !important;
		padding-bottom: 48px !important;
	}
	.py-xxl-9 {
		padding-top: 56px !important;
		padding-bottom: 56px !important;
	}
	.py-xxl-10 {
		padding-top: 64px !important;
		padding-bottom: 64px !important;
	}
	.py-xxl-11 {
		padding-top: 72px !important;
		padding-bottom: 72px !important;
	}
	.py-xxl-12 {
		padding-top: 96px !important;
		padding-bottom: 96px !important;
	}
	.pt-xxl-0 {
		padding-top: 0 !important;
	}
	.pt-xxl-1 {
		padding-top: 4px !important;
	}
	.pt-xxl-2 {
		padding-top: 8px !important;
	}
	.pt-xxl-3 {
		padding-top: 12px !important;
	}
	.pt-xxl-4 {
		padding-top: 16px !important;
	}
	.pt-xxl-5 {
		padding-top: 20px !important;
	}
	.pt-xxl-6 {
		padding-top: 24px !important;
	}
	.pt-xxl-7 {
		padding-top: 32px !important;
	}
	.pt-xxl-8 {
		padding-top: 48px !important;
	}
	.pt-xxl-9 {
		padding-top: 56px !important;
	}
	.pt-xxl-10 {
		padding-top: 64px !important;
	}
	.pt-xxl-11 {
		padding-top: 72px !important;
	}
	.pt-xxl-12 {
		padding-top: 96px !important;
	}
	.pe-xxl-0 {
		padding-right: 0 !important;
	}
	.pe-xxl-1 {
		padding-right: 4px !important;
	}
	.pe-xxl-2 {
		padding-right: 8px !important;
	}
	.pe-xxl-3 {
		padding-right: 12px !important;
	}
	.pe-xxl-4 {
		padding-right: 16px !important;
	}
	.pe-xxl-5 {
		padding-right: 20px !important;
	}
	.pe-xxl-6 {
		padding-right: 24px !important;
	}
	.pe-xxl-7 {
		padding-right: 32px !important;
	}
	.pe-xxl-8 {
		padding-right: 48px !important;
	}
	.pe-xxl-9 {
		padding-right: 56px !important;
	}
	.pe-xxl-10 {
		padding-right: 64px !important;
	}
	.pe-xxl-11 {
		padding-right: 72px !important;
	}
	.pe-xxl-12 {
		padding-right: 96px !important;
	}
	.pb-xxl-0 {
		padding-bottom: 0 !important;
	}
	.pb-xxl-1 {
		padding-bottom: 4px !important;
	}
	.pb-xxl-2 {
		padding-bottom: 8px !important;
	}
	.pb-xxl-3 {
		padding-bottom: 12px !important;
	}
	.pb-xxl-4 {
		padding-bottom: 16px !important;
	}
	.pb-xxl-5 {
		padding-bottom: 20px !important;
	}
	.pb-xxl-6 {
		padding-bottom: 24px !important;
	}
	.pb-xxl-7 {
		padding-bottom: 32px !important;
	}
	.pb-xxl-8 {
		padding-bottom: 48px !important;
	}
	.pb-xxl-9 {
		padding-bottom: 56px !important;
	}
	.pb-xxl-10 {
		padding-bottom: 64px !important;
	}
	.pb-xxl-11 {
		padding-bottom: 72px !important;
	}
	.pb-xxl-12 {
		padding-bottom: 96px !important;
	}
	.ps-xxl-0 {
		padding-left: 0 !important;
	}
	.ps-xxl-1 {
		padding-left: 4px !important;
	}
	.ps-xxl-2 {
		padding-left: 8px !important;
	}
	.ps-xxl-3 {
		padding-left: 12px !important;
	}
	.ps-xxl-4 {
		padding-left: 16px !important;
	}
	.ps-xxl-5 {
		padding-left: 20px !important;
	}
	.ps-xxl-6 {
		padding-left: 24px !important;
	}
	.ps-xxl-7 {
		padding-left: 32px !important;
	}
	.ps-xxl-8 {
		padding-left: 48px !important;
	}
	.ps-xxl-9 {
		padding-left: 56px !important;
	}
	.ps-xxl-10 {
		padding-left: 64px !important;
	}
	.ps-xxl-11 {
		padding-left: 72px !important;
	}
	.ps-xxl-12 {
		padding-left: 96px !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: 1200px) {
	.fs-1 {
		font-size: 3rem !important;
	}
	.fs-2 {
		font-size: 2.25rem !important;
	}
	.fs-3 {
		font-size: 1.5rem !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: flex !important;
	}
	.d-print-inline-flex {
		display: inline-flex !important;
	}
	.d-print-none {
		display: none !important;
	}
}

.no-transition {
	-webkit-transition: height 0.01s;
	-moz-transition: height 0.01s;
	-ms-transition: height 0.01s;
	-o-transition: height 0.01s;
	transition: height 0.01s;
}

.fw-medium {
	font-weight: 500 !important;
}

.limit-text-length {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	line-clamp: 4;
	-webkit-box-orient: vertical;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Buttons
--------------------------------------------- */
.btn {
	border-radius: 4px;
	box-sizing: border-box;
	display: inline-block;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.3s ease-in-out;
}

.btn--primary {
	background-color: #04F7F7;
	border: 1px solid #04F7F7;
	color: #002868;
	padding: 0.75rem 1.5rem;
}

.btn--primary:hover {
	border-color: #04F7F7;
	background-color: rgba(4, 247, 247, 0.2);
	color: #04F7F7;
}

.btn--primary:active {
	background-color: rgba(4, 247, 247, 0.2);
	border-color: #04F7F7;
}

.btn--outline {
	background-color: transparent;
	border: 1px solid #1F6FF0;
	color: #1F6FF0;
	padding: 0.75rem 1.5rem;
}

.btn--outline:hover {
	border-color: #1C52AB;
	background-color: #1C52AB;
	color: #FFFFFF;
}

.btn--outline:active {
	background-color: #1C52AB;
	border-color: #1C52AB;
}

.btn--fixed-cta {
	background-color: #8EE2EC;
	border: 1px solid #8EE2EC;
	color: #002868;
	font-size: 12px;
	line-height: 15px;
	padding: 0.5rem 1.5rem;
}

.btn--fixed-cta:hover {
	border-color: #C5EBF1;
	background-color: #C5EBF1;
	color: #002868;
}

.btn--fixed-cta:active {
	background-color: #C5EBF1;
	border-color: #C5EBF1;
}

/* Navigation
--------------------------------------------- */
.header {
	background-color: #FFFFFF;
	transform: translate(0px, 0px);
	transition: all 0.3s ease-in-out;
}

.header__box-shadow {
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.header__search {
	padding: 15px 12px;
}

.header .navbar-brand {
	flex-shrink: 0;
}

@media (max-width: 575.98px) {
	.header .navbar-brand {
		max-width: 200px;
	}
	.header .navbar-brand__logo-image {
		width: 100%;
	}
}

.header .navbar-buttons {
	display: flex;
	gap: 24px;
}

.header .navbar-collapse .menu-item.btn-primary .nav-link,
.header .navbar-collapse .menu-item.btn-secondary .nav-link {
	border-radius: 4px;
	box-sizing: border-box;
	display: inline-block;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.3s ease-in-out;
	background-color: #04F7F7;
	border: 1px solid #04F7F7;
	color: #002868;
	padding: 0.75rem 1.5rem;
	width: 100%;
	text-align: center;
	border-radius: 3px;
	font-size: 12px;
	line-height: 16px;
	padding: 10px 8px;
}

.header .navbar-collapse .menu-item.btn-primary .nav-link:hover,
.header .navbar-collapse .menu-item.btn-secondary .nav-link:hover {
	border-color: #04F7F7;
	background-color: rgba(4, 247, 247, 0.2);
	color: #04F7F7;
}

.header .navbar-collapse .menu-item.btn-primary .nav-link:active,
.header .navbar-collapse .menu-item.btn-secondary .nav-link:active {
	background-color: rgba(4, 247, 247, 0.2);
	border-color: #04F7F7;
}

@media (max-width: 1239.98px) {
	.header .navbar-collapse .menu-item.btn-primary,
	.header .navbar-collapse .menu-item.btn-secondary {
		border-bottom: 0;
		margin-bottom: 0;
	}
	.header .navbar-collapse .menu-item.btn-primary .nav-link,
	.header .navbar-collapse .menu-item.btn-secondary .nav-link {
		padding: 12px 24px;
	}
}

@media (max-width: 1239.98px) {
	.header .navbar-collapse .menu-item.btn-primary {
		margin-top: 2rem;
	}
}

.header .navbar-collapse .menu-item.btn-secondary .nav-link {
	background-color: transparent;
	border: 1px solid #002868;
	color: #002868;
	padding: 0.75rem 1.5rem;
	width: 100%;
	text-align: center;
	width: 100%;
	text-align: center;
}

@media (max-width: 1239.98px) {
	.header .navbar-collapse {
		position: absolute;
		top: 72px;
		background: #FFFFFF;
		width: 100%;
		height: 100vh;
		left: 0;
		padding: 0.75rem;
		z-index: 1050;
	}
	.header .navbar-collapse .menu-item {
		border-bottom: 1px solid #d9e8f8;
		margin-bottom: 1rem;
		width: 100%;
	}
	.header .navbar-collapse .menu-item .nav-link {
		align-items: center;
		color: #002868;
		display: flex;
		font-size: 14px;
		padding: 0;
	}
	.header .navbar-collapse .menu-item .nav-link.show::after {
		transform: rotate(180deg);
	}
	.header .navbar-collapse .menu-item .dropdown-toggle::after {
		border: 0;
		content: url("./assets/svg/chevron-down.svg");
		height: 25px;
		margin-left: 0.5rem;
		transition: all 0.3s ease-in-out;
	}
	.header .navbar-collapse .nav-link {
		margin-bottom: 0.75rem;
		padding: 0 0.75rem;
	}
	.header .navbar-collapse .menu-item-has-children .dropdown-menu {
		border: 0;
		display: none;
		margin: 1rem 0 0.5rem;
		padding: 0;
		position: relative;
	}
	.header .navbar-collapse .menu-item-has-children .dropdown-menu .menu-item {
		border: 0;
		margin: 0;
	}
	.header .navbar-collapse .menu-item-has-children .dropdown-menu .dropdown-item {
		color: #30455C;
		font-size: 14px;
		padding: 0.75rem 0;
	}
	.header .navbar-collapse .menu-item-has-children .dropdown-menu.show {
		display: block;
	}
}

@media (min-width: 1240px) {
	.header .navbar-collapse .nav-link {
		line-height: 38px;
	}
	.header .navbar-collapse .nav-link::after {
		display: none;
	}
	.header .navbar-collapse .menu-item-has-children > .dropdown-menu {
		background-color: #f4f7fb;
		border-radius: 4px;
		border-top: 2px solid #04F7F7;
		border-width: 2px 0 0 0;
	}
	.header .navbar-collapse .menu-item-has-children > .dropdown-menu .dropdown-item {
		color: #475667;
		font-size: 16px;
		font-weight: 400;
		padding: 0.5rem 1.5rem;
	}
	.header .navbar-collapse .menu-item-has-children > .dropdown-menu .dropdown-item:hover {
		color: #002868;
		cursor: pointer;
		text-decoration: underline;
	}
	.header .navbar-collapse .menu-item-has-children:hover > .dropdown-menu {
		display: block;
	}
	.header .navbar-collapse .menu-item-has-children:hover > .dropdown-menu .dropdown-item:hover {
		color: #002868;
		cursor: pointer;
		text-decoration: underline;
	}
	.header .navbar-collapse .double-column > .dropdown-menu .menu-item-has-children .dropdown-menu {
		border-radius: 0;
		border: 0;
		border-width: 0;
	}
	.header .navbar-collapse .double-column > .dropdown-menu .menu-item-has-children > .dropdown-item {
		background: transparent;
		color: #002868;
		font-weight: 700;
		padding: 0 1.5rem;
	}
	.header .navbar-collapse .double-column:hover > .dropdown-menu {
		display: flex;
	}
	.header .navbar-collapse .menu-item-has-children > .dropdown-menu > .menu-item-has-children > .dropdown-menu {
		position: relative;
		display: block;
	}
}

@media (max-width: 1239.98px) {
	.header .navbar-collapse .double-column > .dropdown-menu.show > .menu-item > a {
		color: #30455C;
		font-size: 16px;
		font-weight: 700;
		line-height: 18px;
		padding-bottom: 5px;
		padding-top: 0;
		cursor: default;
	}
	.header .navbar-collapse .double-column > .dropdown-menu.show > .menu-item > a:hover {
		background-color: transparent;
	}
	.header .navbar-collapse .double-column > .dropdown-menu.show .dropdown-menu {
		display: block;
		margin-top: 0px;
	}
	.header .navbar-collapse .double-column > .dropdown-menu.show .dropdown-menu .menu-item a {
		padding: 0 0 0 5px;
	}
	.header .navbar-collapse .double-column > .dropdown-menu.show .dropdown-menu .menu-item a:active {
		background-color: transparent;
	}
}

.header nav {
	padding: 16px 0 18px;
	line-height: 38px;
}

.navbar-collapse .nav-link {
	color: #475667;
	font-size: 12px;
	font-weight: 600;
	margin: 0;
	text-transform: uppercase;
}

.navbar-menu {
	background-color: transparent;
	border: 0;
	padding: 0;
}

.navbar-menu .menu-icon-wrapper {
	position: relative;
	display: flex;
}

.navbar-menu .menu-icon-wrapper .menu-icon {
	display: block;
	background-color: #002868;
	width: 30px;
	height: 3px;
	margin: 8px 0;
	transition: 0.2s ease-in-out;
}

.navbar-menu .menu-icon-wrapper .menu-icon:after {
	bottom: 0;
}

.navbar-menu .menu-icon-wrapper .menu-icon:before {
	top: 0;
}

.navbar-menu .menu-icon-wrapper .menu-icon:after, .navbar-menu .menu-icon-wrapper .menu-icon:before {
	background-color: #002868;
	content: '';
	display: block;
	width: 100%;
	height: 3px;
	position: absolute;
	border-radius: 100px;
	transition: 0.3s ease-in-out;
}

.navbar-menu:not(.collapsed) .menu-icon-wrapper .menu-icon {
	transform: rotate(90deg);
	background-color: transparent;
}

.navbar-menu:not(.collapsed) .menu-icon-wrapper .menu-icon:before {
	transform: rotate(-45deg);
	top: 0;
}

.navbar-menu:not(.collapsed) .menu-icon-wrapper .menu-icon:after {
	transform: rotate(45deg);
	bottom: 0;
}

/* Footer
--------------------------------------------- */
.footer {
	background-color: #30455C;
	color: #7c92ab;
	font-size: 14px;
	font-weight: 400;
	line-height: 21px;
}

.footer h4, .footer .h4 {
	color: #7c92ab;
	display: flex;
	font-size: 16px;
	font-weight: 400;
	justify-content: space-between;
	text-transform: uppercase;
}

.footer p {
	color: #7c92ab;
	font-size: 14px;
	font-weight: 400;
	line-height: 21px;
}

.footer a {
	color: #7c92ab;
	text-decoration: none;
}

.footer a:hover {
	text-decoration: underline;
}

.footer ul,
.footer li {
	color: #7c92ab;
}

.footer .nav-link:hover {
	color: #002868;
}

.footer .nav .menu-item {
	width: 100%;
}

.footer .nav .menu-item .nav-link {
	color: #FFFFFF;
	line-height: 24px;
	padding: 0;
}

.footer .nav .menu-item .nav-link:hover {
	color: #7c92ab;
}

.footer .dropdown .dropdown-menu {
	background: transparent;
	border: 0;
	border-radius: 0;
	padding: 0;
	position: relative !important;
	transform: none !important;
}

@media (max-width: 1239.98px) {
	.footer .dropdown .dropdown-toggle::after {
		border: 0;
		content: url("./assets/svg/footer-chrevron-down.svg");
		margin-left: 0.5rem;
		transition: all 0.3s ease-in-out;
	}
	.footer .dropdown .dropdown-toggle.show::after {
		transform: rotate(180deg);
	}
}

@media (min-width: 1240px) {
	.footer .dropdown .dropdown-toggle::after {
		display: none;
	}
	.footer .dropdown .dropdown-menu {
		display: block;
	}
}

.footer .manifesto {
	border-bottom: 1px solid #FFFFFF;
	padding: 0 1rem 1rem;
}

.footer .manifesto p {
	color: #FFFFFF;
}

@media (min-width: 1240px) {
	.footer .manifesto p {
		max-width: 170px;
	}
}

.footer .manifesto p span {
	color: #04F7F7;
	font-weight: 700;
}

.footer .manifesto p a {
	color: #FFFFFF;
	text-decoration: underline;
}

.footer .manifesto p a:hover {
	color: #7c92ab;
}

.footer .info {
	padding: 2.5rem 0 2rem;
}

.footer .info .contact a {
	color: #7c92ab;
	font-weight: 700;
}

@media (max-width: 1239.98px) {
	.footer .info {
		padding: 1.5rem 0 2rem;
	}
	.footer .info .social-midia {
		padding-bottom: 1.5rem;
	}
}

.footer .ombudsman a {
	color: #7c92ab;
	font-weight: 700;
}

@media (max-width: 1239.98px) {
	.footer .ombudsman {
		border-bottom: 1px solid #7c92ab;
		margin-bottom: 2rem;
		padding-bottom: 1.5rem;
	}
}

@media (min-width: 1240px) {
	.footer .copyright {
		border-top: 1px solid #7c92ab;
		margin: 32px 0 0;
		padding-top: 40px;
	}
}

/* Buttons
--------------------------------------------- */
.breadcrumbs {
	color: #5F748B;
	font-weight: 500;
	font-size: 14px;
	line-height: 22px;
}

.breadcrumbs__link {
	color: #002868;
	text-decoration: none;
}

.breadcrumbs__separator {
	margin: 0 1rem;
}

/* Question
--------------------------------------------- */
.question {
	background-color: #ffffff;
	border-radius: 1rem;
	margin-bottom: 1.5rem;
	padding: 1.5rem 2rem;
	height: calc(100% - 1.5rem);
}

.question__banner {
	position: relative;
	background-color: #002868;
	height: 220px;
	padding: 0;
	display: flex;
	justify-content: space-between;
}

@media (min-width: 769px) and (max-width: 1023px) {
	.question__banner {
		margin-bottom: 15px;
	}
}

@media (min-width: 1024px) {
	.question__banner {
		margin-bottom: 40px;
	}
}

.question__banner-image {
	position: relative;
	width: 295px;
}

.question__banner-image img {
	object-fit: cover;
	border-radius: 115px 0px 0px 115px;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	right: 0;
}

@media (min-width: 426px) and (max-width: 767px) {
	.question__banner-image img {
		object-position: top;
	}
}

.question__banner h1, .question__banner .h1,
.question__banner span {
	color: white;
}

@media (max-width: 1023px) {
	.question__banner h1:nth-child(4), .question__banner .h1:nth-child(4),
	.question__banner span:nth-child(4) {
		color: inherit;
	}
}

.question__banner-texts {
	max-width: 632px;
	gap: 35px;
	padding: 24px 0 24px 30px;
	max-height: 100%;
	height: 100%;
}

.question__banner-title {
	font-size: 36px;
	font-weight: 700;
	line-height: 44px;
	max-height: 132px;
	margin-bottom: 20px;
}

@media (min-width: 412px) {
	.question__banner-title {
		margin-bottom: 27px;
	}
}

.question__banner-subtitle,
.question__banner-subtitle div {
	display: flex;
	gap: 12px;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
}

.question__banner-subtitle {
	position: absolute;
	bottom: 24px;
}

.question__banner-subtitle a {
	text-decoration: none;
}

@media (max-width: 767px) {
	.question__banner {
		flex-direction: column;
		margin-bottom: 0;
		height: fit-content;
	}
	.question__banner-texts {
		padding: 12px 15px 9px 15px;
	}
	.question__banner-title {
		font-size: 24px;
		line-height: 28px;
		margin-bottom: 18px;
	}
	.question__banner-subtitle {
		position: relative;
		bottom: 0;
		font-size: 12px;
		line-height: 16px;
		max-width: 443px;
		flex-wrap: wrap;
		gap: 0;
	}
	.question__banner-subtitle div {
		gap: 8px;
	}
	.question__banner-image {
		max-height: 190px;
		width: 100%;
	}
	.question__banner-image img {
		border-radius: 0;
		width: 100%;
		max-height: 190px;
		position: relative;
	}
	.question__banner--desktop-hidden, .question__banner--intermediary-hidden {
		display: none;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.question__banner-texts {
		max-width: 422px;
		padding: 16px 0 0 9px;
	}
	.question__banner-subtitle {
		flex-direction: column;
		gap: 0;
	}
	.question__banner-image {
		width: 220px;
	}
	.question__banner--mobile-hidden, .question__banner--desktop-hidden {
		display: none;
	}
}

@media (min-width: 1024px) {
	.question__banner--mobile-hidden, .question__banner--intermediary-hidden {
		display: none;
	}
}

@media (max-width: 1023px) {
	.question__cta-sidebar {
		margin: 0 -40px 0 0;
	}
}

.question__cta-sidebar .cta-sidebar {
	max-width: 200px;
}

@media (max-width: 768px) {
	.question__cta-sidebar .cta-sidebar {
		margin: 0 -20px 0 -20px;
		max-width: 100%;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.question__cta-sidebar .cta-sidebar {
		margin: 0 -20px 0 -20px;
		max-width: 100%;
		min-height: 180px;
		height: max-content;
	}
}

.question__cta-sidebar .cta-sidebar__image {
	transform: none;
}

@media (max-width: 768px) {
	.question__cta-sidebar .cta-sidebar__image {
		transform: rotateY(180deg);
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.question__cta-sidebar .cta-sidebar__image {
		right: 0;
		transform: rotateY(180deg);
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.question__cta-sidebar .cta-sidebar__title {
		font-size: 22px;
		line-height: 28px;
		font-weight: 900;
		text-align: left;
		max-width: 420px;
		margin-bottom: 46px;
	}
}

@media (min-width: 1024px) {
	.question__cta-sidebar .cta-sidebar__title {
		font-size: 22px;
		line-height: 28px;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.question__cta-sidebar .cta-sidebar__link {
		line-height: 32px;
		max-width: 210px;
	}
}

@media (min-width: 1024px) {
	.question__cta-sidebar .cta-sidebar__link {
		line-height: 32px;
	}
}

.question__tag {
	display: inline-block;
	margin-bottom: 1rem;
}

.question__tag__text {
	border: 1px solid #475667;
	border-radius: 8px;
	color: #002259;
	display: block;
	font-size: 14px;
	padding: 0.75rem;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.3s ease-in-out;
}

.question__tag__text:hover {
	border-color: #1f6ff0;
	color: #1f6ff0;
}

.question__title {
	color: #002259;
	font-size: 18px;
	font-weight: 700;
	line-height: 25px;
	margin: 0 0 1rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

@media (max-width: 767px) {
	.question__title {
		font-size: 16px;
		line-height: 22px;
	}
}

.question__excerpt {
	color: #5f748b;
	font-size: 16px;
	text-align: left;
	line-height: 22px;
	margin: 0 0 1rem;
}

.question__excerpt p,
.question__excerpt a {
	word-wrap: break-word;
}

.question__author-answers-link {
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 20px;
	color: #157ffb;
	border-bottom: 1px solid #157ffb;
	text-decoration: none;
}

@media (max-width: 767px) {
	.question__author-answers-link {
		margin-top: 15px;
	}
}

.question__footer {
	border-top: 1px solid #d6e3f2;
	display: flex;
	flex-grow: 1;
	padding: 1rem 0 0;
	margin: 23px 0 0 0;
}

.question__footer__author {
	align-items: center;
	display: flex;
	padding: 0;
}

@media (min-width: 768px) {
	.question__footer__author {
		align-items: flex-end;
	}
}

.question__footer__author__image {
	align-items: center;
	align-self: flex-end;
	display: flex;
	height: 70px;
	margin-right: 1rem;
	border-radius: 50%;
}

.question__footer__author__image img {
	border-radius: 50%;
}

.question__footer__author__info {
	display: flex;
	flex-direction: row;
	align-items: center;
}

@media (max-width: 767px) {
	.question__footer__author__info {
		flex-direction: column;
		align-items: flex-start;
	}
}

.question__footer__author__info div {
	display: flex;
	flex-direction: column;
}

.question__footer__author__info__name {
	color: #475667;
	font-size: 16px;
	font-weight: 700;
	line-height: 22px;
	margin: 0;
}

.question__footer__author__info__by {
	margin: 0 0 0.75rem;
}

.question__footer__author__info__occupation, .question__footer__author__info__crc {
	font-size: 14px;
	line-height: 20px;
}

.question__footer__author__info__occupation, .question__footer__author__info__crc, .question__footer__author__info__by {
	color: #475667;
}

.question__footer__stamp {
	padding: 0 0 0 1rem;
	width: auto;
	border-left: 1px solid #d6e3f2;
	margin: 0 17px;
}

.question__footer__stamp img {
	max-width: 75px;
	height: auto;
}

/* Search
--------------------------------------------- */
.search-bar {
	color: #475667;
	display: flex;
	font-size: 18px;
	font-weight: 700;
	flex-direction: column;
	justify-content: flex-end;
	line-height: 25px;
	max-width: 298px;
}

.search-bar__form--header {
	display: flex;
}

.search-bar__form--header .search-bar__input {
	background-image: none;
	border: none;
	border-radius: 0;
	color: #30455C;
	padding: 0.25rem 1.75rem 0.25rem 0;
}

.search-bar__form--header .search-bar__input::placeholder {
	color: #30455C;
}

.search-bar__form--header .search-bar__button {
	background-color: transparent;
	border: 1px solid #002868;
	border-radius: 3px;
	color: #002868;
	font-size: 16px;
	line-height: 14px;
	padding: 8px 12px;
}

.search-bar__form--header .search-bar__button:hover {
	background-color: #002868;
	color: #ffffff;
}

.search-bar__input {
	background-color: #ffffff;
	background-image: url("./assets/images/icon-search.png");
	background-position: 95% center;
	background-repeat: no-repeat;
	border: 1px solid #A3B4C7;
	border-radius: 4px;
	color: #A3B4C7;
	font-size: 16px;
	line-height: 22px;
	padding: 0.75rem 2.75rem 0.75rem 0.75rem;
	width: 100%;
}

.search-bar__input::placeholder {
	color: #5f748b;
}

/* Banner Hero
--------------------------------------------- */
.banner-hero {
	background-color: #002868;
	padding: 3.75rem 0 2.75rem;
	position: relative;
}

.banner-hero__content {
	position: relative;
}

.banner-hero__title {
	color: #ffffff;
	font-size: 36px;
	font-weight: 700;
	line-height: 43px;
	margin-bottom: 0.75rem;
}

.banner-hero__title:after {
	content: '';
	width: 0.167em;
	height: 0.167em;
	margin-left: 2px;
	border-radius: 50%;
	display: inline-block;
	background-color: #04F7F7;
}

.banner-hero__subtitle {
	color: #ffffff;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	margin-bottom: 1.5rem;
}

.banner-hero__buttons {
	display: flex;
	gap: 1.5rem;
	margin-bottom: 1.5rem;
}

.banner-hero__link {
	border-radius: 4px;
	box-sizing: border-box;
	display: inline-block;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.3s ease-in-out;
}

.banner-hero__link--primary {
	background-color: #04F7F7;
	border: 1px solid #04F7F7;
	color: #002868;
	padding: 0.75rem 1.5rem;
}

.banner-hero__link--primary:hover {
	border-color: #04F7F7;
	background-color: rgba(4, 247, 247, 0.2);
	color: #04F7F7;
}

.banner-hero__link--primary:active {
	background-color: rgba(4, 247, 247, 0.2);
	border-color: #04F7F7;
}

.banner-hero__link--outline-light {
	background-color: transparent;
	border: 1px solid #ffffff;
	color: #ffffff;
	padding: 0.75rem 1.5rem;
}

.banner-hero__link--outline-light:hover {
	border-color: #ffffff;
	background-color: #ffffff;
	color: #002868;
}

.banner-hero__link--outline-light:active {
	background-color: #ffffff;
	border-color: #ffffff;
}

.banner-hero__testimonials {
	max-width: 435px;
}

.banner-hero__testimonials-text {
	color: #ffffff;
	font-size: 14px;
	font-style: italic;
	line-height: 20px;
	margin: 0;
}

.banner-hero__testimonials-author {
	color: #ffffff;
	font-size: 14px;
	line-height: 20px;
	margin: 0.5rem 0 0;
}

@media (max-width: 1239.98px) {
	.banner-hero {
		padding: 2rem 0rem;
	}
	.banner-hero__content {
		max-width: 375px;
		margin: 0 auto;
	}
	.banner-hero__title {
		font-size: 28px;
		line-height: 34px;
		text-align: center;
	}
	.banner-hero__subtitle {
		text-align: center;
	}
	.banner-hero__buttons {
		display: flex;
		flex-direction: column;
		gap: 0;
		margin: 0 auto 0.5rem;
	}
	.banner-hero__link {
		width: 100%;
		text-align: center;
		margin-bottom: 1rem;
	}
	.banner-hero__testimonials {
		text-align: center;
		margin: 0 auto;
	}
	.banner-hero__testimonials-author {
		max-width: 200px;
		margin: 0.5rem auto 0;
	}
}

/* Banner Hero Home
--------------------------------------------- */
.hero-home {
	background-color: #002259;
	position: relative;
	overflow: hidden;
}

.hero-home__content {
	position: relative;
}

@media (max-width: 1024px) {
	.hero-home__content {
		padding: 60px 0;
	}
}

@media (max-width: 500px) {
	.hero-home__content {
		padding: 14px 0 0 0;
	}
}

.hero-home form {
	position: relative;
}

.hero-home .new-fluid {
	width: 100%;
	height: 100%;
}

@media (max-width: 1024px) {
	.hero-home .new-fluid {
		position: absolute;
		top: 0;
		right: -145px;
		object-fit: contain;
	}
}

@media (max-width: 949px) {
	.hero-home .new-fluid {
		bottom: -20px;
		top: initial;
	}
}

@media (max-width: 768px) {
	.hero-home .new-fluid {
		position: relative;
		right: 56px;
		width: calc(100% + 55px);
	}
}

.hero-home__title {
	color: #ffffff;
	font-size: 42px;
	font-weight: 700;
	line-height: 43px;
	margin-bottom: 0.75rem;
	width: calc(100% + 80px);
}

@media (max-width: 768px) {
	.hero-home__title {
		width: auto;
		text-align: center;
		font-size: 28px;
	}
}

.hero-home__title:after {
	content: '';
	width: 0.167em;
	height: 0.167em;
	margin-left: 2px;
	border-radius: 50%;
	display: inline-block;
	background-color: #04F7F7;
}

.hero-home__subtitle {
	color: #ffffff;
	font-size: 18px;
	font-weight: 400;
	line-height: 27px;
	margin-bottom: 1.5rem;
	max-width: 470px;
}

@media (max-width: 768px) {
	.hero-home__subtitle {
		font-size: 16px;
		margin: 0 auto;
		text-align: center;
		margin-bottom: 20px;
	}
}

/* Avaliacao Contabilizei
--------------------------------------------- */
.avaliacao-contabilizei {
	background: #fff;
	padding: 64px 0 104px 0;
}

@media (max-width: 768px) {
	.avaliacao-contabilizei {
		padding: 32px 0 32px 0;
	}
}

.avaliacao-contabilizei__title {
	max-width: 405px;
	color: #30455C;
	margin-bottom: 10px;
}

.avaliacao-contabilizei__title::after {
	content: '';
	width: 0.167em;
	height: 0.167em;
	margin-left: 2px;
	border-radius: 50%;
	display: inline-block;
	background-color: #04F7F7;
}

@media (max-width: 768px) {
	.avaliacao-contabilizei__title {
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		font-size: 24px;
	}
}

@media (max-width: 500px) {
	.avaliacao-contabilizei__title {
		max-width: 336px;
	}
}

.avaliacao-contabilizei__description {
	max-width: 470px;
	margin-bottom: 23px;
}

@media (max-width: 768px) {
	.avaliacao-contabilizei__description {
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}
}

.avaliacao-contabilizei__subtitle {
	font-weight: 700;
	font-size: 18px;
	color: #30455C;
}

@media (max-width: 768px) {
	.avaliacao-contabilizei__subtitle {
		text-align: center;
		max-width: 197px;
		margin: 0 auto;
		margin-bottom: 30px;
	}
}

.avaliacao-contabilizei__list {
	display: flex;
	list-style: none;
	padding: 0;
	margin-bottom: 32px;
}

@media (max-width: 768px) {
	.avaliacao-contabilizei__list {
		justify-content: center;
	}
}

.avaliacao-contabilizei__list li {
	margin-right: 30px;
}

.avaliacao-contabilizei__ctas {
	display: flex;
	list-style: none;
	padding: 0;
}

@media (max-width: 768px) {
	.avaliacao-contabilizei__ctas {
		justify-content: center;
		flex-direction: column;
		align-items: center;
	}
}

.avaliacao-contabilizei__ctas li {
	margin-right: 10px;
}

@media (max-width: 768px) {
	.avaliacao-contabilizei__ctas li {
		margin-bottom: 20px;
	}
}

@media (max-width: 500px) {
	.avaliacao-contabilizei__ctas li {
		width: 100%;
	}
	.avaliacao-contabilizei__ctas li .btn {
		width: 100%;
		text-align: center;
	}
}

.avaliacao-contabilizei__ctas .btn--outline {
	background-color: transparent;
	border: 1px solid #002868;
	color: #002868;
	padding: 0.75rem 1.5rem;
}

.avaliacao-contabilizei__img {
	margin-left: auto;
}

/* Banner Search
--------------------------------------------- */
.banner-search {
	background-color: #002868;
	color: #fff;
	padding: 28px 0 23px 0;
}

@media (max-width: 768px) {
	.banner-search {
		padding: 28px 0 27px 0;
		text-align: center;
	}
}

.banner-search__title {
	font-size: 18px;
	color: #04f7f7;
}

.banner-search__subtitle {
	margin: 0;
}

@media (max-width: 768px) {
	.banner-search__subtitle {
		margin-bottom: 20px;
	}
}

.banner-search__form {
	min-width: 430px;
}

@media (max-width: 911px) {
	.banner-search__form {
		min-width: auto;
	}
}

.banner-search__input {
	background-color: #ffffff;
	background-image: url("./assets/images/icon-search.png");
	background-position: 95% center;
	background-repeat: no-repeat;
	border: 1px solid #A3B4C7;
	border-radius: 4px;
	color: #A3B4C7;
	font-size: 16px;
	line-height: 22px;
	padding: 0.75rem 2.75rem 0.75rem 0.75rem;
	width: 100%;
}

.banner-search__input::placeholder {
	color: #5f748b;
}

/* Solutions Contabilizei
--------------------------------------------- */
.solutions {
	background: #F5F7FB;
	padding: 64px 0;
}

@media (max-width: 768px) {
	.solutions {
		padding: 0;
	}
}

.solutions__title {
	max-width: 640px;
	margin: 0 auto 46px;
	color: #30455C;
}

.solutions__title::after {
	content: '';
	width: 0.167em;
	height: 0.167em;
	margin-left: 2px;
	border-radius: 50%;
	display: inline-block;
	background-color: #04F7F7;
}

@media (max-width: 768px) {
	.solutions__title {
		font-size: 24px;
		padding: 32px 0 0 0;
	}
}

.solutions__list-solutions {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
	justify-content: space-between;
}

.solutions__list-solutions li {
	margin-bottom: 20px;
}

.solutions__list-solutions li:nth-child(3n + 1) {
	max-width: 209px;
}

@media (max-width: 1120px) {
	.solutions__list-solutions li:nth-child(3n + 1) {
		max-width: 50%;
		padding: 0 10px;
	}
}

@media (max-width: 480px) {
	.solutions__list-solutions li:nth-child(3n + 1) {
		max-width: 100%;
		padding: 0 10px;
	}
}

.solutions__list-solutions li:nth-child(3n + 2) {
	max-width: 175px;
}

@media (max-width: 1120px) {
	.solutions__list-solutions li:nth-child(3n + 2) {
		max-width: 50%;
		padding: 0 10px;
	}
}

@media (max-width: 480px) {
	.solutions__list-solutions li:nth-child(3n + 2) {
		max-width: 100%;
		padding: 0 10px;
	}
}

.solutions__list-solutions li:nth-child(3n + 3) {
	max-width: 207px;
}

@media (max-width: 1120px) {
	.solutions__list-solutions li:nth-child(3n + 3) {
		max-width: 50%;
		padding: 0 10px;
	}
}

@media (max-width: 480px) {
	.solutions__list-solutions li:nth-child(3n + 3) {
		max-width: 100%;
		padding: 0 10px;
	}
}

.solutions__list-solutions p {
	color: #5f748b;
}

@media (max-width: 768px) {
	.solutions__list-solutions p {
		padding-left: 47px;
	}
}

.solutions__list-solutions__title {
	display: flex;
}

@media (max-width: 768px) {
	.solutions__list-solutions__title {
		align-items: center;
	}
}

.solutions__list-solutions__title img {
	height: 40px;
	margin-right: 8px;
}

.solutions__list-solutions__title h3, .solutions__list-solutions__title .h3 {
	font-size: 18px;
}

.solutions__img {
	margin-left: auto;
	display: block;
	height: auto;
}

@media (max-width: 1070px) {
	.solutions__img {
		width: 100%;
		margin: 0 auto;
	}
}

@media (max-width: 768px) {
	.solutions__img {
		width: auto;
		margin: 0 auto;
	}
}

@media (max-width: 467px) {
	.solutions__img {
		width: 100%;
	}
}

.solutions .btn {
	text-align: center;
}

@media (max-width: 768px) {
	.solutions .btn--desk {
		display: none;
	}
}

.solutions .btn--mobile {
	display: none;
	margin-bottom: 28px;
}

@media (max-width: 768px) {
	.solutions .btn--mobile {
		display: block;
	}
}

/* Question Home
--------------------------------------------- */
.questions-home {
	background: #fff;
	padding: 64px 0;
}

@media (max-width: 768px) {
	.questions-home {
		padding: 28px 0;
	}
}

@media (max-width: 768px) {
	.questions-home .card-row {
		flex-direction: column;
		align-items: center;
	}
}

.questions-home .d-flex-wrap {
	display: flex;
	flex-wrap: wrap;
}

@media (min-width: 1023px) and (max-width: 1200px) {
	.questions-home .d-flex-wrap {
		flex-direction: column;
	}
}

.questions-home__title {
	margin-bottom: 0;
	color: #30455c;
}

.questions-home__title::after {
	content: '';
	width: 0.167em;
	height: 0.167em;
	margin-left: 2px;
	border-radius: 50%;
	display: inline-block;
	background-color: #04f7f7;
}

@media (max-width: 768px) {
	.questions-home__title {
		font-size: 24px;
		margin-bottom: 0;
		line-height: normal;
	}
}

.questions-home [class*='col-'] {
	margin-bottom: 32px;
	padding: 0 15px 0 15px;
	max-width: 600px;
}

@media (max-width: 768px) {
	.questions-home [class*='col-'] {
		margin-bottom: 16px;
		padding: 0 8px;
		max-width: 351px;
	}
	.questions-home [class*='col-']:nth-child(n + 7) {
		display: none;
	}
}

@media (min-width: 769px) and (max-width: 1023px) {
	.questions-home [class*='col-'] {
		padding: 0;
		max-width: 518px;
		width: 100%;
	}
	.questions-home [class*='col-']:nth-child(n + 7) {
		display: none;
	}
}

.questions-home__linkcard {
	text-decoration: none;
}

.questions-home__card {
	position: relative;
	border: solid 1px #d6e3f2;
	border-radius: 8px;
	padding: 24px 32px;
	height: 100%;
}

@media (max-width: 768px) {
	.questions-home__card {
		padding: 16px;
	}
}

@media (min-width: 769px) and (max-width: 1023px) {
	.questions-home__card {
		padding: 24px 32px 51px 32px;
	}
}

.questions-home__card-content {
	max-width: 506px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.questions-home__card-content h3, .questions-home__card-content .h3 {
	font-size: 20px;
	letter-spacing: 0.2px;
	margin: 0 0 16px 0;
	line-height: 28px;
}

@media (max-width: 768px) {
	.questions-home__card-content h3, .questions-home__card-content .h3 {
		font-size: 18px;
		letter-spacing: 0.18px;
		line-height: 25px;
		margin: 0 0 10px 0;
	}
}

.questions-home__card-content p {
	color: #30455c;
	margin-bottom: 44px;
	letter-spacing: 0.16px;
	line-height: 22.4px;
}

@media (max-width: 768px) {
	.questions-home__card-content p {
		margin-bottom: 37px;
		max-height: 66px;
		overflow: hidden;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.questions-home__card-content p {
		margin-bottom: 20px;
	}
}

.questions-home__card-readmore {
	position: absolute;
	bottom: 24px;
	left: 32px;
}

@media (max-width: 768px) {
	.questions-home__card-readmore {
		bottom: 16px;
		left: 16px;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.questions-home__card-readmore {
		position: sticky;
	}
}

.questions-home__card-readmore-link {
	color: #0033b7;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	border-bottom: 1px solid #0033b7;
	width: fit-content;
}

@media (max-width: 768px) {
	.questions-home__card-readmore-link {
		font-size: 16px;
		font-weight: 400;
	}
}

.questions-home__card-readmore-arrow-right::after {
	content: url("./assets/svg/arrow-right.svg");
	margin-left: 5px;
	vertical-align: sub;
	height: 20px;
	display: inline-block;
}

.questions-home__card-photo {
	margin-right: 24px;
	max-width: 161px;
	max-height: 120px;
	width: 100%;
	height: 100%;
}

.questions-home__card-photo img {
	object-fit: cover;
	object-position: 35%;
	width: 100%;
	height: 100%;
}

@media (min-width: 769px) and (max-width: 1339px) {
	.questions-home__card-photo {
		max-width: 150px;
		max-height: 150px;
	}
	.questions-home__card-photo img {
		object-position: 20%;
	}
}

@media (max-width: 768px) {
	.questions-home__card-photo {
		margin: 12px 0 5px 0;
		max-width: 300px;
		max-height: 170px;
	}
}

.questions-home__card-footer {
	position: relative;
	display: flex;
	align-items: flex-start;
	margin-bottom: 15px;
	min-height: 120px;
}

@media (max-width: 768px) {
	.questions-home__card-footer {
		display: flex;
		align-items: flex-start;
		flex-direction: column-reverse;
		justify-content: flex-end;
		margin-bottom: 7px;
	}
}

@media (max-width: 1023px) {
	.questions-home__card-footer {
		min-height: auto;
	}
}

.questions-home__card-footer ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

@media (min-width: 1024px) {
	.questions-home__card-footer ul > div {
		position: relative;
		bottom: 0;
	}
}

@media (min-width: 1440px) {
	.questions-home__card-footer ul > div {
		position: absolute;
		bottom: 8px;
	}
}

.questions-home__author-name, .questions-home__author-job, .questions-home__author-crc, .questions-home__author-post-upt {
	color: #5f748b;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
}

@media (max-width: 768px) {
	.questions-home__author-name, .questions-home__author-job, .questions-home__author-crc, .questions-home__author-post-upt {
		font-weight: 400;
		font-size: 12px;
		line-height: 16px;
	}
}

.questions-home__author-name::after, .questions-home__author-crc::after {
	content: '|';
	margin-left: 5px;
	margin-right: 5px;
	font-weight: 100;
}

@media (min-width: 1024px) and (max-width: 1200px) {
	.questions-home__author-name::after, .questions-home__author-crc::after {
		color: transparent;
	}
}

.questions-home .btn {
	margin-top: 15px;
}

@media (max-width: 768px) {
	.questions-home .btn {
		margin-top: 24px;
		width: 100%;
		text-align: center;
	}
}

/* Fixed CTA
--------------------------------------------- */
.fixed-cta {
	background-color: #C5EBF1;
	padding: 0.75rem 2rem;
	position: fixed;
	top: 0;
	text-align: center;
	transition: all 0.3s ease-in-out;
	width: 100%;
	z-index: 9999;
}

.fixed-cta__close {
	display: flex;
	position: absolute;
	right: 1.25rem;
	top: 0.75rem;
}

.fixed-cta__title {
	color: #002868;
	font-size: 12px;
	font-weight: 700;
	line-height: 18px;
	margin-bottom: 0.5rem;
}

.fixed-cta__subtitle {
	color: #002868;
	font-size: 10px;
	font-weight: 400;
	line-height: 15px;
	margin: 0 auto 1rem;
	max-width: 360px;
}

.fixed-cta__link {
	border-radius: 4px;
	box-sizing: border-box;
	display: inline-block;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.3s ease-in-out;
	background-color: #8EE2EC;
	border: 1px solid #8EE2EC;
	color: #002868;
	font-size: 12px;
	line-height: 15px;
	padding: 0.5rem 1.5rem;
}

.fixed-cta__link:hover {
	border-color: #C5EBF1;
	background-color: #C5EBF1;
	color: #002868;
}

.fixed-cta__link:active {
	background-color: #C5EBF1;
	border-color: #C5EBF1;
}

/* Sidebar CTA
--------------------------------------------- */
.cta-sidebar {
	background: linear-gradient(97.08deg, #002868 -11.31%, rgba(0, 27, 69, 0) 53.67%), linear-gradient(94.17deg, #002868 -10.24%, #038aa9 104.22%);
	color: #ffffff;
	margin: 0 0 0 -0.75rem;
	overflow: hidden;
	position: relative;
	width: calc(100% + 1.5rem);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

@media screen and (min-width: 351px) and (max-width: 390px) {
	.cta-sidebar {
		min-height: 178px;
	}
}

@media screen and (max-width: 1023px) {
	.cta-sidebar {
		flex-direction: row;
	}
}

.cta-sidebar__wrapper-text {
	z-index: 1;
	padding: 0.75rem 0.75rem 1.25rem;
}

@media screen and (min-width: 1024px) {
	.cta-sidebar__wrapper-text {
		padding: 1rem;
	}
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
	.cta-sidebar__wrapper-text {
		padding: 1.25rem;
	}
}

@media (min-width: 768px) {
	.cta-sidebar {
		background: linear-gradient(212.24deg, #002868 -5.5%, rgba(0, 27, 69, 0) 56.49%), radial-gradient(93.61% 46.67% at 46.25% 80.56%, #038aa9 0%, #002868 100%);
		border-radius: 4px;
		margin: 0 0 1rem -0.75rem;
		min-height: 360px;
		position: sticky;
		top: 100px;
	}
}

.cta-sidebar__title {
	font-size: 18px;
	line-height: 22px;
	font-weight: 700;
	margin: 0 0 0.75rem;
	word-break: break-word;
}

@media (max-width: 767.98px) {
	.cta-sidebar__title {
		max-width: 250px;
	}
}

@media (min-width: 768px) {
	.cta-sidebar__title {
		text-align: center;
	}
}

@media (min-width: 1240px) {
	.cta-sidebar__title {
		font-size: 22px;
		line-height: 28px;
	}
}

@media screen and (max-width: 390px) {
	.cta-sidebar__title {
		max-width: 175px;
	}
}

@media screen and (max-width: 350px) {
	.cta-sidebar__title {
		max-width: none;
	}
}

.cta-sidebar__link {
	background: #04F7F7;
	border-radius: 3px;
	color: #002868;
	display: block;
	font-size: 12px;
	letter-spacing: 0.5px;
	line-height: 32px;
	padding: 0 0.75rem;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.3s ease-in-out;
}

.cta-sidebar__link:hover {
	border-color: #04F7F7;
	background-color: rgba(4, 247, 247, 0.2);
	color: #04F7F7;
}

@media (max-width: 767.98px) {
	.cta-sidebar__link {
		max-width: 210px;
	}
}

@media (min-width: 768px) {
	.cta-sidebar__link {
		line-height: 24px;
	}
}

@media (min-width: 1240px) {
	.cta-sidebar__link {
		line-height: 32px;
	}
}

@media screen and (max-width: 350px) {
	.cta-sidebar__link {
		max-width: none;
	}
}

.cta-sidebar__image {
	pointer-events: none;
}

@media screen and (max-width: 390px) {
	.cta-sidebar__image {
		position: absolute;
		right: 0;
		z-index: 0;
	}
}

@media screen and (max-width: 420px) {
	.cta-sidebar__image img {
		width: 180px;
		height: auto;
	}
}

@media screen and (max-width: 350px) {
	.cta-sidebar__image img {
		display: none;
	}
}

@media screen and (max-width: 1023px) {
	.cta-sidebar__image {
		align-self: flex-end;
	}
}

/* Customer Review
--------------------------------------------- */
.customer-review {
	padding: 1rem 0 2rem;
}

.customer-review__title {
	color: #002868;
	font-size: 16px;
	font-weight: 700;
	line-height: 16px;
}

.customer-review__buttons {
	display: flex;
	gap: 1rem;
}

.customer-review__button {
	align-items: center;
	background-color: transparent;
	border: 1px solid #d9e8f8;
	border-radius: 4px;
	color: #002868;
	display: flex;
	font-size: 14px;
	font-weight: 700;
	line-height: 18px;
	padding: 6px 12px;
}

.customer-review__button svg {
	margin-right: 0.5rem;
}

.customer-review__button--no svg {
	transform: rotate(180deg);
}

/* Related Questions
--------------------------------------------- */
.related-questions {
	position: relative;
}

.related-questions__title {
	color: #30455C;
	margin: 0 0 1rem;
	text-align: center;
}

.related-questions__title::after {
	content: '';
	width: 0.167em;
	height: 0.167em;
	margin-left: 2px;
	border-radius: 50%;
	display: inline-block;
	background-color: #04F7F7;
}

@media (min-width: 768px) {
	.related-questions__title {
		margin: 0 0 2rem;
	}
}

.related-questions__question {
	margin: 0 0 1rem;
}

.related-questions__question__category {
	background: #F2F7FD;
	border-radius: 2px;
	color: #475667;
	display: inline-block;
	font-size: 12px;
	line-height: 16px;
	margin: 0 0 0.75rem;
	padding: 4px 8px;
	text-decoration: none;
}

.related-questions__question__category:hover {
	color: #475667;
}

.related-questions__question__title {
	color: #002259;
	font-size: 20px;
	font-weight: 700;
	line-height: 28px;
	margin: 0 0 0.75rem;
}

.related-questions__question__url {
	color: #30455C;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
}

.related-questions__question__url:hover {
	color: #1166c9;
}

.related-questions__question__link {
	color: #1f6ff0;
	display: inline-block;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase;
}

.related-questions__question__link:hover {
	text-decoration: underline;
}

/* Blog Posts
--------------------------------------------- */
.blog-posts {
	background-color: #F5F7FB;
	position: relative;
}

.blog-posts__title {
	color: #30455C;
	margin: 0 0 1rem;
	text-align: center;
}

.blog-posts__title::after {
	content: '';
	width: 0.167em;
	height: 0.167em;
	margin-left: 2px;
	border-radius: 50%;
	display: inline-block;
	background-color: #04F7F7;
}

@media (min-width: 768px) {
	.blog-posts__title {
		margin: 0 0 2rem;
	}
}

.blog-post {
	background-color: #ffffff;
	margin-bottom: 1rem;
}

.blog-post__link {
	text-decoration: none;
}

.blog-post__header {
	color: #30455C;
	display: flex;
	font-size: 12px;
	justify-content: space-between;
	padding: 1rem 1.25rem;
	text-transform: uppercase;
}

.blog-post__category {
	border: 1px solid #ed9443;
	border-radius: 2px;
	color: #002868;
	font-weight: 700;
	padding: 0px 8px;
}

.blog-post__image {
	display: block;
	height: 210px;
}

.blog-post__image img {
	height: 100%;
	object-fit: cover;
	object-position: center;
	width: 100%;
}

.blog-post__content {
	padding: 1rem;
}

.blog-post__title {
	color: #30455C;
	font-size: 20px;
	line-height: 24px;
	margin: 0 0 0.25rem;
}

.blog-post__excerpt {
	color: #5f748b;
	font-size: 14px;
	line-height: 20px;
	margin: 0 0 1rem;
}

.blog-post__author {
	color: #5f748b;
	font-size: 12px;
	line-height: 20px;
}

@media (min-width: 768px) {
	.blog-post {
		height: calc(100% - 2rem);
		margin-bottom: 2rem;
	}
}

/* Posts and pages
--------------------------------------------- */
.site-main {
	background-color: #F2F7FD;
	padding-top: 72px;
}

.site-main--single {
	background-color: #ffffff;
}

.home-header {
	margin-bottom: 3.75rem;
	padding: 1.25rem 0 0;
}

.home-header__title {
	align-items: center;
	color: #475667;
	display: flex;
	margin: 0;
	padding: 1.25rem 0 0;
}

.home-header__title svg {
	margin-right: 2.5rem;
}

.home-header__title span {
	margin-left: 0.5rem;
}

@media (max-width: 1239.98px) {
	.home-header {
		margin-bottom: 2.5rem;
	}
	.home-header__title {
		margin-bottom: 2.25rem;
	}
	.home-header__title svg {
		margin-right: 1.75rem;
		width: 36px;
	}
}

.questions {
	min-height: 1000px;
}

.questions__count {
	color: #5f748b;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
}

@media (max-width: 767.98px) {
	.questions__count {
		margin: 0 0 1.5rem;
	}
}

.questions__sort {
	align-items: center;
	border: 0;
	background-color: transparent;
	color: #002868;
	display: flex;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
}

.questions__sort::after {
	content: url("./assets/svg/sort-chevron-down.svg");
	height: 24px;
	margin: 0 0 0 7px;
	transition: all 0.3s ease-in-out;
}

.questions__sort.asc::after {
	transform: rotate(180deg);
}

.content-outline {
	background-color: #ffffff;
	border-radius: 0;
	margin: 0;
	padding: 0;
}

.content-outline__border {
	border-color: #dddddd;
	border-radius: 5px;
	border-style: solid;
	border-width: 1px;
	padding: 2.5rem 2rem;
}

.content-outline__border .entry-title {
	font-size: 36px;
	line-height: 43px;
	margin-bottom: 1.5rem;
}

.content-outline__border .entry-content {
	color: #1D1D1D;
	font-size: 18px;
	line-height: 27px;
}

.content-outline__border .entry-content p {
	margin-bottom: 1.875rem;
}

.content-outline__border .entry-content h1, .content-outline__border .entry-content .h1,
.content-outline__border .entry-content h2,
.content-outline__border .entry-content .h2,
.content-outline__border .entry-content h3,
.content-outline__border .entry-content .h3,
.content-outline__border .entry-content h4,
.content-outline__border .entry-content .h4,
.content-outline__border .entry-content h5,
.content-outline__border .entry-content .h5,
.content-outline__border .entry-content h6,
.content-outline__border .entry-content .h6 {
	margin-bottom: 1.875rem;
}

.content-outline__border .entry-content ul {
	margin: 0;
}

.content-outline__border .entry-content ul li {
	margin-bottom: 1.875rem;
}

@media (max-width: 1239.98px) {
	.content-outline__border {
		padding: 1.5rem 1rem;
	}
	.content-outline__border .entry-title {
		font-size: 28px;
		line-height: 39px;
		margin-bottom: 1rem;
	}
	.content-outline__border .entry-content {
		color: #475667;
		font-size: 16px;
		line-height: 22px;
	}
	.content-outline__border .entry-content p {
		margin-bottom: 1.5rem;
	}
	.content-outline__border .entry-content h1, .content-outline__border .entry-content .h1,
	.content-outline__border .entry-content h2,
	.content-outline__border .entry-content .h2,
	.content-outline__border .entry-content h3,
	.content-outline__border .entry-content .h3,
	.content-outline__border .entry-content h4,
	.content-outline__border .entry-content .h4,
	.content-outline__border .entry-content h5,
	.content-outline__border .entry-content .h5,
	.content-outline__border .entry-content h6,
	.content-outline__border .entry-content .h6 {
		margin-bottom: 1.5rem;
	}
	.content-outline__border .entry-content ul {
		padding-left: 1.5rem;
	}
	.content-outline__border .entry-content ul li {
		margin-bottom: 1.5rem;
	}
}

@media (min-width: 1240px) {
	.content-outline {
		border: 1px solid #dddddd;
		border-radius: 5px;
		padding: 1.5rem;
	}
}

.single-question {
	background-color: #ffffff;
	max-width: 1029px;
	padding: 0;
}

@media (min-width: 426px) and (max-width: 767px) {
	.single-question {
		max-width: 580px;
	}
}

@media (max-width: 1399px) {
	.single-question {
		padding: 0 20px;
	}
}

.single-question__header {
	padding: 0 10px;
}

.single-question .question {
	border-radius: 0;
	margin: 0;
	padding: 0;
}

@media (max-width: 768px) {
	.single-question .question {
		padding: 15px 0 13px 0;
		flex-direction: column;
		align-items: flex-start;
	}
}

@media (min-width: 1024px) {
	.single-question .question {
		display: flex;
		justify-content: flex-end;
		gap: 44px;
		height: auto;
	}
}

@media (min-width: 768px) {
	.single-question .question__article {
		margin: 0 0 1rem;
		max-width: 754px;
	}
}

@media (min-width: 769px) and (max-width: 1023px) {
	.single-question .question__article {
		max-width: 100%;
	}
}

.single-question .question__article__title {
	white-space: initial;
	font-size: 28px;
	line-height: 34px;
}

@media (min-width: 768px) {
	.single-question .question__article__title {
		font-size: 36px;
		line-height: 44px;
	}
}

.single-question .question__footer {
	position: relative;
	padding: 2rem 0 0;
	align-items: center;
	margin: 0;
}

@media (max-width: 767.98px) {
	.single-question .question__footer {
		padding: 29px 0 13px 0;
	}
}

.single-question .question__author {
	border: 0;
	padding: 0;
}

.single-question .question__author-answers-link {
	position: absolute;
	right: 0;
	bottom: 20px;
}

@media (max-width: 767.98px) {
	.single-question .question__author-answers-link {
		position: relative;
		bottom: 0;
	}
}

.single-accountant__header {
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #d6e3f2;
}

@media (max-width: 767.98px) {
	.single-accountant__header {
		margin-bottom: 24px;
	}
}

.single-accountant .breadcrumbs {
	font-weight: 700;
}

.single-accountant .breadcrumbs a {
	font-weight: 400;
	color: #5f748b;
}

.single-accountant .breadcrumbs .breadcrumbs__separator::after {
	content: 'Respostas de ';
	position: relative;
	left: 16px;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/* Accountant Questions
--------------------------------------------- */
.accountant-questions {
	background: #fff;
	padding: 64px 0;
}

@media (max-width: 768px) {
	.accountant-questions {
		padding: 28px 0;
	}
}

.accountant-questions__title {
	margin-bottom: 32px;
	color: #30455C;
}

.accountant-questions__title::after {
	content: '';
	width: 0.167em;
	height: 0.167em;
	margin-left: 2px;
	border-radius: 50%;
	display: inline-block;
	background-color: #04F7F7;
}

@media (max-width: 768px) {
	.accountant-questions__title {
		font-size: 23px;
		margin-bottom: 0;
	}
}

.accountant-questions [class*='col-'] {
	margin-bottom: 32px;
}

.accountant-questions .reset-margin {
	margin: 0;
}

.accountant-questions__linkcard {
	text-decoration: none;
}

.accountant-questions__card {
	border: solid 1px #d6e3f2;
	border-radius: 8px;
	padding: 24px 32px;
	height: 100%;
	margin-bottom: 15px;
	display: flex;
	flex-direction: column;
}

.accountant-questions__card h3, .accountant-questions__card .h3 {
	font-size: 20px;
}

.accountant-questions__card p {
	color: #30455C;
}

@media (max-width: 767.98px) {
	.accountant-questions__card {
		padding: 16px;
	}
}

.accountant-questions__card__redmore {
	text-transform: uppercase;
	color: #1f6ff0;
}

.accountant-questions__card-footer {
	display: flex;
	align-items: center;
	padding-top: 16px;
	border-top: 1px solid #d6e3f2;
	margin-top: auto;
}

.accountant-questions__card-footer ul {
	list-style: none;
	margin: 0;
	padding-left: 16px;
}

.accountant-questions__card-footer__photo {
	border-radius: 50%;
	width: 56px;
	height: 56px;
}

.accountant-questions__card-footer__name {
	color: #30455C;
	font-weight: 700;
	font-size: 16px;
}

.accountant-questions__card-footer__job, .accountant-questions__card-footer__src {
	color: #5f748b;
	font-size: 14px;
}

.accountant-questions .btn {
	margin-top: 15px;
}

@media (max-width: 500px) {
	.accountant-questions .btn {
		margin-top: 0;
		width: 100%;
		text-align: center;
	}
}

/* Accountant Header
--------------------------------------------- */
.accountant-info {
	margin-bottom: 28px;
}

@media (max-width: 767.98px) {
	.accountant-info {
		margin-bottom: 16px;
		text-align: center;
	}
}

.accountant-info__name {
	font-weight: 700;
	font-size: 28px;
	line-height: 39px;
	color: #30455c;
	margin-bottom: 0;
	margin-right: 16px;
}

@media (max-width: 767.98px) {
	.accountant-info__name {
		font-size: 24px;
		line-height: 28.8px;
		margin-bottom: 8px;
		margin-right: 0;
	}
}

.accountant-info__crc {
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color: #5f748b;
	margin-bottom: 0;
}

@media (max-width: 767.98px) {
	.accountant-info__crc {
		font-size: 14px;
		line-height: 19.6px;
	}
}

.accountant-details {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}

@media (max-width: 767.98px) {
	.accountant-details {
		display: block;
		text-align: center;
	}
}

.accountant-details__bio {
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0.01em;
	color: #5f748b;
	margin-left: 24px;
	margin-bottom: 0;
	max-width: 463px;
}

@media (max-width: 767.98px) {
	.accountant-details__bio {
		margin: 12px auto 0;
		max-width: 80%;
		font-size: 14px;
		line-height: 19.6px;
	}
}

/* Question Bar
--------------------------------------------- */
.question-bar {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	max-height: 76px;
	background: #f3f7fa;
	box-shadow: 0px -8px 16px 0px rgba(11, 31, 77, 0.12);
	z-index: 1030;
	padding: 12px 0;
}

.question-bar__content {
	display: flex;
	align-items: flex-start;
	justify-content: center;
}

.question-bar__content h2, .question-bar__content .h2 {
	font-size: 20px;
	font-weight: 700;
	line-height: 28px;
	margin-right: 32px;
}

@media (max-width: 414px) {
	.question-bar__content h2, .question-bar__content .h2 {
		font-size: 18px;
		line-height: 20px;
	}
}

.question-bar__content p {
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	max-width: 392px;
}

.question-bar__cta {
	border-radius: 4px;
	box-sizing: border-box;
	display: inline-block;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.3s ease-in-out;
	background-color: #04F7F7;
	border: 1px solid #04F7F7;
	color: #002868;
	padding: 0.75rem 1.5rem;
	width: auto;
	padding: 13px 16px;
	font-weight: 700;
	white-space: nowrap;
}

.question-bar__cta:hover {
	border-color: #04F7F7;
	background-color: rgba(4, 247, 247, 0.2);
	color: #04F7F7;
}

.question-bar__cta:active {
	background-color: rgba(4, 247, 247, 0.2);
	border-color: #04F7F7;
}

/* Question Bar Modal
--------------------------------------------- */
.question-modal .modal-dialog {
	max-width: 746px;
}

.question-modal .modal-content {
	min-height: 548px;
	border-radius: 6px;
	border: 3px solid #d0ddea;
	background: linear-gradient(136deg, #edf5ff 0%, #fff 100%);
	padding: 20px 32px;
}

@media (max-width: 400px) {
	.question-modal .modal-content {
		padding: 20px 16px !important;
	}
}

.question-modal .modal-body {
	padding: 0;
	overflow-x: hidden;
	overflow: visible;
}

.question-modal .modal-body::-webkit-scrollbar {
	display: none;
}

.question-modal .modal-dismiss {
	margin-bottom: 12px;
}

.question-modal .modal-dismiss__button {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: none;
	float: right;
	height: 32px;
	width: 20px;
}

.question-modal .modal-dismiss__button::after {
	float: right;
	content: url("./assets/svg/times.svg");
}

.question-content {
	max-width: 264px;
}

.question-content__separator {
	width: 100%;
	height: 2px;
	background: linear-gradient(90deg, #04f7f7 0%, rgba(4, 247, 247, 0) 100%);
}

.question-content__title, .question-form__title {
	color: #1b53ad;
	font-size: 20px;
	font-weight: 700;
	line-height: normal;
	margin: 24px 0 12px;
}

.question-content__title::after, .question-form__title::after {
	content: '.';
	color: #04f7f7;
	position: absolute;
}

.question-content__desc {
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	color: #5f748b;
	margin-bottom: 24px;
}

.question-form {
	width: 370px;
}

@media (max-width: 767.98px) {
	.question-form {
		width: 100% !important;
	}
}

.question-form--embed {
	padding: 28px 16px;
}

.question-form__title {
	color: #30455c;
	text-align: center;
	font-size: 24px;
	margin: 0;
	margin-bottom: 20px;
}

@media (min-width: 768px) {
	.question-form__title {
		display: none;
	}
}

.question-form .wpcf7 {
	width: 100%;
}

.question-form .wpcf7-spinner, .question-form .wpcf7-response-output {
	display: none !important;
}

.question-form .wpcf7-not-valid-tip {
	margin: 0;
	position: absolute;
	font-size: 14px;
	line-height: 14px;
	bottom: -16px;
}

.question-form .wpcf7-character-count {
	color: #5f748b;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	float: right;
}

.question-form .wpcf7-character-count::after {
	content: '/140';
	display: inline;
}

.question-form .wpcf7-form p:last-of-type {
	margin-bottom: 0;
	margin-top: 48px;
}

.question-form .wpcf7-form-control-wrap[data-valid='false']::after {
	content: 'Preencha este campo';
	display: inline-block;
	font-weight: 400;
	font-size: 14px;
	color: #e34c4c;
	position: absolute;
	bottom: -18px;
	left: 0;
}

.question-form .wpcf7-form label {
	font-size: 16px;
	font-weight: 700;
	line-height: 20px;
	color: #30455c;
	width: 100%;
}

.question-form .wpcf7-form label span {
	display: block;
	margin-top: 8px;
}

.question-form .wpcf7-form label span input,
.question-form .wpcf7-form label span textarea {
	box-sizing: border-box;
	border-radius: 3px;
	border: 1px solid #5f748b;
	padding: 14px 16px;
	width: 100%;
}

.question-form .wpcf7-form label span input::placeholder,
.question-form .wpcf7-form label span textarea::placeholder {
	color: #9eafc7;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
}

.question-form .wpcf7-form label span input:focus,
.question-form .wpcf7-form label span textarea:focus {
	outline: none;
}

.question-form .wpcf7-form label span input[data-valid='false'],
.question-form .wpcf7-form label span textarea[data-valid='false'] {
	border: 1px solid #e34c4c;
}

.question-form .wpcf7-form label span input[data-valid='false'] + .wpcf7-not-valid-tip,
.question-form .wpcf7-form label span textarea[data-valid='false'] + .wpcf7-not-valid-tip {
	display: none !important;
}

.question-form .wpcf7-form label span input[data-valid='true'],
.question-form .wpcf7-form label span textarea[data-valid='true'] {
	border: 1px solid #56bd5b;
}

.question-form .wpcf7-form label span textarea {
	resize: none;
	height: 108px;
}

.question-form .wpcf7-form input[type='submit'] {
	color: #fff;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	line-height: 20px;
	letter-spacing: 1px;
	text-transform: uppercase;
	display: flex;
	width: 186px;
	height: 48px;
	padding: 12px 16px;
	justify-content: center;
	align-items: center;
	background: #157ffb;
	border-radius: 4px;
	border: none;
	outline: none;
	transition: opacity 0.2s;
}

.question-form .wpcf7-form input[type='submit']:hover {
	opacity: 0.8;
}

@media (max-width: 767.98px) {
	.question-form .wpcf7-form input[type='submit'] {
		width: 100% !important;
	}
}

.question-form .wpcf7-form input[type='submit'][data-disabled='true'] {
	background: #d9e8f8;
	color: #9eafc7;
	touch-action: none;
	pointer-events: none;
}

.question-feedback {
	margin: 0 auto;
	max-width: 404px;
	text-align: center;
	padding: 0;
}

.question-feedback__image {
	display: inline-block;
	margin-bottom: 26px;
}

@media (max-width: 400px) {
	.question-feedback__image {
		max-width: 100%;
		height: auto;
		aspect-ratio: 1 / 1;
	}
}

.question-feedback__title {
	font-size: 20px;
	font-weight: 700;
	line-height: 28px;
	color: #1b53ad;
	margin-bottom: 12px;
}

.question-feedback__text {
	color: #5f748b;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	margin-bottom: 0;
}

.question-feedback__button {
	border-radius: 4px;
	box-sizing: border-box;
	display: inline-block;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.3s ease-in-out;
	background-color: #04F7F7;
	border: 1px solid #04F7F7;
	color: #002868;
	padding: 0.75rem 1.5rem;
	width: 335px;
	max-width: 100%;
	margin: 24px 0 20px;
	padding: 13px 16px;
	font-weight: 700;
}

.question-feedback__button:hover {
	border-color: #04F7F7;
	background-color: rgba(4, 247, 247, 0.2);
	color: #04F7F7;
}

.question-feedback__button:active {
	background-color: rgba(4, 247, 247, 0.2);
	border-color: #04F7F7;
}

.question-feedback-mobile {
	text-align: center;
	padding: 28px 16px;
}

.question-feedback-mobile__title {
	color: #002868;
	font-size: 20px;
	font-weight: 700;
	line-height: 28px;
}

.question-feedback-mobile__content {
	margin: 32px auto;
	max-width: 237px;
}

.question-feedback-mobile__content img {
	margin-bottom: 16px;
}

.question-feedback-mobile__content p {
	color: #30455c;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
}

.question-feedback-mobile__button {
	border-radius: 4px;
	box-sizing: border-box;
	display: inline-block;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.3s ease-in-out;
	background-color: #04F7F7;
	border: 1px solid #04F7F7;
	color: #002868;
	padding: 0.75rem 1.5rem;
	width: 100%;
	padding: 13px 16px;
	font-weight: 700;
}

.question-feedback-mobile__button:hover {
	border-color: #04F7F7;
	background-color: rgba(4, 247, 247, 0.2);
	color: #04F7F7;
}

.question-feedback-mobile__button:active {
	background-color: rgba(4, 247, 247, 0.2);
	border-color: #04F7F7;
}

/* Reasons
--------------------------------------------- */
.reasons {
	background: #fff !important;
	padding: 100px 0;
}

@media (max-width: 767.98px) {
	.reasons {
		padding: 40px 0;
	}
}

.reasons .banner {
	padding: 0;
	position: relative;
}

.reasons .banner__manifest {
	color: #30455c;
	text-align: center;
	font-size: 24px;
	margin-bottom: 24px;
}

.reasons .banner__manifest::after {
	content: '.';
	color: #04f7f7;
	position: absolute;
}

@media (max-width: 375px) {
	.reasons .banner__manifest {
		margin-bottom: 42px;
	}
}

@media (min-width: 768px) {
	.reasons .banner__manifest {
		display: none;
	}
}

.reasons .banner__background {
	width: 100%;
	height: max-content;
	position: relative;
}

.reasons .banner__content img {
	position: absolute;
	left: 155px;
	bottom: 1px;
}

@media (max-width: 992px) {
	.reasons .banner__content img {
		width: 200px;
		left: 50px;
	}
}

@media (max-width: 767.98px) {
	.reasons .banner__content img {
		left: 50%;
		transform: translate(-50%);
		min-width: 196px;
		width: 50%;
	}
}

.reasons .banner__text {
	position: absolute;
	left: 190px;
	bottom: 20px;
}

@media (max-width: 992px) {
	.reasons .banner__text {
		left: 75px;
	}
}

@media (max-width: 767.98px) {
	.reasons .banner__text {
		right: 24px;
		bottom: 24px;
		left: unset;
	}
}

.reasons .banner__text .charles-info {
	max-width: 256px;
}

@media (max-width: 767.98px) {
	.reasons .banner__text .charles-info {
		max-width: 200px;
	}
}

.reasons .banner__text .charles-info__title {
	color: #04f7f7;
	font-weight: 700;
	font-size: 18px;
}

@media (max-width: 767.98px) {
	.reasons .banner__text .charles-info__title {
		font-size: 14px;
		line-height: 16.8px;
		margin-bottom: 4px;
	}
}

.reasons .banner__text .charles-info__desc {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: 130%;
	margin-bottom: 0;
}

@media (max-width: 767.98px) {
	.reasons .banner__text .charles-info__desc {
		line-height: 15px;
		font-size: 12px;
	}
}

@media (max-width: 767.98px) {
	.reasons .banner__text .charles-info {
		text-align: end;
	}
}

.reasons .banner__title {
	position: absolute;
	right: 115px;
	top: 50%;
	transform: translateY(-50%);
}

@media (max-width: 992px) {
	.reasons .banner__title {
		right: 50px;
	}
}

.reasons .banner__title h1, .reasons .banner__title .h1 {
	color: #fff;
	text-align: center;
	font-size: 36px;
	font-weight: 700;
	max-width: 540px;
}

.reasons .banner__title h1::after, .reasons .banner__title .h1::after {
	content: '.';
	color: #04f7f7;
	position: absolute;
}

@media (max-width: 1100px) {
	.reasons .banner__title h1, .reasons .banner__title .h1 {
		font-size: 30px;
		max-width: 400px;
	}
}

@media (max-width: 767.98px) {
	.reasons .banner__title h1, .reasons .banner__title .h1 {
		display: none;
	}
}

.reasons .banner .linear-gradient {
	background: linear-gradient(180deg, rgba(1, 23, 65, 0) 2.9%, #011741);
	border-radius: 0 0 8px 8px;
	width: 100%;
	height: 134px;
	position: absolute;
	bottom: 0;
}

.reasons-list {
	padding: 0 75px;
	margin-top: 40px;
	display: flex;
	align-items: flex-start;
	justify-content: center;
}

@media (max-width: 767.98px) {
	.reasons-list {
		padding: 0;
	}
}

.reasons-list__card {
	display: flex;
	max-width: 330px;
	margin: 0 auto;
	gap: 8px;
}

.reasons-list__card img {
	width: 44px;
	height: 44px;
}

.reasons-list__card .reason-content h3, .reasons-list__card .reason-content .h3 {
	margin-bottom: 4px;
	color: #30455c;
	font-size: 18px;
	font-weight: 700;
	line-height: 18px;
}

.reasons-list__card .reason-content p {
	color: #5f748b;
	font-size: 16px;
	font-weight: 400;
	line-height: 140%;
}

.reasons-list .col-lg-4 {
	margin-bottom: 32px;
}

@media (max-width: 767.98px) {
	.reasons-list .col-lg-4 {
		margin-bottom: 0px;
	}
}

@media (max-width: 767.98px) {
	.reasons .mt-28 a {
		width: 100%;
	}
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

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

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/*# sourceMappingURL=style.css.map */