@charset "UTF-8";

:root {
	--bs-blue: #0d6efd;
	--bs-indigo: #6610f2;
	--bs-purple: #6f42c1;
	--bs-pink: #d63384;
	--bs-red: #dc3545;
	--bs-orange: #fd7e14;
	--bs-yellow: #ffc107;
	--bs-green: #198754;
	--bs-teal: #20c997;
	--bs-cyan: #0dcaf0;
	--bs-white: #fff;
	--bs-gray: #6c757d;
	--bs-gray-dark: #343a40;
	--bs-primary: #0d6efd;
	--bs-secondary: #6c757d;
	--bs-success: #198754;
	--bs-info: #0dcaf0;
	--bs-warning: #ffc107;
	--bs-danger: #dc3545;
	--bs-light: #f8f9fa;
	--bs-dark: #212529;
	--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))
}

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

@media (prefers-reduced-motion:no-preference) {
	:root {
		scroll-behavior: smooth
	}
}

body {
	font-family: var(--bs-font-sans-serif);
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	background-color: #fff;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent
}

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

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

.h1,
.h2,
.h3,
h1,
h2,
h3 {
	margin-top: 0;
	margin-bottom: .5rem;
	font-weight: 500;
	line-height: 1.2
}

.h1,
h1 {
	font-size: calc(1.375rem + 1.5vw);
	text-align: center !important;
	margin-top: 3rem !important;
	margin-bottom: 3rem !important;
}

@media (min-width:1200px) {

	.h1,
	h1 {
		font-size: 2.5rem
	}
}

.h2,
h2 {
	font-size: calc(1.325rem + .9vw)
}

@media (min-width:1200px) {

	.h2,
	h2 {
		font-size: 2rem
	}
}

.h3,
h3 {
	font-size: calc(1.3rem + .6vw)
}

@media (min-width:1200px) {

	.h3,
	h3 {
		font-size: 1.75rem
	}
}

p {
	margin-top: 0;
	margin-bottom: 1rem;
	font-size: 1.25rem;
    font-weight: 300;
}

ol,
ul {
	padding-left: 2rem
}

ol,
ul {
	margin-top: 0;
	margin-bottom: 1rem
}

ol ol,
ol ul,
ul ol,
ul ul {
	margin-bottom: 0
}

.small,
small {
	font-size: .875em
}

a {
	color: #0d6efd;
	text-decoration: underline
}

a:hover {
	color: #0a58ca
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
	color: inherit;
	text-decoration: none
}

code {
	font-family: var(--bs-font-monospace);
	font-size: 1em;
	direction: ltr;
	unicode-bidi: bidi-override
}

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

a>code {
	color: inherit
}

img {
	vertical-align: middle
}

button {
	border-radius: 0
}

button:focus:not(:focus-visible) {
	outline: 0
}

button {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}

button {
	text-transform: none
}

[role=button] {
	cursor: pointer
}

[type=button],
button {
	-webkit-appearance: button
}

[type=button]:not(:disabled),
button:not(:disabled) {
	cursor: pointer
}

::-moz-focus-inner {
	padding: 0;
	border-style: none
}

::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
	padding: 0
}

::-webkit-inner-spin-button {
	height: auto
}

::-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
}

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

.container {
	width: 100%;
	margin-right: auto;
	margin-left: auto
}

@media (min-width:576px) {
	.container {
		max-width: 540px
	}
}

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

@media (min-width:992px) {
	.container {
		max-width: 960px
	}
}

@media (min-width:1200px) {
	.container {
		max-width: 1140px
	}
}

@media (min-width:1400px) {
	.container {
		max-width: 1320px
	}
}

.row {
	--bs-gutter-x: 1.5rem;
	--bs-gutter-y: 0;
	display: flex;
	flex-wrap: wrap;
}

.row>* {
	flex-shrink: 0;
	width: 100%;
	max-width: 100%;
	padding-right: calc(var(--bs-gutter-x)/ 2);
	padding-left: calc(var(--bs-gutter-x)/ 2);
	margin-top: var(--bs-gutter-y)
}

@media (min-width:992px) {
	.col-lg-3 {
		flex: 0 0 auto;
		width: 25%
	}

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

.btn {
	display: inline-block;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: .375rem .75rem;
	font-size: 1rem;
	border-radius: .25rem;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

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

.btn:hover {
	color: #212529
}

.btn:focus {
	outline: 0;
	box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.btn:disabled {
	pointer-events: none;
	opacity: .65
}

.btn-danger {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545
}

.btn-danger:hover {
	color: #fff;
	background-color: #bb2d3b;
	border-color: #b02a37
}

.btn-danger:focus {
	color: #fff;
	background-color: #bb2d3b;
	border-color: #b02a37;
	box-shadow: 0 0 0 .25rem rgba(225, 83, 97, .5)
}

.btn-danger:active {
	color: #fff;
	background-color: #b02a37;
	border-color: #a52834
}

.btn-danger:active:focus {
	box-shadow: 0 0 0 .25rem rgba(225, 83, 97, .5)
}

.btn-danger:disabled {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545
}

.btn-light {
	color: #000;
	background-color: #f8f9fa;
	border-color: #f8f9fa
}

.btn-light:hover {
	color: #000;
	background-color: #f9fafb;
	border-color: #f9fafb
}

.btn-light:focus {
	color: #000;
	background-color: #f9fafb;
	border-color: #f9fafb;
	box-shadow: 0 0 0 .25rem rgba(211, 212, 213, .5)
}

.btn-light:active {
	color: #000;
	background-color: #f9fafb;
	border-color: #f9fafb
}

.btn-light:active:focus {
	box-shadow: 0 0 0 .25rem rgba(211, 212, 213, .5)
}

.btn-light:disabled {
	color: #000;
	background-color: #f8f9fa;
	border-color: #f8f9fa
}

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

.dropdown {
	position: relative
}

.dropdown-toggle {
	white-space: nowrap
}

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

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

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

.dropdown-item {
	display: block;
	width: 100%;
	padding: .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:focus,
.dropdown-item:hover {
	color: #1e2125;
	background-color: #e9ecef
}

.dropdown-item:active {
	color: #fff;
	text-decoration: none;
	background-color: #0d6efd
}

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

.btn-group {
	position: relative;
	display: inline-flex;
	vertical-align: middle
}

.btn-group>.btn {
	position: relative;
	flex: 1 1 auto
}

.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover {
	z-index: 1
}

.btn-group>.btn-group:not(:first-child),
.btn-group>.btn:not(:first-child) {
	margin-left: -1px
}

.btn-group>.btn-group:not(:last-child)>.btn,
.btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.btn-group>.btn-group:not(:first-child)>.btn,
.btn-group>.btn:nth-child(n+3),
.btn-group>:not(.btn-check)+.btn {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.dropdown-toggle-split {
	padding-right: .5625rem;
	padding-left: .5625rem
}

.dropdown-toggle-split::after {
	margin-left: 0
}

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

.nav-link {
	display: block;
	padding: .5rem 1rem;
	text-decoration: none;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out
}

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

.navbar {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding-top: .5rem;
	padding-bottom: .5rem
}

.navbar>.container {
	display: flex;
	flex-wrap: inherit;
	align-items: center;
	justify-content: space-between
}

.navbar-brand {
	padding-top: .3125rem;
	padding-bottom: .3125rem;
	margin-right: 1rem;
	font-size: 1.25rem;
	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-collapse {
	flex-basis: 100%;
	flex-grow: 1;
	align-items: center
}

.navbar-toggler {
	padding: .25rem .75rem;
	font-size: 1.25rem;
	line-height: 1;
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: .25rem;
	transition: box-shadow .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 .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%
}

@media (min-width:992px) {
	.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: .5rem;
		padding-left: .5rem
	}

	.navbar-expand-lg .navbar-collapse {
		display: flex !important;
		flex-basis: auto
	}

	.navbar-expand-lg .navbar-toggler {
		display: none
	}
}

.navbar-dark .navbar-brand {
	color: #fff
}

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

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

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

.navbar-dark .navbar-toggler {
	color: rgba(255, 255, 255, .55);
	border-color: rgba(255, 255, 255, .1)
}

.navbar-dark .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

@-webkit-keyframes progress-bar-stripes {
	0% {
		background-position-x: 1rem
	}
}

@keyframes progress-bar-stripes {
	0% {
		background-position-x: 1rem
	}
}

@-webkit-keyframes spinner-border {
	to {
		transform: rotate(360deg)
	}
}

@keyframes spinner-border {
	to {
		transform: rotate(360deg)
	}
}

@-webkit-keyframes spinner-grow {
	0% {
		transform: scale(0)
	}

	50% {
		opacity: 1;
		transform: none
	}
}

@keyframes spinner-grow {
	0% {
		transform: scale(0)
	}

	50% {
		opacity: 1;
		transform: none
	}
}

.fixed-top {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030
}

.d-flex {
	display: flex !important
}

.d-none {
	display: none !important
}

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

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

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

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

.my-2 {
	margin-top: .5rem !important;
	margin-bottom: .5rem !important
}

.my-5 {
	margin-top: 3rem !important;
	margin-bottom: 3rem !important
}

.mt-5 {
	margin-top: 3rem !important
}

.me-2 {
	margin-right: .5rem !important
}

.me-5 {
	margin-right: 3rem !important
}

.mb-0 {
	margin-bottom: 0 !important;
	font-size: 11px;
    font-weight: 300;
}

.mb-2 {
	margin-bottom: .5rem !important
}

.mb-3 {
	margin-bottom: 1rem !important
}

.ms-2 {
	margin-left: .5rem !important
}

.ms-3 {
	margin-left: 1rem !important
}

.ms-4 {
	margin-left: 1.5rem !important
}

.p-0 {
	padding: 0 !important
}

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

.py-2 {
	padding-top: .5rem !important;
	padding-bottom: .5rem !important
}

.pt-4 {
	padding-top: 1.5rem !important
}

.pt-5 {
	padding-top: 3rem !important
}

.pb-3 {
	padding-bottom: 1rem !important
}

.text-center {
	text-align: center !important
}

@media (min-width:768px) {
	.d-md-none {
		display: none !important
	}
}

@media (min-width:992px) {
	.d-lg-block {
		display: block !important
	}

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

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

	.ms-lg-3 {
		margin-left: 1rem !important
	}

	.p-lg-2 {
		padding: .5rem !important
	}

	.pt-lg-2 {
		padding-top: .5rem !important
	}
}
html{
	max-height: 100%;
}

body {
	font-family: 'Roboto', sans-serif;
	background-color: #0c0c11;
	color: #f0f0f0;
	font-size: 1.15rem;
	max-height: 100%;
}

h2{
	text-align: center;
	margin-bottom: 24px;
	border-top: 2.4px solid #4a4a4c;
    padding-top: 20px;
}

a{
	color: #24ba9d;
	text-decoration: none;
}

a:hover{
	color: #24ba9d;
	text-decoration: underline;
}

nav{
	height: 56px;
	background-color: #0c0c11;
	text-transform: uppercase;
	font-size: .8375rem;
	border-bottom: 1px solid #24ba9d;
}

div#fixed-footer{
	position: sticky;
	bottom: 0;
	width: 100%;
	background-color: #0c0c11;
	height: 56px;
	border-top: 1px solid #24ba9d;
}

ul.navbar-nav{
	background-color: #0c0c11;
	padding: 0;
}

footer {
    margin-top: 1rem;
    border-top: 1px solid rgb(36 187 157);
    padding: 1rem 1rem 1.5rem;
}

.footer-inner {
    max-width: 960px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.25rem;
    text-align: center;
}

.footer-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem 1.5rem;
	text-transform: uppercase;
	font-size: .8375rem;
}

.footer-links a {
    font-size: 13px;
    color: rgba(255,255,255,0.65);
    text-decoration: none;
    transition: color 0.2s;
    white-space: nowrap;
}

.footer-links a:hover {
    color: #fff;
    text-decoration: underline;
}

.footer-copy {
    font-size: 13px;
    color: rgba(255,255,255,0.75);
    line-height: 1.6;
}

.footer-copy .mb-0 {
    margin-bottom: 0.25rem;
}

@media (max-width: 576px) {
    .footer-links {
        gap: 0.5rem 1rem;
    }
    .footer-links a {
        font-size: 12px;
    }
}

div.slider{
	margin-top: 100px;
}

img.adaptive{
	max-width: 100%;
	max-height: auto;
	height: auto;
    vertical-align: middle;
    border-radius: 10px;
}

img#logo{
	max-height: 40px;
}

hr{
	border: 1px solid #fff;
}

button.btn.btn-light{
	background: linear-gradient(to bottom, #24ba9d, #24ba9c, #24ba9d);
	border:none;
	border-radius: 1.5625rem;
	padding: 0 18.75px;
	text-transform: uppercase;
	font-size: .8375rem;
	min-height: 36px;
	width: 100%;
	font-weight: 600;
}

button.btn.btn-light:hover{
	box-shadow: 0 0 5px 1px #24ba9d;
}

button.btn.btn_red{
	width: 100%;
	background-color: #dc1f00;
	color: #fff;
	padding: 0 18.75px;
	text-transform: uppercase;
	font-size: .8375rem;
	border-radius: 1.5625rem;
	min-height: 36px;
	font-weight: 600;
}

button.btn.btn_red:hover{
	box-shadow: 0 0 5px 1px #dc1f00;
}

a.nav-link{
	color: #fff!important;
	border-bottom: 2px solid transparent;
}

a.nav-link:hover{
	color: #24ba9d!important;
	text-decoration: none;
}

div.sticky-banner{
	position: sticky;
	top: 65px;
	background-color: #262634;
	padding: 10px;
	border-radius: 15px;
}

.banner__main {
  position: relative;
  width: 80%;
  height: 214px;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner__action {
  position: absolute;
  left: 50px;
  bottom: 15px;
}

@media (max-width: 1024px){
	
}


.dropdown {
  position: relative;
  display: inline-block;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    color: #fff;
    background-color: #111;
    border-radius: 8px;
    overflow: hidden;
}

table thead {
    background-color: #1a1a1a;
}

table thead th {
    text-align: left;
    padding: 12px 15px;
    font-weight: 500;
    border-bottom: 1px solid #333;
}

table td {
    padding: 12px 15px;
    border-bottom: 1px solid #222;
}

table tr:last-child td {
    border-bottom: none;
}

table tbody tr:hover {
    background-color: #1f1f1f;
    transition: 0.2s;
}

table tbody tr:nth-child(even) {
    background-color: #151515;
}

@media (max-width: 768px) {
    table {
        font-size: 18px;
        display: block; 
        overflow-x: auto; 
        white-space: nowrap;
    }

    table th,
    table td {
        padding: 10px;
    }
}

 .author-block {
	display: flex;
	align-items: flex-start;
	gap: 24px;
	background-color: #262634;
	border-radius: 15px;
	padding: 24px;
	margin: 32px 0;
	border-left: 3px solid #24ba9d;
	}

	.author-image img {
	width: 120px;
	height: 120px;
	border-radius: 50%;
	object-fit: cover;
	border: 2px solid #24ba9d;
	display: block;
	}

	.author-head {
	font-size: 1.1rem;
	font-weight: 600;
	color: #24ba9d;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	margin-bottom: 10px;
	}

	.author-info p {
	font-size: 1rem;
	font-weight: 300;
	color: #f0f0f0;
	margin-bottom: 0.75rem;
	line-height: 1.6;
	}

	.author-info p em {
	color: rgba(255, 255, 255, 0.7);
	font-style: italic;
	font-size: 0.95rem;
	display: block;
	border-left: 2px solid #24ba9d;
	padding-left: 14px;
	margin-top: 8px;
	}

	@media (max-width: 576px) {
	.author-block {
	flex-direction: column;
	align-items: center;
	text-align: center;
	}

	.author-info p em {
	text-align: left;
	}
	}