/*!
 * Bootstrap v4.5.2 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */

.custom-control {
	position:relative;
	z-index:1;
	display:block;
	min-height:1.5rem;
	padding-left:1.5rem
}
.custom-control-inline {
	display:inline-flex;
	margin-right:1rem
}
.custom-control-input {
	position:absolute;
	left:0;
	z-index:-1;
	width:1rem;
	height:1.25rem;
	opacity:0
}
.custom-control-input:checked~.custom-control-label::before {
background:#007bff;
color:#fff;
border-color:#007bff
}
.custom-control-input:focus~.custom-control-label::before {
box-shadow:0 0 0 .2rem rgba(0, 123, 255, .25)
}
.custom-control-input:focus:not(:checked)~.custom-control-label::before {
border-color:#80bdff
}
.custom-control-input:not(:disabled):active~.custom-control-label::before {
background:#b3d7ff;
color:#fff;
border-color:#b3d7ff
}
.custom-control-input:disabled~.custom-control-label, .custom-control-input[disabled]~.custom-control-label {
color:#6c757d
}
.custom-control-input:disabled~.custom-control-label::before, .custom-control-input[disabled]~.custom-control-label::before {
background:#e9ecef
}
.custom-control-label {
	position:relative;
	margin-bottom:0;
	vertical-align:top
}
.custom-control-label::before {
background:#fff;
position:absolute;
top:.25rem;
left:-1.5rem;
display:block;
width:1rem;
height:1rem;
pointer-events:none;
content:"";
border:#adb5bd solid 1px
}
.custom-control-label::after {
position:absolute;
top:.25rem;
left:-1.5rem;
display:block;
width:1rem;
height:1rem;
content:"";
background:no-repeat 50%/50% 50%
}
.custom-checkbox .custom-control-label::before {
border-radius:.25rem
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e")
}
.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
background:#007bff;
border-color:#007bff
}
.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e")
}
.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
background:rgba(0, 123, 255, .5)
}
.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
background:rgba(0, 123, 255, .5)
}
.custom-radio .custom-control-label::before {
border-radius:50%
}
.custom-radio .custom-control-input:checked~.custom-control-label::after {
background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
}
.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
background:rgba(0, 123, 255, .5)
}
.custom-switch {
	padding-left:2.25rem
}
.custom-switch .custom-control-label::before {
left:-2.25rem;
width:1.75rem;
pointer-events:all;
border-radius:.5rem
}
.custom-switch .custom-control-label::after {
background:#adb5bd;
top:calc(.25rem + 2px);
left:calc(-2.25rem + 2px);
width:calc(1rem - 4px);
height:calc(1rem - 4px);
border-radius:.5rem;
transition:transform .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) {
.custom-switch .custom-control-label::after {
transition:none
}
}
.custom-switch .custom-control-input:checked~.custom-control-label::after {
background:#fff;
transform:translateX(.75rem)
}
.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before {
background:rgba(0, 123, 255, .5)
}
.custom-select {
	display:inline-block;
	width:100%;
height:calc(1.5em + .75rem + 2px);
padding:.375rem 1.75rem .375rem .75rem;
	font-size:1rem;
	font-weight:400;
	line-height:1.5;
	color:#495057;
	vertical-align:middle;
background:#fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
	border:1px solid #ced4da;
border-radius:.25rem;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none
}
.custom-select:focus {
	border-color:#80bdff;
	outline:0;
box-shadow:0 0 0 .2rem rgba(0, 123, 255, .25)
}
.custom-select:focus::-ms-value {
background:#fff;
color:#495057
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
background:0 0;
height:auto;
padding-right:.75rem
}
.custom-select:disabled {
	background:#e9ecef;
	color:#6c757d
}
.custom-select::-ms-expand {
display:none
}
.custom-select:-moz-focusring {
color:transparent;
text-shadow:0 0 0 #495057
}
.custom-select-sm {
height:calc(1.5em + .5rem + 2px);
padding-top:.25rem;
padding-bottom:.25rem;
padding-left:.5rem;
font-size:.875rem
}
.custom-select-lg {
	height:calc(1.5em + 1rem + 2px);
padding-top:.5rem;
padding-bottom:.5rem;
	padding-left:1rem;
	font-size:1.25rem
}
.custom-file {
	position:relative;
	display:inline-block;
	width:100%;
height:calc(1.5em + .75rem + 2px);
	margin-bottom:0
}
.custom-file-input {
	position:relative;
	z-index:2;
	width:100%;
height:calc(1.5em + .75rem + 2px);
	margin:0;
	opacity:0
}
.custom-file-input:focus~.custom-file-label {
border-color:#80bdff;
box-shadow:0 0 0 .2rem rgba(0, 123, 255, .25)
}
.custom-file-input:disabled~.custom-file-label, .custom-file-input[disabled]~.custom-file-label {
background:#e9ecef
}
.custom-file-input:lang(en)~.custom-file-label::after {
content:"Browse"
}
.custom-file-input~.custom-file-label[data-browse]::after {
content:attr(data-browse)
}
.custom-file-label {
	background:#fff;
	position:absolute;
	top:0;
	right:0;
	left:0;
	z-index:1;
height:calc(1.5em + .75rem + 2px);
padding:.375rem .75rem;
	font-weight:400;
	line-height:1.5;
	color:#495057;
	border:1px solid #ced4da;
border-radius:.25rem
}
.custom-file-label::after {
background:#e9ecef;
position:absolute;
top:0;
right:0;
bottom:0;
z-index:3;
display:block;
height:calc(1.5em + .75rem);
padding:.375rem .75rem;
line-height:1.5;
color:#495057;
content:"Browse";
border-left:inherit;
border-radius:0 .25rem .25rem 0
}
.custom-range {
	background:0 0;
	width:100%;
	height:1.4rem;
	padding:0;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none
}
.custom-range:focus {
	outline:0
}
.custom-range:focus::-webkit-slider-thumb {
box-shadow:0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}
.custom-range:focus::-moz-range-thumb {
box-shadow:0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}
.custom-range:focus::-ms-thumb {
box-shadow:0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}
.custom-range::-moz-focus-outer {
border:0
}
.custom-range::-webkit-slider-thumb {
background:#007bff;
width:1rem;
height:1rem;
margin-top:-.25rem;
border:0;
border-radius:1rem;
-webkit-transition:background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
transition:background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
-webkit-appearance:none;
appearance:none
}
@media (prefers-reduced-motion:reduce) {
.custom-range::-webkit-slider-thumb {
-webkit-transition:none;
transition:none
}
}
.custom-range::-webkit-slider-thumb:active {
background:#b3d7ff
}
.custom-range::-webkit-slider-runnable-track {
background:#dee2e6;
width:100%;
height:.5rem;
color:transparent;
cursor:pointer;
border-color:transparent;
border-radius:1rem
}
.custom-range::-moz-range-thumb {
background:#007bff;
width:1rem;
height:1rem;
border:0;
border-radius:1rem;
-moz-transition:background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
transition:background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
-moz-appearance:none;
appearance:none
}
@media (prefers-reduced-motion:reduce) {
.custom-range::-moz-range-thumb {
-moz-transition:none;
transition:none
}
}
.custom-range::-moz-range-thumb:active {
background:#b3d7ff
}
.custom-range::-moz-range-track {
background:#dee2e6;
width:100%;
height:.5rem;
color:transparent;
cursor:pointer;
border-color:transparent;
border-radius:1rem
}
.custom-range::-ms-thumb {
background:#007bff;
width:1rem;
height:1rem;
margin-top:0;
margin-right:.2rem;
margin-left:.2rem;
border:0;
border-radius:1rem;
-ms-transition:background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
transition:background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
appearance:none
}
@media (prefers-reduced-motion:reduce) {
.custom-range::-ms-thumb {
-ms-transition:none;
transition:none
}
}
.custom-range::-ms-thumb:active {
background:#b3d7ff
}
.custom-range::-ms-track {
background:0 0;
width:100%;
height:.5rem;
color:transparent;
cursor:pointer;
border-color:transparent;
border-width:.5rem
}
.custom-range::-ms-fill-lower {
background:#dee2e6;
border-radius:1rem
}
.custom-range::-ms-fill-upper {
background:#dee2e6;
margin-right:15px;
border-radius:1rem
}
.custom-range:disabled::-webkit-slider-thumb {
background:#adb5bd
}
.custom-range:disabled::-webkit-slider-runnable-track {
cursor:default
}
.custom-range:disabled::-moz-range-thumb {
background:#adb5bd
}
.custom-range:disabled::-moz-range-track {
cursor:default
}
.custom-range:disabled::-ms-thumb {
background:#adb5bd
}
.custom-control-label::before, .custom-file-label, .custom-select {
transition:background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}
@media (prefers-reduced-motion:reduce) {
.custom-control-label::before, .custom-file-label, .custom-select {
transition:none
}
}
.nav {
	display:flex;
	flex-wrap:wrap;
	padding-left:0;
	margin-bottom:0;
	list-style:none
}
.nav-link {
	display:block;
padding:.5rem 1rem
}
.nav-link:focus, .nav-link:hover {
	text-decoration:none
}
.nav-link.disabled {
	color:#6c757d;
	pointer-events:none;
	cursor:default
}
.nav-tabs {
	border-bottom:1px solid #dee2e6
}
.nav-tabs .nav-item {
	margin-bottom:-1px
}
.nav-tabs .nav-link {
	border:1px solid transparent;
border-top-left-radius:.25rem;
border-top-right-radius:.25rem
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
	border-color:#e9ecef #e9ecef #dee2e6
}
.nav-tabs .nav-link.disabled {
	background:0 0;
	color:#6c757d;
	border-color:transparent
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	background:#fff;
	color:#495057;
	border-color:#dee2e6 #dee2e6 #fff
}
.nav-tabs .dropdown-menu {
	margin-top:-1px;
	border-top-left-radius:0;
	border-top-right-radius:0
}
.nav-pills .nav-link {
border-radius:.25rem
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
	background:#007bff;
	color:#fff
}
.nav-fill .nav-item, .nav-fill>.nav-link {
	flex:1 1 auto;
	text-align:center
}
.nav-justified .nav-item, .nav-justified>.nav-link {
	flex-basis:0;
	flex-grow:1;
	text-align:center
}
.tab-content>.tab-pane {
	display:none
}
.tab-content>.active {
	display:block
}



.home-instruments {
	position:relative;
	overflow:hidden;
	background: #001533 !important;
	padding:4.0625rem 0;
	color:#fff;
	font-size:1rem;
	line-height:1.625rem
}
@media (max-width:575.98px) {
.home-instruments {
padding:3rem 0
}
}
.home-instruments .container {
	position:relative;
	z-index:2
}
.home-instruments h2 {
	text-align:left;
margin:0 0 .9375rem;
	color:#fff
}
.home-instruments .nav-tabs {
	flex-direction:column;
	border:0;
	margin:0 0 2rem
}
.home-instruments .nav-item {
	margin:0 0 1px
}
.home-instruments .nav-link {
padding:.75rem 1.5625rem;
	display:flex;
	align-items:center;
	gap:1.4375rem;
border-radius:.625rem;
	border:0;
	color:#fff;
	font-size:1.5rem;
	font-weight:700
}
@media (max-width:767.98px) {
.home-instruments .nav-link {
gap:.9375rem;
font-size:1.125rem;
padding:.5rem 1.25rem
}
}
.home-instruments .nav-link img {
	width:3.4375rem;
	height:auto
}
@media (max-width:767.98px) {
.home-instruments .nav-link img {
width:2.5rem
}
}
.home-instruments .nav-link.active {
	background:rgba(var(--color-white--rgb), .1);
	color:#fff
}
@media (min-width:1200px) {
.home-instruments .nav-link:hover {
background:rgba(var(--color-white--rgb), .1)
}
}
.home-instruments .tab-content {
	margin:0 0 2.5rem
}
@media (min-width:768px) {
.home-instruments .tab-content {
border-radius:.625rem;
background:rgba(var(--color-white--rgb), .1);
padding:1.5625rem 3.125rem
}
}
.home-instruments .tab-content h3 {
	font-size:1.5rem;
	text-align:center;
	font-weight:700;
margin:0 0 .3125rem
}
@media (max-width:767.98px) {
.home-instruments .tab-content h3 {
display:none
}
}
.home-instruments .tab-content .chart {
	display:block;
	margin:0 auto 1.25rem;
	max-width:100%
}
.home-instruments .tab-content .text-scroll-light {
	height:8.75rem
}
@media (max-width:767.98px) {
.home-instruments .tab-content .text-scroll-light {
overflow:auto
}
}
.home-instruments .tab-content .list {
	list-style:none;
	margin:0;
	display:grid;
	grid-template-columns:repeat(4, 1fr);
grid-gap:.625rem
}
.home-instruments .tab-content .list--three_col {
	grid-template-columns:repeat(3, 1fr)
}
@media (max-width:575.98px) {
.home-instruments .tab-content .list {
grid-template-columns:repeat(2, 1fr)
}
}
.home-instruments .tab-content .list li {
	display:flex;
gap:.4375rem;
	align-items:center;
	color:#9c9db1;
font-size:.9375rem;
	line-height:1.125rem
}
.home-instruments .tab-content .list li .flags {
	width:1.4375rem;
	height:1.25rem;
	display:flex;
	justify-content:center;
	align-items:center;
	position:relative
}
.home-instruments .tab-content .list li .flags img {
	width:1rem;
	height:auto
}
.home-instruments .tab-content .list li .flags img:nth-last-child(2) {
position:absolute;
top:0;
left:0
}
.home-instruments .tab-content .list li .flags img:nth-child(2) {
position:absolute;
bottom:0;
right:0
}
@media (min-width:768px) {
.home-instruments .panel-heading {
display:none
}
.home-instruments .panel {
border:none;
box-shadow:none
}
.home-instruments .panel-collapse {
height:auto
}
.home-instruments .panel-collapse.collapse {
display:block
}
}
@media (max-width:767.98px) {
.home-instruments .fade:not(.show) {
opacity:1
}
.home-instruments .tab-pane {
display:block
}
.home-instruments .nav-tabs {
display:none
}
.home-instruments .panel-title a {
display:block
}
.home-instruments .panel {
border-radius:.625rem;
background:rgba(var(--color-white--rgb), .1);
margin:0 0 .625rem
}
.home-instruments .panel-collapse {
padding:1.25rem 1.5625rem
}
}
.home-instruments-shapes-base--one {
	left:40%;
	top:-3.125rem
}
.home-instruments-shapes-base--two {
	bottom:-5rem;
	left:-6.25rem
}
.home-instruments-shapes-base--three {
	bottom:-5rem;
	right:-6.25rem
}
.home-instruments .decor {
	left:6.875rem;
	top:2.8125rem
}
.home-instruments .circles {
	right:10%;
	bottom:10%
}
.home-videos {
    background-color: #011E57 !important;
    background-image: none !important;
}
.home-videos h2{
	color:#000 !important;
}
/*# sourceMappingURL=style.css.map */
