/*! * Bootstrap v4.0.0-alpha.6 (https://getbootstrap.com) * Copyright 2011-2017 The Bootstrap Authors * Copyright 2011-2017 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) */
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
 html {
     font-family: sans-serif;
     line-height: 1.15;
     -ms-text-size-adjust: 100%;
     -webkit-text-size-adjust: 100%;
}
 body {
     margin: 0;
}
 article, aside, footer, header, nav, section {
     display: block;
}
 h1 {
     font-size: 2em;
     margin: 0.67em 0;
}
 figcaption, figure, main {
     display: block;
}
 figure {
     margin: 1em 40px;
}
 hr {
     box-sizing: content-box;
     height: 0;
     overflow: visible;
}
 pre {
     font-family: monospace, monospace;
     font-size: 1em;
}
 a {
     background-color: transparent;
     -webkit-text-decoration-skip: objects;
}
 a:active, a:hover {
     outline-width: 0;
}
 abbr[title] {
     border-bottom: none;
     text-decoration: underline;
     text-decoration: underline dotted;
}
 b, strong {
     font-weight: inherit;
}
 b, strong {
     font-weight: bolder;
}
 code, kbd, samp {
     font-family: monospace, monospace;
     font-size: 1em;
}
 dfn {
     font-style: italic;
}
 mark {
     background-color: #ff0;
     color: #000;
}
 small {
     font-size: 80%;
}
 sub, sup {
     font-size: 75%;
     line-height: 0;
     position: relative;
     vertical-align: baseline;
}
 sub {
     bottom: -0.25em;
}
 sup {
     top: -0.5em;
}
 audio, video {
     display: inline-block;
}
 audio:not([controls]) {
     display: none;
     height: 0;
}
 img {
     border-style: none;
}
 svg:not(:root) {
     overflow: hidden;
}
 button, input, optgroup, select, textarea {
     font-family: 'Montserrat', sans-serif;
     font-family: 'Poppins', sans-serif;
     font-size: 100%;
     line-height: 1.15;
     margin: 0;
}
 button, input {
     overflow: visible;
}
 button, select {
     text-transform: none;
}
 button, html [type="button"], [type="reset"], [type="submit"] {
     -webkit-appearance: button;
}
 button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
     border-style: none;
     padding: 0;
}
 button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
     outline: 1px dotted ButtonText;
}
 fieldset {
     border: 1px solid #c0c0c0;
     margin: 0 2px;
     padding: 0.35em 0.625em 0.75em;
}
 legend {
     box-sizing: border-box;
     color: inherit;
     display: table;
     max-width: 100%;
     padding: 0;
     white-space: normal;
}
 progress {
     display: inline-block;
     vertical-align: baseline;
}
 textarea {
     overflow: auto;
}

input[type="radio"] {
    margin-left: 15px; /* Adjust the spacing between radio inputs */
    vertical-align: middle; /* Align radio inputs vertically */
}

 [type="checkbox"], [type="radio"] {
     box-sizing: border-box;
     padding: 0;
}
 [type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
     height: auto;
}
 [type="search"] {
     -webkit-appearance: textfield;
     outline-offset: -2px;
}
 [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
     -webkit-appearance: none;
}
 ::-webkit-file-upload-button {
     -webkit-appearance: button;
     font: inherit;
}
 details, menu {
     display: block;
}
 summary {
     display: list-item;
}
 canvas {
     display: inline-block;
}
 template {
     display: none;
}
 [hidden] {
     display: none;
}
 @media print {
     *, *::before, *::after, p::first-letter, div::first-letter, blockquote::first-letter, li::first-letter, p::first-line, div::first-line, blockquote::first-line, li::first-line {
         text-shadow: none !important;
         box-shadow: none !important;
    }
     a, a:visited {
         text-decoration: underline;
    }
     abbr[title]::after {
         content: " (" attr(title) ")";
    }
     pre {
         white-space: pre-wrap !important;
    }
     pre, blockquote {
         border: 1px solid #999;
         page-break-inside: avoid;
    }
     thead {
         display: table-header-group;
    }
     tr, img {
         page-break-inside: avoid;
    }
     p, h2, h3 {
         orphans: 3;
         widows: 3;
    }
     h2, h3 {
         page-break-after: avoid;
    }
     .navbar {
         display: none;
    }
     .badge {
         border: 1px solid #000;
    }
     .table {
         border-collapse: collapse !important;
    }
     .table td, .table th {
         background-color: #fff !important;
    }
     .table-bordered th, .table-bordered td {
         border: 1px solid #ddd !important;
    }
}
 html {
     box-sizing: border-box;
}
 *, *::before, *::after {
     box-sizing: inherit;
}
 @-ms-viewport {
     width: device-width;
}
 html {
     -ms-overflow-style: scrollbar;
     -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
 body {
     font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
     font-size: 1rem;
     font-weight: normal;
     line-height: 1.5;
     color: #292b2c;
     background-color: #fff;
}
 [tabindex="-1"]:focus {
     outline: none !important;
}
 h1, h2, h3, h4, h5, h6 {
     margin-top: 0;
     margin-bottom: .5rem;
}
 p {
     margin-top: 0;
     margin-bottom: 1rem;
}
 abbr[title], abbr[data-original-title] {
     cursor: help;
}
 address {
     margin-bottom: 1rem;
     font-style: normal;
     line-height: inherit;
}
 ol, ul, dl {
     margin-top: 0;
     margin-bottom: 1rem;
}
 ol ol, ul ul, ol ul, ul ol {
     margin-bottom: 0;
}
 dt {
     font-weight: bold;
}
 dd {
     margin-bottom: .5rem;
     margin-left: 0;
}
 blockquote {
     margin: 0 0 1rem;
}
 a {
     color: #0275d8;
     text-decoration: none;
}
 a:focus, a:hover {
     color: #014c8c;
     text-decoration: none;
}
 a:not([href]):not([tabindex]) {
     color: inherit;
     text-decoration: none;
}
 a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
     color: inherit;
     text-decoration: none;
}
 a:not([href]):not([tabindex]):focus {
     outline: 0;
}
 pre {
     margin-top: 0;
     margin-bottom: 1rem;
     overflow: auto;
}
 figure {
     margin: 0 0 1rem;
}
 img {
     vertical-align: middle;
}
 [role="button"] {
     cursor: pointer;
}
 a, area, button, [role="button"], input, label, select, summary, textarea {
     touch-action: manipulation;
}
 table {
     border-collapse: collapse;
     background-color: transparent;
}
 .bordered-cookie-table {
     border-collapse: collapse;
     width: 100%;
}
 .bordered-cookie-table th, .bordered-cookie-table td {
     border: 1px solid #000;
    /* Adjust color and width as needed */
     padding: 8px;
    /* Adjust padding as needed */
     text-align: left;
    /* Adjust text alignment as needed */
}
 .bordered-cookie-table th {
     background-color: #f2f2f2;
    /* Adjust background color for table header */
}
 caption {
     padding-top: 0.75rem;
     padding-bottom: 0.75rem;
     color: #636c72;
     text-align: left;
     caption-side: bottom;
}
 th {
     text-align: left;
}
 label {
     display: inline-block;
     margin-bottom: .5rem;
}
 button:focus {
     outline: 1px dotted;
     outline: 5px auto -webkit-focus-ring-color;
}
 input, button, select, textarea {
     line-height: inherit;
}
 input[type="radio"]:disabled, input[type="checkbox"]:disabled {
     cursor: not-allowed;
}
 input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] {
     -webkit-appearance: listbox;
}
 textarea {
     resize: vertical;
}
 fieldset {
     min-width: 0;
     padding: 0;
     margin: 0;
     border: 0;
}
 legend {
     display: block;
     width: 100%;
     padding: 0;
     margin-bottom: .5rem;
     font-size: 1.5rem;
     line-height: inherit;
}
 input[type="search"] {
     -webkit-appearance: none;
}
 output {
     display: inline-block;
}
 [hidden] {
     display: none !important;
}
 h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
     margin-bottom: 0.5rem;
     font-family: inherit;
     font-weight: 500;
     line-height: 1.1;
     color: inherit;
}
 h1, .h1 {
     font-size: 2.5rem;
}
 h2, .h2 {
     font-size: 2rem;
}
 h3, .h3 {
     font-size: 1.75rem;
}
 h4, .h4 {
     font-size: 1.5rem;
}
 h5, .h5 {
     font-size: 1.25rem;
}
 h6, .h6 {
     font-size: 1rem;
}
 .lead {
     font-size: 1.25rem;
     font-weight: 300;
}
 .display-1 {
     font-size: 6rem;
     font-weight: 300;
     line-height: 1.1;
}
 .display-2 {
     font-size: 5.5rem;
     font-weight: 300;
     line-height: 1.1;
}
 .display-3 {
     font-size: 4.5rem;
     font-weight: 300;
     line-height: 1.1;
}
 .display-4 {
     font-size: 3.5rem;
     font-weight: 300;
     line-height: 1.1;
}
 hr {
     margin-top: 1rem;
     margin-bottom: 1rem;
     border: 0;
     border-top: 1px solid rgba(0, 0, 0, 0.1);
}
 small, .small {
     font-size: 80%;
     font-weight: normal;
}
 mark, .mark {
     padding: 0.2em;
     background-color: #fcf8e3;
}
 .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: 5px;
}
 .initialism {
     font-size: 90%;
     text-transform: uppercase;
}
 .blockquote {
     padding: 0.5rem 1rem;
     margin-bottom: 1rem;
     font-size: 1.25rem;
     border-left: 0.25rem solid #eceeef;
}
 .blockquote-footer {
     display: block;
     font-size: 80%;
     color: #636c72;
}
 .blockquote-footer::before {
     content: "\2014 \00A0";
}
 .blockquote-reverse {
     padding-right: 1rem;
     padding-left: 0;
     text-align: right;
     border-right: 0.25rem solid #eceeef;
     border-left: 0;
}
 .blockquote-reverse .blockquote-footer::before {
     content: "";
}
 .blockquote-reverse .blockquote-footer::after {
     content: "\00A0 \2014";
}
 .img-fluid {
     max-width: 100%;
     height: auto;
}
 .img-fluid2 {
     max-width: 300px;
     height: auto;
     position: relative;
     margin-left: auto;
     margin-right: auto;
     display: flex;
     align-items: center;
}
 @media (max-width: 991px) {
     .img-fluid2 {
         max-width: 50%;
         height: auto;
         position: relative;
         margin-left: auto;
         margin-right: auto;
         display: flex;
         align-items: center;
    }
}
 .img-thumbnail {
     padding: 0.25rem;
     background-color: #fff;
     border: 1px solid #ddd;
     transition: all 0.2s ease-in-out;
     max-width: 100%;
     height: auto;
}
 .figure {
     display: inline-block;
}
 .figure-img {
     margin-bottom: 0.5rem;
     line-height: 1;
}
 .figure-caption {
     font-size: 90%;
     color: #636c72;
}
 .container {
     position: relative;
     margin-left: auto;
     margin-right: auto;
     padding-right: 15px;
     padding-left: 15px;
}
 @media (min-width: 576px) {
     .container {
         padding-right: 15px;
         padding-left: 15px;
    }
}
 @media (min-width: 768px) {
     .container {
         padding-right: 15px;
         padding-left: 15px;
    }
}
 @media (min-width: 992px) {
     .container {
         padding-right: 15px;
         padding-left: 15px;
    }
}
 @media (min-width: 1200px) {
     .container {
         padding-right: 15px;
         padding-left: 15px;
    }
}
 @media (min-width: 576px) {
     .container {
         width: 740px;
         max-width: 100%;
    }
}
 @media (min-width: 768px) {
     .container {
         width: 920px;
         max-width: 100%;
    }
}
 @media (min-width: 992px) {
     .container {
         width: 1160px;
         max-width: 100%;
    }
}
 @media (min-width: 1200px) {
     .container {
         width: 1340px;
         max-width: 100%;
    }
}

 .container-fluid {
     position: relative;
     margin-left: auto;
     margin-right: auto;
     padding-right: 15px;
     padding-left: 15px;
}
 @media (min-width: 576px) {
     .container-fluid {
         padding-right: 15px;
         padding-left: 15px;
    }
}
 @media (min-width: 768px) {
     .container-fluid {
         padding-right: 15px;
         padding-left: 15px;
    }
}
 @media (min-width: 992px) {
     .container-fluid {
         padding-right: 15px;
         padding-left: 15px;
    }
}
 @media (min-width: 1200px) {
     .container-fluid {
         padding-right: 15px;
         padding-left: 15px;
    }
}
 .row {
     display: flex;
     flex-wrap: wrap;
     margin-right: -15px;
     margin-left: -15px;
}
 @media (min-width: 576px) {
     .row {
         margin-right: -15px;
         margin-left: -15px;
    }
}
 @media (min-width: 768px) {
     .row {
         margin-right: -15px;
         margin-left: -15px;
    }
}
 @media (min-width: 992px) {
     .row {
         margin-right: -15px;
         margin-left: -15px;
    }
}
 @media (min-width: 1200px) {
     .row {
         margin-right: -15px;
         margin-left: -15px;
    }
}
 .no-gutters {
     margin-right: 0;
     margin-left: 0;
}
 .no-gutters > .col, .no-gutters > [class*="col-"] {
     padding-right: 0;
     padding-left: 0;
}
 .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
     position: relative;
     width: 100%;
     min-height: 1px;
     padding-right: 15px;
     padding-left: 15px;
}
 @media (min-width: 576px) {
     .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
         padding-right: 15px;
         padding-left: 15px;
    }
}
 @media (min-width: 768px) {
     .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
         padding-right: 15px;
         padding-left: 15px;
    }
}
 @media (min-width: 992px) {
     .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
         padding-right: 15px;
         padding-left: 15px;
    }
}
 @media (min-width: 1200px) {
     .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
         padding-right: 15px;
         padding-left: 15px;
    }
}
 .col {
     flex-basis: 0;
     flex-grow: 1;
     max-width: 100%;
}
 .col-auto {
     flex: 0 0 auto;
     width: auto;
}
 .col-1 {
     flex: 0 0 8.3333333333%;
     max-width: 8.3333333333%;
}
 .col-2 {
     flex: 0 0 16.6666666667%;
     max-width: 16.6666666667%;
}
 .col-3 {
     flex: 0 0 25%;
     max-width: 25%;
}
 .col-4 {
     flex: 0 0 33.3333333333%;
     max-width: 33.3333333333%;
}
 .col-5 {
     flex: 0 0 41.6666666667%;
     max-width: 41.6666666667%;
}
 .col-6 {
     flex: 0 0 50%;
     max-width: 50%;
}
 .col-7 {
     flex: 0 0 58.3333333333%;
     max-width: 58.3333333333%;
}
 .col-8 {
     flex: 0 0 66.6666666667%;
     max-width: 66.6666666667%;
}
 .col-9 {
     flex: 0 0 75%;
     max-width: 75%;
}
 .col-10 {
     flex: 0 0 83.3333333333%;
     max-width: 83.3333333333%;
}
 .col-11 {
     flex: 0 0 91.6666666667%;
     max-width: 91.6666666667%;
}
 .col-12 {
     flex: 0 0 100%;
     max-width: 100%;
}
 .pull-0 {
     right: auto;
}
 .pull-1 {
     right: 8.3333333333%;
}
 .pull-2 {
     right: 16.6666666667%;
}
 .pull-3 {
     right: 25%;
}
 .pull-4 {
     right: 33.3333333333%;
}
 .pull-5 {
     right: 41.6666666667%;
}
 .pull-6 {
     right: 50%;
}
 .pull-7 {
     right: 58.3333333333%;
}
 .pull-8 {
     right: 66.6666666667%;
}
 .pull-9 {
     right: 75%;
}
 .pull-10 {
     right: 83.3333333333%;
}
 .pull-11 {
     right: 91.6666666667%;
}
 .pull-12 {
     right: 100%;
}
 .push-0 {
     left: auto;
}
 .push-1 {
     left: 8.3333333333%;
}
 .push-2 {
     left: 16.6666666667%;
}
 .push-3 {
     left: 25%;
}
 .push-4 {
     left: 33.3333333333%;
}
 .push-5 {
     left: 41.6666666667%;
}
 .push-6 {
     left: 50%;
}
 .push-7 {
     left: 58.3333333333%;
}
 .push-8 {
     left: 66.6666666667%;
}
 .push-9 {
     left: 75%;
}
 .push-10 {
     left: 83.3333333333%;
}
 .push-11 {
     left: 91.6666666667%;
}
 .push-12 {
     left: 100%;
}
 .offset-1 {
     margin-left: 8.3333333333%;
}
 .offset-2 {
     margin-left: 16.6666666667%;
}
 .offset-3 {
     margin-left: 25%;
}
 .offset-4 {
     margin-left: 33.3333333333%;
}
 .offset-5 {
     margin-left: 41.6666666667%;
}
 .offset-6 {
     margin-left: 50%;
}
 .offset-7 {
     margin-left: 58.3333333333%;
}
 .offset-8 {
     margin-left: 66.6666666667%;
}
 .offset-9 {
     margin-left: 75%;
}
 .offset-10 {
     margin-left: 83.3333333333%;
}
 .offset-11 {
     margin-left: 91.6666666667%;
}
 @media (min-width: 576px) {
     .col-sm {
         flex-basis: 0;
         flex-grow: 1;
         max-width: 100%;
    }
     .col-sm-auto {
         flex: 0 0 auto;
         width: auto;
    }
     .col-sm-1 {
         flex: 0 0 8.3333333333%;
         max-width: 8.3333333333%;
    }
     .col-sm-2 {
         flex: 0 0 16.6666666667%;
         max-width: 16.6666666667%;
    }
     .col-sm-3 {
         flex: 0 0 25%;
         max-width: 25%;
    }
     .col-sm-4 {
         flex: 0 0 33.3333333333%;
         max-width: 33.3333333333%;
    }
     .col-sm-5 {
         flex: 0 0 41.6666666667%;
         max-width: 41.6666666667%;
    }
     .col-sm-6 {
         flex: 0 0 50%;
         max-width: 50%;
    }
     .col-sm-7 {
         flex: 0 0 58.3333333333%;
         max-width: 58.3333333333%;
    }
     .col-sm-8 {
         flex: 0 0 66.6666666667%;
         max-width: 66.6666666667%;
    }
     .col-sm-9 {
         flex: 0 0 75%;
         max-width: 75%;
    }
     .col-sm-10 {
         flex: 0 0 83.3333333333%;
         max-width: 83.3333333333%;
    }
     .col-sm-11 {
         flex: 0 0 91.6666666667%;
         max-width: 91.6666666667%;
    }
     .col-sm-12 {
         flex: 0 0 100%;
         max-width: 100%;
    }
     .pull-sm-0 {
         right: auto;
    }
     .pull-sm-1 {
         right: 8.3333333333%;
    }
     .pull-sm-2 {
         right: 16.6666666667%;
    }
     .pull-sm-3 {
         right: 25%;
    }
     .pull-sm-4 {
         right: 33.3333333333%;
    }
     .pull-sm-5 {
         right: 41.6666666667%;
    }
     .pull-sm-6 {
         right: 50%;
    }
     .pull-sm-7 {
         right: 58.3333333333%;
    }
     .pull-sm-8 {
         right: 66.6666666667%;
    }
     .pull-sm-9 {
         right: 75%;
    }
     .pull-sm-10 {
         right: 83.3333333333%;
    }
     .pull-sm-11 {
         right: 91.6666666667%;
    }
     .pull-sm-12 {
         right: 100%;
    }
     .push-sm-0 {
         left: auto;
    }
     .push-sm-1 {
         left: 8.3333333333%;
    }
     .push-sm-2 {
         left: 16.6666666667%;
    }
     .push-sm-3 {
         left: 25%;
    }
     .push-sm-4 {
         left: 33.3333333333%;
    }
     .push-sm-5 {
         left: 41.6666666667%;
    }
     .push-sm-6 {
         left: 50%;
    }
     .push-sm-7 {
         left: 58.3333333333%;
    }
     .push-sm-8 {
         left: 66.6666666667%;
    }
     .push-sm-9 {
         left: 75%;
    }
     .push-sm-10 {
         left: 83.3333333333%;
    }
     .push-sm-11 {
         left: 91.6666666667%;
    }
     .push-sm-12 {
         left: 100%;
    }
     .offset-sm-0 {
         margin-left: 0%;
    }
     .offset-sm-1 {
         margin-left: 8.3333333333%;
    }
     .offset-sm-2 {
         margin-left: 16.6666666667%;
    }
     .offset-sm-3 {
         margin-left: 25%;
    }
     .offset-sm-4 {
         margin-left: 33.3333333333%;
    }
     .offset-sm-5 {
         margin-left: 41.6666666667%;
    }
     .offset-sm-6 {
         margin-left: 50%;
    }
     .offset-sm-7 {
         margin-left: 58.3333333333%;
    }
     .offset-sm-8 {
         margin-left: 66.6666666667%;
    }
     .offset-sm-9 {
         margin-left: 75%;
    }
     .offset-sm-10 {
         margin-left: 83.3333333333%;
    }
     .offset-sm-11 {
         margin-left: 91.6666666667%;
    }
}
 @media (min-width: 768px) {
     .col-md {
         flex-basis: 0;
         flex-grow: 1;
         max-width: 100%;
    }
     .col-md-auto {
         flex: 0 0 auto;
         width: auto;
    }
     .col-md-1 {
         flex: 0 0 8.3333333333%;
         max-width: 8.3333333333%;
    }
     .col-md-2 {
         flex: 0 0 16.6666666667%;
         max-width: 16.6666666667%;
    }
     .col-md-3 {
         flex: 0 0 25%;
         max-width: 25%;
    }
     .col-md-4 {
         flex: 0 0 33.3333333333%;
         max-width: 33.3333333333%;
    }
     .col-md-5 {
         flex: 0 0 41.6666666667%;
         max-width: 41.6666666667%;
    }
     .col-md-6 {
         flex: 0 0 50%;
         max-width: 50%;
    }
     .col-md-7 {
         flex: 0 0 58.3333333333%;
         max-width: 58.3333333333%;
    }
     .col-md-8 {
         flex: 0 0 66.6666666667%;
         max-width: 66.6666666667%;
    }
     .col-md-9 {
         flex: 0 0 75%;
         max-width: 75%;
    }
     .col-md-10 {
         flex: 0 0 83.3333333333%;
         max-width: 83.3333333333%;
    }
     .col-md-11 {
         flex: 0 0 91.6666666667%;
         max-width: 91.6666666667%;
    }
     .col-md-12 {
         flex: 0 0 100%;
         max-width: 100%;
    }
     .pull-md-0 {
         right: auto;
    }
     .pull-md-1 {
         right: 8.3333333333%;
    }
     .pull-md-2 {
         right: 16.6666666667%;
    }
     .pull-md-3 {
         right: 25%;
    }
     .pull-md-4 {
         right: 33.3333333333%;
    }
     .pull-md-5 {
         right: 41.6666666667%;
    }
     .pull-md-6 {
         right: 50%;
    }
     .pull-md-7 {
         right: 58.3333333333%;
    }
     .pull-md-8 {
         right: 66.6666666667%;
    }
     .pull-md-9 {
         right: 75%;
    }
     .pull-md-10 {
         right: 83.3333333333%;
    }
     .pull-md-11 {
         right: 91.6666666667%;
    }
     .pull-md-12 {
         right: 100%;
    }
     .push-md-0 {
         left: auto;
    }
     .push-md-1 {
         left: 8.3333333333%;
    }
     .push-md-2 {
         left: 16.6666666667%;
    }
     .push-md-3 {
         left: 25%;
    }
     .push-md-4 {
         left: 33.3333333333%;
    }
     .push-md-5 {
         left: 41.6666666667%;
    }
     .push-md-6 {
         left: 50%;
    }
     .push-md-7 {
         left: 58.3333333333%;
    }
     .push-md-8 {
         left: 66.6666666667%;
    }
     .push-md-9 {
         left: 75%;
    }
     .push-md-10 {
         left: 83.3333333333%;
    }
     .push-md-11 {
         left: 91.6666666667%;
    }
     .push-md-12 {
         left: 100%;
    }
     .offset-md-0 {
         margin-left: 0%;
    }
     .offset-md-1 {
         margin-left: 8.3333333333%;
    }
     .offset-md-2 {
         margin-left: 16.6666666667%;
    }
     .offset-md-3 {
         margin-left: 25%;
    }
     .offset-md-4 {
         margin-left: 33.3333333333%;
    }
     .offset-md-5 {
         margin-left: 41.6666666667%;
    }
     .offset-md-6 {
         margin-left: 50%;
    }
     .offset-md-7 {
         margin-left: 58.3333333333%;
    }
     .offset-md-8 {
         margin-left: 66.6666666667%;
    }
     .offset-md-9 {
         margin-left: 75%;
    }
     .offset-md-10 {
         margin-left: 83.3333333333%;
    }
     .offset-md-11 {
         margin-left: 91.6666666667%;
    }
}
 @media (min-width: 992px) {
     .col-lg {
         flex-basis: 0;
         flex-grow: 1;
         max-width: 100%;
    }
     .col-lg-auto {
         flex: 0 0 auto;
         width: auto;
    }
     .col-lg-1 {
         flex: 0 0 8.3333333333%;
         max-width: 8.3333333333%;
    }
     .col-lg-2 {
         flex: 0 0 16.6666666667%;
         max-width: 16.6666666667%;
    }
     .col-lg-3 {
         flex: 0 0 25%;
         max-width: 25%;
    }
     .col-lg-4 {
         flex: 0 0 33.3333333333%;
         max-width: 33.3333333333%;
    }
     .col-lg-5 {
         flex: 0 0 41.6666666667%;
         max-width: 41.6666666667%;
    }
     .col-lg-6 {
         flex: 0 0 50%;
         max-width: 50%;
    }
     .col-lg-7 {
         flex: 0 0 58.3333333333%;
         max-width: 58.3333333333%;
    }
     .col-lg-8 {
         flex: 0 0 66.6666666667%;
         max-width: 66.6666666667%;
    }
     .col-lg-9 {
         flex: 0 0 75%;
         max-width: 75%;
    }
     .col-lg-10 {
         flex: 0 0 83.3333333333%;
         max-width: 83.3333333333%;
    }
     .col-lg-11 {
         flex: 0 0 91.6666666667%;
         max-width: 91.6666666667%;
    }
     .col-lg-12 {
         flex: 0 0 100%;
         max-width: 100%;
    }
     .pull-lg-0 {
         right: auto;
    }
     .pull-lg-1 {
         right: 8.3333333333%;
    }
     .pull-lg-2 {
         right: 16.6666666667%;
    }
     .pull-lg-3 {
         right: 25%;
    }
     .pull-lg-4 {
         right: 33.3333333333%;
    }
     .pull-lg-5 {
         right: 41.6666666667%;
    }
     .pull-lg-6 {
         right: 50%;
    }
     .pull-lg-7 {
         right: 58.3333333333%;
    }
     .pull-lg-8 {
         right: 66.6666666667%;
    }
     .pull-lg-9 {
         right: 75%;
    }
     .pull-lg-10 {
         right: 83.3333333333%;
    }
     .pull-lg-11 {
         right: 91.6666666667%;
    }
     .pull-lg-12 {
         right: 100%;
    }
     .push-lg-0 {
         left: auto;
    }
     .push-lg-1 {
         left: 8.3333333333%;
    }
     .push-lg-2 {
         left: 16.6666666667%;
    }
     .push-lg-3 {
         left: 25%;
    }
     .push-lg-4 {
         left: 33.3333333333%;
    }
     .push-lg-5 {
         left: 41.6666666667%;
    }
     .push-lg-6 {
         left: 50%;
    }
     .push-lg-7 {
         left: 58.3333333333%;
    }
     .push-lg-8 {
         left: 66.6666666667%;
    }
     .push-lg-9 {
         left: 75%;
    }
     .push-lg-10 {
         left: 83.3333333333%;
    }
     .push-lg-11 {
         left: 91.6666666667%;
    }
     .push-lg-12 {
         left: 100%;
    }
     .offset-lg-0 {
         margin-left: 0%;
    }
     .offset-lg-1 {
         margin-left: 8.3333333333%;
    }
     .offset-lg-2 {
         margin-left: 16.6666666667%;
    }
     .offset-lg-3 {
         margin-left: 25%;
    }
     .offset-lg-4 {
         margin-left: 33.3333333333%;
    }
     .offset-lg-5 {
         margin-left: 41.6666666667%;
    }
     .offset-lg-6 {
         margin-left: 50%;
    }
     .offset-lg-7 {
         margin-left: 58.3333333333%;
    }
     .offset-lg-8 {
         margin-left: 66.6666666667%;
    }
     .offset-lg-9 {
         margin-left: 75%;
    }
     .offset-lg-10 {
         margin-left: 83.3333333333%;
    }
     .offset-lg-11 {
         margin-left: 91.6666666667%;
    }
}
 @media (min-width: 1200px) {
     .col-xl {
         flex-basis: 0;
         flex-grow: 1;
         max-width: 100%;
    }
     .col-xl-auto {
         flex: 0 0 auto;
         width: auto;
    }
     .col-xl-1 {
         flex: 0 0 8.3333333333%;
         max-width: 8.3333333333%;
    }
     .col-xl-2 {
         flex: 0 0 16.6666666667%;
         max-width: 16.6666666667%;
    }
     .col-xl-3 {
         flex: 0 0 25%;
         max-width: 25%;
    }
     .col-xl-4 {
         flex: 0 0 33.3333333333%;
         max-width: 33.3333333333%;
    }
     .col-xl-5 {
         flex: 0 0 41.6666666667%;
         max-width: 41.6666666667%;
    }
     .col-xl-6 {
         flex: 0 0 50%;
         max-width: 50%;
    }
     .col-xl-7 {
         flex: 0 0 58.3333333333%;
         max-width: 58.3333333333%;
    }
     .col-xl-8 {
         flex: 0 0 66.6666666667%;
         max-width: 66.6666666667%;
    }
     .col-xl-9 {
         flex: 0 0 75%;
         max-width: 75%;
    }
     .col-xl-10 {
         flex: 0 0 83.3333333333%;
         max-width: 83.3333333333%;
    }
     .col-xl-11 {
         flex: 0 0 91.6666666667%;
         max-width: 91.6666666667%;
    }
     .col-xl-12 {
         flex: 0 0 100%;
         max-width: 100%;
    }
     .pull-xl-0 {
         right: auto;
    }
     .pull-xl-1 {
         right: 8.3333333333%;
    }
     .pull-xl-2 {
         right: 16.6666666667%;
    }
     .pull-xl-3 {
         right: 25%;
    }
     .pull-xl-4 {
         right: 33.3333333333%;
    }
     .pull-xl-5 {
         right: 41.6666666667%;
    }
     .pull-xl-6 {
         right: 50%;
    }
     .pull-xl-7 {
         right: 58.3333333333%;
    }
     .pull-xl-8 {
         right: 66.6666666667%;
    }
     .pull-xl-9 {
         right: 75%;
    }
     .pull-xl-10 {
         right: 83.3333333333%;
    }
     .pull-xl-11 {
         right: 91.6666666667%;
    }
     .pull-xl-12 {
         right: 100%;
    }
     .push-xl-0 {
         left: auto;
    }
     .push-xl-1 {
         left: 8.3333333333%;
    }
     .push-xl-2 {
         left: 16.6666666667%;
    }
     .push-xl-3 {
         left: 25%;
    }
     .push-xl-4 {
         left: 33.3333333333%;
    }
     .push-xl-5 {
         left: 41.6666666667%;
    }
     .push-xl-6 {
         left: 50%;
    }
     .push-xl-7 {
         left: 58.3333333333%;
    }
     .push-xl-8 {
         left: 66.6666666667%;
    }
     .push-xl-9 {
         left: 75%;
    }
     .push-xl-10 {
         left: 83.3333333333%;
    }
     .push-xl-11 {
         left: 91.6666666667%;
    }
     .push-xl-12 {
         left: 100%;
    }
     .offset-xl-0 {
         margin-left: 0%;
    }
     .offset-xl-1 {
         margin-left: 8.3333333333%;
    }
     .offset-xl-2 {
         margin-left: 16.6666666667%;
    }
     .offset-xl-3 {
         margin-left: 25%;
    }
     .offset-xl-4 {
         margin-left: 33.3333333333%;
    }
     .offset-xl-5 {
         margin-left: 41.6666666667%;
    }
     .offset-xl-6 {
         margin-left: 50%;
    }
     .offset-xl-7 {
         margin-left: 58.3333333333%;
    }
     .offset-xl-8 {
         margin-left: 66.6666666667%;
    }
     .offset-xl-9 {
         margin-left: 75%;
    }
     .offset-xl-10 {
         margin-left: 83.3333333333%;
    }
     .offset-xl-11 {
         margin-left: 91.6666666667%;
    }
}
 .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;
}
 .bg-faded {
     background-color: #f7f7f7;
}
 .bg-primary {
     background-color: #0275d8 !important;
}
 a.bg-primary:focus, a.bg-primary:hover {
     background-color: #025aa5 !important;
}
 .bg-success {
     background-color: #5cb85c !important;
}
 a.bg-success:focus, a.bg-success:hover {
     background-color: #449d44 !important;
}
 .bg-info {
     background-color: #5bc0de !important;
}
 a.bg-info:focus, a.bg-info:hover {
     background-color: #31b0d5 !important;
}
 .bg-warning {
     background-color: #f0ad4e !important;
}
 a.bg-warning:focus, a.bg-warning:hover {
     background-color: #ec971f !important;
}
 .bg-danger {
     background-color: #d9534f !important;
}
 a.bg-danger:focus, a.bg-danger:hover {
     background-color: #c9302c !important;
}
 .bg-inverse {
     background-color: #292b2c !important;
}
 a.bg-inverse:focus, a.bg-inverse:hover {
     background-color: #101112 !important;
}
 .border-0 {
     border: 0 !important;
}
 .border-top-0 {
     border-top: 0 !important;
}
 .border-right-0 {
     border-right: 0 !important;
}
 .border-bottom-0 {
     border-bottom: 0 !important;
}
 .border-left-0 {
     border-left: 0 !important;
}
 .rounded-circle {
     border-radius: 50%;
}
 .rounded-0 {
     border-radius: 0;
}
 .clearfix::after {
     display: block;
     content: "";
     clear: both;
}
 .d-none {
     display: none !important;
}
 .d-inline {
     display: inline !important;
}
 .d-inline-block {
     display: inline-block !important;
}
 .d-block {
     display: block !important;
}
 .d-table {
     display: table !important;
}
 .d-table-cell {
     display: table-cell !important;
}
 .d-flex {
     display: flex !important;
}
 .d-inline-flex {
     display: inline-flex !important;
}
 @media (min-width: 576px) {
     .d-sm-none {
         display: none !important;
    }
     .d-sm-inline {
         display: inline !important;
    }
     .d-sm-inline-block {
         display: inline-block !important;
    }
     .d-sm-block {
         display: block !important;
    }
     .d-sm-table {
         display: table !important;
    }
     .d-sm-table-cell {
         display: table-cell !important;
    }
     .d-sm-flex {
         display: flex !important;
    }
     .d-sm-inline-flex {
         display: inline-flex !important;
    }
}
 @media (min-width: 768px) {
     .d-md-none {
         display: none !important;
    }
     .d-md-inline {
         display: inline !important;
    }
     .d-md-inline-block {
         display: inline-block !important;
    }
     .d-md-block {
         display: block !important;
    }
     .d-md-table {
         display: table !important;
    }
     .d-md-table-cell {
         display: table-cell !important;
    }
     .d-md-flex {
         display: flex !important;
    }
     .d-md-inline-flex {
         display: inline-flex !important;
    }
}
 @media (min-width: 992px) {
     .d-lg-none {
         display: none !important;
    }
     .d-lg-inline {
         display: inline !important;
    }
     .d-lg-inline-block {
         display: inline-block !important;
    }
     .d-lg-block {
         display: block !important;
    }
     .d-lg-table {
         display: table !important;
    }
     .d-lg-table-cell {
         display: table-cell !important;
    }
     .d-lg-flex {
         display: flex !important;
    }
     .d-lg-inline-flex {
         display: inline-flex !important;
    }
}
 @media (min-width: 1200px) {
     .d-xl-none {
         display: none !important;
    }
     .d-xl-inline {
         display: inline !important;
    }
     .d-xl-inline-block {
         display: inline-block !important;
    }
     .d-xl-block {
         display: block !important;
    }
     .d-xl-table {
         display: table !important;
    }
     .d-xl-table-cell {
         display: table-cell !important;
    }
     .d-xl-flex {
         display: flex !important;
    }
     .d-xl-inline-flex {
         display: inline-flex !important;
    }
}
 .flex-first {
     order: -1;
}
 .flex-last {
     order: 1;
}
 .flex-unordered {
     order: 0;
}
 .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-wrap {
     flex-wrap: wrap !important;
}
 .flex-nowrap {
     flex-wrap: nowrap !important;
}
 .flex-wrap-reverse {
     flex-wrap: wrap-reverse !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;
}
 .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;
}
 @media (min-width: 576px) {
     .flex-sm-first {
         order: -1;
    }
     .flex-sm-last {
         order: 1;
    }
     .flex-sm-unordered {
         order: 0;
    }
     .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-wrap {
         flex-wrap: wrap !important;
    }
     .flex-sm-nowrap {
         flex-wrap: nowrap !important;
    }
     .flex-sm-wrap-reverse {
         flex-wrap: wrap-reverse !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;
    }
     .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;
    }
}
 @media (min-width: 768px) {
     .flex-md-first {
         order: -1;
    }
     .flex-md-last {
         order: 1;
    }
     .flex-md-unordered {
         order: 0;
    }
     .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-wrap {
         flex-wrap: wrap !important;
    }
     .flex-md-nowrap {
         flex-wrap: nowrap !important;
    }
     .flex-md-wrap-reverse {
         flex-wrap: wrap-reverse !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;
    }
     .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;
    }
}
 @media (min-width: 992px) {
     .flex-lg-first {
         order: -1;
    }
     .flex-lg-last {
         order: 1;
    }
     .flex-lg-unordered {
         order: 0;
    }
     .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-wrap {
         flex-wrap: wrap !important;
    }
     .flex-lg-nowrap {
         flex-wrap: nowrap !important;
    }
     .flex-lg-wrap-reverse {
         flex-wrap: wrap-reverse !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;
    }
     .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;
    }
}
 @media (min-width: 1200px) {
     .flex-xl-first {
         order: -1;
    }
     .flex-xl-last {
         order: 1;
    }
     .flex-xl-unordered {
         order: 0;
    }
     .flex-xl-row {
         flex-direction: row !important;
    }
     .flex-xl-column {
         flex-direction: column !important;
    }
     .flex-xl-row-reverse {
         flex-direction: row-reverse !important;
    }
     .flex-xl-column-reverse {
         flex-direction: column-reverse !important;
    }
     .flex-xl-wrap {
         flex-wrap: wrap !important;
    }
     .flex-xl-nowrap {
         flex-wrap: nowrap !important;
    }
     .flex-xl-wrap-reverse {
         flex-wrap: wrap-reverse !important;
    }
     .justify-content-xl-start {
         justify-content: flex-start !important;
    }
     .justify-content-xl-end {
         justify-content: flex-end !important;
    }
     .justify-content-xl-center {
         justify-content: center !important;
    }
     .justify-content-xl-between {
         justify-content: space-between !important;
    }
     .justify-content-xl-around {
         justify-content: space-around !important;
    }
     .align-items-xl-start {
         align-items: flex-start !important;
    }
     .align-items-xl-end {
         align-items: flex-end !important;
    }
     .align-items-xl-center {
         align-items: center !important;
    }
     .align-items-xl-baseline {
         align-items: baseline !important;
    }
     .align-items-xl-stretch {
         align-items: stretch !important;
    }
     .align-content-xl-start {
         align-content: flex-start !important;
    }
     .align-content-xl-end {
         align-content: flex-end !important;
    }
     .align-content-xl-center {
         align-content: center !important;
    }
     .align-content-xl-between {
         align-content: space-between !important;
    }
     .align-content-xl-around {
         align-content: space-around !important;
    }
     .align-content-xl-stretch {
         align-content: stretch !important;
    }
     .align-self-xl-auto {
         align-self: auto !important;
    }
     .align-self-xl-start {
         align-self: flex-start !important;
    }
     .align-self-xl-end {
         align-self: flex-end !important;
    }
     .align-self-xl-center {
         align-self: center !important;
    }
     .align-self-xl-baseline {
         align-self: baseline !important;
    }
     .align-self-xl-stretch {
         align-self: stretch !important;
    }
}
 .float-left {
     float: left !important;
}
 .float-right {
     float: right !important;
}
 .float-none {
     float: none !important;
}
 @media (min-width: 576px) {
     .float-sm-left {
         float: left !important;
    }
     .float-sm-right {
         float: right !important;
    }
     .float-sm-none {
         float: none !important;
    }
}
 @media (min-width: 768px) {
     .float-md-left {
         float: left !important;
    }
     .float-md-right {
         float: right !important;
    }
     .float-md-none {
         float: none !important;
    }
}
 @media (min-width: 992px) {
     .float-lg-left {
         float: left !important;
    }
     .float-lg-right {
         float: right !important;
    }
     .float-lg-none {
         float: none !important;
    }
}
 @media (min-width: 1200px) {
     .float-xl-left {
         float: left !important;
    }
     .float-xl-right {
         float: right !important;
    }
     .float-xl-none {
         float: none !important;
    }
}
 .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: 1030;
}
 .sr-only {
     position: absolute;
     width: 1px;
     height: 1px;
     padding: 0;
     margin: -1px;
     overflow: hidden;
     clip: rect(0, 0, 0, 0);
     border: 0;
}
 .sr-only-focusable:active, .sr-only-focusable:focus {
     position: static;
     width: auto;
     height: auto;
     margin: 0;
     overflow: visible;
     clip: auto;
}
 .w-25 {
     width: 25% !important;
}
 .w-50 {
     width: 50% !important;
}
 .w-75 {
     width: 75% !important;
}
 .w-100 {
     width: 100% !important;
}
 .h-25 {
     height: 25% !important;
}
 .h-50 {
     height: 50% !important;
}
 .h-75 {
     height: 75% !important;
}
 .h-100 {
     height: 100% !important;
}
 .mw-100 {
     max-width: 100% !important;
}
 .mh-100 {
     max-height: 100% !important;
}
 .m-0 {
     margin: 0 0 !important;
}
 .mt-0 {
     margin-top: 0 !important;
}
 .mr-0 {
     margin-right: 0 !important;
}
 .mb-0 {
     margin-bottom: 0 !important;
}
 .ml-0 {
     margin-left: 0 !important;
}
 .mx-0 {
     margin-right: 0 !important;
     margin-left: 0 !important;
}
 .my-0 {
     margin-top: 0 !important;
     margin-bottom: 0 !important;
}
 .m-1 {
     margin: 0.25rem 0.25rem !important;
}
 .mt-1 {
     margin-top: 0.25rem !important;
}
 .mr-1 {
     margin-right: 0.25rem !important;
}
 .mb-1 {
     margin-bottom: 0.25rem !important;
}
 .ml-1 {
     margin-left: 0.25rem !important;
}
 .mx-1 {
     margin-right: 0.25rem !important;
     margin-left: 0.25rem !important;
}
 .my-1 {
     margin-top: 0.25rem !important;
     margin-bottom: 0.25rem !important;
}
 .m-2 {
     margin: 0.5rem 0.5rem !important;
}
 .mt-2 {
     margin-top: 0.5rem !important;
}
 .mr-2 {
     margin-right: 0.5rem !important;
}
 .mb-2 {
     margin-bottom: 0.5rem !important;
}
 .ml-2 {
     margin-left: 0.5rem !important;
}
 .mx-2 {
     margin-right: 0.5rem !important;
     margin-left: 0.5rem !important;
}
 .my-2 {
     margin-top: 0.5rem !important;
     margin-bottom: 0.5rem !important;
}
 .m-3 {
     margin: 1rem 1rem !important;
}
 .mt-3 {
     margin-top: 1rem !important;
}
 .mr-3 {
     margin-right: 1rem !important;
}
 .mb-3 {
     margin-bottom: 1rem !important;
}
 .ml-3 {
     margin-left: 1rem !important;
}
 .mx-3 {
     margin-right: 1rem !important;
     margin-left: 1rem !important;
}
 .my-3 {
     margin-top: 1rem !important;
     margin-bottom: 1rem !important;
}
 .m-4 {
     margin: 1.5rem 1.5rem !important;
}
 .mt-4 {
     margin-top: 1.5rem !important;
}
 .mr-4 {
     margin-right: 1.5rem !important;
}
 .mb-4 {
     margin-bottom: 1.5rem !important;
}
 .ml-4 {
     margin-left: 1.5rem !important;
}
 .mx-4 {
     margin-right: 1.5rem !important;
     margin-left: 1.5rem !important;
}
 .my-4 {
     margin-top: 1.5rem !important;
     margin-bottom: 1.5rem !important;
}
 .m-5 {
     margin: 3rem 3rem !important;
}
 .mt-5 {
     margin-top: 3rem !important;
}
 .mr-5 {
     margin-right: 3rem !important;
}
 .mb-5 {
     margin-bottom: 3rem !important;
}
 .ml-5 {
     margin-left: 3rem !important;
}
 .mx-5 {
     margin-right: 3rem !important;
     margin-left: 3rem !important;
}
 .my-5 {
     margin-top: 3rem !important;
     margin-bottom: 3rem !important;
}
 .p-0 {
     padding: 0 0 !important;
}
 .pt-0 {
     padding-top: 0 !important;
}
 .pr-0 {
     padding-right: 0 !important;
}
 .pb-0 {
     padding-bottom: 0 !important;
}
 .pl-0 {
     padding-left: 0 !important;
}
 .px-0 {
     padding-right: 0 !important;
     padding-left: 0 !important;
}
 .py-0 {
     padding-top: 0 !important;
     padding-bottom: 0 !important;
}
 .p-1 {
     padding: 0.25rem 0.25rem !important;
}
 .pt-1 {
     padding-top: 0.25rem !important;
}
 .pr-1 {
     padding-right: 0.25rem !important;
}
 .pb-1 {
     padding-bottom: 0.25rem !important;
}
 .pl-1 {
     padding-left: 0.25rem !important;
}
 .px-1 {
     padding-right: 0.25rem !important;
     padding-left: 0.25rem !important;
}
 .py-1 {
     padding-top: 0.25rem !important;
     padding-bottom: 0.25rem !important;
}
 .p-2 {
     padding: 0.5rem 0.5rem !important;
}
 .pt-2 {
     padding-top: 0.5rem !important;
}
 .pr-2 {
     padding-right: 0.5rem !important;
}
 .pb-2 {
     padding-bottom: 0.5rem !important;
}
 .pl-2 {
     padding-left: 0.5rem !important;
}
 .px-2 {
     padding-right: 0.5rem !important;
     padding-left: 0.5rem !important;
}
 .py-2 {
     padding-top: 0.5rem !important;
     padding-bottom: 0.5rem !important;
}
 .p-3 {
     padding: 1rem 1rem !important;
}
 .pt-3 {
     padding-top: 1rem !important;
}
 .pr-3 {
     padding-right: 1rem !important;
}
 .pb-3 {
     padding-bottom: 1rem !important;
}
 .pl-3 {
     padding-left: 1rem !important;
}
 .px-3 {
     padding-right: 1rem !important;
     padding-left: 1rem !important;
}
 .py-3 {
     padding-top: 1rem !important;
     padding-bottom: 1rem !important;
}
 .p-4 {
     padding: 1.5rem 1.5rem !important;
}
 .pt-4 {
     padding-top: 1.5rem !important;
}
 .pr-4 {
     padding-right: 1.5rem !important;
}
 .pb-4 {
     padding-bottom: 1.5rem !important;
}
 .pl-4 {
     padding-left: 1.5rem !important;
}
 .px-4 {
     padding-right: 1.5rem !important;
     padding-left: 1.5rem !important;
}
 .py-4 {
     padding-top: 1.5rem !important;
     padding-bottom: 1.5rem !important;
}
 .p-5 {
     padding: 3rem 3rem !important;
}
 .pt-5 {
     padding-top: 3rem !important;
}
 .pr-5 {
     padding-right: 3rem !important;
}
 .pb-5 {
     padding-bottom: 3rem !important;
}
 .pl-5 {
     padding-left: 3rem !important;
}
 .px-5 {
     padding-right: 3rem !important;
     padding-left: 3rem !important;
}
 .py-5 {
     padding-top: 3rem !important;
     padding-bottom: 3rem !important;
}
 .m-auto {
     margin: auto !important;
}
 .mt-auto {
     margin-top: auto !important;
}
 .mr-auto {
     margin-right: auto !important;
}
 .mb-auto {
     margin-bottom: auto !important;
}
 .ml-auto {
     margin-left: auto !important;
}
 .mx-auto {
     margin-right: auto !important;
     margin-left: auto !important;
}
 .my-auto {
     margin-top: auto !important;
     margin-bottom: auto !important;
}
 @media (min-width: 576px) {
     .m-sm-0 {
         margin: 0 0 !important;
    }
     .mt-sm-0 {
         margin-top: 0 !important;
    }
     .mr-sm-0 {
         margin-right: 0 !important;
    }
     .mb-sm-0 {
         margin-bottom: 0 !important;
    }
     .ml-sm-0 {
         margin-left: 0 !important;
    }
     .mx-sm-0 {
         margin-right: 0 !important;
         margin-left: 0 !important;
    }
     .my-sm-0 {
         margin-top: 0 !important;
         margin-bottom: 0 !important;
    }
     .m-sm-1 {
         margin: 0.25rem 0.25rem !important;
    }
     .mt-sm-1 {
         margin-top: 0.25rem !important;
    }
     .mr-sm-1 {
         margin-right: 0.25rem !important;
    }
     .mb-sm-1 {
         margin-bottom: 0.25rem !important;
    }
     .ml-sm-1 {
         margin-left: 0.25rem !important;
    }
     .mx-sm-1 {
         margin-right: 0.25rem !important;
         margin-left: 0.25rem !important;
    }
     .my-sm-1 {
         margin-top: 0.25rem !important;
         margin-bottom: 0.25rem !important;
    }
     .m-sm-2 {
         margin: 0.5rem 0.5rem !important;
    }
     .mt-sm-2 {
         margin-top: 0.5rem !important;
    }
     .mr-sm-2 {
         margin-right: 0.5rem !important;
    }
     .mb-sm-2 {
         margin-bottom: 0.5rem !important;
    }
     .ml-sm-2 {
         margin-left: 0.5rem !important;
    }
     .mx-sm-2 {
         margin-right: 0.5rem !important;
         margin-left: 0.5rem !important;
    }
     .my-sm-2 {
         margin-top: 0.5rem !important;
         margin-bottom: 0.5rem !important;
    }
     .m-sm-3 {
         margin: 1rem 1rem !important;
    }
     .mt-sm-3 {
         margin-top: 1rem !important;
    }
     .mr-sm-3 {
         margin-right: 1rem !important;
    }
     .mb-sm-3 {
         margin-bottom: 1rem !important;
    }
     .ml-sm-3 {
         margin-left: 1rem !important;
    }
     .mx-sm-3 {
         margin-right: 1rem !important;
         margin-left: 1rem !important;
    }
     .my-sm-3 {
         margin-top: 1rem !important;
         margin-bottom: 1rem !important;
    }
     .m-sm-4 {
         margin: 1.5rem 1.5rem !important;
    }
     .mt-sm-4 {
         margin-top: 1.5rem !important;
    }
     .mr-sm-4 {
         margin-right: 1.5rem !important;
    }
     .mb-sm-4 {
         margin-bottom: 1.5rem !important;
    }
     .ml-sm-4 {
         margin-left: 1.5rem !important;
    }
     .mx-sm-4 {
         margin-right: 1.5rem !important;
         margin-left: 1.5rem !important;
    }
     .my-sm-4 {
         margin-top: 1.5rem !important;
         margin-bottom: 1.5rem !important;
    }
     .m-sm-5 {
         margin: 3rem 3rem !important;
    }
     .mt-sm-5 {
         margin-top: 3rem !important;
    }
     .mr-sm-5 {
         margin-right: 3rem !important;
    }
     .mb-sm-5 {
         margin-bottom: 3rem !important;
    }
     .ml-sm-5 {
         margin-left: 3rem !important;
    }
     .mx-sm-5 {
         margin-right: 3rem !important;
         margin-left: 3rem !important;
    }
     .my-sm-5 {
         margin-top: 3rem !important;
         margin-bottom: 3rem !important;
    }
     .p-sm-0 {
         padding: 0 0 !important;
    }
     .pt-sm-0 {
         padding-top: 0 !important;
    }
     .pr-sm-0 {
         padding-right: 0 !important;
    }
     .pb-sm-0 {
         padding-bottom: 0 !important;
    }
     .pl-sm-0 {
         padding-left: 0 !important;
    }
     .px-sm-0 {
         padding-right: 0 !important;
         padding-left: 0 !important;
    }
     .py-sm-0 {
         padding-top: 0 !important;
         padding-bottom: 0 !important;
    }
     .p-sm-1 {
         padding: 0.25rem 0.25rem !important;
    }
     .pt-sm-1 {
         padding-top: 0.25rem !important;
    }
     .pr-sm-1 {
         padding-right: 0.25rem !important;
    }
     .pb-sm-1 {
         padding-bottom: 0.25rem !important;
    }
     .pl-sm-1 {
         padding-left: 0.25rem !important;
    }
     .px-sm-1 {
         padding-right: 0.25rem !important;
         padding-left: 0.25rem !important;
    }
     .py-sm-1 {
         padding-top: 0.25rem !important;
         padding-bottom: 0.25rem !important;
    }
     .p-sm-2 {
         padding: 0.5rem 0.5rem !important;
    }
     .pt-sm-2 {
         padding-top: 0.5rem !important;
    }
     .pr-sm-2 {
         padding-right: 0.5rem !important;
    }
     .pb-sm-2 {
         padding-bottom: 0.5rem !important;
    }
     .pl-sm-2 {
         padding-left: 0.5rem !important;
    }
     .px-sm-2 {
         padding-right: 0.5rem !important;
         padding-left: 0.5rem !important;
    }
     .py-sm-2 {
         padding-top: 0.5rem !important;
         padding-bottom: 0.5rem !important;
    }
     .p-sm-3 {
         padding: 1rem 1rem !important;
    }
     .pt-sm-3 {
         padding-top: 1rem !important;
    }
     .pr-sm-3 {
         padding-right: 1rem !important;
    }
     .pb-sm-3 {
         padding-bottom: 1rem !important;
    }
     .pl-sm-3 {
         padding-left: 1rem !important;
    }
     .px-sm-3 {
         padding-right: 1rem !important;
         padding-left: 1rem !important;
    }
     .py-sm-3 {
         padding-top: 1rem !important;
         padding-bottom: 1rem !important;
    }
     .p-sm-4 {
         padding: 1.5rem 1.5rem !important;
    }
     .pt-sm-4 {
         padding-top: 1.5rem !important;
    }
     .pr-sm-4 {
         padding-right: 1.5rem !important;
    }
     .pb-sm-4 {
         padding-bottom: 1.5rem !important;
    }
     .pl-sm-4 {
         padding-left: 1.5rem !important;
    }
     .px-sm-4 {
         padding-right: 1.5rem !important;
         padding-left: 1.5rem !important;
    }
     .py-sm-4 {
         padding-top: 1.5rem !important;
         padding-bottom: 1.5rem !important;
    }
     .p-sm-5 {
         padding: 3rem 3rem !important;
    }
     .pt-sm-5 {
         padding-top: 3rem !important;
    }
     .pr-sm-5 {
         padding-right: 3rem !important;
    }
     .pb-sm-5 {
         padding-bottom: 3rem !important;
    }
     .pl-sm-5 {
         padding-left: 3rem !important;
    }
     .px-sm-5 {
         padding-right: 3rem !important;
         padding-left: 3rem !important;
    }
     .py-sm-5 {
         padding-top: 3rem !important;
         padding-bottom: 3rem !important;
    }
     .m-sm-auto {
         margin: auto !important;
    }
     .mt-sm-auto {
         margin-top: auto !important;
    }
     .mr-sm-auto {
         margin-right: auto !important;
    }
     .mb-sm-auto {
         margin-bottom: auto !important;
    }
     .ml-sm-auto {
         margin-left: auto !important;
    }
     .mx-sm-auto {
         margin-right: auto !important;
         margin-left: auto !important;
    }
     .my-sm-auto {
         margin-top: auto !important;
         margin-bottom: auto !important;
    }
}
 @media (min-width: 768px) {
     .m-md-0 {
         margin: 0 0 !important;
    }
     .mt-md-0 {
         margin-top: 0 !important;
    }
     .mr-md-0 {
         margin-right: 0 !important;
    }
     .mb-md-0 {
         margin-bottom: 0 !important;
    }
     .ml-md-0 {
         margin-left: 0 !important;
    }
     .mx-md-0 {
         margin-right: 0 !important;
         margin-left: 0 !important;
    }
     .my-md-0 {
         margin-top: 0 !important;
         margin-bottom: 0 !important;
    }
     .m-md-1 {
         margin: 0.25rem 0.25rem !important;
    }
     .mt-md-1 {
         margin-top: 0.25rem !important;
    }
     .mr-md-1 {
         margin-right: 0.25rem !important;
    }
     .mb-md-1 {
         margin-bottom: 0.25rem !important;
    }
     .ml-md-1 {
         margin-left: 0.25rem !important;
    }
     .mx-md-1 {
         margin-right: 0.25rem !important;
         margin-left: 0.25rem !important;
    }
     .my-md-1 {
         margin-top: 0.25rem !important;
         margin-bottom: 0.25rem !important;
    }
     .m-md-2 {
         margin: 0.5rem 0.5rem !important;
    }
     .mt-md-2 {
         margin-top: 0.5rem !important;
    }
     .mr-md-2 {
         margin-right: 0.5rem !important;
    }
     .mb-md-2 {
         margin-bottom: 0.5rem !important;
    }
     .ml-md-2 {
         margin-left: 0.5rem !important;
    }
     .mx-md-2 {
         margin-right: 0.5rem !important;
         margin-left: 0.5rem !important;
    }
     .my-md-2 {
         margin-top: 0.5rem !important;
         margin-bottom: 0.5rem !important;
    }
     .m-md-3 {
         margin: 1rem 1rem !important;
    }
     .mt-md-3 {
         margin-top: 1rem !important;
    }
     .mr-md-3 {
         margin-right: 1rem !important;
    }
     .mb-md-3 {
         margin-bottom: 1rem !important;
    }
     .ml-md-3 {
         margin-left: 1rem !important;
    }
     .mx-md-3 {
         margin-right: 1rem !important;
         margin-left: 1rem !important;
    }
     .my-md-3 {
         margin-top: 1rem !important;
         margin-bottom: 1rem !important;
    }
     .m-md-4 {
         margin: 1.5rem 1.5rem !important;
    }
     .mt-md-4 {
         margin-top: 1.5rem !important;
    }
     .mr-md-4 {
         margin-right: 1.5rem !important;
    }
     .mb-md-4 {
         margin-bottom: 1.5rem !important;
    }
     .ml-md-4 {
         margin-left: 1.5rem !important;
    }
     .mx-md-4 {
         margin-right: 1.5rem !important;
         margin-left: 1.5rem !important;
    }
     .my-md-4 {
         margin-top: 1.5rem !important;
         margin-bottom: 1.5rem !important;
    }
     .m-md-5 {
         margin: 3rem 3rem !important;
    }
     .mt-md-5 {
         margin-top: 3rem !important;
    }
     .mr-md-5 {
         margin-right: 3rem !important;
    }
     .mb-md-5 {
         margin-bottom: 3rem !important;
    }
     .ml-md-5 {
         margin-left: 3rem !important;
    }
     .mx-md-5 {
         margin-right: 3rem !important;
         margin-left: 3rem !important;
    }
     .my-md-5 {
         margin-top: 3rem !important;
         margin-bottom: 3rem !important;
    }
     .p-md-0 {
         padding: 0 0 !important;
    }
     .pt-md-0 {
         padding-top: 0 !important;
    }
     .pr-md-0 {
         padding-right: 0 !important;
    }
     .pb-md-0 {
         padding-bottom: 0 !important;
    }
     .pl-md-0 {
         padding-left: 0 !important;
    }
     .px-md-0 {
         padding-right: 0 !important;
         padding-left: 0 !important;
    }
     .py-md-0 {
         padding-top: 0 !important;
         padding-bottom: 0 !important;
    }
     .p-md-1 {
         padding: 0.25rem 0.25rem !important;
    }
     .pt-md-1 {
         padding-top: 0.25rem !important;
    }
     .pr-md-1 {
         padding-right: 0.25rem !important;
    }
     .pb-md-1 {
         padding-bottom: 0.25rem !important;
    }
     .pl-md-1 {
         padding-left: 0.25rem !important;
    }
     .px-md-1 {
         padding-right: 0.25rem !important;
         padding-left: 0.25rem !important;
    }
     .py-md-1 {
         padding-top: 0.25rem !important;
         padding-bottom: 0.25rem !important;
    }
     .p-md-2 {
         padding: 0.5rem 0.5rem !important;
    }
     .pt-md-2 {
         padding-top: 0.5rem !important;
    }
     .pr-md-2 {
         padding-right: 0.5rem !important;
    }
     .pb-md-2 {
         padding-bottom: 0.5rem !important;
    }
     .pl-md-2 {
         padding-left: 0.5rem !important;
    }
     .px-md-2 {
         padding-right: 0.5rem !important;
         padding-left: 0.5rem !important;
    }
     .py-md-2 {
         padding-top: 0.5rem !important;
         padding-bottom: 0.5rem !important;
    }
     .p-md-3 {
         padding: 1rem 1rem !important;
    }
     .pt-md-3 {
         padding-top: 1rem !important;
    }
     .pr-md-3 {
         padding-right: 1rem !important;
    }
     .pb-md-3 {
         padding-bottom: 1rem !important;
    }
     .pl-md-3 {
         padding-left: 1rem !important;
    }
     .px-md-3 {
         padding-right: 1rem !important;
         padding-left: 1rem !important;
    }
     .py-md-3 {
         padding-top: 1rem !important;
         padding-bottom: 1rem !important;
    }
     .p-md-4 {
         padding: 1.5rem 1.5rem !important;
    }
     .pt-md-4 {
         padding-top: 1.5rem !important;
    }
     .pr-md-4 {
         padding-right: 1.5rem !important;
    }
     .pb-md-4 {
         padding-bottom: 1.5rem !important;
    }
     .pl-md-4 {
         padding-left: 1.5rem !important;
    }
     .px-md-4 {
         padding-right: 1.5rem !important;
         padding-left: 1.5rem !important;
    }
     .py-md-4 {
         padding-top: 1.5rem !important;
         padding-bottom: 1.5rem !important;
    }
     .p-md-5 {
         padding: 3rem 3rem !important;
    }
     .pt-md-5 {
         padding-top: 3rem !important;
    }
     .pr-md-5 {
         padding-right: 3rem !important;
    }
     .pb-md-5 {
         padding-bottom: 3rem !important;
    }
     .pl-md-5 {
         padding-left: 3rem !important;
    }
     .px-md-5 {
         padding-right: 3rem !important;
         padding-left: 3rem !important;
    }
     .py-md-5 {
         padding-top: 3rem !important;
         padding-bottom: 3rem !important;
    }
     .m-md-auto {
         margin: auto !important;
    }
     .mt-md-auto {
         margin-top: auto !important;
    }
     .mr-md-auto {
         margin-right: auto !important;
    }
     .mb-md-auto {
         margin-bottom: auto !important;
    }
     .ml-md-auto {
         margin-left: auto !important;
    }
     .mx-md-auto {
         margin-right: auto !important;
         margin-left: auto !important;
    }
     .my-md-auto {
         margin-top: auto !important;
         margin-bottom: auto !important;
    }
}
 @media (min-width: 992px) {
     .m-lg-0 {
         margin: 0 0 !important;
    }
     .mt-lg-0 {
         margin-top: 0 !important;
    }
     .mr-lg-0 {
         margin-right: 0 !important;
    }
     .mb-lg-0 {
         margin-bottom: 0 !important;
    }
     .ml-lg-0 {
         margin-left: 0 !important;
    }
     .mx-lg-0 {
         margin-right: 0 !important;
         margin-left: 0 !important;
    }
     .my-lg-0 {
         margin-top: 0 !important;
         margin-bottom: 0 !important;
    }
     .m-lg-1 {
         margin: 0.25rem 0.25rem !important;
    }
     .mt-lg-1 {
         margin-top: 0.25rem !important;
    }
     .mr-lg-1 {
         margin-right: 0.25rem !important;
    }
     .mb-lg-1 {
         margin-bottom: 0.25rem !important;
    }
     .ml-lg-1 {
         margin-left: 0.25rem !important;
    }
     .mx-lg-1 {
         margin-right: 0.25rem !important;
         margin-left: 0.25rem !important;
    }
     .my-lg-1 {
         margin-top: 0.25rem !important;
         margin-bottom: 0.25rem !important;
    }
     .m-lg-2 {
         margin: 0.5rem 0.5rem !important;
    }
     .mt-lg-2 {
         margin-top: 0.5rem !important;
    }
     .mr-lg-2 {
         margin-right: 0.5rem !important;
    }
     .mb-lg-2 {
         margin-bottom: 0.5rem !important;
    }
     .ml-lg-2 {
         margin-left: 0.5rem !important;
    }
     .mx-lg-2 {
         margin-right: 0.5rem !important;
         margin-left: 0.5rem !important;
    }
     .my-lg-2 {
         margin-top: 0.5rem !important;
         margin-bottom: 0.5rem !important;
    }
     .m-lg-3 {
         margin: 1rem 1rem !important;
    }
     .mt-lg-3 {
         margin-top: 1rem !important;
    }
     .mr-lg-3 {
         margin-right: 1rem !important;
    }
     .mb-lg-3 {
         margin-bottom: 1rem !important;
    }
     .ml-lg-3 {
         margin-left: 1rem !important;
    }
     .mx-lg-3 {
         margin-right: 1rem !important;
         margin-left: 1rem !important;
    }
     .my-lg-3 {
         margin-top: 1rem !important;
         margin-bottom: 1rem !important;
    }
     .m-lg-4 {
         margin: 1.5rem 1.5rem !important;
    }
     .mt-lg-4 {
         margin-top: 1.5rem !important;
    }
     .mr-lg-4 {
         margin-right: 1.5rem !important;
    }
     .mb-lg-4 {
         margin-bottom: 1.5rem !important;
    }
     .ml-lg-4 {
         margin-left: 1.5rem !important;
    }
     .mx-lg-4 {
         margin-right: 1.5rem !important;
         margin-left: 1.5rem !important;
    }
     .my-lg-4 {
         margin-top: 1.5rem !important;
         margin-bottom: 1.5rem !important;
    }
     .m-lg-5 {
         margin: 3rem 3rem !important;
    }
     .mt-lg-5 {
         margin-top: 3rem !important;
    }
     .mr-lg-5 {
         margin-right: 3rem !important;
    }
     .mb-lg-5 {
         margin-bottom: 3rem !important;
    }
     .ml-lg-5 {
         margin-left: 3rem !important;
    }
     .mx-lg-5 {
         margin-right: 3rem !important;
         margin-left: 3rem !important;
    }
     .my-lg-5 {
         margin-top: 3rem !important;
         margin-bottom: 3rem !important;
    }
     .p-lg-0 {
         padding: 0 0 !important;
    }
     .pt-lg-0 {
         padding-top: 0 !important;
    }
     .pr-lg-0 {
         padding-right: 0 !important;
    }
     .pb-lg-0 {
         padding-bottom: 0 !important;
    }
     .pl-lg-0 {
         padding-left: 0 !important;
    }
     .px-lg-0 {
         padding-right: 0 !important;
         padding-left: 0 !important;
    }
     .py-lg-0 {
         padding-top: 0 !important;
         padding-bottom: 0 !important;
    }
     .p-lg-1 {
         padding: 0.25rem 0.25rem !important;
    }
     .pt-lg-1 {
         padding-top: 0.25rem !important;
    }
     .pr-lg-1 {
         padding-right: 0.25rem !important;
    }
     .pb-lg-1 {
         padding-bottom: 0.25rem !important;
    }
     .pl-lg-1 {
         padding-left: 0.25rem !important;
    }
     .px-lg-1 {
         padding-right: 0.25rem !important;
         padding-left: 0.25rem !important;
    }
     .py-lg-1 {
         padding-top: 0.25rem !important;
         padding-bottom: 0.25rem !important;
    }
     .p-lg-2 {
         padding: 0.5rem 0.5rem !important;
    }
     .pt-lg-2 {
         padding-top: 0.5rem !important;
    }
     .pr-lg-2 {
         padding-right: 0.5rem !important;
    }
     .pb-lg-2 {
         padding-bottom: 0.5rem !important;
    }
     .pl-lg-2 {
         padding-left: 0.5rem !important;
    }
     .px-lg-2 {
         padding-right: 0.5rem !important;
         padding-left: 0.5rem !important;
    }
     .py-lg-2 {
         padding-top: 0.5rem !important;
         padding-bottom: 0.5rem !important;
    }
     .p-lg-3 {
         padding: 1rem 1rem !important;
    }
     .pt-lg-3 {
         padding-top: 1rem !important;
    }
     .pr-lg-3 {
         padding-right: 1rem !important;
    }
     .pb-lg-3 {
         padding-bottom: 1rem !important;
    }
     .pl-lg-3 {
         padding-left: 1rem !important;
    }
     .px-lg-3 {
         padding-right: 1rem !important;
         padding-left: 1rem !important;
    }
     .py-lg-3 {
         padding-top: 1rem !important;
         padding-bottom: 1rem !important;
    }
     .p-lg-4 {
         padding: 1.5rem 1.5rem !important;
    }
     .pt-lg-4 {
         padding-top: 1.5rem !important;
    }
     .pr-lg-4 {
         padding-right: 1.5rem !important;
    }
     .pb-lg-4 {
         padding-bottom: 1.5rem !important;
    }
     .pl-lg-4 {
         padding-left: 1.5rem !important;
    }
     .px-lg-4 {
         padding-right: 1.5rem !important;
         padding-left: 1.5rem !important;
    }
     .py-lg-4 {
         padding-top: 1.5rem !important;
         padding-bottom: 1.5rem !important;
    }
     .p-lg-5 {
         padding: 3rem 3rem !important;
    }
     .pt-lg-5 {
         padding-top: 3rem !important;
    }
     .pr-lg-5 {
         padding-right: 3rem !important;
    }
     .pb-lg-5 {
         padding-bottom: 3rem !important;
    }
     .pl-lg-5 {
         padding-left: 3rem !important;
    }
     .px-lg-5 {
         padding-right: 3rem !important;
         padding-left: 3rem !important;
    }
     .py-lg-5 {
         padding-top: 3rem !important;
         padding-bottom: 3rem !important;
    }
     .m-lg-auto {
         margin: auto !important;
    }
     .mt-lg-auto {
         margin-top: auto !important;
    }
     .mr-lg-auto {
         margin-right: auto !important;
    }
     .mb-lg-auto {
         margin-bottom: auto !important;
    }
     .ml-lg-auto {
         margin-left: auto !important;
    }
     .mx-lg-auto {
         margin-right: auto !important;
         margin-left: auto !important;
    }
     .my-lg-auto {
         margin-top: auto !important;
         margin-bottom: auto !important;
    }
}
 @media (min-width: 1200px) {
     .m-xl-0 {
         margin: 0 0 !important;
    }
     .mt-xl-0 {
         margin-top: 0 !important;
    }
     .mr-xl-0 {
         margin-right: 0 !important;
    }
     .mb-xl-0 {
         margin-bottom: 0 !important;
    }
     .ml-xl-0 {
         margin-left: 0 !important;
    }
     .mx-xl-0 {
         margin-right: 0 !important;
         margin-left: 0 !important;
    }
     .my-xl-0 {
         margin-top: 0 !important;
         margin-bottom: 0 !important;
    }
     .m-xl-1 {
         margin: 0.25rem 0.25rem !important;
    }
     .mt-xl-1 {
         margin-top: 0.25rem !important;
    }
     .mr-xl-1 {
         margin-right: 0.25rem !important;
    }
     .mb-xl-1 {
         margin-bottom: 0.25rem !important;
    }
     .ml-xl-1 {
         margin-left: 0.25rem !important;
    }
     .mx-xl-1 {
         margin-right: 0.25rem !important;
         margin-left: 0.25rem !important;
    }
     .my-xl-1 {
         margin-top: 0.25rem !important;
         margin-bottom: 0.25rem !important;
    }
     .m-xl-2 {
         margin: 0.5rem 0.5rem !important;
    }
     .mt-xl-2 {
         margin-top: 0.5rem !important;
    }
     .mr-xl-2 {
         margin-right: 0.5rem !important;
    }
     .mb-xl-2 {
         margin-bottom: 0.5rem !important;
    }
     .ml-xl-2 {
         margin-left: 0.5rem !important;
    }
     .mx-xl-2 {
         margin-right: 0.5rem !important;
         margin-left: 0.5rem !important;
    }
     .my-xl-2 {
         margin-top: 0.5rem !important;
         margin-bottom: 0.5rem !important;
    }
     .m-xl-3 {
         margin: 1rem 1rem !important;
    }
     .mt-xl-3 {
         margin-top: 1rem !important;
    }
     .mr-xl-3 {
         margin-right: 1rem !important;
    }
     .mb-xl-3 {
         margin-bottom: 1rem !important;
    }
     .ml-xl-3 {
         margin-left: 1rem !important;
    }
     .mx-xl-3 {
         margin-right: 1rem !important;
         margin-left: 1rem !important;
    }
     .my-xl-3 {
         margin-top: 1rem !important;
         margin-bottom: 1rem !important;
    }
     .m-xl-4 {
         margin: 1.5rem 1.5rem !important;
    }
     .mt-xl-4 {
         margin-top: 1.5rem !important;
    }
     .mr-xl-4 {
         margin-right: 1.5rem !important;
    }
     .mb-xl-4 {
         margin-bottom: 1.5rem !important;
    }
     .ml-xl-4 {
         margin-left: 1.5rem !important;
    }
     .mx-xl-4 {
         margin-right: 1.5rem !important;
         margin-left: 1.5rem !important;
    }
     .my-xl-4 {
         margin-top: 1.5rem !important;
         margin-bottom: 1.5rem !important;
    }
     .m-xl-5 {
         margin: 3rem 3rem !important;
    }
     .mt-xl-5 {
         margin-top: 3rem !important;
    }
     .mr-xl-5 {
         margin-right: 3rem !important;
    }
     .mb-xl-5 {
         margin-bottom: 3rem !important;
    }
     .ml-xl-5 {
         margin-left: 3rem !important;
    }
     .mx-xl-5 {
         margin-right: 3rem !important;
         margin-left: 3rem !important;
    }
     .my-xl-5 {
         margin-top: 3rem !important;
         margin-bottom: 3rem !important;
    }
     .p-xl-0 {
         padding: 0 0 !important;
    }
     .pt-xl-0 {
         padding-top: 0 !important;
    }
     .pr-xl-0 {
         padding-right: 0 !important;
    }
     .pb-xl-0 {
         padding-bottom: 0 !important;
    }
     .pl-xl-0 {
         padding-left: 0 !important;
    }
     .px-xl-0 {
         padding-right: 0 !important;
         padding-left: 0 !important;
    }
     .py-xl-0 {
         padding-top: 0 !important;
         padding-bottom: 0 !important;
    }
     .p-xl-1 {
         padding: 0.25rem 0.25rem !important;
    }
     .pt-xl-1 {
         padding-top: 0.25rem !important;
    }
     .pr-xl-1 {
         padding-right: 0.25rem !important;
    }
     .pb-xl-1 {
         padding-bottom: 0.25rem !important;
    }
     .pl-xl-1 {
         padding-left: 0.25rem !important;
    }
     .px-xl-1 {
         padding-right: 0.25rem !important;
         padding-left: 0.25rem !important;
    }
     .py-xl-1 {
         padding-top: 0.25rem !important;
         padding-bottom: 0.25rem !important;
    }
     .p-xl-2 {
         padding: 0.5rem 0.5rem !important;
    }
     .pt-xl-2 {
         padding-top: 0.5rem !important;
    }
     .pr-xl-2 {
         padding-right: 0.5rem !important;
    }
     .pb-xl-2 {
         padding-bottom: 0.5rem !important;
    }
     .pl-xl-2 {
         padding-left: 0.5rem !important;
    }
     .px-xl-2 {
         padding-right: 0.5rem !important;
         padding-left: 0.5rem !important;
    }
     .py-xl-2 {
         padding-top: 0.5rem !important;
         padding-bottom: 0.5rem !important;
    }
     .p-xl-3 {
         padding: 1rem 1rem !important;
    }
     .pt-xl-3 {
         padding-top: 1rem !important;
    }
     .pr-xl-3 {
         padding-right: 1rem !important;
    }
     .pb-xl-3 {
         padding-bottom: 1rem !important;
    }
     .pl-xl-3 {
         padding-left: 1rem !important;
    }
     .px-xl-3 {
         padding-right: 1rem !important;
         padding-left: 1rem !important;
    }
     .py-xl-3 {
         padding-top: 1rem !important;
         padding-bottom: 1rem !important;
    }
     .p-xl-4 {
         padding: 1.5rem 1.5rem !important;
    }
     .pt-xl-4 {
         padding-top: 1.5rem !important;
    }
     .pr-xl-4 {
         padding-right: 1.5rem !important;
    }
     .pb-xl-4 {
         padding-bottom: 1.5rem !important;
    }
     .pl-xl-4 {
         padding-left: 1.5rem !important;
    }
     .px-xl-4 {
         padding-right: 1.5rem !important;
         padding-left: 1.5rem !important;
    }
     .py-xl-4 {
         padding-top: 1.5rem !important;
         padding-bottom: 1.5rem !important;
    }
     .p-xl-5 {
         padding: 3rem 3rem !important;
    }
     .pt-xl-5 {
         padding-top: 3rem !important;
    }
     .pr-xl-5 {
         padding-right: 3rem !important;
    }
     .pb-xl-5 {
         padding-bottom: 3rem !important;
    }
     .pl-xl-5 {
         padding-left: 3rem !important;
    }
     .px-xl-5 {
         padding-right: 3rem !important;
         padding-left: 3rem !important;
    }
     .py-xl-5 {
         padding-top: 3rem !important;
         padding-bottom: 3rem !important;
    }
     .m-xl-auto {
         margin: auto !important;
    }
     .mt-xl-auto {
         margin-top: auto !important;
    }
     .mr-xl-auto {
         margin-right: auto !important;
    }
     .mb-xl-auto {
         margin-bottom: auto !important;
    }
     .ml-xl-auto {
         margin-left: auto !important;
    }
     .mx-xl-auto {
         margin-right: auto !important;
         margin-left: auto !important;
    }
     .my-xl-auto {
         margin-top: auto !important;
         margin-bottom: auto !important;
    }
}
 .text-justify {
     text-align: justify !important;
}
 .text-nowrap {
     white-space: nowrap !important;
}
 .text-truncate {
     overflow: hidden;
     text-overflow: ellipsis;
     white-space: nowrap;
}
 .text-left {
     text-align: left !important;
}
 .text-right {
     text-align: right !important;
}
 .text-center {
     text-align: center !important;
}
 @media (min-width: 576px) {
     .text-sm-left {
         text-align: left !important;
    }
     .text-sm-right {
         text-align: right !important;
    }
     .text-sm-center {
         text-align: center !important;
    }
}
 @media (min-width: 768px) {
     .text-md-left {
         text-align: left !important;
    }
     .text-md-right {
         text-align: right !important;
    }
     .text-md-center {
         text-align: center !important;
    }
}
 @media (min-width: 992px) {
     .text-lg-left {
         text-align: left !important;
    }
     .text-lg-right {
         text-align: right !important;
    }
     .text-lg-center {
         text-align: center !important;
    }
}
 @media (min-width: 1200px) {
     .text-xl-left {
         text-align: left !important;
    }
     .text-xl-right {
         text-align: right !important;
    }
     .text-xl-center {
         text-align: center !important;
    }
}
 .text-lowercase {
     text-transform: lowercase !important;
}
 .text-uppercase {
     text-transform: uppercase !important;
}
 .text-capitalize {
     text-transform: capitalize !important;
}
 .font-weight-normal {
     font-weight: normal;
}
 .font-weight-bold {
     font-weight: bold;
}
 .font-italic {
     font-style: italic;
}
 .text-white {
     color: #fff !important;
}
 .text-muted {
     color: #636c72 !important;
}
 a.text-muted:focus, a.text-muted:hover {
     color: #4b5257 !important;
}
 .text-primary {
     color: #0275d8 !important;
}
 a.text-primary:focus, a.text-primary:hover {
     color: #025aa5 !important;
}
 .text-success {
     color: #5cb85c !important;
}
 a.text-success:focus, a.text-success:hover {
     color: #449d44 !important;
}
 .text-info {
     color: #5bc0de !important;
}
 a.text-info:focus, a.text-info:hover {
     color: #31b0d5 !important;
}
 .text-warning {
     color: #f0ad4e !important;
}
 a.text-warning:focus, a.text-warning:hover {
     color: #ec971f !important;
}
 .text-danger {
     color: #d9534f !important;
}
 a.text-danger:focus, a.text-danger:hover {
     color: #c9302c !important;
}
 .text-gray-dark {
     color: #292b2c !important;
}
 a.text-gray-dark:focus, a.text-gray-dark:hover {
     color: #101112 !important;
}
 .text-hide {
     font: 0/0 a;
     color: transparent;
     text-shadow: none;
     background-color: transparent;
     border: 0;
}
 .invisible {
     visibility: hidden !important;
}
 .hidden-xs-up {
     display: none !important;
}
 @media (max-width: 575px) {
     .hidden-xs-down {
         display: none !important;
    }
}
 @media (min-width: 576px) {
     .hidden-sm-up {
         display: none !important;
    }
}
 @media (max-width: 767px) {
     .hidden-sm-down {
         display: none !important;
    }
}
 @media (min-width: 768px) {
     .hidden-md-up {
         display: none !important;
    }
}
 @media (max-width: 991px) {
     .hidden-md-down {
         display: none !important;
    }
}
 @media (min-width: 992px) {
     .hidden-lg-up {
         display: none !important;
    }
}
 @media (max-width: 1199px) {
     .hidden-lg-down {
         display: none !important;
    }
}
 @media (min-width: 1200px) {
     .hidden-xl-up {
         display: none !important;
    }
}
 .hidden-xl-down {
     display: none !important;
}
 .visible-print-block {
     display: none !important;
}
 @media print {
     .visible-print-block {
         display: block !important;
    }
}
 .visible-print-inline {
     display: none !important;
}
 @media print {
     .visible-print-inline {
         display: inline !important;
    }
}
 .visible-print-inline-block {
     display: none !important;
}
 @media print {
     .visible-print-inline-block {
         display: inline-block !important;
    }
}
 @media print {
     .hidden-print {
         display: none !important;
    }
}
 body {
     padding: 0;
     min-height: 100vh;
     font-family: 'Montserrat', sans-serif;
     font-family: 'Poppins', sans-serif;
}
 a {
     color: #2BAAEC;
}
 .img-rounded {
     border-radius: 5%;
}
 .spacer {
     height: 50px;
}
 iframe {
     width: 100%;
     min-height: 100vh;
}
 .feedback-buton {
     position: fixed;
     bottom: 0;
     left: 20px;
     height: 40px;
     display: block;
     background-color: #18467C;
    /*#FF0000;
    */
     border-radius: 6px 6px 0px 0px;
     width: 150px;
     display: flex;
     align-items: center;
     justify-content: center;
     color: white;
     text-decoration: none;
}
 .seatch {
     cursor: pointer;
}
 .credit {
     font-size: 14px;
     color: #888;
}
 .construction-bar {
     background-color: red;
     color: white;
     padding: 10px;
     padding-top: 20px;
     border-radius: 30px;
     margin-bottom: 10px;
     text-align: center;
     font-weight: bold;
     width: 100%;
     text-transform: uppercase;
}
 header {
     padding: 20px 8% 10px;
     display: block;
     text-align: center;
     margin-top: 10px;
}
 @media (max-width: 991px) {
     header {
         text-align: left;
         position: sticky;
         top: 0;
         z-index: 99;
         background: #fff;
         margin-top: 0px;
         padding-top: 10px;
         padding: 20px 3% 10px;
         box-shadow: 0px 10px 28px rgba(80, 80, 80, 0.1);
    }
}
 header #google_translate_element {
     padding-bottom: 20px;
}
 header #google_translate_element select {
     height: 40px;
     width: 150px;
     border: 1px solid silver;
}
/* CSS to control Google Translate bar appearance */
 .goog-te-banner-frame.skiptranslate {
     display: none !important;
}
 .goog-te-gadget {
     color: transparent !important;
}
/* Fix for hiding Google Translate bar on click */
 body:not(.translated-ltr) .skiptranslate:nth-of-type(2) {
     display: none !important;
}
/* Ensure content is visible even when Google Translate bar is clicked */
 body.translated-ltr #top-header, body.translated-ltr #main-header, body.translated-ltr .content-wrapper {
     visibility: visible !important;
}
 .logo .mobile-logo {
     display: none;
}
/* Show desktop logo by default */
 @media only screen and (max-width: 991px) {
    /* Hide desktop logo on smaller screens */
     .logo .desktop-logo {
         display: none;
    }
    /* Show mobile logo on smaller screens */
     .logo .mobile-logo {
         display: block;
         max-width: 100%;
        /* Fit the mobile logo to screen width */
         height: auto;
        /* Ensure aspect ratio is maintained */
    }
}
 header .logo img {
        max-width: 100%;
        height: auto;
        margin: 0 auto; /* Center the mobile logo */
     
}
 @media (max-width: 991px) {
     header .logo img {
         height: 100px;
         width: 100%;
    }
}
 header .logo .open-menu {
     display: none;
}
 @media (max-width: 991px) {
     header .logo .open-menu {
         display: block;
    }
}
 @media (max-width: 991px) {
     header .logo {
         display: flex;
         align-items: center;
         justify-content: space-between;
    }
     header .logo span {
         margin: 0px;
         font-size: 30px;
    }
}
 header .mobile-overlay {
     display: none;
}
 @media (max-width: 991px) {
     header .mobile-overlay {
         position: fixed;
         top: 0;
         bottom: 0;
         right: 0;
         background-color: rgba(80, 80, 80, 0.8);
         z-index: 9;
    }
}
 header .close-menu {
     display: none;
}
 @media (max-width: 991px) {
     header .close-menu {
         position: fixed;
         top: 20px;
         right: 20px;
         z-index: 99999999;
    }
}
 header .menu {
     display: flex;
     align-items: center;
     justify-content: center;
     margin-top: 20px;
    flex-wrap: wrap;
}
 @media (max-width: 991px) {
     header .menu {
         display: none;
         position: fixed;
         background: #fff;
         right: 0;
         top: 0;
         bottom: 0;
         width: 0%;
         z-index: 999;
         text-align: left;
         margin-top: 0px;
         padding-top: 20px;
         overflow-y: auto;
    }
}
 header .menu .item {
     font-size: 15px;
     padding: 10px 10px;
     position: relative;
}
 @media (max-width: 991px) {
     header .menu .item {
         border-bottom: 1px solid rgba(80, 80, 80, 0.1);
    }
}
 header .menu .item a {
     color: #333;
     transition: all .3s ease-in-out;
}
 header .menu .item a:hover {
     color: #2BAAEC;
}
 header .menu .item .active {
     color: #2BAAEC;
}
 header .menu .item .dropdown-menu {
     display: none;
     position: absolute;
     background: #fff;
     z-index: 99;
     width: 270px;
     text-align: left;
     left: 0;
     box-shadow: 0px 10px 28px rgba(80, 80, 80, 0.1);
}
 @media (max-width: 991px) {
     header .menu .item .dropdown-menu {
         position: relative;
         box-shadow: none;
         width: 100%;
    }
}
 header .menu .item .dropdown-menu .item {
     padding: 8px 20px;
     border-bottom: 1px solid rgba(80, 80, 80, 0.1);
     position: relative;
}
 header .menu .item .dropdown-menu .item:last-child {
     border-bottom: none;
}
 header .menu .item .dropdown-menu .item a {
     font-size: 14px;
     width: 240px;
}
 header .menu .item .dropdown-menu .dropdown-right a:first-child {
     display: flex;
     align-items: center;
     justify-content: space-between;
}
 header .menu .item .dropdown-menu .dropdown-right a span {
     font-size: 18px;
     width: 20px;
     margin-right: 5px;
}
 header .menu .item .dropdown-menu .dropdown-right-menu {
     position: absolute;
     right: -272px;
     top: 0px;
     display: none;
     position: absolute;
     background: #fff;
     z-index: 99;
     width: 270px;
     text-align: left;
     box-shadow: 0px 10px 28px rgba(80, 80, 80, 0.1);
}
 @media (max-width: 991px) {
     header .menu .item .dropdown-menu .dropdown-right-menu {
         position: relative;
         right: 0;
         box-shadow: none;
         width: 100%;
    }
}
 header .menu .dropdown a:first-child {
     display: flex;
     align-items: center;
}
 header .menu .dropdown a span {
     font-size: 18px;
     margin-left: 10px;
}
 @media (min-width: 768px) {
     header .menu .dropdown:hover .dropdown-menu {
         display: block;
    }
     header .menu .dropdown .dropdown-right:hover .dropdown-right-menu {
         display: block;
    }
}
/* Widget 1 - Tab Left Widget 2 - Accordations Widget 3 - Cards Widget 4 - Section Title Widget 5 - Buttons Widget 6 - Page Title */
 .tabs-left {
     padding: 10vh 0px;
}
 @media (max-width: 991px) {
     .tabs-left {
         padding-top: 0vh;
    }
}
 .tabs-left .tabs {
     position: sticky;
     top: 40px;
     width: 90%;
     padding: 50px 30px;
     box-shadow: 0px 10px 28px rgba(80, 80, 80, 0.1);
}
 @media (max-width: 991px) {
     .tabs-left .tabs {
         width: 100%;
         margin-bottom: 50px;
    }
}
 .tabs-left .tabs .item {
     border: 1px solid #2BAAEC59;
     padding: 10px 15px;
     margin-bottom: 20px;
     font-size: 14px;
     cursor: pointer;
     transition: all .3s ease-in-out;
}
 .tabs-left .tabs .item:hover {
     background-color: #2BAAEC;
     color: white;
}
 .tabs-left .tabs .item:last-child {
     margin-bottom: 0px;
}
 .tabs-left .tabs .active {
     background-color: #2BAAEC;
     color: white;
}
 .tabs-left .tab-content {
     width: 90%;
     margin-left: auto;
     display: none;
}
 @media (max-width: 991px) {
     .tabs-left .tab-content {
         width: 100%;
    }
}
 .tabs-left .tab-content #main-img {
     margin-bottom: 50px;
     border-radius: 10px;
}
 .tabs-left .tab-content h2 {
     margin-bottom: 30px;
     font-size: 32px;
     font-weight: 300;
}
 .tabs-left .tab-content p {
     font-size: 14px;
     width: 100%;
}
 .tabs-left #one {
     display: block;
}
 .accordations .accordation {
     transition: all .3s ease-in-out;
}
 .accordations .accordation .accordation-header {
     border: 1px solid #2BAAEC59;
     margin-bottom: 20px;
     padding: 13px 20px;
     cursor: pointer;
}
 .accordations .accordation .accordation-header h3 {
     font-size: 20px;
     font-weight: 400;
     margin: 0px;
     position: relative;
}
 .accordations .accordation .accordation-header h3::after {
     content: '+';
     position: absolute;
     right: 0;
     color: #2BAAEC;
}
 .accordations .accordation .accordation-body {
     display: none;
     padding: 10px 20px 20px;
}
 .accordations .accordation .accordation-body p {
     font-size: 14px;
}
 .accordations .accordation-active .accordation-header {
     border: none;
     box-shadow: 0px 10px 28px rgba(80, 80, 80, 0.1);
}
 .accordations .accordation-active .accordation-header h3 {
     color: #2BAAEC;
}
 .accordations .accordation-active .accordation-header h3::after {
     content: '-';
}
 .accordations .accordation-active .accordation-body {
     display: block;
}
 .cards-widget .card {
     padding: 15px;
     box-shadow: 0px 10px 28px rgba(80, 80, 80, 0.1);
     text-align: center;
     cursor: pointer;
     transition: all .3s ease-in-out;
     border-radius: 10px;
}
 @media (max-width: 991px) {
     .cards-widget .card {
         margin-bottom: 30px;
    }
}
 .cards-widget .card:hover {
     box-shadow: none;
}
 .cards-widget .card .icon {
     display: flex;
     align-items: center;
     justify-content: center;
}
 .cards-widget .card .icon img {
     height: 100px;
     width: 100px;
     border-radius: 50%;
     margin: 20px 0px;
     position: relative;
     box-shadow: 0px 0px 0px 6px #2BAAEC21;
}
 .cards-widget .card .icon-cv {
     display: flex;
     align-items: center;
     justify-content: center;
}
 .cards-widget .card .icon-cv img {
     width: 250px;
     height: auto;
     border-radius: 50%;
     margin: 20px 0px;
     position: relative;
     box-shadow: 0px 0px 0px 6px #2BAAEC21;
}
 .cards-widget .card h4 {
     font-size: 18px;
     margin-top: 20px;
}
 .cards-widget .card p {
     font-size: 14px;
     width: 80%;
     margin: 20px auto;
}
 .section-title h2 {
     font-size: 30px;
     font-weight: 400;
}
 .section-title .hr {
     width: 80px;
     text-align: left;
     background-color: #2BAAEC;
     height: 2px;
     margin: 10px 0px 20px;
     border-radius: 10px;
}
 .section-title p {
     font-size: 14px;
}
 .btn {
     display: block;
     width: 180px;
     display: flex;
     align-items: center;
     justify-content: center;
     height: 45px;
     color: white;
     margin: 20px 0px;
     border-radius: 50px;
}

 .btn-primary {
     background-color: #2BAAEC;
     transition: all .3s ease-in-out;
     color: white;
}
 .btn-primary:hover {
     background-color: #15a0e9;
     color: white;
}

.btn-chestionar {
    background-color: #2BAAEC;
    transition: all .3s ease-in-out;
    color: white;
    border: none;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
    font-size: 1.2rem;
    padding: 12px 24px;
}

.btn-chestionar:hover {
    background-color: #0c7cbf;
    color: white;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.3);
    transform: translateY(-1px);
}

 .btn-alternative {
     border: 1px solid #2BAAEC;
     color: #2BAAEC;
     transition: all .3s ease-in-out;
}
 .btn-alternative:hover {
     border-color: #15a0e9;
     color: #15a0e9;
}
 .btn-alternative2 {
     border: 1px solid #ffffff;
     color: white;
     transition: all .3s ease-in-out;
}
 .btn-alternative2:hover {
     border-color: #808080;
     color: white;
}
 .page-title {
     margin-top: 10px;
     margin-bottom: 10px;
}
 .page-title .content {
     padding: 10vh 0px;
     text-align: center;
     background-color: #2BAAEC;
     color: white;
     border-radius: 30px;
}
 @media (max-width: 991px) {
     .page-title .content {
         padding: 5vh 0px;
    }
}
 .page-title .content h1 {
     font-size: 40px;
     width: 90%;
     margin: 0px auto;
     margin-bottom: 30px;
}
 @media (max-width: 991px) {
     .page-title .content h1 {
         font-size: 30px;
    }
}
 .page-title .content .breadcrumb {
     display: flex;
     align-items: center;
     justify-content: center;
}
 @media (max-width: 991px) {
     .page-title .content .breadcrumb {
         display: none;
    }
}
 .page-title .content .breadcrumb span {
     opacity: .5;
     margin-right: 10px;
     position: relative;
     font-weight: 300;
     cursor: pointer;
}
 .page-title .content .breadcrumb a {
     text-decoration: none;
    /* Remove underline */
     color: inherit;
    /* Inherit text color */
}
 .page-title .content .breadcrumb span::after {
     content: '/';
     margin-left: 10px;
}
 @media (max-width: 991px) {
     .page-title .content .breadcrumb span {
         font-size: 12px;
    }
}
 .page-title .content .breadcrumb .current {
     opacity: 1;
     cursor: default;
}
 .page-title .content .breadcrumb .current::after {
     content: '';
}
 footer {
     margin-top: 5vh;
     background-color: #2BAAEC;
     padding: 6vh 0px 2vh;
     color: white;
}
 footer hr {
     border-color: white;
     opacity: .2;
}
 footer .logos {
     text-align: center;
}
 footer .logos img {
     margin: 0px auto;
     width: 50%;
}
 footer .pre-footer {
     padding-bottom: 5vh;
}
 footer .pre-footer .card {
     display: flex;
     align-items: center;
     justify-content: center;
}
 @media (max-width: 991px) {
     footer .pre-footer .card {
         margin: 25px 0px;
    }
}
 footer .pre-footer .card .icon {
     margin-right: 20px;
     height: 70px;
     width: 70px;
     background-color: #25E6C8;
     border-radius: 50%;
     box-shadow: 0px 0px 0px 5px #fff;
     display: flex;
     align-items: center;
     justify-content: center;
}
 footer .pre-footer .card .icon span {
     font-size: 30px;
}
 footer .pre-footer .card .contet {
     width: calc(100% - 100px);
     font-size: 14px;
}
 footer .pre-footer .card .contet p {
     margin: 0px;
}
 footer .pre-footer .card .contet a {
     text-decoration: none;
    /* Remove underline */
     color: inherit;
    /* Inherit text color */
}
 footer .footer {
     padding: 5vh 0px 0px;
}
 footer .footer .col-md-3 {
     padding: 20px 30px 0px;
}
 footer .footer .section-title h2 {
     font-size: 24px;
}
 footer .footer .section-title .hr {
     background-color: #fff;
}
 footer .footer .section-title ul li {
     background: transparent;
     width: auto;
     margin: 15px 0px;
     box-shadow: none;
     padding: 0px;
}
 footer .footer .section-title a {
     font-size: 14px;
     color: #fafafa;
     opacity: .8;
}
 footer .footer .copy {
     text-align: center;
     margin-top: 7vh;
}
 footer .footer .copy a {
     color: #fafafa;
     opacity: .8;
}
 footer .newsletter {
     position: relative;
}
 footer .newsletter input[type=email] {
     height: 45px;
     padding-left: 15px;
     border: none;
     font-size: 14px;
     display: block;
     width: 90%;
     border-radius: 10px;
}
 footer .newsletter button {
     background-color: transparent;
     border: none;
     padding: 0px;
     position: absolute;
     right: 14%;
     top: 10px;
     outline: none;
}
 footer .newsletter button span {
     color: #25E6C8;
     transition: all .3s ease-in-out;
     cursor: pointer;
}
 footer .newsletter button span:hover {
     color: #2BAAEC;
}
 .index .page-title .content {
     padding-left: 50px;
     text-align: left;
     background-image: url(../images/brain-removebg-preview.png);
     background-size: contain;
     background-position: right;
    /* Align image to the right */
     background-repeat: no-repeat;
    /* Prevent image from repeating */
     position: relative;
}
 .index .page-title .content::before {
     content: '';
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     background: linear-gradient(140deg, #163C70, #2BAAEC50);
     opacity: .8;
     border-radius: 20px;
}
 .index .page-title .content h1 {
     width: 100%;
}
 .index .page-title .content .btn {
     color: white;
     border-color: white;
}
 @media (max-width: 991px) {
     .index .page-title .content {
         text-align: center;
         padding-left: 0px;
    }
     .index .page-title .content .btn {
         margin: 30px auto 0px;
    }
}
 .index .de-ce img {
     height: 500px;
     object-fit: cover;
}
 @media (max-width: 991px) {
     .index .de-ce img {
         margin-bottom: 60px;
    }
}
 .index .acte img {
     height: 400px;
     object-fit: cover;
}
 .index .custom-list {
     list-style-type: none;
     padding: 0px;
     margin-top: 50px;
}
 @media (max-width: 991px) {
     .index .custom-list {
         margin-bottom: 60px;
    }
}
 .index .custom-list li {
     background-color: #fff;
     width: 60%;
     display: flex;
     align-items: center;
     margin: 15px 0px;
     padding: 10px 20px;
     box-shadow: 0px 10px 28px rgba(80, 80, 80, 0.1);
     border-left: 3px solid #2BAAEC;
     font-size: 14px;
}
 @media (max-width: 991px) {
     .index .custom-list li {
         width: 100%;
    }
}
 .index .custom-list li p {
     margin: 0px;
}
 .index .parallax {
     margin: 10vh 0px;
     padding: 7vh 0px;
     background: linear-gradient(140deg, #163C70, #2BAAEC);
     color: white;
}
 .index .parallax .card {
     text-align: center;
     padding: 10px;
}
 .index .parallax .card h3 {
     font-size: 22px;
     margin-bottom: 20px;
}
 .index .parallax .card p {
     font-size: 14px;
}
 .index .galerie {
     text-align: center;
     margin-bottom: 10vh;
}
 .index .galerie .section-title {
     width: 60%;
     margin: 0px auto;
     margin-bottom: 40px;
}
 @media (max-width: 991px) {
     .index .galerie .section-title {
         width: 100%;
    }
}
 .index .galerie .section-title p {
     margin-top: 20px;
}
 .index .galerie .hr {
     margin: 0px auto;
}
 .index .galerie img {
     width: 100%;
     height: 300px;
     object-fit: cover;
     margin-bottom: 30px;
     cursor: pointer;
     opacity: .8;
     transition: all .3s ease-in-out;
}
 .index .galerie img:hover {
     opacity: 1;
}
 .index .echipa {
     background-color: #fafafa;
     padding: 7vh 0px 10vh;
}
 .index .echipa .section-title p {
     width: 60%;
}
 @media (max-width: 991px) {
     .index .echipa .section-title p {
         width: 100%;
    }
}
 @media (max-width: 991px) {
     .index .echipa .section-title {
         text-align: center;
    }
     .index .echipa .section-title .hr {
         margin: 20px auto;
    }
}
 .index .echipa .card {
     margin-top: 40px;
     box-shadow: 0px 10px 28px rgba(80, 80, 80, 0.1);
     text-align: center;
     padding-bottom: 20px;
     border-radius: 20px;
}
 .index .echipa .card img {
     width: 100%;
     height: 350px;
     object-fit: cover;
     margin-bottom: 35px;
     border-radius: 20px;
}
 .index .echipa .card h4 {
     font-size: 24px;
     width: 80%;
     margin: 0px auto;
     margin-bottom: 20px;
}
 .index .echipa .card p {
     font-size: 14px;
}
 .index .blog {
     padding: 10vh 0px;
}
 .index .blog .section-title {
     text-align: center;
     width: 60%;
     margin: 0px auto;
     margin-bottom: 50px;
}
 @media (max-width: 991px) {
     .index .blog .section-title {
         width: 100%;
    }
}
 .index .blog .section-title p {
     margin-top: 20px;
}
 .index .blog .hr {
     margin: 20px auto;
}
 .index .blog .card {
     background-image: url(../basic.svg);
     height: 400px;
     border-radius: 20px;
     position: relative;
}
 .index .blog .card .content {
     position: absolute;
     bottom: 20px;
     background-color: #fff;
     width: calc(100% - 40px);
     margin-left: 20px;
     padding: 30px 20px 40px;
     border-radius: 0px 0px 20px 20px;
}
 .index .blog .card .content p {
     margin: 0px;
}
 .index .blog .card .content .category {
     font-size: 14px;
     color: #2BAAEC;
}
 .index .blog .card .content .title {
     font-size: 18px;
     margin-top: 10px;
}
 .buletin-analize form {
     border: 1px solid silver;
     border-radius: 4px;
     max-width: 480px;
     width: 100%;
     margin: 0px auto;
     padding: 40px 20px 50px;
}
 .buletin-analize form .form-element {
     margin: 10px 0px 20px;
}
 .buletin-analize form .form-element label {
     display: block;
     color: #444;
     margin: 0px;
}
 .buletin-analize form .form-element input {
     display: block;
     width: 100%;
     height: 40px;
     outline: none;
     border: 1px solid silver;
     padding-left: 10px;
     color: #444;
     font-size: 14px;
}
 .buletin-analize form input[type=submit] {
     margin-top: 20px;
     width: 100%;
     height: 45px;
     outline: none;
     background-color: #2BAAEC;
     color: white;
     border-radius: 4px;
     border: none;
     box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.2);
}
 .consiliul-medical .section-title ul {
     list-style-type: none;
}
 @media (max-width: 991px) {
     .consiliul-medical .section-title ul {
         padding: 0px;
    }
}
 .consiliul-medical .section-title ul li {
     background-color: #fff;
     height: auto;
     display: flex;
     align-items: center;
     margin: 15px 0px;
     padding: 10px 15px;
     box-shadow: 0px 10px 28px rgba(80, 80, 80, 0.1);
     border-left: 3px solid #2BAAEC;
     font-size: 14px;
}
 @media (max-width: 991px) {
     .consiliul-medical .section-title ul li {
         width: 100%;
    }
}
 .consiliul-medical .section-title ul li p {
     margin: 0px;
     color: #444;
     font-size: 12px;
}
 .consiliul-medical .section-title ul li p strong {
     font-size: 14px;
}
 .buget .tab-content ul {
     list-style-type: none;
}
 @media (max-width: 991px) {
     .buget .tab-content ul {
         padding: 0px;
    }
}
 .buget .tab-content ul li {
     background-color: #fff;
     width: 60%;
     height: 60px;
     display: flex;
     align-items: center;
     margin: 15px 0px;
     padding: 0px 20px;
     box-shadow: 0px 10px 28px rgba(80, 80, 80, 0.1);
     border-left: 3px solid #2BAAEC;
     font-size: 14px;
}
 @media (max-width: 991px) {
     .buget .tab-content ul li {
         width: 100%;
    }
}
 .acces-spital .parallax {
     position: relative;
     background-attachment: fixed;
}
 .acces-spital .parallax::before {
     content: '';
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     background: linear-gradient(140deg, #163C70, #2BAAEC);
     opacity: .8;
}
 .comitet-director .section-title ul {
     list-style-type: none;
}
 @media (max-width: 991px) {
     .comitet-director .section-title ul {
         padding: 0px;
    }
}
 .comitet-director .section-title ul li {
     background-color: #fff;
     width: 60%;
     display: flex;
     align-items: center;
     margin: 15px 0px;
     padding: 10px 20px;
     box-shadow: 0px 10px 28px rgba(80, 80, 80, 0.1);
     border-left: 3px solid #2BAAEC;
     font-size: 14px;
}
 @media (max-width: 991px) {
     .comitet-director .section-title ul li {
         width: 100%;
    }
}
 .comitet-director .section-title ul li p {
     margin: 0px;
}
 .cariera-profesionala ul {
     list-style-type: none;
}
 @media (max-width: 991px) {
     .cariera-profesionala ul {
         padding: 0px;
    }
}
 .cariera-profesionala ul li {
     background-color: #fff;
     width: 90%;
     display: flex;
     align-items: center;
     margin: 15px 0px;
     padding: 10px 20px;
     box-shadow: 0px 10px 28px rgba(80, 80, 80, 0.1);
     border-left: 3px solid #2BAAEC;
     font-size: 14px;
}
 @media (max-width: 991px) {
     .cariera-profesionala ul li {
         width: 100%;
    }
}
 .cariera-profesionala ul li p {
     margin: 0px;
}
 .sectii ul {
     list-style-type: none;
}
 @media (max-width: 991px) {
     .sectii ul {
         padding: 0px;
    }
}
 .sectii ul li {
     background-color: #fff;
     width: 70%;
     display: flex;
     align-items: center;
     margin: 15px 0px;
     padding: 10px 20px;
     box-shadow: 0px 10px 28px rgba(80, 80, 80, 0.1);
     border-left: 3px solid #2BAAEC;
     font-size: 14px;
}
 @media (max-width: 991px) {
     .sectii ul li {
         width: 100%;
    }
}
 .sectii ul li p {
     margin: 0px;
}
 .bilant-contabil ul {
     list-style-type: none;
}
 @media (max-width: 991px) {
     .bilant-contabil ul {
         padding: 0px;
    }
}
 .bilant-contabil ul li {
     background-color: #fff;
     width: 60%;
     display: flex;
     align-items: center;
     margin: 15px 0px;
     padding: 10px 20px;
     box-shadow: 0px 10px 28px rgba(80, 80, 80, 0.1);
     border-left: 3px solid #2BAAEC;
     font-size: 14px;
}
 @media (max-width: 991px) {
     .bilant-contabil ul li {
         width: 100%;
    }
}
 .bilant-contabil ul li p {
     margin: 0px;
}
 .achizitii-publice ul {
     list-style-type: none;
}
 @media (max-width: 991px) {
     .achizitii-publice ul {
         padding: 0px;
    }
}
 .achizitii-publice ul li {
     background-color: #fff;
     width: 90%;
     display: flex;
     align-items: center;
     margin: 15px 0px;
     padding: 10px 20px;
     box-shadow: 0px 10px 28px rgba(80, 80, 80, 0.1);
     border-left: 3px solid #2BAAEC;
     font-size: 14px;
}
 @media (max-width: 991px) {
     .achizitii-publice ul li {
         width: 100%;
    }
}
 .achizitii-publice ul li p {
     margin: 0px;
}
 .contracte ul {
     list-style-type: none;
}
 @media (max-width: 991px) {
     .contracte ul {
         padding: 0px;
    }
}
 .contracte ul li {
     background-color: #fff;
     width: 60%;
     display: flex;
     align-items: center;
     margin: 15px 0px;
     padding: 10px 20px;
     box-shadow: 0px 10px 28px rgba(80, 80, 80, 0.1);
     border-left: 3px solid #2BAAEC;
     font-size: 14px;
}
 @media (max-width: 991px) {
     .contracte ul li {
         width: 100%;
    }
}
 .contracte ul li p {
     margin: 0px;
}
 .declaratii-avere ul {
     list-style-type: none;
}
 @media (max-width: 991px) {
     .declaratii-avere ul {
         padding: 0px;
    }
}
 .declaratii-avere ul li {
     background-color: #fff;
     width: 60%;
     display: flex;
     align-items: center;
     margin: 15px 0px;
     padding: 10px 20px;
     box-shadow: 0px 10px 28px rgba(80, 80, 80, 0.1);
     border-left: 3px solid #2BAAEC;
     font-size: 14px;
}
 @media (max-width: 991px) {
     .declaratii-avere ul li {
         width: 100%;
    }
}
 .declaratii-avere ul li p {
     margin: 0px;
}
 #garzi {
     color: #000;
     font-size: normal;
     border-collapse: collapse;
     width: 100%;
}
 #garzi td, #garzi th {
     border: solid, 1px;
     table-layout: fixed;
     padding: 6px;
}
 #garzi a{
     color: #000;
     font-weight: bold;
}
 #garzi tr:hover {
    background-color: #2baaec;
    color: #fff;
}
 #garzi th {
     padding-top: 10px;
     padding-bottom: 10px;
     text-align: left;
     background-color: #04AA6D;
     color: white;
}
 #telefoane {
     color: #000;
     font-size: normal;
     border-collapse: collapse;
     width: 100%;
}
 #telefoane td, #telefoane th {
     border: solid, 1px;
     table-layout: fixed;
     width: 65%;
     padding: 6px;
}
 #telefoane a{
     color: #000;
     font-weight: bold;
}
 #telefoane tr:nth-child(odd){
    background-color: #f2f2f2;
}
 #telefoane tr:hover {
    background-color: #ddd;
}
 #telefoane th {
     padding-top: 10px;
     padding-bottom: 10px;
     text-align: left;
     background-color: #04AA6D;
     color: white;
}
 .contact .audiente{
     background-color: #2BAAEC;
     color: white;
     padding: 30px 50px;
     border-radius: 40px;
}
 .contact .audiente h3 {
     margin-bottom: 30px;
}
 .contact .audiente a {
     text-decoration: none;
     color: #e4eeed;
}
 .contact .audiente p {
     margin: 5px 0px;
}
 .contact .side-contact {
     background-color: #163C70;
     color: white;
     padding: 30px 50px;
     border-radius: 40px;
}
 .contact .side-contact h3 {
     margin-bottom: 30px;
}
 .contact .side-contact p {
     margin: 5px 0px;
}
 .contact form {
     color: white;
     background-color: #2BAAEC;
     padding: 30px 50px;
     border-radius: 40px;
}
 .contact form h3 {
     margin-bottom: 30px;
}
 .contact form .form-element {
     margin-bottom: 10px;
}
 .contact form .form-element label {
     display: block;
}
 .contact form .form-element input {
     display: block;
     background-color: transparent;
     border: none;
     width: 100%;
     height: 40px;
     padding-left: 15px;
     outline: none;
     color: white;
     border-bottom: 2px solid rgba(255, 255, 255, 0.3);
}
 .contact form .form-element textarea {
     display: block;
     background-color: transparent;
     border: none;
     width: 100%;
     height: 80px;
     padding-left: 15px;
     outline: none;
     color: white;
     border-bottom: 2px solid rgba(255, 255, 255, 0.3);
}
 .contact form input[type=submit] {
     background-color: #fff;
     border: none;
     display: block;
     width: 100%;
     margin-top: 40px;
     height: 40px;
     border-radius: 20px;
     font-size: 14px;
     color: #2BAAEC;
     font-weight: 600;
}
 
 #accessibility-widget {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 2147483647;
  font-family: sans-serif;
  isolation: isolate;
}

/* Shared button style */
#accessibility-toggle,
#go-top {
  border: none;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 0 8px rgba(0,0,0,0.3);
  transition: transform 0.2s ease, opacity 0.3s ease;
  outline: none;
}

/* Accessibility button (blue) */
#accessibility-toggle {
  background-color: #007bff;
  color: white;
  position: absolute;
  bottom: 80px; /* lifted to make room for go-top */
  right: 0;
}

/* Go to top button (gray) */
#go-top {
  background-color: #6c757d;
  color: white;
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0;
  pointer-events: none;
}

/* Show go-top when scrolling */
#go-top.show {
  opacity: 1;
  pointer-events: auto;
}

/* Hover effects */
#accessibility-toggle:hover,
#go-top:hover {
  transform: scale(1.1);
}

/* Remove focus outlines */
#accessibility-toggle:focus,
#go-top:focus,
#accessibility-toggle:focus-visible,
#go-top:focus-visible,
#accessibility-toggle:active,
#go-top:active {
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
}

/* Accessibility panel */
#accessibility-panel {
  opacity: 0;
  width: 200px;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  position: absolute;
  bottom: 150px;
  right: 0;
  background: rgba(255, 255, 255, 0.97);
  border-radius: 10px;
  padding: 10px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.3);
  transition: opacity 0.3s ease;
}

#accessibility-panel.show {
  opacity: 1;
  pointer-events: auto;
}

#accessibility-panel button {
  margin: 4px 0;
  padding: 6px 10px;
  background: #f0f0f0;
  border: 1px solid #ccc;
  border-radius: 6px;
  cursor: pointer;
  font-size: 14px;
  text-align: left;
  color: #333;
  transition: background 0.2s;
}

#accessibility-panel button:hover {
  background: #ddd;
}

/* Accessibility visual modes */
body.grayscale > *:not(#accessibility-widget) {
  filter: grayscale(100%);
}
body.high-contrast > *:not(#accessibility-widget) {
  background: #000 !important;
  color: #fff !important;
}
body.negative > *:not(#accessibility-widget) {
  filter: invert(100%) hue-rotate(180deg);
}
body.underline-links a {
  text-decoration: underline !important;
}

/* Mobile adjustment gtranslate plugin */
@media screen and (max-width: 768px) {
    .gt_switcher_wrapper {
    top: 60px !important;
    left: 50% !important;
    right: auto !important;
    transform: translateX(-50%)
    }
}

/* === Modern Table with Tooltips (keeping custom font and text case) === */
table.data-table {
  width: 100%;
  border-collapse: separate; /* allows rounded corners */
  border-spacing: 0;
  color: #333;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05); /* subtle shadow */
  border-radius: 8px;
}

table.data-table th,
table.data-table td {
  border-bottom: 1px solid #e0e0e0; /* lighter, modern border */
  padding: 12px 16px;
  text-align: left;
  vertical-align: middle;
  font-weight: normal;
}

table.data-table thead th {
  background: linear-gradient(to bottom, #f8f8f8, #e8e8e8); /* subtle gradient */
  font-weight: bold;
}

table.data-table tbody tr {
  transition: background 0.3s ease;
}

table.data-table tbody tr:hover {
  background-color: #f5f5f5; /* subtle hover effect */
}

/* Category / section rows */
.table-section {
  background-color: #f9f9f9;
  font-weight: bold;
  color: #555;
}

/* Optional: alternating row colors for readability */
table.data-table tbody tr:nth-child(even):not(.table-section) {
  background-color: #fcfcfc;
}


/* Tooltip info icon */
.info-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 6px;
  border-radius: 50%;
  background-color: #d9534f;
  color: white;
  font-size: 12px;
  text-align: center;
  line-height: 16px;
  cursor: pointer;
  position: relative;
  font-style: italic; /* only the 'i' */
}

/* Tooltip bubble */
.info-icon .tooltip-text {
  visibility: hidden;
  opacity: 0;
  width: 250px;
  background-color: #333;
  color: #fff;
  text-align: left;
  border-radius: 6px;
  padding: 8px;
  position: absolute;
  z-index: 10;
  bottom: 125%;
  left: 50%;
  transform: translateX(-50%);
  transition: opacity 0.3s ease;
  font-size: 13px;
  line-height: 1.3em;
  font-style: normal; /* tooltip text regular */
}

.info-icon .tooltip-text::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #333 transparent transparent transparent;
}

.info-icon:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
}

/* Snow toggle button */
#snow-toggle {
  position: absolute;
  bottom: 160px; /* ABOVE accessibility */
  right: 0;

  border: none;
  border-radius: 50%;
  width: 60px;
  height: 60px;

  display: flex;
  align-items: center;
  justify-content: center;

  background-color: #17a2b8;
  color: white;
  font-size: 26px;

  cursor: pointer;
  box-shadow: 0 0 8px rgba(0,0,0,0.3);
  transition: transform 0.2s ease;
}

#snow-toggle:hover {
  transform: scale(1.1);
}

/* Snow panel */
#snow-panel {
  opacity: 0;
  width: 200px;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  position: absolute;
  bottom: 230px;
  right: 0;
  background: rgba(255,255,255,0.97);
  border-radius: 10px;
  padding: 10px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.3);
  transition: opacity 0.3s ease;
}

#snow-panel.show {
  opacity: 1;
  pointer-events: auto;
}

#snow-panel button {
  margin: 4px 0;
  padding: 6px 10px;
  background: #f0f0f0;
  border: 1px solid #ccc;
  border-radius: 6px;
  cursor: pointer;
  font-size: 14px;
  text-align: left;
  color: #333;
}

#snow-panel button:hover {
  background: #ddd;
}
#snow-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
  z-index: 9998;
}


.snowflake {
  position: absolute;
  top: -10px;
  border-radius: 50%;

  background: rgba(255, 255, 255, 0.95);
  box-shadow:
    0 0 2px rgba(160, 200, 255, 0.35),
    0 0 6px rgba(255, 255, 255, 0.9);

  filter: blur(0.3px);
  animation-name: snow-fall;
  animation-timing-function: linear;
}

#snow-toggle:focus,
#snow-toggle:active {
  outline: none;
  border: none;
}


@keyframes snow-fall {
  to {
    transform: translateY(100vh);
  }
}

#snow-panel label {
  font-size: 13px;
  margin-bottom: 10px;
  color: #333;
  display: flex;
  flex-direction: column;
}

#snow-panel input[type="range"] {
  margin-top: 4px;
}
.slider-wrapper {
  display: flex;
  align-items: center;
  gap: 5px; /* space between slider and labels */
}

.slider-label {
  font-weight: bold;
  user-select: none;
}

.snow-cap {
  position: absolute;
  top: -6px;
  left: 0;
  width: 100%;
  height: 8px;
  background: linear-gradient(to bottom, #fff, rgba(255,255,255,0.7));
  border-radius: 6px;
  pointer-events: none;
  opacity: 0;
  transition: opacity 1s ease;
}


