@charset "UTF-8";
.tw-bs4 {
box-sizing: border-box;
}
@media print {
.tw-bs4 *,
.tw-bs4 *::before,
.tw-bs4 *::after {
text-shadow: none !important;
box-shadow: none !important;
}
.tw-bs4 a,
.tw-bs4 a:visited {
text-decoration: underline;
}
.tw-bs4 abbr[title]::after {
content: " (" attr(title) ")";
}
.tw-bs4 pre {
white-space: pre-wrap !important;
}
.tw-bs4 pre,
.tw-bs4 blockquote {
border: 1px solid #999;
page-break-inside: avoid;
}
.tw-bs4 thead {
display: table-header-group;
}
.tw-bs4 tr,
.tw-bs4 img {
page-break-inside: avoid;
}
.tw-bs4 p,
.tw-bs4 h2,
.tw-bs4 h3 {
orphans: 3;
widows: 3;
}
.tw-bs4 h2,
.tw-bs4 h3 {
page-break-after: avoid;
}
.tw-bs4 .navbar {
display: none;
}
.tw-bs4 .badge {
border: 1px solid #000;
}
.tw-bs4 .table {
border-collapse: collapse !important;
}
.tw-bs4 .table td,
.tw-bs4 .table th {
background-color: #fff !important;
}
.tw-bs4 .table-bordered th,
.tw-bs4 .table-bordered td {
border: 1px solid #ddd !important;
}
}
.tw-bs4 html {
box-sizing: border-box;
font-family: sans-serif;
line-height: 1.15;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
-ms-overflow-style: scrollbar;
-webkit-tap-highlight-color: transparent;
}
.tw-bs4 *,
.tw-bs4 *::before,
.tw-bs4 *::after {
box-sizing: inherit;
}
@-ms-viewport {
width: device-width;
}
.tw-bs4 article,
.tw-bs4 aside,
.tw-bs4 dialog,
.tw-bs4 figcaption,
.tw-bs4 figure,
.tw-bs4 footer,
.tw-bs4 header,
.tw-bs4 hgroup,
.tw-bs4 main,
.tw-bs4 nav,
.tw-bs4 section {
display: block;
}
.tw-bs4 body {
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
font-size: 1rem;
font-weight: normal;
line-height: 1.5;
color: #212529;
background-color: #fff;
}
.tw-bs4 [tabindex="-1"]:focus {
outline: none !important;
}
.tw-bs4 hr {
box-sizing: content-box;
height: 0;
overflow: visible;
}
.tw-bs4 h1,
.tw-bs4 h2,
.tw-bs4 h3,
.tw-bs4 h4,
.tw-bs4 h5,
.tw-bs4 h6 {
margin-top: 0;
margin-bottom: .5rem;
}
.tw-bs4 p {
margin-top: 0;
margin-bottom: 1rem;
}
.tw-bs4 abbr[title],
.tw-bs4 abbr[data-original-title] {
text-decoration: underline;
-webkit-text-decoration: underline dotted;
text-decoration: underline dotted;
cursor: help;
border-bottom: 0;
}
.tw-bs4 address {
margin-bottom: 1rem;
font-style: normal;
line-height: inherit;
}
.tw-bs4 ol,
.tw-bs4 ul,
.tw-bs4 dl {
margin-top: 0;
margin-bottom: 1rem;
}
.tw-bs4 ol ol,
.tw-bs4 ul ul,
.tw-bs4 ol ul,
.tw-bs4 ul ol {
margin-bottom: 0;
}
.tw-bs4 dt {
font-weight: bold;
}
.tw-bs4 dd {
margin-bottom: .5rem;
margin-left: 0;
}
.tw-bs4 blockquote {
margin: 0 0 1rem;
}
.tw-bs4 dfn {
font-style: italic;
}
.tw-bs4 b,
.tw-bs4 strong {
font-weight: bolder;
}
.tw-bs4 small {
font-size: 80%;
}
.tw-bs4 sub,
.tw-bs4 sup {
position: relative;
font-size: 75%;
line-height: 0;
vertical-align: baseline;
}
.tw-bs4 sub {
bottom: -0.25em;
}
.tw-bs4 sup {
top: -0.5em;
}
.tw-bs4 a {
color: #007bff;
text-decoration: none;
background-color: transparent;
-webkit-text-decoration-skip: objects;
}
.tw-bs4 a:hover {
color: #0056b3;
text-decoration: underline;
}
.tw-bs4 a:not([href]):not([tabindex]) {
color: inherit;
text-decoration: none;
}
.tw-bs4 a:not([href]):not([tabindex]):focus,
.tw-bs4 a:not([href]):not([tabindex]):hover {
color: inherit;
text-decoration: none;
}
.tw-bs4 a:not([href]):not([tabindex]):focus {
outline: 0;
}
.tw-bs4 pre,
.tw-bs4 code,
.tw-bs4 kbd,
.tw-bs4 samp {
font-family: monospace, monospace;
font-size: 1em;
}
.tw-bs4 pre {
margin-top: 0;
margin-bottom: 1rem;
overflow: auto;
}
.tw-bs4 figure {
margin: 0 0 1rem;
}
.tw-bs4 img {
vertical-align: middle;
border-style: none;
}
.tw-bs4 svg:not(:root) {
overflow: hidden;
}
.tw-bs4 a,
.tw-bs4 area,
.tw-bs4 button,
.tw-bs4 [role="button"],
.tw-bs4 input,
.tw-bs4 label,
.tw-bs4 select,
.tw-bs4 summary,
.tw-bs4 textarea {
-ms-touch-action: manipulation;
touch-action: manipulation;
}
.tw-bs4 table {
border-collapse: collapse;
}
.tw-bs4 caption {
padding-top: 0.75rem;
padding-bottom: 0.75rem;
color: #868e96;
text-align: left;
caption-side: bottom;
}
.tw-bs4 th {
text-align: left;
}
.tw-bs4 label {
display: inline-block;
margin-bottom: .5rem;
}
.tw-bs4 button:focus {
outline: 1px dotted;
outline: 5px auto -webkit-focus-ring-color;
}
.tw-bs4 input,
.tw-bs4 button,
.tw-bs4 select,
.tw-bs4 optgroup,
.tw-bs4 textarea {
margin: 0;
font-family: inherit;
font-size: inherit;
line-height: inherit;
}
.tw-bs4 button,
.tw-bs4 input {
overflow: visible;
}
.tw-bs4 button,
.tw-bs4 select {
text-transform: none;
}
.tw-bs4 button,
.tw-bs4 html [type="button"],
.tw-bs4 [type="reset"],
.tw-bs4 [type="submit"] {
-webkit-appearance: button;
}
.tw-bs4 button::-moz-focus-inner,
.tw-bs4 [type="button"]::-moz-focus-inner,
.tw-bs4 [type="reset"]::-moz-focus-inner,
.tw-bs4 [type="submit"]::-moz-focus-inner {
padding: 0;
border-style: none;
}
.tw-bs4 input[type="radio"],
.tw-bs4 input[type="checkbox"] {
box-sizing: border-box;
padding: 0;
}
.tw-bs4 input[type="date"],
.tw-bs4 input[type="time"],
.tw-bs4 input[type="datetime-local"],
.tw-bs4 input[type="month"] {
-webkit-appearance: listbox;
}
.tw-bs4 textarea {
overflow: auto;
resize: vertical;
}
.tw-bs4 fieldset {
min-width: 0;
padding: 0;
margin: 0;
border: 0;
}
.tw-bs4 legend {
display: block;
width: 100%;
max-width: 100%;
padding: 0;
margin-bottom: .5rem;
font-size: 1.5rem;
line-height: inherit;
color: inherit;
white-space: normal;
}
.tw-bs4 progress {
vertical-align: baseline;
}
.tw-bs4 [type="number"]::-webkit-inner-spin-button,
.tw-bs4 [type="number"]::-webkit-outer-spin-button {
height: auto;
}
.tw-bs4 [type="search"] {
outline-offset: -2px;
-webkit-appearance: none;
}
.tw-bs4 [type="search"]::-webkit-search-cancel-button,
.tw-bs4 [type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
.tw-bs4 ::-webkit-file-upload-button {
font: inherit;
-webkit-appearance: button;
}
.tw-bs4 output {
display: inline-block;
}
.tw-bs4 summary {
display: list-item;
}
.tw-bs4 template {
display: none;
}
.tw-bs4 [hidden] {
display: none !important;
}
.tw-bs4 h1,
.tw-bs4 h2,
.tw-bs4 h3,
.tw-bs4 h4,
.tw-bs4 h5,
.tw-bs4 h6,
.tw-bs4 .h1,
.tw-bs4 .h2,
.tw-bs4 .h3,
.tw-bs4 .h4,
.tw-bs4 .h5,
.tw-bs4 .h6 {
margin-bottom: 0.5rem;
font-family: inherit;
font-weight: 500;
line-height: 1.1;
color: inherit;
}
.tw-bs4 h1,
.tw-bs4 .h1 {
font-size: 2.5rem;
}
.tw-bs4 h2,
.tw-bs4 .h2 {
font-size: 2rem;
}
.tw-bs4 h3,
.tw-bs4 .h3 {
font-size: 1.75rem;
}
.tw-bs4 h4,
.tw-bs4 .h4 {
font-size: 1.5rem;
}
.tw-bs4 h5,
.tw-bs4 .h5 {
font-size: 1.25rem;
}
.tw-bs4 h6,
.tw-bs4 .h6 {
font-size: 1rem;
}
.tw-bs4 .lead {
font-size: 1.25rem;
font-weight: 300;
}
.tw-bs4 .display-1 {
font-size: 6rem;
font-weight: 300;
line-height: 1.1;
}
.tw-bs4 .display-2 {
font-size: 5.5rem;
font-weight: 300;
line-height: 1.1;
}
.tw-bs4 .display-3 {
font-size: 4.5rem;
font-weight: 300;
line-height: 1.1;
}
.tw-bs4 .display-4 {
font-size: 3.5rem;
font-weight: 300;
line-height: 1.1;
}
.tw-bs4 hr {
margin-top: 1rem;
margin-bottom: 1rem;
border: 0;
border-top: 1px solid rgba(0,0,0,0.1);
}
.tw-bs4 small,
.tw-bs4 .small {
font-size: 80%;
font-weight: normal;
}
.tw-bs4 mark,
.tw-bs4 .mark {
padding: 0.2em;
background-color: #fcf8e3;
}
.tw-bs4 .list-unstyled {
padding-left: 0;
list-style: none;
}
.tw-bs4 .list-inline {
padding-left: 0;
list-style: none;
}
.tw-bs4 .list-inline-item {
display: inline-block;
}
.tw-bs4 .list-inline-item:not(:last-child) {
margin-right: 5px;
}
.tw-bs4 .initialism {
font-size: 90%;
text-transform: uppercase;
}
.tw-bs4 .blockquote {
margin-bottom: 1rem;
font-size: 1.25rem;
}
.tw-bs4 .blockquote-footer {
display: block;
font-size: 80%;
color: #868e96;
}
.tw-bs4 .blockquote-footer::before {
content: "\2014 \00A0";
}
.tw-bs4 .img-fluid {
max-width: 100%;
height: auto;
}
.tw-bs4 .img-thumbnail {
padding: 0.25rem;
background-color: #fff;
border: 1px solid #ddd;
border-radius: 0.25rem;
transition: all 0.2s ease-in-out;
max-width: 100%;
height: auto;
}
.tw-bs4 .figure {
display: inline-block;
}
.tw-bs4 .figure-img {
margin-bottom: 0.5rem;
line-height: 1;
}
.tw-bs4 .figure-caption {
font-size: 90%;
color: #868e96;
}
.tw-bs4 code,
.tw-bs4 kbd,
.tw-bs4 pre,
.tw-bs4 samp {
font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.tw-bs4 code {
padding: 0.2rem 0.4rem;
font-size: 90%;
color: #bd4147;
background-color: #f8f9fa;
border-radius: 0.25rem;
}
.tw-bs4 a > code {
padding: 0;
color: inherit;
background-color: inherit;
}
.tw-bs4 kbd {
padding: 0.2rem 0.4rem;
font-size: 90%;
color: #fff;
background-color: #212529;
border-radius: 0.2rem;
}
.tw-bs4 kbd kbd {
padding: 0;
font-size: 100%;
font-weight: bold;
}
.tw-bs4 pre {
display: block;
margin-top: 0;
margin-bottom: 1rem;
font-size: 90%;
color: #212529;
}
.tw-bs4 pre code {
padding: 0;
font-size: inherit;
color: inherit;
background-color: transparent;
border-radius: 0;
}
.tw-bs4 .pre-scrollable {
max-height: 340px;
overflow-y: scroll;
}
.tw-bs4 .container {
margin-right: auto;
margin-left: auto;
padding-right: 15px;
padding-left: 15px;
width: 100%;
}
@media (min-width: 576px) {
.tw-bs4 .container {
max-width: 540px;
}
}
@media (min-width: 768px) {
.tw-bs4 .container {
max-width: 720px;
}
}
@media (min-width: 992px) {
.tw-bs4 .container {
max-width: 960px;
}
}
@media (min-width: 1200px) {
.tw-bs4 .container {
max-width: 1140px;
}
}
.tw-bs4 .container-fluid {
width: 100%;
margin-right: auto;
margin-left: auto;
padding-right: 15px;
padding-left: 15px;
}
.tw-bs4 .row {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
.tw-bs4 .no-gutters {
margin-right: 0;
margin-left: 0;
}
.tw-bs4 .no-gutters > .col,
.tw-bs4 .no-gutters > [class*="col-"] {
padding-right: 0;
padding-left: 0;
}
.tw-bs4 .col-1,
.tw-bs4 .col-2,
.tw-bs4 .col-3,
.tw-bs4 .col-4,
.tw-bs4 .col-5,
.tw-bs4 .col-6,
.tw-bs4 .col-7,
.tw-bs4 .col-8,
.tw-bs4 .col-9,
.tw-bs4 .col-10,
.tw-bs4 .col-11,
.tw-bs4 .col-12,
.tw-bs4 .col,
.tw-bs4 .col-auto,
.tw-bs4 .col-sm-1,
.tw-bs4 .col-sm-2,
.tw-bs4 .col-sm-3,
.tw-bs4 .col-sm-4,
.tw-bs4 .col-sm-5,
.tw-bs4 .col-sm-6,
.tw-bs4 .col-sm-7,
.tw-bs4 .col-sm-8,
.tw-bs4 .col-sm-9,
.tw-bs4 .col-sm-10,
.tw-bs4 .col-sm-11,
.tw-bs4 .col-sm-12,
.tw-bs4 .col-sm,
.tw-bs4 .col-sm-auto,
.tw-bs4 .col-md-1,
.tw-bs4 .col-md-2,
.tw-bs4 .col-md-3,
.tw-bs4 .col-md-4,
.tw-bs4 .col-md-5,
.tw-bs4 .col-md-6,
.tw-bs4 .col-md-7,
.tw-bs4 .col-md-8,
.tw-bs4 .col-md-9,
.tw-bs4 .col-md-10,
.tw-bs4 .col-md-11,
.tw-bs4 .col-md-12,
.tw-bs4 .col-md,
.tw-bs4 .col-md-auto,
.tw-bs4 .col-lg-1,
.tw-bs4 .col-lg-2,
.tw-bs4 .col-lg-3,
.tw-bs4 .col-lg-4,
.tw-bs4 .col-lg-5,
.tw-bs4 .col-lg-6,
.tw-bs4 .col-lg-7,
.tw-bs4 .col-lg-8,
.tw-bs4 .col-lg-9,
.tw-bs4 .col-lg-10,
.tw-bs4 .col-lg-11,
.tw-bs4 .col-lg-12,
.tw-bs4 .col-lg,
.tw-bs4 .col-lg-auto,
.tw-bs4 .col-xl-1,
.tw-bs4 .col-xl-2,
.tw-bs4 .col-xl-3,
.tw-bs4 .col-xl-4,
.tw-bs4 .col-xl-5,
.tw-bs4 .col-xl-6,
.tw-bs4 .col-xl-7,
.tw-bs4 .col-xl-8,
.tw-bs4 .col-xl-9,
.tw-bs4 .col-xl-10,
.tw-bs4 .col-xl-11,
.tw-bs4 .col-xl-12,
.tw-bs4 .col-xl,
.tw-bs4 .col-xl-auto {
position: relative;
width: 100%;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
}
.tw-bs4 .col {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.tw-bs4 .col-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none;
}
.tw-bs4 .col-1 {
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.tw-bs4 .col-2 {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.tw-bs4 .col-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.tw-bs4 .col-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.tw-bs4 .col-5 {
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.tw-bs4 .col-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.tw-bs4 .col-7 {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.tw-bs4 .col-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.tw-bs4 .col-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.tw-bs4 .col-10 {
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.tw-bs4 .col-11 {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.tw-bs4 .col-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.tw-bs4 .order-1 {
-ms-flex-order: 1;
order: 1;
}
.tw-bs4 .order-2 {
-ms-flex-order: 2;
order: 2;
}
.tw-bs4 .order-3 {
-ms-flex-order: 3;
order: 3;
}
.tw-bs4 .order-4 {
-ms-flex-order: 4;
order: 4;
}
.tw-bs4 .order-5 {
-ms-flex-order: 5;
order: 5;
}
.tw-bs4 .order-6 {
-ms-flex-order: 6;
order: 6;
}
.tw-bs4 .order-7 {
-ms-flex-order: 7;
order: 7;
}
.tw-bs4 .order-8 {
-ms-flex-order: 8;
order: 8;
}
.tw-bs4 .order-9 {
-ms-flex-order: 9;
order: 9;
}
.tw-bs4 .order-10 {
-ms-flex-order: 10;
order: 10;
}
.tw-bs4 .order-11 {
-ms-flex-order: 11;
order: 11;
}
.tw-bs4 .order-12 {
-ms-flex-order: 12;
order: 12;
}
@media (min-width: 576px) {
.tw-bs4 .col-sm {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.tw-bs4 .col-sm-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none;
}
.tw-bs4 .col-sm-1 {
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.tw-bs4 .col-sm-2 {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.tw-bs4 .col-sm-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.tw-bs4 .col-sm-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.tw-bs4 .col-sm-5 {
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.tw-bs4 .col-sm-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.tw-bs4 .col-sm-7 {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.tw-bs4 .col-sm-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.tw-bs4 .col-sm-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.tw-bs4 .col-sm-10 {
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.tw-bs4 .col-sm-11 {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.tw-bs4 .col-sm-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.tw-bs4 .order-sm-1 {
-ms-flex-order: 1;
order: 1;
}
.tw-bs4 .order-sm-2 {
-ms-flex-order: 2;
order: 2;
}
.tw-bs4 .order-sm-3 {
-ms-flex-order: 3;
order: 3;
}
.tw-bs4 .order-sm-4 {
-ms-flex-order: 4;
order: 4;
}
.tw-bs4 .order-sm-5 {
-ms-flex-order: 5;
order: 5;
}
.tw-bs4 .order-sm-6 {
-ms-flex-order: 6;
order: 6;
}
.tw-bs4 .order-sm-7 {
-ms-flex-order: 7;
order: 7;
}
.tw-bs4 .order-sm-8 {
-ms-flex-order: 8;
order: 8;
}
.tw-bs4 .order-sm-9 {
-ms-flex-order: 9;
order: 9;
}
.tw-bs4 .order-sm-10 {
-ms-flex-order: 10;
order: 10;
}
.tw-bs4 .order-sm-11 {
-ms-flex-order: 11;
order: 11;
}
.tw-bs4 .order-sm-12 {
-ms-flex-order: 12;
order: 12;
}
}
@media (min-width: 768px) {
.tw-bs4 .col-md {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.tw-bs4 .col-md-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none;
}
.tw-bs4 .col-md-1 {
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.tw-bs4 .col-md-2 {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.tw-bs4 .col-md-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.tw-bs4 .col-md-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.tw-bs4 .col-md-5 {
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.tw-bs4 .col-md-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.tw-bs4 .col-md-7 {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.tw-bs4 .col-md-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.tw-bs4 .col-md-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.tw-bs4 .col-md-10 {
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.tw-bs4 .col-md-11 {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.tw-bs4 .col-md-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.tw-bs4 .order-md-1 {
-ms-flex-order: 1;
order: 1;
}
.tw-bs4 .order-md-2 {
-ms-flex-order: 2;
order: 2;
}
.tw-bs4 .order-md-3 {
-ms-flex-order: 3;
order: 3;
}
.tw-bs4 .order-md-4 {
-ms-flex-order: 4;
order: 4;
}
.tw-bs4 .order-md-5 {
-ms-flex-order: 5;
order: 5;
}
.tw-bs4 .order-md-6 {
-ms-flex-order: 6;
order: 6;
}
.tw-bs4 .order-md-7 {
-ms-flex-order: 7;
order: 7;
}
.tw-bs4 .order-md-8 {
-ms-flex-order: 8;
order: 8;
}
.tw-bs4 .order-md-9 {
-ms-flex-order: 9;
order: 9;
}
.tw-bs4 .order-md-10 {
-ms-flex-order: 10;
order: 10;
}
.tw-bs4 .order-md-11 {
-ms-flex-order: 11;
order: 11;
}
.tw-bs4 .order-md-12 {
-ms-flex-order: 12;
order: 12;
}
}
@media (min-width: 992px) {
.tw-bs4 .col-lg {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.tw-bs4 .col-lg-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none;
}
.tw-bs4 .col-lg-1 {
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.tw-bs4 .col-lg-2 {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.tw-bs4 .col-lg-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.tw-bs4 .col-lg-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.tw-bs4 .col-lg-5 {
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.tw-bs4 .col-lg-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.tw-bs4 .col-lg-7 {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.tw-bs4 .col-lg-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.tw-bs4 .col-lg-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.tw-bs4 .col-lg-10 {
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.tw-bs4 .col-lg-11 {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.tw-bs4 .col-lg-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.tw-bs4 .order-lg-1 {
-ms-flex-order: 1;
order: 1;
}
.tw-bs4 .order-lg-2 {
-ms-flex-order: 2;
order: 2;
}
.tw-bs4 .order-lg-3 {
-ms-flex-order: 3;
order: 3;
}
.tw-bs4 .order-lg-4 {
-ms-flex-order: 4;
order: 4;
}
.tw-bs4 .order-lg-5 {
-ms-flex-order: 5;
order: 5;
}
.tw-bs4 .order-lg-6 {
-ms-flex-order: 6;
order: 6;
}
.tw-bs4 .order-lg-7 {
-ms-flex-order: 7;
order: 7;
}
.tw-bs4 .order-lg-8 {
-ms-flex-order: 8;
order: 8;
}
.tw-bs4 .order-lg-9 {
-ms-flex-order: 9;
order: 9;
}
.tw-bs4 .order-lg-10 {
-ms-flex-order: 10;
order: 10;
}
.tw-bs4 .order-lg-11 {
-ms-flex-order: 11;
order: 11;
}
.tw-bs4 .order-lg-12 {
-ms-flex-order: 12;
order: 12;
}
}
@media (min-width: 1200px) {
.tw-bs4 .col-xl {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.tw-bs4 .col-xl-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none;
}
.tw-bs4 .col-xl-1 {
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.tw-bs4 .col-xl-2 {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.tw-bs4 .col-xl-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.tw-bs4 .col-xl-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.tw-bs4 .col-xl-5 {
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.tw-bs4 .col-xl-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.tw-bs4 .col-xl-7 {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.tw-bs4 .col-xl-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.tw-bs4 .col-xl-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.tw-bs4 .col-xl-10 {
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.tw-bs4 .col-xl-11 {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.tw-bs4 .col-xl-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.tw-bs4 .order-xl-1 {
-ms-flex-order: 1;
order: 1;
}
.tw-bs4 .order-xl-2 {
-ms-flex-order: 2;
order: 2;
}
.tw-bs4 .order-xl-3 {
-ms-flex-order: 3;
order: 3;
}
.tw-bs4 .order-xl-4 {
-ms-flex-order: 4;
order: 4;
}
.tw-bs4 .order-xl-5 {
-ms-flex-order: 5;
order: 5;
}
.tw-bs4 .order-xl-6 {
-ms-flex-order: 6;
order: 6;
}
.tw-bs4 .order-xl-7 {
-ms-flex-order: 7;
order: 7;
}
.tw-bs4 .order-xl-8 {
-ms-flex-order: 8;
order: 8;
}
.tw-bs4 .order-xl-9 {
-ms-flex-order: 9;
order: 9;
}
.tw-bs4 .order-xl-10 {
-ms-flex-order: 10;
order: 10;
}
.tw-bs4 .order-xl-11 {
-ms-flex-order: 11;
order: 11;
}
.tw-bs4 .order-xl-12 {
-ms-flex-order: 12;
order: 12;
}
}
.tw-bs4 .table {
width: 100%;
max-width: 100%;
margin-bottom: 1rem;
background-color: transparent;
}
.tw-bs4 .table th,
.tw-bs4 .table td {
padding: 0.75rem;
vertical-align: top;
border-top: 1px solid #e9ecef;
}
.tw-bs4 .table thead th {
vertical-align: bottom;
border-bottom: 2px solid #e9ecef;
}
.tw-bs4 .table tbody + tbody {
border-top: 2px solid #e9ecef;
}
.tw-bs4 .table .table {
background-color: #fff;
}
.tw-bs4 .table-sm th,
.tw-bs4 .table-sm td {
padding: 0.3rem;
}
.tw-bs4 .table-bordered {
border: 1px solid #e9ecef;
}
.tw-bs4 .table-bordered th,
.tw-bs4 .table-bordered td {
border: 1px solid #e9ecef;
}
.tw-bs4 .table-bordered thead th,
.tw-bs4 .table-bordered thead td {
border-bottom-width: 2px;
}
.tw-bs4 .table-striped tbody tr:nth-of-type(odd) {
background-color: rgba(0,0,0,0.05);
}
.tw-bs4 .table-hover tbody tr:hover {
background-color: rgba(0,0,0,0.075);
}
.tw-bs4 .table-primary,
.tw-bs4 .table-primary > th,
.tw-bs4 .table-primary > td {
background-color: #b8daff;
}
.tw-bs4 .table-hover .table-primary:hover {
background-color: #9fcdff;
}
.tw-bs4 .table-hover .table-primary:hover > td,
.tw-bs4 .table-hover .table-primary:hover > th {
background-color: #9fcdff;
}
.tw-bs4 .table-secondary,
.tw-bs4 .table-secondary > th,
.tw-bs4 .table-secondary > td {
background-color: #dddfe2;
}
.tw-bs4 .table-hover .table-secondary:hover {
background-color: #cfd2d6;
}
.tw-bs4 .table-hover .table-secondary:hover > td,
.tw-bs4 .table-hover .table-secondary:hover > th {
background-color: #cfd2d6;
}
.tw-bs4 .table-success,
.tw-bs4 .table-success > th,
.tw-bs4 .table-success > td {
background-color: #c3e6cb;
}
.tw-bs4 .table-hover .table-success:hover {
background-color: #b1dfbb;
}
.tw-bs4 .table-hover .table-success:hover > td,
.tw-bs4 .table-hover .table-success:hover > th {
background-color: #b1dfbb;
}
.tw-bs4 .table-info,
.tw-bs4 .table-info > th,
.tw-bs4 .table-info > td {
background-color: #bee5eb;
}
.tw-bs4 .table-hover .table-info:hover {
background-color: #abdde5;
}
.tw-bs4 .table-hover .table-info:hover > td,
.tw-bs4 .table-hover .table-info:hover > th {
background-color: #abdde5;
}
.tw-bs4 .table-warning,
.tw-bs4 .table-warning > th,
.tw-bs4 .table-warning > td {
background-color: #ffeeba;
}
.tw-bs4 .table-hover .table-warning:hover {
background-color: #ffe8a1;
}
.tw-bs4 .table-hover .table-warning:hover > td,
.tw-bs4 .table-hover .table-warning:hover > th {
background-color: #ffe8a1;
}
.tw-bs4 .table-danger,
.tw-bs4 .table-danger > th,
.tw-bs4 .table-danger > td {
background-color: #f5c6cb;
}
.tw-bs4 .table-hover .table-danger:hover {
background-color: #f1b0b7;
}
.tw-bs4 .table-hover .table-danger:hover > td,
.tw-bs4 .table-hover .table-danger:hover > th {
background-color: #f1b0b7;
}
.tw-bs4 .table-light,
.tw-bs4 .table-light > th,
.tw-bs4 .table-light > td {
background-color: #fdfdfe;
}
.tw-bs4 .table-hover .table-light:hover {
background-color: #ececf6;
}
.tw-bs4 .table-hover .table-light:hover > td,
.tw-bs4 .table-hover .table-light:hover > th {
background-color: #ececf6;
}
.tw-bs4 .table-dark,
.tw-bs4 .table-dark > th,
.tw-bs4 .table-dark > td {
background-color: #c6c8ca;
}
.tw-bs4 .table-hover .table-dark:hover {
background-color: #b9bbbe;
}
.tw-bs4 .table-hover .table-dark:hover > td,
.tw-bs4 .table-hover .table-dark:hover > th {
background-color: #b9bbbe;
}
.tw-bs4 .table-active,
.tw-bs4 .table-active > th,
.tw-bs4 .table-active > td {
background-color: rgba(0,0,0,0.075);
}
.tw-bs4 .table-hover .table-active:hover {
background-color: rgba(0,0,0,0.075);
}
.tw-bs4 .table-hover .table-active:hover > td,
.tw-bs4 .table-hover .table-active:hover > th {
background-color: rgba(0,0,0,0.075);
}
.tw-bs4 .thead-inverse th {
color: #fff;
background-color: #212529;
}
.tw-bs4 .thead-default th {
color: #495057;
background-color: #e9ecef;
}
.tw-bs4 .table-inverse {
color: #fff;
background-color: #212529;
}
.tw-bs4 .table-inverse th,
.tw-bs4 .table-inverse td,
.tw-bs4 .table-inverse thead th {
border-color: #32383e;
}
.tw-bs4 .table-inverse.table-bordered {
border: 0;
}
.tw-bs4 .table-inverse.table-striped tbody tr:nth-of-type(odd) {
background-color: rgba(255,255,255,0.05);
}
.tw-bs4 .table-inverse.table-hover tbody tr:hover {
background-color: rgba(255,255,255,0.075);
}
@media (max-width: 991px) {
.tw-bs4 .table-responsive {
display: block;
width: 100%;
overflow-x: auto;
-ms-overflow-style: -ms-autohiding-scrollbar;
}
.tw-bs4 .table-responsive.table-bordered {
border: 0;
}
}
.tw-bs4 .form-control {
display: block;
width: 100%;
padding: 0.5rem 0.75rem;
font-size: 1rem;
line-height: 1.25;
color: #495057;
background-color: #fff;
background-image: none;
background-clip: padding-box;
border: 1px solid rgba(0,0,0,0.15);
border-radius: 0.25rem;
transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.tw-bs4 .form-control::-ms-expand {
background-color: transparent;
border: 0;
}
.tw-bs4 .form-control:focus {
color: #495057;
background-color: #fff;
border-color: #80bdff;
outline: none;
}
.tw-bs4 .form-control::-webkit-input-placeholder {
color: #868e96;
opacity: 1;
}
.tw-bs4 .form-control:-ms-input-placeholder {
color: #868e96;
opacity: 1;
}
.tw-bs4 .form-control::placeholder {
color: #868e96;
opacity: 1;
}
.tw-bs4 .form-control:disabled,
.tw-bs4 .form-control[readonly] {
background-color: #e9ecef;
opacity: 1;
}
.tw-bs4 select.form-control:not([size]):not([multiple]) {
height: calc(2.25rem + 2px);
}
.tw-bs4 select.form-control:focus::-ms-value {
color: #495057;
background-color: #fff;
}
.tw-bs4 .form-control-file,
.tw-bs4 .form-control-range {
display: block;
}
.tw-bs4 .col-form-label {
padding-top: calc(-1.5rem);
padding-bottom: calc(-1.5rem);
margin-bottom: 0;
}
.tw-bs4 .col-form-label-lg {
padding-top: calc(-1.5rem);
padding-bottom: calc(-1.5rem);
font-size: 1.25rem;
}
.tw-bs4 .col-form-label-sm {
padding-top: calc(-1.75rem);
padding-bottom: calc(-1.75rem);
font-size: 0.875rem;
}
.tw-bs4 .col-form-legend {
padding-top: 0.5rem;
padding-bottom: 0.5rem;
margin-bottom: 0;
font-size: 1rem;
}
.tw-bs4 .form-control-plaintext {
padding-top: 0.5rem;
padding-bottom: 0.5rem;
margin-bottom: 0;
line-height: 1.25;
border: solid transparent;
border-width: 1px 0;
}
.tw-bs4 .form-control-plaintext.form-control-sm,
.tw-bs4 .input-group-sm > .form-control-plaintext.form-control,
.tw-bs4 .input-group-sm > .form-control-plaintext.input-group-addon,
.tw-bs4 .input-group-sm > .input-group-btn > .form-control-plaintext.btn,
.tw-bs4 .form-control-plaintext.form-control-lg,
.tw-bs4 .input-group-lg > .form-control-plaintext.form-control,
.tw-bs4 .input-group-lg > .form-control-plaintext.input-group-addon,
.tw-bs4 .input-group-lg > .input-group-btn > .form-control-plaintext.btn {
padding-right: 0;
padding-left: 0;
}
.tw-bs4 .form-control-sm,
.tw-bs4 .input-group-sm > .form-control,
.tw-bs4 .input-group-sm > .input-group-addon,
.tw-bs4 .input-group-sm > .input-group-btn > .btn {
padding: 0.25rem 0.5rem;
font-size: 0.875rem;
line-height: 1.5;
border-radius: 0.2rem;
}
.tw-bs4 select.form-control-sm:not([size]):not([multiple]),
.tw-bs4 .input-group-sm > select.form-control:not([size]):not([multiple]),
.tw-bs4 .input-group-sm > select.input-group-addon:not([size]):not([multiple]),
.tw-bs4 .input-group-sm > .input-group-btn > select.btn:not([size]):not([multiple]) {
height: calc(3.8125rem);
}
.tw-bs4 .form-control-lg,
.tw-bs4 .input-group-lg > .form-control,
.tw-bs4 .input-group-lg > .input-group-addon,
.tw-bs4 .input-group-lg > .input-group-btn > .btn {
padding: 0.5rem 1rem;
font-size: 1.25rem;
line-height: 1.5;
border-radius: 0.3rem;
}
.tw-bs4 select.form-control-lg:not([size]):not([multiple]),
.tw-bs4 .input-group-lg > select.form-control:not([size]):not([multiple]),
.tw-bs4 .input-group-lg > select.input-group-addon:not([size]):not([multiple]),
.tw-bs4 .input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]) {
height: calc(4.3125rem);
}
.tw-bs4 .form-group {
margin-bottom: 1rem;
}
.tw-bs4 .form-text {
display: block;
margin-top: 0.25rem;
}
.tw-bs4 .form-row {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -5px;
margin-left: -5px;
}
.tw-bs4 .form-row > .col,
.tw-bs4 .form-row > [class*="col-"] {
padding-right: 5px;
padding-left: 5px;
}
.tw-bs4 .form-check {
position: relative;
display: block;
margin-bottom: 0.5rem;
}
.tw-bs4 .form-check.disabled .form-check-label {
color: #868e96;
}
.tw-bs4 .form-check-label {
padding-left: 1.25rem;
margin-bottom: 0;
}
.tw-bs4 .form-check-input {
position: absolute;
margin-top: 0.25rem;
margin-left: -1.25rem;
}
.tw-bs4 .form-check-input:only-child {
position: static;
}
.tw-bs4 .form-check-inline {
display: inline-block;
}
.tw-bs4 .form-check-inline .form-check-label {
vertical-align: middle;
}
.tw-bs4 .form-check-inline + .form-check-inline {
margin-left: 0.75rem;
}
.tw-bs4 .invalid-feedback {
display: none;
margin-top: .25rem;
font-size: .875rem;
color: #dc3545;
}
.tw-bs4 .invalid-tooltip {
position: absolute;
top: 100%;
z-index: 5;
display: none;
width: 250px;
padding: .5rem;
margin-top: .1rem;
font-size: .875rem;
line-height: 1;
color: #fff;
background-color: rgba(220,53,69,0.8);
border-radius: .2rem;
}
.tw-bs4 .was-validated .form-control:valid,
.tw-bs4 .form-control.is-valid,
.tw-bs4 .was-validated
.custom-select:valid,
.tw-bs4 .custom-select.is-valid {
border-color: #28a745;
}
.tw-bs4 .was-validated .form-control:valid:focus,
.tw-bs4 .form-control.is-valid:focus,
.tw-bs4 .was-validated
.custom-select:valid:focus,
.tw-bs4 .custom-select.is-valid:focus {
box-shadow: 0 0 0 0.2rem rgba(40,167,69,0.25);
}
.tw-bs4 .was-validated .form-control:valid ~ .invalid-feedback,
.tw-bs4 .was-validated .form-control:valid ~ .invalid-tooltip,
.tw-bs4 .form-control.is-valid ~ .invalid-feedback,
.tw-bs4 .form-control.is-valid ~ .invalid-tooltip,
.tw-bs4 .was-validated
.custom-select:valid ~ .invalid-feedback,
.tw-bs4 .was-validated
.custom-select:valid ~ .invalid-tooltip,
.tw-bs4 .custom-select.is-valid ~ .invalid-feedback,
.tw-bs4 .custom-select.is-valid ~ .invalid-tooltip {
display: block;
}
.tw-bs4 .was-validated .form-check-input:valid + .form-check-label,
.tw-bs4 .form-check-input.is-valid + .form-check-label {
color: #28a745;
}
.tw-bs4 .was-validated .custom-control-input:valid ~ .custom-control-indicator,
.tw-bs4 .custom-control-input.is-valid ~ .custom-control-indicator {
background-color: rgba(40,167,69,0.25);
}
.tw-bs4 .was-validated .custom-control-input:valid ~ .custom-control-description,
.tw-bs4 .custom-control-input.is-valid ~ .custom-control-description {
color: #28a745;
}
.tw-bs4 .was-validated .custom-file-input:valid ~ .custom-file-control,
.tw-bs4 .custom-file-input.is-valid ~ .custom-file-control {
border-color: #28a745;
}
.tw-bs4 .was-validated .custom-file-input:valid ~ .custom-file-control::before,
.tw-bs4 .custom-file-input.is-valid ~ .custom-file-control::before {
border-color: inherit;
}
.tw-bs4 .was-validated .custom-file-input:valid:focus,
.tw-bs4 .custom-file-input.is-valid:focus {
box-shadow: 0 0 0 0.2rem rgba(40,167,69,0.25);
}
.tw-bs4 .was-validated .form-control:invalid,
.tw-bs4 .form-control.is-invalid,
.tw-bs4 .was-validated
.custom-select:invalid,
.tw-bs4 .custom-select.is-invalid {
border-color: #dc3545;
}
.tw-bs4 .was-validated .form-control:invalid:focus,
.tw-bs4 .form-control.is-invalid:focus,
.tw-bs4 .was-validated
.custom-select:invalid:focus,
.tw-bs4 .custom-select.is-invalid:focus {
box-shadow: 0 0 0 0.2rem rgba(220,53,69,0.25);
}
.tw-bs4 .was-validated .form-control:invalid ~ .invalid-feedback,
.tw-bs4 .was-validated .form-control:invalid ~ .invalid-tooltip,
.tw-bs4 .form-control.is-invalid ~ .invalid-feedback,
.tw-bs4 .form-control.is-invalid ~ .invalid-tooltip,
.tw-bs4 .was-validated
.custom-select:invalid ~ .invalid-feedback,
.tw-bs4 .was-validated
.custom-select:invalid ~ .invalid-tooltip,
.tw-bs4 .custom-select.is-invalid ~ .invalid-feedback,
.tw-bs4 .custom-select.is-invalid ~ .invalid-tooltip {
display: block;
}
.tw-bs4 .was-validated .form-check-input:invalid + .form-check-label,
.tw-bs4 .form-check-input.is-invalid + .form-check-label {
color: #dc3545;
}
.tw-bs4 .was-validated .custom-control-input:invalid ~ .custom-control-indicator,
.tw-bs4 .custom-control-input.is-invalid ~ .custom-control-indicator {
background-color: rgba(220,53,69,0.25);
}
.tw-bs4 .was-validated .custom-control-input:invalid ~ .custom-control-description,
.tw-bs4 .custom-control-input.is-invalid ~ .custom-control-description {
color: #dc3545;
}
.tw-bs4 .was-validated .custom-file-input:invalid ~ .custom-file-control,
.tw-bs4 .custom-file-input.is-invalid ~ .custom-file-control {
border-color: #dc3545;
}
.tw-bs4 .was-validated .custom-file-input:invalid ~ .custom-file-control::before,
.tw-bs4 .custom-file-input.is-invalid ~ .custom-file-control::before {
border-color: inherit;
}
.tw-bs4 .was-validated .custom-file-input:invalid:focus,
.tw-bs4 .custom-file-input.is-invalid:focus {
box-shadow: 0 0 0 0.2rem rgba(220,53,69,0.25);
}
.tw-bs4 .form-inline {
display: -ms-flexbox;
display: flex;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-ms-flex-align: center;
align-items: center;
}
.tw-bs4 .form-inline .form-check {
width: 100%;
}
@media (min-width: 576px) {
.tw-bs4 .form-inline label {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: center;
justify-content: center;
margin-bottom: 0;
}
.tw-bs4 .form-inline .form-group {
display: -ms-flexbox;
display: flex;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-ms-flex-align: center;
align-items: center;
margin-bottom: 0;
}
.tw-bs4 .form-inline .form-control {
display: inline-block;
width: auto;
vertical-align: middle;
}
.tw-bs4 .form-inline .form-control-plaintext {
display: inline-block;
}
.tw-bs4 .form-inline .input-group {
width: auto;
}
.tw-bs4 .form-inline .form-control-label {
margin-bottom: 0;
vertical-align: middle;
}
.tw-bs4 .form-inline .form-check {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: center;
justify-content: center;
width: auto;
margin-top: 0;
margin-bottom: 0;
}
.tw-bs4 .form-inline .form-check-label {
padding-left: 0;
}
.tw-bs4 .form-inline .form-check-input {
position: relative;
margin-top: 0;
margin-right: 0.25rem;
margin-left: 0;
}
.tw-bs4 .form-inline .custom-control {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: center;
justify-content: center;
padding-left: 0;
}
.tw-bs4 .form-inline .custom-control-indicator {
position: static;
display: inline-block;
margin-right: 0.25rem;
vertical-align: text-bottom;
}
.tw-bs4 .form-inline .has-feedback .form-control-feedback {
top: 0;
}
}
.tw-bs4 .btn {
display: inline-block;
font-weight: normal;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: 1px solid transparent;
padding: 0.5rem 0.75rem;
font-size: 1rem;
line-height: 1.25;
border-radius: 0.25rem;
transition: all 0.15s ease-in-out;
}
.tw-bs4 .btn:focus,
.tw-bs4 .btn:hover {
text-decoration: none;
}
.tw-bs4 .btn:focus,
.tw-bs4 .btn.focus {
outline: 0;
box-shadow: 0 0 0 3px rgba(0,123,255,0.25);
}
.tw-bs4 .btn.disabled,
.tw-bs4 .btn:disabled {
opacity: .65;
}
.tw-bs4 .btn:active,
.tw-bs4 .btn.active {
background-image: none;
}
.tw-bs4 a.btn.disabled,
.tw-bs4 fieldset[disabled] a.btn {
pointer-events: none;
}
.tw-bs4 .btn-primary {
color: #fff;
background-color: #007bff;
border-color: #007bff;
}
.tw-bs4 .btn-primary:hover {
color: #fff;
background-color: #0069d9;
border-color: #0062cc;
}
.tw-bs4 .btn-primary:focus,
.tw-bs4 .btn-primary.focus {
box-shadow: 0 0 0 3px rgba(0,123,255,0.5);
}
.tw-bs4 .btn-primary.disabled,
.tw-bs4 .btn-primary:disabled {
background-color: #007bff;
border-color: #007bff;
}
.tw-bs4 .btn-primary:active,
.tw-bs4 .btn-primary.active,
.tw-bs4 .show > .btn-primary.dropdown-toggle {
background-color: #0069d9;
background-image: none;
border-color: #0062cc;
}
.tw-bs4 .btn-secondary {
color: #fff;
background-color: #868e96;
border-color: #868e96;
}
.tw-bs4 .btn-secondary:hover {
color: #fff;
background-color: #727b84;
border-color: #6c757d;
}
.tw-bs4 .btn-secondary:focus,
.tw-bs4 .btn-secondary.focus {
box-shadow: 0 0 0 3px rgba(134,142,150,0.5);
}
.tw-bs4 .btn-secondary.disabled,
.tw-bs4 .btn-secondary:disabled {
background-color: #868e96;
border-color: #868e96;
}
.tw-bs4 .btn-secondary:active,
.tw-bs4 .btn-secondary.active,
.tw-bs4 .show > .btn-secondary.dropdown-toggle {
background-color: #727b84;
background-image: none;
border-color: #6c757d;
}
.tw-bs4 .btn-success {
color: #fff;
background-color: #28a745;
border-color: #28a745;
}
.tw-bs4 .btn-success:hover {
color: #fff;
background-color: #218838;
border-color: #1e7e34;
}
.tw-bs4 .btn-success:focus,
.tw-bs4 .btn-success.focus {
box-shadow: 0 0 0 3px rgba(40,167,69,0.5);
}
.tw-bs4 .btn-success.disabled,
.tw-bs4 .btn-success:disabled {
background-color: #28a745;
border-color: #28a745;
}
.tw-bs4 .btn-success:active,
.tw-bs4 .btn-success.active,
.tw-bs4 .show > .btn-success.dropdown-toggle {
background-color: #218838;
background-image: none;
border-color: #1e7e34;
}
.tw-bs4 .btn-info {
color: #fff;
background-color: #17a2b8;
border-color: #17a2b8;
}
.tw-bs4 .btn-info:hover {
color: #fff;
background-color: #138496;
border-color: #117a8b;
}
.tw-bs4 .btn-info:focus,
.tw-bs4 .btn-info.focus {
box-shadow: 0 0 0 3px rgba(23,162,184,0.5);
}
.tw-bs4 .btn-info.disabled,
.tw-bs4 .btn-info:disabled {
background-color: #17a2b8;
border-color: #17a2b8;
}
.tw-bs4 .btn-info:active,
.tw-bs4 .btn-info.active,
.tw-bs4 .show > .btn-info.dropdown-toggle {
background-color: #138496;
background-image: none;
border-color: #117a8b;
}
.tw-bs4 .btn-warning {
color: #111;
background-color: #ffc107;
border-color: #ffc107;
}
.tw-bs4 .btn-warning:hover {
color: #111;
background-color: #e0a800;
border-color: #d39e00;
}
.tw-bs4 .btn-warning:focus,
.tw-bs4 .btn-warning.focus {
box-shadow: 0 0 0 3px rgba(255,193,7,0.5);
}
.tw-bs4 .btn-warning.disabled,
.tw-bs4 .btn-warning:disabled {
background-color: #ffc107;
border-color: #ffc107;
}
.tw-bs4 .btn-warning:active,
.tw-bs4 .btn-warning.active,
.tw-bs4 .show > .btn-warning.dropdown-toggle {
background-color: #e0a800;
background-image: none;
border-color: #d39e00;
}
.tw-bs4 .btn-danger {
color: #fff;
background-color: #dc3545;
border-color: #dc3545;
}
.tw-bs4 .btn-danger:hover {
color: #fff;
background-color: #c82333;
border-color: #bd2130;
}
.tw-bs4 .btn-danger:focus,
.tw-bs4 .btn-danger.focus {
box-shadow: 0 0 0 3px rgba(220,53,69,0.5);
}
.tw-bs4 .btn-danger.disabled,
.tw-bs4 .btn-danger:disabled {
background-color: #dc3545;
border-color: #dc3545;
}
.tw-bs4 .btn-danger:active,
.tw-bs4 .btn-danger.active,
.tw-bs4 .show > .btn-danger.dropdown-toggle {
background-color: #c82333;
background-image: none;
border-color: #bd2130;
}
.tw-bs4 .btn-light {
color: #111;
background-color: #f8f9fa;
border-color: #f8f9fa;
}
.tw-bs4 .btn-light:hover {
color: #111;
background-color: #e2e6ea;
border-color: #dae0e5;
}
.tw-bs4 .btn-light:focus,
.tw-bs4 .btn-light.focus {
box-shadow: 0 0 0 3px rgba(248,249,250,0.5);
}
.tw-bs4 .btn-light.disabled,
.tw-bs4 .btn-light:disabled {
background-color: #f8f9fa;
border-color: #f8f9fa;
}
.tw-bs4 .btn-light:active,
.tw-bs4 .btn-light.active,
.tw-bs4 .show > .btn-light.dropdown-toggle {
background-color: #e2e6ea;
background-image: none;
border-color: #dae0e5;
}
.tw-bs4 .btn-dark {
color: #fff;
background-color: #343a40;
border-color: #343a40;
}
.tw-bs4 .btn-dark:hover {
color: #fff;
background-color: #23272b;
border-color: #1d2124;
}
.tw-bs4 .btn-dark:focus,
.tw-bs4 .btn-dark.focus {
box-shadow: 0 0 0 3px rgba(52,58,64,0.5);
}
.tw-bs4 .btn-dark.disabled,
.tw-bs4 .btn-dark:disabled {
background-color: #343a40;
border-color: #343a40;
}
.tw-bs4 .btn-dark:active,
.tw-bs4 .btn-dark.active,
.tw-bs4 .show > .btn-dark.dropdown-toggle {
background-color: #23272b;
background-image: none;
border-color: #1d2124;
}
.tw-bs4 .btn-outline-primary {
color: #007bff;
background-color: transparent;
background-image: none;
border-color: #007bff;
}
.tw-bs4 .btn-outline-primary:hover {
color: #fff;
background-color: #007bff;
border-color: #007bff;
}
.tw-bs4 .btn-outline-primary:focus,
.tw-bs4 .btn-outline-primary.focus {
box-shadow: 0 0 0 3px rgba(0,123,255,0.5);
}
.tw-bs4 .btn-outline-primary.disabled,
.tw-bs4 .btn-outline-primary:disabled {
color: #007bff;
background-color: transparent;
}
.tw-bs4 .btn-outline-primary:active,
.tw-bs4 .btn-outline-primary.active,
.tw-bs4 .show > .btn-outline-primary.dropdown-toggle {
color: #fff;
background-color: #007bff;
border-color: #007bff;
}
.tw-bs4 .btn-outline-secondary {
color: #868e96;
background-color: transparent;
background-image: none;
border-color: #868e96;
}
.tw-bs4 .btn-outline-secondary:hover {
color: #fff;
background-color: #868e96;
border-color: #868e96;
}
.tw-bs4 .btn-outline-secondary:focus,
.tw-bs4 .btn-outline-secondary.focus {
box-shadow: 0 0 0 3px rgba(134,142,150,0.5);
}
.tw-bs4 .btn-outline-secondary.disabled,
.tw-bs4 .btn-outline-secondary:disabled {
color: #868e96;
background-color: transparent;
}
.tw-bs4 .btn-outline-secondary:active,
.tw-bs4 .btn-outline-secondary.active,
.tw-bs4 .show > .btn-outline-secondary.dropdown-toggle {
color: #fff;
background-color: #868e96;
border-color: #868e96;
}
.tw-bs4 .btn-outline-success {
color: #28a745;
background-color: transparent;
background-image: none;
border-color: #28a745;
}
.tw-bs4 .btn-outline-success:hover {
color: #fff;
background-color: #28a745;
border-color: #28a745;
}
.tw-bs4 .btn-outline-success:focus,
.tw-bs4 .btn-outline-success.focus {
box-shadow: 0 0 0 3px rgba(40,167,69,0.5);
}
.tw-bs4 .btn-outline-success.disabled,
.tw-bs4 .btn-outline-success:disabled {
color: #28a745;
background-color: transparent;
}
.tw-bs4 .btn-outline-success:active,
.tw-bs4 .btn-outline-success.active,
.tw-bs4 .show > .btn-outline-success.dropdown-toggle {
color: #fff;
background-color: #28a745;
border-color: #28a745;
}
.tw-bs4 .btn-outline-info {
color: #17a2b8;
background-color: transparent;
background-image: none;
border-color: #17a2b8;
}
.tw-bs4 .btn-outline-info:hover {
color: #fff;
background-color: #17a2b8;
border-color: #17a2b8;
}
.tw-bs4 .btn-outline-info:focus,
.tw-bs4 .btn-outline-info.focus {
box-shadow: 0 0 0 3px rgba(23,162,184,0.5);
}
.tw-bs4 .btn-outline-info.disabled,
.tw-bs4 .btn-outline-info:disabled {
color: #17a2b8;
background-color: transparent;
}
.tw-bs4 .btn-outline-info:active,
.tw-bs4 .btn-outline-info.active,
.tw-bs4 .show > .btn-outline-info.dropdown-toggle {
color: #fff;
background-color: #17a2b8;
border-color: #17a2b8;
}
.tw-bs4 .btn-outline-warning {
color: #ffc107;
background-color: transparent;
background-image: none;
border-color: #ffc107;
}
.tw-bs4 .btn-outline-warning:hover {
color: #fff;
background-color: #ffc107;
border-color: #ffc107;
}
.tw-bs4 .btn-outline-warning:focus,
.tw-bs4 .btn-outline-warning.focus {
box-shadow: 0 0 0 3px rgba(255,193,7,0.5);
}
.tw-bs4 .btn-outline-warning.disabled,
.tw-bs4 .btn-outline-warning:disabled {
color: #ffc107;
background-color: transparent;
}
.tw-bs4 .btn-outline-warning:active,
.tw-bs4 .btn-outline-warning.active,
.tw-bs4 .show > .btn-outline-warning.dropdown-toggle {
color: #fff;
background-color: #ffc107;
border-color: #ffc107;
}
.tw-bs4 .btn-outline-danger {
color: #dc3545;
background-color: transparent;
background-image: none;
border-color: #dc3545;
}
.tw-bs4 .btn-outline-danger:hover {
color: #fff;
background-color: #dc3545;
border-color: #dc3545;
}
.tw-bs4 .btn-outline-danger:focus,
.tw-bs4 .btn-outline-danger.focus {
box-shadow: 0 0 0 3px rgba(220,53,69,0.5);
}
.tw-bs4 .btn-outline-danger.disabled,
.tw-bs4 .btn-outline-danger:disabled {
color: #dc3545;
background-color: transparent;
}
.tw-bs4 .btn-outline-danger:active,
.tw-bs4 .btn-outline-danger.active,
.tw-bs4 .show > .btn-outline-danger.dropdown-toggle {
color: #fff;
background-color: #dc3545;
border-color: #dc3545;
}
.tw-bs4 .btn-outline-light {
color: #f8f9fa;
background-color: transparent;
background-image: none;
border-color: #f8f9fa;
}
.tw-bs4 .btn-outline-light:hover {
color: #fff;
background-color: #f8f9fa;
border-color: #f8f9fa;
}
.tw-bs4 .btn-outline-light:focus,
.tw-bs4 .btn-outline-light.focus {
box-shadow: 0 0 0 3px rgba(248,249,250,0.5);
}
.tw-bs4 .btn-outline-light.disabled,
.tw-bs4 .btn-outline-light:disabled {
color: #f8f9fa;
background-color: transparent;
}
.tw-bs4 .btn-outline-light:active,
.tw-bs4 .btn-outline-light.active,
.tw-bs4 .show > .btn-outline-light.dropdown-toggle {
color: #fff;
background-color: #f8f9fa;
border-color: #f8f9fa;
}
.tw-bs4 .btn-outline-dark {
color: #343a40;
background-color: transparent;
background-image: none;
border-color: #343a40;
}
.tw-bs4 .btn-outline-dark:hover {
color: #fff;
background-color: #343a40;
border-color: #343a40;
}
.tw-bs4 .btn-outline-dark:focus,
.tw-bs4 .btn-outline-dark.focus {
box-shadow: 0 0 0 3px rgba(52,58,64,0.5);
}
.tw-bs4 .btn-outline-dark.disabled,
.tw-bs4 .btn-outline-dark:disabled {
color: #343a40;
background-color: transparent;
}
.tw-bs4 .btn-outline-dark:active,
.tw-bs4 .btn-outline-dark.active,
.tw-bs4 .show > .btn-outline-dark.dropdown-toggle {
color: #fff;
background-color: #343a40;
border-color: #343a40;
}
.tw-bs4 .btn-link {
font-weight: normal;
color: #007bff;
border-radius: 0;
}
.tw-bs4 .btn-link,
.tw-bs4 .btn-link:active,
.tw-bs4 .btn-link.active,
.tw-bs4 .btn-link:disabled {
background-color: transparent;
}
.tw-bs4 .btn-link,
.tw-bs4 .btn-link:focus,
.tw-bs4 .btn-link:active {
border-color: transparent;
box-shadow: none;
}
.tw-bs4 .btn-link:hover {
border-color: transparent;
}
.tw-bs4 .btn-link:focus,
.tw-bs4 .btn-link:hover {
color: #0056b3;
text-decoration: underline;
background-color: transparent;
}
.tw-bs4 .btn-link:disabled {
color: #868e96;
}
.tw-bs4 .btn-link:disabled:focus,
.tw-bs4 .btn-link:disabled:hover {
text-decoration: none;
}
.tw-bs4 .btn-lg,
.tw-bs4 .btn-group-lg > .btn {
padding: 0.5rem 1rem;
font-size: 1.25rem;
line-height: 1.5;
border-radius: 0.3rem;
}
.tw-bs4 .btn-sm,
.tw-bs4 .btn-group-sm > .btn {
padding: 0.25rem 0.5rem;
font-size: 0.875rem;
line-height: 1.5;
border-radius: 0.2rem;
}
.tw-bs4 .btn-block {
display: block;
width: 100%;
}
.tw-bs4 .btn-block + .btn-block {
margin-top: 0.5rem;
}
.tw-bs4 input[type="submit"].btn-block,
.tw-bs4 input[type="reset"].btn-block,
.tw-bs4 input[type="button"].btn-block {
width: 100%;
}
.tw-bs4 .fade {
opacity: 0;
transition: opacity 0.15s linear;
}
.tw-bs4 .fade.show {
opacity: 1;
}
.tw-bs4 .collapse {
display: none;
}
.tw-bs4 .collapse.show {
display: block;
}
.tw-bs4 tr.collapse.show {
display: table-row;
}
.tw-bs4 tbody.collapse.show {
display: table-row-group;
}
.tw-bs4 .collapsing {
position: relative;
height: 0;
overflow: hidden;
transition: height 0.35s ease;
}
.tw-bs4 .dropup,
.tw-bs4 .dropdown {
position: relative;
}
.tw-bs4 .dropdown-toggle::after {
display: inline-block;
width: 0;
height: 0;
margin-left: 0.255em;
vertical-align: 0.255em;
content: "";
border-top: 0.3em solid;
border-right: 0.3em solid transparent;
border-left: 0.3em solid transparent;
}
.tw-bs4 .dropdown-toggle:empty::after {
margin-left: 0;
}
.tw-bs4 .dropup .dropdown-menu {
margin-top: 0;
margin-bottom: 0.125rem;
}
.tw-bs4 .dropup .dropdown-toggle::after {
border-top: 0;
border-bottom: 0.3em solid;
}
.tw-bs4 .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;
}
.tw-bs4 .dropdown-divider {
height: 0;
margin: 0.5rem 0;
overflow: hidden;
border-top: 1px solid #e9ecef;
}
.tw-bs4 .dropdown-item {
display: block;
width: 100%;
padding: 0.25rem 1.5rem;
clear: both;
font-weight: normal;
color: #212529;
text-align: inherit;
white-space: nowrap;
background: none;
border: 0;
}
.tw-bs4 .dropdown-item:focus,
.tw-bs4 .dropdown-item:hover {
color: #16181b;
text-decoration: none;
background-color: #f8f9fa;
}
.tw-bs4 .dropdown-item.active,
.tw-bs4 .dropdown-item:active {
color: #fff;
text-decoration: none;
background-color: #007bff;
}
.tw-bs4 .dropdown-item.disabled,
.tw-bs4 .dropdown-item:disabled {
color: #868e96;
background-color: transparent;
}
.tw-bs4 .show > a {
outline: 0;
}
.tw-bs4 .dropdown-menu.show {
display: block;
}
.tw-bs4 .dropdown-header {
display: block;
padding: 0.5rem 1.5rem;
margin-bottom: 0;
font-size: 0.875rem;
color: #868e96;
white-space: nowrap;
}
.tw-bs4 .btn-group,
.tw-bs4 .btn-group-vertical {
position: relative;
display: -ms-inline-flexbox;
display: inline-flex;
vertical-align: middle;
}
.tw-bs4 .btn-group > .btn,
.tw-bs4 .btn-group-vertical > .btn {
position: relative;
-ms-flex: 0 1 auto;
flex: 0 1 auto;
margin-bottom: 0;
}
.tw-bs4 .btn-group > .btn:hover,
.tw-bs4 .btn-group-vertical > .btn:hover {
z-index: 2;
}
.tw-bs4 .btn-group > .btn:focus,
.tw-bs4 .btn-group > .btn:active,
.tw-bs4 .btn-group > .btn.active,
.tw-bs4 .btn-group-vertical > .btn:focus,
.tw-bs4 .btn-group-vertical > .btn:active,
.tw-bs4 .btn-group-vertical > .btn.active {
z-index: 2;
}
.tw-bs4 .btn-group .btn + .btn,
.tw-bs4 .btn-group .btn + .btn-group,
.tw-bs4 .btn-group .btn-group + .btn,
.tw-bs4 .btn-group .btn-group + .btn-group,
.tw-bs4 .btn-group-vertical .btn + .btn,
.tw-bs4 .btn-group-vertical .btn + .btn-group,
.tw-bs4 .btn-group-vertical .btn-group + .btn,
.tw-bs4 .btn-group-vertical .btn-group + .btn-group {
margin-left: -1px;
}
.tw-bs4 .btn-toolbar {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-pack: start;
justify-content: flex-start;
}
.tw-bs4 .btn-toolbar .input-group {
width: auto;
}
.tw-bs4 .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
border-radius: 0;
}
.tw-bs4 .btn-group > .btn:first-child {
margin-left: 0;
}
.tw-bs4 .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.tw-bs4 .btn-group > .btn:last-child:not(:first-child),
.tw-bs4 .btn-group > .dropdown-toggle:not(:first-child) {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.tw-bs4 .btn-group > .btn-group {
float: left;
}
.tw-bs4 .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
border-radius: 0;
}
.tw-bs4 .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.tw-bs4 .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.tw-bs4 .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.tw-bs4 .btn + .dropdown-toggle-split {
padding-right: 0.5625rem;
padding-left: 0.5625rem;
}
.tw-bs4 .btn + .dropdown-toggle-split::after {
margin-left: 0;
}
.tw-bs4 .btn-sm + .dropdown-toggle-split,
.tw-bs4 .btn-group-sm > .btn + .dropdown-toggle-split {
padding-right: 0.375rem;
padding-left: 0.375rem;
}
.tw-bs4 .btn-lg + .dropdown-toggle-split,
.tw-bs4 .btn-group-lg > .btn + .dropdown-toggle-split {
padding-right: 0.75rem;
padding-left: 0.75rem;
}
.tw-bs4 .btn-group-vertical {
display: -ms-inline-flexbox;
display: inline-flex;
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-align: start;
align-items: flex-start;
-ms-flex-pack: center;
justify-content: center;
}
.tw-bs4 .btn-group-vertical .btn,
.tw-bs4 .btn-group-vertical .btn-group {
width: 100%;
}
.tw-bs4 .btn-group-vertical > .btn + .btn,
.tw-bs4 .btn-group-vertical > .btn + .btn-group,
.tw-bs4 .btn-group-vertical > .btn-group + .btn,
.tw-bs4 .btn-group-vertical > .btn-group + .btn-group {
margin-top: -1px;
margin-left: 0;
}
.tw-bs4 .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
border-radius: 0;
}
.tw-bs4 .btn-group-vertical > .btn:first-child:not(:last-child) {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.tw-bs4 .btn-group-vertical > .btn:last-child:not(:first-child) {
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.tw-bs4 .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
border-radius: 0;
}
.tw-bs4 .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.tw-bs4 .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.tw-bs4 .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.tw-bs4 [data-toggle="buttons"] > .btn input[type="radio"],
.tw-bs4 [data-toggle="buttons"] > .btn input[type="checkbox"],
.tw-bs4 [data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
.tw-bs4 [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
position: absolute;
clip: rect(0,0,0,0);
pointer-events: none;
}
.tw-bs4 .input-group {
position: relative;
display: -ms-flexbox;
display: flex;
width: 100%;
}
.tw-bs4 .input-group .form-control {
position: relative;
z-index: 2;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
width: 1%;
margin-bottom: 0;
}
.tw-bs4 .input-group .form-control:focus,
.tw-bs4 .input-group .form-control:active,
.tw-bs4 .input-group .form-control:hover {
z-index: 3;
}
.tw-bs4 .input-group-addon,
.tw-bs4 .input-group-btn,
.tw-bs4 .input-group .form-control {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
}
.tw-bs4 .input-group-addon:not(:first-child):not(:last-child),
.tw-bs4 .input-group-btn:not(:first-child):not(:last-child),
.tw-bs4 .input-group .form-control:not(:first-child):not(:last-child) {
border-radius: 0;
}
.tw-bs4 .input-group-addon,
.tw-bs4 .input-group-btn {
white-space: nowrap;
vertical-align: middle;
}
.tw-bs4 .input-group-addon {
padding: 0.5rem 0.75rem;
margin-bottom: 0;
font-size: 1rem;
font-weight: normal;
line-height: 1.25;
color: #495057;
text-align: center;
background-color: #e9ecef;
border: 1px solid rgba(0,0,0,0.15);
border-radius: 0.25rem;
}
.tw-bs4 .input-group-addon.form-control-sm,
.tw-bs4 .input-group-sm > .input-group-addon,
.tw-bs4 .input-group-sm > .input-group-btn > .input-group-addon.btn {
padding: 0.25rem 0.5rem;
font-size: 0.875rem;
border-radius: 0.2rem;
}
.tw-bs4 .input-group-addon.form-control-lg,
.tw-bs4 .input-group-lg > .input-group-addon,
.tw-bs4 .input-group-lg > .input-group-btn > .input-group-addon.btn {
padding: 0.5rem 1rem;
font-size: 1.25rem;
border-radius: 0.3rem;
}
.tw-bs4 .input-group-addon input[type="radio"],
.tw-bs4 .input-group-addon input[type="checkbox"] {
margin-top: 0;
}
.tw-bs4 .input-group .form-control:not(:last-child),
.tw-bs4 .input-group-addon:not(:last-child),
.tw-bs4 .input-group-btn:not(:last-child) > .btn,
.tw-bs4 .input-group-btn:not(:last-child) > .btn-group > .btn,
.tw-bs4 .input-group-btn:not(:last-child) > .dropdown-toggle,
.tw-bs4 .input-group-btn:not(:first-child) > .btn:not(:last-child):not(.dropdown-toggle),
.tw-bs4 .input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .btn {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.tw-bs4 .input-group-addon:not(:last-child) {
border-right: 0;
}
.tw-bs4 .input-group .form-control:not(:first-child),
.tw-bs4 .input-group-addon:not(:first-child),
.tw-bs4 .input-group-btn:not(:first-child) > .btn,
.tw-bs4 .input-group-btn:not(:first-child) > .btn-group > .btn,
.tw-bs4 .input-group-btn:not(:first-child) > .dropdown-toggle,
.tw-bs4 .input-group-btn:not(:last-child) > .btn:not(:first-child),
.tw-bs4 .input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .btn {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.tw-bs4 .form-control + .input-group-addon:not(:first-child) {
border-left: 0;
}
.tw-bs4 .input-group-btn {
position: relative;
font-size: 0;
white-space: nowrap;
}
.tw-bs4 .input-group-btn > .btn {
position: relative;
}
.tw-bs4 .input-group-btn > .btn + .btn {
margin-left: -1px;
}
.tw-bs4 .input-group-btn > .btn:focus,
.tw-bs4 .input-group-btn > .btn:active,
.tw-bs4 .input-group-btn > .btn:hover {
z-index: 3;
}
.tw-bs4 .input-group-btn:not(:last-child) > .btn,
.tw-bs4 .input-group-btn:not(:last-child) > .btn-group {
margin-right: -1px;
}
.tw-bs4 .input-group-btn:not(:first-child) > .btn,
.tw-bs4 .input-group-btn:not(:first-child) > .btn-group {
z-index: 2;
margin-left: -1px;
}
.tw-bs4 .input-group-btn:not(:first-child) > .btn:focus,
.tw-bs4 .input-group-btn:not(:first-child) > .btn:active,
.tw-bs4 .input-group-btn:not(:first-child) > .btn:hover,
.tw-bs4 .input-group-btn:not(:first-child) > .btn-group:focus,
.tw-bs4 .input-group-btn:not(:first-child) > .btn-group:active,
.tw-bs4 .input-group-btn:not(:first-child) > .btn-group:hover {
z-index: 3;
}
.tw-bs4 .custom-control {
position: relative;
display: -ms-inline-flexbox;
display: inline-flex;
min-height: 1.5rem;
padding-left: 1.5rem;
margin-right: 1rem;
}
.tw-bs4 .custom-control-input {
position: absolute;
z-index: -1;
opacity: 0;
}
.tw-bs4 .custom-control-input:checked ~ .custom-control-indicator {
color: #fff;
background-color: #007bff;
}
.tw-bs4 .custom-control-input:focus ~ .custom-control-indicator {
box-shadow: 0 0 0 1px #fff, 0 0 0 3px #007bff;
}
.tw-bs4 .custom-control-input:active ~ .custom-control-indicator {
color: #fff;
background-color: #b3d7ff;
}
.tw-bs4 .custom-control-input:disabled ~ .custom-control-indicator {
background-color: #e9ecef;
}
.tw-bs4 .custom-control-input:disabled ~ .custom-control-description {
color: #868e96;
}
.tw-bs4 .custom-control-indicator {
position: absolute;
top: 0.25rem;
left: 0;
display: block;
width: 1rem;
height: 1rem;
pointer-events: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-color: #ddd;
background-repeat: no-repeat;
background-position: center center;
background-size: 50% 50%;
}
.tw-bs4 .custom-checkbox .custom-control-indicator {
border-radius: 0.25rem;
}
.tw-bs4 .custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
background-image: url("data:image/svg+xml;charset=utf8,%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");
}
.tw-bs4 .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-indicator {
background-color: #007bff;
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}
.tw-bs4 .custom-radio .custom-control-indicator {
border-radius: 50%;
}
.tw-bs4 .custom-radio .custom-control-input:checked ~ .custom-control-indicator {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}
.tw-bs4 .custom-controls-stacked {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
}
.tw-bs4 .custom-controls-stacked .custom-control {
margin-bottom: 0.25rem;
}
.tw-bs4 .custom-controls-stacked .custom-control + .custom-control {
margin-left: 0;
}
.tw-bs4 .custom-select {
display: inline-block;
max-width: 100%;
height: calc(4.25rem);
padding: 0.375rem 1.75rem 0.375rem 0.75rem;
line-height: 1.25;
color: #495057;
vertical-align: middle;
background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
background-size: 8px 10px;
border: 1px solid rgba(0,0,0,0.15);
border-radius: 0.25rem;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.tw-bs4 .custom-select:focus {
border-color: #80bdff;
outline: none;
}
.tw-bs4 .custom-select:focus::-ms-value {
color: #495057;
background-color: #fff;
}
.tw-bs4 .custom-select:disabled {
color: #868e96;
background-color: #e9ecef;
}
.tw-bs4 .custom-select::-ms-expand {
opacity: 0;
}
.tw-bs4 .custom-select-sm {
height: calc(3.8125rem);
padding-top: 0.375rem;
padding-bottom: 0.375rem;
font-size: 75%;
}
.tw-bs4 .custom-file {
position: relative;
display: inline-block;
max-width: 100%;
height: 2.5rem;
margin-bottom: 0;
}
.tw-bs4 .custom-file-input {
min-width: 14rem;
max-width: 100%;
height: 2.5rem;
margin: 0;
opacity: 0;
}
.tw-bs4 .custom-file-control {
position: absolute;
top: 0;
right: 0;
left: 0;
z-index: 5;
height: 2.5rem;
padding: 0.5rem 1rem;
line-height: 1.5;
color: #495057;
pointer-events: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-color: #fff;
border: 1px solid rgba(0,0,0,0.15);
border-radius: 0.25rem;
}
.tw-bs4 .custom-file-control:lang(en):empty::after {
content: "Choose file...";
}
.tw-bs4 .custom-file-control::before {
position: absolute;
top: -1px;
right: -1px;
bottom: -1px;
z-index: 6;
display: block;
height: 2.5rem;
padding: 0.5rem 1rem;
line-height: 1.5;
color: #495057;
background-color: #e9ecef;
border: 1px solid rgba(0,0,0,0.15);
border-radius: 0 0.25rem 0.25rem 0;
}
.tw-bs4 .custom-file-control:lang(en)::before {
content: "Browse";
}
.tw-bs4 .nav {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-left: 0;
margin-bottom: 0;
list-style: none;
}
.tw-bs4 .nav-link {
display: block;
padding: 0.5rem 1rem;
}
.tw-bs4 .nav-link:focus,
.tw-bs4 .nav-link:hover {
text-decoration: none;
}
.tw-bs4 .nav-link.disabled {
color: #868e96;
}
.tw-bs4 .nav-tabs {
border-bottom: 1px solid #ddd;
}
.tw-bs4 .nav-tabs .nav-item {
margin-bottom: -1px;
}
.tw-bs4 .nav-tabs .nav-link {
border: 1px solid transparent;
border-top-left-radius: 0.25rem;
border-top-right-radius: 0.25rem;
}
.tw-bs4 .nav-tabs .nav-link:focus,
.tw-bs4 .nav-tabs .nav-link:hover {
border-color: #e9ecef #e9ecef #ddd;
}
.tw-bs4 .nav-tabs .nav-link.disabled {
color: #868e96;
background-color: transparent;
border-color: transparent;
}
.tw-bs4 .nav-tabs .nav-link.active,
.tw-bs4 .nav-tabs .nav-item.show .nav-link {
color: #495057;
background-color: #fff;
border-color: #ddd #ddd #fff;
}
.tw-bs4 .nav-tabs .dropdown-menu {
margin-top: -1px;
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.tw-bs4 .nav-pills .nav-link {
border-radius: 0.25rem;
}
.tw-bs4 .nav-pills .nav-link.active,
.tw-bs4 .show > .nav-pills .nav-link {
color: #fff;
background-color: #007bff;
}
.tw-bs4 .nav-fill .nav-item {
-ms-flex: 1 1 auto;
flex: 1 1 auto;
text-align: center;
}
.tw-bs4 .nav-justified .nav-item {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
text-align: center;
}
.tw-bs4 .tab-content > .tab-pane {
display: none;
}
.tw-bs4 .tab-content > .active {
display: block;
}
.tw-bs4 .navbar {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 0.5rem 1rem;
}
.tw-bs4 .navbar > .container,
.tw-bs4 .navbar > .container-fluid {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: justify;
justify-content: space-between;
}
.tw-bs4 .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;
}
.tw-bs4 .navbar-brand:focus,
.tw-bs4 .navbar-brand:hover {
text-decoration: none;
}
.tw-bs4 .navbar-nav {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
padding-left: 0;
margin-bottom: 0;
list-style: none;
}
.tw-bs4 .navbar-nav .nav-link {
padding-right: 0;
padding-left: 0;
}
.tw-bs4 .navbar-nav .dropdown-menu {
position: static;
float: none;
}
.tw-bs4 .navbar-text {
display: inline-block;
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}
.tw-bs4 .navbar-collapse {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
-ms-flex-align: center;
align-items: center;
}
.tw-bs4 .navbar-toggler {
padding: 0.25rem 0.75rem;
font-size: 1.25rem;
line-height: 1;
background: transparent;
border: 1px solid transparent;
border-radius: 0.25rem;
}
.tw-bs4 .navbar-toggler:focus,
.tw-bs4 .navbar-toggler:hover {
text-decoration: none;
}
.tw-bs4 .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: 575px) {
.tw-bs4 .navbar-expand-sm > .container,
.tw-bs4 .navbar-expand-sm > .container-fluid {
padding-right: 0;
padding-left: 0;
}
}
@media (min-width: 576px) {
.tw-bs4 .navbar-expand-sm {
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-ms-flex-pack: start;
justify-content: flex-start;
}
.tw-bs4 .navbar-expand-sm .navbar-nav {
-ms-flex-direction: row;
flex-direction: row;
}
.tw-bs4 .navbar-expand-sm .navbar-nav .dropdown-menu {
position: absolute;
}
.tw-bs4 .navbar-expand-sm .navbar-nav .dropdown-menu-right {
right: 0;
left: auto;
}
.tw-bs4 .navbar-expand-sm .navbar-nav .nav-link {
padding-right: .5rem;
padding-left: .5rem;
}
.tw-bs4 .navbar-expand-sm > .container,
.tw-bs4 .navbar-expand-sm > .container-fluid {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
}
.tw-bs4 .navbar-expand-sm .navbar-collapse {
display: -ms-flexbox !important;
display: flex !important;
}
.tw-bs4 .navbar-expand-sm .navbar-toggler {
display: none;
}
}
@media (max-width: 767px) {
.tw-bs4 .navbar-expand-md > .container,
.tw-bs4 .navbar-expand-md > .container-fluid {
padding-right: 0;
padding-left: 0;
}
}
@media (min-width: 768px) {
.tw-bs4 .navbar-expand-md {
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-ms-flex-pack: start;
justify-content: flex-start;
}
.tw-bs4 .navbar-expand-md .navbar-nav {
-ms-flex-direction: row;
flex-direction: row;
}
.tw-bs4 .navbar-expand-md .navbar-nav .dropdown-menu {
position: absolute;
}
.tw-bs4 .navbar-expand-md .navbar-nav .dropdown-menu-right {
right: 0;
left: auto;
}
.tw-bs4 .navbar-expand-md .navbar-nav .nav-link {
padding-right: .5rem;
padding-left: .5rem;
}
.tw-bs4 .navbar-expand-md > .container,
.tw-bs4 .navbar-expand-md > .container-fluid {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
}
.tw-bs4 .navbar-expand-md .navbar-collapse {
display: -ms-flexbox !important;
display: flex !important;
}
.tw-bs4 .navbar-expand-md .navbar-toggler {
display: none;
}
}
@media (max-width: 991px) {
.tw-bs4 .navbar-expand-lg > .container,
.tw-bs4 .navbar-expand-lg > .container-fluid {
padding-right: 0;
padding-left: 0;
}
}
@media (min-width: 992px) {
.tw-bs4 .navbar-expand-lg {
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-ms-flex-pack: start;
justify-content: flex-start;
}
.tw-bs4 .navbar-expand-lg .navbar-nav {
-ms-flex-direction: row;
flex-direction: row;
}
.tw-bs4 .navbar-expand-lg .navbar-nav .dropdown-menu {
position: absolute;
}
.tw-bs4 .navbar-expand-lg .navbar-nav .dropdown-menu-right {
right: 0;
left: auto;
}
.tw-bs4 .navbar-expand-lg .navbar-nav .nav-link {
padding-right: .5rem;
padding-left: .5rem;
}
.tw-bs4 .navbar-expand-lg > .container,
.tw-bs4 .navbar-expand-lg > .container-fluid {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
}
.tw-bs4 .navbar-expand-lg .navbar-collapse {
display: -ms-flexbox !important;
display: flex !important;
}
.tw-bs4 .navbar-expand-lg .navbar-toggler {
display: none;
}
}
@media (max-width: 1199px) {
.tw-bs4 .navbar-expand-xl > .container,
.tw-bs4 .navbar-expand-xl > .container-fluid {
padding-right: 0;
padding-left: 0;
}
}
@media (min-width: 1200px) {
.tw-bs4 .navbar-expand-xl {
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-ms-flex-pack: start;
justify-content: flex-start;
}
.tw-bs4 .navbar-expand-xl .navbar-nav {
-ms-flex-direction: row;
flex-direction: row;
}
.tw-bs4 .navbar-expand-xl .navbar-nav .dropdown-menu {
position: absolute;
}
.tw-bs4 .navbar-expand-xl .navbar-nav .dropdown-menu-right {
right: 0;
left: auto;
}
.tw-bs4 .navbar-expand-xl .navbar-nav .nav-link {
padding-right: .5rem;
padding-left: .5rem;
}
.tw-bs4 .navbar-expand-xl > .container,
.tw-bs4 .navbar-expand-xl > .container-fluid {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
}
.tw-bs4 .navbar-expand-xl .navbar-collapse {
display: -ms-flexbox !important;
display: flex !important;
}
.tw-bs4 .navbar-expand-xl .navbar-toggler {
display: none;
}
}
.tw-bs4 .navbar-expand {
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-ms-flex-pack: start;
justify-content: flex-start;
}
.tw-bs4 .navbar-expand > .container,
.tw-bs4 .navbar-expand > .container-fluid {
padding-right: 0;
padding-left: 0;
}
.tw-bs4 .navbar-expand .navbar-nav {
-ms-flex-direction: row;
flex-direction: row;
}
.tw-bs4 .navbar-expand .navbar-nav .dropdown-menu {
position: absolute;
}
.tw-bs4 .navbar-expand .navbar-nav .dropdown-menu-right {
right: 0;
left: auto;
}
.tw-bs4 .navbar-expand .navbar-nav .nav-link {
padding-right: .5rem;
padding-left: .5rem;
}
.tw-bs4 .navbar-expand > .container,
.tw-bs4 .navbar-expand > .container-fluid {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
}
.tw-bs4 .navbar-expand .navbar-collapse {
display: -ms-flexbox !important;
display: flex !important;
}
.tw-bs4 .navbar-expand .navbar-toggler {
display: none;
}
.tw-bs4 .navbar-light .navbar-brand {
color: rgba(0,0,0,0.9);
}
.tw-bs4 .navbar-light .navbar-brand:focus,
.tw-bs4 .navbar-light .navbar-brand:hover {
color: rgba(0,0,0,0.9);
}
.tw-bs4 .navbar-light .navbar-nav .nav-link {
color: rgba(0,0,0,0.5);
}
.tw-bs4 .navbar-light .navbar-nav .nav-link:focus,
.tw-bs4 .navbar-light .navbar-nav .nav-link:hover {
color: rgba(0,0,0,0.7);
}
.tw-bs4 .navbar-light .navbar-nav .nav-link.disabled {
color: rgba(0,0,0,0.3);
}
.tw-bs4 .navbar-light .navbar-nav .show > .nav-link,
.tw-bs4 .navbar-light .navbar-nav .active > .nav-link,
.tw-bs4 .navbar-light .navbar-nav .nav-link.show,
.tw-bs4 .navbar-light .navbar-nav .nav-link.active {
color: rgba(0,0,0,0.9);
}
.tw-bs4 .navbar-light .navbar-toggler {
color: rgba(0,0,0,0.5);
border-color: rgba(0,0,0,0.1);
}
.tw-bs4 .navbar-light .navbar-toggler-icon {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.tw-bs4 .navbar-light .navbar-text {
color: rgba(0,0,0,0.5);
}
.tw-bs4 .navbar-dark .navbar-brand {
color: white;
}
.tw-bs4 .navbar-dark .navbar-brand:focus,
.tw-bs4 .navbar-dark .navbar-brand:hover {
color: white;
}
.tw-bs4 .navbar-dark .navbar-nav .nav-link {
color: rgba(255,255,255,0.5);
}
.tw-bs4 .navbar-dark .navbar-nav .nav-link:focus,
.tw-bs4 .navbar-dark .navbar-nav .nav-link:hover {
color: rgba(255,255,255,0.75);
}
.tw-bs4 .navbar-dark .navbar-nav .nav-link.disabled {
color: rgba(255,255,255,0.25);
}
.tw-bs4 .navbar-dark .navbar-nav .show > .nav-link,
.tw-bs4 .navbar-dark .navbar-nav .active > .nav-link,
.tw-bs4 .navbar-dark .navbar-nav .nav-link.show,
.tw-bs4 .navbar-dark .navbar-nav .nav-link.active {
color: white;
}
.tw-bs4 .navbar-dark .navbar-toggler {
color: rgba(255,255,255,0.5);
border-color: rgba(255,255,255,0.1);
}
.tw-bs4 .navbar-dark .navbar-toggler-icon {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.tw-bs4 .navbar-dark .navbar-text {
color: rgba(255,255,255,0.5);
}
.tw-bs4 .card {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
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;
}
.tw-bs4 .card-body {
-ms-flex: 1 1 auto;
flex: 1 1 auto;
padding: 1.25rem;
}
.tw-bs4 .card-title {
margin-bottom: 0.75rem;
}
.tw-bs4 .card-subtitle {
margin-top: -0.375rem;
margin-bottom: 0;
}
.tw-bs4 .card-text:last-child {
margin-bottom: 0;
}
.tw-bs4 .card-link:hover {
text-decoration: none;
}
.tw-bs4 .card-link + .card-link {
margin-left: 1.25rem;
}
.tw-bs4 .card > .list-group:first-child .list-group-item:first-child {
border-top-left-radius: 0.25rem;
border-top-right-radius: 0.25rem;
}
.tw-bs4 .card > .list-group:last-child .list-group-item:last-child {
border-bottom-right-radius: 0.25rem;
border-bottom-left-radius: 0.25rem;
}
.tw-bs4 .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);
}
.tw-bs4 .card-header:first-child {
border-radius: calc(-0.75rem) calc(-0.75rem) 0 0;
}
.tw-bs4 .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);
}
.tw-bs4 .card-footer:last-child {
border-radius: 0 0 calc(-0.75rem) calc(-0.75rem);
}
.tw-bs4 .card-header-tabs {
margin-right: -0.625rem;
margin-bottom: -0.75rem;
margin-left: -0.625rem;
border-bottom: 0;
}
.tw-bs4 .card-header-pills {
margin-right: -0.625rem;
margin-left: -0.625rem;
}
.tw-bs4 .card-img-overlay {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
padding: 1.25rem;
}
.tw-bs4 .card-img {
width: 100%;
border-radius: calc(-0.75rem);
}
.tw-bs4 .card-img-top {
width: 100%;
border-top-left-radius: calc(-0.75rem);
border-top-right-radius: calc(-0.75rem);
}
.tw-bs4 .card-img-bottom {
width: 100%;
border-bottom-right-radius: calc(-0.75rem);
border-bottom-left-radius: calc(-0.75rem);
}
@media (min-width: 576px) {
.tw-bs4 .card-deck {
display: -ms-flexbox;
display: flex;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
margin-right: -15px;
margin-left: -15px;
}
.tw-bs4 .card-deck .card {
display: -ms-flexbox;
display: flex;
-ms-flex: 1 0 0%;
flex: 1 0 0%;
-ms-flex-direction: column;
flex-direction: column;
margin-right: 15px;
margin-left: 15px;
}
}
@media (min-width: 576px) {
.tw-bs4 .card-group {
display: -ms-flexbox;
display: flex;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
}
.tw-bs4 .card-group .card {
-ms-flex: 1 0 0%;
flex: 1 0 0%;
}
.tw-bs4 .card-group .card + .card {
margin-left: 0;
border-left: 0;
}
.tw-bs4 .card-group .card:first-child {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.tw-bs4 .card-group .card:first-child .card-img-top {
border-top-right-radius: 0;
}
.tw-bs4 .card-group .card:first-child .card-img-bottom {
border-bottom-right-radius: 0;
}
.tw-bs4 .card-group .card:last-child {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.tw-bs4 .card-group .card:last-child .card-img-top {
border-top-left-radius: 0;
}
.tw-bs4 .card-group .card:last-child .card-img-bottom {
border-bottom-left-radius: 0;
}
.tw-bs4 .card-group .card:not(:first-child):not(:last-child) {
border-radius: 0;
}
.tw-bs4 .card-group .card:not(:first-child):not(:last-child) .card-img-top,
.tw-bs4 .card-group .card:not(:first-child):not(:last-child) .card-img-bottom {
border-radius: 0;
}
}
.tw-bs4 .card-columns .card {
margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
.tw-bs4 .card-columns {
-webkit-column-count: 3;
column-count: 3;
-webkit-column-gap: 1.25rem;
column-gap: 1.25rem;
}
.tw-bs4 .card-columns .card {
display: inline-block;
width: 100%;
}
}
.tw-bs4 .breadcrumb {
padding: 0.75rem 1rem;
margin-bottom: 1rem;
list-style: none;
background-color: #e9ecef;
border-radius: 0.25rem;
}
.tw-bs4 .breadcrumb::after {
display: block;
clear: both;
content: "";
}
.tw-bs4 .breadcrumb-item {
float: left;
}
.tw-bs4 .breadcrumb-item + .breadcrumb-item::before {
display: inline-block;
padding-right: 0.5rem;
padding-left: 0.5rem;
color: #868e96;
content: "/";
}
.tw-bs4 .breadcrumb-item + .breadcrumb-item:hover::before {
text-decoration: underline;
}
.tw-bs4 .breadcrumb-item + .breadcrumb-item:hover::before {
text-decoration: none;
}
.tw-bs4 .breadcrumb-item.active {
color: #868e96;
}
.tw-bs4 .pagination {
display: -ms-flexbox;
display: flex;
padding-left: 0;
list-style: none;
border-radius: 0.25rem;
}
.tw-bs4 .page-item:first-child .page-link {
margin-left: 0;
border-top-left-radius: 0.25rem;
border-bottom-left-radius: 0.25rem;
}
.tw-bs4 .page-item:last-child .page-link {
border-top-right-radius: 0.25rem;
border-bottom-right-radius: 0.25rem;
}
.tw-bs4 .page-item.active .page-link {
z-index: 2;
color: #fff;
background-color: #007bff;
border-color: #007bff;
}
.tw-bs4 .page-item.disabled .page-link {
color: #868e96;
pointer-events: none;
background-color: #fff;
border-color: #ddd;
}
.tw-bs4 .page-link {
position: relative;
display: block;
padding: 0.5rem 0.75rem;
margin-left: -1px;
line-height: 1.25;
color: #007bff;
background-color: #fff;
border: 1px solid #ddd;
}
.tw-bs4 .page-link:focus,
.tw-bs4 .page-link:hover {
color: #0056b3;
text-decoration: none;
background-color: #e9ecef;
border-color: #ddd;
}
.tw-bs4 .pagination-lg .page-link {
padding: 0.75rem 1.5rem;
font-size: 1.25rem;
line-height: 1.5;
}
.tw-bs4 .pagination-lg .page-item:first-child .page-link {
border-top-left-radius: 0.3rem;
border-bottom-left-radius: 0.3rem;
}
.tw-bs4 .pagination-lg .page-item:last-child .page-link {
border-top-right-radius: 0.3rem;
border-bottom-right-radius: 0.3rem;
}
.tw-bs4 .pagination-sm .page-link {
padding: 0.25rem 0.5rem;
font-size: 0.875rem;
line-height: 1.5;
}
.tw-bs4 .pagination-sm .page-item:first-child .page-link {
border-top-left-radius: 0.2rem;
border-bottom-left-radius: 0.2rem;
}
.tw-bs4 .pagination-sm .page-item:last-child .page-link {
border-top-right-radius: 0.2rem;
border-bottom-right-radius: 0.2rem;
}
.tw-bs4 .badge {
display: inline-block;
padding: 0.25em 0.4em;
font-size: 75%;
font-weight: bold;
line-height: 1;
color: #fff;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
border-radius: 0.25rem;
}
.tw-bs4 .badge:empty {
display: none;
}
.tw-bs4 .btn .badge {
position: relative;
top: -1px;
}
.tw-bs4 .badge-pill {
padding-right: 0.6em;
padding-left: 0.6em;
border-radius: 10rem;
}
.tw-bs4 .badge-primary {
color: #fff;
background-color: #007bff;
}
.tw-bs4 .badge-primary[href]:focus,
.tw-bs4 .badge-primary[href]:hover {
color: #fff;
text-decoration: none;
background-color: #0062cc;
}
.tw-bs4 .badge-secondary {
color: #fff;
background-color: #868e96;
}
.tw-bs4 .badge-secondary[href]:focus,
.tw-bs4 .badge-secondary[href]:hover {
color: #fff;
text-decoration: none;
background-color: #6c757d;
}
.tw-bs4 .badge-success {
color: #fff;
background-color: #28a745;
}
.tw-bs4 .badge-success[href]:focus,
.tw-bs4 .badge-success[href]:hover {
color: #fff;
text-decoration: none;
background-color: #1e7e34;
}
.tw-bs4 .badge-info {
color: #fff;
background-color: #17a2b8;
}
.tw-bs4 .badge-info[href]:focus,
.tw-bs4 .badge-info[href]:hover {
color: #fff;
text-decoration: none;
background-color: #117a8b;
}
.tw-bs4 .badge-warning {
color: #111;
background-color: #ffc107;
}
.tw-bs4 .badge-warning[href]:focus,
.tw-bs4 .badge-warning[href]:hover {
color: #111;
text-decoration: none;
background-color: #d39e00;
}
.tw-bs4 .badge-danger {
color: #fff;
background-color: #dc3545;
}
.tw-bs4 .badge-danger[href]:focus,
.tw-bs4 .badge-danger[href]:hover {
color: #fff;
text-decoration: none;
background-color: #bd2130;
}
.tw-bs4 .badge-light {
color: #111;
background-color: #f8f9fa;
}
.tw-bs4 .badge-light[href]:focus,
.tw-bs4 .badge-light[href]:hover {
color: #111;
text-decoration: none;
background-color: #dae0e5;
}
.tw-bs4 .badge-dark {
color: #fff;
background-color: #343a40;
}
.tw-bs4 .badge-dark[href]:focus,
.tw-bs4 .badge-dark[href]:hover {
color: #fff;
text-decoration: none;
background-color: #1d2124;
}
.tw-bs4 .jumbotron {
padding: 2rem 1rem;
margin-bottom: 2rem;
background-color: #e9ecef;
border-radius: 0.3rem;
}
@media (min-width: 576px) {
.tw-bs4 .jumbotron {
padding: 4rem 2rem;
}
}
.tw-bs4 .jumbotron-fluid {
padding-right: 0;
padding-left: 0;
border-radius: 0;
}
.tw-bs4 .alert {
padding: 0.75rem 1.25rem;
margin-bottom: 1rem;
border: 1px solid transparent;
border-radius: 0.25rem;
}
.tw-bs4 .alert-heading {
color: inherit;
}
.tw-bs4 .alert-link {
font-weight: bold;
}
.tw-bs4 .alert-dismissible .close {
position: relative;
top: -0.75rem;
right: -1.25rem;
padding: 0.75rem 1.25rem;
color: inherit;
}
.tw-bs4 .alert-primary {
color: #004085;
background-color: #cce5ff;
border-color: #b8daff;
}
.tw-bs4 .alert-primary hr {
border-top-color: #9fcdff;
}
.tw-bs4 .alert-primary .alert-link {
color: #002752;
}
.tw-bs4 .alert-secondary {
color: #464a4e;
background-color: #e7e8ea;
border-color: #dddfe2;
}
.tw-bs4 .alert-secondary hr {
border-top-color: #cfd2d6;
}
.tw-bs4 .alert-secondary .alert-link {
color: #2e3133;
}
.tw-bs4 .alert-success {
color: #155724;
background-color: #d4edda;
border-color: #c3e6cb;
}
.tw-bs4 .alert-success hr {
border-top-color: #b1dfbb;
}
.tw-bs4 .alert-success .alert-link {
color: #0b2e13;
}
.tw-bs4 .alert-info {
color: #0c5460;
background-color: #d1ecf1;
border-color: #bee5eb;
}
.tw-bs4 .alert-info hr {
border-top-color: #abdde5;
}
.tw-bs4 .alert-info .alert-link {
color: #062c33;
}
.tw-bs4 .alert-warning {
color: #856404;
background-color: #fff3cd;
border-color: #ffeeba;
}
.tw-bs4 .alert-warning hr {
border-top-color: #ffe8a1;
}
.tw-bs4 .alert-warning .alert-link {
color: #533f03;
}
.tw-bs4 .alert-danger {
color: #721c24;
background-color: #f8d7da;
border-color: #f5c6cb;
}
.tw-bs4 .alert-danger hr {
border-top-color: #f1b0b7;
}
.tw-bs4 .alert-danger .alert-link {
color: #491217;
}
.tw-bs4 .alert-light {
color: #818182;
background-color: #fefefe;
border-color: #fdfdfe;
}
.tw-bs4 .alert-light hr {
border-top-color: #ececf6;
}
.tw-bs4 .alert-light .alert-link {
color: #686868;
}
.tw-bs4 .alert-dark {
color: #1b1e21;
background-color: #d6d8d9;
border-color: #c6c8ca;
}
.tw-bs4 .alert-dark hr {
border-top-color: #b9bbbe;
}
.tw-bs4 .alert-dark .alert-link {
color: #040505;
}
@-webkit-keyframes progress-bar-stripes {
.tw-bs4 from {
background-position: 1rem 0;
}
.tw-bs4 to {
background-position: 0 0;
}
}
@keyframes progress-bar-stripes {
.tw-bs4 from {
background-position: 1rem 0;
}
.tw-bs4 to {
background-position: 0 0;
}
}
.tw-bs4 .progress {
display: -ms-flexbox;
display: flex;
overflow: hidden;
font-size: 0.75rem;
line-height: 1rem;
text-align: center;
background-color: #e9ecef;
border-radius: 0.25rem;
}
.tw-bs4 .progress-bar {
height: 1rem;
line-height: 1rem;
color: #fff;
background-color: #007bff;
transition: width 0.6s ease;
}
.tw-bs4 .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;
}
.tw-bs4 .progress-bar-animated {
-webkit-animation: progress-bar-stripes 1s linear infinite;
animation: progress-bar-stripes 1s linear infinite;
}
.tw-bs4 .media {
display: -ms-flexbox;
display: flex;
-ms-flex-align: start;
align-items: flex-start;
}
.tw-bs4 .media-body {
-ms-flex: 1;
flex: 1;
}
.tw-bs4 .list-group {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
padding-left: 0;
margin-bottom: 0;
}
.tw-bs4 .list-group-item-action {
width: 100%;
color: #495057;
text-align: inherit;
}
.tw-bs4 .list-group-item-action:focus,
.tw-bs4 .list-group-item-action:hover {
color: #495057;
text-decoration: none;
background-color: #f8f9fa;
}
.tw-bs4 .list-group-item-action:active {
color: #212529;
background-color: #e9ecef;
}
.tw-bs4 .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);
}
.tw-bs4 .list-group-item:first-child {
border-top-left-radius: 0.25rem;
border-top-right-radius: 0.25rem;
}
.tw-bs4 .list-group-item:last-child {
margin-bottom: 0;
border-bottom-right-radius: 0.25rem;
border-bottom-left-radius: 0.25rem;
}
.tw-bs4 .list-group-item:focus,
.tw-bs4 .list-group-item:hover {
text-decoration: none;
}
.tw-bs4 .list-group-item.disabled,
.tw-bs4 .list-group-item:disabled {
color: #868e96;
background-color: #fff;
}
.tw-bs4 .list-group-item.active {
z-index: 2;
color: #fff;
background-color: #007bff;
border-color: #007bff;
}
.tw-bs4 .list-group-flush .list-group-item {
border-right: 0;
border-left: 0;
border-radius: 0;
}
.tw-bs4 .list-group-flush:first-child .list-group-item:first-child {
border-top: 0;
}
.tw-bs4 .list-group-flush:last-child .list-group-item:last-child {
border-bottom: 0;
}
.tw-bs4 .list-group-item-primary {
color: #004085;
background-color: #b8daff;
}
.tw-bs4 a.list-group-item-primary,
.tw-bs4 button.list-group-item-primary {
color: #004085;
}
.tw-bs4 a.list-group-item-primary:focus,
.tw-bs4 a.list-group-item-primary:hover,
.tw-bs4 button.list-group-item-primary:focus,
.tw-bs4 button.list-group-item-primary:hover {
color: #004085;
background-color: #9fcdff;
}
.tw-bs4 a.list-group-item-primary.active,
.tw-bs4 button.list-group-item-primary.active {
color: #fff;
background-color: #004085;
border-color: #004085;
}
.tw-bs4 .list-group-item-secondary {
color: #464a4e;
background-color: #dddfe2;
}
.tw-bs4 a.list-group-item-secondary,
.tw-bs4 button.list-group-item-secondary {
color: #464a4e;
}
.tw-bs4 a.list-group-item-secondary:focus,
.tw-bs4 a.list-group-item-secondary:hover,
.tw-bs4 button.list-group-item-secondary:focus,
.tw-bs4 button.list-group-item-secondary:hover {
color: #464a4e;
background-color: #cfd2d6;
}
.tw-bs4 a.list-group-item-secondary.active,
.tw-bs4 button.list-group-item-secondary.active {
color: #fff;
background-color: #464a4e;
border-color: #464a4e;
}
.tw-bs4 .list-group-item-success {
color: #155724;
background-color: #c3e6cb;
}
.tw-bs4 a.list-group-item-success,
.tw-bs4 button.list-group-item-success {
color: #155724;
}
.tw-bs4 a.list-group-item-success:focus,
.tw-bs4 a.list-group-item-success:hover,
.tw-bs4 button.list-group-item-success:focus,
.tw-bs4 button.list-group-item-success:hover {
color: #155724;
background-color: #b1dfbb;
}
.tw-bs4 a.list-group-item-success.active,
.tw-bs4 button.list-group-item-success.active {
color: #fff;
background-color: #155724;
border-color: #155724;
}
.tw-bs4 .list-group-item-info {
color: #0c5460;
background-color: #bee5eb;
}
.tw-bs4 a.list-group-item-info,
.tw-bs4 button.list-group-item-info {
color: #0c5460;
}
.tw-bs4 a.list-group-item-info:focus,
.tw-bs4 a.list-group-item-info:hover,
.tw-bs4 button.list-group-item-info:focus,
.tw-bs4 button.list-group-item-info:hover {
color: #0c5460;
background-color: #abdde5;
}
.tw-bs4 a.list-group-item-info.active,
.tw-bs4 button.list-group-item-info.active {
color: #fff;
background-color: #0c5460;
border-color: #0c5460;
}
.tw-bs4 .list-group-item-warning {
color: #856404;
background-color: #ffeeba;
}
.tw-bs4 a.list-group-item-warning,
.tw-bs4 button.list-group-item-warning {
color: #856404;
}
.tw-bs4 a.list-group-item-warning:focus,
.tw-bs4 a.list-group-item-warning:hover,
.tw-bs4 button.list-group-item-warning:focus,
.tw-bs4 button.list-group-item-warning:hover {
color: #856404;
background-color: #ffe8a1;
}
.tw-bs4 a.list-group-item-warning.active,
.tw-bs4 button.list-group-item-warning.active {
color: #fff;
background-color: #856404;
border-color: #856404;
}
.tw-bs4 .list-group-item-danger {
color: #721c24;
background-color: #f5c6cb;
}
.tw-bs4 a.list-group-item-danger,
.tw-bs4 button.list-group-item-danger {
color: #721c24;
}
.tw-bs4 a.list-group-item-danger:focus,
.tw-bs4 a.list-group-item-danger:hover,
.tw-bs4 button.list-group-item-danger:focus,
.tw-bs4 button.list-group-item-danger:hover {
color: #721c24;
background-color: #f1b0b7;
}
.tw-bs4 a.list-group-item-danger.active,
.tw-bs4 button.list-group-item-danger.active {
color: #fff;
background-color: #721c24;
border-color: #721c24;
}
.tw-bs4 .list-group-item-light {
color: #818182;
background-color: #fdfdfe;
}
.tw-bs4 a.list-group-item-light,
.tw-bs4 button.list-group-item-light {
color: #818182;
}
.tw-bs4 a.list-group-item-light:focus,
.tw-bs4 a.list-group-item-light:hover,
.tw-bs4 button.list-group-item-light:focus,
.tw-bs4 button.list-group-item-light:hover {
color: #818182;
background-color: #ececf6;
}
.tw-bs4 a.list-group-item-light.active,
.tw-bs4 button.list-group-item-light.active {
color: #fff;
background-color: #818182;
border-color: #818182;
}
.tw-bs4 .list-group-item-dark {
color: #1b1e21;
background-color: #c6c8ca;
}
.tw-bs4 a.list-group-item-dark,
.tw-bs4 button.list-group-item-dark {
color: #1b1e21;
}
.tw-bs4 a.list-group-item-dark:focus,
.tw-bs4 a.list-group-item-dark:hover,
.tw-bs4 button.list-group-item-dark:focus,
.tw-bs4 button.list-group-item-dark:hover {
color: #1b1e21;
background-color: #b9bbbe;
}
.tw-bs4 a.list-group-item-dark.active,
.tw-bs4 button.list-group-item-dark.active {
color: #fff;
background-color: #1b1e21;
border-color: #1b1e21;
}
.tw-bs4 .close {
float: right;
font-size: 1.5rem;
font-weight: bold;
line-height: 1;
color: #000;
text-shadow: 0 1px 0 #fff;
opacity: .5;
}
.tw-bs4 .close:focus,
.tw-bs4 .close:hover {
color: #000;
text-decoration: none;
opacity: .75;
}
.tw-bs4 button.close {
padding: 0;
background: transparent;
border: 0;
-webkit-appearance: none;
}
.tw-bs4 .modal-open {
overflow: hidden;
}
.tw-bs4 .modal {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1050;
display: none;
overflow: hidden;
outline: 0;
}
.tw-bs4 .modal.fade .modal-dialog {
transition: -webkit-transform 0.3s ease-out;
transition: transform 0.3s ease-out;
transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
-webkit-transform: translate(0,-25%);
transform: translate(0,-25%);
}
.tw-bs4 .modal.show .modal-dialog {
-webkit-transform: translate(0,0);
transform: translate(0,0);
}
.tw-bs4 .modal-open .modal {
overflow-x: hidden;
overflow-y: auto;
}
.tw-bs4 .modal-dialog {
position: relative;
width: auto;
margin: 10px;
}
.tw-bs4 .modal-content {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
background-color: #fff;
background-clip: padding-box;
border: 1px solid rgba(0,0,0,0.2);
border-radius: 0.3rem;
outline: 0;
}
.tw-bs4 .modal-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1040;
background-color: #000;
}
.tw-bs4 .modal-backdrop.fade {
opacity: 0;
}
.tw-bs4 .modal-backdrop.show {
opacity: 0.5;
}
.tw-bs4 .modal-header {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 15px;
border-bottom: 1px solid #e9ecef;
}
.tw-bs4 .modal-title {
margin-bottom: 0;
line-height: 1.5;
}
.tw-bs4 .modal-body {
position: relative;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
padding: 15px;
}
.tw-bs4 .modal-footer {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: end;
justify-content: flex-end;
padding: 15px;
border-top: 1px solid #e9ecef;
}
.tw-bs4 .modal-footer > :not(:first-child) {
margin-left: .25rem;
}
.tw-bs4 .modal-footer > :not(:last-child) {
margin-right: .25rem;
}
.tw-bs4 .modal-scrollbar-measure {
position: absolute;
top: -9999px;
width: 50px;
height: 50px;
overflow: scroll;
}
@media (min-width: 576px) {
.tw-bs4 .modal-dialog {
max-width: 500px;
margin: 30px auto;
}
.tw-bs4 .modal-sm {
max-width: 300px;
}
}
@media (min-width: 992px) {
.tw-bs4 .modal-lg {
max-width: 800px;
}
}
.tw-bs4 .tooltip {
position: absolute;
z-index: 1070;
display: block;
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
font-style: normal;
font-weight: normal;
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;
}
.tw-bs4 .tooltip.show {
opacity: 0.9;
}
.tw-bs4 .tooltip .arrow {
position: absolute;
display: block;
width: 5px;
height: 5px;
}
.tw-bs4 .tooltip.bs-tooltip-top,
.tw-bs4 .tooltip.bs-tooltip-auto[x-placement^="top"] {
padding: 5px 0;
}
.tw-bs4 .tooltip.bs-tooltip-top .arrow,
.tw-bs4 .tooltip.bs-tooltip-auto[x-placement^="top"] .arrow {
bottom: 0;
}
.tw-bs4 .tooltip.bs-tooltip-top .arrow::before,
.tw-bs4 .tooltip.bs-tooltip-auto[x-placement^="top"] .arrow::before {
margin-left: -3px;
content: "";
border-width: 5px 5px 0;
border-top-color: #000;
}
.tw-bs4 .tooltip.bs-tooltip-right,
.tw-bs4 .tooltip.bs-tooltip-auto[x-placement^="right"] {
padding: 0 5px;
}
.tw-bs4 .tooltip.bs-tooltip-right .arrow,
.tw-bs4 .tooltip.bs-tooltip-auto[x-placement^="right"] .arrow {
left: 0;
}
.tw-bs4 .tooltip.bs-tooltip-right .arrow::before,
.tw-bs4 .tooltip.bs-tooltip-auto[x-placement^="right"] .arrow::before {
margin-top: -3px;
content: "";
border-width: 5px 5px 5px 0;
border-right-color: #000;
}
.tw-bs4 .tooltip.bs-tooltip-bottom,
.tw-bs4 .tooltip.bs-tooltip-auto[x-placement^="bottom"] {
padding: 5px 0;
}
.tw-bs4 .tooltip.bs-tooltip-bottom .arrow,
.tw-bs4 .tooltip.bs-tooltip-auto[x-placement^="bottom"] .arrow {
top: 0;
}
.tw-bs4 .tooltip.bs-tooltip-bottom .arrow::before,
.tw-bs4 .tooltip.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
margin-left: -3px;
content: "";
border-width: 0 5px 5px;
border-bottom-color: #000;
}
.tw-bs4 .tooltip.bs-tooltip-left,
.tw-bs4 .tooltip.bs-tooltip-auto[x-placement^="left"] {
padding: 0 5px;
}
.tw-bs4 .tooltip.bs-tooltip-left .arrow,
.tw-bs4 .tooltip.bs-tooltip-auto[x-placement^="left"] .arrow {
right: 0;
}
.tw-bs4 .tooltip.bs-tooltip-left .arrow::before,
.tw-bs4 .tooltip.bs-tooltip-auto[x-placement^="left"] .arrow::before {
right: 0;
margin-top: -3px;
content: "";
border-width: 5px 0 5px 5px;
border-left-color: #000;
}
.tw-bs4 .tooltip .arrow::before {
position: absolute;
border-color: transparent;
border-style: solid;
}
.tw-bs4 .tooltip-inner {
max-width: 200px;
padding: 3px 8px;
color: #fff;
text-align: center;
background-color: #000;
border-radius: 0.25rem;
}
.tw-bs4 .popover {
position: absolute;
top: 0;
left: 0;
z-index: 1060;
display: block;
max-width: 276px;
padding: 1px;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
font-style: normal;
font-weight: normal;
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;
}
.tw-bs4 .popover .arrow {
position: absolute;
display: block;
width: 10px;
height: 5px;
}
.tw-bs4 .popover .arrow::before,
.tw-bs4 .popover .arrow::after {
position: absolute;
display: block;
border-color: transparent;
border-style: solid;
}
.tw-bs4 .popover .arrow::before {
content: "";
border-width: 11px;
}
.tw-bs4 .popover .arrow::after {
content: "";
border-width: 11px;
}
.tw-bs4 .popover.bs-popover-top,
.tw-bs4 .popover.bs-popover-auto[x-placement^="top"] {
margin-bottom: 10px;
}
.tw-bs4 .popover.bs-popover-top .arrow,
.tw-bs4 .popover.bs-popover-auto[x-placement^="top"] .arrow {
bottom: 0;
}
.tw-bs4 .popover.bs-popover-top .arrow::before,
.tw-bs4 .popover.bs-popover-auto[x-placement^="top"] .arrow::before,
.tw-bs4 .popover.bs-popover-top .arrow::after,
.tw-bs4 .popover.bs-popover-auto[x-placement^="top"] .arrow::after {
border-bottom-width: 0;
}
.tw-bs4 .popover.bs-popover-top .arrow::before,
.tw-bs4 .popover.bs-popover-auto[x-placement^="top"] .arrow::before {
bottom: -11px;
margin-left: -6px;
border-top-color: rgba(0,0,0,0.25);
}
.tw-bs4 .popover.bs-popover-top .arrow::after,
.tw-bs4 .popover.bs-popover-auto[x-placement^="top"] .arrow::after {
bottom: -10px;
margin-left: -6px;
border-top-color: #fff;
}
.tw-bs4 .popover.bs-popover-right,
.tw-bs4 .popover.bs-popover-auto[x-placement^="right"] {
margin-left: 10px;
}
.tw-bs4 .popover.bs-popover-right .arrow,
.tw-bs4 .popover.bs-popover-auto[x-placement^="right"] .arrow {
left: 0;
}
.tw-bs4 .popover.bs-popover-right .arrow::before,
.tw-bs4 .popover.bs-popover-auto[x-placement^="right"] .arrow::before,
.tw-bs4 .popover.bs-popover-right .arrow::after,
.tw-bs4 .popover.bs-popover-auto[x-placement^="right"] .arrow::after {
margin-top: -8px;
border-left-width: 0;
}
.tw-bs4 .popover.bs-popover-right .arrow::before,
.tw-bs4 .popover.bs-popover-auto[x-placement^="right"] .arrow::before {
left: -11px;
border-right-color: rgba(0,0,0,0.25);
}
.tw-bs4 .popover.bs-popover-right .arrow::after,
.tw-bs4 .popover.bs-popover-auto[x-placement^="right"] .arrow::after {
left: -10px;
border-right-color: #fff;
}
.tw-bs4 .popover.bs-popover-bottom,
.tw-bs4 .popover.bs-popover-auto[x-placement^="bottom"] {
margin-top: 10px;
}
.tw-bs4 .popover.bs-popover-bottom .arrow,
.tw-bs4 .popover.bs-popover-auto[x-placement^="bottom"] .arrow {
top: 0;
}
.tw-bs4 .popover.bs-popover-bottom .arrow::before,
.tw-bs4 .popover.bs-popover-auto[x-placement^="bottom"] .arrow::before,
.tw-bs4 .popover.bs-popover-bottom .arrow::after,
.tw-bs4 .popover.bs-popover-auto[x-placement^="bottom"] .arrow::after {
margin-left: -7px;
border-top-width: 0;
}
.tw-bs4 .popover.bs-popover-bottom .arrow::before,
.tw-bs4 .popover.bs-popover-auto[x-placement^="bottom"] .arrow::before {
top: -11px;
border-bottom-color: rgba(0,0,0,0.25);
}
.tw-bs4 .popover.bs-popover-bottom .arrow::after,
.tw-bs4 .popover.bs-popover-auto[x-placement^="bottom"] .arrow::after {
top: -10px;
border-bottom-color: #fff;
}
.tw-bs4 .popover.bs-popover-bottom .popover-header::before,
.tw-bs4 .popover.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
position: absolute;
top: 0;
left: 50%;
display: block;
width: 20px;
margin-left: -10px;
content: "";
border-bottom: 1px solid #f7f7f7;
}
.tw-bs4 .popover.bs-popover-left,
.tw-bs4 .popover.bs-popover-auto[x-placement^="left"] {
margin-right: 10px;
}
.tw-bs4 .popover.bs-popover-left .arrow,
.tw-bs4 .popover.bs-popover-auto[x-placement^="left"] .arrow {
right: 0;
}
.tw-bs4 .popover.bs-popover-left .arrow::before,
.tw-bs4 .popover.bs-popover-auto[x-placement^="left"] .arrow::before,
.tw-bs4 .popover.bs-popover-left .arrow::after,
.tw-bs4 .popover.bs-popover-auto[x-placement^="left"] .arrow::after {
margin-top: -8px;
border-right-width: 0;
}
.tw-bs4 .popover.bs-popover-left .arrow::before,
.tw-bs4 .popover.bs-popover-auto[x-placement^="left"] .arrow::before {
right: -11px;
border-left-color: rgba(0,0,0,0.25);
}
.tw-bs4 .popover.bs-popover-left .arrow::after,
.tw-bs4 .popover.bs-popover-auto[x-placement^="left"] .arrow::after {
right: -10px;
border-left-color: #fff;
}
.tw-bs4 .popover-header {
padding: 8px 14px;
margin-bottom: 0;
font-size: 1rem;
color: inherit;
background-color: #f7f7f7;
border-bottom: 1px solid #ebebeb;
border-top-left-radius: calc(-0.7rem);
border-top-right-radius: calc(-0.7rem);
}
.tw-bs4 .popover-header:empty {
display: none;
}
.tw-bs4 .popover-body {
padding: 9px 14px;
color: #212529;
}
.tw-bs4 .carousel {
position: relative;
}
.tw-bs4 .carousel-inner {
position: relative;
width: 100%;
overflow: hidden;
}
.tw-bs4 .carousel-item {
position: relative;
display: none;
-ms-flex-align: center;
align-items: center;
width: 100%;
transition: -webkit-transform 0.6s ease;
transition: transform 0.6s ease;
transition: transform 0.6s ease, -webkit-transform 0.6s ease;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-perspective: 1000px;
perspective: 1000px;
}
.tw-bs4 .carousel-item.active,
.tw-bs4 .carousel-item-next,
.tw-bs4 .carousel-item-prev {
display: block;
}
.tw-bs4 .carousel-item-next,
.tw-bs4 .carousel-item-prev {
position: absolute;
top: 0;
}
.tw-bs4 .carousel-item-next.carousel-item-left,
.tw-bs4 .carousel-item-prev.carousel-item-right {
-webkit-transform: translateX(0);
transform: translateX(0);
}
.tw-bs4 .carousel-item-next,
.tw-bs4 .active.carousel-item-right {
-webkit-transform: translateX(100%);
transform: translateX(100%);
}
.tw-bs4 .carousel-item-prev,
.tw-bs4 .active.carousel-item-left {
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
}
.tw-bs4 .carousel-control-prev,
.tw-bs4 .carousel-control-next {
position: absolute;
top: 0;
bottom: 0;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: center;
justify-content: center;
width: 15%;
color: #fff;
text-align: center;
opacity: 0.5;
}
.tw-bs4 .carousel-control-prev:focus,
.tw-bs4 .carousel-control-prev:hover,
.tw-bs4 .carousel-control-next:focus,
.tw-bs4 .carousel-control-next:hover {
color: #fff;
text-decoration: none;
outline: 0;
opacity: .9;
}
.tw-bs4 .carousel-control-prev {
left: 0;
}
.tw-bs4 .carousel-control-next {
right: 0;
}
.tw-bs4 .carousel-control-prev-icon,
.tw-bs4 .carousel-control-next-icon {
display: inline-block;
width: 20px;
height: 20px;
background: transparent no-repeat center center;
background-size: 100% 100%;
}
.tw-bs4 .carousel-control-prev-icon {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M4 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");
}
.tw-bs4 .carousel-control-next-icon {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M1.5 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");
}
.tw-bs4 .carousel-indicators {
position: absolute;
right: 0;
bottom: 10px;
left: 0;
z-index: 15;
display: -ms-flexbox;
display: flex;
-ms-flex-pack: center;
justify-content: center;
padding-left: 0;
margin-right: 15%;
margin-left: 15%;
list-style: none;
}
.tw-bs4 .carousel-indicators li {
position: relative;
-ms-flex: 0 1 auto;
flex: 0 1 auto;
width: 30px;
height: 3px;
margin-right: 3px;
margin-left: 3px;
text-indent: -999px;
background-color: rgba(255,255,255,0.5);
}
.tw-bs4 .carousel-indicators li::before {
position: absolute;
top: -10px;
left: 0;
display: inline-block;
width: 100%;
height: 10px;
content: "";
}
.tw-bs4 .carousel-indicators li::after {
position: absolute;
bottom: -10px;
left: 0;
display: inline-block;
width: 100%;
height: 10px;
content: "";
}
.tw-bs4 .carousel-indicators .active {
background-color: #fff;
}
.tw-bs4 .carousel-caption {
position: absolute;
right: 15%;
bottom: 20px;
left: 15%;
z-index: 10;
padding-top: 20px;
padding-bottom: 20px;
color: #fff;
text-align: center;
}
.tw-bs4 .align-baseline {
vertical-align: baseline !important;
}
.tw-bs4 .align-top {
vertical-align: top !important;
}
.tw-bs4 .align-middle {
vertical-align: middle !important;
}
.tw-bs4 .align-bottom {
vertical-align: bottom !important;
}
.tw-bs4 .align-text-bottom {
vertical-align: text-bottom !important;
}
.tw-bs4 .align-text-top {
vertical-align: text-top !important;
}
.tw-bs4 .bg-primary {
background-color: #007bff !important;
}
.tw-bs4 a.bg-primary:focus,
.tw-bs4 a.bg-primary:hover {
background-color: #0062cc !important;
}
.tw-bs4 .bg-secondary {
background-color: #868e96 !important;
}
.tw-bs4 a.bg-secondary:focus,
.tw-bs4 a.bg-secondary:hover {
background-color: #6c757d !important;
}
.tw-bs4 .bg-success {
background-color: #28a745 !important;
}
.tw-bs4 a.bg-success:focus,
.tw-bs4 a.bg-success:hover {
background-color: #1e7e34 !important;
}
.tw-bs4 .bg-info {
background-color: #17a2b8 !important;
}
.tw-bs4 a.bg-info:focus,
.tw-bs4 a.bg-info:hover {
background-color: #117a8b !important;
}
.tw-bs4 .bg-warning {
background-color: #ffc107 !important;
}
.tw-bs4 a.bg-warning:focus,
.tw-bs4 a.bg-warning:hover {
background-color: #d39e00 !important;
}
.tw-bs4 .bg-danger {
background-color: #dc3545 !important;
}
.tw-bs4 a.bg-danger:focus,
.tw-bs4 a.bg-danger:hover {
background-color: #bd2130 !important;
}
.tw-bs4 .bg-light {
background-color: #f8f9fa !important;
}
.tw-bs4 a.bg-light:focus,
.tw-bs4 a.bg-light:hover {
background-color: #dae0e5 !important;
}
.tw-bs4 .bg-dark {
background-color: #343a40 !important;
}
.tw-bs4 a.bg-dark:focus,
.tw-bs4 a.bg-dark:hover {
background-color: #1d2124 !important;
}
.tw-bs4 .bg-white {
background-color: #fff !important;
}
.tw-bs4 .bg-transparent {
background-color: transparent !important;
}
.tw-bs4 .border {
border: 1px solid #e9ecef !important;
}
.tw-bs4 .border-0 {
border: 0 !important;
}
.tw-bs4 .border-top-0 {
border-top: 0 !important;
}
.tw-bs4 .border-right-0 {
border-right: 0 !important;
}
.tw-bs4 .border-bottom-0 {
border-bottom: 0 !important;
}
.tw-bs4 .border-left-0 {
border-left: 0 !important;
}
.tw-bs4 .border-primary {
border-color: #007bff !important;
}
.tw-bs4 .border-secondary {
border-color: #868e96 !important;
}
.tw-bs4 .border-success {
border-color: #28a745 !important;
}
.tw-bs4 .border-info {
border-color: #17a2b8 !important;
}
.tw-bs4 .border-warning {
border-color: #ffc107 !important;
}
.tw-bs4 .border-danger {
border-color: #dc3545 !important;
}
.tw-bs4 .border-light {
border-color: #f8f9fa !important;
}
.tw-bs4 .border-dark {
border-color: #343a40 !important;
}
.tw-bs4 .border-white {
border-color: #fff !important;
}
.tw-bs4 .rounded {
border-radius: 0.25rem !important;
}
.tw-bs4 .rounded-top {
border-top-left-radius: 0.25rem !important;
border-top-right-radius: 0.25rem !important;
}
.tw-bs4 .rounded-right {
border-top-right-radius: 0.25rem !important;
border-bottom-right-radius: 0.25rem !important;
}
.tw-bs4 .rounded-bottom {
border-bottom-right-radius: 0.25rem !important;
border-bottom-left-radius: 0.25rem !important;
}
.tw-bs4 .rounded-left {
border-top-left-radius: 0.25rem !important;
border-bottom-left-radius: 0.25rem !important;
}
.tw-bs4 .rounded-circle {
border-radius: 50%;
}
.tw-bs4 .rounded-0 {
border-radius: 0;
}
.tw-bs4 .clearfix::after {
display: block;
clear: both;
content: "";
}
.tw-bs4 .d-none {
display: none !important;
}
.tw-bs4 .d-inline {
display: inline !important;
}
.tw-bs4 .d-inline-block {
display: inline-block !important;
}
.tw-bs4 .d-block {
display: block !important;
}
.tw-bs4 .d-table {
display: table !important;
}
.tw-bs4 .d-table-cell {
display: table-cell !important;
}
.tw-bs4 .d-flex {
display: -ms-flexbox !important;
display: flex !important;
}
.tw-bs4 .d-inline-flex {
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
@media (min-width: 576px) {
.tw-bs4 .d-sm-none {
display: none !important;
}
.tw-bs4 .d-sm-inline {
display: inline !important;
}
.tw-bs4 .d-sm-inline-block {
display: inline-block !important;
}
.tw-bs4 .d-sm-block {
display: block !important;
}
.tw-bs4 .d-sm-table {
display: table !important;
}
.tw-bs4 .d-sm-table-cell {
display: table-cell !important;
}
.tw-bs4 .d-sm-flex {
display: -ms-flexbox !important;
display: flex !important;
}
.tw-bs4 .d-sm-inline-flex {
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
}
@media (min-width: 768px) {
.tw-bs4 .d-md-none {
display: none !important;
}
.tw-bs4 .d-md-inline {
display: inline !important;
}
.tw-bs4 .d-md-inline-block {
display: inline-block !important;
}
.tw-bs4 .d-md-block {
display: block !important;
}
.tw-bs4 .d-md-table {
display: table !important;
}
.tw-bs4 .d-md-table-cell {
display: table-cell !important;
}
.tw-bs4 .d-md-flex {
display: -ms-flexbox !important;
display: flex !important;
}
.tw-bs4 .d-md-inline-flex {
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
}
@media (min-width: 992px) {
.tw-bs4 .d-lg-none {
display: none !important;
}
.tw-bs4 .d-lg-inline {
display: inline !important;
}
.tw-bs4 .d-lg-inline-block {
display: inline-block !important;
}
.tw-bs4 .d-lg-block {
display: block !important;
}
.tw-bs4 .d-lg-table {
display: table !important;
}
.tw-bs4 .d-lg-table-cell {
display: table-cell !important;
}
.tw-bs4 .d-lg-flex {
display: -ms-flexbox !important;
display: flex !important;
}
.tw-bs4 .d-lg-inline-flex {
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
}
@media (min-width: 1200px) {
.tw-bs4 .d-xl-none {
display: none !important;
}
.tw-bs4 .d-xl-inline {
display: inline !important;
}
.tw-bs4 .d-xl-inline-block {
display: inline-block !important;
}
.tw-bs4 .d-xl-block {
display: block !important;
}
.tw-bs4 .d-xl-table {
display: table !important;
}
.tw-bs4 .d-xl-table-cell {
display: table-cell !important;
}
.tw-bs4 .d-xl-flex {
display: -ms-flexbox !important;
display: flex !important;
}
.tw-bs4 .d-xl-inline-flex {
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
}
.tw-bs4 .d-print-block {
display: none !important;
}
@media print {
.tw-bs4 .d-print-block {
display: block !important;
}
}
.tw-bs4 .d-print-inline {
display: none !important;
}
@media print {
.tw-bs4 .d-print-inline {
display: inline !important;
}
}
.tw-bs4 .d-print-inline-block {
display: none !important;
}
@media print {
.tw-bs4 .d-print-inline-block {
display: inline-block !important;
}
}
@media print {
.tw-bs4 .d-print-none {
display: none !important;
}
}
.tw-bs4 .embed-responsive {
position: relative;
display: block;
width: 100%;
padding: 0;
overflow: hidden;
}
.tw-bs4 .embed-responsive::before {
display: block;
content: "";
}
.tw-bs4 .embed-responsive .embed-responsive-item,
.tw-bs4 .embed-responsive iframe,
.tw-bs4 .embed-responsive embed,
.tw-bs4 .embed-responsive object,
.tw-bs4 .embed-responsive video {
position: absolute;
top: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
border: 0;
}
.tw-bs4 .embed-responsive-21by9::before {
padding-top: 42.857143%;
}
.tw-bs4 .embed-responsive-16by9::before {
padding-top: 56.25%;
}
.tw-bs4 .embed-responsive-4by3::before {
padding-top: 75%;
}
.tw-bs4 .embed-responsive-1by1::before {
padding-top: 100%;
}
.tw-bs4 .flex-row {
-ms-flex-direction: row !important;
flex-direction: row !important;
}
.tw-bs4 .flex-column {
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.tw-bs4 .flex-row-reverse {
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
.tw-bs4 .flex-column-reverse {
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
.tw-bs4 .flex-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
.tw-bs4 .flex-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}
.tw-bs4 .flex-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important;
}
.tw-bs4 .justify-content-start {
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.tw-bs4 .justify-content-end {
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.tw-bs4 .justify-content-center {
-ms-flex-pack: center !important;
justify-content: center !important;
}
.tw-bs4 .justify-content-between {
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
.tw-bs4 .justify-content-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
.tw-bs4 .align-items-start {
-ms-flex-align: start !important;
align-items: flex-start !important;
}
.tw-bs4 .align-items-end {
-ms-flex-align: end !important;
align-items: flex-end !important;
}
.tw-bs4 .align-items-center {
-ms-flex-align: center !important;
align-items: center !important;
}
.tw-bs4 .align-items-baseline {
-ms-flex-align: baseline !important;
align-items: baseline !important;
}
.tw-bs4 .align-items-stretch {
-ms-flex-align: stretch !important;
align-items: stretch !important;
}
.tw-bs4 .align-content-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important;
}
.tw-bs4 .align-content-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important;
}
.tw-bs4 .align-content-center {
-ms-flex-line-pack: center !important;
align-content: center !important;
}
.tw-bs4 .align-content-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important;
}
.tw-bs4 .align-content-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important;
}
.tw-bs4 .align-content-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important;
}
.tw-bs4 .align-self-auto {
-ms-flex-item-align: auto !important;
align-self: auto !important;
}
.tw-bs4 .align-self-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important;
}
.tw-bs4 .align-self-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important;
}
.tw-bs4 .align-self-center {
-ms-flex-item-align: center !important;
align-self: center !important;
}
.tw-bs4 .align-self-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important;
}
.tw-bs4 .align-self-stretch {
-ms-flex-item-align: stretch !important;
align-self: stretch !important;
}
@media (min-width: 576px) {
.tw-bs4 .flex-sm-row {
-ms-flex-direction: row !important;
flex-direction: row !important;
}
.tw-bs4 .flex-sm-column {
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.tw-bs4 .flex-sm-row-reverse {
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
.tw-bs4 .flex-sm-column-reverse {
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
.tw-bs4 .flex-sm-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
.tw-bs4 .flex-sm-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}
.tw-bs4 .flex-sm-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important;
}
.tw-bs4 .justify-content-sm-start {
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.tw-bs4 .justify-content-sm-end {
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.tw-bs4 .justify-content-sm-center {
-ms-flex-pack: center !important;
justify-content: center !important;
}
.tw-bs4 .justify-content-sm-between {
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
.tw-bs4 .justify-content-sm-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
.tw-bs4 .align-items-sm-start {
-ms-flex-align: start !important;
align-items: flex-start !important;
}
.tw-bs4 .align-items-sm-end {
-ms-flex-align: end !important;
align-items: flex-end !important;
}
.tw-bs4 .align-items-sm-center {
-ms-flex-align: center !important;
align-items: center !important;
}
.tw-bs4 .align-items-sm-baseline {
-ms-flex-align: baseline !important;
align-items: baseline !important;
}
.tw-bs4 .align-items-sm-stretch {
-ms-flex-align: stretch !important;
align-items: stretch !important;
}
.tw-bs4 .align-content-sm-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important;
}
.tw-bs4 .align-content-sm-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important;
}
.tw-bs4 .align-content-sm-center {
-ms-flex-line-pack: center !important;
align-content: center !important;
}
.tw-bs4 .align-content-sm-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important;
}
.tw-bs4 .align-content-sm-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important;
}
.tw-bs4 .align-content-sm-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important;
}
.tw-bs4 .align-self-sm-auto {
-ms-flex-item-align: auto !important;
align-self: auto !important;
}
.tw-bs4 .align-self-sm-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important;
}
.tw-bs4 .align-self-sm-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important;
}
.tw-bs4 .align-self-sm-center {
-ms-flex-item-align: center !important;
align-self: center !important;
}
.tw-bs4 .align-self-sm-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important;
}
.tw-bs4 .align-self-sm-stretch {
-ms-flex-item-align: stretch !important;
align-self: stretch !important;
}
}
@media (min-width: 768px) {
.tw-bs4 .flex-md-row {
-ms-flex-direction: row !important;
flex-direction: row !important;
}
.tw-bs4 .flex-md-column {
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.tw-bs4 .flex-md-row-reverse {
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
.tw-bs4 .flex-md-column-reverse {
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
.tw-bs4 .flex-md-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
.tw-bs4 .flex-md-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}
.tw-bs4 .flex-md-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important;
}
.tw-bs4 .justify-content-md-start {
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.tw-bs4 .justify-content-md-end {
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.tw-bs4 .justify-content-md-center {
-ms-flex-pack: center !important;
justify-content: center !important;
}
.tw-bs4 .justify-content-md-between {
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
.tw-bs4 .justify-content-md-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
.tw-bs4 .align-items-md-start {
-ms-flex-align: start !important;
align-items: flex-start !important;
}
.tw-bs4 .align-items-md-end {
-ms-flex-align: end !important;
align-items: flex-end !important;
}
.tw-bs4 .align-items-md-center {
-ms-flex-align: center !important;
align-items: center !important;
}
.tw-bs4 .align-items-md-baseline {
-ms-flex-align: baseline !important;
align-items: baseline !important;
}
.tw-bs4 .align-items-md-stretch {
-ms-flex-align: stretch !important;
align-items: stretch !important;
}
.tw-bs4 .align-content-md-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important;
}
.tw-bs4 .align-content-md-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important;
}
.tw-bs4 .align-content-md-center {
-ms-flex-line-pack: center !important;
align-content: center !important;
}
.tw-bs4 .align-content-md-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important;
}
.tw-bs4 .align-content-md-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important;
}
.tw-bs4 .align-content-md-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important;
}
.tw-bs4 .align-self-md-auto {
-ms-flex-item-align: auto !important;
align-self: auto !important;
}
.tw-bs4 .align-self-md-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important;
}
.tw-bs4 .align-self-md-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important;
}
.tw-bs4 .align-self-md-center {
-ms-flex-item-align: center !important;
align-self: center !important;
}
.tw-bs4 .align-self-md-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important;
}
.tw-bs4 .align-self-md-stretch {
-ms-flex-item-align: stretch !important;
align-self: stretch !important;
}
}
@media (min-width: 992px) {
.tw-bs4 .flex-lg-row {
-ms-flex-direction: row !important;
flex-direction: row !important;
}
.tw-bs4 .flex-lg-column {
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.tw-bs4 .flex-lg-row-reverse {
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
.tw-bs4 .flex-lg-column-reverse {
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
.tw-bs4 .flex-lg-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
.tw-bs4 .flex-lg-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}
.tw-bs4 .flex-lg-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important;
}
.tw-bs4 .justify-content-lg-start {
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.tw-bs4 .justify-content-lg-end {
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.tw-bs4 .justify-content-lg-center {
-ms-flex-pack: center !important;
justify-content: center !important;
}
.tw-bs4 .justify-content-lg-between {
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
.tw-bs4 .justify-content-lg-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
.tw-bs4 .align-items-lg-start {
-ms-flex-align: start !important;
align-items: flex-start !important;
}
.tw-bs4 .align-items-lg-end {
-ms-flex-align: end !important;
align-items: flex-end !important;
}
.tw-bs4 .align-items-lg-center {
-ms-flex-align: center !important;
align-items: center !important;
}
.tw-bs4 .align-items-lg-baseline {
-ms-flex-align: baseline !important;
align-items: baseline !important;
}
.tw-bs4 .align-items-lg-stretch {
-ms-flex-align: stretch !important;
align-items: stretch !important;
}
.tw-bs4 .align-content-lg-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important;
}
.tw-bs4 .align-content-lg-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important;
}
.tw-bs4 .align-content-lg-center {
-ms-flex-line-pack: center !important;
align-content: center !important;
}
.tw-bs4 .align-content-lg-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important;
}
.tw-bs4 .align-content-lg-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important;
}
.tw-bs4 .align-content-lg-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important;
}
.tw-bs4 .align-self-lg-auto {
-ms-flex-item-align: auto !important;
align-self: auto !important;
}
.tw-bs4 .align-self-lg-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important;
}
.tw-bs4 .align-self-lg-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important;
}
.tw-bs4 .align-self-lg-center {
-ms-flex-item-align: center !important;
align-self: center !important;
}
.tw-bs4 .align-self-lg-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important;
}
.tw-bs4 .align-self-lg-stretch {
-ms-flex-item-align: stretch !important;
align-self: stretch !important;
}
}
@media (min-width: 1200px) {
.tw-bs4 .flex-xl-row {
-ms-flex-direction: row !important;
flex-direction: row !important;
}
.tw-bs4 .flex-xl-column {
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.tw-bs4 .flex-xl-row-reverse {
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
.tw-bs4 .flex-xl-column-reverse {
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
.tw-bs4 .flex-xl-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
.tw-bs4 .flex-xl-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}
.tw-bs4 .flex-xl-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important;
}
.tw-bs4 .justify-content-xl-start {
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.tw-bs4 .justify-content-xl-end {
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.tw-bs4 .justify-content-xl-center {
-ms-flex-pack: center !important;
justify-content: center !important;
}
.tw-bs4 .justify-content-xl-between {
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
.tw-bs4 .justify-content-xl-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
.tw-bs4 .align-items-xl-start {
-ms-flex-align: start !important;
align-items: flex-start !important;
}
.tw-bs4 .align-items-xl-end {
-ms-flex-align: end !important;
align-items: flex-end !important;
}
.tw-bs4 .align-items-xl-center {
-ms-flex-align: center !important;
align-items: center !important;
}
.tw-bs4 .align-items-xl-baseline {
-ms-flex-align: baseline !important;
align-items: baseline !important;
}
.tw-bs4 .align-items-xl-stretch {
-ms-flex-align: stretch !important;
align-items: stretch !important;
}
.tw-bs4 .align-content-xl-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important;
}
.tw-bs4 .align-content-xl-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important;
}
.tw-bs4 .align-content-xl-center {
-ms-flex-line-pack: center !important;
align-content: center !important;
}
.tw-bs4 .align-content-xl-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important;
}
.tw-bs4 .align-content-xl-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important;
}
.tw-bs4 .align-content-xl-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important;
}
.tw-bs4 .align-self-xl-auto {
-ms-flex-item-align: auto !important;
align-self: auto !important;
}
.tw-bs4 .align-self-xl-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important;
}
.tw-bs4 .align-self-xl-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important;
}
.tw-bs4 .align-self-xl-center {
-ms-flex-item-align: center !important;
align-self: center !important;
}
.tw-bs4 .align-self-xl-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important;
}
.tw-bs4 .align-self-xl-stretch {
-ms-flex-item-align: stretch !important;
align-self: stretch !important;
}
}
.tw-bs4 .float-left {
float: left !important;
}
.tw-bs4 .float-right {
float: right !important;
}
.tw-bs4 .float-none {
float: none !important;
}
@media (min-width: 576px) {
.tw-bs4 .float-sm-left {
float: left !important;
}
.tw-bs4 .float-sm-right {
float: right !important;
}
.tw-bs4 .float-sm-none {
float: none !important;
}
}
@media (min-width: 768px) {
.tw-bs4 .float-md-left {
float: left !important;
}
.tw-bs4 .float-md-right {
float: right !important;
}
.tw-bs4 .float-md-none {
float: none !important;
}
}
@media (min-width: 992px) {
.tw-bs4 .float-lg-left {
float: left !important;
}
.tw-bs4 .float-lg-right {
float: right !important;
}
.tw-bs4 .float-lg-none {
float: none !important;
}
}
@media (min-width: 1200px) {
.tw-bs4 .float-xl-left {
float: left !important;
}
.tw-bs4 .float-xl-right {
float: right !important;
}
.tw-bs4 .float-xl-none {
float: none !important;
}
}
.tw-bs4 .fixed-top {
position: fixed;
top: 0;
right: 0;
left: 0;
z-index: 1030;
}
.tw-bs4 .fixed-bottom {
position: fixed;
right: 0;
bottom: 0;
left: 0;
z-index: 1030;
}
.tw-bs4 .sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
overflow: hidden;
clip: rect(0,0,0,0);
white-space: nowrap;
-webkit-clip-path: inset(50%);
clip-path: inset(50%);
border: 0;
}
.tw-bs4 .sr-only-focusable:active,
.tw-bs4 .sr-only-focusable:focus {
position: static;
width: auto;
height: auto;
overflow: visible;
clip: auto;
white-space: normal;
-webkit-clip-path: none;
clip-path: none;
}
.tw-bs4 .w-25 {
width: 25% !important;
}
.tw-bs4 .w-50 {
width: 50% !important;
}
.tw-bs4 .w-75 {
width: 75% !important;
}
.tw-bs4 .w-100 {
width: 100% !important;
}
.tw-bs4 .h-25 {
height: 25% !important;
}
.tw-bs4 .h-50 {
height: 50% !important;
}
.tw-bs4 .h-75 {
height: 75% !important;
}
.tw-bs4 .h-100 {
height: 100% !important;
}
.tw-bs4 .mw-100 {
max-width: 100% !important;
}
.tw-bs4 .mh-100 {
max-height: 100% !important;
}
.tw-bs4 .m-0 {
margin: 0 !important;
}
.tw-bs4 .mt-0 {
margin-top: 0 !important;
}
.tw-bs4 .mr-0 {
margin-right: 0 !important;
}
.tw-bs4 .mb-0 {
margin-bottom: 0 !important;
}
.tw-bs4 .ml-0 {
margin-left: 0 !important;
}
.tw-bs4 .mx-0 {
margin-right: 0 !important;
margin-left: 0 !important;
}
.tw-bs4 .my-0 {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
.tw-bs4 .m-1 {
margin: 0.25rem !important;
}
.tw-bs4 .mt-1 {
margin-top: 0.25rem !important;
}
.tw-bs4 .mr-1 {
margin-right: 0.25rem !important;
}
.tw-bs4 .mb-1 {
margin-bottom: 0.25rem !important;
}
.tw-bs4 .ml-1 {
margin-left: 0.25rem !important;
}
.tw-bs4 .mx-1 {
margin-right: 0.25rem !important;
margin-left: 0.25rem !important;
}
.tw-bs4 .my-1 {
margin-top: 0.25rem !important;
margin-bottom: 0.25rem !important;
}
.tw-bs4 .m-2 {
margin: 0.5rem !important;
}
.tw-bs4 .mt-2 {
margin-top: 0.5rem !important;
}
.tw-bs4 .mr-2 {
margin-right: 0.5rem !important;
}
.tw-bs4 .mb-2 {
margin-bottom: 0.5rem !important;
}
.tw-bs4 .ml-2 {
margin-left: 0.5rem !important;
}
.tw-bs4 .mx-2 {
margin-right: 0.5rem !important;
margin-left: 0.5rem !important;
}
.tw-bs4 .my-2 {
margin-top: 0.5rem !important;
margin-bottom: 0.5rem !important;
}
.tw-bs4 .m-3 {
margin: 1rem !important;
}
.tw-bs4 .mt-3 {
margin-top: 1rem !important;
}
.tw-bs4 .mr-3 {
margin-right: 1rem !important;
}
.tw-bs4 .mb-3 {
margin-bottom: 1rem !important;
}
.tw-bs4 .ml-3 {
margin-left: 1rem !important;
}
.tw-bs4 .mx-3 {
margin-right: 1rem !important;
margin-left: 1rem !important;
}
.tw-bs4 .my-3 {
margin-top: 1rem !important;
margin-bottom: 1rem !important;
}
.tw-bs4 .m-4 {
margin: 1.5rem !important;
}
.tw-bs4 .mt-4 {
margin-top: 1.5rem !important;
}
.tw-bs4 .mr-4 {
margin-right: 1.5rem !important;
}
.tw-bs4 .mb-4 {
margin-bottom: 1.5rem !important;
}
.tw-bs4 .ml-4 {
margin-left: 1.5rem !important;
}
.tw-bs4 .mx-4 {
margin-right: 1.5rem !important;
margin-left: 1.5rem !important;
}
.tw-bs4 .my-4 {
margin-top: 1.5rem !important;
margin-bottom: 1.5rem !important;
}
.tw-bs4 .m-5 {
margin: 3rem !important;
}
.tw-bs4 .mt-5 {
margin-top: 3rem !important;
}
.tw-bs4 .mr-5 {
margin-right: 3rem !important;
}
.tw-bs4 .mb-5 {
margin-bottom: 3rem !important;
}
.tw-bs4 .ml-5 {
margin-left: 3rem !important;
}
.tw-bs4 .mx-5 {
margin-right: 3rem !important;
margin-left: 3rem !important;
}
.tw-bs4 .my-5 {
margin-top: 3rem !important;
margin-bottom: 3rem !important;
}
.tw-bs4 .p-0 {
padding: 0 !important;
}
.tw-bs4 .pt-0 {
padding-top: 0 !important;
}
.tw-bs4 .pr-0 {
padding-right: 0 !important;
}
.tw-bs4 .pb-0 {
padding-bottom: 0 !important;
}
.tw-bs4 .pl-0 {
padding-left: 0 !important;
}
.tw-bs4 .px-0 {
padding-right: 0 !important;
padding-left: 0 !important;
}
.tw-bs4 .py-0 {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.tw-bs4 .p-1 {
padding: 0.25rem !important;
}
.tw-bs4 .pt-1 {
padding-top: 0.25rem !important;
}
.tw-bs4 .pr-1 {
padding-right: 0.25rem !important;
}
.tw-bs4 .pb-1 {
padding-bottom: 0.25rem !important;
}
.tw-bs4 .pl-1 {
padding-left: 0.25rem !important;
}
.tw-bs4 .px-1 {
padding-right: 0.25rem !important;
padding-left: 0.25rem !important;
}
.tw-bs4 .py-1 {
padding-top: 0.25rem !important;
padding-bottom: 0.25rem !important;
}
.tw-bs4 .p-2 {
padding: 0.5rem !important;
}
.tw-bs4 .pt-2 {
padding-top: 0.5rem !important;
}
.tw-bs4 .pr-2 {
padding-right: 0.5rem !important;
}
.tw-bs4 .pb-2 {
padding-bottom: 0.5rem !important;
}
.tw-bs4 .pl-2 {
padding-left: 0.5rem !important;
}
.tw-bs4 .px-2 {
padding-right: 0.5rem !important;
padding-left: 0.5rem !important;
}
.tw-bs4 .py-2 {
padding-top: 0.5rem !important;
padding-bottom: 0.5rem !important;
}
.tw-bs4 .p-3 {
padding: 1rem !important;
}
.tw-bs4 .pt-3 {
padding-top: 1rem !important;
}
.tw-bs4 .pr-3 {
padding-right: 1rem !important;
}
.tw-bs4 .pb-3 {
padding-bottom: 1rem !important;
}
.tw-bs4 .pl-3 {
padding-left: 1rem !important;
}
.tw-bs4 .px-3 {
padding-right: 1rem !important;
padding-left: 1rem !important;
}
.tw-bs4 .py-3 {
padding-top: 1rem !important;
padding-bottom: 1rem !important;
}
.tw-bs4 .p-4 {
padding: 1.5rem !important;
}
.tw-bs4 .pt-4 {
padding-top: 1.5rem !important;
}
.tw-bs4 .pr-4 {
padding-right: 1.5rem !important;
}
.tw-bs4 .pb-4 {
padding-bottom: 1.5rem !important;
}
.tw-bs4 .pl-4 {
padding-left: 1.5rem !important;
}
.tw-bs4 .px-4 {
padding-right: 1.5rem !important;
padding-left: 1.5rem !important;
}
.tw-bs4 .py-4 {
padding-top: 1.5rem !important;
padding-bottom: 1.5rem !important;
}
.tw-bs4 .p-5 {
padding: 3rem !important;
}
.tw-bs4 .pt-5 {
padding-top: 3rem !important;
}
.tw-bs4 .pr-5 {
padding-right: 3rem !important;
}
.tw-bs4 .pb-5 {
padding-bottom: 3rem !important;
}
.tw-bs4 .pl-5 {
padding-left: 3rem !important;
}
.tw-bs4 .px-5 {
padding-right: 3rem !important;
padding-left: 3rem !important;
}
.tw-bs4 .py-5 {
padding-top: 3rem !important;
padding-bottom: 3rem !important;
}
.tw-bs4 .m-auto {
margin: auto !important;
}
.tw-bs4 .mt-auto {
margin-top: auto !important;
}
.tw-bs4 .mr-auto {
margin-right: auto !important;
}
.tw-bs4 .mb-auto {
margin-bottom: auto !important;
}
.tw-bs4 .ml-auto {
margin-left: auto !important;
}
.tw-bs4 .mx-auto {
margin-right: auto !important;
margin-left: auto !important;
}
.tw-bs4 .my-auto {
margin-top: auto !important;
margin-bottom: auto !important;
}
@media (min-width: 576px) {
.tw-bs4 .m-sm-0 {
margin: 0 !important;
}
.tw-bs4 .mt-sm-0 {
margin-top: 0 !important;
}
.tw-bs4 .mr-sm-0 {
margin-right: 0 !important;
}
.tw-bs4 .mb-sm-0 {
margin-bottom: 0 !important;
}
.tw-bs4 .ml-sm-0 {
margin-left: 0 !important;
}
.tw-bs4 .mx-sm-0 {
margin-right: 0 !important;
margin-left: 0 !important;
}
.tw-bs4 .my-sm-0 {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
.tw-bs4 .m-sm-1 {
margin: 0.25rem !important;
}
.tw-bs4 .mt-sm-1 {
margin-top: 0.25rem !important;
}
.tw-bs4 .mr-sm-1 {
margin-right: 0.25rem !important;
}
.tw-bs4 .mb-sm-1 {
margin-bottom: 0.25rem !important;
}
.tw-bs4 .ml-sm-1 {
margin-left: 0.25rem !important;
}
.tw-bs4 .mx-sm-1 {
margin-right: 0.25rem !important;
margin-left: 0.25rem !important;
}
.tw-bs4 .my-sm-1 {
margin-top: 0.25rem !important;
margin-bottom: 0.25rem !important;
}
.tw-bs4 .m-sm-2 {
margin: 0.5rem !important;
}
.tw-bs4 .mt-sm-2 {
margin-top: 0.5rem !important;
}
.tw-bs4 .mr-sm-2 {
margin-right: 0.5rem !important;
}
.tw-bs4 .mb-sm-2 {
margin-bottom: 0.5rem !important;
}
.tw-bs4 .ml-sm-2 {
margin-left: 0.5rem !important;
}
.tw-bs4 .mx-sm-2 {
margin-right: 0.5rem !important;
margin-left: 0.5rem !important;
}
.tw-bs4 .my-sm-2 {
margin-top: 0.5rem !important;
margin-bottom: 0.5rem !important;
}
.tw-bs4 .m-sm-3 {
margin: 1rem !important;
}
.tw-bs4 .mt-sm-3 {
margin-top: 1rem !important;
}
.tw-bs4 .mr-sm-3 {
margin-right: 1rem !important;
}
.tw-bs4 .mb-sm-3 {
margin-bottom: 1rem !important;
}
.tw-bs4 .ml-sm-3 {
margin-left: 1rem !important;
}
.tw-bs4 .mx-sm-3 {
margin-right: 1rem !important;
margin-left: 1rem !important;
}
.tw-bs4 .my-sm-3 {
margin-top: 1rem !important;
margin-bottom: 1rem !important;
}
.tw-bs4 .m-sm-4 {
margin: 1.5rem !important;
}
.tw-bs4 .mt-sm-4 {
margin-top: 1.5rem !important;
}
.tw-bs4 .mr-sm-4 {
margin-right: 1.5rem !important;
}
.tw-bs4 .mb-sm-4 {
margin-bottom: 1.5rem !important;
}
.tw-bs4 .ml-sm-4 {
margin-left: 1.5rem !important;
}
.tw-bs4 .mx-sm-4 {
margin-right: 1.5rem !important;
margin-left: 1.5rem !important;
}
.tw-bs4 .my-sm-4 {
margin-top: 1.5rem !important;
margin-bottom: 1.5rem !important;
}
.tw-bs4 .m-sm-5 {
margin: 3rem !important;
}
.tw-bs4 .mt-sm-5 {
margin-top: 3rem !important;
}
.tw-bs4 .mr-sm-5 {
margin-right: 3rem !important;
}
.tw-bs4 .mb-sm-5 {
margin-bottom: 3rem !important;
}
.tw-bs4 .ml-sm-5 {
margin-left: 3rem !important;
}
.tw-bs4 .mx-sm-5 {
margin-right: 3rem !important;
margin-left: 3rem !important;
}
.tw-bs4 .my-sm-5 {
margin-top: 3rem !important;
margin-bottom: 3rem !important;
}
.tw-bs4 .p-sm-0 {
padding: 0 !important;
}
.tw-bs4 .pt-sm-0 {
padding-top: 0 !important;
}
.tw-bs4 .pr-sm-0 {
padding-right: 0 !important;
}
.tw-bs4 .pb-sm-0 {
padding-bottom: 0 !important;
}
.tw-bs4 .pl-sm-0 {
padding-left: 0 !important;
}
.tw-bs4 .px-sm-0 {
padding-right: 0 !important;
padding-left: 0 !important;
}
.tw-bs4 .py-sm-0 {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.tw-bs4 .p-sm-1 {
padding: 0.25rem !important;
}
.tw-bs4 .pt-sm-1 {
padding-top: 0.25rem !important;
}
.tw-bs4 .pr-sm-1 {
padding-right: 0.25rem !important;
}
.tw-bs4 .pb-sm-1 {
padding-bottom: 0.25rem !important;
}
.tw-bs4 .pl-sm-1 {
padding-left: 0.25rem !important;
}
.tw-bs4 .px-sm-1 {
padding-right: 0.25rem !important;
padding-left: 0.25rem !important;
}
.tw-bs4 .py-sm-1 {
padding-top: 0.25rem !important;
padding-bottom: 0.25rem !important;
}
.tw-bs4 .p-sm-2 {
padding: 0.5rem !important;
}
.tw-bs4 .pt-sm-2 {
padding-top: 0.5rem !important;
}
.tw-bs4 .pr-sm-2 {
padding-right: 0.5rem !important;
}
.tw-bs4 .pb-sm-2 {
padding-bottom: 0.5rem !important;
}
.tw-bs4 .pl-sm-2 {
padding-left: 0.5rem !important;
}
.tw-bs4 .px-sm-2 {
padding-right: 0.5rem !important;
padding-left: 0.5rem !important;
}
.tw-bs4 .py-sm-2 {
padding-top: 0.5rem !important;
padding-bottom: 0.5rem !important;
}
.tw-bs4 .p-sm-3 {
padding: 1rem !important;
}
.tw-bs4 .pt-sm-3 {
padding-top: 1rem !important;
}
.tw-bs4 .pr-sm-3 {
padding-right: 1rem !important;
}
.tw-bs4 .pb-sm-3 {
padding-bottom: 1rem !important;
}
.tw-bs4 .pl-sm-3 {
padding-left: 1rem !important;
}
.tw-bs4 .px-sm-3 {
padding-right: 1rem !important;
padding-left: 1rem !important;
}
.tw-bs4 .py-sm-3 {
padding-top: 1rem !important;
padding-bottom: 1rem !important;
}
.tw-bs4 .p-sm-4 {
padding: 1.5rem !important;
}
.tw-bs4 .pt-sm-4 {
padding-top: 1.5rem !important;
}
.tw-bs4 .pr-sm-4 {
padding-right: 1.5rem !important;
}
.tw-bs4 .pb-sm-4 {
padding-bottom: 1.5rem !important;
}
.tw-bs4 .pl-sm-4 {
padding-left: 1.5rem !important;
}
.tw-bs4 .px-sm-4 {
padding-right: 1.5rem !important;
padding-left: 1.5rem !important;
}
.tw-bs4 .py-sm-4 {
padding-top: 1.5rem !important;
padding-bottom: 1.5rem !important;
}
.tw-bs4 .p-sm-5 {
padding: 3rem !important;
}
.tw-bs4 .pt-sm-5 {
padding-top: 3rem !important;
}
.tw-bs4 .pr-sm-5 {
padding-right: 3rem !important;
}
.tw-bs4 .pb-sm-5 {
padding-bottom: 3rem !important;
}
.tw-bs4 .pl-sm-5 {
padding-left: 3rem !important;
}
.tw-bs4 .px-sm-5 {
padding-right: 3rem !important;
padding-left: 3rem !important;
}
.tw-bs4 .py-sm-5 {
padding-top: 3rem !important;
padding-bottom: 3rem !important;
}
.tw-bs4 .m-sm-auto {
margin: auto !important;
}
.tw-bs4 .mt-sm-auto {
margin-top: auto !important;
}
.tw-bs4 .mr-sm-auto {
margin-right: auto !important;
}
.tw-bs4 .mb-sm-auto {
margin-bottom: auto !important;
}
.tw-bs4 .ml-sm-auto {
margin-left: auto !important;
}
.tw-bs4 .mx-sm-auto {
margin-right: auto !important;
margin-left: auto !important;
}
.tw-bs4 .my-sm-auto {
margin-top: auto !important;
margin-bottom: auto !important;
}
}
@media (min-width: 768px) {
.tw-bs4 .m-md-0 {
margin: 0 !important;
}
.tw-bs4 .mt-md-0 {
margin-top: 0 !important;
}
.tw-bs4 .mr-md-0 {
margin-right: 0 !important;
}
.tw-bs4 .mb-md-0 {
margin-bottom: 0 !important;
}
.tw-bs4 .ml-md-0 {
margin-left: 0 !important;
}
.tw-bs4 .mx-md-0 {
margin-right: 0 !important;
margin-left: 0 !important;
}
.tw-bs4 .my-md-0 {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
.tw-bs4 .m-md-1 {
margin: 0.25rem !important;
}
.tw-bs4 .mt-md-1 {
margin-top: 0.25rem !important;
}
.tw-bs4 .mr-md-1 {
margin-right: 0.25rem !important;
}
.tw-bs4 .mb-md-1 {
margin-bottom: 0.25rem !important;
}
.tw-bs4 .ml-md-1 {
margin-left: 0.25rem !important;
}
.tw-bs4 .mx-md-1 {
margin-right: 0.25rem !important;
margin-left: 0.25rem !important;
}
.tw-bs4 .my-md-1 {
margin-top: 0.25rem !important;
margin-bottom: 0.25rem !important;
}
.tw-bs4 .m-md-2 {
margin: 0.5rem !important;
}
.tw-bs4 .mt-md-2 {
margin-top: 0.5rem !important;
}
.tw-bs4 .mr-md-2 {
margin-right: 0.5rem !important;
}
.tw-bs4 .mb-md-2 {
margin-bottom: 0.5rem !important;
}
.tw-bs4 .ml-md-2 {
margin-left: 0.5rem !important;
}
.tw-bs4 .mx-md-2 {
margin-right: 0.5rem !important;
margin-left: 0.5rem !important;
}
.tw-bs4 .my-md-2 {
margin-top: 0.5rem !important;
margin-bottom: 0.5rem !important;
}
.tw-bs4 .m-md-3 {
margin: 1rem !important;
}
.tw-bs4 .mt-md-3 {
margin-top: 1rem !important;
}
.tw-bs4 .mr-md-3 {
margin-right: 1rem !important;
}
.tw-bs4 .mb-md-3 {
margin-bottom: 1rem !important;
}
.tw-bs4 .ml-md-3 {
margin-left: 1rem !important;
}
.tw-bs4 .mx-md-3 {
margin-right: 1rem !important;
margin-left: 1rem !important;
}
.tw-bs4 .my-md-3 {
margin-top: 1rem !important;
margin-bottom: 1rem !important;
}
.tw-bs4 .m-md-4 {
margin: 1.5rem !important;
}
.tw-bs4 .mt-md-4 {
margin-top: 1.5rem !important;
}
.tw-bs4 .mr-md-4 {
margin-right: 1.5rem !important;
}
.tw-bs4 .mb-md-4 {
margin-bottom: 1.5rem !important;
}
.tw-bs4 .ml-md-4 {
margin-left: 1.5rem !important;
}
.tw-bs4 .mx-md-4 {
margin-right: 1.5rem !important;
margin-left: 1.5rem !important;
}
.tw-bs4 .my-md-4 {
margin-top: 1.5rem !important;
margin-bottom: 1.5rem !important;
}
.tw-bs4 .m-md-5 {
margin: 3rem !important;
}
.tw-bs4 .mt-md-5 {
margin-top: 3rem !important;
}
.tw-bs4 .mr-md-5 {
margin-right: 3rem !important;
}
.tw-bs4 .mb-md-5 {
margin-bottom: 3rem !important;
}
.tw-bs4 .ml-md-5 {
margin-left: 3rem !important;
}
.tw-bs4 .mx-md-5 {
margin-right: 3rem !important;
margin-left: 3rem !important;
}
.tw-bs4 .my-md-5 {
margin-top: 3rem !important;
margin-bottom: 3rem !important;
}
.tw-bs4 .p-md-0 {
padding: 0 !important;
}
.tw-bs4 .pt-md-0 {
padding-top: 0 !important;
}
.tw-bs4 .pr-md-0 {
padding-right: 0 !important;
}
.tw-bs4 .pb-md-0 {
padding-bottom: 0 !important;
}
.tw-bs4 .pl-md-0 {
padding-left: 0 !important;
}
.tw-bs4 .px-md-0 {
padding-right: 0 !important;
padding-left: 0 !important;
}
.tw-bs4 .py-md-0 {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.tw-bs4 .p-md-1 {
padding: 0.25rem !important;
}
.tw-bs4 .pt-md-1 {
padding-top: 0.25rem !important;
}
.tw-bs4 .pr-md-1 {
padding-right: 0.25rem !important;
}
.tw-bs4 .pb-md-1 {
padding-bottom: 0.25rem !important;
}
.tw-bs4 .pl-md-1 {
padding-left: 0.25rem !important;
}
.tw-bs4 .px-md-1 {
padding-right: 0.25rem !important;
padding-left: 0.25rem !important;
}
.tw-bs4 .py-md-1 {
padding-top: 0.25rem !important;
padding-bottom: 0.25rem !important;
}
.tw-bs4 .p-md-2 {
padding: 0.5rem !important;
}
.tw-bs4 .pt-md-2 {
padding-top: 0.5rem !important;
}
.tw-bs4 .pr-md-2 {
padding-right: 0.5rem !important;
}
.tw-bs4 .pb-md-2 {
padding-bottom: 0.5rem !important;
}
.tw-bs4 .pl-md-2 {
padding-left: 0.5rem !important;
}
.tw-bs4 .px-md-2 {
padding-right: 0.5rem !important;
padding-left: 0.5rem !important;
}
.tw-bs4 .py-md-2 {
padding-top: 0.5rem !important;
padding-bottom: 0.5rem !important;
}
.tw-bs4 .p-md-3 {
padding: 1rem !important;
}
.tw-bs4 .pt-md-3 {
padding-top: 1rem !important;
}
.tw-bs4 .pr-md-3 {
padding-right: 1rem !important;
}
.tw-bs4 .pb-md-3 {
padding-bottom: 1rem !important;
}
.tw-bs4 .pl-md-3 {
padding-left: 1rem !important;
}
.tw-bs4 .px-md-3 {
padding-right: 1rem !important;
padding-left: 1rem !important;
}
.tw-bs4 .py-md-3 {
padding-top: 1rem !important;
padding-bottom: 1rem !important;
}
.tw-bs4 .p-md-4 {
padding: 1.5rem !important;
}
.tw-bs4 .pt-md-4 {
padding-top: 1.5rem !important;
}
.tw-bs4 .pr-md-4 {
padding-right: 1.5rem !important;
}
.tw-bs4 .pb-md-4 {
padding-bottom: 1.5rem !important;
}
.tw-bs4 .pl-md-4 {
padding-left: 1.5rem !important;
}
.tw-bs4 .px-md-4 {
padding-right: 1.5rem !important;
padding-left: 1.5rem !important;
}
.tw-bs4 .py-md-4 {
padding-top: 1.5rem !important;
padding-bottom: 1.5rem !important;
}
.tw-bs4 .p-md-5 {
padding: 3rem !important;
}
.tw-bs4 .pt-md-5 {
padding-top: 3rem !important;
}
.tw-bs4 .pr-md-5 {
padding-right: 3rem !important;
}
.tw-bs4 .pb-md-5 {
padding-bottom: 3rem !important;
}
.tw-bs4 .pl-md-5 {
padding-left: 3rem !important;
}
.tw-bs4 .px-md-5 {
padding-right: 3rem !important;
padding-left: 3rem !important;
}
.tw-bs4 .py-md-5 {
padding-top: 3rem !important;
padding-bottom: 3rem !important;
}
.tw-bs4 .m-md-auto {
margin: auto !important;
}
.tw-bs4 .mt-md-auto {
margin-top: auto !important;
}
.tw-bs4 .mr-md-auto {
margin-right: auto !important;
}
.tw-bs4 .mb-md-auto {
margin-bottom: auto !important;
}
.tw-bs4 .ml-md-auto {
margin-left: auto !important;
}
.tw-bs4 .mx-md-auto {
margin-right: auto !important;
margin-left: auto !important;
}
.tw-bs4 .my-md-auto {
margin-top: auto !important;
margin-bottom: auto !important;
}
}
@media (min-width: 992px) {
.tw-bs4 .m-lg-0 {
margin: 0 !important;
}
.tw-bs4 .mt-lg-0 {
margin-top: 0 !important;
}
.tw-bs4 .mr-lg-0 {
margin-right: 0 !important;
}
.tw-bs4 .mb-lg-0 {
margin-bottom: 0 !important;
}
.tw-bs4 .ml-lg-0 {
margin-left: 0 !important;
}
.tw-bs4 .mx-lg-0 {
margin-right: 0 !important;
margin-left: 0 !important;
}
.tw-bs4 .my-lg-0 {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
.tw-bs4 .m-lg-1 {
margin: 0.25rem !important;
}
.tw-bs4 .mt-lg-1 {
margin-top: 0.25rem !important;
}
.tw-bs4 .mr-lg-1 {
margin-right: 0.25rem !important;
}
.tw-bs4 .mb-lg-1 {
margin-bottom: 0.25rem !important;
}
.tw-bs4 .ml-lg-1 {
margin-left: 0.25rem !important;
}
.tw-bs4 .mx-lg-1 {
margin-right: 0.25rem !important;
margin-left: 0.25rem !important;
}
.tw-bs4 .my-lg-1 {
margin-top: 0.25rem !important;
margin-bottom: 0.25rem !important;
}
.tw-bs4 .m-lg-2 {
margin: 0.5rem !important;
}
.tw-bs4 .mt-lg-2 {
margin-top: 0.5rem !important;
}
.tw-bs4 .mr-lg-2 {
margin-right: 0.5rem !important;
}
.tw-bs4 .mb-lg-2 {
margin-bottom: 0.5rem !important;
}
.tw-bs4 .ml-lg-2 {
margin-left: 0.5rem !important;
}
.tw-bs4 .mx-lg-2 {
margin-right: 0.5rem !important;
margin-left: 0.5rem !important;
}
.tw-bs4 .my-lg-2 {
margin-top: 0.5rem !important;
margin-bottom: 0.5rem !important;
}
.tw-bs4 .m-lg-3 {
margin: 1rem !important;
}
.tw-bs4 .mt-lg-3 {
margin-top: 1rem !important;
}
.tw-bs4 .mr-lg-3 {
margin-right: 1rem !important;
}
.tw-bs4 .mb-lg-3 {
margin-bottom: 1rem !important;
}
.tw-bs4 .ml-lg-3 {
margin-left: 1rem !important;
}
.tw-bs4 .mx-lg-3 {
margin-right: 1rem !important;
margin-left: 1rem !important;
}
.tw-bs4 .my-lg-3 {
margin-top: 1rem !important;
margin-bottom: 1rem !important;
}
.tw-bs4 .m-lg-4 {
margin: 1.5rem !important;
}
.tw-bs4 .mt-lg-4 {
margin-top: 1.5rem !important;
}
.tw-bs4 .mr-lg-4 {
margin-right: 1.5rem !important;
}
.tw-bs4 .mb-lg-4 {
margin-bottom: 1.5rem !important;
}
.tw-bs4 .ml-lg-4 {
margin-left: 1.5rem !important;
}
.tw-bs4 .mx-lg-4 {
margin-right: 1.5rem !important;
margin-left: 1.5rem !important;
}
.tw-bs4 .my-lg-4 {
margin-top: 1.5rem !important;
margin-bottom: 1.5rem !important;
}
.tw-bs4 .m-lg-5 {
margin: 3rem !important;
}
.tw-bs4 .mt-lg-5 {
margin-top: 3rem !important;
}
.tw-bs4 .mr-lg-5 {
margin-right: 3rem !important;
}
.tw-bs4 .mb-lg-5 {
margin-bottom: 3rem !important;
}
.tw-bs4 .ml-lg-5 {
margin-left: 3rem !important;
}
.tw-bs4 .mx-lg-5 {
margin-right: 3rem !important;
margin-left: 3rem !important;
}
.tw-bs4 .my-lg-5 {
margin-top: 3rem !important;
margin-bottom: 3rem !important;
}
.tw-bs4 .p-lg-0 {
padding: 0 !important;
}
.tw-bs4 .pt-lg-0 {
padding-top: 0 !important;
}
.tw-bs4 .pr-lg-0 {
padding-right: 0 !important;
}
.tw-bs4 .pb-lg-0 {
padding-bottom: 0 !important;
}
.tw-bs4 .pl-lg-0 {
padding-left: 0 !important;
}
.tw-bs4 .px-lg-0 {
padding-right: 0 !important;
padding-left: 0 !important;
}
.tw-bs4 .py-lg-0 {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.tw-bs4 .p-lg-1 {
padding: 0.25rem !important;
}
.tw-bs4 .pt-lg-1 {
padding-top: 0.25rem !important;
}
.tw-bs4 .pr-lg-1 {
padding-right: 0.25rem !important;
}
.tw-bs4 .pb-lg-1 {
padding-bottom: 0.25rem !important;
}
.tw-bs4 .pl-lg-1 {
padding-left: 0.25rem !important;
}
.tw-bs4 .px-lg-1 {
padding-right: 0.25rem !important;
padding-left: 0.25rem !important;
}
.tw-bs4 .py-lg-1 {
padding-top: 0.25rem !important;
padding-bottom: 0.25rem !important;
}
.tw-bs4 .p-lg-2 {
padding: 0.5rem !important;
}
.tw-bs4 .pt-lg-2 {
padding-top: 0.5rem !important;
}
.tw-bs4 .pr-lg-2 {
padding-right: 0.5rem !important;
}
.tw-bs4 .pb-lg-2 {
padding-bottom: 0.5rem !important;
}
.tw-bs4 .pl-lg-2 {
padding-left: 0.5rem !important;
}
.tw-bs4 .px-lg-2 {
padding-right: 0.5rem !important;
padding-left: 0.5rem !important;
}
.tw-bs4 .py-lg-2 {
padding-top: 0.5rem !important;
padding-bottom: 0.5rem !important;
}
.tw-bs4 .p-lg-3 {
padding: 1rem !important;
}
.tw-bs4 .pt-lg-3 {
padding-top: 1rem !important;
}
.tw-bs4 .pr-lg-3 {
padding-right: 1rem !important;
}
.tw-bs4 .pb-lg-3 {
padding-bottom: 1rem !important;
}
.tw-bs4 .pl-lg-3 {
padding-left: 1rem !important;
}
.tw-bs4 .px-lg-3 {
padding-right: 1rem !important;
padding-left: 1rem !important;
}
.tw-bs4 .py-lg-3 {
padding-top: 1rem !important;
padding-bottom: 1rem !important;
}
.tw-bs4 .p-lg-4 {
padding: 1.5rem !important;
}
.tw-bs4 .pt-lg-4 {
padding-top: 1.5rem !important;
}
.tw-bs4 .pr-lg-4 {
padding-right: 1.5rem !important;
}
.tw-bs4 .pb-lg-4 {
padding-bottom: 1.5rem !important;
}
.tw-bs4 .pl-lg-4 {
padding-left: 1.5rem !important;
}
.tw-bs4 .px-lg-4 {
padding-right: 1.5rem !important;
padding-left: 1.5rem !important;
}
.tw-bs4 .py-lg-4 {
padding-top: 1.5rem !important;
padding-bottom: 1.5rem !important;
}
.tw-bs4 .p-lg-5 {
padding: 3rem !important;
}
.tw-bs4 .pt-lg-5 {
padding-top: 3rem !important;
}
.tw-bs4 .pr-lg-5 {
padding-right: 3rem !important;
}
.tw-bs4 .pb-lg-5 {
padding-bottom: 3rem !important;
}
.tw-bs4 .pl-lg-5 {
padding-left: 3rem !important;
}
.tw-bs4 .px-lg-5 {
padding-right: 3rem !important;
padding-left: 3rem !important;
}
.tw-bs4 .py-lg-5 {
padding-top: 3rem !important;
padding-bottom: 3rem !important;
}
.tw-bs4 .m-lg-auto {
margin: auto !important;
}
.tw-bs4 .mt-lg-auto {
margin-top: auto !important;
}
.tw-bs4 .mr-lg-auto {
margin-right: auto !important;
}
.tw-bs4 .mb-lg-auto {
margin-bottom: auto !important;
}
.tw-bs4 .ml-lg-auto {
margin-left: auto !important;
}
.tw-bs4 .mx-lg-auto {
margin-right: auto !important;
margin-left: auto !important;
}
.tw-bs4 .my-lg-auto {
margin-top: auto !important;
margin-bottom: auto !important;
}
}
@media (min-width: 1200px) {
.tw-bs4 .m-xl-0 {
margin: 0 !important;
}
.tw-bs4 .mt-xl-0 {
margin-top: 0 !important;
}
.tw-bs4 .mr-xl-0 {
margin-right: 0 !important;
}
.tw-bs4 .mb-xl-0 {
margin-bottom: 0 !important;
}
.tw-bs4 .ml-xl-0 {
margin-left: 0 !important;
}
.tw-bs4 .mx-xl-0 {
margin-right: 0 !important;
margin-left: 0 !important;
}
.tw-bs4 .my-xl-0 {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
.tw-bs4 .m-xl-1 {
margin: 0.25rem !important;
}
.tw-bs4 .mt-xl-1 {
margin-top: 0.25rem !important;
}
.tw-bs4 .mr-xl-1 {
margin-right: 0.25rem !important;
}
.tw-bs4 .mb-xl-1 {
margin-bottom: 0.25rem !important;
}
.tw-bs4 .ml-xl-1 {
margin-left: 0.25rem !important;
}
.tw-bs4 .mx-xl-1 {
margin-right: 0.25rem !important;
margin-left: 0.25rem !important;
}
.tw-bs4 .my-xl-1 {
margin-top: 0.25rem !important;
margin-bottom: 0.25rem !important;
}
.tw-bs4 .m-xl-2 {
margin: 0.5rem !important;
}
.tw-bs4 .mt-xl-2 {
margin-top: 0.5rem !important;
}
.tw-bs4 .mr-xl-2 {
margin-right: 0.5rem !important;
}
.tw-bs4 .mb-xl-2 {
margin-bottom: 0.5rem !important;
}
.tw-bs4 .ml-xl-2 {
margin-left: 0.5rem !important;
}
.tw-bs4 .mx-xl-2 {
margin-right: 0.5rem !important;
margin-left: 0.5rem !important;
}
.tw-bs4 .my-xl-2 {
margin-top: 0.5rem !important;
margin-bottom: 0.5rem !important;
}
.tw-bs4 .m-xl-3 {
margin: 1rem !important;
}
.tw-bs4 .mt-xl-3 {
margin-top: 1rem !important;
}
.tw-bs4 .mr-xl-3 {
margin-right: 1rem !important;
}
.tw-bs4 .mb-xl-3 {
margin-bottom: 1rem !important;
}
.tw-bs4 .ml-xl-3 {
margin-left: 1rem !important;
}
.tw-bs4 .mx-xl-3 {
margin-right: 1rem !important;
margin-left: 1rem !important;
}
.tw-bs4 .my-xl-3 {
margin-top: 1rem !important;
margin-bottom: 1rem !important;
}
.tw-bs4 .m-xl-4 {
margin: 1.5rem !important;
}
.tw-bs4 .mt-xl-4 {
margin-top: 1.5rem !important;
}
.tw-bs4 .mr-xl-4 {
margin-right: 1.5rem !important;
}
.tw-bs4 .mb-xl-4 {
margin-bottom: 1.5rem !important;
}
.tw-bs4 .ml-xl-4 {
margin-left: 1.5rem !important;
}
.tw-bs4 .mx-xl-4 {
margin-right: 1.5rem !important;
margin-left: 1.5rem !important;
}
.tw-bs4 .my-xl-4 {
margin-top: 1.5rem !important;
margin-bottom: 1.5rem !important;
}
.tw-bs4 .m-xl-5 {
margin: 3rem !important;
}
.tw-bs4 .mt-xl-5 {
margin-top: 3rem !important;
}
.tw-bs4 .mr-xl-5 {
margin-right: 3rem !important;
}
.tw-bs4 .mb-xl-5 {
margin-bottom: 3rem !important;
}
.tw-bs4 .ml-xl-5 {
margin-left: 3rem !important;
}
.tw-bs4 .mx-xl-5 {
margin-right: 3rem !important;
margin-left: 3rem !important;
}
.tw-bs4 .my-xl-5 {
margin-top: 3rem !important;
margin-bottom: 3rem !important;
}
.tw-bs4 .p-xl-0 {
padding: 0 !important;
}
.tw-bs4 .pt-xl-0 {
padding-top: 0 !important;
}
.tw-bs4 .pr-xl-0 {
padding-right: 0 !important;
}
.tw-bs4 .pb-xl-0 {
padding-bottom: 0 !important;
}
.tw-bs4 .pl-xl-0 {
padding-left: 0 !important;
}
.tw-bs4 .px-xl-0 {
padding-right: 0 !important;
padding-left: 0 !important;
}
.tw-bs4 .py-xl-0 {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.tw-bs4 .p-xl-1 {
padding: 0.25rem !important;
}
.tw-bs4 .pt-xl-1 {
padding-top: 0.25rem !important;
}
.tw-bs4 .pr-xl-1 {
padding-right: 0.25rem !important;
}
.tw-bs4 .pb-xl-1 {
padding-bottom: 0.25rem !important;
}
.tw-bs4 .pl-xl-1 {
padding-left: 0.25rem !important;
}
.tw-bs4 .px-xl-1 {
padding-right: 0.25rem !important;
padding-left: 0.25rem !important;
}
.tw-bs4 .py-xl-1 {
padding-top: 0.25rem !important;
padding-bottom: 0.25rem !important;
}
.tw-bs4 .p-xl-2 {
padding: 0.5rem !important;
}
.tw-bs4 .pt-xl-2 {
padding-top: 0.5rem !important;
}
.tw-bs4 .pr-xl-2 {
padding-right: 0.5rem !important;
}
.tw-bs4 .pb-xl-2 {
padding-bottom: 0.5rem !important;
}
.tw-bs4 .pl-xl-2 {
padding-left: 0.5rem !important;
}
.tw-bs4 .px-xl-2 {
padding-right: 0.5rem !important;
padding-left: 0.5rem !important;
}
.tw-bs4 .py-xl-2 {
padding-top: 0.5rem !important;
padding-bottom: 0.5rem !important;
}
.tw-bs4 .p-xl-3 {
padding: 1rem !important;
}
.tw-bs4 .pt-xl-3 {
padding-top: 1rem !important;
}
.tw-bs4 .pr-xl-3 {
padding-right: 1rem !important;
}
.tw-bs4 .pb-xl-3 {
padding-bottom: 1rem !important;
}
.tw-bs4 .pl-xl-3 {
padding-left: 1rem !important;
}
.tw-bs4 .px-xl-3 {
padding-right: 1rem !important;
padding-left: 1rem !important;
}
.tw-bs4 .py-xl-3 {
padding-top: 1rem !important;
padding-bottom: 1rem !important;
}
.tw-bs4 .p-xl-4 {
padding: 1.5rem !important;
}
.tw-bs4 .pt-xl-4 {
padding-top: 1.5rem !important;
}
.tw-bs4 .pr-xl-4 {
padding-right: 1.5rem !important;
}
.tw-bs4 .pb-xl-4 {
padding-bottom: 1.5rem !important;
}
.tw-bs4 .pl-xl-4 {
padding-left: 1.5rem !important;
}
.tw-bs4 .px-xl-4 {
padding-right: 1.5rem !important;
padding-left: 1.5rem !important;
}
.tw-bs4 .py-xl-4 {
padding-top: 1.5rem !important;
padding-bottom: 1.5rem !important;
}
.tw-bs4 .p-xl-5 {
padding: 3rem !important;
}
.tw-bs4 .pt-xl-5 {
padding-top: 3rem !important;
}
.tw-bs4 .pr-xl-5 {
padding-right: 3rem !important;
}
.tw-bs4 .pb-xl-5 {
padding-bottom: 3rem !important;
}
.tw-bs4 .pl-xl-5 {
padding-left: 3rem !important;
}
.tw-bs4 .px-xl-5 {
padding-right: 3rem !important;
padding-left: 3rem !important;
}
.tw-bs4 .py-xl-5 {
padding-top: 3rem !important;
padding-bottom: 3rem !important;
}
.tw-bs4 .m-xl-auto {
margin: auto !important;
}
.tw-bs4 .mt-xl-auto {
margin-top: auto !important;
}
.tw-bs4 .mr-xl-auto {
margin-right: auto !important;
}
.tw-bs4 .mb-xl-auto {
margin-bottom: auto !important;
}
.tw-bs4 .ml-xl-auto {
margin-left: auto !important;
}
.tw-bs4 .mx-xl-auto {
margin-right: auto !important;
margin-left: auto !important;
}
.tw-bs4 .my-xl-auto {
margin-top: auto !important;
margin-bottom: auto !important;
}
}
.tw-bs4 .text-justify {
text-align: justify !important;
}
.tw-bs4 .text-nowrap {
white-space: nowrap !important;
}
.tw-bs4 .text-truncate {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.tw-bs4 .text-left {
text-align: left !important;
}
.tw-bs4 .text-right {
text-align: right !important;
}
.tw-bs4 .text-center {
text-align: center !important;
}
@media (min-width: 576px) {
.tw-bs4 .text-sm-left {
text-align: left !important;
}
.tw-bs4 .text-sm-right {
text-align: right !important;
}
.tw-bs4 .text-sm-center {
text-align: center !important;
}
}
@media (min-width: 768px) {
.tw-bs4 .text-md-left {
text-align: left !important;
}
.tw-bs4 .text-md-right {
text-align: right !important;
}
.tw-bs4 .text-md-center {
text-align: center !important;
}
}
@media (min-width: 992px) {
.tw-bs4 .text-lg-left {
text-align: left !important;
}
.tw-bs4 .text-lg-right {
text-align: right !important;
}
.tw-bs4 .text-lg-center {
text-align: center !important;
}
}
@media (min-width: 1200px) {
.tw-bs4 .text-xl-left {
text-align: left !important;
}
.tw-bs4 .text-xl-right {
text-align: right !important;
}
.tw-bs4 .text-xl-center {
text-align: center !important;
}
}
.tw-bs4 .text-lowercase {
text-transform: lowercase !important;
}
.tw-bs4 .text-uppercase {
text-transform: uppercase !important;
}
.tw-bs4 .text-capitalize {
text-transform: capitalize !important;
}
.tw-bs4 .font-weight-normal {
font-weight: normal;
}
.tw-bs4 .font-weight-bold {
font-weight: bold;
}
.tw-bs4 .font-italic {
font-style: italic;
}
.tw-bs4 .text-white {
color: #fff !important;
}
.tw-bs4 .text-primary {
color: #007bff !important;
}
.tw-bs4 a.text-primary:focus,
.tw-bs4 a.text-primary:hover {
color: #0062cc !important;
}
.tw-bs4 .text-secondary {
color: #868e96 !important;
}
.tw-bs4 a.text-secondary:focus,
.tw-bs4 a.text-secondary:hover {
color: #6c757d !important;
}
.tw-bs4 .text-success {
color: #28a745 !important;
}
.tw-bs4 a.text-success:focus,
.tw-bs4 a.text-success:hover {
color: #1e7e34 !important;
}
.tw-bs4 .text-info {
color: #17a2b8 !important;
}
.tw-bs4 a.text-info:focus,
.tw-bs4 a.text-info:hover {
color: #117a8b !important;
}
.tw-bs4 .text-warning {
color: #ffc107 !important;
}
.tw-bs4 a.text-warning:focus,
.tw-bs4 a.text-warning:hover {
color: #d39e00 !important;
}
.tw-bs4 .text-danger {
color: #dc3545 !important;
}
.tw-bs4 a.text-danger:focus,
.tw-bs4 a.text-danger:hover {
color: #bd2130 !important;
}
.tw-bs4 .text-light {
color: #f8f9fa !important;
}
.tw-bs4 a.text-light:focus,
.tw-bs4 a.text-light:hover {
color: #dae0e5 !important;
}
.tw-bs4 .text-dark {
color: #343a40 !important;
}
.tw-bs4 a.text-dark:focus,
.tw-bs4 a.text-dark:hover {
color: #1d2124 !important;
}
.tw-bs4 .text-muted {
color: #868e96 !important;
}
.tw-bs4 .text-hide {
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0;
}
.tw-bs4 .visible {
visibility: visible !important;
}
.tw-bs4 .invisible {
visibility: hidden !important;
}.pulsing_overlap {
position: relative;
display: inline-block;
width: 10px;
height: 20px;
margin-left: -10px;
}
.pulsing_overlap_small {
position: relative;
display: inline-block;
width: 15px;
height: 10px;
margin-left: -20px;
}
.pulsating-circle {
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
width: 3px;
height: 3px;
}
.pulsating-circle:before {
content: "";
position: relative;
display: block;
width: 300%;
height: 300%;
box-sizing: border-box;
margin-left: -100%;
margin-top: -100%;
border-radius: 45px;
background-color: #fd8686;
-webkit-animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1)
infinite;
animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}
.pulsating-circle:after {
content: "";
position: absolute;
left: 0;
top: 0;
display: block;
width: 100%;
height: 100%;
background-color: red;
border-radius: 15px;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
-webkit-animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s
infinite;
animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
}
@-webkit-keyframes pulse-ring {
0% {
-webkit-transform: scale(0.33);
transform: scale(0.33);
}
80%,
100% {
opacity: 0;
}
}
@keyframes pulse-ring {
0% {
-webkit-transform: scale(0.33);
transform: scale(0.33);
}
80%,
100% {
opacity: 0;
}
}
@-webkit-keyframes pulse-dot {
0% {
-webkit-transform: scale(0.8);
transform: scale(0.8);
}
50% {
-webkit-transform: scale(1);
transform: scale(1);
}
100% {
-webkit-transform: scale(0.8);
transform: scale(0.8);
}
}
@keyframes pulse-dot {
0% {
-webkit-transform: scale(0.8);
transform: scale(0.8);
}
50% {
-webkit-transform: scale(1);
transform: scale(1);
}
100% {
-webkit-transform: scale(0.8);
transform: scale(0.8);
}
}:root{--theme-custom-bg:#6ab04c;--theme-custom-color:#fff;--theme-custom-hover-bg:#30336b;--theme-custom-hover-color:#fff;--theme-custom-radius:0px;--theme-custom-brand-color:#00b3ff;--theme-skin-wave-color:#fff;--theme-skin-card-color:#f2f2f2;--plyr-color-bg:#232323;--tw-gradient-to:#1297a5 var(--tw-gradient-to-position)}.editor-styles-wrapper .block-editor-block-list__layout h2{color:inherit}.sticky-close{display:none}.h5ap-sticky{bottom:0;left:50%;position:fixed!important;right:50%;transform:translateX(-50%);z-index:9999}.h5ap-sticky .sticky-close{align-items:center;background-color:#fff;background-color:transparent;border:none;border-radius:3px;color:#000;cursor:pointer;display:flex;font-size:31px;font-weight:400;justify-content:center;opacity:0;outline:none;padding:1px;position:absolute;right:-7px;top:-27px;transition:all .3s ease-in-out;z-index:999}.h5ap-sticky:hover .sticky-close{opacity:1}@media(max-width:767px){.plyr .plyr__time+.plyr__time:not(.skin_default .plyr__time+.plyr__time){display:block}}.plyr button{background:inherit;border:none;cursor:pointer;line-height:0;outline:none}.wp-block-h5ap-audioplayer input[type=range]::-webkit-slider-runnable-track{border-radius:10px;box-shadow:none;height:4px}.wp-block-h5ap-audioplayer input[type=range]::-moz-range-track{box-shadow:none;height:4px}.wp-block-h5ap-audioplayer input[type=range]::-ms-fill-lower,.wp-block-h5ap-audioplayer input[type=range]::-ms-fill-upper{border-radius:10px;box-shadow:none;height:4px}.wp-block-h5ap-audioplayer .plyr--audio button:focus{background-color:transparent}.h5ap_all.plyr--audio button:focus,.skin_default .plyr.plyr--audio button:focus,.skin_playlist1 .plyr.plyr--audio button:focus{background-color:var(--plyr-color-main,#00b2ff);color:#fff}:root{--loader-width:100%}.h5ap_lp{background-color:#fff;border:1px solid #ddd;border-radius:6px;box-shadow:0 2px 8px rgba(0,0,0,.06),0 1px 3px rgba(0,0,0,.05);padding:1rem;width:var(--loader-width)}.bar{background-color:#d0d8dd;border-radius:5px;height:.5rem;margin-bottom:.5rem;overflow:hidden;position:relative;width:100%}.bar:last-child{margin-bottom:0}.bar:after{animation:load 2s cubic-bezier(.2,.7,.3,1) infinite;background-image:linear-gradient(90deg,hsla(0,0%,100%,0) 0,hsla(0,0%,100%,.5) 50%,hsla(0,0%,100%,0));content:"";display:block;height:100%;position:absolute;top:0;width:6rem}@keyframes load{0%{left:-100px}to{left:100%}}.skin_default .plyr--audio .plyr__control:hover{font-weight:700;text-shadow:0 0 15px #676767}
.skin_wave{max-width:100%}.skin_wave .plyr__volume input[type=range]{color:var(--plyr-color-control)}.skin_wave .radius{overflow:hidden}.skin_wave .thumb{height:130px;margin-right:20px;width:130px}.skin_wave .thumb img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.skin_wave .wave{background:var(--plyr-color-bg);display:flex}.skin_wave .info-wave{display:flex;flex-direction:column;justify-content:space-between;margin-bottom:10px;margin-right:10px;width:calc(100% - 130px)}.skin_wave .info-wave .wave{margin-top:3px;position:relative}.skin_wave .info-wave .wave .plyr__time--duration{position:absolute;right:0;top:0}.skin_wave .info-wave .wave .plyr__time--duration:before{display:none}.skin_wave .info-wave .wave .plyr__time--current{left:0;position:absolute;top:0}.skin_wave .info-wave .wave .plyr__time{color:var(--plyr-color-text)}.skin_wave .info{display:flex;justify-content:space-between;margin-top:10px}.skin_wave .info .play{align-items:center;display:flex;width:60px}.skin_wave .info .play button{background:transparent;border:1px solid var(--plyr-color-control);border-radius:50%;padding:12px}.skin_wave .info .play button svg{fill:var(--plyr-color-control)}.skin_wave .info .title-author{color:var(--plyr-color-text);flex:1;margin:auto;text-align:left}.skin_wave .info .title-author h2,.skin_wave .info .title-author p{margin:0}.skin_wave .info .title-author h2{color:var(--plyr-color-text);font-size:20px}.skin_wave .info .title-author h2:before{display:none}.skin_wave .info .title-author p{color:var(--plyr-color-text,#fff);font-size:14px}.skin_wave .info .volume_controls{display:flex;width:100px}.skin_wave .info .volume_controls button{background:transparent;color:var(--plyr-color-control,#fff)}.skin_wave .info .volume_controls button svg{fill:var(--plyr-color-control,#fff)}.skin_wave .info .volume_controls .plyr__volume{min-width:68px}.skin_wave #wave-canvas{height:60px;width:100%}@media(max-width:767px){.skin_wave .info-wave .plyr__time{display:inline-block}.skin_wave .info-wave{margin-left:10px;width:100%}.skin_wave .thumb{display:none}}.plyr .plyr__control{margin:0}
.skin_card-1{width:100%}.skin_card-1 .skin_container{align-items:center;display:flex;height:100%;justify-content:center;width:100%}.skin_card-1 .skin_container .plyr__volume{min-width:50px}.skin_card-1 .skin_container .volume_controls.volume-icon{display:flex;right:40px}.skin_card-1 .skin_container .volume_controls.volume-icon button{padding:0}.skin_card-1 .skin_container .volume_controls .plyr__control{color:#fff}.skin_card-1 .skin_container .player{background-color:#fff;background-size:cover;border-bottom:6px solid var(--plyr-color-bg);border-radius:3px;box-shadow:0 0 20px 3px rgba(0,0,0,.5);height:375px;position:relative;width:100%;z-index:1}.skin_card-1 .skin_container .player:hover .mask{background-color:hsla(0,0%,100%,.1);transition:all 1s}.skin_card-1 .skin_container .player .like{border-radius:50%;color:#f2f2f2;cursor:pointer;font-size:1.5em;height:35px;line-height:38px;position:absolute;right:20px;text-align:center;top:15px;vertical-align:middle;width:35px;z-index:15}.skin_card-1 .skin_container .player .icon-heart{display:block}.skin_card-1 .skin_container .player .mask{background-color:hsla(0,0%,100%,.2);height:100%;transition:all 1s;width:100%;z-index:2}.skin_card-1 .skin_container .player-info{bottom:0;color:var(--plyr-color-text,#fff);left:0;list-style:none;margin-bottom:16px;margin-top:16px;position:absolute;text-align:left;transform:scale(1);z-index:4}.skin_card-1 .skin_container .player-info li{line-height:1.15;margin-bottom:7px}.skin_card-1 .skin_container .player-info li:first-child{font-size:1.5em}.skin_card-1 .skin_container .player-info li:nth-child(2){font-size:1.2em}.skin_card-1 .skin_container .player-info li:nth-child(3){font-size:.9em}.skin_card-1 .skin_container .player .info-two{color:var(--plyr-color-text,#111);left:auto;right:4.5%;z-index:1}.skin_card-1 .skin_container .player .info-two li:nth-child(2){float:right}.skin_card-1 .skin_container .player .info-two li:nth-child(3){clear:both;display:inline-block;float:right}.skin_card-1 .skin_container .player #play-button{background:var(--plyr-color-main);border:none;border-radius:50%;bottom:90px;box-shadow:0 8px 25px 6px rgba(0,0,0,.5);box-sizing:border-box;cursor:pointer;height:70px;position:absolute;right:40px;transition:all 70ms;width:70px;z-index:5}.skin_card-1 .skin_container .player #play-button:hover{bottom:95px;box-shadow:0 4px 15px 0 rgba(0,0,0,.5);height:70px;right:45px;transition:all 70ms;width:70px}.skin_card-1 .skin_container .player #play-button .icon-play{font-size:1.5em;left:52%;position:absolute;top:50%;transform:translate(-48%,-50%);transition:all 70ms;fill:var(--plyr-color-control,#fff)}.skin_card-1 .skin_container .player #play-button:hover .icon-play{font-size:1.2em;transition:all 70ms}.skin_card-1 .skin_container .player #play-button .icon-cancel{color:#fff;font-size:1.6em;left:50%;position:absolute;top:49%;transform:translate(-50%,-51%)}.skin_card-1 .skin_container .control-row{background-color:var(--plyr-color-bg,#fff);bottom:-1px;height:130px;overflow:hidden;position:absolute;width:100%;z-index:3}.skin_card-1 .skin_container .control-row .details{display:none}.skin_card-1 .skin_container .control-row #pause-button{animation:scale-animation .4s;animation-delay:.3s;animation-fill-mode:forwards;background-color:#f2f2f2;border:none;border-radius:50%;bottom:25px;box-sizing:border-box;cursor:pointer;height:70px;left:40px;position:absolute;transform:scale(0);width:70px;z-index:5}.skin_card-1 .skin_container .control-row #pause-button .icon-pause,.skin_card-1 .skin_container .control-row #pause-button .icon-play{color:#424242;font-size:1.5em;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:all .1s}.skin_card-1 .skin_container .control-row .seek-field{bottom:60px;left:130px;width:calc(100% - 260px)}.skin_card-1 .skin_container .control-row .seek-field,.skin_card-1 .skin_container .control-row .volume-field{animation:scale-animation .4s;animation-delay:.3s;animation-fill-mode:forwards;position:absolute;transform:scale(0);z-index:5}.skin_card-1 .skin_container .control-row .volume-field{bottom:67px;right:127px;width:50px}.skin_card-1 .skin_container .control-row .volume-icon{animation:scale-animation .4s;animation-delay:.3s;animation-fill-mode:forwards;border-radius:50%;bottom:50px;font-size:1.2em;position:absolute;transform:scale(0);z-index:5}.skin_card-1 .skin_container .control-row .volume-icon .icon-volume-up{color:#424242}.skin_card-1 .skin_container .like-active{animation:scale-animation .4s;animation-fill-mode:forwards;color:#ef5350}@keyframes scale-animation{0%{transform:scale(0)}50%{transform:scale(1.2)}to{transform:scale(1)}}.skin_card-1 .skin_container .waves-animation-one{animation:waves-animation-one .25s;animation-delay:.3s;animation-fill-mode:forwards;background-color:var(--plyr-color-bg);border-radius:50%;bottom:20%;display:none;height:80px;left:42.5%;position:absolute;transform:scale(0);width:80px;z-index:3}@keyframes waves-animation-one{0%{transform:scale(1)}99%{transform:scale(7.8)}to{transform:scale(7.8)}}.skin_card-1 .skin_container .waves-animation-two{animation:waves-animation-two .2s;animation-fill-mode:forwards;background-color:#5c6bc0;border-radius:50%;bottom:35px;display:none;height:80px;position:absolute;right:40px;transform:scale(7.8);width:80px;z-index:3}@keyframes waves-animation-two{to{transform:scale(0)}}.skin_card-1 .skin_container .info-active{animation:info-active-animation 3s;animation-delay:.37s;animation-fill-mode:forwards}@keyframes info-active-animation{to{bottom:56.5%}}.skin_card-1 .skin_container .play-active{animation:play-animation .3s;animation-fill-mode:forwards}@keyframes play-animation{0%{box-shadow:0 0 0 0 transparent}98%{box-shadow:0 0 0 0 transparent;transform:translate(-200px,65px)}99%{box-shadow:0 0 0 0 transparent;transform:translate(-200px,65px) scale(0)}to{box-shadow:0 0 0 0 transparent;transform:translateY(65px) scale(1)}}.skin_card-1 .skin_container .play-inactive{animation:play-inactive 1s;animation-fill-mode:forwards}@keyframes play-inactive{0%{transform:translateY(65px)}}.skin_card-1 .skin_container input[type=range]{-webkit-appearance:none;position:absolute;top:50%;transform:translateY(-50%);width:100%}.skin_card-1 .skin_container input[type=range]:focus{outline:none}.skin_card-1 .skin_container input[type=range]+.thumb{display:none}.skin_card-1 .skin_container input[type=range]::-webkit-slider-runnable-track{cursor:pointer;height:3px;width:100%;animate:.2s;background:#f2f2f2;border:0 solid #000101;border-radius:0;box-shadow:0 0 0 transparent,0 0 0 transparent}.skin_card-1 .skin_container input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;background:#fff;border:0 solid transparent;border-radius:50%;box-shadow:0 0 0 transparent,0 0 0 transparent;cursor:pointer;height:18px;margin-top:-7px;width:18px}.skin_card-1 .skin_container input[type=range]:focus::-webkit-slider-runnable-track{background:#f2f2f2}.skin_card-1 .skin_container input[type=range]::-moz-range-track{cursor:pointer;height:3px;width:100%;animate:.2s;background:#f2f2f2;border:0 solid #000101;border-radius:0;box-shadow:0 0 0 transparent,0 0 0 transparent}.skin_card-1 .skin_container input[type=range]::-moz-range-thumb{background:#fff;border:0 solid transparent;border-radius:50%;box-shadow:0 0 0 transparent,0 0 0 transparent;cursor:pointer;height:18px;width:18px}.skin_card-1 .skin_container input[type=range]::-ms-track{cursor:pointer;height:3px;width:100%;animate:.2s;background:transparent;border-color:transparent;border-width:39px 0;color:transparent;padding-top:5px}.skin_card-1 .skin_container input[type=range]::-ms-fill-lower{background:#f2f2f2;border:0 solid transparent;border-radius:0;box-shadow:0 0 0 transparent,0 0 0 transparent}.skin_card-1 .skin_container input[type=range]::-ms-fill-upper{background:#f2f2f2;border:0 solid transparent;border-radius:0x;box-shadow:0 0 0 transparent,0 0 0 transparent}.skin_card-1 .skin_container input[type=range]::-ms-thumb{background:#fff;border:0 solid transparent;border-radius:50%;box-shadow:0 0 0 transparent,0 0 0 transparent;cursor:pointer;height:18px;margin-top:1px;width:18px}.skin_card-1 .skin_container input[type=range]::-ms-ticks,.skin_card-1 .skin_container input[type=range]::-ms-tooltip{display:none}.skin_card-1 .skin_container input[type=range]:focus::-ms-fill-lower,.skin_card-1 .skin_container input[type=range]:focus::-ms-fill-upper{background:#f2f2f2}
.skin_card-2{overflow:hidden}.skin_card-2 .skin_container{display:flex;flex-direction:column}.skin_card-2 .meta-container span{color:var(--plyr-color-text,#fff)}.skin_card-2 .control-container{margin-top:10px;padding-bottom:10px}.skin_card-2 .plyr__progress{overflow:hidden;width:100%}.skin_card-2 .plyr__progress input[data-plyr=seek]{height:5px}.skin_card-2 .control-container .amplitude-play-pause{cursor:pointer;float:left;height:74px;margin-left:10px;width:74px}.skin_card-2 .control-container .amplitude-play-pause.amplitude-paused{background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNjBweCIgaGVpZ2h0PSI2MHB4IiB2aWV3Qm94PSIwIDAgNjAgNjAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDQ2LjIgKDQ0NDk2KSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5TaGFwZTwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxkZWZzPjwvZGVmcz4KICAgIDxnIGlkPSJTY3JlZW5zIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iUGxheWVyIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTU4LjAwMDAwMCwgLTUxMC4wMDAwMDApIiBmaWxsPSIjRkZGRkZGIj4KICAgICAgICAgICAgPGcgaWQ9IkNvbnRyb2xzIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyNC4wMDAwMDAsIDUwNC4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxnIGlkPSJQbGF5IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMjguMDAwMDAwLCAwLjAwMDAwMCkiPgogICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0zNiw2IEMxOS40NCw2IDYsMTkuNDQgNiwzNiBDNiw1Mi41NiAxOS40NCw2NiAzNiw2NiBDNTIuNTYsNjYgNjYsNTIuNTYgNjYsMzYgQzY2LDE5LjQ0IDUyLjU2LDYgMzYsNiBaIE0zNiw2MCBDMjIuNzcsNjAgMTIsNDkuMjMgMTIsMzYgQzEyLDIyLjc3IDIyLjc3LDEyIDM2LDEyIEM0OS4yMywxMiA2MCwyMi43NyA2MCwzNiBDNjAsNDkuMjMgNDkuMjMsNjAgMzYsNjAgWiBNNDUuOTQ1NDU0NSwzNS45NDg3MTc5IEwyOSw0Ny44OTc0MzU5IEwyOSwyNCBMNDUuOTQ1NDU0NSwzNS45NDg3MTc5IFoiIGlkPSJTaGFwZSI+PC9wYXRoPgogICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=);background-size:cover}.skin_card-2 .control-container .amplitude-play-pause.amplitude-playing{background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNjBweCIgaGVpZ2h0PSI2MHB4IiB2aWV3Qm94PSIwIDAgNjAgNjAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDQ2LjIgKDQ0NDk2KSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5QYXVzZTwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxkZWZzPjwvZGVmcz4KICAgIDxnIGlkPSJTY3JlZW5zIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iUGxheWVyIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTU4LjAwMDAwMCwgLTUxMC4wMDAwMDApIj4KICAgICAgICAgICAgPGcgaWQ9IkNvbnRyb2xzIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyNC4wMDAwMDAsIDUwNC4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxnIGlkPSJQYXVzZSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTI4LjAwMDAwMCwgMC4wMDAwMDApIj4KICAgICAgICAgICAgICAgICAgICA8cG9seWdvbiBpZD0iU2hhcGUiIHBvaW50cz0iMCAwIDcyIDAgNzIgNzIgMCA3MiI+PC9wb2x5Z29uPgogICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0yNyw0OCBMMzMsNDggTDMzLDI0IEwyNywyNCBMMjcsNDggWiBNMzYsNiBDMTkuNDQsNiA2LDE5LjQ0IDYsMzYgQzYsNTIuNTYgMTkuNDQsNjYgMzYsNjYgQzUyLjU2LDY2IDY2LDUyLjU2IDY2LDM2IEM2NiwxOS40NCA1Mi41Niw2IDM2LDYgWiBNMzYsNjAgQzIyLjc3LDYwIDEyLDQ5LjIzIDEyLDM2IEMxMiwyMi43NyAyMi43NywxMiAzNiwxMiBDNDkuMjMsMTIgNjAsMjIuNzcgNjAsMzYgQzYwLDQ5LjIzIDQ5LjIzLDYwIDM2LDYwIFogTTM5LDQ4IEw0NSw0OCBMNDUsMjQgTDM5LDI0IEwzOSw0OCBaIiBpZD0iU2hhcGUiIGZpbGw9IiNGRkZGRkYiPjwvcGF0aD4KICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+);background-size:cover}.skin_card-2 .control-container #play-button{align-items:center;border:5px solid var(--plyr-color-control,#fff);border-radius:50%;color:var(--plyr-color-control,#fff);display:flex;justify-content:center}.skin_card-2 .control-container #play-button:hover{background-color:transparent}.skin_card-2 .control-container #play-button svg{height:25px;width:25px}.skin_card-2 .control-container .meta-container{color:#fff;float:left;margin-top:10px;padding-left:20px;text-align:left;width:calc(100% - 84px)}.skin_card-2 .control-container .meta-container span[data-amplitude-song-info=name]{display:block;font-family:Open Sans,sans-serif;font-size:18px}.skin_card-2 .control-container .meta-container span[data-amplitude-song-info=artist]{display:block;font-family:Open Sans,sans-serif;font-size:14px;font-weight:100}.skin_card-2 .control-container:after{clear:both;content:"";display:table}@media screen and (max-width:39.9375em){.skin_card-2 .control-container .amplitude-play-pause{background-size:cover;height:64px;width:64px}.skin_card-2 .control-container .meta-container{width:calc(100% - 74px)}}.skin_card-2 .time-container{color:var(--plyr-color-text,#fff);font-family:Open Sans;font-size:12px;font-weight:600;height:15px}.skin_card-2 .time-container span.current-time{float:left;margin-left:5px}.skin_card-2 .time-container span.duration{float:right;margin-right:5px}.skin_card-2 progress.amplitude-song-played-progress{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#313252;border:none;cursor:pointer;display:block;height:5px;width:100%}.skin_card-2 progress.amplitude-song-played-progress:not([value]){background-color:#313252}.skin_card-2 progress[value]::-webkit-progress-bar{background-color:#313252}.skin_card-2 progress[value]::-moz-progress-bar{background-color:#fff}.skin_card-2 progress[value]::-webkit-progress-value{background-color:#fff}.skin_card-2 .bottom-container{background-color:var(--plyr-color-bg);border-bottom-left-radius:10px;border-bottom-right-radius:10px}.skin_card-2 #single-song-player{border-radius:10px;margin:50px auto auto;max-width:460px;width:100%;-webkit-font-smoothing:antialiased}.skin_card-2 #single-song-player img[data-amplitude-song-info=cover_art_url]{border-top-left-radius:10px;border-top-right-radius:10px;width:100%}.skin_card-2 a.learn-more{background-color:#202136;color:#fff;display:block;font-family:Lato,sans-serif;font-weight:100;margin:30px auto auto;padding:20px;text-align:center;text-decoration:none;width:300px}
.skin_fusion .h5ap_standard_player{max-width:100%}.skin_fusion .plyr--full-ui input[type=range]{--plyr-color-main:var(--plyr-color-control)}.skin_fusion .plyr--audio .plyr__control:hover{background:transparent}.skin_fusion .plyr__controls .thumbnails{height:100px;margin-right:10px;-o-object-fit:cover;object-fit:cover;width:100px}.skin_fusion .infos .time_progress{align-items:center;display:flex;justify-content:space-between}.skin_fusion .volume_controls{align-items:center;display:flex}.skin_fusion .plyr__progress{margin-top:3px}.skin_fusion .plyr .plyr__controls{background:var(--plyr-color-background,#111)!important;justify-content:space-between;padding:0}.skin_fusion .plyr .plyr__controls .infos{display:flex;flex-direction:column;gap:10px;width:calc(100% - 370px)}.skin_fusion .plyr .plyr__controls .infos .time_progress .plyr__progress{max-width:calc(100% - 100px);width:100%}.skin_fusion .plyr .plyr__controls .extra_controls{align-items:center;display:inline-flex;margin-bottom:5px;min-height:40px}.skin_fusion .plyr .plyr__controls button.control-active{background:var(--plyr-color-control)!important;color:var(--plyr-color-background)!important}.skin_fusion .plyr .plyr__control,.skin_fusion .plyr .plyr__control[data-plyr=play],.skin_fusion .plyr .plyr__time{color:var(--plyr-color-control)!important;display:inline-block}.skin_fusion .plyr .title h3{background-color:hsla(0,0%,100%,.1);border-radius:3px;color:var(--plyr-color-control,#fff);font-size:16px;margin:0 0 12px;padding:2px 0 4px;position:relative;text-align:left;z-index:1}@media screen and (max-width:768px){.skin_fusion{min-width:auto!important}.skin_fusion .plyr .plyr__controls{border-radius:4px;padding:10px}.skin_fusion .plyr .plyr__controls .thumbnails{display:none}.skin_fusion .plyr .plyr__controls .infos{max-width:100%;width:100%}.skin_fusion .plyr .plyr__controls .plyr__controls{padding:0}}@media screen and (max-width:540px){.skin_fusion .plyr .plyr__controls:first-child{flex-direction:column-reverse}.skin_fusion .plyr .plyr__controls:first-child .other_controls{display:flex;flex-direction:row-reverse;justify-content:space-between;width:100%}}.skinFusionMobile .plyr .plyr__controls{border-radius:4px;padding:10px}.skinFusionMobile .plyr .plyr__controls .thumbnails{display:none}.skinFusionMobile .plyr .plyr__controls .infos{max-width:100%}.skinFusionMobile .plyr .plyr__controls .plyr__controls{padding:0}.skinFusionMobile .plyr .plyr__controls:first-child{flex-direction:column-reverse}.skinFusionMobile .plyr .plyr__controls:first-child .other_controls{display:flex;flex-direction:row-reverse;justify-content:space-between;width:100%}
.skin_simple-1 .skin_container{background:var(--plyr-color-bg);border-radius:3px;color:#fff;padding:20px}.skin_simple-1 .skin_container .plyr__time{color:var(--plyr-color-text,#fff)}.skin_simple-1 .skin_container button{color:var(--plyr-color-control,#fff)}.skin_container .time{display:flex;justify-content:space-between}.skin_container .controls{align-items:center;display:flex;justify-content:center;width:100%}.skin_container .plyr__time+.plyr__time:before{content:""}
.skin_simple-2 .skin_container{background:var(--plyr-color-bg);border-radius:3px;color:#fff;margin-top:25px;padding:15px;position:relative}.skin_simple-2 .skin_container button{color:var(--plyr-color-control,#fff)}.skin_simple-2 .thumbnail img{border-radius:100%;height:70px;-o-object-fit:cover;object-fit:cover;position:absolute;top:-25px;width:70px}.skin_simple-2 .time{display:flex;justify-content:space-between}.skin_simple-2 .controls{align-items:center;display:flex;justify-content:center;padding-left:70px;width:100%}.skin_simple-2 .plyr__time+.plyr__time:before{content:""}
.StampAudioPlayerSkin{background:var(--plyr-color-background,#111);border:1px solid var(--plyr-color-background,#111);border-radius:10px;margin:0 auto;max-width:100%;overflow:hidden;padding:25px 0;position:relative;width:100%}@media screen and (max-width:576px){.StampAudioPlayerSkin .plyr__volume{display:none}}.StampAudioPlayerSkin .plyr__progress__buffer{color:transparent;width:100%}.StampAudioPlayerSkin .plyr__progress input[type=range]{color:var(--plyr-color-control)}.StampAudioPlayerSkin button{background:none;border:none;cursor:pointer;display:flex;outline:none}.StampAudioPlayerSkin button:hover{background:none!important}.StampAudioPlayerSkin button svg{fill:#fff}.StampAudioPlayerSkin .extraOptions input[type=range]{color:var(--plyr-color-control)}.StampAudioPlayerSkin input[type=range][id=audioRange]{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:radial-gradient(#545454,var(--plyr-color-control));border-radius:5px;box-shadow:none;cursor:pointer;height:7.5px;outline:none;width:100%}.StampAudioPlayerSkin input[type=range][id=audioRange]:focus{outline:none}.StampAudioPlayerSkin input[type=range][id=audioRange][id=audioRange]{height:10px}.StampAudioPlayerSkin input[type=range][id=audioRange][id=audioRange]::-webkit-slider-runnable-track{height:10px}.StampAudioPlayerSkin input[type=range][id=audioRange][id=audioRange]::-moz-range-track{height:10px}.StampAudioPlayerSkin input[type=range][id=audioRange][id=audioRange]::-ms-track{height:10px}.StampAudioPlayerSkin .mainOptions{padding:10px 40px;position:relative;width:100%}@media(max-width:576px){.StampAudioPlayerSkin .mainOptions{padding:10px 15px 5px}}.StampAudioPlayerSkin .mainOptions .playPauseAudio .icon--not-pressed{padding-left:2px}.StampAudioPlayerSkin .mainOptions .play_forward_rewind [data-plyr=fast-forward],.StampAudioPlayerSkin .mainOptions .play_forward_rewind [data-plyr=rewind]{display:none}@media(max-width:576px){.StampAudioPlayerSkin .mainOptions .play_forward_rewind [data-plyr=fast-forward],.StampAudioPlayerSkin .mainOptions .play_forward_rewind [data-plyr=rewind]{display:block;margin-right:20px}.StampAudioPlayerSkin .mainOptions .play_forward_rewind{display:flex}}.StampAudioPlayerSkin .mainOptions .leftAudio,.StampAudioPlayerSkin .mainOptions .rightAudio{border:1px solid var(--plyr-color-control,#fff);border-radius:50px;bottom:50%;color:inherit;position:absolute;transform:translateY(50%)}@media(max-width:576px){.StampAudioPlayerSkin .mainOptions .leftAudio,.StampAudioPlayerSkin .mainOptions .rightAudio{bottom:0;display:none;transform:translateY(0)}}.StampAudioPlayerSkin .mainOptions .leftAudio{left:-19px;padding:10px 5px 10px 20px}.StampAudioPlayerSkin .mainOptions .leftAudio svg{margin-right:5px}.StampAudioPlayerSkin .mainOptions .rightAudio{padding:10px 20px 10px 5px;right:-19px}.StampAudioPlayerSkin .mainOptions .rightAudio svg{margin-left:5px}.StampAudioPlayerSkin .mainOptions .controls{align-items:center;display:flex;justify-content:space-between}@media(max-width:576px){.StampAudioPlayerSkin .mainOptions .controls{flex-direction:column-reverse}}.StampAudioPlayerSkin .mainOptions .controls .playPauseAudio{background:var(--plyr-color-background,#111);border:2px solid var(--plyr-color-control,#fff);border-radius:50%;box-shadow:0 0 0 1.5px var(--plyr-color-background);margin-right:20px;padding:8.5px}@media(max-width:576px){.StampAudioPlayerSkin .mainOptions .controls .playPauseAudio:last-child{margin-right:0}}.StampAudioPlayerSkin .mainOptions .controls .audioProgressView{width:100%}.StampAudioPlayerSkin .mainOptions .controls .audioProgressView .progressWrap{align-items:center;display:flex;justify-content:space-between}@media(max-width:576px){.StampAudioPlayerSkin .mainOptions .controls .audioProgressView .progressWrap{padding-bottom:25px;position:relative}}.StampAudioPlayerSkin .mainOptions .controls .audioProgressView .progressWrap #audioProgress{margin:none;width:100%}.StampAudioPlayerSkin .mainOptions .controls .audioProgressView .progressWrap .currentTime,.StampAudioPlayerSkin .mainOptions .controls .audioProgressView .progressWrap .totalTime{color:#fff;font-size:14px}.StampAudioPlayerSkin .mainOptions .controls .audioProgressView .progressWrap .currentTime{left:0;margin-right:10px}.StampAudioPlayerSkin .mainOptions .controls .audioProgressView .progressWrap .totalTime{margin-left:10px;right:0}.StampAudioPlayerSkin .extraOptions{align-items:center;display:flex;justify-content:space-between;margin:0 auto 20px;padding:0 80px 0 40px}@media(max-width:576px){.StampAudioPlayerSkin .extraOptions{align-items:center;flex-direction:column-reverse;margin-bottom:10px;padding:0 25px}}.StampAudioPlayerSkin .extraOptions .audioTitle{color:#fff;font-size:20px;margin-bottom:0}.StampAudioPlayerSkin .extraOptions .audioSound{max-width:130px;position:relative}@media(max-width:576px){.StampAudioPlayerSkin .extraOptions .audioSound{margin-bottom:25px;margin-left:auto;margin-right:30px}}.StampAudioPlayerSkin .muteUnmute{background-color:transparent;font-size:20px;position:absolute;right:35px;top:19px}@media(max-width:576px){.StampAudioPlayerSkin .muteUnmute{right:15px;top:14px}}.StampAudioPlayerSkin button svg{fill:var(--plyr-color-control,#fff)}.StampAudioPlayerSkin .mainOptions .controls .playPauseAudio{border-color:var(--plyr-color-control,#fff)}.StampAudioPlayerSkin .extraOptions .audioTitle,.StampAudioPlayerSkin .mainOptions .controls .audioProgressView .progressWrap .currentTime,.StampAudioPlayerSkin .mainOptions .controls .audioProgressView .progressWrap .totalTime{color:var(--plyr-color-control,#fff)}.StampAudioPlayerSkin .plyr__controls__item.plyr__progress__container{width:100%}@media(max-width:576px){.StampAudioPlayerSkin .plyr__controls__item.plyr__progress__container{width:calc(100% - 100px)}}.StampAudioPlayerSkin .plyr__progress{padding-right:10px;width:100%}.StampAudioPlayerSkin .container{margin:50px auto;max-width:100%;padding:0 15px;width:1140px}@media(max-width:576px){.StampAudioPlayerSkin .container{padding:0 5px}}.StampAudioPlayerSkin *{box-sizing:border-box;margin:0;padding:0}.plyr--full-ui input[type=range]{color:transparent}
.skin_player9 .skin_container{background-color:var(--plyr-color-background,#111)}.skin_player9 .skin_container .plyr__time,.skin_player9 .skin_container h2,.skin_player9 .skin_container p{color:var(--plyr-color-text,#fff);margin:0}.skin_player9 .skin_container button{color:var(--plyr-color-control,#fff);line-height:12px}.skin_player9 .plyr--full-ui input[type=range]{color:var(--plyr-color-main)}.skin_player9 .plyr__time--duration:before{display:none}.skin_player9 .plyr--audio .plyr__control[data-plyr=play]{background:var(--plyr-color-main)}.skin_player9 .plyr+div{border:1px solid #ddd}
.skin_player10 .skin_container{background-color:var(--plyr-color-background,#111)}.skin_player10 .skin_container .plyr__time,.skin_player10 .skin_container h2,.skin_player10 .skin_container p{color:var(--plyr-color-text,#fff);margin:0}.skin_player10 .skin_container button{color:var(--plyr-color-control,#fff)}.skin_player10 .plyr--full-ui input[type=range]{color:var(--plyr-color-main)}.skin_player10 .plyr__time--duration:before{display:none}.skin_player10 .plyr--audio .plyr__control[data-plyr=play]{background:var(--plyr-color-main)}.skin_player10 .plyr__progress{margin-right:0}
.skin_player11{color:var(--plyr-color-text,#fff)}.skin_player11 .plyr--full-ui input[type=range]{color:var(--plyr-color-main)}.skin_player11 .skin_container{background-color:var(--plyr-color-background,#111)}.skin_player11 .skin_container button{color:var(--plyr-color-control,#fff)}.skin_player11 .skin_container h2,.skin_player11 .skin_container p{color:var(--plyr-color-text,#fff);margin:0}.skin_player11 .plyr__time--duration:before{display:none}.skin_player11 .plyr--audio .plyr__control[data-plyr=play]{background:var(--plyr-color-main)}.skin_player11 .plyr__progress{margin-right:0}.skin_player11 .plyr__time{color:var(--plyr-color-control,#fff)}.skin_player11 .plyr.plyr--audio [data-plyr=fast-forward]:hover,.skin_player11 .plyr.plyr--audio [data-plyr=rewind]:hover{background-color:var(--plyr-color-main)}.skin_player11 .plyr button{line-height:100%}
.skin_simple_sticky{align-items:center;background:#1f1f1f;border-radius:8px;cursor:move;display:flex;height:42px;margin-bottom:6px;margin-left:auto;margin-right:auto;overflow:hidden}.skin_simple_sticky .play{margin:0 7px;width:30px}.skin_simple_sticky .play button{background:transparent!important}.skin_simple_sticky .play button,.skin_simple_sticky .play button:hover{background:transparent}.skin_simple_sticky .title{color:#fff;flex:1;font-size:16px;margin-bottom:5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.skin_simple_sticky .logo{background:#1f1f1f;display:flex;height:42px;justify-content:end;margin-right:-1px;width:65px}.skin_simple_sticky .logo img{max-height:100%;-o-object-fit:contain;object-fit:contain}.skin_simple_sticky .plyr__control svg{fill:#fff}
.wp-block-h5ap{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: ;--spacing:0.25rem}.bpmpMP3Player audio{display:none}.wp-block-h5ap-tailwind ::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }.wp-block-h5ap-tailwind .fixed{position:fixed}.wp-block-h5ap-tailwind .absolute{position:absolute}.wp-block-h5ap-tailwind .relative{position:relative}.wp-block-h5ap-tailwind .inset-0{inset:0}.wp-block-h5ap-tailwind .inset-\[2px\]{inset:2px}.wp-block-h5ap-tailwind .bottom-0{bottom:0}.wp-block-h5ap-tailwind .left-0{left:0}.wp-block-h5ap-tailwind .right-0{right:0}.wp-block-h5ap-tailwind .right-4{right:1rem}.wp-block-h5ap-tailwind .top-4{top:1rem}.wp-block-h5ap-tailwind .z-50{z-index:50}.wp-block-h5ap-tailwind .mx-auto{margin-left:auto;margin-right:auto}.wp-block-h5ap-tailwind .mb-1{margin-bottom:.25rem}.wp-block-h5ap-tailwind .mb-2{margin-bottom:.5rem}.wp-block-h5ap-tailwind .mb-4{margin-bottom:1rem}.wp-block-h5ap-tailwind .mb-6{margin-bottom:1.5rem}.wp-block-h5ap-tailwind .mb-8{margin-bottom:2rem}.wp-block-h5ap-tailwind .mt-0{margin-top:calc(var(--spacing)*0)}.wp-block-h5ap-tailwind .mt-1{margin-top:.25rem}.wp-block-h5ap-tailwind .mt-2{margin-top:.5rem}.wp-block-h5ap-tailwind .mt-4{margin-top:1rem}.wp-block-h5ap-tailwind .mt-6{margin-top:1.5rem}.wp-block-h5ap-tailwind .rotate-180{rotate:180deg}.wp-block-h5ap-tailwind .flex{display:flex}.wp-block-h5ap-tailwind .grid{display:grid}.wp-block-h5ap-tailwind .block{display:block}.wp-block-h5ap-tailwind .hidden{display:none}.wp-block-h5ap-tailwind .aspect-square{aspect-ratio:1/1}.wp-block-h5ap-tailwind .h-1{height:.25rem}.wp-block-h5ap-tailwind .h-10{height:2.5rem}.wp-block-h5ap-tailwind .h-12{height:3rem}.wp-block-h5ap-tailwind .h-16{height:4rem}.wp-block-h5ap-tailwind .h-2{height:.5rem}.wp-block-h5ap-tailwind .h-20{height:5rem}.wp-block-h5ap-tailwind .h-48{height:12rem}.wp-block-h5ap-tailwind .h-64{height:16rem}.wp-block-h5ap-tailwind .h-\[calc\(100\%-4px\)\]{height:calc(100% - 4px)}.wp-block-h5ap-tailwind .h-full{height:100%}.wp-block-h5ap-tailwind .h-screen{height:100vh}.wp-block-h5ap-tailwind .min-h-screen{min-height:100vh}.wp-block-h5ap-tailwind .w-10{width:2.5rem}.wp-block-h5ap-tailwind .w-12{width:3rem}.wp-block-h5ap-tailwind .w-16{width:4rem}.wp-block-h5ap-tailwind .w-20{width:5rem}.wp-block-h5ap-tailwind .w-48{width:12rem}.wp-block-h5ap-tailwind .w-64{width:16rem}.wp-block-h5ap-tailwind .w-\[calc\(100\%-4px\)\]{width:calc(100% - 4px)}.wp-block-h5ap-tailwind .w-full{width:100%}.wp-block-h5ap-tailwind.plyr--audio .max-w-full{max-width:100%}.wp-block-h5ap-tailwind .max-w-md{max-width:28rem}.wp-block-h5ap-tailwind .flex-1{flex:1 1 0%}@keyframes pulse{50%{opacity:.5}}.wp-block-h5ap-tailwind .animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes spin{to{transform:rotate(1turn)}}.wp-block-h5ap-tailwind .animate-spin-slow{animation:spin 3s linear infinite}.wp-block-h5ap-tailwind .cursor-pointer{cursor:pointer}.wp-block-h5ap-tailwind .appearance-none{-webkit-appearance:none;-moz-appearance:none;appearance:none}.wp-block-h5ap-tailwind .grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.wp-block-h5ap-tailwind .grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.wp-block-h5ap-tailwind .flex-col{flex-direction:column}.wp-block-h5ap-tailwind .items-center{align-items:center}.wp-block-h5ap-tailwind .justify-center{justify-content:center}.wp-block-h5ap-tailwind .justify-between{justify-content:space-between}.wp-block-h5ap-tailwind .gap-2{gap:.5rem}.wp-block-h5ap-tailwind .gap-3{gap:.75rem}.wp-block-h5ap-tailwind .gap-4{gap:1rem}.wp-block-h5ap-tailwind .gap-6{gap:1.5rem}.wp-block-h5ap-tailwind .gap-8{gap:2rem}.wp-block-h5ap-tailwind .space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(.5rem*var(--tw-space-y-reverse));margin-top:calc(.5rem*(1 - var(--tw-space-y-reverse)))}.wp-block-h5ap-tailwind .self-center{align-self:center}.wp-block-h5ap-tailwind .overflow-hidden{overflow:hidden}.wp-block-h5ap-tailwind .rounded{border-radius:.25rem}.wp-block-h5ap-tailwind .rounded-2xl{border-radius:1rem}.wp-block-h5ap-tailwind .rounded-\[10px\]{border-radius:10px}.wp-block-h5ap-tailwind .rounded-full{border-radius:9999px}.wp-block-h5ap-tailwind .rounded-lg{border-radius:.5rem}.wp-block-h5ap-tailwind .rounded-xl{border-radius:.75rem}.wp-block-h5ap-tailwind .rounded-t-2xl{border-top-left-radius:1rem;border-top-right-radius:1rem}.wp-block-h5ap-tailwind .bg-inherit{background-color:inherit}.wp-block-h5ap-tailwind .bg-amber-500{--tw-bg-opacity:1;background-color:rgb(245,158,11,var(--tw-bg-opacity,1))}.wp-block-h5ap-tailwind .bg-black{--tw-bg-opacity:1;background-color:rgb(0,0,0,var(--tw-bg-opacity,1))}.wp-block-h5ap-tailwind .bg-black\/20{background-color:rgba(0,0,0,.2)}.wp-block-h5ap-tailwind .bg-black\/40{background-color:rgba(0,0,0,.4)}.wp-block-h5ap-tailwind .bg-blue-500{--tw-bg-opacity:1;background-color:rgb(59,130,246,var(--tw-bg-opacity,1))}.wp-block-h5ap-tailwind .bg-gray-200{--tw-bg-opacity:1;background-color:rgb(229,231,235,var(--tw-bg-opacity,1))}.wp-block-h5ap-tailwind .bg-gray-800{--tw-bg-opacity:1;background-color:rgb(31,41,55,var(--tw-bg-opacity,1))}.wp-block-h5ap-tailwind .bg-green-500{--tw-bg-opacity:1;background-color:rgb(34,197,94,var(--tw-bg-opacity,1))}.wp-block-h5ap-tailwind .bg-indigo-500{--tw-bg-opacity:1;background-color:rgb(99,102,241,var(--tw-bg-opacity,1))}.wp-block-h5ap-tailwind .bg-purple-400{--tw-bg-opacity:1;background-color:rgb(192,132,252,var(--tw-bg-opacity,1))}.wp-block-h5ap-tailwind .bg-purple-500{--tw-bg-opacity:1;background-color:rgb(168,85,247,var(--tw-bg-opacity,1))}.wp-block-h5ap-tailwind .bg-purple-800{--tw-bg-opacity:1;background-color:rgb(107,33,168,var(--tw-bg-opacity,1))}.wp-block-h5ap-tailwind .bg-red-50{--tw-bg-opacity:1;background-color:rgb(254,242,242,var(--tw-bg-opacity,1))}.wp-block-h5ap-tailwind .bg-red-500{--tw-bg-opacity:1;background-color:rgb(239,68,68,var(--tw-bg-opacity,1))}.wp-block-h5ap-tailwind .bg-rose-500{--tw-bg-opacity:1;background-color:rgb(244,63,94,var(--tw-bg-opacity,1))}.wp-block-h5ap-tailwind .bg-white{--tw-bg-opacity:1;background-color:rgb(255,255,255,var(--tw-bg-opacity,1))}.wp-block-h5ap-tailwind .bg-white\/10{background-color:hsla(0,0%,100%,.1)}.wp-block-h5ap-tailwind .bg-white\/20{background-color:hsla(0,0%,100%,.2)}.wp-block-h5ap-tailwind .bg-zinc-800{--tw-bg-opacity:1;background-color:rgb(39,39,42,var(--tw-bg-opacity,1))}.wp-block-h5ap-tailwind .bg-zinc-900{--tw-bg-opacity:1;background-color:rgb(24,24,27,var(--tw-bg-opacity,1))}.wp-block-h5ap-tailwind .opacity-80{opacity:.8}.wp-block-h5ap-tailwind .bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}.wp-block-h5ap-tailwind .bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.wp-block-h5ap-tailwind .bg-gradient-to-t{background-image:linear-gradient(to top,var(--tw-gradient-stops))}.wp-block-h5ap-tailwind .from-black\/60{--tw-gradient-from:rgba(0,0,0,.6) var(--tw-gradient-from-position);--tw-gradient-to:transparent var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.wp-block-h5ap-tailwind .from-indigo-100{--tw-gradient-from:#e0e7ff var(--tw-gradient-from-position);--tw-gradient-to:rgba(224,231,255,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.wp-block-h5ap-tailwind .from-pink-500{--tw-gradient-from:#ec4899 var(--tw-gradient-from-position);--tw-gradient-to:rgba(236,72,153,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.wp-block-h5ap-tailwind .from-purple-900{--tw-gradient-from:#581c87 var(--tw-gradient-from-position);--tw-gradient-to:rgba(88,28,135,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.wp-block-h5ap-tailwind .from-teal-500{--tw-gradient-from:#14b8a6 var(--tw-gradient-from-position);--tw-gradient-to:rgba(20,184,166,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.wp-block-h5ap-tailwind .from-violet-600{--tw-gradient-from:#7c3aed var(--tw-gradient-from-position);--tw-gradient-to:rgba(124,58,237,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.wp-block-h5ap-tailwind .via-red-500{--tw-gradient-to:rgba(239,68,68,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),#ef4444 var(--tw-gradient-via-position),var(--tw-gradient-to)}.wp-block-h5ap-tailwind .via-transparent{--tw-gradient-to:transparent var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),transparent var(--tw-gradient-via-position),var(--tw-gradient-to)}.wp-block-h5ap-tailwind .to-emerald-500{--tw-gradient-to:#10b981 var(--tw-gradient-to-position)}.wp-block-h5ap-tailwind .to-indigo-600{--tw-gradient-to:#4f46e5 var(--tw-gradient-to-position)}.wp-block-h5ap-tailwind .to-indigo-900{--tw-gradient-to:#312e81 var(--tw-gradient-to-position)}.wp-block-h5ap-tailwind .to-purple-100{--tw-gradient-to:#f3e8ff var(--tw-gradient-to-position)}.wp-block-h5ap-tailwind .to-transparent{--tw-gradient-to:transparent var(--tw-gradient-to-position)}.wp-block-h5ap-tailwind .to-yellow-500{--tw-gradient-to:#eab308 var(--tw-gradient-to-position)}.wp-block-h5ap-tailwind .object-cover{-o-object-fit:cover;object-fit:cover}.wp-block-h5ap-tailwind .p-2{padding:.5rem}.wp-block-h5ap-tailwind .p-3{padding:.75rem}.wp-block-h5ap-tailwind .p-4{padding:1rem}.wp-block-h5ap-tailwind .p-6{padding:1.5rem}.wp-block-h5ap-tailwind .p-\[2px\]{padding:2px}.wp-block-h5ap-tailwind .px-4{padding-left:1rem;padding-right:1rem}.wp-block-h5ap-tailwind .py-2{padding-bottom:.5rem;padding-top:.5rem}.wp-block-h5ap-tailwind .text-center{text-align:center}.wp-block-h5ap-tailwind .text-2xl{font-size:1.5rem;line-height:2rem}.wp-block-h5ap-tailwind .text-lg{font-size:1.125rem;line-height:1.75rem}.wp-block-h5ap-tailwind .text-sm{font-size:.875rem;line-height:1.25rem}.wp-block-h5ap-tailwind .text-xl{font-size:1.25rem;line-height:1.75rem}.wp-block-h5ap-tailwind .font-bold{font-weight:700}.wp-block-h5ap-tailwind .font-medium{font-weight:500}.wp-block-h5ap-tailwind .leading-tight{line-height:1.25}.wp-block-h5ap-tailwind .leading-0{--tw-leading:calc(var(--spacing)*0);line-height:calc(var(--spacing)*0)}.wp-block-h5ap-tailwind .text-black{--tw-text-opacity:1;color:rgb(0,0,0,var(--tw-text-opacity,1))}.wp-block-h5ap-tailwind .text-blue-500{--tw-text-opacity:1;color:rgb(59,130,246,var(--tw-text-opacity,1))}.wp-block-h5ap-tailwind .text-gray-300{--tw-text-opacity:1;color:rgb(209,213,219,var(--tw-text-opacity,1))}.wp-block-h5ap-tailwind .text-gray-400{--tw-text-opacity:1;color:rgb(156,163,175,var(--tw-text-opacity,1))}.wp-block-h5ap-tailwind .text-gray-500{--tw-text-opacity:1;color:rgb(107,114,128,var(--tw-text-opacity,1))}.wp-block-h5ap-tailwind .text-gray-600{--tw-text-opacity:1;color:rgb(75,85,99,var(--tw-text-opacity,1))}.wp-block-h5ap-tailwind .text-gray-700{--tw-text-opacity:1;color:rgb(55,65,81,var(--tw-text-opacity,1))}.wp-block-h5ap-tailwind .text-gray-800{--tw-text-opacity:1;color:rgb(31,41,55,var(--tw-text-opacity,1))}.wp-block-h5ap-tailwind .text-gray-900{--tw-text-opacity:1;color:rgb(17,24,39,var(--tw-text-opacity,1))}.wp-block-h5ap-tailwind .text-green-500{--tw-text-opacity:1;color:rgb(34,197,94,var(--tw-text-opacity,1))}.wp-block-h5ap-tailwind .text-indigo-500{--tw-text-opacity:1;color:rgb(99,102,241,var(--tw-text-opacity,1))}.wp-block-h5ap-tailwind .text-purple-200{--tw-text-opacity:1;color:rgb(233,213,255,var(--tw-text-opacity,1))}.wp-block-h5ap-tailwind .text-red-500{--tw-text-opacity:1;color:rgb(239,68,68,var(--tw-text-opacity,1))}.wp-block-h5ap-tailwind .text-rose-500{--tw-text-opacity:1;color:rgb(244,63,94,var(--tw-text-opacity,1))}.wp-block-h5ap-tailwind .text-teal-100{--tw-text-opacity:1;color:rgb(204,251,241,var(--tw-text-opacity,1))}.wp-block-h5ap-tailwind .text-teal-500{--tw-text-opacity:1;color:rgb(20,184,166,var(--tw-text-opacity,1))}.wp-block-h5ap-tailwind .text-violet-200{--tw-text-opacity:1;color:rgb(221,214,254,var(--tw-text-opacity,1))}.wp-block-h5ap-tailwind .text-violet-600{--tw-text-opacity:1;color:rgb(124,58,237,var(--tw-text-opacity,1))}.wp-block-h5ap-tailwind .text-white{--tw-text-opacity:1;color:rgb(255,255,255,var(--tw-text-opacity,1))}.wp-block-h5ap-tailwind .text-white\/60{color:hsla(0,0%,100%,.6)}.wp-block-h5ap-tailwind .text-white\/80{color:hsla(0,0%,100%,.8)}.wp-block-h5ap-tailwind .text-zinc-400{--tw-text-opacity:1;color:rgb(161,161,170,var(--tw-text-opacity,1))}.wp-block-h5ap-tailwind .opacity-0{opacity:0}.wp-block-h5ap-tailwind .shadow-lg{--tw-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color)}.wp-block-h5ap-tailwind .shadow-lg,.wp-block-h5ap-tailwind .shadow-md{box-shadow:var(--tw-ring-offset-shadow,0 0 transparent),var(--tw-ring-shadow,0 0 transparent),var(--tw-shadow)}.wp-block-h5ap-tailwind .shadow-md{--tw-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1);--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color)}.wp-block-h5ap-tailwind .shadow-xl{--tw-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.1);--tw-shadow-colored:0 20px 25px -5px var(--tw-shadow-color),0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 transparent),var(--tw-ring-shadow,0 0 transparent),var(--tw-shadow)}.wp-block-h5ap-tailwind .ring-2{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color)}.wp-block-h5ap-tailwind .ring-2,.wp-block-h5ap-tailwind .ring-4{box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 transparent)}.wp-block-h5ap-tailwind .ring-4{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color)}.wp-block-h5ap-tailwind .ring-amber-500{--tw-ring-opacity:1;--tw-ring-color:rgb(245 158 11/var(--tw-ring-opacity,1))}.wp-block-h5ap-tailwind .ring-white\/20{--tw-ring-color:hsla(0,0%,100%,.2)}.wp-block-h5ap-tailwind .backdrop-blur-md{--tw-backdrop-blur:blur(12px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.wp-block-h5ap-tailwind .transition-opacity{transition-duration:.15s;transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1)}.wp-block-h5ap-tailwind .transition-transform{transition-duration:.15s;transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1)}.wp-block-h5ap-tailwind .duration-300{transition-duration:.3s}.wp-block-h5ap-tailwind .animate-spin-slow{animation:spin 20s linear infinite}.wp-block-h5ap-tailwind .hover\:bg-amber-400:hover{--tw-bg-opacity:1;background-color:rgb(251,191,36,var(--tw-bg-opacity,1))}.wp-block-h5ap-tailwind .hover\:bg-blue-600:hover{--tw-bg-opacity:1;background-color:rgb(37,99,235,var(--tw-bg-opacity,1))}.wp-block-h5ap-tailwind .hover\:bg-gray-100:hover{--tw-bg-opacity:1;background-color:rgb(243,244,246,var(--tw-bg-opacity,1))}.wp-block-h5ap-tailwind .hover\:bg-gray-50:hover{--tw-bg-opacity:1;background-color:rgb(249,250,251,var(--tw-bg-opacity,1))}.wp-block-h5ap-tailwind .hover\:bg-gray-900:hover{--tw-bg-opacity:1;background-color:rgb(17,24,39,var(--tw-bg-opacity,1))}.wp-block-h5ap-tailwind .hover\:bg-green-400:hover{--tw-bg-opacity:1;background-color:rgb(74,222,128,var(--tw-bg-opacity,1))}.wp-block-h5ap-tailwind .hover\:bg-indigo-600:hover{--tw-bg-opacity:1;background-color:rgb(79,70,229,var(--tw-bg-opacity,1))}.wp-block-h5ap-tailwind .hover\:bg-purple-400:hover{--tw-bg-opacity:1;background-color:rgb(192,132,252,var(--tw-bg-opacity,1))}.wp-block-h5ap-tailwind .hover\:bg-red-600:hover{--tw-bg-opacity:1;background-color:rgb(220,38,38,var(--tw-bg-opacity,1))}.wp-block-h5ap-tailwind .hover\:bg-rose-600:hover{--tw-bg-opacity:1;background-color:rgb(225,29,72,var(--tw-bg-opacity,1))}.wp-block-h5ap-tailwind .hover\:bg-violet-100:hover{--tw-bg-opacity:1;background-color:rgb(237,233,254,var(--tw-bg-opacity,1))}.wp-block-h5ap-tailwind .hover\:bg-white\/10:hover{background-color:hsla(0,0%,100%,.1)}.wp-block-h5ap-tailwind .hover\:text-gray-700:hover{--tw-text-opacity:1;color:rgb(55,65,81,var(--tw-text-opacity,1))}.wp-block-h5ap-tailwind .hover\:text-gray-800:hover{--tw-text-opacity:1;color:rgb(31,41,55,var(--tw-text-opacity,1))}.wp-block-h5ap-tailwind .hover\:text-gray-900:hover{--tw-text-opacity:1;color:rgb(17,24,39,var(--tw-text-opacity,1))}.wp-block-h5ap-tailwind .hover\:text-rose-600:hover{--tw-text-opacity:1;color:rgb(225,29,72,var(--tw-text-opacity,1))}.wp-block-h5ap-tailwind .hover\:text-teal-600:hover{--tw-text-opacity:1;color:rgb(13,148,136,var(--tw-text-opacity,1))}.wp-block-h5ap-tailwind .hover\:text-white:hover{--tw-text-opacity:1;color:rgb(255,255,255,var(--tw-text-opacity,1))}.wp-block-h5ap-tailwind .group:hover .group-hover\:opacity-100{opacity:1}.wp-block-h5ap-tailwind .no-underline{text-decoration-line:none}@media(prefers-color-scheme:dark){.wp-block-h5ap-tailwind .dark\:bg-gray-700{--tw-bg-opacity:1;background-color:rgb(55,65,81,var(--tw-bg-opacity,1))}.wp-block-h5ap-tailwind .dark\:bg-gray-800{--tw-bg-opacity:1;background-color:rgb(31,41,55,var(--tw-bg-opacity,1))}.wp-block-h5ap-tailwind .dark\:bg-gray-900{--tw-bg-opacity:1;background-color:rgb(17,24,39,var(--tw-bg-opacity,1))}.wp-block-h5ap-tailwind .dark\:bg-red-900\/20{background-color:rgba(127,29,29,.2)}.wp-block-h5ap-tailwind .dark\:text-gray-100{--tw-text-opacity:1;color:rgb(243,244,246,var(--tw-text-opacity,1))}.wp-block-h5ap-tailwind .dark\:text-gray-300{--tw-text-opacity:1;color:rgb(209,213,219,var(--tw-text-opacity,1))}.wp-block-h5ap-tailwind .dark\:text-gray-400{--tw-text-opacity:1;color:rgb(156,163,175,var(--tw-text-opacity,1))}.wp-block-h5ap-tailwind .dark\:text-gray-600{--tw-text-opacity:1;color:rgb(75,85,99,var(--tw-text-opacity,1))}.wp-block-h5ap-tailwind .dark\:text-white{--tw-text-opacity:1;color:rgb(255,255,255,var(--tw-text-opacity,1))}.wp-block-h5ap-tailwind .dark\:hover\:bg-gray-700:hover{--tw-bg-opacity:1;background-color:rgb(55,65,81,var(--tw-bg-opacity,1))}.wp-block-h5ap-tailwind .dark\:hover\:bg-gray-800:hover{--tw-bg-opacity:1;background-color:rgb(31,41,55,var(--tw-bg-opacity,1))}.wp-block-h5ap-tailwind .dark\:hover\:text-gray-200:hover{--tw-text-opacity:1;color:rgb(229,231,235,var(--tw-text-opacity,1))}}
@keyframes plyr-progress{to{background-position:25px 0;background-position:var(--plyr-progress-loading-size,25px) 0}}@keyframes plyr-popup{0%{opacity:.5;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes plyr-fade-in{0%{opacity:0}to{opacity:1}}.plyr{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;align-items:center;direction:ltr;display:flex;flex-direction:column;font-family:inherit;font-family:var(--plyr-font-family,inherit);font-variant-numeric:tabular-nums;font-weight:400;font-weight:var(--plyr-font-weight-regular,400);line-height:1.7;line-height:var(--plyr-line-height,1.7);max-width:100%;min-width:200px;position:relative;text-shadow:none;transition:box-shadow .3s ease;z-index:0}.plyr audio,.plyr iframe,.plyr video{display:block;height:100%;width:100%}.plyr button{font:inherit;line-height:inherit;width:auto}.plyr:focus{outline:0}.plyr--full-ui{box-sizing:border-box}.plyr--full-ui *,.plyr--full-ui :after,.plyr--full-ui :before{box-sizing:inherit}.plyr--full-ui a,.plyr--full-ui button,.plyr--full-ui input,.plyr--full-ui label{touch-action:manipulation}.plyr__badge{background:#4a5464;background:var(--plyr-badge-background,#4a5464);border-radius:2px;border-radius:var(--plyr-badge-border-radius,2px);color:#fff;color:var(--plyr-badge-text-color,#fff);font-size:9px;font-size:var(--plyr-font-size-badge,9px);line-height:1;padding:3px 4px}.plyr--full-ui ::-webkit-media-text-track-container{display:none}.plyr__captions{animation:plyr-fade-in .3s ease;bottom:0;display:none;font-size:13px;font-size:var(--plyr-font-size-small,13px);left:0;padding:10px;padding:var(--plyr-control-spacing,10px);position:absolute;text-align:center;transition:transform .4s ease-in-out;width:100%}.plyr__captions span:empty{display:none}@media(min-width:480px){.plyr__captions{font-size:15px;font-size:var(--plyr-font-size-base,15px);padding:20px;padding:calc(var(--plyr-control-spacing,10px)*2)}}@media(min-width:768px){.plyr__captions{font-size:18px;font-size:var(--plyr-font-size-large,18px)}}.plyr--captions-active .plyr__captions{display:block}.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty)~.plyr__captions{transform:translateY(-40px);transform:translateY(calc(var(--plyr-control-spacing,10px)*-4))}.plyr__caption{background:rgba(0,0,0,.8);background:var(--plyr-captions-background,rgba(0,0,0,.8));border-radius:2px;-webkit-box-decoration-break:clone;box-decoration-break:clone;color:#fff;color:var(--plyr-captions-text-color,#fff);line-height:185%;padding:.2em .5em;white-space:pre-wrap}.plyr__caption div{display:inline}.plyr__control{background:0 0;border:0;border-radius:3px;border-radius:var(--plyr-control-radius,3px);color:inherit;cursor:pointer;flex-shrink:0;overflow:visible;padding:7px;padding:calc(var(--plyr-control-spacing,10px)*.7);position:relative;transition:all .3s ease}.plyr__control svg{fill:currentColor;display:block;height:18px;height:var(--plyr-control-icon-size,18px);pointer-events:none;width:18px;width:var(--plyr-control-icon-size,18px)}.plyr__control:focus{outline:0}.plyr__control.plyr__tab-focus{outline:3px dotted #00b2ff;outline:var(--plyr-tab-focus-color,var(--plyr-color-main,var(--plyr-color-main,#00b2ff))) dotted 3px;outline-offset:2px}a.plyr__control{text-decoration:none}.plyr__control.plyr__control--pressed .icon--not-pressed,.plyr__control.plyr__control--pressed .label--not-pressed,.plyr__control:not(.plyr__control--pressed) .icon--pressed,.plyr__control:not(.plyr__control--pressed) .label--pressed,a.plyr__control:after,a.plyr__control:before{display:none}.plyr--full-ui ::-webkit-media-controls{display:none}.plyr__controls{align-items:center;display:flex;justify-content:flex-end;text-align:center}.plyr__controls .plyr__progress__container{flex:1;min-width:0}.plyr__controls .plyr__controls__item{margin-left:2.5px;margin-left:calc(var(--plyr-control-spacing,10px)/4)}.plyr__controls .plyr__controls__item:first-child{margin-left:0;margin-right:auto}.plyr__controls .plyr__controls__item.plyr__progress__container{padding-left:2.5px;padding-left:calc(var(--plyr-control-spacing,10px)/4)}.plyr__controls .plyr__controls__item.plyr__time{padding:0 5px;padding:0 calc(var(--plyr-control-spacing,10px)/2)}.plyr__controls .plyr__controls__item.plyr__progress__container:first-child,.plyr__controls .plyr__controls__item.plyr__time+.plyr__time,.plyr__controls .plyr__controls__item.plyr__time:first-child{padding-left:0}.plyr [data-plyr=airplay],.plyr [data-plyr=captions],.plyr [data-plyr=fullscreen],.plyr [data-plyr=pip],.plyr__controls:empty{display:none}.plyr--airplay-supported [data-plyr=airplay],.plyr--captions-enabled [data-plyr=captions],.plyr--fullscreen-enabled [data-plyr=fullscreen],.plyr--pip-supported [data-plyr=pip]{display:inline-block}.plyr__menu{display:flex;position:relative}.plyr__menu .plyr__control svg{transition:transform .3s ease}.plyr__menu .plyr__control[aria-expanded=true] svg{transform:rotate(90deg)}.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip{display:none}.plyr__menu__container{animation:plyr-popup .2s ease;background:hsla(0,0%,100%,.9);background:var(--plyr-menu-background,hsla(0,0%,100%,.9));border-radius:4px;bottom:100%;box-shadow:0 1px 2px rgba(0,0,0,.15);box-shadow:var(--plyr-menu-shadow,0 1px 2px rgba(0,0,0,.15));color:#4a5464;color:var(--plyr-menu-color,#4a5464);font-size:15px;font-size:var(--plyr-font-size-base,15px);margin-bottom:10px;position:absolute;right:-3px;text-align:left;white-space:nowrap;z-index:3}.plyr__menu__container>div{overflow:hidden;transition:height .35s cubic-bezier(.4,0,.2,1),width .35s cubic-bezier(.4,0,.2,1)}.plyr__menu__container:after{border:4px solid transparent;border-top-color:hsla(0,0%,100%,.9);border:var(--plyr-menu-arrow-size,4px) solid transparent;border-top-color:var(--plyr-menu-background,hsla(0,0%,100%,.9));content:"";height:0;position:absolute;right:14px;right:calc(var(--plyr-control-icon-size,18px)/2 + var(--plyr-control-spacing,10px)*.7 - var(--plyr-menu-arrow-size,4px)/2);top:100%;width:0}.plyr__menu__container [role=menu]{padding:7px;padding:calc(var(--plyr-control-spacing,10px)*.7)}.plyr__menu__container [role=menuitem],.plyr__menu__container [role=menuitemradio]{margin-top:2px}.plyr__menu__container [role=menuitem]:first-child,.plyr__menu__container [role=menuitemradio]:first-child{margin-top:0}.plyr__menu__container .plyr__control{align-items:center;color:#4a5464;color:var(--plyr-menu-color,#4a5464);display:flex;font-size:13px;font-size:var(--plyr-font-size-menu,var(--plyr-font-size-small,13px));padding:4.66667px 10.5px;padding:calc(var(--plyr-control-spacing,10px)*.7/1.5) calc(var(--plyr-control-spacing,10px)*.7*1.5);-webkit-user-select:none;user-select:none;width:100%}.plyr__menu__container .plyr__control>span{align-items:inherit;display:flex;width:100%}.plyr__menu__container .plyr__control:after{border:4px solid transparent;border:var(--plyr-menu-item-arrow-size,4px) solid transparent;content:"";position:absolute;top:50%;transform:translateY(-50%)}.plyr__menu__container .plyr__control--forward{padding-right:28px;padding-right:calc(var(--plyr-control-spacing,10px)*.7*4)}.plyr__menu__container .plyr__control--forward:after{border-left-color:#728197;border-left-color:var(--plyr-menu-arrow-color,#728197);right:6.5px;right:calc(var(--plyr-control-spacing,10px)*.7*1.5 - var(--plyr-menu-item-arrow-size,4px))}.plyr__menu__container .plyr__control--forward.plyr__tab-focus:after,.plyr__menu__container .plyr__control--forward:hover:after{border-left-color:currentColor}.plyr__menu__container .plyr__control--back{font-weight:400;font-weight:var(--plyr-font-weight-regular,400);margin:7px;margin:calc(var(--plyr-control-spacing,10px)*.7);margin-bottom:3.5px;margin-bottom:calc(var(--plyr-control-spacing,10px)*.7/2);padding-left:28px;padding-left:calc(var(--plyr-control-spacing,10px)*.7*4);position:relative;width:calc(100% - 14px);width:calc(100% - var(--plyr-control-spacing,10px)*.7*2)}.plyr__menu__container .plyr__control--back:after{border-right-color:#728197;border-right-color:var(--plyr-menu-arrow-color,#728197);left:6.5px;left:calc(var(--plyr-control-spacing,10px)*.7*1.5 - var(--plyr-menu-item-arrow-size,4px))}.plyr__menu__container .plyr__control--back:before{background:#dcdfe5;background:var(--plyr-menu-back-border-color,#dcdfe5);box-shadow:0 1px 0 #fff;box-shadow:0 1px 0 var(--plyr-menu-back-border-shadow-color,#fff);content:"";height:1px;left:0;margin-top:3.5px;margin-top:calc(var(--plyr-control-spacing,10px)*.7/2);overflow:hidden;position:absolute;right:0;top:100%}.plyr__menu__container .plyr__control--back.plyr__tab-focus:after,.plyr__menu__container .plyr__control--back:hover:after{border-right-color:currentColor}.plyr__menu__container .plyr__control[role=menuitemradio]{padding-left:7px;padding-left:calc(var(--plyr-control-spacing,10px)*.7)}.plyr__menu__container .plyr__control[role=menuitemradio]:after,.plyr__menu__container .plyr__control[role=menuitemradio]:before{border-radius:100%}.plyr__menu__container .plyr__control[role=menuitemradio]:before{background:rgba(0,0,0,.1);content:"";display:block;flex-shrink:0;height:16px;margin-right:10px;margin-right:var(--plyr-control-spacing,10px);transition:all .3s ease;width:16px}.plyr__menu__container .plyr__control[role=menuitemradio]:after{background:#fff;border:0;height:6px;left:12px;opacity:0;top:50%;transform:translateY(-50%) scale(0);transition:transform .3s ease,opacity .3s ease;width:6px}.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:before{background:#00b2ff;background:var(--plyr-control-toggle-checked-background,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)))}.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:after{opacity:1;transform:translateY(-50%) scale(1)}.plyr__menu__container .plyr__control[role=menuitemradio].plyr__tab-focus:before,.plyr__menu__container .plyr__control[role=menuitemradio]:hover:before{background:rgba(35,40,47,.1)}.plyr__menu__container .plyr__menu__value{align-items:center;display:flex;margin-left:auto;margin-right:calc(-7px - -2);margin-right:calc(var(--plyr-control-spacing,10px)*.7*-1 - -2);overflow:hidden;padding-left:24.5px;padding-left:calc(var(--plyr-control-spacing,10px)*.7*3.5);pointer-events:none}.plyr--full-ui input[type=range]{-webkit-appearance:none;appearance:none;background:0 0;border:0;border-radius:26px;border-radius:calc(var(--plyr-range-thumb-height,13px)*2);color:#00b2ff;color:var(--plyr-range-fill-background,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));display:block;height:19px;height:calc(var(--plyr-range-thumb-active-shadow-width,3px)*2 + var(--plyr-range-thumb-height,13px));margin:0;min-width:0;padding:0;transition:box-shadow .3s ease;width:100%}.plyr--full-ui input[type=range]::-webkit-slider-runnable-track{background:0 0;background-image:linear-gradient(90deg,currentColor 0,transparent 0);background-image:linear-gradient(to right,currentColor var(--value,0),transparent var(--value,0));border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height,5px)/2);height:5px;height:var(--plyr-range-track-height,5px);-webkit-transition:box-shadow .3s ease;transition:box-shadow .3s ease;-webkit-user-select:none;user-select:none}.plyr--full-ui input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background:#fff;background:var(--plyr-range-thumb-background,#fff);border:0;border-radius:100%;box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2));height:13px;height:var(--plyr-range-thumb-height,13px);margin-top:-4px;margin-top:calc((var(--plyr-range-thumb-height,13px) - var(--plyr-range-track-height,5px))/2*-1);position:relative;-webkit-transition:all .2s ease;transition:all .2s ease;width:13px;width:var(--plyr-range-thumb-height,13px)}.plyr--full-ui input[type=range]::-moz-range-track{background:0 0;border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height,5px)/2);height:5px;height:var(--plyr-range-track-height,5px);-moz-transition:box-shadow .3s ease;transition:box-shadow .3s ease;user-select:none}.plyr--full-ui input[type=range]::-moz-range-thumb{background:#fff;background:var(--plyr-range-thumb-background,#fff);border:0;border-radius:100%;box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2));height:13px;height:var(--plyr-range-thumb-height,13px);position:relative;-moz-transition:all .2s ease;transition:all .2s ease;width:13px;width:var(--plyr-range-thumb-height,13px)}.plyr--full-ui input[type=range]::-moz-range-progress{background:currentColor;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height,5px)/2);height:5px;height:var(--plyr-range-track-height,5px)}.plyr--full-ui input[type=range]::-ms-track{color:transparent}.plyr--full-ui input[type=range]::-ms-fill-upper,.plyr--full-ui input[type=range]::-ms-track{background:0 0;border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height,5px)/2);height:5px;height:var(--plyr-range-track-height,5px);-ms-transition:box-shadow .3s ease;transition:box-shadow .3s ease;user-select:none}.plyr--full-ui input[type=range]::-ms-fill-lower{background:0 0;background:currentColor;border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height,5px)/2);height:5px;height:var(--plyr-range-track-height,5px);-ms-transition:box-shadow .3s ease;transition:box-shadow .3s ease;user-select:none}.plyr--full-ui input[type=range]::-ms-thumb{background:#fff;background:var(--plyr-range-thumb-background,#fff);border:0;border-radius:100%;box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2));height:13px;height:var(--plyr-range-thumb-height,13px);margin-top:0;position:relative;-ms-transition:all .2s ease;transition:all .2s ease;width:13px;width:var(--plyr-range-thumb-height,13px)}.plyr--full-ui input[type=range]::-ms-tooltip{display:none}.plyr--full-ui input[type=range]::-moz-focus-outer{border:0}.plyr--full-ui input[type=range]:focus{outline:0}.plyr--full-ui input[type=range].plyr__tab-focus::-webkit-slider-runnable-track{outline:3px dotted #00b2ff;outline:var(--plyr-tab-focus-color,var(--plyr-color-main,var(--plyr-color-main,#00b2ff))) dotted 3px;outline-offset:2px}.plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-track{outline:3px dotted #00b2ff;outline:var(--plyr-tab-focus-color,var(--plyr-color-main,var(--plyr-color-main,#00b2ff))) dotted 3px;outline-offset:2px}.plyr--full-ui input[type=range].plyr__tab-focus::-ms-track{outline:3px dotted #00b2ff;outline:var(--plyr-tab-focus-color,var(--plyr-color-main,var(--plyr-color-main,#00b2ff))) dotted 3px;outline-offset:2px}.plyr__poster{background-color:#000;background-color:var(--plyr-video-background,var(--plyr-video-background,#000));background-position:50% 50%;background-repeat:no-repeat;background-size:contain;height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .2s ease;width:100%;z-index:1}.plyr--stopped.plyr__poster-enabled .plyr__poster{opacity:1}.plyr--youtube.plyr--paused.plyr__poster-enabled:not(.plyr--stopped) .plyr__poster{display:none}.plyr__time{font-size:13px;font-size:var(--plyr-font-size-time,var(--plyr-font-size-small,13px))}.plyr__time+.plyr__time:before{content:"⁄";margin-right:10px;margin-right:var(--plyr-control-spacing,10px)}@media(max-width:767px){.plyr__time+.plyr__time{display:none}}.plyr__tooltip{background:hsla(0,0%,100%,.9);background:var(--plyr-tooltip-background,hsla(0,0%,100%,.9));border-radius:5px;border-radius:var(--plyr-tooltip-radius,5px);bottom:100%;box-shadow:0 1px 2px rgba(0,0,0,.15);box-shadow:var(--plyr-tooltip-shadow,0 1px 2px rgba(0,0,0,.15));color:#4a5464;color:var(--plyr-tooltip-color,#4a5464);font-size:13px;font-size:var(--plyr-font-size-small,13px);font-weight:400;font-weight:var(--plyr-font-weight-regular,400);left:50%;line-height:1.3;margin-bottom:10px;margin-bottom:calc(var(--plyr-control-spacing,10px)/2*2);opacity:0;padding:5px 7.5px;padding:calc(var(--plyr-control-spacing,10px)/2) calc(var(--plyr-control-spacing,10px)/2*1.5);pointer-events:none;position:absolute;transform:translate(-50%,10px) scale(.8);transform-origin:50% 100%;transition:transform .2s ease .1s,opacity .2s ease .1s;white-space:nowrap;z-index:2}.plyr__tooltip:before{border-left:4px solid transparent;border-left:var(--plyr-tooltip-arrow-size,4px) solid transparent;border-right:4px solid transparent;border-right:var(--plyr-tooltip-arrow-size,4px) solid transparent;border-top:4px solid hsla(0,0%,100%,.9);border-top:var(--plyr-tooltip-arrow-size,4px) solid var(--plyr-tooltip-background,hsla(0,0%,100%,.9));bottom:-4px;bottom:calc(var(--plyr-tooltip-arrow-size,4px)*-1);content:"";height:0;left:50%;position:absolute;transform:translateX(-50%);width:0;z-index:2}.plyr .plyr__control.plyr__tab-focus .plyr__tooltip,.plyr .plyr__control:hover .plyr__tooltip,.plyr__tooltip--visible{opacity:1;transform:translate(-50%) scale(1)}.plyr .plyr__control:hover .plyr__tooltip{z-index:3}.plyr__controls>.plyr__control:first-child .plyr__tooltip,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip{left:0;transform:translateY(10px) scale(.8);transform-origin:0 100%}.plyr__controls>.plyr__control:first-child .plyr__tooltip:before,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip:before{left:16px;left:calc(var(--plyr-control-icon-size,18px)/2 + var(--plyr-control-spacing,10px)*.7)}.plyr__controls>.plyr__control:last-child .plyr__tooltip{left:auto;right:0;transform:translateY(10px) scale(.8);transform-origin:100% 100%}.plyr__controls>.plyr__control:last-child .plyr__tooltip:before{left:auto;right:16px;right:calc(var(--plyr-control-icon-size,18px)/2 + var(--plyr-control-spacing,10px)*.7);transform:translateX(50%)}.plyr__controls>.plyr__control:first-child .plyr__tooltip--visible,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip--visible,.plyr__controls>.plyr__control:first-child+.plyr__control.plyr__tab-focus .plyr__tooltip,.plyr__controls>.plyr__control:first-child+.plyr__control:hover .plyr__tooltip,.plyr__controls>.plyr__control:first-child.plyr__tab-focus .plyr__tooltip,.plyr__controls>.plyr__control:first-child:hover .plyr__tooltip,.plyr__controls>.plyr__control:last-child .plyr__tooltip--visible,.plyr__controls>.plyr__control:last-child.plyr__tab-focus .plyr__tooltip,.plyr__controls>.plyr__control:last-child:hover .plyr__tooltip{transform:translate(0) scale(1)}.plyr__progress{left:6.5px;left:calc(var(--plyr-range-thumb-height,13px)*.5);margin-right:13px;margin-right:var(--plyr-range-thumb-height,13px);position:relative}.plyr__progress input[type=range],.plyr__progress__buffer{margin-left:-6.5px;margin-left:calc(var(--plyr-range-thumb-height,13px)*-.5);margin-right:-6.5px;margin-right:calc(var(--plyr-range-thumb-height,13px)*-.5);width:calc(100% + 13px);width:calc(100% + var(--plyr-range-thumb-height,13px))}.plyr__progress input[type=range]{position:relative;z-index:2}.plyr__progress .plyr__tooltip{left:0;max-width:120px;overflow-wrap:break-word;white-space:normal}.plyr__progress__buffer{-webkit-appearance:none;background:0 0;border:0;border-radius:100px;height:5px;height:var(--plyr-range-track-height,5px);left:0;margin-top:-2.5px;margin-top:calc((var(--plyr-range-track-height,5px)/2)*-1);padding:0;position:absolute;top:50%}.plyr__progress__buffer::-webkit-progress-bar{background:0 0}.plyr__progress__buffer::-webkit-progress-value{background:currentColor;border-radius:100px;min-width:5px;min-width:var(--plyr-range-track-height,5px);-webkit-transition:width .2s ease;transition:width .2s ease}.plyr__progress__buffer::-moz-progress-bar{background:currentColor;border-radius:100px;min-width:5px;min-width:var(--plyr-range-track-height,5px);-moz-transition:width .2s ease;transition:width .2s ease}.plyr__progress__buffer::-ms-fill{border-radius:100px;-ms-transition:width .2s ease;transition:width .2s ease}.plyr--loading .plyr__progress__buffer{animation:plyr-progress 1s linear infinite;background-image:linear-gradient(-45deg,rgba(35,40,47,.6) 25%,transparent 0,transparent 50%,rgba(35,40,47,.6) 0,rgba(35,40,47,.6) 75%,transparent 0,transparent);background-image:linear-gradient(-45deg,var(--plyr-progress-loading-background,rgba(35,40,47,.6)) 25%,transparent 25%,transparent 50%,var(--plyr-progress-loading-background,rgba(35,40,47,.6)) 50%,var(--plyr-progress-loading-background,rgba(35,40,47,.6)) 75%,transparent 75%,transparent);background-repeat:repeat-x;background-size:25px 25px;background-size:var(--plyr-progress-loading-size,25px) var(--plyr-progress-loading-size,25px);color:transparent}.plyr--video.plyr--loading .plyr__progress__buffer{background-color:hsla(0,0%,100%,.25);background-color:var(--plyr-video-progress-buffered-background,hsla(0,0%,100%,.25))}.plyr--audio.plyr--loading .plyr__progress__buffer{background-color:rgba(193,200,209,.6);background-color:var(--plyr-audio-progress-buffered-background,rgba(193,200,209,.6))}.plyr__progress__marker{background-color:#fff;background-color:var(--plyr-progress-marker-background,#fff);border-radius:1px;height:5px;height:var(--plyr-range-track-height,5px);position:absolute;top:50%;transform:translate(-50%,-50%);width:3px;width:var(--plyr-progress-marker-width,3px);z-index:3}.plyr__volume{align-items:center;display:flex;max-width:110px;min-width:80px;position:relative;width:20%}.plyr__volume input[type=range]{margin-left:5px;margin-left:calc(var(--plyr-control-spacing,10px)/2);margin-right:5px;margin-right:calc(var(--plyr-control-spacing,10px)/2);position:relative;z-index:2}.plyr--is-ios .plyr__volume{min-width:0;width:auto}.plyr--audio{display:block}.plyr--audio .plyr__controls{background:#fff;background:var(--plyr-audio-controls-background,#fff);border-radius:inherit;color:#4a5464;color:var(--plyr-audio-control-color,#4a5464);padding:10px;padding:var(--plyr-control-spacing,10px)}.plyr--audio .plyr__control.plyr__tab-focus,.plyr--audio .plyr__control:hover,.plyr--audio .plyr__control[aria-expanded=true]{background:#00b2ff;background:var(--plyr-audio-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));color:#fff;color:var(--plyr-audio-control-color-hover,#fff)}.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track{background-color:rgba(193,200,209,.6);background-color:var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,rgba(193,200,209,.6)))}.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track{background-color:rgba(193,200,209,.6);background-color:var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,rgba(193,200,209,.6)))}.plyr--full-ui.plyr--audio input[type=range]::-ms-track{background-color:rgba(193,200,209,.6);background-color:var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,rgba(193,200,209,.6)))}.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb{box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2),0 0 0 3px rgba(35,40,47,.1);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,rgba(35,40,47,.1))}.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb{box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2),0 0 0 3px rgba(35,40,47,.1);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,rgba(35,40,47,.1))}.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb{box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2),0 0 0 3px rgba(35,40,47,.1);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,rgba(35,40,47,.1))}.plyr--audio .plyr__progress__buffer{color:rgba(193,200,209,.6);color:var(--plyr-audio-progress-buffered-background,rgba(193,200,209,.6))}.plyr--video{background:#000;background:var(--plyr-video-background,var(--plyr-video-background,#000));overflow:hidden}.plyr--video.plyr--menu-open{overflow:visible}.plyr__video-wrapper{background:#000;background:var(--plyr-video-background,var(--plyr-video-background,#000));height:100%;margin:auto;overflow:hidden;position:relative;width:100%}.plyr__video-embed,.plyr__video-wrapper--fixed-ratio{aspect-ratio:16/9}@supports not (aspect-ratio:16/9){.plyr__video-embed,.plyr__video-wrapper--fixed-ratio{height:0;padding-bottom:56.25%;position:relative}}.plyr__video-embed iframe,.plyr__video-wrapper--fixed-ratio video{border:0;height:100%;left:0;position:absolute;top:0;width:100%}.plyr--full-ui .plyr__video-embed>.plyr__video-embed__container{padding-bottom:240%;position:relative;transform:translateY(-38.28125%)}.plyr--video .plyr__controls{background:linear-gradient(transparent,rgba(0,0,0,.75));background:var(--plyr-video-controls-background,linear-gradient(transparent,rgba(0,0,0,.75)));border-bottom-left-radius:inherit;border-bottom-right-radius:inherit;bottom:0;color:#fff;color:var(--plyr-video-control-color,#fff);left:0;padding:5px;padding:calc(var(--plyr-control-spacing,10px)/2);padding-top:20px;padding-top:calc(var(--plyr-control-spacing,10px)*2);position:absolute;right:0;transition:opacity .4s ease-in-out,transform .4s ease-in-out;z-index:3}@media(min-width:480px){.plyr--video .plyr__controls{padding:10px;padding:var(--plyr-control-spacing,10px);padding-top:35px;padding-top:calc(var(--plyr-control-spacing,10px)*3.5)}}.plyr--video.plyr--hide-controls .plyr__controls{opacity:0;pointer-events:none;transform:translateY(100%)}.plyr--video .plyr__control.plyr__tab-focus,.plyr--video .plyr__control:hover,.plyr--video .plyr__control[aria-expanded=true]{background:#00b2ff;background:var(--plyr-video-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));color:#fff;color:var(--plyr-video-control-color-hover,#fff)}.plyr__control--overlaid{background:#00b2ff;background:var(--plyr-video-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));border:0;border-radius:100%;color:#fff;color:var(--plyr-video-control-color,#fff);display:none;left:50%;opacity:.9;padding:15px;padding:calc(var(--plyr-control-spacing,10px)*1.5);position:absolute;top:50%;transform:translate(-50%,-50%);transition:.3s;z-index:2}.plyr__control--overlaid svg{left:2px;position:relative}.plyr__control--overlaid:focus,.plyr__control--overlaid:hover{opacity:1}.plyr--playing .plyr__control--overlaid{opacity:0;visibility:hidden}.plyr--full-ui.plyr--video .plyr__control--overlaid{display:block}.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track{background-color:hsla(0,0%,100%,.25);background-color:var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,hsla(0,0%,100%,.25)))}.plyr--full-ui.plyr--video input[type=range]::-moz-range-track{background-color:hsla(0,0%,100%,.25);background-color:var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,hsla(0,0%,100%,.25)))}.plyr--full-ui.plyr--video input[type=range]::-ms-track{background-color:hsla(0,0%,100%,.25);background-color:var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,hsla(0,0%,100%,.25)))}.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb{box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2),0 0 0 3px hsla(0,0%,100%,.5);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,hsla(0,0%,100%,.5))}.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb{box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2),0 0 0 3px hsla(0,0%,100%,.5);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,hsla(0,0%,100%,.5))}.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb{box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2),0 0 0 3px hsla(0,0%,100%,.5);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,hsla(0,0%,100%,.5))}.plyr--video .plyr__progress__buffer{color:hsla(0,0%,100%,.25);color:var(--plyr-video-progress-buffered-background,hsla(0,0%,100%,.25))}.plyr:fullscreen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:fullscreen video{height:100%}.plyr:fullscreen .plyr__control .icon--exit-fullscreen{display:block}.plyr:fullscreen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:fullscreen.plyr--hide-controls{cursor:none}@media(min-width:1024px){.plyr:fullscreen .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge,21px)}}.plyr--fullscreen-fallback{background:#000;border-radius:0!important;bottom:0;display:block;height:100%;left:0;margin:0;position:fixed;right:0;top:0;width:100%;z-index:10000000}.plyr--fullscreen-fallback video{height:100%}.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen{display:block}.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr--fullscreen-fallback.plyr--hide-controls{cursor:none}@media(min-width:1024px){.plyr--fullscreen-fallback .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge,21px)}}.plyr__ads{border-radius:inherit;bottom:0;cursor:pointer;left:0;overflow:hidden;position:absolute;right:0;top:0;z-index:-1}.plyr__ads>div,.plyr__ads>div iframe{height:100%;position:absolute;width:100%}.plyr__ads:after{background:#23282f;border-radius:2px;bottom:10px;bottom:var(--plyr-control-spacing,10px);color:#fff;content:attr(data-badge-text);font-size:11px;padding:2px 6px;pointer-events:none;position:absolute;right:10px;right:var(--plyr-control-spacing,10px);z-index:3}.plyr__ads:empty:after{display:none}.plyr__cues{background:currentColor;display:block;height:5px;height:var(--plyr-range-track-height,5px);left:0;opacity:.8;position:absolute;top:50%;transform:translateY(-50%);width:3px;z-index:3}.plyr__preview-thumb{background-color:hsla(0,0%,100%,.9);background-color:var(--plyr-tooltip-background,hsla(0,0%,100%,.9));border-radius:5px;border-radius:var(--plyr-tooltip-radius,5px);bottom:100%;box-shadow:0 1px 2px rgba(0,0,0,.15);box-shadow:var(--plyr-tooltip-shadow,0 1px 2px rgba(0,0,0,.15));margin-bottom:10px;margin-bottom:calc(var(--plyr-control-spacing,10px)/2*2);opacity:0;padding:3px;pointer-events:none;position:absolute;transform:translateY(10px) scale(.8);transform-origin:50% 100%;transition:transform .2s ease .1s,opacity .2s ease .1s;z-index:2}.plyr__preview-thumb--is-shown{opacity:1;transform:translate(0) scale(1)}.plyr__preview-thumb:before{border-left:4px solid transparent;border-left:var(--plyr-tooltip-arrow-size,4px) solid transparent;border-right:4px solid transparent;border-right:var(--plyr-tooltip-arrow-size,4px) solid transparent;border-top:4px solid hsla(0,0%,100%,.9);border-top:var(--plyr-tooltip-arrow-size,4px) solid var(--plyr-tooltip-background,hsla(0,0%,100%,.9));bottom:-4px;bottom:calc(var(--plyr-tooltip-arrow-size,4px)*-1);content:"";height:0;left:calc(50% + var(--preview-arrow-offset));position:absolute;transform:translateX(-50%);width:0;z-index:2}.plyr__preview-thumb__image-container{background:#c1c8d1;border-radius:4px;border-radius:calc(var(--plyr-tooltip-radius,5px) - 1px);overflow:hidden;position:relative;z-index:0}.plyr__preview-thumb__image-container img,.plyr__preview-thumb__image-container:after{height:100%;left:0;position:absolute;top:0;width:100%}.plyr__preview-thumb__image-container:after{border-radius:inherit;box-shadow:inset 0 0 0 1px rgba(0,0,0,.15);content:"";pointer-events:none}.plyr__preview-thumb__image-container img{max-height:none;max-width:none}.plyr__preview-thumb__time-container{background:linear-gradient(transparent,rgba(0,0,0,.75));background:var(--plyr-video-controls-background,linear-gradient(transparent,rgba(0,0,0,.75)));border-bottom-left-radius:4px;border-bottom-left-radius:calc(var(--plyr-tooltip-radius,5px) - 1px);border-bottom-right-radius:4px;border-bottom-right-radius:calc(var(--plyr-tooltip-radius,5px) - 1px);bottom:0;left:0;line-height:1.1;padding:20px 6px 6px;position:absolute;right:0;z-index:3}.plyr__preview-thumb__time-container span{color:#fff;font-size:13px;font-size:var(--plyr-font-size-time,var(--plyr-font-size-small,13px))}.plyr__preview-scrubbing{bottom:0;filter:blur(1px);height:100%;left:0;margin:auto;opacity:0;overflow:hidden;pointer-events:none;position:absolute;right:0;top:0;transition:opacity .3s ease;width:100%;z-index:1}.plyr__preview-scrubbing--is-shown{opacity:1}.plyr__preview-scrubbing img{height:100%;left:0;max-height:none;max-width:none;-o-object-fit:contain;object-fit:contain;position:absolute;top:0;width:100%}.plyr--no-transition{transition:none!important}.plyr__sr-only{clip:rect(1px,1px,1px,1px);border:0!important;height:1px!important;overflow:hidden;padding:0!important;position:absolute!important;width:1px!important}.plyr [hidden]{display:none!important}