@import url(https://fonts.googleapis.com/css?family=Nunito+Sans:300,400,600,700,800&display=swap);
@import url(https://fonts.googleapis.com/css?family=Sanchez:400,400i&display=swap);
*,
*::before,
*::after{
  box-sizing:border-box;
}
/*ul[class],ol[class]{
  padding:0;
  list-style: none;
  margin:0;
}*/

body,h1,h2,h3,h4,h5,h6,p,ul:not([class]),ol:not([class]),li,figure,dl,dd{margin:0}

body{
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height:1.5;
}

a:not([class]){
  text-decoration-skip-ink: auto;
}

#logo{
  color:var(--white);
  text-decoration:none;
  text-transform: uppercase;
}
img{
  /*//max-width:100%;*/
  display:inline-block;
}

article > * + *{
  margin-top:1em;
}

input,button,textarea, select{
  font: inherit;
}


@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/* button reset */
button {
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  background: transparent;
  /* inherit font & color from ancestor */
  color: inherit;
  font: inherit;
  /* Normalize `line-height`. Cannot be changed from `normal` in Firefox 4+. */
  line-height: normal;
  /* Corrects font smoothing for webkit */
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  /* Corrects inability to style clickable `input` types in iOS */
  -webkit-appearance: none;
}

/* Remove excess padding and border in Firefox 4+ */
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}


/* W3.CSS 4.15 December 2020 by Jan Egil and Borge Refsnes */

html {
    box-sizing: border-box
}

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

/* Extract from normalize.css by Nicolas Gallagher and Jonathan Neal git.io/normalize */

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section {
    display: block
}

summary {
    display: list-item
}

audio, canvas, progress, video {
    display: inline-block
}

progress {
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden], template {
    display: none
}

a {
    background-color: transparent
}

a:active, a:hover {
    outline-width: 0
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b, strong {
    font-weight: bolder
}

dfn {
    font-style: italic
}

mark {
    background: #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
}

figure {
    margin: 1em 40px
}

img {
    border-style: none
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

button, input, select, textarea, optgroup {
    font: inherit;
    margin: 0
}

optgroup {
    font-weight: bold
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

button, [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: .35em .625em .75em
}

legend {
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

textarea {
    overflow: auto
}

[type=checkbox], [type=radio] {
    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-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

/* End extract */

html, body {
    font-family: Verdana, sans-serif;
    font-size: 15px;
    line-height: 1.5
}

html {
    overflow-x: hidden
}

h1 {
    font-size: 36px
}

h2 {
    font-size: 30px
}

h3 {
    font-size: 24px
}

h4 {
    font-size: 20px
}

h5 {
    font-size: 18px
}

h6 {
    font-size: 16px
}

.serif {
    font-family: serif
}

.sans-serif {
    font-family: sans-serif
}

.cursive {
    font-family: cursive
}

.monospace {
    font-family: monospace
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Segoe UI", Arial, sans-serif;
    font-weight: 400;
    margin: 10px 0
}

.wide {
    letter-spacing: 4px
}

hr {
    border: 0;
    border-top: 1px solid #eee;
    margin: 20px 0
}

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

img {
    vertical-align: middle
}

a {
    color: inherit
}

.table, .table-all {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    display: table
}

.table-all {
    border: 1px solid #ccc
}

.bordered tr, .table-all tr {
    border-bottom: 1px solid #ddd
}

.striped tbody tr:nth-child(even) {
    background-color: #f1f1f1
}

.table-all tr:nth-child(odd) {
    background-color: #fff
}

.table-all tr:nth-child(even) {
    background-color: #f1f1f1
}

.hoverable tbody tr:hover, .ul.hoverable li:hover {
    background-color: #ccc
}

.centered tr th, .centered tr td {
    text-align: center
}

.table td, .table th, .table-all td, .table-all th {
    padding: 8px 8px;
    display: table-cell;
    text-align: left;
    vertical-align: top
}

.table th:first-child, .table td:first-child, .table-all th:first-child, .table-all td:first-child {
    padding-left: 16px
}

.btn, .button {
    border: none;
    display: inline-block;
    padding: 8px 16px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    background-color: inherit;
    text-align: center;
    cursor: pointer;
    white-space: nowrap
}

.btn:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}

.btn, .button {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.disabled, .btn:disabled, .button:disabled {
    cursor: not-allowed;
    opacity: 0.3
}

.disabled *, :disabled * {
    pointer-events: none
}

.btn.disabled:hover, .btn:disabled:hover {
    box-shadow: none
}

.badge, .tag {
    background-color: #000;
    color: #fff;
    display: inline-block;
    padding-left: 8px;
    padding-right: 8px;
    text-align: center
}

.badge {
    border-radius: 50%
}

.ul {
    list-style-type: none;
    padding: 0;
    margin: 0
}

.ul li {
    padding: 8px 16px;
    border-bottom: 1px solid #ddd
}

.ul li:last-child {
    border-bottom: none
}

.tooltip, .display-container {
    position: relative
}

.tooltip .text {
    display: none
}

.tooltip:hover .text {
    display: inline-block
}

.ripple:active {
    opacity: 0.5
}

.ripple {
    transition: opacity 0s
}

.input {
    padding: 8px;
    display: block;
    border: none;
    border-bottom: 1px solid #ccc;
    width: 100%
}

.select {
    padding: 9px 0;
    width: 100%;
    border: none;
    border-bottom: 1px solid #ccc
}

.dropdown-click, .dropdown-hover {
    position: relative;
    display: inline-block;
    cursor: pointer
}

.dropdown-hover:hover .dropdown-content {
    display: block
}

.dropdown-hover:first-child, .dropdown-click:hover {
    background-color: #ccc;
    color: #000
}

.dropdown-hover:hover>.button:first-child, .dropdown-click:hover>.button:first-child {
    background-color: #ccc;
    color: #000
}

.dropdown-content {
    cursor: auto;
    color: #000;
    background-color: #fff;
    display: none;
    position: absolute;
    min-width: 160px;
    margin: 0;
    padding: 0;
    z-index: 1
}

.check, .radio {
    /* width: 24px;
    height: 24px;
    position: relative;
    top: 6px */
}

.sidebar {
    height: 100%;
    width: 200px;
    background-color: #fff;
    position: fixed!important;
    z-index: 1;
    overflow: auto
}

.bar-block .dropdown-hover, .bar-block .dropdown-click {
    width: 100%
}

.bar-block .dropdown-hover .dropdown-content, .bar-block .dropdown-click .dropdown-content {
    min-width: 100%
}

.bar-block .dropdown-hover .button, .bar-block .dropdown-click .button {
    width: 100%;
    text-align: left;
    padding: 8px 16px
}

.main, #main {
    transition: margin-left .4s
}

.modal {
    z-index: 3;
    display: none;
    padding-top: 100px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4)
}

.modal-content {
    margin: auto;
    background-color: #fff;
    position: relative;
    padding: 0;
    outline: 0;
    width: 600px
}

.bar {
    width: 100%;
    overflow: hidden
}

.center .bar {
    display: inline-block;
    width: auto
}

.bar .bar-item {
    padding: 8px 16px;
    float: left;
    width: auto;
    border: none;
    display: block;
    outline: 0
}

.bar .dropdown-hover, .bar .dropdown-click {
    position: static;
    float: left
}

.bar .button {
    white-space: normal
}

.bar-block .bar-item {
    width: 100%;
    display: block;
    padding: 8px 16px;
    text-align: left;
    border: none;
    white-space: normal;
    float: none;
    outline: 0
}

.bar-block.center .bar-item {
    text-align: center
}

.block {
    display: block;
    width: 100%
}

.responsive {
    display: block;
    overflow-x: auto
}

.container:after, .container:before, .panel:after, .panel:before, .row:after, .row:before, .row-padding:after, .row-padding:before, .cell-row:before, .cell-row:after, .clear:after, .clear:before, .bar:before, .bar:after {
    content: "";
    display: table;
    clear: both
}

.col, .half, .third, .twothird, .threequarter, .quarter {
    float: left;
    width: 100%
}

.col.s1 {
    width: 8.33333%
}

.col.s2 {
    width: 16.66666%
}

.col.s3 {
    width: 24.99999%
}

.col.s4 {
    width: 33.33333%
}

.col.s5 {
    width: 41.66666%
}

.col.s6 {
    width: 49.99999%
}

.col.s7 {
    width: 58.33333%
}

.col.s8 {
    width: 66.66666%
}

.col.s9 {
    width: 74.99999%
}

.col.s10 {
    width: 83.33333%
}

.col.s11 {
    width: 91.66666%
}

.col.s12 {
    width: 99.99999%
}

@media (min-width:601px) {
    .col.m1 {
        width: 8.33333%
    }
    .col.m2 {
        width: 16.66666%
    }
    .col.m3, .quarter {
        width: 24.99999%
    }
    .col.m4, .third {
        width: 33.33333%
    }
    .col.m5 {
        width: 41.66666%
    }
    .col.m6, .half {
        width: 49.99999%
    }
    .col.m7 {
        width: 58.33333%
    }
    .col.m8, .twothird {
        width: 66.66666%
    }
    .col.m9, .threequarter {
        width: 74.99999%
    }
    .col.m10 {
        width: 83.33333%
    }
    .col.m11 {
        width: 91.66666%
    }
    .col.m12 {
        width: 99.99999%
    }
}

@media (min-width:993px) {
    .col.l1 {
        width: 8.33333%
    }
    .col.l2 {
        width: 16.66666%
    }
    .col.l3 {
        width: 24.99999%
    }
    .col.l4 {
        width: 33.33333%
    }
    .col.l5 {
        width: 41.66666%
    }
    .col.l6 {
        width: 49.99999%
    }
    .col.l7 {
        width: 58.33333%
    }
    .col.l8 {
        width: 66.66666%
    }
    .col.l9 {
        width: 74.99999%
    }
    .col.l10 {
        width: 83.33333%
    }
    .col.l11 {
        width: 91.66666%
    }
    .col.l12 {
        width: 99.99999%
    }
}

.rest {
    overflow: hidden
}

.stretch {
    margin-left: -16px;
    margin-right: -16px
}

.content, .auto {
    margin-left: auto;
    margin-right: auto
}

.content {
    max-width: 980px
}

.auto {
    max-width: 1140px
}

.cell-row {
    display: table;
    width: 100%
}

.cell {
    display: table-cell
}

.cell-top {
    vertical-align: top
}

.cell-middle {
    vertical-align: middle
}

.cell-bottom {
    vertical-align: bottom
}

.hide {
    display: none!important
}

.show-block, .show {
    display: block!important
}

.show-inline-block {
    display: inline-block!important
}

@media (max-width:1205px) {
    .auto {
        max-width: 95%
    }
}

@media (max-width:600px) {
    .modal-content {
        margin: 0 10px;
        width: auto!important
    }
    .modal {
        padding-top: 30px
    }
    .dropdown-hover.mobile .dropdown-content, .dropdown-click.mobile .dropdown-content {
        position: relative
    }
    .hide-small {
        display: none!important
    }
    .mobile {
        display: block;
        width: 100%!important
    }
    .bar-item.mobile, .dropdown-hover.mobile, .dropdown-click.mobile {
        text-align: center
    }
    .dropdown-hover.mobile, .dropdown-hover.mobile .btn, .dropdown-hover.mobile .button, .dropdown-click.mobile, .dropdown-click.mobile .btn, .dropdown-click.mobile .button {
        width: 100%
    }
}

@media (max-width:768px) {
    .modal-content {
        width: 500px
    }
    .modal {
        padding-top: 50px
    }
}

@media (min-width:993px) {
    .modal-content {
        width: 900px
    }
    .hide-large {
        display: none!important
    }
    .sidebar.collapse {
        display: block!important
    }
}

@media (max-width:992px) and (min-width:601px) {
    .hide-medium {
        display: none!important
    }
}

@media (max-width:992px) {
    .sidebar.collapse {
        display: none
    }
    .main {
        margin-left: 0!important;
        margin-right: 0!important
    }
    .auto {
        max-width: 100%
    }
}

.top, .bottom {
    position: fixed;
    width: 100%;
    z-index: 1
}

.top {
    top: 0
}

.bottom {
    bottom: 0
}

.overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2
}

.display-topleft {
    position: absolute;
    left: 0;
    top: 0
}

.display-topright {
    position: absolute;
    right: 0;
    top: 0
}

.display-bottomleft {
    position: absolute;
    left: 0;
    bottom: 0
}

.display-bottomright {
    position: absolute;
    right: 0;
    bottom: 0
}

.display-middle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%)
}

.display-left {
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(0%, -50%);
    -ms-transform: translate(-0%, -50%)
}

.display-right {
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%)
}

.display-topmiddle {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%)
}

.display-bottommiddle {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%)
}

.display-container:hover .display-hover {
    display: block
}

.display-container:hover span.display-hover {
    display: inline-block
}

.display-hover {
    display: none
}

.display-position {
    position: absolute
}

.circle {
    border-radius: 50%
}

.round-small {
    border-radius: 2px
}

.round, .round-medium {
    border-radius: 4px
}

.round-large {
    border-radius: 8px
}

.round-xlarge {
    border-radius: 16px
}

.round-xxlarge {
    border-radius: 32px
}

.row-padding, .row-padding>.half, .row-padding>.third, .row-padding>.twothird, .row-padding>.threequarter, .row-padding>.quarter, .row-padding>.col {
    padding: 0 8px
}

.container, .panel {
    padding: 0.01em 16px
}

.panel {
    margin-top: 16px;
    margin-bottom: 16px
}

.code, .codespan {
    font-family: Consolas, "courier new";
    font-size: 16px
}

.code {
    width: auto;
    background-color: #fff;
    padding: 8px 12px;
    border-left: 4px solid #4CAF50;
    word-wrap: break-word
}

.codespan {
    color: crimson;
    background-color: #f1f1f1;
    padding-left: 4px;
    padding-right: 4px;
    font-size: 110%
}

.card, .card-2 {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12)
}

.card-4, .hover-shadow:hover {
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2), 0 4px 20px 0 rgba(0, 0, 0, 0.19)
}

.spin {
    animation: spin 2s infinite linear
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(359deg)
    }
}

.animate-fading {
    animation: fading 10s infinite
}

@keyframes fading {
    0% {
        opacity: 0
    }
    50% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.animate-opacity {
    animation: opac 0.8s
}

@keyframes opac {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.animate-top {
    position: relative;
    animation: animatetop 0.4s
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }
    to {
        top: 0;
        opacity: 1
    }
}

.animate-left {
    position: relative;
    animation: animateleft 0.4s
}

@keyframes animateleft {
    from {
        left: -300px;
        opacity: 0
    }
    to {
        left: 0;
        opacity: 1
    }
}

.animate-right {
    position: relative;
    animation: animateright 0.4s
}

@keyframes animateright {
    from {
        right: -300px;
        opacity: 0
    }
    to {
        right: 0;
        opacity: 1
    }
}

.animate-bottom {
    position: relative;
    animation: animatebottom 0.4s
}

@keyframes animatebottom {
    from {
        bottom: -300px;
        opacity: 0
    }
    to {
        bottom: 0;
        opacity: 1
    }
}

.animate-zoom {
    animation: animatezoom 0.6s
}

@keyframes animatezoom {
    from {
        transform: scale(0)
    }
    to {
        transform: scale(1)
    }
}

.animate-input {
    transition: width 0.4s ease-in-out
}

.animate-input:focus {
    width: 100%!important
}

.opacity, .hover-opacity:hover {
    opacity: 0.60
}

.opacity-off, .hover-opacity-off:hover {
    opacity: 1
}

.opacity-max {
    opacity: 0.25
}

.opacity-min {
    opacity: 0.75
}

.greyscale-max, .grayscale-max, .hover-greyscale:hover, .hover-grayscale:hover {
    filter: grayscale(100%)
}

.greyscale, .grayscale {
    filter: grayscale(75%)
}

.greyscale-min, .grayscale-min {
    filter: grayscale(50%)
}

.sepia {
    filter: sepia(75%)
}

.sepia-max, .hover-sepia:hover {
    filter: sepia(100%)
}

.sepia-min {
    filter: sepia(50%)
}

.tiny {
    font-size: 10px!important
}

.small {
    font-size: 12px!important
}

.medium {
    font-size: 15px!important
}

.large {
    font-size: 18px!important
}

.xlarge {
    font-size: 24px!important
}

.xxlarge {
    font-size: 36px!important
}

.xxxlarge {
    font-size: 48px!important
}

.jumbo {
    font-size: 64px!important
}

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

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

.justify {
    text-align: justify!important
}

.center {
    text-align: center!important
}

.border-0 {
    border: 0!important
}

.border {
    border: 1px solid #ccc!important
}

.border-top {
    border-top: 1px solid #ccc!important
}

.border-bottom {
    border-bottom: 1px solid #ccc!important
}

.border-left {
    border-left: 1px solid #ccc!important
}

.border-right {
    border-right: 1px solid #ccc!important
}

.topbar {
    border-top: 6px solid #ccc!important
}

.bottombar {
    border-bottom: 6px solid #ccc!important
}

.leftbar {
    border-left: 6px solid #ccc!important
}

.rightbar {
    border-right: 6px solid #ccc!important
}

.section, .code {
    margin-top: 16px!important;
    margin-bottom: 16px!important
}

.margin {
    margin: 16px!important
}

.margin-top {
    margin-top: 16px!important
}

.margin-bottom {
    margin-bottom: 16px!important
}

.margin-left {
    margin-left: 16px!important
}

.margin-right {
    margin-right: 16px!important
}

.padding-small {
    padding: 4px 8px!important
}

.padding {
    padding: 8px 16px!important
}

.padding-large {
    padding: 12px 24px!important
}

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

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

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

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

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

.padding-top-64 {
    padding-top: 64px!important
}

.padding-top-48 {
    padding-top: 48px!important
}

.padding-top-32 {
    padding-top: 32px!important
}

.padding-top-24 {
    padding-top: 24px!important
}

.left {
    float: left!important
}

.right {
    float: right!important
}

.button:hover {
    color: #000!important;
    background-color: #ccc!important
}

.transparent, .hover-none:hover {
    background-color: transparent!important
}

.hover-none:hover {
    box-shadow: none!important
}

/* Colors */

.amber, .hover-amber:hover {
    color: #000!important;
    background-color: #ffc107!important
}

.aqua, .hover-aqua:hover {
    color: #000!important;
    background-color: #00ffff!important
}

.blue, .hover-blue:hover {
    color: #fff!important;
    background-color: #2196F3!important
}

.light-blue, .hover-light-blue:hover {
    color: #000!important;
    background-color: #87CEEB!important
}

.brown, .hover-brown:hover {
    color: #fff!important;
    background-color: #795548!important
}

.cyan, .hover-cyan:hover {
    color: #000!important;
    background-color: #00bcd4!important
}

.blue-grey, .hover-blue-grey:hover, .blue-gray, .hover-blue-gray:hover {
    color: #fff!important;
    background-color: #607d8b!important
}

.green, .hover-green:hover {
    color: #fff!important;
    background-color: #4CAF50!important
}

.light-green, .hover-light-green:hover {
    color: #000!important;
    background-color: #8bc34a!important
}

.indigo, .hover-indigo:hover {
    color: #fff!important;
    background-color: #3f51b5!important
}

.khaki, .hover-khaki:hover {
    color: #000!important;
    background-color: #f0e68c!important
}

.lime, .hover-lime:hover {
    color: #000!important;
    background-color: #cddc39!important
}

.orange, .hover-orange:hover {
    color: #000!important;
    background-color: #ff9800!important
}

.deep-orange, .hover-deep-orange:hover {
    color: #fff!important;
    background-color: #ff5722!important
}

.pink, .hover-pink:hover {
    color: #fff!important;
    background-color: #e91e63!important
}

.purple, .hover-purple:hover {
    color: #fff!important;
    background-color: #9c27b0!important
}

.deep-purple, .hover-deep-purple:hover {
    color: #fff!important;
    background-color: #673ab7!important
}

.red, .hover-red:hover {
    color: #fff!important;
    background-color: #f44336!important
}

.sand, .hover-sand:hover {
    color: #000!important;
    background-color: #fdf5e6!important
}

.teal, .hover-teal:hover {
    color: #fff!important;
    background-color: #009688!important
}

.yellow, .hover-yellow:hover {
    color: #000!important;
    background-color: #ffeb3b!important
}

.white, .hover-white:hover {
    color: #000!important;
    background-color: #fff!important
}

.black, .hover-black:hover {
    color: #fff!important;
    background-color: #000!important
}

.grey, .hover-grey:hover, .gray, .hover-gray:hover {
    color: #000!important;
    background-color: #9e9e9e!important
}

.light-grey, .hover-light-grey:hover, .light-gray, .hover-light-gray:hover {
    color: #000!important;
    background-color: #f1f1f1!important
}

.dark-grey, .hover-dark-grey:hover, .dark-gray, .hover-dark-gray:hover {
    color: #fff!important;
    background-color: #616161!important
}

.pale-red, .hover-pale-red:hover {
    color: #000!important;
    background-color: #ffdddd!important
}

.pale-green, .hover-pale-green:hover {
    color: #000!important;
    background-color: #ddffdd!important
}

.pale-yellow, .hover-pale-yellow:hover {
    color: #000!important;
    background-color: #ffffcc!important
}

.pale-blue, .hover-pale-blue:hover {
    color: #000!important;
    background-color: #ddffff!important
}

.text-amber, .hover-text-amber:hover {
    color: #ffc107!important
}

.text-aqua, .hover-text-aqua:hover {
    color: #00ffff!important
}

.text-blue, .hover-text-blue:hover {
    color: #2196F3!important
}

.text-light-blue, .hover-text-light-blue:hover {
    color: #87CEEB!important
}

.text-brown, .hover-text-brown:hover {
    color: #795548!important
}

.text-cyan, .hover-text-cyan:hover {
    color: #00bcd4!important
}

.text-blue-grey, .hover-text-blue-grey:hover, .text-blue-gray, .hover-text-blue-gray:hover {
    color: #607d8b!important
}

.text-green, .hover-text-green:hover {
    color: #4CAF50!important
}

.text-light-green, .hover-text-light-green:hover {
    color: #8bc34a!important
}

.text-indigo, .hover-text-indigo:hover {
    color: #3f51b5!important
}

.text-khaki, .hover-text-khaki:hover {
    color: #b4aa50!important
}

.text-lime, .hover-text-lime:hover {
    color: #cddc39!important
}

.text-orange, .hover-text-orange:hover {
    color: #ff9800!important
}

.text-deep-orange, .hover-text-deep-orange:hover {
    color: #ff5722!important
}

.text-pink, .hover-text-pink:hover {
    color: #e91e63!important
}

.text-purple, .hover-text-purple:hover {
    color: #9c27b0!important
}

.text-deep-purple, .hover-text-deep-purple:hover {
    color: #673ab7!important
}

.text-red, .hover-text-red:hover {
    color: #f44336!important
}

.text-sand, .hover-text-sand:hover {
    color: #fdf5e6!important
}

.text-teal, .hover-text-teal:hover {
    color: #009688!important
}

.text-yellow, .hover-text-yellow:hover {
    color: #d2be0e!important
}

.text-white, .hover-text-white:hover {
    color: #fff!important
}

.text-black, .hover-text-black:hover {
    color: #000!important
}

.text-grey, .hover-text-grey:hover, .text-gray, .hover-text-gray:hover {
    color: #757575!important
}

.text-light-grey, .hover-text-light-grey:hover, .text-light-gray, .hover-text-light-gray:hover {
    color: #f1f1f1!important
}

.text-dark-grey, .hover-text-dark-grey:hover, .text-dark-gray, .hover-text-dark-gray:hover {
    color: #3a3a3a!important
}

.border-amber, .hover-border-amber:hover {
    border-color: #ffc107!important
}

.border-aqua, .hover-border-aqua:hover {
    border-color: #00ffff!important
}

.border-blue, .hover-border-blue:hover {
    border-color: #2196F3!important
}

.border-light-blue, .hover-border-light-blue:hover {
    border-color: #87CEEB!important
}

.border-brown, .hover-border-brown:hover {
    border-color: #795548!important
}

.border-cyan, .hover-border-cyan:hover {
    border-color: #00bcd4!important
}

.border-blue-grey, .hover-border-blue-grey:hover, .border-blue-gray, .hover-border-blue-gray:hover {
    border-color: #607d8b!important
}

.border-green, .hover-border-green:hover {
    border-color: #4CAF50!important
}

.border-light-green, .hover-border-light-green:hover {
    border-color: #8bc34a!important
}

.border-indigo, .hover-border-indigo:hover {
    border-color: #3f51b5!important
}

.border-khaki, .hover-border-khaki:hover {
    border-color: #f0e68c!important
}

.border-lime, .hover-border-lime:hover {
    border-color: #cddc39!important
}

.border-orange, .hover-border-orange:hover {
    border-color: #ff9800!important
}

.border-deep-orange, .hover-border-deep-orange:hover {
    border-color: #ff5722!important
}

.border-pink, .hover-border-pink:hover {
    border-color: #e91e63!important
}

.border-purple, .hover-border-purple:hover {
    border-color: #9c27b0!important
}

.border-deep-purple, .hover-border-deep-purple:hover {
    border-color: #673ab7!important
}

.border-red, .hover-border-red:hover {
    border-color: #f44336!important
}

.border-sand, .hover-border-sand:hover {
    border-color: #fdf5e6!important
}

.border-teal, .hover-border-teal:hover {
    border-color: #009688!important
}

.border-yellow, .hover-border-yellow:hover {
    border-color: #ffeb3b!important
}

.border-white, .hover-border-white:hover {
    border-color: #fff!important
}

.border-black, .hover-border-black:hover {
    border-color: #000!important
}

.border-grey, .hover-border-grey:hover, .border-gray, .hover-border-gray:hover {
    border-color: #9e9e9e!important
}

.border-light-grey, .hover-border-light-grey:hover, .border-light-gray, .hover-border-light-gray:hover {
    border-color: #f1f1f1!important
}

.border-dark-grey, .hover-border-dark-grey:hover, .border-dark-gray, .hover-border-dark-gray:hover {
    border-color: #616161!important
}

.border-pale-red, .hover-border-pale-red:hover {
    border-color: #ffe7e7!important
}

.border-pale-green, .hover-border-pale-green:hover {
    border-color: #e7ffe7!important
}

.border-pale-yellow, .hover-border-pale-yellow:hover {
    border-color: #ffffcc!important
}

.border-pale-blue, .hover-border-pale-blue:hover {
    border-color: #e7ffff!important
}
@charset "UTF-8";
:root {
  --bg-primary: #4CAF50 ;
  --engage: #4CAF50 ;
  --primary: #fd7e14;
}

.toggle {
  overflow: hidden;
  transition: height 0.4s, padding 0.4s;
}

.toggle.is_hidden {
  height: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/** TOOLTIPS */
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltip .text {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  position: absolute;
  z-index: 1;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

.image-responsive {
  max-width: 100%;
  height: auto;
}

.image-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* object-fit : cover, fill, contain, none, scale-down */
.fit-cover {
  object-fit: cover;
}

/* PAGINATION */
.pagination {
  display: inline-block;
}

.pagination button,
.pagination a {
  float: left;
  padding: 9px 16px;
  text-decoration: none;
}

.pagination button.active,
.pagination a.active,
.pagination a:active {
  background-color: var(--orange);
}

/* BREADCRUMBS */
ul.breadcrumb {
  padding: 8px 16px;
  list-style: none;
  background-color: #eee;
}

ul.breadcrumb li {
  display: inline;
}

ul.breadcrumb li + li:before {
  padding: 8px;
  color: black;
  content: "/ ";
}

/* COLUMNS */
.columns-example {
  column-count: 3;
  column-gap: 25px;
  column-rule-style: solid;
  column-rule-width: 1px;
  column-rule-color: lightblue;
  /* column-rule: 1px solid lightblue;*/
}

.columns-example .column {
  column-width: 100px;
  column-span: all;
}

/* FLEXBOX */
.d-flex,
.flex-container {
  display: flex !important;
}

.flex-container-example {
  display: flex;
  flex-direction: column; /* column-reverse, row, row-reverse,  */
  flex-wrap: wrap; /* nowrap, wrap-reverse,  does element wrap */
  /*flex-flow: row wrap ;  shorthand for above two */
  justify-content: center;
  align-items: stretch; /*baseline,  align items vertically */
  align-content: space-between;
}

.flex-item-example {
  order: 3;
  flex-grow: 8;
  flex-shrink: 0;
  flex-basis: 300px;
  /* flex: 0 0 200px;  shorthande for above */
  align-self: center;
}

/* Extra small devices (phones, 600px and down) */
/* Small devices (portrait tablets and large phones, 600px and up) */
/* Medium devices (landscape tablets, 768px and up) */
/* Large devices (laptops/desktops, 992px and up) */
/* Extra large devices (large laptops and desktops, 1200px and up) */
.grid-container {
  display: grid;
}

.grid-container-example {
  justify-content: space-evenly;
  align-content: center;
  grid-template-areas: "myArea myArea myArea myArea myArea";
}

.grid-item-example {
  grid-column: 1/5;
  grid-column: 1/span 3;
  grid-row: 1/4;
  grid-row: 1/span 2;
  grid-area: 1/3/2/4;
}

.grid-item-example2 {
  grid-area: 1/2/5/6;
  grid-area: 2/1/span 2/span 3;
}

.item1-example {
  grid-area: header;
}

.item2-example {
  grid-area: menu;
}

.item3-example {
  grid-area: main;
}

.item4-example {
  grid-area: right;
}

.item5-example {
  grid-area: footer;
}

.grid-container-example {
  grid-template-areas: "header header header header header header" "menu main main main right right" "menu footer footer footer footer footer";
}

@media (min-device-width: 600px) {
  img[data-src-600px] {
    content: attr(data-src-600px, url);
  }
}
@media (min-device-width: 800px) {
  img[data-src-800px] {
    content: attr(data-src-800px, url);
  }
}
/* Define the "system" font family */
@font-face {
  font-family: system;
  font-style: normal;
  font-weight: 300;
  src: local(".SFNSText-Light"), local(".HelveticaNeueDeskInterface-Light"), local(".LucidaGrandeUI"), local("Ubuntu Light"), local("Segoe UI Light"), local("Roboto-Light"), local("DroidSans"), local("Tahoma");
}
.float-left {
  float: left;
}

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

.ml-1 {
  margin-left: 1em;
}

.container-example {
  max-width: 1200px;
  margin: 0 auto;
}

.truncate {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
@supports (display: grid) {
  .grid-10 {
    display: grid;
    grid-template-columns: 10% 10% 10% 10% 10% 10% 10% 10% 10% 10%;
  }
  .grid-5 {
    display: grid;
    grid-template-columns: 20% 20% 20% 20% 20%;
  }
  .grid-gap-10 {
    gap: 2rem;
  }
}
@supports not (display: grid) {
  .grid-10 > * {
    width: 10%;
    float: left;
  }
  .grid-5 > * {
    width: 20%;
    float: left;
  }
}
.arrow-down, .custom-select > span,
.arrow-up {
  /* // margin-left:1rem; */
  /* // width:15px; */
  /* // height:15px; */
  cursor: pointer;
  position: relative;
  display: inline-block;
  padding-right: 1rem !important;
  /* // width:100%; */
}

.custom-select > span {
  width: 100%;
}

.absolute {
  position: absolute;
}

.drop-triangle {
  border-top: solid 5px var(--black);
  border-right: solid 5px transparent;
  border-left: solid 5px transparent;
  transform: translateY(-50%);
  width: 0;
  height: 0;
}

.hidden-sm, .hidden-md, .hidden-tablet {
  display: block;
}

.hidden-md {
  display: block;
}

@media screen and (min-width: 768px) {
  .hidden-sm, .hidden-md, .hidden-tablet {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .hidden-sm, .hidden-md, .hidden-tablet {
    display: block;
  }
  .hidden-md {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .hidden-md {
    display: block;
  }
}
.nc {
  display: none;
}

.open {
  display: block;
}

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

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

:root {
  --row-margin: -0.8rem;
  --col-padding: 0.8rem;
  --red:red;
  --yellow: yellow;
  --blue:blue;
  --body-bg: #fff;
  --body-color: #373a3c;
  --nav-link-color: #0275d8;
}

:root,
[data-bs-theme=light] {
  --bs-border-width: 1px;
  --bs-border-color: #818a91;
}

.container, .alert li {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1240px;
}

@media (min-width: 576px) {
  .container, .alert li {
    max-width: 542px;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .container, .alert li {
    max-width: 734px;
  }
}
@media (min-width: 992px) {
  .container, .alert li {
    max-width: 958px;
  }
}
@media (min-width: 1200px) {
  .container, .alert li {
    max-width: 1166px;
  }
}
@media (min-width: 1400px) {
  .container, .alert li {
    max-width: 1366px;
  }
}

.media {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-items: center;
  align-items: center;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  display: block;
  clear: both;
  height: 1px;
  margin-top: -1px;
  visibility: hidden;
}
.clearfix {
  *zoom: 1;
}

.lead {
  font-size: 1.2rem;
  text-align: center;
}

p.lead {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.form-group {
  margin-bottom: 1rem;
}
.form-group label {
  margin-bottom: 0.5rem;
}

.form-check {
  position: relative;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
}

.form-check-label {
  margin-bottom: 0;
  margin-left: 2rem;
}

.media-image {
  order: 0;
}
.media-image img {
  max-width: 100%;
  max-height: 150px;
  width: 150px;
}

.media:first-child() {
  border-top: dashed 1px;
}

.media {
  border-bottom: dashed 1px;
}

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

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

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

.mr-0 {
  margin-right: 0rem !important;
}

.ml-0 {
  margin-left: 0rem !important;
}

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

.br-0 {
  border-right: 0px !important;
}

.bl-0 {
  border-left: 0px !important;
}

.bt-0 {
  border-top: 0px !important;
}

.bb-0 {
  border-bottom: 0px !important;
}

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

.b-0,
.border-0 {
  border-top: 0px !important;
  border-bottom: 0px !important;
  border-left: 0px !important;
  border-right: 0px !important;
}

.mx-1 {
  margin-left: 0.2rem !important;
  margin-right: 0.2rem !important;
}

.my-1 {
  margin-bottom: 0.2rem !important;
  margin-top: 0.2rem !important;
}

.mt-1 {
  margin-top: 0.2rem !important;
}

.mr-1 {
  margin-right: 0.2rem !important;
}

.ml-1 {
  margin-left: 0.6rem !important;
}

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

.br-1 {
  border-right: 1px !important;
}

.bl-1 {
  border-left: 1px !important;
}

.bt-1 {
  border-top: 1px !important;
}

.bb-1 {
  border-bottom: 1px !important;
}

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

.b-1,
.border-1 {
  border-top: 1px !important;
  border-bottom: 1px !important;
  border-left: 1px !important;
  border-right: 1px !important;
}

.mx-2 {
  margin-left: 0.4rem !important;
  margin-right: 0.4rem !important;
}

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

.mt-2 {
  margin-top: 0.4rem !important;
}

.mr-2 {
  margin-right: 0.4rem !important;
}

.ml-2 {
  margin-left: 1.2rem !important;
}

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

.br-2 {
  border-right: 2px !important;
}

.bl-2 {
  border-left: 2px !important;
}

.bt-2 {
  border-top: 2px !important;
}

.bb-2 {
  border-bottom: 2px !important;
}

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

.b-2,
.border-2 {
  border-top: 2px !important;
  border-bottom: 2px !important;
  border-left: 2px !important;
  border-right: 2px !important;
}

.mx-3 {
  margin-left: 0.6rem !important;
  margin-right: 0.6rem !important;
}

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

.mt-3, .media {
  margin-top: 0.6rem !important;
}

.mr-3 {
  margin-right: 0.6rem !important;
}

.ml-3 {
  margin-left: 1.8rem !important;
}

.mb-3, .media-image {
  margin-bottom: 1.8rem !important;
}

.br-3 {
  border-right: 3px !important;
}

.bl-3 {
  border-left: 3px !important;
}

.bt-3 {
  border-top: 3px !important;
}

.bb-3 {
  border-bottom: 3px !important;
}

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

.b-3,
.border-3 {
  border-top: 3px !important;
  border-bottom: 3px !important;
  border-left: 3px !important;
  border-right: 3px !important;
}

.mx-4 {
  margin-left: 0.8rem !important;
  margin-right: 0.8rem !important;
}

.my-4 {
  margin-bottom: 0.8rem !important;
  margin-top: 0.8rem !important;
}

.mt-4 {
  margin-top: 0.8rem !important;
}

.mr-4 {
  margin-right: 0.8rem !important;
}

.ml-4 {
  margin-left: 2.4rem !important;
}

.mb-4 {
  margin-bottom: 2.4rem !important;
}

.br-4 {
  border-right: 4px !important;
}

.bl-4 {
  border-left: 4px !important;
}

.bt-4 {
  border-top: 4px !important;
}

.bb-4 {
  border-bottom: 4px !important;
}

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

.b-4,
.border-4 {
  border-top: 4px !important;
  border-bottom: 4px !important;
  border-left: 4px !important;
  border-right: 4px !important;
}

.mx-5 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

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

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

.mr-5 {
  margin-right: 1rem !important;
}

.ml-5 {
  margin-left: 3rem !important;
}

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

.br-5 {
  border-right: 5px !important;
}

.bl-5 {
  border-left: 5px !important;
}

.bt-5 {
  border-top: 5px !important;
}

.bb-5 {
  border-bottom: 5px !important;
}

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

.b-5,
.border-5 {
  border-top: 5px !important;
  border-bottom: 5px !important;
  border-left: 5px !important;
  border-right: 5px !important;
}

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

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

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

.pr-0 {
  padding-right: 0rem !important;
}

.pl-0 {
  padding-left: 0rem !important;
}

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

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

.mx-1 {
  padding-left: 0.3rem !important;
  padding-right: 0.3rem !important;
}

.py-1 {
  padding-bottom: 0.3rem !important;
  padding-top: 0.3rem !important;
}

.pt-1 {
  padding-top: 0.3rem !important;
}

.pr-1 {
  padding-right: 0.3rem !important;
}

.pl-1 {
  padding-left: 0.3rem !important;
}

.pb-1, .media-body {
  padding-bottom: 0.3rem !important;
}

.p-1 {
  padding: 0.3rem !important;
}

.mx-2 {
  padding-left: 0.6rem !important;
  padding-right: 0.6rem !important;
}

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

.pt-2 {
  padding-top: 0.6rem !important;
}

.pr-2 {
  padding-right: 0.6rem !important;
}

.pl-2 {
  padding-left: 0.6rem !important;
}

.pb-2 {
  padding-bottom: 0.6rem !important;
}

.p-2 {
  padding: 0.6rem !important;
}

.mx-3 {
  padding-left: 0.9rem !important;
  padding-right: 0.9rem !important;
}

.py-3 {
  padding-bottom: 0.9rem !important;
  padding-top: 0.9rem !important;
}

.pt-3, .media:first-child() {
  padding-top: 0.9rem !important;
}

.pr-3 {
  padding-right: 0.9rem !important;
}

.pl-3 {
  padding-left: 0.9rem !important;
}

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

.p-3 {
  padding: 0.9rem !important;
}

.mx-4 {
  padding-left: 1.2rem !important;
  padding-right: 1.2rem !important;
}

.py-4 {
  padding-bottom: 1.2rem !important;
  padding-top: 1.2rem !important;
}

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

.pr-4 {
  padding-right: 1.2rem !important;
}

.pl-4 {
  padding-left: 1.2rem !important;
}

.pb-4 {
  padding-bottom: 1.2rem !important;
}

.p-4 {
  padding: 1.2rem !important;
}

.mx-5 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

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

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

.pr-5 {
  padding-right: 1.5rem !important;
}

.pl-5 {
  padding-left: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 1.5rem !important;
}

.p-5 {
  padding: 1.5rem !important;
}

.mr-auto, .mx-auto {
  margin-right: auto !important;
}

@media (min-width: 768px) {
  .mr-sm-2, .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
}
.my-xs-0 {
  margin-top: 0rem;
  margin-bottom: 0rem;
}

.my-xs-1 {
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
}

.my-xs-2 {
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
}

.my-xs-3 {
  margin-top: 1.2rem;
  margin-bottom: 1.2rem;
}

.my-xs-4 {
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
}

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

.my-sm-0 {
  margin-top: 0rem;
  margin-bottom: 0rem;
}

.my-sm-1 {
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
}

.my-sm-2 {
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
}

.my-sm-3 {
  margin-top: 1.2rem;
  margin-bottom: 1.2rem;
}

.my-sm-4 {
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
}

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

.my-md-0 {
  margin-top: 0rem;
  margin-bottom: 0rem;
}

.my-md-1 {
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
}

.my-md-2 {
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
}

.my-md-3 {
  margin-top: 1.2rem;
  margin-bottom: 1.2rem;
}

.my-md-4 {
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
}

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

.my-lg-0 {
  margin-top: 0rem;
  margin-bottom: 0rem;
}

.my-lg-1 {
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
}

.my-lg-2 {
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
}

.my-lg-3 {
  margin-top: 1.2rem;
  margin-bottom: 1.2rem;
}

.my-lg-4 {
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
}

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

.my-xl-0 {
  margin-top: 0rem;
  margin-bottom: 0rem;
}

.my-xl-1 {
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
}

.my-xl-2 {
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
}

.my-xl-3 {
  margin-top: 1.2rem;
  margin-bottom: 1.2rem;
}

.my-xl-4 {
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
}

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

.my-xxl-0 {
  margin-top: 0rem;
  margin-bottom: 0rem;
}

.my-xxl-1 {
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
}

.my-xxl-2 {
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
}

.my-xxl-3 {
  margin-top: 1.2rem;
  margin-bottom: 1.2rem;
}

.my-xxl-4 {
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
}

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

.border {
  border: solid 1px var(--grey);
}

.media-body {
  flex: 1;
}

.media {
  flex-direction: row;
  align-items: flex-start;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.card {
  position: relative;
  min-width: 0;
  word-wrap: break-word;
}

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1rem 0 1rem 0;
}

.row {
  margin-left: var(--row-margin);
  margin-right: var(--row-margin);
  flex-wrap: wrap;
  display: flex;
}

.col {
  padding-left: var(--col-padding);
  padding-right: var(--col-padding);
}

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

.col-fill,
.flex-fill {
  flex: 1 1 auto !important;
}

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

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-md-1,
.col-lg-1,
.col-sm-1,
.col-xs-1,
.col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-md-2,
.col-lg-2,
.col-sm-2,
.col-xs-2,
.col-2 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

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

.col-md-3,
.col-lg-3,
.col-sm-3,
.col-xs-3,
.col-3 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-md-4,
.col-lg-4,
.col-sm-4,
.col-xs-4,
.col-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-md-5,
.col-lg-5,
.col-sm-5,
.col-xs-5,
.col-5 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

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

.col-md-6,
.col-lg-6,
.col-sm-6,
.col-xs-6,
.col-6 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-md-7,
.col-lg-7,
.col-sm-7,
.col-xs-7,
.col-7 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-md-8,
.col-lg-8,
.col-sm-8,
.col-xs-8,
.col-8 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

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

.col-md-9,
.col-lg-9,
.col-sm-9,
.col-xs-9,
.col-9 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-md-10,
.col-lg-10,
.col-sm-10,
.col-xs-10,
.col-10 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-md-11,
.col-lg-11,
.col-sm-11,
.col-xs-11,
.col-11 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.col-md-12,
.col-lg-12,
.col-sm-12,
.col-xs-12,
.col-12 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col-auto {
  width: auto;
  max-width: 100%;
  flex: 0 0 auto;
}

.col-xs-1 {
  flex: 0 0 8.3333333333%;
  width: 8.3333333333%;
}

.offset-xs-1 {
  margin-left: 8.3333333333%;
}

.col-xs-2 {
  flex: 0 0 16.6666666667%;
  width: 16.6666666667%;
}

.offset-xs-2 {
  margin-left: 16.6666666667%;
}

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

.offset-xs-3 {
  margin-left: 25%;
}

.col-xs-4 {
  flex: 0 0 33.3333333333%;
  width: 33.3333333333%;
}

.offset-xs-4 {
  margin-left: 33.3333333333%;
}

.col-xs-5 {
  flex: 0 0 41.6666666667%;
  width: 41.6666666667%;
}

.offset-xs-5 {
  margin-left: 41.6666666667%;
}

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

.offset-xs-6 {
  margin-left: 50%;
}

.col-xs-7 {
  flex: 0 0 58.3333333333%;
  width: 58.3333333333%;
}

.offset-xs-7 {
  margin-left: 58.3333333333%;
}

.col-xs-8 {
  flex: 0 0 66.6666666667%;
  width: 66.6666666667%;
}

.offset-xs-8 {
  margin-left: 66.6666666667%;
}

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

.offset-xs-9 {
  margin-left: 75%;
}

.col-xs-10 {
  flex: 0 0 83.3333333333%;
  width: 83.3333333333%;
}

.offset-xs-10 {
  margin-left: 83.3333333333%;
}

.col-xs-11 {
  flex: 0 0 91.6666666667%;
  width: 91.6666666667%;
}

.offset-xs-11 {
  margin-left: 91.6666666667%;
}

.col-xs-12 {
  flex: 0 0 100%;
  width: 100%;
}

.offset-xs-12 {
  margin-left: 100%;
}

@media (min-width: 576px) {
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    width: 8.3333333333%;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    width: 16.6666666667%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    width: 25%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    width: 41.6666666667%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    width: 50%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    width: 58.3333333333%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    width: 66.6666666667%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    width: 75%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    width: 83.3333333333%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    width: 91.6666666667%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    width: 100%;
  }
  .offset-sm-12 {
    margin-left: 100%;
  }
}
@media (min-width: 768px) {
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    width: 8.3333333333%;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    width: 16.6666666667%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    width: 25%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    width: 41.6666666667%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    width: 50%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    width: 58.3333333333%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    width: 66.6666666667%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    width: 75%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    width: 83.3333333333%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    width: 91.6666666667%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    width: 100%;
  }
  .offset-md-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    width: 8.3333333333%;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    width: 16.6666666667%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    width: 25%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    width: 41.6666666667%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    width: 50%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    width: 58.3333333333%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    width: 66.6666666667%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    width: 75%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    width: 83.3333333333%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    width: 91.6666666667%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    width: 100%;
  }
  .offset-lg-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    width: 8.3333333333%;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    width: 16.6666666667%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    width: 25%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    width: 41.6666666667%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    width: 50%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    width: 58.3333333333%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    width: 66.6666666667%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    width: 75%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    width: 83.3333333333%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    width: 91.6666666667%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    width: 100%;
  }
  .offset-xl-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1400px) {
  .col-xxl-1 {
    flex: 0 0 8.3333333333%;
    width: 8.3333333333%;
  }
  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }
  .col-xxl-2 {
    flex: 0 0 16.6666666667%;
    width: 16.6666666667%;
  }
  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }
  .col-xxl-3 {
    flex: 0 0 25%;
    width: 25%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
  }
  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }
  .col-xxl-5 {
    flex: 0 0 41.6666666667%;
    width: 41.6666666667%;
  }
  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }
  .col-xxl-6 {
    flex: 0 0 50%;
    width: 50%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 58.3333333333%;
    width: 58.3333333333%;
  }
  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }
  .col-xxl-8 {
    flex: 0 0 66.6666666667%;
    width: 66.6666666667%;
  }
  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }
  .col-xxl-9 {
    flex: 0 0 75%;
    width: 75%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 83.3333333333%;
    width: 83.3333333333%;
  }
  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }
  .col-xxl-11 {
    flex: 0 0 91.6666666667%;
    width: 91.6666666667%;
  }
  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
  .col-xxl-12 {
    flex: 0 0 100%;
    width: 100%;
  }
  .offset-xxl-12 {
    margin-left: 100%;
  }
}
/** navigation */
.nav-link,
.nav navbar > li > a {
  display: block;
  padding: 0.2rem 0.5rem;
}

.nav-link:hover,
.nav navbar > li > a:hover,
.nav-link:focus,
.nav navbar > li > a:focus {
  text-decoration: none;
}

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

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

.navbar {
  display: flex;
  align-items: center;
  padding: 0.5rem 1rem;
  flex-wrap: wrap;
  justify-content: space-between;
}

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

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  color: var(--bs-navbar-brand-color);
  white-space: nowrap;
  display: inline-block;
}
.navbar-brand:hover, .navbar-brand:focus {
  color: var(--bs-navbar-brand-hover-color);
  text-decoration: none;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}
.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-light .navbar-toggler {
  color: white;
  border-color: white;
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

a {
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  text-decoration: underline;
}

a:not([href]) {
  text-decoration: none;
}

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

/** tabs */
.nav-tabs {
  border-bottom: 1px solid var(--grey);
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link.active {
  border: solid 1px var(--grey);
}

/** section FORMS */
.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
@media (min-width: 576px) {
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
}

.form-row {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-right: var(--row-margin, -5px);
  margin-left: var(--row-margin, -5px);
}

input[type=checkbox],
input[type=radio] {
  display: inline-block;
  padding: 0;
}

label {
  cursor: default;
  display: inline-block;
}

select.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.6em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.6;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' heig…0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  border: 1px solid var(--bs-border-color);
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.breadcrumb {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  content: "/";
}

.d-table,
.table {
  display: table;
}

.table-row,
.d-table-row {
  display: table-row;
}

.d-table-cell,
.table-cell {
  display: table-cell;
}

.table {
  width: 100%;
  margin-bottom: 1rem;
}
.table .table-cell,
.table th,
.table td {
  padding: 0.3rem;
  vertical-align: center;
}
.table thead th {
  vertical-align: bottom;
}
.table-bordered {
  border: 1px solid var(--grey);
}
.table-bordered th,
.table-bordered td {
  border: 1px solid var(--grey);
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 1px;
}

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

.text-black-50 {
  color: rgba(232, 231, 227, 0.5) !important;
}

.text-right {
  text-align: right;
}

.big {
  font-size: large;
}

.d-table {
  display: table;
}

.align-middle {
  vertical-align: middle !important;
}

.d-table-cell {
  display: table-cell;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.list-unstyled {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.content {
  padding: 2rem;
  font-size: 1.2em;
}
.content ul {
  margin-left: 0;
  padding: 1rem;
}
.content li::marker {
  color: var(--green);
}

@media (max-width: 768px) {
  .hidden-xs, .hidden-sm, .hidden-md, .hidden-tablet {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .hidden-sm, .hidden-md, .hidden-tablet {
    display: none;
  }
}

@media (min-width: 1200px) {
  .hidden-md {
    display: none;
  }
}

.alert-danger {
  background-color: var(--red);
}

.alert-warning {
  background-color: var(--yellow);
}

.alert-message {
  background-color: var(--blue);
}

.alert {
  list-style-type: none;
  margin: 0 auto;
  color: var(--white);
  padding: 2rem;
}
.alert li {
  width: 100%;
}
.alert a, .alert a:hover, .alert a:active, .alert a:visited {
  color: var(--white) !important;
  text-decoration: underline;
  cursor: pointer;
}

img {
  vertical-align: middle;
}

h1, h2, h3, h4, .media-body h1, .media-body h2, .media-body h3, .media-body h4, .media-body h5, 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, .media-body h1, .media-body h2, .media-body h3, .media-body h4, .media-body h5, .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;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
}

.display-4 {
  font-size: 2.6923076923rem;
  font-weight: 400;
}
@media (min-width: 992px) {
  .display-4 {
    font-size: 3.5rem;
    font-weight: 400;
  }
}

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

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem !important;
  font-size: 1rem;
}

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

@media (max-width: 1399px) {
  .hidden-xl-down {
    display: none !important;
  }
}

@media (min-width: 1400px) {
  .hidden-xxl-up {
    display: none !important;
  }
}

.hidden-xxl-down {
  display: none !important;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-item {
  user-select: none;
}

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:focus {
  outline: 0;
}

.dropup .dropdown-toggle::after {
  border-top: 0;
  border-bottom: 0.3em solid;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #373a3c;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

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

.dropdown-item {
  display: block;
  width: 100%;
  padding: 3px 1.5rem;
  clear: both;
  font-weight: normal;
  color: #373a3c;
  text-align: inherit;
  white-space: nowrap;
  background: none;
  border: 0;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
}

.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  padding: 1px;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.popover::before,
.popover::after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

template,
[hidden] {
  display: none;
}

small {
  font-size: 80%;
}

button,
input {
  overflow: visible;
}

html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

h1, h2, h3, h4, .media-body h1, .media-body h2, .media-body h3, .media-body h4, .media-body h5, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

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

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

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

.text-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.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: #818a91 !important;
}

a.text-muted:focus, a.text-muted:hover {
  color: #687077 !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: #373a3c !important;
}

a.text-gray-dark:focus, a.text-gray-dark:hover {
  color: #1f2021 !important;
}

@media (min-width: 0) {
  .text-xs-left {
    text-align: left !important;
  }
  .text-xs-right {
    text-align: right !important;
  }
  .text-xs-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;
  }
}
@media (min-width: 1400px) {
  .text-xxl-left {
    text-align: left !important;
  }
  .text-xxl-right {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 0) {
  .float-xs-left {
    float: left !important;
  }
  .float-xs-right {
    float: right !important;
  }
  .float-xs-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;
  }
}
@media (min-width: 1400px) {
  .float-xxl-left {
    float: left !important;
  }
  .float-xxl-right {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
}
.btn {
  display: inline-block;
  font-weight: normal;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: 1px solid rgba(0, 0, 0, 0);
  padding: 0.5rem 1rem;
  font-size: 1rem;
}

.btn-primary {
  color: #fff;
  background-color: #f19100;
  border-color: #f19100;
}

.btn-success {
  color: #fff;
  background-color: #739900;
  border-color: #739900;
}

.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}

.btn-outline-primary {
  border: solid 1px var(--primary) !important;
  color: var(--primary) !important;
}

.btn-outline-primary:hover {
  background-color: var(--primary);
  color: var(--white);
}

.alert {
  color: var(--white);
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid rgba(0, 0, 0, 0);
}

.alert-danger {
  background-color: #c02;
  border-color: #b3001e;
}

.alert-warning {
  background-color: #8a6d3b;
  border-color: #785f33;
}

.alert-info {
  background-color: #31708f;
  border-color: #285b74;
}

.alert-success {
  background-color: #739900;
  border-color: #608000;
}

.nav-inline .nav-item {
  display: inline-block;
}
.nav-inline .nav-item + .nav-item,
.nav-inline .nav-link + .nav-link {
  margin-left: 1rem;
}

.nav-link {
  display: block;
  font-size: var(--nav-link-font-size, 1rem);
  font-weight: var(--nav-link-font-weight, "normal");
  color: var(--nav-link-color, white);
  text-decoration: none;
}

.form-group, .form-row {
  display: flex;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  appearance: none;
  line-height: 1.25;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid var(--bs-border-color);
  border-radius: 0;
}

.custom-select:focus,
.form-select:focus,
.form-control:focus {
  color: var(--body-color);
  background-color: var(--body-bg);
  outline: 0;
  box-shadow: none;
}

.form-control-comment {
  display: inline-block;
}

.form-group .custom-checkbox label {
  line-height: 1.6em;
}
.form-group .custom-checkbox label + span {
  position: absolute;
  top: 0rem;
  left: 0;
  flex: 0 0 15px;
  margin-top: 0.7em;
}

.input-group {
  position: relative;
  width: 100%;
  display: table;
  display: flex;
  border-collapse: separate;
  position: relative;
  display: flex;
  align-items: stretch;
}

.input-group-addon, .input-group-btn, .input-group .form-control {
  display: table-cell;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
  vertical-align: top;
  width: 1%;
}

.media-object {
  display: block;
}

.media-left {
  padding-right: 1em;
}

.media-left, .media-right, .media-body {
  display: table-cell;
  vertical-align: top;
}

.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade:not(.show) {
  opacity: 0;
}

.fade.in {
  opacity: 1;
}

.collapse.in {
  display: block;
  height: unset;
  overflow: visible;
  opacity: 1;
}

.collapse {
  display: none;
  height: 0;
  opacity: 0;
}
.collapse:not(.show):not(.in) {
  display: none;
  height: unset;
  opacity: 1;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-timing-function: ease;
  transition-duration: 0.35s;
  transition-property: height;
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.8rem;
}

.modal-content {
  margin-bottom: 3rem;
  margin-top: 3rem;
  position: relative;
  background-clip: padding-box;
  outline: 0;
}

.modal-header {
  padding: 1rem;
  border-bottom: 1px solid inherit;
}

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

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: rgba(0, 0, 0, 0.5);
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.in {
  opacity: 0.5;
}

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

.modal-backdrop.in {
  opacity: 1;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
}

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

.pagination {
  width: 100%;
  font-size: 1rem;
  display: flex;
  padding-left: 0;
}
.pagination .page-link {
  position: relative;
  display: block;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 0.75rem 0.5rem;
}
.pagination .a,
.pagination span,
.pagination a {
  display: block;
  font-weight: 600;
  color: #0275d8;
}
.pagination .disabled {
  color: #818a91;
}
.pagination .current .a,
.pagination .current a {
  font-size: 1.25rem;
  color: #fff;
  text-decoration: none;
}

/**  */
.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0px;
  margin-bottom: 0px;
}

.list-group-item {
  position: relative;
  display: block;
  padding: var(--col-padding);
  text-decoration: none;
  border: solid var(--border-width) var(--border-color);
}

.list-group-item + .list-group-item {
  border-top-width: 0px;
}

.bg-dark {
  --bg-opacity: 1;
  --dark-rgb: 1,1,1;
  color: white;
  background-color: rgba(var(--dark-rgb), var(--bg-opacity)) !important;
}

:root {
  --green: #56a60b;
  --nav-link-color: white;
  --nav-link-font-size: 1.4rem;
}

h1, .h1 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.logo {
  transition: height ease-in-out 0.6s;
  margin-right: auto;
  display: block;
}
.logo img {
  max-height: 70px;
  height: 100%;
}
@media (max-width: 768px) {
  .logo {
    height: 40px;
  }
}

.menu {
  display: flex;
  flex-direction: row;
  list-style-type: none;
  width: 100%;
  align-items: center;
  flex-grow: 2;
  justify-content: space-around;
}
@media (max-width: 768px) {
  .menu {
    position: fixed;
    display: flex;
    left: 0;
    top: 49px;
    background: white;
    margin: 0;
    padding: 0;
    overflow: hidden;
    transition: height 0.2s ease-in-out;
    flex-flow: column;
  }
  .menu.close {
    height: unset;
    display: none;
  }
  .menu > * {
    width: 100%;
    border-top: solid 1px var(--text);
  }
  .menu .menu-item {
    width: 100%;
    display: inline-block;
    padding: 1rem;
  }
  .menu:after {
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
  }
}

.navbar-brand {
  margin-right: 2rem;
}

.navbar-brand ~ .text-nowrap {
  margin-right: 2rem;
}

.navbar-brand img {
  height: 120px;
}

body {
  font-family: "Nunito Sans", sans-serif;
}

.bg-light {
  background-color: var(--green);
}

@media (min-width: 768px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.navbar {
  color: white;
}

body {
  padding-top: 136px;
}

/* video */
.video-wrapper {
  background: black;
  max-height: 550px;
}
@media (min-width: 1400px) {
  .video-wrapper {
    max-height: 700px;
  }
}
.video-wrapper video {
  width: 100%;
}
.bg-bar.top {
  will-change: transform;
  transition: all 0.2s ease;
}

.fixed .bg-bar.top {
  transform: translateY(-100%);
}

#oferta img {
  float: right;
  max-height: 200px;
}

.text-white {
  color: white;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.absolute .h2 {
  margin-top: 10%;
  color: white;
  margin-bottom: 1rem;
  font-weight: bold;
}

.content h1 {
  margin-bottom: 2rem;
}

.wide-image {
  display: block;
  min-height: 132px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin: 0;
  width: 100%;
}
