@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);
}
}.wpr-pointer-item{position:relative}.wpr-pointer-double-line .wpr-pointer-item:after,.wpr-pointer-double-line .wpr-pointer-item:before,.wpr-pointer-overline .wpr-pointer-item:before,.wpr-pointer-underline .wpr-pointer-item:after{content:'';display:block;height:4px;width:100%;left:0;background-color:#55595c;z-index:2}.wpr-pointer-fx-none .wpr-pointer-item:after,.wpr-pointer-fx-none .wpr-pointer-item:before{opacity:0;-webkit-transition:none!important;-o-transition:none!important;transition:none!important}.wpr-pointer-fx-none .wpr-pointer-item:hover:after,.wpr-pointer-fx-none .wpr-pointer-item:hover:before{opacity:1}.wpr-pointer-fx-fade .wpr-pointer-item:before,.wpr-pointer-line-fx.wpr-pointer-fx-drop .wpr-pointer-item:after,.wpr-pointer-line-fx.wpr-pointer-fx-drop .wpr-pointer-item:before,.wpr-pointer-line-fx.wpr-pointer-fx-fade .wpr-pointer-item:after,.wpr-pointer-line-fx.wpr-pointer-fx-grow .wpr-pointer-item:after,.wpr-pointer-line-fx.wpr-pointer-fx-grow .wpr-pointer-item:before{opacity:0;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}.wpr-pointer-line-fx.wpr-pointer-fx-fade .wpr-pointer-item:hover:after,.wpr-pointer-line-fx.wpr-pointer-fx-fade .wpr-pointer-item:hover:before{opacity:1}.wpr-pointer-line-fx.wpr-pointer-fx-slide .wpr-pointer-item:after,.wpr-pointer-line-fx.wpr-pointer-fx-slide .wpr-pointer-item:before{width:0;-webkit-transition:all .3s cubic-bezier(.175,.885,.32,1.075);-o-transition:all .3s cubic-bezier(.175,.885,.32,1.075);transition:all .3s cubic-bezier(.175,.885,.32,1.075)}.wpr-pointer-line-fx.wpr-pointer-fx-slide .wpr-pointer-item:hover:after,.wpr-pointer-line-fx.wpr-pointer-fx-slide .wpr-pointer-item:hover:before{width:100%}.wpr-pointer-line-fx.wpr-pointer-fx-grow .wpr-pointer-item:after,.wpr-pointer-line-fx.wpr-pointer-fx-grow .wpr-pointer-item:before{position:absolute;width:0;margin:0 auto;left:0;right:0;-webkit-transition:all .3s cubic-bezier(0,0,.16,.95);-o-transition:all .3s cubic-bezier(0,0,.16,.95);-webkit-transition:all .3s ease(0,0,.16,.95);-o-transition:all .3s ease(0,0,.16,.95);transition:all .3s ease(0,0,.16,.95)}.wpr-pointer-line-fx.wpr-pointer-fx-grow .wpr-pointer-item:hover:after,.wpr-pointer-line-fx.wpr-pointer-fx-grow .wpr-pointer-item:hover:before{opacity:1;width:100%}.wpr-pointer-line-fx.wpr-pointer-fx-drop .wpr-pointer-item:before{position:absolute;top:-10px}.wpr-pointer-line-fx.wpr-pointer-fx-drop .wpr-pointer-item:hover:before{top:0;opacity:1}.wpr-pointer-line-fx.wpr-pointer-fx-drop .wpr-pointer-item:after{position:absolute;bottom:-10px}.wpr-pointer-line-fx.wpr-pointer-fx-drop .wpr-pointer-item:hover:after{bottom:0;opacity:1}.wpr-pointer-border-fx .wpr-pointer-item:before{content:'';display:block;position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;opacity:0;border:2px solid #000;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}.wpr-pointer-border-fx .wpr-pointer-item:hover:before{opacity:1}.wpr-pointer-background-fx.wpr-pointer-fx-grow .wpr-pointer-item:before,.wpr-pointer-border-fx.wpr-pointer-fx-grow .wpr-pointer-item:before{-webkit-transform:scale(.9);-ms-transform:scale(.9);transform:scale(.9)}.wpr-pointer-background-fx.wpr-pointer-fx-shrink .wpr-pointer-item:before,.wpr-pointer-border-fx.wpr-pointer-fx-shrink .wpr-pointer-item:before{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.wpr-pointer-background-fx.wpr-pointer-fx-grow .wpr-pointer-item:hover:before,.wpr-pointer-background-fx.wpr-pointer-fx-shrink .wpr-pointer-item:hover:before,.wpr-pointer-background-fx.wpr-pointer-fx-sweep .wpr-pointer-item:hover:before,.wpr-pointer-border-fx.wpr-pointer-fx-grow .wpr-pointer-item:hover:before,.wpr-pointer-border-fx.wpr-pointer-fx-shrink .wpr-pointer-item:hover:before{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.wpr-pointer-background-fx .wpr-pointer-item:before{content:'';display:block;position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;opacity:0;background:#000;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}.wpr-pointer-background-fx .wpr-pointer-item:hover:before{opacity:1}.wpr-pointer-background-fx.wpr-pointer-fx-sweep .wpr-pointer-item:before{-webkit-transform:translateY(-12%);-ms-transform:translateY(-12%);transform:translateY(-12%)}.wpr-pointer-background-fx.wpr-pointer-fx-skew .wpr-pointer-item:before{-webkit-transform:perspective(600px) rotateX(90deg);transform:perspective(600px) rotateX(90deg);-webkit-transform-origin:center bottom 0;-ms-transform-origin:center bottom 0;transform-origin:center bottom 0}.wpr-pointer-background-fx.wpr-pointer-fx-skew .wpr-pointer-item:hover:before{-webkit-transform:perspective(600px) rotateX(0);transform:perspective(600px) rotateX(0)}
@-webkit-keyframes rotating4{from{-webkit-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes rotating4{from{-ms-transform:rotate(0);-moz-transform:rotate(0);-webkit-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0)}to{-ms-transform:rotate(360deg);-moz-transform:rotate(360deg);-webkit-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes animation4{from{left:-40%;width:40%}to{left:100%;width:10%}}@keyframes animation4{from{left:-40%;width:40%}to{left:100%;width:10%}}.learn-press-message{position:relative;margin:0 0 20px 0;padding:10px 50px 10px 15px;border-top:5px solid #00adff;border-radius:0 0 5px 5px;background:#f5f5f5;width:100%}.learn-press-message.icon{padding-left:45px}.learn-press-message.icon::before{background:#00adff}.learn-press-message.icon::after{position:absolute;top:50%;left:15px;width:10px;height:10px;margin-top:-13px;margin-right:10px;border-radius:50%;color:#fff;background:#00adff;font-family:"Font Awesome 5 Free";font-size:20px;line-height:26px;text-align:center;vertical-align:baseline;content:"\f129"}.learn-press-message::before,.learn-press-message::after{position:absolute;top:0;content:""}.learn-press-message::before{right:20px;width:20px;height:30px;background:#00adff}.learn-press-message::after{top:10px;right:20px;width:0;height:0;border:10px solid transparent;border-bottom-color:#f5f5f5}.learn-press-message.error{border-color:#d85554}.learn-press-message.error::before{background:#d85554}.learn-press-message.error.icon::before,.learn-press-message.error.icon::after{background:#d85554}.learn-press-message.error.icon::after{content:"\f00d"}.learn-press-message.warning{border-color:#ffc107}.learn-press-message.warning::before{background:#ffc107}.learn-press-message.warning.icon::before,.learn-press-message.warning.icon::after{background:#ffc107}.learn-press-message.warning.icon::after{content:"\f00d"}.learn-press-message.success{border-color:#059601}.learn-press-message.success::before{background:#059601}.learn-press-message.success.icon::before,.learn-press-message.success.icon::after{background:#059601}.learn-press-message.success.icon::after{content:"\f129"}.learn-press-message a{text-decoration:underline}@keyframes lp-rotating{from{-webkit-transform:rotate(0);-moz-transform:rotate(0);-ms-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-ms-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes lp-rotating{from{-webkit-transform:rotate(0);-moz-transform:rotate(0);-ms-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-ms-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}}.ajaxload{display:inline-block;position:relative;width:30px;height:30px;background:#7b7b7b;content:"";-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;-webkit-animation:lp-rotating 1s linear infinite;-moz-animation:lp-rotating 1s linear infinite;animation:lp-rotating 1s linear infinite}.ajaxload::after{-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;display:inline-block;position:absolute;top:2px;left:50%;width:6px;height:6px;margin-left:-3px;background:#dedede;content:""}.lp-ajaxload-style-1{display:inline-block;position:relative;width:32px;height:32px}.lp-ajaxload-style-1::before,.lp-ajaxload-style-1::after{position:absolute;top:0;left:0;width:100%;height:100%;border:3px solid #ddd;content:""}.lp-ajaxload-style-1::after{clip:rect(0,32px,16px,16px);border-color:#2fa7ff;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;-webkit-animation:lp-rotating 1s linear infinite;-moz-animation:lp-rotating 1s linear infinite;animation:lp-rotating 1s linear infinite}.learn-press-tabs{margin-bottom:34px;background:#f1f2f8}.learn-press-tabs .learn-press-tabs__checker{display:none}.learn-press-tabs .learn-press-tabs__checker:nth-child(1):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(1){border-bottom:0;background:#fff}.learn-press-tabs .learn-press-tabs__checker:nth-child(1):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(1) label{color:#ffb606}.learn-press-tabs .learn-press-tabs__checker:nth-child(1):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(1) label a{color:#ffb606}.learn-press-tabs .learn-press-tabs__checker:nth-child(1):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(1)::before{background:#ffb606}.learn-press-tabs .learn-press-tabs__checker:nth-child(1):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(1)::after{background:#fff}.learn-press-tabs .learn-press-tabs__checker:nth-child(2):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(2){border-bottom:0;background:#fff}.learn-press-tabs .learn-press-tabs__checker:nth-child(2):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(2) label{color:#ffb606}.learn-press-tabs .learn-press-tabs__checker:nth-child(2):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(2) label a{color:#ffb606}.learn-press-tabs .learn-press-tabs__checker:nth-child(2):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(2)::before{background:#ffb606}.learn-press-tabs .learn-press-tabs__checker:nth-child(2):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(2)::after{background:#fff}.learn-press-tabs .learn-press-tabs__checker:nth-child(3):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(3){border-bottom:0;background:#fff}.learn-press-tabs .learn-press-tabs__checker:nth-child(3):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(3) label{color:#ffb606}.learn-press-tabs .learn-press-tabs__checker:nth-child(3):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(3) label a{color:#ffb606}.learn-press-tabs .learn-press-tabs__checker:nth-child(3):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(3)::before{background:#ffb606}.learn-press-tabs .learn-press-tabs__checker:nth-child(3):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(3)::after{background:#fff}.learn-press-tabs .learn-press-tabs__checker:nth-child(4):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(4){border-bottom:0;background:#fff}.learn-press-tabs .learn-press-tabs__checker:nth-child(4):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(4) label{color:#ffb606}.learn-press-tabs .learn-press-tabs__checker:nth-child(4):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(4) label a{color:#ffb606}.learn-press-tabs .learn-press-tabs__checker:nth-child(4):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(4)::before{background:#ffb606}.learn-press-tabs .learn-press-tabs__checker:nth-child(4):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(4)::after{background:#fff}.learn-press-tabs .learn-press-tabs__checker:nth-child(5):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(5){border-bottom:0;background:#fff}.learn-press-tabs .learn-press-tabs__checker:nth-child(5):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(5) label{color:#ffb606}.learn-press-tabs .learn-press-tabs__checker:nth-child(5):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(5) label a{color:#ffb606}.learn-press-tabs .learn-press-tabs__checker:nth-child(5):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(5)::before{background:#ffb606}.learn-press-tabs .learn-press-tabs__checker:nth-child(5):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(5)::after{background:#fff}.learn-press-tabs .learn-press-tabs__checker:nth-child(6):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(6){border-bottom:0;background:#fff}.learn-press-tabs .learn-press-tabs__checker:nth-child(6):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(6) label{color:#ffb606}.learn-press-tabs .learn-press-tabs__checker:nth-child(6):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(6) label a{color:#ffb606}.learn-press-tabs .learn-press-tabs__checker:nth-child(6):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(6)::before{background:#ffb606}.learn-press-tabs .learn-press-tabs__checker:nth-child(6):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(6)::after{background:#fff}.learn-press-tabs .learn-press-tabs__checker:nth-child(7):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(7){border-bottom:0;background:#fff}.learn-press-tabs .learn-press-tabs__checker:nth-child(7):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(7) label{color:#ffb606}.learn-press-tabs .learn-press-tabs__checker:nth-child(7):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(7) label a{color:#ffb606}.learn-press-tabs .learn-press-tabs__checker:nth-child(7):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(7)::before{background:#ffb606}.learn-press-tabs .learn-press-tabs__checker:nth-child(7):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(7)::after{background:#fff}.learn-press-tabs .learn-press-tabs__checker:nth-child(8):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(8){border-bottom:0;background:#fff}.learn-press-tabs .learn-press-tabs__checker:nth-child(8):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(8) label{color:#ffb606}.learn-press-tabs .learn-press-tabs__checker:nth-child(8):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(8) label a{color:#ffb606}.learn-press-tabs .learn-press-tabs__checker:nth-child(8):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(8)::before{background:#ffb606}.learn-press-tabs .learn-press-tabs__checker:nth-child(8):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(8)::after{background:#fff}.learn-press-tabs .learn-press-tabs__checker:nth-child(9):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(9){border-bottom:0;background:#fff}.learn-press-tabs .learn-press-tabs__checker:nth-child(9):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(9) label{color:#ffb606}.learn-press-tabs .learn-press-tabs__checker:nth-child(9):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(9) label a{color:#ffb606}.learn-press-tabs .learn-press-tabs__checker:nth-child(9):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(9)::before{background:#ffb606}.learn-press-tabs .learn-press-tabs__checker:nth-child(9):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(9)::after{background:#fff}.learn-press-tabs .learn-press-tabs__checker:nth-child(10):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(10){border-bottom:0;background:#fff}.learn-press-tabs .learn-press-tabs__checker:nth-child(10):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(10) label{color:#ffb606}.learn-press-tabs .learn-press-tabs__checker:nth-child(10):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(10) label a{color:#ffb606}.learn-press-tabs .learn-press-tabs__checker:nth-child(10):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(10)::before{background:#ffb606}.learn-press-tabs .learn-press-tabs__checker:nth-child(10):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(10)::after{background:#fff}.learn-press-tabs .learn-press-tabs__nav{display:flex;margin:0;padding:0;border:1px solid #e5e7f2;list-style:none}.learn-press-tabs .learn-press-tabs__tab{position:relative;margin:0;border-right:1px solid #e5e7f2;background:#f1f2f8;list-style:none}.learn-press-tabs .learn-press-tabs__tab:last-child{border-right:0}.learn-press-tabs .learn-press-tabs__tab>label{display:block;margin:0;padding:18px 65px;font-size:18px;line-height:1;font-weight:600;text-align:center;text-transform:capitalize;cursor:pointer}.learn-press-tabs .learn-press-tabs__tab>label a{color:#333}.learn-press-tabs .learn-press-tabs__tab>label a:focus{outline:0;text-decoration:none}@media(max-width:767px){.learn-press-tabs .learn-press-tabs__tab>label{padding:20px 50px 14px 50px}}.learn-press-tabs .learn-press-tabs__tab::before{position:absolute;top:-1px;left:0;width:100%;height:4px;background:transparent;content:""}.learn-press-tabs .learn-press-tabs__tab::after{position:absolute;bottom:-1px;left:0;width:100%;height:4px;background:transparent;content:""}.learn-press-tabs .learn-press-tabs__tab:first-child.active label{position:relative}.learn-press-tabs .learn-press-tabs__tab:first-child.active label::before{position:absolute;top:0;left:-1px;width:1px;height:100%;background:#fff;content:""}.learn-press-tabs.stretch .learn-press-tabs__tab{flex:1}.learn-press-tabs.stretch .learn-press-tabs__tab>label{padding:18px 10px}.learn-press-filters{display:flex;margin-bottom:30px;margin-left:0;list-style:none}.learn-press-filters>li{margin:0;font-size:16px;line-height:24px}@media(max-width:767px){.learn-press-filters>li{margin-right:30px;margin-left:0}.learn-press-filters>li:last-child{margin-right:0}}.learn-press-filters>li>a,.learn-press-filters>li>span{display:inline-block;font-weight:600}.learn-press-filters>li>span.count{font-weight:400}.learn-press-filters>li>span.count::before,.learn-press-filters>li>span.count::after{display:inline-block}.learn-press-filters>li>span.count::before{content:"("}.learn-press-filters>li>span.count::after{content:")"}.learn-press-filters>li span{color:#ffb606}.learn-press-filters>li span+span{color:#ffb606}.learn-press-filters>li span+span::before,.learn-press-filters>li span+span::after{color:#ffb606}.learn-press-filters>li a{color:#333;cursor:pointer}.learn-press-filters>li a+span{color:#333}.learn-press-filters>li a+span::before,.learn-press-filters>li a+span::after{color:#333}.learn-press-filters>li::after{margin:0 35px;color:#ccc;content:"|"}@media(max-width:767px){.learn-press-filters>li::after{display:none}}.learn-press-filters>li:last-child::after{display:none}.lp-checkout-form__before,.lp-checkout-form__after{width:45%;width:-webkit-calc(50% - 30px);width:-moz-calc(50% - 30px);width:calc(50% - 30px);margin:0 15px 40px 15px}.lp-checkout-form__before .lp-checkout-block h4,.lp-checkout-form__after .lp-checkout-block h4{margin-top:0;margin-bottom:18px;color:#333;font-size:24px;font-weight:600;line-height:1;font-family:var(--wp--preset--font-family--system-font)}@media(max-width:815px){.lp-checkout-form__before,.lp-checkout-form__after{width:100%;margin:0 0 40px 0}}.lp-checkout-form__before{float:right}.lp-checkout-form__before #checkout-order{width:100%}.lp-checkout-form .lp-checkout-form__after{float:left}.lp-checkout-form .lp-checkout-remember{letter-spacing:0;margin-top:0}.lp-checkout-form .lp-checkout-remember label{width:auto;color:#666;font-size:16px;font-weight:300;line-height:26px}.lp-checkout-form .lp-checkout-remember label input[type=checkbox]{position:relative;top:3px;width:19px;height:19px;margin:0 4px 0 0;border:1px solid #ccc;cursor:pointer;-webkit-appearance:none}.lp-checkout-form .lp-checkout-remember label input[type=checkbox]:focus{outline:0}.lp-checkout-form .lp-checkout-remember label input[type=checkbox]:checked::after{position:absolute;top:2px;left:2px;color:#41abec;font-family:"Font Awesome 5 Free";font-size:14px;font-weight:900;line-height:1;content:"\f00c"}.lp-checkout-form .lp-checkout-remember a{color:#666;font-size:16px;font-weight:300;line-height:26px;text-decoration:underline;text-decoration-color:#ccc}.lp-checkout-form .lp-checkout-remember a:hover{color:var(--lp-primary-color);text-decoration-color:var(--lp-primary-color)}.lp-checkout-form .lp-form-fields{padding:0 0 14px 0}.lp-checkout-form .lp-form-fields label{display:block;margin-bottom:10px;font-size:16px}.lp-checkout-form .lp-form-fields input:not([type=checkbox]){height:44px;line-height:normal;width:100%;padding:0 15px;border:1px solid #ccc}.lp-checkout-form .rwmb-input input:not([type=checkbox]){width:100%;height:43px;padding:0 22px;border:1px solid #ccc;border-radius:3px;background-color:#fff;font-size:14px;font-weight:300;font-style:italic;line-height:43px}.lp-checkout-form .rwmb-input input:not([type=checkbox]):focus{border-color:var(--lp-primary-color);outline:0;color:#222}.lp-checkout-form .rwmb-input ::placeholder{opacity:1;color:#999}.lp-checkout-form .rwmb-input :-ms-input-placeholder{color:#999}.lp-checkout-form .rwmb-input ::-ms-input-placeholder{color:#999}.lp-checkout-form .rwmb-input input:-webkit-autofill,.lp-checkout-form .rwmb-input input:-webkit-autofill:hover,.lp-checkout-form .rwmb-input input:-webkit-autofill:focus{-webkit-box-shadow:0 0 0 1000px #fff inset;-webkit-text-fill-color:#999 !important}.lp-checkout-form{margin:0 -15px;margin-top:50px}@media(max-width:815px){.lp-checkout-form{display:flex;flex-direction:column-reverse;margin:0}}.lp-checkout-form #btn-checkout-account-switch-to-guest{margin-bottom:60px}.lp-checkout-form .description{float:left}.lp-checkout-form a{color:#41abec}.lp-checkout-form a label{display:inline-block;color:inherit;font-weight:normal;cursor:pointer}.lp-checkout-form a:hover{color:#ffb606}.lp-checkout-form #checkout-account-guest{width:100%;margin-bottom:35px;padding-bottom:19px;border-bottom:1px solid rgba(204,204,204,0.3)}.lp-checkout-form #checkout-account-guest .lp-form-fields,.lp-checkout-form #checkout-account-guest .form-field{margin-bottom:0;padding-bottom:0}.lp-checkout-form div.lp-guest-checkout-output{margin-top:10px;padding:8px 20px;border:2px solid #41abec;border-radius:4px;font-size:16px;transition:all .2s ease}.lp-checkout-form label.lp-guest-checkout-output{margin-top:10px;cursor:pointer;user-select:none}.lp-checkout-form .lp-guest-checkout-notice{margin:30px 0 0 0}.lp-checkout-form .lp-guest-switch-login{margin-top:1em;color:#666;font-size:16px;font-weight:400}.lp-checkout-form .lp-guest-switch-login a{display:inline-block}.lp-checkout-form input[name=checkout-account-switch-form]{display:none}.lp-checkout-form input[name=checkout-account-switch-form]:not(:checked)+.lp-checkout-block{display:none;overflow:hidden;height:0;margin:0;padding:0;border:0;opacity:0}.lp-checkout-form input[name=checkout-account-switch-form]:not(:checked)+.lp-checkout-block>*{overflow:hidden;height:0}.lp-checkout-form input[name=checkout-account-switch-form]:checked+.lp-checkout-block{display:block;overflow:auto;height:auto}.lp-checkout-form input[name=checkout-account-switch-form][value=guest]:checked ~ #btn-checkout-account-switch-to-guest{display:none}.lp-checkout-form::after{display:block;clear:both;content:""}.lp-checkout-form:focus{outline:0}#checkout-order .lp-checkout-order__inner{padding:0 20px;border:1px solid #ccc;border-radius:4px}#checkout-order table{width:100%;margin:0;border:0}#checkout-order td,#checkout-order th{box-sizing:content-box;border:1px solid rgba(204,204,204,0.3);border-top:0;border-right:0;border-left:0;background:unset;line-height:1;text-align:left;vertical-align:inherit}#checkout-order td:last-child,#checkout-order th:last-child{padding-right:0}#checkout-order .course-name{font-size:16px;font-weight:600;line-height:26px}#checkout-order .course-name a{display:-webkit-box;overflow:hidden;color:#000;-webkit-line-clamp:1;-webkit-box-orient:vertical}#checkout-order .course-name a:hover{color:var(--lp-primary-color)}#checkout-order .col-number{min-width:50px;color:#666;font-size:16px;font-weight:600;line-height:26px;text-align:right}#checkout-order .order-total>th{padding:24px 20px 24px 0}#checkout-order .order-total .col-number{color:#333;font-size:26px}#checkout-order tfoot .cart-subtotal{color:#666;font-size:16px;font-weight:600;line-height:26px}#checkout-order tfoot .cart-subtotal>th{padding:20px 20px 17px 0}#checkout-order tfoot .order-total th{color:#333;font-size:16px;font-weight:600;line-height:26px}#checkout-order tfoot tr:last-child{border-width:0}#checkout-order tfoot tr:last-child td,#checkout-order tfoot tr:last-child th{border-width:0}#checkout-order .course-thumbnail{width:80px;padding:20px 13px 18px 0}#checkout-order .course-thumbnail>img{width:100px;max-width:100% !important;height:auto !important}#checkout-account-register,#checkout-account-login{width:100%;margin-bottom:35px;padding-bottom:19px;border-bottom:1px solid rgba(204,204,204,0.3)}#checkout-account-register .form-field .rwmb-label,#checkout-account-register .form-field .rwmb-input .description,#checkout-account-login .form-field .rwmb-label,#checkout-account-login .form-field .rwmb-input .description{display:none}#checkout-account-register .lp-checkout-remember label,#checkout-account-login .lp-checkout-remember label{display:inline-block}#checkout-account-register .lp-checkout-remember a,#checkout-account-login .lp-checkout-remember a{float:right}#checkout-account-register .lp-checkout-sign-in-link,#checkout-account-register .lp-checkout-sign-up-link,#checkout-account-login .lp-checkout-sign-in-link,#checkout-account-login .lp-checkout-sign-up-link{display:flex;margin:0;color:#666;font-size:16px;font-weight:400}#checkout-account-register .lp-checkout-sign-in-link a,#checkout-account-register .lp-checkout-sign-up-link a,#checkout-account-login .lp-checkout-sign-in-link a,#checkout-account-login .lp-checkout-sign-up-link a{margin-left:5px;color:#41abec;cursor:pointer}#checkout-account-register .lp-checkout-sign-in-link a:hover,#checkout-account-register .lp-checkout-sign-up-link a:hover,#checkout-account-login .lp-checkout-sign-in-link a:hover,#checkout-account-login .lp-checkout-sign-up-link a:hover{color:var(--lp-primary-color)}#checkout-account-register .lp-checkout-sign-in-link a label,#checkout-account-register .lp-checkout-sign-up-link a label,#checkout-account-login .lp-checkout-sign-in-link a label,#checkout-account-login .lp-checkout-sign-up-link a label{display:inline-block;float:right;color:inherit;font-weight:normal;cursor:pointer}#checkout-payment{width:100%;margin-bottom:25px}#checkout-payment h4{margin-bottom:24px}#checkout-payment .secure-connection{float:right;margin-top:5px;color:#999;font-size:12px;font-weight:normal}#checkout-payment .secure-connection i{margin-right:5px;color:#ccc;font-size:18px}@media(max-width:767px){#checkout-payment .secure-connection{margin-top:0}}#checkout-payment .payment-methods{margin:0 0 24px 0;padding:0;list-style:none}#checkout-payment .lp-payment-method{position:relative;margin:0}#checkout-payment .lp-payment-method>label{display:flex;align-items:center}#checkout-payment .lp-payment-method .gateway-input,#checkout-payment .lp-payment-method .gateway-icon{vertical-align:middle}#checkout-payment .lp-payment-method .gateway-icon{max-height:32px}#checkout-payment .lp-payment-method .gateway-input{position:relative;width:20px;height:20px;margin:0 8px 0 0;border:1px solid #ccc;background:#fff;-webkit-appearance:none;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}#checkout-payment .lp-payment-method .gateway-input::before{position:absolute;top:50%;left:50%;width:6px;height:6px;background:#41abec;transform:translate(-50%,-50%);-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}#checkout-payment .lp-payment-method .gateway-input:checked::before{content:""}#checkout-payment .lp-payment-method .gateway-input:focus{outline:0}#checkout-payment #checkout-order-action button{width:100%;border-color:var(--lp-primary-color);color:#fff;background:var(--lp-primary-color);font-weight:500}#checkout-payment #checkout-order-action button:hover{border-color:var(--lp-primary-color);opacity:.5;background:var(--lp-primary-color)}#checkout-payment #checkout-order-action button.loading::before{display:inline-block;font-family:"Font Awesome 5 Free";font-weight:900;content:"\f110";-webkit-animation:lp-rotating 1s linear infinite;-moz-animation:lp-rotating 1s linear infinite;animation:lp-rotating 1s linear infinite}.lp-terms-and-conditions{color:#666;font-size:16px;font-weight:300;line-height:26px}.lp-terms-and-conditions a{color:#41abec}.lp-terms-and-conditions a:hover{color:var(--lp-primary-color)}.learn-press-checkout.guest-checkout{display:none}.button-continue-guest-checkout{clear:both}#learn-press-checkout .payment-methods{margin:0;padding:0;list-style:none}#learn-press-checkout .payment-methods .lp-payment-method{margin-bottom:20px}#learn-press-checkout .payment-methods .lp-payment-method>label{display:flex;flex-flow:row nowrap;padding:10px 20px;background:#f5f5f5;line-height:40px;cursor:pointer}#learn-press-checkout .payment-methods .lp-payment-method>label img{vertical-align:middle}#learn-press-checkout .payment-methods .lp-payment-method.selected>label{background:#d4d4d4}#learn-press-checkout .payment-methods .payment-method-form{display:none;padding:15px 20px;border-top:1px solid #ddd;background:#f9f9f9}#learn-press-checkout-login,#learn-press-checkout-register{margin-bottom:1.5em;padding:20px 20px 0 20px;border:1px solid #ddd;background:#fff}#learn-press-order-review,.learn-press-checkout-comment{margin-bottom:20px}#checkout-form-login,#checkout-form-register{_display:none}#checkout-form-login .learn-press-form-register,#checkout-form-login .learn-press-form-login,#checkout-form-register .learn-press-form-register,#checkout-form-register .learn-press-form-login{display:none}#checkout-guest-email{margin:0 0 20px 0}#checkout-guest-email .form-heading{margin:0}#checkout-guest-email #checkout-guest-options{margin:0;list-style:none}#checkout-guest-email #checkout-existing-account,#checkout-guest-email #checkout-new-account{display:none;margin:0}#checkout-guest-email.email-exists #checkout-existing-account{display:block}#checkout-guest-email.email-exists #checkout-new-account{display:none}.lp-list-table{width:100%;margin-bottom:20px}.lp-list-table th,.lp-list-table td{padding:20px;border:0 solid rgba(204,204,204,0.3);border-bottom-width:1px;background:#fff;font-size:16px;line-height:1;text-align:left}@media(max-width:767px){.lp-list-table th,.lp-list-table td{padding:15px}}.lp-list-table thead{box-sizing:border-box;border:1px solid #e5e7f2}.lp-list-table thead tr th{height:60px;border-bottom:0;color:#333;background:#f1f2f8;font-size:18px}.lp-list-table tbody,.lp-list-table tfoot{box-sizing:border-box;border:1px solid rgba(204,204,204,0.3);border-top:0}.lp-list-table tbody tr td,.lp-list-table tbody tr th,.lp-list-table tfoot tr td,.lp-list-table tfoot tr th{height:62px;color:#666;background:#fff;font-size:16px;font-weight:300}.lp-list-table tbody tr td a,.lp-list-table tbody tr th a,.lp-list-table tfoot tr td a,.lp-list-table tfoot tr th a{border-bottom:0;color:#666;text-decoration:none}.lp-list-table tbody tr td a:hover,.lp-list-table tbody tr th a:hover,.lp-list-table tfoot tr td a:hover,.lp-list-table tfoot tr th a:hover{color:var(--lp-primary-color)}.lp-list-table tbody tr .column-status .result-percent,.lp-list-table tfoot tr .column-status .result-percent{font-weight:500}.lp-list-table tbody tr .column-status .lp-label,.lp-list-table tfoot tr .column-status .lp-label{font-weight:600}.lp-list-table tbody tr:nth-child(odd),.lp-list-table tfoot tr:nth-child(odd){background:#f5f5f5}.lp-list-table .list-table-nav td{font-size:14px}.lp-list-table .list-table-nav td.nav-text{text-align:left}.lp-list-table .list-table-nav td.nav-pages{text-align:right}.lp-list-table .list-table-nav td.nav-pages .learn-press-pagination{text-align:right}.lp-list-table .list-table-nav td.nav-pages .page-numbers{margin-bottom:0}.lp-label{display:inline-block;color:#666;font-size:16px;font-weight:300;line-height:1}.learn-press-form .form-fields{margin:0;padding:0;list-style:none}.learn-press-form .form-fields .form-field{margin:0 0 20px 0}.learn-press-form .form-fields .form-field label{display:block;margin:0 0 10px 0}.learn-press-form .form-fields .form-field input[type=text],.learn-press-form .form-fields .form-field input[type=email],.learn-press-form .form-fields .form-field input[type=number],.learn-press-form .form-fields .form-field input[type=password],.learn-press-form .form-fields .form-field textarea{width:100%;padding:8px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.learn-press-form .form-fields .form-field .description{margin-top:10px;font-size:14px;font-style:italic;line-height:1.4}.learn-press-form .form-fields .form-field .asterisk{color:red}.learn-press-form-login,.learn-press-form-register{max-width:600px;margin-right:auto;margin-bottom:60px;margin-left:auto;padding:40px;border:1px solid #eee;border-radius:6px;box-shadow:0 4px 6px -1px rgba(0,0,0,0.1),0 2px 4px -1px rgba(0,0,0,0.06) !important}.learn-press-form-login h3,.learn-press-form-register h3{margin-bottom:20px;font-size:28px;line-height:1.4}.learn-press-form-login .form-fields .form-field label,.learn-press-form-register .form-fields .form-field label{font-size:16px;font-weight:400;user-select:none}.learn-press-form-login .form-fields .form-field input[type=text],.learn-press-form-login .form-fields .form-field input[type=password],.learn-press-form-login .form-fields .form-field input[type=tel],.learn-press-form-login .form-fields .form-field input[type=url],.learn-press-form-login .form-fields .form-field input[type=number],.learn-press-form-register .form-fields .form-field input[type=text],.learn-press-form-register .form-fields .form-field input[type=password],.learn-press-form-register .form-fields .form-field input[type=tel],.learn-press-form-register .form-fields .form-field input[type=url],.learn-press-form-register .form-fields .form-field input[type=number]{height:42px;border:1px solid #bbb;border-radius:4px;line-height:42px}.learn-press-form-login .form-fields .form-field input[type=text]:focus,.learn-press-form-login .form-fields .form-field input[type=password]:focus,.learn-press-form-login .form-fields .form-field input[type=tel]:focus,.learn-press-form-login .form-fields .form-field input[type=url]:focus,.learn-press-form-login .form-fields .form-field input[type=number]:focus,.learn-press-form-register .form-fields .form-field input[type=text]:focus,.learn-press-form-register .form-fields .form-field input[type=password]:focus,.learn-press-form-register .form-fields .form-field input[type=tel]:focus,.learn-press-form-register .form-fields .form-field input[type=url]:focus,.learn-press-form-register .form-fields .form-field input[type=number]:focus{border:0;outline:2px solid transparent !important;outline-offset:2px;box-shadow:0 0 0 2px #666 !important}.learn-press-form-login .form-fields .form-field.required label::after,.learn-press-form-register .form-fields .form-field.required label::after{content:" *";display:inline}.learn-press-form-login form[name=learn-press-login]>p>label,.learn-press-form-register form[name=learn-press-login]>p>label{color:#666;font-size:16px;cursor:pointer;user-select:none}.learn-press-form-login form[name=learn-press-login]>p>a,.learn-press-form-register form[name=learn-press-login]>p>a{color:#666;font-size:16px;line-height:1}.learn-press-form-login form[name=learn-press-login]>p:last-child,.learn-press-form-register form[name=learn-press-login]>p:last-child{margin-bottom:0}.learn-press-form-login button[type=submit],.learn-press-form-register button[type=submit]{width:100%;height:50px;border-radius:3px;outline:0;color:#fff;background:var(--lp-primary-color);box-shadow:none;font-size:16px;line-height:1;vertical-align:middle;text-decoration:none}.required label{font-weight:bold}.required label:after{content:" *";display:inline}.lp-password-input{display:flex;flex-direction:column;justify-content:center;position:relative}.lp-password-input input[type=password]{padding-right:2.5rem}.lp-password-input input::-ms-reveal{display:none}.lp-password-input .lp-show-password-input{position:absolute;top:8px;right:10px;cursor:pointer}.lp-password-input .lp-show-password-input::after{font-family:"Font Awesome 5 Free";font-weight:900;content:"\f06e"}.lp-password-input .lp-show-password-input.display-password::after{color:#585858;content:"\f070"}.form-desc{font-size:smaller;font-style:italic}.become-teacher-form{width:90%;max-width:500px;margin:0 auto}.become-teacher-form .form-field input[type=text],.become-teacher-form .form-field input[type=email],.become-teacher-form .form-field input[type=number],.become-teacher-form .form-field input[type=password]{width:100%}body div.entry-content>div.learnpress{--responsive--aligndefault-width:100%;max-width:var(--lp-content-width,100%)}.lp-user-profile{position:relative;background:#fff}.lp-user-profile .lp-user-profile-avatar img{position:relative;width:100%;height:auto;border-radius:unset;display:block}.lp-user-profile .lp-user-profile-avatar+.lp-user-profile-socials{margin-top:10px;margin-bottom:5px}.lp-user-profile .lp-user-profile-socials{display:flex;position:relative;z-index:1;justify-content:center;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.lp-user-profile .lp-user-profile-socials a{display:inline-flex;align-items:center;justify-content:center;width:35px;height:35px;margin:0 7px;border:1px solid #cfcfcf;color:#666;background:#fff;font-size:14px;line-height:35px;text-align:center;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}.lp-user-profile .lp-user-profile-socials a:hover{border-color:var(--lp-primary-color);color:#fff;background:var(--lp-primary-color)}.lp-user-profile .wrapper-profile-header{color:#fff;background:var(--lp-secondary-color);position:relative}@media(max-width:990px){.lp-user-profile .wrapper-profile-header .lp-profile-content-area{min-height:inherit;padding:50px 15px}.lp-user-profile .wrapper-profile-header .lp-profile-left{float:left;position:static}.lp-user-profile .wrapper-profile-header .lp-profile-right{float:right;width:calc(100% - 270px);margin-left:0}}@media(max-width:768px){.lp-user-profile .wrapper-profile-header .lp-profile-left{width:220px}.lp-user-profile .wrapper-profile-header .lp-profile-right{width:calc(100% - 220px)}.lp-user-profile .wrapper-profile-header .lp-user-profile-socials{margin-right:-5px;margin-left:-5px}.lp-user-profile .wrapper-profile-header .lp-user-profile-socials a{width:36px;height:36px;margin:0 5px;line-height:36px}}@media(max-width:500px){.lp-user-profile .wrapper-profile-header .lp-profile-left{float:none;margin:0 auto}.lp-user-profile .wrapper-profile-header .lp-profile-right{width:100%;padding-top:30px;text-align:center}}.lp-user-profile .wrapper-profile-header::before{right:100%;left:auto}.lp-user-profile .wrapper-profile-header::after{left:100%;right:auto}.lp-user-profile .lp-profile-content-area{position:relative;padding-top:50px;padding-bottom:50px;display:flex;align-items:center}@media(max-width:650px){.lp-user-profile .lp-profile-content-area{flex-direction:column}.lp-user-profile .lp-profile-content-area .lp-profile-right{text-align:center;width:100%;padding:50px 15px 0}}.lp-user-profile .lp-profile-left{min-width:270px;max-width:270px;padding:5px;border:2px solid #eaeaea;border-radius:3px}.lp-user-profile .lp-profile-right{padding-right:15px;padding-left:35px}.lp-user-profile .lp-profile-username{padding-bottom:10px;font-size:18px;font-weight:500;text-transform:capitalize}.lp-user-profile .lp-profile-username::before,.lp-user-profile .lp-profile-username::after{content:"";width:30px;height:1px;background-color:white;display:inline-block;vertical-align:middle;margin:0}.lp-user-profile .lp-profile-username::before{margin-right:5px}.lp-user-profile .lp-profile-username::after{margin-left:5px}.lp-user-profile .lp-profile-user-bio{font-size:16px;font-weight:300;line-height:26px}.lp-user-profile #profile-sidebar{float:left;width:270px;margin-top:0;border:1px solid rgba(0,0,0,0.1);border-top:0;background:#fff;margin-top:58px}@media(max-width:990px){.lp-user-profile #profile-sidebar{width:100%}.lp-user-profile #profile-sidebar .lp-user-profile-avatar{max-width:150px}}.lp-user-profile #profile-nav .lp-profile-nav-tabs{margin:0;padding:0;list-style:none}.lp-user-profile #profile-nav .lp-profile-nav-tabs>li{position:relative;margin:0;border-top:1px solid rgba(204,204,204,0.3)}.lp-user-profile #profile-nav .lp-profile-nav-tabs>li a{display:block;padding:0 20px;color:#333;font-size:16px;font-weight:500;line-height:50px}.lp-user-profile #profile-nav .lp-profile-nav-tabs>li>a{padding:0 20px 0 52px}.lp-user-profile #profile-nav .lp-profile-nav-tabs>li>a>i{display:inline-block;position:absolute;left:24px;width:28px;color:var(--lp-primary-color);font-size:12px;line-height:53px;text-align:left}.lp-user-profile #profile-nav .lp-profile-nav-tabs>li>a::after{float:right;margin-right:4px;color:#999;font-family:"Font Awesome 5 Free";font-size:10px;font-weight:900;content:"\f054"}.lp-user-profile #profile-nav .lp-profile-nav-tabs>li ul li{margin:0}.lp-user-profile #profile-nav .lp-profile-nav-tabs>li ul li a{border-bottom:1px solid #f9f9f9}.lp-user-profile #profile-nav .lp-profile-nav-tabs>li ul li a:hover{color:var(--lp-primary-color);background:#fff}.lp-user-profile #profile-nav .lp-profile-nav-tabs>li ul li:hover>a i{color:var(--lp-primary-color);background:#fff}.lp-user-profile #profile-nav .lp-profile-nav-tabs>li.active,.lp-user-profile #profile-nav .lp-profile-nav-tabs>li:hover{background:var(--lp-primary-color)}.lp-user-profile #profile-nav .lp-profile-nav-tabs>li.active>a::after,.lp-user-profile #profile-nav .lp-profile-nav-tabs>li:hover>a::after{content:"\f053"}.lp-user-profile #profile-nav .lp-profile-nav-tabs>li.active a{padding-left:52px}.lp-user-profile #profile-nav .lp-profile-nav-tabs>li:last-child{border-bottom-right-radius:4px;border-bottom-left-radius:4px}.lp-user-profile #profile-nav .lp-profile-nav-tabs>li.wishlist>a::before{position:absolute;left:25px;color:var(--lp-primary-color);font-family:"Font Awesome 5 Free";font-size:12px;font-weight:900;content:"\f004"}.lp-user-profile #profile-nav .lp-profile-nav-tabs>li.wishlist:hover a::before{color:#fff}.lp-user-profile #profile-nav .lp-profile-nav-tabs>li.logout>a::after{display:none}.lp-user-profile #profile-nav .lp-profile-nav-tabs li>a{box-sizing:border-box;height:50px}.lp-user-profile #profile-nav .lp-profile-nav-tabs li>ul{display:none;position:absolute;z-index:1000;top:0;left:100%;min-width:150px;margin:0;padding:0;background:#fff;box-shadow:0 15px 20px 0 rgba(0,0,0,0.05);list-style:none}.lp-user-profile #profile-nav .lp-profile-nav-tabs li.active>a,.lp-user-profile #profile-nav .lp-profile-nav-tabs li:hover>a{color:#fff}.lp-user-profile #profile-nav .lp-profile-nav-tabs li.active>a i,.lp-user-profile #profile-nav .lp-profile-nav-tabs li.active>a::after,.lp-user-profile #profile-nav .lp-profile-nav-tabs li:hover>a i,.lp-user-profile #profile-nav .lp-profile-nav-tabs li:hover>a::after{color:#fff}.lp-user-profile #profile-nav .lp-profile-nav-tabs li.active>ul,.lp-user-profile #profile-nav .lp-profile-nav-tabs li:hover>ul{display:block}.lp-user-profile #profile-nav .lp-profile-nav-tabs li.active>ul{position:relative;left:0}.lp-user-profile #profile-nav .lp-profile-nav-tabs li.active>ul .active{background:#fff}.lp-user-profile #profile-nav .lp-profile-nav-tabs li.active>ul .active>a{color:#ffb606}.lp-user-profile #profile-nav .lp-profile-nav-tabs li.active>ul .active>a i{color:#ffb606}@media(max-width:990px){.lp-user-profile #profile-nav{overflow-x:scroll;border-top:1px solid rgba(204,204,204,0.3)}.lp-user-profile #profile-nav .lp-profile-nav-tabs{width:max-content}.lp-user-profile #profile-nav .lp-profile-nav-tabs::after{display:table;clear:both;content:""}.lp-user-profile #profile-nav .lp-profile-nav-tabs>li{float:left;border:0;border-right:1px solid rgba(204,204,204,0.3)}.lp-user-profile #profile-nav .lp-profile-nav-tabs>li>a{height:auto;padding:0 20px 0 45px}.lp-user-profile #profile-nav .lp-profile-nav-tabs>li>a::after{margin-left:10px}.lp-user-profile #profile-nav .lp-profile-nav-tabs>li.has-child a::after{content:"\f077"}.lp-user-profile #profile-nav .lp-profile-nav-tabs>li.active a{padding-left:45px}.lp-user-profile #profile-nav .lp-profile-nav-tabs>li.active a::after{content:"\f078"}.lp-user-profile #profile-nav .lp-profile-nav-tabs>li.active.has-child ul{display:none;width:max-content;transform:translateX(-20%)}.lp-user-profile #profile-nav .lp-profile-nav-tabs>li.active.has-child ul::after{display:table;clear:both;box-shadow:0 0;content:""}.lp-user-profile #profile-nav .lp-profile-nav-tabs>li.active.has-child ul li{float:left;border-right:1px solid rgba(204,204,204,0.3)}.lp-user-profile #profile-nav .lp-profile-nav-tabs>li.active.has-child ul li:last-child{border-right:0}.lp-user-profile #profile-nav .lp-profile-nav-tabs>li.active.has-child ul li a{padding:0 10px}.lp-user-profile #profile-nav .lp-profile-nav-tabs li:hover ul{display:none !important}.lp-user-profile #profile-nav .lp-profile-nav-tabs li:not(.has-child)>a::after{display:none}}@media(max-width:560px){.lp-user-profile #profile-nav .lp-profile-nav-tabs>li{max-width:80px}.lp-user-profile #profile-nav .lp-profile-nav-tabs>li>a{font-size:0}.lp-user-profile #profile-nav .lp-profile-nav-tabs>li>a::after{margin-left:0}}.lp-user-profile .lp-profile-content{float:right;width:calc(100% - 300px);margin-bottom:60px;padding-top:58px}@media(max-width:990px){.lp-user-profile .lp-profile-content{width:100%}}@media(max-width:767px){.lp-user-profile .lp-profile-content .learn-press-tabs__nav{display:block;width:100%;border:0}.lp-user-profile .lp-profile-content .learn-press-tabs__nav::after{display:table;clear:both;content:""}.lp-user-profile .lp-profile-content .learn-press-tabs__tab{float:left;border-right:0}.lp-user-profile .lp-profile-content .learn-press-tabs__tab label{padding-right:25px;padding-left:25px}.lp-user-profile .lp-profile-content .profile-orders{overflow-x:scroll}}.lp-user-profile .lp-profile-content .course-categories,.lp-user-profile .lp-profile-content .course-instructor{margin-bottom:14px}.lp-user-profile .lp-profile-content .course-categories{padding:0}.lp-user-profile .lp-profile-content .lp-button{display:block;margin:0 auto 52px auto;padding:13px 34px;border-color:var(--lp-secondary-color);font-size:14px;font-weight:500;-webkit-border-radius:9px;-moz-border-radius:9px;border-radius:9px}.lp-user-profile .lp-profile-content .lp-button:hover{border-color:var(--lp-primary-color)}.lp-user-profile ul.learn-press-courses .course{margin:0 0 40px 0}.lp-user-profile .profile-orders .profile-heading{display:none}.lp-user-profile .profile-orders table{margin-top:0}.lp-user-profile .profile-orders .column-order-actions a{margin-right:6px;color:black;text-decoration:underline;font-weight:500}.lp-user-profile .profile-orders .column-order-actions a:hover,.lp-user-profile .profile-orders .column-order-actions a:focus{color:var(--lp-primary-color)}.lp-user-profile #dashboard-general-statistic{margin-bottom:55px;padding-bottom:20px;border-bottom:1px solid #ddd}.lp-user-profile .dashboard-general-statistic__row{display:flex;margin:0 -15px;justify-content:center;flex-wrap:wrap}.lp-user-profile .dashboard-general-statistic__row .statistic-box{min-width:200px;max-width:270px;margin:0 15px 40px 15px;padding:15px 20px;border:1px solid #ccc;border-radius:4px;background:#f9fafc;text-align:center}@media(max-width:990px){.lp-user-profile .dashboard-general-statistic__row .statistic-box{width:45%}}@media(max-width:767px){.lp-user-profile .dashboard-general-statistic__row .statistic-box{width:100%;margin:0 15px 15px}}.lp-user-profile .dashboard-general-statistic__row .statistic-box:hover{background:#eaeaea}.lp-user-profile .dashboard-general-statistic__row[data-col="2"] .statistic-box{width:50%}.lp-user-profile .dashboard-general-statistic__row[data-col="4"] .statistic-box{width:25%}.lp-user-profile .dashboard-general-statistic__row[data-col="5"] .statistic-box{width:20%}.lp-user-profile .statistic-box .statistic-box__text{margin:0 0 7px 0;padding:0;color:#666;font-size:18px;font-weight:400;line-height:1}.lp-user-profile .statistic-box .statistic-box__number{color:#333;font-size:18px;font-weight:500;line-height:1}.lp-user-profile .profile-courses>h3{margin-top:0;margin-bottom:36px;color:#333;font-size:30px;font-weight:600;line-height:1;text-transform:capitalize}.lp-profile-content table.lp-list-table{border-spacing:0;border-top:1px solid #ccc;border-left:1px solid #ccc;margin-bottom:40px}.lp-profile-content table.lp-list-table tr th,.lp-profile-content table.lp-list-table tr td{border-right:1px solid #ccc;border-bottom:1px solid #ccc;text-align:center}.lp-profile-content table.lp-list-table tr td a{color:var(--wp--preset--color--foreground);font-weight:400}.lp-profile-content table.lp-list-table tr td a:hover{color:var(--lp-primary-color)}.lp-profile-content #profile-content-order-details h3{margin-top:0;font-size:30px;line-height:1.5;font-weight:500;margin-bottom:15px;font-family:var(--wp--preset--font-family--system-font)}.profile-basic-information .form-field,form[name=profile-change-password] .form-field{margin:0 10px 24px 10px}.profile-basic-information .form-field>label,form[name=profile-change-password] .form-field>label{margin:0 0 12px 0;color:#333;font-size:16px;font-weight:500;font-style:italic}.profile-basic-information .form-field .form-field-input input,form[name=profile-change-password] .form-field .form-field-input input{height:43px;padding:8px 20px;font-weight:400}.profile-basic-information .form-field .form-field-input input[type=password],form[name=profile-change-password] .form-field .form-field-input input[type=password]{padding:8px 20px}.profile-basic-information .form-field .form-field-input textarea,form[name=profile-change-password] .form-field .form-field-input textarea{padding:9px 20px 16px 20px;font-weight:300;line-height:24px}.profile-basic-information .form-field .form-field-input input,.profile-basic-information .form-field .form-field-input textarea,form[name=profile-change-password] .form-field .form-field-input input,form[name=profile-change-password] .form-field .form-field-input textarea{border:1px solid #ccc;color:#999;font-size:14px;font-style:italic}.profile-basic-information .form-field .form-field-input input:focus,.profile-basic-information .form-field .form-field-input textarea:focus,form[name=profile-change-password] .form-field .form-field-input input:focus,form[name=profile-change-password] .form-field .form-field-input textarea:focus{border-color:var(--lp-primary-color);outline:0;color:#222}.profile-basic-information .form-field .form-field-input ::placeholder,form[name=profile-change-password] .form-field .form-field-input ::placeholder{opacity:1;color:#999}.profile-basic-information .form-field .form-field-input :-ms-input-placeholder,form[name=profile-change-password] .form-field .form-field-input :-ms-input-placeholder{color:#999}.profile-basic-information .form-field .form-field-input ::-ms-input-placeholder,form[name=profile-change-password] .form-field .form-field-input ::-ms-input-placeholder{color:#999}.profile-basic-information .form-field .form-field-input .description,form[name=profile-change-password] .form-field .form-field-input .description{margin-top:15px}@media(max-width:767px){.profile-basic-information .form-field,form[name=profile-change-password] .form-field{margin:0 0 24px 0}}.profile-basic-information .form-field__50,form[name=profile-change-password] .form-field__50{float:left;width:calc(50% - 20px);margin-right:10px}@media(max-width:767px){.profile-basic-information .form-field__50,form[name=profile-change-password] .form-field__50{float:unset;width:100%;margin:0 0 24px 0}}.profile-basic-information .form-field__clear,form[name=profile-change-password] .form-field__clear{clear:both}.profile-basic-information button,form[name=profile-change-password] button{padding:16px 24px;border:0;border-radius:3px;color:#fff;background:var(--lp-primary-color);font-size:16px;font-weight:400;line-height:1}.profile-basic-information button:hover,form[name=profile-change-password] button:hover{opacity:.5;background:var(--lp-primary-color)}.profile-basic-information p,form[name=profile-change-password] p{margin:0}#learn-press-profile-basic-information .form-fields::after{display:block;clear:both;content:""}@media(max-width:767px){#learn-press-profile-basic-information .form-fields{margin:0}}#learn-press-profile-basic-information button[type=submit]{padding:0 15px;height:40px;line-height:40px;border:0;display:inline-flex;align-items:center;justify-content:center;background-color:var(--lp-primary-color);color:white;font-size:16px;font-weight:400;-webkit-transition:.3s;-moz-transition:.3s;-ms-transition:.3s;-o-transition:.3s;transition:.3s;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}#learn-press-profile-basic-information button[type=submit]:hover{opacity:.5;background-color:var(--lp-primary-color)}.recover-order__title{margin-bottom:5px}.recover-order__description{margin-bottom:20px;color:#999;font-size:.8em;font-style:italic}div.order-recover{display:flex}div.order-recover>.button-recover-order{margin:0;margin-left:20px;flex:0 0 auto}div.order-recover>.button-recover-order.loading::before{display:inline-block;margin-right:5px;font-family:"Font Awesome 5 Free";font-weight:900;content:"\f110";animation:lp-rotating 1s linear infinite}div.order-recover input[type=text]{width:100%;height:43px;margin-right:10px;padding:0 22px;border:1px solid #ccc;border-radius:3px;background-color:#fff;font-size:14px;font-weight:300;font-style:italic;line-height:43px;flex:1 1 auto}.learn-press-profile-course__progress .lp_profile_course_progress{border:1px solid #eee;border-top:0;overflow-x:auto}.learn-press-profile-course__progress .lp_profile_course_progress__item{display:grid;align-items:center;padding:15px;border-top:1px solid #eee;grid-template-columns:90px 1fr 80px 190px 140px;column-gap:20px}.learn-press-profile-course__progress .lp_profile_course_progress__item div img{max-width:60px;height:auto}@media(max-width:575px){.learn-press-profile-course__progress .lp_profile_course_progress__item div img{max-width:100%}}@media(max-width:575px){.learn-press-profile-course__progress .lp_profile_course_progress__item{display:block}}.learn-press-profile-course__progress .lp_profile_course_progress__header{background-color:#eee}@media(max-width:575px){.learn-press-profile-course__progress .lp_profile_course_progress__header{display:flex;overflow-x:auto;white-space:nowrap;justify-content:flex-end}}.lp_profile_course_progress__nav button.loading::before{display:inline-block;margin-right:5px;font-family:"Font Awesome 5 Free";font-weight:900;content:"\f110";-webkit-animation:lp-rotating 1s linear infinite;-moz-animation:lp-rotating 1s linear infinite;animation:lp-rotating 1s linear infinite}.entry-content ul.learn-press-profile-course__tab__inner{padding:0}.content ul.learn-press-courses{margin-left:-15px;margin-right:-15px}.content ul.learn-press-courses[data-layout=list]{margin:0}.learn-press-profile-course__tab__inner{display:flex;margin:40px 0 0 0 !important;padding:0 !important;background:#eee;list-style:none !important}.learn-press-profile-course__tab__inner>li{list-style:none;margin:0 !important}.learn-press-profile-course__tab__inner>li:hover{cursor:pointer}.learn-press-profile-course__tab__inner a{display:inline-block;padding:15px 30px;font-weight:600;position:relative}.learn-press-profile-course__tab__inner a.active{color:var(--lp-primary-color);background:#fff}.learn-press-profile-course__tab__inner a.active::before{content:"";height:3px;width:100%;background-color:var(--lp-primary-color);position:absolute;top:0;left:0;right:auto}.learn-press-course-tab-filters .learn-press-filters{margin-top:20px;margin-left:0;padding:0;list-style:none}.learn-press-course-tab-filters .learn-press-filters a.active{color:var(--lp-primary-color)}.lp-profile-content ul{list-style:none !important;padding:0 !important}.learnpress_avatar__form label{display:inline-block}.learnpress_avatar__form input[type=file]{display:none}.learnpress_avatar__form__upload{display:flex;width:200px;height:200px;border:1px dashed #ccc;border-radius:3px;background-color:#fafafa;font-size:14px;font-weight:300;font-style:italic;line-height:43px;text-align:center;cursor:pointer;align-items:center;justify-content:center}.learnpress_avatar__form__upload div{line-height:1.4}.learnpress_avatar__button--loading::before{display:inline-block;margin-right:5px;font-family:"Font Awesome 5 Free";font-weight:900;content:"\f110";-webkit-animation:lp-rotating 1s linear infinite;-moz-animation:lp-rotating 1s linear infinite;animation:lp-rotating 1s linear infinite}button.learnpress_avatar__button{height:40px;padding:0 15px;border:0;background:var(--lp-primary-color);color:white;margin-top:15px;border-radius:3px}button.learnpress_avatar__button+button{margin-left:15px;margin-right:0}#primary .learn-press-courses[data-size="3"] .course{width:50%}body.learnpress .learn-press-tabs .learn-press-tabs__tab,body.learnpress .attachment-recent-works-thumbnail{border-radius:0}#learn-press-course-tabs.show-all .course-tab-panel{margin-bottom:40px}#learn-press-course-tabs input[name=learn-press-course-tab-radio]:nth-child(1):checked ~ .course-tab-panels .course-tab-panel:nth-child(1){display:block}#learn-press-course-tabs input[name=learn-press-course-tab-radio]:nth-child(1):checked ~ .learn-press-nav-tabs .course-nav:nth-child(1){border-bottom:0}#learn-press-course-tabs input[name=learn-press-course-tab-radio]:nth-child(1):checked ~ .learn-press-nav-tabs .course-nav:nth-child(1) label{color:var(--lp-primary-color);background:#fff}#learn-press-course-tabs input[name=learn-press-course-tab-radio]:nth-child(2):checked ~ .course-tab-panels .course-tab-panel:nth-child(2){display:block}#learn-press-course-tabs input[name=learn-press-course-tab-radio]:nth-child(2):checked ~ .learn-press-nav-tabs .course-nav:nth-child(2){border-bottom:0}#learn-press-course-tabs input[name=learn-press-course-tab-radio]:nth-child(2):checked ~ .learn-press-nav-tabs .course-nav:nth-child(2) label{color:var(--lp-primary-color);background:#fff}#learn-press-course-tabs input[name=learn-press-course-tab-radio]:nth-child(3):checked ~ .course-tab-panels .course-tab-panel:nth-child(3){display:block}#learn-press-course-tabs input[name=learn-press-course-tab-radio]:nth-child(3):checked ~ .learn-press-nav-tabs .course-nav:nth-child(3){border-bottom:0}#learn-press-course-tabs input[name=learn-press-course-tab-radio]:nth-child(3):checked ~ .learn-press-nav-tabs .course-nav:nth-child(3) label{color:var(--lp-primary-color);background:#fff}#learn-press-course-tabs input[name=learn-press-course-tab-radio]:nth-child(4):checked ~ .course-tab-panels .course-tab-panel:nth-child(4){display:block}#learn-press-course-tabs input[name=learn-press-course-tab-radio]:nth-child(4):checked ~ .learn-press-nav-tabs .course-nav:nth-child(4){border-bottom:0}#learn-press-course-tabs input[name=learn-press-course-tab-radio]:nth-child(4):checked ~ .learn-press-nav-tabs .course-nav:nth-child(4) label{color:var(--lp-primary-color);background:#fff}#learn-press-course-tabs input[name=learn-press-course-tab-radio]:nth-child(5):checked ~ .course-tab-panels .course-tab-panel:nth-child(5){display:block}#learn-press-course-tabs input[name=learn-press-course-tab-radio]:nth-child(5):checked ~ .learn-press-nav-tabs .course-nav:nth-child(5){border-bottom:0}#learn-press-course-tabs input[name=learn-press-course-tab-radio]:nth-child(5):checked ~ .learn-press-nav-tabs .course-nav:nth-child(5) label{color:var(--lp-primary-color);background:#fff}#learn-press-course-tabs input[name=learn-press-course-tab-radio]:nth-child(6):checked ~ .course-tab-panels .course-tab-panel:nth-child(6){display:block}#learn-press-course-tabs input[name=learn-press-course-tab-radio]:nth-child(6):checked ~ .learn-press-nav-tabs .course-nav:nth-child(6){border-bottom:0}#learn-press-course-tabs input[name=learn-press-course-tab-radio]:nth-child(6):checked ~ .learn-press-nav-tabs .course-nav:nth-child(6) label{color:var(--lp-primary-color);background:#fff}#learn-press-course-tabs input[name=learn-press-course-tab-radio]:nth-child(7):checked ~ .course-tab-panels .course-tab-panel:nth-child(7){display:block}#learn-press-course-tabs input[name=learn-press-course-tab-radio]:nth-child(7):checked ~ .learn-press-nav-tabs .course-nav:nth-child(7){border-bottom:0}#learn-press-course-tabs input[name=learn-press-course-tab-radio]:nth-child(7):checked ~ .learn-press-nav-tabs .course-nav:nth-child(7) label{color:var(--lp-primary-color);background:#fff}#learn-press-course-tabs input[name=learn-press-course-tab-radio]:nth-child(8):checked ~ .course-tab-panels .course-tab-panel:nth-child(8){display:block}#learn-press-course-tabs input[name=learn-press-course-tab-radio]:nth-child(8):checked ~ .learn-press-nav-tabs .course-nav:nth-child(8){border-bottom:0}#learn-press-course-tabs input[name=learn-press-course-tab-radio]:nth-child(8):checked ~ .learn-press-nav-tabs .course-nav:nth-child(8) label{color:var(--lp-primary-color);background:#fff}#learn-press-course-tabs input[name=learn-press-course-tab-radio]:nth-child(9):checked ~ .course-tab-panels .course-tab-panel:nth-child(9){display:block}#learn-press-course-tabs input[name=learn-press-course-tab-radio]:nth-child(9):checked ~ .learn-press-nav-tabs .course-nav:nth-child(9){border-bottom:0}#learn-press-course-tabs input[name=learn-press-course-tab-radio]:nth-child(9):checked ~ .learn-press-nav-tabs .course-nav:nth-child(9) label{color:var(--lp-primary-color);background:#fff}.course-tab-panels .course-tab-panel{padding-top:30px}.course-tab-panel{display:none}.course-tab-panel.active{display:block}.course-tab-panel .course-description{color:#666;font-size:16px;font-weight:300;line-height:26px}.course-tab-panel .course-description h4{margin-top:0;margin-bottom:1.125rem;color:#333;font-size:18px;font-weight:500}.course-tab-panel .course-description p{line-height:inherit}.course-tab-panel .course-description img{max-width:100%;height:auto;vertical-align:middle}.course-tab-panel .lp-course-author{display:flex;margin-bottom:40px}@media(max-width:767px){.course-tab-panel .lp-course-author{flex-direction:column}}.course-tab-panel .lp-course-author .course-author__pull-left{margin-right:30px;text-align:center;align-items:center}@media(max-width:767px){.course-tab-panel .lp-course-author .course-author__pull-left{margin-right:0;margin-bottom:30px}}.course-tab-panel .lp-course-author img{width:50px;height:50px;margin-bottom:20px;border-radius:50%;object-fit:cover;object-position:center}.course-tab-panel .lp-course-author .course-author__pull-right{flex:1}@media(max-width:767px){.course-tab-panel .lp-course-author .course-author__pull-right{width:100%;text-align:center}}.course-tab-panel .lp-course-author .author-title{margin-bottom:18px}.course-tab-panel .lp-course-author .author-title a{color:#333;box-shadow:none;font-size:18px;font-weight:500;text-transform:capitalize}.course-tab-panel .lp-course-author .author-title a:hover{color:var(--lp-primary-color)}.course-tab-panel .lp-course-author .author-description{color:#666;font-size:16px;font-weight:300;line-height:26px}.course-tab-panel .lp-course-author .author-socials{display:grid;grid-template-columns:repeat(4,33px);gap:10px;justify-content:center}.course-tab-panel .lp-course-author .author-socials>a{display:inline-block;width:33px;height:33px;margin:0;border:1px solid #ededed;border-radius:50%;color:#878787;box-shadow:none;font-size:14px;line-height:33px;text-align:center;vertical-align:middle;transition:all .3s}.course-tab-panel .lp-course-author .author-socials>a:hover{border-color:var(--lp-primary-color);color:#fff;background:var(--lp-primary-color)}.course-tab-panel .lp-course-author .author-socials .fa-googleplus::before{content:"\f0d5"}.course-summary div.lp-list-co-instructor{display:grid;grid-template-columns:repeat(2,1fr);gap:40px}.course-summary div.lp-list-co-instructor__item{display:flex;column-gap:30px}@media(max-width:767px){.course-summary div.lp-list-co-instructor__item{align-items:center;flex-direction:column;padding:0 15px;column-gap:0;row-gap:10px}}.course-summary div.lp-list-co-instructor__avatar>img{width:100%;max-width:96px;border-radius:999px}.course-summary div.lp-list-co-instructor__bio{flex:1}.course-summary div.lp-list-co-instructor__bio__top>a{font-size:18px;font-weight:600}.course-summary div.lp-list-co-instructor__bio__description{font-size:1rem}.course-summary .course-price{margin-bottom:10px}.course-summary .course-price .origin-price,.course-summary .course-price .price{vertical-align:middle}.course-summary .course-price .origin-price{margin-right:10px;font-size:18px;font-style:italic;text-decoration:line-through}.course-summary .course-price .price{font-size:24px}.course-summary .course-summary-sidebar .lp-course-buttons{margin-bottom:20px;text-align:center}.course-summary .course-featured-review .featured-review__title{margin-top:0;margin-bottom:6px;font-size:1.2rem;font-weight:500}.course-summary .course-featured-review .featured-review__stars{padding-bottom:12px;color:var(--lp-primary-color);font-size:16px}.course-summary .course-featured-review .featured-review__content{position:relative;color:#666;font-size:1rem;font-style:italic;line-height:24px}.course-summary .course-featured-review .featured-review__content::after{position:absolute;top:-42px;right:-15px;color:rgba(102,102,102,0.1);font-family:Arial;font-size:180px;font-weight:700;font-style:normal;content:"‘‘";transform:rotate(180deg)}.course-summary .course-tags a{display:inline-block;padding:3px 5px;border-radius:4px;color:#fff;background:#9aa5ab;font-size:12px;line-height:1}.edit-content{margin-left:5px}ul.learn-press-nav-tabs{display:flex;margin:0;padding:0;border-bottom:0;background:#f1f2f8;list-style:none}ul.learn-press-nav-tabs .course-nav{float:left;position:relative;margin:0;list-style:none}ul.learn-press-nav-tabs .course-nav:first-child.active::after{position:absolute;top:-1px;left:-1px;width:1px;height:100%;background:#fff;content:""}ul.learn-press-nav-tabs .course-nav:last-child{border-right:0}ul.learn-press-nav-tabs .course-nav:last-child.active::after{position:absolute;top:-1px;right:-2px;width:2px;height:100%;background:#fff;content:""}ul.learn-press-nav-tabs .course-nav.active{border-bottom:0}ul.learn-press-nav-tabs .course-nav.active::before{position:absolute;top:-1px;left:0;width:100%;height:3px;background:var(--lp-primary-color);content:""}ul.learn-press-nav-tabs .course-nav.active label{color:var(--lp-primary-color);background-color:white}ul.learn-press-nav-tabs .course-nav a{display:inline-block;padding:10px 20px;border-bottom:0;outline:0;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}ul.learn-press-nav-tabs .course-nav a:focus{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}ul.learn-press-nav-tabs[data-tabs] .course-nav{flex:1}ul.learn-press-nav-tabs[data-tabs] .course-nav a{width:100%;text-align:center}ul.learn-press-nav-tabs::after{display:block;clear:both;content:""}@media(max-width:767px){ul.learn-press-nav-tabs{display:grid;grid-template-columns:repeat(2,1fr);max-height:none}}.course-item-popup #tab-curriculum{display:block}.course-curriculum ul.curriculum-sections{position:relative;z-index:499;margin:0;padding:0;list-style:none}.course-curriculum ul.curriculum-sections .closed .section-item__loadmore{display:none}.course-curriculum ul.curriculum-sections .section{margin:0;padding:0;flex-wrap:wrap}.course-curriculum ul.curriculum-sections .section:last-child{padding:0}.course-curriculum ul.curriculum-sections .section.section-empty .section-header{margin-bottom:20px}.course-curriculum ul.curriculum-sections .section.section-empty .learn-press-message{margin-right:15px;margin-left:15px}.course-curriculum ul.curriculum-sections .section-title.c+.section-desc{display:block}.course-curriculum ul.curriculum-sections .section-title.c span.show-desc::before{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg);top:0}.course-curriculum ul.curriculum-sections .item-meta.duration{background:#d9e0f1}.course-curriculum .section-item__loadmore{display:flex;justify-content:center;align-items:center}.course-curriculum .section-item__loadmore button{display:inline-flex;margin-top:10px;margin-right:auto;margin-left:auto;padding:10px 20px;border:1px solid #ccc;border-radius:4px;outline:0;color:#222;background:#f7f7f7;box-shadow:none;font-weight:500;justify-content:center;align-items:center;cursor:pointer;font-size:1rem;font-family:sans-serif}.course-curriculum .section-item__loadmore.loading button::before{display:inline-block;margin-right:5px;font-family:"Font Awesome 5 Free";font-weight:900;content:"\f110";-webkit-animation:lp-rotating 1s linear infinite;-moz-animation:lp-rotating 1s linear infinite;animation:lp-rotating 1s linear infinite}.course-curriculum .section-header{display:table;width:100%;padding:0 0 26px 0;border-bottom:0;border-bottom:1px solid #d9e0f1;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.course-curriculum .section-header .section-title,.course-curriculum .section-header .section-desc{margin:0}.course-curriculum .section-header span.show-desc{display:inline-block;position:absolute;top:50%;right:30px;width:20px;height:20px;transform:translate(0,-50%)}.course-curriculum .section-header span.show-desc::before{font-family:"Font Awesome 5 Free";font-size:18px;font-weight:900;content:"\f107"}.course-curriculum .section-header span.show-desc:hover::before{border-top-color:#ccc}.course-curriculum .section-header .section-desc{margin:0;margin-top:10px;font-size:14px;line-height:21px;color:#999;font-style:italic}.course-curriculum .section-header .section-meta{display:block;padding-top:17px;padding-bottom:15px;font-size:14px;text-align:right;vertical-align:middle;white-space:nowrap}.course-curriculum .section-item{width:100%}.course-curriculum .section-content{margin:0 0 15px 0;padding:0;list-style:none}.course-curriculum .section-content .course-item-meta{display:table-cell;padding:10px 0;text-align:right;vertical-align:middle;white-space:nowrap}.course-curriculum .section-content .course-item-meta .item-meta{display:inline-block;margin-left:14px;border-radius:3px;color:#fff;font-size:14px;line-height:23px;text-align:center;vertical-align:middle;padding:0 8px}.course-curriculum .section-content .course-item-meta .item-meta.final-quiz{background:#14c4ff}.course-curriculum .section-content .course-item-meta .item-meta.trans{padding:0}.course-curriculum .section-content .course-item-meta .count-questions{background:#9672cf}.course-curriculum .section-content .course-item-meta .duration{background:silver}.course-curriculum .section-content .course-item-meta .course-item-status{padding:0;color:#999;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.course-curriculum .section-content .course-item-meta .course-item-status::before{font-family:"Font Awesome 5 Free";font-size:14px;font-weight:900;vertical-align:middle;text-transform:lowercase;content:"\f00c"}.course-curriculum .section-content .course-item-preview{font-style:normal;padding:0}.course-curriculum .section-content .course-item-preview::before{color:#fff;padding:0 8px;background:#00adff;display:inline-flex;align-items:center;justify-content:center;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;vertical-align:baseline;content:attr(data-preview)}.course-curriculum .course-item{display:flex;position:relative;margin:0 0 2px 0;padding:0 15px 0 30px;background:rgba(241,242,248,0.4);font-size:14px;transition:padding-left linear .15s}@media(max-width:767px){.course-curriculum .course-item{padding:0 0 0 15px}}.course-curriculum .course-item>span{display:flex;width:28px;color:#666;font-size:16px;font-weight:300;align-items:center}.course-curriculum .course-item .section-item-link{display:table;padding-right:15px;padding-left:0;border-bottom:0;outline:0;box-shadow:none;line-height:1.5;color:#777;text-decoration:none}.course-curriculum .course-item .section-item-link:hover .item-name{color:var(--lp-primary-color)}.course-curriculum .course-item .section-item-link::before{display:table-cell;display:table-cell;left:0;width:20px;padding:15px 0;color:var(--lp-primary-color);font-family:"Font Awesome 5 Free";font-size:18px;font-weight:400;vertical-align:middle;transition:left linear .15s}.course-curriculum .course-item .item-icon,.course-curriculum .course-item .item-name{display:table-cell;padding:17px 16px;color:#333;font-size:16px;font-weight:600;vertical-align:middle}.course-curriculum .course-item .item-icon::before{font-size:18px}.course-curriculum .course-item .item-icon.icon-lock{float:right;margin-top:15px}.course-curriculum .course-item.course-item-lp_quiz .section-item-link::before{content:"\f059"}.course-curriculum .course-item.course-item-lp_lesson .section-item-link::before{content:"\f15b"}.course-curriculum .course-item.course-item-lp_lesson.course-item-type-video .section-item-link::before{content:"\f03d"}.course-curriculum .course-item.course-item-lp_lesson.course-item-type-audio .section-item-link::before{content:"\f028"}.course-curriculum .course-item.item-locked .course-item-status::before{color:var(--lp-secondary-color);content:"\f023"}.course-curriculum .course-item.has-status{padding-top:1px}.course-curriculum .course-item.has-status.status-completed .course-item-status::before,.course-curriculum .course-item.has-status.status-evaluated .course-item-status::before{color:#3bb54a}.course-curriculum .course-item.has-status.item-failed .course-item-status::before,.course-curriculum .course-item.has-status.failed .course-item-status::before{border-color:#f02425;color:#f02425;content:"\f00d"}.course-curriculum .course-item::before{position:absolute;top:50%;left:0;width:3px;height:0;background:#00adff;content:"";transition:height linear .15s,top linear .15s}.course-curriculum .course-item.current{padding-left:10px;background:#f9f9f9}.course-curriculum .course-item.current a::before{left:10px}.course-curriculum .course-item.current::before{top:0;height:100%}.course-curriculum .section-left{vertical-align:top}.course-curriculum .section-left .section-title{padding:0;color:#666;font-size:1.4rem;letter-spacing:0;text-transform:capitalize;display:block}.course-curriculum .curriculum-more__button{display:flex;width:100%;margin-top:20px;margin-bottom:20px;padding:10px 0;border:0;outline:0;color:#fff;background:#333;box-shadow:none;justify-content:center;align-items:center;cursor:pointer;font-size:1rem;font-family:sans-serif}.course-curriculum .curriculum-more__button.loading::before{display:inline-block;margin-right:5px;font-family:"Font Awesome 5 Free";font-weight:900;content:"\f110";-webkit-animation:lp-rotating 1s linear infinite;-moz-animation:lp-rotating 1s linear infinite;animation:lp-rotating 1s linear infinite}body.course-item-popupx{overflow:hidden;_opacity:0}body.course-item-popupx #learn-press-course-curriculum{overflow:auto;position:fixed;z-index:9999;top:32px;bottom:0;left:0;width:400px;border-right:1px solid #ddd;background:#fff}body.course-item-popupx #learn-press-course-curriculum .section-header{padding:0 15px}body.course-item-popupx #learn-press-course-curriculum .section-header .section-desc{margin:-10px 0 5px}body.course-item-popupx #learn-press-course-curriculum .course-item{padding-right:15px;padding-left:15px}body.course-item-popupx #learn-press-course-curriculum .course-item a::before{left:15px}body.course-item-popupx #learn-press-content-item{overflow:hidden;position:fixed;z-index:9999;top:32px;right:0;bottom:0;left:400px;background:#fff}body.course-item-popupx #learn-press-content-item .content-item-wrap{max-width:900px;margin:10px auto}body.course-item-popupx #learn-press-content-item .course-item-title{font-size:1.4rem}body.course-item-popupx #learn-press-content-item .content-question-summary .review-heading{text-align:center}body.course-item-popupx #learn-press-content-item .content-question-summary .question-title{margin-bottom:10px;font-size:1.2rem}body.course-item-popupx #content-item-nav{position:fixed;z-index:99999;right:0;bottom:0;left:400px;height:60px;border-top:1px solid #ddd;background:#f5f5f5}body.course-item-popupx #content-item-nav .content-item-nav-wrap{max-width:900px;margin:10px auto}body.course-item-popupx #content-item-nav button{height:40px;padding:0 20px;line-height:40px}body.course-item-popupx .comment-form-textarea{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}body.course-item-popupx.wpadminbar #learn-press-course-curriculum,body.course-item-popupx.wpadminbar #learn-press-content-item{top:92px}body.course-item-popupx.wpadminbar .content-item-description{margin-bottom:20px}body.course-item-popupx .content-item-summary{margin-bottom:50px}body.course-item-popupx .content-item-summary>h3{margin-bottom:20px}body.course-item-popupx .content-item-summary.content-item-video .entry-video{position:absolute;top:0;left:0;width:100%;background:#000;line-height:1}body.course-item-popupx .content-item-summary.content-item-video .entry-video iframe{width:100%;max-width:900px;margin-bottom:0;vertical-align:top}body.course-item-popupx .learn-press-content-protected-message{margin-bottom:50px;padding:20px;background:#ffe0e0}body.course-item-popupx.content-only #learn-press-content-item{z-index:9999999;top:0;bottom:0;left:0}body.course-item-popupx.content-only #learn-press-content-item .content-item-scrollable{bottom:0}body #ifr-course-item{position:absolute;z-index:999999;top:0;left:0;width:100%;height:100%;background:#fff}body .content-item-summary .form-button-finish-course,body .lp-quiz-buttons .form-button-finish-course{float:right}#wpadminbar #wp-admin-bar-edit-lp_quiz .ab-item::before,#wpadminbar #wp-admin-bar-edit-lp_lesson .ab-item::before,#wpadminbar #wp-admin-bar-edit-lp_question .ab-item::before{top:2px;font-family:"Font Awesome 5 Free"}#wpadminbar #wp-admin-bar-edit-lp_quiz .ab-item::before{content:"\f017"}#wpadminbar #wp-admin-bar-edit-lp_lesson .ab-item::before{content:"\f15c"}#wpadminbar #wp-admin-bar-edit-lp_question .ab-item::before{content:"\f29c"}.scroll-wrapper{overflow:hidden;opacity:0}.scroll-wrapper .scroll-element{background:transparent}.scroll-wrapper .scroll-element.scroll-y.scroll-scrolly_visible{transition:opacity .25s}.scroll-wrapper:hover .scroll-element.scroll-y.scroll-scrolly_visible{opacity:.7}.course-remaining-time .label-enrolled{font-size:inherit}.learn-press-form.completed button::before{margin-right:10px;font-family:"Font Awesome 5 Free";font-size:18px;content:"\f00c"}.lp-course-progress{position:relative}.lp-course-progress .lp-passing-conditional{position:absolute;top:0;width:3px;height:6px;margin-left:-1px;background:var(--lp-secondary-color)}.viewing-course-item .section-header .section-desc{display:none}.viewing-course-item .content-item-wrap{margin-top:50px}.course-meta{display:flex;margin-bottom:40px}.course-meta .course-meta__pull-left,.course-meta .course-meta__pull-right{display:flex;flex-wrap:wrap}.course-meta .course-meta__pull-left{flex:1}.course-meta .course-meta__pull-left .meta-item{margin-right:10px}.course-meta .course-meta__pull-right{flex:0 0 50%}.course-meta .course-meta__pull-right .meta-item{margin-left:10px}.course-meta.course-meta-primary .meta-item{flex:1}.course-meta.two-columns .course-meta{flex:1}.course-extra-box{margin-bottom:3px;border:1px solid rgba(204,204,204,0.3);border-radius:5px}.course-extra-box__title{--extra-height:50px;display:flex;align-items:center;position:relative;height:var(--extra-height);margin:0 !important;padding:0 45px 0 38px;background:rgba(181,187,211,0.15);font-size:1.1rem;font-weight:600;cursor:pointer}@media(max-width:767px){.course-extra-box__title{padding-left:15px}}.course-extra-box__title::after{position:absolute;top:0;right:20px;color:#666;font-family:"Font Awesome 5 Free";line-height:var(--extra-height);content:"\f0d7"}.course-extra-box__content{display:none}.course-extra-box__content-inner{-webkit-animation-name:course-extra-box__content-inner-transform;animation-name:course-extra-box__content-inner-transform;-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-direction:normal;animation-direction:normal}.course-extra-box__content ul,.course-extra-box__content li{list-style:none}.course-extra-box__content ul{margin:0;padding:0}.course-extra-box__content li{margin:0;padding:10px 38px;border-bottom:1px solid rgba(204,204,204,0.3);color:#666;font-size:16px;font-weight:300}@media(max-width:767px){.course-extra-box__content li{padding-left:30px;padding-right:30px}}.course-extra-box__content li::before{margin-right:8px;color:var(--lp-primary-color);font-family:"Font Awesome 5 Free";font-weight:900;content:"\f00c"}.course-extra-box__content li:last-child{border-bottom:0}.course-extra-box:last-child{margin-bottom:60px}.course-extra-box.active .course-extra-box__title::after{content:"\f0d8"}.course-extra-box+.comment-respond,.course-extra-box+.comments-area{margin-top:60px;margin-bottom:30px}.course-extra-box+.course-tabs{margin-top:60px}input[name=course-extra-box-ratio]{display:none}input[name=course-extra-box-ratio]:checked+.course-extra-box .course-extra-box__content{display:block}input[name=course-extra-box-ratio]:checked+.course-extra-box .course-extra-box__content .course-extra-box__content-inner{transform:scale(1)}@-webkit-keyframes course-extra-box__content-inner-transform{from{opacity:0;-webkit-transform:translateX(5%);-moz-transform:translateX(5%);-ms-transform:translateX(5%);-o-transform:translateX(5%);transform:translateX(5%)}to{opacity:1;-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);transform:translateX(0)}}@keyframes course-extra-box__content-inner-transform{from{opacity:0;transform:translateX(5%)}to{opacity:1;transform:translateX(0)}}.course-tab-panel-faqs{padding-top:64px}.course-tab-panel-faqs .course-faqs-box{margin-bottom:20px;border:1px solid rgba(204,204,204,0.6);border-radius:5px}.course-tab-panel-faqs .course-faqs-box__title{display:block;position:relative;margin:0;padding:20px 45px 20px 25px;font-size:1.1rem;font-weight:500;line-height:1.7;cursor:pointer}.course-tab-panel-faqs .course-faqs-box__title::after{position:absolute;top:50%;right:28px;color:#6c6c6c;font-family:"Font Awesome 5 Free";font-size:12px;font-weight:900;content:"\f078";transform:translateY(-50%)}.course-tab-panel-faqs .course-faqs-box:last-child{margin-bottom:40px}.course-tab-panel-faqs .course-faqs-box:hover{background:rgba(241,242,248,0.4)}.course-tab-panel-faqs .course-faqs-box:hover .course-faqs-box__title{color:var(--lp-primary-color)}.course-tab-panel-faqs .course-faqs-box__content{display:none}.course-tab-panel-faqs .course-faqs-box__content-inner{padding:0 25px 25px 25px;color:#666;font-size:1rem;font-weight:300;line-height:26px;-webkit-animation-name:course-faqs-box__content-inner-transform;animation-name:course-faqs-box__content-inner-transform;-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-direction:normal;animation-direction:normal}input[name=course-faqs-box-ratio]{display:none}input[name=course-faqs-box-ratio]:checked+.course-faqs-box .course-faqs-box__content{display:block}input[name=course-faqs-box-ratio]:checked+.course-faqs-box{background:rgba(241,242,248,0.4)}input[name=course-faqs-box-ratio]:checked+.course-faqs-box .course-faqs-box__title{color:var(--lp-primary-color)}input[name=course-faqs-box-ratio]:checked+.course-faqs-box .course-faqs-box__title::after{content:"\f077"}@-webkit-keyframes course-faqs-box__content-inner-transform{from{opacity:0;-webkit-transform:translateX(5%);-moz-transform:translateX(5%);-ms-transform:translateX(5%);-o-transform:translateX(5%);transform:translateX(5%)}to{opacity:1;-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);transform:translateX(0)}}@keyframes course-faqs-box__content-inner-transform{from{opacity:0;-webkit-transform:translateX(5%);-moz-transform:translateX(5%);-ms-transform:translateX(5%);-o-transform:translateX(5%);transform:translateX(5%)}to{opacity:1;-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);transform:translateX(0)}}@media screen and (max-width:1300px){body.course-item-popup #learn-press-course-curriculum{width:300px}body.course-item-popup #learn-press-course-curriculum .progress-bg{width:40px}body.course-item-popup #content-item-nav{left:300px}body.course-item-popup .section-desc{display:none}}@media screen and (max-width:1200px){body.course-item-popupx #learn-press-course-curriculum{width:300px}body.course-item-popupx #content-item-nav{left:300px}}@media screen and (max-width:768px){body.course-item-popup .course-curriculum{width:200px}body.course-item-popup #content-item-nav{left:200px}body.course-item-popup.wpadminbar #learn-press-content-item,body.course-item-popup.wpadminbar #learn-press-course-curriculum{top:106px}.learn-press-course-results-progress{margin-right:0}.learn-press-course-results-progress .items-progress,.learn-press-course-results-progress .course-progress{float:none;width:100%;margin-right:0;margin-bottom:20px}}.lp-quiz-buttons{margin-bottom:20px;display:block;clear:both;content:""}.quiz-progress{margin-bottom:30px;background:#e7f7ff}.quiz-progress .progress-items{display:flex}.quiz-progress .progress-items .progress-item{position:relative;color:#777;font-size:15px;flex:1}.quiz-progress .progress-items .progress-item .progress-number,.quiz-progress .progress-items .progress-item .progress-label{display:block;line-height:1;text-align:center}.quiz-progress .progress-items .progress-item .progress-number{margin:15px 0 10px 0;font-size:20px}.quiz-progress .progress-items .progress-item .progress-label{margin-bottom:15px;font-size:14px}.quiz-progress .progress-items .progress-item i{display:none;float:left;width:60px;height:60px;color:#fff;background:#00adff;font-size:30px;line-height:60px;text-align:center}.quiz-progress .progress-items .progress-item::after{display:block;clear:both;content:""}.answer-options{margin:0;padding:0;list-style:none}.answer-options .answer-option{display:flex;overflow:hidden;position:relative;margin:0 0 18px 0;padding:10px;color:#777;background:#f5f5f5;font-size:20px;cursor:pointer;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-transition:background linear .25s;-moz-transition:background linear .25s;-ms-transition:background linear .25s;-o-transition:background linear .25s;transition:background linear .25s}.answer-options .answer-option .option-title{display:table-cell;font-size:smaller}.answer-options .answer-option .option-title .option-title-content{display:inline-block;vertical-align:middle}.answer-options .answer-option .option-title::before{position:absolute;top:0;bottom:0;left:0;width:3px;background:#ddd;content:"";-webkit-transition:background linear .25s;-moz-transition:background linear .25s;-ms-transition:background linear .25s;-o-transition:background linear .25s;transition:background linear .25s}.answer-options .answer-option input[type=checkbox],.answer-options .answer-option input[type=radio]{-webkit-appearance:initial;-moz-appearance:initial;position:relative;z-index:10;width:35px;min-width:35px;height:35px;margin:0 10px 0 3px;border:1px solid #cfcfcf;background:#f9fafc;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.answer-options .answer-option input[type=checkbox]:focus,.answer-options .answer-option input[type=radio]:focus{outline:0}.answer-options .answer-option input[type=checkbox]::after,.answer-options .answer-option input[type=radio]::after{margin-top:-10px;position:absolute;top:18px;left:9px;box-sizing:content-box;opacity:0;color:#3db748;font-family:"Font Awesome 5 Free";font-weight:900;font-size:16px;content:"\f00c"}.answer-options .answer-option input[type=checkbox]:checked ~ .option-title .option-title-content,.answer-options .answer-option input[type=radio]:checked ~ .option-title .option-title-content{position:relative}.answer-options .answer-option input[type=checkbox]:checked ~ .option-title::before,.answer-options .answer-option input[type=radio]:checked ~ .option-title::before{background:#00adff}.answer-options .answer-option input[type=checkbox]:checked::after,.answer-options .answer-option input[type=radio]:checked::after{opacity:1}.answer-options .answer-option input[type=checkbox]::after{margin-top:0;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.answer-options .answer-option input[type=radio]{-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}.answer-options .answer-option input[type=radio]::before{border-radius:50%}.answer-options .answer-option .option-title{margin:0}.answer-options .answer-option:hover{background:#e1f5ff}.answer-options .answer-option.answer-correct{background:#e1f5ff}.answer-options .answer-option.answer-correct input[type=radio]:checked ~ .option-title::before,.answer-options .answer-option.answer-correct input[type=checkbox]:checked ~ .option-title::before{background:#e1f5ff}.answer-options .answer-option.answered-correct input[type=radio]:checked ~ .option-title::before,.answer-options .answer-option.answered-correct input[type=checkbox]:checked ~ .option-title::before{background:#00adff}.answer-options .answer-option.answered-wrong input[type=radio]::before,.answer-options .answer-option.answered-wrong input[type=radio]::after,.answer-options .answer-option.answered-wrong input[type=checkbox]::before,.answer-options .answer-option.answered-wrong input[type=checkbox]::after{border-color:red}.answer-options .answer-option.answered-wrong input[type=radio]:checked ~ .option-title::before,.answer-options .answer-option.answered-wrong input[type=checkbox]:checked ~ .option-title::before{background:red}button[data-counter]{position:relative}button[data-counter]::after{padding-left:5px;content:"(+" attr(data-counter) ")"}.quiz-result{max-width:320px;margin:20px auto 48px;text-align:center}.quiz-result .result-heading{display:none}.quiz-result.passed .result-message{background:#3bb54a}.quiz-result.passed .result-message::after{content:"\f00c"}.quiz-result .result-message{margin-bottom:30px;padding:10px 0 !important;color:#fff;background:#f02425;font-size:16px;line-height:22px;font-weight:400;display:flex;align-items:center;justify-content:center;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.quiz-result .result-message::after{margin-left:10px;font-family:"Font Awesome 5 Free";font-weight:900;content:"\f00d"}.quiz-result .result-grade .result-achieved,.quiz-result .result-grade .result-require{display:inline-block;margin:0 auto}.quiz-result .result-grade .result-achieved{padding-bottom:7px;border-bottom:1px solid #999;color:#333;font-size:28px;font-weight:500;line-height:1}.quiz-result .result-grade .result-require{display:block;padding-top:5px;color:#666;font-size:16px;font-weight:400;line-height:1}.quiz-result .result-grade .result-message{font-size:14px}.quiz-result.passed .result-achieved{color:#04adff}.quiz-result.passed .result-message strong{color:#04adff}.quiz-result .result-statistic{margin:0;padding:0;text-align:left;list-style:none}.quiz-result .result-statistic .result-statistic-field{display:flex;margin:0}.quiz-result .result-statistic .result-statistic-field+li{border-top:1px dashed #ccc}.quiz-result .result-statistic .result-statistic-field span,.quiz-result .result-statistic .result-statistic-field p{margin:0;flex:1}.quiz-result .result-statistic .result-statistic-field span{color:#666;font-size:16px;font-weight:400;line-height:35px}.quiz-result .result-statistic .result-statistic-field span::before{display:inline-block;width:15px;margin-right:10px;color:var(--lp-primary-color);font-family:"Font Awesome 5 Free";font-size:16px;font-weight:900}.quiz-result .result-statistic .result-statistic-field p{color:#333;font-size:16px;font-weight:500;line-height:35px;text-align:right}.quiz-result .result-statistic .result-statistic-field.result-time-spend label::before{font-weight:400;content:"\f017"}.quiz-result .result-statistic .result-statistic-field.result-point label::before{font-weight:400;content:"\f005"}.quiz-result .result-statistic .result-statistic-field.result-questions label::before{font-weight:400;content:"\f059"}.quiz-result .result-statistic .result-statistic-field.result-questions-correct label::before{color:#3db748;content:"\f00c"}.quiz-result .result-statistic .result-statistic-field.result-questions-wrong label::before{color:#f02425;content:"\f00d"}.quiz-result .result-statistic .result-statistic-field.result-questions-skipped label::before{color:#ddd;content:"\f2f5"}.quiz-status{position:sticky;z-index:99;top:0;right:0;left:0;margin:0 0 35px 0}.quiz-status>div{display:flex;box-sizing:border-box;width:100%;max-width:792px;height:60px;margin:0 auto;padding:5px 10px 5px 30px;border-radius:4px;background:var(--lp-primary-color);justify-content:center;align-items:center}@media(max-width:480px){.quiz-status>div{display:block;height:auto;text-align:center;padding:15px}.quiz-status>div .questions-index{margin-bottom:10px}}.quiz-status>div>div{display:flex;flex-direction:row-reverse;flex:0 0 50%;align-items:center}@media(max-width:480px){.quiz-status>div>div{justify-content:center}}.quiz-status>div .current-point{display:none}.quiz-status .questions-index{display:inline-block;color:#666;font-size:16px;font-weight:400;line-height:26px}.quiz-status .questions-index span{color:#333;font-weight:500}.quiz-status .countdown{position:relative;min-width:120px;margin-right:5px;padding:12px 29px;color:#333;background:#fff;font-size:14px;font-weight:400;line-height:1;text-align:center}.quiz-status .countdown .fas{position:absolute;top:50%;left:10px;color:#333;font-size:14px;transform:translateY(-50%)}.quiz-status .countdown .clock{display:none;width:40px;height:40px}.quiz-status .countdown .clock::before{position:absolute;width:40px;height:40px;border:4px solid #b1c1e6;border-radius:50%;content:"";-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.quiz-status .countdown .clock .circle-progress-bar{display:inline-block;position:relative;width:40px;height:40px;stroke:#5383f7}.quiz-status .countdown .clock .circle-progress-bar .circle-progress-bar__circle{transition:.35s stroke-dashoffset;transform:rotate(-90deg);transform-origin:50% 50%}.quiz-status .countdown .clock.x .circle-progress-bar__circle{stroke:red}.quiz-status .submit-quiz button{margin:0 0 0 10px;border:0;border-radius:0;background:#fff;text-transform:uppercase}.quiz-status .submit-quiz button:hover{background:var(--lp-secondary-color)}.quiz-status.submitting .submit-quiz button{background:#ddd}.question-numbers{text-align:center;list-style:none}.question-numbers li{display:inline-block;position:relative;margin-bottom:3px}.question-numbers li a{display:block;min-width:20px;padding:8px;border:1px solid #ddd;color:#999;background:#f5f5f5;box-shadow:none;font-size:12px;line-height:1}.question-numbers li a span{vertical-align:middle}.question-numbers li a:hover{border:1px solid #3880a2;color:#fff;background:#00adff}.question-numbers li.current a{border-color:#3880a2;color:#fff !important;background:#00adff}.question-numbers li.current.skipped::after{background:#fff}.question-numbers li.answered a::after{margin-left:3px;font-family:"Font Awesome 5 Free";font-size:8px;vertical-align:middle}.question-numbers li.answered.answered-wrong a{color:red}.question-numbers li.answered.answered-true a{color:#00adff}.question-numbers li.answered.answered-true.current a{color:#fff}.question-numbers li.skipped::after{position:absolute;bottom:3px;left:50%;width:10px;height:4px;margin-left:-5px;border-radius:2px;background:#aaa;content:""}.quiz-intro{display:flex;margin:0 0 20px;padding:0;list-style:none;flex-flow:row wrap}@media(max-width:768px){.quiz-intro{padding-right:10px;padding-left:10px;justify-content:space-between}}.quiz-intro-item{display:flex;margin:0 40px 0 0;align-items:center}@media(max-width:768px){.quiz-intro-item{margin:0 20px 0 0}}.quiz-intro-item::before{position:relative;top:-2px;margin-right:10px;color:var(--lp-primary-color);font-family:"Font Awesome 5 Free";font-size:16px;font-weight:900}.quiz-intro-item--passing-grade{order:2}.quiz-intro-item--passing-grade::before{content:"\f012"}.quiz-intro-item--questions-count{order:1}.quiz-intro-item--questions-count::before{content:"\f12e"}.quiz-intro-item--duration{order:2}.quiz-intro-item--duration::before{content:"\f017"}.quiz-intro-item__title{margin:0;padding:0 8px 0 0;color:#333;font-size:16px;font-weight:300;line-height:1.7}.quiz-intro-item__content{color:#222;font-size:16px;font-weight:400}.question-explanation-content,.question-hint-content{margin-bottom:20px;padding:10px 15px;background:#f5f5f5}.redo-quiz button[type=submit]{content:attr(data-counter)}.circle-bar{position:relative;width:300px;height:300px;border-color:#ddd}.circle-bar::before{position:absolute;z-index:0;top:0;left:0;box-sizing:border-box;width:100%;height:100%;border:10px solid #ddd;border-radius:50%;content:""}.circle-bar .before,.circle-bar .after{position:absolute;z-index:0;top:0;left:0;box-sizing:border-box;width:100%;height:100%;border:10px solid #14c4ff;border-radius:50%;transform:rotate(45deg)}.circle-bar .before{border-bottom-color:transparent;border-left-color:transparent;transform:rotate(45deg)}.circle-bar .after{border-color:#14c4ff;border-top-color:transparent;border-right-color:transparent;transform:rotate(45deg)}.circle-bar.bg50 .after{z-index:10;border-bottom-color:inherit;border-left-color:inherit;transform:rotate(45deg)}.lp-quiz-buttons .complete-quiz,.lp-quiz-buttons .back-quiz,.lp-quiz-buttons .review-quiz{float:right}.quiz-result .result-grade{display:flex;flex-direction:column;position:relative;box-sizing:border-box;height:200px;margin-bottom:30px;padding:50px;justify-content:center;align-items:center;-webkit-transform:none !important;-moz-transform:none !important;-ms-transform:none !important;-o-transform:none !important;transform:none !important}.quiz-result .result-grade::before,.quiz-result .result-grade svg{position:absolute;top:0;left:50%;width:200px;height:200px;margin-left:-100px;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}.quiz-result .result-grade::before{box-sizing:border-box;padding:30px;border:10px solid #ccc;content:""}.quiz-result .result-grade svg{-webkit-transform:rotate(-90deg);-moz-transform:rotate(-90deg);-ms-transform:rotate(-90deg);-o-transform:rotate(-90deg);transform:rotate(-90deg)}.quiz-result .result-grade svg circle{stroke:var(--lp-primary-color)}.quiz-result.passed .result-grade svg{-webkit-transform:rotate(-90deg);-moz-transform:rotate(-90deg);-ms-transform:rotate(-90deg);-o-transform:rotate(-90deg);transform:rotate(-90deg)}.quiz-result.passed .result-grade .result-achieved{color:#333}.quiz-result.passed .result-grade .result-message strong{color:#4caf50}.quiz-questions .question{margin-bottom:60px}.question .answer-option{padding:0;_border:2px solid #d9e0f1;background:#fff}.question .answer-option input[type=radio],.question .answer-option input[type=checkbox]{position:absolute;top:50%;margin:-19px 0 0 10px;border-color:#d9e0f1;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.question .answer-option input[type=radio]::after,.question .answer-option input[type=checkbox]::after{border-color:#d9e0f1}.question .answer-option input[type=radio]:disabled,.question .answer-option input[type=checkbox]:disabled{border-color:#ddd;background:#f9f9f9}.question .answer-option input[type=radio]:disabled::after,.question .answer-option input[type=checkbox]:disabled::after{border-color:#ddd}.question .answer-option input[type=radio]:checked:not(:disabled)::after,.question .answer-option input[type=checkbox]:checked:not(:disabled)::after{border-color:#99aee4}.question .answer-option input[type=radio]{-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}.question .answer-option input[type=radio]::before{border-radius:50%}.question .answer-option .option-title{display:flex;width:100%;margin:0;padding:14px 10px 11px 65px;border:1px solid #ccc;color:#666;background:#fff;font-size:16px;font-weight:300;line-height:26px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.question .answer-option .option-title::after{display:inline-block;visibility:hidden !important;content:"."}.question .answer-option .option-title:hover{background:#f9f9f9}.question .answer-option .option-title::before{display:none}.question .answer-option.answer-correct .option-title{border-color:#4caf50}.question .answer-option.answered-wrong .option-title{border-color:#ff6423}.question .question-title{display:block;margin-top:0;margin-bottom:18px;color:#333;font-size:18px;font-weight:500}.question .question-title .edit-link{float:right;font-size:14px;font-weight:normal}.question .question-content{margin-bottom:30px;color:#666;font-size:16px;font-weight:300;line-height:26px}.question .question-content img{width:100%;max-width:100%}.question .question-response{margin-bottom:10px;font-size:14px}.question .question-response .label{display:inline-block;margin:0 5px 0 0;padding:8px 10px;border-radius:4px;color:#fff;line-height:1}.question .question-response .point{display:inline-block}.question .question-response.correct .label{background:#4caf50}.question .question-response.incorrect .label{background:#ff6423}.question .question-index{display:inline-block;margin:0 5px 0 0}.question .btn-show-hint{position:relative;margin:0 0 0 10px;padding:0;outline:0;color:#00adff;background:transparent;font-size:0;text-decoration:none}.question .btn-show-hint::before{font-family:"Font Awesome 5 Free";font-size:18px;content:"\f059"}.question .btn-show-hint:hover span{position:absolute;bottom:100%;left:0;width:auto;padding:6px 9px;border-radius:2px;color:#333;background:#eee;font-size:14px;font-weight:400;line-height:1;white-space:nowrap;text-transform:none}.question.question-fill_in_blanks .blanks .blank-input-wrap{display:inline-block}.question.question-fill_in_blanks .blanks .blank-block{margin-bottom:20px}.question.question-fill_in_blanks .blanks .blank-input{display:inline-block;width:auto;min-width:50px;margin:0 10px;padding:0 10px;border:0;border-bottom:1px dashed #ddd;text-align:center;white-space:nowrap}.question.question-fill_in_blanks .blanks .blank-input br{display:none}.question.question-fill_in_blanks .blanks .blank-input>*{display:inline;white-space:nowrap}.question.question-fill_in_blanks .blanks .blank-select{display:inline-block;height:30px;margin-left:4px;padding:1px}.question.question-fill_in_blanks .blanks .blank-fills{display:inline-block}.question.question-fill_in_blanks .blanks .blank-fills code{margin:0 5px;padding:0 6px;background:#ddd;line-height:1;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.question.question-fill_in_blanks .blanks.ordered{list-style-position:inside}.question.question-fill_in_blanks .blanks.one-paragraph{line-height:3}.lp-sort-bg label.option-title{background:rgba(255,182,6,0.68) !important}.learn-press-message.fixed{position:fixed;top:32px;left:0;right:0;background:rgba(0,173,255,0.6);text-align:center;z-index:100;color:#FFF;padding:10px}.learn-press-message.fixed[data-delay-in]{display:none}.lp-archive-courses ul{list-style-type:revert;padding:0 0 23px 1em}.lp-archive-courses ul.learn-press-breadcrumb,.lp-archive-courses ul.course-nav-tabs{list-style:none;padding:0}@media(max-width:768px){.lp-archive-courses ul.learn-press-breadcrumb,.lp-archive-courses ul.course-nav-tabs{padding-left:15px;padding-right:15px}}.lp-archive-courses ul,.lp-archive-courses ol{list-style-type:decimal;list-style-position:inside;padding:0 0 23px}.lp-archive-courses ol ul{padding:2px 0 2px 35px}.lp-archive-courses ol ol{padding:2px 0 2px 20px}.lp-archive-courses thead th,.lp-archive-courses tr th{padding:9px 24px}.lp-archive-courses tr td{border-top:1px solid #eee;padding:6px 24px}.learnpress #left-area ul,.learnpress .entry-content ul,.learnpress .et-l--body ul,.learnpress .et-l--footer ul,.learnpress .et-l--header ul{padding:0 !important;list-style:none !important}.learnpress.dt-the7 .learn-press-filters{margin-bottom:20px}.learnpress.dt-the7 .learn-press-courses[data-size="3"] .course{width:50%}.bridge.learnpress .lp-archive-courses{margin-top:100px}.bridge.learnpress .lp-archive-courses ul.learn-press-breadcrumb{padding-top:45px}.bridge.learnpress .content{z-index:110}.bridge.learnpress .comment-respond .comment-form{margin:0}.bridge.learnpress .comment-respond .comment-form>p,.bridge.learnpress .comment-respond .comment-form>div{padding:0}.bridge.learnpress.learnpress-profile .content{z-index:100}.bridge.learnpress #learn-press-item-comments{background:#f6f6f6}.learnpress.ast-separate-container .ast-article-single{padding-left:15px;padding-right:15px}body.learnpress-page.twentysixteen #primary .lp-entry-content{float:none;width:auto;margin:0 15%}body.learnpress-page.twentyfifteen .course-summary-sidebar .widget{width:100%;padding:0}body.learnpress-page.twentysixteen .entry-footer{display:none}body.learnpress-page.twentysixteen .lp-entry-content{float:none;width:auto}body.learnpress-page.twentyseventeen #primary article.type-page{width:100%}@media screen and (min-width:61.5625em){body.twentysixteen.learnpress-page .entry-footer{display:none}body.twentysixteen.learnpress-page .lp-entry-content{float:none;width:auto}body:not(.search-results) article:not(.type-page) .entry-footer{display:none}body:not(.search-results) article:not(.type-page) .lp-entry-content{float:none;width:auto}}body.twentyseventeen.learnpress-page #primary article.page .entry-header,body.twentyseventeen.learnpress-page #primary article.page .lp-entry-content{width:100%;float:none}@media screen and (min-width:48em){body.twentyseventeen.learnpress-page #primary article.page .entry-header,body.twentyseventeen.learnpress-page #primary article.page .lp-entry-content{width:100%;float:none}}.learn-press-tip{display:none;margin:0 5px;color:#444;font-size:13px;font-style:normal;line-height:1;vertical-align:baseline;cursor:pointer}.learn-press-tip.ready{display:inline-block}.learn-press-tip::before{font-family:"Font Awesome 5 Free";content:"\f059"}.learn-press-tip:hover{opacity:.8}.learn-press-tip-floating{position:absolute;z-index:9999999;min-width:20px;margin-left:-1px;padding:.618em 1em;color:#fff;background:#383838;font-size:12px;line-height:1.2em;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.learn-press-tip-floating>*{font-size:12px}.learn-press-tip-floating .close{display:inline-block;position:absolute;top:-8px;right:-8px;width:16px;height:16px;border:1px solid #fff;color:#fff;background:#468fbc;line-height:16px;text-align:center;cursor:pointer;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}.learn-press-tip-floating .close::before{font-family:"Font Awesome 5 Free";content:"\f00d"}.learn-press-tip-floating p{margin:0}.learn-press-tip-floating::before{position:absolute;bottom:-6px;left:50%;width:0;height:0;margin-left:-6px;border:6px solid transparent;border-top-color:#383838;border-bottom-width:0;content:""}body.lp-preview.admin-bar #learn-press-content-item{top:32px !important}body.lp-preview #learn-press-course-curriculum{display:none}body.lp-preview #learn-press-content-item{top:0 !important;left:0 !important}@-webkit-keyframes rotating4{from{-webkit-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes rotating4{from{-ms-transform:rotate(0);-moz-transform:rotate(0);-webkit-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0)}to{-ms-transform:rotate(360deg);-moz-transform:rotate(360deg);-webkit-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes animation4{from{left:-40%;width:40%}to{left:100%;width:10%}}@keyframes animation4{from{left:-40%;width:40%}to{left:100%;width:10%}}#popup_container{opacity:0;transform:scale(0.5)}body.confirm #popup_overlay{z-index:999998 !important}body.confirm #popup_container{z-index:999999 !important;max-width:90% !important;min-width:300px !important;padding:10px !important;background:#f5f5f5;transition:opacity .25s;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}body.confirm #popup_container #popup_title{display:none !important}body.confirm #popup_container #popup_message{margin:-10px;background:#FFF;padding:20px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}body.confirm #popup_container .close{position:absolute;top:3px;right:10px}body.confirm #popup_container #popup_panel{margin-top:20px;text-align:center}body.confirm #popup_container #popup_panel button,body.confirm #popup_container #popup_panel input[type=button],body.confirm #popup_container #popup_panel input[type=submit]{height:30px;line-height:30px;padding:0 25px}body.confirm #popup_container #popup_cancel{display:none}body.confirm #popup_container.ready{opacity:1;transform:scale(1)}a{text-decoration:none}.lp-content-area{width:100%;max-width:1170px;margin:0 auto}@media(max-width:1024px){.lp-content-area{padding-right:15px;padding-left:15px}}.lp-content-area::after,.lp-content-area::before{display:table;clear:both;content:""}.lp-archive-courses{width:100%;scroll-margin:30px}.lp-archive-courses.loading ul.learn-press-courses{position:relative}.lp-archive-courses.loading ul.learn-press-courses::before,.lp-archive-courses.loading ul.learn-press-courses::after{content:"";position:absolute;top:0;bottom:0;left:15px;right:15px}.lp-archive-courses.loading ul.learn-press-courses::after{z-index:3;background:#f3f3f3;background:linear-gradient(90deg,hsla(0,0%,74.5%,0.2) 25%,hsla(0,0%,50.6%,0.24) 37%,hsla(0,0%,74.5%,0.2) 63%);background-size:400% 100%;list-style:none;animation:lp-skeleton-loading 1.4s ease infinite}.lp-archive-courses.loading ul.learn-press-courses::before{z-index:2;opacity:.8%;background:#fff}.lp-archive-courses form[name=search-course]{position:relative;margin-bottom:20px}.lp-archive-courses form[name=search-course] .search-course-input{width:100%;padding:12px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.lp-archive-courses form[name=search-course] .search-course-button{position:absolute;top:1px;right:1px;bottom:1px;height:auto;padding:15px;line-height:1px}.lp-archive-courses .learn-press-courses-header{float:left;padding-top:4px}.lp-archive-courses .learn-press-courses-header h1{margin:0;font-size:30px;font-weight:600}@media(max-width:767px){.lp-archive-courses .learn-press-courses-header{margin-bottom:20px}}.lp-archive-courses .course-item{flex-direction:column;display:flex;transition:all .3s}.lp-archive-courses .course-item:hover .course-thumbnail .thumbnail::before{opacity:1}.lp-archive-courses .course-item:hover .course-thumbnail a img{transform:scale(1.05)}.lp-archive-courses .course-item:hover .course-wishlist{opacity:1}.lp-archive-courses .course-item .course-wishlist.filled{opacity:1}.lp-archive-courses .course-item .course-instructor{float:left;margin-bottom:10px;font-size:14px;font-weight:300;line-height:25px;text-transform:capitalize}.lp-archive-courses .course-item .course-instructor a{color:#059de9}.lp-archive-courses .course-item .course-instructor a:hover{color:var(--lp-primary-color)}.lp-archive-courses .course-content{position:relative;border-top:0}.lp-archive-courses .course-content .course-permalink{display:-webkit-box;clear:both;overflow:hidden;position:relative;border:0;color:#fff;text-decoration:none;text-transform:none;-webkit-line-clamp:2;-webkit-box-orient:vertical;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.lp-archive-courses .course-content .course-permalink:focus{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.lp-archive-courses .course-content .course-review{display:none}.lp-archive-courses .course-content .course-categories,.lp-archive-courses .course-content .course-tags{display:block;font-size:14px;font-weight:300}.lp-archive-courses .course-content .course-categories{float:left;position:relative;margin-right:10px;margin-bottom:10px}.lp-archive-courses .course-content .course-categories a{display:inline-block;display:none;margin:0 10px;color:#fff;text-decoration:none}.lp-archive-courses .course-content .course-categories a:first-child{display:block;margin-left:0;padding:2px 16px;background:var(--lp-primary-color)}.lp-archive-courses .course-content .course-categories a:hover{color:#333}.lp-archive-courses .course-content .course-info{color:#666;font-size:14px;font-weight:300}.lp-archive-courses .course-content .course-info>span{display:block}.lp-archive-courses .course-content .course-info .course-price{float:right}.lp-archive-courses .course-content .course-info .course-price .origin-price,.lp-archive-courses .course-content .course-info .course-price .price{color:#333;font-size:16px;font-weight:600}.lp-archive-courses .course-content .course-info .course-price .origin-price{margin-right:10px;color:#666;font-size:14px;font-weight:300;text-decoration:line-through}.lp-archive-courses .course-content .course-info .course-instructor{float:right}.lp-archive-courses .course-content .course-info::after{display:block;clear:both;content:""}.lp-archive-courses .course-content .course-excerpt{display:-webkit-box;overflow:hidden;margin-bottom:20px;color:#666;font-size:16px;font-weight:300;line-height:26px;-webkit-line-clamp:2;-webkit-box-orient:vertical}.lp-archive-courses .course-content .separator{display:none}.lp-archive-courses .course-wrap-thumbnail{overflow:hidden;position:relative}.lp-archive-courses .course-wrap-thumbnail .lp-badge.featured{position:absolute;z-index:100;top:28px;left:-110px;width:300px;text-align:center;transform:rotate(-45deg)}.lp-archive-courses .course-wrap-thumbnail .course-wishlist{position:absolute;z-index:2;top:6px;right:6px;opacity:0;color:#fff;cursor:pointer}.lp-archive-courses .course-wrap-thumbnail .course-wishlist::before{font-family:"Font Awesome 5 Free";font-weight:900;content:"\f004"}.lp-archive-courses .course-wrap-thumbnail .course-wishlist .course-wishlist__btn{display:none}.lp-archive-courses .course-wrap-thumbnail .course-wishlist:hover{color:var(--lp-primary-color)}.lp-archive-courses .course-wrap-thumbnail:hover::before{opacity:1}.lp-archive-courses .course-wrap-thumbnail:hover .course-thumbnail a img{transform:scale(1.05)}.lp-archive-courses .course-wrap-thumbnail:hover .course-wishlist{opacity:1}.lp-archive-courses .course-thumbnail a{display:block;overflow:hidden}.lp-archive-courses .course-thumbnail .thumbnail{margin:0;padding:0;border:0;border-radius:unset;line-height:unset}.lp-archive-courses .course-thumbnail img{display:block;width:100%;height:auto;transition:all .5s ease;transform:scale(1);max-width:unset !important}.lp-archive-courses .course-title{margin:0;padding:0;color:#333;font-size:16px;font-weight:600;line-height:24px}.lp-archive-courses .course-title:hover{color:var(--lp-primary-color)}@media(min-width:769px){.lp-archive-courses .course-summary-content .course-info-left{width:calc(100% - 330px)}}.lp-archive-courses .course-summary-content .course-title{margin-bottom:20px;border-bottom:1px solid rgba(255,255,255,0.1);color:#fff;font-size:1.5rem;font-weight:500;line-height:1;padding-bottom:20px}.lp-archive-courses .course-summary-content .course-meta.course-meta-secondary{margin-bottom:0}.lp-archive-courses .course-summary-content .course-meta.course-meta-secondary .course-meta__pull-left .meta-item{height:auto;margin-right:35px}.lp-archive-courses .course-summary-content .course-meta.course-meta-secondary .course-meta__pull-left .meta-item:last-child{margin-right:0}@media(max-width:768px){.lp-archive-courses .course-summary-content{width:100%}}.lp-archive-courses .course-detail-info{padding:30px 0 20px 0;color:#fff;background:var(--lp-secondary-color);position:relative}.lp-archive-courses .course-detail-info::before,.lp-archive-courses .course-detail-info::after{content:"";width:50%;height:100%;background:var(--lp-secondary-color);position:absolute;top:0}.lp-archive-courses .course-detail-info::before{right:100%;left:auto}.lp-archive-courses .course-detail-info::after{left:100%;right:auto}.lp-archive-courses .course-meta__pull-left .meta-item{display:flex;height:46px;margin-right:50px;font-size:16px;font-weight:300;text-transform:capitalize}.lp-archive-courses .course-meta__pull-left .meta-item span{padding-right:4px;padding-left:0}.lp-archive-courses .course-meta__pull-left .meta-item:last-child{margin-right:0}.lp-archive-courses .course-meta__pull-left .meta-item::before{margin-right:8px;color:var(--lp-primary-color);font-family:"Font Awesome 5 Free";font-weight:900}.lp-archive-courses .course-meta__pull-left .meta-item .meta-item__image{margin-right:10px;flex:0 0 46px}.lp-archive-courses .course-meta__pull-left .meta-item .meta-item__image img{overflow:hidden;position:relative;width:46px;height:46px;border-radius:50%}.lp-archive-courses .course-meta__pull-left .meta-item.meta-item-duration::before{content:"\f017"}.lp-archive-courses .course-meta__pull-left .meta-item.meta-item-level::before{content:"\f012"}.lp-archive-courses .course-meta__pull-left .meta-item.meta-item-lesson::before{content:"\f0c5"}.lp-archive-courses .course-meta__pull-left .meta-item.meta-item-quiz::before{content:"\f12e"}.lp-archive-courses .course-meta__pull-left .meta-item.meta-item-student::before{content:"\f501"}@media(max-width:1024px){.lp-archive-courses .course-meta__pull-left .meta-item{margin-right:30px}}@media(max-width:767px){.lp-archive-courses .course-meta__pull-left .meta-item{margin-right:0}}.lp-archive-courses .course-meta__pull-left .meta-item__value label{margin:0;color:#999;font-size:14px;font-weight:300;line-height:1.5}.lp-archive-courses .course-meta__pull-left .meta-item__value>div{line-height:1.5}.lp-archive-courses .course-meta__pull-left .meta-item__value>div a{color:#fff;font-size:16px;font-weight:400;text-transform:capitalize}.lp-archive-courses .course-meta__pull-left .meta-item__value>div a:hover{color:var(--lp-primary-color)}.lp-archive-courses .course-meta__pull-left .meta-item-categories{align-items:center}.lp-archive-courses .course-meta__pull-left .meta-item-categories::before{margin-right:10px;font-size:36px;content:"\f02e"}.lp-archive-courses .course-meta__pull-left .meta-item-categories .meta-item__value div span{padding:0 5px}.lp-archive-courses .course-meta__pull-left .meta-item-categories .meta-item__value div a:hover{color:var(--lp-primary-color)}.lp-archive-courses .course-meta__pull-left .meta-item-review .meta-item__value{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:flex-end}.lp-archive-courses .course-meta__pull-left .meta-item-review .meta-item__value .review-stars-rated{margin-bottom:0;line-height:1}@media(max-width:767px){.lp-archive-courses .course-meta__pull-left{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:20px}}.lp-archive-courses .course-meta-primary{margin-bottom:30px}.lp-archive-courses .course-meta-primary .meta-item-categories::before{font-weight:400}.lp-archive-courses .lp-entry-content{display:flex;flex-direction:row}.lp-archive-courses .lp-entry-content .entry-content-left{width:calc(100% - 300px);max-width:100%;margin:0;padding-right:40px;padding-top:60px}@media(max-width:768px){.lp-archive-courses .lp-entry-content .entry-content-left{width:100%;padding-right:0;margin-bottom:50px}}@media(max-width:768px){.lp-archive-courses .lp-entry-content{flex-direction:column}}.lp-archive-courses .course-summary-sidebar{width:300px;max-width:100%;margin-top:-190px}@media(max-width:768px){.lp-archive-courses .course-summary-sidebar{width:100%;margin-top:0}.lp-archive-courses .course-summary-sidebar .course-summary-sidebar__inner{width:100%}}@media(max-width:767px){.lp-archive-courses .course-summary-sidebar{width:100%;padding-left:0}}.lp-archive-courses .course-summary-sidebar__inner{width:300px}.lp-archive-courses .course-summary-sidebar__inner .course-sidebar-top{box-shadow:0 15px 20px 0 rgba(0,0,0,0.05)}.lp-archive-courses .course-summary-sidebar__inner .course-sidebar-secondary{margin-top:30px;padding:0}.lp-archive-courses .course-summary-sidebar__inner .learn-press-course-wishlist{color:#fff;background:transparent !important;font-size:0}.lp-archive-courses .course-summary-sidebar__inner .learn-press-course-wishlist.on,.lp-archive-courses .course-summary-sidebar__inner .learn-press-course-wishlist:hover{color:var(--lp-primary-color)}.lp-archive-courses .course-summary-sidebar__inner .learn-press-course-wishlist::before{font-family:"Font Awesome 5 Free";font-size:16px;font-weight:900;content:"\f004"}.lp-archive-courses .course-summary-sidebar__inner>div{overflow:hidden;padding:20px;background:#fff}.lp-archive-courses .course-summary-sidebar__inner>div ul{list-style:none}.lp-archive-courses .course-summary-sidebar__inner>div ul li a{color:#666;font-size:16px;font-weight:300;line-height:24px}.lp-archive-courses .course-summary-sidebar__inner>div ul li a:hover{color:var(--lp-primary-color);box-shadow:unset}.learn-press-courses{clear:both;margin:0 -15px;padding:0 !important;min-height:300px;list-style:none;position:relative;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-moz-flex;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap}.learn-press-courses .course{width:25%;margin:0 0 40px 0;box-shadow:none;list-style:none}.learn-press-courses[data-layout=list]{margin:0}.learn-press-courses[data-layout=list] .course{display:flex;width:100%;border:1px solid rgba(204,204,204,0.3);flex-wrap:wrap;justify-content:flex-end}.learn-press-courses[data-layout=list] .course-item{flex-direction:row;width:100%;border:unset;align-items:center}@media(max-width:767px){.learn-press-courses[data-layout=list] .course-item{flex-direction:column}}.learn-press-courses[data-layout=list] .course-content{padding:10px 25px}.learn-press-courses[data-layout=list] .course-content .course-categories a{position:relative;padding:2px 20px 2px 15px;-webkit-clip-path:polygon(0 0,100% 0,88% 50%,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,88% 50%,100% 100%,0 100%);line-height:1.3em}.learn-press-courses[data-layout=list] .course-content .course-permalink{height:25px;margin-bottom:5px;-webkit-line-clamp:1}.learn-press-courses[data-layout=list] .course-content .course-tags a{margin:0 10px 10px 0;padding:3px 5px;border-radius:3px;color:#fff;background:#e4a2a2;line-height:1}.learn-press-courses[data-layout=list] .course-content .course-footer{float:left;margin-right:20px}.learn-press-courses[data-layout=list] .course-content .course-footer .course-students{display:none}.learn-press-courses[data-layout=list] .course-content .course-footer .course-price{float:unset}@media(max-width:767px){.learn-press-courses[data-layout=list] .course-content .course-footer{margin-bottom:30px}}.learn-press-courses[data-layout=list] .course-content .course-readmore{float:right;position:relative;right:4px}.learn-press-courses[data-layout=list] .course-content .course-readmore a{padding:9px 24px;border-radius:3px;color:#fff;background:var(--lp-primary-color);font-weight:400;line-height:1;transition:all .3s;display:block}.learn-press-courses[data-layout=list] .course-content .course-readmore a:hover{opacity:.5;background:var(--lp-primary-color)}@media(max-width:767px){.learn-press-courses[data-layout=list] .course-content .course-readmore{display:flex;float:unset;clear:both}}.learn-press-courses[data-layout=list] .course-wrap-meta{display:flex;padding-top:10px;padding-bottom:15px;color:#333;font-size:14px;font-weight:400}.learn-press-courses[data-layout=list] .course-wrap-meta .meta-item{padding-right:28px;text-transform:capitalize}@media(max-width:1024px){.learn-press-courses[data-layout=list] .course-wrap-meta .meta-item{padding-right:20px}}.learn-press-courses[data-layout=list] .course-wrap-meta .meta-item::before{position:relative;top:-1px;margin-right:8px;color:var(--lp-primary-color);font-family:"Font Awesome 5 Free";font-weight:900}.learn-press-courses[data-layout=list] .course-wrap-meta .meta-item-level::before{content:"\f012"}.learn-press-courses[data-layout=list] .course-wrap-meta .meta-item-duration::before{content:"\f017"}.learn-press-courses[data-layout=list] .course-wrap-meta .meta-item-lesson::before{content:"\f0c5"}.learn-press-courses[data-layout=list] .course-wrap-meta .meta-item-quiz::before{content:"\f12e"}.learn-press-courses[data-layout=list] .course-wrap-meta .meta-item-student::before{content:"\f501"}@media(max-width:815px){.learn-press-courses[data-layout=list] .course-wrap-meta{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:15px}.learn-press-courses[data-layout=list] .course-wrap-meta .meta-item{padding-right:15px}}@media(max-width:767px){.learn-press-courses[data-layout=list] .course-wrap-meta{grid-template-columns:repeat(3,1fr)}}.learn-press-courses[data-layout=list] .course-wrap-thumbnail{width:35%}.learn-press-courses[data-layout=list] .course-content{width:65%}@media(max-width:767px){.learn-press-courses[data-layout=list] .course-wrap-thumbnail,.learn-press-courses[data-layout=list] .course-content{width:100%}}.learn-press-courses[data-layout=list] .course-title{font-size:18px}.learn-press-courses[data-layout=grid] .course{padding:0 15px}@media(max-width:992px){.learn-press-courses[data-layout=grid] .course{width:50%}}@media(max-width:767px){.learn-press-courses[data-layout=grid] .course{width:100%}}.learn-press-courses[data-layout=grid] .course-item:hover{box-shadow:0 15px 20px 0 rgba(0,0,0,0.2)}.learn-press-courses[data-layout=grid] .course-item .course-instructor{margin-bottom:7px}.learn-press-courses[data-layout=grid] .course-content{padding:15px 20px 12px 20px;border:1px solid #f0f0f0;border-top:0;flex-grow:1}.learn-press-courses[data-layout=grid] .course-content .course-categories{float:right;position:absolute;z-index:1;top:-50px;right:-1px;margin-right:0}.learn-press-courses[data-layout=grid] .course-content .course-categories::after{display:none}.learn-press-courses[data-layout=grid] .course-content .course-categories a{position:relative;margin:0;padding:2px 12px 2px 22px;-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%,12px 50%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%,12px 50%)}.learn-press-courses[data-layout=grid] .course-content .course-permalink{height:48px;margin-bottom:20px}.learn-press-courses[data-layout=grid] .course-content .course-info{display:flex;flex-direction:column;flex-grow:1}.learn-press-courses[data-layout=grid] .course-content .course-wrap-meta,.learn-press-courses[data-layout=grid] .course-content .course-excerpt,.learn-press-courses[data-layout=grid] .course-content .course-readmore{display:none}.learn-press-courses[data-layout=grid] .course-content .separator{display:block;border-top:1px solid rgba(153,153,153,0.2);margin-left:-20px;margin-right:-20px}.learn-press-courses[data-layout=grid] .course-content .course-footer{padding-top:18px}.learn-press-courses[data-layout=grid] .course-content .course-footer .course-students{float:left;text-transform:capitalize}.learn-press-courses[data-layout=grid] .course-content .course-footer .course-students::before{position:relative;top:-1px;margin-right:8px;color:var(--lp-primary-color);font-family:"Font Awesome 5 Free";font-weight:900;content:"\f501"}.learn-press-courses[data-layout=grid] .learn-press-message{margin-left:15px;margin-right:15px}.learn-press-courses[data-size="3"] .course{width:33.3333%}@media(max-width:767px){.learn-press-courses[data-size="3"] .course{width:100%}}.learn-press-courses .lp-archive-course-skeleton{position:absolute;height:100%;background:linear-gradient(90deg,hsla(0,0%,74.5%,0.2) 25%,hsla(0,0%,50.6%,0.24) 37%,hsla(0,0%,74.5%,0.2) 63%);animation:lp-skeleton-loading 1.4s ease infinite;background-size:400% 100%}.learn-press-courses .lp-archive-course-skeleton li{display:none}.lp-courses-bar{display:flex;float:right;margin-bottom:40px}@media(max-width:767px){.lp-courses-bar{flex-direction:row;width:100%;justify-content:space-between}}.lp-courses-bar .search-courses{position:relative;width:306px;max-width:100%;margin-right:20px;line-height:1;flex:1}.lp-courses-bar .search-courses input[type=text]{width:100%;padding:0 30px 10px 0;border:0;border-bottom:1px solid #ccc;border-radius:0;background:#fff;font-size:14px;line-height:1}.lp-courses-bar .search-courses input[type=text]:focus{border-color:var(--lp-primary-color);outline:0}.lp-courses-bar .search-courses button{position:absolute;top:50%;right:0;width:30px;height:30px;padding:0;border:0;color:#333 !important;background:transparent !important;font-size:16px;line-height:1;transform:translate(0,-50%)}.lp-courses-bar .search-courses button:focus{border:0;outline:0}.lp-courses-bar .search-courses button.loading>i::before{display:inline-block;font-family:"Font Awesome 5 Free";font-weight:900;content:"\f110";-webkit-animation:lp-rotating 1s linear infinite;-moz-animation:lp-rotating 1s linear infinite;animation:lp-rotating 1s linear infinite}.lp-courses-bar .search-courses ::-webkit-input-placeholder{color:#999}.lp-courses-bar .search-courses :-ms-input-placeholder{color:#999}.lp-courses-bar .search-courses ::placeholder{color:#999}@media(max-width:767px){.lp-courses-bar .search-courses{width:100%}}.lp-courses-bar .switch-layout{display:flex;line-height:1;text-align:right;flex:0 0 32px;align-items:center;justify-content:center}.lp-courses-bar .switch-layout input[type=radio]{display:none}.lp-courses-bar .switch-layout .switch-btn{display:block;width:32px;height:32px;margin:0;padding:0;font-size:16px;line-height:32px;text-align:center;cursor:pointer}.lp-courses-bar .switch-layout .switch-btn::before{display:inline-block;margin:8px 6px;color:#333;font-family:"Font Awesome 5 Free";font-weight:900;line-height:1}.lp-courses-bar .switch-layout .switch-btn.grid::before{content:"\f00a"}.lp-courses-bar .switch-layout .switch-btn.list{margin-left:3px}.lp-courses-bar .switch-layout .switch-btn.list::before{content:"\f03a"}input[type=radio]:nth-child(1):checked ~ .switch-btn:nth-child(2)::before{color:var(--lp-primary-color)}input[type=radio]:nth-child(3):checked ~ .switch-btn:nth-child(4)::before{color:var(--lp-primary-color)}input[type=radio]:nth-child(5):checked ~ .switch-btn:nth-child(6)::before{color:var(--lp-primary-color)}input[type=radio]:nth-child(7):checked ~ .switch-btn:nth-child(8)::before{color:var(--lp-primary-color)}input[type=radio]:nth-child(9):checked ~ .switch-btn:nth-child(10)::before{color:var(--lp-primary-color)}input[type=radio]:nth-child(11):checked ~ .switch-btn:nth-child(12)::before{color:var(--lp-primary-color)}input[type=radio]:nth-child(13):checked ~ .switch-btn:nth-child(14)::before{color:var(--lp-primary-color)}input[type=radio]:nth-child(15):checked ~ .switch-btn:nth-child(16)::before{color:var(--lp-primary-color)}input[type=radio]:nth-child(17):checked ~ .switch-btn:nth-child(18)::before{color:var(--lp-primary-color)}input[type=radio]:nth-child(19):checked ~ .switch-btn:nth-child(20)::before{color:var(--lp-primary-color)}.lp_allow_repuchase_select{padding:20px;background:#f7f7f7}.lp_allow_repuchase_select>ul{padding:0;list-style:none}.lp_allow_repuchase_select>a{display:inline-block;margin-top:10px;color:#fff;background-color:#222}.comment-respond .comment-reply-title{font-size:30px;font-weight:500;line-height:1.2;margin-bottom:15px}.comment-respond .comment-form{margin:0 -15px}.comment-respond .comment-form>p label{display:block;margin-bottom:10px;font-size:16px;font-weight:500}.comment-respond .comment-form>p.comment-notes,.comment-respond .comment-form>p.logged-in-as{color:#666;font-size:16px}.comment-respond .comment-form>p.logged-in-as a{color:#666;text-decoration:underline}.comment-respond .comment-form>p.logged-in-as a:hover,.comment-respond .comment-form>p.logged-in-as a:focus{color:var(--lp-primary-color)}.comment-respond .comment-form>p.comment-form-cookies-consent{clear:both}.comment-respond .comment-form>p.comment-form-cookies-consent input{padding:0;margin-right:8px}.comment-respond .comment-form>p.comment-form-cookies-consent label{display:inline}.comment-respond .comment-form>p,.comment-respond .comment-form>div{padding:0 15px;margin-bottom:15px}.comment-respond .comment-form input[type=text],.comment-respond .comment-form input[type=email],.comment-respond .comment-form input[type=url]{height:40px;line-height:normal;width:100% !important;margin-bottom:15px}.comment-respond .comment-form input[type=submit]{background-color:var(--lp-primary-color);border:0;min-height:40px;line-height:40px;padding:0 15px;font-size:16px;text-transform:capitalize;font-weight:500;margin-top:15px;cursor:pointer;color:white}.comment-respond .comment-form .comment-form-author,.comment-respond .comment-form .comment-form-email,.comment-respond .comment-form .comment-form-url{width:33.33%;float:left}@media(max-width:575px){.comment-respond .comment-form .comment-form-author,.comment-respond .comment-form .comment-form-email,.comment-respond .comment-form .comment-form-url{width:100%;float:unset}}.comment-respond .comment-form textarea,.comment-respond .comment-form input{border:1px solid #ccc;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;max-width:100%}.comment-respond .comment-form textarea{width:100%;display:block;padding:20px 15px;resize:none}.course-summary-sidebar{--lp-button-background-color:#28303d;--lp-button-color:#d1e4dd}.course-summary-sidebar .course-sidebar-preview{margin-bottom:35px;background:#fff}.course-summary-sidebar .lp-course-buttons{margin-bottom:34px}.course-summary-sidebar .lp-course-buttons>*{margin-bottom:10px}.course-summary-sidebar .lp-course-buttons>*:last-child{margin-bottom:0}.course-summary-sidebar .lp-course-buttons form,.course-summary-sidebar .lp-course-buttons button{width:100%;text-decoration:none}.course-summary-sidebar .lp-course-buttons button{font-weight:500;background-color:var(--lp-button-background-color);color:var(--lp-button-color);border:0}.course-summary-sidebar .lp-course-buttons button:hover{border-color:var(--lp-primary-color)}.course-summary-sidebar .lp-course-buttons button.button-enroll-course.loading::before{display:inline-block;font-family:"Font Awesome 5 Free";font-weight:900;content:"\f110";animation:lp-rotating 1s linear infinite}.course-summary-sidebar .lp-course-buttons button ~ .lp-enroll-notice{margin-top:20px;padding:20px;border:2px solid #059601;border-radius:9px;font-size:15px;line-height:1.4}.course-summary-sidebar .lp-course-buttons button ~ .lp-enroll-notice.error{border-color:#d85554}.course-summary-sidebar .course-results-progress .items-progress,.course-summary-sidebar .course-results-progress .course-progress{display:flex;flex-direction:row;margin:0 0 5px;padding:0;justify-content:space-between;flex-wrap:wrap}.course-summary-sidebar .course-results-progress .items-progress__heading,.course-summary-sidebar .course-results-progress .course-progress__heading{margin:0;margin-bottom:7px;padding:0;color:#333;font-size:1rem;font-weight:500;flex:1 1 auto;width:auto}.course-summary-sidebar .course-results-progress .items-progress .learn-press-progress,.course-summary-sidebar .course-results-progress .course-progress .learn-press-progress{clear:both;width:100%}.course-summary-sidebar .course-results-progress .number{display:block;margin:0;color:#666;font-size:16px;font-weight:300;line-height:16px;text-align:right}.course-sidebar-preview .course-price{text-align:center}.course-sidebar-preview .course-price .origin-price{color:var(--lp-primary-color);font-size:1.3em;font-weight:300;font-style:unset}.course-sidebar-preview .course-price .price{color:var(--lp-primary-color);font-size:1.3em;font-weight:500}.course-sidebar-preview .media-preview{overflow:hidden;position:relative;margin:-20px -20px 10px}.course-sidebar-preview .media-preview img{max-width:100%;height:auto;vertical-align:top}.course-sidebar-preview .course-time{margin-bottom:28px;padding-bottom:8px;border-bottom:1px solid rgba(204,204,204,0.3)}.course-sidebar-preview .course-time-row{display:flex;color:#666;font-size:16px;font-weight:300;justify-content:space-between}.course-sidebar-preview .course-time-row strong{color:#333;font-weight:500}.course-sidebar-preview .course-time-row time{color:#666;font-size:1rem;font-weight:300;line-height:24px}.course-sidebar-preview>*:last-child{margin-bottom:0}.learnpress-page .lp-button.secondary{background:#9198ab}.learnpress-page .lp-button.secondary:hover{background:#9ba6c5}.learnpress-page .lp-button:disabled,.learnpress-page .lp-button[disabled]{background:#ddd;pointer-events:none}.learnpress-page:hover{text-decoration:none}#popup-course{display:flex;position:fixed;z-index:99999;top:0;right:0;bottom:0;left:0;background:#fff}#popup-course .back-course{padding-left:30px;padding-right:30px;line-height:70px;background:rgba(255,255,255,0.1);color:#fff}#popup-course .back-course:hover{background:rgba(255,255,255,0.15)}@media(max-width:768px){#popup-course .back-course{background:transparent;opacity:.6;padding-left:15px;padding-right:15px}#popup-course .back-course:hover{background:transparent;opacity:1}}#popup-course #popup-header{display:flex;position:fixed;z-index:100;right:0;left:475px;padding:0;border-bottom:1px solid #d9e0f1;background:var(--lp-secondary-color);-webkit-transition:left .25s;-moz-transition:left .25s;-ms-transition:left .25s;-o-transition:left .25s;transition:left .25s}#popup-course #popup-header .course-title{margin:0;padding:0;line-height:70px;letter-spacing:unset}#popup-course #popup-header .course-title a{display:-webkit-box;overflow:hidden;color:#fff;font-size:16px;font-weight:400;text-overflow:ellipsis;-webkit-line-clamp:1;-webkit-box-orient:vertical}#popup-course #popup-header .course-title a:hover{color:var(--lp-primary-color)}@media(max-width:768px){#popup-course #popup-header .course-title{flex:1}}#popup-course #popup-header .items-progress{display:flex;justify-content:center;align-items:center;column-gap:10px}@media(max-width:768px){#popup-course #popup-header .items-progress{flex:1}}@media(max-width:767px){#popup-course #popup-header .items-progress{padding-bottom:20px;justify-content:end}}#popup-course #popup-header .number{padding-right:10px;color:#fff;font-size:14px;font-weight:300}#popup-course #popup-header .lp-button{display:flex;position:relative;height:40px;margin:9px;border:0;color:#fff;background:var(--lp-primary-color);font-size:14px;font-weight:400;justify-content:center;line-height:40px;align-items:center}#popup-course #popup-header .lp-button:hover{opacity:.8}#popup-course #popup-header .lp-button-back{float:right;margin:9px 10px}#popup-course #popup-header .lp-button-back button::before,#popup-course #popup-header .lp-button-back button::after{content:""}#popup-course #popup-header .lp-button-back button::before{border:1px solid #ddd}#popup-course #popup-header .lp-button-back button::after{border:1px solid #ddd}#popup-course .popup-header__inner{display:flex;width:792px;margin:0 auto;justify-content:space-between;align-items:center;padding-left:15px;padding-right:15px}@media(max-width:1024px){#popup-course .popup-header__inner{width:100%}}@media(max-width:767px){#popup-course .popup-header__inner{flex-direction:column}}#popup-course #popup-sidebar{overflow:auto;position:relative;box-shadow:0 15px 30px 0 rgba(0,0,0,0.1);flex:0 0 475px;-webkit-transition:.25s;-moz-transition:.25s;-ms-transition:.25s;-o-transition:.25s;transition:.25s}#popup-course #popup-sidebar .search-course{display:flex;position:relative;height:70px;background:#f9fafc}#popup-course #popup-sidebar .search-course input[name=s]{display:block;width:100%;margin:6px 0;padding-left:20px;border:0;color:#999;background:transparent;box-shadow:none;font-size:14px;line-height:1;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}#popup-course #popup-sidebar .search-course input[name=s]::-webkit-input-placeholder{color:#999}#popup-course #popup-sidebar .search-course input[name=s]::-moz-placeholder{color:#999}#popup-course #popup-sidebar .search-course input[name=s]:-ms-input-placeholder{color:#999}#popup-course #popup-sidebar .search-course input[name=s]:-moz-placeholder{color:#999}#popup-course #popup-sidebar .search-course input[name=s]::placeholder{color:#999}#popup-course #popup-sidebar .search-course input[name=s]::-webkit-input-placeholder{font-style:italic}#popup-course #popup-sidebar .search-course input[name=s]::-moz-placeholder{font-style:italic}#popup-course #popup-sidebar .search-course input[name=s]:-ms-input-placeholder{font-style:italic}#popup-course #popup-sidebar .search-course input[name=s]:-moz-placeholder{font-style:italic}#popup-course #popup-sidebar .search-course input[name=s]::placeholder{font-style:italic}#popup-course #popup-sidebar .search-course input[name=s]:focus{outline:0;color:#222}#popup-course #popup-sidebar .search-course button{position:absolute;top:0;right:10px;width:16px;height:70px;margin:0 10px;padding:0;border:0;background:transparent;line-height:1px}#popup-course #popup-sidebar .search-course button::before{color:#666;font-family:"Font Awesome 5 Free";font-size:16px;font-weight:900;content:"\f002"}#popup-course #popup-sidebar .search-course button.clear{display:none}#popup-course #popup-sidebar .search-course button.clear::before{content:"\f00d"}#popup-course #popup-sidebar .search-course .search-results{display:none;overflow:auto;position:fixed;z-index:99999999;top:92px;bottom:0;left:0;width:400px;margin:0;border-top-color:transparent;border-right:1px solid #d9e0f1;background:#fbfcff}#popup-course #popup-sidebar .search-course .search-results .search-results__item{border-bottom:1px solid #d9e0f1;background:#fff}#popup-course #popup-sidebar .search-course .search-results .search-results__item img{position:absolute;left:10px;width:40px;height:40px}#popup-course #popup-sidebar .search-course .search-results .search-results__item a{display:-webkit-box;overflow:hidden;position:relative;box-sizing:content-box;height:40px;padding:10px 10px 10px 60px;color:#777;text-overflow:ellipsis;-webkit-line-clamp:1;-webkit-box-orient:vertical}#popup-course #popup-sidebar .search-course .search-results .search-results__item:hover{background:#d9e0f1}#popup-course #popup-sidebar .search-course .search-results .search-results__item-title{overflow:hidden;margin:0 0 -2px 0;padding:0;font-size:16px;font-weight:normal}#popup-course #popup-sidebar .search-course .search-results .search-results__item-author{font-size:12px}#popup-course #popup-sidebar .search-course .search-results .course-price{position:absolute;right:10px;bottom:10px;font-size:12px}#popup-course #popup-sidebar .search-course .search-results .course-price .origin-price{font-size:smaller;text-decoration:line-through}#popup-course #popup-sidebar .search-course .search-results .search-results__not-found{padding:10px;color:#777}#popup-course #popup-sidebar .search-course .search-results .search-results__pagination{padding:10px;text-align:center}#popup-course #popup-sidebar .search-course .search-results .search-results__pagination a,#popup-course #popup-sidebar .search-course .search-results .search-results__pagination span{display:inline-block;margin:0 3px 10px 2px;padding:5px 8px;border:1px solid #d9e0f1;border-radius:4px;color:#777;font-size:14px;line-height:1;cursor:pointer}#popup-course #popup-sidebar .search-course .search-results .search-results__pagination span{color:#999;background:#d9e0f1}#popup-course #popup-sidebar .search-course.searching .search-results{display:block}#popup-course #popup-sidebar .search-course.searching .clear{display:block}#popup-course #popup-sidebar .search-course.searching button{display:none}#popup-course #popup-sidebar .search-course.searching::after{position:absolute;z-index:1;bottom:0;left:50%;width:0;height:0;margin-left:-10px;border:10px solid transparent;border-bottom-color:#fff;content:""}#popup-course #popup-sidebar .course-curriculum{overflow:auto;position:absolute;top:70px;bottom:0;width:475px}#popup-course #popup-sidebar .course-curriculum::-webkit-scrollbar-thumb{background:#ccc}#popup-course #popup-sidebar .course-curriculum::-webkit-scrollbar{width:6px}#popup-course #popup-sidebar .course-curriculum::-webkit-scrollbar-track{background:#f5f5f5}#popup-course #popup-sidebar .section{position:relative;padding:0 0 4px 0}#popup-course #popup-sidebar .section .circle-progress{display:inline-block;position:absolute;top:50%;right:10px;width:24px;height:24px;margin-top:-12px;border:3px solid #d9e0f1;border-radius:50%}#popup-course #popup-sidebar .section.section-empty .section-header{margin:0}#popup-course #popup-sidebar .section.section-empty .learn-press-message{margin:0;padding:10px;border-bottom:1px solid #d9e0f1;border-radius:0;color:#999;background:#f5f5f5;font-size:14px}#popup-course #popup-sidebar .section.section-empty .learn-press-message::before,#popup-course #popup-sidebar .section.section-empty .learn-press-message::after{position:absolute;z-index:9999;top:-16px;left:10px;width:0;height:0;border:8px solid transparent;border-bottom-color:#f5f5f5;background:transparent;content:"";-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}#popup-course #popup-sidebar .section.section-empty .learn-press-message::after{z-index:9998;top:-20px;left:8px;border-width:10px;border-bottom-color:#d9e0f1}#popup-course #popup-sidebar .section-header{position:sticky;z-index:1000;top:0;height:94px;padding:38px 20px 20px 20px;cursor:pointer;background-color:white}#popup-course #popup-sidebar .section-header .section-title{padding:0 0 4px 0;color:#000;font-size:20px;font-weight:500}#popup-course #popup-sidebar .section-header .section-title .show-desc::before{font-family:"Font Awesome 5 Free";font-size:18px;font-weight:900;content:"\f0d7"}#popup-course #popup-sidebar .section-header .section-toggle{justify-content:flex-end;flex:0}#popup-course #popup-sidebar .section-header .section-toggle i{color:#666}#popup-course #popup-sidebar .section-header .section-meta{padding-top:6px;padding-bottom:0}#popup-course #popup-sidebar .section-content{margin-bottom:0}#popup-course #popup-sidebar .course-item{min-height:50px;margin-bottom:4px;padding:5px 20px;background:#f9fafc;align-items:center}#popup-course #popup-sidebar .course-item>span{display:none}#popup-course #popup-sidebar .course-item::before{top:-1px;bottom:-1px;height:auto;background:transparent}#popup-course #popup-sidebar .course-item::after{content:""}#popup-course #popup-sidebar .course-item.current{background:#eaeaea}#popup-course #popup-sidebar .course-item.has-status.failed .trans{color:#f02425}#popup-course #popup-sidebar .course-item.status-completed .trans{color:#3bb54a}#popup-course #popup-sidebar .section-item-link{line-height:1;padding-right:0}#popup-course #popup-sidebar .section-item-link::before{padding:12px 0;vertical-align:unset}#popup-course #popup-sidebar .section-item-link .item-name{width:100%;padding:0 10px 0 17px;font-size:14px;line-height:21px;font-weight:500}#popup-course #popup-sidebar .course-item-meta{padding:0}#popup-course #popup-sidebar .course-item-meta .item-meta{padding:0;color:#999;background:transparent;font-size:12px;line-height:1.5;height:auto}#popup-course #popup-sidebar .course-item-meta .item-meta:first-child{margin-left:0}#popup-course #popup-sidebar .course-item-meta .item-meta::before{font-size:12px;line-height:21px}#popup-course #popup-content{overflow:auto;position:relative;margin:70px 0 50px 0;flex:1;padding-left:15px;padding-right:15px}#popup-course #popup-content .lp-button{position:relative;margin:0 10px 0 0;padding:12px 29px;border-color:var(--lp-secondary-color);font-size:14px}#popup-course #popup-content .lp-button.instant-check .instant-check__icon{margin-right:5px}#popup-course #popup-content .lp-button.instant-check .instant-check__icon::before{font-family:"Font Awesome 5 Free";content:"\f058"}#popup-course #popup-content .lp-button.instant-check .instant-check__info{visibility:hidden;position:absolute;top:100%;left:0;margin-top:3px;padding:11px 20px;border-radius:3px;background:#eee;white-space:nowrap;text-transform:none}#popup-course #popup-content .lp-button.instant-check:hover .instant-check__info{visibility:visible;position:absolute;top:100%;left:0;margin-top:3px;padding:11px 11px;border-radius:3px;color:#333;background:#eee;white-space:nowrap}#popup-course #popup-content .lp-button.instant-check.loading .instant-check__icon{display:inline-block;animation:lp-rotating 1s linear infinite}#popup-course #popup-content .lp-button.instant-check.loading .instant-check__icon::before{font-weight:800;content:"\f110"}#popup-course #popup-content .lp-button:hover{border-color:var(--lp-primary-color)}#popup-course #popup-content .lp-button.completed{display:flex;flex-direction:row-reverse;margin-top:32px;border-color:transparent;color:#fff;background:#3db748;font-size:16px;align-items:center;justify-content:center}#popup-course #popup-content .lp-button.completed i{margin-left:9px;font-size:14px}#popup-course #popup-content.fixed-quiz-status .quiz-status{background:var(--lp-primary-color)}#popup-course #popup-content.fixed-quiz-status .quiz-status>div{padding:0}#popup-course #popup-footer{position:fixed;z-index:999;right:0;bottom:0;left:475px;width:100%;max-width:792px;height:50px;margin:0 auto;border-top:1px solid #ebebeb;background:#fff;-webkit-transition:left .25s;-moz-transition:left .25s;-ms-transition:left .25s;-o-transition:left .25s;transition:left .25s}@media(max-width:1024px){#popup-course #popup-footer{width:auto;padding:0 15px}}#popup-course #popup-footer .course-item-nav{justify-content:space-between}#popup-course #popup-footer .course-item-nav .prev,#popup-course #popup-footer .course-item-nav .next{display:flex;line-height:50px}#popup-course #popup-footer .course-item-nav .prev a,#popup-course #popup-footer .course-item-nav .next a{display:block;color:#666;font-size:16px}#popup-course #popup-footer .course-item-nav .prev::before,#popup-course #popup-footer .course-item-nav .next::before{color:#999;font-family:"Font Awesome 5 Free";font-size:12px;font-weight:900}#popup-course #popup-footer .course-item-nav .prev:hover a,#popup-course #popup-footer .course-item-nav .prev:hover::before,#popup-course #popup-footer .course-item-nav .next:hover a,#popup-course #popup-footer .course-item-nav .next:hover::before{color:var(--lp-primary-color)}#popup-course #popup-footer .course-item-nav .prev:hover .course-item-nav__name,#popup-course #popup-footer .course-item-nav .next:hover .course-item-nav__name{display:block}#popup-course #popup-footer .course-item-nav .next{flex-direction:row-reverse}#popup-course #popup-footer .course-item-nav .next::before{margin-left:10px;content:"\f0da"}#popup-course #popup-footer .course-item-nav[data-nav=next]{justify-content:flex-end}#popup-course #popup-footer .prev::before{margin-right:10px;content:"\f0d9"}#popup-course #popup-footer .prev .course-item-nav__name{right:auto;left:-30px}#popup-course #popup-footer .prev .course-item-nav__name::before{right:auto;left:5px}@media(max-width:1024px){#popup-course #popup-footer .prev .course-item-nav__name{left:15px}}#popup-course #popup-footer .course-item-nav__name{display:none;position:absolute;top:-20px;right:-30px;width:auto;padding:10px 15px;color:#666;background:#ccc;font-size:14px;font-weight:300;line-height:1}@media(max-width:1024px){#popup-course #popup-footer .course-item-nav__name{top:-25px;right:15px;left:auto}}#popup-course #sidebar-toggle{display:inline-block;position:absolute;z-index:100;top:198px;left:475px;width:25px;height:56px;margin:0;background:#fff;box-shadow:0 0 20px 0 rgba(0,0,0,0.15);cursor:pointer;transition:.25s;-webkit-appearance:none;border:0}#popup-course #sidebar-toggle:after{display:none}#popup-course #sidebar-toggle::before{display:inline-block;position:absolute;top:50%;left:50%;color:var(--lp-primary-color);font-family:"Font Awesome 5 Free";font-size:18px;font-weight:900;content:"\f0d9";transition:.25s;transform:translate(-50%,-50%)}#popup-course #sidebar-toggle:focus{border:0;outline:0}#popup-course .lp-quiz-buttons .complete-quiz,#popup-course .lp-quiz-buttons .back-quiz,#popup-course .lp-quiz-buttons .review-quiz{float:right}#popup-course .quiz-results,#popup-course .quiz-content,#popup-course .quiz-questions,#popup-course .quiz-buttons,#popup-course .quiz-attempts{margin-bottom:60px}#popup-course .quiz-questions .lp-fib-content{margin-bottom:20px;padding:20px;border:2px solid #f5f5f5;border-radius:6px;line-height:1.6}#popup-course .quiz-questions .lp-fib-input{display:inline-block;width:auto;max-width:none}#popup-course .quiz-questions .lp-fib-input>input{height:36px;padding:6px 16px;border:1px solid #222;line-height:36px}#popup-course .quiz-questions .lp-fib-answered{padding:0 10px;background:#ececec;white-space:nowrap}#popup-course .quiz-questions .lp-fib-answered.fail{border:2px solid #d85554}#popup-course .quiz-questions .lp-fib-answered.fail .lp-fib-answered__answer{text-decoration:line-through}#popup-course .quiz-questions .lp-fib-answered.correct{border:2px solid #00adff}#popup-course .quiz-questions .lp-fib-note{display:flex;margin-left:10px;font-size:14px;font-weight:400;align-items:center}#popup-course .quiz-questions .lp-fib-note>span{display:inline-block;width:20px;height:20px;margin:0 5px 0 0}#popup-course .quiz-questions .lp-sorting-choice__check-answer{padding:5px 20px;border:2px solid #059601;border-radius:5px;font-size:1rem}#popup-course .question .answer-option input[type=radio],#popup-course .question .answer-option input[type=checkbox]{-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);margin:0 0 0 10px}#popup-course .question .answer-option input[type=radio]::before{border-radius:50%}#popup-course .question .question-response{display:flex;align-items:center;justify-content:flex-start}#popup-course .scrollbar-light>.scroll-element{z-index:9999}#popup-course .scrollbar-light>.scroll-element.scroll-y{display:none}#popup-course .scrollbar-light>.scroll-element.scroll-y .scroll-bar{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}body.admin-bar #popup-course{top:32px}body.lp-sidebar-toggle__close #popup-course>#sidebar-toggle{left:0}body.lp-sidebar-toggle__close #popup-course>#sidebar-toggle::before{content:"\f0da"}body.lp-sidebar-toggle__close #popup-course #popup-sidebar{flex:0}body.lp-sidebar-toggle__close #popup-course #popup-header,body.lp-sidebar-toggle__close #popup-course #popup-footer{left:0}@media(max-width:768px){body:not(.lp-sidebar-toggle__open) #popup-course>#sidebar-toggle{left:0}body:not(.lp-sidebar-toggle__open) #popup-course>#sidebar-toggle::before{content:"\f0da"}body:not(.lp-sidebar-toggle__open) #popup-course #popup-sidebar{flex:0}}.course-curriculum .section-header .section-meta{position:relative}@media screen and (max-width:1280px){#popup-course #popup-sidebar{flex-basis:300px}#popup-course #popup-sidebar .course-curriculum{width:300px}#popup-course #popup-header,#popup-course #popup-footer{left:300px}#popup-course #sidebar-toggle{left:299px}}@media screen and (max-width:782px){body.admin-bar #popup-course{top:46px}#popup-course #popup-sidebar{flex-basis:250px}#popup-course #popup-sidebar .course-curriculum{width:250px}#popup-course #popup-header,#popup-course #popup-footer{left:250px}#popup-course #sidebar-toggle{left:249px}#popup-course .course-item-meta .item-meta.count-questions,#popup-course .course-item-meta .item-meta.duration{display:none}}.content-item-wrap{width:792px;max-width:100%;margin:0 auto;padding-bottom:80px}@media(max-width:1024px){.content-item-wrap{width:100%}}.content-item-wrap .course-item-title{margin-top:0;margin-bottom:24px;color:#333;font-size:30px;font-weight:600}@media(max-width:767px){.content-item-wrap .course-item-title{text-align:center}}.content-item-wrap h4{font-size:1.5rem;font-weight:500;line-height:1.5}.content-item-wrap .content-item-summary{padding-top:50px}.content-item-wrap .content-item-description{margin-bottom:30px}.content-item-wrap .content-item-description h2,.content-item-wrap .content-item-description h3,.content-item-wrap .content-item-description h4,.content-item-wrap .content-item-description h5,.content-item-wrap .content-item-description h6{margin-top:0;margin-bottom:18px;font-size:18px;letter-spacing:unset}.content-item-wrap .content-item-description p{margin:0 0 18px 0;color:#666;font-size:16px;font-weight:300;line-height:26px}.content-item-wrap .content-item-description img{max-width:100%;height:auto;vertical-align:middle}.content-item-wrap #learn-press-quiz-app{margin-bottom:40px}.content-item-wrap .quiz-content{margin-bottom:40px;color:#666;font-size:16px;font-weight:300;line-height:26px}.content-item-wrap .quiz-content img{max-width:100%;height:auto;vertical-align:middle}.content-item-wrap .quiz-buttons{display:flex;justify-content:center;text-align:center}.content-item-wrap .quiz-buttons .button-right .lp-button{margin:0 0 0 15px}.content-item-wrap .quiz-buttons .lp-button[data-type=question-nav]{margin:0;border:1px solid #d9e0f1;color:#777;background:#fbfcff}.content-item-wrap .quiz-buttons .lp-button[data-type=question-nav]::before{display:inline-block;width:15px;height:15px;border:2px solid #d9e0f1;border-top-color:transparent;border-left-color:transparent;content:"";-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}.content-item-wrap .quiz-buttons .lp-button[data-type=question-nav].prev::before{margin-left:7px;-webkit-transform:rotate(135deg);-moz-transform:rotate(135deg);-ms-transform:rotate(135deg);-o-transform:rotate(135deg);transform:rotate(135deg)}.content-item-wrap .quiz-buttons .lp-button[data-type=question-nav].next{margin-left:-1px}.content-item-wrap .quiz-buttons .lp-button[data-type=question-nav].next::before{margin-right:7px}.content-item-wrap .quiz-buttons .lp-button[data-type=question-nav]:hover{background:#fff}.content-item-wrap .quiz-buttons.align-center{display:block;text-align:center}.content-item-wrap .quiz-buttons.align-center .button-left{text-align:center}.content-item-wrap .quiz-buttons.align-center .button-left.fixed{position:fixed;z-index:99999;bottom:0;left:50%;width:100%;max-width:792px;height:49px;margin-left:237px;transform:translateX(-50%)}@media(max-width:768px){.content-item-wrap .quiz-buttons.align-center .button-left.fixed{width:100% !important}}.content-item-wrap .quiz-buttons.align-center .button-left.nav-center{height:50px;margin-left:0 !important}.content-item-wrap .quiz-buttons:not(.infinity).is-first .prev{display:none}.content-item-wrap .quiz-buttons:not(.infinity).is-last .next{display:none}.content-item-wrap .quiz-buttons:not(.is-first):not(.is-last) .prev{border-top-right-radius:0;border-bottom-right-radius:0}.content-item-wrap .quiz-buttons:not(.is-first):not(.is-last) .next{border-top-left-radius:0;border-bottom-left-radius:0}.content-item-wrap .questions-pagination{height:33px;padding:8px 0;background:#fff;text-align:center}.content-item-wrap .questions-pagination .nav-links{text-align:center}.content-item-wrap .questions-pagination .nav-links .page-numbers{display:inline-block;vertical-align:middle;margin:0 3px 3px;padding:10px 16px;color:#666;background-color:transparent;font-size:16px;font-weight:300;line-height:1;border:1px solid;cursor:pointer}.content-item-wrap .questions-pagination .nav-links .page-numbers.next,.content-item-wrap .questions-pagination .nav-links .page-numbers.prev{display:inline-block;padding:10px;background:transparent;font-size:16px;text-align:center;text-decoration:none;text-transform:none;border:1px solid}.content-item-wrap .questions-pagination .nav-links .page-numbers.current,.content-item-wrap .questions-pagination .nav-links .page-numbers:hover{color:var(--lp-primary-color)}.course-curriculum .section-title{position:relative;margin-bottom:0;padding:8px 0;color:#5383f7;font-size:16px;font-weight:normal;line-height:1}.course-curriculum .section-title span.show-desc{display:inline-block;position:absolute;top:50%;right:30px;width:20px;height:20px;transform:translate(0,-50%)}.course-curriculum .section-title span.show-desc::before{font-family:"Font Awesome 5 Free";font-size:18px;font-weight:900;content:"\f107"}.course-curriculum .section-title span.show-desc:hover::before{border-top-color:#ccc}.lp-overlay{display:none;position:fixed;z-index:99999;top:0;right:0;bottom:0;left:0;width:100%;height:100%;background-color:rgba(209,213,219,0.8);transition-timing-function:cubic-bezier(0.4,0,0.2,1);transition-duration:150ms;transition-property:opacity}.wp-admin .lp-modal-dialog .lp-modal-header{padding:2em}.wp-admin .lp-modal-dialog .lp-modal-header h3{font-size:1.4em}.lp-modal-dialog{display:flex;position:fixed;z-index:9999;top:0;right:0;left:0;width:100%;min-height:100vh;text-align:center;align-items:center;justify-content:center}.lp-modal-dialog .lp-modal-content{display:inline-block;overflow:hidden;z-index:2;width:auto;max-width:600px;border-radius:8px;text-align:left;vertical-align:middle;background:white;color:black}.lp-modal-dialog .lp-modal-header{background:#7c60d9;border-bottom:1px solid #eee;padding:1em}.lp-modal-dialog .lp-modal-header h3{margin:0;color:white;font-size:inherit;font-weight:400}.lp-modal-dialog .lp-modal-body .main-content{max-height:500px;overflow:auto}.lp-modal-dialog .lp-modal-body .main-content h3,.lp-modal-dialog .lp-modal-body .main-content h2,.lp-modal-dialog .lp-modal-body .main-content .pd-2em{padding:1em}.lp-modal-dialog .lp-modal-footer{padding:20px;background-color:#f9fafb;text-align:right}.lp-modal-dialog .btn-yes{color:#fff;background-color:#7c60d9}#lp-modal-overlay{display:none;position:fixed;z-index:999999;top:0;right:0;bottom:0;left:0;opacity:.5;background:#000}#lp-modal-window{display:none;position:fixed;z-index:999999;top:50%;left:50%;padding:35px 60px 28px 60px;background:#fff;transform:translate(-50%,-50%);-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}#lp-modal-window #lp-modal-content{margin:0 0 24px 0;color:#333;font-size:16px;font-weight:400;line-height:26px;text-align:center}#lp-modal-window #lp-modal-content>*{margin:0 0 .5em}#lp-modal-window #lp-modal-buttons{display:flex;flex-direction:row-reverse;align-items:center;justify-content:center}#lp-modal-window #lp-modal-buttons .lp-button{position:relative;margin:0 10px 0 10px}.learn-press-comments{width:792px;max-width:100%;margin:0 auto}@media(max-width:1024px){.learn-press-comments{width:100%}}.learn-press-progress{overflow:hidden;position:relative;width:80px;height:6px;border-radius:3px}.learn-press-progress .learn-press-progress__active{position:absolute;z-index:1;left:-100%;width:100%;height:100%;border-radius:3px;background:var(--lp-primary-color);-webkit-transition:.5s;-moz-transition:.5s;-ms-transition:.5s;-o-transition:.5s;transition:.5s}.learn-press-progress::before{display:block;position:absolute;z-index:0;top:0;width:100%;height:100%;background:#ccc;content:""}.course-curriculum .section-header .section-left{display:flex}.course-curriculum .section-header .section-left .wrapper-section-title{flex:1}.course-curriculum .section-header .section-left .section-toggle{flex:0 0 40px;align-items:center;text-align:center;cursor:pointer}.course-curriculum .section-header .section-left .section-toggle .fa-caret-down{display:none}.course-curriculum .section-header .learn-press-progress{width:80px}.course-curriculum .section.closed .section-toggle .fa-caret-down{display:block}.course-curriculum .section.closed .section-toggle .fa-caret-up{display:none}.course-curriculum .section.closed .section-content{overflow:hidden;height:0}*{box-sizing:border-box;margin:0;padding:0}button{cursor:pointer}input,button,select,textarea{outline:0}html{overflow-x:hidden}a{-webkit-transition:.3s;-moz-transition:.3s;-ms-transition:.3s;-o-transition:.3s;transition:.3s}.lp-skeleton-animation{margin:0;padding:0;list-style:none}.lp-skeleton-animation>li{width:100%;height:16px;margin-top:15px;border-radius:2px;background:linear-gradient(90deg,hsla(0,0%,74.5%,0.2) 25%,hsla(0,0%,50.6%,0.24) 37%,hsla(0,0%,74.5%,0.2) 63%);background-size:400% 100%;list-style:none;animation:lp-skeleton-loading 1.4s ease infinite}@keyframes lp-skeleton-loading{0%{background-position:100% 50%}to{background-position:0 50%}}.learnpress.theme-twentytwentytwo .wp-site-blocks,.learnpress.twentytwentytwo .wp-site-blocks{max-width:none;padding-right:0;padding-left:0}.learnpress.theme-twentytwentytwo .wp-site-blocks>.wp-block-group,.learnpress.twentytwentytwo .wp-site-blocks>.wp-block-group{max-width:none;margin-right:auto;margin-left:auto}.learnpress.theme-twentytwentytwo .lp-archive-courses,.learnpress.twentytwentytwo .lp-archive-courses{max-width:none}.learnpress.twentytwentytwo .wp-container-11 .alignfull,.learnpress.twentytwentytwo .wp-container-9 .alignfull,.learnpress.twentytwentytwo .wp-container-12 .alignfull{max-width:100%;margin-left:0 !important;margin-right:0 !important;padding-left:0 !important;padding-right:0 !important}@media(max-width:1199px){.learnpress.twentytwentytwo .wp-site-blocks .wp-block-template-part{padding-left:15px;padding-right:15px}}input[type=text],input[type=email],input[type=number],input[type=password]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:0;box-shadow:unset}body{background:#fff}body.learnpress-page{overflow-x:hidden}.wrap-fullwidth a:focus,.wrap-fullwidth button:focus,.wrap-fullwidth input:focus,.wrap-fullwidth textarea:focus{border:0;outline:0}.wrap-fullwidth a:hover{text-decoration:none}.wrap-fullwidth p{word-break:break-word}.wrap-fullwidth p:last-child{margin-bottom:0}.wrap-fullwidth label{display:block;margin:0;outline:0}.wrap-fullwidth img{max-width:100%;height:auto}.wrap-fullwidth form{margin:0}.wrap-fullwidth .col-full{box-sizing:border-box;max-width:100%;padding:0}.wrap-fullwidth .col-full .woocommerce-breadcrumb{display:none}footer{clear:both}.margin-bottom{margin-bottom:20px}.hide-if-js{display:none !important}.clearfix::after{display:block;clear:both;content:""}.lp-form-fields{margin:0;padding:0;list-style:none}.lp-form-fields .form-field{margin:0 0 20px 0;list-style:none}.lp-content-wrap{width:1170px;max-width:90%;margin:0 auto}.lp-content-wrap>h2{margin-top:0;margin-bottom:26px;color:#333;font-size:30px;font-weight:600}.learn-press-breadcrumb{max-width:1170px;width:100%;margin:0 auto 45px auto;padding:0;color:#333;font-size:14px;font-weight:400;list-style:none}.learn-press-breadcrumb li{display:inline-block;margin:0}.learn-press-breadcrumb li a:hover{color:var(--lp-primary-color)}.learn-press-breadcrumb i{margin:0 5px;color:#666;font-size:12px}@media(max-width:1024px){.learn-press-breadcrumb{padding-right:15px;padding-left:15px}}.learn-press-breadcrumb a{color:#666;font-weight:500}.learnpress-page .lp-button,.learnpress-page #lp-button{padding:16px 24px;border:1px solid #ccc;color:#333;background:transparent;box-shadow:unset;font-family:inherit;font-size:16px;font-weight:400;line-height:1;text-align:center;vertical-align:middle;text-decoration:none;text-transform:capitalize;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;-webkit-transition:all .25s;-moz-transition:all .25s;-ms-transition:all .25s;-o-transition:all .25s;transition:all .25s}.learnpress-page .lp-button.large,.learnpress-page #lp-button.large{height:52px;padding:18px 30px;font-size:18px}.learnpress-page .lp-button:hover,.learnpress-page #lp-button:hover{border-color:var(--lp-primary-color);color:#fff;background:var(--lp-primary-color)}.learnpress-page .lp-button.btn-ajax-off .icon,.learnpress-page #lp-button.btn-ajax-off .icon{display:none}.learnpress-page .lp-button.btn-ajax-on .icon,.learnpress-page #lp-button.btn-ajax-on .icon{display:inline-block;margin-right:5px;-webkit-animation:lp-rotating 1s linear infinite;-moz-animation:lp-rotating 1s linear infinite;animation:lp-rotating 1s linear infinite}.learnpress-page .lp-button:focus,.learnpress-page #lp-button:focus{outline:0}.learnpress-page .lp-button.loading::before,.learnpress-page #lp-button.loading::before{display:inline-block;font-family:"Font Awesome 5 Free";font-weight:900;content:"\f110";animation:lp-rotating 1s linear infinite}.learnpress-page .rwmb-field .description{margin-top:8px;color:#999;font-size:smaller;font-style:italic}.btn-base{border-color:var(--lp-primary-color);color:white;background-color:var(--lp-primary-color)}.lp-ajax-message{display:none;margin-top:20px;padding:20px;border:2px solid #059601;border-radius:9px;font-size:15px;line-height:1.4}.lp-ajax-message.error{border-color:#d85554}.course-meta{margin-bottom:14px}.course-meta .course-students::before{font-family:"Font Awesome 5 Free";content:""}.lp-entry-content .course-tabs{margin-bottom:60px}.learn-press-checkout-comment h4{display:none}.order-comments{width:100%;padding:15px;min-height:150px;border:1px solid #ccc;resize:none}.learn-press-progress .progress-bg{overflow:hidden;position:relative;height:6px;background:#ccc;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}.learn-press-progress .progress-bg .progress-active{position:absolute;left:50%;width:100%;height:100%;margin-left:-100%;background:var(--lp-primary-color);-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}.retake-course,.enroll-course,.purchase-course{display:inline-block}.table-orders{font-size:16px}.table-orders th,.table-orders td{padding:5px 10px}.form-button{display:inline-block}.learn-press-pagination{padding-bottom:20px;text-align:center}.learn-press-pagination .page-numbers{display:inline-block;margin:0;padding:0;border:0;outline:0;background:transparent;list-style:none}.learn-press-pagination .page-numbers>li{display:inline-block;margin:0;padding:0 14px}.learn-press-pagination .page-numbers>li .page-numbers{float:unset;padding:0;color:#666;background:transparent;font-size:16px;font-weight:300}.learn-press-pagination .page-numbers>li .page-numbers.current{color:var(--lp-primary-color);font-weight:400}.learn-press-pagination .page-numbers>li .page-numbers:hover{color:var(--lp-primary-color)}ul.list-table-nav{display:flex;margin-left:0;list-style:none}ul.list-table-nav .nav-text{text-align:left;flex:1}ul.list-table-nav .nav-pages{text-align:right;flex:1}ul.list-table-nav .nav-pages .learn-press-pagination{display:inline-block;margin-bottom:0}.primary-color{color:#00adff}.primary-color-before::before{color:#00adff}.primary-color-after::after{color:#00adff}.primary-background-color{background:#00adff}.primary-background-color{background:#00adff}.course-origin-price{margin-right:5px;font-size:85%;text-decoration:line-through}.course-item-nav{display:flex}.course-item-nav .prev span,.course-item-nav .next span{display:block;font-weight:bold}.course-item-nav .prev a,.course-item-nav .next a{color:#999}.course-item-nav .next{text-align:right}.content-item-wrap #comments{margin-right:0;margin-left:0}.content-item-wrap #comments #comment{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.course-summary-sidebar{position:relative}@media(min-width:769px){.course-summary-sidebar.slide-down .course-summary-sidebar__inner{position:fixed;top:0}}@media(min-width:1200px){.course-summary-sidebar.slide-top .course-summary-sidebar__inner{position:absolute}}.course-graduation span{color:#999}.course-graduation .icon{margin-right:5px;font-size:20px}.course-graduation.passed .icon{color:#059601}.course-graduation.error .icon{color:#d85554}.learn-press-template-warning::before{color:#ffc107;font-family:"Font Awesome 5 Free";content:"\f071"}.lp-badge{display:flex;height:30px;padding:0;line-height:1;align-items:center;justify-content:center}.lp-badge::before,.lp-badge::after{content:""}.lp-badge::before{display:inline-block;position:relative;z-index:10;color:#fff;font-weight:bold;line-height:1}.lp-badge.featured-course{position:absolute;z-index:1;top:15px;left:-120px;width:300px;background:#ff2828;text-align:center;transform:rotate(-45deg);height:auto;padding:5px 0}.lp-badge.featured-course::before{font-size:12px;text-transform:uppercase;content:attr(data-text)}@media(min-width:769px){#learn-press-item-comments{padding-bottom:50px}}.course-tabs input[name=learn-press-course-tab-radio],.course-tabs .course-tab-panel{display:none}.course-tabs .course-nav label{display:flex;align-items:center;justify-content:center;margin:0;padding:17px 10px;font-size:16px;line-height:1;font-weight:600;text-transform:capitalize;cursor:pointer}.no-event{pointer-events:none}@media screen and (max-width:768px){ul.learn-press-courses .course{width:48%}}@media screen and (max-width:600px){ul.learn-press-courses .course{width:100%;margin-right:0}}.course-price:empty{display:none !important}.quiz-attempts .attempts-heading{margin-bottom:15px}.quiz-attempts table{border-spacing:0;border-left:1px solid var(--lp-secondary-color);border-top:1px solid var(--lp-secondary-color);width:100%}.quiz-attempts table tr th,.quiz-attempts table tr td{border-right:1px solid var(--lp-secondary-color);border-bottom:1px solid var(--lp-secondary-color);padding:5px 15px;text-align:center}.quiz-attempts table tr th{font-weight:500}@media(max-width:575px){#popup-course .quiz-attempts{overflow-x:auto}}.lp-content-area .order_details{width:100%;border-collapse:collapse}.lp-content-area .order_details th,.lp-content-area .order_details td{text-align:left;padding:10px 25px;border:1px solid}.fa,.fab,.fad,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s linear infinite;animation:fa-spin 2s linear infinite}.fa-pulse{-webkit-animation:fa-spin 1s steps(8) infinite;animation:fa-spin 1s steps(8) infinite}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1);transform:scale(-1)}:root .fa-flip-both,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{-webkit-filter:none;filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-acquisitions-incorporated:before{content:"\f6af"}.fa-ad:before{content:"\f641"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-air-freshener:before{content:"\f5d0"}.fa-airbnb:before{content:"\f834"}.fa-algolia:before{content:"\f36c"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-alipay:before{content:"\f642"}.fa-allergies:before{content:"\f461"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angry:before{content:"\f556"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-ankh:before{content:"\f644"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-alt:before{content:"\f5d1"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-archway:before{content:"\f557"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-artstation:before{content:"\f77a"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-atlas:before{content:"\f558"}.fa-atlassian:before{content:"\f77b"}.fa-atom:before{content:"\f5d2"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-award:before{content:"\f559"}.fa-aws:before{content:"\f375"}.fa-baby:before{content:"\f77c"}.fa-baby-carriage:before{content:"\f77d"}.fa-backspace:before{content:"\f55a"}.fa-backward:before{content:"\f04a"}.fa-bacon:before{content:"\f7e5"}.fa-bacteria:before{content:"\e059"}.fa-bacterium:before{content:"\e05a"}.fa-bahai:before{content:"\f666"}.fa-balance-scale:before{content:"\f24e"}.fa-balance-scale-left:before{content:"\f515"}.fa-balance-scale-right:before{content:"\f516"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-bars:before{content:"\f0c9"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-bath:before{content:"\f2cd"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-three-quarters:before{content:"\f241"}.fa-battle-net:before{content:"\f835"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-slash:before{content:"\f1f6"}.fa-bezier-curve:before{content:"\f55b"}.fa-bible:before{content:"\f647"}.fa-bicycle:before{content:"\f206"}.fa-biking:before{content:"\f84a"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-biohazard:before{content:"\f780"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blender:before{content:"\f517"}.fa-blender-phone:before{content:"\f6b6"}.fa-blind:before{content:"\f29d"}.fa-blog:before{content:"\f781"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-bone:before{content:"\f5d7"}.fa-bong:before{content:"\f55c"}.fa-book:before{content:"\f02d"}.fa-book-dead:before{content:"\f6b7"}.fa-book-medical:before{content:"\f7e6"}.fa-book-open:before{content:"\f518"}.fa-book-reader:before{content:"\f5da"}.fa-bookmark:before{content:"\f02e"}.fa-bootstrap:before{content:"\f836"}.fa-border-all:before{content:"\f84c"}.fa-border-none:before{content:"\f850"}.fa-border-style:before{content:"\f853"}.fa-bowling-ball:before{content:"\f436"}.fa-box:before{content:"\f466"}.fa-box-open:before{content:"\f49e"}.fa-box-tissue:before{content:"\e05b"}.fa-boxes:before{content:"\f468"}.fa-braille:before{content:"\f2a1"}.fa-brain:before{content:"\f5dc"}.fa-bread-slice:before{content:"\f7ec"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-broadcast-tower:before{content:"\f519"}.fa-broom:before{content:"\f51a"}.fa-brush:before{content:"\f55d"}.fa-btc:before{content:"\f15a"}.fa-buffer:before{content:"\f837"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-burn:before{content:"\f46a"}.fa-buromobelexperte:before{content:"\f37f"}.fa-bus:before{content:"\f207"}.fa-bus-alt:before{content:"\f55e"}.fa-business-time:before{content:"\f64a"}.fa-buy-n-large:before{content:"\f8a6"}.fa-buysellads:before{content:"\f20d"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-day:before{content:"\f783"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-calendar-week:before{content:"\f784"}.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-campground:before{content:"\f6bb"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-candy-cane:before{content:"\f786"}.fa-cannabis:before{content:"\f55f"}.fa-capsules:before{content:"\f46b"}.fa-car:before{content:"\f1b9"}.fa-car-alt:before{content:"\f5de"}.fa-car-battery:before{content:"\f5df"}.fa-car-crash:before{content:"\f5e1"}.fa-car-side:before{content:"\f5e4"}.fa-caravan:before{content:"\f8ff"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-carrot:before{content:"\f787"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cash-register:before{content:"\f788"}.fa-cat:before{content:"\f6be"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-centos:before{content:"\f789"}.fa-certificate:before{content:"\f0a3"}.fa-chair:before{content:"\f6c0"}.fa-chalkboard:before{content:"\f51b"}.fa-chalkboard-teacher:before{content:"\f51c"}.fa-charging-station:before{content:"\f5e7"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-pie:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-double:before{content:"\f560"}.fa-check-square:before{content:"\f14a"}.fa-cheese:before{content:"\f7ef"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-board:before{content:"\f43c"}.fa-chess-king:before{content:"\f43f"}.fa-chess-knight:before{content:"\f441"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-queen:before{content:"\f445"}.fa-chess-rook:before{content:"\f447"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chrome:before{content:"\f268"}.fa-chromecast:before{content:"\f838"}.fa-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-city:before{content:"\f64f"}.fa-clinic-medical:before{content:"\f7f2"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-meatball:before{content:"\f73b"}.fa-cloud-moon:before{content:"\f6c3"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-cloud-rain:before{content:"\f73d"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-cloud-sun:before{content:"\f6c4"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-cloudflare:before{content:"\e07d"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-cocktail:before{content:"\f561"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-coins:before{content:"\f51e"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comment-dollar:before{content:"\f651"}.fa-comment-dots:before{content:"\f4ad"}.fa-comment-medical:before{content:"\f7f5"}.fa-comment-slash:before{content:"\f4b3"}.fa-comments:before{content:"\f086"}.fa-comments-dollar:before{content:"\f653"}.fa-compact-disc:before{content:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compress:before{content:"\f066"}.fa-compress-alt:before{content:"\f422"}.fa-compress-arrows-alt:before{content:"\f78c"}.fa-concierge-bell:before{content:"\f562"}.fa-confluence:before{content:"\f78d"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-cookie:before{content:"\f563"}.fa-cookie-bite:before{content:"\f564"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-cotton-bureau:before{content:"\f89e"}.fa-couch:before{content:"\f4b8"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-credit-card:before{content:"\f09d"}.fa-critical-role:before{content:"\f6c9"}.fa-crop:before{content:"\f125"}.fa-crop-alt:before{content:"\f565"}.fa-cross:before{content:"\f654"}.fa-crosshairs:before{content:"\f05b"}.fa-crow:before{content:"\f520"}.fa-crown:before{content:"\f521"}.fa-crutch:before{content:"\f7f7"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-dailymotion:before{content:"\e052"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-deezer:before{content:"\e077"}.fa-delicious:before{content:"\f1a5"}.fa-democrat:before{content:"\f747"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-dev:before{content:"\f6cc"}.fa-deviantart:before{content:"\f1bd"}.fa-dharmachakra:before{content:"\f655"}.fa-dhl:before{content:"\f790"}.fa-diagnoses:before{content:"\f470"}.fa-diaspora:before{content:"\f791"}.fa-dice:before{content:"\f522"}.fa-dice-d20:before{content:"\f6cf"}.fa-dice-d6:before{content:"\f6d1"}.fa-dice-five:before{content:"\f523"}.fa-dice-four:before{content:"\f524"}.fa-dice-one:before{content:"\f525"}.fa-dice-six:before{content:"\f526"}.fa-dice-three:before{content:"\f527"}.fa-dice-two:before{content:"\f528"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-digital-tachograph:before{content:"\f566"}.fa-directions:before{content:"\f5eb"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-disease:before{content:"\f7fa"}.fa-divide:before{content:"\f529"}.fa-dizzy:before{content:"\f567"}.fa-dna:before{content:"\f471"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dog:before{content:"\f6d3"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-flatbed:before{content:"\f474"}.fa-donate:before{content:"\f4b9"}.fa-door-closed:before{content:"\f52a"}.fa-door-open:before{content:"\f52b"}.fa-dot-circle:before{content:"\f192"}.fa-dove:before{content:"\f4ba"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-drafting-compass:before{content:"\f568"}.fa-dragon:before{content:"\f6d5"}.fa-draw-polygon:before{content:"\f5ee"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drum:before{content:"\f569"}.fa-drum-steelpan:before{content:"\f56a"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-drupal:before{content:"\f1a9"}.fa-dumbbell:before{content:"\f44b"}.fa-dumpster:before{content:"\f793"}.fa-dumpster-fire:before{content:"\f794"}.fa-dungeon:before{content:"\f6d9"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-ebay:before{content:"\f4f4"}.fa-edge:before{content:"\f282"}.fa-edge-legacy:before{content:"\e078"}.fa-edit:before{content:"\f044"}.fa-egg:before{content:"\f7fb"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-ello:before{content:"\f5f1"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-text:before{content:"\f658"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-equals:before{content:"\f52c"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-ethernet:before{content:"\f796"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-evernote:before{content:"\f839"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-alt:before{content:"\f424"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fan:before{content:"\f863"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-faucet:before{content:"\e005"}.fa-fax:before{content:"\f1ac"}.fa-feather:before{content:"\f52d"}.fa-feather-alt:before{content:"\f56b"}.fa-fedex:before{content:"\f797"}.fa-fedora:before{content:"\f798"}.fa-female:before{content:"\f182"}.fa-fighter-jet:before{content:"\f0fb"}.fa-figma:before{content:"\f799"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-code:before{content:"\f1c9"}.fa-file-contract:before{content:"\f56c"}.fa-file-csv:before{content:"\f6dd"}.fa-file-download:before{content:"\f56d"}.fa-file-excel:before{content:"\f1c3"}.fa-file-export:before{content:"\f56e"}.fa-file-image:before{content:"\f1c5"}.fa-file-import:before{content:"\f56f"}.fa-file-invoice:before{content:"\f570"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-file-medical:before{content:"\f477"}.fa-file-medical-alt:before{content:"\f478"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-prescription:before{content:"\f572"}.fa-file-signature:before{content:"\f573"}.fa-file-upload:before{content:"\f574"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-fill:before{content:"\f575"}.fa-fill-drip:before{content:"\f576"}.fa-film:before{content:"\f008"}.fa-filter:before{content:"\f0b0"}.fa-fingerprint:before{content:"\f577"}.fa-fire:before{content:"\f06d"}.fa-fire-alt:before{content:"\f7e4"}.fa-fire-extinguisher:before{content:"\f134"}.fa-firefox:before{content:"\f269"}.fa-firefox-browser:before{content:"\e007"}.fa-first-aid:before{content:"\f479"}.fa-first-order:before{content:"\f2b0"}.fa-first-order-alt:before{content:"\f50a"}.fa-firstdraft:before{content:"\f3a1"}.fa-fish:before{content:"\f578"}.fa-fist-raised:before{content:"\f6de"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flag-usa:before{content:"\f74d"}.fa-flask:before{content:"\f0c3"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-flushed:before{content:"\f579"}.fa-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-minus:before{content:"\f65d"}.fa-folder-open:before{content:"\f07c"}.fa-folder-plus:before{content:"\f65e"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-font-awesome-logo-full:before{content:"\f4e6"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-frog:before{content:"\f52e"}.fa-frown:before{content:"\f119"}.fa-frown-open:before{content:"\f57a"}.fa-fulcrum:before{content:"\f50b"}.fa-funnel-dollar:before{content:"\f662"}.fa-futbol:before{content:"\f1e3"}.fa-galactic-republic:before{content:"\f50c"}.fa-galactic-senate:before{content:"\f50d"}.fa-gamepad:before{content:"\f11b"}.fa-gas-pump:before{content:"\f52f"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-ghost:before{content:"\f6e2"}.fa-gift:before{content:"\f06b"}.fa-gifts:before{content:"\f79c"}.fa-git:before{content:"\f1d3"}.fa-git-alt:before{content:"\f841"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass-cheers:before{content:"\f79f"}.fa-glass-martini:before{content:"\f000"}.fa-glass-martini-alt:before{content:"\f57b"}.fa-glass-whiskey:before{content:"\f7a0"}.fa-glasses:before{content:"\f530"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-globe-africa:before{content:"\f57c"}.fa-globe-americas:before{content:"\f57d"}.fa-globe-asia:before{content:"\f57e"}.fa-globe-europe:before{content:"\f7a2"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-pay:before{content:"\e079"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-gopuram:before{content:"\f664"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-greater-than:before{content:"\f531"}.fa-greater-than-equal:before{content:"\f532"}.fa-grimace:before{content:"\f57f"}.fa-grin:before{content:"\f580"}.fa-grin-alt:before{content:"\f581"}.fa-grin-beam:before{content:"\f582"}.fa-grin-beam-sweat:before{content:"\f583"}.fa-grin-hearts:before{content:"\f584"}.fa-grin-squint:before{content:"\f585"}.fa-grin-squint-tears:before{content:"\f586"}.fa-grin-stars:before{content:"\f587"}.fa-grin-tears:before{content:"\f588"}.fa-grin-tongue:before{content:"\f589"}.fa-grin-tongue-squint:before{content:"\f58a"}.fa-grin-tongue-wink:before{content:"\f58b"}.fa-grin-wink:before{content:"\f58c"}.fa-grip-horizontal:before{content:"\f58d"}.fa-grip-lines:before{content:"\f7a4"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-grip-vertical:before{content:"\f58e"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-guilded:before{content:"\e07e"}.fa-guitar:before{content:"\f7a6"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hackerrank:before{content:"\f5f7"}.fa-hamburger:before{content:"\f805"}.fa-hammer:before{content:"\f6e3"}.fa-hamsa:before{content:"\f665"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-medical:before{content:"\e05c"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-holding-water:before{content:"\f4c1"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-middle-finger:before{content:"\f806"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-sparkles:before{content:"\e05d"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-helping:before{content:"\f4c4"}.fa-hands-wash:before{content:"\e05e"}.fa-handshake:before{content:"\f2b5"}.fa-handshake-alt-slash:before{content:"\e05f"}.fa-handshake-slash:before{content:"\e060"}.fa-hanukiah:before{content:"\f6e6"}.fa-hard-hat:before{content:"\f807"}.fa-hashtag:before{content:"\f292"}.fa-hat-cowboy:before{content:"\f8c0"}.fa-hat-cowboy-side:before{content:"\f8c1"}.fa-hat-wizard:before{content:"\f6e8"}.fa-hdd:before{content:"\f0a0"}.fa-head-side-cough:before{content:"\e061"}.fa-head-side-cough-slash:before{content:"\e062"}.fa-head-side-mask:before{content:"\e063"}.fa-head-side-virus:before{content:"\e064"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-headphones-alt:before{content:"\f58f"}.fa-headset:before{content:"\f590"}.fa-heart:before{content:"\f004"}.fa-heart-broken:before{content:"\f7a9"}.fa-heartbeat:before{content:"\f21e"}.fa-helicopter:before{content:"\f533"}.fa-highlighter:before{content:"\f591"}.fa-hiking:before{content:"\f6ec"}.fa-hippo:before{content:"\f6ed"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hive:before{content:"\e07f"}.fa-hockey-puck:before{content:"\f453"}.fa-holly-berry:before{content:"\f7aa"}.fa-home:before{content:"\f015"}.fa-hooli:before{content:"\f427"}.fa-hornbill:before{content:"\f592"}.fa-horse:before{content:"\f6f0"}.fa-horse-head:before{content:"\f7ab"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hospital-user:before{content:"\f80d"}.fa-hot-tub:before{content:"\f593"}.fa-hotdog:before{content:"\f80f"}.fa-hotel:before{content:"\f594"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-house-damage:before{content:"\f6f1"}.fa-house-user:before{content:"\e065"}.fa-houzz:before{content:"\f27c"}.fa-hryvnia:before{content:"\f6f2"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-ice-cream:before{content:"\f810"}.fa-icicles:before{content:"\f7ad"}.fa-icons:before{content:"\f86d"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.fa-ideal:before{content:"\e013"}.fa-igloo:before{content:"\f7ae"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-infinity:before{content:"\f534"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-innosoft:before{content:"\e080"}.fa-instagram:before{content:"\f16d"}.fa-instagram-square:before{content:"\e055"}.fa-instalod:before{content:"\e081"}.fa-intercom:before{content:"\f7af"}.fa-internet-explorer:before{content:"\f26b"}.fa-invision:before{content:"\f7b0"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itch-io:before{content:"\f83a"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-java:before{content:"\f4e4"}.fa-jedi:before{content:"\f669"}.fa-jedi-order:before{content:"\f50e"}.fa-jenkins:before{content:"\f3b6"}.fa-jira:before{content:"\f7b1"}.fa-joget:before{content:"\f3b7"}.fa-joint:before{content:"\f595"}.fa-joomla:before{content:"\f1aa"}.fa-journal-whills:before{content:"\f66a"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-kaaba:before{content:"\f66b"}.fa-kaggle:before{content:"\f5fa"}.fa-key:before{content:"\f084"}.fa-keybase:before{content:"\f4f5"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-khanda:before{content:"\f66d"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-kiss:before{content:"\f596"}.fa-kiss-beam:before{content:"\f597"}.fa-kiss-wink-heart:before{content:"\f598"}.fa-kiwi-bird:before{content:"\f535"}.fa-korvue:before{content:"\f42f"}.fa-landmark:before{content:"\f66f"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laptop-code:before{content:"\f5fc"}.fa-laptop-house:before{content:"\e066"}.fa-laptop-medical:before{content:"\f812"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-laugh:before{content:"\f599"}.fa-laugh-beam:before{content:"\f59a"}.fa-laugh-squint:before{content:"\f59b"}.fa-laugh-wink:before{content:"\f59c"}.fa-layer-group:before{content:"\f5fd"}.fa-leaf:before{content:"\f06c"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-less-than:before{content:"\f536"}.fa-less-than-equal:before{content:"\f537"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location-arrow:before{content:"\f124"}.fa-lock:before{content:"\f023"}.fa-lock-open:before{content:"\f3c1"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-low-vision:before{content:"\f2a8"}.fa-luggage-cart:before{content:"\f59d"}.fa-lungs:before{content:"\f604"}.fa-lungs-virus:before{content:"\e067"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-mail-bulk:before{content:"\f674"}.fa-mailchimp:before{content:"\f59e"}.fa-male:before{content:"\f183"}.fa-mandalorian:before{content:"\f50f"}.fa-map:before{content:"\f279"}.fa-map-marked:before{content:"\f59f"}.fa-map-marked-alt:before{content:"\f5a0"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-markdown:before{content:"\f60f"}.fa-marker:before{content:"\f5a1"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mask:before{content:"\f6fa"}.fa-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.fa-mdb:before{content:"\f8ca"}.fa-medal:before{content:"\f5a2"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-megaport:before{content:"\f5a3"}.fa-meh:before{content:"\f11a"}.fa-meh-blank:before{content:"\f5a4"}.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-memory:before{content:"\f538"}.fa-mendeley:before{content:"\f7b3"}.fa-menorah:before{content:"\f676"}.fa-mercury:before{content:"\f223"}.fa-meteor:before{content:"\f753"}.fa-microblog:before{content:"\e01a"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before{content:"\f3c9"}.fa-microphone-alt-slash:before{content:"\f539"}.fa-microphone-slash:before{content:"\f131"}.fa-microscope:before{content:"\f610"}.fa-microsoft:before{content:"\f3ca"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-square:before{content:"\f146"}.fa-mitten:before{content:"\f7b5"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mixer:before{content:"\e056"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-money-bill-wave:before{content:"\f53a"}.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-money-check:before{content:"\f53c"}.fa-money-check-alt:before{content:"\f53d"}.fa-monument:before{content:"\f5a6"}.fa-moon:before{content:"\f186"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-mosque:before{content:"\f678"}.fa-motorcycle:before{content:"\f21c"}.fa-mountain:before{content:"\f6fc"}.fa-mouse:before{content:"\f8cc"}.fa-mouse-pointer:before{content:"\f245"}.fa-mug-hot:before{content:"\f7b6"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-neos:before{content:"\f612"}.fa-network-wired:before{content:"\f6ff"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nimblr:before{content:"\f5a8"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-not-equal:before{content:"\f53e"}.fa-notes-medical:before{content:"\f481"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-octopus-deploy:before{content:"\e082"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-oil-can:before{content:"\f613"}.fa-old-republic:before{content:"\f510"}.fa-om:before{content:"\f679"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-orcid:before{content:"\f8d2"}.fa-osi:before{content:"\f41a"}.fa-otter:before{content:"\f700"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-pager:before{content:"\f815"}.fa-paint-brush:before{content:"\f1fc"}.fa-paint-roller:before{content:"\f5aa"}.fa-palette:before{content:"\f53f"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-parking:before{content:"\f540"}.fa-passport:before{content:"\f5ab"}.fa-pastafarianism:before{content:"\f67b"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paypal:before{content:"\f1ed"}.fa-peace:before{content:"\f67c"}.fa-pen:before{content:"\f304"}.fa-pen-alt:before{content:"\f305"}.fa-pen-fancy:before{content:"\f5ac"}.fa-pen-nib:before{content:"\f5ad"}.fa-pen-square:before{content:"\f14b"}.fa-pencil-alt:before{content:"\f303"}.fa-pencil-ruler:before{content:"\f5ae"}.fa-penny-arcade:before{content:"\f704"}.fa-people-arrows:before{content:"\e068"}.fa-people-carry:before{content:"\f4ce"}.fa-pepper-hot:before{content:"\f816"}.fa-perbyte:before{content:"\e083"}.fa-percent:before{content:"\f295"}.fa-percentage:before{content:"\f541"}.fa-periscope:before{content:"\f3da"}.fa-person-booth:before{content:"\f756"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-phone:before{content:"\f095"}.fa-phone-alt:before{content:"\f879"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-square-alt:before{content:"\f87b"}.fa-phone-volume:before{content:"\f2a0"}.fa-photo-video:before{content:"\f87c"}.fa-php:before{content:"\f457"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-square:before{content:"\e01e"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-pizza-slice:before{content:"\f818"}.fa-place-of-worship:before{content:"\f67f"}.fa-plane:before{content:"\f072"}.fa-plane-arrival:before{content:"\f5af"}.fa-plane-departure:before{content:"\f5b0"}.fa-plane-slash:before{content:"\e069"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-poll:before{content:"\f681"}.fa-poll-h:before{content:"\f682"}.fa-poo:before{content:"\f2fe"}.fa-poo-storm:before{content:"\f75a"}.fa-poop:before{content:"\f619"}.fa-portrait:before{content:"\f3e0"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-pray:before{content:"\f683"}.fa-praying-hands:before{content:"\f684"}.fa-prescription:before{content:"\f5b1"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before{content:"\f486"}.fa-print:before{content:"\f02f"}.fa-procedures:before{content:"\f487"}.fa-product-hunt:before{content:"\f288"}.fa-project-diagram:before{content:"\f542"}.fa-pump-medical:before{content:"\e06a"}.fa-pump-soap:before{content:"\e06b"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-quran:before{content:"\f687"}.fa-r-project:before{content:"\f4f7"}.fa-radiation:before{content:"\f7b9"}.fa-radiation-alt:before{content:"\f7ba"}.fa-rainbow:before{content:"\f75b"}.fa-random:before{content:"\f074"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-reacteurope:before{content:"\f75d"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-receipt:before{content:"\f543"}.fa-record-vinyl:before{content:"\f8d9"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redhat:before{content:"\f7bc"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-remove-format:before{content:"\f87d"}.fa-renren:before{content:"\f18b"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-republican:before{content:"\f75e"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-restroom:before{content:"\f7bd"}.fa-retweet:before{content:"\f079"}.fa-rev:before{content:"\f5b2"}.fa-ribbon:before{content:"\f4d6"}.fa-ring:before{content:"\f70b"}.fa-road:before{content:"\f018"}.fa-robot:before{content:"\f544"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-route:before{content:"\f4d7"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-ruler:before{content:"\f545"}.fa-ruler-combined:before{content:"\f546"}.fa-ruler-horizontal:before{content:"\f547"}.fa-ruler-vertical:before{content:"\f548"}.fa-running:before{content:"\f70c"}.fa-rupee-sign:before{content:"\f156"}.fa-rust:before{content:"\e07a"}.fa-sad-cry:before{content:"\f5b3"}.fa-sad-tear:before{content:"\f5b4"}.fa-safari:before{content:"\f267"}.fa-salesforce:before{content:"\f83b"}.fa-sass:before{content:"\f41e"}.fa-satellite:before{content:"\f7bf"}.fa-satellite-dish:before{content:"\f7c0"}.fa-save:before{content:"\f0c7"}.fa-schlix:before{content:"\f3ea"}.fa-school:before{content:"\f549"}.fa-screwdriver:before{content:"\f54a"}.fa-scribd:before{content:"\f28a"}.fa-scroll:before{content:"\f70e"}.fa-sd-card:before{content:"\f7c2"}.fa-search:before{content:"\f002"}.fa-search-dollar:before{content:"\f688"}.fa-search-location:before{content:"\f689"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-seedling:before{content:"\f4d8"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-shapes:before{content:"\f61f"}.fa-share:before{content:"\f064"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield-alt:before{content:"\f3ed"}.fa-shield-virus:before{content:"\e06c"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shoe-prints:before{content:"\f54b"}.fa-shopify:before{content:"\e057"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shopware:before{content:"\f5b5"}.fa-shower:before{content:"\f2cc"}.fa-shuttle-van:before{content:"\f5b6"}.fa-sign:before{content:"\f4d9"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-signature:before{content:"\f5b7"}.fa-sim-card:before{content:"\f7c4"}.fa-simplybuilt:before{content:"\f215"}.fa-sink:before{content:"\e06d"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-sith:before{content:"\f512"}.fa-skating:before{content:"\f7c5"}.fa-sketch:before{content:"\f7c6"}.fa-skiing:before{content:"\f7c9"}.fa-skiing-nordic:before{content:"\f7ca"}.fa-skull:before{content:"\f54c"}.fa-skull-crossbones:before{content:"\f714"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-slash:before{content:"\f715"}.fa-sleigh:before{content:"\f7cc"}.fa-sliders-h:before{content:"\f1de"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-smile-beam:before{content:"\f5b8"}.fa-smile-wink:before{content:"\f4da"}.fa-smog:before{content:"\f75f"}.fa-smoking:before{content:"\f48d"}.fa-smoking-ban:before{content:"\f54d"}.fa-sms:before{content:"\f7cd"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snowboarding:before{content:"\f7ce"}.fa-snowflake:before{content:"\f2dc"}.fa-snowman:before{content:"\f7d0"}.fa-snowplow:before{content:"\f7d2"}.fa-soap:before{content:"\e06e"}.fa-socks:before{content:"\f696"}.fa-solar-panel:before{content:"\f5ba"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-down-alt:before{content:"\f881"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-alpha-up-alt:before{content:"\f882"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-down-alt:before{content:"\f884"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-amount-up-alt:before{content:"\f885"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-down-alt:before{content:"\f886"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-numeric-up-alt:before{content:"\f887"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-sourcetree:before{content:"\f7d3"}.fa-spa:before{content:"\f5bb"}.fa-space-shuttle:before{content:"\f197"}.fa-speakap:before{content:"\f3f3"}.fa-speaker-deck:before{content:"\f83c"}.fa-spell-check:before{content:"\f891"}.fa-spider:before{content:"\f717"}.fa-spinner:before{content:"\f110"}.fa-splotch:before{content:"\f5bc"}.fa-spotify:before{content:"\f1bc"}.fa-spray-can:before{content:"\f5bd"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-square-root-alt:before{content:"\f698"}.fa-squarespace:before{content:"\f5be"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-stackpath:before{content:"\f842"}.fa-stamp:before{content:"\f5bf"}.fa-star:before{content:"\f005"}.fa-star-and-crescent:before{content:"\f699"}.fa-star-half:before{content:"\f089"}.fa-star-half-alt:before{content:"\f5c0"}.fa-star-of-david:before{content:"\f69a"}.fa-star-of-life:before{content:"\f621"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-stopwatch-20:before{content:"\e06f"}.fa-store:before{content:"\f54e"}.fa-store-alt:before{content:"\f54f"}.fa-store-alt-slash:before{content:"\e070"}.fa-store-slash:before{content:"\e071"}.fa-strava:before{content:"\f428"}.fa-stream:before{content:"\f550"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-stroopwafel:before{content:"\f551"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-sun:before{content:"\f185"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-surprise:before{content:"\f5c2"}.fa-suse:before{content:"\f7d6"}.fa-swatchbook:before{content:"\f5c3"}.fa-swift:before{content:"\f8e1"}.fa-swimmer:before{content:"\f5c4"}.fa-swimming-pool:before{content:"\f5c5"}.fa-symfony:before{content:"\f83d"}.fa-synagogue:before{content:"\f69b"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tablets:before{content:"\f490"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tape:before{content:"\f4db"}.fa-tasks:before{content:"\f0ae"}.fa-taxi:before{content:"\f1ba"}.fa-teamspeak:before{content:"\f4f9"}.fa-teeth:before{content:"\f62e"}.fa-teeth-open:before{content:"\f62f"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-temperature-high:before{content:"\f769"}.fa-temperature-low:before{content:"\f76b"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-tenge:before{content:"\f7d7"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-the-red-yeti:before{content:"\f69d"}.fa-theater-masks:before{content:"\f630"}.fa-themeco:before{content:"\f5c6"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer:before{content:"\f491"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-think-peaks:before{content:"\f731"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-ticket-alt:before{content:"\f3ff"}.fa-tiktok:before{content:"\e07b"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-tint:before{content:"\f043"}.fa-tint-slash:before{content:"\f5c7"}.fa-tired:before{content:"\f5c8"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-toilet:before{content:"\f7d8"}.fa-toilet-paper:before{content:"\f71e"}.fa-toilet-paper-slash:before{content:"\e072"}.fa-toolbox:before{content:"\f552"}.fa-tools:before{content:"\f7d9"}.fa-tooth:before{content:"\f5c9"}.fa-torah:before{content:"\f6a0"}.fa-torii-gate:before{content:"\f6a1"}.fa-tractor:before{content:"\f722"}.fa-trade-federation:before{content:"\f513"}.fa-trademark:before{content:"\f25c"}.fa-traffic-light:before{content:"\f637"}.fa-trailer:before{content:"\e041"}.fa-train:before{content:"\f238"}.fa-tram:before{content:"\f7da"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-trash-restore:before{content:"\f829"}.fa-trash-restore-alt:before{content:"\f82a"}.fa-tree:before{content:"\f1bb"}.fa-trello:before{content:"\f181"}.fa-tripadvisor:before{content:"\f262"}.fa-trophy:before{content:"\f091"}.fa-truck:before{content:"\f0d1"}.fa-truck-loading:before{content:"\f4de"}.fa-truck-monster:before{content:"\f63b"}.fa-truck-moving:before{content:"\f4df"}.fa-truck-pickup:before{content:"\f63c"}.fa-tshirt:before{content:"\f553"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-tv:before{content:"\f26c"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-ubuntu:before{content:"\f7df"}.fa-uikit:before{content:"\f403"}.fa-umbraco:before{content:"\f8e8"}.fa-umbrella:before{content:"\f0e9"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-uncharted:before{content:"\e084"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-uniregistry:before{content:"\f404"}.fa-unity:before{content:"\e049"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-unsplash:before{content:"\e07c"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-ups:before{content:"\f7e0"}.fa-usb:before{content:"\f287"}.fa-user:before{content:"\f007"}.fa-user-alt:before{content:"\f406"}.fa-user-alt-slash:before{content:"\f4fa"}.fa-user-astronaut:before{content:"\f4fb"}.fa-user-check:before{content:"\f4fc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-clock:before{content:"\f4fd"}.fa-user-cog:before{content:"\f4fe"}.fa-user-edit:before{content:"\f4ff"}.fa-user-friends:before{content:"\f500"}.fa-user-graduate:before{content:"\f501"}.fa-user-injured:before{content:"\f728"}.fa-user-lock:before{content:"\f502"}.fa-user-md:before{content:"\f0f0"}.fa-user-minus:before{content:"\f503"}.fa-user-ninja:before{content:"\f504"}.fa-user-nurse:before{content:"\f82f"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-shield:before{content:"\f505"}.fa-user-slash:before{content:"\f506"}.fa-user-tag:before{content:"\f507"}.fa-user-tie:before{content:"\f508"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-users-cog:before{content:"\f509"}.fa-users-slash:before{content:"\e073"}.fa-usps:before{content:"\f7e1"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-vaadin:before{content:"\f408"}.fa-vector-square:before{content:"\f5cb"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-vest:before{content:"\e085"}.fa-vest-patches:before{content:"\e086"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-vial:before{content:"\f492"}.fa-vials:before{content:"\f493"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-video-slash:before{content:"\f4e2"}.fa-vihara:before{content:"\f6a7"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-virus:before{content:"\e074"}.fa-virus-slash:before{content:"\e075"}.fa-viruses:before{content:"\e076"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-voicemail:before{content:"\f897"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume-down:before{content:"\f027"}.fa-volume-mute:before{content:"\f6a9"}.fa-volume-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.fa-vote-yea:before{content:"\f772"}.fa-vr-cardboard:before{content:"\f729"}.fa-vuejs:before{content:"\f41f"}.fa-walking:before{content:"\f554"}.fa-wallet:before{content:"\f555"}.fa-warehouse:before{content:"\f494"}.fa-watchman-monitoring:before{content:"\e087"}.fa-water:before{content:"\f773"}.fa-wave-square:before{content:"\f83e"}.fa-waze:before{content:"\f83f"}.fa-weebly:before{content:"\f5cc"}.fa-weibo:before{content:"\f18a"}.fa-weight:before{content:"\f496"}.fa-weight-hanging:before{content:"\f5cd"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheelchair:before{content:"\f193"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wikipedia-w:before{content:"\f266"}.fa-wind:before{content:"\f72e"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-wine-bottle:before{content:"\f72f"}.fa-wine-glass:before{content:"\f4e3"}.fa-wine-glass-alt:before{content:"\f5ce"}.fa-wix:before{content:"\f5cf"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-wodu:before{content:"\e088"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-won-sign:before{content:"\f159"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wpressr:before{content:"\f3e4"}.fa-wrench:before{content:"\f0ad"}.fa-x-ray:before{content:"\f497"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yammer:before{content:"\f840"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yarn:before{content:"\f7e3"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yin-yang:before{content:"\f6ad"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.fa-zhihu:before{content:"\f63f"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;font-display:block;src:url(//www.slsu.edu.ph/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.eot);src:url(//www.slsu.edu.ph/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(//www.slsu.edu.ph/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.woff2) format("woff2"),url(//www.slsu.edu.ph/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.woff) format("woff"),url(//www.slsu.edu.ph/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.ttf) format("truetype"),url(//www.slsu.edu.ph/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.svg#fontawesome) format("svg")}.fa,.fas{font-family:"Font Awesome 5 Free";font-weight:900}.rs-p-wp-fix { display: none !important; margin: 0 !important; height: 0px !important; } .wp-block-themepunch-revslider { position: relative }   rs-modal { position: fixed !important; z-index: 9999999 !important; pointer-events: none !important;}
rs-modal.rs-modal-auto { top: auto;bottom: auto;left: auto; right:auto; }
rs-modal.rs-modal-fullwidth,
rs-modal.rs-modal-fullscreen { top: 0px; left: 0px; width: 100%; height: 100%; }
rs-modal rs-fullwidth-wrap { position: absolute; top: 0px; left: 0px; height: 100%;}
rs-module-wrap.rs-modal { display:none; max-height: 100% !important; overflow: auto !important;  pointer-events: auto !important;}
rs-module-wrap.hideallscrollbars.rs-modal { overflow: hidden !important; max-width: 100% !important}
rs-modal-cover { width: 100%; height: 100%; z-index: 0; background: transparent; position: absolute;top: 0px;left: 0px; cursor: pointer; pointer-events: auto}
body>rs-modal-cover { position: fixed; z-index: 9999995 !important; }
rs-sbg-px { pointer-events: none }
.rs-forceuntouchable,
.rs-forceuntouchable * { pointer-events: none !important; }
.rs-forcehidden * { visibility: hidden !important; } .rs_splitted_lines { display: block; white-space: nowrap !important}
.rs-go-fullscreen {
position:fixed !important;
width:100% !important;
height:100% !important;
top:0px !important;
left:0px !important;
z-index:9999999 !important;
background:#ffffff;
}
.rtl {	direction: rtl;}
@font-face {
font-family: 'revicons';
src: url(//www.slsu.edu.ph/wp-content/plugins/revslider/public/assets/fonts/revicons/revicons.eot?5510888);
src: url(//www.slsu.edu.ph/wp-content/plugins/revslider/public/assets/fonts/revicons/revicons.eot?5510888#iefix) format('embedded-opentype'),
url(//www.slsu.edu.ph/wp-content/plugins/revslider/public/assets/fonts/revicons/revicons.woff?5510888) format('woff'),
url(//www.slsu.edu.ph/wp-content/plugins/revslider/public/assets/fonts/revicons/revicons.ttf?5510888) format('truetype'),
url(//www.slsu.edu.ph/wp-content/plugins/revslider/public/assets/fonts/revicons/revicons.svg?5510888#revicons) format('svg');
font-weight: normal;
font-style: normal;
font-display: swap;
}
[class^="revicon-"]:before, [class*=" revicon-"]:before {
font-family: "revicons";
font-style: normal;
font-weight: normal;
speak: never;
speak-as: spell-out;
display: inline-block;
text-decoration: inherit;
width: 1em;
margin-right: .2em;
text-align: center; font-variant: normal;
text-transform: none; line-height: 1em;  margin-left: .2em;    }
rs-module i[class^="fa-"],
rs-module i[class*=" fa-"],
.rb-modal-wrapper i[class^="fa-"],
.rb-modal-wrapper i[class*=" fa-"],
#waitaminute i[class^="fa-"],
#waitaminute i[class*=" fa-"],
#objectlibrary i[class^="fa-"],
#objectlibrary i[class*=" fa-"],
#rs_overview i[class^="fa-"],
#rs_overview i[class*=" fa-"],
#rs_overview_menu i[class^="fa-"],
#rs_overview_menu i[class*=" fa-"],
#builderView i[class^="fa-"],
#builderView i[class*=" fa-"]
{
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
rs-module [class^="fa-"]:before,
rs-module [class*=" fa-"]:before,
.rb-modal-wrapper [class^="fa-"]:before,
.rb-modal-wrapper [class*=" fa-"]:before,
#rs_overview [class^="fa-"]:before,
#rs_overview [class*=" fa-"]:before,
#objectlibrary [class^="fa-"]:before,
#objectlibrary [class*=" fa-"]:before,
#waitaminute [class^="fa-"]:before,
#waitaminute [class*=" fa-"]:before,
#rs_overview_menu [class^="fa-"]:before,
#rs_overview_menu [class*=" fa-"]:before,
#builderView [class^="fa-"]:before,
#builderView [class*=" fa-"]:before
{
font-family: FontAwesome;
font-style: normal;
font-weight: 400;
speak: never;
speak-as: spell-out;
display: inline-block;
text-decoration: inherit;
width: auto;
margin-right: 0;
text-align: center;
font-variant: normal;
text-transform: none;
line-height: inherit;
margin-left: 0;
}
rs-module .sr-only,
#objectlibrary .sr-only,
#waitaminute .sr-only,
#rs_overview .sr-only,
#rs_overview_menu .sr-only,
.rb-modal-wrapper .sr-only,
#builderView .sr-only
{
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0;
}
rs-module .sr-only-focusable:active,
rs-module .sr-only-focusable:focus,
#waitaminute .sr-only-focusable:active,
#waitaminute .sr-only-focusable:focus,
#objectlibrary .sr-only-focusable:active,
#objectlibrary .sr-only-focusable:focus,
#rs_overview .sr-only-focusable:active,
#rs_overview .sr-only-focusable:focus,
#rs_overview_menu .sr-only-focusable:active,
#rs_overview_menu .sr-only-focusable:focus,
.rb-modal-wrapper .sr-only-focusable:active,
.rb-modal-wrapper .sr-only-focusable:focus,
#builderView .sr-only-focusable:active,
#builderView .sr-only-focusable:focus
{
position: static;
width: auto;
height: auto;
margin: 0;
overflow: visible;
clip: auto;
}
.revicon-search-1:before { content: '\e802'; } .revicon-pencil-1:before { content: '\e831'; } .revicon-picture-1:before { content: '\e803'; } .revicon-cancel:before { content: '\e80a'; } .revicon-info-circled:before { content: '\e80f'; } .revicon-trash:before { content: '\e801'; } .revicon-left-dir:before { content: '\e817'; } .revicon-right-dir:before { content: '\e818'; } .revicon-down-open:before { content: '\e83b'; } .revicon-left-open:before { content: '\e819'; } .revicon-right-open:before { content: '\e81a'; } .revicon-angle-left:before { content: '\e820'; } .revicon-angle-right:before { content: '\e81d'; } .revicon-left-big:before { content: '\e81f'; } .revicon-right-big:before { content: '\e81e'; } .revicon-magic:before { content: '\e807'; } .revicon-picture:before { content: '\e800'; } .revicon-export:before { content: '\e80b'; } .revicon-cog:before { content: '\e832'; } .revicon-login:before { content: '\e833'; } .revicon-logout:before { content: '\e834'; } .revicon-video:before { content: '\e805'; } .revicon-arrow-combo:before { content: '\e827'; } .revicon-left-open-1:before { content: '\e82a'; } .revicon-right-open-1:before { content: '\e82b'; } .revicon-left-open-mini:before { content: '\e822'; } .revicon-right-open-mini:before { content: '\e823'; } .revicon-left-open-big:before { content: '\e824'; } .revicon-right-open-big:before { content: '\e825'; } .revicon-left:before { content: '\e836'; } .revicon-right:before { content: '\e826'; } .revicon-ccw:before { content: '\e808'; } .revicon-arrows-ccw:before { content: '\e806'; } .revicon-palette:before { content: '\e829'; } .revicon-list-add:before { content: '\e80c'; } .revicon-doc:before { content: '\e809'; } .revicon-left-open-outline:before { content: '\e82e'; } .revicon-left-open-2:before { content: '\e82c'; } .revicon-right-open-outline:before { content: '\e82f'; } .revicon-right-open-2:before { content: '\e82d'; } .revicon-equalizer:before { content: '\e83a'; } .revicon-layers-alt:before { content: '\e804'; } .revicon-popup:before { content: '\e828'; }  .tp-fullwidth-forcer { z-index: 0; pointer-events: none}
rs-module-wrap { visibility: hidden }
rs-module-wrap,
rs-module-wrap * { box-sizing: border-box; -webkit-tap-highlight-color: rgba(0,0,0,0);}
rs-module-wrap {position:relative;z-index: 1;width:100%; display: block;}
.rs-fixedscrollon rs-module-wrap { position: fixed !important; top: 0px !important; z-index: 1000; left: 0 !important;}
.rs-stickyscrollon rs-module-wrap {  position: sticky !important; top:0px; z-index: 1000; }
.rs-stickyscrollon { overflow: visible !important; }
rs-fw-forcer { display:block;width:100%;pointer-events: none;}
rs-module { position:relative;overflow:hidden;display: block; }
rs-module.disableVerticalScroll { -ms-touch-action: pan-x; touch-action: pan-x; }
rs-pzimg-wrap,
rs-sbg-effectwrap,
rs-sbg { display: block; pointer-events: none  }
rs-sbg-effectwrap {
position:absolute;top:0px;left:0px;width:100%;height:100%
}
rs-carousel-wrap rs-column rs-layer img { width: 0px; height: 0px; }
rs-sbg-px,
rs-sbg-wrap {position:absolute; top:0px; left:0px; z-index:0;width:100%;height:100%;display: block;}
a.rs-layer,
a.rs-layer:-webkit-any-link { text-decoration: none }
a[x-apple-data-detectors] { color: inherit !important;   text-decoration: none !important;   font-size: inherit !important;   font-family: inherit !important;   font-weight: inherit !important;   line-height: inherit !important; }
.entry-content rs-module a, rs-module a { box-shadow: none; }
.rs-ov-hidden 		{ 	overflow:hidden !important;}
.rs-forceoverflow,
.rs-forceoverflow rs-module-wrap,
.rs-forceoverflow rs-module,
.rs-forceoverflow rs-slides,
.rs-forceoverflow rs-slide { overflow:visible !important}
.rs-parallax-hidden-of rs-slide { overflow:hidden !important}
.tp-simpleresponsive img,
rs-module img{
max-width:none !important;
transition: none;
margin:0px;
padding:0px;
border:none;
}
rs-module .no-slides-text{font-weight:bold;text-align:center;padding-top:80px;}
rs-slides, rs-slide, rs-slide:before {	 position:absolute;text-indent: 0em;top:0px;left:0px;}
rs-slide,rs-slide:before {  display:block; visibility:hidden; }
.rs-layer .rs-untoggled-content { display:block;}
.rs-layer .rs-toggled-content { display:none;}
.rs-tc-active.rs-layer > .rs-toggled-content { display:block;}
.rs-tc-active.rs-layer > .rs-untoggled-content { display:none;}
.rs-layer-video { overflow: hidden }
.rs_html5vidbasicstyles { position:relative;top:0px;left:0px;width:100%;height:100%; overflow:hidden; }
rs-module rs-layer,
rs-module .rs-layer {
opacity: 0;
position:relative;
visibility: hidden; display: block;
-webkit-font-smoothing: antialiased !important;
-webkit-tap-highlight-color:rgba(0, 0, 0, 0);
-moz-osx-font-smoothing: grayscale;
z-index:1;
font-display: swap;
}
rs-layer-wrap,
rs-mask,
rs-module-wrap,
rs-module .rs-layer,
rs-module img {
user-select: none;	
}
rs-module rs-mask-wrap .rs-layer,
rs-module rs-mask-wrap *:last-child,
.wpb_text_column rs-module rs-mask-wrap .rs-layer,
.wpb_text_column rs-module rs-mask-wrap *:last-child{
margin-bottom:0;
}
.rs-svg svg {	width:100%; height:100%;position: relative;vertical-align: top}
rs-layer:not(.rs-wtbindex),
.rs-layer:not(.rs-wtbindex),
rs-alyer *:not(.rs-wtbindex),
.rs-layer *:not(.rs-wtbindex) { outline: none !important; } rs-carousel-wrap {
cursor:url(//www.slsu.edu.ph/wp-content/plugins/revslider/public/assets/css/openhand.cur), move;
}
rs-carousel-wrap.dragged {
cursor:url(//www.slsu.edu.ph/wp-content/plugins/revslider/public/assets/css/closedhand.cur), move;
}
rs-carousel-wrap.noswipe {
cursor: default;
}
rs-carousel-wrap { position: absolute; overflow: hidden;  width:100%;height:100%;top:0px;left:0px;}
rs-carousel-space { clear:both;display:block;width:100%;height:0px;position:relative;} .tp_inner_padding {
box-sizing:border-box;
max-height:none !important;
}
.rs-layer.rs-selectable {
user-select: text;	
}
rs-px-mask {
overflow: hidden;
display: block;
width: 100%;
height: 100%;
position: relative;
}
rs-module embed,
rs-module iframe,
rs-module object,
rs-module audio,
rs-module video {
max-width: none !important;
border: none;
}
rs-bg-elem 	{	position:absolute; top:0px;left:0px; width:100%;height:100%;z-index:0; display: block; pointer-events: none; }
.tp-blockmask,
.tp-blockmask_in,
.tp-blockmask_out { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; background: #fff; z-index: 1000; transform: scaleX(0) scaleY(0);} rs-zone			{	position:absolute; width:100%;left:0px; box-sizing: border-box;min-height:50px; font-size:0px;pointer-events: none}
rs-row-wrap,
rs-column,
rs-cbg-mask-wrap {	display:block; visibility: hidden}
rs-layer-wrap,
rs-parallax-wrap,
rs-loop-wrap,
rs-mask-wrap { display: block; }
rs-column-wrap>rs-mask-wrap,
rs-column-wrap>rs-loop-wrap { z-index: 1 }
rs-layer-wrap,
rs-mask-wrap,
rs-cbg-mask-wrap
{ transform-style:flat;} @media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) 
{ 
rs-carousel-wrap rs-layer-wrap, rs-carousel-wrap rs-loop-wrap {backface-visibility: hidden;transform-style: preserve-3d;}
}
.safarifix rs-layer-wrap {
perspective: 1000000;
}
@-moz-document url-prefix() {
rs-layer-wrap,
rs-mask-wrap,
rs-cbg-mask-wrap { perspective: none; }
}
rs-mask-wrap { overflow: hidden }
rs-fullwidth-wrap { position:relative;width:100%;height:auto;display: block; overflow:visible;max-width:none !important;}
.rev_row_zone_top 				{	top:0px;}
.rev_row_zone_bottom 			{	bottom:0px;}
.rev_row_zone_middle			{ top: 0px;}
rs-column-wrap .rs-parallax-wrap  { vertical-align: top }
.rs-layer img,
rs-layer img { vertical-align: top }
rs-row,
rs-row.rs-layer 	{
display:table;
position:relative;
width:100% !important;
table-layout: fixed;
box-sizing: border-box;
vertical-align: top;
height:auto;
font-size:0px;
}
.rs-layer.rs-waction.iospermaccwait.permanenthidden { display:none !important; visibility:hidden !important; pointer-events: none !important;}
rs-column-wrap {
display: table-cell;
position: relative;
vertical-align: top;
height: auto;
box-sizing: border-box;
font-size:0px;
}
rs-column {
box-sizing: border-box;
display: block;
position: relative;
width:100% !important;
height:auto !important;
white-space: normal !important;
}
rs-cbg-mask-wrap {
position: absolute;
z-index: 0;
box-sizing: border-box;
}
rs-column-wrap rs-cbg-mask-wrap { top: 0px; left: 0px; bottom: 0px; right: 0px; }
rs-column-bg {
position: absolute;
z-index: 0;
box-sizing: border-box;
width: 100%;
height: 100%;
}
.rs-pelock * { pointer-events: none !important;}
rs-column .rs-parallax-wrap,
rs-column rs-loop-wrap,
rs-column rs-mask-wrap 			{	text-align: inherit; }
rs-column rs-mask-wrap 			{	display: inline-block;}
rs-column .rs-parallax-wrap rs-loop-wrap,
rs-column .rs-parallax-wrap rs-mask-wrap,
rs-column .rs-parallax-wrap { position: relative; left:auto; top:auto; line-height: 0px;}
rs-column .rs-parallax-wrap rs-loop-wrap,
rs-column .rs-parallax-wrap rs-mask-wrap,
rs-column .rs-parallax-wrap,
rs-column .rev_layer_in_column { vertical-align: top; }
.rev_break_columns { display: block !important }
.rev_break_columns rs-column-wrap.rs-parallax-wrap  { display:block !important; width:100% !important; }
.rev_break_columns rs-column-wrap.rs-parallax-wrap.rs-layer-hidden,
.tp-forcenotvisible,
.tp-hide-revslider,
rs-row-wrap.rs-layer-hidden,
rs-column-wrap.rs-layer-hidden,
.rs-layer.rs-layer-hidden,
.rs-layer-audio.rs-layer-hidden,
.rs-parallax-wrap.rs-layer-hidden {
visibility:hidden !important;
display:none !important
}  a.rs-layer.rs-nointeraction >.div,
rs-layer.rs-nointeraction:not(a),
.rs-layer.rs-nointeraction:not(a) {
pointer-events: none !important
}
rs-static-layers	{position:absolute; z-index:101; top:0px;left:0px; display: block; width: 100%;height: 100%; pointer-events: none; overflow: hidden} rs-static-layers.rs-stl-back {
z-index:0;
}
.rs-stl-visible{
overflow: visible !important;
}
.rs-layer rs-fcr 	{ width: 0; height: 0; border-left: 40px solid transparent; border-right: 0px solid transparent; border-bottom-width: 0 !important; border-top: 40px solid #00A8FF; position: absolute; right: 100%; top: 0px; }
.rs-layer rs-fcrt 	{ width: 0; height: 0; border-left: 40px solid transparent; border-right: 0px solid transparent; border-top-width: 0 !important; border-bottom: 40px solid #00A8FF; position: absolute; right: 100%; top: 0px; }
.rs-layer rs-bcr 	{ width: 0; height: 0; border-left: 0px solid transparent; border-right: 40px solid transparent; border-bottom: 40px solid #00A8FF; border-top-width: 0 !important; position: absolute; left: 100%; top: 0px; }
.rs-layer rs-bcrt 	{ width: 0; height: 0; border-left: 0px solid transparent; border-right: 40px solid transparent; border-top: 40px solid #00A8FF; border-bottom-width: 0 !important; position: absolute; left: 100%; top: 0px; }
.tp-layer-inner-rotation {
position: relative !important;
} img.tp-slider-alternative-image	{
width:100%; height:auto;
} .noFilterClass {
filter:none !important;
} rs-bgvideo 			{	position: absolute;top:0px;left:0px; width:100%;height:100%;z-index: 0; display: block}
.rs-layer.rs-fsv	{	top:0px;left:0px;  position:absolute;width:100%;height:100%}
.rs-layer.rs-fsv audio,
.rs-layer.rs-fsv video,
.rs-layer.rs-fsv iframe,
.rs-layer.rs-fsv iframe audio,
.rs-layer.rs-fsv iframe video	{ width:100%; height:100% ; }
.rs-fsv video				{	background: #000}
.fullcoveredvideo rs-poster		{	background-position: center center;background-size: cover;width:100%;height:100%;top:0px;left:0px}
.videoisplaying .html5vid rs-poster	{	display: none}
.tp-video-play-button					{
background:#000;
background:rgba(0,0,0,0.3);
border-radius:5px;
position: absolute;
top: 50%;
left: 50%;
color: #FFF;
z-index: 3;
margin-top: -25px;
margin-left: -25px;
line-height: 50px !important;
text-align: center;
cursor: pointer;
width: 50px;
height:50px;
box-sizing: border-box;
display: inline-block;
vertical-align: top;
z-index: 4;
opacity: 0;
transition:opacity 300ms ease-out !important;
}
.rs-ISM .tp-video-play-button{
opacity: 1;
transition: none !important;
z-index: 6;
}
.rs-audio .tp-video-play-button { display:none !important;}
.rs-layer .html5vid					{	width:100% !important; height:100% !important;}
.tp-video-play-button i 				{	width:50px;height:50px; display:inline-block; text-align: center !important; vertical-align: top; line-height: 50px !important; font-size: 30px !important;}
.rs-layer:hover .tp-video-play-button	{	opacity: 1; display:block; z-index: 6;}
.rs-layer .tp-revstop					{	display:none;width: 15px; border-right: 5px solid #fff !important; border-left:5px solid #fff !important; transform: translateX(50%) translateY(50%);height: 20px;margin-left: 11px !important;margin-top: 5px !important;}
.videoisplaying .revicon-right-dir		{	display:none}
.videoisplaying .tp-revstop				{	display:block}
.videoisplaying  .tp-video-play-button			{	display:none}
.fullcoveredvideo .tp-video-play-button			{	display:none !important}
.rs-fsv .rs-fsv audio 		{	object-fit:contain !important;}
.rs-fsv .rs-fsv video 		{	object-fit:contain !important;}
.rs-layer-video .html5vid.hidefullscreen video::-webkit-media-controls-fullscreen-button  { display: none; }
@supports not (-ms-high-contrast:none) { .rs-fsv .fullcoveredvideo audio 		{	object-fit:cover !important;}
.rs-fsv .fullcoveredvideo video 		{	object-fit:cover !important;}
}
.rs-fullvideo-cover					{	width:100%;height:100%;top:0px;left:0px;position: absolute; background:transparent;z-index:5;}
.rs-nolc .tp-video-play-button,
rs-bgvideo video::-webkit-media-controls-start-playback-button,
rs-bgvideo video::-webkit-media-controls,
rs-bgvideo audio::-webkit-media-controls { display:none !important;}
.rs-audio .tp-video-controls {	opacity: 1 !important; visibility: visible !important}
rs-module h1.rs-layer,
rs-module h2.rs-layer,
rs-module h3.rs-layer,
rs-module h4.rs-layer,
rs-module h5.rs-layer,
rs-module h6.rs-layer,
rs-module div.rs-layer,
rs-module span.rs-layer,
rs-module p.rs-layer 	{	margin:0; padding:0; margin-block-start: 0; margin-block-end: 0; margin-inline-start: 0; margin-inline-end: 0;}
rs-module h1.rs-layer:before,
rs-module h2.rs-layer:before,
rs-module h3.rs-layer:before,
rs-module h4.rs-layer:before,
rs-module h5.rs-layer:before,
rs-module h6.rs-layer:before { content: none; } rs-dotted						{	background-repeat:repeat;width:100%;height:100%;position:absolute;top:0px;left:0px;z-index:3;display:block;pointer-events: none}
rs-sbg-wrap rs-dotted 			{ z-index: 31 }
rs-dotted.twoxtwo				{	background:url(//www.slsu.edu.ph/wp-content/plugins/revslider/public/assets/assets/gridtile.png)}
rs-dotted.twoxtwowhite			{	background:url(//www.slsu.edu.ph/wp-content/plugins/revslider/public/assets/assets/gridtile_white.png)}
rs-dotted.threexthree			{	background:url(//www.slsu.edu.ph/wp-content/plugins/revslider/public/assets/assets/gridtile_3x3.png)}
rs-dotted.threexthreewhite		{	background:url(//www.slsu.edu.ph/wp-content/plugins/revslider/public/assets/assets/gridtile_3x3_white.png)} .tp-shadowcover	{	width:100%;height:100%;top:0px;left:0px;background: #fff;position: absolute; z-index: -1;}
.tp-shadow1 	{	box-shadow: 0 10px 6px -6px rgba(0,0,0,0.8);}
.tp-shadow2:before, .tp-shadow2:after,
.tp-shadow3:before, .tp-shadow4:after
{
z-index: -2;
position: absolute;
content: "";
bottom: 10px;
left: 10px;
width: 50%;
top: 85%;
max-width:300px;
background: transparent;
box-shadow: 0 15px 10px rgba(0,0,0,0.8);
transform: rotate(-3deg);
}
.tp-shadow2:after,
.tp-shadow4:after
{
transform: rotate(3deg);
right: 10px;
left: auto;
}
.tp-shadow5
{
position:relative;
box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.tp-shadow5:before, .tp-shadow5:after
{
content:"";
position:absolute;
z-index:-2;
box-shadow:0 0 25px 0px  rgba(0,0,0,0.6);
top:30%;
bottom:0;
left:20px;
right:20px;
border-radius:100px / 20px;
} .rev-btn,
.rev-btn:visited						{ 	outline:none !important; box-shadow:none; text-decoration: none !important;  box-sizing:border-box;  cursor: pointer;}
.rev-btn.rev-uppercase,
.rev-btn.rev-uppercase:visited			{ 	text-transform: uppercase;  }
.rev-btn  i								{ 	font-size: inherit; font-weight: normal; position: relative; top: 0px; transition: opacity 0.2s ease-out, margin 0.2s ease-out;  margin-left:0px; line-height: inherit}
.rev-btn.rev-hiddenicon i				{ 	font-size: inherit; font-weight: normal; position: relative; top: 0px; transition: opacity 0.2s ease-out, margin 0.2s ease-out; opacity: 0; margin-left:0px !important; width:0px !important;  }
.rev-btn.rev-hiddenicon:hover i			{   opacity: 1 !important; margin-left:10px !important; width:auto !important;} .rev-burger {
position: relative;
box-sizing: border-box;
padding: 22px 14px 22px 14px;
border-radius: 50%;
border: 1px solid rgba(51,51,51,0.25);
-webkit-tap-highlight-color: rgba(0,0,0,0);
-webkit-tap-highlight-color: transparent;
cursor: pointer;
}
.rev-burger span {
display: block;
width: 30px;
height: 3px;
background: #333;
transition: .7s;
pointer-events: none;
transform-style: flat !important;
}
.rev-burger span:nth-child(2) {
margin: 3px 0;
}
.quick_style_example_wrap .rev-burger:hover :first-child,
#dialog_addbutton .rev-burger:hover :first-child,
.open .rev-burger :first-child,
.open.rev-burger :first-child {
transform: translateY(6px) rotate(-45deg);
}
.quick_style_example_wrap .rev-burger:hover :nth-child(2),
#dialog_addbutton .rev-burger:hover :nth-child(2),
.open .rev-burger :nth-child(2),
.open.rev-burger :nth-child(2) {
transform: rotate(-45deg);
opacity: 0;
}
.quick_style_example_wrap .rev-burger:hover :last-child,
#dialog_addbutton .rev-burger:hover :last-child,
.open .rev-burger :last-child,
.open.rev-burger :last-child {
transform: translateY(-6px) rotate(-135deg);
}
.rev-burger.revb-white {
border: 2px solid rgba(255,255,255,0.2);
}
.rev-b-span-light span,
.rev-burger.revb-white span {
background: #fff;
}
.rev-burger.revb-whitenoborder {
border: 0;
}
.rev-burger.revb-whitenoborder span {
background: #fff;
}
.rev-burger.revb-darknoborder {
border: 0;
}
.rev-b-span-dark span,
.rev-burger.revb-darknoborder span {
background: #333;
}
.rev-burger.revb-whitefull {
background: #fff;
border:none;
}
.rev-burger.revb-whitefull span {
background:#333;
}
.rev-burger.revb-darkfull {
background: #333;
border:none;
}
.rev-burger.revb-darkfull span {
background:#fff;
} @keyframes rev-ani-mouse {
0% {opacity: 1;top: 29%;}
15% {opacity: 1;top: 70%;}
50% {opacity: 0;top: 70%;}
100% {opacity: 0;top: 29%;}
}
.rev-scroll-btn {
display: inline-block;
position: relative;
left: 0;
right: 0;
text-align: center;
cursor: pointer;
width:35px;
height:55px;
box-sizing: border-box;
border: 3px solid white;
border-radius: 23px;
}
.rev-scroll-btn > * {
display: inline-block;
line-height: 18px;
font-size: 13px;
font-weight: normal;
color: #7f8c8d;
color: #ffffff;
font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
letter-spacing: 2px;
}
.rev-scroll-btn > *:hover,
.rev-scroll-btn > *:focus,
.rev-scroll-btn > *.active {
color: #ffffff;
}
.rev-scroll-btn > *:hover,
.rev-scroll-btn > *:focus,
.rev-scroll-btn > *:active,
.rev-scroll-btn > *.active {
opacity: 0.8;
}
.rev-scroll-btn.revs-fullwhite  {
background:#fff;
}
.rev-scroll-btn.revs-fullwhite span {
background: #333;
}
.rev-scroll-btn.revs-fulldark  {
background:#333;
border:none;
}
.rev-scroll-btn.revs-fulldark  span {
background: #fff;
}
.rev-scroll-btn span {
position: absolute;
display: block;
top: 29%;
left: 50%;
width: 8px;
height: 8px;
margin: -4px 0 0 -4px;
border-radius: 50%;
animation: rev-ani-mouse 2.5s linear infinite;
background: #fff;
}
.rev-scroll-btn.rev-b-span-dark {
border-color:#333;
}
.rev-scroll-btn.rev-b-span-dark span,
.rev-scroll-btn.revs-dark span {
background: #333;
}
.rev-control-btn {
position: relative;
display: inline-block;
z-index: 5;
color: #FFF;
font-size: 20px;
line-height: 60px;
font-weight: 400;
font-style: normal;
font-family: Raleway;
text-decoration: none;
text-align: center;
background-color: #000;
border-radius: 50px;
text-shadow: none;
background-color: rgba(0, 0, 0, 0.50);
width:60px;
height:60px;
box-sizing: border-box;
cursor: pointer;
}
.rev-cbutton-dark-sr	{
border-radius: 3px;
}
.rev-cbutton-light	{
color: #333;
background-color: rgba(255,255,255, 0.75);
}
.rev-cbutton-light-sr	{
color: #333;
border-radius: 3px;
background-color: rgba(255,255,255, 0.75);
}
.rev-sbutton {
line-height: 37px;
width:37px;
height:37px;
}
.rev-sbutton-blue	{
background-color: #3B5998
}
.rev-sbutton-lightblue	{
background-color: #00A0D1;
}
.rev-sbutton-red	{
background-color: #DD4B39;
} rs-progress						{	visibility: hidden; position:absolute; z-index:200;width:100%;height:100%;}
rs-progress-bar,
.rs-progress-bar				{ 	display:block;z-index: 20;box-sizing: border-box;background-clip: content-box;position: absolute;line-height:0px;width:100%;height:100%;}
rs-progress-bgs 				{ 	display:block;z-index: 15;box-sizing: border-box; width: 100%; position: absolute; height: 100%; top: 0px; left: 0px; }
rs-progress-bg					{	display:block;background-clip: content-box; position: absolute;width:100%;height:100%;}
rs-progress-gap					{	display:block;background-clip: content-box; position: absolute;width:100%;height:100%;}
rs-progress-vis 				{ 	display:block;width: 100%;height: 100%; position: absolute;top: 0px;left: 0px } .rs-layer img {
background: transparent;
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF); } .rs-layer.slidelink { cursor:pointer;width:100%;height:100%; }
.rs-layer.slidelink a {	width:100%;height:100%;display:block}
.rs-layer.slidelink a div {	width:3000px; height:1500px;  background:url(//www.slsu.edu.ph/wp-content/plugins/revslider/public/assets/assets/coloredbg.png) repeat}
.rs-layer.slidelink a span{	background:url(//www.slsu.edu.ph/wp-content/plugins/revslider/public/assets/assets/coloredbg.png) repeat; width:100%;height:100%;display:block}  .rs-layer .rs-starring				{	display: inline-block}
.rs-layer .rs-starring .star-rating {
float: none;
display: inline-block;
vertical-align: top;
color: #FFC321 !important;
}
.rs-layer .rs-starring .star-rating,
.rs-layer .rs-starring-page .star-rating {
position: relative;
height: 1em;
width: 5.4em;
font-family: star;
font-size: 1em !important;
}
.rs-layer  .rs-starring .star-rating:before,
.rs-layer  .rs-starring-page .star-rating:before {
content: "\73\73\73\73\73";
color: #E0DADF;
float: left;
top: 0;
left: 0;
position: absolute;
}
.rs-layer .rs-starring .star-rating span {
overflow: hidden;
float: left;
top: 0;
left: 0;
position: absolute;
padding-top: 1.5em;
font-size: 1em !important;
}
.rs-layer .rs-starring .star-rating span:before,
.rs-layer .rs-starring .star-rating span:before {
content: "\53\53\53\53\53";
top: 0;
position: absolute;
left: 0;
} rs-loader 	{
top:50%; left:50%;
z-index:10000;
position:absolute;
}
rs-loader.off {
display: none !important;
}
rs-loader.spinner0 {
width: 40px;
height: 40px;
background-color: #fff;
background-image:url(//www.slsu.edu.ph/wp-content/plugins/revslider/public/assets/assets/loader.gif);
background-repeat:no-repeat;
background-position: center center;
box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
margin-top:-20px;
margin-left:-20px;
animation: tp-rotateplane 1.2s infinite ease-in-out;
border-radius: 3px;
}
rs-loader.spinner1 {
width: 40px;
height: 40px;
background-color: #fff;
box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
margin-top:-20px;
margin-left:-20px;
animation: tp-rotateplane 1.2s infinite ease-in-out;
border-radius: 3px;
}
rs-loader.spinner5 	{
background-image:url(//www.slsu.edu.ph/wp-content/plugins/revslider/public/assets/assets/loader.gif);
background-repeat:no-repeat;
background-position:10px 10px;
background-color:#fff;
margin:-22px -22px;
width:44px;height:44px;
border-radius: 3px;
}
@keyframes tp-rotateplane {
0% { transform: perspective(120px) rotateX(0deg) rotateY(0deg);}
50% { transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);}
100% { transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);}
}
rs-loader.spinner2 {
width: 40px;
height: 40px;
margin-top:-20px;margin-left:-20px;
background-color: #ff0000;
box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
border-radius: 100%;
animation: tp-scaleout 1.0s infinite ease-in-out;
}
@keyframes tp-scaleout {
0% {transform: scale(0.0);}
100% {transform: scale(1.0);opacity: 0;}
}
rs-loader.spinner3 {
margin: -9px 0px 0px -35px;
width: 70px;
text-align: center;
}
rs-loader.spinner3 .bounce1,
rs-loader.spinner3 .bounce2,
rs-loader.spinner3 .bounce3 {
width: 18px;
height: 18px;
background-color: #fff;
box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
border-radius: 100%;
display: inline-block;
animation: tp-bouncedelay 1.4s infinite ease-in-out; animation-fill-mode: both;
}
rs-loader.spinner3 .bounce1 {
animation-delay: -0.32s;
}
rs-loader.spinner3 .bounce2 {
animation-delay: -0.16s;
}
@keyframes tp-bouncedelay {
0%, 80%, 100% {transform: scale(0.0);}
40% {transform: scale(1.0);}
}
rs-loader.spinner4 {
margin: -20px 0px 0px -20px;
width: 40px;
height: 40px;
text-align: center;
animation: tp-rotate 2.0s infinite linear;
}
rs-loader.spinner4 .dot1,
rs-loader.spinner4 .dot2 {
width: 60%;
height: 60%;
display: inline-block;
position: absolute;
top: 0;
background-color: #fff;
border-radius: 100%;
animation: tp-bounce 2.0s infinite ease-in-out;
box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
}
rs-loader.spinner4 .dot2 {
top: auto;
bottom: 0px;
animation-delay: -1.0s;
}
@keyframes tp-rotate { 100% { transform: rotate(360deg);}}
@keyframes tp-bounce {
0%, 100% {transform: scale(0.0);}
50% { transform: scale(1.0);}
}
rs-layer iframe { visibility:hidden;}
rs-layer.rs-ii-o iframe { visibility: visible; }
rs-layer input[type="text"],
rs-layer input[type="email"],
rs-layer input[type="url"],
rs-layer input[type="password"],
rs-layer input[type="search"],
rs-layer input[type="number"],
rs-layer input[type="tel"],
rs-layer input[type="range"],
rs-layer input[type="date"],
rs-layer input[type="month"],
rs-layer input[type="week"],
rs-layer input[type="time"],
rs-layer input[type="datetime"],
rs-layer input[type="datetime-local"] { display: inline-block }
rs-layer input::placeholder { vertical-align: middle; line-height: inherit !important}
a.rs-layer { transition: none } rs-thumbs-wrap,
rs-tabs-wrap,
rs-thumbs,
rs-thumb,
rs-tab,
rs-bullet,
rs-bullets,
rs-navmask,
rs-tabs,
rs-arrow 					{	display:block; pointer-events: all;} .tp-thumbs.navbar,
.tp-bullets.navbar,
.tp-tabs.navbar					{	border:none; min-height: 0; margin:0; border-radius: 0; }
.tp-tabs,
.tp-thumbs,
.tp-bullets						{	position:absolute; display:block; z-index:1000; top:0px; left:0px;}
.tp-tab,
.tp-thumb 						{	cursor: pointer; position:absolute;opacity:0.5;  box-sizing: border-box;}
.tp-arr-imgholder,
rs-poster,
.tp-thumb-image,
.tp-tab-image					{	background-position: center center; background-size:cover;width:100%;height:100%; display:block; position:absolute;top:0px;left:0px;}
rs-poster 						 { cursor:pointer; z-index:3; }
.tp-tab.rs-touchhover,
.tp-tab.selected,
.tp-thumb.rs-touchhover,
.tp-thumb.selected				{	opacity:1;}
.tp-tab-mask,
.tp-thumb-mask 					{	box-sizing:border-box !important; }
.tp-tabs,
.tp-thumbs						{	box-sizing:content-box !important; }
.tp-bullet 						{	width:15px;height:15px; position:absolute; background:#fff; background:rgba(255,255,255,0.3); cursor: pointer;}
.tp-bullet.selected,
.tp-bullet.rs-touchhover				{	background:#fff;}
.tparrows						{	cursor:pointer; background:#000; background:rgba(0,0,0,0.5); width:40px;height:40px;position:absolute; display:block; z-index:1000; }
.tparrows.rs-touchhover 				{	background:#000;}
.tparrows:before				{	font-family: "revicons"; font-size:15px; color:#fff; display:block; line-height: 40px; text-align: center;}
.tparrows.tp-leftarrow:before	{	content: '\e824'; }
.tparrows.tp-rightarrow:before	{	content: '\e825'; }  .rs-layer [class^="pe-7s-"]:before,
.rs-layer [class*=" pe-7s-"]:before,
.rs-layer [class^="pe-7s-"],
.rs-layer [class*=" pe-7s-"] {
width: auto;
margin: 0;
line-height: inherit;
box-sizing: inherit;
} rs-pzimg-wrap { display: block; }
body.rtl .rs-pzimg {left: 0 !important} .rs_fake_cube {transform-style:preserve-3d}
.rs_fake_cube,
.rs_fake_cube_wall { position:absolute; -webkit-backface-visibility:hidden; backface-visibility:hidden; left:0px; top:0px; z-index: 0 }
.rs-builder-mode rs-sbg-wrap canvas,
rs-sbg canvas { overflow: hidden; z-index: 5; -webkit-backface-visibility:hidden; backface-visibility:hidden;} .dddwrappershadow { box-shadow:0 45px 100px rgba(0, 0, 0, 0.4);}
.dddwrapper { transform-style: flat;perspective: 10000px; } .rs_error_message_box { background: #111;width:800px;margin: 40px auto;padding: 40px 20px;text-align: center;font-family: "Open Sans",sans-serif}
.rs_error_message_oops {margin: 0px 0px 20px;line-height: 60px;font-size: 34px;color: #FFF;}
.rs_error_message_content {margin: 0px 0px 20px;line-height: 25px;font-size: 17px;color: #FFF;}
.rs_error_message_button {color: #fff !important;background: #333;display: inline-block;padding: 10px 15px;text-align: right;border-radius: 5px;cursor: pointer;text-decoration: none !important}
.rs_error_message_button:hover {  background:#5e35b1}
.hglayerinfo				   {position: fixed;bottom: 0px;left: 0px;color: #FFF;font-size: 12px;line-height: 20px;font-weight: 600;background: rgba(0, 0, 0, 0.75);padding: 5px 10px;z-index: 2000;white-space: normal;}
.hginfo 					   {position:absolute;top:-2px;left:-2px;color:#e74c3c;font-size:12px;font-weight:600; background:#000;padding:2px 5px;}
.indebugmode .rs-layer:hover {border:1px dashed #c0392b !important;}
.helpgrid 					   {border:2px dashed #c0392b;position:absolute;top:0px;left:0px;z-index:0 }
#revsliderlogloglog				{padding:15px;color:#fff;position:fixed; top:0px;left:0px;width:200px;height:150px;background:rgba(0,0,0,0.7); z-index:100000; font-size:10px; overflow:scroll;} .aden{filter:hue-rotate(-20deg) contrast(.9) saturate(.85) brightness(1.2)}.aden::after{background:linear-gradient(to right,rgba(66,10,14,.2),transparent);mix-blend-mode:darken}.perpetua::after,.reyes::after{mix-blend-mode:soft-light;opacity:.5}.inkwell{filter:sepia(.3) contrast(1.1) brightness(1.1) grayscale(1)}.perpetua::after{background:linear-gradient(to bottom,#005b9a,#e6c13d)}.reyes{filter:sepia(.22) brightness(1.1) contrast(.85) saturate(.75)}.reyes::after{background:#efcdad}.gingham{filter:brightness(1.05) hue-rotate(-10deg)}.gingham::after{background:linear-gradient(to right,rgba(66,10,14,.2),transparent);mix-blend-mode:darken}.toaster{filter:contrast(1.5) brightness(.9)}.toaster::after{background:radial-gradient(circle,#804e0f,#3b003b);mix-blend-mode:screen}.walden{filter:brightness(1.1) hue-rotate(-10deg) sepia(.3) saturate(1.6)}.walden::after{background:#04c;mix-blend-mode:screen;opacity:.3}.hudson{filter:brightness(1.2) contrast(.9) saturate(1.1)}.hudson::after{background:radial-gradient(circle,#a6b1ff 50%,#342134);mix-blend-mode:multiply;opacity:.5}.earlybird{filter:contrast(.9) sepia(.2)}.earlybird::after{background:radial-gradient(circle,#d0ba8e 20%,#360309 85%,#1d0210 100%);mix-blend-mode:overlay}.mayfair{filter:contrast(1.1) saturate(1.1)}.mayfair::after{background:radial-gradient(circle at 40% 40%,rgba(255,255,255,.8),rgba(255,200,200,.6),#111 60%);mix-blend-mode:overlay;opacity:.4}.lofi{filter:saturate(1.1) contrast(1.5)}.lofi::after{background:radial-gradient(circle,transparent 70%,#222 150%);mix-blend-mode:multiply}._1977{filter:contrast(1.1) brightness(1.1) saturate(1.3)}._1977:after{background:rgba(243,106,188,.3);mix-blend-mode:screen}.brooklyn{filter:contrast(.9) brightness(1.1)}.brooklyn::after{background:radial-gradient(circle,rgba(168,223,193,.4) 70%,#c4b7c8);mix-blend-mode:overlay}.xpro2{filter:sepia(.3)}.xpro2::after{background:radial-gradient(circle,#e6e7e0 40%,rgba(43,42,161,.6) 110%);mix-blend-mode:color-burn}.nashville{filter:sepia(.2) contrast(1.2) brightness(1.05) saturate(1.2)}.nashville::after{background:rgba(0,70,150,.4);mix-blend-mode:lighten}.nashville::before{background:rgba(247,176,153,.56);mix-blend-mode:darken}.lark{filter:contrast(.9)}.lark::after{background:rgba(242,242,242,.8);mix-blend-mode:darken}.lark::before{background:#22253f;mix-blend-mode:color-dodge}.moon{filter:grayscale(1) contrast(1.1) brightness(1.1)}.moon::before{background:#a0a0a0;mix-blend-mode:soft-light}.moon::after{background:#383838;mix-blend-mode:lighten}.clarendon{filter:contrast(1.2) saturate(1.35)}.clarendon:before{background:rgba(127,187,227,.2);mix-blend-mode:overlay}.willow{filter:grayscale(.5) contrast(.95) brightness(.9)}.willow::before{background-image:radial-gradient(circle,40%, #d4a9af 55%,#000 150%);mix-blend-mode:overlay}.rise{filter:brightness(1.05) sepia(.2) contrast(.9) saturate(.9)}.rise::after{background:radial-gradient(circle,rgba(232,197,152,.8),transparent 90%);mix-blend-mode:overlay;opacity:.6}.rise::before{background:radial-gradient(circle,rgba(236,205,169,.15) 55%,rgba(50,30,7,.4));mix-blend-mode:multiply}._1977:after,._1977:before,rs-pzimg-wrap.aden:after,.aden:before,.brooklyn:after,.brooklyn:before,.clarendon:after,.clarendon:before,.earlybird:after,.earlybird:before,.gingham:after,.gingham:before,.hudson:after,.hudson:before,.inkwell:after,.inkwell:before,.lark:after,.lark:before,.lofi:after,.lofi:before,.mayfair:after,.mayfair:before,.moon:after,.moon:before,.nashville:after,.nashville:before,.perpetua:after,.perpetua:before,.reyes:after,.reyes:before,.rise:after,.rise:before,.slumber:after,.slumber:before,.toaster:after,.toaster:before,.walden:after,.walden:before,.willow:after,.willow:before,.xpro2:after,.xpro2:before{content:'';display:block;height:100%;width:100%;top:0;left:0;position:absolute;pointer-events:none}._1977,.aden,.brooklyn,.clarendon,.earlybird,.gingham,.hudson,.inkwell,.lark,.lofi,.mayfair,.moon,.nashville,.perpetua,.reyes,.rise,.slumber,.toaster,.walden,.willow,.xpro2{position:absolute;}._1977:before,.aden:before,.brooklyn:before,.clarendon:before,.earlybird:before,.gingham:before,.hudson:before,.inkwell:before,.lark:before,.lofi:before,.mayfair:before,.moon:before,.nashville:before,.perpetua:before,.reyes:before,.rise:before,.slumber:before,.toaster:before,.walden:before,.willow:before,.xpro2:before{z-index:30}._1977:after,.aden:after,.brooklyn:after,.clarendon:after,.earlybird:after,.gingham:after,.hudson:after,.inkwell:after,.lark:after,.lofi:after,.mayfair:after,.moon:after,.nashville:after,.perpetua:after,.reyes:after,.rise:after,.slumber:after,.toaster:after,.walden:after,.willow:after,.xpro2:after{z-index:40}.slumber{filter:saturate(.66) brightness(1.05)}.slumber::after{background:rgba(125,105,24,.5);mix-blend-mode:soft-light}.slumber::before{background:rgba(69,41,12,.4);mix-blend-mode:lighten}
.willow::after{background-color:#d8cdcb;mix-blend-mode:color} @media not all and (min-resolution:.001dpcm) {
@supports (-webkit-appearance:none) {
.willow{filter:grayscale(1) contrast(.95) brightness(.9)}
.willow::after{background-color:transparent;}
}}
rs-pzimg-wrap.perpetua:before,rs-pzimg-wrap.perpetua:after,rs-pzimg-wrap.nashville:before,rs-pzimg-wrap.nashville:after,rs-pzimg-wrap.xpro2:before,rs-pzimg-wrap.xpro2:after,rs-pzimg-wrap._1977:after,rs-pzimg-wrap._1977:before,rs-pzimg-wrap.aden:after,rs-pzimg-wrap.aden:before,rs-pzimg-wrap.brooklyn:after,rs-pzimg-wrap.brooklyn:before,rs-pzimg-wrap.clarendon:after,rs-pzimg-wrap.clarendon:before,rs-pzimg-wrap.earlybird:after,rs-pzimg-wrap.earlybird:before,rs-pzimg-wrap.gingham:after,rs-pzimg-wrap.gingham:before,rs-pzimg-wrap.hudson:after,rs-pzimg-wrap.hudson:before,rs-pzimg-wrap.inkwell:after,rs-pzimg-wrap.inkwell:before,rs-pzimg-wrap.lark:after,rs-pzimg-wrap.lark:before,rs-pzimg-wrap.lofi:after,rs-pzimg-wrap.lofi:before,rs-pzimg-wrap.mayfair:after,rs-pzimg-wrap.mayfair:before,rs-pzimg-wrap.moon:after,rs-pzimg-wrap.moon:before,rs-pzimg-wrap.reyes:after,rs-pzimg-wrap.reyes:before,rs-pzimg-wrap.rise:after,rs-pzimg-wrap.rise:before,rs-pzimg-wrap.slumber:after,rs-pzimg-wrap.slumber:before,rs-pzimg-wrap.toaster:after,rs-pzimg-wrap.toaster:before,rs-pzimg-wrap.walden:after,rs-pzimg-wrap.walden:before,rs-pzimg-wrap.willow:after,rs-pzimg-wrap.willow:before,rs-pzimg-wrap:before,rs-pzimg-wrap:after {height:500%;width:500%} rs-loader.spinner6{width:40px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner6 .rs-spinner-inner{width:100%;height:100%;display:inline-block;-webkit-animation:rs-revealer-6 1.4s linear infinite;animation:rs-revealer-6 1.4s linear infinite}rs-loader.spinner6 .rs-spinner-inner span{position:absolute;vertical-align:top;border-radius:100%;display:inline-block;width:8px;height:8px;margin-left:16px;transform-origin:center 20px;-webkit-transform-origin:center 20px}rs-loader.spinner6 .rs-spinner-inner span:nth-child(2){transform:rotate(36deg);-webkit-transform:rotate(36deg);opacity:.1}rs-loader.spinner6 .rs-spinner-inner span:nth-child(3){transform:rotate(72deg);-webkit-transform:rotate(72deg);opacity:.2}rs-loader.spinner6 .rs-spinner-inner span:nth-child(4){transform:rotate(108deg);-webkit-transform:rotate(108deg);opacity:.3}rs-loader.spinner6 .rs-spinner-inner span:nth-child(5){transform:rotate(144deg);-webkit-transform:rotate(144deg);opacity:.4}rs-loader.spinner6 .rs-spinner-inner span:nth-child(6){transform:rotate(180deg);-webkit-transform:rotate(180deg);opacity:.5}rs-loader.spinner6 .rs-spinner-inner span:nth-child(7){transform:rotate(216deg);-webkit-transform:rotate(216deg);opacity:.6}rs-loader.spinner6 .rs-spinner-inner span:nth-child(8){transform:rotate(252deg);-webkit-transform:rotate(252deg);opacity:.7}rs-loader.spinner6 .rs-spinner-inner span:nth-child(9){transform:rotate(288deg);-webkit-transform:rotate(288deg);opacity:.8}rs-loader.spinner6 .rs-spinner-inner span:nth-child(10){transform:rotate(324deg);-webkit-transform:rotate(324deg);opacity:.9}@keyframes rs-revealer-6{from{transform:rotate(0)}to{transform:rotate(360deg)}}@-webkit-keyframes rs-revealer-6{from{-webkit-transform:rotate(0)}to{-webkit-transform:rotate(360deg)}}rs-loader.spinner7{width:35px;height:35px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner7 .rs-spinner-inner{width:100%;height:100%;display:inline-block;padding:0;border-radius:100%;border:2px solid;-webkit-animation:rs-revealer-7 .8s linear infinite;animation:rs-revealer-7 .8s linear infinite}@keyframes rs-revealer-7{from{transform:rotate(0)}to{transform:rotate(360deg)}}@-webkit-keyframes rs-revealer-7{from{-webkit-transform:rotate(0)}to{-webkit-transform:rotate(360deg)}}rs-loader.spinner8{width:50px;height:50px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner8 .rs-spinner-inner{width:100%;height:100%;display:inline-block;padding:0;text-align:left}rs-loader.spinner8 .rs-spinner-inner span{position:absolute;display:inline-block;width:100%;height:100%;border-radius:100%;-webkit-animation:rs-revealer-8 1.6s linear infinite;animation:rs-revealer-8 1.6s linear infinite}rs-loader.spinner8 .rs-spinner-inner span:last-child{animation-delay:-.8s;-webkit-animation-delay:-.8s}@keyframes rs-revealer-8{0%{transform:scale(0,0);opacity:.5}100%{transform:scale(1,1);opacity:0}}@-webkit-keyframes rs-revealer-8{0%{-webkit-transform:scale(0,0);opacity:.5}100%{-webkit-transform:scale(1,1);opacity:0}}rs-loader.spinner9{width:40px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner9 .rs-spinner-inner span{display:block;width:100%;height:100%;border-radius:50%;opacity:.6;position:absolute;top:0;left:0;-webkit-animation:rs-revealer-9 2s infinite ease-in-out;animation:rs-revealer-9 2s infinite ease-in-out}rs-loader.spinner9 .rs-spinner-inner span:last-child{-webkit-animation-delay:-1s;animation-delay:-1s}@-webkit-keyframes rs-revealer-9{0%,100%{-webkit-transform:scale(0)}50%{-webkit-transform:scale(1)}}@keyframes rs-revealer-9{0%,100%{transform:scale(0);-webkit-transform:scale(0)}50%{transform:scale(1);-webkit-transform:scale(1)}}rs-loader.spinner10{width:54px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner10 .rs-spinner-inner{width:100%;height:100%;text-align:center;font-size:10px}rs-loader.spinner10 .rs-spinner-inner span{display:block;height:100%;width:6px;display:inline-block;-webkit-animation:rs-revealer-10 1.2s infinite ease-in-out;animation:rs-revealer-10 1.2s infinite ease-in-out}rs-loader.spinner10 .rs-spinner-inner span:nth-child(2){-webkit-animation-delay:-1.1s;animation-delay:-1.1s}rs-loader.spinner10 .rs-spinner-inner span:nth-child(3){-webkit-animation-delay:-1s;animation-delay:-1s}rs-loader.spinner10 .rs-spinner-inner span:nth-child(4){-webkit-animation-delay:-.9s;animation-delay:-.9s}rs-loader.spinner10 .rs-spinner-inner span:nth-child(5){-webkit-animation-delay:-.8s;animation-delay:-.8s}@-webkit-keyframes rs-revealer-10{0%,100%,40%{-webkit-transform:scaleY(.4)}20%{-webkit-transform:scaleY(1)}}@keyframes rs-revealer-10{0%,100%,40%{transform:scaleY(.4);-webkit-transform:scaleY(.4)}20%{transform:scaleY(1);-webkit-transform:scaleY(1)}}rs-loader.spinner11{width:40px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner11 .rs-spinner-inner{width:100%;height:100%}rs-loader.spinner11 .rs-spinner-inner span{display:block;width:33%;height:33%;background-color:#333;float:left;-webkit-animation:rs-revealer-11 1.3s infinite ease-in-out;animation:rs-revealer-11 1.3s infinite ease-in-out}rs-loader.spinner11 .rs-spinner-inner span:nth-child(1){-webkit-animation-delay:.2s;animation-delay:.2s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(2){-webkit-animation-delay:.3s;animation-delay:.3s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(3){-webkit-animation-delay:.4s;animation-delay:.4s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(4){-webkit-animation-delay:.1s;animation-delay:.1s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(5){-webkit-animation-delay:.2s;animation-delay:.2s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(6){-webkit-animation-delay:.3s;animation-delay:.3s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(7){-webkit-animation-delay:0s;animation-delay:0s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(8){-webkit-animation-delay:.1s;animation-delay:.1s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(9){-webkit-animation-delay:.2s;animation-delay:.2s}@-webkit-keyframes rs-revealer-11{0%,100%,70%{-webkit-transform:scale3D(1,1,1);transform:scale3D(1,1,1)}35%{-webkit-transform:scale3D(0,0,1);transform:scale3D(0,0,1)}}@keyframes rs-revealer-11{0%,100%,70%{-webkit-transform:scale3D(1,1,1);transform:scale3D(1,1,1)}35%{-webkit-transform:scale3D(0,0,1);transform:scale3D(0,0,1)}}rs-loader.spinner12{width:35px;height:35px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner12 .rs-spinner-inner{width:100%;height:100%;-webkit-animation:rs-revealer-12 1s infinite linear;animation:rs-revealer-12 1s infinite linear}@-webkit-keyframes rs-revealer-12{0%{-webkit-transform:rotate(0)}100%{-webkit-transform:rotate(360deg)}}@keyframes rs-revealer-12{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}rs-loader.spinner13{width:40px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner13 .rs-spinner-inner{width:100%;height:100%}rs-loader.spinner13 .rs-spinner-inner span{display:block;width:40%;height:40%;position:absolute;border-radius:50%;-webkit-animation:rs-revealer-13 2s ease infinite;animation:rs-revealer-13 2s ease infinite}rs-loader.spinner13 .rs-spinner-inner span:nth-child(1){animation-delay:-1.5s;-webkit-animation-delay:-1.5s}rs-loader.spinner13 .rs-spinner-inner span:nth-child(2){animation-delay:-1s;-webkit-animation-delay:-1s}rs-loader.spinner13 .rs-spinner-inner span:nth-child(3){animation-delay:-.5s;-webkit-animation-delay:-.5s}@keyframes rs-revealer-13{0%,100%{transform:translate(0)}25%{transform:translate(160%)}50%{transform:translate(160%,160%)}75%{transform:translate(0,160%)}}@-webkit-keyframes rs-revealer-13{0%,100%{-webkit-transform:translate(0)}25%{-webkit-transform:translate(160%)}50%{-webkit-transform:translate(160%,160%)}75%{-webkit-transform:translate(0,160%)}}rs-loader.spinner14{width:40px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner14 .rs-spinner-inner{width:100%;height:100%;animation:rs-revealer-14 1s infinite linear}rs-loader.spinner14 .rs-spinner-inner span{display:block;position:absolute;top:50%;left:50%;width:16px;height:16px;border-radius:50%;margin:-8px}rs-loader.spinner14 .rs-spinner-inner span:nth-child(1){-webkit-animation:rs-revealer-14-1 2s infinite;animation:rs-revealer-14-1 2s infinite}rs-loader.spinner14 .rs-spinner-inner span:nth-child(2){-webkit-animation:rs-revealer-14-2 2s infinite;animation:rs-revealer-14-2 2s infinite}rs-loader.spinner14 .rs-spinner-inner span:nth-child(3){-webkit-animation:rs-revealer-14-3 2s infinite;animation:rs-revealer-14-3 2s infinite}rs-loader.spinner14 .rs-spinner-inner span:nth-child(4){-webkit-animation:rs-revealer-14-4 2s infinite;animation:rs-revealer-14-4 2s infinite}@-webkit-keyframes rs-revealer-14-1{0%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(80%,80%,0)}80%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(80%,80%,0)}100%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@-webkit-keyframes rs-revealer-14-2{0%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(80%,-80%,0)}80%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(80%,-80%,0)}100%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@-webkit-keyframes rs-revealer-14-3{0%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(-80%,-80%,0)}80%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(-80%,-80%,0)}100%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@-webkit-keyframes rs-revealer-14-4{0%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(-80%,80%,0)}80%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(-80%,80%,0)}100%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@keyframes rs-revealer-14-1{0%{transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{transform:rotate3d(0,0,1,0deg) translate3d(80%,80%,0)}80%{transform:rotate3d(0,0,1,360deg) translate3d(80%,80%,0)}100%{transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@keyframes rs-revealer-14-2{0%{transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{transform:rotate3d(0,0,1,0deg) translate3d(80%,-80%,0)}80%{transform:rotate3d(0,0,1,360deg) translate3d(80%,-80%,0)}100%{transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@keyframes rs-revealer-14-3{0%{transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{transform:rotate3d(0,0,1,0deg) translate3d(-80%,-80%,0)}80%{transform:rotate3d(0,0,1,360deg) translate3d(-80%,-80%,0)}100%{transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@keyframes rs-revealer-14-4{0%{transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{transform:rotate3d(0,0,1,0deg) translate3d(-80%,80%,0)}80%{transform:rotate3d(0,0,1,360deg) translate3d(-80%,80%,0)}100%{transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}rs-loader.spinner15{width:40px;height:40px;margin-top:-4px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner15 .rs-spinner-inner{width:100%;height:100%}rs-loader.spinner15 .rs-spinner-inner span{display:block;width:20px;height:20px;position:absolute;top:0;left:0;-webkit-animation:rs-revealer-15 1.8s infinite ease-in-out;animation:rs-revealer-15 1.8s infinite ease-in-out}rs-loader.spinner15 .rs-spinner-inner:last-child{-webkit-animation-delay:-.9s;animation-delay:-.9s}@-webkit-keyframes rs-revealer-15{25%{-webkit-transform:translateX(30px) rotate(-90deg) scale(.5)}50%{-webkit-transform:translateX(30px) translateY(30px) rotate(-180deg)}75%{-webkit-transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5)}100%{-webkit-transform:rotate(-360deg)}}@keyframes rs-revealer-15{25%{transform:translateX(30px) rotate(-90deg) scale(.5);-webkit-transform:translateX(30px) rotate(-90deg) scale(.5)}50%{transform:translateX(30px) translateY(30px) rotate(-179deg);-webkit-transform:translateX(30px) translateY(30px) rotate(-179deg)}50.1%{transform:translateX(30px) translateY(30px) rotate(-180deg);-webkit-transform:translateX(30px) translateY(30px) rotate(-180deg)}75%{transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5);-webkit-transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5)}100%{transform:rotate(-360deg);-webkit-transform:rotate(-360deg)}} .bgcanvas { display: none; position: absolute; overflow: hidden; } .RSscrollbar-measure {
width: 100px;
height: 100px;
overflow: scroll;
position: absolute;
top: -9999px;
} .avada-has-rev-slider-styles .rev_slider_wrapper {
transform:none;
}