:root {
--blue: #0301ff;
--indigo: #6610f2;
--purple: #aaa9cb;
--pink: #e83e8c;
--red: #dc3545;
--orange: #fd7e14;
--yellow: #f9e416;
--green: #b0c4c9;
--teal: #20c997;
--cyan: #a1d9f8;
--white: #fff;
--gray: #6c757d;
--gray-dark: #363a3b;
--primary: #0301ff;
--secondary: #aaa9cb;
--success: #b0c4c9;
--info: #a1d9f8;
--warning: #f9e416;
--danger: #dc3545;
--light: #f8f9fa;
--dark: #363a3b;
--breakpoint-xs: 0;
--breakpoint-sm: 576px;
--breakpoint-md: 768px;
--breakpoint-lg: 992px;
--breakpoint-xl: 1200px;
--font-family-sans-serif: "Cabin", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
main {
margin: 0;
font-family: Cabin, sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
text-align: left;
background-color: #fff;
}
main [tabindex="-1"]:focus {
outline: 0 !important;
}
main hr {
box-sizing: content-box;
height: 0;
overflow: visible;
}
main h1, main h2, main h3, main h4, main h5, main h6 {
margin-top: 0;
margin-bottom: 0.5rem;
}
main p {
margin-top: 0;
margin-bottom: 1rem;
}
main abbr[data-original-title], main abbr[title] {
text-decoration: underline;
text-decoration: underline dotted;
cursor: help;
border-bottom: 0;
text-decoration-skip-ink: none;
}
main address {
margin-bottom: 1rem;
font-style: normal;
line-height: inherit;
}
main dl, main ol, main ul {
margin-top: 0;
margin-bottom: 1rem;
}
main ol ol, main ol ul, main ul ol, main ul ul {
margin-bottom: 0;
}
main dt {
font-weight: 700;
}
main dd {
margin-bottom: 0.5rem;
margin-left: 0;
}
main blockquote {
margin: 0 0 1rem;
line-height: 1.5;
}
main b, main strong {
font-weight: bolder;
}
main small {
font-size: 80%;
}
main sub, main sup {
position: relative;
font-size: 75%;
line-height: 0;
vertical-align: baseline;
}
main sub {
bottom: -0.25em;
}
main sup {
top: -0.5em;
}
main a {
color: #0301ff;
text-decoration: none;
background-color: transparent;
}
main a:hover {
color: #0100b4;
text-decoration: underline;
}
main a:not([href]):not([tabindex]) {
color: inherit;
text-decoration: none;
}
main a:not([href]):not([tabindex]):focus, main a:not([href]):not([tabindex]):hover {
color: inherit;
text-decoration: none;
}
main a:not([href]):not([tabindex]):focus {
outline: 0;
}
main code, main kbd, main pre, main samp {
font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
font-size: 1em;
}
main pre {
margin-top: 0;
margin-bottom: 1rem;
overflow: auto;
}
main figure {
margin: 0 0 1rem;
}
main img {
vertical-align: middle;
border-style: none;
}
main svg {
overflow: hidden;
vertical-align: middle;
}
main table {
border-collapse: collapse;
}
main caption {
padding-top: 0.75rem;
padding-bottom: 0.75rem;
color: #6c757d;
text-align: left;
caption-side: bottom;
}
main th {
text-align: inherit;
}
main label {
display: inline-block;
margin-bottom: 0.5rem;
}
main button {
border-radius: 0;
}
main button:focus {
outline: 1px dotted;
outline: 5px auto -webkit-focus-ring-color;
}
main button, main input, main optgroup, main select, main textarea {
margin: 0;
font-family: inherit;
font-size: inherit;
line-height: inherit;
}
main button, main input {
overflow: visible;
}
main button, main select {
text-transform: none;
}
main select {
word-wrap: normal;
}
main [type=button], main [type=reset], main [type=submit], main button {
-webkit-appearance: button;
}
main [type=button]:not(:disabled), main [type=reset]:not(:disabled), main [type=submit]:not(:disabled), main button:not(:disabled) {
cursor: pointer;
}
main [type=button]::-moz-focus-inner, main [type=reset]::-moz-focus-inner, main [type=submit]::-moz-focus-inner, main button::-moz-focus-inner {
padding: 0;
border-style: none;
}
main input[type=checkbox], main input[type=radio] {
box-sizing: border-box;
padding: 0;
}
main input[type=date], main input[type=datetime-local], main input[type=month], main input[type=time] {
-webkit-appearance: listbox;
}
main textarea {
overflow: auto;
resize: vertical;
}
main fieldset {
min-width: 0;
padding: 0;
margin: 0;
border: 0;
}
main legend {
display: block;
width: 100%;
max-width: 100%;
padding: 0;
margin-bottom: 0.5rem;
font-size: 1.5rem;
line-height: inherit;
color: inherit;
white-space: normal;
}
main progress {
vertical-align: baseline;
}
main [type=number]::-webkit-inner-spin-button, main [type=number]::-webkit-outer-spin-button {
height: auto;
}
main [type=search] {
outline-offset: -2px;
-webkit-appearance: none;
}
main [type=search]::-webkit-search-decoration {
-webkit-appearance: none;
}
main ::-webkit-file-upload-button {
font: inherit;
-webkit-appearance: button;
}
main output {
display: inline-block;
}
main summary {
display: list-item;
cursor: pointer;
}
main template {
display: none;
}
main [hidden] {
display: none !important;
}
main .h1, main .h2, main .h3, main .h4, main .h5, main .h6, main h1, main h2, main h3, main h4, main h5, main h6 {
margin-bottom: 0.5rem;
font-family: "Rozha One", serif;
font-weight: 500;
line-height: 1.2;
}
main .h1, main h1 {
font-size: 2.5rem;
}
main .h2, main h2 {
font-size: 2rem;
}
main .h3, main h3 {
font-size: 1.75rem;
}
main .h4, main h4 {
font-size: 1.5rem;
}
main .h5, main h5 {
font-size: 1.25rem;
}
main .h6, main h6 {
font-size: 1rem;
}
main .lead {
font-size: 1.25rem;
font-weight: 300;
}
main .display-1 {
font-size: 6rem;
font-weight: 300;
line-height: 1.2;
}
main .display-2 {
font-size: 5.5rem;
font-weight: 300;
line-height: 1.2;
}
main .display-3 {
font-size: 4.5rem;
font-weight: 300;
line-height: 1.2;
}
main .display-4 {
font-size: 3.5rem;
font-weight: 300;
line-height: 1.2;
}
main hr {
margin-top: 1rem;
margin-bottom: 1rem;
border: 0;
border-top: 1px solid rgba(0, 0, 0, 0.1);
}
main .small, main small {
font-size: 80%;
font-weight: 400;
}
main .mark, main mark {
padding: 0.2em;
background-color: #fcf8e3;
}
main .list-unstyled {
padding-left: 0;
list-style: none;
}
main .list-inline {
padding-left: 0;
list-style: none;
}
main .list-inline-item {
display: inline-block;
}
main .list-inline-item:not(:last-child) {
margin-right: 0.5rem;
}
main .initialism {
font-size: 90%;
text-transform: uppercase;
}
main .blockquote {
margin-bottom: 1rem;
font-size: 1.25rem;
}
main .blockquote-footer {
display: block;
font-size: 80%;
color: #6c757d;
}
main .blockquote-footer::before {
content: "\2014\00A0";
}
main .img-fluid {
max-width: 100%;
height: auto;
}
main .img-thumbnail {
padding: 0.25rem;
background-color: #fff;
border: 1px solid #dee2e6;
border-radius: 0.25rem;
max-width: 100%;
height: auto;
}
main .figure {
display: inline-block;
}
main .figure-img {
margin-bottom: 0.5rem;
line-height: 1;
}
main .figure-caption {
font-size: 90%;
color: #6c757d;
}
main code {
font-size: 87.5%;
color: #e83e8c;
word-break: break-word;
}
main a > code {
color: inherit;
}
main kbd {
padding: 0.2rem 0.4rem;
font-size: 87.5%;
color: #fff;
background-color: #212529;
border-radius: 0.2rem;
}
main kbd kbd {
padding: 0;
font-size: 100%;
font-weight: 700;
}
main pre {
display: block;
font-size: 87.5%;
color: #212529;
}
main pre code {
font-size: inherit;
color: inherit;
word-break: normal;
}
main .pre-scrollable {
max-height: 340px;
overflow-y: scroll;
}
main .row {
display: flex;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
main .no-gutters {
margin-right: 0;
margin-left: 0;
}
main .no-gutters > .col, main .no-gutters > [class*=col-] {
padding-right: 0;
padding-left: 0;
}
main .col, main .col-1, main .col-10, main .col-11, main .col-12, main .col-2, main .col-3, main .col-4, main .col-5, main .col-6, main .col-7, main .col-8, main .col-9, main .col-auto, main .col-lg, main .col-lg-1, main .col-lg-10, main .col-lg-11, main .col-lg-12, main .col-lg-2, main .col-lg-3, main .col-lg-4, main .col-lg-5, main .col-lg-6, main .col-lg-7, main .col-lg-8, main .col-lg-9, main .col-lg-auto, main .col-md, main .col-md-1, main .col-md-10, main .col-md-11, main .col-md-12, main .col-md-2, main .col-md-3, main .col-md-4, main .col-md-5, main .col-md-6, main .col-md-7, main .col-md-8, main .col-md-9, main .col-md-auto, main .col-sm, main .col-sm-1, main .col-sm-10, main .col-sm-11, main .col-sm-12, main .col-sm-2, main .col-sm-3, main .col-sm-4, main .col-sm-5, main .col-sm-6, main .col-sm-7, main .col-sm-8, main .col-sm-9, main .col-sm-auto, main .col-xl, main .col-xl-1, main .col-xl-10, main .col-xl-11, main .col-xl-12, main .col-xl-2, main .col-xl-3, main .col-xl-4, main .col-xl-5, main .col-xl-6, main .col-xl-7, main .col-xl-8, main .col-xl-9, main .col-xl-auto {
position: relative;
width: 100%;
padding-right: 15px;
padding-left: 15px;
}
main .col {
flex-basis: 0;
flex-grow: 1;
max-width: 100%;
}
main .col-auto {
flex: 0 0 auto;
width: auto;
max-width: 100%;
}
main .col-1 {
flex: 0 0 8.33333%;
max-width: 8.33333%;
}
main .col-2 {
flex: 0 0 16.66667%;
max-width: 16.66667%;
}
main .col-3 {
flex: 0 0 25%;
max-width: 25%;
}
main .col-4 {
flex: 0 0 33.33333%;
max-width: 33.33333%;
}
main .col-5 {
flex: 0 0 41.66667%;
max-width: 41.66667%;
}
main .col-6 {
flex: 0 0 50%;
max-width: 50%;
}
main .col-7 {
flex: 0 0 58.33333%;
max-width: 58.33333%;
}
main .col-8 {
flex: 0 0 66.66667%;
max-width: 66.66667%;
}
main .col-9 {
flex: 0 0 75%;
max-width: 75%;
}
main .col-10 {
flex: 0 0 83.33333%;
max-width: 83.33333%;
}
main .col-11 {
flex: 0 0 91.66667%;
max-width: 91.66667%;
}
main .col-12 {
flex: 0 0 100%;
max-width: 100%;
}
main .order-first {
order: -1;
}
main .order-last {
order: 13;
}
main .order-0 {
order: 0;
}
main .order-1 {
order: 1;
}
main .order-2 {
order: 2;
}
main .order-3 {
order: 3;
}
main .order-4 {
order: 4;
}
main .order-5 {
order: 5;
}
main .order-6 {
order: 6;
}
main .order-7 {
order: 7;
}
main .order-8 {
order: 8;
}
main .order-9 {
order: 9;
}
main .order-10 {
order: 10;
}
main .order-11 {
order: 11;
}
main .order-12 {
order: 12;
}
main .offset-1 {
margin-left: 8.33333%;
}
main .offset-2 {
margin-left: 16.66667%;
}
main .offset-3 {
margin-left: 25%;
}
main .offset-4 {
margin-left: 33.33333%;
}
main .offset-5 {
margin-left: 41.66667%;
}
main .offset-6 {
margin-left: 50%;
}
main .offset-7 {
margin-left: 58.33333%;
}
main .offset-8 {
margin-left: 66.66667%;
}
main .offset-9 {
margin-left: 75%;
}
main .offset-10 {
margin-left: 83.33333%;
}
main .offset-11 {
margin-left: 91.66667%;
}
@media (min-width: 576px) {
main .col-sm {
flex-basis: 0;
flex-grow: 1;
max-width: 100%;
}
main .col-sm-auto {
flex: 0 0 auto;
width: auto;
max-width: 100%;
}
main .col-sm-1 {
flex: 0 0 8.33333%;
max-width: 8.33333%;
}
main .col-sm-2 {
flex: 0 0 16.66667%;
max-width: 16.66667%;
}
main .col-sm-3 {
flex: 0 0 25%;
max-width: 25%;
}
main .col-sm-4 {
flex: 0 0 33.33333%;
max-width: 33.33333%;
}
main .col-sm-5 {
flex: 0 0 41.66667%;
max-width: 41.66667%;
}
main .col-sm-6 {
flex: 0 0 50%;
max-width: 50%;
}
main .col-sm-7 {
flex: 0 0 58.33333%;
max-width: 58.33333%;
}
main .col-sm-8 {
flex: 0 0 66.66667%;
max-width: 66.66667%;
}
main .col-sm-9 {
flex: 0 0 75%;
max-width: 75%;
}
main .col-sm-10 {
flex: 0 0 83.33333%;
max-width: 83.33333%;
}
main .col-sm-11 {
flex: 0 0 91.66667%;
max-width: 91.66667%;
}
main .col-sm-12 {
flex: 0 0 100%;
max-width: 100%;
}
main .order-sm-first {
order: -1;
}
main .order-sm-last {
order: 13;
}
main .order-sm-0 {
order: 0;
}
main .order-sm-1 {
order: 1;
}
main .order-sm-2 {
order: 2;
}
main .order-sm-3 {
order: 3;
}
main .order-sm-4 {
order: 4;
}
main .order-sm-5 {
order: 5;
}
main .order-sm-6 {
order: 6;
}
main .order-sm-7 {
order: 7;
}
main .order-sm-8 {
order: 8;
}
main .order-sm-9 {
order: 9;
}
main .order-sm-10 {
order: 10;
}
main .order-sm-11 {
order: 11;
}
main .order-sm-12 {
order: 12;
}
main .offset-sm-0 {
margin-left: 0;
}
main .offset-sm-1 {
margin-left: 8.33333%;
}
main .offset-sm-2 {
margin-left: 16.66667%;
}
main .offset-sm-3 {
margin-left: 25%;
}
main .offset-sm-4 {
margin-left: 33.33333%;
}
main .offset-sm-5 {
margin-left: 41.66667%;
}
main .offset-sm-6 {
margin-left: 50%;
}
main .offset-sm-7 {
margin-left: 58.33333%;
}
main .offset-sm-8 {
margin-left: 66.66667%;
}
main .offset-sm-9 {
margin-left: 75%;
}
main .offset-sm-10 {
margin-left: 83.33333%;
}
main .offset-sm-11 {
margin-left: 91.66667%;
}
}
@media (min-width: 768px) {
main .col-md {
flex-basis: 0;
flex-grow: 1;
max-width: 100%;
}
main .col-md-auto {
flex: 0 0 auto;
width: auto;
max-width: 100%;
}
main .col-md-1 {
flex: 0 0 8.33333%;
max-width: 8.33333%;
}
main .col-md-2 {
flex: 0 0 16.66667%;
max-width: 16.66667%;
}
main .col-md-3 {
flex: 0 0 25%;
max-width: 25%;
}
main .col-md-4 {
flex: 0 0 33.33333%;
max-width: 33.33333%;
}
main .col-md-5 {
flex: 0 0 41.66667%;
max-width: 41.66667%;
}
main .col-md-6 {
flex: 0 0 50%;
max-width: 50%;
}
main .col-md-7 {
flex: 0 0 58.33333%;
max-width: 58.33333%;
}
main .col-md-8 {
flex: 0 0 66.66667%;
max-width: 66.66667%;
}
main .col-md-9 {
flex: 0 0 75%;
max-width: 75%;
}
main .col-md-10 {
flex: 0 0 83.33333%;
max-width: 83.33333%;
}
main .col-md-11 {
flex: 0 0 91.66667%;
max-width: 91.66667%;
}
main .col-md-12 {
flex: 0 0 100%;
max-width: 100%;
}
main .order-md-first {
order: -1;
}
main .order-md-last {
order: 13;
}
main .order-md-0 {
order: 0;
}
main .order-md-1 {
order: 1;
}
main .order-md-2 {
order: 2;
}
main .order-md-3 {
order: 3;
}
main .order-md-4 {
order: 4;
}
main .order-md-5 {
order: 5;
}
main .order-md-6 {
order: 6;
}
main .order-md-7 {
order: 7;
}
main .order-md-8 {
order: 8;
}
main .order-md-9 {
order: 9;
}
main .order-md-10 {
order: 10;
}
main .order-md-11 {
order: 11;
}
main .order-md-12 {
order: 12;
}
main .offset-md-0 {
margin-left: 0;
}
main .offset-md-1 {
margin-left: 8.33333%;
}
main .offset-md-2 {
margin-left: 16.66667%;
}
main .offset-md-3 {
margin-left: 25%;
}
main .offset-md-4 {
margin-left: 33.33333%;
}
main .offset-md-5 {
margin-left: 41.66667%;
}
main .offset-md-6 {
margin-left: 50%;
}
main .offset-md-7 {
margin-left: 58.33333%;
}
main .offset-md-8 {
margin-left: 66.66667%;
}
main .offset-md-9 {
margin-left: 75%;
}
main .offset-md-10 {
margin-left: 83.33333%;
}
main .offset-md-11 {
margin-left: 91.66667%;
}
}
@media (min-width: 992px) {
main .col-lg {
flex-basis: 0;
flex-grow: 1;
max-width: 100%;
}
main .col-lg-auto {
flex: 0 0 auto;
width: auto;
max-width: 100%;
}
main .col-lg-1 {
flex: 0 0 8.33333%;
max-width: 8.33333%;
}
main .col-lg-2 {
flex: 0 0 16.66667%;
max-width: 16.66667%;
}
main .col-lg-3 {
flex: 0 0 25%;
max-width: 25%;
}
main .col-lg-4 {
flex: 0 0 33.33333%;
max-width: 33.33333%;
}
main .col-lg-5 {
flex: 0 0 41.66667%;
max-width: 41.66667%;
}
main .col-lg-6 {
flex: 0 0 50%;
max-width: 50%;
}
main .col-lg-7 {
flex: 0 0 58.33333%;
max-width: 58.33333%;
}
main .col-lg-8 {
flex: 0 0 66.66667%;
max-width: 66.66667%;
}
main .col-lg-9 {
flex: 0 0 75%;
max-width: 75%;
}
main .col-lg-10 {
flex: 0 0 83.33333%;
max-width: 83.33333%;
}
main .col-lg-11 {
flex: 0 0 91.66667%;
max-width: 91.66667%;
}
main .col-lg-12 {
flex: 0 0 100%;
max-width: 100%;
}
main .order-lg-first {
order: -1;
}
main .order-lg-last {
order: 13;
}
main .order-lg-0 {
order: 0;
}
main .order-lg-1 {
order: 1;
}
main .order-lg-2 {
order: 2;
}
main .order-lg-3 {
order: 3;
}
main .order-lg-4 {
order: 4;
}
main .order-lg-5 {
order: 5;
}
main .order-lg-6 {
order: 6;
}
main .order-lg-7 {
order: 7;
}
main .order-lg-8 {
order: 8;
}
main .order-lg-9 {
order: 9;
}
main .order-lg-10 {
order: 10;
}
main .order-lg-11 {
order: 11;
}
main .order-lg-12 {
order: 12;
}
main .offset-lg-0 {
margin-left: 0;
}
main .offset-lg-1 {
margin-left: 8.33333%;
}
main .offset-lg-2 {
margin-left: 16.66667%;
}
main .offset-lg-3 {
margin-left: 25%;
}
main .offset-lg-4 {
margin-left: 33.33333%;
}
main .offset-lg-5 {
margin-left: 41.66667%;
}
main .offset-lg-6 {
margin-left: 50%;
}
main .offset-lg-7 {
margin-left: 58.33333%;
}
main .offset-lg-8 {
margin-left: 66.66667%;
}
main .offset-lg-9 {
margin-left: 75%;
}
main .offset-lg-10 {
margin-left: 83.33333%;
}
main .offset-lg-11 {
margin-left: 91.66667%;
}
}
@media (min-width: 1200px) {
main .col-xl {
flex-basis: 0;
flex-grow: 1;
max-width: 100%;
}
main .col-xl-auto {
flex: 0 0 auto;
width: auto;
max-width: 100%;
}
main .col-xl-1 {
flex: 0 0 8.33333%;
max-width: 8.33333%;
}
main .col-xl-2 {
flex: 0 0 16.66667%;
max-width: 16.66667%;
}
main .col-xl-3 {
flex: 0 0 25%;
max-width: 25%;
}
main .col-xl-4 {
flex: 0 0 33.33333%;
max-width: 33.33333%;
}
main .col-xl-5 {
flex: 0 0 41.66667%;
max-width: 41.66667%;
}
main .col-xl-6 {
flex: 0 0 50%;
max-width: 50%;
}
main .col-xl-7 {
flex: 0 0 58.33333%;
max-width: 58.33333%;
}
main .col-xl-8 {
flex: 0 0 66.66667%;
max-width: 66.66667%;
}
main .col-xl-9 {
flex: 0 0 75%;
max-width: 75%;
}
main .col-xl-10 {
flex: 0 0 83.33333%;
max-width: 83.33333%;
}
main .col-xl-11 {
flex: 0 0 91.66667%;
max-width: 91.66667%;
}
main .col-xl-12 {
flex: 0 0 100%;
max-width: 100%;
}
main .order-xl-first {
order: -1;
}
main .order-xl-last {
order: 13;
}
main .order-xl-0 {
order: 0;
}
main .order-xl-1 {
order: 1;
}
main .order-xl-2 {
order: 2;
}
main .order-xl-3 {
order: 3;
}
main .order-xl-4 {
order: 4;
}
main .order-xl-5 {
order: 5;
}
main .order-xl-6 {
order: 6;
}
main .order-xl-7 {
order: 7;
}
main .order-xl-8 {
order: 8;
}
main .order-xl-9 {
order: 9;
}
main .order-xl-10 {
order: 10;
}
main .order-xl-11 {
order: 11;
}
main .order-xl-12 {
order: 12;
}
main .offset-xl-0 {
margin-left: 0;
}
main .offset-xl-1 {
margin-left: 8.33333%;
}
main .offset-xl-2 {
margin-left: 16.66667%;
}
main .offset-xl-3 {
margin-left: 25%;
}
main .offset-xl-4 {
margin-left: 33.33333%;
}
main .offset-xl-5 {
margin-left: 41.66667%;
}
main .offset-xl-6 {
margin-left: 50%;
}
main .offset-xl-7 {
margin-left: 58.33333%;
}
main .offset-xl-8 {
margin-left: 66.66667%;
}
main .offset-xl-9 {
margin-left: 75%;
}
main .offset-xl-10 {
margin-left: 83.33333%;
}
main .offset-xl-11 {
margin-left: 91.66667%;
}
}
main .table {
width: 100%;
margin-bottom: 1rem;
color: #212529;
}
main .table td, main .table th {
padding: 0.75rem;
vertical-align: top;
border-top: 1px solid #dee2e6;
}
main .table thead th {
vertical-align: bottom;
border-bottom: 2px solid #dee2e6;
}
main .table tbody + tbody {
border-top: 2px solid #dee2e6;
}
main .table-sm td, main .table-sm th {
padding: 0.3rem;
}
main .table-bordered {
border: 1px solid #dee2e6;
}
main .table-bordered td, main .table-bordered th {
border: 1px solid #dee2e6;
}
main .table-bordered thead td, main .table-bordered thead th {
border-bottom-width: 2px;
}
main .table-borderless tbody + tbody, main .table-borderless td, main .table-borderless th, main .table-borderless thead th {
border: 0;
}
main .table-striped tbody tr:nth-of-type(odd) {
background-color: rgba(0, 0, 0, 0.05);
}
main .table-hover tbody tr:hover {
color: #212529;
background-color: rgba(0, 0, 0, 0.075);
}
main .table-primary, main .table-primary > td, main .table-primary > th {
background-color: #b8b8ff;
}
main .table-primary tbody + tbody, main .table-primary td, main .table-primary th, main .table-primary thead th {
border-color: #7c7bff;
}
main .table-hover .table-primary:hover {
background-color: #9f9fff;
}
main .table-hover .table-primary:hover > td, main .table-hover .table-primary:hover > th {
background-color: #9f9fff;
}
main .table-secondary, main .table-secondary > td, main .table-secondary > th {
background-color: #e7e7f0;
}
main .table-secondary tbody + tbody, main .table-secondary td, main .table-secondary th, main .table-secondary thead th {
border-color: #d3d2e4;
}
main .table-hover .table-secondary:hover {
background-color: #d7d7e6;
}
main .table-hover .table-secondary:hover > td, main .table-hover .table-secondary:hover > th {
background-color: #d7d7e6;
}
main .table-success, main .table-success > td, main .table-success > th {
background-color: #e9eef0;
}
main .table-success tbody + tbody, main .table-success td, main .table-success th, main .table-success thead th {
border-color: #d6e0e3;
}
main .table-hover .table-success:hover {
background-color: #dae2e6;
}
main .table-hover .table-success:hover > td, main .table-hover .table-success:hover > th {
background-color: #dae2e6;
}
main .table-info, main .table-info > td, main .table-info > th {
background-color: #e5f4fd;
}
main .table-info tbody + tbody, main .table-info td, main .table-info th, main .table-info thead th {
border-color: #ceebfb;
}
main .table-hover .table-info:hover {
background-color: #cdeafb;
}
main .table-hover .table-info:hover > td, main .table-hover .table-info:hover > th {
background-color: #cdeafb;
}
main .table-warning, main .table-warning > td, main .table-warning > th {
background-color: #fdf7be;
}
main .table-warning tbody + tbody, main .table-warning td, main .table-warning th, main .table-warning thead th {
border-color: #fcf186;
}
main .table-hover .table-warning:hover {
background-color: #fcf4a5;
}
main .table-hover .table-warning:hover > td, main .table-hover .table-warning:hover > th {
background-color: #fcf4a5;
}
main .table-danger, main .table-danger > td, main .table-danger > th {
background-color: #f5c6cb;
}
main .table-danger tbody + tbody, main .table-danger td, main .table-danger th, main .table-danger thead th {
border-color: #ed969e;
}
main .table-hover .table-danger:hover {
background-color: #f1b0b7;
}
main .table-hover .table-danger:hover > td, main .table-hover .table-danger:hover > th {
background-color: #f1b0b7;
}
main .table-light, main .table-light > td, main .table-light > th {
background-color: #fdfdfe;
}
main .table-light tbody + tbody, main .table-light td, main .table-light th, main .table-light thead th {
border-color: #fbfcfc;
}
main .table-hover .table-light:hover {
background-color: #ececf6;
}
main .table-hover .table-light:hover > td, main .table-hover .table-light:hover > th {
background-color: #ececf6;
}
main .table-dark, main .table-dark > td, main .table-dark > th {
background-color: #c7c8c8;
}
main .table-dark tbody + tbody, main .table-dark td, main .table-dark th, main .table-dark thead th {
border-color: #969999;
}
main .table-hover .table-dark:hover {
background-color: #babbbb;
}
main .table-hover .table-dark:hover > td, main .table-hover .table-dark:hover > th {
background-color: #babbbb;
}
main .table-active, main .table-active > td, main .table-active > th {
background-color: rgba(0, 0, 0, 0.075);
}
main .table-hover .table-active:hover {
background-color: rgba(0, 0, 0, 0.075);
}
main .table-hover .table-active:hover > td, main .table-hover .table-active:hover > th {
background-color: rgba(0, 0, 0, 0.075);
}
main .table .thead-dark th {
color: #fff;
background-color: #363a3b;
border-color: #484e4f;
}
main .table .thead-light th {
color: #495057;
background-color: #e9ecef;
border-color: #dee2e6;
}
main .table-dark {
color: #fff;
background-color: #363a3b;
}
main .table-dark td, main .table-dark th, main .table-dark thead th {
border-color: #484e4f;
}
main .table-dark.table-bordered {
border: 0;
}
main .table-dark.table-striped tbody tr:nth-of-type(odd) {
background-color: rgba(255, 255, 255, 0.05);
}
main .table-dark.table-hover tbody tr:hover {
color: #fff;
background-color: rgba(255, 255, 255, 0.075);
}
@media (max-width: 575.98px) {
main .table-responsive-sm {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
main .table-responsive-sm > .table-bordered {
border: 0;
}
}
@media (max-width: 767.98px) {
main .table-responsive-md {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
main .table-responsive-md > .table-bordered {
border: 0;
}
}
@media (max-width: 991.98px) {
main .table-responsive-lg {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
main .table-responsive-lg > .table-bordered {
border: 0;
}
}
@media (max-width: 1199.98px) {
main .table-responsive-xl {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
main .table-responsive-xl > .table-bordered {
border: 0;
}
}
main .table-responsive {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
main .table-responsive > .table-bordered {
border: 0;
}
main .form-control {
display: block;
width: 100%;
height: calc(1.5em + .75rem + 2px);
padding: 0.375rem 0.75rem;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #495057;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #ced4da;
border-radius: 0.25rem;
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
main .form-control {
transition: none;
}
}
main .form-control::-ms-expand {
background-color: transparent;
border: 0;
}
main .form-control:focus {
color: #495057;
background-color: #fff;
border-color: #8181ff;
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(3, 1, 255, 0.25);
}
main .form-control::placeholder {
color: #6c757d;
opacity: 1;
}
main .form-control:disabled, main .form-control[readonly] {
background-color: #e9ecef;
opacity: 1;
}
main select.form-control:focus::-ms-value {
color: #495057;
background-color: #fff;
}
main .form-control-file, main .form-control-range {
display: block;
width: 100%;
}
main .col-form-label {
padding-top: calc(.375rem + 1px);
padding-bottom: calc(.375rem + 1px);
margin-bottom: 0;
font-size: inherit;
line-height: 1.5;
}
main .col-form-label-lg {
padding-top: calc(.5rem + 1px);
padding-bottom: calc(.5rem + 1px);
font-size: 1.25rem;
line-height: 1.5;
}
main .col-form-label-sm {
padding-top: calc(.25rem + 1px);
padding-bottom: calc(.25rem + 1px);
font-size: 0.875rem;
line-height: 1.5;
}
main .form-control-plaintext {
display: block;
width: 100%;
padding-top: 0.375rem;
padding-bottom: 0.375rem;
margin-bottom: 0;
line-height: 1.5;
color: #212529;
background-color: transparent;
border: solid transparent;
border-width: 1px 0;
}
main .form-control-plaintext.form-control-lg, main .form-control-plaintext.form-control-sm {
padding-right: 0;
padding-left: 0;
}
main .form-control-sm {
height: calc(1.5em + .5rem + 2px);
padding: 0.25rem 0.5rem;
font-size: 0.875rem;
line-height: 1.5;
border-radius: 0.2rem;
}
main .form-control-lg {
height: calc(1.5em + 1rem + 2px);
padding: 0.5rem 1rem;
font-size: 1.25rem;
line-height: 1.5;
border-radius: 0.3rem;
}
main select.form-control[multiple], main select.form-control[size] {
height: auto;
}
main textarea.form-control {
height: auto;
}
main .form-group {
margin-bottom: 1rem;
}
main .form-text {
display: block;
margin-top: 0.25rem;
}
main .form-row {
display: flex;
flex-wrap: wrap;
margin-right: -5px;
margin-left: -5px;
}
main .form-row > .col, main .form-row > [class*=col-] {
padding-right: 5px;
padding-left: 5px;
}
main .form-check {
position: relative;
display: block;
padding-left: 1.25rem;
}
main .form-check-input {
position: absolute;
margin-top: 0.3rem;
margin-left: -1.25rem;
}
main .form-check-input:disabled ~ .form-check-label {
color: #6c757d;
}
main .form-check-label {
margin-bottom: 0;
}
main .form-check-inline {
display: inline-flex;
align-items: center;
padding-left: 0;
margin-right: 0.75rem;
}
main .form-check-inline .form-check-input {
position: static;
margin-top: 0;
margin-right: 0.3125rem;
margin-left: 0;
}
main .valid-feedback {
display: none;
width: 100%;
margin-top: 0.25rem;
font-size: 80%;
color: #b0c4c9;
}
main .valid-tooltip {
position: absolute;
top: 100%;
z-index: 5;
display: none;
max-width: 100%;
padding: 0.25rem 0.5rem;
margin-top: 0.1rem;
font-size: 0.875rem;
line-height: 1.5;
color: #212529;
background-color: rgba(176, 196, 201, 0.9);
border-radius: 0.25rem;
}
main .form-control.is-valid, main .was-validated .form-control:valid {
border-color: #b0c4c9;
padding-right: calc(1.5em + .75rem);
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23b0c4c9' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
background-repeat: no-repeat;
background-position: center right calc(.375em + .1875rem);
background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}
main .form-control.is-valid:focus, main .was-validated .form-control:valid:focus {
border-color: #b0c4c9;
box-shadow: 0 0 0 0.2rem rgba(176, 196, 201, 0.25);
}
main .form-control.is-valid ~ .valid-feedback, main .form-control.is-valid ~ .valid-tooltip, main .was-validated .form-control:valid ~ .valid-feedback, main .was-validated .form-control:valid ~ .valid-tooltip {
display: block;
}
main .was-validated textarea.form-control:valid, main textarea.form-control.is-valid {
padding-right: calc(1.5em + .75rem);
background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem);
}
main .custom-select.is-valid, main .was-validated .custom-select:valid {
border-color: #b0c4c9;
padding-right: calc((1em + .75rem) * 3 / 4 + 1.75rem);
background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23363a3b' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23b0c4c9' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem);
}
main .custom-select.is-valid:focus, main .was-validated .custom-select:valid:focus {
border-color: #b0c4c9;
box-shadow: 0 0 0 0.2rem rgba(176, 196, 201, 0.25);
}
main .custom-select.is-valid ~ .valid-feedback, main .custom-select.is-valid ~ .valid-tooltip, main .was-validated .custom-select:valid ~ .valid-feedback, main .was-validated .custom-select:valid ~ .valid-tooltip {
display: block;
}
main .form-control-file.is-valid ~ .valid-feedback, main .form-control-file.is-valid ~ .valid-tooltip, main .was-validated .form-control-file:valid ~ .valid-feedback, main .was-validated .form-control-file:valid ~ .valid-tooltip {
display: block;
}
main .form-check-input.is-valid ~ .form-check-label, main .was-validated .form-check-input:valid ~ .form-check-label {
color: #b0c4c9;
}
main .form-check-input.is-valid ~ .valid-feedback, main .form-check-input.is-valid ~ .valid-tooltip, main .was-validated .form-check-input:valid ~ .valid-feedback, main .was-validated .form-check-input:valid ~ .valid-tooltip {
display: block;
}
main .custom-control-input.is-valid ~ .custom-control-label, main .was-validated .custom-control-input:valid ~ .custom-control-label {
color: #b0c4c9;
}
main .custom-control-input.is-valid ~ .custom-control-label::before, main .was-validated .custom-control-input:valid ~ .custom-control-label::before {
border-color: #b0c4c9;
}
main .custom-control-input.is-valid ~ .valid-feedback, main .custom-control-input.is-valid ~ .valid-tooltip, main .was-validated .custom-control-input:valid ~ .valid-feedback, main .was-validated .custom-control-input:valid ~ .valid-tooltip {
display: block;
}
main .custom-control-input.is-valid:checked ~ .custom-control-label::before, main .was-validated .custom-control-input:valid:checked ~ .custom-control-label::before {
border-color: #cedbde;
background-color: #cedbde;
}
main .custom-control-input.is-valid:focus ~ .custom-control-label::before, main .was-validated .custom-control-input:valid:focus ~ .custom-control-label::before {
box-shadow: 0 0 0 0.2rem rgba(176, 196, 201, 0.25);
}
main .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before, main .was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before {
border-color: #b0c4c9;
}
main .custom-file-input.is-valid ~ .custom-file-label, main .was-validated .custom-file-input:valid ~ .custom-file-label {
border-color: #b0c4c9;
}
main .custom-file-input.is-valid ~ .valid-feedback, main .custom-file-input.is-valid ~ .valid-tooltip, main .was-validated .custom-file-input:valid ~ .valid-feedback, main .was-validated .custom-file-input:valid ~ .valid-tooltip {
display: block;
}
main .custom-file-input.is-valid:focus ~ .custom-file-label, main .was-validated .custom-file-input:valid:focus ~ .custom-file-label {
border-color: #b0c4c9;
box-shadow: 0 0 0 0.2rem rgba(176, 196, 201, 0.25);
}
main .invalid-feedback {
display: none;
width: 100%;
margin-top: 0.25rem;
font-size: 80%;
color: #dc3545;
}
main .invalid-tooltip {
position: absolute;
top: 100%;
z-index: 5;
display: none;
max-width: 100%;
padding: 0.25rem 0.5rem;
margin-top: 0.1rem;
font-size: 0.875rem;
line-height: 1.5;
color: #fff;
background-color: rgba(220, 53, 69, 0.9);
border-radius: 0.25rem;
}
main .form-control.is-invalid, main .was-validated .form-control:invalid {
border-color: #dc3545;
padding-right: calc(1.5em + .75rem);
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
background-repeat: no-repeat;
background-position: center right calc(.375em + .1875rem);
background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}
main .form-control.is-invalid:focus, main .was-validated .form-control:invalid:focus {
border-color: #dc3545;
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
main .form-control.is-invalid ~ .invalid-feedback, main .form-control.is-invalid ~ .invalid-tooltip, main .was-validated .form-control:invalid ~ .invalid-feedback, main .was-validated .form-control:invalid ~ .invalid-tooltip {
display: block;
}
main .was-validated textarea.form-control:invalid, main textarea.form-control.is-invalid {
padding-right: calc(1.5em + .75rem);
background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem);
}
main .custom-select.is-invalid, main .was-validated .custom-select:invalid {
border-color: #dc3545;
padding-right: calc((1em + .75rem) * 3 / 4 + 1.75rem);
background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23363a3b' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem);
}
main .custom-select.is-invalid:focus, main .was-validated .custom-select:invalid:focus {
border-color: #dc3545;
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
main .custom-select.is-invalid ~ .invalid-feedback, main .custom-select.is-invalid ~ .invalid-tooltip, main .was-validated .custom-select:invalid ~ .invalid-feedback, main .was-validated .custom-select:invalid ~ .invalid-tooltip {
display: block;
}
main .form-control-file.is-invalid ~ .invalid-feedback, main .form-control-file.is-invalid ~ .invalid-tooltip, main .was-validated .form-control-file:invalid ~ .invalid-feedback, main .was-validated .form-control-file:invalid ~ .invalid-tooltip {
display: block;
}
main .form-check-input.is-invalid ~ .form-check-label, main .was-validated .form-check-input:invalid ~ .form-check-label {
color: #dc3545;
}
main .form-check-input.is-invalid ~ .invalid-feedback, main .form-check-input.is-invalid ~ .invalid-tooltip, main .was-validated .form-check-input:invalid ~ .invalid-feedback, main .was-validated .form-check-input:invalid ~ .invalid-tooltip {
display: block;
}
main .custom-control-input.is-invalid ~ .custom-control-label, main .was-validated .custom-control-input:invalid ~ .custom-control-label {
color: #dc3545;
}
main .custom-control-input.is-invalid ~ .custom-control-label::before, main .was-validated .custom-control-input:invalid ~ .custom-control-label::before {
border-color: #dc3545;
}
main .custom-control-input.is-invalid ~ .invalid-feedback, main .custom-control-input.is-invalid ~ .invalid-tooltip, main .was-validated .custom-control-input:invalid ~ .invalid-feedback, main .was-validated .custom-control-input:invalid ~ .invalid-tooltip {
display: block;
}
main .custom-control-input.is-invalid:checked ~ .custom-control-label::before, main .was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before {
border-color: #e4606d;
background-color: #e4606d;
}
main .custom-control-input.is-invalid:focus ~ .custom-control-label::before, main .was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before {
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
main .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before, main .was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before {
border-color: #dc3545;
}
main .custom-file-input.is-invalid ~ .custom-file-label, main .was-validated .custom-file-input:invalid ~ .custom-file-label {
border-color: #dc3545;
}
main .custom-file-input.is-invalid ~ .invalid-feedback, main .custom-file-input.is-invalid ~ .invalid-tooltip, main .was-validated .custom-file-input:invalid ~ .invalid-feedback, main .was-validated .custom-file-input:invalid ~ .invalid-tooltip {
display: block;
}
main .custom-file-input.is-invalid:focus ~ .custom-file-label, main .was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
border-color: #dc3545;
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
main .form-inline {
display: flex;
flex-flow: row wrap;
align-items: center;
}
main .form-inline .form-check {
width: 100%;
}
@media (min-width: 576px) {
main .form-inline label {
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 0;
}
main .form-inline .form-group {
display: flex;
flex: 0 0 auto;
flex-flow: row wrap;
align-items: center;
margin-bottom: 0;
}
main .form-inline .form-control {
display: inline-block;
width: auto;
vertical-align: middle;
}
main .form-inline .form-control-plaintext {
display: inline-block;
}
main .form-inline .custom-select, main .form-inline .input-group {
width: auto;
}
main .form-inline .form-check {
display: flex;
align-items: center;
justify-content: center;
width: auto;
padding-left: 0;
}
main .form-inline .form-check-input {
position: relative;
flex-shrink: 0;
margin-top: 0;
margin-right: 0.25rem;
margin-left: 0;
}
main .form-inline .custom-control {
align-items: center;
justify-content: center;
}
main .form-inline .custom-control-label {
margin-bottom: 0;
}
}
main .btn {
display: inline-block;
font-weight: 400;
color: #212529;
text-align: center;
vertical-align: middle;
user-select: none;
background-color: transparent;
border: 1px solid transparent;
padding: 0.375rem 1.5rem;
font-size: 1rem;
line-height: 1.5;
border-radius: 3rem;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
main .btn {
transition: none;
}
}
main .btn:hover {
color: #212529;
text-decoration: none;
}
main .btn.focus, main .btn:focus {
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(3, 1, 255, 0.25);
}
main .btn.disabled, main .btn:disabled {
opacity: 0.65;
}
main a.btn.disabled, main fieldset:disabled a.btn {
pointer-events: none;
}
main .btn-primary {
color: #fff;
background-color: #0301ff;
border-color: #0301ff;
}
main .btn-primary:hover {
color: #fff;
background-color: #0200da;
border-color: #0200cd;
}
main .btn-primary.focus, main .btn-primary:focus {
box-shadow: 0 0 0 0.2rem rgba(41, 39, 255, 0.5);
}
main .btn-primary.disabled, main .btn-primary:disabled {
color: #fff;
background-color: #0301ff;
border-color: #0301ff;
}
main .btn-primary:not(:disabled):not(.disabled).active, main .btn-primary:not(:disabled):not(.disabled):active, main .show > .btn-primary.dropdown-toggle {
color: #fff;
background-color: #0200cd;
border-color: #0200c0;
}
main .btn-primary:not(:disabled):not(.disabled).active:focus, main .btn-primary:not(:disabled):not(.disabled):active:focus, main .show > .btn-primary.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(41, 39, 255, 0.5);
}
main .btn-secondary {
color: #212529;
background-color: #aaa9cb;
border-color: #aaa9cb;
}
main .btn-secondary:hover {
color: #212529;
background-color: #9291bd;
border-color: #8b89b8;
}
main .btn-secondary.focus, main .btn-secondary:focus {
box-shadow: 0 0 0 0.2rem rgba(149, 149, 179, 0.5);
}
main .btn-secondary.disabled, main .btn-secondary:disabled {
color: #212529;
background-color: #aaa9cb;
border-color: #aaa9cb;
}
main .btn-secondary:not(:disabled):not(.disabled).active, main .btn-secondary:not(:disabled):not(.disabled):active, main .show > .btn-secondary.dropdown-toggle {
color: #fff;
background-color: #8b89b8;
border-color: #8381b3;
}
main .btn-secondary:not(:disabled):not(.disabled).active:focus, main .btn-secondary:not(:disabled):not(.disabled):active:focus, main .show > .btn-secondary.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(149, 149, 179, 0.5);
}
main .btn-success {
color: #212529;
background-color: #b0c4c9;
border-color: #b0c4c9;
}
main .btn-success:hover {
color: #212529;
background-color: #99b3b9;
border-color: #92adb4;
}
main .btn-success.focus, main .btn-success:focus {
box-shadow: 0 0 0 0.2rem rgba(155, 172, 177, 0.5);
}
main .btn-success.disabled, main .btn-success:disabled {
color: #212529;
background-color: #b0c4c9;
border-color: #b0c4c9;
}
main .btn-success:not(:disabled):not(.disabled).active, main .btn-success:not(:disabled):not(.disabled):active, main .show > .btn-success.dropdown-toggle {
color: #212529;
background-color: #92adb4;
border-color: #8aa8af;
}
main .btn-success:not(:disabled):not(.disabled).active:focus, main .btn-success:not(:disabled):not(.disabled):active:focus, main .show > .btn-success.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(155, 172, 177, 0.5);
}
main .btn-info {
color: #212529;
background-color: #a1d9f8;
border-color: #a1d9f8;
}
main .btn-info:hover {
color: #212529;
background-color: #7dcbf5;
border-color: #72c6f4;
}
main .btn-info.focus, main .btn-info:focus {
box-shadow: 0 0 0 0.2rem rgba(142, 190, 217, 0.5);
}
main .btn-info.disabled, main .btn-info:disabled {
color: #212529;
background-color: #a1d9f8;
border-color: #a1d9f8;
}
main .btn-info:not(:disabled):not(.disabled).active, main .btn-info:not(:disabled):not(.disabled):active, main .show > .btn-info.dropdown-toggle {
color: #212529;
background-color: #72c6f4;
border-color: #66c1f4;
}
main .btn-info:not(:disabled):not(.disabled).active:focus, main .btn-info:not(:disabled):not(.disabled):active:focus, main .show > .btn-info.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(142, 190, 217, 0.5);
}
main .btn-warning {
color: #212529;
background-color: #f9e416;
border-color: #f9e416;
}
main .btn-warning:hover {
color: #212529;
background-color: #e3ce06;
border-color: #d6c306;
}
main .btn-warning.focus, main .btn-warning:focus {
box-shadow: 0 0 0 0.2rem rgba(217, 199, 25, 0.5);
}
main .btn-warning.disabled, main .btn-warning:disabled {
color: #212529;
background-color: #f9e416;
border-color: #f9e416;
}
main .btn-warning:not(:disabled):not(.disabled).active, main .btn-warning:not(:disabled):not(.disabled):active, main .show > .btn-warning.dropdown-toggle {
color: #212529;
background-color: #d6c306;
border-color: #cab805;
}
main .btn-warning:not(:disabled):not(.disabled).active:focus, main .btn-warning:not(:disabled):not(.disabled):active:focus, main .show > .btn-warning.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(217, 199, 25, 0.5);
}
main .btn-danger {
color: #fff;
background-color: #dc3545;
border-color: #dc3545;
}
main .btn-danger:hover {
color: #fff;
background-color: #c82333;
border-color: #bd2130;
}
main .btn-danger.focus, main .btn-danger:focus {
box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
main .btn-danger.disabled, main .btn-danger:disabled {
color: #fff;
background-color: #dc3545;
border-color: #dc3545;
}
main .btn-danger:not(:disabled):not(.disabled).active, main .btn-danger:not(:disabled):not(.disabled):active, main .show > .btn-danger.dropdown-toggle {
color: #fff;
background-color: #bd2130;
border-color: #b21f2d;
}
main .btn-danger:not(:disabled):not(.disabled).active:focus, main .btn-danger:not(:disabled):not(.disabled):active:focus, main .show > .btn-danger.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
main .btn-light {
color: #212529;
background-color: #f8f9fa;
border-color: #f8f9fa;
}
main .btn-light:hover {
color: #212529;
background-color: #e2e6ea;
border-color: #dae0e5;
}
main .btn-light.focus, main .btn-light:focus {
box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
main .btn-light.disabled, main .btn-light:disabled {
color: #212529;
background-color: #f8f9fa;
border-color: #f8f9fa;
}
main .btn-light:not(:disabled):not(.disabled).active, main .btn-light:not(:disabled):not(.disabled):active, main .show > .btn-light.dropdown-toggle {
color: #212529;
background-color: #dae0e5;
border-color: #d3d9df;
}
main .btn-light:not(:disabled):not(.disabled).active:focus, main .btn-light:not(:disabled):not(.disabled):active:focus, main .show > .btn-light.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
main .btn-dark {
color: #fff;
background-color: #363a3b;
border-color: #363a3b;
}
main .btn-dark:hover {
color: #fff;
background-color: #242627;
border-color: #1e2020;
}
main .btn-dark.focus, main .btn-dark:focus {
box-shadow: 0 0 0 0.2rem rgba(84, 88, 88, 0.5);
}
main .btn-dark.disabled, main .btn-dark:disabled {
color: #fff;
background-color: #363a3b;
border-color: #363a3b;
}
main .btn-dark:not(:disabled):not(.disabled).active, main .btn-dark:not(:disabled):not(.disabled):active, main .show > .btn-dark.dropdown-toggle {
color: #fff;
background-color: #1e2020;
border-color: #18191a;
}
main .btn-dark:not(:disabled):not(.disabled).active:focus, main .btn-dark:not(:disabled):not(.disabled):active:focus, main .show > .btn-dark.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(84, 88, 88, 0.5);
}
main .btn-outline-primary {
color: #0301ff;
border-color: #0301ff;
}
main .btn-outline-primary:hover {
color: #fff;
background-color: #0301ff;
border-color: #0301ff;
}
main .btn-outline-primary.focus, main .btn-outline-primary:focus {
box-shadow: 0 0 0 0.2rem rgba(3, 1, 255, 0.5);
}
main .btn-outline-primary.disabled, main .btn-outline-primary:disabled {
color: #0301ff;
background-color: transparent;
}
main .btn-outline-primary:not(:disabled):not(.disabled).active, main .btn-outline-primary:not(:disabled):not(.disabled):active, main .show > .btn-outline-primary.dropdown-toggle {
color: #fff;
background-color: #0301ff;
border-color: #0301ff;
}
main .btn-outline-primary:not(:disabled):not(.disabled).active:focus, main .btn-outline-primary:not(:disabled):not(.disabled):active:focus, main .show > .btn-outline-primary.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(3, 1, 255, 0.5);
}
main .btn-outline-secondary {
color: #aaa9cb;
border-color: #aaa9cb;
}
main .btn-outline-secondary:hover {
color: #212529;
background-color: #aaa9cb;
border-color: #aaa9cb;
}
main .btn-outline-secondary.focus, main .btn-outline-secondary:focus {
box-shadow: 0 0 0 0.2rem rgba(170, 169, 203, 0.5);
}
main .btn-outline-secondary.disabled, main .btn-outline-secondary:disabled {
color: #aaa9cb;
background-color: transparent;
}
main .btn-outline-secondary:not(:disabled):not(.disabled).active, main .btn-outline-secondary:not(:disabled):not(.disabled):active, main .show > .btn-outline-secondary.dropdown-toggle {
color: #212529;
background-color: #aaa9cb;
border-color: #aaa9cb;
}
main .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, main .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, main .show > .btn-outline-secondary.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(170, 169, 203, 0.5);
}
main .btn-outline-success {
color: #b0c4c9;
border-color: #b0c4c9;
}
main .btn-outline-success:hover {
color: #212529;
background-color: #b0c4c9;
border-color: #b0c4c9;
}
main .btn-outline-success.focus, main .btn-outline-success:focus {
box-shadow: 0 0 0 0.2rem rgba(176, 196, 201, 0.5);
}
main .btn-outline-success.disabled, main .btn-outline-success:disabled {
color: #b0c4c9;
background-color: transparent;
}
main .btn-outline-success:not(:disabled):not(.disabled).active, main .btn-outline-success:not(:disabled):not(.disabled):active, main .show > .btn-outline-success.dropdown-toggle {
color: #212529;
background-color: #b0c4c9;
border-color: #b0c4c9;
}
main .btn-outline-success:not(:disabled):not(.disabled).active:focus, main .btn-outline-success:not(:disabled):not(.disabled):active:focus, main .show > .btn-outline-success.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(176, 196, 201, 0.5);
}
main .btn-outline-info {
color: #a1d9f8;
border-color: #a1d9f8;
}
main .btn-outline-info:hover {
color: #212529;
background-color: #a1d9f8;
border-color: #a1d9f8;
}
main .btn-outline-info.focus, main .btn-outline-info:focus {
box-shadow: 0 0 0 0.2rem rgba(161, 217, 248, 0.5);
}
main .btn-outline-info.disabled, main .btn-outline-info:disabled {
color: #a1d9f8;
background-color: transparent;
}
main .btn-outline-info:not(:disabled):not(.disabled).active, main .btn-outline-info:not(:disabled):not(.disabled):active, main .show > .btn-outline-info.dropdown-toggle {
color: #212529;
background-color: #a1d9f8;
border-color: #a1d9f8;
}
main .btn-outline-info:not(:disabled):not(.disabled).active:focus, main .btn-outline-info:not(:disabled):not(.disabled):active:focus, main .show > .btn-outline-info.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(161, 217, 248, 0.5);
}
main .btn-outline-warning {
color: #f9e416;
border-color: #f9e416;
}
main .btn-outline-warning:hover {
color: #212529;
background-color: #f9e416;
border-color: #f9e416;
}
main .btn-outline-warning.focus, main .btn-outline-warning:focus {
box-shadow: 0 0 0 0.2rem rgba(249, 228, 22, 0.5);
}
main .btn-outline-warning.disabled, main .btn-outline-warning:disabled {
color: #f9e416;
background-color: transparent;
}
main .btn-outline-warning:not(:disabled):not(.disabled).active, main .btn-outline-warning:not(:disabled):not(.disabled):active, main .show > .btn-outline-warning.dropdown-toggle {
color: #212529;
background-color: #f9e416;
border-color: #f9e416;
}
main .btn-outline-warning:not(:disabled):not(.disabled).active:focus, main .btn-outline-warning:not(:disabled):not(.disabled):active:focus, main .show > .btn-outline-warning.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(249, 228, 22, 0.5);
}
main .btn-outline-danger {
color: #dc3545;
border-color: #dc3545;
}
main .btn-outline-danger:hover {
color: #fff;
background-color: #dc3545;
border-color: #dc3545;
}
main .btn-outline-danger.focus, main .btn-outline-danger:focus {
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
main .btn-outline-danger.disabled, main .btn-outline-danger:disabled {
color: #dc3545;
background-color: transparent;
}
main .btn-outline-danger:not(:disabled):not(.disabled).active, main .btn-outline-danger:not(:disabled):not(.disabled):active, main .show > .btn-outline-danger.dropdown-toggle {
color: #fff;
background-color: #dc3545;
border-color: #dc3545;
}
main .btn-outline-danger:not(:disabled):not(.disabled).active:focus, main .btn-outline-danger:not(:disabled):not(.disabled):active:focus, main .show > .btn-outline-danger.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
main .btn-outline-light {
color: #f8f9fa;
border-color: #f8f9fa;
}
main .btn-outline-light:hover {
color: #212529;
background-color: #f8f9fa;
border-color: #f8f9fa;
}
main .btn-outline-light.focus, main .btn-outline-light:focus {
box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
main .btn-outline-light.disabled, main .btn-outline-light:disabled {
color: #f8f9fa;
background-color: transparent;
}
main .btn-outline-light:not(:disabled):not(.disabled).active, main .btn-outline-light:not(:disabled):not(.disabled):active, main .show > .btn-outline-light.dropdown-toggle {
color: #212529;
background-color: #f8f9fa;
border-color: #f8f9fa;
}
main .btn-outline-light:not(:disabled):not(.disabled).active:focus, main .btn-outline-light:not(:disabled):not(.disabled):active:focus, main .show > .btn-outline-light.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
main .btn-outline-dark {
color: #363a3b;
border-color: #363a3b;
}
main .btn-outline-dark:hover {
color: #fff;
background-color: #363a3b;
border-color: #363a3b;
}
main .btn-outline-dark.focus, main .btn-outline-dark:focus {
box-shadow: 0 0 0 0.2rem rgba(54, 58, 59, 0.5);
}
main .btn-outline-dark.disabled, main .btn-outline-dark:disabled {
color: #363a3b;
background-color: transparent;
}
main .btn-outline-dark:not(:disabled):not(.disabled).active, main .btn-outline-dark:not(:disabled):not(.disabled):active, main .show > .btn-outline-dark.dropdown-toggle {
color: #fff;
background-color: #363a3b;
border-color: #363a3b;
}
main .btn-outline-dark:not(:disabled):not(.disabled).active:focus, main .btn-outline-dark:not(:disabled):not(.disabled):active:focus, main .show > .btn-outline-dark.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(54, 58, 59, 0.5);
}
main .btn-link {
font-weight: 400;
color: #0301ff;
text-decoration: none;
}
main .btn-link:hover {
color: #0100b4;
text-decoration: underline;
}
main .btn-link.focus, main .btn-link:focus {
text-decoration: underline;
box-shadow: none;
}
main .btn-link.disabled, main .btn-link:disabled {
color: #6c757d;
pointer-events: none;
}
main .btn-group-lg > .btn, main .btn-lg {
padding: 0.5rem 1rem;
font-size: 1.25rem;
line-height: 1.5;
border-radius: 0.3rem;
}
main .btn-group-sm > .btn, main .btn-sm {
padding: 0.25rem 0.5rem;
font-size: 0.875rem;
line-height: 1.5;
border-radius: 0.2rem;
}
main .btn-block {
display: block;
width: 100%;
}
main .btn-block + .btn-block {
margin-top: 0.5rem;
}
main input[type=button].btn-block, main input[type=reset].btn-block, main input[type=submit].btn-block {
width: 100%;
}
main .fade {
transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
main .fade {
transition: none;
}
}
main .fade:not(.show) {
opacity: 0;
}
main .collapse:not(.show) {
display: none;
}
main .collapsing {
position: relative;
height: 0;
overflow: hidden;
transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
main .collapsing {
transition: none;
}
}
main .dropdown, main .dropleft, main .dropright, main .dropup {
position: relative;
}
main .dropdown-toggle {
white-space: nowrap;
}
main .dropdown-toggle::after {
display: inline-block;
margin-left: 0.255em;
vertical-align: 0.255em;
content: "";
border-top: 0.3em solid;
border-right: 0.3em solid transparent;
border-bottom: 0;
border-left: 0.3em solid transparent;
}
main .dropdown-toggle:empty::after {
margin-left: 0;
}
main .dropdown-menu {
position: absolute;
top: 100%;
left: 0;
z-index: 1000;
display: none;
float: left;
min-width: 10rem;
padding: 0.5rem 0;
margin: 0.125rem 0 0;
font-size: 1rem;
color: #212529;
text-align: left;
list-style: none;
background-color: #fff;
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, 0.15);
border-radius: 0.25rem;
}
main .dropdown-menu-left {
right: auto;
left: 0;
}
main .dropdown-menu-right {
right: 0;
left: auto;
}
@media (min-width: 576px) {
main .dropdown-menu-sm-left {
right: auto;
left: 0;
}
main .dropdown-menu-sm-right {
right: 0;
left: auto;
}
}
@media (min-width: 768px) {
main .dropdown-menu-md-left {
right: auto;
left: 0;
}
main .dropdown-menu-md-right {
right: 0;
left: auto;
}
}
@media (min-width: 992px) {
main .dropdown-menu-lg-left {
right: auto;
left: 0;
}
main .dropdown-menu-lg-right {
right: 0;
left: auto;
}
}
@media (min-width: 1200px) {
main .dropdown-menu-xl-left {
right: auto;
left: 0;
}
main .dropdown-menu-xl-right {
right: 0;
left: auto;
}
}
main .dropup .dropdown-menu {
top: auto;
bottom: 100%;
margin-top: 0;
margin-bottom: 0.125rem;
}
main .dropup .dropdown-toggle::after {
display: inline-block;
margin-left: 0.255em;
vertical-align: 0.255em;
content: "";
border-top: 0;
border-right: 0.3em solid transparent;
border-bottom: 0.3em solid;
border-left: 0.3em solid transparent;
}
main .dropup .dropdown-toggle:empty::after {
margin-left: 0;
}
main .dropright .dropdown-menu {
top: 0;
right: auto;
left: 100%;
margin-top: 0;
margin-left: 0.125rem;
}
main .dropright .dropdown-toggle::after {
display: inline-block;
margin-left: 0.255em;
vertical-align: 0.255em;
content: "";
border-top: 0.3em solid transparent;
border-right: 0;
border-bottom: 0.3em solid transparent;
border-left: 0.3em solid;
}
main .dropright .dropdown-toggle:empty::after {
margin-left: 0;
}
main .dropright .dropdown-toggle::after {
vertical-align: 0;
}
main .dropleft .dropdown-menu {
top: 0;
right: 100%;
left: auto;
margin-top: 0;
margin-right: 0.125rem;
}
main .dropleft .dropdown-toggle::after {
display: inline-block;
margin-left: 0.255em;
vertical-align: 0.255em;
content: "";
}
main .dropleft .dropdown-toggle::after {
display: none;
}
main .dropleft .dropdown-toggle::before {
display: inline-block;
margin-right: 0.255em;
vertical-align: 0.255em;
content: "";
border-top: 0.3em solid transparent;
border-right: 0.3em solid;
border-bottom: 0.3em solid transparent;
}
main .dropleft .dropdown-toggle:empty::after {
margin-left: 0;
}
main .dropleft .dropdown-toggle::before {
vertical-align: 0;
}
main .dropdown-menu[x-placement^=bottom], main .dropdown-menu[x-placement^=left], main .dropdown-menu[x-placement^=right], main .dropdown-menu[x-placement^=top] {
right: auto;
bottom: auto;
}
main .dropdown-divider {
height: 0;
margin: 0.5rem 0;
overflow: hidden;
border-top: 1px solid #e9ecef;
}
main .dropdown-item {
display: block;
width: 100%;
padding: 0.25rem 1.5rem;
clear: both;
font-weight: 400;
color: #212529;
text-align: inherit;
white-space: nowrap;
background-color: transparent;
border: 0;
}
main .dropdown-item:focus, main .dropdown-item:hover {
color: #16181b;
text-decoration: none;
background-color: #f8f9fa;
}
main .dropdown-item.active, main .dropdown-item:active {
color: #fff;
text-decoration: none;
background-color: #0301ff;
}
main .dropdown-item.disabled, main .dropdown-item:disabled {
color: #6c757d;
pointer-events: none;
background-color: transparent;
}
main .dropdown-menu.show {
display: block;
}
main .dropdown-header {
display: block;
padding: 0.5rem 1.5rem;
margin-bottom: 0;
font-size: 0.875rem;
color: #6c757d;
white-space: nowrap;
}
main .dropdown-item-text {
display: block;
padding: 0.25rem 1.5rem;
color: #212529;
}
main .btn-group, main .btn-group-vertical {
position: relative;
display: inline-flex;
vertical-align: middle;
}
main .btn-group-vertical > .btn, main .btn-group > .btn {
position: relative;
flex: 1 1 auto;
}
main .btn-group-vertical > .btn:hover, main .btn-group > .btn:hover {
z-index: 1;
}
main .btn-group-vertical > .btn.active, main .btn-group-vertical > .btn:active, main .btn-group-vertical > .btn:focus, main .btn-group > .btn.active, main .btn-group > .btn:active, main .btn-group > .btn:focus {
z-index: 1;
}
main .btn-toolbar {
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
}
main .btn-toolbar .input-group {
width: auto;
}
main .btn-group > .btn-group:not(:first-child), main .btn-group > .btn:not(:first-child) {
margin-left: -1px;
}
main .btn-group > .btn-group:not(:last-child) > .btn, main .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
main .btn-group > .btn-group:not(:first-child) > .btn, main .btn-group > .btn:not(:first-child) {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
main .dropdown-toggle-split {
padding-right: 1.125rem;
padding-left: 1.125rem;
}
main .dropdown-toggle-split::after, main .dropright .dropdown-toggle-split::after, main .dropup .dropdown-toggle-split::after {
margin-left: 0;
}
main .dropleft .dropdown-toggle-split::before {
margin-right: 0;
}
main .btn-group-sm > .btn + .dropdown-toggle-split, main .btn-sm + .dropdown-toggle-split {
padding-right: 0.375rem;
padding-left: 0.375rem;
}
main .btn-group-lg > .btn + .dropdown-toggle-split, main .btn-lg + .dropdown-toggle-split {
padding-right: 0.75rem;
padding-left: 0.75rem;
}
main .btn-group-vertical {
flex-direction: column;
align-items: flex-start;
justify-content: center;
}
main .btn-group-vertical > .btn, main .btn-group-vertical > .btn-group {
width: 100%;
}
main .btn-group-vertical > .btn-group:not(:first-child), main .btn-group-vertical > .btn:not(:first-child) {
margin-top: -1px;
}
main .btn-group-vertical > .btn-group:not(:last-child) > .btn, main .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
main .btn-group-vertical > .btn-group:not(:first-child) > .btn, main .btn-group-vertical > .btn:not(:first-child) {
border-top-left-radius: 0;
border-top-right-radius: 0;
}
main .btn-group-toggle > .btn, main .btn-group-toggle > .btn-group > .btn {
margin-bottom: 0;
}
main .btn-group-toggle > .btn input[type=checkbox], main .btn-group-toggle > .btn input[type=radio], main .btn-group-toggle > .btn-group > .btn input[type=checkbox], main .btn-group-toggle > .btn-group > .btn input[type=radio] {
position: absolute;
clip: rect(0, 0, 0, 0);
pointer-events: none;
}
main .input-group {
position: relative;
display: flex;
flex-wrap: wrap;
align-items: stretch;
width: 100%;
}
main .input-group > .custom-file, main .input-group > .custom-select, main .input-group > .form-control, main .input-group > .form-control-plaintext {
position: relative;
flex: 1 1 auto;
width: 1%;
margin-bottom: 0;
}
main .input-group > .custom-file + .custom-file, main .input-group > .custom-file + .custom-select, main .input-group > .custom-file + .form-control, main .input-group > .custom-select + .custom-file, main .input-group > .custom-select + .custom-select, main .input-group > .custom-select + .form-control, main .input-group > .form-control + .custom-file, main .input-group > .form-control + .custom-select, main .input-group > .form-control + .form-control, main .input-group > .form-control-plaintext + .custom-file, main .input-group > .form-control-plaintext + .custom-select, main .input-group > .form-control-plaintext + .form-control {
margin-left: -1px;
}
main .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label, main .input-group > .custom-select:focus, main .input-group > .form-control:focus {
z-index: 3;
}
main .input-group > .custom-file .custom-file-input:focus {
z-index: 4;
}
main .input-group > .custom-select:not(:last-child), main .input-group > .form-control:not(:last-child) {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
main .input-group > .custom-select:not(:first-child), main .input-group > .form-control:not(:first-child) {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
main .input-group > .custom-file {
display: flex;
align-items: center;
}
main .input-group > .custom-file:not(:last-child) .custom-file-label, main .input-group > .custom-file:not(:last-child) .custom-file-label::after {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
main .input-group > .custom-file:not(:first-child) .custom-file-label {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
main .input-group-append, main .input-group-prepend {
display: flex;
}
main .input-group-append .btn, main .input-group-prepend .btn {
position: relative;
z-index: 2;
}
main .input-group-append .btn:focus, main .input-group-prepend .btn:focus {
z-index: 3;
}
main .input-group-append .btn + .btn, main .input-group-append .btn + .input-group-text, main .input-group-append .input-group-text + .btn, main .input-group-append .input-group-text + .input-group-text, main .input-group-prepend .btn + .btn, main .input-group-prepend .btn + .input-group-text, main .input-group-prepend .input-group-text + .btn, main .input-group-prepend .input-group-text + .input-group-text {
margin-left: -1px;
}
main .input-group-prepend {
margin-right: -1px;
}
main .input-group-append {
margin-left: -1px;
}
main .input-group-text {
display: flex;
align-items: center;
padding: 0.375rem 0.75rem;
margin-bottom: 0;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #495057;
text-align: center;
white-space: nowrap;
background-color: #e9ecef;
border: 1px solid #ced4da;
border-radius: 0.25rem;
}
main .input-group-text input[type=checkbox], main .input-group-text input[type=radio] {
margin-top: 0;
}
main .input-group-lg > .custom-select, main .input-group-lg > .form-control:not(textarea) {
height: calc(1.5em + 1rem + 2px);
}
main .input-group-lg > .custom-select, main .input-group-lg > .form-control, main .input-group-lg > .input-group-append > .btn, main .input-group-lg > .input-group-append > .input-group-text, main .input-group-lg > .input-group-prepend > .btn, main .input-group-lg > .input-group-prepend > .input-group-text {
padding: 0.5rem 1rem;
font-size: 1.25rem;
line-height: 1.5;
border-radius: 0.3rem;
}
main .input-group-sm > .custom-select, main .input-group-sm > .form-control:not(textarea) {
height: calc(1.5em + .5rem + 2px);
}
main .input-group-sm > .custom-select, main .input-group-sm > .form-control, main .input-group-sm > .input-group-append > .btn, main .input-group-sm > .input-group-append > .input-group-text, main .input-group-sm > .input-group-prepend > .btn, main .input-group-sm > .input-group-prepend > .input-group-text {
padding: 0.25rem 0.5rem;
font-size: 0.875rem;
line-height: 1.5;
border-radius: 0.2rem;
}
main .input-group-lg > .custom-select, main .input-group-sm > .custom-select {
padding-right: 1.75rem;
}
main .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), main .input-group > .input-group-append:last-child > .input-group-text:not(:last-child), main .input-group > .input-group-append:not(:last-child) > .btn, main .input-group > .input-group-append:not(:last-child) > .input-group-text, main .input-group > .input-group-prepend > .btn, main .input-group > .input-group-prepend > .input-group-text {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
main .input-group > .input-group-append > .btn, main .input-group > .input-group-append > .input-group-text, main .input-group > .input-group-prepend:first-child > .btn:not(:first-child), main .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child), main .input-group > .input-group-prepend:not(:first-child) > .btn, main .input-group > .input-group-prepend:not(:first-child) > .input-group-text {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
main .custom-control {
position: relative;
display: block;
min-height: 1.5rem;
padding-left: 1.5rem;
}
main .custom-control-inline {
display: inline-flex;
margin-right: 1rem;
}
main .custom-control-input {
position: absolute;
z-index: -1;
opacity: 0;
}
main .custom-control-input:checked ~ .custom-control-label::before {
color: #fff;
border-color: #0301ff;
background-color: #0301ff;
}
main .custom-control-input:focus ~ .custom-control-label::before {
box-shadow: 0 0 0 0.2rem rgba(3, 1, 255, 0.25);
}
main .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
border-color: #8181ff;
}
main .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
color: #fff;
background-color: #b4b4ff;
border-color: #b4b4ff;
}
main .custom-control-input:disabled ~ .custom-control-label {
color: #6c757d;
}
main .custom-control-input:disabled ~ .custom-control-label::before {
background-color: #e9ecef;
}
main .custom-control-label {
position: relative;
margin-bottom: 0;
vertical-align: top;
}
main .custom-control-label::before {
position: absolute;
top: 0.25rem;
left: -1.5rem;
display: block;
width: 1rem;
height: 1rem;
pointer-events: none;
content: "";
background-color: #fff;
border: #adb5bd solid 1px;
}
main .custom-control-label::after {
position: absolute;
top: 0.25rem;
left: -1.5rem;
display: block;
width: 1rem;
height: 1rem;
content: "";
background: no-repeat 50%/50% 50%;
}
main .custom-checkbox .custom-control-label::before {
border-radius: 0.25rem;
}
main .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
main .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
border-color: #0301ff;
background-color: #0301ff;
}
main .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
main .custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
background-color: rgba(3, 1, 255, 0.5);
}
main .custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
background-color: rgba(3, 1, 255, 0.5);
}
main .custom-radio .custom-control-label::before {
border-radius: 50%;
}
main .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
main .custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
background-color: rgba(3, 1, 255, 0.5);
}
main .custom-switch {
padding-left: 2.25rem;
}
main .custom-switch .custom-control-label::before {
left: -2.25rem;
width: 1.75rem;
pointer-events: all;
border-radius: 0.5rem;
}
main .custom-switch .custom-control-label::after {
top: calc(.25rem + 2px);
left: calc(-2.25rem + 2px);
width: calc(1rem - 4px);
height: calc(1rem - 4px);
background-color: #adb5bd;
border-radius: 0.5rem;
transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
main .custom-switch .custom-control-label::after {
transition: none;
}
}
main .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
background-color: #fff;
transform: translateX(0.75rem);
}
main .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
background-color: rgba(3, 1, 255, 0.5);
}
main .custom-select {
display: inline-block;
width: 100%;
height: calc(1.5em + .75rem + 2px);
padding: 0.375rem 1.75rem 0.375rem 0.75rem;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #495057;
vertical-align: middle;
background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23363a3b' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
background-color: #fff;
border: 1px solid #ced4da;
border-radius: 0.25rem;
appearance: none;
}
main .custom-select:focus {
border-color: #8181ff;
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(3, 1, 255, 0.25);
}
main .custom-select:focus::-ms-value {
color: #495057;
background-color: #fff;
}
main .custom-select[multiple], main .custom-select[size]:not([size="1"]) {
height: auto;
padding-right: 0.75rem;
background-image: none;
}
main .custom-select:disabled {
color: #6c757d;
background-color: #e9ecef;
}
main .custom-select::-ms-expand {
display: none;
}
main .custom-select-sm {
height: calc(1.5em + .5rem + 2px);
padding-top: 0.25rem;
padding-bottom: 0.25rem;
padding-left: 0.5rem;
font-size: 0.875rem;
}
main .custom-select-lg {
height: calc(1.5em + 1rem + 2px);
padding-top: 0.5rem;
padding-bottom: 0.5rem;
padding-left: 1rem;
font-size: 1.25rem;
}
main .custom-file {
position: relative;
display: inline-block;
width: 100%;
height: calc(1.5em + .75rem + 2px);
margin-bottom: 0;
}
main .custom-file-input {
position: relative;
z-index: 2;
width: 100%;
height: calc(1.5em + .75rem + 2px);
margin: 0;
opacity: 0;
}
main .custom-file-input:focus ~ .custom-file-label {
border-color: #8181ff;
box-shadow: 0 0 0 0.2rem rgba(3, 1, 255, 0.25);
}
main .custom-file-input:disabled ~ .custom-file-label {
background-color: #e9ecef;
}
main .custom-file-input:lang(en) ~ .custom-file-label::after {
content: "Browse";
}
main .custom-file-input ~ .custom-file-label[data-browse]::after {
content: attr(data-browse);
}
main .custom-file-label {
position: absolute;
top: 0;
right: 0;
left: 0;
z-index: 1;
height: calc(1.5em + .75rem + 2px);
padding: 0.375rem 0.75rem;
font-weight: 400;
line-height: 1.5;
color: #495057;
background-color: #fff;
border: 1px solid #ced4da;
border-radius: 0.25rem;
}
main .custom-file-label::after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
z-index: 3;
display: block;
height: calc(1.5em + .75rem);
padding: 0.375rem 0.75rem;
line-height: 1.5;
color: #495057;
content: "Browse";
background-color: #e9ecef;
border-left: inherit;
border-radius: 0 0.25rem 0.25rem 0;
}
main .custom-range {
width: 100%;
height: calc(1rem + .4rem);
padding: 0;
background-color: transparent;
appearance: none;
}
main .custom-range:focus {
outline: 0;
}
main .custom-range:focus::-webkit-slider-thumb {
box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(3, 1, 255, 0.25);
}
main .custom-range:focus::-moz-range-thumb {
box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(3, 1, 255, 0.25);
}
main .custom-range:focus::-ms-thumb {
box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(3, 1, 255, 0.25);
}
main .custom-range::-moz-focus-outer {
border: 0;
}
main .custom-range::-webkit-slider-thumb {
width: 1rem;
height: 1rem;
margin-top: -0.25rem;
background-color: #0301ff;
border: 0;
border-radius: 1rem;
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
appearance: none;
}
@media (prefers-reduced-motion: reduce) {
main .custom-range::-webkit-slider-thumb {
transition: none;
}
}
main .custom-range::-webkit-slider-thumb:active {
background-color: #b4b4ff;
}
main .custom-range::-webkit-slider-runnable-track {
width: 100%;
height: 0.5rem;
color: transparent;
cursor: pointer;
background-color: #dee2e6;
border-color: transparent;
border-radius: 1rem;
}
main .custom-range::-moz-range-thumb {
width: 1rem;
height: 1rem;
background-color: #0301ff;
border: 0;
border-radius: 1rem;
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
appearance: none;
}
@media (prefers-reduced-motion: reduce) {
main .custom-range::-moz-range-thumb {
transition: none;
}
}
main .custom-range::-moz-range-thumb:active {
background-color: #b4b4ff;
}
main .custom-range::-moz-range-track {
width: 100%;
height: 0.5rem;
color: transparent;
cursor: pointer;
background-color: #dee2e6;
border-color: transparent;
border-radius: 1rem;
}
main .custom-range::-ms-thumb {
width: 1rem;
height: 1rem;
margin-top: 0;
margin-right: 0.2rem;
margin-left: 0.2rem;
background-color: #0301ff;
border: 0;
border-radius: 1rem;
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
appearance: none;
}
@media (prefers-reduced-motion: reduce) {
main .custom-range::-ms-thumb {
transition: none;
}
}
main .custom-range::-ms-thumb:active {
background-color: #b4b4ff;
}
main .custom-range::-ms-track {
width: 100%;
height: 0.5rem;
color: transparent;
cursor: pointer;
background-color: transparent;
border-color: transparent;
border-width: 0.5rem;
}
main .custom-range::-ms-fill-lower {
background-color: #dee2e6;
border-radius: 1rem;
}
main .custom-range::-ms-fill-upper {
margin-right: 15px;
background-color: #dee2e6;
border-radius: 1rem;
}
main .custom-range:disabled::-webkit-slider-thumb {
background-color: #adb5bd;
}
main .custom-range:disabled::-webkit-slider-runnable-track {
cursor: default;
}
main .custom-range:disabled::-moz-range-thumb {
background-color: #adb5bd;
}
main .custom-range:disabled::-moz-range-track {
cursor: default;
}
main .custom-range:disabled::-ms-thumb {
background-color: #adb5bd;
}
main .custom-control-label::before, main .custom-file-label, main .custom-select {
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
main .custom-control-label::before, main .custom-file-label, main .custom-select {
transition: none;
}
}
main .nav {
display: flex;
flex-wrap: wrap;
padding-left: 0;
margin-bottom: 0;
list-style: none;
}
main .nav-link {
display: block;
padding: 0.5rem 1rem;
}
main .nav-link:focus, main .nav-link:hover {
text-decoration: none;
}
main .nav-link.disabled {
color: #6c757d;
pointer-events: none;
cursor: default;
}
main .nav-tabs {
border-bottom: 1px solid #dee2e6;
}
main .nav-tabs .nav-item {
margin-bottom: -1px;
}
main .nav-tabs .nav-link {
border: 1px solid transparent;
border-top-left-radius: 0.25rem;
border-top-right-radius: 0.25rem;
}
main .nav-tabs .nav-link:focus, main .nav-tabs .nav-link:hover {
border-color: #e9ecef #e9ecef #dee2e6;
}
main .nav-tabs .nav-link.disabled {
color: #6c757d;
background-color: transparent;
border-color: transparent;
}
main .nav-tabs .nav-item.show .nav-link, main .nav-tabs .nav-link.active {
color: #495057;
background-color: #fff;
border-color: #dee2e6 #dee2e6 #fff;
}
main .nav-tabs .dropdown-menu {
margin-top: -1px;
border-top-left-radius: 0;
border-top-right-radius: 0;
}
main .nav-pills .nav-link {
border-radius: 0.25rem;
}
main .nav-pills .nav-link.active, main .nav-pills .show > .nav-link {
color: #fff;
background-color: #0301ff;
}
main .nav-fill .nav-item {
flex: 1 1 auto;
text-align: center;
}
main .nav-justified .nav-item {
flex-basis: 0;
flex-grow: 1;
text-align: center;
}
main .tab-content > .tab-pane {
display: none;
}
main .tab-content > .active {
display: block;
}
main .navbar {
position: relative;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
padding: 0.5rem 1rem;
}
main .navbar > .container, main .navbar > .container-fluid {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
}
main .navbar-brand {
display: inline-block;
padding-top: 0.3125rem;
padding-bottom: 0.3125rem;
margin-right: 1rem;
font-size: 1.25rem;
line-height: inherit;
white-space: nowrap;
}
main .navbar-brand:focus, main .navbar-brand:hover {
text-decoration: none;
}
main .navbar-nav {
display: flex;
flex-direction: column;
padding-left: 0;
margin-bottom: 0;
list-style: none;
}
main .navbar-nav .nav-link {
padding-right: 0;
padding-left: 0;
}
main .navbar-nav .dropdown-menu {
position: static;
float: none;
}
main .navbar-text {
display: inline-block;
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}
main .navbar-collapse {
flex-basis: 100%;
flex-grow: 1;
align-items: center;
}
main .navbar-toggler {
padding: 0.25rem 0.75rem;
font-size: 1.25rem;
line-height: 1;
background-color: transparent;
border: 1px solid transparent;
border-radius: 3rem;
}
main .navbar-toggler:focus, main .navbar-toggler:hover {
text-decoration: none;
}
main .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%;
}
@media (max-width: 575.98px) {
main .navbar-expand-sm > .container, main .navbar-expand-sm > .container-fluid {
padding-right: 0;
padding-left: 0;
}
}
@media (min-width: 576px) {
main .navbar-expand-sm {
flex-flow: row nowrap;
justify-content: flex-start;
}
main .navbar-expand-sm .navbar-nav {
flex-direction: row;
}
main .navbar-expand-sm .navbar-nav .dropdown-menu {
position: absolute;
}
main .navbar-expand-sm .navbar-nav .nav-link {
padding-right: 0.5rem;
padding-left: 0.5rem;
}
main .navbar-expand-sm > .container, main .navbar-expand-sm > .container-fluid {
flex-wrap: nowrap;
}
main .navbar-expand-sm .navbar-collapse {
display: flex !important;
flex-basis: auto;
}
main .navbar-expand-sm .navbar-toggler {
display: none;
}
}
@media (max-width: 767.98px) {
main .navbar-expand-md > .container, main .navbar-expand-md > .container-fluid {
padding-right: 0;
padding-left: 0;
}
}
@media (min-width: 768px) {
main .navbar-expand-md {
flex-flow: row nowrap;
justify-content: flex-start;
}
main .navbar-expand-md .navbar-nav {
flex-direction: row;
}
main .navbar-expand-md .navbar-nav .dropdown-menu {
position: absolute;
}
main .navbar-expand-md .navbar-nav .nav-link {
padding-right: 0.5rem;
padding-left: 0.5rem;
}
main .navbar-expand-md > .container, main .navbar-expand-md > .container-fluid {
flex-wrap: nowrap;
}
main .navbar-expand-md .navbar-collapse {
display: flex !important;
flex-basis: auto;
}
main .navbar-expand-md .navbar-toggler {
display: none;
}
}
@media (max-width: 991.98px) {
main .navbar-expand-lg > .container, main .navbar-expand-lg > .container-fluid {
padding-right: 0;
padding-left: 0;
}
}
@media (min-width: 992px) {
main .navbar-expand-lg {
flex-flow: row nowrap;
justify-content: flex-start;
}
main .navbar-expand-lg .navbar-nav {
flex-direction: row;
}
main .navbar-expand-lg .navbar-nav .dropdown-menu {
position: absolute;
}
main .navbar-expand-lg .navbar-nav .nav-link {
padding-right: 0.5rem;
padding-left: 0.5rem;
}
main .navbar-expand-lg > .container, main .navbar-expand-lg > .container-fluid {
flex-wrap: nowrap;
}
main .navbar-expand-lg .navbar-collapse {
display: flex !important;
flex-basis: auto;
}
main .navbar-expand-lg .navbar-toggler {
display: none;
}
}
@media (max-width: 1199.98px) {
main .navbar-expand-xl > .container, main .navbar-expand-xl > .container-fluid {
padding-right: 0;
padding-left: 0;
}
}
@media (min-width: 1200px) {
main .navbar-expand-xl {
flex-flow: row nowrap;
justify-content: flex-start;
}
main .navbar-expand-xl .navbar-nav {
flex-direction: row;
}
main .navbar-expand-xl .navbar-nav .dropdown-menu {
position: absolute;
}
main .navbar-expand-xl .navbar-nav .nav-link {
padding-right: 0.5rem;
padding-left: 0.5rem;
}
main .navbar-expand-xl > .container, main .navbar-expand-xl > .container-fluid {
flex-wrap: nowrap;
}
main .navbar-expand-xl .navbar-collapse {
display: flex !important;
flex-basis: auto;
}
main .navbar-expand-xl .navbar-toggler {
display: none;
}
}
main .navbar-expand {
flex-flow: row nowrap;
justify-content: flex-start;
}
main .navbar-expand > .container, main .navbar-expand > .container-fluid {
padding-right: 0;
padding-left: 0;
}
main .navbar-expand .navbar-nav {
flex-direction: row;
}
main .navbar-expand .navbar-nav .dropdown-menu {
position: absolute;
}
main .navbar-expand .navbar-nav .nav-link {
padding-right: 0.5rem;
padding-left: 0.5rem;
}
main .navbar-expand > .container, main .navbar-expand > .container-fluid {
flex-wrap: nowrap;
}
main .navbar-expand .navbar-collapse {
display: flex !important;
flex-basis: auto;
}
main .navbar-expand .navbar-toggler {
display: none;
}
main .navbar-light .navbar-brand {
color: rgba(0, 0, 0, 0.9);
}
main .navbar-light .navbar-brand:focus, main .navbar-light .navbar-brand:hover {
color: rgba(0, 0, 0, 0.9);
}
main .navbar-light .navbar-nav .nav-link {
color: rgba(0, 0, 0, 0.5);
}
main .navbar-light .navbar-nav .nav-link:focus, main .navbar-light .navbar-nav .nav-link:hover {
color: rgba(0, 0, 0, 0.7);
}
main .navbar-light .navbar-nav .nav-link.disabled {
color: rgba(0, 0, 0, 0.3);
}
main .navbar-light .navbar-nav .active > .nav-link, main .navbar-light .navbar-nav .nav-link.active, main .navbar-light .navbar-nav .nav-link.show, main .navbar-light .navbar-nav .show > .nav-link {
color: rgba(0, 0, 0, 0.9);
}
main .navbar-light .navbar-toggler {
color: rgba(0, 0, 0, 0.5);
border-color: rgba(0, 0, 0, 0.1);
}
main .navbar-light .navbar-toggler-icon {
background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
main .navbar-light .navbar-text {
color: rgba(0, 0, 0, 0.5);
}
main .navbar-light .navbar-text a {
color: rgba(0, 0, 0, 0.9);
}
main .navbar-light .navbar-text a:focus, main .navbar-light .navbar-text a:hover {
color: rgba(0, 0, 0, 0.9);
}
main .navbar-dark .navbar-brand {
color: #fff;
}
main .navbar-dark .navbar-brand:focus, main .navbar-dark .navbar-brand:hover {
color: #fff;
}
main .navbar-dark .navbar-nav .nav-link {
color: rgba(255, 255, 255, 0.5);
}
main .navbar-dark .navbar-nav .nav-link:focus, main .navbar-dark .navbar-nav .nav-link:hover {
color: rgba(255, 255, 255, 0.75);
}
main .navbar-dark .navbar-nav .nav-link.disabled {
color: rgba(255, 255, 255, 0.25);
}
main .navbar-dark .navbar-nav .active > .nav-link, main .navbar-dark .navbar-nav .nav-link.active, main .navbar-dark .navbar-nav .nav-link.show, main .navbar-dark .navbar-nav .show > .nav-link {
color: #fff;
}
main .navbar-dark .navbar-toggler {
color: rgba(255, 255, 255, 0.5);
border-color: rgba(255, 255, 255, 0.1);
}
main .navbar-dark .navbar-toggler-icon {
background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
main .navbar-dark .navbar-text {
color: rgba(255, 255, 255, 0.5);
}
main .navbar-dark .navbar-text a {
color: #fff;
}
main .navbar-dark .navbar-text a:focus, main .navbar-dark .navbar-text a:hover {
color: #fff;
}
main .card {
position: relative;
display: flex;
flex-direction: column;
min-width: 0;
word-wrap: break-word;
background-color: #fff;
background-clip: border-box;
border: 1px solid rgba(0, 0, 0, 0.125);
border-radius: 0.25rem;
}
main .card > hr {
margin-right: 0;
margin-left: 0;
}
main .card > .list-group:first-child .list-group-item:first-child {
border-top-left-radius: 0.25rem;
border-top-right-radius: 0.25rem;
}
main .card > .list-group:last-child .list-group-item:last-child {
border-bottom-right-radius: 0.25rem;
border-bottom-left-radius: 0.25rem;
}
main .card-body {
flex: 1 1 auto;
padding: 1.25rem;
}
main .card-title {
margin-bottom: 0.75rem;
}
main .card-subtitle {
margin-top: -0.375rem;
margin-bottom: 0;
}
main .card-text:last-child {
margin-bottom: 0;
}
main .card-link:hover {
text-decoration: none;
}
main .card-link + .card-link {
margin-left: 1.25rem;
}
main .card-header {
padding: 0.75rem 1.25rem;
margin-bottom: 0;
background-color: rgba(0, 0, 0, 0.03);
border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
main .card-header:first-child {
border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}
main .card-header + .list-group .list-group-item:first-child {
border-top: 0;
}
main .card-footer {
padding: 0.75rem 1.25rem;
background-color: rgba(0, 0, 0, 0.03);
border-top: 1px solid rgba(0, 0, 0, 0.125);
}
main .card-footer:last-child {
border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px);
}
main .card-header-tabs {
margin-right: -0.625rem;
margin-bottom: -0.75rem;
margin-left: -0.625rem;
border-bottom: 0;
}
main .card-header-pills {
margin-right: -0.625rem;
margin-left: -0.625rem;
}
main .card-img-overlay {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
padding: 1.25rem;
}
main .card-img {
width: 100%;
border-radius: calc(.25rem - 1px);
}
main .card-img-top {
width: 100%;
border-top-left-radius: calc(.25rem - 1px);
border-top-right-radius: calc(.25rem - 1px);
}
main .card-img-bottom {
width: 100%;
border-bottom-right-radius: calc(.25rem - 1px);
border-bottom-left-radius: calc(.25rem - 1px);
}
main .card-deck {
display: flex;
flex-direction: column;
}
main .card-deck .card {
margin-bottom: 15px;
}
@media (min-width: 576px) {
main .card-deck {
flex-flow: row wrap;
margin-right: -15px;
margin-left: -15px;
}
main .card-deck .card {
display: flex;
flex: 1 0 0%;
flex-direction: column;
margin-right: 15px;
margin-bottom: 0;
margin-left: 15px;
}
}
main .card-group {
display: flex;
flex-direction: column;
}
main .card-group > .card {
margin-bottom: 15px;
}
@media (min-width: 576px) {
main .card-group {
flex-flow: row wrap;
}
main .card-group > .card {
flex: 1 0 0%;
margin-bottom: 0;
}
main .card-group > .card + .card {
margin-left: 0;
border-left: 0;
}
main .card-group > .card:not(:last-child) {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
main .card-group > .card:not(:last-child) .card-header, main .card-group > .card:not(:last-child) .card-img-top {
border-top-right-radius: 0;
}
main .card-group > .card:not(:last-child) .card-footer, main .card-group > .card:not(:last-child) .card-img-bottom {
border-bottom-right-radius: 0;
}
main .card-group > .card:not(:first-child) {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
main .card-group > .card:not(:first-child) .card-header, main .card-group > .card:not(:first-child) .card-img-top {
border-top-left-radius: 0;
}
main .card-group > .card:not(:first-child) .card-footer, main .card-group > .card:not(:first-child) .card-img-bottom {
border-bottom-left-radius: 0;
}
}
main .card-columns .card {
margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
main .card-columns {
column-count: 3;
column-gap: 1.25rem;
orphans: 1;
widows: 1;
}
main .card-columns .card {
display: inline-block;
width: 100%;
}
}
main .accordion > .card {
overflow: hidden;
}
main .accordion > .card:not(:first-of-type) .card-header:first-child {
border-radius: 0;
}
main .accordion > .card:not(:first-of-type):not(:last-of-type) {
border-bottom: 0;
border-radius: 0;
}
main .accordion > .card:first-of-type {
border-bottom: 0;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
main .accordion > .card:last-of-type {
border-top-left-radius: 0;
border-top-right-radius: 0;
}
main .accordion > .card .card-header {
margin-bottom: -1px;
}
main .breadcrumb {
display: flex;
flex-wrap: wrap;
padding: 0.75rem 1rem;
margin-bottom: 1rem;
list-style: none;
background-color: #e9ecef;
border-radius: 0.25rem;
}
main .breadcrumb-item + .breadcrumb-item {
padding-left: 0.5rem;
}
main .breadcrumb-item + .breadcrumb-item::before {
display: inline-block;
padding-right: 0.5rem;
color: #6c757d;
content: "/";
}
main .breadcrumb-item + .breadcrumb-item:hover::before {
text-decoration: underline;
}
main .breadcrumb-item + .breadcrumb-item:hover::before {
text-decoration: none;
}
main .breadcrumb-item.active {
color: #6c757d;
}
main .pagination {
display: flex;
padding-left: 0;
list-style: none;
border-radius: 0.25rem;
}
main .page-link {
position: relative;
display: block;
padding: 0.5rem 0.75rem;
margin-left: -1px;
line-height: 1.25;
color: #0301ff;
background-color: #fff;
border: 1px solid #dee2e6;
}
main .page-link:hover {
z-index: 2;
color: #0100b4;
text-decoration: none;
background-color: #e9ecef;
border-color: #dee2e6;
}
main .page-link:focus {
z-index: 2;
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(3, 1, 255, 0.25);
}
main .page-item:first-child .page-link {
margin-left: 0;
border-top-left-radius: 0.25rem;
border-bottom-left-radius: 0.25rem;
}
main .page-item:last-child .page-link {
border-top-right-radius: 0.25rem;
border-bottom-right-radius: 0.25rem;
}
main .page-item.active .page-link {
z-index: 1;
color: #fff;
background-color: #0301ff;
border-color: #0301ff;
}
main .page-item.disabled .page-link {
color: #6c757d;
pointer-events: none;
cursor: auto;
background-color: #fff;
border-color: #dee2e6;
}
main .pagination-lg .page-link {
padding: 0.75rem 1.5rem;
font-size: 1.25rem;
line-height: 1.5;
}
main .pagination-lg .page-item:first-child .page-link {
border-top-left-radius: 0.3rem;
border-bottom-left-radius: 0.3rem;
}
main .pagination-lg .page-item:last-child .page-link {
border-top-right-radius: 0.3rem;
border-bottom-right-radius: 0.3rem;
}
main .pagination-sm .page-link {
padding: 0.25rem 0.5rem;
font-size: 0.875rem;
line-height: 1.5;
}
main .pagination-sm .page-item:first-child .page-link {
border-top-left-radius: 0.2rem;
border-bottom-left-radius: 0.2rem;
}
main .pagination-sm .page-item:last-child .page-link {
border-top-right-radius: 0.2rem;
border-bottom-right-radius: 0.2rem;
}
main .badge {
display: inline-block;
padding: 0.25em 0.4em;
font-size: 75%;
font-weight: 700;
line-height: 1;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
border-radius: 0.25rem;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
main .badge {
transition: none;
}
}
main a.badge:focus, main a.badge:hover {
text-decoration: none;
}
main .badge:empty {
display: none;
}
main .btn .badge {
position: relative;
top: -1px;
}
main .badge-pill {
padding-right: 0.6em;
padding-left: 0.6em;
border-radius: 10rem;
}
main .badge-primary {
color: #fff;
background-color: #0301ff;
}
main a.badge-primary:focus, main a.badge-primary:hover {
color: #fff;
background-color: #0200cd;
}
main a.badge-primary.focus, main a.badge-primary:focus {
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(3, 1, 255, 0.5);
}
main .badge-secondary {
color: #212529;
background-color: #aaa9cb;
}
main a.badge-secondary:focus, main a.badge-secondary:hover {
color: #212529;
background-color: #8b89b8;
}
main a.badge-secondary.focus, main a.badge-secondary:focus {
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(170, 169, 203, 0.5);
}
main .badge-success {
color: #212529;
background-color: #b0c4c9;
}
main a.badge-success:focus, main a.badge-success:hover {
color: #212529;
background-color: #92adb4;
}
main a.badge-success.focus, main a.badge-success:focus {
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(176, 196, 201, 0.5);
}
main .badge-info {
color: #212529;
background-color: #a1d9f8;
}
main a.badge-info:focus, main a.badge-info:hover {
color: #212529;
background-color: #72c6f4;
}
main a.badge-info.focus, main a.badge-info:focus {
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(161, 217, 248, 0.5);
}
main .badge-warning {
color: #212529;
background-color: #f9e416;
}
main a.badge-warning:focus, main a.badge-warning:hover {
color: #212529;
background-color: #d6c306;
}
main a.badge-warning.focus, main a.badge-warning:focus {
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(249, 228, 22, 0.5);
}
main .badge-danger {
color: #fff;
background-color: #dc3545;
}
main a.badge-danger:focus, main a.badge-danger:hover {
color: #fff;
background-color: #bd2130;
}
main a.badge-danger.focus, main a.badge-danger:focus {
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
main .badge-light {
color: #212529;
background-color: #f8f9fa;
}
main a.badge-light:focus, main a.badge-light:hover {
color: #212529;
background-color: #dae0e5;
}
main a.badge-light.focus, main a.badge-light:focus {
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
main .badge-dark {
color: #fff;
background-color: #363a3b;
}
main a.badge-dark:focus, main a.badge-dark:hover {
color: #fff;
background-color: #1e2020;
}
main a.badge-dark.focus, main a.badge-dark:focus {
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(54, 58, 59, 0.5);
}
main .jumbotron {
padding: 2rem 1rem;
margin-bottom: 2rem;
background-color: #e9ecef;
border-radius: 0.3rem;
}
@media (min-width: 576px) {
main .jumbotron {
padding: 4rem 2rem;
}
}
main .jumbotron-fluid {
padding-right: 0;
padding-left: 0;
border-radius: 0;
}
main .alert {
position: relative;
padding: 0.75rem 1.25rem;
margin-bottom: 1rem;
border: 1px solid transparent;
border-radius: 0.25rem;
}
main .alert-heading {
color: inherit;
}
main .alert-link {
font-weight: 700;
}
main .alert-dismissible {
padding-right: 4rem;
}
main .alert-dismissible .close {
position: absolute;
top: 0;
right: 0;
padding: 0.75rem 1.25rem;
color: inherit;
}
main .alert-primary {
color: #020185;
background-color: #cdccff;
border-color: #b8b8ff;
}
main .alert-primary hr {
border-top-color: #9f9fff;
}
main .alert-primary .alert-link {
color: #010152;
}
main .alert-secondary {
color: #58586a;
background-color: #eeeef5;
border-color: #e7e7f0;
}
main .alert-secondary hr {
border-top-color: #d7d7e6;
}
main .alert-secondary .alert-link {
color: #41414e;
}
main .alert-success {
color: #5c6669;
background-color: #eff3f4;
border-color: #e9eef0;
}
main .alert-success hr {
border-top-color: #dae2e6;
}
main .alert-success .alert-link {
color: #444c4e;
}
main .alert-info {
color: #547181;
background-color: #ecf7fe;
border-color: #e5f4fd;
}
main .alert-info hr {
border-top-color: #cdeafb;
}
main .alert-info .alert-link {
color: #405662;
}
main .alert-warning {
color: #81770b;
background-color: #fefad0;
border-color: #fdf7be;
}
main .alert-warning hr {
border-top-color: #fcf4a5;
}
main .alert-warning .alert-link {
color: #524c07;
}
main .alert-danger {
color: #721c24;
background-color: #f8d7da;
border-color: #f5c6cb;
}
main .alert-danger hr {
border-top-color: #f1b0b7;
}
main .alert-danger .alert-link {
color: #491217;
}
main .alert-light {
color: #818182;
background-color: #fefefe;
border-color: #fdfdfe;
}
main .alert-light hr {
border-top-color: #ececf6;
}
main .alert-light .alert-link {
color: #686868;
}
main .alert-dark {
color: #1c1e1f;
background-color: #d7d8d8;
border-color: #c7c8c8;
}
main .alert-dark hr {
border-top-color: #babbbb;
}
main .alert-dark .alert-link {
color: #040404;
}
@keyframes progress-bar-stripes {
from {
background-position: 1rem 0;
}
to {
background-position: 0 0;
}
}
main .progress {
display: flex;
height: 1rem;
overflow: hidden;
font-size: 0.75rem;
background-color: #e9ecef;
border-radius: 0.25rem;
}
main .progress-bar {
display: flex;
flex-direction: column;
justify-content: center;
color: #fff;
text-align: center;
white-space: nowrap;
background-color: #0301ff;
transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
main .progress-bar {
transition: none;
}
}
main .progress-bar-striped {
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-size: 1rem 1rem;
}
main .progress-bar-animated {
animation: progress-bar-stripes 1s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
main .progress-bar-animated {
animation: none;
}
}
main .media {
display: flex;
align-items: flex-start;
}
main .media-body {
flex: 1;
}
main .list-group {
display: flex;
flex-direction: column;
padding-left: 0;
margin-bottom: 0;
}
main .list-group-item-action {
width: 100%;
color: #495057;
text-align: inherit;
}
main .list-group-item-action:focus, main .list-group-item-action:hover {
z-index: 1;
color: #495057;
text-decoration: none;
background-color: #f8f9fa;
}
main .list-group-item-action:active {
color: #212529;
background-color: #e9ecef;
}
main .list-group-item {
position: relative;
display: block;
padding: 0.75rem 1.25rem;
margin-bottom: -1px;
background-color: #fff;
border: 1px solid rgba(0, 0, 0, 0.125);
}
main .list-group-item:first-child {
border-top-left-radius: 0.25rem;
border-top-right-radius: 0.25rem;
}
main .list-group-item:last-child {
margin-bottom: 0;
border-bottom-right-radius: 0.25rem;
border-bottom-left-radius: 0.25rem;
}
main .list-group-item.disabled, main .list-group-item:disabled {
color: #6c757d;
pointer-events: none;
background-color: #fff;
}
main .list-group-item.active {
z-index: 2;
color: #fff;
background-color: #0301ff;
border-color: #0301ff;
}
main .list-group-horizontal {
flex-direction: row;
}
main .list-group-horizontal .list-group-item {
margin-right: -1px;
margin-bottom: 0;
}
main .list-group-horizontal .list-group-item:first-child {
border-top-left-radius: 0.25rem;
border-bottom-left-radius: 0.25rem;
border-top-right-radius: 0;
}
main .list-group-horizontal .list-group-item:last-child {
margin-right: 0;
border-top-right-radius: 0.25rem;
border-bottom-right-radius: 0.25rem;
border-bottom-left-radius: 0;
}
@media (min-width: 576px) {
main .list-group-horizontal-sm {
flex-direction: row;
}
main .list-group-horizontal-sm .list-group-item {
margin-right: -1px;
margin-bottom: 0;
}
main .list-group-horizontal-sm .list-group-item:first-child {
border-top-left-radius: 0.25rem;
border-bottom-left-radius: 0.25rem;
border-top-right-radius: 0;
}
main .list-group-horizontal-sm .list-group-item:last-child {
margin-right: 0;
border-top-right-radius: 0.25rem;
border-bottom-right-radius: 0.25rem;
border-bottom-left-radius: 0;
}
}
@media (min-width: 768px) {
main .list-group-horizontal-md {
flex-direction: row;
}
main .list-group-horizontal-md .list-group-item {
margin-right: -1px;
margin-bottom: 0;
}
main .list-group-horizontal-md .list-group-item:first-child {
border-top-left-radius: 0.25rem;
border-bottom-left-radius: 0.25rem;
border-top-right-radius: 0;
}
main .list-group-horizontal-md .list-group-item:last-child {
margin-right: 0;
border-top-right-radius: 0.25rem;
border-bottom-right-radius: 0.25rem;
border-bottom-left-radius: 0;
}
}
@media (min-width: 992px) {
main .list-group-horizontal-lg {
flex-direction: row;
}
main .list-group-horizontal-lg .list-group-item {
margin-right: -1px;
margin-bottom: 0;
}
main .list-group-horizontal-lg .list-group-item:first-child {
border-top-left-radius: 0.25rem;
border-bottom-left-radius: 0.25rem;
border-top-right-radius: 0;
}
main .list-group-horizontal-lg .list-group-item:last-child {
margin-right: 0;
border-top-right-radius: 0.25rem;
border-bottom-right-radius: 0.25rem;
border-bottom-left-radius: 0;
}
}
@media (min-width: 1200px) {
main .list-group-horizontal-xl {
flex-direction: row;
}
main .list-group-horizontal-xl .list-group-item {
margin-right: -1px;
margin-bottom: 0;
}
main .list-group-horizontal-xl .list-group-item:first-child {
border-top-left-radius: 0.25rem;
border-bottom-left-radius: 0.25rem;
border-top-right-radius: 0;
}
main .list-group-horizontal-xl .list-group-item:last-child {
margin-right: 0;
border-top-right-radius: 0.25rem;
border-bottom-right-radius: 0.25rem;
border-bottom-left-radius: 0;
}
}
main .list-group-flush .list-group-item {
border-right: 0;
border-left: 0;
border-radius: 0;
}
main .list-group-flush .list-group-item:last-child {
margin-bottom: -1px;
}
main .list-group-flush:first-child .list-group-item:first-child {
border-top: 0;
}
main .list-group-flush:last-child .list-group-item:last-child {
margin-bottom: 0;
border-bottom: 0;
}
main .list-group-item-primary {
color: #020185;
background-color: #b8b8ff;
}
main .list-group-item-primary.list-group-item-action:focus, main .list-group-item-primary.list-group-item-action:hover {
color: #020185;
background-color: #9f9fff;
}
main .list-group-item-primary.list-group-item-action.active {
color: #fff;
background-color: #020185;
border-color: #020185;
}
main .list-group-item-secondary {
color: #58586a;
background-color: #e7e7f0;
}
main .list-group-item-secondary.list-group-item-action:focus, main .list-group-item-secondary.list-group-item-action:hover {
color: #58586a;
background-color: #d7d7e6;
}
main .list-group-item-secondary.list-group-item-action.active {
color: #fff;
background-color: #58586a;
border-color: #58586a;
}
main .list-group-item-success {
color: #5c6669;
background-color: #e9eef0;
}
main .list-group-item-success.list-group-item-action:focus, main .list-group-item-success.list-group-item-action:hover {
color: #5c6669;
background-color: #dae2e6;
}
main .list-group-item-success.list-group-item-action.active {
color: #fff;
background-color: #5c6669;
border-color: #5c6669;
}
main .list-group-item-info {
color: #547181;
background-color: #e5f4fd;
}
main .list-group-item-info.list-group-item-action:focus, main .list-group-item-info.list-group-item-action:hover {
color: #547181;
background-color: #cdeafb;
}
main .list-group-item-info.list-group-item-action.active {
color: #fff;
background-color: #547181;
border-color: #547181;
}
main .list-group-item-warning {
color: #81770b;
background-color: #fdf7be;
}
main .list-group-item-warning.list-group-item-action:focus, main .list-group-item-warning.list-group-item-action:hover {
color: #81770b;
background-color: #fcf4a5;
}
main .list-group-item-warning.list-group-item-action.active {
color: #fff;
background-color: #81770b;
border-color: #81770b;
}
main .list-group-item-danger {
color: #721c24;
background-color: #f5c6cb;
}
main .list-group-item-danger.list-group-item-action:focus, main .list-group-item-danger.list-group-item-action:hover {
color: #721c24;
background-color: #f1b0b7;
}
main .list-group-item-danger.list-group-item-action.active {
color: #fff;
background-color: #721c24;
border-color: #721c24;
}
main .list-group-item-light {
color: #818182;
background-color: #fdfdfe;
}
main .list-group-item-light.list-group-item-action:focus, main .list-group-item-light.list-group-item-action:hover {
color: #818182;
background-color: #ececf6;
}
main .list-group-item-light.list-group-item-action.active {
color: #fff;
background-color: #818182;
border-color: #818182;
}
main .list-group-item-dark {
color: #1c1e1f;
background-color: #c7c8c8;
}
main .list-group-item-dark.list-group-item-action:focus, main .list-group-item-dark.list-group-item-action:hover {
color: #1c1e1f;
background-color: #babbbb;
}
main .list-group-item-dark.list-group-item-action.active {
color: #fff;
background-color: #1c1e1f;
border-color: #1c1e1f;
}
main .close {
float: right;
font-size: 1.5rem;
font-weight: 700;
line-height: 1;
color: #000;
text-shadow: 0 1px 0 #fff;
opacity: 0.5;
}
main .close:hover {
color: #000;
text-decoration: none;
}
main .close:not(:disabled):not(.disabled):focus, main .close:not(:disabled):not(.disabled):hover {
opacity: 0.75;
}
main button.close {
padding: 0;
background-color: transparent;
border: 0;
appearance: none;
}
main a.close.disabled {
pointer-events: none;
}
main .toast {
max-width: 350px;
overflow: hidden;
font-size: 0.875rem;
background-color: rgba(255, 255, 255, 0.85);
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, 0.1);
box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
backdrop-filter: blur(10px);
opacity: 0;
border-radius: 0.25rem;
}
main .toast:not(:last-child) {
margin-bottom: 0.75rem;
}
main .toast.showing {
opacity: 1;
}
main .toast.show {
display: block;
opacity: 1;
}
main .toast.hide {
display: none;
}
main .toast-header {
display: flex;
align-items: center;
padding: 0.25rem 0.75rem;
color: #6c757d;
background-color: rgba(255, 255, 255, 0.85);
background-clip: padding-box;
border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
main .toast-body {
padding: 0.75rem;
}
main .modal-open {
overflow: hidden;
}
main .modal-open .modal {
overflow-x: hidden;
overflow-y: auto;
}
main .modal {
position: fixed;
top: 0;
left: 0;
z-index: 1050;
display: none;
width: 100%;
height: 100%;
overflow: hidden;
outline: 0;
}
main .modal-dialog {
position: relative;
width: auto;
margin: 0.5rem;
pointer-events: none;
}
main .modal.fade .modal-dialog {
transition: transform 0.3s ease-out;
transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
main .modal.fade .modal-dialog {
transition: none;
}
}
main .modal.show .modal-dialog {
transform: none;
}
main .modal-dialog-scrollable {
display: flex;
max-height: calc(100% - 1rem);
}
main .modal-dialog-scrollable .modal-content {
max-height: calc(100vh - 1rem);
overflow: hidden;
}
main .modal-dialog-scrollable .modal-footer, main .modal-dialog-scrollable .modal-header {
flex-shrink: 0;
}
main .modal-dialog-scrollable .modal-body {
overflow-y: auto;
}
main .modal-dialog-centered {
display: flex;
align-items: center;
min-height: calc(100% - 1rem);
}
main .modal-dialog-centered::before {
display: block;
height: calc(100vh - 1rem);
content: "";
}
main .modal-dialog-centered.modal-dialog-scrollable {
flex-direction: column;
justify-content: center;
height: 100%;
}
main .modal-dialog-centered.modal-dialog-scrollable .modal-content {
max-height: none;
}
main .modal-dialog-centered.modal-dialog-scrollable::before {
content: none;
}
main .modal-content {
position: relative;
display: flex;
flex-direction: column;
width: 100%;
pointer-events: auto;
background-color: #fff;
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 0.3rem;
outline: 0;
}
main .modal-backdrop {
position: fixed;
top: 0;
left: 0;
z-index: 1040;
width: 100vw;
height: 100vh;
background-color: #000;
}
main .modal-backdrop.fade {
opacity: 0;
}
main .modal-backdrop.show {
opacity: 0.5;
}
main .modal-header {
display: flex;
align-items: flex-start;
justify-content: space-between;
padding: 1rem 1rem;
border-bottom: 1px solid #dee2e6;
border-top-left-radius: 0.3rem;
border-top-right-radius: 0.3rem;
}
main .modal-header .close {
padding: 1rem 1rem;
margin: -1rem -1rem -1rem auto;
}
main .modal-title {
margin-bottom: 0;
line-height: 1.5;
}
main .modal-body {
position: relative;
flex: 1 1 auto;
padding: 1rem;
}
main .modal-footer {
display: flex;
align-items: center;
justify-content: flex-end;
padding: 1rem;
border-top: 1px solid #dee2e6;
border-bottom-right-radius: 0.3rem;
border-bottom-left-radius: 0.3rem;
}
main .modal-footer > :not(:first-child) {
margin-left: 0.25rem;
}
main .modal-footer > :not(:last-child) {
margin-right: 0.25rem;
}
main .modal-scrollbar-measure {
position: absolute;
top: -9999px;
width: 50px;
height: 50px;
overflow: scroll;
}
@media (min-width: 576px) {
main .modal-dialog {
max-width: 500px;
margin: 1.75rem auto;
}
main .modal-dialog-scrollable {
max-height: calc(100% - 3.5rem);
}
main .modal-dialog-scrollable .modal-content {
max-height: calc(100vh - 3.5rem);
}
main .modal-dialog-centered {
min-height: calc(100% - 3.5rem);
}
main .modal-dialog-centered::before {
height: calc(100vh - 3.5rem);
}
main .modal-sm {
max-width: 300px;
}
}
@media (min-width: 992px) {
main .modal-lg, main .modal-xl {
max-width: 800px;
}
}
@media (min-width: 1200px) {
main .modal-xl {
max-width: 1140px;
}
}
main .tooltip {
position: absolute;
z-index: 1070;
display: block;
margin: 0;
font-family: Cabin, sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
font-style: normal;
font-weight: 400;
line-height: 1.5;
text-align: left;
text-align: start;
text-decoration: none;
text-shadow: none;
text-transform: none;
letter-spacing: normal;
word-break: normal;
word-spacing: normal;
white-space: normal;
line-break: auto;
font-size: 0.875rem;
word-wrap: break-word;
opacity: 0;
}
main .tooltip.show {
opacity: 0.9;
}
main .tooltip .arrow {
position: absolute;
display: block;
width: 0.8rem;
height: 0.4rem;
}
main .tooltip .arrow::before {
position: absolute;
content: "";
border-color: transparent;
border-style: solid;
}
main .bs-tooltip-auto[x-placement^=top], main .bs-tooltip-top {
padding: 0.4rem 0;
}
main .bs-tooltip-auto[x-placement^=top] .arrow, main .bs-tooltip-top .arrow {
bottom: 0;
}
main .bs-tooltip-auto[x-placement^=top] .arrow::before, main .bs-tooltip-top .arrow::before {
top: 0;
border-width: 0.4rem 0.4rem 0;
border-top-color: #000;
}
main .bs-tooltip-auto[x-placement^=right], main .bs-tooltip-right {
padding: 0 0.4rem;
}
main .bs-tooltip-auto[x-placement^=right] .arrow, main .bs-tooltip-right .arrow {
left: 0;
width: 0.4rem;
height: 0.8rem;
}
main .bs-tooltip-auto[x-placement^=right] .arrow::before, main .bs-tooltip-right .arrow::before {
right: 0;
border-width: 0.4rem 0.4rem 0.4rem 0;
border-right-color: #000;
}
main .bs-tooltip-auto[x-placement^=bottom], main .bs-tooltip-bottom {
padding: 0.4rem 0;
}
main .bs-tooltip-auto[x-placement^=bottom] .arrow, main .bs-tooltip-bottom .arrow {
top: 0;
}
main .bs-tooltip-auto[x-placement^=bottom] .arrow::before, main .bs-tooltip-bottom .arrow::before {
bottom: 0;
border-width: 0 0.4rem 0.4rem;
border-bottom-color: #000;
}
main .bs-tooltip-auto[x-placement^=left], main .bs-tooltip-left {
padding: 0 0.4rem;
}
main .bs-tooltip-auto[x-placement^=left] .arrow, main .bs-tooltip-left .arrow {
right: 0;
width: 0.4rem;
height: 0.8rem;
}
main .bs-tooltip-auto[x-placement^=left] .arrow::before, main .bs-tooltip-left .arrow::before {
left: 0;
border-width: 0.4rem 0 0.4rem 0.4rem;
border-left-color: #000;
}
main .tooltip-inner {
max-width: 200px;
padding: 0.25rem 0.5rem;
color: #fff;
text-align: center;
background-color: #000;
border-radius: 0.25rem;
}
main .popover {
position: absolute;
top: 0;
left: 0;
z-index: 1060;
display: block;
max-width: 276px;
font-family: Cabin, sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
font-style: normal;
font-weight: 400;
line-height: 1.5;
text-align: left;
text-align: start;
text-decoration: none;
text-shadow: none;
text-transform: none;
letter-spacing: normal;
word-break: normal;
word-spacing: normal;
white-space: normal;
line-break: auto;
font-size: 0.875rem;
word-wrap: break-word;
background-color: #fff;
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 0.3rem;
}
main .popover .arrow {
position: absolute;
display: block;
width: 1rem;
height: 0.5rem;
margin: 0 0.3rem;
}
main .popover .arrow::after, main .popover .arrow::before {
position: absolute;
display: block;
content: "";
border-color: transparent;
border-style: solid;
}
main .bs-popover-auto[x-placement^=top], main .bs-popover-top {
margin-bottom: 0.5rem;
}
main .bs-popover-auto[x-placement^=top] > .arrow, main .bs-popover-top > .arrow {
bottom: calc((.5rem + 1px) * -1);
}
main .bs-popover-auto[x-placement^=top] > .arrow::before, main .bs-popover-top > .arrow::before {
bottom: 0;
border-width: 0.5rem 0.5rem 0;
border-top-color: rgba(0, 0, 0, 0.25);
}
main .bs-popover-auto[x-placement^=top] > .arrow::after, main .bs-popover-top > .arrow::after {
bottom: 1px;
border-width: 0.5rem 0.5rem 0;
border-top-color: #fff;
}
main .bs-popover-auto[x-placement^=right], main .bs-popover-right {
margin-left: 0.5rem;
}
main .bs-popover-auto[x-placement^=right] > .arrow, main .bs-popover-right > .arrow {
left: calc((.5rem + 1px) * -1);
width: 0.5rem;
height: 1rem;
margin: 0.3rem 0;
}
main .bs-popover-auto[x-placement^=right] > .arrow::before, main .bs-popover-right > .arrow::before {
left: 0;
border-width: 0.5rem 0.5rem 0.5rem 0;
border-right-color: rgba(0, 0, 0, 0.25);
}
main .bs-popover-auto[x-placement^=right] > .arrow::after, main .bs-popover-right > .arrow::after {
left: 1px;
border-width: 0.5rem 0.5rem 0.5rem 0;
border-right-color: #fff;
}
main .bs-popover-auto[x-placement^=bottom], main .bs-popover-bottom {
margin-top: 0.5rem;
}
main .bs-popover-auto[x-placement^=bottom] > .arrow, main .bs-popover-bottom > .arrow {
top: calc((.5rem + 1px) * -1);
}
main .bs-popover-auto[x-placement^=bottom] > .arrow::before, main .bs-popover-bottom > .arrow::before {
top: 0;
border-width: 0 0.5rem 0.5rem 0.5rem;
border-bottom-color: rgba(0, 0, 0, 0.25);
}
main .bs-popover-auto[x-placement^=bottom] > .arrow::after, main .bs-popover-bottom > .arrow::after {
top: 1px;
border-width: 0 0.5rem 0.5rem 0.5rem;
border-bottom-color: #fff;
}
main .bs-popover-auto[x-placement^=bottom] .popover-header::before, main .bs-popover-bottom .popover-header::before {
position: absolute;
top: 0;
left: 50%;
display: block;
width: 1rem;
margin-left: -0.5rem;
content: "";
border-bottom: 1px solid #f7f7f7;
}
main .bs-popover-auto[x-placement^=left], main .bs-popover-left {
margin-right: 0.5rem;
}
main .bs-popover-auto[x-placement^=left] > .arrow, main .bs-popover-left > .arrow {
right: calc((.5rem + 1px) * -1);
width: 0.5rem;
height: 1rem;
margin: 0.3rem 0;
}
main .bs-popover-auto[x-placement^=left] > .arrow::before, main .bs-popover-left > .arrow::before {
right: 0;
border-width: 0.5rem 0 0.5rem 0.5rem;
border-left-color: rgba(0, 0, 0, 0.25);
}
main .bs-popover-auto[x-placement^=left] > .arrow::after, main .bs-popover-left > .arrow::after {
right: 1px;
border-width: 0.5rem 0 0.5rem 0.5rem;
border-left-color: #fff;
}
main .popover-header {
padding: 0.5rem 0.75rem;
margin-bottom: 0;
font-size: 1rem;
background-color: #f7f7f7;
border-bottom: 1px solid #ebebeb;
border-top-left-radius: calc(.3rem - 1px);
border-top-right-radius: calc(.3rem - 1px);
}
main .popover-header:empty {
display: none;
}
main .popover-body {
padding: 0.5rem 0.75rem;
color: #212529;
}
main .carousel {
position: relative;
}
main .carousel.pointer-event {
touch-action: pan-y;
}
main .carousel-inner {
position: relative;
width: 100%;
overflow: hidden;
}
main .carousel-inner::after {
display: block;
clear: both;
content: "";
}
main .carousel-item {
position: relative;
display: none;
float: left;
width: 100%;
margin-right: -100%;
backface-visibility: hidden;
transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
main .carousel-item {
transition: none;
}
}
main .carousel-item-next, main .carousel-item-prev, main .carousel-item.active {
display: block;
}
main .active.carousel-item-right, main .carousel-item-next:not(.carousel-item-left) {
transform: translateX(100%);
}
main .active.carousel-item-left, main .carousel-item-prev:not(.carousel-item-right) {
transform: translateX(-100%);
}
main .carousel-fade .carousel-item {
opacity: 0;
transition-property: opacity;
transform: none;
}
main .carousel-fade .carousel-item-next.carousel-item-left, main .carousel-fade .carousel-item-prev.carousel-item-right, main .carousel-fade .carousel-item.active {
z-index: 1;
opacity: 1;
}
main .carousel-fade .active.carousel-item-left, main .carousel-fade .active.carousel-item-right {
z-index: 0;
opacity: 0;
transition: 0s 0.6s opacity;
}
@media (prefers-reduced-motion: reduce) {
main .carousel-fade .active.carousel-item-left, main .carousel-fade .active.carousel-item-right {
transition: none;
}
}
main .carousel-control-next, main .carousel-control-prev {
position: absolute;
top: 0;
bottom: 0;
z-index: 1;
display: flex;
align-items: center;
justify-content: center;
width: 15%;
color: #fff;
text-align: center;
opacity: 0.5;
transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
main .carousel-control-next, main .carousel-control-prev {
transition: none;
}
}
main .carousel-control-next:focus, main .carousel-control-next:hover, main .carousel-control-prev:focus, main .carousel-control-prev:hover {
color: #fff;
text-decoration: none;
outline: 0;
opacity: 0.9;
}
main .carousel-control-prev {
left: 0;
}
main .carousel-control-next {
right: 0;
}
main .carousel-control-next-icon, main .carousel-control-prev-icon {
display: inline-block;
width: 20px;
height: 20px;
background: no-repeat 50%/100% 100%;
}
main .carousel-control-prev-icon {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}
main .carousel-control-next-icon {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}
main .carousel-indicators {
position: absolute;
right: 0;
bottom: 0;
left: 0;
z-index: 15;
display: flex;
justify-content: center;
padding-left: 0;
margin-right: 15%;
margin-left: 15%;
list-style: none;
}
main .carousel-indicators li {
box-sizing: content-box;
flex: 0 1 auto;
width: 30px;
height: 3px;
margin-right: 3px;
margin-left: 3px;
text-indent: -999px;
cursor: pointer;
background-color: #fff;
background-clip: padding-box;
border-top: 10px solid transparent;
border-bottom: 10px solid transparent;
opacity: 0.5;
transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
main .carousel-indicators li {
transition: none;
}
}
main .carousel-indicators .active {
opacity: 1;
}
main .carousel-caption {
position: absolute;
right: 15%;
bottom: 20px;
left: 15%;
z-index: 10;
padding-top: 20px;
padding-bottom: 20px;
color: #fff;
text-align: center;
}
@keyframes spinner-border {
to {
transform: rotate(360deg);
}
}
main .spinner-border {
display: inline-block;
width: 2rem;
height: 2rem;
vertical-align: text-bottom;
border: 0.25em solid currentColor;
border-right-color: transparent;
border-radius: 50%;
animation: spinner-border 0.75s linear infinite;
}
main .spinner-border-sm {
width: 1rem;
height: 1rem;
border-width: 0.2em;
}
@keyframes spinner-grow {
0% {
transform: scale(0);
}
50% {
opacity: 1;
}
}
main .spinner-grow {
display: inline-block;
width: 2rem;
height: 2rem;
vertical-align: text-bottom;
background-color: currentColor;
border-radius: 50%;
opacity: 0;
animation: spinner-grow 0.75s linear infinite;
}
main .spinner-grow-sm {
width: 1rem;
height: 1rem;
}
main .align-baseline {
vertical-align: baseline !important;
}
main .align-top {
vertical-align: top !important;
}
main .align-middle {
vertical-align: middle !important;
}
main .align-bottom {
vertical-align: bottom !important;
}
main .align-text-bottom {
vertical-align: text-bottom !important;
}
main .align-text-top {
vertical-align: text-top !important;
}
main .bg-primary {
background-color: #0301ff !important;
}
main a.bg-primary:focus, main a.bg-primary:hover, main button.bg-primary:focus, main button.bg-primary:hover {
background-color: #0200cd !important;
}
main .bg-secondary {
background-color: #aaa9cb !important;
}
main a.bg-secondary:focus, main a.bg-secondary:hover, main button.bg-secondary:focus, main button.bg-secondary:hover {
background-color: #8b89b8 !important;
}
main .bg-success {
background-color: #b0c4c9 !important;
}
main a.bg-success:focus, main a.bg-success:hover, main button.bg-success:focus, main button.bg-success:hover {
background-color: #92adb4 !important;
}
main .bg-info {
background-color: #a1d9f8 !important;
}
main a.bg-info:focus, main a.bg-info:hover, main button.bg-info:focus, main button.bg-info:hover {
background-color: #72c6f4 !important;
}
main .bg-warning {
background-color: #f9e416 !important;
}
main a.bg-warning:focus, main a.bg-warning:hover, main button.bg-warning:focus, main button.bg-warning:hover {
background-color: #d6c306 !important;
}
main .bg-danger {
background-color: #dc3545 !important;
}
main a.bg-danger:focus, main a.bg-danger:hover, main button.bg-danger:focus, main button.bg-danger:hover {
background-color: #bd2130 !important;
}
main .bg-light {
background-color: #f8f9fa !important;
}
main a.bg-light:focus, main a.bg-light:hover, main button.bg-light:focus, main button.bg-light:hover {
background-color: #dae0e5 !important;
}
main .bg-dark {
background-color: #363a3b !important;
}
main a.bg-dark:focus, main a.bg-dark:hover, main button.bg-dark:focus, main button.bg-dark:hover {
background-color: #1e2020 !important;
}
main .bg-white {
background-color: #fff !important;
}
main .bg-transparent {
background-color: transparent !important;
}
main .border {
border: 1px solid #dee2e6 !important;
border-width: 4px !important;
}
main .border-top {
border-top: 1px solid #dee2e6 !important;
}
main .border-right {
border-right: 1px solid #dee2e6 !important;
}
main .border-bottom {
border-bottom: 1px solid #dee2e6 !important;
}
main .border-left {
border-left: 1px solid #dee2e6 !important;
}
main .border-0 {
border: 0 !important;
}
main .border-top-0 {
border-top: 0 !important;
}
main .border-right-0 {
border-right: 0 !important;
}
main .border-bottom-0 {
border-bottom: 0 !important;
}
main .border-left-0 {
border-left: 0 !important;
}
main .border-primary {
border-color: #0301ff !important;
}
main .border-secondary {
border-color: #aaa9cb !important;
}
main .border-success {
border-color: #b0c4c9 !important;
}
main .border-info {
border-color: #a1d9f8 !important;
}
main .border-warning {
border-color: #f9e416 !important;
}
main .border-danger {
border-color: #dc3545 !important;
}
main .border-light {
border-color: #f8f9fa !important;
}
main .border-dark {
border-color: #363a3b !important;
}
main .border-white {
border-color: #fff !important;
}
main .rounded-sm {
border-radius: 0.2rem !important;
}
main .rounded {
border-radius: 0.25rem !important;
}
main .rounded-top {
border-top-left-radius: 0.25rem !important;
border-top-right-radius: 0.25rem !important;
}
main .rounded-right {
border-top-right-radius: 0.25rem !important;
border-bottom-right-radius: 0.25rem !important;
}
main .rounded-bottom {
border-bottom-right-radius: 0.25rem !important;
border-bottom-left-radius: 0.25rem !important;
}
main .rounded-left {
border-top-left-radius: 0.25rem !important;
border-bottom-left-radius: 0.25rem !important;
}
main .rounded-lg {
border-radius: 0.3rem !important;
}
main .rounded-circle {
border-radius: 50% !important;
}
main .rounded-pill {
border-radius: 50rem !important;
}
main .rounded-0 {
border-radius: 0 !important;
}
main .clearfix::after {
display: block;
clear: both;
content: "";
}
main .d-none {
display: none !important;
}
main .d-inline {
display: inline !important;
}
main .d-inline-block {
display: inline-block !important;
}
main .d-block {
display: block !important;
}
main .d-table {
display: table !important;
}
main .d-table-row {
display: table-row !important;
}
main .d-table-cell {
display: table-cell !important;
}
main .d-flex {
display: flex !important;
}
main .d-inline-flex {
display: inline-flex !important;
}
@media (min-width: 576px) {
main .d-sm-none {
display: none !important;
}
main .d-sm-inline {
display: inline !important;
}
main .d-sm-inline-block {
display: inline-block !important;
}
main .d-sm-block {
display: block !important;
}
main .d-sm-table {
display: table !important;
}
main .d-sm-table-row {
display: table-row !important;
}
main .d-sm-table-cell {
display: table-cell !important;
}
main .d-sm-flex {
display: flex !important;
}
main .d-sm-inline-flex {
display: inline-flex !important;
}
}
@media (min-width: 768px) {
main .d-md-none {
display: none !important;
}
main .d-md-inline {
display: inline !important;
}
main .d-md-inline-block {
display: inline-block !important;
}
main .d-md-block {
display: block !important;
}
main .d-md-table {
display: table !important;
}
main .d-md-table-row {
display: table-row !important;
}
main .d-md-table-cell {
display: table-cell !important;
}
main .d-md-flex {
display: flex !important;
}
main .d-md-inline-flex {
display: inline-flex !important;
}
}
@media (min-width: 992px) {
main .d-lg-none {
display: none !important;
}
main .d-lg-inline {
display: inline !important;
}
main .d-lg-inline-block {
display: inline-block !important;
}
main .d-lg-block {
display: block !important;
}
main .d-lg-table {
display: table !important;
}
main .d-lg-table-row {
display: table-row !important;
}
main .d-lg-table-cell {
display: table-cell !important;
}
main .d-lg-flex {
display: flex !important;
}
main .d-lg-inline-flex {
display: inline-flex !important;
}
}
@media (min-width: 1200px) {
main .d-xl-none {
display: none !important;
}
main .d-xl-inline {
display: inline !important;
}
main .d-xl-inline-block {
display: inline-block !important;
}
main .d-xl-block {
display: block !important;
}
main .d-xl-table {
display: table !important;
}
main .d-xl-table-row {
display: table-row !important;
}
main .d-xl-table-cell {
display: table-cell !important;
}
main .d-xl-flex {
display: flex !important;
}
main .d-xl-inline-flex {
display: inline-flex !important;
}
}
@media print {
main .d-print-none {
display: none !important;
}
main .d-print-inline {
display: inline !important;
}
main .d-print-inline-block {
display: inline-block !important;
}
main .d-print-block {
display: block !important;
}
main .d-print-table {
display: table !important;
}
main .d-print-table-row {
display: table-row !important;
}
main .d-print-table-cell {
display: table-cell !important;
}
main .d-print-flex {
display: flex !important;
}
main .d-print-inline-flex {
display: inline-flex !important;
}
}
main .embed-responsive {
position: relative;
display: block;
width: 100%;
padding: 0;
overflow: hidden;
}
main .embed-responsive::before {
display: block;
content: "";
}
main .embed-responsive .embed-responsive-item, main .embed-responsive embed, main .embed-responsive iframe, main .embed-responsive object, main .embed-responsive video {
position: absolute;
top: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
border: 0;
}
main .embed-responsive-21by9::before {
padding-top: 42.85714%;
}
main .embed-responsive-16by9::before {
padding-top: 56.25%;
}
main .embed-responsive-4by3::before {
padding-top: 75%;
}
main .embed-responsive-1by1::before {
padding-top: 100%;
}
main .flex-row {
flex-direction: row !important;
}
main .flex-column {
flex-direction: column !important;
}
main .flex-row-reverse {
flex-direction: row-reverse !important;
}
main .flex-column-reverse {
flex-direction: column-reverse !important;
}
main .flex-wrap {
flex-wrap: wrap !important;
}
main .flex-nowrap {
flex-wrap: nowrap !important;
}
main .flex-wrap-reverse {
flex-wrap: wrap-reverse !important;
}
main .flex-fill {
flex: 1 1 auto !important;
}
main .flex-grow-0 {
flex-grow: 0 !important;
}
main .flex-grow-1 {
flex-grow: 1 !important;
}
main .flex-shrink-0 {
flex-shrink: 0 !important;
}
main .flex-shrink-1 {
flex-shrink: 1 !important;
}
main .justify-content-start {
justify-content: flex-start !important;
}
main .justify-content-end {
justify-content: flex-end !important;
}
main .justify-content-center {
justify-content: center !important;
}
main .justify-content-between {
justify-content: space-between !important;
}
main .justify-content-around {
justify-content: space-around !important;
}
main .align-items-start {
align-items: flex-start !important;
}
main .align-items-end {
align-items: flex-end !important;
}
main .align-items-center {
align-items: center !important;
}
main .align-items-baseline {
align-items: baseline !important;
}
main .align-items-stretch {
align-items: stretch !important;
}
main .align-content-start {
align-content: flex-start !important;
}
main .align-content-end {
align-content: flex-end !important;
}
main .align-content-center {
align-content: center !important;
}
main .align-content-between {
align-content: space-between !important;
}
main .align-content-around {
align-content: space-around !important;
}
main .align-content-stretch {
align-content: stretch !important;
}
main .align-self-auto {
align-self: auto !important;
}
main .align-self-start {
align-self: flex-start !important;
}
main .align-self-end {
align-self: flex-end !important;
}
main .align-self-center {
align-self: center !important;
}
main .align-self-baseline {
align-self: baseline !important;
}
main .align-self-stretch {
align-self: stretch !important;
}
@media (min-width: 576px) {
main .flex-sm-row {
flex-direction: row !important;
}
main .flex-sm-column {
flex-direction: column !important;
}
main .flex-sm-row-reverse {
flex-direction: row-reverse !important;
}
main .flex-sm-column-reverse {
flex-direction: column-reverse !important;
}
main .flex-sm-wrap {
flex-wrap: wrap !important;
}
main .flex-sm-nowrap {
flex-wrap: nowrap !important;
}
main .flex-sm-wrap-reverse {
flex-wrap: wrap-reverse !important;
}
main .flex-sm-fill {
flex: 1 1 auto !important;
}
main .flex-sm-grow-0 {
flex-grow: 0 !important;
}
main .flex-sm-grow-1 {
flex-grow: 1 !important;
}
main .flex-sm-shrink-0 {
flex-shrink: 0 !important;
}
main .flex-sm-shrink-1 {
flex-shrink: 1 !important;
}
main .justify-content-sm-start {
justify-content: flex-start !important;
}
main .justify-content-sm-end {
justify-content: flex-end !important;
}
main .justify-content-sm-center {
justify-content: center !important;
}
main .justify-content-sm-between {
justify-content: space-between !important;
}
main .justify-content-sm-around {
justify-content: space-around !important;
}
main .align-items-sm-start {
align-items: flex-start !important;
}
main .align-items-sm-end {
align-items: flex-end !important;
}
main .align-items-sm-center {
align-items: center !important;
}
main .align-items-sm-baseline {
align-items: baseline !important;
}
main .align-items-sm-stretch {
align-items: stretch !important;
}
main .align-content-sm-start {
align-content: flex-start !important;
}
main .align-content-sm-end {
align-content: flex-end !important;
}
main .align-content-sm-center {
align-content: center !important;
}
main .align-content-sm-between {
align-content: space-between !important;
}
main .align-content-sm-around {
align-content: space-around !important;
}
main .align-content-sm-stretch {
align-content: stretch !important;
}
main .align-self-sm-auto {
align-self: auto !important;
}
main .align-self-sm-start {
align-self: flex-start !important;
}
main .align-self-sm-end {
align-self: flex-end !important;
}
main .align-self-sm-center {
align-self: center !important;
}
main .align-self-sm-baseline {
align-self: baseline !important;
}
main .align-self-sm-stretch {
align-self: stretch !important;
}
}
@media (min-width: 768px) {
main .flex-md-row {
flex-direction: row !important;
}
main .flex-md-column {
flex-direction: column !important;
}
main .flex-md-row-reverse {
flex-direction: row-reverse !important;
}
main .flex-md-column-reverse {
flex-direction: column-reverse !important;
}
main .flex-md-wrap {
flex-wrap: wrap !important;
}
main .flex-md-nowrap {
flex-wrap: nowrap !important;
}
main .flex-md-wrap-reverse {
flex-wrap: wrap-reverse !important;
}
main .flex-md-fill {
flex: 1 1 auto !important;
}
main .flex-md-grow-0 {
flex-grow: 0 !important;
}
main .flex-md-grow-1 {
flex-grow: 1 !important;
}
main .flex-md-shrink-0 {
flex-shrink: 0 !important;
}
main .flex-md-shrink-1 {
flex-shrink: 1 !important;
}
main .justify-content-md-start {
justify-content: flex-start !important;
}
main .justify-content-md-end {
justify-content: flex-end !important;
}
main .justify-content-md-center {
justify-content: center !important;
}
main .justify-content-md-between {
justify-content: space-between !important;
}
main .justify-content-md-around {
justify-content: space-around !important;
}
main .align-items-md-start {
align-items: flex-start !important;
}
main .align-items-md-end {
align-items: flex-end !important;
}
main .align-items-md-center {
align-items: center !important;
}
main .align-items-md-baseline {
align-items: baseline !important;
}
main .align-items-md-stretch {
align-items: stretch !important;
}
main .align-content-md-start {
align-content: flex-start !important;
}
main .align-content-md-end {
align-content: flex-end !important;
}
main .align-content-md-center {
align-content: center !important;
}
main .align-content-md-between {
align-content: space-between !important;
}
main .align-content-md-around {
align-content: space-around !important;
}
main .align-content-md-stretch {
align-content: stretch !important;
}
main .align-self-md-auto {
align-self: auto !important;
}
main .align-self-md-start {
align-self: flex-start !important;
}
main .align-self-md-end {
align-self: flex-end !important;
}
main .align-self-md-center {
align-self: center !important;
}
main .align-self-md-baseline {
align-self: baseline !important;
}
main .align-self-md-stretch {
align-self: stretch !important;
}
}
@media (min-width: 992px) {
main .flex-lg-row {
flex-direction: row !important;
}
main .flex-lg-column {
flex-direction: column !important;
}
main .flex-lg-row-reverse {
flex-direction: row-reverse !important;
}
main .flex-lg-column-reverse {
flex-direction: column-reverse !important;
}
main .flex-lg-wrap {
flex-wrap: wrap !important;
}
main .flex-lg-nowrap {
flex-wrap: nowrap !important;
}
main .flex-lg-wrap-reverse {
flex-wrap: wrap-reverse !important;
}
main .flex-lg-fill {
flex: 1 1 auto !important;
}
main .flex-lg-grow-0 {
flex-grow: 0 !important;
}
main .flex-lg-grow-1 {
flex-grow: 1 !important;
}
main .flex-lg-shrink-0 {
flex-shrink: 0 !important;
}
main .flex-lg-shrink-1 {
flex-shrink: 1 !important;
}
main .justify-content-lg-start {
justify-content: flex-start !important;
}
main .justify-content-lg-end {
justify-content: flex-end !important;
}
main .justify-content-lg-center {
justify-content: center !important;
}
main .justify-content-lg-between {
justify-content: space-between !important;
}
main .justify-content-lg-around {
justify-content: space-around !important;
}
main .align-items-lg-start {
align-items: flex-start !important;
}
main .align-items-lg-end {
align-items: flex-end !important;
}
main .align-items-lg-center {
align-items: center !important;
}
main .align-items-lg-baseline {
align-items: baseline !important;
}
main .align-items-lg-stretch {
align-items: stretch !important;
}
main .align-content-lg-start {
align-content: flex-start !important;
}
main .align-content-lg-end {
align-content: flex-end !important;
}
main .align-content-lg-center {
align-content: center !important;
}
main .align-content-lg-between {
align-content: space-between !important;
}
main .align-content-lg-around {
align-content: space-around !important;
}
main .align-content-lg-stretch {
align-content: stretch !important;
}
main .align-self-lg-auto {
align-self: auto !important;
}
main .align-self-lg-start {
align-self: flex-start !important;
}
main .align-self-lg-end {
align-self: flex-end !important;
}
main .align-self-lg-center {
align-self: center !important;
}
main .align-self-lg-baseline {
align-self: baseline !important;
}
main .align-self-lg-stretch {
align-self: stretch !important;
}
}
@media (min-width: 1200px) {
main .flex-xl-row {
flex-direction: row !important;
}
main .flex-xl-column {
flex-direction: column !important;
}
main .flex-xl-row-reverse {
flex-direction: row-reverse !important;
}
main .flex-xl-column-reverse {
flex-direction: column-reverse !important;
}
main .flex-xl-wrap {
flex-wrap: wrap !important;
}
main .flex-xl-nowrap {
flex-wrap: nowrap !important;
}
main .flex-xl-wrap-reverse {
flex-wrap: wrap-reverse !important;
}
main .flex-xl-fill {
flex: 1 1 auto !important;
}
main .flex-xl-grow-0 {
flex-grow: 0 !important;
}
main .flex-xl-grow-1 {
flex-grow: 1 !important;
}
main .flex-xl-shrink-0 {
flex-shrink: 0 !important;
}
main .flex-xl-shrink-1 {
flex-shrink: 1 !important;
}
main .justify-content-xl-start {
justify-content: flex-start !important;
}
main .justify-content-xl-end {
justify-content: flex-end !important;
}
main .justify-content-xl-center {
justify-content: center !important;
}
main .justify-content-xl-between {
justify-content: space-between !important;
}
main .justify-content-xl-around {
justify-content: space-around !important;
}
main .align-items-xl-start {
align-items: flex-start !important;
}
main .align-items-xl-end {
align-items: flex-end !important;
}
main .align-items-xl-center {
align-items: center !important;
}
main .align-items-xl-baseline {
align-items: baseline !important;
}
main .align-items-xl-stretch {
align-items: stretch !important;
}
main .align-content-xl-start {
align-content: flex-start !important;
}
main .align-content-xl-end {
align-content: flex-end !important;
}
main .align-content-xl-center {
align-content: center !important;
}
main .align-content-xl-between {
align-content: space-between !important;
}
main .align-content-xl-around {
align-content: space-around !important;
}
main .align-content-xl-stretch {
align-content: stretch !important;
}
main .align-self-xl-auto {
align-self: auto !important;
}
main .align-self-xl-start {
align-self: flex-start !important;
}
main .align-self-xl-end {
align-self: flex-end !important;
}
main .align-self-xl-center {
align-self: center !important;
}
main .align-self-xl-baseline {
align-self: baseline !important;
}
main .align-self-xl-stretch {
align-self: stretch !important;
}
}
main .float-left {
float: left !important;
}
main .float-right {
float: right !important;
}
main .float-none {
float: none !important;
}
@media (min-width: 576px) {
main .float-sm-left {
float: left !important;
}
main .float-sm-right {
float: right !important;
}
main .float-sm-none {
float: none !important;
}
}
@media (min-width: 768px) {
main .float-md-left {
float: left !important;
}
main .float-md-right {
float: right !important;
}
main .float-md-none {
float: none !important;
}
}
@media (min-width: 992px) {
main .float-lg-left {
float: left !important;
}
main .float-lg-right {
float: right !important;
}
main .float-lg-none {
float: none !important;
}
}
@media (min-width: 1200px) {
main .float-xl-left {
float: left !important;
}
main .float-xl-right {
float: right !important;
}
main .float-xl-none {
float: none !important;
}
}
main .overflow-auto {
overflow: auto !important;
}
main .overflow-hidden {
overflow: hidden !important;
}
main .position-static {
position: static !important;
}
main .position-relative {
position: relative !important;
}
main .position-absolute {
position: absolute !important;
}
main .position-fixed {
position: fixed !important;
}
main .position-sticky {
position: sticky !important;
}
main .fixed-top {
position: fixed;
top: 0;
right: 0;
left: 0;
z-index: 1030;
}
main .fixed-bottom {
position: fixed;
right: 0;
bottom: 0;
left: 0;
z-index: 1030;
}
@supports (position:sticky) {
main .sticky-top {
position: sticky;
top: 0;
z-index: 1020;
}
}
main .sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border: 0;
}
main .sr-only-focusable:active, main .sr-only-focusable:focus {
position: static;
width: auto;
height: auto;
overflow: visible;
clip: auto;
white-space: normal;
}
main .shadow-sm {
box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
main .shadow {
box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
main .shadow-lg {
box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
main .shadow-none {
box-shadow: none !important;
}
main .w-25 {
width: 25% !important;
}
main .w-50 {
width: 50% !important;
}
main .w-75 {
width: 75% !important;
}
main .w-100 {
width: 100% !important;
}
main .w-auto {
width: auto !important;
}
main .h-25 {
height: 25% !important;
}
main .h-50 {
height: 50% !important;
}
main .h-75 {
height: 75% !important;
}
main .h-100 {
height: 100% !important;
}
main .h-auto {
height: auto !important;
}
main .mw-100 {
max-width: 100% !important;
}
main .mh-100 {
max-height: 100% !important;
}
main .min-vw-100 {
min-width: 100vw !important;
}
main .min-vh-100 {
min-height: 100vh !important;
}
main .vw-100 {
width: 100vw !important;
}
main .vh-100 {
height: 100vh !important;
}
main .stretched-link::after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1;
pointer-events: auto;
content: "";
background-color: rgba(0, 0, 0, 0);
}
main .m-0 {
margin: 0 !important;
}
main .mt-0, main .my-0 {
margin-top: 0 !important;
}
main .mr-0, main .mx-0 {
margin-right: 0 !important;
}
main .mb-0, main .my-0 {
margin-bottom: 0 !important;
}
main .ml-0, main .mx-0 {
margin-left: 0 !important;
}
main .m-1 {
margin: 0.25rem !important;
}
main .mt-1, main .my-1 {
margin-top: 0.25rem !important;
}
main .mr-1, main .mx-1 {
margin-right: 0.25rem !important;
}
main .mb-1, main .my-1 {
margin-bottom: 0.25rem !important;
}
main .ml-1, main .mx-1 {
margin-left: 0.25rem !important;
}
main .m-2 {
margin: 0.5rem !important;
}
main .mt-2, main .my-2 {
margin-top: 0.5rem !important;
}
main .mr-2, main .mx-2 {
margin-right: 0.5rem !important;
}
main .mb-2, main .my-2 {
margin-bottom: 0.5rem !important;
}
main .ml-2, main .mx-2 {
margin-left: 0.5rem !important;
}
main .m-3 {
margin: 1rem !important;
}
main .mt-3, main .my-3 {
margin-top: 1rem !important;
}
main .mr-3, main .mx-3 {
margin-right: 1rem !important;
}
main .mb-3, main .my-3 {
margin-bottom: 1rem !important;
}
main .ml-3, main .mx-3 {
margin-left: 1rem !important;
}
main .m-4 {
margin: 1.5rem !important;
}
main .mt-4, main .my-4 {
margin-top: 1.5rem !important;
}
main .mr-4, main .mx-4 {
margin-right: 1.5rem !important;
}
main .mb-4, main .my-4 {
margin-bottom: 1.5rem !important;
}
main .ml-4, main .mx-4 {
margin-left: 1.5rem !important;
}
main .m-5 {
margin: 3rem !important;
}
main .mt-5, main .my-5 {
margin-top: 3rem !important;
}
main .mr-5, main .mx-5 {
margin-right: 3rem !important;
}
main .mb-5, main .my-5 {
margin-bottom: 3rem !important;
}
main .ml-5, main .mx-5 {
margin-left: 3rem !important;
}
main .p-0 {
padding: 0 !important;
}
main .pt-0, main .py-0 {
padding-top: 0 !important;
}
main .pr-0, main .px-0 {
padding-right: 0 !important;
}
main .pb-0, main .py-0 {
padding-bottom: 0 !important;
}
main .pl-0, main .px-0 {
padding-left: 0 !important;
}
main .p-1 {
padding: 0.25rem !important;
}
main .pt-1, main .py-1 {
padding-top: 0.25rem !important;
}
main .pr-1, main .px-1 {
padding-right: 0.25rem !important;
}
main .pb-1, main .py-1 {
padding-bottom: 0.25rem !important;
}
main .pl-1, main .px-1 {
padding-left: 0.25rem !important;
}
main .p-2 {
padding: 0.5rem !important;
}
main .pt-2, main .py-2 {
padding-top: 0.5rem !important;
}
main .pr-2, main .px-2 {
padding-right: 0.5rem !important;
}
main .pb-2, main .py-2 {
padding-bottom: 0.5rem !important;
}
main .pl-2, main .px-2 {
padding-left: 0.5rem !important;
}
main .p-3 {
padding: 1rem !important;
}
main .pt-3, main .py-3 {
padding-top: 1rem !important;
}
main .pr-3, main .px-3 {
padding-right: 1rem !important;
}
main .pb-3, main .py-3 {
padding-bottom: 1rem !important;
}
main .pl-3, main .px-3 {
padding-left: 1rem !important;
}
main .p-4 {
padding: 1.5rem !important;
}
main .pt-4, main .py-4 {
padding-top: 1.5rem !important;
}
main .pr-4, main .px-4 {
padding-right: 1.5rem !important;
}
main .pb-4, main .py-4 {
padding-bottom: 1.5rem !important;
}
main .pl-4, main .px-4 {
padding-left: 1.5rem !important;
}
main .p-5 {
padding: 3rem !important;
}
main .pt-5, main .py-5 {
padding-top: 3rem !important;
}
main .pr-5, main .px-5 {
padding-right: 3rem !important;
}
main .pb-5, main .py-5 {
padding-bottom: 3rem !important;
}
main .pl-5, main .px-5 {
padding-left: 3rem !important;
}
main .m-n1 {
margin: -0.25rem !important;
}
main .mt-n1, main .my-n1 {
margin-top: -0.25rem !important;
}
main .mr-n1, main .mx-n1 {
margin-right: -0.25rem !important;
}
main .mb-n1, main .my-n1 {
margin-bottom: -0.25rem !important;
}
main .ml-n1, main .mx-n1 {
margin-left: -0.25rem !important;
}
main .m-n2 {
margin: -0.5rem !important;
}
main .mt-n2, main .my-n2 {
margin-top: -0.5rem !important;
}
main .mr-n2, main .mx-n2 {
margin-right: -0.5rem !important;
}
main .mb-n2, main .my-n2 {
margin-bottom: -0.5rem !important;
}
main .ml-n2, main .mx-n2 {
margin-left: -0.5rem !important;
}
main .m-n3 {
margin: -1rem !important;
}
main .mt-n3, main .my-n3 {
margin-top: -1rem !important;
}
main .mr-n3, main .mx-n3 {
margin-right: -1rem !important;
}
main .mb-n3, main .my-n3 {
margin-bottom: -1rem !important;
}
main .ml-n3, main .mx-n3 {
margin-left: -1rem !important;
}
main .m-n4 {
margin: -1.5rem !important;
}
main .mt-n4, main .my-n4 {
margin-top: -1.5rem !important;
}
main .mr-n4, main .mx-n4 {
margin-right: -1.5rem !important;
}
main .mb-n4, main .my-n4 {
margin-bottom: -1.5rem !important;
}
main .ml-n4, main .mx-n4 {
margin-left: -1.5rem !important;
}
main .m-n5 {
margin: -3rem !important;
}
main .mt-n5, main .my-n5 {
margin-top: -3rem !important;
}
main .mr-n5, main .mx-n5 {
margin-right: -3rem !important;
}
main .mb-n5, main .my-n5 {
margin-bottom: -3rem !important;
}
main .ml-n5, main .mx-n5 {
margin-left: -3rem !important;
}
main .m-auto {
margin: auto !important;
}
main .mt-auto, main .my-auto {
margin-top: auto !important;
}
main .mr-auto, main .mx-auto {
margin-right: auto !important;
}
main .mb-auto, main .my-auto {
margin-bottom: auto !important;
}
main .ml-auto, main .mx-auto {
margin-left: auto !important;
}
@media (min-width: 576px) {
main .m-sm-0 {
margin: 0 !important;
}
main .mt-sm-0, main .my-sm-0 {
margin-top: 0 !important;
}
main .mr-sm-0, main .mx-sm-0 {
margin-right: 0 !important;
}
main .mb-sm-0, main .my-sm-0 {
margin-bottom: 0 !important;
}
main .ml-sm-0, main .mx-sm-0 {
margin-left: 0 !important;
}
main .m-sm-1 {
margin: 0.25rem !important;
}
main .mt-sm-1, main .my-sm-1 {
margin-top: 0.25rem !important;
}
main .mr-sm-1, main .mx-sm-1 {
margin-right: 0.25rem !important;
}
main .mb-sm-1, main .my-sm-1 {
margin-bottom: 0.25rem !important;
}
main .ml-sm-1, main .mx-sm-1 {
margin-left: 0.25rem !important;
}
main .m-sm-2 {
margin: 0.5rem !important;
}
main .mt-sm-2, main .my-sm-2 {
margin-top: 0.5rem !important;
}
main .mr-sm-2, main .mx-sm-2 {
margin-right: 0.5rem !important;
}
main .mb-sm-2, main .my-sm-2 {
margin-bottom: 0.5rem !important;
}
main .ml-sm-2, main .mx-sm-2 {
margin-left: 0.5rem !important;
}
main .m-sm-3 {
margin: 1rem !important;
}
main .mt-sm-3, main .my-sm-3 {
margin-top: 1rem !important;
}
main .mr-sm-3, main .mx-sm-3 {
margin-right: 1rem !important;
}
main .mb-sm-3, main .my-sm-3 {
margin-bottom: 1rem !important;
}
main .ml-sm-3, main .mx-sm-3 {
margin-left: 1rem !important;
}
main .m-sm-4 {
margin: 1.5rem !important;
}
main .mt-sm-4, main .my-sm-4 {
margin-top: 1.5rem !important;
}
main .mr-sm-4, main .mx-sm-4 {
margin-right: 1.5rem !important;
}
main .mb-sm-4, main .my-sm-4 {
margin-bottom: 1.5rem !important;
}
main .ml-sm-4, main .mx-sm-4 {
margin-left: 1.5rem !important;
}
main .m-sm-5 {
margin: 3rem !important;
}
main .mt-sm-5, main .my-sm-5 {
margin-top: 3rem !important;
}
main .mr-sm-5, main .mx-sm-5 {
margin-right: 3rem !important;
}
main .mb-sm-5, main .my-sm-5 {
margin-bottom: 3rem !important;
}
main .ml-sm-5, main .mx-sm-5 {
margin-left: 3rem !important;
}
main .p-sm-0 {
padding: 0 !important;
}
main .pt-sm-0, main .py-sm-0 {
padding-top: 0 !important;
}
main .pr-sm-0, main .px-sm-0 {
padding-right: 0 !important;
}
main .pb-sm-0, main .py-sm-0 {
padding-bottom: 0 !important;
}
main .pl-sm-0, main .px-sm-0 {
padding-left: 0 !important;
}
main .p-sm-1 {
padding: 0.25rem !important;
}
main .pt-sm-1, main .py-sm-1 {
padding-top: 0.25rem !important;
}
main .pr-sm-1, main .px-sm-1 {
padding-right: 0.25rem !important;
}
main .pb-sm-1, main .py-sm-1 {
padding-bottom: 0.25rem !important;
}
main .pl-sm-1, main .px-sm-1 {
padding-left: 0.25rem !important;
}
main .p-sm-2 {
padding: 0.5rem !important;
}
main .pt-sm-2, main .py-sm-2 {
padding-top: 0.5rem !important;
}
main .pr-sm-2, main .px-sm-2 {
padding-right: 0.5rem !important;
}
main .pb-sm-2, main .py-sm-2 {
padding-bottom: 0.5rem !important;
}
main .pl-sm-2, main .px-sm-2 {
padding-left: 0.5rem !important;
}
main .p-sm-3 {
padding: 1rem !important;
}
main .pt-sm-3, main .py-sm-3 {
padding-top: 1rem !important;
}
main .pr-sm-3, main .px-sm-3 {
padding-right: 1rem !important;
}
main .pb-sm-3, main .py-sm-3 {
padding-bottom: 1rem !important;
}
main .pl-sm-3, main .px-sm-3 {
padding-left: 1rem !important;
}
main .p-sm-4 {
padding: 1.5rem !important;
}
main .pt-sm-4, main .py-sm-4 {
padding-top: 1.5rem !important;
}
main .pr-sm-4, main .px-sm-4 {
padding-right: 1.5rem !important;
}
main .pb-sm-4, main .py-sm-4 {
padding-bottom: 1.5rem !important;
}
main .pl-sm-4, main .px-sm-4 {
padding-left: 1.5rem !important;
}
main .p-sm-5 {
padding: 3rem !important;
}
main .pt-sm-5, main .py-sm-5 {
padding-top: 3rem !important;
}
main .pr-sm-5, main .px-sm-5 {
padding-right: 3rem !important;
}
main .pb-sm-5, main .py-sm-5 {
padding-bottom: 3rem !important;
}
main .pl-sm-5, main .px-sm-5 {
padding-left: 3rem !important;
}
main .m-sm-n1 {
margin: -0.25rem !important;
}
main .mt-sm-n1, main .my-sm-n1 {
margin-top: -0.25rem !important;
}
main .mr-sm-n1, main .mx-sm-n1 {
margin-right: -0.25rem !important;
}
main .mb-sm-n1, main .my-sm-n1 {
margin-bottom: -0.25rem !important;
}
main .ml-sm-n1, main .mx-sm-n1 {
margin-left: -0.25rem !important;
}
main .m-sm-n2 {
margin: -0.5rem !important;
}
main .mt-sm-n2, main .my-sm-n2 {
margin-top: -0.5rem !important;
}
main .mr-sm-n2, main .mx-sm-n2 {
margin-right: -0.5rem !important;
}
main .mb-sm-n2, main .my-sm-n2 {
margin-bottom: -0.5rem !important;
}
main .ml-sm-n2, main .mx-sm-n2 {
margin-left: -0.5rem !important;
}
main .m-sm-n3 {
margin: -1rem !important;
}
main .mt-sm-n3, main .my-sm-n3 {
margin-top: -1rem !important;
}
main .mr-sm-n3, main .mx-sm-n3 {
margin-right: -1rem !important;
}
main .mb-sm-n3, main .my-sm-n3 {
margin-bottom: -1rem !important;
}
main .ml-sm-n3, main .mx-sm-n3 {
margin-left: -1rem !important;
}
main .m-sm-n4 {
margin: -1.5rem !important;
}
main .mt-sm-n4, main .my-sm-n4 {
margin-top: -1.5rem !important;
}
main .mr-sm-n4, main .mx-sm-n4 {
margin-right: -1.5rem !important;
}
main .mb-sm-n4, main .my-sm-n4 {
margin-bottom: -1.5rem !important;
}
main .ml-sm-n4, main .mx-sm-n4 {
margin-left: -1.5rem !important;
}
main .m-sm-n5 {
margin: -3rem !important;
}
main .mt-sm-n5, main .my-sm-n5 {
margin-top: -3rem !important;
}
main .mr-sm-n5, main .mx-sm-n5 {
margin-right: -3rem !important;
}
main .mb-sm-n5, main .my-sm-n5 {
margin-bottom: -3rem !important;
}
main .ml-sm-n5, main .mx-sm-n5 {
margin-left: -3rem !important;
}
main .m-sm-auto {
margin: auto !important;
}
main .mt-sm-auto, main .my-sm-auto {
margin-top: auto !important;
}
main .mr-sm-auto, main .mx-sm-auto {
margin-right: auto !important;
}
main .mb-sm-auto, main .my-sm-auto {
margin-bottom: auto !important;
}
main .ml-sm-auto, main .mx-sm-auto {
margin-left: auto !important;
}
}
@media (min-width: 768px) {
main .m-md-0 {
margin: 0 !important;
}
main .mt-md-0, main .my-md-0 {
margin-top: 0 !important;
}
main .mr-md-0, main .mx-md-0 {
margin-right: 0 !important;
}
main .mb-md-0, main .my-md-0 {
margin-bottom: 0 !important;
}
main .ml-md-0, main .mx-md-0 {
margin-left: 0 !important;
}
main .m-md-1 {
margin: 0.25rem !important;
}
main .mt-md-1, main .my-md-1 {
margin-top: 0.25rem !important;
}
main .mr-md-1, main .mx-md-1 {
margin-right: 0.25rem !important;
}
main .mb-md-1, main .my-md-1 {
margin-bottom: 0.25rem !important;
}
main .ml-md-1, main .mx-md-1 {
margin-left: 0.25rem !important;
}
main .m-md-2 {
margin: 0.5rem !important;
}
main .mt-md-2, main .my-md-2 {
margin-top: 0.5rem !important;
}
main .mr-md-2, main .mx-md-2 {
margin-right: 0.5rem !important;
}
main .mb-md-2, main .my-md-2 {
margin-bottom: 0.5rem !important;
}
main .ml-md-2, main .mx-md-2 {
margin-left: 0.5rem !important;
}
main .m-md-3 {
margin: 1rem !important;
}
main .mt-md-3, main .my-md-3 {
margin-top: 1rem !important;
}
main .mr-md-3, main .mx-md-3 {
margin-right: 1rem !important;
}
main .mb-md-3, main .my-md-3 {
margin-bottom: 1rem !important;
}
main .ml-md-3, main .mx-md-3 {
margin-left: 1rem !important;
}
main .m-md-4 {
margin: 1.5rem !important;
}
main .mt-md-4, main .my-md-4 {
margin-top: 1.5rem !important;
}
main .mr-md-4, main .mx-md-4 {
margin-right: 1.5rem !important;
}
main .mb-md-4, main .my-md-4 {
margin-bottom: 1.5rem !important;
}
main .ml-md-4, main .mx-md-4 {
margin-left: 1.5rem !important;
}
main .m-md-5 {
margin: 3rem !important;
}
main .mt-md-5, main .my-md-5 {
margin-top: 3rem !important;
}
main .mr-md-5, main .mx-md-5 {
margin-right: 3rem !important;
}
main .mb-md-5, main .my-md-5 {
margin-bottom: 3rem !important;
}
main .ml-md-5, main .mx-md-5 {
margin-left: 3rem !important;
}
main .p-md-0 {
padding: 0 !important;
}
main .pt-md-0, main .py-md-0 {
padding-top: 0 !important;
}
main .pr-md-0, main .px-md-0 {
padding-right: 0 !important;
}
main .pb-md-0, main .py-md-0 {
padding-bottom: 0 !important;
}
main .pl-md-0, main .px-md-0 {
padding-left: 0 !important;
}
main .p-md-1 {
padding: 0.25rem !important;
}
main .pt-md-1, main .py-md-1 {
padding-top: 0.25rem !important;
}
main .pr-md-1, main .px-md-1 {
padding-right: 0.25rem !important;
}
main .pb-md-1, main .py-md-1 {
padding-bottom: 0.25rem !important;
}
main .pl-md-1, main .px-md-1 {
padding-left: 0.25rem !important;
}
main .p-md-2 {
padding: 0.5rem !important;
}
main .pt-md-2, main .py-md-2 {
padding-top: 0.5rem !important;
}
main .pr-md-2, main .px-md-2 {
padding-right: 0.5rem !important;
}
main .pb-md-2, main .py-md-2 {
padding-bottom: 0.5rem !important;
}
main .pl-md-2, main .px-md-2 {
padding-left: 0.5rem !important;
}
main .p-md-3 {
padding: 1rem !important;
}
main .pt-md-3, main .py-md-3 {
padding-top: 1rem !important;
}
main .pr-md-3, main .px-md-3 {
padding-right: 1rem !important;
}
main .pb-md-3, main .py-md-3 {
padding-bottom: 1rem !important;
}
main .pl-md-3, main .px-md-3 {
padding-left: 1rem !important;
}
main .p-md-4 {
padding: 1.5rem !important;
}
main .pt-md-4, main .py-md-4 {
padding-top: 1.5rem !important;
}
main .pr-md-4, main .px-md-4 {
padding-right: 1.5rem !important;
}
main .pb-md-4, main .py-md-4 {
padding-bottom: 1.5rem !important;
}
main .pl-md-4, main .px-md-4 {
padding-left: 1.5rem !important;
}
main .p-md-5 {
padding: 3rem !important;
}
main .pt-md-5, main .py-md-5 {
padding-top: 3rem !important;
}
main .pr-md-5, main .px-md-5 {
padding-right: 3rem !important;
}
main .pb-md-5, main .py-md-5 {
padding-bottom: 3rem !important;
}
main .pl-md-5, main .px-md-5 {
padding-left: 3rem !important;
}
main .m-md-n1 {
margin: -0.25rem !important;
}
main .mt-md-n1, main .my-md-n1 {
margin-top: -0.25rem !important;
}
main .mr-md-n1, main .mx-md-n1 {
margin-right: -0.25rem !important;
}
main .mb-md-n1, main .my-md-n1 {
margin-bottom: -0.25rem !important;
}
main .ml-md-n1, main .mx-md-n1 {
margin-left: -0.25rem !important;
}
main .m-md-n2 {
margin: -0.5rem !important;
}
main .mt-md-n2, main .my-md-n2 {
margin-top: -0.5rem !important;
}
main .mr-md-n2, main .mx-md-n2 {
margin-right: -0.5rem !important;
}
main .mb-md-n2, main .my-md-n2 {
margin-bottom: -0.5rem !important;
}
main .ml-md-n2, main .mx-md-n2 {
margin-left: -0.5rem !important;
}
main .m-md-n3 {
margin: -1rem !important;
}
main .mt-md-n3, main .my-md-n3 {
margin-top: -1rem !important;
}
main .mr-md-n3, main .mx-md-n3 {
margin-right: -1rem !important;
}
main .mb-md-n3, main .my-md-n3 {
margin-bottom: -1rem !important;
}
main .ml-md-n3, main .mx-md-n3 {
margin-left: -1rem !important;
}
main .m-md-n4 {
margin: -1.5rem !important;
}
main .mt-md-n4, main .my-md-n4 {
margin-top: -1.5rem !important;
}
main .mr-md-n4, main .mx-md-n4 {
margin-right: -1.5rem !important;
}
main .mb-md-n4, main .my-md-n4 {
margin-bottom: -1.5rem !important;
}
main .ml-md-n4, main .mx-md-n4 {
margin-left: -1.5rem !important;
}
main .m-md-n5 {
margin: -3rem !important;
}
main .mt-md-n5, main .my-md-n5 {
margin-top: -3rem !important;
}
main .mr-md-n5, main .mx-md-n5 {
margin-right: -3rem !important;
}
main .mb-md-n5, main .my-md-n5 {
margin-bottom: -3rem !important;
}
main .ml-md-n5, main .mx-md-n5 {
margin-left: -3rem !important;
}
main .m-md-auto {
margin: auto !important;
}
main .mt-md-auto, main .my-md-auto {
margin-top: auto !important;
}
main .mr-md-auto, main .mx-md-auto {
margin-right: auto !important;
}
main .mb-md-auto, main .my-md-auto {
margin-bottom: auto !important;
}
main .ml-md-auto, main .mx-md-auto {
margin-left: auto !important;
}
}
@media (min-width: 992px) {
main .m-lg-0 {
margin: 0 !important;
}
main .mt-lg-0, main .my-lg-0 {
margin-top: 0 !important;
}
main .mr-lg-0, main .mx-lg-0 {
margin-right: 0 !important;
}
main .mb-lg-0, main .my-lg-0 {
margin-bottom: 0 !important;
}
main .ml-lg-0, main .mx-lg-0 {
margin-left: 0 !important;
}
main .m-lg-1 {
margin: 0.25rem !important;
}
main .mt-lg-1, main .my-lg-1 {
margin-top: 0.25rem !important;
}
main .mr-lg-1, main .mx-lg-1 {
margin-right: 0.25rem !important;
}
main .mb-lg-1, main .my-lg-1 {
margin-bottom: 0.25rem !important;
}
main .ml-lg-1, main .mx-lg-1 {
margin-left: 0.25rem !important;
}
main .m-lg-2 {
margin: 0.5rem !important;
}
main .mt-lg-2, main .my-lg-2 {
margin-top: 0.5rem !important;
}
main .mr-lg-2, main .mx-lg-2 {
margin-right: 0.5rem !important;
}
main .mb-lg-2, main .my-lg-2 {
margin-bottom: 0.5rem !important;
}
main .ml-lg-2, main .mx-lg-2 {
margin-left: 0.5rem !important;
}
main .m-lg-3 {
margin: 1rem !important;
}
main .mt-lg-3, main .my-lg-3 {
margin-top: 1rem !important;
}
main .mr-lg-3, main .mx-lg-3 {
margin-right: 1rem !important;
}
main .mb-lg-3, main .my-lg-3 {
margin-bottom: 1rem !important;
}
main .ml-lg-3, main .mx-lg-3 {
margin-left: 1rem !important;
}
main .m-lg-4 {
margin: 1.5rem !important;
}
main .mt-lg-4, main .my-lg-4 {
margin-top: 1.5rem !important;
}
main .mr-lg-4, main .mx-lg-4 {
margin-right: 1.5rem !important;
}
main .mb-lg-4, main .my-lg-4 {
margin-bottom: 1.5rem !important;
}
main .ml-lg-4, main .mx-lg-4 {
margin-left: 1.5rem !important;
}
main .m-lg-5 {
margin: 3rem !important;
}
main .mt-lg-5, main .my-lg-5 {
margin-top: 3rem !important;
}
main .mr-lg-5, main .mx-lg-5 {
margin-right: 3rem !important;
}
main .mb-lg-5, main .my-lg-5 {
margin-bottom: 3rem !important;
}
main .ml-lg-5, main .mx-lg-5 {
margin-left: 3rem !important;
}
main .p-lg-0 {
padding: 0 !important;
}
main .pt-lg-0, main .py-lg-0 {
padding-top: 0 !important;
}
main .pr-lg-0, main .px-lg-0 {
padding-right: 0 !important;
}
main .pb-lg-0, main .py-lg-0 {
padding-bottom: 0 !important;
}
main .pl-lg-0, main .px-lg-0 {
padding-left: 0 !important;
}
main .p-lg-1 {
padding: 0.25rem !important;
}
main .pt-lg-1, main .py-lg-1 {
padding-top: 0.25rem !important;
}
main .pr-lg-1, main .px-lg-1 {
padding-right: 0.25rem !important;
}
main .pb-lg-1, main .py-lg-1 {
padding-bottom: 0.25rem !important;
}
main .pl-lg-1, main .px-lg-1 {
padding-left: 0.25rem !important;
}
main .p-lg-2 {
padding: 0.5rem !important;
}
main .pt-lg-2, main .py-lg-2 {
padding-top: 0.5rem !important;
}
main .pr-lg-2, main .px-lg-2 {
padding-right: 0.5rem !important;
}
main .pb-lg-2, main .py-lg-2 {
padding-bottom: 0.5rem !important;
}
main .pl-lg-2, main .px-lg-2 {
padding-left: 0.5rem !important;
}
main .p-lg-3 {
padding: 1rem !important;
}
main .pt-lg-3, main .py-lg-3 {
padding-top: 1rem !important;
}
main .pr-lg-3, main .px-lg-3 {
padding-right: 1rem !important;
}
main .pb-lg-3, main .py-lg-3 {
padding-bottom: 1rem !important;
}
main .pl-lg-3, main .px-lg-3 {
padding-left: 1rem !important;
}
main .p-lg-4 {
padding: 1.5rem !important;
}
main .pt-lg-4, main .py-lg-4 {
padding-top: 1.5rem !important;
}
main .pr-lg-4, main .px-lg-4 {
padding-right: 1.5rem !important;
}
main .pb-lg-4, main .py-lg-4 {
padding-bottom: 1.5rem !important;
}
main .pl-lg-4, main .px-lg-4 {
padding-left: 1.5rem !important;
}
main .p-lg-5 {
padding: 3rem !important;
}
main .pt-lg-5, main .py-lg-5 {
padding-top: 3rem !important;
}
main .pr-lg-5, main .px-lg-5 {
padding-right: 3rem !important;
}
main .pb-lg-5, main .py-lg-5 {
padding-bottom: 3rem !important;
}
main .pl-lg-5, main .px-lg-5 {
padding-left: 3rem !important;
}
main .m-lg-n1 {
margin: -0.25rem !important;
}
main .mt-lg-n1, main .my-lg-n1 {
margin-top: -0.25rem !important;
}
main .mr-lg-n1, main .mx-lg-n1 {
margin-right: -0.25rem !important;
}
main .mb-lg-n1, main .my-lg-n1 {
margin-bottom: -0.25rem !important;
}
main .ml-lg-n1, main .mx-lg-n1 {
margin-left: -0.25rem !important;
}
main .m-lg-n2 {
margin: -0.5rem !important;
}
main .mt-lg-n2, main .my-lg-n2 {
margin-top: -0.5rem !important;
}
main .mr-lg-n2, main .mx-lg-n2 {
margin-right: -0.5rem !important;
}
main .mb-lg-n2, main .my-lg-n2 {
margin-bottom: -0.5rem !important;
}
main .ml-lg-n2, main .mx-lg-n2 {
margin-left: -0.5rem !important;
}
main .m-lg-n3 {
margin: -1rem !important;
}
main .mt-lg-n3, main .my-lg-n3 {
margin-top: -1rem !important;
}
main .mr-lg-n3, main .mx-lg-n3 {
margin-right: -1rem !important;
}
main .mb-lg-n3, main .my-lg-n3 {
margin-bottom: -1rem !important;
}
main .ml-lg-n3, main .mx-lg-n3 {
margin-left: -1rem !important;
}
main .m-lg-n4 {
margin: -1.5rem !important;
}
main .mt-lg-n4, main .my-lg-n4 {
margin-top: -1.5rem !important;
}
main .mr-lg-n4, main .mx-lg-n4 {
margin-right: -1.5rem !important;
}
main .mb-lg-n4, main .my-lg-n4 {
margin-bottom: -1.5rem !important;
}
main .ml-lg-n4, main .mx-lg-n4 {
margin-left: -1.5rem !important;
}
main .m-lg-n5 {
margin: -3rem !important;
}
main .mt-lg-n5, main .my-lg-n5 {
margin-top: -3rem !important;
}
main .mr-lg-n5, main .mx-lg-n5 {
margin-right: -3rem !important;
}
main .mb-lg-n5, main .my-lg-n5 {
margin-bottom: -3rem !important;
}
main .ml-lg-n5, main .mx-lg-n5 {
margin-left: -3rem !important;
}
main .m-lg-auto {
margin: auto !important;
}
main .mt-lg-auto, main .my-lg-auto {
margin-top: auto !important;
}
main .mr-lg-auto, main .mx-lg-auto {
margin-right: auto !important;
}
main .mb-lg-auto, main .my-lg-auto {
margin-bottom: auto !important;
}
main .ml-lg-auto, main .mx-lg-auto {
margin-left: auto !important;
}
}
@media (min-width: 1200px) {
main .m-xl-0 {
margin: 0 !important;
}
main .mt-xl-0, main .my-xl-0 {
margin-top: 0 !important;
}
main .mr-xl-0, main .mx-xl-0 {
margin-right: 0 !important;
}
main .mb-xl-0, main .my-xl-0 {
margin-bottom: 0 !important;
}
main .ml-xl-0, main .mx-xl-0 {
margin-left: 0 !important;
}
main .m-xl-1 {
margin: 0.25rem !important;
}
main .mt-xl-1, main .my-xl-1 {
margin-top: 0.25rem !important;
}
main .mr-xl-1, main .mx-xl-1 {
margin-right: 0.25rem !important;
}
main .mb-xl-1, main .my-xl-1 {
margin-bottom: 0.25rem !important;
}
main .ml-xl-1, main .mx-xl-1 {
margin-left: 0.25rem !important;
}
main .m-xl-2 {
margin: 0.5rem !important;
}
main .mt-xl-2, main .my-xl-2 {
margin-top: 0.5rem !important;
}
main .mr-xl-2, main .mx-xl-2 {
margin-right: 0.5rem !important;
}
main .mb-xl-2, main .my-xl-2 {
margin-bottom: 0.5rem !important;
}
main .ml-xl-2, main .mx-xl-2 {
margin-left: 0.5rem !important;
}
main .m-xl-3 {
margin: 1rem !important;
}
main .mt-xl-3, main .my-xl-3 {
margin-top: 1rem !important;
}
main .mr-xl-3, main .mx-xl-3 {
margin-right: 1rem !important;
}
main .mb-xl-3, main .my-xl-3 {
margin-bottom: 1rem !important;
}
main .ml-xl-3, main .mx-xl-3 {
margin-left: 1rem !important;
}
main .m-xl-4 {
margin: 1.5rem !important;
}
main .mt-xl-4, main .my-xl-4 {
margin-top: 1.5rem !important;
}
main .mr-xl-4, main .mx-xl-4 {
margin-right: 1.5rem !important;
}
main .mb-xl-4, main .my-xl-4 {
margin-bottom: 1.5rem !important;
}
main .ml-xl-4, main .mx-xl-4 {
margin-left: 1.5rem !important;
}
main .m-xl-5 {
margin: 3rem !important;
}
main .mt-xl-5, main .my-xl-5 {
margin-top: 3rem !important;
}
main .mr-xl-5, main .mx-xl-5 {
margin-right: 3rem !important;
}
main .mb-xl-5, main .my-xl-5 {
margin-bottom: 3rem !important;
}
main .ml-xl-5, main .mx-xl-5 {
margin-left: 3rem !important;
}
main .p-xl-0 {
padding: 0 !important;
}
main .pt-xl-0, main .py-xl-0 {
padding-top: 0 !important;
}
main .pr-xl-0, main .px-xl-0 {
padding-right: 0 !important;
}
main .pb-xl-0, main .py-xl-0 {
padding-bottom: 0 !important;
}
main .pl-xl-0, main .px-xl-0 {
padding-left: 0 !important;
}
main .p-xl-1 {
padding: 0.25rem !important;
}
main .pt-xl-1, main .py-xl-1 {
padding-top: 0.25rem !important;
}
main .pr-xl-1, main .px-xl-1 {
padding-right: 0.25rem !important;
}
main .pb-xl-1, main .py-xl-1 {
padding-bottom: 0.25rem !important;
}
main .pl-xl-1, main .px-xl-1 {
padding-left: 0.25rem !important;
}
main .p-xl-2 {
padding: 0.5rem !important;
}
main .pt-xl-2, main .py-xl-2 {
padding-top: 0.5rem !important;
}
main .pr-xl-2, main .px-xl-2 {
padding-right: 0.5rem !important;
}
main .pb-xl-2, main .py-xl-2 {
padding-bottom: 0.5rem !important;
}
main .pl-xl-2, main .px-xl-2 {
padding-left: 0.5rem !important;
}
main .p-xl-3 {
padding: 1rem !important;
}
main .pt-xl-3, main .py-xl-3 {
padding-top: 1rem !important;
}
main .pr-xl-3, main .px-xl-3 {
padding-right: 1rem !important;
}
main .pb-xl-3, main .py-xl-3 {
padding-bottom: 1rem !important;
}
main .pl-xl-3, main .px-xl-3 {
padding-left: 1rem !important;
}
main .p-xl-4 {
padding: 1.5rem !important;
}
main .pt-xl-4, main .py-xl-4 {
padding-top: 1.5rem !important;
}
main .pr-xl-4, main .px-xl-4 {
padding-right: 1.5rem !important;
}
main .pb-xl-4, main .py-xl-4 {
padding-bottom: 1.5rem !important;
}
main .pl-xl-4, main .px-xl-4 {
padding-left: 1.5rem !important;
}
main .p-xl-5 {
padding: 3rem !important;
}
main .pt-xl-5, main .py-xl-5 {
padding-top: 3rem !important;
}
main .pr-xl-5, main .px-xl-5 {
padding-right: 3rem !important;
}
main .pb-xl-5, main .py-xl-5 {
padding-bottom: 3rem !important;
}
main .pl-xl-5, main .px-xl-5 {
padding-left: 3rem !important;
}
main .m-xl-n1 {
margin: -0.25rem !important;
}
main .mt-xl-n1, main .my-xl-n1 {
margin-top: -0.25rem !important;
}
main .mr-xl-n1, main .mx-xl-n1 {
margin-right: -0.25rem !important;
}
main .mb-xl-n1, main .my-xl-n1 {
margin-bottom: -0.25rem !important;
}
main .ml-xl-n1, main .mx-xl-n1 {
margin-left: -0.25rem !important;
}
main .m-xl-n2 {
margin: -0.5rem !important;
}
main .mt-xl-n2, main .my-xl-n2 {
margin-top: -0.5rem !important;
}
main .mr-xl-n2, main .mx-xl-n2 {
margin-right: -0.5rem !important;
}
main .mb-xl-n2, main .my-xl-n2 {
margin-bottom: -0.5rem !important;
}
main .ml-xl-n2, main .mx-xl-n2 {
margin-left: -0.5rem !important;
}
main .m-xl-n3 {
margin: -1rem !important;
}
main .mt-xl-n3, main .my-xl-n3 {
margin-top: -1rem !important;
}
main .mr-xl-n3, main .mx-xl-n3 {
margin-right: -1rem !important;
}
main .mb-xl-n3, main .my-xl-n3 {
margin-bottom: -1rem !important;
}
main .ml-xl-n3, main .mx-xl-n3 {
margin-left: -1rem !important;
}
main .m-xl-n4 {
margin: -1.5rem !important;
}
main .mt-xl-n4, main .my-xl-n4 {
margin-top: -1.5rem !important;
}
main .mr-xl-n4, main .mx-xl-n4 {
margin-right: -1.5rem !important;
}
main .mb-xl-n4, main .my-xl-n4 {
margin-bottom: -1.5rem !important;
}
main .ml-xl-n4, main .mx-xl-n4 {
margin-left: -1.5rem !important;
}
main .m-xl-n5 {
margin: -3rem !important;
}
main .mt-xl-n5, main .my-xl-n5 {
margin-top: -3rem !important;
}
main .mr-xl-n5, main .mx-xl-n5 {
margin-right: -3rem !important;
}
main .mb-xl-n5, main .my-xl-n5 {
margin-bottom: -3rem !important;
}
main .ml-xl-n5, main .mx-xl-n5 {
margin-left: -3rem !important;
}
main .m-xl-auto {
margin: auto !important;
}
main .mt-xl-auto, main .my-xl-auto {
margin-top: auto !important;
}
main .mr-xl-auto, main .mx-xl-auto {
margin-right: auto !important;
}
main .mb-xl-auto, main .my-xl-auto {
margin-bottom: auto !important;
}
main .ml-xl-auto, main .mx-xl-auto {
margin-left: auto !important;
}
}
main .text-monospace {
font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}
main .text-justify {
text-align: justify !important;
}
main .text-wrap {
white-space: normal !important;
}
main .text-nowrap {
white-space: nowrap !important;
}
main .text-truncate {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
main .text-left {
text-align: left !important;
}
main .text-right {
text-align: right !important;
}
main .text-center {
text-align: center !important;
}
@media (min-width: 576px) {
main .text-sm-left {
text-align: left !important;
}
main .text-sm-right {
text-align: right !important;
}
main .text-sm-center {
text-align: center !important;
}
}
@media (min-width: 768px) {
main .text-md-left {
text-align: left !important;
}
main .text-md-right {
text-align: right !important;
}
main .text-md-center {
text-align: center !important;
}
}
@media (min-width: 992px) {
main .text-lg-left {
text-align: left !important;
}
main .text-lg-right {
text-align: right !important;
}
main .text-lg-center {
text-align: center !important;
}
}
@media (min-width: 1200px) {
main .text-xl-left {
text-align: left !important;
}
main .text-xl-right {
text-align: right !important;
}
main .text-xl-center {
text-align: center !important;
}
}
main .text-lowercase {
text-transform: lowercase !important;
}
main .text-uppercase {
text-transform: uppercase !important;
}
main .text-capitalize {
text-transform: capitalize !important;
}
main .font-weight-light {
font-weight: 300 !important;
}
main .font-weight-lighter {
font-weight: lighter !important;
}
main .font-weight-normal {
font-weight: 400 !important;
}
main .font-weight-bold {
font-weight: 700 !important;
}
main .font-weight-bolder {
font-weight: bolder !important;
}
main .font-italic {
font-style: italic !important;
}
main .text-white {
color: #fff !important;
}
main .text-primary {
color: #0301ff !important;
}
main a.text-primary:focus, main a.text-primary:hover {
color: #0100b4 !important;
}
main .text-secondary {
color: #aaa9cb !important;
}
main a.text-secondary:focus, main a.text-secondary:hover {
color: #7b79ae !important;
}
main .text-success {
color: #b0c4c9 !important;
}
main a.text-success:focus, main a.text-success:hover {
color: #83a2aa !important;
}
main .text-info {
color: #a1d9f8 !important;
}
main a.text-info:focus, main a.text-info:hover {
color: #5abcf3 !important;
}
main .text-warning {
color: #f9e416 !important;
}
main a.text-warning:focus, main a.text-warning:hover {
color: #bead05 !important;
}
main .text-danger {
color: #dc3545 !important;
}
main a.text-danger:focus, main a.text-danger:hover {
color: #a71d2a !important;
}
main .text-light {
color: #f8f9fa !important;
}
main a.text-light:focus, main a.text-light:hover {
color: #cbd3da !important;
}
main .text-dark {
color: #363a3b !important;
}
main a.text-dark:focus, main a.text-dark:hover {
color: #111313 !important;
}
main .text-body {
color: #212529 !important;
}
main .text-muted {
color: #6c757d !important;
}
main .text-black-50 {
color: rgba(0, 0, 0, 0.5) !important;
}
main .text-white-50 {
color: rgba(255, 255, 255, 0.5) !important;
}
main .text-hide {
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0;
}
main .text-decoration-none {
text-decoration: none !important;
}
main .text-break {
word-break: break-word !important;
overflow-wrap: break-word !important;
}
main .text-reset {
color: inherit !important;
}
main .visible {
visibility: visible !important;
}
main .invisible {
visibility: hidden !important;
}
@media print {
main *, main ::after, main ::before {
text-shadow: none !important;
box-shadow: none !important;
}
main a:not(.btn) {
text-decoration: underline;
}
main abbr[title]::after {
content: " (" attr(title) ")";
}
main pre {
white-space: pre-wrap !important;
}
main blockquote, main pre {
border: 1px solid #adb5bd;
page-break-inside: avoid;
}
main thead {
display: table-header-group;
}
main img, main tr {
page-break-inside: avoid;
}
main h2, main h3, main p {
orphans: 3;
widows: 3;
}
main h2, main h3 {
page-break-after: avoid;
}
@page {
main {
size: a3;
}
}
main body {
min-width: 992px !important;
}
main .container {
min-width: 992px !important;
}
main .navbar {
display: none;
}
main .badge {
border: 1px solid #000;
}
main .table {
border-collapse: collapse !important;
}
main .table td, main .table th {
background-color: #fff !important;
}
main .table-bordered td, main .table-bordered th {
border: 1px solid #dee2e6 !important;
}
main .table-dark {
color: inherit;
}
main .table-dark tbody + tbody, main .table-dark td, main .table-dark th, main .table-dark thead th {
border-color: #dee2e6;
}
main .table .thead-dark th {
color: inherit;
border-color: #dee2e6;
}
}
main .lead, main .roboto {
font-family: 'Roboto Mono', monospace;
}
main .rozha {
font-family: 'Rozha One', serif;
}
main .cabin {
font-family: Cabin, sans-serif;
}main * {
box-sizing: border-box;
background-size: cover;
background-position: center;
}
html, body {
height: 100%;
width: 100%;
}
header#main-header section {
padding: 0;
}
main { font-size: 15px; line-height: 1.2em;
padding-top: 137px;
}
a.icon-home {
float: right;
font-size: 25px;
margin: 0 10px;
line-height: 49px;
color: #005bab;
}
a, img, .animate {
text-decoration: none;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
a:hover, img:hover, .animate:hover {
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
img {
max-width: 100%;
width: auto;
height: auto;
}
main p {
line-height: 1.5em;
}
strong, b {
font-weight: bold;
}  .un-tercio, .dos-tercios, .mitad, .un-cuarto, .un-quinto, .dos-quintos, .tres-quintos, .cuatro-quintos, .tres-cuartos, .full, .un-sexto {
float: left;
box-sizing: border-box;
position: relative;
display: inline-block;
}
.un-tercio {
width: 33.33% !important;
}
.dos-tercios {
width: 66.66% !important;
}
.mitad {
width: 50% !important;
}
.un-cuarto {
width: 25% !important;
}
.un-quinto {
width: 20% !important;
}
.dos-quintos {
width: 40% !important;
}
.tres-quintos {
width: 60% !important;
}
.cuatro-quintos {
width: 80% !important;
}
.tres-cuartos {
width: 75% !important;
}
.full {
width: 100% !important;
}
.un-sexto {
width: 16.66666666666667% !important;
}
.aligncenter > *, .aligncenter {
text-align: center;
}
.text-left {
text-align: left;
}
.text-right {
text-align: right;
}
.floatright, .right {
float: right !important;
}
.floatleft, .left {
float: left !important;
}
.hidden {
display: none;
}
.padding-left, .padding-right, .padding-bottom, .padding-top {
box-sizing: border-box;
}
.padding-top {
padding-top: 30px !important;
}
.padding-left {
padding-left: 30px !important;
}
.padding-right {
padding-right: 30px;
}
.padding-bottom {
padding-bottom: 30px !important;
}
.no-padding {
padding: 0 !important;
}
.margin-left {
margin-left: 30px !important;
}
.margin-right {
margin-right: 30px;
}
.margin-bottom {
margin-bottom: 30px;
}
.margin-top {
margin-top: 30px;
}
.displaynone {
display: none !important; 
}
.mobile {
display: none;
}
.smallest {
font-size: 0.8em !important;
}
.full.bg_overlay {
background-color: rgba(0,0,0,0.5);
padding-bottom: 3em;
height: 100%;
position: fixed;
overflow-y: auto;
overflow-x: hidden;
}
.tooltip span.tooltip {
position: absolute;
background: #fff;
border: 2px solid #eeeeee;
padding: 1.5em 1em .35em;
color: #267ea8;
font-weight: 600;
bottom: -30px;
left: 50%;
margin-left: -50px;
width: 100px;
text-align: center;
display: none;
}
.tooltip:hover span.tooltip:before {
content: "";
border: 2px solid #eee;
width: 5px;
height: 5px;
display: block;
margin: -24px auto .25em;
background: #fff;
-ms-transform: rotate(45deg);
-webkit-transform: rotate(45deg); 
transform: rotate(45deg);
border-right: none;
border-bottom: none;
}
.tooltip {
position: relative;
}
.tooltip:hover span.tooltip {
display: inline-block;
}
.bg-gris {
background: #eeeeee !important;
}
.flex-container {
display: flex;
flex-wrap: wrap;
}
.flex {
display: flex;
}  img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}
.gallery img { border:none!important;width: 88%;margin: 0 5%;}
.gallery {float: left;width: 100%;box-sizing:border-box;padding: 0;}   .content {
background: #fff;
float: left;
width: 100%;
}
.wrapper {
margin: 0 auto;
display: block;
float: none;
width: 1150px;
padding: 0 1em;
max-width: 100%;
}
.flickity-button {
background: none !important;
color: #fff !important;
height: 27px !important;
width: 27px !important;
}
.destacados .flickity-button {
background-color: #005bab !important;
}
.destacados .flickity-button svg {
fill: #fff;
}
.destacados .flickity-prev-next-button.next {
right: -30px;
}
.destacados .flickity-prev-next-button.previous {
left: -30px;
}
.posts.estudios .flickity-prev-next-button.next {
right: -30px;
}
.posts.estudios .flickity-prev-next-button.previous {
left: -30px;
}
.posts.estudios .flickity-button svg {
fill: #fff;
}
.flickity-prev-next-button .flickity-button-icon {
fill: #005bab;
}   div#pager .mitad {
min-height: 1px;
}
div#pager a {
background-color: #f5f5f5;
padding: .5em 1em;
border: 1px solid #ddd;
display: inline-block;
border-radius: 3px;
}
div#pager a:hover {
background-color: #fcfcfc;
border: 1px solid #eee;
}  header.archive-header {
float: left;
width: 100%;
padding: 1em 0;
}
header.archive-header h1 {
text-transform: uppercase;
font-weight: 900;
color: #232527;
font-size: 3.25em;
margin: .5em 0;
}
body.archive header.archive-header h1 {
display: none;
}
header.archive-header h1:after {
background-color: #005bab;
content: "";
display: block;
height: 5px;
width: 150px;
margin-top: .25em;
}
body.archive header.archive-header {
background-color: #0e0a05;
}
body.archive #breadcrumbs li {
color: #fff;
}
body.archive #breadcrumbs li a {
color: #ddd;
}
#breadcrumbs{
list-style:none;
margin: 0;
overflow:hidden;
}
#breadcrumbs li {
display:inline-block;
vertical-align:middle;
margin-right: .5em;
color: #666;
font-size: 13px;
}
#breadcrumbs li a {
color: #666;
}
#breadcrumbs li strong {
font-weight: normal;
}
#breadcrumbs .separator{
font-size: 1em;
font-weight:100;
}  header.page-header {
color: #fff;
text-align: center;
padding: 40px 0;
background-color: rgb(15, 180, 201);
background-blend-mode: multiply;
filter: grayscale(40%);
-webkit-filter: grayscale(40%);
-moz-filter: grayscale(40%);
-o-filter: grayscale(40%);
-ms-filter: grayscale(40%);
}
header.page-header #breadcrumbs {
text-align: left;
}
header.page-header #breadcrumbs > *,
header.page-header #breadcrumbs a {
color: #fff;
}
header.page-header h1 {
font-size: 3.175em;
text-transform: uppercase;
font-weight: 900;
margin: 30px 0 20px;
}
header.page-header p {
font-size: 1.1em;
margin-top: 0;
margin-bottom: 20px;
display: inline-block;
width: 100%;
}
header select {
width: 180px;
}
header input {
width: 250px;
}
header select,
header input {
border: none;
font-family: inherit;
padding: 010px;
margin-top: 0;
margin-bottom: 20px;
border-radius: 5px;
background-color: rgba(0, 0, 0, 0.7);
line-height: 20px;
font-size: 16px;
color: #fff;
}
header input[type=submit] {
background-color: #005bab;
cursor: pointer;
width: 250px;
}
header select#cat {
border: none;
font-family: inherit;
padding: 10px;
width: 250px;
margin-top: 0;
margin-bottom: 20px;
border-radius: 5px;
background-color: rgba(0, 0, 0, 0.7);
line-height: 50px;
font-size: 16px;
color: #fff;
}
header select#cat option {
line-height: 50px;
padding: 10px;
font-size: 14px;
}  #homepage #backgrounds .background {
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
padding: 4em 0;
display: flex;
flex-wrap: wrap;
align-items: center;
width: 100%;
}
#homepage #backgrounds .background h1 {
color: #fff;
font-size: 2em;
font-weight: 900;
line-height: 1.2em;
text-transform: uppercase;
}
#homepage #backgrounds .background h1:first-line {
font-weight: 400;
}
#homepage #backgrounds .background h1 strong {
font-size: 1.1em;
}
#homepage #backgrounds .background .caption {
color: #fff;
font-size: 1.25em;
margin: 0;
display: block;
padding: .7em 0;
line-height: 1.4em;
font-weight: 100;
}
#homepage #backgrounds .background .btn {
margin: 1em 0 0;
background: #005bab;
}
#homepage #backgrounds .background .btn:hover {
background-color: #0fb4c9;
}
#homepage #backgrounds .background .wrapper { }
#homepage {
position: relative;
padding: 0;
}
#homepage #backgrounds .background {
background-color: rgba(0, 0, 0, 0.2);
background-blend-mode: color-dodge;
}
#homepage #backgrounds .background h1:after {
background-color: #0fb4c9;
content: "";
display: block;
height: 5px;
width: 150px;
margin-top: .25em;
}
a.rslides_nav {
position: absolute;
top: 50%;
z-index: 999;
left: 0;
background-color: #232527;
color: #fff;
width: 50px;
height: 50px;
line-height: 50px;
text-align: center;
margin-top: -25px;
opacity: 0;
font-size: 0;
}
a.rslides_nav.next {
right: 0;
left: auto;
}
.slide-estudios {
display: flex;
flex-wrap: wrap;
}
.slide-estudios .post {
width: 100%;
text-align: left;
display: inline-block;
padding: 1.5em;
border: 1px solid #eee;
background-color: #f5f5f5;
border-radius: 4px;
margin-bottom: 1em;
}
.slide-estudios .post .post-image-category {
width: 30%; display: inline-block;
vertical-align: top;
}
.slide-estudios .post .post-image a {
margin: 0 !important;
}
.slide-estudios .post img {
width: 100% !important;
display: inline-block;
}
.slide-estudios .post .post-content {
width: 70% !important;
display: inline-block;
padding: 0 1.5em;
}
.slide-estudios .post .readmore {
display: inline-block;
}
#homepage:hover a.rslides_nav {
opacity: 0.5;
}
#homepage a.rslides_nav:hover {
opacity: 1;
}
a.rslides_nav:before {
font-family: "fontello";
font-style: normal;
font-weight: normal;
speak: none;
display: inline-block;
text-decoration: inherit;
width: 1em;
margin-right: .2em;
text-align: center; font-variant: normal;
text-transform: none;
margin-left: .2em; -webkit-font-smoothing: antialiased;
font-size: 13px;
}
a.rslides_nav.prev:before {
content: '\e8a9';
}
a.rslides_nav.next:before {
content: '\e8aa';
}
ul.rslides_tabs.rslides1_tabs {
text-align: center;
margin: 1em 0;
position: absolute;
z-index: 999;
bottom: 0;
width: 100%;
left: 0;
}
ul.rslides_tabs.rslides1_tabs li {
display: inline-block;
margin: 0 .25em;
}
ul.rslides_tabs.rslides1_tabs li a {
background-color: rgba(255,255,255,0.65);
width: 12px;
height: 12px;
display: block;
border-radius: 100%;
font-size: 0;
}
ul.rslides_tabs.rslides1_tabs li.rslides_here a {
background-color: #005bab;
}
section,
.section {
padding: 2em 0;
}
#single {
background-color: #fff;
padding-top: 0;
}
#maps {
width: 100%;
padding: 0 !important;
height: 0;
opacity: 0;
overflow: hidden;
}
#maps.active,
.home #maps {
opacity: 1;
height: auto;
display: inline-block;
}
section#contacto {
background-color: #f5f5f5;      padding: 80px 0;
position: relative;   opacity: 0; display: none;
}
section#contacto.active,
.home section#contacto {
opacity: 1;
padding: 0;
height: auto;
display: inline-block;
}
section#contacto input,
section#contacto textarea {
background: #eeeeee;
border-radius: 0;
margin: 5px 0;
color: #404040;  padding: 10px;
}
section#contacto li {
padding: 0 5px;
}
section#contacto a {
color: #666;
}
section#contacto h2 {
color: #666;
font-size: 2em;
margin-bottom: 20px;
font-weight: 900;
text-transform: uppercase;
}
section#contacto h3 {
font-size: 1.5em;
font-weight: 100;
color: #fff;
margin-bottom: 10px;
}
section#contacto ul {
display: flex;
flex-wrap: wrap;
}
section#contacto input[type="submit"] {
background-color: #005bab;
border: none;
float: right;
border-radius: 5px;
color: #fff;
}
section#contacto address {
font-size: 1.2em;
margin-top: 30px;
}
section#contacto address ul li {
display: block;
width: 100%;
margin: 10px 0;
color: #666;
}
section#page {
padding: 0;
}
#videos iframe {
width: 650px;
height: 380px;
max-width: 100%;
margin: 2em 0;
}
#videos {
text-align: center;
padding-top: 0;
}
section#banner {
background-size: cover;
background-position: center;
background-color: #2c61ad;
background-blend-mode: multiply;
color: #fff;
text-align: center;
font-size: 1.3em;
line-height: 1.75em;
text-transform: uppercase;
font-weight: 600;
}
section#galeria {
text-align: center;
}
section#galeria h1 {
font-weight: 900;
text-transform: uppercase;
color: #005bab;
font-size: 3em;
margin-bottom: 1em;
line-height: 1;
}
section#galeria ul.categorias.active {
height: 177px;
overflow: auto;
z-index: 9999;
}
section#galeria ul.categorias {
display: inline-block;
text-align: center;
border-bottom: 1px solid #ddd;
width: 100%;
margin: 0 auto;
padding: 0;
background-color: #005bab;
border-radius: 5px;
height: 35px;
position: absolute;
top: 0;
z-index: 999;
left: 0;
}
section#galeria .wrapper {
position: relative;
}
section#galeria ul.categorias.active li {
display: block;
}
section#galeria ul.categorias li {
display: block;
background-color: #005bab;
text-transform: uppercase;
font-weight: 900;
letter-spacing: -.5px;
font-size: 13px;
border: none;
border-bottom: 1px solid #fff;
padding: 0;
margin: 0;
border-radius: 2px;
overflow: hidden;
display: none;
}
section#galeria .menu-container {
position: relative;
margin: 0 auto;
border: 1px solid #eee;
width: 280px;
text-align: left;
box-sizing: border-box;
height: 37px;
font-size: 21px;
background-color: #005bab;
color: #fff;
line-height: 1.5em;
border-radius: 5px;
box-sizing: border-box;
}
section#galeria .menu-container i {
position: absolute;
z-index: 9999;
}
section#galeria .tab-content {
display: none;
}
section#galeria .tab-content.current {
display: inline-block;
margin-top: 2em;
}
section#galeria ul.categorias li.current {
background-color: #005bab !important;
border: none;
display: block !important;
}
section#galeria ul.categorias li.current a {
color: #fff;
}
section#galeria ul.categorias li:hover a {
background-color: #fff;
color: #005bab;
}
section#galeria ul.categorias li a {
color: #fff;
display: block;
padding: 8px 10px;
line-height: 1.5;
}
section#galeria {
padding: 5em 0;
}
section#galeria ul {
display: flex;
flex-wrap: wrap;  align-items: center;
margin: 1em 0;
}
section#galeria li.logo.cliente { padding: .8em; float: none;
margin: 0;
text-align: center;
height: 100%;
}
section#galeria img {
max-width: 100%;
padding: 1.25em;
box-sizing: border-box;
margin: 0;
width: 320px;
background-color: #f5f5f5;
border-radius: 1em;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
section#galeria img:hover {
-webkit-filter: grayscale(0%);
filter: grayscale(0%);
}
.bloques-section {
text-align: center;
background-color: #f6f6f6;
}
#equipo .wrapper {
max-width: 1400px;
}
.home section#equipo {
padding-bottom: 200px;
}
.home section#equipo + section#galeria {
margin-top: -200px;
}
.section-header .title {
text-transform: uppercase;
font-weight: 900;
font-size: 1.3em;
font-family: inherit;
position: relative;
margin: 0;
}
.section-header .title:before {
content: "";
display: block;
border: 1px solid #ddd;
border-bottom: none;
width: 300px;
max-width: 80%;
position: absolute;
bottom: 15px;
margin: 0 auto;
left: 50%;
margin-left: -150px;
}
.section-header .title:after {
content: "";
display: block;
background-image: url(//www.ecommerceccs.cl/wp-content/themes/ecommerceccs/assets/css/images/favicon.png);
background-position: center center;
background-repeat: no-repeat;
height: 30px;
margin: .5em auto;
position: relative;
background-color: #fff;
width: 30px;
border: 1px solid #eee;
border-radius: 100%;
}
.section-header p {
color: #232527;
font-weight: 100;
font-size: 1.2em;
}
.content-bloques {
display: flex;
font-size: .9em;
font-weight: 100;
margin: 2em 0;
}
.content-bloques .bloque {
padding: 1.2em;
position: relative;
overflow: hidden;
}
.content-bloques .img {
background-color: #fff;
border: 2px solid #eee;
display: block;
margin: 0 auto;
width: 69px;
height: 69px;
line-height: 100px;
border-radius: 100%;
padding: 22px;
box-sizing: content-box;
text-align: center;
position: absolute;
left: 50%;
margin-left: -57px;
}
.content-bloques .bloque .content {
padding: 45px 15px 15px;
border: 1px solid #eee;
margin-top: 75px;
height: 100%;
display: inline-block;
float: none;
}
#nosotros .content-bloques .img {
background-color: #242527;
}
#nosotros .content-bloques .img:hover {
background-color: #005bab;
}
.page-template-page-nosotros section#nosotros {
background-color: #fff;
}
.page-template-page-nosotros #nosotros .content-bloques .bloque .content {
background-color: #f5f5f5;
}
.content-bloques .bloque h3 {
font-weight: 600;
margin: 1em;
font-size: 1.1em;
font-family: inherit;
line-height: 1.15em;
}
.caroufredsel_wrapper {
width: 100% !important;
}
#estudios a#next,
#estudios a#preview {
opacity: 0;
}
#estudios .posts:hover a#next,
#estudios .posts:hover a#preview {
opacity: 1;
}
a#preview {
left: 0;
}
a#next, a#preview {
color: #2c61ad;
font-size: 30px;
position: absolute;
top: 50%;
margin-top: -25px;
z-index: 99;
background-color: #fff;
border-radius: 1em;
height: 50px;
width: 50px;
text-align: center;
line-height: 50px;
}
a#next {
right: 0;
}
a#next:hover,
a#preview:hover {
color: #005bab;
}
a#next.next-estudios,
a#preview.preview-estudios {
opacity: .5 !important;
background: #005bab;
color: #fff;
}
#estudios .posts:hover a#next.next-estudios:hover,
#estudios .posts:hover a#preview.preview-estudios:hover {
opacity: 1 !important;
}
#estudios .posts:hover a#next.next-estudios,
#estudios .posts:hover a#preview.preview-estudios {
opacity: .75 !important;
}
a#next.next-estudios {
right: 25%;
}
a#preview.preview-estudios {
left: 25%;
}
section#categorias {
position: relative;
}
section#banners .image {
padding: 6em 1em;
text-align: center;
color: #fff;
background-blend-mode: multiply;
background-color: rgba(0, 0, 0, 0.7);
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
section#banners .image:hover {
background-color: rgba(226, 6, 19, 0.8);
}
section#banners .image h3 {
font-size: 2.75em;
width: 400px;
max-width: 100%;
display: block;
text-transform: uppercase;
font-weight: 900;
text-align: center;
margin: 0 auto;
}
section#banners .image .btn {
display: inline-block;
width: 250px;
margin: 3em auto 0;
}
section#banners .image h3:first-line {
font-weight: 100;
}
.content {
background: #fff;
float: left;
width: 100%;
}
div.content {
padding: 3em 0;
text-align: center;
}
div.content .wrapper {
padding: 0 6em;
}
div.content p {
font-size: 1.1em;
color: #555;
line-height: 1.75em;
margin: 1em 0;
font-weight: normal;
text-align: justify;
}
div.content ul {
display: flex;
font-size: 1.25em;
color: #555;
line-height: 1.75em;
margin: 0;
font-weight: normal;
text-align: left;
flex-wrap: wrap;
width: 96%;
}
div.content ul li {
display: inline-block;
width: 100%;
}
section#productos a.arrow {
color: #fff;
position: relative;
font-size: 25px;
margin-top: -20%;
opacity: .5;
}
section#productos a.arrow.left {
left: .75em;
}
section#productos a.arrow.right {
right: .75em;
}
section#productos {
position: relative;
display: inline-block;
}
section#productos a.arrow.disabled {
opacity: 0 !important;
}
section#productos a.arrow:hover {
opacity: 1;
}  div.content.search {
padding: 3em 0;
}
div.content.search .wrapper {
padding: 0;
}
div.content.search .image {
height: 15em;
display: block;
background-color: #fff;
}
div.content.search .extracto {
text-align: left;
padding-left: 2em;
}
div.content.search .extracto h2 {
font-weight: 600;
font-size: 1.5em;
color: #004a77;
}
div.content.search .extracto a {
color: #267ea8;
font-size: 1.25em;
}
.searching {
text-align: center;
font-size: 1.3em;
color: #848383;
margin: 3em 0;
}
.searching strong {
color: #004a77;
}
.acf-map {
width: 100%;
height: 400px;
margin: 20px 0;
}
.acf-map img {
max-width: inherit !important;
}  section.category {
background-size: cover;
background-position: center;
background-color: #fff; }
section.category .wrapper {
text-align: center;
}
section.category .header h1,
h1.head-title,
.head-title {
font-size: 2em;
color: #005bab;
text-transform: uppercase;
font-weight: 900;
margin-bottom: 1em;
}
section.category#actividades a.module {
height: 200px;
display: flex;
text-align: center;
vertical-align: middle;
background-color: #005babeb;
background-blend-mode: multiply;
color: #fff;
text-transform: uppercase;
font-size: 1.3em;
font-weight: bold;
align-items: center;
align-content: center;
border: 5px solid #fff;
}
section.category#actividades a.module span {
display: block;
text-align: center;
width: 100%;
}  .home #estudios {
position: relative;
overflow: hidden; background-attachment: fixed;
padding-top: 0;
background-color: #005bab;
}
.home #estudios .posts.estudios h1 {
color: #fff;
font-size: 1.5em;
}
.home #estudios .posts.estudios, body.contraste.home #estudios .posts.estudios {
background: transparent;
padding-bottom: 0;
padding-top: 1em;
}
.home #estudios .posts.estudios article {
margin-left: 30%;
background-color: transparent;
padding: 15px;
margin-right: 30%;
width: 40%;
margin-bottom: 0;
text-align: center;
}
.home #estudios .posts.estudios article > * > * {
color: #fff !important;
}
.home #estudios .posts.estudios article img {
width: 80px;
float: left;
margin-right: 15px;
display: none;
}
#estudios .header > * {
position: relative;
z-index: 999;
color: #fff;
}
.home #estudios .posts {
background-color: #fff;
padding: 3em 0;
}
#estudios .wrapper {
position: relative;
}
#estudios .header {
padding-top: 2em;
}
.posts {
display: inline-block;
width: 100%;
}
section.category .posts {
}
aside.sidebar {
display: inline-block;
vertical-align: top;
}
body.single .sidebar {
margin-top: 2em;
}
aside.sidebar h2 {
padding: .75em;
color: #fff;
background-color: #005bab; font-weight: bold;
}
aside.sidebar .module {
background-color: #f5f5f5;
margin-bottom: 1em;
}
aside.sidebar ul {
}
aside.sidebar ul li {
}
aside.sidebar ul li:hover {
background-color: #fbfbfb;
}
aside.sidebar ul li a {
padding: .75em 1em;
border-bottom: 1px dashed #ddd;
color: #666;
display: inline-block;
width: 100%;
}
aside.sidebar ul li a.subcat {
padding-left: 2em;
color: #888;
}
aside.sidebar .posts {padding: 6px;border-bottom: 1px dashed #ddd;}
aside.sidebar .posts .un-tercio.imagen {
}
aside.sidebar .posts .dos-tercios.content {
font-size: .9em;
padding: .5em;
background: transparent;
text-align: left;
}
.posts .post .meta {
display: none;
}
.posts .post .post-category {
display: none;
}
.posts .readmore {
display: none;
}
.posts .wrapper div { }
.estudios .flickity-slider {
display: flex;
}
.posts .destacados .carousel-cell {
width: 245px !important;
margin: 0 2%;
display: inline-block;
vertical-align: top;
counter-increment: carousel-cell;
}
.posts .estudios .carousel-cell {
width: 253px !important;
margin: 0 10px;
display: block;
vertical-align: top;
background-color: #f5f5f5;
counter-increment: carousel-cell;
min-height: 100%;
}
.posts .estudios .carousel-cell img {
display: block;
width: 100%;
height: auto;
}
.posts .estudios .carousel-cell .content {
background-color: #f5f5f5;
padding: 1.5em;
color: #666;
text-align: justify;
font-size: .9em;
display: inline-block;
}
.posts .estudios .carousel-cell .content p {
}
.posts .estudios .carousel-cell .content h1 {
color: #777 !important;
font-size: 1em !important;
}
.posts .post img {
width: 100%;
max-height: 180px;
}
.posts h4 {
font-weight: 900;
text-transform: uppercase;
font-size: 1.15em;
margin-bottom: .5em;
}
.posts .post .post-image a {
margin: 0 0 10px;
display: block;
}
.posts .post .excerpt {
color: #868686;
line-height: 1.5em;
}   article.evento {
background-color: #f5f5f5;
padding: 2.75em 2em;
display: flex;
align-items: center;
font-size: .9em;
position: relative;
color: #333;
border-left: 2px solid #f03f23;
margin: 1em auto;
width: 1000px;
max-width: 100%;
box-sizing: border-box;
align-items: flex-start;
text-align: left;
}
article.evento .fecha {
color: #232527;
text-align: center;
border-left: none;
width: 70px;
max-width: 70px;
min-width: 70px;
line-height: 1em;
}
article.evento .fecha .dia {
font-size: 3em;
font-weight: 900;
line-height: 1em;
color: #232527;
}
article.evento .fecha span.mes {
font-size: 1.15em;
}
article.evento .fecha span.mes span {
font-weight: 900;
font-size: 1.5em;
display: block;
margin: 5px 0 0; }
article.evento .content {
padding: 0 1em;
border-left: 1px solid rgba(255, 255, 255, 0.25); overflow: hidden;
box-sizing: border-box;
width: 100%;
float: none;
background: transparent;
text-align: left;
}
article.evento .content span.categoria {
background-color: #005bab;
color: #fff;
font-size: 10px;
text-transform: uppercase;
padding: 4px 7px;
border-radius: 5px;
margin: 5px 0;
display: inline-block;
}
article.evento h3,
article.evento span.precio,
.event-tag {
color: #0086cc;
line-height: 1.2em;
font-size: 1.2em;
margin: 0;
text-transform: uppercase;
font-weight: 900;
}
article.evento p {
color: #333;
margin-top: .5em;
font-size: 1.1em;
}
article.evento .content h3 a {
color: #f03f23;
}
article.evento span.label {
text-transform: uppercase;
font-size: .75em;
font-weight: 500;
margin-bottom: 1em;
display: block;
}
article.evento div.precio {
width: 120px;
min-width: 120px;
max-width: 120px;
}
article.evento div.ubicacion {
width: 250px;
min-width: 250px;
max-width: 250px;
} #actividades .post {
width: 100%;
margin: 0;
border: 5px solid #fff;
overflow: hidden;
position: relative;
height: 280px;
} #actividades .post .post-content {
position: absolute;
width: 100%;
height: 100%;
top: -100%;
left: 0;
display: flex;
align-items: center;
flex-wrap: wrap;
text-align: center;
padding: 1em;
background-color: rgba(15, 180, 201, 0.8);
color: #fff;
opacity: 0;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
#actividades .post:hover .post-content {
top: 0;
opacity: 1;
}
#actividades .post .post-image-category,
#actividades .post .post-image,
#actividades .post .post-image a {
width: 100%;
height: 100%;
position: relative;
overflow: hidden;
margin: 0;
}
#actividades #act-destacada .post .post-image img {
min-width: 100%;
max-height: none;
}
#actividades .post .post-image img {
min-height: 100%;
width: auto;
max-width: none;
max-height: 130%;
}
#actividades .post .post-content > * {
color: #fff;
}
#actividades .post .post-content .excerpt {
display: none;
}
#actividades .post .post-content h4 {
display: flex;
width: 100%;
color: #fff;
height: 100%;
align-items: center;
}
#actividades .post .post-content h4 a {
color: #fff;
width: 100%;
height: 100%;
align-items: center;
justify-content: center;
display: flex;
}
#actividades .post:hover .post-content h4 {
opacity: 1;
display: flex;
}  .home #noticias .header { padding: 2em 0;
max-width: 100%;  }
.home #noticias {
padding: 2em 0;
z-index: 99;   background-color: #f5f5f5;
}
#noticias .header p {
font-size: 1.1em;
color: #222;
}
#noticias .posts {
margin: 2em 0;
display: flex;
width: 100%;
flex-wrap: wrap;
}
.archive #noticias .posts .post {
width: 50%;
margin: 0;
padding: 1em;
}
#noticias .posts .post {
width: 46%;
margin: 1em 2%;
display: flex;
float: left;
text-align: left;
padding: 1.75em;
background: #fff;
}
#noticias .posts .post .post-image-category {
width: 100px;
min-width: 100px;
width: 100px;
height: 100px;
margin-right: 1em;
overflow: hidden;
position: relative;
}
#noticias .posts .post .post-image-category img {
height: 100%;
width: auto;
max-width: none;
position: absolute;
}
#noticias .posts .post a {
color: #777;
margin: 0;
}  #noticias + section#nosotros {   padding: 2em 0; display: block; }
section#nosotros .header {
background-color: #fff;
padding: 2em;
max-width: 100%;
width: 600px;
margin: 0 auto;
}
section#nosotros { }
section#nosotros .wrapper {
text-align: center;
}
section#nosotros .header h1 {
font-size: 2em;
color: #005bab;
text-transform: uppercase;
font-weight: 900;
margin-bottom: 1em;
}
section#nosotros .header img {
margin-bottom: 1em;
}
section#nosotros .header p {
font-size: 1.1em;
color: #222;
}
section#nosotros .posts {
margin: 2em;
display: block;
width: 100%;
}
div#container-video {
position: relative;
width: 100%;
height: 0;
padding-bottom: 56.25%;
}
iframe#video {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}  header.single-header {
padding-top: 2em; }
header.single-header .fecha {
color: #265cac;
font-size: 1.2em;
font-weight: 600;
margin: 1em 0 0;
display: block;
width: 100%;
}
header.single-header h1 {
font-size: 2.7em;
line-height: 1.25em;
font-weight: 800;
color: #005bab;
margin: .5em 0;
text-transform: uppercase;
font-weight: 900;
}
header.single-header .extracto p {
font-size: 1.5em;
color: #555;
line-height: 1.5em;
}
#single .content {
text-align: left;
padding-top: 0;
padding-bottom: 0;
}
#single .content h1,
#single .content h2,
#single .content h3,
#single .content h4 {
line-height: 1.25em;
font-weight: 800;
color: #005bab;
margin: 1em 0;
}
#single .content h1 {
font-size: 2.25em;
}
#single .content h2 {
font-size: 2em;
}
#single .content h3 {
font-size: 1.5em;
}
#single .content h4 {
font-size: 1.3em;
}
#single .content blockquote {
border-left: 1em solid #999;
padding-left: 1em;
margin-left: 1em;
text-align: left;
}
#single .content ul {
padding-left: 1em;
margin-left: 1em;
list-style-type: circle;
list-style-position: outside;
position: relative;
}
#single .content li:before {
content: "-";
margin-right: 1em;
position: absolute;
left: 0;
}  form.wpcf7-form label,form.wpcf7-form {
text-align: left;
display: block;
}
form.wpcf7-form {
width: 100%;
max-width: 100%;
margin: 0 auto;
}
form.wpcf7-form {
}
form.wpcf7-form label {
color: #333;
font-weight: 600;
width: 100%;
margin: 0;
padding: 0;
box-sizing: border-box;
padding: 0 .75em;
}
form.wpcf7-form label small {
color: #666;
font-weight: normal;
font-size: .9em;
}
main form.wpcf7-form input[type="submit"] {
background-color: #000000;
color: #fff;
font-weight: bold;
width: auto;
padding: 1em 3em;
font-size: 1.1em;
cursor: pointer;
margin: 2em auto;
display: block;
}
main form.wpcf7-form input[type="submit"]:hover {
background-color: #005bab;
}
form.wpcf7-form select option {
background-color: #9ab8c2;
color: #fff;
}
.wpcf7-form-control.g-recaptcha.wpcf7-recaptcha {
float: right;
}
main form.wpcf7-form p {
display: inline-block;
width: 49%;
margin: 0;
}
main form.wpcf7-form input, main form.wpcf7-form textarea, main form.wpcf7-form select {
border: 1px solid #ddd;
border-radius: 3px;
font-family: inherit;
padding: 1em;
display: block;
width: 100%;
color: #666;
font-size: 1em;
}
form.wpcf7-form textarea {
height: 7.25em;
}
div.wpcf7-validation-errors {
display: none !important;
}
.wpcf7-not-valid {
border-color: #005bab !important;
background-color: rgba(255, 0, 0, 0.15);
}
div.wpcf7-response-output {
float: left;
width: 100%;
padding: 1.5em;
font-size: 1.2em;
line-height: 1.35em;
}
div.wpcf7-mail-sent-ng {
background-color: rgba(255, 0, 0, 0.6);
color: #fff;
}
.acf-map {
width: 100%;
height: 300px;
margin: 0;
}
.acf-map img {
width: 100%;
height: auto;
}
@media (max-width: 1480px) {
section.pagina, section.pagina .bg-overlay {
background-size: cover;
}
}
@media (max-width: 1200px) {
section.pagina, section.pagina .bg-overlay {
background-size: cover;
}
.posts .estudios .carousel-cell {
width: 490px !important;
}
.wrapper {
width: 800px;
}
.posts .estudios .carousel-cell {
width: 360px !important;
}
}
@media (max-width: 1020px) {
header#main-header img {
display: none;
}
header#main-header a img {
display: block;
}
.posts .estudios .carousel-cell {
width: 425px !important;
}
}
@media (max-width: 890px) {
.archive #noticias .posts .post {
width: 100%;
}
section#contacto {
margin-top: 0;
}
.wrapper {
width: 500px;
}
footer#main-footer .wrapper {
text-align: center;
}
footer#main-footer .module, footer#main-footer .tres-cuartos {
margin: 0 auto;
padding: 0;
}
footer#main-footer .menu li {
width: 100%;
padding: 0;
}
footer#main-footer .menu li ul li {
margin: .5em 0;
}
footer#main-footer img {
width: 200px;
float: none;
padding: 1em;
display: inline-block;
height: auto;
}
aside.footer .wrapper > * {
width: 100%;
text-align: center;
margin: 10px 0;
}
aside.footer .wrapper .right {
text-align: right;
}
nav.scroll-menu ul li {
margin: 0 -6px;
width: 33.33%;
}
nav.scroll-menu ul li a {
border: none;
}
.un-tercio, .dos-tercios, .mitad, .un-cuarto, .un-quinto, .dos-quintos, .tres-quintos, .cuatro-quintos, .tres-cuartos, .full, .un-sexto {
width: 100% !important;
text-align: center;
}
section#galeria li.logo.cliente {
width: 25% !important;
}
.home section#contacto {
padding-top: 0;
}
footer#main-footer .menu {
text-align: center;
margin-top: 2em;
}
main#now {
font-size: 14px;
}
.mobile {
display: inline-block;
}
.slide-productos .products {
width: 50% !important;
}
header#main-header .wrapper {
position: initial;
}
header#main-header {
position: fixed;
border-bottom: 1px solid #eee;
top: 0;
}
header#main-header.logo-pais {
padding: 17px 0;
height: 85px;
}
header#main-header.active {
z-index: 99999;
}
header#main-header img {
display: block;
}
nav#top li.pais.active ul {
width: 100%;
left: 0;
max-height: none;
top: 75px;
overflow: auto;
border: none;
}
nav#top.buscador li.pais.active ul {
top: 132px;
}
.bg-menu-mobile.active {
background: #fff;
position: fixed;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 9;
}
nav#top {        }
header#main-header.active nav#top.active {
border-bottom: 30em solid #fff;
}
nav#top.active {
display: none;
}
nav#top li {
display: inline-block;
float: none;
}
nav#top li.sucursales {
display: none;
}
nav#top li.buscador {
width: 100%;
margin: 0 0 1.5em;
padding: 0;
}
nav#top li.buscador #btn-buscar {
display: none;
}
nav#top li.buscador form {
display: block !important;
width: 100%;
position: relative;
}
nav#top li.buscador label.search-label {
width: 100%;
}
nav#top li.buscador label.search-label:before {
display: none;
}
nav#top li.buscador form input[type="search"] {
text-transform: uppercase;
font-weight: bold;
padding: .8em;
width: 100%;
color: #267ea8;
font-size: 13px;
margin: 0;
}
nav#top label.icon-search {
position: absolute;
right: 0;
top: 0;
padding: .4em;
}
nav#top li.buscador form input::-webkit-input-placeholder {
color: #267ea8;
}
nav#top li.buscador form input:-moz-placeholder {
color: #267ea8;
}
nav#top li.buscador form input::-moz-placeholder {
color: #267ea8;
}
nav#top li.buscador form input:-ms-input-placeholder {
color: #267ea8;
}
nav#top li.idioma {
margin: 0;
width: 30%;
padding: 0;
float: right;
}
nav#top li.pais span:before {
position: relative;
float: right;
}
nav#top li.idioma ul {
}
nav#top li.pais {
width: 100%;
margin: 0;
float: left;
position: initial;
}
nav#top.multidiomas li.pais {
width: 70%;
}
nav#main-nav {    display: none;  }
nav#main-nav.buscador {
top: 130px;
}
nav#main-nav .wrapper {
padding: 0;
}
header#main-header.logo-pais + nav#main-nav.active {
top: 145px;
}
nav#main-nav.active {
display: block;
order: 3;
}
nav#main-nav li {
width: 100%;
padding: 0 !important;
}
nav#main-nav ul li a { font-size: 13px;
color: #7c7d7d;
margin: 0 !important;
padding: 12px !important;
line-height: 1em;
border: none;
font-weight: 600;
width: 100%;
display: block;
position: relative !important;
box-sizing: border-box;
border-radius: 0 !important;
}
nav#main-nav ul li.btn-light {
margin-bottom: 10px !important;
background-color: #fff;
}
nav#main-nav ul li:before {
display: none;
}
nav#secundary ul li a,
nav#main-nav ul li ul li a {
pointer-events: auto !important;
padding: 0;
}
nav#main-nav {
position: relative;
z-index: 999;
}
nav#main-nav ul {
display: block;
padding: .5em 0;
}
nav#main-nav ul.right {
margin-top: 25px;
}
#homepage #backgrounds .background {
background-color: rgba(0,0,0,0.5);
}
nav#main-nav ul li {
position: initial;
opacity: 1;
border-bottom: 1px solid #ddd;
width: 100% !important;
box-sizing: border-box;
margin: 0 !important;
max-width: none;
border-radius: 0 !important;
}
nav#main-nav ul li.direccion {
display: none;
}
nav#main-nav.active-submenu ul li {
height: 0;
overflow: hidden;
}
nav#main-nav.active-submenu ul li a {
padding: 0 1em;
}
nav#main-nav li.menu-item-has-children a:after {
display: none !important;
}
nav#main-nav.active-submenu nav#secundary ul li a {
padding: 0;
}
nav#main-nav.active-submenu ul li li {
height: auto;
}
nav#main-nav.active-submenu ul li li a {
padding: 1.5em 1em;
}
nav#main-nav.active-submenu a.sucursales {
opacity: 0;
}
.menu-principal-container {
position: relative;
z-index: 66;
width: 100%;
}
nav#main-nav ul {
text-align: left;
width: 100%;
margin: 15px 0 0;
background-color: #f5f5f5;
padding: 0;
}
nav#main-nav ul li ul {
background: #eeeeee;
top: -60px;
width: 100%;
padding: 0;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
left: -100%;
display: none !important;
}
nav#main-nav ul li.active ul {
display: block;
left: 0;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
nav#main-nav ul li ul li a {
padding: 1.5em 1em;
font-size: 14px;
color: #a1a1a1;
width: 100%;
border-bottom: 1px solid #fff !important;
}
nav#main-nav a.sucursales {
display: inline-block;
color: #fff;
text-align: left;
line-height: 1.5em;
width: 100%;
position: relative;
background: #267ea8;
font-size: 13px;
text-transform: uppercase;
padding: 1.5em 1em;
font-weight: 600;
}
nav#main-nav a.sucursales:before {
float: right;
}
header.archive-header {
text-align: center;
}
.btn {
width: 100%;
margin-left: 0 !important;
margin-right: 0 !important;
max-width: 400px;
}
section.content .wrapper {
padding: 0 1em;
}
section#producto .excerpt .bg-overlay {
background-size: cover;
}
.page-template-template-home-latinoamerica-php nav#top li {
margin-right: 2em;
}
section.categoria .productos .link-product {
width: 33.33%;
}
footer#main-footer .to-top {
float: right;
background: #2069a8;
color: #fff;
padding: .15em .25em;
font-size: 25px;
border-radius: 2px;
margin-left: 1em;
}
div.content .wrapper {
padding: 0 2em;
}
article.sub-pages article.modulo-pagina {
width: 100% !important;
padding: 0 !important;
text-align: center;
}
section.childrens {
text-align: center;
}
section.childrens article.children {
width: 100% !important;
padding: 0 !important;
text-align: center;
margin-bottom: 3em;
}
section.childrens article.children img {
max-height: 220px;
}
section.childrens article.children a.btn {
float: none;
}
section#producto .caracteristicas h3 {
text-align: center;
}
section#producto .product-content p {
padding: 0 .5em;
}
section#producto section.presentacion .wrapper {
padding: 0;
}
section#producto section.presentacion article:first-child {
padding: 4em 1em !important;
}
section#producto section.presentacion article:last-child {
text-align: center;
background-size: cover;
}
section#producto section.presentacion article .icon-play {
float: none;
}
footer .to-top:before {
margin: 0;
padding: 0;
}
section#productos {
margin: 2em 0;
}
section#productos .wrapper {
padding: 0;
}
ul.carrousel-slider li {
margin: 0 !important;
font-size: .8em;
}
ul.carrousel-slider li:nth-child(2) h2 {
opacity: 1;
}
ul.carrousel-slider li h2 {
opacity: 0;
}
ul.carrousel-slider.full {
width: 150% !important;
margin: 0 !important;
transform: translate(-50%, 0%);
margin-left: 50% !important;
}
section#productos a.arrow {
margin-top: -30%;
padding: 1.5em;
}
section#productos a.arrow.right {
right: 0;
}
section#productos a.arrow.left {
left: 0;
}
nav.scroll-menu a {
border: none;
font-size: 1.1em;
padding: .5em;
margin: 1em 0;
}
section.scroll-section .content {
padding: 3em 2em;
}
section.content .wrapper {
padding: 0 0.5em;
}
#homepage #backgrounds .background .wrapper .mitad {
width: 100% !important;
text-align: center;
}
#homepage #backgrounds .background h1:after {
margin: 15px auto;
}
section.scroll-section #videos .video {
width: 100%;
padding: 0 !important;
text-align: center;
}
section.scroll-section .wrapper.contenidos {
width: 100%;
}
section.scroll-section .wrapper.contenidos > div, section.scroll-section .wrapper.contenidos > div div {
max-width: 100% !important;
}
article.evento {
flex-wrap: wrap;
}
article.evento .fecha {
width: 20%;
min-width: inherit;
max-width: none;
}
article.evento div.ubicacion,
article.evento div.precio { min-width: inherit;
max-width: none;
margin: 1em 0;
text-align: left;
width: 50%;
}
article.evento .content {
width: 80%;
padding-right: 0;
}
article.contacto.content .wrapper div {
width: 100% !important;
text-align: center !important;
}
article.contacto.content .wrapper div h2 {
margin-bottom: 1em;
}
article.contacto.content .wrapper div .btn {
margin: 1.5em 0 0;
}
section.region h1 {
padding: 1.75em;
}
.hito div {
width: 100% !important;
border: none !important;
text-align: center !important;
}
.hito img {
border-radius: 100%;
}
.hito .fecha:after {
display: none;
}
.principio div {
width: 100% !important;
text-align: center !important;
padding: 0 1em !important;
}
#noticias .noticia {
width: 100% !important;
text-align: center !important;
padding: 0 2em !important;
}
#single .content {
text-align: center;
}
form.wpcf7-form label,form.wpcf7-form {
width: 100%;
}
form.wpcf7-form label {
text-align: center;
}
form.wpcf7-form p {
margin: .25em 0;
width: 100%;
}
.wpcf7-form-control.g-recaptcha.wpcf7-recaptcha {
width: 100%;
text-align: center;
margin: 1em 0;
}
.g-recaptcha.wpcf7-recaptcha div {
margin: 0 auto;
display: block;
}
form.wpcf7-form input[type="submit"] {
float: none;
margin: 0 auto;
}
section#banners {
flex-wrap: wrap;
}
section#banners .image {
width: 100% !important;
}
#noticias .posts .post {
width: 100%;
}
#estudios .posts .post {  }
a#next.next-estudios {
right: 0;
}
a#preview.preview-estudios {
left: 0;
}
#wpcf7-f4-o1 {
margin-top: 2em;
}
.posts .destacados .carousel-cell {
width: 220px !important;
margin: 0 10px;
}
.posts .estudios .carousel-cell {
width: 445px !important;
}
.posts .estudios .carousel-cell a {
text-align: center;
}
}
@media (max-width: 600px) {
.padding-left {
padding-left: 10px !important;
}
.padding-right {
padding-right: 10px !important;
}
div#gallery a {
width: 50% !important;
}
#nosotros .content-bloques .bloque {
width: 100%;
font-size: 1.1em;
}
section.categoria .productos .link-product {
width: 50%;
}
#estudios .posts .post {
width: 100%;
margin: 0 0 1em;
}
.home #estudios .posts.estudios article {
width: 100%;
margin: 0;
}
section#galeria li.logo.cliente {
width: 33.33% !important;
}
.posts .estudios .carousel-cell {
width: 480px !important;
}
article.evento {
padding: 1em;
}
article.evento .content h3 a{
font-size: 1.5em;
}
}
@media (max-width: 500px) {
.wrapper {
width: 300px;
}
main#now {
font-size: 13px;
}
header#main-header img {
display: none;
}
header#main-header a img {
display: block;
height: 62px;
padding: 5px 0;
}
header#main-header a.icon-menu, header#main-header a.icon-cancel {
float: right;
padding-right: 0;
margin-right: 0;
}
header.single-header h1 {
font-size: 2em;
}
.slide-productos .products {
width: 100% !important;
}
.slide-productos .products .producto {
height: 160px !important;
}
#homepage #backgrounds .background h1 {
font-size: 2.2em;
}
section#banners .image h3 {
font-size: 2.4em;
}
header.page-header h1 {
font-size: 3em;
margin: .75em 0;
}
section.categoria .cat_title {
font-size: 3em;
}
article.evento div.ubicacion, article.evento div.precio {
width: 100%;
}
section#productos a.arrow {
margin-top: -30%;
padding: .65em;
}
section#productos a.arrow.right {
right: 0;
}
section#productos a.arrow.left {
left: 0;
}
nav.scroll-menu .wrapper {
padding: 0;
}
nav.scroll-menu ul li a {
border: none;
padding: .5em;
font-size: .9em;
}
section.scroll-section {
padding-top: 46px;
}
header#main-header.fixed a.to-top {
display: none;
}
.posts .destacados .carousel-cell {
width: 273px !important;
}
.posts .estudios .carousel-cell {
width: 245px !important;
}
#noticias .posts .post .post-image-category {
min-width: 60px;
height: 60px;
}
article.evento .ubicacion, article.evento .precio {
text-align: center !important;
}
}
@media (max-width: 400px) {
section#galeria li.logo.cliente {
width: 50% !important;
}
.posts .estudios .carousel-cell {
width: 245px !important;
}
}   
.absolute-right {
right: 0;
} .alert.alert-warning {background-color: #ffeb3b3b;display: block;width: 100%;padding: 1rem;border-radius: 2px;color: #8c7f11;border: 1px solid #ffeb3b;} strong, b {
font-weight: bold !important;
}
.columns {
column-count: 2;
column-gap: 3rem;
}
.outer {
width: 40px;
display: inline-block;
margin: 0;
left: 2rem;
top: 4.25rem;
}
.outer.right {
left: auto;
right: 2rem;
}
.outer.big {
top: 7rem;
}
.outer.big .inner {
width: 300px;
}
main .inner { position: absolute;
top: 4.5rem;
left: 50px;
width: auto;
display: block;
text-align: center;
padding: 0 1.5rem;
height: 61px;
line-height: 61px;
overflow: hidden;
margin: 0;
}
.rotate {
-moz-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
-webkit-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
transform:  translateX(-50%) translateY(-50%) rotate(-90deg);
}
.border, .border-top, .border-bottom, .border-left, .border-right {
border-width: 4px !important;
}
#quienes .border{
border-width: 2px !important;
}
.style_prevu_kit
{
z-index: 1;
margin: 0;
top: 0;
left:0;
display:inline-block;
border:0;  position: relative;
-webkit-transition: all 200ms ease-in;
-webkit-transform: scale(1);
-ms-transition: all 200ms ease-in;
-ms-transform: scale(1);
-moz-transition: all 200ms ease-in;
-moz-transform: scale(1);
transition: all 200ms ease-in;
transform: scale(1);
opacity:0;
border: 2px solid #0301ff !important;
}
.style_prevu_kit:hover
{
opacity:100; -webkit-transition: all 200ms ease-in;
-webkit-transform: scale(2);
-ms-transition: all 200ms ease-in;
-ms-transform: scale(2);
-moz-transition: all 200ms ease-in;
-moz-transform: scale(2);
transition: all 200ms ease-in;
transform: scale(1.5);
top: 25px;
}
.style_prevu_kit p {
font-size: 0.7em;
}
.flickity-prev-next-button .flickity-button-icon {
fill: #0301ff;
}
.flickity-button {
height: 60px !important;
width: 60px !important;
}
#mas .nav-tabs {
border-bottom: none !important;
}
#mas li{
margin: 0 10px;
}
#mas li a{
color: black;
}
#mas li a.active{
color: white;
}
.inner2 {
text-align: left;
padding: 0.3rem;
width: 100%;
}
.outer2 {
min-width: 80%;
max-width: 90%;
display: inline-block;
margin: 0;
left: -2rem;
top: 1.5rem;
}
.underline{
text-decoration: underline;
}
.menu-static{
z-index: 98;
position: absolute;
top: 1rem;
right: 1rem;
}
.menu-static.fixed {
position: fixed;
}
#main-now .dropdown-menu {
will-change: unset !important;
transform: none !important;
position: relative !important;
top: 100% !important;
left: 0;
z-index: 1000;
display: none;
float: left;
min-width: 10rem;
padding: 0rem 0 0 0;
margin: 0 0 0 !important;
border: none !important;
border-radius: 0 !important;
font-size: 1rem;
color: #212529;
text-align: left;
list-style: none;
background-color: #fff;
background-clip: padding-box;
overflow: hidden;
box-shadow: -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.21);
-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.21);
box-shadow: 5px 7px 4px 0px rgba(0,0,0,0.1);
top: 1% !important;
width: 100%;
}
#main-now .dropdown-item{
border-bottom:1px solid blue !important;
}
.menu-static .dropdown-item {
font-size: 0.8rem !important;
display: block;
width: 100%;
padding: 1.1rem 0.5rem;
clear: both;
font-weight: 400;
color: #0301ff;
text-align: inherit;
white-space: nowrap;
background-color: white;
border: 0;
border-bottom: 1px solid #0301ff; }
.menu-static {
min-width: 180px;
box-shadow: -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.21);
-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.21);
box-shadow: 5px 7px 4px 0px rgba(0,0,0,0.1);
}
nav#main-nav div, nav#main-nav img, a.icon-home {
float: none;
display: inline-block;
line-height: normal;
display: flex;
justify-content: center;
align-items: center;
}
nav#main-nav .menu-principal-container {
margin-left: auto;
display: inline-block;
margin-right: 0;
}
#escenarios-top .card-body p{
max-height: 6em;
font-size:0.9em;
overflow: hidden;
}
.escenarios-bottom .card-body p{
font-size:1em;
}
.f-12{
font-size:12px !important;
font-family: 'Roboto Mono',monospace;
}
.f-14{
font-size:15px !important;
font-family: 'Roboto Mono',monospace;
}
.f-15{
font-size:15px !important;
font-family: 'Roboto Mono',monospace;
}
.f-18{
font-size:18px !important;
}
.f-20{
font-size:20px !important;
font-family: 'Roboto Mono',monospace;
}
main .btn{
border-radius: 22.5px;
box-shadow: 0 2px 1px 0 #ededed;
}
.bg-light-grey {
background-color: #b7b7b7 !important;
}
.bg-grey{
background-color: #ededed;
}
.inner-right{ position: absolute;
top: 12%; right: -16%;
width: auto;
display: block !important;
text-align: center;
padding: 1rem;
}
#slide {
margin-top: 0 !important;
position: relative !important;
padding: 0;
}
.f-60{
font-size: 60px;
}
@media (max-width: 992px) { 
.escenarios-bottom .description, #profesionals .description {
position:relative !important;
}
}
@media (max-width: 576px) { 
#slide {
margin-top: 0;
}
.escenarios-bottom .description, #profesionals .description {
position:relative !important;
}
.inner-right {
right: -27% !important; 
}
}
header#main-header a.icon-menu, header#main-header a.icon-cancel {
float: none;
margin-left: auto;
margin-right: 0;
justify-self: end;
align-self: end;
order: 2;
}
header#main-header .wrapper {
display: flex;
}
nav#top.active + header#main-header .wrapper {
flex-wrap: wrap;
}
nav#main-nav { display: flex;
justify-content: center;
justify-self: end;
align-self: end;
width: 100%;
}
@media (max-width: 890px) {
nav#main-nav {
display: none;
}
.btn {
width: auto;
}
.columns{
text-align: center;
column-count: 1;
}
.description p {
padding: 0 0rem !important;
}
.carousel .flickity-prev-next-button.previous {
display:none;
left: -66px;
}
.carousel .flickity-prev-next-button.next {
display:none;
right: -66px;
}
.btn-tiny {
padding: 0rem 0.7rem !important;
}
.outer2 {
left: -1rem;
}
}
.content-cuadrante h1, .content-cuadrante h2, .content-cuadrante h3, .content-cuadrante h4, .content-cuadrante h5, .content-cuadrante h6 {
color: #0301ff;
}
article .border-bottom {
border-width: 1px !important;
}
main .btn {
height: 44px !important;
line-height: 44px !important;
padding: 0rem 1.5rem;
}
.description p {
padding: 0 1rem;
}
.carousel .flickity-prev-next-button.previous {
left: -66px;
}
.carousel .flickity-prev-next-button.next {
right: -66px;
}
.content {
height: 17rem !important;
overflow: hidden;
}
.graph-title{
height: 9rem !important;
}
.menu-static .dropdown-item:hover {
background-color: #e6e6e6;
}
.menu-static .dropdown-item.active{background-color: #0301ff;color: white;}
.drop-main{
font-size: 0.8rem !important;
display: block;
width: 100%;
padding: 1.1rem 0.5rem;
clear: both;
font-weight: 400;
color: #0301ff;
text-align: inherit;
white-space: nowrap;
background-color: white;
border: 0;
border-bottom: 1px solid #0301ff; }
.now-pagination a {
max-width: 50%;
white-space: nowrap;
text-decoration: none;
}
.now-pagination a:last-child {
text-align: right;
}
.now-pagination a span { overflow: hidden; text-overflow: ellipsis; }
.border-link {
border-bottom: 2px solid;
}
#profesionals .rotate {
top: 4.5rem; }
.card-escenario .card-title {
height: 6rem;
overflow: hidden;
display: flex; }
#quienes .card-escenario .card-title {height: auto;margin-bottom: 1.25rem;}
.card-escenario .card-title h3 {
max-height: 6rem;
margin-bottom: 0 !important;
display: block;
display: -webkit-box;
max-width: 100%;
line-height: 1;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
height: auto !important;
}
.bg-light-2 {
background-color: #edeeed !important;
}
main .lead, main .roboto {
line-height: 1.5;
}
main#now .container {
max-width: 1140px;
width: 100%;
max-width: calc(1140px + 4rem);
}html,body {
height: 100%;
}
html {
background-color: transparent;
scroll-behavior: smooth;
}
body { }
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
letter-spacing: -.25px;
font-weight: 700;
}
b, strong {
font-weight: 500;
}
.container {
width: 1400px;
max-width: 100%;
}
.container-fluid {
width: 1600px;
max-width: 100%;
}
@media(min-width: 800px) {
.container {
padding: 0 2.5rem;
}
.container-fluid {
padding: 0 2.5rem;
}
.container {
padding: 0 4rem;
}
}
.rounded-xl {
border-radius: 10rem;
overflow: hidden;
}
.bottom-0 {
bottom: 0;
}
.top-0 {
top: 0;
}
.left-0 {
left: 0;
}
.right-0 {
right: 0;
}
.c-pointer {
cursor: pointer;
}
.transition {
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.z-index-99 {
z-index: 99;
}
.z-index-999 {
z-index: 999;
}
.row-stretched > div {
padding-left: 0.5rem;
padding-right: 0.5rem;
}
.row-stretched {
margin-left: 0.5rem;
margin-right: 0.5rem;
}
.icon-rounded {
border: 1px solid;
text-align: center;
border-radius: 100%;
min-width: 2.75rem;
min-height: 2.75rem;
height: 2.75rem;
width: 2.75rem;
line-height: 2.75rem;
}
.icon-rounded.icon-1x {
border: 1px solid;
text-align: center;
border-radius: 100%;
min-width: 3.1rem;
min-height: 3.1rem;
height: 3.1rem;
width: 3.1rem;
line-height: 3.1rem;
vertical-align: middle;
}
.icon-rounded.icon-2x,
.img-icon-2x {
min-width: 4.5rem;
min-height: 4.5rem;
width: 4.5rem;
height: 4.5rem;
line-height: 4.5rem;
}
.icon-rounded.icon-3x,
.img-icon-3x {
min-width: 4.5rem;
min-height: 4.5rem;
width: 4.5rem;
height: 4.5rem;
line-height: 4.5rem;
}
.btn-rounded {
border-radius: 10rem;
padding-left: 1.5rem;
padding-right: 1.5rem;
padding-top: .75rem;
padding-bottom: .75rem;
}
.bg-multiply {
background-blend-mode: multiply;
}
.bg-center {
background-position: center;
}
.bg-cover {
background-size: cover;
}
.bg-overlay-2 {
background: rgb(34 66 174);
background: linear-gradient(0deg, rgb(34 66 174) 0%, rgba(0,212,255,0) 100%);
transition: all .5s ease;
}
.bg-fixed {
background-attachment: fixed;
}
.object-fit-contain {
object-fit: contain;
}
.object-fit-cover {
object-fit: cover;
}
#main-header .desktop-navbar .navbar-nav .nav-link {
padding-right: 1rem;
}
#main-footer .nav-link {
color: #fff;
padding: .15rem 0;
font-size: 95%;
}
.navbar-brand img, #main-footer img {
height: 60px;
width: auto;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
color: #2242ae;
font-weight: 500;
}
#main-footer .wpcf7-email {
padding-left: 2rem;
position: relative;
}
#main-footer .wpcf7-form-control-wrap[data-name="email"]:before {
content: "\f0e0";
position: absolute;
left: 0;
top: 0;
font-family: "Font Awesome 5 Free";
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
line-height: 1;
color: #fff;
width: 20px;
height: 20px;
z-index: 999;
padding: .5rem
}
article.page iframe {
width: 100%;
height: 380px;
border: 0;
}
@media(min-width: 1200px) {
article.page p,
article.page li {
color: #253a47;
margin-bottom: 2rem;
line-height: 1.85rem;
font-size: 1.15rem;
}
}
article.page li {
margin-bottom: .25rem;
}
.wp-block-image {
text-align: center;
margin-bottom: 2rem;
}
.wp-block-image img {
border: 1px solid #dedede;
}
.card-post img {
width: 100%;
height: 200px;
}
.card-post .card-text {
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
height: 4.5rem;
}
.card-post .card-title {
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
}
.card-post .post-contents {
height: 5.5rem;
}
.border-5px {
border-width: 5px !important;
}
.post-actividades .single-header .header-contents {
margin-left: 70px;
}
.post-actividades .single-header .position-absolute {
margin: 0 !important;
}
.page .post-content img {
margin: 0 auto 1rem;
display: block;
background-color: #fff;
border-radius: 1rem;
border: 1px solid #dedede;
padding: 1rem;
}
.card-actividades .position-absolute {
margin: 0 !important;
}
.card-actividades .post-contents {
padding-left: 65px;
}
.card-post .meta,
.card-post-mini .meta {
text-transform: capitalize;
}
@media(min-width: 1375px) {
.container .flickity-prev-next-button.next {
right: -30px;
}
.container .flickity-prev-next-button.previous {
left: -30px;
}
}
@media(min-width: 1200px) {
.col-xl-10-porcent {
flex: 0 0 10%;
max-width: 10%;
}
}
.card-post-mini .card-title {
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
}
.card-post-mini .post-contents {
height: 6rem;
}
.card-about:hover .card-body {
background-color: transparent !important;
color: #fff;
}
.card-about:hover .card-body a {
color: #fff !important;
}
.card-about:hover .card-body .icon-rounded {
background-color: #fff !important;
color: inherit !important;
}
form.wpcf7-form p {
margin-bottom: 5px;
}
#welcome .slide-content {
min-height: 550px;
}
#welcome .lead p, #welcome .lead h2 {
display: -webkit-box;
-webkit-box-orient: vertical;
overflow: hidden;
}
#welcome h2 {
-webkit-line-clamp: 1;
height: 3rem;
}
#welcome .lead p {
-webkit-line-clamp: 2;
height: 4rem;
}
.card {
box-shadow: 0px 16px 16px rgb(34 66 174 / 40%);
border: 0;
-webkit-box-shadow: 0px 16px 16px rgb(34 66 174 / 40%);
border-radius: 1rem !important;
overflow: hidden;
transition: all .5s ease;
}
.card:hover card-body {
background-color: inherit;
}
.card .card-body {
background-color: transparent !important;
}
.card:hover .card-body { }
.card:hover {
box-shadow: 7px 19px 19px rgb(34 66 174 / 60%);
}
.rounded-lg {
border-radius: 1rem !important;
}
.card-featured:hover {
background-size: auto 120%;
background-position: center -1%;
}
.card-featured:hover .bg-overlay-2 {
background: linear-gradient(0deg, rgb(34 66 174) 0%, rgba(34, 66, 174,0.5) 100%);
}
.shadow-hover {
box-shadow: 0px 16px 16px rgb(34 66 174 / 40%);
-webkit-box-shadow: 0px 16px 16px rgb(34 66 174 / 40%);
transition: all .5s ease;
background-color: #000;
}
.shadow-hover:hover {
box-shadow: 7px 19px 19px rgb(34 66 174 / 60%);
opacity: .9;
} header#main-header {
position: absolute;
top: 0;
left: 0;
width: 100%;
z-index: 99;
height: 137px;
}
main#site-main {
padding-top: 137px;
}
main#site-main.main-top-border {
padding-top: 142px;
}
body.admin-bar header#main-header {
top: 32px;
} footer#main-footer {
background-color: #253a47!important;
}
header#main-header a[href="#noticias"]:after,
header#main-header a[href="#estudios"]:after,
header#main-header a[href="#actividades"]:after,
header#main-header a[href="#now"]:after {
display: inline-block;
margin-left: 0.255em;
vertical-align: 0.255em;
content: "";
border-top: 0.3em solid;
border-right: 0.3em solid transparent;
border-bottom: 0;
border-left: 0.3em solid transparent;
}
section#main-section-header {
max-height: 100vh; z-index: 9999;
}
.list-group li:first-child a {
border-radius: 1rem 1rem 0 0;
}
.list-group li:last-child a {
border-radius: 0 0 1rem 1rem;
}
#uptotop {
z-index: 99;
}
.card-shortcut .card-body {
padding: 2.25rem;
}
.navbar-nav .dropdown-menu {
position: absolute;
}
.mobile-navbar .navbar-nav .dropdown-menu {
position: relative;
text-align: center;
}
footer#main-footer div.cf7sr-g-recaptcha div {
text-align: center;
margin: 0 auto;
}
.page-template-page-contacto .cf7sr-g-recaptcha div {
margin-left: auto;
}
.single-post .header-contents .meta p {
font-size: 1rem;
}
.single-post .header-contents .meta {
margin: 1.5rem 0 .5rem;
}
.single-post .header-contents h1 {
font-weight: 900 !important;
}
.single-post .header-contents .badge {
border-radius: 1rem !important;
}
.single-header.overlay:before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgb(255 255 255 / 85%);
}
.card-post .badge {
padding-left: .75rem !important;
padding-right: .75rem !important;
border-radius: 1rem !important;
}
.card-post .meta {
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
overflow: hidden;
}
#welcome .slide-content {
min-height: 450px;
}
.card-shortcut .card-body {
padding: 1.7rem;
}
.img-icon-1x {
min-width: 3.1rem;
min-height:3.1rem;
width: 3.1rem;
height: 3.1rem;
line-height: 3.1rem;
}
.card-shortcut P  {
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
height: 2.75rem;
}
.nav-pills .nav-link {
border-radius: 10rem;
padding-left: 1.5rem;
padding-right: 1.5rem;
padding-top: 0.75rem;
padding-bottom: 0.75rem;
}
#welcome .flickity-page-dots {
bottom: 1rem;
}
#welcome .flickity-page-dots .dot {
background-color: #fff;
}
.single-header-3 + section#post {
margin-top: -9rem !important;
}
@media(min-width: 1200px) {
#recents .col-lg-4 {
width: 28.5%;
}
}
.overlay-dark-before:before {
content: "";
background-color: rgba(0,0,0,0.45);
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
}
.overflow-visible {
overflow: visible;
}
@media(max-width: 992px) {
#filtros .row div {
border: none !important;
}
#filtros .row div button, #filtros .row div select {
width: 100%;
text-align: center;
}
#navbarCategorias {
overflow: hidden;
max-width: 100%;
}
}
.list-group-item.active svg {
fill: #fff;
}
.list-group-item.active:hover {
color: #fff;
}
.logos-marcas svg {
width: 30px;
}
.img-beneficio-container {
width: 100px;
max-width: 100px;
min-width: 100px;
flex: 0 0 100px;
margin-top: -75px;
}
.card-beneficio {
overflow: visible;
}
.card-beneficio .card-img-top {
border-radius: 1rem 1rem 0 0 !important;
}
.card-beneficio .card-text {
display: -webkit-box;
-webkit-line-clamp: 4;
-webkit-box-orient: vertical;
overflow: hidden;
height: 6rem;
}
.close-beneficio {
z-index: 99;
opacity: 1;
}
.card-beneficio .card-title {
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
height: 2.25rem;
}
@media(max-width: 500px) {
h1, .h1 {
font-size: 1.8rem;
}
h2, .h2 {
font-size: 1.68rem;
}
h3, .h3 {
font-size: 1.5rem;
}
}
header#main-header {
max-height: 100%;
}
section#main-section-header {
overflow: auto;
padding-bottom: 0;
}