:root {
    --bs-body-font-family: "Poppins", sans-serif;
    --bs-font-serif: "Poppins", sans-serif;
    --bs-font-sans-serif: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    --bs-body-color: #FFAA00;
    --bs-body-bg:#031141;
    --bs-body-bg-rgb:3,17,65;
    --bs-emphasis-color:#FF7500;
    --bs-emphasis-color-rgb: 255, 117, 0;
    --bs-body-text-align:text-justify
}
@media (min-width: 992px) {
    .vh-lg-100 {height: 100vh !important;}
}
/*----------------------------------------------- Pre-loader -----------------------------------------------*/
.preloader {position: fixed;top: 0;left: 0;right: 0;bottom: 0;z-index: 10001;background-color: var(--bs-body-bg);opacity: 1;-webkit-transition: opacity 0.8s cubic-bezier(0.77, 0, 0.18, 1);-o-transition: opacity 0.8s cubic-bezier(0.77, 0, 0.18, 1);transition: opacity 0.8s cubic-bezier(0.77, 0, 0.18, 1);display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;}
@media (min-width: 992px) {
    .preloader {-webkit-box-align: end;-ms-flex-align: end;align-items: flex-end;-webkit-box-pack: end;-ms-flex-pack: end;justify-content: flex-end;padding-right: 7.5rem;padding-bottom: 4rem;}
}
.preloader.loaded {opacity: 0;}
.line-scale-pulse-out-rapid div {background-color: var(--bs-emphasis-color);width: 0.125rem;border-radius: 0.1875rem;}
/*----------------------------------------------- Backgrounds -----------------------------------------------*/
.bg-holder {position: absolute;width: 100%;min-height: 100%;top: 0;left: 0;background-size: cover;background-position: center;overflow: hidden;will-change: transform, opacity, filter;-webkit-backface-visibility: hidden;backface-visibility: hidden;background-repeat: no-repeat;z-index: 0;}
.bg-holder.bg-right {left: auto;right: 0;}
.bg-holder.overlay:before {position: absolute;content: "";background: rgba(0, 0, 0, 0.25);top: 0;bottom: 0;left: 0;right: 0;}
.bg-holder.overlay-0:before {background: rgba(0, 0, 0, 0.7);}
.bg-holder.overlay-1:before {background: rgba(0, 0, 0, 0.55);}
.bg-holder.overlay-2:before {background: rgba(0, 0, 0, 0.4);}
.bg-holder .bg-video {position: absolute;display: block;z-index: -1;top: 0;left: 0;-o-object-fit: cover;object-fit: cover;height: 100%;min-width: 100%;}
.bg-holder .bg-youtube {position: absolute !important;top: 0;left: 0;height: 100%;width: 100%;}
.bg-fixed {background-attachment: fixed;}
.bg-glass {background-color: rgba(255, 255, 255, 0.9);}
.bg-card {background-size: contain;background-position: right;border-top-right-radius: 0.375rem;border-bottom-right-radius: 0.375rem;}
[dir=rtl] .bg-card {background-position: left;-webkit-transform: scaleX(-1);-ms-transform: scaleX(-1);transform: scaleX(-1);border-top-left-radius: 0.375rem;border-bottom-left-radius: 0.375rem;}
.bg-transparent-50 {background-color: rgba(255, 255, 255, 0.5);}
/*----------------------------------------------- Margin / Padding -----------------------------------------------*/
.m-0 {margin: 0 !important;}
.m-1 {margin: 0.25rem !important;}
.m-2 {margin: 0.5rem !important;}
.m-3 {margin: 1rem !important;}
.m-4 {margin: 1.8rem !important;}
.m-5 {margin: 3rem !important;}
.m-6 {margin: 4rem !important;}
.m-7 {margin: 5rem !important;}
.m-8 {margin: 7.5rem !important;}
.m-9 {margin: 10rem !important;}
.m-10 {margin: 12.5rem !important;}
.m-11 {margin: 15rem !important;}
.m-auto {margin: auto !important;}
.mx-0 {margin-right: 0 !important;margin-left: 0 !important;}
.mx-1 {margin-right: 0.25rem !important;margin-left: 0.25rem !important;}
.mx-2 {margin-right: 0.5rem !important;margin-left: 0.5rem !important;}
.mx-3 {margin-right: 1rem !important;margin-left: 1rem !important;}
.mx-4 {margin-right: 1.8rem !important;margin-left: 1.8rem !important;}
.mx-5 {margin-right: 3rem !important;margin-left: 3rem !important;}
.mx-6 {margin-right: 4rem !important;margin-left: 4rem !important;}
.mx-7 {margin-right: 5rem !important;margin-left: 5rem !important;}
.mx-8 {margin-right: 7.5rem !important;margin-left: 7.5rem !important;}
.mx-9 {margin-right: 10rem !important;margin-left: 10rem !important;}
.mx-10 {margin-right: 12.5rem !important;margin-left: 12.5rem !important;}
.mx-11 {margin-right: 15rem !important;margin-left: 15rem !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: 0.25rem !important;margin-bottom: 0.25rem !important;}
.my-2 {margin-top: 0.5rem !important;margin-bottom: 0.5rem !important;}
.my-3 {margin-top: 1rem !important;margin-bottom: 1rem !important;}
.my-4 {margin-top: 1.8rem !important;margin-bottom: 1.8rem !important;}
.my-5 {margin-top: 3rem !important;margin-bottom: 3rem !important;}
.my-6 {margin-top: 4rem !important;margin-bottom: 4rem !important;}
.my-7 {margin-top: 5rem !important;margin-bottom: 5rem !important;}
.my-8 {margin-top: 7.5rem !important;margin-bottom: 7.5rem !important;}
.my-9 {margin-top: 10rem !important;margin-bottom: 10rem !important;}
.my-10 {margin-top: 12.5rem !important;margin-bottom: 12.5rem !important;}
.my-11 {margin-top: 15rem !important;margin-bottom: 15rem !important;}
.my-auto {margin-top: auto !important;margin-bottom: auto !important;}
.mt-0 {margin-top: 0 !important;}
.mt-1 {margin-top: 0.25rem !important;}
.mt-2 {margin-top: 0.5rem !important;}
.mt-3 {margin-top: 1rem !important;}
.mt-4 {margin-top: 1.8rem !important;}
.mt-5 {margin-top: 3rem !important;}
.mt-6 {margin-top: 4rem !important;}
.mt-7 {margin-top: 5rem !important;}
.mt-8 {margin-top: 7.5rem !important;}
.mt-9 {margin-top: 10rem !important;}
.mt-10 {margin-top: 12.5rem !important;}
.mt-11 {margin-top: 15rem !important;}
.mt-auto {margin-top: auto !important;}
.mr-0 {margin-right: 0 !important;}
.mr-1 {margin-right: 0.25rem !important;}
.mr-2 {margin-right: 0.5rem !important;}
.mr-3 {margin-right: 1rem !important;}
.mr-4 {margin-right: 1.8rem !important;}
.mr-5 {margin-right: 3rem !important;}
.mr-6 {margin-right: 4rem !important;}
.mr-7 {margin-right: 5rem !important;}
.mr-8 {margin-right: 7.5rem !important;}
.mr-9 {margin-right: 10rem !important;}
.mr-10 {margin-right: 12.5rem !important;}
.mr-11 {margin-right: 15rem !important;}
.mr-auto {margin-right: auto !important;}
.mb-0 {margin-bottom: 0 !important;}
.mb-1 {margin-bottom: 0.25rem !important;}
.mb-2 {margin-bottom: 0.5rem !important;}
.mb-3 {margin-bottom: 1rem !important;}
.mb-4 {margin-bottom: 1.8rem !important;}
.mb-5 {margin-bottom: 3rem !important;}
.mb-6 {margin-bottom: 4rem !important;}
.mb-7 {margin-bottom: 5rem !important;}
.mb-8 {margin-bottom: 7.5rem !important;}
.mb-9 {margin-bottom: 10rem !important;}
.mb-10 {margin-bottom: 12.5rem !important;}
.mb-11 {margin-bottom: 15rem !important;}
.mb-auto {margin-bottom: auto !important;}
.ml-0 {margin-left: 0 !important;}
.ml-1 {margin-left: 0.25rem !important;}
.ml-2 {margin-left: 0.5rem !important;}
.ml-3 {margin-left: 1rem !important;}
.ml-4 {margin-left: 1.8rem !important;}
.ml-5 {margin-left: 3rem !important;}
.ml-6 {margin-left: 4rem !important;}
.ml-7 {margin-left: 5rem !important;}
.ml-8 {margin-left: 7.5rem !important;}
.ml-9 {margin-left: 10rem !important;}
.ml-10 {margin-left: 12.5rem !important;}
.ml-11 {margin-left: 15rem !important;}
.ml-auto {margin-left: auto !important;}
.p-0 {padding: 0 !important;}
.p-1 {padding: 0.25rem !important;}
.p-2 {padding: 0.5rem !important;}
.p-3 {padding: 1rem !important;}
.p-4 {padding: 1.8rem !important;}
.p-5 {padding: 3rem !important;}
.p-6 {padding: 4rem !important;}
.p-7 {padding: 5rem !important;}
.p-8 {padding: 7.5rem !important;}
.p-9 {padding: 10rem !important;}
.p-10 {padding: 12.5rem !important;}
.p-11 {padding: 15rem !important;}
.px-0 {padding-right: 0 !important;padding-left: 0 !important;}
.px-1 {padding-right: 0.25rem !important;padding-left: 0.25rem !important;}
.px-2 {padding-right: 0.5rem !important;padding-left: 0.5rem !important;}
.px-3 {padding-right: 1rem !important;padding-left: 1rem !important;}
.px-4 {padding-right: 1.8rem !important;padding-left: 1.8rem !important;}
.px-5 {padding-right: 3rem !important;padding-left: 3rem !important;}
.px-6 {padding-right: 4rem !important;padding-left: 4rem !important;}
.px-7 {padding-right: 5rem !important;padding-left: 5rem !important;}
.px-8 {padding-right: 7.5rem !important;padding-left: 7.5rem !important;}
.px-9 {padding-right: 10rem !important;padding-left: 10rem !important;}
.px-10 {padding-right: 12.5rem !important;padding-left: 12.5rem !important;}
.px-11 {padding-right: 15rem !important;padding-left: 15rem !important;}
.py-0 {padding-top: 0 !important;padding-bottom: 0 !important;}
.py-1 {padding-top: 0.25rem !important;padding-bottom: 0.25rem !important;}
.py-2 {padding-top: 0.5rem !important;padding-bottom: 0.5rem !important;}
.py-3 {padding-top: 1rem !important;padding-bottom: 1rem !important;}
.py-4 {padding-top: 1.8rem !important;padding-bottom: 1.8rem !important;}
.py-5 {padding-top: 3rem !important;padding-bottom: 3rem !important;}
.py-6 {padding-top: 4rem !important;padding-bottom: 4rem !important;}
.py-7 {padding-top: 5rem !important;padding-bottom: 5rem !important;}
.py-8 {padding-top: 7.5rem !important;padding-bottom: 7.5rem !important;}
.py-9 {padding-top: 10rem !important;padding-bottom: 10rem !important;}
.py-10 {padding-top: 12.5rem !important;padding-bottom: 12.5rem !important;}
.py-11 {padding-top: 15rem !important;padding-bottom: 15rem !important;}
.pt-0 {padding-top: 0 !important;}
.pt-1 {padding-top: 0.25rem !important;}
.pt-2 {padding-top: 0.5rem !important;}
.pt-3 {padding-top: 1rem !important;}
.pt-4 {padding-top: 1.8rem !important;}
.pt-5 {padding-top: 3rem !important;}
.pt-6 {padding-top: 4rem !important;}
.pt-7 {padding-top: 5rem !important;}
.pt-8 {padding-top: 7.5rem !important;}
.pt-9 {padding-top: 10rem !important;}
.pt-10 {padding-top: 12.5rem !important;}
.pt-11 {padding-top: 15rem !important;}
.pr-0 {padding-right: 0 !important;}
.pr-1 {padding-right: 0.25rem !important;}
.pr-2 {padding-right: 0.5rem !important;}
.pr-3 {padding-right: 1rem !important;}
.pr-4 {padding-right: 1.8rem !important;}
.pr-5 {padding-right: 3rem !important;}
.pr-6 {padding-right: 4rem !important;}
.pr-7 {padding-right: 5rem !important;}
.pr-8 {padding-right: 7.5rem !important;}
.pr-9 {padding-right: 10rem !important;}
.pr-10 {padding-right: 12.5rem !important;}
.pr-11 {padding-right: 15rem !important;}
.pb-0 {padding-bottom: 0 !important;}
.pb-1 {padding-bottom: 0.25rem !important;}
.pb-2 {padding-bottom: 0.5rem !important;}
.pb-3 {padding-bottom: 1rem !important;}
.pb-4 {padding-bottom: 1.8rem !important;}
.pb-5 {padding-bottom: 3rem !important;}
.pb-6 {padding-bottom: 4rem !important;}
.pb-7 {padding-bottom: 5rem !important;}
.pb-8 {padding-bottom: 7.5rem !important;}
.pb-9 {padding-bottom: 10rem !important;}
.pb-10 {padding-bottom: 12.5rem !important;}
.pb-11 {padding-bottom: 15rem !important;}
.pl-0 {padding-left: 0 !important;}
.pl-1 {padding-left: 0.25rem !important;}
.pl-2 {padding-left: 0.5rem !important;}
.pl-3 {padding-left: 1rem !important;}
.pl-4 {padding-left: 1.8rem !important;}
.pl-5 {padding-left: 3rem !important;}
.pl-6 {padding-left: 4rem !important;}
.pl-7 {padding-left: 5rem !important;}
.pl-8 {padding-left: 7.5rem !important;}
.pl-9 {padding-left: 10rem !important;}
.pl-10 {padding-left: 12.5rem !important;}
.pl-11 {padding-left: 15rem !important;}
.fs-10 {font-size: 0.75rem !important;}
.fs-9 {font-size: 1rem !important;}
.fs-8 {font-size: 1.333rem !important;}
.fs-7 {font-size: 1.777rem !important;}
.fs-6 {font-size: 2.369rem !important;}
.fs-5 {font-size: 3.157rem !important;}
.fs-4 {font-size: 4.199rem !important;}
.fs-3 {font-size: 5.584rem !important;}
.fs-2 {font-size: 7.427rem !important;}
.fs-1 {font-size: 9.878rem !important;}
.fst-italic {font-style: italic !important;}
.fst-normal {font-style: normal !important;}
.fw-thin {font-weight: 100 !important;}
.fw-lighter {font-weight: 200 !important;}
.fw-light {font-weight: 300 !important;}
.fw-normal {font-weight: 400 !important;}
.fw-medium {font-weight: 500 !important;}
.fw-semibold {font-weight: 600 !important;}
.fw-bold {font-weight: 700 !important;}
.fw-bolder {font-weight: 800 !important;}
.fw-black {font-weight: 900 !important;}
.lh-1 {line-height: 1 !important;}
.lh-sm {line-height: 1.25 !important;}
.lh-base {line-height: 1.45 !important;}
.lh-lg {line-height: 2 !important;}
/*----------------------------------------------- Fonts / Colours -----------------------------------------------*/
.text-bg-primary {color: #FFFFFF !important;background-color: RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important;}
.text-bg-secondary {color: #FFFFFF !important;background-color: RGBA(var(--bs-secondary-rgb), var(--bs-bg-opacity, 1)) !important;}
.text-bg-success {color: #555555 !important;background-color: RGBA(var(--bs-success-rgb), var(--bs-bg-opacity, 1)) !important;}
.text-bg-info {color: #555555 !important;background-color: RGBA(var(--bs-info-rgb), var(--bs-bg-opacity, 1)) !important;}
.text-bg-warning {color: #FFFFFF !important;background-color: RGBA(var(--bs-warning-rgb), var(--bs-bg-opacity, 1)) !important;}
.text-bg-danger {color: #FFFFFF !important;background-color: RGBA(var(--bs-danger-rgb), var(--bs-bg-opacity, 1)) !important;}
.text-bg-light {color: #555555 !important;background-color: RGBA(var(--bs-light-rgb), var(--bs-bg-opacity, 1)) !important;}
.text-bg-dark {color: #FFFFFF !important;background-color: RGBA(var(--bs-dark-rgb), var(--bs-bg-opacity, 1)) !important;}
.text-truncate {overflow: hidden;-o-text-overflow: ellipsis;text-overflow: ellipsis;white-space: nowrap;}
.text-start {text-align: left !important;}
.text-end {text-align: right !important;}
.text-center {text-align: center !important;}
.text-decoration-none {text-decoration: none !important;}
.text-decoration-underline {text-decoration: underline !important;}
.text-decoration-line-through {text-decoration: line-through !important;}
.text-lowercase {text-transform: lowercase !important;}
.text-uppercase {text-transform: uppercase !important;}
.text-capitalize {text-transform: capitalize !important;}
.text-wrap {white-space: normal !important;}
.text-nowrap {white-space: nowrap !important;}
.text-break {word-wrap: break-word !important;word-break: break-word !important;}
.text-primary {--bs-text-opacity: 1;color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;}
.text-secondary {--bs-text-opacity: 1;color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;}
.text-success {--bs-text-opacity: 1;color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;}
.text-info {--bs-text-opacity: 1;color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;}
.text-warning {--bs-text-opacity: 1;color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;}
.text-danger {--bs-text-opacity: 1;color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;}
.text-light {--bs-text-opacity: 1;color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;}
.text-dark {--bs-text-opacity: 1;color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;}
.text-facebook {--bs-text-opacity: 1;color: rgba(var(--bs-facebook-rgb), var(--bs-text-opacity)) !important;}
.text-google-plus {--bs-text-opacity: 1;color: rgba(var(--bs-google-plus-rgb), var(--bs-text-opacity)) !important;}
.text-twitter {--bs-text-opacity: 1;color: rgba(var(--bs-twitter-rgb), var(--bs-text-opacity)) !important;}
.text-linkedin {--bs-text-opacity: 1;color: rgba(var(--bs-linkedin-rgb), var(--bs-text-opacity)) !important;}
.text-youtube {--bs-text-opacity: 1;color: rgba(var(--bs-youtube-rgb), var(--bs-text-opacity)) !important;}
.text-github {--bs-text-opacity: 1;color: rgba(var(--bs-github-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-orange {color: #FF7500 !important;}
.text-body {--bs-text-opacity: 1;color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;}
.text-gray-100 {--bs-text-opacity: 1;color: rgba(var(--bs-gray-100-rgb), var(--bs-text-opacity)) !important;}
.text-gray-200 {--bs-text-opacity: 1;color: rgba(var(--bs-gray-200-rgb), var(--bs-text-opacity)) !important;}
.text-gray-300 {--bs-text-opacity: 1;color: rgba(var(--bs-gray-300-rgb), var(--bs-text-opacity)) !important;}
.text-gray-400 {--bs-text-opacity: 1;color: rgba(var(--bs-gray-400-rgb), var(--bs-text-opacity)) !important;}
.text-gray-500 {--bs-text-opacity: 1;color: rgba(var(--bs-gray-500-rgb), var(--bs-text-opacity)) !important;}
.text-gray-600 {--bs-text-opacity: 1;color: rgba(var(--bs-gray-600-rgb), var(--bs-text-opacity)) !important;}
.text-gray-700 {--bs-text-opacity: 1;color: rgba(var(--bs-gray-700-rgb), var(--bs-text-opacity)) !important;}
.text-gray-800 {--bs-text-opacity: 1;color: rgba(var(--bs-gray-800-rgb), var(--bs-text-opacity)) !important;}
.text-gray-900 {--bs-text-opacity: 1;color: rgba(var(--bs-gray-900-rgb), var(--bs-text-opacity)) !important;}
.text-gray-1000 {--bs-text-opacity: 1;color: rgba(var(--bs-gray-1000-rgb), var(--bs-text-opacity)) !important;}
.text-gray-1100 {--bs-text-opacity: 1;color: rgba(var(--bs-gray-1100-rgb), var(--bs-text-opacity)) !important;}
.text-body-secondary {--bs-text-opacity: 1;color: rgba(var(--bs-secondary-color-rgb), var(--bs-text-opacity)) !important;}
.text-body-tertiary {--bs-text-opacity: 1;color: rgba(var(--bs-tertiary-color-rgb), var(--bs-text-opacity)) !important;}
.text-body-emphasis {--bs-text-opacity: 1;color: rgba(var(--bs-emphasis-color-rgb), var(--bs-text-opacity)) !important;}
.text-body-highlight {--bs-text-opacity: 1;color: rgba(var(--bs-body-highlight-color-rgb), var(--bs-text-opacity)) !important;}
.text-reset {--bs-text-opacity: 1;color: inherit !important;}
.text-opacity-10 {--bs-text-opacity: 0.1;}
.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-85 {--bs-text-opacity: 0.85;}
.text-opacity-100 {--bs-text-opacity: 1;}
.text-primary-emphasis {color: var(--bs-primary-text-emphasis) !important;}
.text-secondary-emphasis {color: var(--bs-secondary-text-emphasis) !important;}
.text-success-emphasis {color: var(--bs-success-text-emphasis) !important;}
.text-info-emphasis {color: var(--bs-info-text-emphasis) !important;}
.text-warning-emphasis {color: var(--bs-warning-text-emphasis) !important;}
.text-danger-emphasis {color: var(--bs-danger-text-emphasis) !important;}
.text-light-emphasis {color: var(--bs-light-text-emphasis) !important;}
.text-dark-emphasis {color: var(--bs-dark-text-emphasis) !important;}
.text-shadow-none {text-shadow: none !important;}
.text-smallcaps {font-variant: small-caps;}
.text-superscript {vertical-align: super;}
.text-word-break {word-break: break-word;}
.text-justify {text-align: justify !important;}
.text-muted {color: #FF5500 !important;opacity: .75;}
.text-font-16 {font-size: 16px !important;}
/*----------------------------------------------- Button -----------------------------------------------*/
.btn {letter-spacing: 0.1em;text-transform: uppercase;font-size: 0.75rem;}
.btn-link {font-weight: 700;}
.btn.btn-outline-light.border-2 {border-color: rgba(255, 255, 255, 0.5);}
.btn-outline-light:hover, .btn-light, .btn-light:hover {color: var(--dark);}
.btn-xs {padding: 0.2rem 0.8rem;}
.btn-success, .btn-info {color: #FFFFFF;}
.btn-light {color: #000000;}
.btn-sm, .btn-group-sm > .btn {line-height: 1.5;}
.btn-a-link-1 {color: #070725;background: #F37F29;border-radius: 50px;font-weight: 700;padding: 0.5rem 1.8rem 0.5rem 1.8rem;}
.btn-a-link-1:hover,.a-btn-link-1:focus:hover {color: var(--bs-emphasis-color);background: var(--bs-black-russian);border-color: var(--bs-emphasis-color);}
.btn-a-link-2 {color: var(--bs-emphasis-color);background: var(--bs-black-russian);border-radius: 50px;border-color: var(--bs-emphasis-color);}
.btn-a-link-2:hover,.btn-gcc2:focus:hover {color: #031141;background: var(--bs-emphasis-color);}

.input-group-text {color: var(--bs-body-color);background-color: #041A63;border: var(--bs-border-width) solid var(--bs-border-color) 3,17,65;}
