/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap');

:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "DM Sans", "Segoe UI",
    Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
}

/* On screens that are 992px wide or less, the background color is blue */
/*@media screen and (max-width: 992px) {*/
/*    body {*/
/*        background-color: blue;*/
/*        color: white;*/
/*    }*/
/*}*/

/*!* On screens that are 600px wide or less, the background color is olive *!*/
/*@media screen and (max-width: 600px) {*/
/*    body {*/
/*        background-color: olive;*/
/*        color: white;*/
/*    }*/
/*}*/
*,
*::before,
*::after {
    box-sizing: border-box;
}

.card-arshad {
    position: absolute;
    right: 50px;
    top: 50px;
    width: 190px;
    height: auto;
    background: #f4f4f4;
    box-shadow: 0px 4px 10px rgb(0 0 0 / 7%);
    border-radius: 20px !important;
}

.card-arshad-image {
    /*width: 310px;*/
    width: 100%;
    border-radius: 20px 20px 0 0;
}

.card-arshad-image img {
    /*width: 310px;*/
    width: 100%;
    object-fit: none;
}

.accordion {
  
  cursor: pointer;
  
  
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  background-color: transparent;
  outline: none;
}
.accordion:focus {
    outline: none;
}

.panel {
  padding: 0 18px;
  display: none;
  
  overflow: hidden;
}

.card-arshad-footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.card-arshad-footer a.footer-title {
    color: #777777;
    font-size: 12px;
    font-weight: 400;
}

.card-arshad-footer a.footer-desc {
    color: #2E2E2E;
    font-size: 14px;
    font-weight: 500;
}

.tab-menu-links {
    width: 350px;
    /*max-width: 400px;*/
    display: flex;
    flex-wrap: nowrap;
    margin: 100px auto;
    background: #D9D9D9;
    border-radius: 10px;
}

a.tab-menu-links-item{
    padding: 12px 20px;
    color: #5E6D52;
    font-size: 18px;
    margin: 5px;
    border-radius: 10px;
    transition: ease-in-out 0.5s;
}
a.tab-menu-links-item:hover{
    background: #5E6D52;;
    color: #ffffff;
}

a.tab-menu-links-item.active {
    background: #5E6D52;
    color:#ffffff;
}
.tab-menu-content{
    max-width: 1080px;
    margin: 0 auto;
}
.form-layout{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 80vh;
    width: 100%;
}
.form-layout form{
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    row-gap: 20px;
    width: 100%;
    text-align: center;
    max-width: 500px;
}
.form-layout form input{
    border: solid #C2C5C0 1px;
    padding: 20px;
    border-radius: 5px;
}
.form-layout form button{
    max-width: 130px;
}
.form-layout form input, .form-layout form label,.form-layout form button{
    width: 100%;
    height: 50px;
    font-size: 20px;
}
html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    overflow-x: hidden;
}

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

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "DM Sans", "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #f4f4f4;
}

[tabindex="-1"]:focus {
    outline: 0 !important;
}

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

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

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

abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

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

.link_dash {
    display: flex;
    align-items: center;
}

.link_dash i {
    margin: 0 15px;
}

.tablesi {
    padding-left: 20px;

    color: #2E2E2E;
}

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

dt {
    font-weight: 700;
}

dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

b,
strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

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

a:hover {
    color: #0056b3;
    text-decoration: underline;
}

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

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
    outline: 0;
}

pre,
code,
kbd,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
    "Courier New", monospace;
    font-size: 1em;
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
}

figure {
    margin: 0 0 1rem;
}

img {
    vertical-align: middle;
    border-style: none;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
}

caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
}

th {
    text-align: inherit;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

button {
    border-radius: 0;
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

select {
    word-wrap: normal;
}

/*select dropdown*/
.select-ctr {
    position: relative;
    width: 150px;
    font-family: "Roboto";
}

.select-ctr > div {
    padding: 15px 20px;
    position: absolute;
    width: 100%;
    font-size: 1rem;
    cursor: pointer;
    z-index: 9;
}

/*.select-ctr .input-5 {*/
/*    top: 300px;*/
/*}*/
/*.select-ctr .input-4 {*/
/*    top: 240px;*/
/*}*/
.select-ctr .input-3 {
    top: 180px;
}

.select-ctr .input-2 {
    top: 120px;
}

.select-ctr .input-1 {
    top: 60px;
}

.select-ctr > div.input {
    background: #fff;
    color: #777;
    border-radius: 2px;
    box-shadow: 0 2px 15px 3px rgba(0, 0, 0, 0.1);
}

.select-ctr > div.input.active {
    color: #86bd5a;
}

.select-ctr > div.input-preview {
    color: rgba(0, 0, 0, 0.75);
    position: relative;
    transition: 0.3s all ease;
}

.select-ctr > div.input-preview.active {
    color: #5E6D52;
}

.select-ctr > div.input-preview:before {
    content: "";
    position: absolute;
    top: 18px;
    right: 20px;
    bottom: 20px;
    width: 20px;
    background: #5E6D52;
    -webkit-clip-path: polygon(50% 73%, 0 0, 100% 0);
    clip-path: polygon(50% 73%, 0 0, 100% 0);
    padding: 10px;
    box-sizing: border-box;
    transition: 0.3s all ease;
}

.select-ctr > div.input-preview.active:before {
    background: #5E6D52;
    -webkit-clip-path: polygon(50% 0, 0 73%, 100% 73%);
    clip-path: polygon(50% 0, 0 73%, 100% 73%);
}

/*select dropdown*/

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
    cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
    -webkit-appearance: listbox;
}

textarea {
    overflow: auto;
    resize: vertical;
}

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

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

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

output {
    display: inline-block;
}

summary {
    display: list-item;
    cursor: pointer;
}

template {
    display: none;
}

[hidden] {
    display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}

h1,
.h1 {
    font-size: 2.5rem;
}

h2,
.h2 {
    font-size: 2rem;
}

h3,
.h3 {
    font-size: 1.75rem;
}

h4,
.h4 {
    font-size: 1.5rem;
}

h5,
.h5 {
    font-size: 1.25rem;
}

h6,
.h6 {
    font-size: 1rem;
}

.lead {
    font-size: 1.25rem;
    font-weight: 300;
}

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2;
}

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

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

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2;
}

hr {
    margin-top: 0rem;
    margin-bottom: 0rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
    font-size: 80%;
    font-weight: 400;
}

mark,
.mark {
    padding: 0.2em;
    background-color: #fcf8e3;
}

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

.list-inline {
    padding-left: 0;
    list-style: none;
}

.list-inline-item {
    display: inline-block;
}

.list-inline-item:not(:last-child) {
    margin-right: 0.5rem;
}

.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem;
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d;
}

.blockquote-footer::before {
    content: "\2014\00A0";
}

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

.img-thumbnail {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    max-width: 100%;
    height: auto;
}

.figure {
    display: inline-block;
}

.figure-img {
    margin-bottom: 0.5rem;
    line-height: 1;
}

.figure-caption {
    font-size: 90%;
    color: #6c757d;
}

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-break: break-word;
}

a > code {
    color: inherit;
}

kbd {
    padding: 0.2rem 0.4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: 0.2rem;
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
}

pre {
    display: block;
    font-size: 87.5%;
    color: #212529;
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal;
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    display: flex;
    flex-wrap: wrap;
    
}

}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.col-xl,
.col-xl-auto,
.col-xl-12,
.col-xl-11,
.col-xl-10,
.col-xl-9,
.col-xl-8,
.col-xl-7,
.col-xl-6,
.col-xl-5,
.col-xl-4,
.col-xl-3,
.col-xl-2,
.col-xl-1,
.col-lg,
.col-lg-auto,
.col-lg-12,
.col-lg-11,
.col-lg-10,
.col-lg-9,
.col-lg-8,
.col-lg-7,
.col-lg-6,
.col-lg-5,
.col-lg-4,
.col-lg-3,
.col-lg-2,
.col-lg-1,
.col-md,
.col-md-auto,
.col-md-12,
.col-md-11,
.col-md-10,
.col-md-9,
.col-md-8,
.col-md-7,
.col-md-6,
.col-md-5,
.col-md-4,
.col-md-3,
.col-md-2,
.col-md-1,
.col-sm,
.col-sm-auto,
.col-sm-12,
.col-sm-11,
.col-sm-10,
.col-sm-9,
.col-sm-8,
.col-sm-7,
.col-sm-6,
.col-sm-5,
.col-sm-4,
.col-sm-3,
.col-sm-2,
.col-sm-1,
.col,
.col-auto,
.col-12,
.col-11,
.col-10,
.col-9,
.col-8,
.col-7,
.col-6,
.col-5,
.col-4,
.col-3,
.col-2,
.col-1 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
    order: -1;
}

.order-last {
    order: 13;
}

.order-0 {
    order: 0;
}

.order-1 {
    order: 1;
}

.order-2 {
    order: 2;
}

.order-3 {
    order: 3;
}

.order-4 {
    order: 4;
}

.order-5 {
    order: 5;
}

.order-6 {
    order: 6;
}

.order-7 {
    order: 7;
}

.order-8 {
    order: 8;
}

.order-9 {
    order: 9;
}

.order-10 {
    order: 10;
}

.order-11 {
    order: 11;
}

.order-12 {
    order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-sm-first {
        order: -1;
    }

    .order-sm-last {
        order: 13;
    }

    .order-sm-0 {
        order: 0;
    }

    .order-sm-1 {
        order: 1;
    }

    .order-sm-2 {
        order: 2;
    }

    .order-sm-3 {
        order: 3;
    }

    .order-sm-4 {
        order: 4;
    }

    .order-sm-5 {
        order: 5;
    }

    .order-sm-6 {
        order: 6;
    }

    .order-sm-7 {
        order: 7;
    }

    .order-sm-8 {
        order: 8;
    }

    .order-sm-9 {
        order: 9;
    }

    .order-sm-10 {
        order: 10;
    }

    .order-sm-11 {
        order: 11;
    }

    .order-sm-12 {
        order: 12;
    }

    .offset-sm-0 {
        margin-left: 0;
    }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-md-first {
        order: -1;
    }

    .order-md-last {
        order: 13;
    }

    .order-md-0 {
        order: 0;
    }

    .order-md-1 {
        order: 1;
    }

    .order-md-2 {
        order: 2;
    }

    .order-md-3 {
        order: 3;
    }

    .order-md-4 {
        order: 4;
    }

    .order-md-5 {
        order: 5;
    }

    .order-md-6 {
        order: 6;
    }

    .order-md-7 {
        order: 7;
    }

    .order-md-8 {
        order: 8;
    }

    .order-md-9 {
        order: 9;
    }

    .order-md-10 {
        order: 10;
    }

    .order-md-11 {
        order: 11;
    }

    .order-md-12 {
        order: 12;
    }

    .offset-md-0 {
        margin-left: 0;
    }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-lg-first {
        order: -1;
    }

    .order-lg-last {
        order: 13;
    }

    .order-lg-0 {
        order: 0;
    }

    .order-lg-1 {
        order: 1;
    }

    .order-lg-2 {
        order: 2;
    }

    .order-lg-3 {
        order: 3;
    }

    .order-lg-4 {
        order: 4;
    }

    .order-lg-5 {
        order: 5;
    }

    .order-lg-6 {
        order: 6;
    }

    .order-lg-7 {
        order: 7;
    }

    .order-lg-8 {
        order: 8;
    }

    .order-lg-9 {
        order: 9;
    }

    .order-lg-10 {
        order: 10;
    }

    .order-lg-11 {
        order: 11;
    }

    .order-lg-12 {
        order: 12;
    }

    .offset-lg-0 {
        margin-left: 0;
    }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-xl-first {
        order: -1;
    }

    .order-xl-last {
        order: 13;
    }

    .order-xl-0 {
        order: 0;
    }

    .order-xl-1 {
        order: 1;
    }

    .order-xl-2 {
        order: 2;
    }

    .order-xl-3 {
        order: 3;
    }

    .order-xl-4 {
        order: 4;
    }

    .order-xl-5 {
        order: 5;
    }

    .order-xl-6 {
        order: 6;
    }

    .order-xl-7 {
        order: 7;
    }

    .order-xl-8 {
        order: 8;
    }

    .order-xl-9 {
        order: 9;
    }

    .order-xl-10 {
        order: 10;
    }

    .order-xl-11 {
        order: 11;
    }

    .order-xl-12 {
        order: 12;
    }

    .offset-xl-0 {
        margin-left: 0;
    }

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

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

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

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

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

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

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

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

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

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

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

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
}

.table th,
.table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
    border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
    padding: 0.3rem;
}

.table-bordered {
    border: 1px solid #dee2e6;
}

.table-bordered th,
.table-bordered td {
    border: 1px solid #dee2e6;
}

.table-bordered thead th,
.table-bordered thead td {
    border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
    border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
    color: #212529;
    background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
    background-color: #b8daff;
}

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
    border-color: #7abaff;
}

.table-hover .table-primary:hover {
    background-color: #9fcdff;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
    background-color: #9fcdff;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
    background-color: #d6d8db;
}

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
    border-color: #b3b7bb;
}

.table-hover .table-secondary:hover {
    background-color: #c8cbcf;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
    background-color: #c8cbcf;
}

.table-success,
.table-success > th,
.table-success > td {
    background-color: #c3e6cb;
}

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
    border-color: #8fd19e;
}

.table-hover .table-success:hover {
    background-color: #b1dfbb;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
    background-color: #b1dfbb;
}

.table-info,
.table-info > th,
.table-info > td {
    background-color: #bee5eb;
}

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
    border-color: #86cfda;
}

.table-hover .table-info:hover {
    background-color: #abdde5;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
    background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
    background-color: #ffeeba;
}

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
    border-color: #ffdf7e;
}

.table-hover .table-warning:hover {
    background-color: #ffe8a1;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
    background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
    background-color: #f5c6cb;
}

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
    border-color: #ed969e;
}

.table-hover .table-danger:hover {
    background-color: #f1b0b7;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
    background-color: #f1b0b7;
}

.table-light,
.table-light > th,
.table-light > td {
    background-color: #fdfdfe;
}

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
    border-color: #fbfcfc;
}

.table-hover .table-light:hover {
    background-color: #ececf6;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
    background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
    background-color: #c6c8ca;
}

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
    border-color: #95999c;
}

.table-hover .table-dark:hover {
    background-color: #b9bbbe;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
    background-color: #b9bbbe;
}

.table-active,
.table-active > th,
.table-active > td {
    background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
    color: #fff;
    background-color: #343a40;
    border-color: #454d55;
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.table-dark {
    color: #fff;
    background-color: #343a40;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
    border-color: #454d55;
}

.table-dark.table-bordered {
    border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .table-responsive-sm > .table-bordered {
        border: 0;
    }
}

@media (max-width: 767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .table-responsive-md > .table-bordered {
        border: 0;
    }
}

@media (max-width: 991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .table-responsive-lg > .table-bordered {
        border: 0;
    }
}

@media (max-width: 1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .table-responsive-xl > .table-bordered {
        border: 0;
    }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.table-responsive > .table-bordered {
    border: 0;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .form-control {
        transition: none;
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff;
}

.form-control-file,
.form-control-range {
    display: block;
    width: 100%;
}

.col-form-label {
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}

.col-form-label-lg {
    padding-top: calc(0.5rem + 1px);
    padding-bottom: calc(0.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5;
}

.col-form-label-sm {
    padding-top: calc(0.25rem + 1px);
    padding-bottom: calc(0.25rem + 1px);
    font-size: 0.875rem;
    line-height: 1.5;
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    margin-bottom: 0;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
}

.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0;
}

.form-control-sm {
    height: calc(1.5em + 0.5rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

select.form-control[size],
select.form-control[multiple] {
    height: auto;
}

textarea.form-control {
    height: auto;
}

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

.form-text {
    display: block;
    margin-top: 0.25rem;
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

.form-row > .col,
.form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}

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

.form-check-input:disabled ~ .form-check-label {
    color: #6c757d;
}

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

.form-check-inline {
    display: inline-flex;
    align-items: center;
    padding-left: 0;
    margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0;
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #28a745;
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(40, 167, 69, 0.9);
    border-radius: 0.25rem;
}

.was-validated .form-control:valid,
.form-control.is-valid {
    border-color: #28a745;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center right calc(0.375em + 0.1875rem);
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip,
.form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip {
    display: block;
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid,
.custom-select.is-valid {
    border-color: #28a745;
    padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px,
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem / calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
    display: block;
}

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip,
.form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
    display: block;
}

.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
    color: #28a745;
}

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip,
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
    display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label,
.custom-control-input.is-valid ~ .custom-control-label {
    color: #28a745;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before,
.custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: #28a745;
}

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip,
.custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
    display: block;
}

.was-validated
.custom-control-input:valid:checked
~ .custom-control-label::before,
.custom-control-input.is-valid:checked ~ .custom-control-label::before {
    border-color: #34ce57;
    background-color: #34ce57;
}

.was-validated
.custom-control-input:valid:focus
~ .custom-control-label::before,
.custom-control-input.is-valid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated
.custom-control-input:valid:focus:not(:checked)
~ .custom-control-label::before,
.custom-control-input.is-valid:focus:not(:checked)
~ .custom-control-label::before {
    border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label,
.custom-file-input.is-valid ~ .custom-file-label {
    border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip,
.custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
    display: block;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label,
.custom-file-input.is-valid:focus ~ .custom-file-label {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #dc3545;
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(220, 53, 69, 0.9);
    border-radius: 0.25rem;
}

.was-validated .form-control:invalid,
.form-control.is-invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
    background-repeat: no-repeat;
    background-position: center right calc(0.375em + 0.1875rem);
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip,
.form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip {
    display: block;
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid,
.custom-select.is-invalid {
    border-color: #dc3545;
    padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px,
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem / calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
    display: block;
}

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip,
.form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
    display: block;
}

.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
    color: #dc3545;
}

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip,
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
    display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label,
.custom-control-input.is-invalid ~ .custom-control-label {
    color: #dc3545;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before,
.custom-control-input.is-invalid ~ .custom-control-label::before {
    border-color: #dc3545;
}

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip,
.custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
    display: block;
}

.was-validated
.custom-control-input:invalid:checked
~ .custom-control-label::before,
.custom-control-input.is-invalid:checked ~ .custom-control-label::before {
    border-color: #e4606d;
    background-color: #e4606d;
}

.was-validated
.custom-control-input:invalid:focus
~ .custom-control-label::before,
.custom-control-input.is-invalid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated
.custom-control-input:invalid:focus:not(:checked)
~ .custom-control-label::before,
.custom-control-input.is-invalid:focus:not(:checked)
~ .custom-control-label::before {
    border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label,
.custom-file-input.is-invalid ~ .custom-file-label {
    border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip,
.custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
    display: block;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.custom-file-input.is-invalid:focus ~ .custom-file-label {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}

.form-inline .form-check {
    width: 100%;
}

@media (min-width: 576px) {
    .form-inline label {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0;
    }

    .form-inline .form-group {
        display: flex;
        flex: 0 0 auto;
        flex-flow: row wrap;
        align-items: center;
        margin-bottom: 0;
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

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

    .form-inline .input-group,
    .form-inline .custom-select {
        width: auto;
    }

    .form-inline .form-check {
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        padding-left: 0;
    }

    .form-inline .form-check-input {
        position: relative;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: 0.25rem;
        margin-left: 0;
    }

    .form-inline .custom-control {
        align-items: center;
        justify-content: center;
    }

    .form-inline .custom-control-label {
        margin-bottom: 0;
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .btn {
        transition: none;
    }
}

.btn:hover {
    color: #212529;
    text-decoration: none;
}

.btn:focus,
.btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.disabled,
.btn:disabled {
    opacity: 0.65;
}

a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none;
}

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

.btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
}

.btn-primary:focus,
.btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary.active:not(:disabled):not(.disabled),
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary.active:not(:disabled):not(.disabled):focus,
.show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
}

.btn-secondary:focus,
.btn-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary.active:not(:disabled):not(.disabled),
.show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary.active:not(:disabled):not(.disabled):focus,
.show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

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

.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
}

.btn-success:focus,
.btn-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-success.disabled,
.btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success.active:not(:disabled):not(.disabled),
.show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success.active:not(:disabled):not(.disabled):focus,
.show > .btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
}

.btn-info:focus,
.btn-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-info.disabled,
.btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled):active,
.btn-info.active:not(:disabled):not(.disabled),
.show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info.active:not(:disabled):not(.disabled):focus,
.show > .btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
}

.btn-warning:focus,
.btn-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-warning.disabled,
.btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning.active:not(:disabled):not(.disabled),
.show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning.active:not(:disabled):not(.disabled):focus,
.show > .btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
}

.btn-danger:focus,
.btn-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-danger.disabled,
.btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger.active:not(:disabled):not(.disabled),
.show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger.active:not(:disabled):not(.disabled):focus,
.show > .btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
}

.btn-light:focus,
.btn-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-light.disabled,
.btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light.active:not(:disabled):not(.disabled),
.show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light.active:not(:disabled):not(.disabled):focus,
.show > .btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
}

.btn-dark:focus,
.btn-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-dark.disabled,
.btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark.active:not(:disabled):not(.disabled),
.show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark.active:not(:disabled):not(.disabled):focus,
.show > .btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
    color: #007bff;
    border-color: #007bff;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary.active:not(:disabled):not(.disabled),
.show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary.active:not(:disabled):not(.disabled):focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d;
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary.active:not(:disabled):not(.disabled),
.show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary.active:not(:disabled):not(.disabled):focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
    color: #28a745;
    border-color: #28a745;
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.btn-outline-success:focus,
.btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success.active:not(:disabled):not(.disabled),
.show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success.active:not(:disabled):not(.disabled):focus,
.show > .btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
    color: #17a2b8;
    border-color: #17a2b8;
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.btn-outline-info:focus,
.btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info.active:not(:disabled):not(.disabled),
.show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info.active:not(:disabled):not(.disabled):focus,
.show > .btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
    color: #ffc107;
    border-color: #ffc107;
}

.btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning.active:not(:disabled):not(.disabled),
.show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning.active:not(:disabled):not(.disabled):focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545;
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger.active:not(:disabled):not(.disabled),
.show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger.active:not(:disabled):not(.disabled):focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-outline-light:focus,
.btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light.active:not(:disabled):not(.disabled),
.show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light.active:not(:disabled):not(.disabled):focus,
.show > .btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
    color: #343a40;
    border-color: #343a40;
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.btn-outline-dark:focus,
.btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark.active:not(:disabled):not(.disabled),
.show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark.active:not(:disabled):not(.disabled):focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
    font-weight: 400;
    color: #007bff;
    text-decoration: none;
}

.btn-link:hover {
    color: #0056b3;
    text-decoration: underline;
}

.btn-link:focus,
.btn-link.focus {
    text-decoration: underline;
    box-shadow: none;
}

.btn-link:disabled,
.btn-link.disabled {
    color: #6c757d;
    pointer-events: none;
}

.btn-lg,
.btn-group-lg > .btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

.btn-sm,
.btn-group-sm > .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

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

.btn-block + .btn-block {
    margin-top: 0.5rem;
}

input.btn-block[type="submit"],
input.btn-block[type="reset"],
input.btn-block[type="button"] {
    width: 100%;
}

.fade {
    transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
    .fade {
        transition: none;
    }
}

.fade:not(.show) {
    opacity: 0;
}

.collapse:not(.show) {
    display: none;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
    .collapsing {
        transition: none;
    }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
    position: relative;
}

.dropdown-toggle {
    white-space: nowrap;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
    margin-left: 0;
}

.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;
}

.dropdown-menu-left {
    right: auto;
    left: 0;
}

.dropdown-menu-right {
    right: 0;
    left: auto;
}

@media (min-width: 576px) {
    .dropdown-menu-sm-left {
        right: auto;
        left: 0;
    }

    .dropdown-menu-sm-right {
        right: 0;
        left: auto;
    }
}

@media (min-width: 768px) {
    .dropdown-menu-md-left {
        right: auto;
        left: 0;
    }

    .dropdown-menu-md-right {
        right: 0;
        left: auto;
    }
}

@media (min-width: 992px) {
    .dropdown-menu-lg-left {
        right: auto;
        left: 0;
    }

    .dropdown-menu-lg-right {
        right: 0;
        left: auto;
    }
}

@media (min-width: 1200px) {
    .dropdown-menu-xl-left {
        right: auto;
        left: 0;
    }

    .dropdown-menu-xl-right {
        right: 0;
        left: auto;
    }
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0;
    border-right: 0.3em solid transparent;
    border-bottom: 0.3em solid;
    border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropright .dropdown-toggle::after {
    vertical-align: 0;
}

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
}

.dropleft .dropdown-toggle::after {
    display: none;
}

.dropleft .dropdown-toggle::before {
    display: inline-block;
    margin-right: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0.3em solid;
    border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropleft .dropdown-toggle::before {
    vertical-align: 0;
}

.dropdown-menu[x-placement^="top"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"] {
    right: auto;
    bottom: auto;
}

.dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.dropdown-item:hover,
.dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent;
}

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

.dropdown-header {
    display: block;
    padding: 0.5rem 1.5rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #6c757d;
    white-space: nowrap;
}

.dropdown-item-text {
    display: block;
    padding: 0.25rem 1.5rem;
    color: #212529;
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
    position: relative;
    flex: 1 1 auto;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
    z-index: 1;
}

.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
    z-index: 1;
}

.btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.btn-toolbar .input-group {
    width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
    margin-left: -1px;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
    padding-right: 0.5625rem;
    padding-left: 0.5625rem;
}

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
    margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
    margin-right: 0;
}

.btn-sm + .dropdown-toggle-split,
.btn-group-sm > .btn + .dropdown-toggle-split {
    padding-right: 0.375rem;
    padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split,
.btn-group-lg > .btn + .dropdown-toggle-split {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
}

.btn-group-vertical {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
    width: 100%;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
    margin-top: -1px;
}

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
    margin-bottom: 0;
}

.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}

.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}

.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
    margin-left: -1px;
}

.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
    z-index: 3;
}

.input-group > .custom-file .custom-file-input:focus {
    z-index: 4;
}

.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group > .custom-file {
    display: flex;
    align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group > .custom-file:not(:first-child) .custom-file-label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
    display: flex;
}

.input-group-prepend .btn,
.input-group-append .btn {
    position: relative;
    z-index: 2;
}

.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
    z-index: 3;
}

.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
    margin-left: -1px;
}

.input-group-prepend {
    margin-right: -1px;
}

.input-group-append {
    margin-left: -1px;
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
    margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
    height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
    height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
    padding-right: 1.75rem;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group
> .input-group-append:last-child
> .btn:not(:last-child):not(.dropdown-toggle),
.input-group
> .input-group-append:last-child
> .input-group-text:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group
> .input-group-prepend:first-child
> .input-group-text:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
}

.custom-control-inline {
    display: inline-flex;
    margin-right: 1rem;
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff;
}

.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff;
}

.custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d;
}

.custom-control-input:disabled ~ .custom-control-label::before {
    background-color: #e9ecef;
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
}

.custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px;
}

.custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50% / 50% 50%;
}

.custom-checkbox .custom-control-label::before {
    border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox
.custom-control-input:indeterminate
~ .custom-control-label::before {
    border-color: #007bff;
    background-color: #007bff;
}

.custom-checkbox
.custom-control-input:indeterminate
~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-checkbox
.custom-control-input:disabled:checked
~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5);
}

.custom-checkbox
.custom-control-input:disabled:indeterminate
~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
    border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.custom-radio
.custom-control-input:disabled:checked
~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5);
}

.custom-switch {
    padding-left: 2.25rem;
}

.custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem;
}

.custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .custom-switch .custom-control-label::after {
        transition: none;
    }
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem);
}

.custom-switch
.custom-control-input:disabled:checked
~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5);
}

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

.custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-select:focus::-ms-value {
    color: #495057;
    background-color: #fff;
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none;
}

.custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef;
}

.custom-select::-ms-expand {
    display: none;
}

.custom-select-sm {
    height: calc(1.5em + 0.5rem + 2px);
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    font-size: 0.875rem;
}

.custom-select-lg {
    height: calc(1.5em + 1rem + 2px);
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    font-size: 1.25rem;
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    margin-bottom: 0;
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    margin: 0;
    opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse";
}

.custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse);
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
    width: 100%;
    height: calc(1rem + 0.4rem);
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.custom-range:focus {
    outline: none;
}

.custom-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range::-moz-focus-outer {
    border: 0;
}

.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    appearance: none;
}

@media (prefers-reduced-motion: reduce) {
    .custom-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none;
    }
}

.custom-range::-webkit-slider-thumb:active {
    background-color: #b3d7ff;
}

.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -moz-transition: background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
    -moz-appearance: none;
    appearance: none;
}

@media (prefers-reduced-motion: reduce) {
    .custom-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none;
    }
}

.custom-range::-moz-range-thumb:active {
    background-color: #b3d7ff;
}

.custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
}

.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -ms-transition: background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
    appearance: none;
}

@media (prefers-reduced-motion: reduce) {
    .custom-range::-ms-thumb {
        -ms-transition: none;
        transition: none;
    }
}

.custom-range::-ms-thumb:active {
    background-color: #b3d7ff;
}

.custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem;
}

.custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem;
}

.custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd;
}

.custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd;
}

.custom-range:disabled::-moz-range-track {
    cursor: default;
}

.custom-range:disabled::-ms-thumb {
    background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
        transition: none;
    }
}

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
}

.nav-link:hover,
.nav-link:focus {
    text-decoration: none;
}

.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default;
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item {
    margin-bottom: -1px;
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
    border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.nav-pills .nav-link {
    border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: #007bff;
}

.nav-fill .nav-item {
    flex: 1 1 auto;
    text-align: center;
}

.nav-justified .nav-item {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center;
}

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

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

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

.navbar > .container,
.navbar > .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.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;
}

.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none;
}

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

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none;
}

.navbar-text {
    display: inline-block;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

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

.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.navbar-toggler:hover,
.navbar-toggler:focus {
    text-decoration: none;
}

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

@media (max-width: 575.98px) {
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 576px) {
    .navbar-expand-sm {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }

    .navbar-expand-sm .navbar-nav {
        flex-direction: row;
    }

    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute;
    }

    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }

    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
        flex-wrap: nowrap;
    }

    .navbar-expand-sm .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }

    .navbar-expand-sm .navbar-toggler {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 768px) {
    .navbar-expand-md {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }

    .navbar-expand-md .navbar-nav {
        flex-direction: row;
    }

    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute;
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }

    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid {
        flex-wrap: nowrap;
    }

    .navbar-expand-md .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }

    .navbar-expand-md .navbar-toggler {
        display: none;
    }
}

@media (max-width: 991.98px) {
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }

    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }

    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
        flex-wrap: nowrap;
    }

    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }

    .navbar-expand-lg .navbar-toggler {
        display: none;
    }
}

@media (max-width: 1199.98px) {
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 1200px) {
    .navbar-expand-xl {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }

    .navbar-expand-xl .navbar-nav {
        flex-direction: row;
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute;
    }

    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }

    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid {
        flex-wrap: nowrap;
    }

    .navbar-expand-xl .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }

    .navbar-expand-xl .navbar-toggler {
        display: none;
    }
}

.navbar-expand {
    flex-flow: row nowrap;
    justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
    padding-right: 0;
    padding-left: 0;
}

.navbar-expand .navbar-nav {
    flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
    flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
}

.navbar-expand .navbar-toggler {
    display: none;
}

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
    color: #fff;
}

.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
    color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
    color: #fff;
}

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
    color: #fff;
}

.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
    color: #fff;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}

.card > hr {
    margin-right: 0;
    margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.card-body {
    flex: 1 1 auto;
    padding: 1.25rem;
}

.card-title {
    margin-bottom: 0.75rem;
}

.card-subtitle {
    margin-top: -0.375rem;
    margin-bottom: 0;
}

.card-text:last-child {
    margin-bottom: 0;
}

.card-link:hover {
    text-decoration: none;
}

.card-link + .card-link {
    margin-left: 1.25rem;
}

.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);
}

.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
    border-top: 0;
}

.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);
}

.card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
    margin-right: -0.625rem;
    margin-bottom: -0.75rem;
    margin-left: -0.625rem;
    border-bottom: 0;
}

.card-header-pills {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
}

.card-img {
    width: 100%;
    border-radius: calc(0.25rem - 1px);
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck {
    display: flex;
    flex-direction: column;
}

.card-deck .card {
    margin-bottom: 15px;
}

@media (min-width: 576px) {
    .card-deck {
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px;
    }

    .card-deck .card {
        display: flex;
        flex: 1 0 0%;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px;
    }
}

.card-group {
    display: flex;
    flex-direction: column;
}

.card-group > .card {
    margin-bottom: 15px;
}

@media (min-width: 576px) {
    .card-group {
        flex-flow: row wrap;
    }

    .card-group > .card {
        flex: 1 0 0%;
        margin-bottom: 0;
    }

    .card-group > .card + .card {
        margin-left: 0;
        border-left: 0;
    }

    .card-group > .card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .card-group > .card:not(:last-child) .card-img-top,
    .card-group > .card:not(:last-child) .card-header {
        border-top-right-radius: 0;
    }

    .card-group > .card:not(:last-child) .card-img-bottom,
    .card-group > .card:not(:last-child) .card-footer {
        border-bottom-right-radius: 0;
    }

    .card-group > .card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .card-group > .card:not(:first-child) .card-img-top,
    .card-group > .card:not(:first-child) .card-header {
        border-top-left-radius: 0;
    }

    .card-group > .card:not(:first-child) .card-img-bottom,
    .card-group > .card:not(:first-child) .card-footer {
        border-bottom-left-radius: 0;
    }
}

.card-columns .card {
    margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
    .card-columns {
        -moz-column-count: 3;
        column-count: 3;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1;
    }

    .card-columns .card {
        display: inline-block;
        width: 100%;
    }
}

.accordion > .card {
    overflow: hidden;
}

.accordion > .card:not(:first-of-type) .card-header:first-child {
    border-radius: 0;
}

.accordion > .card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    border-radius: 0;
}

.accordion > .card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.accordion > .card:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.accordion > .card .card-header {
    margin-bottom: -1px;
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0.75rem 0rem;
    margin-bottom: 1rem;
    list-style: none;
    /*background-color: #e9ecef;*/
    background-color: transparent;
    border-radius: 0.25rem;
    font-weight: bold;
}

.breadcrumb a {
    color: #777777;
    transition: ease-in-out 0.5s;
}

.breadcrumb a:hover {
    color: #78a84f;
}

.breadcrumb a i {
    margin-right: 5px;
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: 0.5rem;
}

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

.breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: none;
}

.breadcrumb-item.active {
    color: #6c757d;
}

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}

.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 #dee2e6;
}

.page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}

.pagination-lg .page-link {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
}

.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .badge {
        transition: none;
    }
}

a.badge:hover,
a.badge:focus {
    text-decoration: none;
}

.badge:empty {
    display: none;
}

.btn .badge {
    position: relative;
    top: -1px;
}

.badge-pill {
    padding-right: 0.6em;
    padding-left: 0.6em;
    border-radius: 10rem;
}

.badge-primary {
    color: #fff;
    background-color: #007bff;
}

a.badge-primary:hover,
a.badge-primary:focus {
    color: #fff;
    background-color: #0062cc;
}

a.badge-primary:focus,
a.badge-primary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.badge-secondary {
    color: #fff;
    background-color: #6c757d;
}

a.badge-secondary:hover,
a.badge-secondary:focus {
    color: #fff;
    background-color: #545b62;
}

a.badge-secondary:focus,
a.badge-secondary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
    color: #fff;
    background-color: #28a745;
}

a.badge-success:hover,
a.badge-success:focus {
    color: #fff;
    background-color: #1e7e34;
}

a.badge-success:focus,
a.badge-success.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.badge-info {
    color: #fff;
    background-color: #17a2b8;
}

a.badge-info:hover,
a.badge-info:focus {
    color: #fff;
    background-color: #117a8b;
}

a.badge-info:focus,
a.badge-info.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
    color: #212529;
    background-color: #ffc107;
}

a.badge-warning:hover,
a.badge-warning:focus {
    color: #212529;
    background-color: #d39e00;
}

a.badge-warning:focus,
a.badge-warning.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
    color: #fff;
    background-color: #dc3545;
}

a.badge-danger:hover,
a.badge-danger:focus {
    color: #fff;
    background-color: #bd2130;
}

a.badge-danger:focus,
a.badge-danger.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.badge-light {
    color: #212529;
    background-color: #f8f9fa;
}

a.badge-light:hover,
a.badge-light:focus {
    color: #212529;
    background-color: #dae0e5;
}

a.badge-light:focus,
a.badge-light.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
    color: #fff;
    background-color: #343a40;
}

a.badge-dark:hover,
a.badge-dark:focus {
    color: #fff;
    background-color: #1d2124;
}

a.badge-dark:focus,
a.badge-dark.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: 0.3rem;
}

@media (min-width: 576px) {
    .jumbotron {
        padding: 4rem 2rem;
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0;
}

.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.alert-heading {
    color: inherit;
}

.alert-link {
    font-weight: 700;
}

.alert-dismissible {
    padding-right: 4rem;
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit;
}

.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}

.alert-primary hr {
    border-top-color: #9fcdff;
}

.alert-primary .alert-link {
    color: #002752;
}

.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db;
}

.alert-secondary hr {
    border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
    color: #202326;
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.alert-success hr {
    border-top-color: #b1dfbb;
}

.alert-success .alert-link {
    color: #0b2e13;
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}

.alert-info hr {
    border-top-color: #abdde5;
}

.alert-info .alert-link {
    color: #062c33;
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

.alert-warning hr {
    border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
    color: #533f03;
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.alert-danger hr {
    border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
    color: #491217;
}

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe;
}

.alert-light hr {
    border-top-color: #ececf6;
}

.alert-light .alert-link {
    color: #686868;
}

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca;
}

.alert-dark hr {
    border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
    color: #040505;
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0;
    }
    to {
        background-position: 0 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0;
    }
    to {
        background-position: 0 0;
    }
}

.progress {
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: 0.75rem;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #007bff;
    transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
    .progress-bar {
        transition: none;
    }
}

.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;
}

.progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
        -webkit-animation: none;
        animation: none;
    }
}

.media {
    display: flex;
    align-items: flex-start;
}

.media-body {
    flex: 1;
}

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

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit;
}

.list-group-item-action:hover,
.list-group-item-action:focus {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa;
}

.list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef;
}

.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);
}

.list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.list-group-item.disabled,
.list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff;
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.list-group-horizontal {
    flex-direction: row;
}

.list-group-horizontal .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
}

.list-group-horizontal .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
}

.list-group-horizontal .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
}

@media (min-width: 576px) {
    .list-group-horizontal-sm {
        flex-direction: row;
    }

    .list-group-horizontal-sm .list-group-item {
        margin-right: -1px;
        margin-bottom: 0;
    }

    .list-group-horizontal-sm .list-group-item:first-child {
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }

    .list-group-horizontal-sm .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }
}

@media (min-width: 768px) {
    .list-group-horizontal-md {
        flex-direction: row;
    }

    .list-group-horizontal-md .list-group-item {
        margin-right: -1px;
        margin-bottom: 0;
    }

    .list-group-horizontal-md .list-group-item:first-child {
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }

    .list-group-horizontal-md .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }
}

@media (min-width: 992px) {
    .list-group-horizontal-lg {
        flex-direction: row;
    }

    .list-group-horizontal-lg .list-group-item {
        margin-right: -1px;
        margin-bottom: 0;
    }

    .list-group-horizontal-lg .list-group-item:first-child {
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }

    .list-group-horizontal-lg .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }
}

@media (min-width: 1200px) {
    .list-group-horizontal-xl {
        flex-direction: row;
    }

    .list-group-horizontal-xl .list-group-item {
        margin-right: -1px;
        margin-bottom: 0;
    }

    .list-group-horizontal-xl .list-group-item:first-child {
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }

    .list-group-horizontal-xl .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }
}

.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
}

.list-group-flush .list-group-item:last-child {
    margin-bottom: -1px;
}

.list-group-flush:first-child .list-group-item:first-child {
    border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom: 0;
}

.list-group-item-primary {
    color: #004085;
    background-color: #b8daff;
}

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
    color: #004085;
    background-color: #9fcdff;
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #004085;
    border-color: #004085;
}

.list-group-item-secondary {
    color: #383d41;
    background-color: #d6d8db;
}

.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
    color: #383d41;
    background-color: #c8cbcf;
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41;
}

.list-group-item-success {
    color: #155724;
    background-color: #c3e6cb;
}

.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
    color: #155724;
    background-color: #b1dfbb;
}

.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724;
}

.list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb;
}

.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
    color: #0c5460;
    background-color: #abdde5;
}

.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460;
}

.list-group-item-warning {
    color: #856404;
    background-color: #ffeeba;
}

.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
    color: #856404;
    background-color: #ffe8a1;
}

.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404;
}

.list-group-item-danger {
    color: #721c24;
    background-color: #f5c6cb;
}

.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
    color: #721c24;
    background-color: #f1b0b7;
}

.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24;
}

.list-group-item-light {
    color: #818182;
    background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
    color: #818182;
    background-color: #ececf6;
}

.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182;
}

.list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca;
}

.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
    color: #1b1e21;
    background-color: #b9bbbe;
}

.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21;
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.5;
}

.close:hover {
    color: #000;
    text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
    opacity: 0.75;
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

a.close.disabled {
    pointer-events: none;
}

.toast {
    max-width: 350px;
    overflow: hidden;
    font-size: 0.875rem;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    opacity: 0;
    border-radius: 0.25rem;
}

.toast:not(:last-child) {
    margin-bottom: 0.75rem;
}

.toast.showing {
    opacity: 1;
}

.toast.show {
    display: block;
    opacity: 1;
}

.toast.hide {
    display: none;
}

.toast-header {
    display: flex;
    align-items: center;
    padding: 0.25rem 0.75rem;
    color: #6c757d;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.toast-body {
    padding: 0.75rem;
}

.modal-open {
    overflow: hidden;
}

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

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}

.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none;
    }
}

.modal.show .modal-dialog {
    transform: none;
}

.modal-dialog-scrollable {
    display: flex;
    max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
    flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto;
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
    content: none;
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

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

.modal-backdrop.show {
    opacity: 0.5;
}

.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}

.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

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

.modal-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}

.modal-footer > :not(:first-child) {
    margin-left: 0.25rem;
}

.modal-footer > :not(:last-child) {
    margin-right: 0.25rem;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }

    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem);
    }

    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem);
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }

    .modal-dialog-centered::before {
        height: calc(100vh - 3.5rem);
    }

    .modal-sm {
        max-width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg,
    .modal-xl {
        max-width: 800px;
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px;
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "DM Sans", "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    opacity: 0;
}

.tooltip.show {
    opacity: 0.9;
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem;
}

.tooltip .arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid;
}

.bs-tooltip-top,
.bs-tooltip-auto[x-placement^="top"] {
    padding: 0.4rem 0;
}

.bs-tooltip-top .arrow,
.bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0;
}

.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^="top"] .arrow::before {
    top: 0;
    border-width: 0.4rem 0.4rem 0;
    border-top-color: #000;
}

.bs-tooltip-right,
.bs-tooltip-auto[x-placement^="right"] {
    padding: 0 0.4rem;
}

.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem;
}

.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^="right"] .arrow::before {
    right: 0;
    border-width: 0.4rem 0.4rem 0.4rem 0;
    border-right-color: #000;
}

.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^="bottom"] {
    padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow,
.bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0;
}

.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    bottom: 0;
    border-width: 0 0.4rem 0.4rem;
    border-bottom-color: #000;
}

.bs-tooltip-left,
.bs-tooltip-auto[x-placement^="left"] {
    padding: 0 0.4rem;
}

.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem;
}

.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^="left"] .arrow::before {
    left: 0;
    border-width: 0.4rem 0 0.4rem 0.4rem;
    border-left-color: #000;
}

.tooltip-inner {
    max-width: 200px;
    padding: 0.25rem 0.5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 0.25rem;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: -apple-system, BlinkMacSystemFont, "DM Sans", "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
}

.popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem;
}

.popover .arrow::before,
.popover .arrow::after {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid;
}

.bs-popover-top,
.bs-popover-auto[x-placement^="top"] {
    margin-bottom: 0.5rem;
}

.bs-popover-top > .arrow,
.bs-popover-auto[x-placement^="top"] > .arrow {
    bottom: calc((0.5rem + 1px) * -1);
}

.bs-popover-top > .arrow::before,
.bs-popover-auto[x-placement^="top"] > .arrow::before {
    bottom: 0;
    border-width: 0.5rem 0.5rem 0;
    border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-top > .arrow::after,
.bs-popover-auto[x-placement^="top"] > .arrow::after {
    bottom: 1px;
    border-width: 0.5rem 0.5rem 0;
    border-top-color: #fff;
}

.bs-popover-right,
.bs-popover-auto[x-placement^="right"] {
    margin-left: 0.5rem;
}

.bs-popover-right > .arrow,
.bs-popover-auto[x-placement^="right"] > .arrow {
    left: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0;
}

.bs-popover-right > .arrow::before,
.bs-popover-auto[x-placement^="right"] > .arrow::before {
    left: 0;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-right > .arrow::after,
.bs-popover-auto[x-placement^="right"] > .arrow::after {
    left: 1px;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    border-right-color: #fff;
}

.bs-popover-bottom,
.bs-popover-auto[x-placement^="bottom"] {
    margin-top: 0.5rem;
}

.bs-popover-bottom > .arrow,
.bs-popover-auto[x-placement^="bottom"] > .arrow {
    top: calc((0.5rem + 1px) * -1);
}

.bs-popover-bottom > .arrow::before,
.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
    top: 0;
    border-width: 0 0.5rem 0.5rem 0.5rem;
    border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-bottom > .arrow::after,
.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
    top: 1px;
    border-width: 0 0.5rem 0.5rem 0.5rem;
    border-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before,
.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left,
.bs-popover-auto[x-placement^="left"] {
    margin-right: 0.5rem;
}

.bs-popover-left > .arrow,
.bs-popover-auto[x-placement^="left"] > .arrow {
    right: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0;
}

.bs-popover-left > .arrow::before,
.bs-popover-auto[x-placement^="left"] > .arrow::before {
    right: 0;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-left > .arrow::after,
.bs-popover-auto[x-placement^="left"] > .arrow::after {
    right: 1px;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    border-left-color: #fff;
}

.popover-header {
    padding: 0.5rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
    display: none;
}

.popover-body {
    padding: 0.5rem 0.75rem;
    color: #212529;
}

.carousel {
    position: relative;
}

.carousel.pointer-event {
    touch-action: pan-y;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-inner::after {
    display: block;
    clear: both;
    content: "";
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-item {
        transition: none;
    }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
    transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
    transform: translateX(-100%);
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
    z-index: 1;
    opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    transition: 0s 0.6s opacity;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
        transition: none;
    }
}

.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: 0.5;
    transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-control-prev,
    .carousel-control-next {
        transition: none;
    }
}

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9;
}

.carousel-control-prev {
    left: 0;
}

.carousel-control-next {
    right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: no-repeat 50% / 100% 100%;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}

.carousel-indicators li {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 0.5;
    transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-indicators li {
        transition: none;
    }
}

.carousel-indicators .active {
    opacity: 1;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}

@-webkit-keyframes spinner-border {
    to {
        transform: rotate(360deg);
    }
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg);
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border 0.75s linear infinite;
    animation: spinner-border 0.75s linear infinite;
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
    0% {
        transform: scale(0);
    }
    50% {
        opacity: 1;
    }
}

@keyframes spinner-grow {
    0% {
        transform: scale(0);
    }
    50% {
        opacity: 1;
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: spinner-grow 0.75s linear infinite;
    animation: spinner-grow 0.75s linear infinite;
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem;
}

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

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

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

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

.align-text-bottom {
    vertical-align: text-bottom !important;
}

.align-text-top {
    vertical-align: text-top !important;
}

.bg-primary {
    background-color: #007bff !important;
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
    background-color: #0062cc !important;
}

.bg-secondary {
    background-color: #6c757d !important;
}

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
    background-color: #545b62 !important;
}

.bg-success {
    background-color: #28a745 !important;
}

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
    background-color: #1e7e34 !important;
}

.bg-info {
    background-color: #17a2b8 !important;
}

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
    background-color: #117a8b !important;
}

.bg-warning {
    background-color: #ffc107 !important;
}

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
    background-color: #d39e00 !important;
}

.bg-danger {
    background-color: #dc3545 !important;
}

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
    background-color: #bd2130 !important;
}

.bg-light {
    background-color: #f8f9fa !important;
}

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
    background-color: #dae0e5 !important;
}

.bg-dark {
    background-color: #343a40 !important;
}

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
    background-color: #1d2124 !important;
}

.bg-white {
    background-color: #fff !important;
}

.bg-transparent {
    background-color: transparent !important;
}

.border {
    border: 1px solid #dee2e6 !important;
}

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

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

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

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

.border-0 {
    border: 0 !important;
}

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

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

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

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

.border-primary {
    border-color: #007bff !important;
}

.border-secondary {
    border-color: #6c757d !important;
}

.border-success {
    border-color: #28a745 !important;
}

.border-info {
    border-color: #17a2b8 !important;
}

.border-warning {
    border-color: #ffc107 !important;
}

.border-danger {
    border-color: #dc3545 !important;
}

.border-light {
    border-color: #f8f9fa !important;
}

.border-dark {
    border-color: #343a40 !important;
}

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

.rounded-sm {
    border-radius: 0.2rem !important;
}

.rounded {
    border-radius: 0.25rem !important;
}

.rounded-top {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
}

.rounded-right {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
    border-radius: 0.3rem !important;
}

.rounded-circle {
    border-radius: 50% !important;
}

.rounded-pill {
    border-radius: 50rem !important;
}

.rounded-0 {
    border-radius: 0 !important;
}

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

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

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

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

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

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

.d-table-row {
    display: table-row !important;
}

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

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

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

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }

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

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

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

    .d-sm-table {
        display: table !important;
    }

    .d-sm-table-row {
        display: table-row !important;
    }

    .d-sm-table-cell {
        display: table-cell !important;
    }

    .d-sm-flex {
        display: flex !important;
    }

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

@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }

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

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

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

    .d-md-table {
        display: table !important;
    }

    .d-md-table-row {
        display: table-row !important;
    }

    .d-md-table-cell {
        display: table-cell !important;
    }

    .d-md-flex {
        display: flex !important;
    }

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

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }

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

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

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

    .d-lg-table {
        display: table !important;
    }

    .d-lg-table-row {
        display: table-row !important;
    }

    .d-lg-table-cell {
        display: table-cell !important;
    }

    .d-lg-flex {
        display: flex !important;
    }

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

@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important;
    }

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

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

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

    .d-xl-table {
        display: table !important;
    }

    .d-xl-table-row {
        display: table-row !important;
    }

    .d-xl-table-cell {
        display: table-cell !important;
    }

    .d-xl-flex {
        display: flex !important;
    }

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

@media print {
    .d-print-none {
        display: none !important;
    }

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

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

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

    .d-print-table {
        display: table !important;
    }

    .d-print-table-row {
        display: table-row !important;
    }

    .d-print-table-cell {
        display: table-cell !important;
    }

    .d-print-flex {
        display: flex !important;
    }

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

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.embed-responsive::before {
    display: block;
    content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.embed-responsive-21by9::before {
    padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before {
    padding-top: 56.25%;
}

.embed-responsive-4by3::before {
    padding-top: 75%;
}

.embed-responsive-1by1::before {
    padding-top: 100%;
}

.flex-row {
    flex-direction: row !important;
}

.flex-column {
    flex-direction: column !important;
}

.flex-row-reverse {
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    flex-direction: column-reverse !important;
}

.flex-wrap {
    flex-wrap: wrap !important;
}

.flex-nowrap {
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
}

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

.flex-grow-0 {
    flex-grow: 0 !important;
}

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

.flex-shrink-0 {
    flex-shrink: 0 !important;
}

.flex-shrink-1 {
    flex-shrink: 1 !important;
}

.justify-content-start {
    justify-content: flex-start !important;
}

.justify-content-end {
    justify-content: flex-end !important;
}

.justify-content-center {
    justify-content: center !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.justify-content-around {
    justify-content: space-around !important;
}

.align-items-start {
    align-items: flex-start !important;
}

.align-items-end {
    align-items: flex-end !important;
}

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

.align-items-baseline {
    align-items: baseline !important;
}

.align-items-stretch {
    align-items: stretch !important;
}

.align-content-start {
    align-content: flex-start !important;
}

.align-content-end {
    align-content: flex-end !important;
}

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

.align-content-between {
    align-content: space-between !important;
}

.align-content-around {
    align-content: space-around !important;
}

.align-content-stretch {
    align-content: stretch !important;
}

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

.align-self-start {
    align-self: flex-start !important;
}

.align-self-end {
    align-self: flex-end !important;
}

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

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

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

@media (min-width: 576px) {
    .flex-sm-row {
        flex-direction: row !important;
    }

    .flex-sm-column {
        flex-direction: column !important;
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-sm-wrap {
        flex-wrap: wrap !important;
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

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

    .flex-sm-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-sm-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-sm-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-sm-shrink-1 {
        flex-shrink: 1 !important;
    }

    .justify-content-sm-start {
        justify-content: flex-start !important;
    }

    .justify-content-sm-end {
        justify-content: flex-end !important;
    }

    .justify-content-sm-center {
        justify-content: center !important;
    }

    .justify-content-sm-between {
        justify-content: space-between !important;
    }

    .justify-content-sm-around {
        justify-content: space-around !important;
    }

    .align-items-sm-start {
        align-items: flex-start !important;
    }

    .align-items-sm-end {
        align-items: flex-end !important;
    }

    .align-items-sm-center {
        align-items: center !important;
    }

    .align-items-sm-baseline {
        align-items: baseline !important;
    }

    .align-items-sm-stretch {
        align-items: stretch !important;
    }

    .align-content-sm-start {
        align-content: flex-start !important;
    }

    .align-content-sm-end {
        align-content: flex-end !important;
    }

    .align-content-sm-center {
        align-content: center !important;
    }

    .align-content-sm-between {
        align-content: space-between !important;
    }

    .align-content-sm-around {
        align-content: space-around !important;
    }

    .align-content-sm-stretch {
        align-content: stretch !important;
    }

    .align-self-sm-auto {
        align-self: auto !important;
    }

    .align-self-sm-start {
        align-self: flex-start !important;
    }

    .align-self-sm-end {
        align-self: flex-end !important;
    }

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

    .align-self-sm-baseline {
        align-self: baseline !important;
    }

    .align-self-sm-stretch {
        align-self: stretch !important;
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        flex-direction: row !important;
    }

    .flex-md-column {
        flex-direction: column !important;
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-md-wrap {
        flex-wrap: wrap !important;
    }

    .flex-md-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

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

    .flex-md-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-md-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-md-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-md-shrink-1 {
        flex-shrink: 1 !important;
    }

    .justify-content-md-start {
        justify-content: flex-start !important;
    }

    .justify-content-md-end {
        justify-content: flex-end !important;
    }

    .justify-content-md-center {
        justify-content: center !important;
    }

    .justify-content-md-between {
        justify-content: space-between !important;
    }

    .justify-content-md-around {
        justify-content: space-around !important;
    }

    .align-items-md-start {
        align-items: flex-start !important;
    }

    .align-items-md-end {
        align-items: flex-end !important;
    }

    .align-items-md-center {
        align-items: center !important;
    }

    .align-items-md-baseline {
        align-items: baseline !important;
    }

    .align-items-md-stretch {
        align-items: stretch !important;
    }

    .align-content-md-start {
        align-content: flex-start !important;
    }

    .align-content-md-end {
        align-content: flex-end !important;
    }

    .align-content-md-center {
        align-content: center !important;
    }

    .align-content-md-between {
        align-content: space-between !important;
    }

    .align-content-md-around {
        align-content: space-around !important;
    }

    .align-content-md-stretch {
        align-content: stretch !important;
    }

    .align-self-md-auto {
        align-self: auto !important;
    }

    .align-self-md-start {
        align-self: flex-start !important;
    }

    .align-self-md-end {
        align-self: flex-end !important;
    }

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

    .align-self-md-baseline {
        align-self: baseline !important;
    }

    .align-self-md-stretch {
        align-self: stretch !important;
    }
}

@media (min-width: 992px) {
    .flex-lg-row {
        flex-direction: row !important;
    }

    .flex-lg-column {
        flex-direction: column !important;
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-lg-wrap {
        flex-wrap: wrap !important;
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

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

    .flex-lg-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-lg-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-lg-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1 !important;
    }

    .justify-content-lg-start {
        justify-content: flex-start !important;
    }

    .justify-content-lg-end {
        justify-content: flex-end !important;
    }

    .justify-content-lg-center {
        justify-content: center !important;
    }

    .justify-content-lg-between {
        justify-content: space-between !important;
    }

    .justify-content-lg-around {
        justify-content: space-around !important;
    }

    .align-items-lg-start {
        align-items: flex-start !important;
    }

    .align-items-lg-end {
        align-items: flex-end !important;
    }

    .align-items-lg-center {
        align-items: center !important;
    }

    .align-items-lg-baseline {
        align-items: baseline !important;
    }

    .align-items-lg-stretch {
        align-items: stretch !important;
    }

    .align-content-lg-start {
        align-content: flex-start !important;
    }

    .align-content-lg-end {
        align-content: flex-end !important;
    }

    .align-content-lg-center {
        align-content: center !important;
    }

    .align-content-lg-between {
        align-content: space-between !important;
    }

    .align-content-lg-around {
        align-content: space-around !important;
    }

    .align-content-lg-stretch {
        align-content: stretch !important;
    }

    .align-self-lg-auto {
        align-self: auto !important;
    }

    .align-self-lg-start {
        align-self: flex-start !important;
    }

    .align-self-lg-end {
        align-self: flex-end !important;
    }

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

    .align-self-lg-baseline {
        align-self: baseline !important;
    }

    .align-self-lg-stretch {
        align-self: stretch !important;
    }
}

@media (min-width: 1200px) {
    .flex-xl-row {
        flex-direction: row !important;
    }

    .flex-xl-column {
        flex-direction: column !important;
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-xl-wrap {
        flex-wrap: wrap !important;
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

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

    .flex-xl-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-xl-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1 !important;
    }

    .justify-content-xl-start {
        justify-content: flex-start !important;
    }

    .justify-content-xl-end {
        justify-content: flex-end !important;
    }

    .justify-content-xl-center {
        justify-content: center !important;
    }

    .justify-content-xl-between {
        justify-content: space-between !important;
    }

    .justify-content-xl-around {
        justify-content: space-around !important;
    }

    .align-items-xl-start {
        align-items: flex-start !important;
    }

    .align-items-xl-end {
        align-items: flex-end !important;
    }

    .align-items-xl-center {
        align-items: center !important;
    }

    .align-items-xl-baseline {
        align-items: baseline !important;
    }

    .align-items-xl-stretch {
        align-items: stretch !important;
    }

    .align-content-xl-start {
        align-content: flex-start !important;
    }

    .align-content-xl-end {
        align-content: flex-end !important;
    }

    .align-content-xl-center {
        align-content: center !important;
    }

    .align-content-xl-between {
        align-content: space-between !important;
    }

    .align-content-xl-around {
        align-content: space-around !important;
    }

    .align-content-xl-stretch {
        align-content: stretch !important;
    }

    .align-self-xl-auto {
        align-self: auto !important;
    }

    .align-self-xl-start {
        align-self: flex-start !important;
    }

    .align-self-xl-end {
        align-self: flex-end !important;
    }

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

    .align-self-xl-baseline {
        align-self: baseline !important;
    }

    .align-self-xl-stretch {
        align-self: stretch !important;
    }
}

.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

.float-none {
    float: none !important;
}

@media (min-width: 576px) {
    .float-sm-left {
        float: left !important;
    }

    .float-sm-right {
        float: right !important;
    }

    .float-sm-none {
        float: none !important;
    }
}

@media (min-width: 768px) {
    .float-md-left {
        float: left !important;
    }

    .float-md-right {
        float: right !important;
    }

    .float-md-none {
        float: none !important;
    }
}

@media (min-width: 992px) {
    .float-lg-left {
        float: left !important;
    }

    .float-lg-right {
        float: right !important;
    }

    .float-lg-none {
        float: none !important;
    }
}

@media (min-width: 1200px) {
    .float-xl-left {
        float: left !important;
    }

    .float-xl-right {
        float: right !important;
    }

    .float-xl-none {
        float: none !important;
    }
}

.overflow-auto {
    overflow: auto !important;
}

.overflow-hidden {
    overflow: hidden !important;
}

.position-static {
    position: static !important;
}

.position-relative {
    position: relative !important;
}

.position-absolute {
    position: absolute !important;
}

.position-fixed {
    position: fixed !important;
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}

@supports (position: -webkit-sticky) or (position: sticky) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
}

.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

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

.w-25 {
    width: 25% !important;
}

.w-50 {
    width: 50% !important;
}

.w-75 {
    width: 75% !important;
}

.w-100 {
    width: 100% !important;
}

.w-auto {
    width: auto !important;
}

.h-25 {
    height: 25% !important;
}

.h-50 {
    height: 50% !important;
}

.h-75 {
    height: 75% !important;
}

.h-100 {
    height: 100% !important;
}

.h-auto {
    height: auto !important;
}

.mw-100 {
    max-width: 100% !important;
}

.mh-100 {
    max-height: 100% !important;
}

.min-vw-100 {
    min-width: 100vw !important;
}

.min-vh-100 {
    min-height: 100vh !important;
}

.vw-100 {
    width: 100vw !important;
}

.vh-100 {
    height: 100vh !important;
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0, 0, 0, 0);
}

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

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

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

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

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

.m-1 {
    margin: 0.25rem !important;
}

.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
    margin-left: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.mt-3,
.my-3 {
    margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important;
}

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

.mt-5,
.my-5 {
    margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important;
}

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

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

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

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

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

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

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

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

.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
    padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}

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

.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
    padding-left: 0.5rem !important;
}

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

.pt-3,
.py-3 {
    padding-top: 1rem !important;
}

.pr-3,
.px-3 {
    padding-right: 1rem !important;
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
    padding-left: 1rem !important;
}

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

.pt-4,
.py-4 {
    padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important;
}

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

.pt-5,
.py-5 {
    padding-top: 3rem !important;
}

.pr-5,
.px-5 {
    padding-right: 3rem !important;
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
    padding-left: 3rem !important;
}

.m-n1 {
    margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
    margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
    margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
    margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
    margin-left: -0.25rem !important;
}

.m-n2 {
    margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
    margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
    margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
    margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
    margin-left: -0.5rem !important;
}

.m-n3 {
    margin: -1rem !important;
}

.mt-n3,
.my-n3 {
    margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
    margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
    margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
    margin-left: -1rem !important;
}

.m-n4 {
    margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
    margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
    margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
    margin-left: -1.5rem !important;
}

.m-n5 {
    margin: -3rem !important;
}

.mt-n5,
.my-n5 {
    margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
    margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
    margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
    margin-left: -3rem !important;
}

.m-auto {
    margin: auto !important;
}

.mt-auto,
.my-auto {
    margin-top: auto !important;
}

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

.mb-auto,
.my-auto {
    margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
    margin-left: auto !important;
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important;
    }

    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important;
    }

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

    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important;
    }

    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important;
    }

    .m-sm-1 {
        margin: 0.25rem !important;
    }

    .mt-sm-1,
    .my-sm-1 {
        margin-top: 0.25rem !important;
    }

    .mr-sm-1,
    .mx-sm-1 {
        margin-right: 0.25rem !important;
    }

    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-sm-1,
    .mx-sm-1 {
        margin-left: 0.25rem !important;
    }

    .m-sm-2 {
        margin: 0.5rem !important;
    }

    .mt-sm-2,
    .my-sm-2 {
        margin-top: 0.5rem !important;
    }

    .mr-sm-2,
    .mx-sm-2 {
        margin-right: 0.5rem !important;
    }

    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 0.5rem !important;
    }

    .m-sm-3 {
        margin: 1rem !important;
    }

    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important;
    }

    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important;
    }

    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important;
    }

    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important;
    }

    .m-sm-4 {
        margin: 1.5rem !important;
    }

    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important;
    }

    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important;
    }

    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important;
    }

    .m-sm-5 {
        margin: 3rem !important;
    }

    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important;
    }

    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important;
    }

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

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

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

    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important;
    }

    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important;
    }

    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important;
    }

    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important;
    }

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

    .pt-sm-1,
    .py-sm-1 {
        padding-top: 0.25rem !important;
    }

    .pr-sm-1,
    .px-sm-1 {
        padding-right: 0.25rem !important;
    }

    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-sm-1,
    .px-sm-1 {
        padding-left: 0.25rem !important;
    }

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

    .pt-sm-2,
    .py-sm-2 {
        padding-top: 0.5rem !important;
    }

    .pr-sm-2,
    .px-sm-2 {
        padding-right: 0.5rem !important;
    }

    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-sm-2,
    .px-sm-2 {
        padding-left: 0.5rem !important;
    }

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

    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important;
    }

    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important;
    }

    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important;
    }

    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important;
    }

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

    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important;
    }

    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important;
    }

    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important;
    }

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

    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important;
    }

    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important;
    }

    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important;
    }

    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important;
    }

    .m-sm-n1 {
        margin: -0.25rem !important;
    }

    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -0.25rem !important;
    }

    .m-sm-n2 {
        margin: -0.5rem !important;
    }

    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -0.5rem !important;
    }

    .m-sm-n3 {
        margin: -1rem !important;
    }

    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem !important;
    }

    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem !important;
    }

    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem !important;
    }

    .m-sm-n4 {
        margin: -1.5rem !important;
    }

    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem !important;
    }

    .m-sm-n5 {
        margin: -3rem !important;
    }

    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -3rem !important;
    }

    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -3rem !important;
    }

    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -3rem !important;
    }

    .m-sm-auto {
        margin: auto !important;
    }

    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important;
    }

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

    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important;
    }

    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important;
    }

    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important;
    }

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

    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important;
    }

    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important;
    }

    .m-md-1 {
        margin: 0.25rem !important;
    }

    .mt-md-1,
    .my-md-1 {
        margin-top: 0.25rem !important;
    }

    .mr-md-1,
    .mx-md-1 {
        margin-right: 0.25rem !important;
    }

    .mb-md-1,
    .my-md-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-md-1,
    .mx-md-1 {
        margin-left: 0.25rem !important;
    }

    .m-md-2 {
        margin: 0.5rem !important;
    }

    .mt-md-2,
    .my-md-2 {
        margin-top: 0.5rem !important;
    }

    .mr-md-2,
    .mx-md-2 {
        margin-right: 0.5rem !important;
    }

    .mb-md-2,
    .my-md-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-md-2,
    .mx-md-2 {
        margin-left: 0.5rem !important;
    }

    .m-md-3 {
        margin: 1rem !important;
    }

    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important;
    }

    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important;
    }

    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important;
    }

    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important;
    }

    .m-md-4 {
        margin: 1.5rem !important;
    }

    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important;
    }

    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important;
    }

    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important;
    }

    .m-md-5 {
        margin: 3rem !important;
    }

    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important;
    }

    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important;
    }

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

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

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

    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important;
    }

    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important;
    }

    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important;
    }

    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important;
    }

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

    .pt-md-1,
    .py-md-1 {
        padding-top: 0.25rem !important;
    }

    .pr-md-1,
    .px-md-1 {
        padding-right: 0.25rem !important;
    }

    .pb-md-1,
    .py-md-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-md-1,
    .px-md-1 {
        padding-left: 0.25rem !important;
    }

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

    .pt-md-2,
    .py-md-2 {
        padding-top: 0.5rem !important;
    }

    .pr-md-2,
    .px-md-2 {
        padding-right: 0.5rem !important;
    }

    .pb-md-2,
    .py-md-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-md-2,
    .px-md-2 {
        padding-left: 0.5rem !important;
    }

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

    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important;
    }

    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important;
    }

    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important;
    }

    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important;
    }

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

    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important;
    }

    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important;
    }

    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important;
    }

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

    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important;
    }

    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important;
    }

    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important;
    }

    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important;
    }

    .m-md-n1 {
        margin: -0.25rem !important;
    }

    .mt-md-n1,
    .my-md-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -0.25rem !important;
    }

    .m-md-n2 {
        margin: -0.5rem !important;
    }

    .mt-md-n2,
    .my-md-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -0.5rem !important;
    }

    .m-md-n3 {
        margin: -1rem !important;
    }

    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem !important;
    }

    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem !important;
    }

    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem !important;
    }

    .m-md-n4 {
        margin: -1.5rem !important;
    }

    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem !important;
    }

    .m-md-n5 {
        margin: -3rem !important;
    }

    .mt-md-n5,
    .my-md-n5 {
        margin-top: -3rem !important;
    }

    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -3rem !important;
    }

    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -3rem !important;
    }

    .m-md-auto {
        margin: auto !important;
    }

    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important;
    }

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

    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important;
    }

    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important;
    }

    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important;
    }

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

    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important;
    }

    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important;
    }

    .m-lg-1 {
        margin: 0.25rem !important;
    }

    .mt-lg-1,
    .my-lg-1 {
        margin-top: 0.25rem !important;
    }

    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 0.25rem !important;
    }

    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 0.25rem !important;
    }

    .m-lg-2 {
        margin: 0.5rem !important;
    }

    .mt-lg-2,
    .my-lg-2 {
        margin-top: 0.5rem !important;
    }

    .mr-lg-2,
    .mx-lg-2 {
        margin-right: 0.5rem !important;
    }

    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 0.5rem !important;
    }

    .m-lg-3 {
        margin: 1rem !important;
    }

    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important;
    }

    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important;
    }

    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important;
    }

    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important;
    }

    .m-lg-4 {
        margin: 1.5rem !important;
    }

    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important;
    }

    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important;
    }

    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important;
    }

    .m-lg-5 {
        margin: 3rem !important;
    }

    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important;
    }

    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important;
    }

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

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

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

    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important;
    }

    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important;
    }

    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important;
    }

    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important;
    }

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

    .pt-lg-1,
    .py-lg-1 {
        padding-top: 0.25rem !important;
    }

    .pr-lg-1,
    .px-lg-1 {
        padding-right: 0.25rem !important;
    }

    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-lg-1,
    .px-lg-1 {
        padding-left: 0.25rem !important;
    }

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

    .pt-lg-2,
    .py-lg-2 {
        padding-top: 0.5rem !important;
    }

    .pr-lg-2,
    .px-lg-2 {
        padding-right: 0.5rem !important;
    }

    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-lg-2,
    .px-lg-2 {
        padding-left: 0.5rem !important;
    }

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

    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important;
    }

    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important;
    }

    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important;
    }

    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important;
    }

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

    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important;
    }

    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important;
    }

    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important;
    }

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

    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important;
    }

    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important;
    }

    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important;
    }

    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important;
    }

    .m-lg-n1 {
        margin: -0.25rem !important;
    }

    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -0.25rem !important;
    }

    .m-lg-n2 {
        margin: -0.5rem !important;
    }

    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -0.5rem !important;
    }

    .m-lg-n3 {
        margin: -1rem !important;
    }

    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem !important;
    }

    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem !important;
    }

    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem !important;
    }

    .m-lg-n4 {
        margin: -1.5rem !important;
    }

    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem !important;
    }

    .m-lg-n5 {
        margin: -3rem !important;
    }

    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3rem !important;
    }

    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -3rem !important;
    }

    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -3rem !important;
    }

    .m-lg-auto {
        margin: auto !important;
    }

    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important;
    }

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

    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important;
    }

    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important;
    }

    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important;
    }

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

    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important;
    }

    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important;
    }

    .m-xl-1 {
        margin: 0.25rem !important;
    }

    .mt-xl-1,
    .my-xl-1 {
        margin-top: 0.25rem !important;
    }

    .mr-xl-1,
    .mx-xl-1 {
        margin-right: 0.25rem !important;
    }

    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-xl-1,
    .mx-xl-1 {
        margin-left: 0.25rem !important;
    }

    .m-xl-2 {
        margin: 0.5rem !important;
    }

    .mt-xl-2,
    .my-xl-2 {
        margin-top: 0.5rem !important;
    }

    .mr-xl-2,
    .mx-xl-2 {
        margin-right: 0.5rem !important;
    }

    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-xl-2,
    .mx-xl-2 {
        margin-left: 0.5rem !important;
    }

    .m-xl-3 {
        margin: 1rem !important;
    }

    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important;
    }

    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important;
    }

    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important;
    }

    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important;
    }

    .m-xl-4 {
        margin: 1.5rem !important;
    }

    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important;
    }

    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important;
    }

    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important;
    }

    .m-xl-5 {
        margin: 3rem !important;
    }

    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important;
    }

    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important;
    }

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

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

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

    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important;
    }

    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important;
    }

    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important;
    }

    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important;
    }

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

    .pt-xl-1,
    .py-xl-1 {
        padding-top: 0.25rem !important;
    }

    .pr-xl-1,
    .px-xl-1 {
        padding-right: 0.25rem !important;
    }

    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-xl-1,
    .px-xl-1 {
        padding-left: 0.25rem !important;
    }

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

    .pt-xl-2,
    .py-xl-2 {
        padding-top: 0.5rem !important;
    }

    .pr-xl-2,
    .px-xl-2 {
        padding-right: 0.5rem !important;
    }

    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-xl-2,
    .px-xl-2 {
        padding-left: 0.5rem !important;
    }

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

    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important;
    }

    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important;
    }

    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important;
    }

    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important;
    }

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

    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important;
    }

    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important;
    }

    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important;
    }

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

    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important;
    }

    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important;
    }

    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important;
    }

    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important;
    }

    .m-xl-n1 {
        margin: -0.25rem !important;
    }

    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -0.25rem !important;
    }

    .m-xl-n2 {
        margin: -0.5rem !important;
    }

    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -0.5rem !important;
    }

    .m-xl-n3 {
        margin: -1rem !important;
    }

    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem !important;
    }

    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem !important;
    }

    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem !important;
    }

    .m-xl-n4 {
        margin: -1.5rem !important;
    }

    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem !important;
    }

    .m-xl-n5 {
        margin: -3rem !important;
    }

    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3rem !important;
    }

    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -3rem !important;
    }

    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -3rem !important;
    }

    .m-xl-auto {
        margin: auto !important;
    }

    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important;
    }

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

    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important;
    }

    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important;
    }
}

.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
    "Courier New", monospace !important;
}

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

.text-wrap {
    white-space: normal !important;
}

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

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

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

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

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

@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important;
    }

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

    .text-sm-center {
        text-align: center !important;
    }
}

@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important;
    }

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

    .text-md-center {
        text-align: center !important;
    }
}

@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important;
    }

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

    .text-lg-center {
        text-align: center !important;
    }
}

@media (min-width: 1200px) {
    .text-xl-left {
        text-align: left !important;
    }

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

    .text-xl-center {
        text-align: center !important;
    }
}

.text-lowercase {
    text-transform: lowercase !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-capitalize {
    text-transform: capitalize !important;
}

.font-weight-light {
    font-weight: 300 !important;
}

.font-weight-lighter {
    font-weight: lighter !important;
}

.font-weight-normal {
    font-weight: 400 !important;
}

.font-weight-bold {
    font-weight: 700 !important;
}

.font-weight-bolder {
    font-weight: bolder !important;
}

.font-italic {
    font-style: italic !important;
}

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

.text-primary {
    color: #007bff !important;
}

a.text-primary:hover,
a.text-primary:focus {
    color: #0056b3 !important;
}

.text-secondary {
    color: #6c757d !important;
}

a.text-secondary:hover,
a.text-secondary:focus {
    color: #494f54 !important;
}

.text-success {
    color: #28a745 !important;
}

a.text-success:hover,
a.text-success:focus {
    color: #19692c !important;
}

.text-info {
    color: #17a2b8 !important;
}

a.text-info:hover,
a.text-info:focus {
    color: #0f6674 !important;
}

.text-warning {
    color: #ffc107 !important;
}

a.text-warning:hover,
a.text-warning:focus {
    color: #ba8b00 !important;
}

.text-danger {
    color: #dc3545 !important;
}

a.text-danger:hover,
a.text-danger:focus {
    color: #a71d2a !important;
}

.text-light {
    color: #f8f9fa !important;
}

a.text-light:hover,
a.text-light:focus {
    color: #cbd3da !important;
}

.text-dark {
    color: #343a40 !important;
}

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

.text-body {
    color: #212529 !important;
}

.text-muted {
    color: #6c757d !important;
}

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

.text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.text-decoration-none {
    text-decoration: none !important;
}

.text-break {
    word-break: break-word !important;
    overflow-wrap: break-word !important;
}

.text-reset {
    color: inherit !important;
}

.visible {
    visibility: visible !important;
}

.invisible {
    visibility: hidden !important;
}

@media print {
    *,
    *::before,
    *::after {
        text-shadow: none !important;
        box-shadow: none !important;
    }

    a:not(.btn) {
        text-decoration: underline;
    }

    abbr[title]::after {
        content: " (" attr(title) ")";
    }

    pre {
        white-space: pre-wrap !important;
    }

    pre,
    blockquote {
        border: 1px solid #adb5bd;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    @page {
        size: a3;
    }

    body {
        min-width: 992px !important;
    }

    .container {
        min-width: 992px !important;
    }

    .navbar {
        display: none;
    }

    .badge {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse !important;
    }

    .table td,
    .table th {
        background-color: #fff !important;
    }

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #dee2e6 !important;
    }

    .table-dark {
        color: inherit;
    }

    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
        border-color: #dee2e6;
    }

    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6;
    }
}

/*!
 * Font Awesome Free 5.12.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    font-display: auto;
    src: url("assets/font-awesome/fa-solid-900-f29eef66eb3ad0e3574d8edb4b9e72a04692a0b2b92d99eb7c4b977611ddd4fe.eot");
    src: url("assets/font-awesome/fa-solid-900-f29eef66eb3ad0e3574d8edb4b9e72a04692a0b2b92d99eb7c4b977611ddd4fe.eot#iefix") format("embedded-opentype"),
    url("assets/font-awesome/fa-solid-900-787d76ad6deab67ccf8bac1b584260205e114f508fc5542b612e3f75d49a34e4.woff2") format("woff2"),
    url("assets/font-awesome/fa-solid-900-3b60c77e0c81c1c9cdc9adb96ade6dbac7ef2b9402a316185855de7122e517db.woff") format("woff"),
    url("assets/font-awesome/fa-solid-900-0389b061db08d406704c9bb8819e09c3558ac956287b3e9da8e6645a79d528ea.ttf") format("truetype"),
    url("assets/font-awesome/fa-solid-900-eaf0f3d0cadad17eed1045cf68c30db7abffb4c8ef4ee9cb5f4026fdefc99a59.svg#fontawesome") format("svg");
}

@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 400;
    font-display: auto;
    src: url("assets/font-awesome/fa-regular-400-c1465a6b8743622f759b08a6d5336e57eb6eabdba1b6393fba6d30d45382f3d2.eot");
    src: url("assets/font-awesome/fa-regular-400-c1465a6b8743622f759b08a6d5336e57eb6eabdba1b6393fba6d30d45382f3d2.eot#iefix") format("embedded-opentype"),
    url("assets/font-awesome/fa-regular-400-86e496b536b26ba60cdb68df9dd9143b19a63b65e30e373b0321833aab1295d6.woff2") format("woff2"),
    url("assets/font-awesome/fa-regular-400-864c8f702a5e63198bb76ef0240b599cc065d4904c2afc5da6c8a29bbf0d6c64.woff") format("woff"),
    url("assets/font-awesome/fa-regular-400-6a335d1ce152f2b5b02bf82cc445b02d1abccd7f408a87113424b5f8fcbbfade.ttf") format("truetype"),
    url("assets/font-awesome/fa-regular-400-7ab8a39f4c48b743bd6acbbf5ea4c7547efcb62ad966e9bef3e41996afc44fd4.svg#fontawesome") format("svg");
}

@font-face {
    font-family: "Font Awesome 5 Brands";
    font-style: normal;
    font-weight: normal;
    font-display: auto;
    src: url("assets/font-awesome/fa-brands-400-e9fdf947c39f06f1b5e63c58eea2f2f74850421b4e32047dacb9c7b75dd42a16.eot");
    src: url("assets/font-awesome/fa-brands-400-e9fdf947c39f06f1b5e63c58eea2f2f74850421b4e32047dacb9c7b75dd42a16.eot#iefix") format("embedded-opentype"),
    url("assets/font-awesome/fa-brands-400-8e4560c16c7970efa47680450b2cf239d4a482c056d308acea12bb9022906c8b.woff2") format("woff2"),
    url("assets/font-awesome/fa-brands-400-1af816db9a686faa76bfbda779df959e6213de714a94b87aa7374a151f6f4900.woff") format("woff"),
    url("assets/font-awesome/fa-brands-400-6b347ff01e588a2a6909ccd7f7f5866b27484391547e9df451ab9b4c27920c71.ttf") format("truetype"),
    url("assets/font-awesome/fa-brands-400-36b51fbe6b87587541b9173cd79c16c6b359ad22a172b922204f9aa87411acd9.svg#fontawesome") format("svg");
}

.fa,
.fas {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.far {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}

.fab {
    font-family: "Font Awesome 5 Brands";
}

.fa,
.fas,
.far,
.fal,
.fad,
.fab {
    -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.3333333333em;
    line-height: 0.75em;
    vertical-align: -0.0667em;
}

.fa-xs {
    font-size: 0.75em;
}

.fa-sm {
    font-size: 0.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: solid 0.08em #eee;
    border-radius: 0.1em;
    padding: 0.2em 0.25em 0.15em;
}

.fa-pull-left {
    float: left;
}

.fa-pull-right {
    float: right;
}

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
    margin-right: 0.3em;
}

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
    margin-left: 0.3em;
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes fa-spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    transform: rotate(90deg);
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    transform: rotate(180deg);
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    transform: rotate(270deg);
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    transform: scale(-1, 1);
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    transform: scale(1, -1);
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    transform: scale(-1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
    -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-adobe:before {
    content: "\f778";
}

.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-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-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-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-dashcube:before {
    content: "\f210";
}

.fa-database:before {
    content: "\f1c0";
}

.fa-deaf:before {
    content: "\f2a4";
}

.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-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-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-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: "\f907";
}

.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-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-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-usd:before {
    content: "\f4c0";
}

.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-spock:before {
    content: "\f259";
}

.fa-hands:before {
    content: "\f4c2";
}

.fa-hands-helping:before {
    content: "\f4c4";
}

.fa-handshake:before {
    content: "\f2b5";
}

.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-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-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-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-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: "\f913";
}

.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-instagram:before {
    content: "\f16d";
}

.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-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-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: "\f91a";
}

.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-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-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-carry:before {
    content: "\f4ce";
}

.fa-pepper-hot:before {
    content: "\f816";
}

.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: "\f91e";
}

.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-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-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-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-ship:before {
    content: "\f21a";
}

.fa-shipping-fast:before {
    content: "\f48b";
}

.fa-shirtsinbulk:before {
    content: "\f214";
}

.fa-shoe-prints:before {
    content: "\f54b";
}

.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-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-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-store:before {
    content: "\f54e";
}

.fa-store-alt:before {
    content: "\f54f";
}

.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-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-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: "\f941";
}

.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-underline:before {
    content: "\f0cd";
}

.fa-undo:before {
    content: "\f0e2";
}

.fa-undo-alt:before {
    content: "\f2ea";
}

.fa-uniregistry:before {
    content: "\f404";
}

.fa-unity:before {
    content: "\f949";
}

.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-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-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-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-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-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-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;
}

.hd-container {
    max-width: 100%;
}

.regpage-main {
    background: #eef4f4;
}

.strikethrough {
    position: relative;
}

.strikethrough:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    right: 0;
    border-top: 1px solid;
    border-color: inherit;
    transform: rotate(6deg);
    -webkit-transform: rotate(6deg);
    -moz-transform: rotate(6deg);
    -ms-transform: rotate(6deg);
    -o-transform: rotate(6deg);
}

.modal-full-view {
    width: -webkit-fill-available !important;
    height: -webkit-fill-available !important;
}

.course-speakers-list::-webkit-scrollbar {
    display: none;
}

.course-speakers-list {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

progress {
    color: #006881;
    border-radius: 5px;
    background-color: #c3dde3;
    height: 8px;
}

.section-header-menu::-webkit-scrollbar {
    width: 0px;
    background: transparent;
}

.section-header-menu::-webkit-scrollbar {
    display: none;
}

.section-header-menu::-webkit-scrollbar-thumb {
    background: #ff0000;
}

.progress-holder {
    display: inline-block;
    width: 142px;
    border-radius: 5px;
    padding: 4px 0;
    z-index: 0;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    touch-action: none;
}

.progress-holder .progress-over {
    position: absolute;
    left: 0;
    width: 155px;
    height: 20px;
    background: transparent;
    z-index: 999999;
    top: -3px;
    left: -6px;
}

.progress-holder .track {
    background: #c3dde3;
    height: 5px;
    position: relative;
    width: 100%;
    z-index: 0;
}

.progress-holder .track .progress {
    border-radius: 5px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    transform-origin: left center;
    transform: scaleX(0);
    background: #006881;
}

.progress-holder .slider {
    z-index: 1;
    position: absolute;
    display: block;
    height: 13px;
    width: 13px;
    left: 0;
    margin-left: -6.5px;
    top: 0px;
    background: #006881;
    border-radius: 50%;
}

progress::-webkit-progress-value {
    background: #006881;
    border-radius: 5px;
}

progress::-moz-progress-bar {
    background: #006881;
    border-radius: 5px;
}

progress::-webkit-progress-value {
    background: #006881;
    border-radius: 5px;
}

progress::-webkit-progress-bar {
    background: #006881;
    border-radius: 5px;
}

.h-auto {
    height: auto !important;
}

.fw,
.tiny-mce {
    width: 100% !important;
    max-width: 100% !important;
}

.tox-tinymce {
    width: 100%;
}

.formwrapper {
    padding: 0 1em;
}

.infowrapper {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    background: #486f94;
    background: #536dfe;
    background: #3949ab;
    background: #486f94;
}

.infowrapper .test {
    max-width: 350px;
}

.infowrapper .test .imagewrapper {
    flex: 1 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.infowrapper .test .imagewrapper .imgblock {
    width: 350px;
    height: 200px;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 5px;
}

.infowrapper .test .infoblock {
    flex: 1 100%;
    color: white;
    padding-right: 1em;
}

.infowrapper .test .infoblock .coursetitle {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.attached-audio {
    background: #f9f9f9;
    height: 68px;
    display: flex;
    align-items: center;
    border: 1px solid #efefef;
    border-radius: 4px;
    max-width: 500px;
    padding: 0 18px;
    font-size: 14px;
}

.attached-audio a svg {
    margin-left: 10px;
    width: 30px;
}

.attached-audio a:first-child svg {
    margin-left: 0;
}

.attached-audio .total-time,
.attached-audio .current-time {
    font-size: 18px;
    color: black;
}

.attached-audio .current-time {
    margin-right: 8px;
    margin-left: 10px;
}

.attached-audio .total-time {
    margin-left: 8px;
}

.attached-img {
    max-width: 400px;
}

.attached-img img {
    width: 100%;
    border-radius: 4px;
}

.container {
    max-width: 100% !important;
}

.container .col-lg-5,
.container .col-lg-7 {
    padding: 0;
}

.w-100 {
    width: 100%;
}

@media (max-width: 990px) {
    .infocol {
        padding: 0 !important;
    }

    .infowrapper {
        height: auto;
        padding: 1em 0;
    }

    .infowrapper .test {
        display: flex;
        align-items: center;
        justify-content: center;
        max-width: 100%;
    }

    .infowrapper .test .imgblock {
        width: 250px !important;
        height: 150px !important;
    }

    .infowrapper .test .infoblock p {
        font-size: 14px;
    }
}

@media (max-width: 670px) {
    .infowrapper {
        padding: 1em !important;
    }

    .test {
        display: block !important;
    }

    .test .infoblock .coursetitle {
        display: block !important;
        text-align: center !important;
    }

    .test .infoblock p {
        display: none !important;
    }
}

.formwrapper {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.formwrapper form {
    max-width: 470px;
}

.formwrapper form .form-title {
    color: #486f94;
    margin-bottom: 1em;
    font-size: 42px;
    border-bottom: 2px solid #003c8f;
    padding-bottom: 15px;
}

@media (max-width: 990px) {
    .formwrapper {
        display: block !important;
    }

    .formwrapper form {
        margin: auto !important;
    }
}

a:hover {
    text-decoration: none;
}

.btntrans {
    background: transparent;
    border-radius: 10px;
    color: #486f94;
}

.btntrans:hover {
    background: #f7f5f5;
}

.btntrans:focus,
.btntrans:active {
    background: #486f94;
    color: white;
}

.btntrans.active {
    background: #486f94;
    color: white;
}

.showpageheader {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.showpageheader .headerstart {
    flex: 1;
    justify-content: flex-start;
    display: flex;
    align-items: center;
    color: #0f3151;
}

.showpageheader .headerend {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.showpageheader .headerend a {
    margin-left: 0.3em;
}

.showpageheader .headerend .search {
    margin-left: 1em;
    margin-bottom: 0;
}

.showpageheader .headerend .search input {
    border-radius: 25px;
    padding: 5px 15px;
}

.space-between-line {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.space-between-line .start {
    flex: 1;
    justify-content: flex-start;
    display: flex;
    align-items: center;
}

.space-between-line .end {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.space-between-line .end a {
    margin-left: 0.3em;
}

.space-between-line .end a svg {
    width: 20px;
    height: 20px;
    margin-left: 1em;
}

.space-between-line .end .search {
    margin-left: 1em;
    margin-bottom: 0;
}

.space-between-line .end .search input {
    height: 25px;
    min-width: 150px;
    border: 1px solid #ced4da;
    border-radius: 28px;
}

.roundedbtn {
    background: #006881 !important;
    color: white !important;
    border-radius: 3px !important;
    margin: auto;
    display: block !important;
}

.roundedbtn:hover {
    color: white;
}

.bold {
    font-weight: bold;
}

.select2.select2-container {
    min-width: 80px !important;
}

.uploadedfiles {
    position: relative;
    margin-bottom: 3px;
}

.uploadedfiles a.filelink {
    display: block;
    width: 100%;
}

.uploadedfiles .newfilelabel {
    position: absolute;
    right: 15px;
    top: 15px;
    background: orange;
    border-radius: 3px;
    padding: 4px;
    font-size: 7px;
    color: white;
}

.uploadedfiles .file__item__remove {
    position: absolute;
    top: 9px;
    right: 20px;
}

.uploadedfiles .file__item__remove svg {
    width: 10px;
    fill: #2bb0dd !important;
}

.uploadedfiles .file__item__remove svg path {
    fill: #2bb0dd !important;
}

.omniauthable-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
}

.omniauthable-buttons .BtnOmni .paddingLeft {
    padding-left: 40px;
}

.minicolors {
    min-height: 36px;
}

.simple-calendar .calendar-heading {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    margin-bottom: 1em;
    align-items: center;
    color: #0f3151;
}

.simple-calendar .calendar-heading .dates-link {
    display: flex;
    color: #0f3151;
    font-size: 30px;
}

.simple-calendar .calendar-heading .dates-link .month-name {
    margin-right: 5px;
}

.simple-calendar .calendar-heading .right-arrow {
    transform: rotate(180deg);
}

.simple-calendar .calendar-heading .right-arrow,
.simple-calendar .calendar-heading .left-arrow {
    margin-left: 10px;
    display: flex;
    align-items: center;
    height: 45px;
}

.simple-calendar .calendar-heading svg {
    width: 20px;
    fill: #0f3151;
}

.simple-calendar table {
    -webkit-border-horizontal-spacing: 0px;
    -webkit-border-vertical-spacing: 0px;
    background-color: #eef4f4;
    border-collapse: collapse;
    box-sizing: border-box;
    max-width: 100%;
    width: 100%;
    border-collapse: separate;
    border-spacing: 5px 5px;
}

.simple-calendar table thead tr th {
    text-align: center;
    border: none;
    color: #164a7b;
}

.simple-calendar table tbody tr td {
    border: none;
    background: white;
    border-radius: 2px;
}

.simple-calendar tr {
    border-collapse: collapse;
}

.simple-calendar th {
    padding: 6px;
    border-bottom: 2px solid #dddddd;
    border-collapse: collapse;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    border-top: 0px none #333333;
    box-sizing: border-box;
    text-align: left;
}

.simple-calendar td {
    padding: 6px;
    vertical-align: top;
    width: 14%;
    border: 1px solid #f4f4f4;
    border-top-color: #dddddd;
    border-top-style: solid;
    border-top-width: 1px;
    border-right-color: #dddddd;
    border-right-style: solid;
    border-right-width: 1px;
    border-bottom-color: #dddddd;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: #dddddd;
    border-left-style: solid;
    border-left-width: 1px;
}

.simple-calendar .day {
    height: 80px;
}

.simple-calendar .day div {
    text-align: left;
}

.simple-calendar .today .day-link {
    background: #0f3151;
    padding: 5px 7px;
    border-radius: 50%;
    color: white !important;
}

.simple-calendar .day-link {
    color: gray;
    font-size: 16px;
}

.simple-calendar .prev-month {
    background: #f4f4f4;
}

.simple-calendar .next-month {
    background: #f4f4f4;
}

.simple-calendar .current-month .day-link {
    color: #0f3151;
}

.simple-calendar .eventwrapper {
    position: relative;
    margin-top: 3px;
}

.simple-calendar .eventwrapper .eventlink {
    color: #0f3151;
    font-size: 12px;
    display: inline-block;
    background: #defde0;
    padding: 0.375rem 0.75rem;
    border-radius: 5px;
    color: black;
}

.simple-calendar .eventwrapper .eventchange {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    display: none;
    position: absolute;
    background: white;
    border-radius: 5px;
    padding: 1em;
    z-index: 999;
    width: 350px;
    top: 2.5em;
    min-height: 185px;
}

.simple-calendar .eventwrapper .eventchange:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    margin-left: -0.5em;
    top: 0em;
    left: 36%;
    box-sizing: border-box;
    border: 9px solid black;
    border-color: transparent transparent white white;
    transform-origin: 0 0;
    transform: rotate(-225deg);
    box-shadow: -2px 2px 2px 0px rgba(162, 162, 162, 0.22);
}

.simple-calendar .eventwrapper .eventchange .eventsetting-header,
.simple-calendar .eventwrapper .eventchange .eventsetting-footer {
    display: flex;
    justify-content: space-between;
}

.simple-calendar .eventwrapper .eventchange .eventsetting-header .start,
.simple-calendar .eventwrapper .eventchange .eventsetting-header .end,
.simple-calendar .eventwrapper .eventchange .eventsetting-footer .start,
.simple-calendar .eventwrapper .eventchange .eventsetting-footer .end {
    flex: 1;
    display: flex;
    align-items: center;
}

.simple-calendar .eventwrapper .eventchange .eventsetting-header .end,
.simple-calendar .eventwrapper .eventchange .eventsetting-footer .end {
    justify-content: flex-end;
}

.simple-calendar .eventwrapper .eventchange .eventsetting-header .start,
.simple-calendar .eventwrapper .eventchange .eventsetting-footer .start {
    justify-content: flex-start;
}

.simple-calendar .eventwrapper .eventchange .eventsetting-footer .link {
    border-radius: 0px;
}

.simple-calendar .eventwrapper .eventchange .eventsetting-footer .link:hover {
    border-bottom: 2px solid #486f94;
}

.simple-calendar .wday-1 .eventwrapper .eventchange,
.simple-calendar .wday-2 .eventwrapper .eventchange,
.simple-calendar .wday-3 .eventwrapper .eventchange,
.simple-calendar .wday-4 .eventwrapper .eventchange {
    left: 50%;
}

.simple-calendar .wday-1 .eventwrapper .eventchange:after,
.simple-calendar .wday-2 .eventwrapper .eventchange:after,
.simple-calendar .wday-3 .eventwrapper .eventchange:after,
.simple-calendar .wday-4 .eventwrapper .eventchange:after {
    left: 17%;
}

.simple-calendar .wday-5 .eventwrapper .eventchange,
.simple-calendar .wday-6 .eventwrapper .eventchange,
.simple-calendar .wday-0 .eventwrapper .eventchange {
    right: -20%;
}

.simple-calendar .wday-5 .eventwrapper .eventchange:after,
.simple-calendar .wday-6 .eventwrapper .eventchange:after,
.simple-calendar .wday-0 .eventwrapper .eventchange:after {
    left: auto;
    right: 4%;
}

/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/
 */
.ui-widget {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
}

.ui-widget .ui-widget {
    font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
}

.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5;
}

.ui-widget-content {
    border: 1px solid #ddd;
    background: #fff;
    color: #333;
}

.ui-widget-content a {
    color: #333;
}

.ui-widget-header {
    border: 1px solid #ddd;
    background: #e9e9e9;
    color: #333;
    font-weight: bold;
}

.ui-widget-header a {
    color: #333;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-weight: normal;
    color: #454545;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a.ui-button:link,
a.ui-button:visited,
.ui-button {
    color: #454545;
    text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
    border: 1px solid #ccc;
    background: #ededed;
    font-weight: normal;
    color: #2b2b2b;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
    color: #2b2b2b;
    text-decoration: none;
}

.ui-visual-focus {
    box-shadow: 0 0 3px 1px #5e9ed6;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: 1px solid #003eff;
    background: #007fff;
    font-weight: normal;
    color: #fff;
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
    border: #003eff;
    background-color: #fff;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #fff;
    text-decoration: none;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #dad55e;
    background: #fffa90;
    color: #777620;
}

.ui-state-checked {
    border: 1px solid #dad55e;
    background: #fffa90;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
    color: #777620;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
    border: 1px solid #f1a899;
    background: #fddfdf;
    color: #5f3f3f;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
    color: #5f3f3f;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
    color: #5f3f3f;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
    font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    opacity: 0.7;
    filter: Alpha(Opacity=70);
    font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: 0.35;
    filter: Alpha(Opacity=35);
    background-image: none;
}

.ui-state-disabled .ui-icon {
    filter: Alpha(Opacity=35);
}

.ui-icon {
    width: 16px;
    height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
    background-image: url(assets/jquery-ui/ui-icons_444444_256x240-31d988765b4e6f56553c29588c500381dc3e6f0aa2980c8212202e5644aefd5d.png);
}

.ui-widget-header .ui-icon {
    background-image: url(assets/jquery-ui/ui-icons_444444_256x240-31d988765b4e6f56553c29588c500381dc3e6f0aa2980c8212202e5644aefd5d.png);
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
    background-image: url(assets/jquery-ui/ui-icons_555555_256x240-32175261daee76c82bb0edf0eea16a56421866fbc31e94f3c1d570aa114502f5.png);
}

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
    background-image: url(assets/jquery-ui/ui-icons_ffffff_256x240-350df1b7131037de20e83c5c0f3a41a770d2ac48b5762ea772b3f4a8a7b9d47a.png);
}

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
    background-image: url(assets/jquery-ui/ui-icons_777620_256x240-0b020fc6e696d88d296e7bb1f61f1eb2ad827848e2c7382a4c3e0999e702dd9b.png);
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
    background-image: url(assets/jquery-ui/ui-icons_cc0000_256x240-40985a64b4d5dd213fba27fcd862a1bd1b337a97674f6ff0b9ec20abcee4bc69.png);
}

.ui-button .ui-icon {
    background-image: url(assets/jquery-ui/ui-icons_777777_256x240-faf32007ae120c302213557626e660dd10e711c5dd4f1113d35f26dc05b78d2f.png);
}

.ui-icon-blank {
    background-position: 16px 16px;
}

.ui-icon-caret-1-n {
    background-position: 0 0;
}

.ui-icon-caret-1-ne {
    background-position: -16px 0;
}

.ui-icon-caret-1-e {
    background-position: -32px 0;
}

.ui-icon-caret-1-se {
    background-position: -48px 0;
}

.ui-icon-caret-1-s {
    background-position: -65px 0;
}

.ui-icon-caret-1-sw {
    background-position: -80px 0;
}

.ui-icon-caret-1-w {
    background-position: -96px 0;
}

.ui-icon-caret-1-nw {
    background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
    background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
    background-position: -144px 0;
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
    background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
    background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
    background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px;
}

.ui-icon-arrow-4 {
    background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px;
}

.ui-icon-extlink {
    background-position: -32px -80px;
}

.ui-icon-newwin {
    background-position: -48px -80px;
}

.ui-icon-refresh {
    background-position: -64px -80px;
}

.ui-icon-shuffle {
    background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px;
}

.ui-icon-folder-open {
    background-position: -16px -96px;
}

.ui-icon-document {
    background-position: -32px -96px;
}

.ui-icon-document-b {
    background-position: -48px -96px;
}

.ui-icon-note {
    background-position: -64px -96px;
}

.ui-icon-mail-closed {
    background-position: -80px -96px;
}

.ui-icon-mail-open {
    background-position: -96px -96px;
}

.ui-icon-suitcase {
    background-position: -112px -96px;
}

.ui-icon-comment {
    background-position: -128px -96px;
}

.ui-icon-person {
    background-position: -144px -96px;
}

.ui-icon-print {
    background-position: -160px -96px;
}

.ui-icon-trash {
    background-position: -176px -96px;
}

.ui-icon-locked {
    background-position: -192px -96px;
}

.ui-icon-unlocked {
    background-position: -208px -96px;
}

.ui-icon-bookmark {
    background-position: -224px -96px;
}

.ui-icon-tag {
    background-position: -240px -96px;
}

.ui-icon-home {
    background-position: 0 -112px;
}

.ui-icon-flag {
    background-position: -16px -112px;
}

.ui-icon-calendar {
    background-position: -32px -112px;
}

.ui-icon-cart {
    background-position: -48px -112px;
}

.ui-icon-pencil {
    background-position: -64px -112px;
}

.ui-icon-clock {
    background-position: -80px -112px;
}

.ui-icon-disk {
    background-position: -96px -112px;
}

.ui-icon-calculator {
    background-position: -112px -112px;
}

.ui-icon-zoomin {
    background-position: -128px -112px;
}

.ui-icon-zoomout {
    background-position: -144px -112px;
}

.ui-icon-search {
    background-position: -160px -112px;
}

.ui-icon-wrench {
    background-position: -176px -112px;
}

.ui-icon-gear {
    background-position: -192px -112px;
}

.ui-icon-heart {
    background-position: -208px -112px;
}

.ui-icon-star {
    background-position: -224px -112px;
}

.ui-icon-link {
    background-position: -240px -112px;
}

.ui-icon-cancel {
    background-position: 0 -128px;
}

.ui-icon-plus {
    background-position: -16px -128px;
}

.ui-icon-plusthick {
    background-position: -32px -128px;
}

.ui-icon-minus {
    background-position: -48px -128px;
}

.ui-icon-minusthick {
    background-position: -64px -128px;
}

.ui-icon-close {
    background-position: -80px -128px;
}

.ui-icon-closethick {
    background-position: -96px -128px;
}

.ui-icon-key {
    background-position: -112px -128px;
}

.ui-icon-lightbulb {
    background-position: -128px -128px;
}

.ui-icon-scissors {
    background-position: -144px -128px;
}

.ui-icon-clipboard {
    background-position: -160px -128px;
}

.ui-icon-copy {
    background-position: -176px -128px;
}

.ui-icon-contact {
    background-position: -192px -128px;
}

.ui-icon-image {
    background-position: -208px -128px;
}

.ui-icon-video {
    background-position: -224px -128px;
}

.ui-icon-script {
    background-position: -240px -128px;
}

.ui-icon-alert {
    background-position: 0 -144px;
}

.ui-icon-info {
    background-position: -16px -144px;
}

.ui-icon-notice {
    background-position: -32px -144px;
}

.ui-icon-help {
    background-position: -48px -144px;
}

.ui-icon-check {
    background-position: -64px -144px;
}

.ui-icon-bullet {
    background-position: -80px -144px;
}

.ui-icon-radio-on {
    background-position: -96px -144px;
}

.ui-icon-radio-off {
    background-position: -112px -144px;
}

.ui-icon-pin-w {
    background-position: -128px -144px;
}

.ui-icon-pin-s {
    background-position: -144px -144px;
}

.ui-icon-play {
    background-position: 0 -160px;
}

.ui-icon-pause {
    background-position: -16px -160px;
}

.ui-icon-seek-next {
    background-position: -32px -160px;
}

.ui-icon-seek-prev {
    background-position: -48px -160px;
}

.ui-icon-seek-end {
    background-position: -64px -160px;
}

.ui-icon-seek-start {
    background-position: -80px -160px;
}

.ui-icon-seek-first {
    background-position: -80px -160px;
}

.ui-icon-stop {
    background-position: -96px -160px;
}

.ui-icon-eject {
    background-position: -112px -160px;
}

.ui-icon-volume-off {
    background-position: -128px -160px;
}

.ui-icon-volume-on {
    background-position: -144px -160px;
}

.ui-icon-power {
    background-position: 0 -176px;
}

.ui-icon-signal-diag {
    background-position: -16px -176px;
}

.ui-icon-signal {
    background-position: -32px -176px;
}

.ui-icon-battery-0 {
    background-position: -48px -176px;
}

.ui-icon-battery-1 {
    background-position: -64px -176px;
}

.ui-icon-battery-2 {
    background-position: -80px -176px;
}

.ui-icon-battery-3 {
    background-position: -96px -176px;
}

.ui-icon-circle-plus {
    background-position: 0 -192px;
}

.ui-icon-circle-minus {
    background-position: -16px -192px;
}

.ui-icon-circle-close {
    background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px;
}

.ui-icon-circle-check {
    background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
    border-top-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
    border-top-right-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
    border-bottom-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    border-bottom-right-radius: 3px;
}

.ui-widget-overlay {
    background: #aaa;
    opacity: 0.3;
    filter: Alpha(Opacity=30);
}

.ui-widget-shadow {
    box-shadow: 0 0 5px #666;
}

/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */
.ui-helper-hidden {
    display: none;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
}

.ui-helper-clearfix:after {
    clear: both;
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0);
}

.ui-front {
    z-index: 100;
}

.ui-state-disabled {
    cursor: default !important;
    pointer-events: none;
}

.ui-icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: -0.25em;
    position: relative;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}

.ui-widget-icon-block {
    left: 50%;
    margin-left: -8px;
    display: block;
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*!
 * jQuery UI Accordion 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/accordion/#theming
 */
.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin: 2px 0 0 0;
    padding: 0.5em 0.5em 0.5em 0.7em;
    font-size: 100%;
}

.ui-accordion .ui-accordion-content {
    padding: 1em 2.2em;
    border-top: 0;
    overflow: auto;
}

/*!
 * jQuery UI Autocomplete 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/autocomplete/#theming
 */
.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
}

/*!
 * jQuery UI Button 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/button/#theming
 */
.ui-button {
    padding: 0.4em 1em;
    display: inline-block;
    position: relative;
    line-height: normal;
    margin-right: 0.1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
    text-decoration: none;
}

.ui-button-icon-only {
    width: 2em;
    box-sizing: border-box;
    text-indent: -9999px;
    white-space: nowrap;
}

input.ui-button.ui-button-icon-only {
    text-indent: 0;
}

.ui-button-icon-only .ui-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
    padding: 0;
    width: 2.1em;
    height: 2.1em;
    text-indent: -9999px;
    white-space: nowrap;
}

input.ui-button.ui-icon-notext .ui-icon {
    width: auto;
    height: auto;
    text-indent: 0;
    white-space: normal;
    padding: 0.4em 1em;
}

input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/*!
 * jQuery UI Checkboxradio 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/checkboxradio/#theming
 */
.ui-checkboxradio-label .ui-icon-background {
    box-shadow: inset 1px 1px 1px #ccc;
    border-radius: 0.12em;
    border: none;
}

.ui-checkboxradio-radio-label .ui-icon-background {
    width: 16px;
    height: 16px;
    border-radius: 1em;
    overflow: visible;
    border: none;
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
    background-image: none;
    width: 8px;
    height: 8px;
    border-width: 4px;
    border-style: solid;
}

.ui-checkboxradio-disabled {
    pointer-events: none;
}

/*!
 * jQuery UI Controlgroup 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/controlgroup/#theming
 */
.ui-controlgroup {
    vertical-align: middle;
    display: inline-block;
}

.ui-controlgroup > .ui-controlgroup-item {
    float: left;
    margin-left: 0;
    margin-right: 0;
}

.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
    z-index: 9999;
}

.ui-controlgroup-vertical > .ui-controlgroup-item {
    display: block;
    float: none;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    text-align: left;
}

.ui-controlgroup-vertical .ui-controlgroup-item {
    box-sizing: border-box;
}

.ui-controlgroup .ui-controlgroup-label {
    padding: 0.4em 1em;
}

.ui-controlgroup .ui-controlgroup-label span {
    font-size: 80%;
}

.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
    border-left: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
    border-top: none;
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
    border-right: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
    border-bottom: none;
}

.ui-controlgroup-vertical .ui-spinner-input {
    width: 75%;
    width: calc(100% - 2.4em);
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
    border-top-style: solid;
}

/*!
 * jQuery UI Datepicker 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/datepicker/#theming
 */
.ui-datepicker {
    width: 17em;
    padding: 0.2em 0.2em 0;
    display: none;
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: 0.2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
    top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}

.ui-datepicker .ui-datepicker-next {
    right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 45%;
}

.ui-datepicker table {
    width: 100%;
    font-size: 0.9em;
    border-collapse: collapse;
    margin: 0 0 0.4em;
}

.ui-datepicker th {
    padding: 0.7em 0.3em;
    text-align: center;
    font-weight: bold;
    border: 0;
}

.ui-datepicker td {
    border: 0;
    padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
    display: block;
    padding: 0.2em;
    text-align: right;
    text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: 0.7em 0 0 0;
    padding: 0 0.2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: 0.5em 0.2em 0.4em;
    cursor: pointer;
    padding: 0.2em 0.6em 0.3em 0.6em;
    width: auto;
    overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}

.ui-datepicker.ui-datepicker-multi {
    width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto 0.4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0;
}

.ui-datepicker-rtl {
    direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}

.ui-datepicker .ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
    left: 0.5em;
    top: 0.3em;
}

/*!
 * jQuery UI Dialog 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/dialog/#theming
 */
.ui-dialog {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0.2em;
    outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
    padding: 0.4em 1em;
    position: relative;
}

.ui-dialog .ui-dialog-title {
    float: left;
    margin: 0.1em 0;
    white-space: nowrap;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: 0.3em;
    top: 50%;
    width: 20px;
    margin: -10px 0 0 0;
    padding: 1px;
    height: 20px;
}

.ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    padding: 0.5em 1em;
    background: none;
    overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
    text-align: left;
    border-width: 1px 0 0 0;
    background-image: none;
    margin-top: 0.5em;
    padding: 0.3em 1em 0.5em 0.4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
    margin: 0.5em 0.4em 0.5em 0;
    cursor: pointer;
}

.ui-dialog .ui-resizable-n {
    height: 2px;
    top: 0;
}

.ui-dialog .ui-resizable-e {
    width: 2px;
    right: 0;
}

.ui-dialog .ui-resizable-s {
    height: 2px;
    bottom: 0;
}

.ui-dialog .ui-resizable-w {
    width: 2px;
    left: 0;
}

.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
    width: 7px;
    height: 7px;
}

.ui-dialog .ui-resizable-se {
    right: 0;
    bottom: 0;
}

.ui-dialog .ui-resizable-sw {
    left: 0;
    bottom: 0;
}

.ui-dialog .ui-resizable-ne {
    right: 0;
    top: 0;
}

.ui-dialog .ui-resizable-nw {
    left: 0;
    top: 0;
}

.ui-draggable .ui-dialog-titlebar {
    cursor: move;
}

/*!
 * jQuery UI Draggable 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
.ui-draggable-handle {
    touch-action: none;
}

/*!
 * jQuery UI Menu 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/menu/#theming
 */
.ui-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: 0;
}

.ui-menu .ui-menu {
    position: absolute;
}

.ui-menu .ui-menu-item {
    margin: 0;
    cursor: pointer;
    list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-item-wrapper {
    position: relative;
    padding: 3px 1em 3px 0.4em;
}

.ui-menu .ui-menu-divider {
    margin: 5px 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 1px 0 0 0;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
    margin: -1px;
}

.ui-menu-icons {
    position: relative;
}

.ui-menu-icons .ui-menu-item-wrapper {
    padding-left: 2em;
}

.ui-menu .ui-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0.2em;
    margin: auto 0;
}

.ui-menu .ui-menu-icon {
    left: auto;
    right: 0;
}

/*!
 * jQuery UI Progressbar 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/progressbar/#theming
 */
.ui-progressbar {
    height: 2em;
    text-align: left;
    overflow: hidden;
}

.ui-progressbar .ui-progressbar-value {
    margin: -1px;
    height: 100%;
}

.ui-progressbar .ui-progressbar-overlay {
    background: url("data:image/gif;base64,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");
    height: 100%;
    filter: alpha(opacity=25);
    opacity: 0.25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
    background-image: none;
}

/*!
 * jQuery UI Resizable 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
.ui-resizable {
    position: relative;
}

.ui-resizable-handle {
    position: absolute;
    font-size: 0.1px;
    display: block;
    touch-action: none;
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
    display: none;
}

.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0;
}

.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0;
}

.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%;
}

.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%;
}

.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px;
}

.ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px;
}

.ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px;
}

.ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px;
}

/*!
 * jQuery UI Selectable 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
.ui-selectable {
    touch-action: none;
}

.ui-selectable-helper {
    position: absolute;
    z-index: 100;
    border: 1px dotted black;
}

/*!
 * jQuery UI Selectmenu 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/selectmenu/#theming
 */
.ui-selectmenu-menu {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.ui-selectmenu-menu .ui-menu {
    overflow: auto;
    overflow-x: hidden;
    padding-bottom: 1px;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
    font-size: 1em;
    font-weight: bold;
    line-height: 1.5;
    padding: 2px 0.4em;
    margin: 0.5em 0 0 0;
    height: auto;
    border: 0;
}

.ui-selectmenu-open {
    display: block;
}

.ui-selectmenu-text {
    display: block;
    margin-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ui-selectmenu-button.ui-button {
    text-align: left;
    white-space: nowrap;
    width: 14em;
}

.ui-selectmenu-icon.ui-icon {
    float: right;
    margin-top: 0;
}

/*!
 * jQuery UI Sortable 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
.ui-sortable-handle {
    touch-action: none;
}

/*!
 * jQuery UI Slider 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/slider/#theming
 */
.ui-slider {
    position: relative;
    text-align: left;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
    touch-action: none;
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: 0.7em;
    display: block;
    border: 0;
    background-position: 0 0;
}

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
    -webkit-filter: inherit;
    filter: inherit;
}

.ui-slider-horizontal {
    height: 0.8em;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -0.3em;
    margin-left: -0.6em;
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}

.ui-slider-vertical {
    width: 0.8em;
    height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
    left: -0.3em;
    margin-left: 0;
    margin-bottom: -0.6em;
}

.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
    bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
    top: 0;
}

/*!
 * jQuery UI Spinner 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/spinner/#theming
 */
.ui-spinner {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 0;
    vertical-align: middle;
}

.ui-spinner-input {
    border: none;
    background: none;
    color: inherit;
    padding: 0.222em 0;
    margin: 0.2em 0;
    vertical-align: middle;
    margin-left: 0.4em;
    margin-right: 2em;
}

.ui-spinner-button {
    width: 1.6em;
    height: 50%;
    font-size: 0.5em;
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    cursor: default;
    display: block;
    overflow: hidden;
    right: 0;
}

.ui-spinner a.ui-spinner-button {
    border-top-style: none;
    border-bottom-style: none;
    border-right-style: none;
}

.ui-spinner-up {
    top: 0;
}

.ui-spinner-down {
    bottom: 0;
}

/*!
 * jQuery UI Tabs 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/tabs/#theming
 */
.ui-tabs {
    position: relative;
    padding: 0.2em;
}

.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: 0.2em 0.2em 0;
}

.ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 0;
    margin: 1px 0.2em 0 0;
    border-bottom-width: 0;
    padding: 0;
    white-space: nowrap;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: left;
    padding: 0.5em 1em;
    text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: -1px;
    padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
    cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1em 1.4em;
    background: none;
}

/*!
 * jQuery UI Tooltip 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/tooltip/#theming
 */
.ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px;
}

body .ui-tooltip {
    border-width: 2px;
}

/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */
/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */
.minicolors {
    position: relative;
}

.minicolors-sprite {
    background-image: url(data:image/png;base64,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);
}

.minicolors-swatch {
    position: absolute;
    vertical-align: middle;
    background-position: -80px 0;
    border: solid 1px #ccc;
    cursor: text;
    padding: 0;
    margin: 0;
    display: inline-block;
}

.minicolors-swatch-color {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.minicolors input[type="hidden"] + .minicolors-swatch {
    width: 28px;
    position: static;
    cursor: pointer;
}

.minicolors input[type="hidden"][disabled] + .minicolors-swatch {
    cursor: default;
}

.minicolors-panel {
    position: absolute;
    width: 173px;
    background: white;
    border: solid 1px #ccc;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    z-index: 99999;
    box-sizing: content-box;
    display: none;
}

.minicolors-panel.minicolors-visible {
    display: block;
}

.minicolors-position-top .minicolors-panel {
    top: -154px;
}

.minicolors-position-right .minicolors-panel {
    right: 0;
}

.minicolors-position-bottom .minicolors-panel {
    top: auto;
}

.minicolors-position-left .minicolors-panel {
    left: 0;
}

.minicolors-with-opacity .minicolors-panel {
    width: 194px;
}

.minicolors .minicolors-grid {
    position: relative;
    top: 1px;
    left: 1px;
    width: 150px;
    height: 150px;
    background-position: -120px 0;
    cursor: crosshair;
}

.minicolors .minicolors-grid-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    height: 150px;
}

.minicolors-slider-saturation .minicolors-grid {
    background-position: -420px 0;
}

.minicolors-slider-saturation .minicolors-grid-inner {
    background-position: -270px 0;
    background-image: inherit;
}

.minicolors-slider-brightness .minicolors-grid {
    background-position: -570px 0;
}

.minicolors-slider-brightness .minicolors-grid-inner {
    background-color: black;
}

.minicolors-slider-wheel .minicolors-grid {
    background-position: -720px 0;
}

.minicolors-slider,
.minicolors-opacity-slider {
    position: absolute;
    top: 1px;
    left: 152px;
    width: 20px;
    height: 150px;
    background-color: white;
    background-position: 0 0;
    cursor: row-resize;
}

.minicolors-slider-saturation .minicolors-slider {
    background-position: -60px 0;
}

.minicolors-slider-brightness .minicolors-slider {
    background-position: -20px 0;
}

.minicolors-slider-wheel .minicolors-slider {
    background-position: -20px 0;
}

.minicolors-opacity-slider {
    left: 173px;
    background-position: -40px 0;
    display: none;
}

.minicolors-with-opacity .minicolors-opacity-slider {
    display: block;
}

.minicolors-grid .minicolors-picker {
    position: absolute;
    top: 70px;
    left: 70px;
    width: 12px;
    height: 12px;
    border: solid 1px black;
    border-radius: 10px;
    margin-top: -6px;
    margin-left: -6px;
    background: none;
}

.minicolors-grid .minicolors-picker > div {
    position: absolute;
    top: 0;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    border: solid 2px white;
    box-sizing: content-box;
}

.minicolors-picker {
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 2px;
    background: white;
    border: solid 1px black;
    margin-top: -2px;
    box-sizing: content-box;
}

.minicolors-swatches,
.minicolors-swatches li {
    margin: 5px 0 3px 5px;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

.minicolors-swatches .minicolors-swatch {
    position: relative;
    float: left;
    cursor: pointer;
    margin: 0 4px 0 0;
}

.minicolors-with-opacity .minicolors-swatches .minicolors-swatch {
    margin-right: 7px;
}

.minicolors-swatch.selected {
    border-color: #000;
}

.minicolors-inline {
    display: inline-block;
}

.minicolors-inline .minicolors-input {
    display: none !important;
}

.minicolors-inline .minicolors-panel {
    position: relative;
    top: auto;
    left: auto;
    box-shadow: none;
    z-index: auto;
    display: inline-block;
}

.minicolors-theme-default .minicolors-swatch {
    top: 5px;
    left: 5px;
    width: 18px;
    height: 18px;
}

.minicolors-theme-default .minicolors-swatches .minicolors-swatch {
    margin-bottom: 2px;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
}

.minicolors-theme-default.minicolors-position-right .minicolors-swatch {
    left: auto;
    right: 5px;
}

.minicolors-theme-default.minicolors {
    width: auto;
    display: inline-block;
}

.minicolors-theme-default .minicolors-input {
    height: 20px;
    width: auto;
    display: inline-block;
    padding-left: 26px;
}

.minicolors-theme-default.minicolors-position-right .minicolors-input {
    padding-right: 26px;
    padding-left: inherit;
}

.minicolors-theme-bootstrap .minicolors-swatch {
    z-index: 2;
    top: 3px;
    left: 3px;
    width: 28px;
    height: 28px;
    border-radius: 3px;
}

.minicolors-theme-bootstrap .minicolors-swatches .minicolors-swatch {
    margin-bottom: 2px;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
}

.minicolors-theme-bootstrap .minicolors-swatch-color {
    border-radius: inherit;
}

.minicolors-theme-bootstrap.minicolors-position-right > .minicolors-swatch {
    left: auto;
    right: 3px;
}

.minicolors-theme-bootstrap .minicolors-input {
    float: none;
    padding-left: 44px;
}

.minicolors-theme-bootstrap.minicolors-position-right .minicolors-input {
    padding-right: 44px;
    padding-left: 12px;
}

.minicolors-theme-bootstrap .minicolors-input.input-lg + .minicolors-swatch {
    top: 4px;
    left: 4px;
    width: 37px;
    height: 37px;
    border-radius: 5px;
}

.minicolors-theme-bootstrap .minicolors-input.input-sm + .minicolors-swatch {
    width: 24px;
    height: 24px;
}

.minicolors-theme-bootstrap .minicolors-input.input-xs + .minicolors-swatch {
    width: 18px;
    height: 18px;
}

.input-group .minicolors-theme-bootstrap:not(:first-child) .minicolors-input {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.minicolors-theme-semanticui .minicolors-swatch {
    top: 0;
    left: 0;
    padding: 18px;
}

.minicolors-theme-semanticui input {
    text-indent: 30px;
}

.category-tags-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.category-tags-list .checkbox-ct-item {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    width: 145px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    height: 62px;
    margin-right: 6px;
}

.category-tags-list .checkbox-ct-item label {
    border: 1px solid rgba(196, 198, 200, 0.4);
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    margin: 0;
    cursor: pointer;
    font-size: 15px;
}

.category-tags-list .checkbox-ct-item input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    z-index: -1;
}

.category-tags-list .checkbox-ct-item input:checked + label {
    border-color: #006881;
    color: #006881;
}

.hiddenicons {
    width: 1px;
    height: 1px;
}

.hiddenicons svg {
    width: 1px;
    height: 1px;
}

.cert-page .cert-page-info {
    width: 500px;
}

.cert-page .cert-page-info .cert-title {
    height: 42px;
    color: black;
    font-size: 24px;
    font-weight: 800;
    border: none;
}

.cert-page .cert-page-info .cert-title input {
    height: 42px;
    color: black;
    font-size: 24px;
    font-weight: 800;
    border: none;
}

.cert-page .cert-page-info .cert-title input::-webkit-input-placeholder {
    color: black;
    font-size: 24px;
    font-weight: 800;
}

.cert-page .cert-page-info .cert-title input::-moz-placeholder {
    color: black;
    font-size: 24px;
    font-weight: 800;
}

.cert-page .cert-page-info .cert-title input:-ms-input-placeholder {
    color: black;
    font-size: 24px;
    font-weight: 800;
}

.cert-page .cert-page-info .cert-title input::-ms-input-placeholder {
    color: black;
    font-size: 24px;
    font-weight: 800;
}

.cert-page .cert-page-info .cert-title input::placeholder {
    color: black;
    font-size: 24px;
    font-weight: 800;
}

.cert-page .cert-page-info .cert-description {
    border: none;
    width: 100%;
    margin-top: 15px;
    font-size: 18px;
    line-height: 24px;
    color: black;
}

.cert-page .cert-page-info .cert-description textarea {
    border: none;
    width: 100%;
    margin-top: 15px;
    font-size: 18px;
    line-height: 24px;
    color: black;
}

.cert-page
.cert-page-info
.cert-description
textarea::-webkit-input-placeholder {
    font-size: 18px;
    line-height: 24px;
    color: black;
}

.cert-page .cert-page-info .cert-description textarea::-moz-placeholder {
    font-size: 18px;
    line-height: 24px;
    color: black;
}

.cert-page .cert-page-info .cert-description textarea:-ms-input-placeholder {
    font-size: 18px;
    line-height: 24px;
    color: black;
}

.cert-page .cert-page-info .cert-description textarea::-ms-input-placeholder {
    font-size: 18px;
    line-height: 24px;
    color: black;
}

.cert-page .cert-page-info .cert-description textarea::placeholder {
    font-size: 18px;
    line-height: 24px;
    color: black;
}

.cert-page .cert-page-image {
    width: 400px;
    height: 283px;
}

.cert-page .cert-page-image img {
    width: 100%;
    height: 100%;
}

.cert-page .conditions-list {
    margin-top: 2em;
}

.cert-page .conditions-list .condition-item {
    margin-bottom: 1em;
    display: flex;
}

.cert-page .conditions-list .condition-item .select-cert {
    border: 1px solid gray;
}

.cert-page .conditions-list .condition-item .select-cert li svg {
    width: 70px;
    height: 70px;
}

.cert-page .conditions-list .condition-item .condition-image svg {
    width: 134px;
    height: 134px;
}

.cert-page .conditions-list .condition-item .condition-info {
    margin-left: 1.5em;
}

.cert-page
.conditions-list
.condition-item
.condition-info
.condition-info-content {
    border: none;
    width: 100%;
    margin-top: 15px;
    font-size: 18px;
    line-height: 24px;
    color: black;
}

.cert-page
.conditions-list
.condition-item
.condition-info
.condition-info-content
textarea {
    border: none;
    width: 100%;
    margin-top: 15px;
    font-size: 18px;
    line-height: 24px;
    color: black;
}

.cert-page
.conditions-list
.condition-item
.condition-info
.condition-info-content
textarea::-webkit-input-placeholder {
    font-size: 18px;
    line-height: 24px;
    color: black;
}

.cert-page
.conditions-list
.condition-item
.condition-info
.condition-info-content
textarea::-moz-placeholder {
    font-size: 18px;
    line-height: 24px;
    color: black;
}

.cert-page
.conditions-list
.condition-item
.condition-info
.condition-info-content
textarea:-ms-input-placeholder {
    font-size: 18px;
    line-height: 24px;
    color: black;
}

.cert-page
.conditions-list
.condition-item
.condition-info
.condition-info-content
textarea::-ms-input-placeholder {
    font-size: 18px;
    line-height: 24px;
    color: black;
}

.cert-page
.conditions-list
.condition-item
.condition-info
.condition-info-content
textarea::placeholder {
    font-size: 18px;
    line-height: 24px;
    color: black;
}

.cert-page
.conditions-list
.condition-item
.condition-info
.condition-info-title {
    height: 42px;
    color: black;
    font-size: 24px;
    font-weight: 600;
    border: none;
}

.cert-page
.conditions-list
.condition-item
.condition-info
.condition-info-title
input {
    height: 42px;
    color: black;
    font-size: 24px;
    font-weight: 600;
    border: none;
}

.cert-page
.conditions-list
.condition-item
.condition-info
.condition-info-title
input::-webkit-input-placeholder {
    color: black;
    font-size: 24px;
    font-weight: 600;
}

.cert-page
.conditions-list
.condition-item
.condition-info
.condition-info-title
input::-moz-placeholder {
    color: black;
    font-size: 24px;
    font-weight: 600;
}

.cert-page
.conditions-list
.condition-item
.condition-info
.condition-info-title
input:-ms-input-placeholder {
    color: black;
    font-size: 24px;
    font-weight: 600;
}

.cert-page
.conditions-list
.condition-item
.condition-info
.condition-info-title
input::-ms-input-placeholder {
    color: black;
    font-size: 24px;
    font-weight: 600;
}

.cert-page
.conditions-list
.condition-item
.condition-info
.condition-info-title
input::placeholder {
    color: black;
    font-size: 24px;
    font-weight: 600;
}

.nothing-to-show {
    text-align: center;
}

.files-list {
    margin-top: 2em;
}

.files-list .filelink {
    background: #2bb0dd1c;
    padding: 10px 20px;
    color: #2bb0dd;
    border-radius: 5px;
}

.answerfield {
    position: relative;
}

.answerfield .uploadicon {
    position: absolute;
    top: 11px;
    right: 0;
    width: 24px;
    height: 24px;
}

.answerfield .uploadicon .uiwrap {
    position: relative;
    width: 22px;
}

.answerfield .uploadicon .uiwrap input {
    position: absolute;
    left: 0px;
    height: 100%;
    width: 24px;
    opacity: 0;
}

.answerfield
.uploadicon
.uiwrap
input[type="file"]::-webkit-file-upload-button {
    width: 24px !important;
}

.dots {
    margin-right: 10px;
}

.folder-title {
    margin-bottom: 2em;
    font-size: 16px;
    display: flex;
    align-items: center;
}

.folder-title .title-start,
.folder-title .title-end {
    flex: 1;
}

.folder-title a {
    color: black;
}

.folder-actions {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    max-width: 950px;
}

.folder-actions a {
    display: flex;
    align-items: center;
    margin-left: 10px;
    color: white;
}

.folder-actions svg {
    width: 15px;
    height: 15px;
}

.folder-actions svg path {
    fill: whitesmoke;
}

.folder-actions svg rect {
    fill: white;
}

.folder-actions-mobile {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 950px;
}

.folder-actions-mobile a {
    display: flex;
    align-items: center;
    color: white;
}

.folder-actions-mobile svg {
    width: 15px;
    height: 15px;
}

.folder-actions-mobile svg path {
    fill: whitesmoke;
}

.folder-actions-mobile svg rect {
    fill: white;
}

.folder-actions.flex-center {
    justify-content: center;
}

.homework-status {
    margin-right: 1em;
    padding: 0.3rem 0.8rem;
    border-radius: 30px;
    font-size: 12px;
}

.homework-status.unknown {
    background: #a5a5a5;
}

.homework-status.ok {
    background: #5cb85c;
}

.homework-status.not_ok {
    background: #dc3545;
}

.homework-progress {
    padding: 0.3rem 0.8rem;
    border-radius: 30px;
    font-size: 12px;
}

.homework-progress.unknown {
    background: #a5a5a5;
}

.homework-progress.ok {
    background: #5cb85c;
}

.homework-progress.not_ok {
    background: #dc3545;
}

.homework-answer-status {
    margin-right: 2em;
    padding: 0.03rem 0.5rem;
    border-radius: 30px;
    font-size: 12px;
}

.homework-answer-status.unknown {
    background: #a5a5a5;
}

.homework-answer-status.ok {
    background: #5cb85c;
}

.homework-answer-status.not_ok {
    background: #dc3545;
}

.homework-label {
    width: 10px !important;
    height: 10px;
    background: #fc806a;
    border-radius: 50%;
    position: absolute;
    right: 7px;
    top: 7px;
}

.homework-label.unknown {
    background: #a5a5a5;
}

.homework-label.ok {
    background: #5cb85c;
}

.homework-label.not_ok {
    background: #dc3545;
}

.invoicestatus {
    padding: 0.375rem 0.75rem;
    margin-left: 1em;
    border-radius: 30px;
    font-size: 12px;
    color: white !important;
}

.invoicestatus a {
    color: white !important;
}

.invoicestatus.new {
    background: #007bff;
}

.invoicestatus.paid {
    background: #5cb85c;
}

.invoicestatus.declined,
.invoicestatus.cancelled,
.invoicestatus.returned,
.invoicestatus.failed {
    background: #dc3545;
    color: white !important;
}

.invoicestatus.outofdate {
    background: #6c757d;
}

.invoicestatus.sent,
.invoicestatus.delay,
.invoicestatus.pay_on_place,
.invoicestatus.approved {
    background: #f0ad4e;
    color: white !important;
}

.invoiceactions {
    display: flex;
    flex-wrap: wrap;
    margin-top: 1em;
    flex: 1;
    justify-content: space-around;
    align-items: center;
}

.txnstatus {
    padding: 0.375rem 0.75rem;
    margin-left: 1em;
    border-radius: 30px;
    font-size: 12px;
    color: white !important;
}

.txnstatus a {
    color: white !important;
}

.txnstatus.new {
    background: #007bff;
}

.txnstatus.success {
    background: #5cb85c;
}

.txnstatus.failed {
    background: #dc3545;
    color: white !important;
}

.mobile-admin-invoices-list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.mobile-admin-invoices-list .invoice-item {
    padding: 0 2em 1rem;
    margin-bottom: 10px;
    width: 100%;
    max-width: 345px;
    height: 250px;
    background: white;
    box-shadow: 0px 0px 4px rgba(168, 168, 168, 0.25);
    border-radius: 5px;
}

.mobile-admin-invoices-list .invoice-item span.name {
    font-size: 12px;
    font-weight: bold;
}

.mobile-admin-invoices-list .invoice-item span.username {
    white-space: nowrap;
}

.mobile-admin-booking-invoices-list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.mobile-admin-booking-invoices-list .invoice-item {
    padding: 0 2em 1rem;
    margin-bottom: 10px;
    width: 100%;
    max-width: 345px;
    height: 220px;
    background: white;
    box-shadow: 0px 0px 4px rgba(168, 168, 168, 0.25);
    border-radius: 5px;
}

.mobile-admin-booking-invoices-list .invoice-item label {
    font-size: 12px;
}

.mobile-admin-booking-invoices-list .invoice-item .pay-invoice {
    margin-top: 3px;
    width: 100%;
    background: #006881;
    color: white;
    border: none;
    border-radius: 3px;
    padding: 0.375rem 0.75rem;
}

.mobile-admin-booking-invoices-list2 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.mobile-admin-booking-invoices-list2 .invoice-item {
    padding: 0 2em 1rem;
    margin-bottom: 10px;
    width: 100%;
    max-width: 345px;
    height: 220px;
    background: white;
    box-shadow: 0px 0px 4px rgba(168, 168, 168, 0.25);
    border-radius: 5px;
}

.mobile-admin-booking-invoices-list2 .invoice-item span.name {
    font-size: 12px;
    font-weight: bold;
}

.mobile-admin-booking-invoices-list2 .invoice-item span.username {
    white-space: nowrap;
}

.mobile-admin-bookings-list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.mobile-admin-bookings-list .booking-item {
    padding: 0 2em 1rem;
    margin-bottom: 10px;
    width: 100%;
    max-width: 345px;
    height: 220px;
    background: white;
    box-shadow: 0px 0px 4px rgba(168, 168, 168, 0.25);
    border-radius: 5px;
}

.mobile-admin-bookings-list .booking-item span.name {
    font-size: 12px;
    font-weight: bold;
}

.mobile-admin-bookings-list .booking-item span.username {
    white-space: nowrap;
}

.mobile-admin-bookings-list .booking-reading-item {
    padding: 0 2em 1rem;
    margin-bottom: 10px;
    width: 100%;
    max-width: 345px;
    height: 250px;
    background: white;
    box-shadow: 0px 0px 4px rgba(168, 168, 168, 0.25);
    border-radius: 5px;
}

.mobile-admin-bookings-list .booking-reading-item span.name {
    font-size: 12px;
    font-weight: bold;
}

.mobile-admin-bookings-list .booking-reading-item span.username {
    white-space: nowrap;
}

.mobile-admin-bookings-list .reading-item {
    padding: 0 2em 1rem;
    margin-bottom: 10px;
    width: 100%;
    max-width: 345px;
    height: 220px;
    background: white;
    box-shadow: 0px 0px 4px rgba(168, 168, 168, 0.25);
    border-radius: 5px;
}

.mobile-admin-bookings-list .reading-item span.name {
    font-size: 12px;
    font-weight: bold;
}

.mobile-admin-bookings-list .reading-item span.username {
    white-space: nowrap;
}

.mobile-events-list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.mobile-events-list .event-item {
    padding: 0 2em 1rem;
    margin-bottom: 10px;
    width: 100%;
    max-width: 345px;
    height: 140px;
    background: white;
    box-shadow: 0px 0px 4px rgba(168, 168, 168, 0.25);
    border-radius: 5px;
}

.mobile-events-list .event-item span.name {
    font-size: 12px;
    font-size-font-weight: bold;
}

.mobile-events-list .event-item-with-sum {
    padding: 0 2em 1rem;
    margin-bottom: 10px;
    width: 100%;
    max-width: 345px;
    height: 210px;
    background: white;
    box-shadow: 0px 0px 4px rgba(168, 168, 168, 0.25);
    border-radius: 5px;
}

.mobile-events-list .event-item-with-sum span.name {
    font-size: 12px;
    font-size-font-weight: bold;
}

.mobile-users-list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.mobile-users-list .user-item {
    padding: 0 2em 1rem;
    margin-bottom: 10px;
    width: 100%;
    max-width: 345px;
    height: 170px;
    background: white;
    box-shadow: 0px 0px 4px rgba(168, 168, 168, 0.25);
    border-radius: 5px;
}

.mobile-users-list .user-item span.name {
    font-size: 12px;
    font-size-font-weight: bold;
}

.job-last-error {
    padding: 0.03rem 0.55rem;
    border-radius: 20px;
    font-size: 12px;
}

.job-last-error.ok {
    background: #5cb85c;
}

.job-last-error.error {
    background: #dc3545;
}

.button-list {
    display: flex;
    display: -webkit-flex;
    flex: 1;
    display: flex;
    align-items: stretch;
    align-content: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.button-list .button-wrap {
    flex: 1;
    flex-basis: 100px;
    display: flex;
    justify-content: space-between;
    border-radius: 5px;
    margin-right: 20px;
    height: 50px;
    background: #f8f8f8e8;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.11);
}

.button-list .button-wrap a {
    flex: 0.9;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}

.psixoloq {
    width: 220px !important;
    background-color: #F4F4F4 !important;
    border-radius: 20px !important;


}

.asaqi {
    height: 150px !important;
    display: inline-grid !important;

}

.fotend1 {
    justify-content: center !important;
}

.button-list .button-wrap a .text {
    flex: 1;
    margin-left: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}

.button-list .button-wrap .actions {
    min-width: 40px;
    max-width: 40px;
    flex: 0.1;
    margin-right: 10px;
    margin-top: 5px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
}

.button-list .button-wrap .actions svg {
    margin-right: 5px;
    fill: black;
}

.row-actions {
    flex: 1;
    margin-right: 10px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.row-actions svg {
    margin-right: 5px;
    fill: black;
}

.balances-row .col-3.col-lg-5 {
    padding: 0 15px !important;
}

.txin {
    color: green;
}

.txout {
    color: red;
}

.balanceitem {
    width: 150px;
    height: 150px;
    display: flex;
    flex-wrap: wrap;
}

.balanceitem svg {
    width: 50px;
    height: 50px;
    margin: 1em;
    padding: 2px;
}

.balanceitem span {
    width: 100%;
    display: inline-block;
}

.balanceitem span.amount {
    margin: 0 1em;
    font-weight: bold;
    font-size: 14px;
    color: #0f3151;
}

.balanceitem span.description {
    margin: 0 2em;
    font-size: 10px;
    color: #4a4a4a;
    font-weight: bold;
}

.balanceitem.addnew a {
    display: flex;
    width: 100%;
    height: 100%;
    flex-wrap: wrap;
}

.balanceitem.addnew a span {
    width: 100%;
    display: inline-block;
    margin: 0 1em;
    font-weight: bold;
    font-size: 17px;
}

.balanceitem.addnew a svg {
    background: #f6f7f9;
    border-radius: 25px;
    margin: 1em;
    padding: 11px;
    width: 50px;
    height: 50px;
}

.courselistwrapper {
    max-width: 600px;
}

.courselistwrapper .courselink {
    color: #5469d4;
    text-decoration: none;
}

.courselistwrapper .courseitem {
    padding: 1em;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    border-radius: 10px;
}

.courselistwrapper .courseitem:hover {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.courselistwrapper .courseitem .courseitemheader,
.courselistwrapper .courseitem .courseitemfooter {
    display: flex;
    justify-content: space-between;
    flex: 1;
    align-items: center;
}

.courselistwrapper .courseitem .courseitemheader .courseitemstart {
    display: flex;
    align-items: center;
}

.courselistwrapper
.courseitem
.courseitemheader
.courseitemstart
.coursestatus {
    font-size: 6px;
}

.courselistwrapper .courseitem .courseitemfooter .address {
    font-size: 12px;
    display: block;
    max-width: 180px;
}

.courselistwrapper .courseitem .courseitemfooter .subtotal {
    color: #5cb85c;
    font-size: 18px;
}

.morephones {
    color: gray;
    font-size: 10px;
}

.croppie-holder img {
    width: 100%;
}

#upload-demo {
    height: 400px;
}

.stats-row {
    display: flex;
    flex-wrap: wrap;
}

.stat-item {
    margin-right: 10px;
    border-radius: 5px;
    background: white;
    display: block;
    padding: 5px 20px;
}

.stat-item span.stat-number {
    font-size: 35px;
    font-weight: bold;
}

.stat-item span.stat-desc {
    font-size: 12px;
}

.stat-item.item-small {
    max-width: 300px;
}

.api-main {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    background: #eef4f4;
    min-height: calc(100vh - 82px);
    padding-bottom: 5em;
}

.api-main .api-title {
    font-size: 24px;
    color: #272727;
    margin-bottom: 1em;
}

.api-main .api-title span,
.api-main .api-title a {
    color: #6d6d6d;
    font-weight: normal;
    font-size: 18px;
}

.api-main .api-page .client-page-body {
    padding-top: 2em;
}

.api-main .api-page form .timeselectrow {
    height: 48px;
}

.api-main .api-page form .field-label {
    color: black;
}

.api-main .api-page form .clientfield {
    color: #656565;
    height: 48px;
    padding-left: 10px;
}

.api-main .api-page .api-page-header {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #63a3b3;
    padding-bottom: 2em;
}

.apiitems ul li span.title {
    font-weight: bold;
}

.apiitems ul li span.result-title {
    text-decoration: underline;
}

.apiitems ul li span.result {
    font-style: italic;
}

.actions {
    text-align: center;
}

.hdbtn {
    background: #5E6D52;
    color: white;
}

.hdbtn:hover {
    color: white;
}

.emptybtn {
    border: 1px solid #164a7b;
    background: transparent;
    color: #164a7b;
}

.emptybtn:hover {
    color: #164a7b;
}

.graybtn {
    color: gray;
    background: transparent;
    border: 1px solid gray;
}

.graybtn:hover {
    color: #006881;
}

.btngreenblue {
    background: #5E6D52;
    color: white;
}

.btngreenblue:hover {
    color: white;
}

.whitegreen {
    background: white;
    color: #006881;
}

.whitegreen:hover {
    color: #006881;
}

.deletebtn {
    border: 1px solid #164a7b;
    background: #ffaeae;
    color: #006881;
}

.deletebtn:hover {
    color: #006881;
}

.hdapprove {
    background: #5cb85c;
    color: white !important;
    border-radius: 30px;
    min-width: 72px;
    font-size: 10px;
    height: 100%;
}

.hdapprove:hover {
    color: white !important;
}

.hddecline {
    background: #db3f3f;
    color: white !important;
    border-radius: 30px;
    min-width: 72px;
    font-size: 10px;
    height: 100%;
}

.hddecline:hover {
    color: white !important;
}

.zoomlink {
    background: #2bb0dd;
    color: white;
    font-size: 14px;
    text-transform: uppercase;
}

.zoomlink:hover {
    color: white;
}

.pay-invoice {
    background: #006881;
    border-radius: 4px;
    width: 100%;
    padding: 10px 20px;
    color: white;
    border: none;
}

.trash-icon_btn svg {
    fill: red;
}

.info-icon svg {
    width: 20px;
    height: 20px;
    fill: #006881;
}

.checkboxhd {
    z-index: 0;
    position: relative;
    display: inline-block;
    color: black;
    font-size: 16px;
    line-height: 1.5;
    margin: 1em auto;
}

.checkboxhd > input {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    z-index: -1;
    position: absolute;
    left: -10px;
    top: -8px;
    display: block;
    margin: 0;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background-color: #006881;
    box-shadow: none;
    outline: none;
    opacity: 0;
    transform: scale(1);
    pointer-events: none;
    transition: opacity 0.3s, transform 0.2s;
}

.checkboxhd > label {
    display: inline-block;
    width: 100%;
    cursor: pointer;
}

.checkboxhd > label::before {
    content: "";
    display: inline-block;
    box-sizing: border-box;
    margin: 3px 11px 3px 1px;
    border: solid 2px;
    border-color: #ced4da;
    border-radius: 2px;
    width: 18px;
    height: 18px;
    vertical-align: top;
    transition: border-color 0.2s, background-color 0.2s;
}

.checkboxhd > label::after {
    content: "";
    display: block;
    position: absolute;
    top: 6px;
    left: 4px;
    width: 12px;
    height: 12px;
    border: solid 2px transparent;
    border-right: none;
    border-top: none;
    background: transparent;
}

.checkboxhd > input:checked,
.checkboxhd > input:indeterminate {
    background-color: #006881;
}

.checkboxhd > input:checked + label::before,
.checkboxhd > input:indeterminate + label::before {
    border-color: #006881;
    background-color: transparent;
}

.checkboxhd > input:checked + label::after,
.checkboxhd > input:indeterminate + label::after {
    background: #006881;
}

.checkboxhd > input:indeterminate + label::after {
    border-left: none;
    transform: translate(4px, 3px);
}

.bodygrapth-holder {
    padding-top: 2em;
}

.bodygrapth-holder img {
    width: 100%;
}

.client-section-header {
    background: #130d34;
    height: 150px;
    padding: 50px 237px 0px;
    position: relative;
}

.client-section-header .page-title {
    font-size: 24px;
    color: white;
}

.client-section-header .section-header-menu {
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: 0;
    height: 40px;
    scrollbar-width: none;
}

.client-section-header .section-header-menu li {
    display: inline-block;
    margin-right: 30px;
    position: relative;
    height: 40px;
}

.client-section-header .section-header-menu li a {
    color: white;
    padding: 0px 20px;
    display: block;
}

.client-section-header .section-header-menu li:hover:after,
.client-section-header .section-header-menu li.active:after {
    content: "";
    height: 4px;
    background: #c7c7c7;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.client-main.course-show-main {
    min-height: calc(100vh - 590px);
}

.client-main {
    padding-left: 270px;
    padding-right: 70px;
    padding-top: 20px;
    background: #F4F4F4;
    min-height: calc(90vh + 0px);
    padding-bottom: 0em;
}

.client-main .page-title {
    font-size: 24px;
    color: #272727;
    margin-bottom: 1em;
}

.client-main .page-title span,
.client-main .page-title a {
    color: #6d6d6d;
    font-weight: normal;
    font-size: 18px;
}

.client-main .client-page .client-page-body {
    padding-top: 2em;
}

.client-main .client-page form .timeselectrow {
    height: 48px;
}

.client-main .client-page form .field-label {
    color: black;
}

.client-main .client-page form .clientfield {
    color: #656565;
    height: 48px;
    padding-left: 10px;
}

.client-main .client-page .client-page-header {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #63a3b3;
    padding-bottom: 2em;
}

.client-main .client-page .client-page-header .userlogo {
    position: relative;
    width: 116px;
    height: 116px;
    border: 1px solid #a0a0a0;
    background: #ededed;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.client-main .client-page .client-page-header .userlogo img {
    border-radius: 118.5px;
    width: 116px;
    height: 116px;
}

.client-main .client-page .client-page-header .userlogo .add-photo-link {
    position: absolute;
    bottom: 0;
}

.client-main
.client-page
.client-page-header
.userlogo
.add-photo-link
.hiddenfilefield {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    left: 0;
}

.client-main .client-page .client-page-header .userinfo {
    margin-left: 10px;
}

.client-main .client-page .client-page-header .userinfo .user-name {
    font-size: 36px;
    font-weight: bold;
}

.client-main .client-page .client-page-header .userinfo span {
    font-size: 18px;
}

.client-main .course-section {
    margin-bottom: 0em;
}

.client-main .course-section .course-section-title {
    display: flex;
}

.client-main .course-section .course-section-title h3 {
    font-size: 18px;
    font-weight: bold;
    margin-right: 5px;
}

.client-main .course-section .course-section-title span {
    color: #006881;
    font-size: 12px;
}

.client-main .course-section .row {
    margin: 0 !important;
}

.client-main .course-section .course-wrapper {
    margin-right: 16px;
    /*width: 310px;*/
    width: 23.9%;
    border-radius: 5px;
    /*border-radius: 20px;*/
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 7%);
}

.client-main .course-section .course-wrapper .course-body {
    height: 80px;
    background: white;
    padding: 10px 15px 5px;
}

.client-main .course-section .course-wrapper .course-body span {
    font-size: 16px;
    font-weight: 500;
}

.client-main .course-section .course-wrapper .course-footer {
    background: #f7f7f7;
    height: 50px;
    color: #777777;
    font-size: 14px;
    display: flex;
    align-items: center;
    border-radius: 0 0 5px 5px;
}

.client-main .course-section .course-wrapper .course-footer .footer-start {
    flex: 0.8;
    padding-left: 15px;
}

.client-main .course-section .course-wrapper .course-footer .footer-end {
    flex: 0.2;
    display: flex;
    justify-content: flex-end;
}

.client-main .course-section .course-wrapper .course-footer .footer-end a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    background: #5E6D52;
    /*border-radius: 5px;*/
    border-radius: 5px;
}

.client-main .course-section .course-wrapper .course-footer .footer-end a svg {
    fill: white;
}

.client-main .course-section .course-wrapper .course-image,
.client-main .course-section .course-wrapper .course-image-holder {
    /*width: 310px;*/
    width: 100%;
    height: 180px;
    border-radius: 20px 20px 0 0;
}

.client-main .course-section .course-wrapper .course-image > img {
    width: 100%;
    height: 100%;
    object-fit: none;
}

.client-main .course-section .course-wrapper .course-image-holder {
    background: linear-gradient(180deg, #767676 0%, #444 100%);
}

.mobile-item-menu {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.mobile-item-menu .section-header-menu {
    margin-left: 20px;
}

.mobile-item-menu .dropleft {
    margin-left: 20px;
}

input.nosubmit {
    width: 100%;
    background: transparent url(search.png) no-repeat 95% center !important;
    margin: 0;
    padding: 12px 30px;
    font-size: 14px;
    color: inherit;
    border: 1px solid #D2D2D2;
    border-radius: 13px;

}

input[type="search"] {
    background: transparent;
    margin: 0;
    padding: 12px 30px;
    font-size: 14px;
    color: inherit;
    border: 1px solid #D2D2D2;
    border-radius: 13px;
}

ul.menu-list li a.header-button {
    transition: transform .5s;
    display: flex !important;
    align-items: center;
    justify-content: center;
    height: 45px;
    width: 45px;
    background: #E4ECEB;
    border-radius: 13px;
    color: #5E6D52;
    font-size: 25px !important;
    position: relative;
    padding: 13px !important;
    margin-right: 15px;
}

ul.menu-list li a.header-button:nth-child(2) {
    margin-left: 15px;
    background: #FFF4E8;
}

ul.menu-list li a.header-button:hover {
    -ms-transform: scale(1.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Safari 3-8 */
    transform: scale(1.1);
}

.client-sidebar {
    position: absolute;
    width: 250px;
    background: white;
    left: 0;
    height: calc(100vh - 100px);
    z-index: 999;
    top: 100px;
    /*border: 1px solid #efefef;*/
    border-radius: 0px 20px 20px 0px;
    padding: 0px 0px;
}

.client-sidebar .sidebar-title {
    font-weight: bold;
    font-size: 16px;
}

.client-sidebar ul {
    padding: 0;
    /*margin: 0.5em 0 1em;*/
    list-style: none;
}

.client-sidebar ul li {
    border-radius: 0px;
    transition: ease-in-out 0.3s;
    /*margin: 3px 0;*/
}

.client-sidebar ul li:first-child {
    border-radius: 0px;
    border-top-right-radius: 20px;
}

.client-sidebar ul li a {
    padding: 16px 13px;
    font-size: 14px;
    display: block;
    color: black;
}

.client-sidebar ul li:hover,
.client-sidebar ul li.active {
    background: #CBD3D2;

}

.client-sidebar ul li.active {
    border-left: solid #5E6D52 6px;

}

.client-sidebar ul li:hover a,
.client-sidebar ul li.active a {
    color: #2E2E2E;
}

.client-header {
    position: relative;
    display: flex;
    padding: 0 20px;
    align-items: center;
    height: 82px;
    border-bottom: 1px solid #ececec;
    width: 100%;
}

.client-header .header-start,
.client-header .header-end {
    display: flex;
    align-items: center;
    flex: 1;
}

.client-header .bars {
    display: none;
}

.client-header .header-start .logowrap {
    width: 200px;
    /*margin-right: 78px;*/
    text-align: center;
}

.client-header .header-start .logowrap img {
    width: auto;
}

.client-header .header-start ul.menu-list {
    margin: 0;
    height: 82px;
    display: flex;
    align-items: center;
}

.client-header .header-start ul.menu-list li {
    position: relative;
    display: flex;
    margin-right: 48px;
    height: 100%;
    align-items: center;
}

.client-header .header-start ul.menu-list li a {
    padding: 10px;
    display: block;
    color: black;
    font-size: 16px;
}

.client-header .header-start ul.menu-list li:hover a,
.client-header .header-start ul.menu-list li.active a {
    font-weight: bold;
}

.client-header .header-end {
    justify-content: flex-end;
}

.client-header .header-end .login-block .sign-in-btn {
    border-radius: 4px;
    background: #006881;
    color: white;
    padding: 10px 20px;
    font-size: 14px;
}

.client-header .header-end .user-info-wrapper {
    position: relative;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.client-header .header-end .user-info-wrapper #userInfoDrop {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.client-header .header-end .user-info-wrapper #userInfoDrop:after {
    content: none;
}

.client-header .header-end .user-info-wrapper .hddrop {
    border: 1px solid #ececec;
    border-radius: 5px;
    width: 100%;
}

.client-header .header-end .user-info-wrapper .hddrop li {
    padding: 0;
}

.client-header .header-end .user-info-wrapper .hddrop li > a {
    color: black;
    padding: 10px 25px;
    font-weight: normal;
}

.client-header .header-end .user-info-wrapper .hddrop li:hover {
    background: #ececec;
}

.client-header .header-end .user-info-wrapper .hddrop li:hover a {
    color: black;
}

.client-header .header-end .user-info-wrapper .user-notifications {
    margin-right: 0.5em;
}

.client-header .header-end .user-info-wrapper .userlogo {
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f3f3f3;
    border: 1px solid #dadada;
}

.client-header .header-end .user-info-wrapper .userlogo img {
    width: 52px;
    height: 52px;
    border-radius: 112px;
}

.client-header .header-end .user-info-wrapper .username {
    font-size: 16px;
    color: black;
    margin-right: 1.5em;
}

.linktomain {
    margin-top: 3em;
    margin-bottom: 2em;
}

.flashmsg {
    margin-top: 5px;
    margin-bottom: 5px;
}

.thanksblock {
    display: flex;
    justify-content: center;
    align-items: center;
}

.coursebookingconditionswrapper {
    max-width: 500px;
    margin: auto;
}

.trabl {
    background: #f0ad4e;
}

.trabl:hover {
    background: #f0ad4e;
}

.coursebookingstatus {
    padding: 0.375rem 0.75rem;
    margin-left: 1em;
    color: white;
    border-radius: 30px;
    font-size: 12px;
}

.coursebookingstatus.new {
    background: #007bff;
}

.coursebookingstatus.approved,
.coursebookingstatus.paid,
.coursebookingstatus.passed {
    background: #5cb85c;
    color: white !important;
}

.coursebookingstatus.declined,
.coursebookingstatus.cancelled,
.coursebookingstatus.returned {
    background: #dc3545;
    color: white !important;
}

.coursebookingstatus.outofdate {
    background: #6c757d;
}

.coursebookingstatus.sent {
    background: #f0ad4e;
}

.noaccess {
    background: #ffdada;
}

.partialaccess {
    background: #ffe6c4;
}

.fullaccess {
    background: #caffca;
}

.time {
    color: gray;
    font-size: 10px;
}

.reply-comment {
    color: #006881;
    font-size: 14px;
}

.reply-comment:hover {
    color: #006881;
}

.add-answer {
    position: relative;
}

.add-answer span.replyToLabel {
    position: absolute;
    top: -25px;
    left: 3px;
    font-size: 13px;
    background: #006881;
    border-radius: 3px;
    color: white;
    padding: 0 4px;
}

.remove-comment {
    position: absolute;
    right: 0;
    top: 0;
    margin-right: 1em;
}

.remove-comment svg {
    fill: red;
}

.remove-answer {
    margin-right: 1em;
}

.remove-answer svg {
    fill: red;
}

.remove-date {
    position: absolute;
    right: 0;
    top: 0;
}

.remove-date svg {
    fill: red;
}

.icon-title {
    display: flex !important;
}

.icon-title a svg {
    fill: black !important;
    width: 20px;
    title: "";
}

.icon-menu svg {
    fill: black !important;
    width: 15px;
    title: "";
}

.event-show-wrapper.ques {
    position: relative;
}

.event-show-wrapper.ques .edithomework {
    position: absolute;
    right: 1em;
    top: 1em;
    z-index: 9999;
}

.event-show-wrapper.ques .edithomework svg {
    fill: black;
}

.event-show-wrapper.ques .removehomework {
    right: 2.5em;
}

.folder-breadcrumbs {
    width: 100%;
    display: flex;
    align-items: center;
}

.folder-breadcrumbs a {
    font-size: 18px;
    color: #272727;
}

.folder-breadcrumbs span {
    color: #6d6d6d;
    font-weight: normal;
    font-size: 15px;
}

.folders-list {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.folders-list .folder-item {
    position: relative;
    width: 96px;
    text-align: center;
    margin-right: 17px;
}

.folders-list .folder-item span {
    word-wrap: break-word;
}

.folders-list .folder-item .f-actions {
    display: flex;
    justify-content: flex-end;
    margin-right: 15px;
}

.folders-list .folder-item .f-actions .remove-folder-link {
    margin-bottom: 5px;
    right: 0;
    top: 0;
}

.folders-list .folder-item .f-actions .remove-folder-link svg {
    width: 10px;
    height: 10px;
    position: absolute;
}

.folders-list .folder-item .folder-name {
    margin-bottom: 20px;
    color: black;
}

.folders-list .folder-item .ext-name {
    position: absolute;
    top: 50%;
    transform: translate3d(-50%, -30%, 0);
    left: 50%;
    color: white;
}

.folders-list .folder-item p {
    text-overflow: ellipsis;
    overflow: hidden;
    width: 96px;
}

.folders-list .folder-item svg {
    width: 75px;
    height: 76px;
}

.folders-list .file-item {
    position: relative;
    width: 96px;
    text-align: center;
    margin-right: 17px;
}

.folders-list .file-item span {
    word-wrap: break-word;
}

.folders-list .file-item .f-actions {
    display: flex;
    justify-content: flex-end;
    margin-right: 15px;
}

.folders-list .file-item .f-actions .remove-folder-link {
    margin-bottom: 5px;
    right: 0;
    top: 0;
}

.folders-list .file-item .f-actions .remove-folder-link svg {
    width: 10px;
    height: 10px;
    position: absolute;
}

.folders-list .file-item .ext-name {
    position: absolute;
    top: 30%;
    transform: translate3d(-50%, -30%, 0);
    left: 50%;
    color: white;
}

.folders-list .file-item .file-link {
    margin-bottom: 20px;
    color: black;
}

.folders-list .file-item p {
    text-overflow: ellipsis;
    overflow: hidden;
    width: 96px;
}

.folders-list .file-item svg {
    width: 75px;
    height: 76px;
}

.folders-list-divided {
    display: flex;
    flex-wrap: nowrap;
    position: relative;
}

.folders-list-divided .folder-item {
    position: relative;
    width: 96px;
    text-align: center;
    margin-right: 17px;
}

.folders-list-divided .folder-item span {
    word-wrap: break-word;
}

.folders-list-divided .folder-item .f-actions {
    width: 75px;
    display: flex;
    justify-content: space-between;
    margin-right: 0px;
    margin-left: 10px;
}

.folders-list-divided .folder-item .f-actions .remove-folder-link {
    right: 0;
    top: 0;
    width: 10px;
    height: 10px;
}

.folders-list-divided .folder-item .f-actions .remove-folder-link svg {
    width: 10px;
    height: 10px;
}

.folders-list-divided .folder-item .affiliation {
    position: absolute;
    top: 40%;
    transform: translate3d(-50%, -50%, 0);
    left: 50%;
}

.folders-list-divided .folder-item .folder-name {
    width: 75px;
    margin-bottom: 20px;
    color: black;
}

.folders-list-divided .folder-item .f-svg svg {
    width: 75px;
}

.folders-list-divided .folder-item .f-svg p {
    text-overflow: ellipsis;
    overflow: hidden;
    width: 96px;
}

.folders-list-divided .file-item {
    position: relative;
    width: 96px;
    text-align: center;
    margin-right: 17px;
}

.folders-list-divided .file-item span {
    word-wrap: break-word;
}

.folders-list-divided .file-item .divided {
    margin-top: 25px;
}

.folders-list-divided .file-item .ext-name {
    position: absolute;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    left: 50%;
    color: white;
}

.folders-list-divided .file-item .file-link {
    margin-bottom: 20px;
    color: black;
}

.folders-list-divided .file-item p {
    text-overflow: ellipsis;
    overflow: hidden;
    width: 96px;
}

.folders-list-divided .file-item svg {
    width: 75px;
    height: 76px;
    margin-top: 25px;
}

.event-show-wrapper {
    background: white;
    max-width: 950px;
    width: 100%;
    padding: 25px 34px;
    border-radius: 5px;
}

.event-show-wrapper .answers-list {
    max-height: 360px;
    overflow-y: scroll;
}

.event-show-wrapper .answers-list .answer-item {
    margin-bottom: 2em;
}

.event-show-wrapper .answers-list .answer-item.reply-item {
    margin: 2em 5em;
    margin-right: 0;
}

.event-show-wrapper .question-wrap .answer-header {
    display: flex;
    align-items: flex-start;
    margin-top: 3em;
}

.event-show-wrapper .question-wrap .answer-header .userlogo {
    width: 48px;
    height: 48px;
    border: 1px solid #a0a0a0;
    background: #ededed;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.event-show-wrapper .question-wrap .answer-header .userlogo img {
    width: 48px !important;
    height: 48px !important;
    border-radius: 112px;
}

.event-show-wrapper .question-wrap .answer-header .add-answer {
    width: 100%;
    display: flex;
}

.event-show-wrapper .question-wrap .answer-header .add-answer .answerfield {
    width: 100%;
    margin-right: 10px;
}

.event-show-wrapper
.question-wrap
.answer-header
.add-answer
.answerfield
.answertext {
    width: 100%;
    background: #ffffff;
    border: 1px solid #d9d9d9;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 11px 18px;
    height: 48px;
}

.event-show-wrapper .question-wrap .answer-header .add-answer .actions .btn {
    height: 48px;
}

.event-show-wrapper .question-wrap .question-header {
    display: flex;
    align-items: flex-start;
}

.event-show-wrapper .question-wrap .question-header .userlogo {
    width: 40px;
    height: 40px;
    border: 1px solid #a0a0a0;
    background: #ededed;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.event-show-wrapper .question-wrap .question-header .userlogo img {
    width: 40px;
    height: 40px;
    border-radius: 112px;
}

.event-show-wrapper .question-wrap .question-header .userinfo {
    margin-left: 15px;
    font-size: 14px;
    border-bottom: 1px solid #e3e3e3;
    width: 100%;
    padding-bottom: 16px;
    position: relative;
}

.event-show-wrapper .question-wrap .question-header .userinfo .question-date {
    color: #939393;
}

.event-show-wrapper .question-wrap .question-body {
    padding-left: 55px;
    margin-top: 16px;
}

.event-show-wrapper .question-wrap .question-body .question-content {
    color: #4d4d4d;
    font-size: 14px;
}

.event-show-wrapper.ques {
    border-radius: 5px 5px 0 0;
}

.event-show-wrapper.answ {
    border-top: 1px solid #dfdfdf;
    border-radius: 0 0 5px 5px;
}

.course-members-list {
    margin: 20px 0 0 !important;
    max-width: 950px;
}

.course-members-list .member-wrap {
    width: 220px;
    background: white;
    height: 228px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.11);
    border-radius: 4px;
    margin-right: 20px;
    margin-bottom: 20px;
    position: relative;
    align-items: center;
    display: flex;
    justify-content: center;
}

.course-members-list .member-wrap a {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.course-members-list .member-wrap a .userlogo {
    width: 128px;
    height: 128px;
    border: 1px solid #a0a0a0;
    background: #ededed;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.course-members-list .member-wrap a .userlogo img {
    width: 128px;
    height: 128px;
    border-radius: 112px;
}

.course-members-list .member-wrap a .username {
    width: 100%;
    text-align: center;
    color: black;
}

.course-members-list .member-wrap:nth-child(4n) {
    margin-right: 0 !important;
}

.client-main .simple-calendar .dates-link {
    color: black !important;
}

.client-main .simple-calendar table th,
.client-main .simple-calendar table td {
    color: black !important;
}

.client-main .simple-calendar table .today > .day-link {
    background: black !important;
}

.search-courses {
    margin-bottom: 1em;
    width: 100%;
    max-width: 680px;
}

.search-courses .searchinput {
    position: relative;
}

.search-courses .searchinput svg {
    position: absolute;
    top: 13px;
    left: 11px;
    width: 14px;
    height: 14px;
}

.search-courses .searchinput input {
    background: #ffffff;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    width: 100%;
    padding: 8px 32px;
    height: 40px;
}

.mycourse {
    background: #2bb0dd;
    border-radius: 5px 0px 30px;
    position: absolute;
    left: 0;
    top: 0;
    padding: 2px 14px;
    color: white;
    width: 130px;
}

.mycourse span {
    font-size: 15px;
}

.mymaterials {
    background: #1d9e68;
    border-radius: 5px 0px 30px;
    position: absolute;
    left: 0;
    top: 0;
    padding: 2px 14px;
    color: white;
    width: 160px;
}

.mymaterials span {
    font-size: 15px;
}

.onlinecourse {
    background: #1395b5;
    border-radius: 0px 5px 0px 30px;
    position: absolute;
    right: 0;
    top: 0;
    padding: 2px 25px;
    text-align: right;
    color: white;
    width: 110px;
}

.onlinecourse span {
    font-size: 15px;
}

.main-header {
    display: flex;
    align-items: center;
}

.main-header .header-start,
.main-header .header-end {
    flex: 1;
    display: flex;
    align-items: center;
}

.main-header .header-end {
    justify-content: center;
}

.course-events-list {
    margin: 20px 0 0 !important;
    max-width: 950px;
}

.course-events-list .course-event-wrap {
    border-radius: 5px;
    position: relative;
    width: 290px;
    margin-right: 20px;
    margin-bottom: 20px;
    height: 130px;
    background: white;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.11);
}

.course-events-list .course-event-wrap span {
    display: block;
    width: 100%;
    color: black;
}

.course-events-list .course-event-wrap .event-number {
    padding: 10px 15px;
    font-size: 13px;
    color: #006881;
}

.course-events-list .course-event-wrap .event-title {
    padding: 0 15px;
    font-size: 14px;
    height: 50px;
}

.course-events-list .course-event-wrap hr {
    margin-top: 0;
    margin-bottom: 0;
}

.course-events-list .course-event-wrap .event-settings {
    padding: 0 15px;
    margin-bottom: 5px;
    height: 20px;
    vertical-align: middle;
}

.course-events-list .course-event-wrap .event-settings label {
    margin-bottom: 0px;
}

.course-events-list .course-event-wrap .event-settings .checkboxtitle {
    color: gray;
    font-size: 12px;
}

.course-events-list .course-event-wrap .event-footer {
    position: relative;
    bottom: 0;
    display: flex;
    align-items: center;
    background: #f7f7f7;
}

.course-events-list .course-event-wrap .event-footer .footer-start,
.course-events-list .course-event-wrap .event-footer .footer-end {
    display: flex;
    flex: 1;
    align-items: center;
}

.course-events-list .course-event-wrap .event-footer .footer-start {
    padding-left: 15px;
}

.course-events-list .course-event-wrap .event-footer .footer-start span {
    color: #636363;
    font-size: 14px;
}

.course-events-list .course-event-wrap .event-footer .footer-end {
    justify-content: flex-end;
}

.course-events-list .course-event-wrap .event-footer .footer-end .arrowblock {
    background: #006881;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}

.course-events-list
.course-event-wrap
.event-footer
.footer-end
.arrowblock
svg {
    fill: white;
    width: 15px;
}

.course-content-wrapper {
    min-height: calc(90vh - 35px);
    background: white;
    border-radius: 20px;
    padding: 1em;
    max-width: 100%;
    margin-top: 0px;
    padding-left: 30px;
    padding-bottom: 0;
    /*max-height: calc(90vh - 35px);*/
    height: auto;
    position: relative;

}

.course-content-wrapper .block-title {
    font-size: 24px;
    color: #130d34;
    padding-bottom: 0.7em;
    border-bottom: 1px solid #63a3b3;
}

.course-event-items-list {
    margin-top: 42px;
}

.course-event-items-list .course-event-item span.bold {
    font-size: 18px;
    color: black;
    padding-bottom: 5px;
}

.course-event-items-list .course-event-item ul {
    margin-top: 15px;
    list-style: none;
    padding-left: 1em;
    border-left: 3px solid #ff5b64;
}

.client-course-subheader {
    width: 100%;
    height: 50px;
    background: white;
    position: relative;
    max-width: 950px;
    border-radius: 5px;
    margin: 1em 0;
    display: flex;
    padding: 0 5px;
    align-items: center;
    justify-content: center;
}

.client-course-subheader .section-header-menu {
    scrollbar-width: none;
    padding: 0;
    margin: 0;
    bottom: 0;
    height: 35px;
    overflow-x: scroll;
    display: flex;
}

.client-course-subheader .section-header-menu li {
    display: inline-block;
    margin-right: 20px;
    position: relative;
    height: 35px;
}

.client-course-subheader .section-header-menu a {
    color: black;
    padding: 5px 20px;
    display: block;
}

.client-course-subheader .section-header-menu a.active {
    background: #006881;
    color: white;
}

.client-course-show-header {
    background: white;
    height: 332px;
    display: flex;
    align-items: center;
    max-width: 950px;
    border-radius: 4px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.11);
}

.client-course-show-header .course-show-header-start,
.client-course-show-header .course-show-header-end {
    display: flex;
    height: 100%;
    flex: 1;
}

.client-course-show-header .course-show-header-end {
    background: linear-gradient(180deg, #433a77 0%, #7607aa 100%);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 4px;
}

.client-course-show-header .course-show-header-start {
    padding: 27px 29px;
}

.client-course-show-header .course-show-header-start .header-start-content {
    width: 100%;
    max-width: 470px;
}

.client-course-show-header
.course-show-header-start
.header-start-content
.course-info {
    display: grid;
    height: 100%;
}

.client-course-show-header
.course-show-header-start
.header-start-content
.course-info
h3 {
    font-size: 24px;
    color: #2c2c2c;
}

.client-course-show-header
.course-show-header-start
.header-start-content
.back-link {
    display: flex;
    align-items: center;
    color: #404040;
    font-size: 18px;
}

.client-course-show-header
.course-show-header-start
.header-start-content
.back-link
svg {
    transform: rotate(180deg);
}

.client-course-show-header
.course-show-header-start
.header-start-content
.course-speakers-list {
    max-height: 75px;
    overflow: scroll;
}

.client-course-show-header
.course-show-header-start
.header-start-content
.course-speakers-list
.speaker-item {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.client-course-show-header
.course-show-header-start
.header-start-content
.course-speakers-list
.speaker-item
.userlogo {
    width: 61px;
    height: 61px;
    border: 1px solid #a0a0a0;
    background: #ededed;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.client-course-show-header
.course-show-header-start
.header-start-content
.course-speakers-list
.speaker-item
.userlogo
img {
    width: 61px;
    height: 61px;
    border-radius: 112px;
}

.client-course-show-header
.course-show-header-start
.header-start-content
.course-speakers-list
.speaker-item
.user-info
span {
    width: 100%;
    display: block;
    font-size: 12px;
    color: #444;
}

.client-course-show-header
.course-show-header-start
.header-start-content
.course-speakers-list
.speaker-item
.user-info
.user-name {
    font-size: 18px;
}

.client-course-show-header
.course-show-header-start
.header-start-content
.course-details {
    display: flex;
}

.client-course-show-header
.course-show-header-start
.header-start-content
.course-details
.details-start,
.client-course-show-header
.course-show-header-start
.header-start-content
.course-details
.details-end {
    flex: 1;
}

.client-course-show-header
.course-show-header-start
.header-start-content
.course-details
.details-start
p,
.client-course-show-header
.course-show-header-start
.header-start-content
.course-details
.details-end
p {
    color: #6f6f6f;
    font-size: 14px;
}

.client-course-show-header
.course-show-header-start
.header-start-content
.course-details
.details-start
span.label,
.client-course-show-header
.course-show-header-start
.header-start-content
.course-details
.details-end
span.label {
    color: black;
    font-size: 12px;
}

.client-course-show-header
.course-show-header-start
.header-start-content
.course-details
.details {
    width: 100%;
    display: flex;
    flex-wrap: no-wrap;
    justify-content: space-between;
    align-items: center;
}

.client-course-show-header
.course-show-header-start
.header-start-content
.course-details
.details
.date
p {
    color: #6f6f6f;
    font-size: 14px;
}

.client-course-show-header
.course-show-header-start
.header-start-content
.course-details
.details
.date
span.label {
    color: black;
    font-size: 12px;
}

.client-course-show-header
.course-show-header-start
.header-start-content
.course-details
.details
.info {
    font-style: italic;
}

.client-course-show-header
.course-show-header-start
.header-start-content
.course-details
.details
.info
p {
    color: #6f6f6f;
    font-size: 14px;
}

.client-course-show-header
.course-show-header-start
.header-start-content
.course-details
.details
.info
span.label {
    color: black;
    font-size: 12px;
}

.course-wrapper {
    position: relative;
    margin-bottom: 2em;
}

.course-wrapper .course-image img {
    -o-object-fit: none;
    object-fit: none;
    border-radius: 5px 5px 0px 0px;
    width: 100%;
    height: 100%;
}

.course-wrapper .course-content {
    min-height: 50px;
    display: flex;
    align-items: center;
}

.course-wrapper .course-content .content-start {
    flex: 1;
}

.course-wrapper .course-content .content-end {
    flex: 1;
    justify-content: flex-end;
    display: flex;
}

.course-wrapper.disabled {
    opacity: 0.5;
    pointer-events: none;
}

a.course-link span {
    color: #2E2E2E;
    display: inline-block;
}

.course-image:hover ~ .course-content .course-title:after {
    width: 100%;
    border-color: #1a73e8;
}

.courses-landing-full {
    padding: 0;
}

.coursesindex {
    font-size: 18px;
}

.courseitem {
    text-align: center;
    padding: 2em;
}

.courseitem .course-content {
    display: block;
}

.courseitem:hover {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.mobile-customer-invoices-list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.mobile-customer-invoices-list .invoice-item {
    padding: 0 2em 1rem;
    margin-bottom: 10px;
    width: 100%;
    max-width: 345px;
    height: 270px;
    background: white;
    box-shadow: 0px 0px 4px rgba(168, 168, 168, 0.25);
    border-radius: 5px;
}

.mobile-customer-invoices-list .invoice-item label {
    font-size: 12px;
}

.mobile-customer-invoices-list .invoice-item .pay-invoice {
    margin-top: 3px;
    width: 100%;
    background: #006881;
    color: white;
    border: none;
    border-radius: 3px;
    padding: 0.375rem 0.75rem;
}

.reading-content-wrapper {
    background: white;
    border-radius: 5px;
    padding: 1em;
    max-width: 950px;
    margin-top: 20px;
    padding-left: 30px;
}

.reading-content-wrapper .block-title {
    font-size: 24px;
    color: #130d34;
    padding-bottom: 0.7em;
    border-bottom: 1px solid #63a3b3;
}

.reading-content-wrapper .clientfield-holder span.field-label {
    color: #6a7c95;
    display: block;
    margin-bottom: 0.4em;
}

.reading-content-wrapper .clientfield-holder .clientfield {
    border-radius: 0.25rem;
    padding: 5px;
    border: 1px solid #ced4da;
    width: 100%;
    color: #164a7b;
    min-height: 36px;
}

.reading-content-wrapper .clientfield-holder textarea {
    min-height: 238px !important;
    max-height: 238px !important;
}

.reading-content-end {
    background: linear-gradient(180deg, #433a77 0%, #7607aa 100%);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 4px;
}

.hdtable-client {
    border-collapse: separate;
    border-spacing: 0 15px;
}

.hdtable-client thead tr th {
    font-size: 12px;
    font-weight: bold;
    color: black;
    background: #d7e7ff;
}

.hdtable-client thead tr th:nth-child(1) {
    border-radius: 5px 0 0 5px;
    padding-left: 22px;
}

.hdtable-client thead tr th:last-child {
    border-radius: 0px 5px 5px 0px;
}

.hdtable-client tbody tr td {
    vertical-align: middle;
    background: white;
    color: black;
}

.hdtable-client tbody tr td .pdf-link {
    color: #006881;
}

.hdtable-client tbody tr td .pay-invoice {
    background: #006881;
    border-radius: 4px;
    width: 100%;
    padding: 10px 20px;
    color: white;
    border: none;
}

.hdtable-client tbody tr td:nth-child(1) {
    border-radius: 5px 0 0 5px;
    padding-left: 22px;
}

.hdtable-client tbody tr td:last-child {
    border-radius: 0px 5px 5px 0px;
}

.body-upload {
    background: white;
    padding: 16px 18px;
}

.user-preview-header {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.user-preview-header .logowrapper {
    width: 100%;
}

.user-preview-header .userlogo {
    margin: auto;
    width: 128px;
    height: 128px;
    border: 1px solid #a0a0a0;
    background: #ededed;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.user-preview-header .userlogo img {
    width: 128px;
    height: 128px;
    border-radius: 112px;
}

.user-preview-header .username {
    width: 100%;
    text-align: center;
    color: black;
    font-size: 36px;
    font-weight: bold;
    margin-top: 24px;
}

.user-preview-body {
    max-width: 440px;
    border: 1px solid #efefef;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 20px;
    margin: auto;
}

.user-preview-body .bodygraph-img {
    max-width: 440px;
    width: 100%;
}

.user-preview-body .bodygraph-img img {
    width: 100%;
}

.user-preview-body p {
    width: 100%;
    max-width: 440px;
    margin-top: 20px;
    font-size: 14px;
}

.devisewrapper {
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.devisewrapper .deviseform {
    background: white;
    padding: 41px 46px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.11);
    border-radius: 8px;
    width: 100%;
    max-width: 430px;
}

.devisewrapper .deviseform h3 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 41px;
}

.devisewrapper .deviseform form .devisefield label {
    font-size: 16px;
    color: #3a3a3a;
}

.devisewrapper .deviseform form .devisefield input {
    width: 100%;
    background: #ffffff;
    border: 1px solid #d9d9d9;
    box-sizing: border-box;
    border-radius: 4px;
    height: 48px;
    padding-left: 15px;
    margin-bottom: 24px;
}

.devisewrapper .deviseform form .devisecheckboxfield {
    display: flex;
    align-items: center;
}

.devisewrapper .deviseform form .devisecheckboxfield label {
    margin: 0;
    margin-left: 5px;
}

.devisewrapper .deviseform form .devisecheckboxfield input {
    height: 20px;
    width: 20px;
}

.devisewrapper .deviseform form .forgot-password {
    color: #006881;
    margin-left: auto;
}

.devisewrapper .deviseform form .actions .devisebtn {
    background: #006881;
    border-radius: 4px;
    width: 100%;
    margin-top: 22px;
    padding: 10px;
    color: white;
    border: none;
}

.devisewrapper .deviseform form .devisefieldtime label {
    font-size: 16px;
    color: #3a3a3a;
}

.devisewrapper .deviseform form .devisefieldtime input {
    width: 50%;
    background: #ffffff;
    border: 1px solid #d9d9d9;
    box-sizing: border-box;
    border-radius: 4px;
    height: 48px;
    padding-left: 15px;
    margin-right: 20px;
    margin-bottom: 24px;
}

.devisewrapper .deviseform form .devisefieldtime .devisecheckboxfieldtime {
    display: inline-block;
    align-items: left;
    vertical-align: middle;
}

.devisewrapper
.deviseform
form
.devisefieldtime
.devisecheckboxfieldtime
label {
    vertical-align: middle;
    margin: 0;
}

.devisewrapper
.deviseform
form
.devisefieldtime
.devisecheckboxfieldtime
input {
    vertical-align: middle;
    margin: 0;
    height: 20px;
    width: 20px;
}

.hddrop {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
    border-radius: 2px;
    min-width: auto;
    border: 1px solid #dadada;
    top: 10px;
    max-width: 400px;
    padding: 0;
}

.hddrop li {
    padding: 10px 25px;
}

.hddrop li a {
    font-size: 13px;
    font-weight: bold;
    color: #164a7b;
    display: block;
    width: 100%;
    padding: 0;
}

.hddrop li a svg {
    width: 15px;
    height: 15px;
    margin-right: 1em;
    fill: #164a7b;
}

.hddrop li:hover {
    background: #f2f2f2;
}

.hddrop li:hover a {
    text-decoration: none;
    background: transparent;
    color: #164a7b;
}

.hddrop.show {
    position: absolute;
    top: 10px !important;
}

.hddrop.filterdrop {
    padding: 1em;
    max-width: 500px;
    min-width: 300px;
}

nav button.navbar-toggler {
    color: #486f94 !important;
}

nav #ebnavbar ul li {
    border-radius: 10px;
    padding: 0px 8px;
    margin: 0 3px;
}

nav #ebnavbar ul li a {
    color: #486f94;
}

nav #ebnavbar ul li:hover {
    background: #f7f5f5;
}

nav #ebnavbar ul li:hover a {
    color: #486f94;
}

nav #ebnavbar ul li.active {
    background: #486f94;
}

nav #ebnavbar ul li.active a {
    color: white;
}

nav .navend ul {
    list-style: none;
}

nav .navend ul li.dropdown a {
    color: #486f94;
    text-decoration: none;
    width: 100%;
    display: block;
}

nav .navend ul li.dropdown .dropdown-menu {
    left: auto;
    right: 0;
    box-shadow: 0 9px 10px rgba(176, 176, 176, 0.25),
    0 10px 10px rgba(183, 180, 180, 0.22);
    border: none;
    padding: 0;
}

nav .navend ul li.dropdown .dropdown-menu li {
    line-height: 40px;
    padding-left: 10px;
}

nav .navend ul li.dropdown .dropdown-menu li:hover {
    background: #edf2f7;
}

.header {
    font-weight: 300;
    background: white;
    width: 100%;
    position: relative;
    height: 55px;
    display: flex;
    padding: 0 3em;
}

.header .side-nav-toggle {
    position: absolute;
    left: 1em;
    top: 1em;
    color: #486f94;
}

.header .search-wrapper {
    flex: 0.8;
}

.header .user-info-wrapper {
    position: relative;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header .user-info-wrapper #userInfoDrop {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.header .user-info-wrapper #userInfoDrop:after {
    content: none;
}

.header .user-info-wrapper .hddrop {
    border: 1px solid #ececec;
    border-radius: 5px;
    width: 100%;
    max-width: 200px;
}

.header .user-info-wrapper .hddrop li {
    padding: 0;
}

.header .user-info-wrapper .hddrop li > a {
    color: black;
    padding: 10px 25px;
    font-weight: normal;
}

.header .user-info-wrapper .hddrop li:hover {
    background: #ececec;
}

.header .user-info-wrapper .hddrop li:hover a {
    color: black;
}

.header .user-info-wrapper .user-notifications {
    margin-right: 0.5em;
}

.header .user-info-wrapper .userlogo {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f3f3f3;
    border: 1px solid #dadada;
}

.header .user-info-wrapper .userlogo img {
    width: 45px;
    height: 45px;
    border-radius: 112px;
}

.header .user-info-wrapper .username {
    font-size: 16px;
    color: black;
    margin-right: 0.5em;
}

.userlogo {
    text-align: center;
    width: 34px;
    height: 34px;
    background: orange;
    border-radius: 50%;
    color: white;
    margin-right: 0.5em;
    font-size: 13px;
}

.hornav {
    width: 100%;
    padding: 10px 0;
}

.hornav ul {
    list-style: none;
    padding: 0 0 0px;
    width: 100%;

}

.hornav ul li {
    display: inline-block;
    padding-right: 5px;
    position: relative;
}

.hornav ul li a {
    padding: 0;
    color: #979797;
    font-size: 18px;
}

.hornav ul li.active a,
.hornav ul li:hover a {
    color: #164a7b;
}

.hornav ul li.active:after,
.hornav ul li:hover:after {
    content: "";
    width: 100%;
    height: 3px;
    background: #E5BE90;
    bottom: -2px;
    position: absolute;
}

.field-description-text {
    color: #868686;
    font-weight: lighter;
    font-size: 10px;
    margin-bottom: 0;
}

.uploadbtn {
    cursor: pointer;
    position: relative;
    border: 2px solid #006881;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
}

.uploadbtn .uploadlabel {
    color: #006881;
}

.uploadbtn .hiddenfilefield {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.form--field.dateselectionfield label {
    color: #486f94;
    transform: scale(0.85) translate(-25px, -25px);
    background: transparent;
}

.form--field {
    display: flex;
    flex-grow: 1;
    flex-shrink: 1;
    align-items: center;
    min-width: 0%;
    position: relative;
    max-width: 370px;
    margin: 1em 0;
}

.form--field input {
    width: 100%;
    border: none !important;
    border-bottom: 2px solid #ced4da !important;
    border-radius: 0 !important;
    position: relative !important;
}

.form--field input:focus {
    box-shadow: none !important;
    border-color: #486f94 !important;
}

.form--field input.filled,
.form--field textarea.filled {
    border-color: #486f94 !important;
}

.form--field input:focus ~ label,
.form--field input.filled ~ label {
    color: #486f94;
    transform: scale(0.85) translate(-25px, -25px);
    background: transparent;
}

.form--field textarea {
    width: 100%;
    border: none !important;
    border-bottom: 2px solid #ced4da !important;
    border-radius: 0 !important;
    position: relative !important;
    margin-top: 30px;
}

.form--field textarea:focus {
    box-shadow: none !important;
    border-color: #486f94 !important;
}

.form--field textarea ~ label {
    top: 0;
}

.form--field textarea:focus ~ label,
.form--field textarea.filled ~ label {
    color: #486f94;
    top: 0;
    background: transparent;
}

.form--field label {
    background: transparent;
    bottom: 7px;
    box-sizing: border-box;
    color: #80868b;
    font-size: 16px;
    font-weight: 400;
    left: 10px;
    max-width: calc(100% - (2 * 8px));
    overflow: hidden;
    padding: 0 8px;
    text-overflow: ellipsis;
    transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1),
    opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);
    white-space: nowrap;
    width: auto;
    z-index: 1;
    position: absolute;
}

input:focus,
textarea:focus {
    outline: none !important;
}

input:required,
textarea:required {
    outline: none !important;
    box-shadow: none !important;
    border: none;
    border-bottom: 2px solid #486f94;
}

.datetimefieldsrow {
    max-width: 400px;
    flex-wrap: nowrap;
    padding: 0 15px;
}

.datetimefieldsrow input {
    padding: 0 !important;
}

.datetimefieldsrow .form--field {
    padding-right: 1em;
    flex: 0.3;
}

.datetimefieldsrow .form--field:first-child {
    flex: 0.6;
}

.datetimefieldsrow .form--field:last-child {
    padding: 0;
}

.codenumberrow {
    max-width: 400px;
    flex-wrap: nowrap;
    padding: 0 15px;
}

.codenumberrow input {
    padding: 0 !important;
}

.codenumberrow .form-group:first-child {
    margin-right: 0.5em;
    flex: 0.4;
}

.clientfield-holder span.field-label {
    color: #6a7c95;
    display: block;
    margin-bottom: 0.4em;
}

.clientfield-holder span.field-label-inline {
    color: #6a7c95;
    display: inline;
    margin-bottom: 0.4em;
}

.clientfield-holder .clientfield {
    border-radius: 0.25rem;
    padding: 10px;
    border: 1px solid #C2C5C0;
    width: 100%;
    color: #164a7b;
    min-height: 36px;
}

.clientfield-holder .searchfield {
    min-width: 100px;
}

.clientfield-holder textarea {
    min-height: 150px !important;
}

.timeselectrow {
    width: 100%;
    display: flex;
    height: 36px;
    align-items: center;
    justify-content: space-between;
    flex-wrap: no-wrap;
}

.timeselectrow .select:nth-of-type(1) {
    margin-right: 0.2em;
}

.timeselectrow .select:nth-of-type(2) {
    margin-left: 0.2em;
}

.notobrow {
    width: 100%;
    display: flex;
    height: 36px;
    align-items: center;
    justify-content: flex-end;
}

.notobrow label {
    margin: 0;
}

.check-boxes {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.check-box {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.checkbox-field {
    width: 100%;
    display: flex;
    height: 36px;
    align-items: center;
    justify-content: center;
}

.checkbox-field label {
    margin: 0;
}

.clientsubmit {
    background: #486f94;
    color: white;
    border-radius: 0.25rem;
    padding: 0.6em 1.5em;
}

.clientsubmit:hover {
    color: white;
}

.codenumberrow-client {
    flex-wrap: nowrap;
    padding: 0 15px;
    align-items: center;
}

.codenumberrow-client .phonestart {
    margin-right: 0.4em;
    color: #003c8f;
}

.codenumberrow-client .clientfield-holder:nth-of-type(1) {
    margin-right: 0.5em;
    flex: 0.2;
}

.codenumberrow-client .clientfield-holder:nth-of-type(2) {
    flex: 1;
}

.datetimefieldsrow-client {
    display: flex;
    flex-wrap: nowrap;
}

.datetimefieldsrow-client .clientfield-holder:nth-of-type(1) {
    flex: 0.3;
    margin-right: 0.4em;
}

.datetimefieldsrow-client .clientfield-holder:nth-of-type(2) {
    flex: 0.4;
    margin-right: 0.4em;
}

.datetimefieldsrow-client .clientfield-holder:nth-of-type(3) {
    flex: 0.3;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.tablesubmit {
    padding: 5px 10px !important;
    color: white !important;
}

span.approved {
    color: #28a745 !important;
}

span.declined {
    color: #dc3545 !important;
}

span.cancelled {
    color: #dc3545 !important;
}

.approve {
    background: #28a745;
}

.approve:hover {
    background: #28a745;
}

.decline {
    background: #dc3545;
}

.decline:hover {
    background: #dc3545;
}

.checkbox-multiple-hd {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.checkbox-multiple-hd .checkbox-single-hd input[type="checkbox"] {
    visibility: hidden;
    position: absolute;
}

.checkbox-multiple-hd
.checkbox-single-hd
input[type="checkbox"]:checked
~ label {
    color: #486f94;
    border: 2px solid #486f94;
}

.checkbox-multiple-hd .checkbox-single-hd label {
    border: 2px solid #ced4da;
    border-radius: 2em;
    padding: 1em 3em;
    margin-right: 0.3em;
    margin-top: 0.1em;
    font-size: 14px;
    width: 172px;
    color: #676767;
    text-align: center;
    min-width: 143px;
}

.checkboxitemtitle {
    color: gray;
    font-size: 12px;
}

.weekDays-selector input {
    display: none !important;
}

.weekDays-selector input[type="checkbox"] + label {
    display: inline-block;
    border-radius: 0.25rem;
    border: 1px solid #ddd;
    height: 40px;
    width: 35px;
    margin-right: 5px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    font-size: 0.75rem;
}

.weekDays-selector input[type="checkbox"]:checked + label {
    background: #006881;
    color: #ffffff;
    border: none;
}

.folder-title-field {
    min-height: 30px !important;
    height: 30px !important;
    text-align: center;
    color: black !important;
}

.modal-backdrop {
    background: transparent !important;
    height: 0;
}

.modal-content {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    border: none;
}

.modal-content .modal-header,
.modal-content .modal-footer,
.modal-content .modal-body {
    border: none;
}

.testmodal {
    position: absolute;
    top: 5em;
}

#formModal {
    background: #0d0d0d40;
}

.modal-content.forms {
    width: auto;
    padding: 1em 3em;
}

.closelinkmodal {
    position: absolute;
    left: 1em;
    top: 1em;
}

.pac-container {
    z-index: 9999;
}

.modal-content {
    width: 350px;
    padding: 1em 2em;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    margin: auto;
}

.modal-content .modal-header,
.modal-content .modal-body,
.modal-content .modal-footer {
    border: none;
    justify-content: center;
}

.modal-content .form-title {
    font-size: 18px;
    width: 100%;
    text-align: center;
    color: #164a7b;
}

.modal-content .required-text {
    margin: 1em 0;
    font-size: 12px;
    color: grey;
}

.modal-content .deviseform {
    position: relative;
}

.modal-content .deviseform .back-link-devise {
    font-size: 10px;
    position: absolute;
    top: 10px;
    left: 10px;
    color: #a2a5a9;
}

.modal-content .deviseform .back-link-devise:hover {
    text-decoration: none;
}

.modal-content .deviseform .modal-body {
    padding-top: 0;
}

.modal-content .deviseform .modal-header svg {
    display: block;
    margin: auto;
}

.modal-content .deviseform .modal-header .header-title {
    text-align: center;
    width: 100%;
}

.modal-content .deviseform .modal-header .header-title .title {
    margin: 1em 0 0;
    color: #164a7b;
    font-size: 15px;
}

.modal-content .deviseform .modal-header .header-title .description {
    font-size: 12px;
    color: #7a7f87;
    max-width: 166px;
    margin: auto;
}

.modal-content .deviseform .signin-action .joybtn {
    margin: 2em auto 0;
    display: block;
}

.modal-content .links {
    text-align: center;
}

.usermodalformresponse .modal-header svg {
    display: block;
    margin: auto;
    fill: #164a7b;
}

.usermodalformresponse .modal-header .header-title {
    text-align: center;
    width: 100%;
}

.usermodalformresponse .modal-header .header-title .title {
    margin: 1em 0 0;
    color: #164a7b;
    font-size: 20px;
}

.usermodalformresponse .modal-body .description {
    font-size: 15px;
    color: #7a7f87;
    text-align: center;
}

.usermodalformresponse .modal-body .close-action {
    text-align: center;
}

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

.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    min-width: 40%;
    max-width: 100%;
    height: 100%;
    transform: translate3d(0%, 0, 0);
}

.modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
    border-radius: 2px;
    border: none;
    width: 100%;
}

.modal.right .modal-body {
    padding: 15px 15px 80px;
}

.modal.right.fade .modal-dialog {
    right: -320px;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.show .modal-dialog {
    right: 0;
}

.modal-content.userpreview {
    width: 500px !important;
}

.btns {
    display: flex;
    justify-content: center;
    align-items: center;
}

.wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    transform-style: preserve-3d;
    perspective: 1000px;
    -webkit-animation: rotate 14s infinite forwards;
    animation: rotate 14s infinite forwards;
    z-index: 0;
}

@-webkit-keyframes rotate {
    100% {
        transform: rotateY(360deg) rotateX(360deg);
    }
}

@keyframes rotate {
    100% {
        transform: rotateY(360deg) rotateX(360deg);
    }
}

.c {
    position: absolute;
    width: 2px;
    height: 2px;
    border-radius: 50%;
    opacity: 1;
    z-index: 0;
}

.c:nth-child(1) {
    -webkit-animation: orbit1 14s infinite forwards;
    animation: orbit1 14s infinite forwards;
    -webkit-animation-delay: 0.01s;
    animation-delay: 0.01s;
    background-color: #ff0100;
}

@-webkit-keyframes orbit1 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-265deg) rotateY(250deg) translateX(150px) rotateZ(265deg);
    }
    80% {
        transform: rotateZ(-265deg) rotateY(250deg) translateX(150px) rotateZ(265deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-265deg) rotateY(250deg) translateX(300px) rotateZ(265deg);
    }
}

@keyframes orbit1 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-265deg) rotateY(250deg) translateX(150px) rotateZ(265deg);
    }
    80% {
        transform: rotateZ(-265deg) rotateY(250deg) translateX(150px) rotateZ(265deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-265deg) rotateY(250deg) translateX(300px) rotateZ(265deg);
    }
}

.c:nth-child(2) {
    -webkit-animation: orbit2 14s infinite forwards;
    animation: orbit2 14s infinite forwards;
    -webkit-animation-delay: 0.02s;
    animation-delay: 0.02s;
    background-color: #ff0100;
}

@-webkit-keyframes orbit2 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-237deg) rotateY(223deg) translateX(150px) rotateZ(237deg);
    }
    80% {
        transform: rotateZ(-237deg) rotateY(223deg) translateX(150px) rotateZ(237deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-237deg) rotateY(223deg) translateX(300px) rotateZ(237deg);
    }
}

@keyframes orbit2 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-237deg) rotateY(223deg) translateX(150px) rotateZ(237deg);
    }
    80% {
        transform: rotateZ(-237deg) rotateY(223deg) translateX(150px) rotateZ(237deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-237deg) rotateY(223deg) translateX(300px) rotateZ(237deg);
    }
}

.c:nth-child(3) {
    -webkit-animation: orbit3 14s infinite forwards;
    animation: orbit3 14s infinite forwards;
    -webkit-animation-delay: 0.03s;
    animation-delay: 0.03s;
    background-color: #ff0200;
}

@-webkit-keyframes orbit3 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-354deg) rotateY(55deg) translateX(150px) rotateZ(354deg);
    }
    80% {
        transform: rotateZ(-354deg) rotateY(55deg) translateX(150px) rotateZ(354deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-354deg) rotateY(55deg) translateX(300px) rotateZ(354deg);
    }
}

@keyframes orbit3 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-354deg) rotateY(55deg) translateX(150px) rotateZ(354deg);
    }
    80% {
        transform: rotateZ(-354deg) rotateY(55deg) translateX(150px) rotateZ(354deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-354deg) rotateY(55deg) translateX(300px) rotateZ(354deg);
    }
}

.c:nth-child(4) {
    -webkit-animation: orbit4 14s infinite forwards;
    animation: orbit4 14s infinite forwards;
    -webkit-animation-delay: 0.04s;
    animation-delay: 0.04s;
    background-color: #ff0200;
}

@-webkit-keyframes orbit4 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-220deg) rotateY(41deg) translateX(150px) rotateZ(220deg);
    }
    80% {
        transform: rotateZ(-220deg) rotateY(41deg) translateX(150px) rotateZ(220deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-220deg) rotateY(41deg) translateX(300px) rotateZ(220deg);
    }
}

@keyframes orbit4 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-220deg) rotateY(41deg) translateX(150px) rotateZ(220deg);
    }
    80% {
        transform: rotateZ(-220deg) rotateY(41deg) translateX(150px) rotateZ(220deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-220deg) rotateY(41deg) translateX(300px) rotateZ(220deg);
    }
}

.c:nth-child(5) {
    -webkit-animation: orbit5 14s infinite forwards;
    animation: orbit5 14s infinite forwards;
    -webkit-animation-delay: 0.05s;
    animation-delay: 0.05s;
    background-color: #ff0300;
}

@-webkit-keyframes orbit5 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-105deg) rotateY(122deg) translateX(150px) rotateZ(105deg);
    }
    80% {
        transform: rotateZ(-105deg) rotateY(122deg) translateX(150px) rotateZ(105deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-105deg) rotateY(122deg) translateX(300px) rotateZ(105deg);
    }
}

@keyframes orbit5 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-105deg) rotateY(122deg) translateX(150px) rotateZ(105deg);
    }
    80% {
        transform: rotateZ(-105deg) rotateY(122deg) translateX(150px) rotateZ(105deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-105deg) rotateY(122deg) translateX(300px) rotateZ(105deg);
    }
}

.c:nth-child(6) {
    -webkit-animation: orbit6 14s infinite forwards;
    animation: orbit6 14s infinite forwards;
    -webkit-animation-delay: 0.06s;
    animation-delay: 0.06s;
    background-color: #ff0300;
}

@-webkit-keyframes orbit6 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-276deg) rotateY(106deg) translateX(150px) rotateZ(276deg);
    }
    80% {
        transform: rotateZ(-276deg) rotateY(106deg) translateX(150px) rotateZ(276deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-276deg) rotateY(106deg) translateX(300px) rotateZ(276deg);
    }
}

@keyframes orbit6 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-276deg) rotateY(106deg) translateX(150px) rotateZ(276deg);
    }
    80% {
        transform: rotateZ(-276deg) rotateY(106deg) translateX(150px) rotateZ(276deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-276deg) rotateY(106deg) translateX(300px) rotateZ(276deg);
    }
}

.c:nth-child(7) {
    -webkit-animation: orbit7 14s infinite forwards;
    animation: orbit7 14s infinite forwards;
    -webkit-animation-delay: 0.07s;
    animation-delay: 0.07s;
    background-color: #ff0400;
}

@-webkit-keyframes orbit7 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-315deg) rotateY(307deg) translateX(150px) rotateZ(315deg);
    }
    80% {
        transform: rotateZ(-315deg) rotateY(307deg) translateX(150px) rotateZ(315deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-315deg) rotateY(307deg) translateX(300px) rotateZ(315deg);
    }
}

@keyframes orbit7 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-315deg) rotateY(307deg) translateX(150px) rotateZ(315deg);
    }
    80% {
        transform: rotateZ(-315deg) rotateY(307deg) translateX(150px) rotateZ(315deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-315deg) rotateY(307deg) translateX(300px) rotateZ(315deg);
    }
}

.c:nth-child(8) {
    -webkit-animation: orbit8 14s infinite forwards;
    animation: orbit8 14s infinite forwards;
    -webkit-animation-delay: 0.08s;
    animation-delay: 0.08s;
    background-color: #ff0500;
}

@-webkit-keyframes orbit8 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-97deg) rotateY(293deg) translateX(150px) rotateZ(97deg);
    }
    80% {
        transform: rotateZ(-97deg) rotateY(293deg) translateX(150px) rotateZ(97deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-97deg) rotateY(293deg) translateX(300px) rotateZ(97deg);
    }
}

@keyframes orbit8 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-97deg) rotateY(293deg) translateX(150px) rotateZ(97deg);
    }
    80% {
        transform: rotateZ(-97deg) rotateY(293deg) translateX(150px) rotateZ(97deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-97deg) rotateY(293deg) translateX(300px) rotateZ(97deg);
    }
}

.c:nth-child(9) {
    -webkit-animation: orbit9 14s infinite forwards;
    animation: orbit9 14s infinite forwards;
    -webkit-animation-delay: 0.09s;
    animation-delay: 0.09s;
    background-color: #ff0500;
}

@-webkit-keyframes orbit9 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-232deg) rotateY(355deg) translateX(150px) rotateZ(232deg);
    }
    80% {
        transform: rotateZ(-232deg) rotateY(355deg) translateX(150px) rotateZ(232deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-232deg) rotateY(355deg) translateX(300px) rotateZ(232deg);
    }
}

@keyframes orbit9 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-232deg) rotateY(355deg) translateX(150px) rotateZ(232deg);
    }
    80% {
        transform: rotateZ(-232deg) rotateY(355deg) translateX(150px) rotateZ(232deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-232deg) rotateY(355deg) translateX(300px) rotateZ(232deg);
    }
}

.c:nth-child(10) {
    -webkit-animation: orbit10 14s infinite forwards;
    animation: orbit10 14s infinite forwards;
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
    background-color: #ff0600;
}

@-webkit-keyframes orbit10 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-35deg) rotateY(129deg) translateX(150px) rotateZ(35deg);
    }
    80% {
        transform: rotateZ(-35deg) rotateY(129deg) translateX(150px) rotateZ(35deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-35deg) rotateY(129deg) translateX(300px) rotateZ(35deg);
    }
}

@keyframes orbit10 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-35deg) rotateY(129deg) translateX(150px) rotateZ(35deg);
    }
    80% {
        transform: rotateZ(-35deg) rotateY(129deg) translateX(150px) rotateZ(35deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-35deg) rotateY(129deg) translateX(300px) rotateZ(35deg);
    }
}

.c:nth-child(11) {
    -webkit-animation: orbit11 14s infinite forwards;
    animation: orbit11 14s infinite forwards;
    -webkit-animation-delay: 0.11s;
    animation-delay: 0.11s;
    background-color: #ff0600;
}

@-webkit-keyframes orbit11 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-176deg) rotateY(148deg) translateX(150px) rotateZ(176deg);
    }
    80% {
        transform: rotateZ(-176deg) rotateY(148deg) translateX(150px) rotateZ(176deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-176deg) rotateY(148deg) translateX(300px) rotateZ(176deg);
    }
}

@keyframes orbit11 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-176deg) rotateY(148deg) translateX(150px) rotateZ(176deg);
    }
    80% {
        transform: rotateZ(-176deg) rotateY(148deg) translateX(150px) rotateZ(176deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-176deg) rotateY(148deg) translateX(300px) rotateZ(176deg);
    }
}

.c:nth-child(12) {
    -webkit-animation: orbit12 14s infinite forwards;
    animation: orbit12 14s infinite forwards;
    -webkit-animation-delay: 0.12s;
    animation-delay: 0.12s;
    background-color: #ff0700;
}

@-webkit-keyframes orbit12 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-193deg) rotateY(338deg) translateX(150px) rotateZ(193deg);
    }
    80% {
        transform: rotateZ(-193deg) rotateY(338deg) translateX(150px) rotateZ(193deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-193deg) rotateY(338deg) translateX(300px) rotateZ(193deg);
    }
}

@keyframes orbit12 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-193deg) rotateY(338deg) translateX(150px) rotateZ(193deg);
    }
    80% {
        transform: rotateZ(-193deg) rotateY(338deg) translateX(150px) rotateZ(193deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-193deg) rotateY(338deg) translateX(300px) rotateZ(193deg);
    }
}

.c:nth-child(13) {
    -webkit-animation: orbit13 14s infinite forwards;
    animation: orbit13 14s infinite forwards;
    -webkit-animation-delay: 0.13s;
    animation-delay: 0.13s;
    background-color: #ff0700;
}

@-webkit-keyframes orbit13 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-99deg) rotateY(297deg) translateX(150px) rotateZ(99deg);
    }
    80% {
        transform: rotateZ(-99deg) rotateY(297deg) translateX(150px) rotateZ(99deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-99deg) rotateY(297deg) translateX(300px) rotateZ(99deg);
    }
}

@keyframes orbit13 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-99deg) rotateY(297deg) translateX(150px) rotateZ(99deg);
    }
    80% {
        transform: rotateZ(-99deg) rotateY(297deg) translateX(150px) rotateZ(99deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-99deg) rotateY(297deg) translateX(300px) rotateZ(99deg);
    }
}

.c:nth-child(14) {
    -webkit-animation: orbit14 14s infinite forwards;
    animation: orbit14 14s infinite forwards;
    -webkit-animation-delay: 0.14s;
    animation-delay: 0.14s;
    background-color: #ff0800;
}

@-webkit-keyframes orbit14 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-236deg) rotateY(69deg) translateX(150px) rotateZ(236deg);
    }
    80% {
        transform: rotateZ(-236deg) rotateY(69deg) translateX(150px) rotateZ(236deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-236deg) rotateY(69deg) translateX(300px) rotateZ(236deg);
    }
}

@keyframes orbit14 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-236deg) rotateY(69deg) translateX(150px) rotateZ(236deg);
    }
    80% {
        transform: rotateZ(-236deg) rotateY(69deg) translateX(150px) rotateZ(236deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-236deg) rotateY(69deg) translateX(300px) rotateZ(236deg);
    }
}

.c:nth-child(15) {
    -webkit-animation: orbit15 14s infinite forwards;
    animation: orbit15 14s infinite forwards;
    -webkit-animation-delay: 0.15s;
    animation-delay: 0.15s;
    background-color: #ff0900;
}

@-webkit-keyframes orbit15 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-170deg) rotateY(170deg) translateX(150px) rotateZ(170deg);
    }
    80% {
        transform: rotateZ(-170deg) rotateY(170deg) translateX(150px) rotateZ(170deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-170deg) rotateY(170deg) translateX(300px) rotateZ(170deg);
    }
}

@keyframes orbit15 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-170deg) rotateY(170deg) translateX(150px) rotateZ(170deg);
    }
    80% {
        transform: rotateZ(-170deg) rotateY(170deg) translateX(150px) rotateZ(170deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-170deg) rotateY(170deg) translateX(300px) rotateZ(170deg);
    }
}

.c:nth-child(16) {
    -webkit-animation: orbit16 14s infinite forwards;
    animation: orbit16 14s infinite forwards;
    -webkit-animation-delay: 0.16s;
    animation-delay: 0.16s;
    background-color: #ff0900;
}

@-webkit-keyframes orbit16 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-340deg) rotateY(207deg) translateX(150px) rotateZ(340deg);
    }
    80% {
        transform: rotateZ(-340deg) rotateY(207deg) translateX(150px) rotateZ(340deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-340deg) rotateY(207deg) translateX(300px) rotateZ(340deg);
    }
}

@keyframes orbit16 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-340deg) rotateY(207deg) translateX(150px) rotateZ(340deg);
    }
    80% {
        transform: rotateZ(-340deg) rotateY(207deg) translateX(150px) rotateZ(340deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-340deg) rotateY(207deg) translateX(300px) rotateZ(340deg);
    }
}

.c:nth-child(17) {
    -webkit-animation: orbit17 14s infinite forwards;
    animation: orbit17 14s infinite forwards;
    -webkit-animation-delay: 0.17s;
    animation-delay: 0.17s;
    background-color: #ff0a00;
}

@-webkit-keyframes orbit17 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-87deg) rotateY(247deg) translateX(150px) rotateZ(87deg);
    }
    80% {
        transform: rotateZ(-87deg) rotateY(247deg) translateX(150px) rotateZ(87deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-87deg) rotateY(247deg) translateX(300px) rotateZ(87deg);
    }
}

@keyframes orbit17 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-87deg) rotateY(247deg) translateX(150px) rotateZ(87deg);
    }
    80% {
        transform: rotateZ(-87deg) rotateY(247deg) translateX(150px) rotateZ(87deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-87deg) rotateY(247deg) translateX(300px) rotateZ(87deg);
    }
}

.c:nth-child(18) {
    -webkit-animation: orbit18 14s infinite forwards;
    animation: orbit18 14s infinite forwards;
    -webkit-animation-delay: 0.18s;
    animation-delay: 0.18s;
    background-color: #ff0a00;
}

@-webkit-keyframes orbit18 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-315deg) rotateY(174deg) translateX(150px) rotateZ(315deg);
    }
    80% {
        transform: rotateZ(-315deg) rotateY(174deg) translateX(150px) rotateZ(315deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-315deg) rotateY(174deg) translateX(300px) rotateZ(315deg);
    }
}

@keyframes orbit18 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-315deg) rotateY(174deg) translateX(150px) rotateZ(315deg);
    }
    80% {
        transform: rotateZ(-315deg) rotateY(174deg) translateX(150px) rotateZ(315deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-315deg) rotateY(174deg) translateX(300px) rotateZ(315deg);
    }
}

.c:nth-child(19) {
    -webkit-animation: orbit19 14s infinite forwards;
    animation: orbit19 14s infinite forwards;
    -webkit-animation-delay: 0.19s;
    animation-delay: 0.19s;
    background-color: #ff0b00;
}

@-webkit-keyframes orbit19 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-307deg) rotateY(71deg) translateX(150px) rotateZ(307deg);
    }
    80% {
        transform: rotateZ(-307deg) rotateY(71deg) translateX(150px) rotateZ(307deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-307deg) rotateY(71deg) translateX(300px) rotateZ(307deg);
    }
}

@keyframes orbit19 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-307deg) rotateY(71deg) translateX(150px) rotateZ(307deg);
    }
    80% {
        transform: rotateZ(-307deg) rotateY(71deg) translateX(150px) rotateZ(307deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-307deg) rotateY(71deg) translateX(300px) rotateZ(307deg);
    }
}

.c:nth-child(20) {
    -webkit-animation: orbit20 14s infinite forwards;
    animation: orbit20 14s infinite forwards;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
    background-color: #ff0b00;
}

@-webkit-keyframes orbit20 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-332deg) rotateY(346deg) translateX(150px) rotateZ(332deg);
    }
    80% {
        transform: rotateZ(-332deg) rotateY(346deg) translateX(150px) rotateZ(332deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-332deg) rotateY(346deg) translateX(300px) rotateZ(332deg);
    }
}

@keyframes orbit20 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-332deg) rotateY(346deg) translateX(150px) rotateZ(332deg);
    }
    80% {
        transform: rotateZ(-332deg) rotateY(346deg) translateX(150px) rotateZ(332deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-332deg) rotateY(346deg) translateX(300px) rotateZ(332deg);
    }
}

.c:nth-child(21) {
    -webkit-animation: orbit21 14s infinite forwards;
    animation: orbit21 14s infinite forwards;
    -webkit-animation-delay: 0.21s;
    animation-delay: 0.21s;
    background-color: #ff0c00;
}

@-webkit-keyframes orbit21 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-279deg) rotateY(296deg) translateX(150px) rotateZ(279deg);
    }
    80% {
        transform: rotateZ(-279deg) rotateY(296deg) translateX(150px) rotateZ(279deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-279deg) rotateY(296deg) translateX(300px) rotateZ(279deg);
    }
}

@keyframes orbit21 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-279deg) rotateY(296deg) translateX(150px) rotateZ(279deg);
    }
    80% {
        transform: rotateZ(-279deg) rotateY(296deg) translateX(150px) rotateZ(279deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-279deg) rotateY(296deg) translateX(300px) rotateZ(279deg);
    }
}

.c:nth-child(22) {
    -webkit-animation: orbit22 14s infinite forwards;
    animation: orbit22 14s infinite forwards;
    -webkit-animation-delay: 0.22s;
    animation-delay: 0.22s;
    background-color: #ff0c00;
}

@-webkit-keyframes orbit22 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-45deg) rotateY(81deg) translateX(150px) rotateZ(45deg);
    }
    80% {
        transform: rotateZ(-45deg) rotateY(81deg) translateX(150px) rotateZ(45deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-45deg) rotateY(81deg) translateX(300px) rotateZ(45deg);
    }
}

@keyframes orbit22 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-45deg) rotateY(81deg) translateX(150px) rotateZ(45deg);
    }
    80% {
        transform: rotateZ(-45deg) rotateY(81deg) translateX(150px) rotateZ(45deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-45deg) rotateY(81deg) translateX(300px) rotateZ(45deg);
    }
}

.c:nth-child(23) {
    -webkit-animation: orbit23 14s infinite forwards;
    animation: orbit23 14s infinite forwards;
    -webkit-animation-delay: 0.23s;
    animation-delay: 0.23s;
    background-color: #ff0d00;
}

@-webkit-keyframes orbit23 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-315deg) rotateY(128deg) translateX(150px) rotateZ(315deg);
    }
    80% {
        transform: rotateZ(-315deg) rotateY(128deg) translateX(150px) rotateZ(315deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-315deg) rotateY(128deg) translateX(300px) rotateZ(315deg);
    }
}

@keyframes orbit23 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-315deg) rotateY(128deg) translateX(150px) rotateZ(315deg);
    }
    80% {
        transform: rotateZ(-315deg) rotateY(128deg) translateX(150px) rotateZ(315deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-315deg) rotateY(128deg) translateX(300px) rotateZ(315deg);
    }
}

.c:nth-child(24) {
    -webkit-animation: orbit24 14s infinite forwards;
    animation: orbit24 14s infinite forwards;
    -webkit-animation-delay: 0.24s;
    animation-delay: 0.24s;
    background-color: #ff0e00;
}

@-webkit-keyframes orbit24 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-256deg) rotateY(154deg) translateX(150px) rotateZ(256deg);
    }
    80% {
        transform: rotateZ(-256deg) rotateY(154deg) translateX(150px) rotateZ(256deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-256deg) rotateY(154deg) translateX(300px) rotateZ(256deg);
    }
}

@keyframes orbit24 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-256deg) rotateY(154deg) translateX(150px) rotateZ(256deg);
    }
    80% {
        transform: rotateZ(-256deg) rotateY(154deg) translateX(150px) rotateZ(256deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-256deg) rotateY(154deg) translateX(300px) rotateZ(256deg);
    }
}

.c:nth-child(25) {
    -webkit-animation: orbit25 14s infinite forwards;
    animation: orbit25 14s infinite forwards;
    -webkit-animation-delay: 0.25s;
    animation-delay: 0.25s;
    background-color: #ff0e00;
}

@-webkit-keyframes orbit25 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-9deg) rotateY(326deg) translateX(150px) rotateZ(9deg);
    }
    80% {
        transform: rotateZ(-9deg) rotateY(326deg) translateX(150px) rotateZ(9deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-9deg) rotateY(326deg) translateX(300px) rotateZ(9deg);
    }
}

@keyframes orbit25 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-9deg) rotateY(326deg) translateX(150px) rotateZ(9deg);
    }
    80% {
        transform: rotateZ(-9deg) rotateY(326deg) translateX(150px) rotateZ(9deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-9deg) rotateY(326deg) translateX(300px) rotateZ(9deg);
    }
}

.c:nth-child(26) {
    -webkit-animation: orbit26 14s infinite forwards;
    animation: orbit26 14s infinite forwards;
    -webkit-animation-delay: 0.26s;
    animation-delay: 0.26s;
    background-color: #ff0f00;
}

@-webkit-keyframes orbit26 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-337deg) rotateY(258deg) translateX(150px) rotateZ(337deg);
    }
    80% {
        transform: rotateZ(-337deg) rotateY(258deg) translateX(150px) rotateZ(337deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-337deg) rotateY(258deg) translateX(300px) rotateZ(337deg);
    }
}

@keyframes orbit26 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-337deg) rotateY(258deg) translateX(150px) rotateZ(337deg);
    }
    80% {
        transform: rotateZ(-337deg) rotateY(258deg) translateX(150px) rotateZ(337deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-337deg) rotateY(258deg) translateX(300px) rotateZ(337deg);
    }
}

.c:nth-child(27) {
    -webkit-animation: orbit27 14s infinite forwards;
    animation: orbit27 14s infinite forwards;
    -webkit-animation-delay: 0.27s;
    animation-delay: 0.27s;
    background-color: #ff0f00;
}

@-webkit-keyframes orbit27 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-99deg) rotateY(262deg) translateX(150px) rotateZ(99deg);
    }
    80% {
        transform: rotateZ(-99deg) rotateY(262deg) translateX(150px) rotateZ(99deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-99deg) rotateY(262deg) translateX(300px) rotateZ(99deg);
    }
}

@keyframes orbit27 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-99deg) rotateY(262deg) translateX(150px) rotateZ(99deg);
    }
    80% {
        transform: rotateZ(-99deg) rotateY(262deg) translateX(150px) rotateZ(99deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-99deg) rotateY(262deg) translateX(300px) rotateZ(99deg);
    }
}

.c:nth-child(28) {
    -webkit-animation: orbit28 14s infinite forwards;
    animation: orbit28 14s infinite forwards;
    -webkit-animation-delay: 0.28s;
    animation-delay: 0.28s;
    background-color: #ff1000;
}

@-webkit-keyframes orbit28 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-127deg) rotateY(333deg) translateX(150px) rotateZ(127deg);
    }
    80% {
        transform: rotateZ(-127deg) rotateY(333deg) translateX(150px) rotateZ(127deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-127deg) rotateY(333deg) translateX(300px) rotateZ(127deg);
    }
}

@keyframes orbit28 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-127deg) rotateY(333deg) translateX(150px) rotateZ(127deg);
    }
    80% {
        transform: rotateZ(-127deg) rotateY(333deg) translateX(150px) rotateZ(127deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-127deg) rotateY(333deg) translateX(300px) rotateZ(127deg);
    }
}

.c:nth-child(29) {
    -webkit-animation: orbit29 14s infinite forwards;
    animation: orbit29 14s infinite forwards;
    -webkit-animation-delay: 0.29s;
    animation-delay: 0.29s;
    background-color: #ff1000;
}

@-webkit-keyframes orbit29 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-72deg) rotateY(138deg) translateX(150px) rotateZ(72deg);
    }
    80% {
        transform: rotateZ(-72deg) rotateY(138deg) translateX(150px) rotateZ(72deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-72deg) rotateY(138deg) translateX(300px) rotateZ(72deg);
    }
}

@keyframes orbit29 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-72deg) rotateY(138deg) translateX(150px) rotateZ(72deg);
    }
    80% {
        transform: rotateZ(-72deg) rotateY(138deg) translateX(150px) rotateZ(72deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-72deg) rotateY(138deg) translateX(300px) rotateZ(72deg);
    }
}

.c:nth-child(30) {
    -webkit-animation: orbit30 14s infinite forwards;
    animation: orbit30 14s infinite forwards;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    background-color: #ff1100;
}

@-webkit-keyframes orbit30 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-4deg) rotateY(270deg) translateX(150px) rotateZ(4deg);
    }
    80% {
        transform: rotateZ(-4deg) rotateY(270deg) translateX(150px) rotateZ(4deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-4deg) rotateY(270deg) translateX(300px) rotateZ(4deg);
    }
}

@keyframes orbit30 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-4deg) rotateY(270deg) translateX(150px) rotateZ(4deg);
    }
    80% {
        transform: rotateZ(-4deg) rotateY(270deg) translateX(150px) rotateZ(4deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-4deg) rotateY(270deg) translateX(300px) rotateZ(4deg);
    }
}

.c:nth-child(31) {
    -webkit-animation: orbit31 14s infinite forwards;
    animation: orbit31 14s infinite forwards;
    -webkit-animation-delay: 0.31s;
    animation-delay: 0.31s;
    background-color: #ff1200;
}

@-webkit-keyframes orbit31 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-40deg) rotateY(254deg) translateX(150px) rotateZ(40deg);
    }
    80% {
        transform: rotateZ(-40deg) rotateY(254deg) translateX(150px) rotateZ(40deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-40deg) rotateY(254deg) translateX(300px) rotateZ(40deg);
    }
}

@keyframes orbit31 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-40deg) rotateY(254deg) translateX(150px) rotateZ(40deg);
    }
    80% {
        transform: rotateZ(-40deg) rotateY(254deg) translateX(150px) rotateZ(40deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-40deg) rotateY(254deg) translateX(300px) rotateZ(40deg);
    }
}

.c:nth-child(32) {
    -webkit-animation: orbit32 14s infinite forwards;
    animation: orbit32 14s infinite forwards;
    -webkit-animation-delay: 0.32s;
    animation-delay: 0.32s;
    background-color: #ff1200;
}

@-webkit-keyframes orbit32 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-127deg) rotateY(133deg) translateX(150px) rotateZ(127deg);
    }
    80% {
        transform: rotateZ(-127deg) rotateY(133deg) translateX(150px) rotateZ(127deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-127deg) rotateY(133deg) translateX(300px) rotateZ(127deg);
    }
}

@keyframes orbit32 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-127deg) rotateY(133deg) translateX(150px) rotateZ(127deg);
    }
    80% {
        transform: rotateZ(-127deg) rotateY(133deg) translateX(150px) rotateZ(127deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-127deg) rotateY(133deg) translateX(300px) rotateZ(127deg);
    }
}

.c:nth-child(33) {
    -webkit-animation: orbit33 14s infinite forwards;
    animation: orbit33 14s infinite forwards;
    -webkit-animation-delay: 0.33s;
    animation-delay: 0.33s;
    background-color: #ff1300;
}

@-webkit-keyframes orbit33 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-185deg) rotateY(197deg) translateX(150px) rotateZ(185deg);
    }
    80% {
        transform: rotateZ(-185deg) rotateY(197deg) translateX(150px) rotateZ(185deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-185deg) rotateY(197deg) translateX(300px) rotateZ(185deg);
    }
}

@keyframes orbit33 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-185deg) rotateY(197deg) translateX(150px) rotateZ(185deg);
    }
    80% {
        transform: rotateZ(-185deg) rotateY(197deg) translateX(150px) rotateZ(185deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-185deg) rotateY(197deg) translateX(300px) rotateZ(185deg);
    }
}

.c:nth-child(34) {
    -webkit-animation: orbit34 14s infinite forwards;
    animation: orbit34 14s infinite forwards;
    -webkit-animation-delay: 0.34s;
    animation-delay: 0.34s;
    background-color: #ff1300;
}

@-webkit-keyframes orbit34 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-308deg) rotateY(98deg) translateX(150px) rotateZ(308deg);
    }
    80% {
        transform: rotateZ(-308deg) rotateY(98deg) translateX(150px) rotateZ(308deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-308deg) rotateY(98deg) translateX(300px) rotateZ(308deg);
    }
}

@keyframes orbit34 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-308deg) rotateY(98deg) translateX(150px) rotateZ(308deg);
    }
    80% {
        transform: rotateZ(-308deg) rotateY(98deg) translateX(150px) rotateZ(308deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-308deg) rotateY(98deg) translateX(300px) rotateZ(308deg);
    }
}

.c:nth-child(35) {
    -webkit-animation: orbit35 14s infinite forwards;
    animation: orbit35 14s infinite forwards;
    -webkit-animation-delay: 0.35s;
    animation-delay: 0.35s;
    background-color: #ff1400;
}

@-webkit-keyframes orbit35 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-263deg) rotateY(140deg) translateX(150px) rotateZ(263deg);
    }
    80% {
        transform: rotateZ(-263deg) rotateY(140deg) translateX(150px) rotateZ(263deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-263deg) rotateY(140deg) translateX(300px) rotateZ(263deg);
    }
}

@keyframes orbit35 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-263deg) rotateY(140deg) translateX(150px) rotateZ(263deg);
    }
    80% {
        transform: rotateZ(-263deg) rotateY(140deg) translateX(150px) rotateZ(263deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-263deg) rotateY(140deg) translateX(300px) rotateZ(263deg);
    }
}

.c:nth-child(36) {
    -webkit-animation: orbit36 14s infinite forwards;
    animation: orbit36 14s infinite forwards;
    -webkit-animation-delay: 0.36s;
    animation-delay: 0.36s;
    background-color: #ff1400;
}

@-webkit-keyframes orbit36 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-303deg) rotateY(74deg) translateX(150px) rotateZ(303deg);
    }
    80% {
        transform: rotateZ(-303deg) rotateY(74deg) translateX(150px) rotateZ(303deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-303deg) rotateY(74deg) translateX(300px) rotateZ(303deg);
    }
}

@keyframes orbit36 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-303deg) rotateY(74deg) translateX(150px) rotateZ(303deg);
    }
    80% {
        transform: rotateZ(-303deg) rotateY(74deg) translateX(150px) rotateZ(303deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-303deg) rotateY(74deg) translateX(300px) rotateZ(303deg);
    }
}

.c:nth-child(37) {
    -webkit-animation: orbit37 14s infinite forwards;
    animation: orbit37 14s infinite forwards;
    -webkit-animation-delay: 0.37s;
    animation-delay: 0.37s;
    background-color: #ff1500;
}

@-webkit-keyframes orbit37 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-14deg) rotateY(223deg) translateX(150px) rotateZ(14deg);
    }
    80% {
        transform: rotateZ(-14deg) rotateY(223deg) translateX(150px) rotateZ(14deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-14deg) rotateY(223deg) translateX(300px) rotateZ(14deg);
    }
}

@keyframes orbit37 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-14deg) rotateY(223deg) translateX(150px) rotateZ(14deg);
    }
    80% {
        transform: rotateZ(-14deg) rotateY(223deg) translateX(150px) rotateZ(14deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-14deg) rotateY(223deg) translateX(300px) rotateZ(14deg);
    }
}

.c:nth-child(38) {
    -webkit-animation: orbit38 14s infinite forwards;
    animation: orbit38 14s infinite forwards;
    -webkit-animation-delay: 0.38s;
    animation-delay: 0.38s;
    background-color: #ff1600;
}

@-webkit-keyframes orbit38 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-41deg) rotateY(121deg) translateX(150px) rotateZ(41deg);
    }
    80% {
        transform: rotateZ(-41deg) rotateY(121deg) translateX(150px) rotateZ(41deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-41deg) rotateY(121deg) translateX(300px) rotateZ(41deg);
    }
}

@keyframes orbit38 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-41deg) rotateY(121deg) translateX(150px) rotateZ(41deg);
    }
    80% {
        transform: rotateZ(-41deg) rotateY(121deg) translateX(150px) rotateZ(41deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-41deg) rotateY(121deg) translateX(300px) rotateZ(41deg);
    }
}

.c:nth-child(39) {
    -webkit-animation: orbit39 14s infinite forwards;
    animation: orbit39 14s infinite forwards;
    -webkit-animation-delay: 0.39s;
    animation-delay: 0.39s;
    background-color: #ff1600;
}

@-webkit-keyframes orbit39 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-352deg) rotateY(75deg) translateX(150px) rotateZ(352deg);
    }
    80% {
        transform: rotateZ(-352deg) rotateY(75deg) translateX(150px) rotateZ(352deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-352deg) rotateY(75deg) translateX(300px) rotateZ(352deg);
    }
}

@keyframes orbit39 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-352deg) rotateY(75deg) translateX(150px) rotateZ(352deg);
    }
    80% {
        transform: rotateZ(-352deg) rotateY(75deg) translateX(150px) rotateZ(352deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-352deg) rotateY(75deg) translateX(300px) rotateZ(352deg);
    }
}

.c:nth-child(40) {
    -webkit-animation: orbit40 14s infinite forwards;
    animation: orbit40 14s infinite forwards;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    background-color: #ff1700;
}

@-webkit-keyframes orbit40 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-238deg) rotateY(81deg) translateX(150px) rotateZ(238deg);
    }
    80% {
        transform: rotateZ(-238deg) rotateY(81deg) translateX(150px) rotateZ(238deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-238deg) rotateY(81deg) translateX(300px) rotateZ(238deg);
    }
}

@keyframes orbit40 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-238deg) rotateY(81deg) translateX(150px) rotateZ(238deg);
    }
    80% {
        transform: rotateZ(-238deg) rotateY(81deg) translateX(150px) rotateZ(238deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-238deg) rotateY(81deg) translateX(300px) rotateZ(238deg);
    }
}

.c:nth-child(41) {
    -webkit-animation: orbit41 14s infinite forwards;
    animation: orbit41 14s infinite forwards;
    -webkit-animation-delay: 0.41s;
    animation-delay: 0.41s;
    background-color: #ff1700;
}

@-webkit-keyframes orbit41 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-25deg) rotateY(203deg) translateX(150px) rotateZ(25deg);
    }
    80% {
        transform: rotateZ(-25deg) rotateY(203deg) translateX(150px) rotateZ(25deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-25deg) rotateY(203deg) translateX(300px) rotateZ(25deg);
    }
}

@keyframes orbit41 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-25deg) rotateY(203deg) translateX(150px) rotateZ(25deg);
    }
    80% {
        transform: rotateZ(-25deg) rotateY(203deg) translateX(150px) rotateZ(25deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-25deg) rotateY(203deg) translateX(300px) rotateZ(25deg);
    }
}

.c:nth-child(42) {
    -webkit-animation: orbit42 14s infinite forwards;
    animation: orbit42 14s infinite forwards;
    -webkit-animation-delay: 0.42s;
    animation-delay: 0.42s;
    background-color: #ff1800;
}

@-webkit-keyframes orbit42 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-10deg) rotateY(189deg) translateX(150px) rotateZ(10deg);
    }
    80% {
        transform: rotateZ(-10deg) rotateY(189deg) translateX(150px) rotateZ(10deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-10deg) rotateY(189deg) translateX(300px) rotateZ(10deg);
    }
}

@keyframes orbit42 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-10deg) rotateY(189deg) translateX(150px) rotateZ(10deg);
    }
    80% {
        transform: rotateZ(-10deg) rotateY(189deg) translateX(150px) rotateZ(10deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-10deg) rotateY(189deg) translateX(300px) rotateZ(10deg);
    }
}

.c:nth-child(43) {
    -webkit-animation: orbit43 14s infinite forwards;
    animation: orbit43 14s infinite forwards;
    -webkit-animation-delay: 0.43s;
    animation-delay: 0.43s;
    background-color: #ff1800;
}

@-webkit-keyframes orbit43 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-206deg) rotateY(207deg) translateX(150px) rotateZ(206deg);
    }
    80% {
        transform: rotateZ(-206deg) rotateY(207deg) translateX(150px) rotateZ(206deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-206deg) rotateY(207deg) translateX(300px) rotateZ(206deg);
    }
}

@keyframes orbit43 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-206deg) rotateY(207deg) translateX(150px) rotateZ(206deg);
    }
    80% {
        transform: rotateZ(-206deg) rotateY(207deg) translateX(150px) rotateZ(206deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-206deg) rotateY(207deg) translateX(300px) rotateZ(206deg);
    }
}

.c:nth-child(44) {
    -webkit-animation: orbit44 14s infinite forwards;
    animation: orbit44 14s infinite forwards;
    -webkit-animation-delay: 0.44s;
    animation-delay: 0.44s;
    background-color: #ff1900;
}

@-webkit-keyframes orbit44 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-244deg) rotateY(44deg) translateX(150px) rotateZ(244deg);
    }
    80% {
        transform: rotateZ(-244deg) rotateY(44deg) translateX(150px) rotateZ(244deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-244deg) rotateY(44deg) translateX(300px) rotateZ(244deg);
    }
}

@keyframes orbit44 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-244deg) rotateY(44deg) translateX(150px) rotateZ(244deg);
    }
    80% {
        transform: rotateZ(-244deg) rotateY(44deg) translateX(150px) rotateZ(244deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-244deg) rotateY(44deg) translateX(300px) rotateZ(244deg);
    }
}

.c:nth-child(45) {
    -webkit-animation: orbit45 14s infinite forwards;
    animation: orbit45 14s infinite forwards;
    -webkit-animation-delay: 0.45s;
    animation-delay: 0.45s;
    background-color: #ff1a00;
}

@-webkit-keyframes orbit45 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-160deg) rotateY(264deg) translateX(150px) rotateZ(160deg);
    }
    80% {
        transform: rotateZ(-160deg) rotateY(264deg) translateX(150px) rotateZ(160deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-160deg) rotateY(264deg) translateX(300px) rotateZ(160deg);
    }
}

@keyframes orbit45 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-160deg) rotateY(264deg) translateX(150px) rotateZ(160deg);
    }
    80% {
        transform: rotateZ(-160deg) rotateY(264deg) translateX(150px) rotateZ(160deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-160deg) rotateY(264deg) translateX(300px) rotateZ(160deg);
    }
}

.c:nth-child(46) {
    -webkit-animation: orbit46 14s infinite forwards;
    animation: orbit46 14s infinite forwards;
    -webkit-animation-delay: 0.46s;
    animation-delay: 0.46s;
    background-color: #ff1a00;
}

@-webkit-keyframes orbit46 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-245deg) rotateY(76deg) translateX(150px) rotateZ(245deg);
    }
    80% {
        transform: rotateZ(-245deg) rotateY(76deg) translateX(150px) rotateZ(245deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-245deg) rotateY(76deg) translateX(300px) rotateZ(245deg);
    }
}

@keyframes orbit46 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-245deg) rotateY(76deg) translateX(150px) rotateZ(245deg);
    }
    80% {
        transform: rotateZ(-245deg) rotateY(76deg) translateX(150px) rotateZ(245deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-245deg) rotateY(76deg) translateX(300px) rotateZ(245deg);
    }
}

.c:nth-child(47) {
    -webkit-animation: orbit47 14s infinite forwards;
    animation: orbit47 14s infinite forwards;
    -webkit-animation-delay: 0.47s;
    animation-delay: 0.47s;
    background-color: #ff1b00;
}

@-webkit-keyframes orbit47 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-238deg) rotateY(175deg) translateX(150px) rotateZ(238deg);
    }
    80% {
        transform: rotateZ(-238deg) rotateY(175deg) translateX(150px) rotateZ(238deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-238deg) rotateY(175deg) translateX(300px) rotateZ(238deg);
    }
}

@keyframes orbit47 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-238deg) rotateY(175deg) translateX(150px) rotateZ(238deg);
    }
    80% {
        transform: rotateZ(-238deg) rotateY(175deg) translateX(150px) rotateZ(238deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-238deg) rotateY(175deg) translateX(300px) rotateZ(238deg);
    }
}

.c:nth-child(48) {
    -webkit-animation: orbit48 14s infinite forwards;
    animation: orbit48 14s infinite forwards;
    -webkit-animation-delay: 0.48s;
    animation-delay: 0.48s;
    background-color: #ff1b00;
}

@-webkit-keyframes orbit48 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-298deg) rotateY(43deg) translateX(150px) rotateZ(298deg);
    }
    80% {
        transform: rotateZ(-298deg) rotateY(43deg) translateX(150px) rotateZ(298deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-298deg) rotateY(43deg) translateX(300px) rotateZ(298deg);
    }
}

@keyframes orbit48 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-298deg) rotateY(43deg) translateX(150px) rotateZ(298deg);
    }
    80% {
        transform: rotateZ(-298deg) rotateY(43deg) translateX(150px) rotateZ(298deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-298deg) rotateY(43deg) translateX(300px) rotateZ(298deg);
    }
}

.c:nth-child(49) {
    -webkit-animation: orbit49 14s infinite forwards;
    animation: orbit49 14s infinite forwards;
    -webkit-animation-delay: 0.49s;
    animation-delay: 0.49s;
    background-color: #ff1c00;
}

@-webkit-keyframes orbit49 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-193deg) rotateY(164deg) translateX(150px) rotateZ(193deg);
    }
    80% {
        transform: rotateZ(-193deg) rotateY(164deg) translateX(150px) rotateZ(193deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-193deg) rotateY(164deg) translateX(300px) rotateZ(193deg);
    }
}

@keyframes orbit49 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-193deg) rotateY(164deg) translateX(150px) rotateZ(193deg);
    }
    80% {
        transform: rotateZ(-193deg) rotateY(164deg) translateX(150px) rotateZ(193deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-193deg) rotateY(164deg) translateX(300px) rotateZ(193deg);
    }
}

.c:nth-child(50) {
    -webkit-animation: orbit50 14s infinite forwards;
    animation: orbit50 14s infinite forwards;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    background-color: #ff1c00;
}

@-webkit-keyframes orbit50 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-35deg) rotateY(228deg) translateX(150px) rotateZ(35deg);
    }
    80% {
        transform: rotateZ(-35deg) rotateY(228deg) translateX(150px) rotateZ(35deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-35deg) rotateY(228deg) translateX(300px) rotateZ(35deg);
    }
}

@keyframes orbit50 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-35deg) rotateY(228deg) translateX(150px) rotateZ(35deg);
    }
    80% {
        transform: rotateZ(-35deg) rotateY(228deg) translateX(150px) rotateZ(35deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-35deg) rotateY(228deg) translateX(300px) rotateZ(35deg);
    }
}

.c:nth-child(51) {
    -webkit-animation: orbit51 14s infinite forwards;
    animation: orbit51 14s infinite forwards;
    -webkit-animation-delay: 0.51s;
    animation-delay: 0.51s;
    background-color: #ff1d00;
}

@-webkit-keyframes orbit51 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-9deg) rotateY(245deg) translateX(150px) rotateZ(9deg);
    }
    80% {
        transform: rotateZ(-9deg) rotateY(245deg) translateX(150px) rotateZ(9deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-9deg) rotateY(245deg) translateX(300px) rotateZ(9deg);
    }
}

@keyframes orbit51 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-9deg) rotateY(245deg) translateX(150px) rotateZ(9deg);
    }
    80% {
        transform: rotateZ(-9deg) rotateY(245deg) translateX(150px) rotateZ(9deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-9deg) rotateY(245deg) translateX(300px) rotateZ(9deg);
    }
}

.c:nth-child(52) {
    -webkit-animation: orbit52 14s infinite forwards;
    animation: orbit52 14s infinite forwards;
    -webkit-animation-delay: 0.52s;
    animation-delay: 0.52s;
    background-color: #ff1d00;
}

@-webkit-keyframes orbit52 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-200deg) rotateY(54deg) translateX(150px) rotateZ(200deg);
    }
    80% {
        transform: rotateZ(-200deg) rotateY(54deg) translateX(150px) rotateZ(200deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-200deg) rotateY(54deg) translateX(300px) rotateZ(200deg);
    }
}

@keyframes orbit52 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-200deg) rotateY(54deg) translateX(150px) rotateZ(200deg);
    }
    80% {
        transform: rotateZ(-200deg) rotateY(54deg) translateX(150px) rotateZ(200deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-200deg) rotateY(54deg) translateX(300px) rotateZ(200deg);
    }
}

.c:nth-child(53) {
    -webkit-animation: orbit53 14s infinite forwards;
    animation: orbit53 14s infinite forwards;
    -webkit-animation-delay: 0.53s;
    animation-delay: 0.53s;
    background-color: #ff1e00;
}

@-webkit-keyframes orbit53 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-164deg) rotateY(266deg) translateX(150px) rotateZ(164deg);
    }
    80% {
        transform: rotateZ(-164deg) rotateY(266deg) translateX(150px) rotateZ(164deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-164deg) rotateY(266deg) translateX(300px) rotateZ(164deg);
    }
}

@keyframes orbit53 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-164deg) rotateY(266deg) translateX(150px) rotateZ(164deg);
    }
    80% {
        transform: rotateZ(-164deg) rotateY(266deg) translateX(150px) rotateZ(164deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-164deg) rotateY(266deg) translateX(300px) rotateZ(164deg);
    }
}

.c:nth-child(54) {
    -webkit-animation: orbit54 14s infinite forwards;
    animation: orbit54 14s infinite forwards;
    -webkit-animation-delay: 0.54s;
    animation-delay: 0.54s;
    background-color: #ff1f00;
}

@-webkit-keyframes orbit54 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-54deg) rotateY(214deg) translateX(150px) rotateZ(54deg);
    }
    80% {
        transform: rotateZ(-54deg) rotateY(214deg) translateX(150px) rotateZ(54deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-54deg) rotateY(214deg) translateX(300px) rotateZ(54deg);
    }
}

@keyframes orbit54 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-54deg) rotateY(214deg) translateX(150px) rotateZ(54deg);
    }
    80% {
        transform: rotateZ(-54deg) rotateY(214deg) translateX(150px) rotateZ(54deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-54deg) rotateY(214deg) translateX(300px) rotateZ(54deg);
    }
}

.c:nth-child(55) {
    -webkit-animation: orbit55 14s infinite forwards;
    animation: orbit55 14s infinite forwards;
    -webkit-animation-delay: 0.55s;
    animation-delay: 0.55s;
    background-color: #ff1f00;
}

@-webkit-keyframes orbit55 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-89deg) rotateY(182deg) translateX(150px) rotateZ(89deg);
    }
    80% {
        transform: rotateZ(-89deg) rotateY(182deg) translateX(150px) rotateZ(89deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-89deg) rotateY(182deg) translateX(300px) rotateZ(89deg);
    }
}

@keyframes orbit55 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-89deg) rotateY(182deg) translateX(150px) rotateZ(89deg);
    }
    80% {
        transform: rotateZ(-89deg) rotateY(182deg) translateX(150px) rotateZ(89deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-89deg) rotateY(182deg) translateX(300px) rotateZ(89deg);
    }
}

.c:nth-child(56) {
    -webkit-animation: orbit56 14s infinite forwards;
    animation: orbit56 14s infinite forwards;
    -webkit-animation-delay: 0.56s;
    animation-delay: 0.56s;
    background-color: #ff2000;
}

@-webkit-keyframes orbit56 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-123deg) rotateY(224deg) translateX(150px) rotateZ(123deg);
    }
    80% {
        transform: rotateZ(-123deg) rotateY(224deg) translateX(150px) rotateZ(123deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-123deg) rotateY(224deg) translateX(300px) rotateZ(123deg);
    }
}

@keyframes orbit56 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-123deg) rotateY(224deg) translateX(150px) rotateZ(123deg);
    }
    80% {
        transform: rotateZ(-123deg) rotateY(224deg) translateX(150px) rotateZ(123deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-123deg) rotateY(224deg) translateX(300px) rotateZ(123deg);
    }
}

.c:nth-child(57) {
    -webkit-animation: orbit57 14s infinite forwards;
    animation: orbit57 14s infinite forwards;
    -webkit-animation-delay: 0.57s;
    animation-delay: 0.57s;
    background-color: #ff2000;
}

@-webkit-keyframes orbit57 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-41deg) rotateY(149deg) translateX(150px) rotateZ(41deg);
    }
    80% {
        transform: rotateZ(-41deg) rotateY(149deg) translateX(150px) rotateZ(41deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-41deg) rotateY(149deg) translateX(300px) rotateZ(41deg);
    }
}

@keyframes orbit57 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-41deg) rotateY(149deg) translateX(150px) rotateZ(41deg);
    }
    80% {
        transform: rotateZ(-41deg) rotateY(149deg) translateX(150px) rotateZ(41deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-41deg) rotateY(149deg) translateX(300px) rotateZ(41deg);
    }
}

.c:nth-child(58) {
    -webkit-animation: orbit58 14s infinite forwards;
    animation: orbit58 14s infinite forwards;
    -webkit-animation-delay: 0.58s;
    animation-delay: 0.58s;
    background-color: #ff2100;
}

@-webkit-keyframes orbit58 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-59deg) rotateY(208deg) translateX(150px) rotateZ(59deg);
    }
    80% {
        transform: rotateZ(-59deg) rotateY(208deg) translateX(150px) rotateZ(59deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-59deg) rotateY(208deg) translateX(300px) rotateZ(59deg);
    }
}

@keyframes orbit58 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-59deg) rotateY(208deg) translateX(150px) rotateZ(59deg);
    }
    80% {
        transform: rotateZ(-59deg) rotateY(208deg) translateX(150px) rotateZ(59deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-59deg) rotateY(208deg) translateX(300px) rotateZ(59deg);
    }
}

.c:nth-child(59) {
    -webkit-animation: orbit59 14s infinite forwards;
    animation: orbit59 14s infinite forwards;
    -webkit-animation-delay: 0.59s;
    animation-delay: 0.59s;
    background-color: #ff2100;
}

@-webkit-keyframes orbit59 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-37deg) rotateY(309deg) translateX(150px) rotateZ(37deg);
    }
    80% {
        transform: rotateZ(-37deg) rotateY(309deg) translateX(150px) rotateZ(37deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-37deg) rotateY(309deg) translateX(300px) rotateZ(37deg);
    }
}

@keyframes orbit59 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-37deg) rotateY(309deg) translateX(150px) rotateZ(37deg);
    }
    80% {
        transform: rotateZ(-37deg) rotateY(309deg) translateX(150px) rotateZ(37deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-37deg) rotateY(309deg) translateX(300px) rotateZ(37deg);
    }
}

.c:nth-child(60) {
    -webkit-animation: orbit60 14s infinite forwards;
    animation: orbit60 14s infinite forwards;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    background-color: #ff2200;
}

@-webkit-keyframes orbit60 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-147deg) rotateY(245deg) translateX(150px) rotateZ(147deg);
    }
    80% {
        transform: rotateZ(-147deg) rotateY(245deg) translateX(150px) rotateZ(147deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-147deg) rotateY(245deg) translateX(300px) rotateZ(147deg);
    }
}

@keyframes orbit60 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-147deg) rotateY(245deg) translateX(150px) rotateZ(147deg);
    }
    80% {
        transform: rotateZ(-147deg) rotateY(245deg) translateX(150px) rotateZ(147deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-147deg) rotateY(245deg) translateX(300px) rotateZ(147deg);
    }
}

.c:nth-child(61) {
    -webkit-animation: orbit61 14s infinite forwards;
    animation: orbit61 14s infinite forwards;
    -webkit-animation-delay: 0.61s;
    animation-delay: 0.61s;
    background-color: #ff2300;
}

@-webkit-keyframes orbit61 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-328deg) rotateY(293deg) translateX(150px) rotateZ(328deg);
    }
    80% {
        transform: rotateZ(-328deg) rotateY(293deg) translateX(150px) rotateZ(328deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-328deg) rotateY(293deg) translateX(300px) rotateZ(328deg);
    }
}

@keyframes orbit61 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-328deg) rotateY(293deg) translateX(150px) rotateZ(328deg);
    }
    80% {
        transform: rotateZ(-328deg) rotateY(293deg) translateX(150px) rotateZ(328deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-328deg) rotateY(293deg) translateX(300px) rotateZ(328deg);
    }
}

.c:nth-child(62) {
    -webkit-animation: orbit62 14s infinite forwards;
    animation: orbit62 14s infinite forwards;
    -webkit-animation-delay: 0.62s;
    animation-delay: 0.62s;
    background-color: #ff2300;
}

@-webkit-keyframes orbit62 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-104deg) rotateY(12deg) translateX(150px) rotateZ(104deg);
    }
    80% {
        transform: rotateZ(-104deg) rotateY(12deg) translateX(150px) rotateZ(104deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-104deg) rotateY(12deg) translateX(300px) rotateZ(104deg);
    }
}

@keyframes orbit62 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-104deg) rotateY(12deg) translateX(150px) rotateZ(104deg);
    }
    80% {
        transform: rotateZ(-104deg) rotateY(12deg) translateX(150px) rotateZ(104deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-104deg) rotateY(12deg) translateX(300px) rotateZ(104deg);
    }
}

.c:nth-child(63) {
    -webkit-animation: orbit63 14s infinite forwards;
    animation: orbit63 14s infinite forwards;
    -webkit-animation-delay: 0.63s;
    animation-delay: 0.63s;
    background-color: #ff2400;
}

@-webkit-keyframes orbit63 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-41deg) rotateY(112deg) translateX(150px) rotateZ(41deg);
    }
    80% {
        transform: rotateZ(-41deg) rotateY(112deg) translateX(150px) rotateZ(41deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-41deg) rotateY(112deg) translateX(300px) rotateZ(41deg);
    }
}

@keyframes orbit63 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-41deg) rotateY(112deg) translateX(150px) rotateZ(41deg);
    }
    80% {
        transform: rotateZ(-41deg) rotateY(112deg) translateX(150px) rotateZ(41deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-41deg) rotateY(112deg) translateX(300px) rotateZ(41deg);
    }
}

.c:nth-child(64) {
    -webkit-animation: orbit64 14s infinite forwards;
    animation: orbit64 14s infinite forwards;
    -webkit-animation-delay: 0.64s;
    animation-delay: 0.64s;
    background-color: #ff2400;
}

@-webkit-keyframes orbit64 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-221deg) rotateY(123deg) translateX(150px) rotateZ(221deg);
    }
    80% {
        transform: rotateZ(-221deg) rotateY(123deg) translateX(150px) rotateZ(221deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-221deg) rotateY(123deg) translateX(300px) rotateZ(221deg);
    }
}

@keyframes orbit64 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-221deg) rotateY(123deg) translateX(150px) rotateZ(221deg);
    }
    80% {
        transform: rotateZ(-221deg) rotateY(123deg) translateX(150px) rotateZ(221deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-221deg) rotateY(123deg) translateX(300px) rotateZ(221deg);
    }
}

.c:nth-child(65) {
    -webkit-animation: orbit65 14s infinite forwards;
    animation: orbit65 14s infinite forwards;
    -webkit-animation-delay: 0.65s;
    animation-delay: 0.65s;
    background-color: #ff2500;
}

@-webkit-keyframes orbit65 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-300deg) rotateY(180deg) translateX(150px) rotateZ(300deg);
    }
    80% {
        transform: rotateZ(-300deg) rotateY(180deg) translateX(150px) rotateZ(300deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-300deg) rotateY(180deg) translateX(300px) rotateZ(300deg);
    }
}

@keyframes orbit65 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-300deg) rotateY(180deg) translateX(150px) rotateZ(300deg);
    }
    80% {
        transform: rotateZ(-300deg) rotateY(180deg) translateX(150px) rotateZ(300deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-300deg) rotateY(180deg) translateX(300px) rotateZ(300deg);
    }
}

.c:nth-child(66) {
    -webkit-animation: orbit66 14s infinite forwards;
    animation: orbit66 14s infinite forwards;
    -webkit-animation-delay: 0.66s;
    animation-delay: 0.66s;
    background-color: #ff2500;
}

@-webkit-keyframes orbit66 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-130deg) rotateY(129deg) translateX(150px) rotateZ(130deg);
    }
    80% {
        transform: rotateZ(-130deg) rotateY(129deg) translateX(150px) rotateZ(130deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-130deg) rotateY(129deg) translateX(300px) rotateZ(130deg);
    }
}

@keyframes orbit66 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-130deg) rotateY(129deg) translateX(150px) rotateZ(130deg);
    }
    80% {
        transform: rotateZ(-130deg) rotateY(129deg) translateX(150px) rotateZ(130deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-130deg) rotateY(129deg) translateX(300px) rotateZ(130deg);
    }
}

.c:nth-child(67) {
    -webkit-animation: orbit67 14s infinite forwards;
    animation: orbit67 14s infinite forwards;
    -webkit-animation-delay: 0.67s;
    animation-delay: 0.67s;
    background-color: #ff2600;
}

@-webkit-keyframes orbit67 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-215deg) rotateY(320deg) translateX(150px) rotateZ(215deg);
    }
    80% {
        transform: rotateZ(-215deg) rotateY(320deg) translateX(150px) rotateZ(215deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-215deg) rotateY(320deg) translateX(300px) rotateZ(215deg);
    }
}

@keyframes orbit67 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-215deg) rotateY(320deg) translateX(150px) rotateZ(215deg);
    }
    80% {
        transform: rotateZ(-215deg) rotateY(320deg) translateX(150px) rotateZ(215deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-215deg) rotateY(320deg) translateX(300px) rotateZ(215deg);
    }
}

.c:nth-child(68) {
    -webkit-animation: orbit68 14s infinite forwards;
    animation: orbit68 14s infinite forwards;
    -webkit-animation-delay: 0.68s;
    animation-delay: 0.68s;
    background-color: #ff2700;
}

@-webkit-keyframes orbit68 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-192deg) rotateY(206deg) translateX(150px) rotateZ(192deg);
    }
    80% {
        transform: rotateZ(-192deg) rotateY(206deg) translateX(150px) rotateZ(192deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-192deg) rotateY(206deg) translateX(300px) rotateZ(192deg);
    }
}

@keyframes orbit68 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-192deg) rotateY(206deg) translateX(150px) rotateZ(192deg);
    }
    80% {
        transform: rotateZ(-192deg) rotateY(206deg) translateX(150px) rotateZ(192deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-192deg) rotateY(206deg) translateX(300px) rotateZ(192deg);
    }
}

.c:nth-child(69) {
    -webkit-animation: orbit69 14s infinite forwards;
    animation: orbit69 14s infinite forwards;
    -webkit-animation-delay: 0.69s;
    animation-delay: 0.69s;
    background-color: #ff2700;
}

@-webkit-keyframes orbit69 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-95deg) rotateY(78deg) translateX(150px) rotateZ(95deg);
    }
    80% {
        transform: rotateZ(-95deg) rotateY(78deg) translateX(150px) rotateZ(95deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-95deg) rotateY(78deg) translateX(300px) rotateZ(95deg);
    }
}

@keyframes orbit69 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-95deg) rotateY(78deg) translateX(150px) rotateZ(95deg);
    }
    80% {
        transform: rotateZ(-95deg) rotateY(78deg) translateX(150px) rotateZ(95deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-95deg) rotateY(78deg) translateX(300px) rotateZ(95deg);
    }
}

.c:nth-child(70) {
    -webkit-animation: orbit70 14s infinite forwards;
    animation: orbit70 14s infinite forwards;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
    background-color: #ff2800;
}

@-webkit-keyframes orbit70 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-308deg) rotateY(305deg) translateX(150px) rotateZ(308deg);
    }
    80% {
        transform: rotateZ(-308deg) rotateY(305deg) translateX(150px) rotateZ(308deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-308deg) rotateY(305deg) translateX(300px) rotateZ(308deg);
    }
}

@keyframes orbit70 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-308deg) rotateY(305deg) translateX(150px) rotateZ(308deg);
    }
    80% {
        transform: rotateZ(-308deg) rotateY(305deg) translateX(150px) rotateZ(308deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-308deg) rotateY(305deg) translateX(300px) rotateZ(308deg);
    }
}

.c:nth-child(71) {
    -webkit-animation: orbit71 14s infinite forwards;
    animation: orbit71 14s infinite forwards;
    -webkit-animation-delay: 0.71s;
    animation-delay: 0.71s;
    background-color: #ff2800;
}

@-webkit-keyframes orbit71 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-310deg) rotateY(285deg) translateX(150px) rotateZ(310deg);
    }
    80% {
        transform: rotateZ(-310deg) rotateY(285deg) translateX(150px) rotateZ(310deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-310deg) rotateY(285deg) translateX(300px) rotateZ(310deg);
    }
}

@keyframes orbit71 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-310deg) rotateY(285deg) translateX(150px) rotateZ(310deg);
    }
    80% {
        transform: rotateZ(-310deg) rotateY(285deg) translateX(150px) rotateZ(310deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-310deg) rotateY(285deg) translateX(300px) rotateZ(310deg);
    }
}

.c:nth-child(72) {
    -webkit-animation: orbit72 14s infinite forwards;
    animation: orbit72 14s infinite forwards;
    -webkit-animation-delay: 0.72s;
    animation-delay: 0.72s;
    background-color: #ff2900;
}

@-webkit-keyframes orbit72 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-121deg) rotateY(95deg) translateX(150px) rotateZ(121deg);
    }
    80% {
        transform: rotateZ(-121deg) rotateY(95deg) translateX(150px) rotateZ(121deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-121deg) rotateY(95deg) translateX(300px) rotateZ(121deg);
    }
}

@keyframes orbit72 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-121deg) rotateY(95deg) translateX(150px) rotateZ(121deg);
    }
    80% {
        transform: rotateZ(-121deg) rotateY(95deg) translateX(150px) rotateZ(121deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-121deg) rotateY(95deg) translateX(300px) rotateZ(121deg);
    }
}

.c:nth-child(73) {
    -webkit-animation: orbit73 14s infinite forwards;
    animation: orbit73 14s infinite forwards;
    -webkit-animation-delay: 0.73s;
    animation-delay: 0.73s;
    background-color: #ff2900;
}

@-webkit-keyframes orbit73 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-36deg) rotateY(218deg) translateX(150px) rotateZ(36deg);
    }
    80% {
        transform: rotateZ(-36deg) rotateY(218deg) translateX(150px) rotateZ(36deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-36deg) rotateY(218deg) translateX(300px) rotateZ(36deg);
    }
}

@keyframes orbit73 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-36deg) rotateY(218deg) translateX(150px) rotateZ(36deg);
    }
    80% {
        transform: rotateZ(-36deg) rotateY(218deg) translateX(150px) rotateZ(36deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-36deg) rotateY(218deg) translateX(300px) rotateZ(36deg);
    }
}

.c:nth-child(74) {
    -webkit-animation: orbit74 14s infinite forwards;
    animation: orbit74 14s infinite forwards;
    -webkit-animation-delay: 0.74s;
    animation-delay: 0.74s;
    background-color: #ff2a00;
}

@-webkit-keyframes orbit74 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-89deg) rotateY(60deg) translateX(150px) rotateZ(89deg);
    }
    80% {
        transform: rotateZ(-89deg) rotateY(60deg) translateX(150px) rotateZ(89deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-89deg) rotateY(60deg) translateX(300px) rotateZ(89deg);
    }
}

@keyframes orbit74 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-89deg) rotateY(60deg) translateX(150px) rotateZ(89deg);
    }
    80% {
        transform: rotateZ(-89deg) rotateY(60deg) translateX(150px) rotateZ(89deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-89deg) rotateY(60deg) translateX(300px) rotateZ(89deg);
    }
}

.c:nth-child(75) {
    -webkit-animation: orbit75 14s infinite forwards;
    animation: orbit75 14s infinite forwards;
    -webkit-animation-delay: 0.75s;
    animation-delay: 0.75s;
    background-color: #ff2b00;
}

@-webkit-keyframes orbit75 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-14deg) rotateY(155deg) translateX(150px) rotateZ(14deg);
    }
    80% {
        transform: rotateZ(-14deg) rotateY(155deg) translateX(150px) rotateZ(14deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-14deg) rotateY(155deg) translateX(300px) rotateZ(14deg);
    }
}

@keyframes orbit75 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-14deg) rotateY(155deg) translateX(150px) rotateZ(14deg);
    }
    80% {
        transform: rotateZ(-14deg) rotateY(155deg) translateX(150px) rotateZ(14deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-14deg) rotateY(155deg) translateX(300px) rotateZ(14deg);
    }
}

.c:nth-child(76) {
    -webkit-animation: orbit76 14s infinite forwards;
    animation: orbit76 14s infinite forwards;
    -webkit-animation-delay: 0.76s;
    animation-delay: 0.76s;
    background-color: #ff2b00;
}

@-webkit-keyframes orbit76 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-287deg) rotateY(325deg) translateX(150px) rotateZ(287deg);
    }
    80% {
        transform: rotateZ(-287deg) rotateY(325deg) translateX(150px) rotateZ(287deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-287deg) rotateY(325deg) translateX(300px) rotateZ(287deg);
    }
}

@keyframes orbit76 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-287deg) rotateY(325deg) translateX(150px) rotateZ(287deg);
    }
    80% {
        transform: rotateZ(-287deg) rotateY(325deg) translateX(150px) rotateZ(287deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-287deg) rotateY(325deg) translateX(300px) rotateZ(287deg);
    }
}

.c:nth-child(77) {
    -webkit-animation: orbit77 14s infinite forwards;
    animation: orbit77 14s infinite forwards;
    -webkit-animation-delay: 0.77s;
    animation-delay: 0.77s;
    background-color: #ff2c00;
}

@-webkit-keyframes orbit77 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-145deg) rotateY(240deg) translateX(150px) rotateZ(145deg);
    }
    80% {
        transform: rotateZ(-145deg) rotateY(240deg) translateX(150px) rotateZ(145deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-145deg) rotateY(240deg) translateX(300px) rotateZ(145deg);
    }
}

@keyframes orbit77 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-145deg) rotateY(240deg) translateX(150px) rotateZ(145deg);
    }
    80% {
        transform: rotateZ(-145deg) rotateY(240deg) translateX(150px) rotateZ(145deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-145deg) rotateY(240deg) translateX(300px) rotateZ(145deg);
    }
}

.c:nth-child(78) {
    -webkit-animation: orbit78 14s infinite forwards;
    animation: orbit78 14s infinite forwards;
    -webkit-animation-delay: 0.78s;
    animation-delay: 0.78s;
    background-color: #ff2c00;
}

@-webkit-keyframes orbit78 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-133deg) rotateY(200deg) translateX(150px) rotateZ(133deg);
    }
    80% {
        transform: rotateZ(-133deg) rotateY(200deg) translateX(150px) rotateZ(133deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-133deg) rotateY(200deg) translateX(300px) rotateZ(133deg);
    }
}

@keyframes orbit78 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-133deg) rotateY(200deg) translateX(150px) rotateZ(133deg);
    }
    80% {
        transform: rotateZ(-133deg) rotateY(200deg) translateX(150px) rotateZ(133deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-133deg) rotateY(200deg) translateX(300px) rotateZ(133deg);
    }
}

.c:nth-child(79) {
    -webkit-animation: orbit79 14s infinite forwards;
    animation: orbit79 14s infinite forwards;
    -webkit-animation-delay: 0.79s;
    animation-delay: 0.79s;
    background-color: #ff2d00;
}

@-webkit-keyframes orbit79 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-219deg) rotateY(41deg) translateX(150px) rotateZ(219deg);
    }
    80% {
        transform: rotateZ(-219deg) rotateY(41deg) translateX(150px) rotateZ(219deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-219deg) rotateY(41deg) translateX(300px) rotateZ(219deg);
    }
}

@keyframes orbit79 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-219deg) rotateY(41deg) translateX(150px) rotateZ(219deg);
    }
    80% {
        transform: rotateZ(-219deg) rotateY(41deg) translateX(150px) rotateZ(219deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-219deg) rotateY(41deg) translateX(300px) rotateZ(219deg);
    }
}

.c:nth-child(80) {
    -webkit-animation: orbit80 14s infinite forwards;
    animation: orbit80 14s infinite forwards;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    background-color: #ff2d00;
}

@-webkit-keyframes orbit80 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-5deg) rotateY(178deg) translateX(150px) rotateZ(5deg);
    }
    80% {
        transform: rotateZ(-5deg) rotateY(178deg) translateX(150px) rotateZ(5deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-5deg) rotateY(178deg) translateX(300px) rotateZ(5deg);
    }
}

@keyframes orbit80 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-5deg) rotateY(178deg) translateX(150px) rotateZ(5deg);
    }
    80% {
        transform: rotateZ(-5deg) rotateY(178deg) translateX(150px) rotateZ(5deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-5deg) rotateY(178deg) translateX(300px) rotateZ(5deg);
    }
}

.c:nth-child(81) {
    -webkit-animation: orbit81 14s infinite forwards;
    animation: orbit81 14s infinite forwards;
    -webkit-animation-delay: 0.81s;
    animation-delay: 0.81s;
    background-color: #ff2e00;
}

@-webkit-keyframes orbit81 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-284deg) rotateY(290deg) translateX(150px) rotateZ(284deg);
    }
    80% {
        transform: rotateZ(-284deg) rotateY(290deg) translateX(150px) rotateZ(284deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-284deg) rotateY(290deg) translateX(300px) rotateZ(284deg);
    }
}

@keyframes orbit81 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-284deg) rotateY(290deg) translateX(150px) rotateZ(284deg);
    }
    80% {
        transform: rotateZ(-284deg) rotateY(290deg) translateX(150px) rotateZ(284deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-284deg) rotateY(290deg) translateX(300px) rotateZ(284deg);
    }
}

.c:nth-child(82) {
    -webkit-animation: orbit82 14s infinite forwards;
    animation: orbit82 14s infinite forwards;
    -webkit-animation-delay: 0.82s;
    animation-delay: 0.82s;
    background-color: #ff2e00;
}

@-webkit-keyframes orbit82 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-148deg) rotateY(39deg) translateX(150px) rotateZ(148deg);
    }
    80% {
        transform: rotateZ(-148deg) rotateY(39deg) translateX(150px) rotateZ(148deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-148deg) rotateY(39deg) translateX(300px) rotateZ(148deg);
    }
}

@keyframes orbit82 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-148deg) rotateY(39deg) translateX(150px) rotateZ(148deg);
    }
    80% {
        transform: rotateZ(-148deg) rotateY(39deg) translateX(150px) rotateZ(148deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-148deg) rotateY(39deg) translateX(300px) rotateZ(148deg);
    }
}

.c:nth-child(83) {
    -webkit-animation: orbit83 14s infinite forwards;
    animation: orbit83 14s infinite forwards;
    -webkit-animation-delay: 0.83s;
    animation-delay: 0.83s;
    background-color: #ff2f00;
}

@-webkit-keyframes orbit83 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-287deg) rotateY(251deg) translateX(150px) rotateZ(287deg);
    }
    80% {
        transform: rotateZ(-287deg) rotateY(251deg) translateX(150px) rotateZ(287deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-287deg) rotateY(251deg) translateX(300px) rotateZ(287deg);
    }
}

@keyframes orbit83 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-287deg) rotateY(251deg) translateX(150px) rotateZ(287deg);
    }
    80% {
        transform: rotateZ(-287deg) rotateY(251deg) translateX(150px) rotateZ(287deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-287deg) rotateY(251deg) translateX(300px) rotateZ(287deg);
    }
}

.c:nth-child(84) {
    -webkit-animation: orbit84 14s infinite forwards;
    animation: orbit84 14s infinite forwards;
    -webkit-animation-delay: 0.84s;
    animation-delay: 0.84s;
    background-color: #ff3000;
}

@-webkit-keyframes orbit84 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-124deg) rotateY(335deg) translateX(150px) rotateZ(124deg);
    }
    80% {
        transform: rotateZ(-124deg) rotateY(335deg) translateX(150px) rotateZ(124deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-124deg) rotateY(335deg) translateX(300px) rotateZ(124deg);
    }
}

@keyframes orbit84 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-124deg) rotateY(335deg) translateX(150px) rotateZ(124deg);
    }
    80% {
        transform: rotateZ(-124deg) rotateY(335deg) translateX(150px) rotateZ(124deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-124deg) rotateY(335deg) translateX(300px) rotateZ(124deg);
    }
}

.c:nth-child(85) {
    -webkit-animation: orbit85 14s infinite forwards;
    animation: orbit85 14s infinite forwards;
    -webkit-animation-delay: 0.85s;
    animation-delay: 0.85s;
    background-color: #ff3000;
}

@-webkit-keyframes orbit85 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-204deg) rotateY(120deg) translateX(150px) rotateZ(204deg);
    }
    80% {
        transform: rotateZ(-204deg) rotateY(120deg) translateX(150px) rotateZ(204deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-204deg) rotateY(120deg) translateX(300px) rotateZ(204deg);
    }
}

@keyframes orbit85 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-204deg) rotateY(120deg) translateX(150px) rotateZ(204deg);
    }
    80% {
        transform: rotateZ(-204deg) rotateY(120deg) translateX(150px) rotateZ(204deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-204deg) rotateY(120deg) translateX(300px) rotateZ(204deg);
    }
}

.c:nth-child(86) {
    -webkit-animation: orbit86 14s infinite forwards;
    animation: orbit86 14s infinite forwards;
    -webkit-animation-delay: 0.86s;
    animation-delay: 0.86s;
    background-color: #ff3100;
}

@-webkit-keyframes orbit86 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-191deg) rotateY(255deg) translateX(150px) rotateZ(191deg);
    }
    80% {
        transform: rotateZ(-191deg) rotateY(255deg) translateX(150px) rotateZ(191deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-191deg) rotateY(255deg) translateX(300px) rotateZ(191deg);
    }
}

@keyframes orbit86 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-191deg) rotateY(255deg) translateX(150px) rotateZ(191deg);
    }
    80% {
        transform: rotateZ(-191deg) rotateY(255deg) translateX(150px) rotateZ(191deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-191deg) rotateY(255deg) translateX(300px) rotateZ(191deg);
    }
}

.c:nth-child(87) {
    -webkit-animation: orbit87 14s infinite forwards;
    animation: orbit87 14s infinite forwards;
    -webkit-animation-delay: 0.87s;
    animation-delay: 0.87s;
    background-color: #ff3100;
}

@-webkit-keyframes orbit87 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-360deg) rotateY(300deg) translateX(150px) rotateZ(360deg);
    }
    80% {
        transform: rotateZ(-360deg) rotateY(300deg) translateX(150px) rotateZ(360deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-360deg) rotateY(300deg) translateX(300px) rotateZ(360deg);
    }
}

@keyframes orbit87 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-360deg) rotateY(300deg) translateX(150px) rotateZ(360deg);
    }
    80% {
        transform: rotateZ(-360deg) rotateY(300deg) translateX(150px) rotateZ(360deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-360deg) rotateY(300deg) translateX(300px) rotateZ(360deg);
    }
}

.c:nth-child(88) {
    -webkit-animation: orbit88 14s infinite forwards;
    animation: orbit88 14s infinite forwards;
    -webkit-animation-delay: 0.88s;
    animation-delay: 0.88s;
    background-color: #ff3200;
}

@-webkit-keyframes orbit88 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-261deg) rotateY(68deg) translateX(150px) rotateZ(261deg);
    }
    80% {
        transform: rotateZ(-261deg) rotateY(68deg) translateX(150px) rotateZ(261deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-261deg) rotateY(68deg) translateX(300px) rotateZ(261deg);
    }
}

@keyframes orbit88 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-261deg) rotateY(68deg) translateX(150px) rotateZ(261deg);
    }
    80% {
        transform: rotateZ(-261deg) rotateY(68deg) translateX(150px) rotateZ(261deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-261deg) rotateY(68deg) translateX(300px) rotateZ(261deg);
    }
}

.c:nth-child(89) {
    -webkit-animation: orbit89 14s infinite forwards;
    animation: orbit89 14s infinite forwards;
    -webkit-animation-delay: 0.89s;
    animation-delay: 0.89s;
    background-color: #ff3200;
}

@-webkit-keyframes orbit89 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-225deg) rotateY(343deg) translateX(150px) rotateZ(225deg);
    }
    80% {
        transform: rotateZ(-225deg) rotateY(343deg) translateX(150px) rotateZ(225deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-225deg) rotateY(343deg) translateX(300px) rotateZ(225deg);
    }
}

@keyframes orbit89 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-225deg) rotateY(343deg) translateX(150px) rotateZ(225deg);
    }
    80% {
        transform: rotateZ(-225deg) rotateY(343deg) translateX(150px) rotateZ(225deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-225deg) rotateY(343deg) translateX(300px) rotateZ(225deg);
    }
}

.c:nth-child(90) {
    -webkit-animation: orbit90 14s infinite forwards;
    animation: orbit90 14s infinite forwards;
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    background-color: #ff3300;
}

@-webkit-keyframes orbit90 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-168deg) rotateY(85deg) translateX(150px) rotateZ(168deg);
    }
    80% {
        transform: rotateZ(-168deg) rotateY(85deg) translateX(150px) rotateZ(168deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-168deg) rotateY(85deg) translateX(300px) rotateZ(168deg);
    }
}

@keyframes orbit90 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-168deg) rotateY(85deg) translateX(150px) rotateZ(168deg);
    }
    80% {
        transform: rotateZ(-168deg) rotateY(85deg) translateX(150px) rotateZ(168deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-168deg) rotateY(85deg) translateX(300px) rotateZ(168deg);
    }
}

.c:nth-child(91) {
    -webkit-animation: orbit91 14s infinite forwards;
    animation: orbit91 14s infinite forwards;
    -webkit-animation-delay: 0.91s;
    animation-delay: 0.91s;
    background-color: #ff3400;
}

@-webkit-keyframes orbit91 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-327deg) rotateY(343deg) translateX(150px) rotateZ(327deg);
    }
    80% {
        transform: rotateZ(-327deg) rotateY(343deg) translateX(150px) rotateZ(327deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-327deg) rotateY(343deg) translateX(300px) rotateZ(327deg);
    }
}

@keyframes orbit91 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-327deg) rotateY(343deg) translateX(150px) rotateZ(327deg);
    }
    80% {
        transform: rotateZ(-327deg) rotateY(343deg) translateX(150px) rotateZ(327deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-327deg) rotateY(343deg) translateX(300px) rotateZ(327deg);
    }
}

.c:nth-child(92) {
    -webkit-animation: orbit92 14s infinite forwards;
    animation: orbit92 14s infinite forwards;
    -webkit-animation-delay: 0.92s;
    animation-delay: 0.92s;
    background-color: #ff3400;
}

@-webkit-keyframes orbit92 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-309deg) rotateY(130deg) translateX(150px) rotateZ(309deg);
    }
    80% {
        transform: rotateZ(-309deg) rotateY(130deg) translateX(150px) rotateZ(309deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-309deg) rotateY(130deg) translateX(300px) rotateZ(309deg);
    }
}

@keyframes orbit92 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-309deg) rotateY(130deg) translateX(150px) rotateZ(309deg);
    }
    80% {
        transform: rotateZ(-309deg) rotateY(130deg) translateX(150px) rotateZ(309deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-309deg) rotateY(130deg) translateX(300px) rotateZ(309deg);
    }
}

.c:nth-child(93) {
    -webkit-animation: orbit93 14s infinite forwards;
    animation: orbit93 14s infinite forwards;
    -webkit-animation-delay: 0.93s;
    animation-delay: 0.93s;
    background-color: #ff3500;
}

@-webkit-keyframes orbit93 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-269deg) rotateY(70deg) translateX(150px) rotateZ(269deg);
    }
    80% {
        transform: rotateZ(-269deg) rotateY(70deg) translateX(150px) rotateZ(269deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-269deg) rotateY(70deg) translateX(300px) rotateZ(269deg);
    }
}

@keyframes orbit93 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-269deg) rotateY(70deg) translateX(150px) rotateZ(269deg);
    }
    80% {
        transform: rotateZ(-269deg) rotateY(70deg) translateX(150px) rotateZ(269deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-269deg) rotateY(70deg) translateX(300px) rotateZ(269deg);
    }
}

.c:nth-child(94) {
    -webkit-animation: orbit94 14s infinite forwards;
    animation: orbit94 14s infinite forwards;
    -webkit-animation-delay: 0.94s;
    animation-delay: 0.94s;
    background-color: #ff3500;
}

@-webkit-keyframes orbit94 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-6deg) rotateY(283deg) translateX(150px) rotateZ(6deg);
    }
    80% {
        transform: rotateZ(-6deg) rotateY(283deg) translateX(150px) rotateZ(6deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-6deg) rotateY(283deg) translateX(300px) rotateZ(6deg);
    }
}

@keyframes orbit94 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-6deg) rotateY(283deg) translateX(150px) rotateZ(6deg);
    }
    80% {
        transform: rotateZ(-6deg) rotateY(283deg) translateX(150px) rotateZ(6deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-6deg) rotateY(283deg) translateX(300px) rotateZ(6deg);
    }
}

.c:nth-child(95) {
    -webkit-animation: orbit95 14s infinite forwards;
    animation: orbit95 14s infinite forwards;
    -webkit-animation-delay: 0.95s;
    animation-delay: 0.95s;
    background-color: #ff3600;
}

@-webkit-keyframes orbit95 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-301deg) rotateY(101deg) translateX(150px) rotateZ(301deg);
    }
    80% {
        transform: rotateZ(-301deg) rotateY(101deg) translateX(150px) rotateZ(301deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-301deg) rotateY(101deg) translateX(300px) rotateZ(301deg);
    }
}

@keyframes orbit95 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-301deg) rotateY(101deg) translateX(150px) rotateZ(301deg);
    }
    80% {
        transform: rotateZ(-301deg) rotateY(101deg) translateX(150px) rotateZ(301deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-301deg) rotateY(101deg) translateX(300px) rotateZ(301deg);
    }
}

.c:nth-child(96) {
    -webkit-animation: orbit96 14s infinite forwards;
    animation: orbit96 14s infinite forwards;
    -webkit-animation-delay: 0.96s;
    animation-delay: 0.96s;
    background-color: #ff3600;
}

@-webkit-keyframes orbit96 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-129deg) rotateY(214deg) translateX(150px) rotateZ(129deg);
    }
    80% {
        transform: rotateZ(-129deg) rotateY(214deg) translateX(150px) rotateZ(129deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-129deg) rotateY(214deg) translateX(300px) rotateZ(129deg);
    }
}

@keyframes orbit96 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-129deg) rotateY(214deg) translateX(150px) rotateZ(129deg);
    }
    80% {
        transform: rotateZ(-129deg) rotateY(214deg) translateX(150px) rotateZ(129deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-129deg) rotateY(214deg) translateX(300px) rotateZ(129deg);
    }
}

.c:nth-child(97) {
    -webkit-animation: orbit97 14s infinite forwards;
    animation: orbit97 14s infinite forwards;
    -webkit-animation-delay: 0.97s;
    animation-delay: 0.97s;
    background-color: #ff3700;
}

@-webkit-keyframes orbit97 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-251deg) rotateY(341deg) translateX(150px) rotateZ(251deg);
    }
    80% {
        transform: rotateZ(-251deg) rotateY(341deg) translateX(150px) rotateZ(251deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-251deg) rotateY(341deg) translateX(300px) rotateZ(251deg);
    }
}

@keyframes orbit97 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-251deg) rotateY(341deg) translateX(150px) rotateZ(251deg);
    }
    80% {
        transform: rotateZ(-251deg) rotateY(341deg) translateX(150px) rotateZ(251deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-251deg) rotateY(341deg) translateX(300px) rotateZ(251deg);
    }
}

.c:nth-child(98) {
    -webkit-animation: orbit98 14s infinite forwards;
    animation: orbit98 14s infinite forwards;
    -webkit-animation-delay: 0.98s;
    animation-delay: 0.98s;
    background-color: #ff3800;
}

@-webkit-keyframes orbit98 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-351deg) rotateY(13deg) translateX(150px) rotateZ(351deg);
    }
    80% {
        transform: rotateZ(-351deg) rotateY(13deg) translateX(150px) rotateZ(351deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-351deg) rotateY(13deg) translateX(300px) rotateZ(351deg);
    }
}

@keyframes orbit98 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-351deg) rotateY(13deg) translateX(150px) rotateZ(351deg);
    }
    80% {
        transform: rotateZ(-351deg) rotateY(13deg) translateX(150px) rotateZ(351deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-351deg) rotateY(13deg) translateX(300px) rotateZ(351deg);
    }
}

.c:nth-child(99) {
    -webkit-animation: orbit99 14s infinite forwards;
    animation: orbit99 14s infinite forwards;
    -webkit-animation-delay: 0.99s;
    animation-delay: 0.99s;
    background-color: #ff3800;
}

@-webkit-keyframes orbit99 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-146deg) rotateY(19deg) translateX(150px) rotateZ(146deg);
    }
    80% {
        transform: rotateZ(-146deg) rotateY(19deg) translateX(150px) rotateZ(146deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-146deg) rotateY(19deg) translateX(300px) rotateZ(146deg);
    }
}

@keyframes orbit99 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-146deg) rotateY(19deg) translateX(150px) rotateZ(146deg);
    }
    80% {
        transform: rotateZ(-146deg) rotateY(19deg) translateX(150px) rotateZ(146deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-146deg) rotateY(19deg) translateX(300px) rotateZ(146deg);
    }
}

.c:nth-child(100) {
    -webkit-animation: orbit100 14s infinite forwards;
    animation: orbit100 14s infinite forwards;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    background-color: #ff3900;
}

@-webkit-keyframes orbit100 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-159deg) rotateY(248deg) translateX(150px) rotateZ(159deg);
    }
    80% {
        transform: rotateZ(-159deg) rotateY(248deg) translateX(150px) rotateZ(159deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-159deg) rotateY(248deg) translateX(300px) rotateZ(159deg);
    }
}

@keyframes orbit100 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-159deg) rotateY(248deg) translateX(150px) rotateZ(159deg);
    }
    80% {
        transform: rotateZ(-159deg) rotateY(248deg) translateX(150px) rotateZ(159deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-159deg) rotateY(248deg) translateX(300px) rotateZ(159deg);
    }
}

.c:nth-child(101) {
    -webkit-animation: orbit101 14s infinite forwards;
    animation: orbit101 14s infinite forwards;
    -webkit-animation-delay: 1.01s;
    animation-delay: 1.01s;
    background-color: #ff3900;
}

@-webkit-keyframes orbit101 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-107deg) rotateY(293deg) translateX(150px) rotateZ(107deg);
    }
    80% {
        transform: rotateZ(-107deg) rotateY(293deg) translateX(150px) rotateZ(107deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-107deg) rotateY(293deg) translateX(300px) rotateZ(107deg);
    }
}

@keyframes orbit101 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-107deg) rotateY(293deg) translateX(150px) rotateZ(107deg);
    }
    80% {
        transform: rotateZ(-107deg) rotateY(293deg) translateX(150px) rotateZ(107deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-107deg) rotateY(293deg) translateX(300px) rotateZ(107deg);
    }
}

.c:nth-child(102) {
    -webkit-animation: orbit102 14s infinite forwards;
    animation: orbit102 14s infinite forwards;
    -webkit-animation-delay: 1.02s;
    animation-delay: 1.02s;
    background-color: #ff3a00;
}

@-webkit-keyframes orbit102 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-165deg) rotateY(263deg) translateX(150px) rotateZ(165deg);
    }
    80% {
        transform: rotateZ(-165deg) rotateY(263deg) translateX(150px) rotateZ(165deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-165deg) rotateY(263deg) translateX(300px) rotateZ(165deg);
    }
}

@keyframes orbit102 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-165deg) rotateY(263deg) translateX(150px) rotateZ(165deg);
    }
    80% {
        transform: rotateZ(-165deg) rotateY(263deg) translateX(150px) rotateZ(165deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-165deg) rotateY(263deg) translateX(300px) rotateZ(165deg);
    }
}

.c:nth-child(103) {
    -webkit-animation: orbit103 14s infinite forwards;
    animation: orbit103 14s infinite forwards;
    -webkit-animation-delay: 1.03s;
    animation-delay: 1.03s;
    background-color: #ff3a00;
}

@-webkit-keyframes orbit103 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-121deg) rotateY(38deg) translateX(150px) rotateZ(121deg);
    }
    80% {
        transform: rotateZ(-121deg) rotateY(38deg) translateX(150px) rotateZ(121deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-121deg) rotateY(38deg) translateX(300px) rotateZ(121deg);
    }
}

@keyframes orbit103 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-121deg) rotateY(38deg) translateX(150px) rotateZ(121deg);
    }
    80% {
        transform: rotateZ(-121deg) rotateY(38deg) translateX(150px) rotateZ(121deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-121deg) rotateY(38deg) translateX(300px) rotateZ(121deg);
    }
}

.c:nth-child(104) {
    -webkit-animation: orbit104 14s infinite forwards;
    animation: orbit104 14s infinite forwards;
    -webkit-animation-delay: 1.04s;
    animation-delay: 1.04s;
    background-color: #ff3b00;
}

@-webkit-keyframes orbit104 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-88deg) rotateY(260deg) translateX(150px) rotateZ(88deg);
    }
    80% {
        transform: rotateZ(-88deg) rotateY(260deg) translateX(150px) rotateZ(88deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-88deg) rotateY(260deg) translateX(300px) rotateZ(88deg);
    }
}

@keyframes orbit104 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-88deg) rotateY(260deg) translateX(150px) rotateZ(88deg);
    }
    80% {
        transform: rotateZ(-88deg) rotateY(260deg) translateX(150px) rotateZ(88deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-88deg) rotateY(260deg) translateX(300px) rotateZ(88deg);
    }
}

.c:nth-child(105) {
    -webkit-animation: orbit105 14s infinite forwards;
    animation: orbit105 14s infinite forwards;
    -webkit-animation-delay: 1.05s;
    animation-delay: 1.05s;
    background-color: #ff3c00;
}

@-webkit-keyframes orbit105 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-107deg) rotateY(240deg) translateX(150px) rotateZ(107deg);
    }
    80% {
        transform: rotateZ(-107deg) rotateY(240deg) translateX(150px) rotateZ(107deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-107deg) rotateY(240deg) translateX(300px) rotateZ(107deg);
    }
}

@keyframes orbit105 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-107deg) rotateY(240deg) translateX(150px) rotateZ(107deg);
    }
    80% {
        transform: rotateZ(-107deg) rotateY(240deg) translateX(150px) rotateZ(107deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-107deg) rotateY(240deg) translateX(300px) rotateZ(107deg);
    }
}

.c:nth-child(106) {
    -webkit-animation: orbit106 14s infinite forwards;
    animation: orbit106 14s infinite forwards;
    -webkit-animation-delay: 1.06s;
    animation-delay: 1.06s;
    background-color: #ff3c00;
}

@-webkit-keyframes orbit106 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-223deg) rotateY(165deg) translateX(150px) rotateZ(223deg);
    }
    80% {
        transform: rotateZ(-223deg) rotateY(165deg) translateX(150px) rotateZ(223deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-223deg) rotateY(165deg) translateX(300px) rotateZ(223deg);
    }
}

@keyframes orbit106 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-223deg) rotateY(165deg) translateX(150px) rotateZ(223deg);
    }
    80% {
        transform: rotateZ(-223deg) rotateY(165deg) translateX(150px) rotateZ(223deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-223deg) rotateY(165deg) translateX(300px) rotateZ(223deg);
    }
}

.c:nth-child(107) {
    -webkit-animation: orbit107 14s infinite forwards;
    animation: orbit107 14s infinite forwards;
    -webkit-animation-delay: 1.07s;
    animation-delay: 1.07s;
    background-color: #ff3d00;
}

@-webkit-keyframes orbit107 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-350deg) rotateY(21deg) translateX(150px) rotateZ(350deg);
    }
    80% {
        transform: rotateZ(-350deg) rotateY(21deg) translateX(150px) rotateZ(350deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-350deg) rotateY(21deg) translateX(300px) rotateZ(350deg);
    }
}

@keyframes orbit107 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-350deg) rotateY(21deg) translateX(150px) rotateZ(350deg);
    }
    80% {
        transform: rotateZ(-350deg) rotateY(21deg) translateX(150px) rotateZ(350deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-350deg) rotateY(21deg) translateX(300px) rotateZ(350deg);
    }
}

.c:nth-child(108) {
    -webkit-animation: orbit108 14s infinite forwards;
    animation: orbit108 14s infinite forwards;
    -webkit-animation-delay: 1.08s;
    animation-delay: 1.08s;
    background-color: #ff3d00;
}

@-webkit-keyframes orbit108 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-35deg) rotateY(2deg) translateX(150px) rotateZ(35deg);
    }
    80% {
        transform: rotateZ(-35deg) rotateY(2deg) translateX(150px) rotateZ(35deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-35deg) rotateY(2deg) translateX(300px) rotateZ(35deg);
    }
}

@keyframes orbit108 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-35deg) rotateY(2deg) translateX(150px) rotateZ(35deg);
    }
    80% {
        transform: rotateZ(-35deg) rotateY(2deg) translateX(150px) rotateZ(35deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-35deg) rotateY(2deg) translateX(300px) rotateZ(35deg);
    }
}

.c:nth-child(109) {
    -webkit-animation: orbit109 14s infinite forwards;
    animation: orbit109 14s infinite forwards;
    -webkit-animation-delay: 1.09s;
    animation-delay: 1.09s;
    background-color: #ff3e00;
}

@-webkit-keyframes orbit109 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-68deg) rotateY(34deg) translateX(150px) rotateZ(68deg);
    }
    80% {
        transform: rotateZ(-68deg) rotateY(34deg) translateX(150px) rotateZ(68deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-68deg) rotateY(34deg) translateX(300px) rotateZ(68deg);
    }
}

@keyframes orbit109 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-68deg) rotateY(34deg) translateX(150px) rotateZ(68deg);
    }
    80% {
        transform: rotateZ(-68deg) rotateY(34deg) translateX(150px) rotateZ(68deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-68deg) rotateY(34deg) translateX(300px) rotateZ(68deg);
    }
}

.c:nth-child(110) {
    -webkit-animation: orbit110 14s infinite forwards;
    animation: orbit110 14s infinite forwards;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
    background-color: #ff3e00;
}

@-webkit-keyframes orbit110 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-301deg) rotateY(334deg) translateX(150px) rotateZ(301deg);
    }
    80% {
        transform: rotateZ(-301deg) rotateY(334deg) translateX(150px) rotateZ(301deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-301deg) rotateY(334deg) translateX(300px) rotateZ(301deg);
    }
}

@keyframes orbit110 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-301deg) rotateY(334deg) translateX(150px) rotateZ(301deg);
    }
    80% {
        transform: rotateZ(-301deg) rotateY(334deg) translateX(150px) rotateZ(301deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-301deg) rotateY(334deg) translateX(300px) rotateZ(301deg);
    }
}

.c:nth-child(111) {
    -webkit-animation: orbit111 14s infinite forwards;
    animation: orbit111 14s infinite forwards;
    -webkit-animation-delay: 1.11s;
    animation-delay: 1.11s;
    background-color: #ff3f00;
}

@-webkit-keyframes orbit111 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-342deg) rotateY(57deg) translateX(150px) rotateZ(342deg);
    }
    80% {
        transform: rotateZ(-342deg) rotateY(57deg) translateX(150px) rotateZ(342deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-342deg) rotateY(57deg) translateX(300px) rotateZ(342deg);
    }
}

@keyframes orbit111 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-342deg) rotateY(57deg) translateX(150px) rotateZ(342deg);
    }
    80% {
        transform: rotateZ(-342deg) rotateY(57deg) translateX(150px) rotateZ(342deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-342deg) rotateY(57deg) translateX(300px) rotateZ(342deg);
    }
}

.c:nth-child(112) {
    -webkit-animation: orbit112 14s infinite forwards;
    animation: orbit112 14s infinite forwards;
    -webkit-animation-delay: 1.12s;
    animation-delay: 1.12s;
    background-color: #ff3f00;
}

@-webkit-keyframes orbit112 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-52deg) rotateY(91deg) translateX(150px) rotateZ(52deg);
    }
    80% {
        transform: rotateZ(-52deg) rotateY(91deg) translateX(150px) rotateZ(52deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-52deg) rotateY(91deg) translateX(300px) rotateZ(52deg);
    }
}

@keyframes orbit112 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-52deg) rotateY(91deg) translateX(150px) rotateZ(52deg);
    }
    80% {
        transform: rotateZ(-52deg) rotateY(91deg) translateX(150px) rotateZ(52deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-52deg) rotateY(91deg) translateX(300px) rotateZ(52deg);
    }
}

.c:nth-child(113) {
    -webkit-animation: orbit113 14s infinite forwards;
    animation: orbit113 14s infinite forwards;
    -webkit-animation-delay: 1.13s;
    animation-delay: 1.13s;
    background-color: #ff4000;
}

@-webkit-keyframes orbit113 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-207deg) rotateY(248deg) translateX(150px) rotateZ(207deg);
    }
    80% {
        transform: rotateZ(-207deg) rotateY(248deg) translateX(150px) rotateZ(207deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-207deg) rotateY(248deg) translateX(300px) rotateZ(207deg);
    }
}

@keyframes orbit113 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-207deg) rotateY(248deg) translateX(150px) rotateZ(207deg);
    }
    80% {
        transform: rotateZ(-207deg) rotateY(248deg) translateX(150px) rotateZ(207deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-207deg) rotateY(248deg) translateX(300px) rotateZ(207deg);
    }
}

.c:nth-child(114) {
    -webkit-animation: orbit114 14s infinite forwards;
    animation: orbit114 14s infinite forwards;
    -webkit-animation-delay: 1.14s;
    animation-delay: 1.14s;
    background-color: #ff4100;
}

@-webkit-keyframes orbit114 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-204deg) rotateY(26deg) translateX(150px) rotateZ(204deg);
    }
    80% {
        transform: rotateZ(-204deg) rotateY(26deg) translateX(150px) rotateZ(204deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-204deg) rotateY(26deg) translateX(300px) rotateZ(204deg);
    }
}

@keyframes orbit114 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-204deg) rotateY(26deg) translateX(150px) rotateZ(204deg);
    }
    80% {
        transform: rotateZ(-204deg) rotateY(26deg) translateX(150px) rotateZ(204deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-204deg) rotateY(26deg) translateX(300px) rotateZ(204deg);
    }
}

.c:nth-child(115) {
    -webkit-animation: orbit115 14s infinite forwards;
    animation: orbit115 14s infinite forwards;
    -webkit-animation-delay: 1.15s;
    animation-delay: 1.15s;
    background-color: #ff4100;
}

@-webkit-keyframes orbit115 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-100deg) rotateY(55deg) translateX(150px) rotateZ(100deg);
    }
    80% {
        transform: rotateZ(-100deg) rotateY(55deg) translateX(150px) rotateZ(100deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-100deg) rotateY(55deg) translateX(300px) rotateZ(100deg);
    }
}

@keyframes orbit115 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-100deg) rotateY(55deg) translateX(150px) rotateZ(100deg);
    }
    80% {
        transform: rotateZ(-100deg) rotateY(55deg) translateX(150px) rotateZ(100deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-100deg) rotateY(55deg) translateX(300px) rotateZ(100deg);
    }
}

.c:nth-child(116) {
    -webkit-animation: orbit116 14s infinite forwards;
    animation: orbit116 14s infinite forwards;
    -webkit-animation-delay: 1.16s;
    animation-delay: 1.16s;
    background-color: #ff4200;
}

@-webkit-keyframes orbit116 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-345deg) rotateY(355deg) translateX(150px) rotateZ(345deg);
    }
    80% {
        transform: rotateZ(-345deg) rotateY(355deg) translateX(150px) rotateZ(345deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-345deg) rotateY(355deg) translateX(300px) rotateZ(345deg);
    }
}

@keyframes orbit116 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-345deg) rotateY(355deg) translateX(150px) rotateZ(345deg);
    }
    80% {
        transform: rotateZ(-345deg) rotateY(355deg) translateX(150px) rotateZ(345deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-345deg) rotateY(355deg) translateX(300px) rotateZ(345deg);
    }
}

.c:nth-child(117) {
    -webkit-animation: orbit117 14s infinite forwards;
    animation: orbit117 14s infinite forwards;
    -webkit-animation-delay: 1.17s;
    animation-delay: 1.17s;
    background-color: #ff4200;
}

@-webkit-keyframes orbit117 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-183deg) rotateY(152deg) translateX(150px) rotateZ(183deg);
    }
    80% {
        transform: rotateZ(-183deg) rotateY(152deg) translateX(150px) rotateZ(183deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-183deg) rotateY(152deg) translateX(300px) rotateZ(183deg);
    }
}

@keyframes orbit117 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-183deg) rotateY(152deg) translateX(150px) rotateZ(183deg);
    }
    80% {
        transform: rotateZ(-183deg) rotateY(152deg) translateX(150px) rotateZ(183deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-183deg) rotateY(152deg) translateX(300px) rotateZ(183deg);
    }
}

.c:nth-child(118) {
    -webkit-animation: orbit118 14s infinite forwards;
    animation: orbit118 14s infinite forwards;
    -webkit-animation-delay: 1.18s;
    animation-delay: 1.18s;
    background-color: #ff4300;
}

@-webkit-keyframes orbit118 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-84deg) rotateY(235deg) translateX(150px) rotateZ(84deg);
    }
    80% {
        transform: rotateZ(-84deg) rotateY(235deg) translateX(150px) rotateZ(84deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-84deg) rotateY(235deg) translateX(300px) rotateZ(84deg);
    }
}

@keyframes orbit118 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-84deg) rotateY(235deg) translateX(150px) rotateZ(84deg);
    }
    80% {
        transform: rotateZ(-84deg) rotateY(235deg) translateX(150px) rotateZ(84deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-84deg) rotateY(235deg) translateX(300px) rotateZ(84deg);
    }
}

.c:nth-child(119) {
    -webkit-animation: orbit119 14s infinite forwards;
    animation: orbit119 14s infinite forwards;
    -webkit-animation-delay: 1.19s;
    animation-delay: 1.19s;
    background-color: #ff4300;
}

@-webkit-keyframes orbit119 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-17deg) rotateY(157deg) translateX(150px) rotateZ(17deg);
    }
    80% {
        transform: rotateZ(-17deg) rotateY(157deg) translateX(150px) rotateZ(17deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-17deg) rotateY(157deg) translateX(300px) rotateZ(17deg);
    }
}

@keyframes orbit119 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-17deg) rotateY(157deg) translateX(150px) rotateZ(17deg);
    }
    80% {
        transform: rotateZ(-17deg) rotateY(157deg) translateX(150px) rotateZ(17deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-17deg) rotateY(157deg) translateX(300px) rotateZ(17deg);
    }
}

.c:nth-child(120) {
    -webkit-animation: orbit120 14s infinite forwards;
    animation: orbit120 14s infinite forwards;
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
    background-color: #ff4400;
}

@-webkit-keyframes orbit120 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-205deg) rotateY(161deg) translateX(150px) rotateZ(205deg);
    }
    80% {
        transform: rotateZ(-205deg) rotateY(161deg) translateX(150px) rotateZ(205deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-205deg) rotateY(161deg) translateX(300px) rotateZ(205deg);
    }
}

@keyframes orbit120 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-205deg) rotateY(161deg) translateX(150px) rotateZ(205deg);
    }
    80% {
        transform: rotateZ(-205deg) rotateY(161deg) translateX(150px) rotateZ(205deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-205deg) rotateY(161deg) translateX(300px) rotateZ(205deg);
    }
}

.c:nth-child(121) {
    -webkit-animation: orbit121 14s infinite forwards;
    animation: orbit121 14s infinite forwards;
    -webkit-animation-delay: 1.21s;
    animation-delay: 1.21s;
    background-color: orangered;
}

@-webkit-keyframes orbit121 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-285deg) rotateY(125deg) translateX(150px) rotateZ(285deg);
    }
    80% {
        transform: rotateZ(-285deg) rotateY(125deg) translateX(150px) rotateZ(285deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-285deg) rotateY(125deg) translateX(300px) rotateZ(285deg);
    }
}

@keyframes orbit121 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-285deg) rotateY(125deg) translateX(150px) rotateZ(285deg);
    }
    80% {
        transform: rotateZ(-285deg) rotateY(125deg) translateX(150px) rotateZ(285deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-285deg) rotateY(125deg) translateX(300px) rotateZ(285deg);
    }
}

.c:nth-child(122) {
    -webkit-animation: orbit122 14s infinite forwards;
    animation: orbit122 14s infinite forwards;
    -webkit-animation-delay: 1.22s;
    animation-delay: 1.22s;
    background-color: orangered;
}

@-webkit-keyframes orbit122 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-35deg) rotateY(97deg) translateX(150px) rotateZ(35deg);
    }
    80% {
        transform: rotateZ(-35deg) rotateY(97deg) translateX(150px) rotateZ(35deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-35deg) rotateY(97deg) translateX(300px) rotateZ(35deg);
    }
}

@keyframes orbit122 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-35deg) rotateY(97deg) translateX(150px) rotateZ(35deg);
    }
    80% {
        transform: rotateZ(-35deg) rotateY(97deg) translateX(150px) rotateZ(35deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-35deg) rotateY(97deg) translateX(300px) rotateZ(35deg);
    }
}

.c:nth-child(123) {
    -webkit-animation: orbit123 14s infinite forwards;
    animation: orbit123 14s infinite forwards;
    -webkit-animation-delay: 1.23s;
    animation-delay: 1.23s;
    background-color: #ff4600;
}

@-webkit-keyframes orbit123 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-53deg) rotateY(176deg) translateX(150px) rotateZ(53deg);
    }
    80% {
        transform: rotateZ(-53deg) rotateY(176deg) translateX(150px) rotateZ(53deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-53deg) rotateY(176deg) translateX(300px) rotateZ(53deg);
    }
}

@keyframes orbit123 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-53deg) rotateY(176deg) translateX(150px) rotateZ(53deg);
    }
    80% {
        transform: rotateZ(-53deg) rotateY(176deg) translateX(150px) rotateZ(53deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-53deg) rotateY(176deg) translateX(300px) rotateZ(53deg);
    }
}

.c:nth-child(124) {
    -webkit-animation: orbit124 14s infinite forwards;
    animation: orbit124 14s infinite forwards;
    -webkit-animation-delay: 1.24s;
    animation-delay: 1.24s;
    background-color: #ff4600;
}

@-webkit-keyframes orbit124 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-288deg) rotateY(329deg) translateX(150px) rotateZ(288deg);
    }
    80% {
        transform: rotateZ(-288deg) rotateY(329deg) translateX(150px) rotateZ(288deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-288deg) rotateY(329deg) translateX(300px) rotateZ(288deg);
    }
}

@keyframes orbit124 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-288deg) rotateY(329deg) translateX(150px) rotateZ(288deg);
    }
    80% {
        transform: rotateZ(-288deg) rotateY(329deg) translateX(150px) rotateZ(288deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-288deg) rotateY(329deg) translateX(300px) rotateZ(288deg);
    }
}

.c:nth-child(125) {
    -webkit-animation: orbit125 14s infinite forwards;
    animation: orbit125 14s infinite forwards;
    -webkit-animation-delay: 1.25s;
    animation-delay: 1.25s;
    background-color: #ff4700;
}

@-webkit-keyframes orbit125 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-262deg) rotateY(146deg) translateX(150px) rotateZ(262deg);
    }
    80% {
        transform: rotateZ(-262deg) rotateY(146deg) translateX(150px) rotateZ(262deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-262deg) rotateY(146deg) translateX(300px) rotateZ(262deg);
    }
}

@keyframes orbit125 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-262deg) rotateY(146deg) translateX(150px) rotateZ(262deg);
    }
    80% {
        transform: rotateZ(-262deg) rotateY(146deg) translateX(150px) rotateZ(262deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-262deg) rotateY(146deg) translateX(300px) rotateZ(262deg);
    }
}

.c:nth-child(126) {
    -webkit-animation: orbit126 14s infinite forwards;
    animation: orbit126 14s infinite forwards;
    -webkit-animation-delay: 1.26s;
    animation-delay: 1.26s;
    background-color: #ff4700;
}

@-webkit-keyframes orbit126 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-358deg) rotateY(265deg) translateX(150px) rotateZ(358deg);
    }
    80% {
        transform: rotateZ(-358deg) rotateY(265deg) translateX(150px) rotateZ(358deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-358deg) rotateY(265deg) translateX(300px) rotateZ(358deg);
    }
}

@keyframes orbit126 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-358deg) rotateY(265deg) translateX(150px) rotateZ(358deg);
    }
    80% {
        transform: rotateZ(-358deg) rotateY(265deg) translateX(150px) rotateZ(358deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-358deg) rotateY(265deg) translateX(300px) rotateZ(358deg);
    }
}

.c:nth-child(127) {
    -webkit-animation: orbit127 14s infinite forwards;
    animation: orbit127 14s infinite forwards;
    -webkit-animation-delay: 1.27s;
    animation-delay: 1.27s;
    background-color: #ff4800;
}

@-webkit-keyframes orbit127 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-116deg) rotateY(7deg) translateX(150px) rotateZ(116deg);
    }
    80% {
        transform: rotateZ(-116deg) rotateY(7deg) translateX(150px) rotateZ(116deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-116deg) rotateY(7deg) translateX(300px) rotateZ(116deg);
    }
}

@keyframes orbit127 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-116deg) rotateY(7deg) translateX(150px) rotateZ(116deg);
    }
    80% {
        transform: rotateZ(-116deg) rotateY(7deg) translateX(150px) rotateZ(116deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-116deg) rotateY(7deg) translateX(300px) rotateZ(116deg);
    }
}

.c:nth-child(128) {
    -webkit-animation: orbit128 14s infinite forwards;
    animation: orbit128 14s infinite forwards;
    -webkit-animation-delay: 1.28s;
    animation-delay: 1.28s;
    background-color: #ff4900;
}

@-webkit-keyframes orbit128 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-227deg) rotateY(343deg) translateX(150px) rotateZ(227deg);
    }
    80% {
        transform: rotateZ(-227deg) rotateY(343deg) translateX(150px) rotateZ(227deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-227deg) rotateY(343deg) translateX(300px) rotateZ(227deg);
    }
}

@keyframes orbit128 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-227deg) rotateY(343deg) translateX(150px) rotateZ(227deg);
    }
    80% {
        transform: rotateZ(-227deg) rotateY(343deg) translateX(150px) rotateZ(227deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-227deg) rotateY(343deg) translateX(300px) rotateZ(227deg);
    }
}

.c:nth-child(129) {
    -webkit-animation: orbit129 14s infinite forwards;
    animation: orbit129 14s infinite forwards;
    -webkit-animation-delay: 1.29s;
    animation-delay: 1.29s;
    background-color: #ff4900;
}

@-webkit-keyframes orbit129 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-146deg) rotateY(239deg) translateX(150px) rotateZ(146deg);
    }
    80% {
        transform: rotateZ(-146deg) rotateY(239deg) translateX(150px) rotateZ(146deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-146deg) rotateY(239deg) translateX(300px) rotateZ(146deg);
    }
}

@keyframes orbit129 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-146deg) rotateY(239deg) translateX(150px) rotateZ(146deg);
    }
    80% {
        transform: rotateZ(-146deg) rotateY(239deg) translateX(150px) rotateZ(146deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-146deg) rotateY(239deg) translateX(300px) rotateZ(146deg);
    }
}

.c:nth-child(130) {
    -webkit-animation: orbit130 14s infinite forwards;
    animation: orbit130 14s infinite forwards;
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s;
    background-color: #ff4a00;
}

@-webkit-keyframes orbit130 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-229deg) rotateY(62deg) translateX(150px) rotateZ(229deg);
    }
    80% {
        transform: rotateZ(-229deg) rotateY(62deg) translateX(150px) rotateZ(229deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-229deg) rotateY(62deg) translateX(300px) rotateZ(229deg);
    }
}

@keyframes orbit130 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-229deg) rotateY(62deg) translateX(150px) rotateZ(229deg);
    }
    80% {
        transform: rotateZ(-229deg) rotateY(62deg) translateX(150px) rotateZ(229deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-229deg) rotateY(62deg) translateX(300px) rotateZ(229deg);
    }
}

.c:nth-child(131) {
    -webkit-animation: orbit131 14s infinite forwards;
    animation: orbit131 14s infinite forwards;
    -webkit-animation-delay: 1.31s;
    animation-delay: 1.31s;
    background-color: #ff4a00;
}

@-webkit-keyframes orbit131 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-114deg) rotateY(346deg) translateX(150px) rotateZ(114deg);
    }
    80% {
        transform: rotateZ(-114deg) rotateY(346deg) translateX(150px) rotateZ(114deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-114deg) rotateY(346deg) translateX(300px) rotateZ(114deg);
    }
}

@keyframes orbit131 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-114deg) rotateY(346deg) translateX(150px) rotateZ(114deg);
    }
    80% {
        transform: rotateZ(-114deg) rotateY(346deg) translateX(150px) rotateZ(114deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-114deg) rotateY(346deg) translateX(300px) rotateZ(114deg);
    }
}

.c:nth-child(132) {
    -webkit-animation: orbit132 14s infinite forwards;
    animation: orbit132 14s infinite forwards;
    -webkit-animation-delay: 1.32s;
    animation-delay: 1.32s;
    background-color: #ff4b00;
}

@-webkit-keyframes orbit132 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-186deg) rotateY(170deg) translateX(150px) rotateZ(186deg);
    }
    80% {
        transform: rotateZ(-186deg) rotateY(170deg) translateX(150px) rotateZ(186deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-186deg) rotateY(170deg) translateX(300px) rotateZ(186deg);
    }
}

@keyframes orbit132 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-186deg) rotateY(170deg) translateX(150px) rotateZ(186deg);
    }
    80% {
        transform: rotateZ(-186deg) rotateY(170deg) translateX(150px) rotateZ(186deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-186deg) rotateY(170deg) translateX(300px) rotateZ(186deg);
    }
}

.c:nth-child(133) {
    -webkit-animation: orbit133 14s infinite forwards;
    animation: orbit133 14s infinite forwards;
    -webkit-animation-delay: 1.33s;
    animation-delay: 1.33s;
    background-color: #ff4b00;
}

@-webkit-keyframes orbit133 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-290deg) rotateY(44deg) translateX(150px) rotateZ(290deg);
    }
    80% {
        transform: rotateZ(-290deg) rotateY(44deg) translateX(150px) rotateZ(290deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-290deg) rotateY(44deg) translateX(300px) rotateZ(290deg);
    }
}

@keyframes orbit133 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-290deg) rotateY(44deg) translateX(150px) rotateZ(290deg);
    }
    80% {
        transform: rotateZ(-290deg) rotateY(44deg) translateX(150px) rotateZ(290deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-290deg) rotateY(44deg) translateX(300px) rotateZ(290deg);
    }
}

.c:nth-child(134) {
    -webkit-animation: orbit134 14s infinite forwards;
    animation: orbit134 14s infinite forwards;
    -webkit-animation-delay: 1.34s;
    animation-delay: 1.34s;
    background-color: #ff4c00;
}

@-webkit-keyframes orbit134 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-14deg) rotateY(17deg) translateX(150px) rotateZ(14deg);
    }
    80% {
        transform: rotateZ(-14deg) rotateY(17deg) translateX(150px) rotateZ(14deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-14deg) rotateY(17deg) translateX(300px) rotateZ(14deg);
    }
}

@keyframes orbit134 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-14deg) rotateY(17deg) translateX(150px) rotateZ(14deg);
    }
    80% {
        transform: rotateZ(-14deg) rotateY(17deg) translateX(150px) rotateZ(14deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-14deg) rotateY(17deg) translateX(300px) rotateZ(14deg);
    }
}

.c:nth-child(135) {
    -webkit-animation: orbit135 14s infinite forwards;
    animation: orbit135 14s infinite forwards;
    -webkit-animation-delay: 1.35s;
    animation-delay: 1.35s;
    background-color: #ff4d00;
}

@-webkit-keyframes orbit135 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-193deg) rotateY(204deg) translateX(150px) rotateZ(193deg);
    }
    80% {
        transform: rotateZ(-193deg) rotateY(204deg) translateX(150px) rotateZ(193deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-193deg) rotateY(204deg) translateX(300px) rotateZ(193deg);
    }
}

@keyframes orbit135 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-193deg) rotateY(204deg) translateX(150px) rotateZ(193deg);
    }
    80% {
        transform: rotateZ(-193deg) rotateY(204deg) translateX(150px) rotateZ(193deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-193deg) rotateY(204deg) translateX(300px) rotateZ(193deg);
    }
}

.c:nth-child(136) {
    -webkit-animation: orbit136 14s infinite forwards;
    animation: orbit136 14s infinite forwards;
    -webkit-animation-delay: 1.36s;
    animation-delay: 1.36s;
    background-color: #ff4d00;
}

@-webkit-keyframes orbit136 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-340deg) rotateY(352deg) translateX(150px) rotateZ(340deg);
    }
    80% {
        transform: rotateZ(-340deg) rotateY(352deg) translateX(150px) rotateZ(340deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-340deg) rotateY(352deg) translateX(300px) rotateZ(340deg);
    }
}

@keyframes orbit136 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-340deg) rotateY(352deg) translateX(150px) rotateZ(340deg);
    }
    80% {
        transform: rotateZ(-340deg) rotateY(352deg) translateX(150px) rotateZ(340deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-340deg) rotateY(352deg) translateX(300px) rotateZ(340deg);
    }
}

.c:nth-child(137) {
    -webkit-animation: orbit137 14s infinite forwards;
    animation: orbit137 14s infinite forwards;
    -webkit-animation-delay: 1.37s;
    animation-delay: 1.37s;
    background-color: #ff4e00;
}

@-webkit-keyframes orbit137 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-150deg) rotateY(92deg) translateX(150px) rotateZ(150deg);
    }
    80% {
        transform: rotateZ(-150deg) rotateY(92deg) translateX(150px) rotateZ(150deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-150deg) rotateY(92deg) translateX(300px) rotateZ(150deg);
    }
}

@keyframes orbit137 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-150deg) rotateY(92deg) translateX(150px) rotateZ(150deg);
    }
    80% {
        transform: rotateZ(-150deg) rotateY(92deg) translateX(150px) rotateZ(150deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-150deg) rotateY(92deg) translateX(300px) rotateZ(150deg);
    }
}

.c:nth-child(138) {
    -webkit-animation: orbit138 14s infinite forwards;
    animation: orbit138 14s infinite forwards;
    -webkit-animation-delay: 1.38s;
    animation-delay: 1.38s;
    background-color: #ff4e00;
}

@-webkit-keyframes orbit138 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-17deg) rotateY(330deg) translateX(150px) rotateZ(17deg);
    }
    80% {
        transform: rotateZ(-17deg) rotateY(330deg) translateX(150px) rotateZ(17deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-17deg) rotateY(330deg) translateX(300px) rotateZ(17deg);
    }
}

@keyframes orbit138 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-17deg) rotateY(330deg) translateX(150px) rotateZ(17deg);
    }
    80% {
        transform: rotateZ(-17deg) rotateY(330deg) translateX(150px) rotateZ(17deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-17deg) rotateY(330deg) translateX(300px) rotateZ(17deg);
    }
}

.c:nth-child(139) {
    -webkit-animation: orbit139 14s infinite forwards;
    animation: orbit139 14s infinite forwards;
    -webkit-animation-delay: 1.39s;
    animation-delay: 1.39s;
    background-color: #ff4f00;
}

@-webkit-keyframes orbit139 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-155deg) rotateY(150deg) translateX(150px) rotateZ(155deg);
    }
    80% {
        transform: rotateZ(-155deg) rotateY(150deg) translateX(150px) rotateZ(155deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-155deg) rotateY(150deg) translateX(300px) rotateZ(155deg);
    }
}

@keyframes orbit139 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-155deg) rotateY(150deg) translateX(150px) rotateZ(155deg);
    }
    80% {
        transform: rotateZ(-155deg) rotateY(150deg) translateX(150px) rotateZ(155deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-155deg) rotateY(150deg) translateX(300px) rotateZ(155deg);
    }
}

.c:nth-child(140) {
    -webkit-animation: orbit140 14s infinite forwards;
    animation: orbit140 14s infinite forwards;
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s;
    background-color: #ff4f00;
}

@-webkit-keyframes orbit140 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-353deg) rotateY(161deg) translateX(150px) rotateZ(353deg);
    }
    80% {
        transform: rotateZ(-353deg) rotateY(161deg) translateX(150px) rotateZ(353deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-353deg) rotateY(161deg) translateX(300px) rotateZ(353deg);
    }
}

@keyframes orbit140 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-353deg) rotateY(161deg) translateX(150px) rotateZ(353deg);
    }
    80% {
        transform: rotateZ(-353deg) rotateY(161deg) translateX(150px) rotateZ(353deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-353deg) rotateY(161deg) translateX(300px) rotateZ(353deg);
    }
}

.c:nth-child(141) {
    -webkit-animation: orbit141 14s infinite forwards;
    animation: orbit141 14s infinite forwards;
    -webkit-animation-delay: 1.41s;
    animation-delay: 1.41s;
    background-color: #ff5000;
}

@-webkit-keyframes orbit141 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-216deg) rotateY(299deg) translateX(150px) rotateZ(216deg);
    }
    80% {
        transform: rotateZ(-216deg) rotateY(299deg) translateX(150px) rotateZ(216deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-216deg) rotateY(299deg) translateX(300px) rotateZ(216deg);
    }
}

@keyframes orbit141 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-216deg) rotateY(299deg) translateX(150px) rotateZ(216deg);
    }
    80% {
        transform: rotateZ(-216deg) rotateY(299deg) translateX(150px) rotateZ(216deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-216deg) rotateY(299deg) translateX(300px) rotateZ(216deg);
    }
}

.c:nth-child(142) {
    -webkit-animation: orbit142 14s infinite forwards;
    animation: orbit142 14s infinite forwards;
    -webkit-animation-delay: 1.42s;
    animation-delay: 1.42s;
    background-color: #ff5000;
}

@-webkit-keyframes orbit142 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-300deg) rotateY(2deg) translateX(150px) rotateZ(300deg);
    }
    80% {
        transform: rotateZ(-300deg) rotateY(2deg) translateX(150px) rotateZ(300deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-300deg) rotateY(2deg) translateX(300px) rotateZ(300deg);
    }
}

@keyframes orbit142 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-300deg) rotateY(2deg) translateX(150px) rotateZ(300deg);
    }
    80% {
        transform: rotateZ(-300deg) rotateY(2deg) translateX(150px) rotateZ(300deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-300deg) rotateY(2deg) translateX(300px) rotateZ(300deg);
    }
}

.c:nth-child(143) {
    -webkit-animation: orbit143 14s infinite forwards;
    animation: orbit143 14s infinite forwards;
    -webkit-animation-delay: 1.43s;
    animation-delay: 1.43s;
    background-color: #ff5100;
}

@-webkit-keyframes orbit143 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-328deg) rotateY(221deg) translateX(150px) rotateZ(328deg);
    }
    80% {
        transform: rotateZ(-328deg) rotateY(221deg) translateX(150px) rotateZ(328deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-328deg) rotateY(221deg) translateX(300px) rotateZ(328deg);
    }
}

@keyframes orbit143 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-328deg) rotateY(221deg) translateX(150px) rotateZ(328deg);
    }
    80% {
        transform: rotateZ(-328deg) rotateY(221deg) translateX(150px) rotateZ(328deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-328deg) rotateY(221deg) translateX(300px) rotateZ(328deg);
    }
}

.c:nth-child(144) {
    -webkit-animation: orbit144 14s infinite forwards;
    animation: orbit144 14s infinite forwards;
    -webkit-animation-delay: 1.44s;
    animation-delay: 1.44s;
    background-color: #ff5200;
}

@-webkit-keyframes orbit144 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-227deg) rotateY(148deg) translateX(150px) rotateZ(227deg);
    }
    80% {
        transform: rotateZ(-227deg) rotateY(148deg) translateX(150px) rotateZ(227deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-227deg) rotateY(148deg) translateX(300px) rotateZ(227deg);
    }
}

@keyframes orbit144 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-227deg) rotateY(148deg) translateX(150px) rotateZ(227deg);
    }
    80% {
        transform: rotateZ(-227deg) rotateY(148deg) translateX(150px) rotateZ(227deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-227deg) rotateY(148deg) translateX(300px) rotateZ(227deg);
    }
}

.c:nth-child(145) {
    -webkit-animation: orbit145 14s infinite forwards;
    animation: orbit145 14s infinite forwards;
    -webkit-animation-delay: 1.45s;
    animation-delay: 1.45s;
    background-color: #ff5200;
}

@-webkit-keyframes orbit145 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-85deg) rotateY(169deg) translateX(150px) rotateZ(85deg);
    }
    80% {
        transform: rotateZ(-85deg) rotateY(169deg) translateX(150px) rotateZ(85deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-85deg) rotateY(169deg) translateX(300px) rotateZ(85deg);
    }
}

@keyframes orbit145 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-85deg) rotateY(169deg) translateX(150px) rotateZ(85deg);
    }
    80% {
        transform: rotateZ(-85deg) rotateY(169deg) translateX(150px) rotateZ(85deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-85deg) rotateY(169deg) translateX(300px) rotateZ(85deg);
    }
}

.c:nth-child(146) {
    -webkit-animation: orbit146 14s infinite forwards;
    animation: orbit146 14s infinite forwards;
    -webkit-animation-delay: 1.46s;
    animation-delay: 1.46s;
    background-color: #ff5300;
}

@-webkit-keyframes orbit146 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-63deg) rotateY(58deg) translateX(150px) rotateZ(63deg);
    }
    80% {
        transform: rotateZ(-63deg) rotateY(58deg) translateX(150px) rotateZ(63deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-63deg) rotateY(58deg) translateX(300px) rotateZ(63deg);
    }
}

@keyframes orbit146 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-63deg) rotateY(58deg) translateX(150px) rotateZ(63deg);
    }
    80% {
        transform: rotateZ(-63deg) rotateY(58deg) translateX(150px) rotateZ(63deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-63deg) rotateY(58deg) translateX(300px) rotateZ(63deg);
    }
}

.c:nth-child(147) {
    -webkit-animation: orbit147 14s infinite forwards;
    animation: orbit147 14s infinite forwards;
    -webkit-animation-delay: 1.47s;
    animation-delay: 1.47s;
    background-color: #ff5300;
}

@-webkit-keyframes orbit147 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-42deg) rotateY(25deg) translateX(150px) rotateZ(42deg);
    }
    80% {
        transform: rotateZ(-42deg) rotateY(25deg) translateX(150px) rotateZ(42deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-42deg) rotateY(25deg) translateX(300px) rotateZ(42deg);
    }
}

@keyframes orbit147 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-42deg) rotateY(25deg) translateX(150px) rotateZ(42deg);
    }
    80% {
        transform: rotateZ(-42deg) rotateY(25deg) translateX(150px) rotateZ(42deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-42deg) rotateY(25deg) translateX(300px) rotateZ(42deg);
    }
}

.c:nth-child(148) {
    -webkit-animation: orbit148 14s infinite forwards;
    animation: orbit148 14s infinite forwards;
    -webkit-animation-delay: 1.48s;
    animation-delay: 1.48s;
    background-color: #ff5400;
}

@-webkit-keyframes orbit148 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-359deg) rotateY(142deg) translateX(150px) rotateZ(359deg);
    }
    80% {
        transform: rotateZ(-359deg) rotateY(142deg) translateX(150px) rotateZ(359deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-359deg) rotateY(142deg) translateX(300px) rotateZ(359deg);
    }
}

@keyframes orbit148 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-359deg) rotateY(142deg) translateX(150px) rotateZ(359deg);
    }
    80% {
        transform: rotateZ(-359deg) rotateY(142deg) translateX(150px) rotateZ(359deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-359deg) rotateY(142deg) translateX(300px) rotateZ(359deg);
    }
}

.c:nth-child(149) {
    -webkit-animation: orbit149 14s infinite forwards;
    animation: orbit149 14s infinite forwards;
    -webkit-animation-delay: 1.49s;
    animation-delay: 1.49s;
    background-color: #ff5400;
}

@-webkit-keyframes orbit149 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-134deg) rotateY(334deg) translateX(150px) rotateZ(134deg);
    }
    80% {
        transform: rotateZ(-134deg) rotateY(334deg) translateX(150px) rotateZ(134deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-134deg) rotateY(334deg) translateX(300px) rotateZ(134deg);
    }
}

@keyframes orbit149 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-134deg) rotateY(334deg) translateX(150px) rotateZ(134deg);
    }
    80% {
        transform: rotateZ(-134deg) rotateY(334deg) translateX(150px) rotateZ(134deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-134deg) rotateY(334deg) translateX(300px) rotateZ(134deg);
    }
}

.c:nth-child(150) {
    -webkit-animation: orbit150 14s infinite forwards;
    animation: orbit150 14s infinite forwards;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
    background-color: #ff5500;
}

@-webkit-keyframes orbit150 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-267deg) rotateY(83deg) translateX(150px) rotateZ(267deg);
    }
    80% {
        transform: rotateZ(-267deg) rotateY(83deg) translateX(150px) rotateZ(267deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-267deg) rotateY(83deg) translateX(300px) rotateZ(267deg);
    }
}

@keyframes orbit150 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-267deg) rotateY(83deg) translateX(150px) rotateZ(267deg);
    }
    80% {
        transform: rotateZ(-267deg) rotateY(83deg) translateX(150px) rotateZ(267deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-267deg) rotateY(83deg) translateX(300px) rotateZ(267deg);
    }
}

.c:nth-child(151) {
    -webkit-animation: orbit151 14s infinite forwards;
    animation: orbit151 14s infinite forwards;
    -webkit-animation-delay: 1.51s;
    animation-delay: 1.51s;
    background-color: #ff5600;
}

@-webkit-keyframes orbit151 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-91deg) rotateY(25deg) translateX(150px) rotateZ(91deg);
    }
    80% {
        transform: rotateZ(-91deg) rotateY(25deg) translateX(150px) rotateZ(91deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-91deg) rotateY(25deg) translateX(300px) rotateZ(91deg);
    }
}

@keyframes orbit151 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-91deg) rotateY(25deg) translateX(150px) rotateZ(91deg);
    }
    80% {
        transform: rotateZ(-91deg) rotateY(25deg) translateX(150px) rotateZ(91deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-91deg) rotateY(25deg) translateX(300px) rotateZ(91deg);
    }
}

.c:nth-child(152) {
    -webkit-animation: orbit152 14s infinite forwards;
    animation: orbit152 14s infinite forwards;
    -webkit-animation-delay: 1.52s;
    animation-delay: 1.52s;
    background-color: #ff5600;
}

@-webkit-keyframes orbit152 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-335deg) rotateY(305deg) translateX(150px) rotateZ(335deg);
    }
    80% {
        transform: rotateZ(-335deg) rotateY(305deg) translateX(150px) rotateZ(335deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-335deg) rotateY(305deg) translateX(300px) rotateZ(335deg);
    }
}

@keyframes orbit152 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-335deg) rotateY(305deg) translateX(150px) rotateZ(335deg);
    }
    80% {
        transform: rotateZ(-335deg) rotateY(305deg) translateX(150px) rotateZ(335deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-335deg) rotateY(305deg) translateX(300px) rotateZ(335deg);
    }
}

.c:nth-child(153) {
    -webkit-animation: orbit153 14s infinite forwards;
    animation: orbit153 14s infinite forwards;
    -webkit-animation-delay: 1.53s;
    animation-delay: 1.53s;
    background-color: #ff5700;
}

@-webkit-keyframes orbit153 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-333deg) rotateY(4deg) translateX(150px) rotateZ(333deg);
    }
    80% {
        transform: rotateZ(-333deg) rotateY(4deg) translateX(150px) rotateZ(333deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-333deg) rotateY(4deg) translateX(300px) rotateZ(333deg);
    }
}

@keyframes orbit153 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-333deg) rotateY(4deg) translateX(150px) rotateZ(333deg);
    }
    80% {
        transform: rotateZ(-333deg) rotateY(4deg) translateX(150px) rotateZ(333deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-333deg) rotateY(4deg) translateX(300px) rotateZ(333deg);
    }
}

.c:nth-child(154) {
    -webkit-animation: orbit154 14s infinite forwards;
    animation: orbit154 14s infinite forwards;
    -webkit-animation-delay: 1.54s;
    animation-delay: 1.54s;
    background-color: #ff5700;
}

@-webkit-keyframes orbit154 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-213deg) rotateY(203deg) translateX(150px) rotateZ(213deg);
    }
    80% {
        transform: rotateZ(-213deg) rotateY(203deg) translateX(150px) rotateZ(213deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-213deg) rotateY(203deg) translateX(300px) rotateZ(213deg);
    }
}

@keyframes orbit154 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-213deg) rotateY(203deg) translateX(150px) rotateZ(213deg);
    }
    80% {
        transform: rotateZ(-213deg) rotateY(203deg) translateX(150px) rotateZ(213deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-213deg) rotateY(203deg) translateX(300px) rotateZ(213deg);
    }
}

.c:nth-child(155) {
    -webkit-animation: orbit155 14s infinite forwards;
    animation: orbit155 14s infinite forwards;
    -webkit-animation-delay: 1.55s;
    animation-delay: 1.55s;
    background-color: #ff5800;
}

@-webkit-keyframes orbit155 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-2deg) rotateY(136deg) translateX(150px) rotateZ(2deg);
    }
    80% {
        transform: rotateZ(-2deg) rotateY(136deg) translateX(150px) rotateZ(2deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-2deg) rotateY(136deg) translateX(300px) rotateZ(2deg);
    }
}

@keyframes orbit155 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-2deg) rotateY(136deg) translateX(150px) rotateZ(2deg);
    }
    80% {
        transform: rotateZ(-2deg) rotateY(136deg) translateX(150px) rotateZ(2deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-2deg) rotateY(136deg) translateX(300px) rotateZ(2deg);
    }
}

.c:nth-child(156) {
    -webkit-animation: orbit156 14s infinite forwards;
    animation: orbit156 14s infinite forwards;
    -webkit-animation-delay: 1.56s;
    animation-delay: 1.56s;
    background-color: #ff5800;
}

@-webkit-keyframes orbit156 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-256deg) rotateY(24deg) translateX(150px) rotateZ(256deg);
    }
    80% {
        transform: rotateZ(-256deg) rotateY(24deg) translateX(150px) rotateZ(256deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-256deg) rotateY(24deg) translateX(300px) rotateZ(256deg);
    }
}

@keyframes orbit156 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-256deg) rotateY(24deg) translateX(150px) rotateZ(256deg);
    }
    80% {
        transform: rotateZ(-256deg) rotateY(24deg) translateX(150px) rotateZ(256deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-256deg) rotateY(24deg) translateX(300px) rotateZ(256deg);
    }
}

.c:nth-child(157) {
    -webkit-animation: orbit157 14s infinite forwards;
    animation: orbit157 14s infinite forwards;
    -webkit-animation-delay: 1.57s;
    animation-delay: 1.57s;
    background-color: #ff5900;
}

@-webkit-keyframes orbit157 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-22deg) rotateY(25deg) translateX(150px) rotateZ(22deg);
    }
    80% {
        transform: rotateZ(-22deg) rotateY(25deg) translateX(150px) rotateZ(22deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-22deg) rotateY(25deg) translateX(300px) rotateZ(22deg);
    }
}

@keyframes orbit157 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-22deg) rotateY(25deg) translateX(150px) rotateZ(22deg);
    }
    80% {
        transform: rotateZ(-22deg) rotateY(25deg) translateX(150px) rotateZ(22deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-22deg) rotateY(25deg) translateX(300px) rotateZ(22deg);
    }
}

.c:nth-child(158) {
    -webkit-animation: orbit158 14s infinite forwards;
    animation: orbit158 14s infinite forwards;
    -webkit-animation-delay: 1.58s;
    animation-delay: 1.58s;
    background-color: #ff5a00;
}

@-webkit-keyframes orbit158 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-277deg) rotateY(199deg) translateX(150px) rotateZ(277deg);
    }
    80% {
        transform: rotateZ(-277deg) rotateY(199deg) translateX(150px) rotateZ(277deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-277deg) rotateY(199deg) translateX(300px) rotateZ(277deg);
    }
}

@keyframes orbit158 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-277deg) rotateY(199deg) translateX(150px) rotateZ(277deg);
    }
    80% {
        transform: rotateZ(-277deg) rotateY(199deg) translateX(150px) rotateZ(277deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-277deg) rotateY(199deg) translateX(300px) rotateZ(277deg);
    }
}

.c:nth-child(159) {
    -webkit-animation: orbit159 14s infinite forwards;
    animation: orbit159 14s infinite forwards;
    -webkit-animation-delay: 1.59s;
    animation-delay: 1.59s;
    background-color: #ff5a00;
}

@-webkit-keyframes orbit159 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-296deg) rotateY(285deg) translateX(150px) rotateZ(296deg);
    }
    80% {
        transform: rotateZ(-296deg) rotateY(285deg) translateX(150px) rotateZ(296deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-296deg) rotateY(285deg) translateX(300px) rotateZ(296deg);
    }
}

@keyframes orbit159 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-296deg) rotateY(285deg) translateX(150px) rotateZ(296deg);
    }
    80% {
        transform: rotateZ(-296deg) rotateY(285deg) translateX(150px) rotateZ(296deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-296deg) rotateY(285deg) translateX(300px) rotateZ(296deg);
    }
}

.c:nth-child(160) {
    -webkit-animation: orbit160 14s infinite forwards;
    animation: orbit160 14s infinite forwards;
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s;
    background-color: #ff5b00;
}

@-webkit-keyframes orbit160 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-316deg) rotateY(34deg) translateX(150px) rotateZ(316deg);
    }
    80% {
        transform: rotateZ(-316deg) rotateY(34deg) translateX(150px) rotateZ(316deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-316deg) rotateY(34deg) translateX(300px) rotateZ(316deg);
    }
}

@keyframes orbit160 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-316deg) rotateY(34deg) translateX(150px) rotateZ(316deg);
    }
    80% {
        transform: rotateZ(-316deg) rotateY(34deg) translateX(150px) rotateZ(316deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-316deg) rotateY(34deg) translateX(300px) rotateZ(316deg);
    }
}

.c:nth-child(161) {
    -webkit-animation: orbit161 14s infinite forwards;
    animation: orbit161 14s infinite forwards;
    -webkit-animation-delay: 1.61s;
    animation-delay: 1.61s;
    background-color: #ff5b00;
}

@-webkit-keyframes orbit161 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-146deg) rotateY(2deg) translateX(150px) rotateZ(146deg);
    }
    80% {
        transform: rotateZ(-146deg) rotateY(2deg) translateX(150px) rotateZ(146deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-146deg) rotateY(2deg) translateX(300px) rotateZ(146deg);
    }
}

@keyframes orbit161 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-146deg) rotateY(2deg) translateX(150px) rotateZ(146deg);
    }
    80% {
        transform: rotateZ(-146deg) rotateY(2deg) translateX(150px) rotateZ(146deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-146deg) rotateY(2deg) translateX(300px) rotateZ(146deg);
    }
}

.c:nth-child(162) {
    -webkit-animation: orbit162 14s infinite forwards;
    animation: orbit162 14s infinite forwards;
    -webkit-animation-delay: 1.62s;
    animation-delay: 1.62s;
    background-color: #ff5c00;
}

@-webkit-keyframes orbit162 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-356deg) rotateY(299deg) translateX(150px) rotateZ(356deg);
    }
    80% {
        transform: rotateZ(-356deg) rotateY(299deg) translateX(150px) rotateZ(356deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-356deg) rotateY(299deg) translateX(300px) rotateZ(356deg);
    }
}

@keyframes orbit162 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-356deg) rotateY(299deg) translateX(150px) rotateZ(356deg);
    }
    80% {
        transform: rotateZ(-356deg) rotateY(299deg) translateX(150px) rotateZ(356deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-356deg) rotateY(299deg) translateX(300px) rotateZ(356deg);
    }
}

.c:nth-child(163) {
    -webkit-animation: orbit163 14s infinite forwards;
    animation: orbit163 14s infinite forwards;
    -webkit-animation-delay: 1.63s;
    animation-delay: 1.63s;
    background-color: #ff5c00;
}

@-webkit-keyframes orbit163 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-143deg) rotateY(131deg) translateX(150px) rotateZ(143deg);
    }
    80% {
        transform: rotateZ(-143deg) rotateY(131deg) translateX(150px) rotateZ(143deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-143deg) rotateY(131deg) translateX(300px) rotateZ(143deg);
    }
}

@keyframes orbit163 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-143deg) rotateY(131deg) translateX(150px) rotateZ(143deg);
    }
    80% {
        transform: rotateZ(-143deg) rotateY(131deg) translateX(150px) rotateZ(143deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-143deg) rotateY(131deg) translateX(300px) rotateZ(143deg);
    }
}

.c:nth-child(164) {
    -webkit-animation: orbit164 14s infinite forwards;
    animation: orbit164 14s infinite forwards;
    -webkit-animation-delay: 1.64s;
    animation-delay: 1.64s;
    background-color: #ff5d00;
}

@-webkit-keyframes orbit164 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-10deg) rotateY(113deg) translateX(150px) rotateZ(10deg);
    }
    80% {
        transform: rotateZ(-10deg) rotateY(113deg) translateX(150px) rotateZ(10deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-10deg) rotateY(113deg) translateX(300px) rotateZ(10deg);
    }
}

@keyframes orbit164 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-10deg) rotateY(113deg) translateX(150px) rotateZ(10deg);
    }
    80% {
        transform: rotateZ(-10deg) rotateY(113deg) translateX(150px) rotateZ(10deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-10deg) rotateY(113deg) translateX(300px) rotateZ(10deg);
    }
}

.c:nth-child(165) {
    -webkit-animation: orbit165 14s infinite forwards;
    animation: orbit165 14s infinite forwards;
    -webkit-animation-delay: 1.65s;
    animation-delay: 1.65s;
    background-color: #ff5e00;
}

@-webkit-keyframes orbit165 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-184deg) rotateY(249deg) translateX(150px) rotateZ(184deg);
    }
    80% {
        transform: rotateZ(-184deg) rotateY(249deg) translateX(150px) rotateZ(184deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-184deg) rotateY(249deg) translateX(300px) rotateZ(184deg);
    }
}

@keyframes orbit165 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-184deg) rotateY(249deg) translateX(150px) rotateZ(184deg);
    }
    80% {
        transform: rotateZ(-184deg) rotateY(249deg) translateX(150px) rotateZ(184deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-184deg) rotateY(249deg) translateX(300px) rotateZ(184deg);
    }
}

.c:nth-child(166) {
    -webkit-animation: orbit166 14s infinite forwards;
    animation: orbit166 14s infinite forwards;
    -webkit-animation-delay: 1.66s;
    animation-delay: 1.66s;
    background-color: #ff5e00;
}

@-webkit-keyframes orbit166 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-138deg) rotateY(344deg) translateX(150px) rotateZ(138deg);
    }
    80% {
        transform: rotateZ(-138deg) rotateY(344deg) translateX(150px) rotateZ(138deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-138deg) rotateY(344deg) translateX(300px) rotateZ(138deg);
    }
}

@keyframes orbit166 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-138deg) rotateY(344deg) translateX(150px) rotateZ(138deg);
    }
    80% {
        transform: rotateZ(-138deg) rotateY(344deg) translateX(150px) rotateZ(138deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-138deg) rotateY(344deg) translateX(300px) rotateZ(138deg);
    }
}

.c:nth-child(167) {
    -webkit-animation: orbit167 14s infinite forwards;
    animation: orbit167 14s infinite forwards;
    -webkit-animation-delay: 1.67s;
    animation-delay: 1.67s;
    background-color: #ff5f00;
}

@-webkit-keyframes orbit167 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-75deg) rotateY(66deg) translateX(150px) rotateZ(75deg);
    }
    80% {
        transform: rotateZ(-75deg) rotateY(66deg) translateX(150px) rotateZ(75deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-75deg) rotateY(66deg) translateX(300px) rotateZ(75deg);
    }
}

@keyframes orbit167 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-75deg) rotateY(66deg) translateX(150px) rotateZ(75deg);
    }
    80% {
        transform: rotateZ(-75deg) rotateY(66deg) translateX(150px) rotateZ(75deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-75deg) rotateY(66deg) translateX(300px) rotateZ(75deg);
    }
}

.c:nth-child(168) {
    -webkit-animation: orbit168 14s infinite forwards;
    animation: orbit168 14s infinite forwards;
    -webkit-animation-delay: 1.68s;
    animation-delay: 1.68s;
    background-color: #ff5f00;
}

@-webkit-keyframes orbit168 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-240deg) rotateY(18deg) translateX(150px) rotateZ(240deg);
    }
    80% {
        transform: rotateZ(-240deg) rotateY(18deg) translateX(150px) rotateZ(240deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-240deg) rotateY(18deg) translateX(300px) rotateZ(240deg);
    }
}

@keyframes orbit168 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-240deg) rotateY(18deg) translateX(150px) rotateZ(240deg);
    }
    80% {
        transform: rotateZ(-240deg) rotateY(18deg) translateX(150px) rotateZ(240deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-240deg) rotateY(18deg) translateX(300px) rotateZ(240deg);
    }
}

.c:nth-child(169) {
    -webkit-animation: orbit169 14s infinite forwards;
    animation: orbit169 14s infinite forwards;
    -webkit-animation-delay: 1.69s;
    animation-delay: 1.69s;
    background-color: #ff6000;
}

@-webkit-keyframes orbit169 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-323deg) rotateY(176deg) translateX(150px) rotateZ(323deg);
    }
    80% {
        transform: rotateZ(-323deg) rotateY(176deg) translateX(150px) rotateZ(323deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-323deg) rotateY(176deg) translateX(300px) rotateZ(323deg);
    }
}

@keyframes orbit169 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-323deg) rotateY(176deg) translateX(150px) rotateZ(323deg);
    }
    80% {
        transform: rotateZ(-323deg) rotateY(176deg) translateX(150px) rotateZ(323deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-323deg) rotateY(176deg) translateX(300px) rotateZ(323deg);
    }
}

.c:nth-child(170) {
    -webkit-animation: orbit170 14s infinite forwards;
    animation: orbit170 14s infinite forwards;
    -webkit-animation-delay: 1.7s;
    animation-delay: 1.7s;
    background-color: #ff6000;
}

@-webkit-keyframes orbit170 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-68deg) rotateY(353deg) translateX(150px) rotateZ(68deg);
    }
    80% {
        transform: rotateZ(-68deg) rotateY(353deg) translateX(150px) rotateZ(68deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-68deg) rotateY(353deg) translateX(300px) rotateZ(68deg);
    }
}

@keyframes orbit170 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-68deg) rotateY(353deg) translateX(150px) rotateZ(68deg);
    }
    80% {
        transform: rotateZ(-68deg) rotateY(353deg) translateX(150px) rotateZ(68deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-68deg) rotateY(353deg) translateX(300px) rotateZ(68deg);
    }
}

.c:nth-child(171) {
    -webkit-animation: orbit171 14s infinite forwards;
    animation: orbit171 14s infinite forwards;
    -webkit-animation-delay: 1.71s;
    animation-delay: 1.71s;
    background-color: #ff6100;
}

@-webkit-keyframes orbit171 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-321deg) rotateY(70deg) translateX(150px) rotateZ(321deg);
    }
    80% {
        transform: rotateZ(-321deg) rotateY(70deg) translateX(150px) rotateZ(321deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-321deg) rotateY(70deg) translateX(300px) rotateZ(321deg);
    }
}

@keyframes orbit171 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-321deg) rotateY(70deg) translateX(150px) rotateZ(321deg);
    }
    80% {
        transform: rotateZ(-321deg) rotateY(70deg) translateX(150px) rotateZ(321deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-321deg) rotateY(70deg) translateX(300px) rotateZ(321deg);
    }
}

.c:nth-child(172) {
    -webkit-animation: orbit172 14s infinite forwards;
    animation: orbit172 14s infinite forwards;
    -webkit-animation-delay: 1.72s;
    animation-delay: 1.72s;
    background-color: #ff6100;
}

@-webkit-keyframes orbit172 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-141deg) rotateY(140deg) translateX(150px) rotateZ(141deg);
    }
    80% {
        transform: rotateZ(-141deg) rotateY(140deg) translateX(150px) rotateZ(141deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-141deg) rotateY(140deg) translateX(300px) rotateZ(141deg);
    }
}

@keyframes orbit172 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-141deg) rotateY(140deg) translateX(150px) rotateZ(141deg);
    }
    80% {
        transform: rotateZ(-141deg) rotateY(140deg) translateX(150px) rotateZ(141deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-141deg) rotateY(140deg) translateX(300px) rotateZ(141deg);
    }
}

.c:nth-child(173) {
    -webkit-animation: orbit173 14s infinite forwards;
    animation: orbit173 14s infinite forwards;
    -webkit-animation-delay: 1.73s;
    animation-delay: 1.73s;
    background-color: #ff6200;
}

@-webkit-keyframes orbit173 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-271deg) rotateY(19deg) translateX(150px) rotateZ(271deg);
    }
    80% {
        transform: rotateZ(-271deg) rotateY(19deg) translateX(150px) rotateZ(271deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-271deg) rotateY(19deg) translateX(300px) rotateZ(271deg);
    }
}

@keyframes orbit173 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-271deg) rotateY(19deg) translateX(150px) rotateZ(271deg);
    }
    80% {
        transform: rotateZ(-271deg) rotateY(19deg) translateX(150px) rotateZ(271deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-271deg) rotateY(19deg) translateX(300px) rotateZ(271deg);
    }
}

.c:nth-child(174) {
    -webkit-animation: orbit174 14s infinite forwards;
    animation: orbit174 14s infinite forwards;
    -webkit-animation-delay: 1.74s;
    animation-delay: 1.74s;
    background-color: #ff6300;
}

@-webkit-keyframes orbit174 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-230deg) rotateY(107deg) translateX(150px) rotateZ(230deg);
    }
    80% {
        transform: rotateZ(-230deg) rotateY(107deg) translateX(150px) rotateZ(230deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-230deg) rotateY(107deg) translateX(300px) rotateZ(230deg);
    }
}

@keyframes orbit174 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-230deg) rotateY(107deg) translateX(150px) rotateZ(230deg);
    }
    80% {
        transform: rotateZ(-230deg) rotateY(107deg) translateX(150px) rotateZ(230deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-230deg) rotateY(107deg) translateX(300px) rotateZ(230deg);
    }
}

.c:nth-child(175) {
    -webkit-animation: orbit175 14s infinite forwards;
    animation: orbit175 14s infinite forwards;
    -webkit-animation-delay: 1.75s;
    animation-delay: 1.75s;
    background-color: #ff6300;
}

@-webkit-keyframes orbit175 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-235deg) rotateY(252deg) translateX(150px) rotateZ(235deg);
    }
    80% {
        transform: rotateZ(-235deg) rotateY(252deg) translateX(150px) rotateZ(235deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-235deg) rotateY(252deg) translateX(300px) rotateZ(235deg);
    }
}

@keyframes orbit175 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-235deg) rotateY(252deg) translateX(150px) rotateZ(235deg);
    }
    80% {
        transform: rotateZ(-235deg) rotateY(252deg) translateX(150px) rotateZ(235deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-235deg) rotateY(252deg) translateX(300px) rotateZ(235deg);
    }
}

.c:nth-child(176) {
    -webkit-animation: orbit176 14s infinite forwards;
    animation: orbit176 14s infinite forwards;
    -webkit-animation-delay: 1.76s;
    animation-delay: 1.76s;
    background-color: #ff6400;
}

@-webkit-keyframes orbit176 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-78deg) rotateY(297deg) translateX(150px) rotateZ(78deg);
    }
    80% {
        transform: rotateZ(-78deg) rotateY(297deg) translateX(150px) rotateZ(78deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-78deg) rotateY(297deg) translateX(300px) rotateZ(78deg);
    }
}

@keyframes orbit176 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-78deg) rotateY(297deg) translateX(150px) rotateZ(78deg);
    }
    80% {
        transform: rotateZ(-78deg) rotateY(297deg) translateX(150px) rotateZ(78deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-78deg) rotateY(297deg) translateX(300px) rotateZ(78deg);
    }
}

.c:nth-child(177) {
    -webkit-animation: orbit177 14s infinite forwards;
    animation: orbit177 14s infinite forwards;
    -webkit-animation-delay: 1.77s;
    animation-delay: 1.77s;
    background-color: #ff6400;
}

@-webkit-keyframes orbit177 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-221deg) rotateY(56deg) translateX(150px) rotateZ(221deg);
    }
    80% {
        transform: rotateZ(-221deg) rotateY(56deg) translateX(150px) rotateZ(221deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-221deg) rotateY(56deg) translateX(300px) rotateZ(221deg);
    }
}

@keyframes orbit177 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-221deg) rotateY(56deg) translateX(150px) rotateZ(221deg);
    }
    80% {
        transform: rotateZ(-221deg) rotateY(56deg) translateX(150px) rotateZ(221deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-221deg) rotateY(56deg) translateX(300px) rotateZ(221deg);
    }
}

.c:nth-child(178) {
    -webkit-animation: orbit178 14s infinite forwards;
    animation: orbit178 14s infinite forwards;
    -webkit-animation-delay: 1.78s;
    animation-delay: 1.78s;
    background-color: #ff6500;
}

@-webkit-keyframes orbit178 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-222deg) rotateY(101deg) translateX(150px) rotateZ(222deg);
    }
    80% {
        transform: rotateZ(-222deg) rotateY(101deg) translateX(150px) rotateZ(222deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-222deg) rotateY(101deg) translateX(300px) rotateZ(222deg);
    }
}

@keyframes orbit178 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-222deg) rotateY(101deg) translateX(150px) rotateZ(222deg);
    }
    80% {
        transform: rotateZ(-222deg) rotateY(101deg) translateX(150px) rotateZ(222deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-222deg) rotateY(101deg) translateX(300px) rotateZ(222deg);
    }
}

.c:nth-child(179) {
    -webkit-animation: orbit179 14s infinite forwards;
    animation: orbit179 14s infinite forwards;
    -webkit-animation-delay: 1.79s;
    animation-delay: 1.79s;
    background-color: #ff6500;
}

@-webkit-keyframes orbit179 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-118deg) rotateY(322deg) translateX(150px) rotateZ(118deg);
    }
    80% {
        transform: rotateZ(-118deg) rotateY(322deg) translateX(150px) rotateZ(118deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-118deg) rotateY(322deg) translateX(300px) rotateZ(118deg);
    }
}

@keyframes orbit179 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-118deg) rotateY(322deg) translateX(150px) rotateZ(118deg);
    }
    80% {
        transform: rotateZ(-118deg) rotateY(322deg) translateX(150px) rotateZ(118deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-118deg) rotateY(322deg) translateX(300px) rotateZ(118deg);
    }
}

.c:nth-child(180) {
    -webkit-animation: orbit180 14s infinite forwards;
    animation: orbit180 14s infinite forwards;
    -webkit-animation-delay: 1.8s;
    animation-delay: 1.8s;
    background-color: #ff6600;
}

@-webkit-keyframes orbit180 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-291deg) rotateY(67deg) translateX(150px) rotateZ(291deg);
    }
    80% {
        transform: rotateZ(-291deg) rotateY(67deg) translateX(150px) rotateZ(291deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-291deg) rotateY(67deg) translateX(300px) rotateZ(291deg);
    }
}

@keyframes orbit180 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-291deg) rotateY(67deg) translateX(150px) rotateZ(291deg);
    }
    80% {
        transform: rotateZ(-291deg) rotateY(67deg) translateX(150px) rotateZ(291deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-291deg) rotateY(67deg) translateX(300px) rotateZ(291deg);
    }
}

.c:nth-child(181) {
    -webkit-animation: orbit181 14s infinite forwards;
    animation: orbit181 14s infinite forwards;
    -webkit-animation-delay: 1.81s;
    animation-delay: 1.81s;
    background-color: #ff6700;
}

@-webkit-keyframes orbit181 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-245deg) rotateY(132deg) translateX(150px) rotateZ(245deg);
    }
    80% {
        transform: rotateZ(-245deg) rotateY(132deg) translateX(150px) rotateZ(245deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-245deg) rotateY(132deg) translateX(300px) rotateZ(245deg);
    }
}

@keyframes orbit181 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-245deg) rotateY(132deg) translateX(150px) rotateZ(245deg);
    }
    80% {
        transform: rotateZ(-245deg) rotateY(132deg) translateX(150px) rotateZ(245deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-245deg) rotateY(132deg) translateX(300px) rotateZ(245deg);
    }
}

.c:nth-child(182) {
    -webkit-animation: orbit182 14s infinite forwards;
    animation: orbit182 14s infinite forwards;
    -webkit-animation-delay: 1.82s;
    animation-delay: 1.82s;
    background-color: #ff6700;
}

@-webkit-keyframes orbit182 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-236deg) rotateY(310deg) translateX(150px) rotateZ(236deg);
    }
    80% {
        transform: rotateZ(-236deg) rotateY(310deg) translateX(150px) rotateZ(236deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-236deg) rotateY(310deg) translateX(300px) rotateZ(236deg);
    }
}

@keyframes orbit182 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-236deg) rotateY(310deg) translateX(150px) rotateZ(236deg);
    }
    80% {
        transform: rotateZ(-236deg) rotateY(310deg) translateX(150px) rotateZ(236deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-236deg) rotateY(310deg) translateX(300px) rotateZ(236deg);
    }
}

.c:nth-child(183) {
    -webkit-animation: orbit183 14s infinite forwards;
    animation: orbit183 14s infinite forwards;
    -webkit-animation-delay: 1.83s;
    animation-delay: 1.83s;
    background-color: #ff6800;
}

@-webkit-keyframes orbit183 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-159deg) rotateY(44deg) translateX(150px) rotateZ(159deg);
    }
    80% {
        transform: rotateZ(-159deg) rotateY(44deg) translateX(150px) rotateZ(159deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-159deg) rotateY(44deg) translateX(300px) rotateZ(159deg);
    }
}

@keyframes orbit183 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-159deg) rotateY(44deg) translateX(150px) rotateZ(159deg);
    }
    80% {
        transform: rotateZ(-159deg) rotateY(44deg) translateX(150px) rotateZ(159deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-159deg) rotateY(44deg) translateX(300px) rotateZ(159deg);
    }
}

.c:nth-child(184) {
    -webkit-animation: orbit184 14s infinite forwards;
    animation: orbit184 14s infinite forwards;
    -webkit-animation-delay: 1.84s;
    animation-delay: 1.84s;
    background-color: #ff6800;
}

@-webkit-keyframes orbit184 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-26deg) rotateY(272deg) translateX(150px) rotateZ(26deg);
    }
    80% {
        transform: rotateZ(-26deg) rotateY(272deg) translateX(150px) rotateZ(26deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-26deg) rotateY(272deg) translateX(300px) rotateZ(26deg);
    }
}

@keyframes orbit184 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-26deg) rotateY(272deg) translateX(150px) rotateZ(26deg);
    }
    80% {
        transform: rotateZ(-26deg) rotateY(272deg) translateX(150px) rotateZ(26deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-26deg) rotateY(272deg) translateX(300px) rotateZ(26deg);
    }
}

.c:nth-child(185) {
    -webkit-animation: orbit185 14s infinite forwards;
    animation: orbit185 14s infinite forwards;
    -webkit-animation-delay: 1.85s;
    animation-delay: 1.85s;
    background-color: #ff6900;
}

@-webkit-keyframes orbit185 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-214deg) rotateY(77deg) translateX(150px) rotateZ(214deg);
    }
    80% {
        transform: rotateZ(-214deg) rotateY(77deg) translateX(150px) rotateZ(214deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-214deg) rotateY(77deg) translateX(300px) rotateZ(214deg);
    }
}

@keyframes orbit185 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-214deg) rotateY(77deg) translateX(150px) rotateZ(214deg);
    }
    80% {
        transform: rotateZ(-214deg) rotateY(77deg) translateX(150px) rotateZ(214deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-214deg) rotateY(77deg) translateX(300px) rotateZ(214deg);
    }
}

.c:nth-child(186) {
    -webkit-animation: orbit186 14s infinite forwards;
    animation: orbit186 14s infinite forwards;
    -webkit-animation-delay: 1.86s;
    animation-delay: 1.86s;
    background-color: #ff6900;
}

@-webkit-keyframes orbit186 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-105deg) rotateY(210deg) translateX(150px) rotateZ(105deg);
    }
    80% {
        transform: rotateZ(-105deg) rotateY(210deg) translateX(150px) rotateZ(105deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-105deg) rotateY(210deg) translateX(300px) rotateZ(105deg);
    }
}

@keyframes orbit186 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-105deg) rotateY(210deg) translateX(150px) rotateZ(105deg);
    }
    80% {
        transform: rotateZ(-105deg) rotateY(210deg) translateX(150px) rotateZ(105deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-105deg) rotateY(210deg) translateX(300px) rotateZ(105deg);
    }
}

.c:nth-child(187) {
    -webkit-animation: orbit187 14s infinite forwards;
    animation: orbit187 14s infinite forwards;
    -webkit-animation-delay: 1.87s;
    animation-delay: 1.87s;
    background-color: #ff6a00;
}

@-webkit-keyframes orbit187 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-296deg) rotateY(117deg) translateX(150px) rotateZ(296deg);
    }
    80% {
        transform: rotateZ(-296deg) rotateY(117deg) translateX(150px) rotateZ(296deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-296deg) rotateY(117deg) translateX(300px) rotateZ(296deg);
    }
}

@keyframes orbit187 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-296deg) rotateY(117deg) translateX(150px) rotateZ(296deg);
    }
    80% {
        transform: rotateZ(-296deg) rotateY(117deg) translateX(150px) rotateZ(296deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-296deg) rotateY(117deg) translateX(300px) rotateZ(296deg);
    }
}

.c:nth-child(188) {
    -webkit-animation: orbit188 14s infinite forwards;
    animation: orbit188 14s infinite forwards;
    -webkit-animation-delay: 1.88s;
    animation-delay: 1.88s;
    background-color: #ff6b00;
}

@-webkit-keyframes orbit188 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-111deg) rotateY(175deg) translateX(150px) rotateZ(111deg);
    }
    80% {
        transform: rotateZ(-111deg) rotateY(175deg) translateX(150px) rotateZ(111deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-111deg) rotateY(175deg) translateX(300px) rotateZ(111deg);
    }
}

@keyframes orbit188 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-111deg) rotateY(175deg) translateX(150px) rotateZ(111deg);
    }
    80% {
        transform: rotateZ(-111deg) rotateY(175deg) translateX(150px) rotateZ(111deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-111deg) rotateY(175deg) translateX(300px) rotateZ(111deg);
    }
}

.c:nth-child(189) {
    -webkit-animation: orbit189 14s infinite forwards;
    animation: orbit189 14s infinite forwards;
    -webkit-animation-delay: 1.89s;
    animation-delay: 1.89s;
    background-color: #ff6b00;
}

@-webkit-keyframes orbit189 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-302deg) rotateY(344deg) translateX(150px) rotateZ(302deg);
    }
    80% {
        transform: rotateZ(-302deg) rotateY(344deg) translateX(150px) rotateZ(302deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-302deg) rotateY(344deg) translateX(300px) rotateZ(302deg);
    }
}

@keyframes orbit189 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-302deg) rotateY(344deg) translateX(150px) rotateZ(302deg);
    }
    80% {
        transform: rotateZ(-302deg) rotateY(344deg) translateX(150px) rotateZ(302deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-302deg) rotateY(344deg) translateX(300px) rotateZ(302deg);
    }
}

.c:nth-child(190) {
    -webkit-animation: orbit190 14s infinite forwards;
    animation: orbit190 14s infinite forwards;
    -webkit-animation-delay: 1.9s;
    animation-delay: 1.9s;
    background-color: #ff6c00;
}

@-webkit-keyframes orbit190 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-77deg) rotateY(302deg) translateX(150px) rotateZ(77deg);
    }
    80% {
        transform: rotateZ(-77deg) rotateY(302deg) translateX(150px) rotateZ(77deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-77deg) rotateY(302deg) translateX(300px) rotateZ(77deg);
    }
}

@keyframes orbit190 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-77deg) rotateY(302deg) translateX(150px) rotateZ(77deg);
    }
    80% {
        transform: rotateZ(-77deg) rotateY(302deg) translateX(150px) rotateZ(77deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-77deg) rotateY(302deg) translateX(300px) rotateZ(77deg);
    }
}

.c:nth-child(191) {
    -webkit-animation: orbit191 14s infinite forwards;
    animation: orbit191 14s infinite forwards;
    -webkit-animation-delay: 1.91s;
    animation-delay: 1.91s;
    background-color: #ff6c00;
}

@-webkit-keyframes orbit191 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-269deg) rotateY(323deg) translateX(150px) rotateZ(269deg);
    }
    80% {
        transform: rotateZ(-269deg) rotateY(323deg) translateX(150px) rotateZ(269deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-269deg) rotateY(323deg) translateX(300px) rotateZ(269deg);
    }
}

@keyframes orbit191 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-269deg) rotateY(323deg) translateX(150px) rotateZ(269deg);
    }
    80% {
        transform: rotateZ(-269deg) rotateY(323deg) translateX(150px) rotateZ(269deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-269deg) rotateY(323deg) translateX(300px) rotateZ(269deg);
    }
}

.c:nth-child(192) {
    -webkit-animation: orbit192 14s infinite forwards;
    animation: orbit192 14s infinite forwards;
    -webkit-animation-delay: 1.92s;
    animation-delay: 1.92s;
    background-color: #ff6d00;
}

@-webkit-keyframes orbit192 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-198deg) rotateY(167deg) translateX(150px) rotateZ(198deg);
    }
    80% {
        transform: rotateZ(-198deg) rotateY(167deg) translateX(150px) rotateZ(198deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-198deg) rotateY(167deg) translateX(300px) rotateZ(198deg);
    }
}

@keyframes orbit192 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-198deg) rotateY(167deg) translateX(150px) rotateZ(198deg);
    }
    80% {
        transform: rotateZ(-198deg) rotateY(167deg) translateX(150px) rotateZ(198deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-198deg) rotateY(167deg) translateX(300px) rotateZ(198deg);
    }
}

.c:nth-child(193) {
    -webkit-animation: orbit193 14s infinite forwards;
    animation: orbit193 14s infinite forwards;
    -webkit-animation-delay: 1.93s;
    animation-delay: 1.93s;
    background-color: #ff6d00;
}

@-webkit-keyframes orbit193 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-338deg) rotateY(65deg) translateX(150px) rotateZ(338deg);
    }
    80% {
        transform: rotateZ(-338deg) rotateY(65deg) translateX(150px) rotateZ(338deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-338deg) rotateY(65deg) translateX(300px) rotateZ(338deg);
    }
}

@keyframes orbit193 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-338deg) rotateY(65deg) translateX(150px) rotateZ(338deg);
    }
    80% {
        transform: rotateZ(-338deg) rotateY(65deg) translateX(150px) rotateZ(338deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-338deg) rotateY(65deg) translateX(300px) rotateZ(338deg);
    }
}

.c:nth-child(194) {
    -webkit-animation: orbit194 14s infinite forwards;
    animation: orbit194 14s infinite forwards;
    -webkit-animation-delay: 1.94s;
    animation-delay: 1.94s;
    background-color: #ff6e00;
}

@-webkit-keyframes orbit194 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-87deg) rotateY(329deg) translateX(150px) rotateZ(87deg);
    }
    80% {
        transform: rotateZ(-87deg) rotateY(329deg) translateX(150px) rotateZ(87deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-87deg) rotateY(329deg) translateX(300px) rotateZ(87deg);
    }
}

@keyframes orbit194 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-87deg) rotateY(329deg) translateX(150px) rotateZ(87deg);
    }
    80% {
        transform: rotateZ(-87deg) rotateY(329deg) translateX(150px) rotateZ(87deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-87deg) rotateY(329deg) translateX(300px) rotateZ(87deg);
    }
}

.c:nth-child(195) {
    -webkit-animation: orbit195 14s infinite forwards;
    animation: orbit195 14s infinite forwards;
    -webkit-animation-delay: 1.95s;
    animation-delay: 1.95s;
    background-color: #ff6f00;
}

@-webkit-keyframes orbit195 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-223deg) rotateY(246deg) translateX(150px) rotateZ(223deg);
    }
    80% {
        transform: rotateZ(-223deg) rotateY(246deg) translateX(150px) rotateZ(223deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-223deg) rotateY(246deg) translateX(300px) rotateZ(223deg);
    }
}

@keyframes orbit195 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-223deg) rotateY(246deg) translateX(150px) rotateZ(223deg);
    }
    80% {
        transform: rotateZ(-223deg) rotateY(246deg) translateX(150px) rotateZ(223deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-223deg) rotateY(246deg) translateX(300px) rotateZ(223deg);
    }
}

.c:nth-child(196) {
    -webkit-animation: orbit196 14s infinite forwards;
    animation: orbit196 14s infinite forwards;
    -webkit-animation-delay: 1.96s;
    animation-delay: 1.96s;
    background-color: #ff6f00;
}

@-webkit-keyframes orbit196 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-221deg) rotateY(198deg) translateX(150px) rotateZ(221deg);
    }
    80% {
        transform: rotateZ(-221deg) rotateY(198deg) translateX(150px) rotateZ(221deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-221deg) rotateY(198deg) translateX(300px) rotateZ(221deg);
    }
}

@keyframes orbit196 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-221deg) rotateY(198deg) translateX(150px) rotateZ(221deg);
    }
    80% {
        transform: rotateZ(-221deg) rotateY(198deg) translateX(150px) rotateZ(221deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-221deg) rotateY(198deg) translateX(300px) rotateZ(221deg);
    }
}

.c:nth-child(197) {
    -webkit-animation: orbit197 14s infinite forwards;
    animation: orbit197 14s infinite forwards;
    -webkit-animation-delay: 1.97s;
    animation-delay: 1.97s;
    background-color: #ff7000;
}

@-webkit-keyframes orbit197 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-275deg) rotateY(225deg) translateX(150px) rotateZ(275deg);
    }
    80% {
        transform: rotateZ(-275deg) rotateY(225deg) translateX(150px) rotateZ(275deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-275deg) rotateY(225deg) translateX(300px) rotateZ(275deg);
    }
}

@keyframes orbit197 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-275deg) rotateY(225deg) translateX(150px) rotateZ(275deg);
    }
    80% {
        transform: rotateZ(-275deg) rotateY(225deg) translateX(150px) rotateZ(275deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-275deg) rotateY(225deg) translateX(300px) rotateZ(275deg);
    }
}

.c:nth-child(198) {
    -webkit-animation: orbit198 14s infinite forwards;
    animation: orbit198 14s infinite forwards;
    -webkit-animation-delay: 1.98s;
    animation-delay: 1.98s;
    background-color: #ff7000;
}

@-webkit-keyframes orbit198 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-316deg) rotateY(217deg) translateX(150px) rotateZ(316deg);
    }
    80% {
        transform: rotateZ(-316deg) rotateY(217deg) translateX(150px) rotateZ(316deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-316deg) rotateY(217deg) translateX(300px) rotateZ(316deg);
    }
}

@keyframes orbit198 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-316deg) rotateY(217deg) translateX(150px) rotateZ(316deg);
    }
    80% {
        transform: rotateZ(-316deg) rotateY(217deg) translateX(150px) rotateZ(316deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-316deg) rotateY(217deg) translateX(300px) rotateZ(316deg);
    }
}

.c:nth-child(199) {
    -webkit-animation: orbit199 14s infinite forwards;
    animation: orbit199 14s infinite forwards;
    -webkit-animation-delay: 1.99s;
    animation-delay: 1.99s;
    background-color: #ff7100;
}

@-webkit-keyframes orbit199 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-108deg) rotateY(41deg) translateX(150px) rotateZ(108deg);
    }
    80% {
        transform: rotateZ(-108deg) rotateY(41deg) translateX(150px) rotateZ(108deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-108deg) rotateY(41deg) translateX(300px) rotateZ(108deg);
    }
}

@keyframes orbit199 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-108deg) rotateY(41deg) translateX(150px) rotateZ(108deg);
    }
    80% {
        transform: rotateZ(-108deg) rotateY(41deg) translateX(150px) rotateZ(108deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-108deg) rotateY(41deg) translateX(300px) rotateZ(108deg);
    }
}

.c:nth-child(200) {
    -webkit-animation: orbit200 14s infinite forwards;
    animation: orbit200 14s infinite forwards;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    background-color: #ff7100;
}

@-webkit-keyframes orbit200 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-224deg) rotateY(58deg) translateX(150px) rotateZ(224deg);
    }
    80% {
        transform: rotateZ(-224deg) rotateY(58deg) translateX(150px) rotateZ(224deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-224deg) rotateY(58deg) translateX(300px) rotateZ(224deg);
    }
}

@keyframes orbit200 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-224deg) rotateY(58deg) translateX(150px) rotateZ(224deg);
    }
    80% {
        transform: rotateZ(-224deg) rotateY(58deg) translateX(150px) rotateZ(224deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-224deg) rotateY(58deg) translateX(300px) rotateZ(224deg);
    }
}

.c:nth-child(201) {
    -webkit-animation: orbit201 14s infinite forwards;
    animation: orbit201 14s infinite forwards;
    -webkit-animation-delay: 2.01s;
    animation-delay: 2.01s;
    background-color: #ff7200;
}

@-webkit-keyframes orbit201 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-197deg) rotateY(59deg) translateX(150px) rotateZ(197deg);
    }
    80% {
        transform: rotateZ(-197deg) rotateY(59deg) translateX(150px) rotateZ(197deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-197deg) rotateY(59deg) translateX(300px) rotateZ(197deg);
    }
}

@keyframes orbit201 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-197deg) rotateY(59deg) translateX(150px) rotateZ(197deg);
    }
    80% {
        transform: rotateZ(-197deg) rotateY(59deg) translateX(150px) rotateZ(197deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-197deg) rotateY(59deg) translateX(300px) rotateZ(197deg);
    }
}

.c:nth-child(202) {
    -webkit-animation: orbit202 14s infinite forwards;
    animation: orbit202 14s infinite forwards;
    -webkit-animation-delay: 2.02s;
    animation-delay: 2.02s;
    background-color: #ff7200;
}

@-webkit-keyframes orbit202 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-98deg) rotateY(18deg) translateX(150px) rotateZ(98deg);
    }
    80% {
        transform: rotateZ(-98deg) rotateY(18deg) translateX(150px) rotateZ(98deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-98deg) rotateY(18deg) translateX(300px) rotateZ(98deg);
    }
}

@keyframes orbit202 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-98deg) rotateY(18deg) translateX(150px) rotateZ(98deg);
    }
    80% {
        transform: rotateZ(-98deg) rotateY(18deg) translateX(150px) rotateZ(98deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-98deg) rotateY(18deg) translateX(300px) rotateZ(98deg);
    }
}

.c:nth-child(203) {
    -webkit-animation: orbit203 14s infinite forwards;
    animation: orbit203 14s infinite forwards;
    -webkit-animation-delay: 2.03s;
    animation-delay: 2.03s;
    background-color: #ff7300;
}

@-webkit-keyframes orbit203 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-190deg) rotateY(88deg) translateX(150px) rotateZ(190deg);
    }
    80% {
        transform: rotateZ(-190deg) rotateY(88deg) translateX(150px) rotateZ(190deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-190deg) rotateY(88deg) translateX(300px) rotateZ(190deg);
    }
}

@keyframes orbit203 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-190deg) rotateY(88deg) translateX(150px) rotateZ(190deg);
    }
    80% {
        transform: rotateZ(-190deg) rotateY(88deg) translateX(150px) rotateZ(190deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-190deg) rotateY(88deg) translateX(300px) rotateZ(190deg);
    }
}

.c:nth-child(204) {
    -webkit-animation: orbit204 14s infinite forwards;
    animation: orbit204 14s infinite forwards;
    -webkit-animation-delay: 2.04s;
    animation-delay: 2.04s;
    background-color: #ff7400;
}

@-webkit-keyframes orbit204 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-257deg) rotateY(334deg) translateX(150px) rotateZ(257deg);
    }
    80% {
        transform: rotateZ(-257deg) rotateY(334deg) translateX(150px) rotateZ(257deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-257deg) rotateY(334deg) translateX(300px) rotateZ(257deg);
    }
}

@keyframes orbit204 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-257deg) rotateY(334deg) translateX(150px) rotateZ(257deg);
    }
    80% {
        transform: rotateZ(-257deg) rotateY(334deg) translateX(150px) rotateZ(257deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-257deg) rotateY(334deg) translateX(300px) rotateZ(257deg);
    }
}

.c:nth-child(205) {
    -webkit-animation: orbit205 14s infinite forwards;
    animation: orbit205 14s infinite forwards;
    -webkit-animation-delay: 2.05s;
    animation-delay: 2.05s;
    background-color: #ff7400;
}

@-webkit-keyframes orbit205 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-127deg) rotateY(278deg) translateX(150px) rotateZ(127deg);
    }
    80% {
        transform: rotateZ(-127deg) rotateY(278deg) translateX(150px) rotateZ(127deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-127deg) rotateY(278deg) translateX(300px) rotateZ(127deg);
    }
}

@keyframes orbit205 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-127deg) rotateY(278deg) translateX(150px) rotateZ(127deg);
    }
    80% {
        transform: rotateZ(-127deg) rotateY(278deg) translateX(150px) rotateZ(127deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-127deg) rotateY(278deg) translateX(300px) rotateZ(127deg);
    }
}

.c:nth-child(206) {
    -webkit-animation: orbit206 14s infinite forwards;
    animation: orbit206 14s infinite forwards;
    -webkit-animation-delay: 2.06s;
    animation-delay: 2.06s;
    background-color: #ff7500;
}

@-webkit-keyframes orbit206 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-294deg) rotateY(34deg) translateX(150px) rotateZ(294deg);
    }
    80% {
        transform: rotateZ(-294deg) rotateY(34deg) translateX(150px) rotateZ(294deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-294deg) rotateY(34deg) translateX(300px) rotateZ(294deg);
    }
}

@keyframes orbit206 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-294deg) rotateY(34deg) translateX(150px) rotateZ(294deg);
    }
    80% {
        transform: rotateZ(-294deg) rotateY(34deg) translateX(150px) rotateZ(294deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-294deg) rotateY(34deg) translateX(300px) rotateZ(294deg);
    }
}

.c:nth-child(207) {
    -webkit-animation: orbit207 14s infinite forwards;
    animation: orbit207 14s infinite forwards;
    -webkit-animation-delay: 2.07s;
    animation-delay: 2.07s;
    background-color: #ff7500;
}

@-webkit-keyframes orbit207 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-211deg) rotateY(56deg) translateX(150px) rotateZ(211deg);
    }
    80% {
        transform: rotateZ(-211deg) rotateY(56deg) translateX(150px) rotateZ(211deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-211deg) rotateY(56deg) translateX(300px) rotateZ(211deg);
    }
}

@keyframes orbit207 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-211deg) rotateY(56deg) translateX(150px) rotateZ(211deg);
    }
    80% {
        transform: rotateZ(-211deg) rotateY(56deg) translateX(150px) rotateZ(211deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-211deg) rotateY(56deg) translateX(300px) rotateZ(211deg);
    }
}

.c:nth-child(208) {
    -webkit-animation: orbit208 14s infinite forwards;
    animation: orbit208 14s infinite forwards;
    -webkit-animation-delay: 2.08s;
    animation-delay: 2.08s;
    background-color: #ff7600;
}

@-webkit-keyframes orbit208 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-335deg) rotateY(1deg) translateX(150px) rotateZ(335deg);
    }
    80% {
        transform: rotateZ(-335deg) rotateY(1deg) translateX(150px) rotateZ(335deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-335deg) rotateY(1deg) translateX(300px) rotateZ(335deg);
    }
}

@keyframes orbit208 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-335deg) rotateY(1deg) translateX(150px) rotateZ(335deg);
    }
    80% {
        transform: rotateZ(-335deg) rotateY(1deg) translateX(150px) rotateZ(335deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-335deg) rotateY(1deg) translateX(300px) rotateZ(335deg);
    }
}

.c:nth-child(209) {
    -webkit-animation: orbit209 14s infinite forwards;
    animation: orbit209 14s infinite forwards;
    -webkit-animation-delay: 2.09s;
    animation-delay: 2.09s;
    background-color: #ff7600;
}

@-webkit-keyframes orbit209 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-129deg) rotateY(341deg) translateX(150px) rotateZ(129deg);
    }
    80% {
        transform: rotateZ(-129deg) rotateY(341deg) translateX(150px) rotateZ(129deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-129deg) rotateY(341deg) translateX(300px) rotateZ(129deg);
    }
}

@keyframes orbit209 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-129deg) rotateY(341deg) translateX(150px) rotateZ(129deg);
    }
    80% {
        transform: rotateZ(-129deg) rotateY(341deg) translateX(150px) rotateZ(129deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-129deg) rotateY(341deg) translateX(300px) rotateZ(129deg);
    }
}

.c:nth-child(210) {
    -webkit-animation: orbit210 14s infinite forwards;
    animation: orbit210 14s infinite forwards;
    -webkit-animation-delay: 2.1s;
    animation-delay: 2.1s;
    background-color: #ff7700;
}

@-webkit-keyframes orbit210 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-187deg) rotateY(211deg) translateX(150px) rotateZ(187deg);
    }
    80% {
        transform: rotateZ(-187deg) rotateY(211deg) translateX(150px) rotateZ(187deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-187deg) rotateY(211deg) translateX(300px) rotateZ(187deg);
    }
}

@keyframes orbit210 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-187deg) rotateY(211deg) translateX(150px) rotateZ(187deg);
    }
    80% {
        transform: rotateZ(-187deg) rotateY(211deg) translateX(150px) rotateZ(187deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-187deg) rotateY(211deg) translateX(300px) rotateZ(187deg);
    }
}

.c:nth-child(211) {
    -webkit-animation: orbit211 14s infinite forwards;
    animation: orbit211 14s infinite forwards;
    -webkit-animation-delay: 2.11s;
    animation-delay: 2.11s;
    background-color: #ff7800;
}

@-webkit-keyframes orbit211 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-265deg) rotateY(325deg) translateX(150px) rotateZ(265deg);
    }
    80% {
        transform: rotateZ(-265deg) rotateY(325deg) translateX(150px) rotateZ(265deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-265deg) rotateY(325deg) translateX(300px) rotateZ(265deg);
    }
}

@keyframes orbit211 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-265deg) rotateY(325deg) translateX(150px) rotateZ(265deg);
    }
    80% {
        transform: rotateZ(-265deg) rotateY(325deg) translateX(150px) rotateZ(265deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-265deg) rotateY(325deg) translateX(300px) rotateZ(265deg);
    }
}

.c:nth-child(212) {
    -webkit-animation: orbit212 14s infinite forwards;
    animation: orbit212 14s infinite forwards;
    -webkit-animation-delay: 2.12s;
    animation-delay: 2.12s;
    background-color: #ff7800;
}

@-webkit-keyframes orbit212 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-325deg) rotateY(343deg) translateX(150px) rotateZ(325deg);
    }
    80% {
        transform: rotateZ(-325deg) rotateY(343deg) translateX(150px) rotateZ(325deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-325deg) rotateY(343deg) translateX(300px) rotateZ(325deg);
    }
}

@keyframes orbit212 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-325deg) rotateY(343deg) translateX(150px) rotateZ(325deg);
    }
    80% {
        transform: rotateZ(-325deg) rotateY(343deg) translateX(150px) rotateZ(325deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-325deg) rotateY(343deg) translateX(300px) rotateZ(325deg);
    }
}

.c:nth-child(213) {
    -webkit-animation: orbit213 14s infinite forwards;
    animation: orbit213 14s infinite forwards;
    -webkit-animation-delay: 2.13s;
    animation-delay: 2.13s;
    background-color: #ff7900;
}

@-webkit-keyframes orbit213 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-282deg) rotateY(284deg) translateX(150px) rotateZ(282deg);
    }
    80% {
        transform: rotateZ(-282deg) rotateY(284deg) translateX(150px) rotateZ(282deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-282deg) rotateY(284deg) translateX(300px) rotateZ(282deg);
    }
}

@keyframes orbit213 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-282deg) rotateY(284deg) translateX(150px) rotateZ(282deg);
    }
    80% {
        transform: rotateZ(-282deg) rotateY(284deg) translateX(150px) rotateZ(282deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-282deg) rotateY(284deg) translateX(300px) rotateZ(282deg);
    }
}

.c:nth-child(214) {
    -webkit-animation: orbit214 14s infinite forwards;
    animation: orbit214 14s infinite forwards;
    -webkit-animation-delay: 2.14s;
    animation-delay: 2.14s;
    background-color: #ff7900;
}

@-webkit-keyframes orbit214 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-109deg) rotateY(114deg) translateX(150px) rotateZ(109deg);
    }
    80% {
        transform: rotateZ(-109deg) rotateY(114deg) translateX(150px) rotateZ(109deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-109deg) rotateY(114deg) translateX(300px) rotateZ(109deg);
    }
}

@keyframes orbit214 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-109deg) rotateY(114deg) translateX(150px) rotateZ(109deg);
    }
    80% {
        transform: rotateZ(-109deg) rotateY(114deg) translateX(150px) rotateZ(109deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-109deg) rotateY(114deg) translateX(300px) rotateZ(109deg);
    }
}

.c:nth-child(215) {
    -webkit-animation: orbit215 14s infinite forwards;
    animation: orbit215 14s infinite forwards;
    -webkit-animation-delay: 2.15s;
    animation-delay: 2.15s;
    background-color: #ff7a00;
}

@-webkit-keyframes orbit215 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-158deg) rotateY(196deg) translateX(150px) rotateZ(158deg);
    }
    80% {
        transform: rotateZ(-158deg) rotateY(196deg) translateX(150px) rotateZ(158deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-158deg) rotateY(196deg) translateX(300px) rotateZ(158deg);
    }
}

@keyframes orbit215 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-158deg) rotateY(196deg) translateX(150px) rotateZ(158deg);
    }
    80% {
        transform: rotateZ(-158deg) rotateY(196deg) translateX(150px) rotateZ(158deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-158deg) rotateY(196deg) translateX(300px) rotateZ(158deg);
    }
}

.c:nth-child(216) {
    -webkit-animation: orbit216 14s infinite forwards;
    animation: orbit216 14s infinite forwards;
    -webkit-animation-delay: 2.16s;
    animation-delay: 2.16s;
    background-color: #ff7a00;
}

@-webkit-keyframes orbit216 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-272deg) rotateY(184deg) translateX(150px) rotateZ(272deg);
    }
    80% {
        transform: rotateZ(-272deg) rotateY(184deg) translateX(150px) rotateZ(272deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-272deg) rotateY(184deg) translateX(300px) rotateZ(272deg);
    }
}

@keyframes orbit216 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-272deg) rotateY(184deg) translateX(150px) rotateZ(272deg);
    }
    80% {
        transform: rotateZ(-272deg) rotateY(184deg) translateX(150px) rotateZ(272deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-272deg) rotateY(184deg) translateX(300px) rotateZ(272deg);
    }
}

.c:nth-child(217) {
    -webkit-animation: orbit217 14s infinite forwards;
    animation: orbit217 14s infinite forwards;
    -webkit-animation-delay: 2.17s;
    animation-delay: 2.17s;
    background-color: #ff7b00;
}

@-webkit-keyframes orbit217 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-2deg) rotateY(191deg) translateX(150px) rotateZ(2deg);
    }
    80% {
        transform: rotateZ(-2deg) rotateY(191deg) translateX(150px) rotateZ(2deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-2deg) rotateY(191deg) translateX(300px) rotateZ(2deg);
    }
}

@keyframes orbit217 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-2deg) rotateY(191deg) translateX(150px) rotateZ(2deg);
    }
    80% {
        transform: rotateZ(-2deg) rotateY(191deg) translateX(150px) rotateZ(2deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-2deg) rotateY(191deg) translateX(300px) rotateZ(2deg);
    }
}

.c:nth-child(218) {
    -webkit-animation: orbit218 14s infinite forwards;
    animation: orbit218 14s infinite forwards;
    -webkit-animation-delay: 2.18s;
    animation-delay: 2.18s;
    background-color: #ff7c00;
}

@-webkit-keyframes orbit218 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-244deg) rotateY(360deg) translateX(150px) rotateZ(244deg);
    }
    80% {
        transform: rotateZ(-244deg) rotateY(360deg) translateX(150px) rotateZ(244deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-244deg) rotateY(360deg) translateX(300px) rotateZ(244deg);
    }
}

@keyframes orbit218 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-244deg) rotateY(360deg) translateX(150px) rotateZ(244deg);
    }
    80% {
        transform: rotateZ(-244deg) rotateY(360deg) translateX(150px) rotateZ(244deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-244deg) rotateY(360deg) translateX(300px) rotateZ(244deg);
    }
}

.c:nth-child(219) {
    -webkit-animation: orbit219 14s infinite forwards;
    animation: orbit219 14s infinite forwards;
    -webkit-animation-delay: 2.19s;
    animation-delay: 2.19s;
    background-color: #ff7c00;
}

@-webkit-keyframes orbit219 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-74deg) rotateY(19deg) translateX(150px) rotateZ(74deg);
    }
    80% {
        transform: rotateZ(-74deg) rotateY(19deg) translateX(150px) rotateZ(74deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-74deg) rotateY(19deg) translateX(300px) rotateZ(74deg);
    }
}

@keyframes orbit219 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-74deg) rotateY(19deg) translateX(150px) rotateZ(74deg);
    }
    80% {
        transform: rotateZ(-74deg) rotateY(19deg) translateX(150px) rotateZ(74deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-74deg) rotateY(19deg) translateX(300px) rotateZ(74deg);
    }
}

.c:nth-child(220) {
    -webkit-animation: orbit220 14s infinite forwards;
    animation: orbit220 14s infinite forwards;
    -webkit-animation-delay: 2.2s;
    animation-delay: 2.2s;
    background-color: #ff7d00;
}

@-webkit-keyframes orbit220 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-293deg) rotateY(254deg) translateX(150px) rotateZ(293deg);
    }
    80% {
        transform: rotateZ(-293deg) rotateY(254deg) translateX(150px) rotateZ(293deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-293deg) rotateY(254deg) translateX(300px) rotateZ(293deg);
    }
}

@keyframes orbit220 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-293deg) rotateY(254deg) translateX(150px) rotateZ(293deg);
    }
    80% {
        transform: rotateZ(-293deg) rotateY(254deg) translateX(150px) rotateZ(293deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-293deg) rotateY(254deg) translateX(300px) rotateZ(293deg);
    }
}

.c:nth-child(221) {
    -webkit-animation: orbit221 14s infinite forwards;
    animation: orbit221 14s infinite forwards;
    -webkit-animation-delay: 2.21s;
    animation-delay: 2.21s;
    background-color: #ff7d00;
}

@-webkit-keyframes orbit221 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-46deg) rotateY(204deg) translateX(150px) rotateZ(46deg);
    }
    80% {
        transform: rotateZ(-46deg) rotateY(204deg) translateX(150px) rotateZ(46deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-46deg) rotateY(204deg) translateX(300px) rotateZ(46deg);
    }
}

@keyframes orbit221 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-46deg) rotateY(204deg) translateX(150px) rotateZ(46deg);
    }
    80% {
        transform: rotateZ(-46deg) rotateY(204deg) translateX(150px) rotateZ(46deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-46deg) rotateY(204deg) translateX(300px) rotateZ(46deg);
    }
}

.c:nth-child(222) {
    -webkit-animation: orbit222 14s infinite forwards;
    animation: orbit222 14s infinite forwards;
    -webkit-animation-delay: 2.22s;
    animation-delay: 2.22s;
    background-color: #ff7e00;
}

@-webkit-keyframes orbit222 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-277deg) rotateY(314deg) translateX(150px) rotateZ(277deg);
    }
    80% {
        transform: rotateZ(-277deg) rotateY(314deg) translateX(150px) rotateZ(277deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-277deg) rotateY(314deg) translateX(300px) rotateZ(277deg);
    }
}

@keyframes orbit222 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-277deg) rotateY(314deg) translateX(150px) rotateZ(277deg);
    }
    80% {
        transform: rotateZ(-277deg) rotateY(314deg) translateX(150px) rotateZ(277deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-277deg) rotateY(314deg) translateX(300px) rotateZ(277deg);
    }
}

.c:nth-child(223) {
    -webkit-animation: orbit223 14s infinite forwards;
    animation: orbit223 14s infinite forwards;
    -webkit-animation-delay: 2.23s;
    animation-delay: 2.23s;
    background-color: #ff7e00;
}

@-webkit-keyframes orbit223 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-67deg) rotateY(166deg) translateX(150px) rotateZ(67deg);
    }
    80% {
        transform: rotateZ(-67deg) rotateY(166deg) translateX(150px) rotateZ(67deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-67deg) rotateY(166deg) translateX(300px) rotateZ(67deg);
    }
}

@keyframes orbit223 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-67deg) rotateY(166deg) translateX(150px) rotateZ(67deg);
    }
    80% {
        transform: rotateZ(-67deg) rotateY(166deg) translateX(150px) rotateZ(67deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-67deg) rotateY(166deg) translateX(300px) rotateZ(67deg);
    }
}

.c:nth-child(224) {
    -webkit-animation: orbit224 14s infinite forwards;
    animation: orbit224 14s infinite forwards;
    -webkit-animation-delay: 2.24s;
    animation-delay: 2.24s;
    background-color: #ff7f00;
}

@-webkit-keyframes orbit224 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-295deg) rotateY(346deg) translateX(150px) rotateZ(295deg);
    }
    80% {
        transform: rotateZ(-295deg) rotateY(346deg) translateX(150px) rotateZ(295deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-295deg) rotateY(346deg) translateX(300px) rotateZ(295deg);
    }
}

@keyframes orbit224 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-295deg) rotateY(346deg) translateX(150px) rotateZ(295deg);
    }
    80% {
        transform: rotateZ(-295deg) rotateY(346deg) translateX(150px) rotateZ(295deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-295deg) rotateY(346deg) translateX(300px) rotateZ(295deg);
    }
}

.c:nth-child(225) {
    -webkit-animation: orbit225 14s infinite forwards;
    animation: orbit225 14s infinite forwards;
    -webkit-animation-delay: 2.25s;
    animation-delay: 2.25s;
    background-color: #ff8000;
}

@-webkit-keyframes orbit225 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-55deg) rotateY(225deg) translateX(150px) rotateZ(55deg);
    }
    80% {
        transform: rotateZ(-55deg) rotateY(225deg) translateX(150px) rotateZ(55deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-55deg) rotateY(225deg) translateX(300px) rotateZ(55deg);
    }
}

@keyframes orbit225 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-55deg) rotateY(225deg) translateX(150px) rotateZ(55deg);
    }
    80% {
        transform: rotateZ(-55deg) rotateY(225deg) translateX(150px) rotateZ(55deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-55deg) rotateY(225deg) translateX(300px) rotateZ(55deg);
    }
}

.c:nth-child(226) {
    -webkit-animation: orbit226 14s infinite forwards;
    animation: orbit226 14s infinite forwards;
    -webkit-animation-delay: 2.26s;
    animation-delay: 2.26s;
    background-color: #ff8000;
}

@-webkit-keyframes orbit226 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-249deg) rotateY(159deg) translateX(150px) rotateZ(249deg);
    }
    80% {
        transform: rotateZ(-249deg) rotateY(159deg) translateX(150px) rotateZ(249deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-249deg) rotateY(159deg) translateX(300px) rotateZ(249deg);
    }
}

@keyframes orbit226 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-249deg) rotateY(159deg) translateX(150px) rotateZ(249deg);
    }
    80% {
        transform: rotateZ(-249deg) rotateY(159deg) translateX(150px) rotateZ(249deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-249deg) rotateY(159deg) translateX(300px) rotateZ(249deg);
    }
}

.c:nth-child(227) {
    -webkit-animation: orbit227 14s infinite forwards;
    animation: orbit227 14s infinite forwards;
    -webkit-animation-delay: 2.27s;
    animation-delay: 2.27s;
    background-color: #ff8100;
}

@-webkit-keyframes orbit227 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-40deg) rotateY(115deg) translateX(150px) rotateZ(40deg);
    }
    80% {
        transform: rotateZ(-40deg) rotateY(115deg) translateX(150px) rotateZ(40deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-40deg) rotateY(115deg) translateX(300px) rotateZ(40deg);
    }
}

@keyframes orbit227 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-40deg) rotateY(115deg) translateX(150px) rotateZ(40deg);
    }
    80% {
        transform: rotateZ(-40deg) rotateY(115deg) translateX(150px) rotateZ(40deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-40deg) rotateY(115deg) translateX(300px) rotateZ(40deg);
    }
}

.c:nth-child(228) {
    -webkit-animation: orbit228 14s infinite forwards;
    animation: orbit228 14s infinite forwards;
    -webkit-animation-delay: 2.28s;
    animation-delay: 2.28s;
    background-color: #ff8100;
}

@-webkit-keyframes orbit228 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-244deg) rotateY(61deg) translateX(150px) rotateZ(244deg);
    }
    80% {
        transform: rotateZ(-244deg) rotateY(61deg) translateX(150px) rotateZ(244deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-244deg) rotateY(61deg) translateX(300px) rotateZ(244deg);
    }
}

@keyframes orbit228 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-244deg) rotateY(61deg) translateX(150px) rotateZ(244deg);
    }
    80% {
        transform: rotateZ(-244deg) rotateY(61deg) translateX(150px) rotateZ(244deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-244deg) rotateY(61deg) translateX(300px) rotateZ(244deg);
    }
}

.c:nth-child(229) {
    -webkit-animation: orbit229 14s infinite forwards;
    animation: orbit229 14s infinite forwards;
    -webkit-animation-delay: 2.29s;
    animation-delay: 2.29s;
    background-color: #ff8200;
}

@-webkit-keyframes orbit229 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-1deg) rotateY(351deg) translateX(150px) rotateZ(1deg);
    }
    80% {
        transform: rotateZ(-1deg) rotateY(351deg) translateX(150px) rotateZ(1deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-1deg) rotateY(351deg) translateX(300px) rotateZ(1deg);
    }
}

@keyframes orbit229 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-1deg) rotateY(351deg) translateX(150px) rotateZ(1deg);
    }
    80% {
        transform: rotateZ(-1deg) rotateY(351deg) translateX(150px) rotateZ(1deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-1deg) rotateY(351deg) translateX(300px) rotateZ(1deg);
    }
}

.c:nth-child(230) {
    -webkit-animation: orbit230 14s infinite forwards;
    animation: orbit230 14s infinite forwards;
    -webkit-animation-delay: 2.3s;
    animation-delay: 2.3s;
    background-color: #ff8200;
}

@-webkit-keyframes orbit230 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-30deg) rotateY(315deg) translateX(150px) rotateZ(30deg);
    }
    80% {
        transform: rotateZ(-30deg) rotateY(315deg) translateX(150px) rotateZ(30deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-30deg) rotateY(315deg) translateX(300px) rotateZ(30deg);
    }
}

@keyframes orbit230 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-30deg) rotateY(315deg) translateX(150px) rotateZ(30deg);
    }
    80% {
        transform: rotateZ(-30deg) rotateY(315deg) translateX(150px) rotateZ(30deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-30deg) rotateY(315deg) translateX(300px) rotateZ(30deg);
    }
}

.c:nth-child(231) {
    -webkit-animation: orbit231 14s infinite forwards;
    animation: orbit231 14s infinite forwards;
    -webkit-animation-delay: 2.31s;
    animation-delay: 2.31s;
    background-color: #ff8300;
}

@-webkit-keyframes orbit231 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-289deg) rotateY(297deg) translateX(150px) rotateZ(289deg);
    }
    80% {
        transform: rotateZ(-289deg) rotateY(297deg) translateX(150px) rotateZ(289deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-289deg) rotateY(297deg) translateX(300px) rotateZ(289deg);
    }
}

@keyframes orbit231 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-289deg) rotateY(297deg) translateX(150px) rotateZ(289deg);
    }
    80% {
        transform: rotateZ(-289deg) rotateY(297deg) translateX(150px) rotateZ(289deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-289deg) rotateY(297deg) translateX(300px) rotateZ(289deg);
    }
}

.c:nth-child(232) {
    -webkit-animation: orbit232 14s infinite forwards;
    animation: orbit232 14s infinite forwards;
    -webkit-animation-delay: 2.32s;
    animation-delay: 2.32s;
    background-color: #ff8300;
}

@-webkit-keyframes orbit232 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-234deg) rotateY(28deg) translateX(150px) rotateZ(234deg);
    }
    80% {
        transform: rotateZ(-234deg) rotateY(28deg) translateX(150px) rotateZ(234deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-234deg) rotateY(28deg) translateX(300px) rotateZ(234deg);
    }
}

@keyframes orbit232 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-234deg) rotateY(28deg) translateX(150px) rotateZ(234deg);
    }
    80% {
        transform: rotateZ(-234deg) rotateY(28deg) translateX(150px) rotateZ(234deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-234deg) rotateY(28deg) translateX(300px) rotateZ(234deg);
    }
}

.c:nth-child(233) {
    -webkit-animation: orbit233 14s infinite forwards;
    animation: orbit233 14s infinite forwards;
    -webkit-animation-delay: 2.33s;
    animation-delay: 2.33s;
    background-color: #ff8400;
}

@-webkit-keyframes orbit233 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-64deg) rotateY(44deg) translateX(150px) rotateZ(64deg);
    }
    80% {
        transform: rotateZ(-64deg) rotateY(44deg) translateX(150px) rotateZ(64deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-64deg) rotateY(44deg) translateX(300px) rotateZ(64deg);
    }
}

@keyframes orbit233 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-64deg) rotateY(44deg) translateX(150px) rotateZ(64deg);
    }
    80% {
        transform: rotateZ(-64deg) rotateY(44deg) translateX(150px) rotateZ(64deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-64deg) rotateY(44deg) translateX(300px) rotateZ(64deg);
    }
}

.c:nth-child(234) {
    -webkit-animation: orbit234 14s infinite forwards;
    animation: orbit234 14s infinite forwards;
    -webkit-animation-delay: 2.34s;
    animation-delay: 2.34s;
    background-color: #ff8500;
}

@-webkit-keyframes orbit234 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-142deg) rotateY(20deg) translateX(150px) rotateZ(142deg);
    }
    80% {
        transform: rotateZ(-142deg) rotateY(20deg) translateX(150px) rotateZ(142deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-142deg) rotateY(20deg) translateX(300px) rotateZ(142deg);
    }
}

@keyframes orbit234 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-142deg) rotateY(20deg) translateX(150px) rotateZ(142deg);
    }
    80% {
        transform: rotateZ(-142deg) rotateY(20deg) translateX(150px) rotateZ(142deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-142deg) rotateY(20deg) translateX(300px) rotateZ(142deg);
    }
}

.c:nth-child(235) {
    -webkit-animation: orbit235 14s infinite forwards;
    animation: orbit235 14s infinite forwards;
    -webkit-animation-delay: 2.35s;
    animation-delay: 2.35s;
    background-color: #ff8500;
}

@-webkit-keyframes orbit235 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-186deg) rotateY(14deg) translateX(150px) rotateZ(186deg);
    }
    80% {
        transform: rotateZ(-186deg) rotateY(14deg) translateX(150px) rotateZ(186deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-186deg) rotateY(14deg) translateX(300px) rotateZ(186deg);
    }
}

@keyframes orbit235 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-186deg) rotateY(14deg) translateX(150px) rotateZ(186deg);
    }
    80% {
        transform: rotateZ(-186deg) rotateY(14deg) translateX(150px) rotateZ(186deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-186deg) rotateY(14deg) translateX(300px) rotateZ(186deg);
    }
}

.c:nth-child(236) {
    -webkit-animation: orbit236 14s infinite forwards;
    animation: orbit236 14s infinite forwards;
    -webkit-animation-delay: 2.36s;
    animation-delay: 2.36s;
    background-color: #ff8600;
}

@-webkit-keyframes orbit236 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-92deg) rotateY(7deg) translateX(150px) rotateZ(92deg);
    }
    80% {
        transform: rotateZ(-92deg) rotateY(7deg) translateX(150px) rotateZ(92deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-92deg) rotateY(7deg) translateX(300px) rotateZ(92deg);
    }
}

@keyframes orbit236 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-92deg) rotateY(7deg) translateX(150px) rotateZ(92deg);
    }
    80% {
        transform: rotateZ(-92deg) rotateY(7deg) translateX(150px) rotateZ(92deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-92deg) rotateY(7deg) translateX(300px) rotateZ(92deg);
    }
}

.c:nth-child(237) {
    -webkit-animation: orbit237 14s infinite forwards;
    animation: orbit237 14s infinite forwards;
    -webkit-animation-delay: 2.37s;
    animation-delay: 2.37s;
    background-color: #ff8600;
}

@-webkit-keyframes orbit237 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-7deg) rotateY(167deg) translateX(150px) rotateZ(7deg);
    }
    80% {
        transform: rotateZ(-7deg) rotateY(167deg) translateX(150px) rotateZ(7deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-7deg) rotateY(167deg) translateX(300px) rotateZ(7deg);
    }
}

@keyframes orbit237 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-7deg) rotateY(167deg) translateX(150px) rotateZ(7deg);
    }
    80% {
        transform: rotateZ(-7deg) rotateY(167deg) translateX(150px) rotateZ(7deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-7deg) rotateY(167deg) translateX(300px) rotateZ(7deg);
    }
}

.c:nth-child(238) {
    -webkit-animation: orbit238 14s infinite forwards;
    animation: orbit238 14s infinite forwards;
    -webkit-animation-delay: 2.38s;
    animation-delay: 2.38s;
    background-color: #ff8700;
}

@-webkit-keyframes orbit238 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-185deg) rotateY(170deg) translateX(150px) rotateZ(185deg);
    }
    80% {
        transform: rotateZ(-185deg) rotateY(170deg) translateX(150px) rotateZ(185deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-185deg) rotateY(170deg) translateX(300px) rotateZ(185deg);
    }
}

@keyframes orbit238 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-185deg) rotateY(170deg) translateX(150px) rotateZ(185deg);
    }
    80% {
        transform: rotateZ(-185deg) rotateY(170deg) translateX(150px) rotateZ(185deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-185deg) rotateY(170deg) translateX(300px) rotateZ(185deg);
    }
}

.c:nth-child(239) {
    -webkit-animation: orbit239 14s infinite forwards;
    animation: orbit239 14s infinite forwards;
    -webkit-animation-delay: 2.39s;
    animation-delay: 2.39s;
    background-color: #ff8700;
}

@-webkit-keyframes orbit239 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-211deg) rotateY(303deg) translateX(150px) rotateZ(211deg);
    }
    80% {
        transform: rotateZ(-211deg) rotateY(303deg) translateX(150px) rotateZ(211deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-211deg) rotateY(303deg) translateX(300px) rotateZ(211deg);
    }
}

@keyframes orbit239 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-211deg) rotateY(303deg) translateX(150px) rotateZ(211deg);
    }
    80% {
        transform: rotateZ(-211deg) rotateY(303deg) translateX(150px) rotateZ(211deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-211deg) rotateY(303deg) translateX(300px) rotateZ(211deg);
    }
}

.c:nth-child(240) {
    -webkit-animation: orbit240 14s infinite forwards;
    animation: orbit240 14s infinite forwards;
    -webkit-animation-delay: 2.4s;
    animation-delay: 2.4s;
    background-color: #ff8800;
}

@-webkit-keyframes orbit240 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-201deg) rotateY(198deg) translateX(150px) rotateZ(201deg);
    }
    80% {
        transform: rotateZ(-201deg) rotateY(198deg) translateX(150px) rotateZ(201deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-201deg) rotateY(198deg) translateX(300px) rotateZ(201deg);
    }
}

@keyframes orbit240 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-201deg) rotateY(198deg) translateX(150px) rotateZ(201deg);
    }
    80% {
        transform: rotateZ(-201deg) rotateY(198deg) translateX(150px) rotateZ(201deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-201deg) rotateY(198deg) translateX(300px) rotateZ(201deg);
    }
}

.c:nth-child(241) {
    -webkit-animation: orbit241 14s infinite forwards;
    animation: orbit241 14s infinite forwards;
    -webkit-animation-delay: 2.41s;
    animation-delay: 2.41s;
    background-color: #ff8900;
}

@-webkit-keyframes orbit241 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-99deg) rotateY(67deg) translateX(150px) rotateZ(99deg);
    }
    80% {
        transform: rotateZ(-99deg) rotateY(67deg) translateX(150px) rotateZ(99deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-99deg) rotateY(67deg) translateX(300px) rotateZ(99deg);
    }
}

@keyframes orbit241 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-99deg) rotateY(67deg) translateX(150px) rotateZ(99deg);
    }
    80% {
        transform: rotateZ(-99deg) rotateY(67deg) translateX(150px) rotateZ(99deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-99deg) rotateY(67deg) translateX(300px) rotateZ(99deg);
    }
}

.c:nth-child(242) {
    -webkit-animation: orbit242 14s infinite forwards;
    animation: orbit242 14s infinite forwards;
    -webkit-animation-delay: 2.42s;
    animation-delay: 2.42s;
    background-color: #ff8900;
}

@-webkit-keyframes orbit242 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-109deg) rotateY(347deg) translateX(150px) rotateZ(109deg);
    }
    80% {
        transform: rotateZ(-109deg) rotateY(347deg) translateX(150px) rotateZ(109deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-109deg) rotateY(347deg) translateX(300px) rotateZ(109deg);
    }
}

@keyframes orbit242 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-109deg) rotateY(347deg) translateX(150px) rotateZ(109deg);
    }
    80% {
        transform: rotateZ(-109deg) rotateY(347deg) translateX(150px) rotateZ(109deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-109deg) rotateY(347deg) translateX(300px) rotateZ(109deg);
    }
}

.c:nth-child(243) {
    -webkit-animation: orbit243 14s infinite forwards;
    animation: orbit243 14s infinite forwards;
    -webkit-animation-delay: 2.43s;
    animation-delay: 2.43s;
    background-color: #ff8a00;
}

@-webkit-keyframes orbit243 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-149deg) rotateY(355deg) translateX(150px) rotateZ(149deg);
    }
    80% {
        transform: rotateZ(-149deg) rotateY(355deg) translateX(150px) rotateZ(149deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-149deg) rotateY(355deg) translateX(300px) rotateZ(149deg);
    }
}

@keyframes orbit243 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-149deg) rotateY(355deg) translateX(150px) rotateZ(149deg);
    }
    80% {
        transform: rotateZ(-149deg) rotateY(355deg) translateX(150px) rotateZ(149deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-149deg) rotateY(355deg) translateX(300px) rotateZ(149deg);
    }
}

.c:nth-child(244) {
    -webkit-animation: orbit244 14s infinite forwards;
    animation: orbit244 14s infinite forwards;
    -webkit-animation-delay: 2.44s;
    animation-delay: 2.44s;
    background-color: #ff8a00;
}

@-webkit-keyframes orbit244 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-107deg) rotateY(42deg) translateX(150px) rotateZ(107deg);
    }
    80% {
        transform: rotateZ(-107deg) rotateY(42deg) translateX(150px) rotateZ(107deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-107deg) rotateY(42deg) translateX(300px) rotateZ(107deg);
    }
}

@keyframes orbit244 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-107deg) rotateY(42deg) translateX(150px) rotateZ(107deg);
    }
    80% {
        transform: rotateZ(-107deg) rotateY(42deg) translateX(150px) rotateZ(107deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-107deg) rotateY(42deg) translateX(300px) rotateZ(107deg);
    }
}

.c:nth-child(245) {
    -webkit-animation: orbit245 14s infinite forwards;
    animation: orbit245 14s infinite forwards;
    -webkit-animation-delay: 2.45s;
    animation-delay: 2.45s;
    background-color: #ff8b00;
}

@-webkit-keyframes orbit245 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-317deg) rotateY(29deg) translateX(150px) rotateZ(317deg);
    }
    80% {
        transform: rotateZ(-317deg) rotateY(29deg) translateX(150px) rotateZ(317deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-317deg) rotateY(29deg) translateX(300px) rotateZ(317deg);
    }
}

@keyframes orbit245 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-317deg) rotateY(29deg) translateX(150px) rotateZ(317deg);
    }
    80% {
        transform: rotateZ(-317deg) rotateY(29deg) translateX(150px) rotateZ(317deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-317deg) rotateY(29deg) translateX(300px) rotateZ(317deg);
    }
}

.c:nth-child(246) {
    -webkit-animation: orbit246 14s infinite forwards;
    animation: orbit246 14s infinite forwards;
    -webkit-animation-delay: 2.46s;
    animation-delay: 2.46s;
    background-color: #ff8b00;
}

@-webkit-keyframes orbit246 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-58deg) rotateY(356deg) translateX(150px) rotateZ(58deg);
    }
    80% {
        transform: rotateZ(-58deg) rotateY(356deg) translateX(150px) rotateZ(58deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-58deg) rotateY(356deg) translateX(300px) rotateZ(58deg);
    }
}

@keyframes orbit246 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-58deg) rotateY(356deg) translateX(150px) rotateZ(58deg);
    }
    80% {
        transform: rotateZ(-58deg) rotateY(356deg) translateX(150px) rotateZ(58deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-58deg) rotateY(356deg) translateX(300px) rotateZ(58deg);
    }
}

.c:nth-child(247) {
    -webkit-animation: orbit247 14s infinite forwards;
    animation: orbit247 14s infinite forwards;
    -webkit-animation-delay: 2.47s;
    animation-delay: 2.47s;
    background-color: darkorange;
}

@-webkit-keyframes orbit247 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-215deg) rotateY(325deg) translateX(150px) rotateZ(215deg);
    }
    80% {
        transform: rotateZ(-215deg) rotateY(325deg) translateX(150px) rotateZ(215deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-215deg) rotateY(325deg) translateX(300px) rotateZ(215deg);
    }
}

@keyframes orbit247 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-215deg) rotateY(325deg) translateX(150px) rotateZ(215deg);
    }
    80% {
        transform: rotateZ(-215deg) rotateY(325deg) translateX(150px) rotateZ(215deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-215deg) rotateY(325deg) translateX(300px) rotateZ(215deg);
    }
}

.c:nth-child(248) {
    -webkit-animation: orbit248 14s infinite forwards;
    animation: orbit248 14s infinite forwards;
    -webkit-animation-delay: 2.48s;
    animation-delay: 2.48s;
    background-color: #ff8d00;
}

@-webkit-keyframes orbit248 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-119deg) rotateY(85deg) translateX(150px) rotateZ(119deg);
    }
    80% {
        transform: rotateZ(-119deg) rotateY(85deg) translateX(150px) rotateZ(119deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-119deg) rotateY(85deg) translateX(300px) rotateZ(119deg);
    }
}

@keyframes orbit248 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-119deg) rotateY(85deg) translateX(150px) rotateZ(119deg);
    }
    80% {
        transform: rotateZ(-119deg) rotateY(85deg) translateX(150px) rotateZ(119deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-119deg) rotateY(85deg) translateX(300px) rotateZ(119deg);
    }
}

.c:nth-child(249) {
    -webkit-animation: orbit249 14s infinite forwards;
    animation: orbit249 14s infinite forwards;
    -webkit-animation-delay: 2.49s;
    animation-delay: 2.49s;
    background-color: #ff8d00;
}

@-webkit-keyframes orbit249 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-219deg) rotateY(156deg) translateX(150px) rotateZ(219deg);
    }
    80% {
        transform: rotateZ(-219deg) rotateY(156deg) translateX(150px) rotateZ(219deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-219deg) rotateY(156deg) translateX(300px) rotateZ(219deg);
    }
}

@keyframes orbit249 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-219deg) rotateY(156deg) translateX(150px) rotateZ(219deg);
    }
    80% {
        transform: rotateZ(-219deg) rotateY(156deg) translateX(150px) rotateZ(219deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-219deg) rotateY(156deg) translateX(300px) rotateZ(219deg);
    }
}

.c:nth-child(250) {
    -webkit-animation: orbit250 14s infinite forwards;
    animation: orbit250 14s infinite forwards;
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
    background-color: #ff8e00;
}

@-webkit-keyframes orbit250 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-292deg) rotateY(77deg) translateX(150px) rotateZ(292deg);
    }
    80% {
        transform: rotateZ(-292deg) rotateY(77deg) translateX(150px) rotateZ(292deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-292deg) rotateY(77deg) translateX(300px) rotateZ(292deg);
    }
}

@keyframes orbit250 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-292deg) rotateY(77deg) translateX(150px) rotateZ(292deg);
    }
    80% {
        transform: rotateZ(-292deg) rotateY(77deg) translateX(150px) rotateZ(292deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-292deg) rotateY(77deg) translateX(300px) rotateZ(292deg);
    }
}

.c:nth-child(251) {
    -webkit-animation: orbit251 14s infinite forwards;
    animation: orbit251 14s infinite forwards;
    -webkit-animation-delay: 2.51s;
    animation-delay: 2.51s;
    background-color: #ff8e00;
}

@-webkit-keyframes orbit251 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-220deg) rotateY(319deg) translateX(150px) rotateZ(220deg);
    }
    80% {
        transform: rotateZ(-220deg) rotateY(319deg) translateX(150px) rotateZ(220deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-220deg) rotateY(319deg) translateX(300px) rotateZ(220deg);
    }
}

@keyframes orbit251 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-220deg) rotateY(319deg) translateX(150px) rotateZ(220deg);
    }
    80% {
        transform: rotateZ(-220deg) rotateY(319deg) translateX(150px) rotateZ(220deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-220deg) rotateY(319deg) translateX(300px) rotateZ(220deg);
    }
}

.c:nth-child(252) {
    -webkit-animation: orbit252 14s infinite forwards;
    animation: orbit252 14s infinite forwards;
    -webkit-animation-delay: 2.52s;
    animation-delay: 2.52s;
    background-color: #ff8f00;
}

@-webkit-keyframes orbit252 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-69deg) rotateY(350deg) translateX(150px) rotateZ(69deg);
    }
    80% {
        transform: rotateZ(-69deg) rotateY(350deg) translateX(150px) rotateZ(69deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-69deg) rotateY(350deg) translateX(300px) rotateZ(69deg);
    }
}

@keyframes orbit252 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-69deg) rotateY(350deg) translateX(150px) rotateZ(69deg);
    }
    80% {
        transform: rotateZ(-69deg) rotateY(350deg) translateX(150px) rotateZ(69deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-69deg) rotateY(350deg) translateX(300px) rotateZ(69deg);
    }
}

.c:nth-child(253) {
    -webkit-animation: orbit253 14s infinite forwards;
    animation: orbit253 14s infinite forwards;
    -webkit-animation-delay: 2.53s;
    animation-delay: 2.53s;
    background-color: #ff8f00;
}

@-webkit-keyframes orbit253 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-153deg) rotateY(112deg) translateX(150px) rotateZ(153deg);
    }
    80% {
        transform: rotateZ(-153deg) rotateY(112deg) translateX(150px) rotateZ(153deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-153deg) rotateY(112deg) translateX(300px) rotateZ(153deg);
    }
}

@keyframes orbit253 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-153deg) rotateY(112deg) translateX(150px) rotateZ(153deg);
    }
    80% {
        transform: rotateZ(-153deg) rotateY(112deg) translateX(150px) rotateZ(153deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-153deg) rotateY(112deg) translateX(300px) rotateZ(153deg);
    }
}

.c:nth-child(254) {
    -webkit-animation: orbit254 14s infinite forwards;
    animation: orbit254 14s infinite forwards;
    -webkit-animation-delay: 2.54s;
    animation-delay: 2.54s;
    background-color: #ff9000;
}

@-webkit-keyframes orbit254 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-100deg) rotateY(149deg) translateX(150px) rotateZ(100deg);
    }
    80% {
        transform: rotateZ(-100deg) rotateY(149deg) translateX(150px) rotateZ(100deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-100deg) rotateY(149deg) translateX(300px) rotateZ(100deg);
    }
}

@keyframes orbit254 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-100deg) rotateY(149deg) translateX(150px) rotateZ(100deg);
    }
    80% {
        transform: rotateZ(-100deg) rotateY(149deg) translateX(150px) rotateZ(100deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-100deg) rotateY(149deg) translateX(300px) rotateZ(100deg);
    }
}

.c:nth-child(255) {
    -webkit-animation: orbit255 14s infinite forwards;
    animation: orbit255 14s infinite forwards;
    -webkit-animation-delay: 2.55s;
    animation-delay: 2.55s;
    background-color: #ff9100;
}

@-webkit-keyframes orbit255 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-120deg) rotateY(49deg) translateX(150px) rotateZ(120deg);
    }
    80% {
        transform: rotateZ(-120deg) rotateY(49deg) translateX(150px) rotateZ(120deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-120deg) rotateY(49deg) translateX(300px) rotateZ(120deg);
    }
}

@keyframes orbit255 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-120deg) rotateY(49deg) translateX(150px) rotateZ(120deg);
    }
    80% {
        transform: rotateZ(-120deg) rotateY(49deg) translateX(150px) rotateZ(120deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-120deg) rotateY(49deg) translateX(300px) rotateZ(120deg);
    }
}

.c:nth-child(256) {
    -webkit-animation: orbit256 14s infinite forwards;
    animation: orbit256 14s infinite forwards;
    -webkit-animation-delay: 2.56s;
    animation-delay: 2.56s;
    background-color: #ff9100;
}

@-webkit-keyframes orbit256 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-180deg) rotateY(35deg) translateX(150px) rotateZ(180deg);
    }
    80% {
        transform: rotateZ(-180deg) rotateY(35deg) translateX(150px) rotateZ(180deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-180deg) rotateY(35deg) translateX(300px) rotateZ(180deg);
    }
}

@keyframes orbit256 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-180deg) rotateY(35deg) translateX(150px) rotateZ(180deg);
    }
    80% {
        transform: rotateZ(-180deg) rotateY(35deg) translateX(150px) rotateZ(180deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-180deg) rotateY(35deg) translateX(300px) rotateZ(180deg);
    }
}

.c:nth-child(257) {
    -webkit-animation: orbit257 14s infinite forwards;
    animation: orbit257 14s infinite forwards;
    -webkit-animation-delay: 2.57s;
    animation-delay: 2.57s;
    background-color: #ff9200;
}

@-webkit-keyframes orbit257 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-85deg) rotateY(297deg) translateX(150px) rotateZ(85deg);
    }
    80% {
        transform: rotateZ(-85deg) rotateY(297deg) translateX(150px) rotateZ(85deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-85deg) rotateY(297deg) translateX(300px) rotateZ(85deg);
    }
}

@keyframes orbit257 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-85deg) rotateY(297deg) translateX(150px) rotateZ(85deg);
    }
    80% {
        transform: rotateZ(-85deg) rotateY(297deg) translateX(150px) rotateZ(85deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-85deg) rotateY(297deg) translateX(300px) rotateZ(85deg);
    }
}

.c:nth-child(258) {
    -webkit-animation: orbit258 14s infinite forwards;
    animation: orbit258 14s infinite forwards;
    -webkit-animation-delay: 2.58s;
    animation-delay: 2.58s;
    background-color: #ff9200;
}

@-webkit-keyframes orbit258 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-171deg) rotateY(344deg) translateX(150px) rotateZ(171deg);
    }
    80% {
        transform: rotateZ(-171deg) rotateY(344deg) translateX(150px) rotateZ(171deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-171deg) rotateY(344deg) translateX(300px) rotateZ(171deg);
    }
}

@keyframes orbit258 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-171deg) rotateY(344deg) translateX(150px) rotateZ(171deg);
    }
    80% {
        transform: rotateZ(-171deg) rotateY(344deg) translateX(150px) rotateZ(171deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-171deg) rotateY(344deg) translateX(300px) rotateZ(171deg);
    }
}

.c:nth-child(259) {
    -webkit-animation: orbit259 14s infinite forwards;
    animation: orbit259 14s infinite forwards;
    -webkit-animation-delay: 2.59s;
    animation-delay: 2.59s;
    background-color: #ff9300;
}

@-webkit-keyframes orbit259 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-218deg) rotateY(192deg) translateX(150px) rotateZ(218deg);
    }
    80% {
        transform: rotateZ(-218deg) rotateY(192deg) translateX(150px) rotateZ(218deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-218deg) rotateY(192deg) translateX(300px) rotateZ(218deg);
    }
}

@keyframes orbit259 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-218deg) rotateY(192deg) translateX(150px) rotateZ(218deg);
    }
    80% {
        transform: rotateZ(-218deg) rotateY(192deg) translateX(150px) rotateZ(218deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-218deg) rotateY(192deg) translateX(300px) rotateZ(218deg);
    }
}

.c:nth-child(260) {
    -webkit-animation: orbit260 14s infinite forwards;
    animation: orbit260 14s infinite forwards;
    -webkit-animation-delay: 2.6s;
    animation-delay: 2.6s;
    background-color: #ff9300;
}

@-webkit-keyframes orbit260 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-96deg) rotateY(125deg) translateX(150px) rotateZ(96deg);
    }
    80% {
        transform: rotateZ(-96deg) rotateY(125deg) translateX(150px) rotateZ(96deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-96deg) rotateY(125deg) translateX(300px) rotateZ(96deg);
    }
}

@keyframes orbit260 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-96deg) rotateY(125deg) translateX(150px) rotateZ(96deg);
    }
    80% {
        transform: rotateZ(-96deg) rotateY(125deg) translateX(150px) rotateZ(96deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-96deg) rotateY(125deg) translateX(300px) rotateZ(96deg);
    }
}

.c:nth-child(261) {
    -webkit-animation: orbit261 14s infinite forwards;
    animation: orbit261 14s infinite forwards;
    -webkit-animation-delay: 2.61s;
    animation-delay: 2.61s;
    background-color: #ff9400;
}

@-webkit-keyframes orbit261 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-166deg) rotateY(87deg) translateX(150px) rotateZ(166deg);
    }
    80% {
        transform: rotateZ(-166deg) rotateY(87deg) translateX(150px) rotateZ(166deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-166deg) rotateY(87deg) translateX(300px) rotateZ(166deg);
    }
}

@keyframes orbit261 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-166deg) rotateY(87deg) translateX(150px) rotateZ(166deg);
    }
    80% {
        transform: rotateZ(-166deg) rotateY(87deg) translateX(150px) rotateZ(166deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-166deg) rotateY(87deg) translateX(300px) rotateZ(166deg);
    }
}

.c:nth-child(262) {
    -webkit-animation: orbit262 14s infinite forwards;
    animation: orbit262 14s infinite forwards;
    -webkit-animation-delay: 2.62s;
    animation-delay: 2.62s;
    background-color: #ff9400;
}

@-webkit-keyframes orbit262 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-263deg) rotateY(331deg) translateX(150px) rotateZ(263deg);
    }
    80% {
        transform: rotateZ(-263deg) rotateY(331deg) translateX(150px) rotateZ(263deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-263deg) rotateY(331deg) translateX(300px) rotateZ(263deg);
    }
}

@keyframes orbit262 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-263deg) rotateY(331deg) translateX(150px) rotateZ(263deg);
    }
    80% {
        transform: rotateZ(-263deg) rotateY(331deg) translateX(150px) rotateZ(263deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-263deg) rotateY(331deg) translateX(300px) rotateZ(263deg);
    }
}

.c:nth-child(263) {
    -webkit-animation: orbit263 14s infinite forwards;
    animation: orbit263 14s infinite forwards;
    -webkit-animation-delay: 2.63s;
    animation-delay: 2.63s;
    background-color: #ff9500;
}

@-webkit-keyframes orbit263 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-197deg) rotateY(51deg) translateX(150px) rotateZ(197deg);
    }
    80% {
        transform: rotateZ(-197deg) rotateY(51deg) translateX(150px) rotateZ(197deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-197deg) rotateY(51deg) translateX(300px) rotateZ(197deg);
    }
}

@keyframes orbit263 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-197deg) rotateY(51deg) translateX(150px) rotateZ(197deg);
    }
    80% {
        transform: rotateZ(-197deg) rotateY(51deg) translateX(150px) rotateZ(197deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-197deg) rotateY(51deg) translateX(300px) rotateZ(197deg);
    }
}

.c:nth-child(264) {
    -webkit-animation: orbit264 14s infinite forwards;
    animation: orbit264 14s infinite forwards;
    -webkit-animation-delay: 2.64s;
    animation-delay: 2.64s;
    background-color: #ff9600;
}

@-webkit-keyframes orbit264 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-162deg) rotateY(103deg) translateX(150px) rotateZ(162deg);
    }
    80% {
        transform: rotateZ(-162deg) rotateY(103deg) translateX(150px) rotateZ(162deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-162deg) rotateY(103deg) translateX(300px) rotateZ(162deg);
    }
}

@keyframes orbit264 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-162deg) rotateY(103deg) translateX(150px) rotateZ(162deg);
    }
    80% {
        transform: rotateZ(-162deg) rotateY(103deg) translateX(150px) rotateZ(162deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-162deg) rotateY(103deg) translateX(300px) rotateZ(162deg);
    }
}

.c:nth-child(265) {
    -webkit-animation: orbit265 14s infinite forwards;
    animation: orbit265 14s infinite forwards;
    -webkit-animation-delay: 2.65s;
    animation-delay: 2.65s;
    background-color: #ff9600;
}

@-webkit-keyframes orbit265 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-76deg) rotateY(109deg) translateX(150px) rotateZ(76deg);
    }
    80% {
        transform: rotateZ(-76deg) rotateY(109deg) translateX(150px) rotateZ(76deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-76deg) rotateY(109deg) translateX(300px) rotateZ(76deg);
    }
}

@keyframes orbit265 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-76deg) rotateY(109deg) translateX(150px) rotateZ(76deg);
    }
    80% {
        transform: rotateZ(-76deg) rotateY(109deg) translateX(150px) rotateZ(76deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-76deg) rotateY(109deg) translateX(300px) rotateZ(76deg);
    }
}

.c:nth-child(266) {
    -webkit-animation: orbit266 14s infinite forwards;
    animation: orbit266 14s infinite forwards;
    -webkit-animation-delay: 2.66s;
    animation-delay: 2.66s;
    background-color: #ff9700;
}

@-webkit-keyframes orbit266 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-253deg) rotateY(99deg) translateX(150px) rotateZ(253deg);
    }
    80% {
        transform: rotateZ(-253deg) rotateY(99deg) translateX(150px) rotateZ(253deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-253deg) rotateY(99deg) translateX(300px) rotateZ(253deg);
    }
}

@keyframes orbit266 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-253deg) rotateY(99deg) translateX(150px) rotateZ(253deg);
    }
    80% {
        transform: rotateZ(-253deg) rotateY(99deg) translateX(150px) rotateZ(253deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-253deg) rotateY(99deg) translateX(300px) rotateZ(253deg);
    }
}

.c:nth-child(267) {
    -webkit-animation: orbit267 14s infinite forwards;
    animation: orbit267 14s infinite forwards;
    -webkit-animation-delay: 2.67s;
    animation-delay: 2.67s;
    background-color: #ff9700;
}

@-webkit-keyframes orbit267 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-85deg) rotateY(204deg) translateX(150px) rotateZ(85deg);
    }
    80% {
        transform: rotateZ(-85deg) rotateY(204deg) translateX(150px) rotateZ(85deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-85deg) rotateY(204deg) translateX(300px) rotateZ(85deg);
    }
}

@keyframes orbit267 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-85deg) rotateY(204deg) translateX(150px) rotateZ(85deg);
    }
    80% {
        transform: rotateZ(-85deg) rotateY(204deg) translateX(150px) rotateZ(85deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-85deg) rotateY(204deg) translateX(300px) rotateZ(85deg);
    }
}

.c:nth-child(268) {
    -webkit-animation: orbit268 14s infinite forwards;
    animation: orbit268 14s infinite forwards;
    -webkit-animation-delay: 2.68s;
    animation-delay: 2.68s;
    background-color: #ff9800;
}

@-webkit-keyframes orbit268 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-295deg) rotateY(300deg) translateX(150px) rotateZ(295deg);
    }
    80% {
        transform: rotateZ(-295deg) rotateY(300deg) translateX(150px) rotateZ(295deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-295deg) rotateY(300deg) translateX(300px) rotateZ(295deg);
    }
}

@keyframes orbit268 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-295deg) rotateY(300deg) translateX(150px) rotateZ(295deg);
    }
    80% {
        transform: rotateZ(-295deg) rotateY(300deg) translateX(150px) rotateZ(295deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-295deg) rotateY(300deg) translateX(300px) rotateZ(295deg);
    }
}

.c:nth-child(269) {
    -webkit-animation: orbit269 14s infinite forwards;
    animation: orbit269 14s infinite forwards;
    -webkit-animation-delay: 2.69s;
    animation-delay: 2.69s;
    background-color: #ff9800;
}

@-webkit-keyframes orbit269 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-155deg) rotateY(254deg) translateX(150px) rotateZ(155deg);
    }
    80% {
        transform: rotateZ(-155deg) rotateY(254deg) translateX(150px) rotateZ(155deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-155deg) rotateY(254deg) translateX(300px) rotateZ(155deg);
    }
}

@keyframes orbit269 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-155deg) rotateY(254deg) translateX(150px) rotateZ(155deg);
    }
    80% {
        transform: rotateZ(-155deg) rotateY(254deg) translateX(150px) rotateZ(155deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-155deg) rotateY(254deg) translateX(300px) rotateZ(155deg);
    }
}

.c:nth-child(270) {
    -webkit-animation: orbit270 14s infinite forwards;
    animation: orbit270 14s infinite forwards;
    -webkit-animation-delay: 2.7s;
    animation-delay: 2.7s;
    background-color: #ff9900;
}

@-webkit-keyframes orbit270 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-218deg) rotateY(193deg) translateX(150px) rotateZ(218deg);
    }
    80% {
        transform: rotateZ(-218deg) rotateY(193deg) translateX(150px) rotateZ(218deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-218deg) rotateY(193deg) translateX(300px) rotateZ(218deg);
    }
}

@keyframes orbit270 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-218deg) rotateY(193deg) translateX(150px) rotateZ(218deg);
    }
    80% {
        transform: rotateZ(-218deg) rotateY(193deg) translateX(150px) rotateZ(218deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-218deg) rotateY(193deg) translateX(300px) rotateZ(218deg);
    }
}

.c:nth-child(271) {
    -webkit-animation: orbit271 14s infinite forwards;
    animation: orbit271 14s infinite forwards;
    -webkit-animation-delay: 2.71s;
    animation-delay: 2.71s;
    background-color: #ff9a00;
}

@-webkit-keyframes orbit271 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-91deg) rotateY(19deg) translateX(150px) rotateZ(91deg);
    }
    80% {
        transform: rotateZ(-91deg) rotateY(19deg) translateX(150px) rotateZ(91deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-91deg) rotateY(19deg) translateX(300px) rotateZ(91deg);
    }
}

@keyframes orbit271 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-91deg) rotateY(19deg) translateX(150px) rotateZ(91deg);
    }
    80% {
        transform: rotateZ(-91deg) rotateY(19deg) translateX(150px) rotateZ(91deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-91deg) rotateY(19deg) translateX(300px) rotateZ(91deg);
    }
}

.c:nth-child(272) {
    -webkit-animation: orbit272 14s infinite forwards;
    animation: orbit272 14s infinite forwards;
    -webkit-animation-delay: 2.72s;
    animation-delay: 2.72s;
    background-color: #ff9a00;
}

@-webkit-keyframes orbit272 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-345deg) rotateY(231deg) translateX(150px) rotateZ(345deg);
    }
    80% {
        transform: rotateZ(-345deg) rotateY(231deg) translateX(150px) rotateZ(345deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-345deg) rotateY(231deg) translateX(300px) rotateZ(345deg);
    }
}

@keyframes orbit272 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-345deg) rotateY(231deg) translateX(150px) rotateZ(345deg);
    }
    80% {
        transform: rotateZ(-345deg) rotateY(231deg) translateX(150px) rotateZ(345deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-345deg) rotateY(231deg) translateX(300px) rotateZ(345deg);
    }
}

.c:nth-child(273) {
    -webkit-animation: orbit273 14s infinite forwards;
    animation: orbit273 14s infinite forwards;
    -webkit-animation-delay: 2.73s;
    animation-delay: 2.73s;
    background-color: #ff9b00;
}

@-webkit-keyframes orbit273 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-181deg) rotateY(164deg) translateX(150px) rotateZ(181deg);
    }
    80% {
        transform: rotateZ(-181deg) rotateY(164deg) translateX(150px) rotateZ(181deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-181deg) rotateY(164deg) translateX(300px) rotateZ(181deg);
    }
}

@keyframes orbit273 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-181deg) rotateY(164deg) translateX(150px) rotateZ(181deg);
    }
    80% {
        transform: rotateZ(-181deg) rotateY(164deg) translateX(150px) rotateZ(181deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-181deg) rotateY(164deg) translateX(300px) rotateZ(181deg);
    }
}

.c:nth-child(274) {
    -webkit-animation: orbit274 14s infinite forwards;
    animation: orbit274 14s infinite forwards;
    -webkit-animation-delay: 2.74s;
    animation-delay: 2.74s;
    background-color: #ff9b00;
}

@-webkit-keyframes orbit274 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-270deg) rotateY(189deg) translateX(150px) rotateZ(270deg);
    }
    80% {
        transform: rotateZ(-270deg) rotateY(189deg) translateX(150px) rotateZ(270deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-270deg) rotateY(189deg) translateX(300px) rotateZ(270deg);
    }
}

@keyframes orbit274 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-270deg) rotateY(189deg) translateX(150px) rotateZ(270deg);
    }
    80% {
        transform: rotateZ(-270deg) rotateY(189deg) translateX(150px) rotateZ(270deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-270deg) rotateY(189deg) translateX(300px) rotateZ(270deg);
    }
}

.c:nth-child(275) {
    -webkit-animation: orbit275 14s infinite forwards;
    animation: orbit275 14s infinite forwards;
    -webkit-animation-delay: 2.75s;
    animation-delay: 2.75s;
    background-color: #ff9c00;
}

@-webkit-keyframes orbit275 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-296deg) rotateY(248deg) translateX(150px) rotateZ(296deg);
    }
    80% {
        transform: rotateZ(-296deg) rotateY(248deg) translateX(150px) rotateZ(296deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-296deg) rotateY(248deg) translateX(300px) rotateZ(296deg);
    }
}

@keyframes orbit275 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-296deg) rotateY(248deg) translateX(150px) rotateZ(296deg);
    }
    80% {
        transform: rotateZ(-296deg) rotateY(248deg) translateX(150px) rotateZ(296deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-296deg) rotateY(248deg) translateX(300px) rotateZ(296deg);
    }
}

.c:nth-child(276) {
    -webkit-animation: orbit276 14s infinite forwards;
    animation: orbit276 14s infinite forwards;
    -webkit-animation-delay: 2.76s;
    animation-delay: 2.76s;
    background-color: #ff9c00;
}

@-webkit-keyframes orbit276 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-192deg) rotateY(4deg) translateX(150px) rotateZ(192deg);
    }
    80% {
        transform: rotateZ(-192deg) rotateY(4deg) translateX(150px) rotateZ(192deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-192deg) rotateY(4deg) translateX(300px) rotateZ(192deg);
    }
}

@keyframes orbit276 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-192deg) rotateY(4deg) translateX(150px) rotateZ(192deg);
    }
    80% {
        transform: rotateZ(-192deg) rotateY(4deg) translateX(150px) rotateZ(192deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-192deg) rotateY(4deg) translateX(300px) rotateZ(192deg);
    }
}

.c:nth-child(277) {
    -webkit-animation: orbit277 14s infinite forwards;
    animation: orbit277 14s infinite forwards;
    -webkit-animation-delay: 2.77s;
    animation-delay: 2.77s;
    background-color: #ff9d00;
}

@-webkit-keyframes orbit277 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-289deg) rotateY(350deg) translateX(150px) rotateZ(289deg);
    }
    80% {
        transform: rotateZ(-289deg) rotateY(350deg) translateX(150px) rotateZ(289deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-289deg) rotateY(350deg) translateX(300px) rotateZ(289deg);
    }
}

@keyframes orbit277 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-289deg) rotateY(350deg) translateX(150px) rotateZ(289deg);
    }
    80% {
        transform: rotateZ(-289deg) rotateY(350deg) translateX(150px) rotateZ(289deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-289deg) rotateY(350deg) translateX(300px) rotateZ(289deg);
    }
}

.c:nth-child(278) {
    -webkit-animation: orbit278 14s infinite forwards;
    animation: orbit278 14s infinite forwards;
    -webkit-animation-delay: 2.78s;
    animation-delay: 2.78s;
    background-color: #ff9e00;
}

@-webkit-keyframes orbit278 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-234deg) rotateY(239deg) translateX(150px) rotateZ(234deg);
    }
    80% {
        transform: rotateZ(-234deg) rotateY(239deg) translateX(150px) rotateZ(234deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-234deg) rotateY(239deg) translateX(300px) rotateZ(234deg);
    }
}

@keyframes orbit278 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-234deg) rotateY(239deg) translateX(150px) rotateZ(234deg);
    }
    80% {
        transform: rotateZ(-234deg) rotateY(239deg) translateX(150px) rotateZ(234deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-234deg) rotateY(239deg) translateX(300px) rotateZ(234deg);
    }
}

.c:nth-child(279) {
    -webkit-animation: orbit279 14s infinite forwards;
    animation: orbit279 14s infinite forwards;
    -webkit-animation-delay: 2.79s;
    animation-delay: 2.79s;
    background-color: #ff9e00;
}

@-webkit-keyframes orbit279 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-248deg) rotateY(350deg) translateX(150px) rotateZ(248deg);
    }
    80% {
        transform: rotateZ(-248deg) rotateY(350deg) translateX(150px) rotateZ(248deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-248deg) rotateY(350deg) translateX(300px) rotateZ(248deg);
    }
}

@keyframes orbit279 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-248deg) rotateY(350deg) translateX(150px) rotateZ(248deg);
    }
    80% {
        transform: rotateZ(-248deg) rotateY(350deg) translateX(150px) rotateZ(248deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-248deg) rotateY(350deg) translateX(300px) rotateZ(248deg);
    }
}

.c:nth-child(280) {
    -webkit-animation: orbit280 14s infinite forwards;
    animation: orbit280 14s infinite forwards;
    -webkit-animation-delay: 2.8s;
    animation-delay: 2.8s;
    background-color: #ff9f00;
}

@-webkit-keyframes orbit280 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-164deg) rotateY(98deg) translateX(150px) rotateZ(164deg);
    }
    80% {
        transform: rotateZ(-164deg) rotateY(98deg) translateX(150px) rotateZ(164deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-164deg) rotateY(98deg) translateX(300px) rotateZ(164deg);
    }
}

@keyframes orbit280 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-164deg) rotateY(98deg) translateX(150px) rotateZ(164deg);
    }
    80% {
        transform: rotateZ(-164deg) rotateY(98deg) translateX(150px) rotateZ(164deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-164deg) rotateY(98deg) translateX(300px) rotateZ(164deg);
    }
}

.c:nth-child(281) {
    -webkit-animation: orbit281 14s infinite forwards;
    animation: orbit281 14s infinite forwards;
    -webkit-animation-delay: 2.81s;
    animation-delay: 2.81s;
    background-color: #ff9f00;
}

@-webkit-keyframes orbit281 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-289deg) rotateY(289deg) translateX(150px) rotateZ(289deg);
    }
    80% {
        transform: rotateZ(-289deg) rotateY(289deg) translateX(150px) rotateZ(289deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-289deg) rotateY(289deg) translateX(300px) rotateZ(289deg);
    }
}

@keyframes orbit281 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-289deg) rotateY(289deg) translateX(150px) rotateZ(289deg);
    }
    80% {
        transform: rotateZ(-289deg) rotateY(289deg) translateX(150px) rotateZ(289deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-289deg) rotateY(289deg) translateX(300px) rotateZ(289deg);
    }
}

.c:nth-child(282) {
    -webkit-animation: orbit282 14s infinite forwards;
    animation: orbit282 14s infinite forwards;
    -webkit-animation-delay: 2.82s;
    animation-delay: 2.82s;
    background-color: #ffa000;
}

@-webkit-keyframes orbit282 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-276deg) rotateY(71deg) translateX(150px) rotateZ(276deg);
    }
    80% {
        transform: rotateZ(-276deg) rotateY(71deg) translateX(150px) rotateZ(276deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-276deg) rotateY(71deg) translateX(300px) rotateZ(276deg);
    }
}

@keyframes orbit282 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-276deg) rotateY(71deg) translateX(150px) rotateZ(276deg);
    }
    80% {
        transform: rotateZ(-276deg) rotateY(71deg) translateX(150px) rotateZ(276deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-276deg) rotateY(71deg) translateX(300px) rotateZ(276deg);
    }
}

.c:nth-child(283) {
    -webkit-animation: orbit283 14s infinite forwards;
    animation: orbit283 14s infinite forwards;
    -webkit-animation-delay: 2.83s;
    animation-delay: 2.83s;
    background-color: #ffa000;
}

@-webkit-keyframes orbit283 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-309deg) rotateY(153deg) translateX(150px) rotateZ(309deg);
    }
    80% {
        transform: rotateZ(-309deg) rotateY(153deg) translateX(150px) rotateZ(309deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-309deg) rotateY(153deg) translateX(300px) rotateZ(309deg);
    }
}

@keyframes orbit283 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-309deg) rotateY(153deg) translateX(150px) rotateZ(309deg);
    }
    80% {
        transform: rotateZ(-309deg) rotateY(153deg) translateX(150px) rotateZ(309deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-309deg) rotateY(153deg) translateX(300px) rotateZ(309deg);
    }
}

.c:nth-child(284) {
    -webkit-animation: orbit284 14s infinite forwards;
    animation: orbit284 14s infinite forwards;
    -webkit-animation-delay: 2.84s;
    animation-delay: 2.84s;
    background-color: #ffa100;
}

@-webkit-keyframes orbit284 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-130deg) rotateY(207deg) translateX(150px) rotateZ(130deg);
    }
    80% {
        transform: rotateZ(-130deg) rotateY(207deg) translateX(150px) rotateZ(130deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-130deg) rotateY(207deg) translateX(300px) rotateZ(130deg);
    }
}

@keyframes orbit284 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-130deg) rotateY(207deg) translateX(150px) rotateZ(130deg);
    }
    80% {
        transform: rotateZ(-130deg) rotateY(207deg) translateX(150px) rotateZ(130deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-130deg) rotateY(207deg) translateX(300px) rotateZ(130deg);
    }
}

.c:nth-child(285) {
    -webkit-animation: orbit285 14s infinite forwards;
    animation: orbit285 14s infinite forwards;
    -webkit-animation-delay: 2.85s;
    animation-delay: 2.85s;
    background-color: #ffa200;
}

@-webkit-keyframes orbit285 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-130deg) rotateY(258deg) translateX(150px) rotateZ(130deg);
    }
    80% {
        transform: rotateZ(-130deg) rotateY(258deg) translateX(150px) rotateZ(130deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-130deg) rotateY(258deg) translateX(300px) rotateZ(130deg);
    }
}

@keyframes orbit285 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-130deg) rotateY(258deg) translateX(150px) rotateZ(130deg);
    }
    80% {
        transform: rotateZ(-130deg) rotateY(258deg) translateX(150px) rotateZ(130deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-130deg) rotateY(258deg) translateX(300px) rotateZ(130deg);
    }
}

.c:nth-child(286) {
    -webkit-animation: orbit286 14s infinite forwards;
    animation: orbit286 14s infinite forwards;
    -webkit-animation-delay: 2.86s;
    animation-delay: 2.86s;
    background-color: #ffa200;
}

@-webkit-keyframes orbit286 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-84deg) rotateY(212deg) translateX(150px) rotateZ(84deg);
    }
    80% {
        transform: rotateZ(-84deg) rotateY(212deg) translateX(150px) rotateZ(84deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-84deg) rotateY(212deg) translateX(300px) rotateZ(84deg);
    }
}

@keyframes orbit286 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-84deg) rotateY(212deg) translateX(150px) rotateZ(84deg);
    }
    80% {
        transform: rotateZ(-84deg) rotateY(212deg) translateX(150px) rotateZ(84deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-84deg) rotateY(212deg) translateX(300px) rotateZ(84deg);
    }
}

.c:nth-child(287) {
    -webkit-animation: orbit287 14s infinite forwards;
    animation: orbit287 14s infinite forwards;
    -webkit-animation-delay: 2.87s;
    animation-delay: 2.87s;
    background-color: #ffa300;
}

@-webkit-keyframes orbit287 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-157deg) rotateY(19deg) translateX(150px) rotateZ(157deg);
    }
    80% {
        transform: rotateZ(-157deg) rotateY(19deg) translateX(150px) rotateZ(157deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-157deg) rotateY(19deg) translateX(300px) rotateZ(157deg);
    }
}

@keyframes orbit287 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-157deg) rotateY(19deg) translateX(150px) rotateZ(157deg);
    }
    80% {
        transform: rotateZ(-157deg) rotateY(19deg) translateX(150px) rotateZ(157deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-157deg) rotateY(19deg) translateX(300px) rotateZ(157deg);
    }
}

.c:nth-child(288) {
    -webkit-animation: orbit288 14s infinite forwards;
    animation: orbit288 14s infinite forwards;
    -webkit-animation-delay: 2.88s;
    animation-delay: 2.88s;
    background-color: #ffa300;
}

@-webkit-keyframes orbit288 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-25deg) rotateY(270deg) translateX(150px) rotateZ(25deg);
    }
    80% {
        transform: rotateZ(-25deg) rotateY(270deg) translateX(150px) rotateZ(25deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-25deg) rotateY(270deg) translateX(300px) rotateZ(25deg);
    }
}

@keyframes orbit288 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-25deg) rotateY(270deg) translateX(150px) rotateZ(25deg);
    }
    80% {
        transform: rotateZ(-25deg) rotateY(270deg) translateX(150px) rotateZ(25deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-25deg) rotateY(270deg) translateX(300px) rotateZ(25deg);
    }
}

.c:nth-child(289) {
    -webkit-animation: orbit289 14s infinite forwards;
    animation: orbit289 14s infinite forwards;
    -webkit-animation-delay: 2.89s;
    animation-delay: 2.89s;
    background-color: #ffa400;
}

@-webkit-keyframes orbit289 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-50deg) rotateY(63deg) translateX(150px) rotateZ(50deg);
    }
    80% {
        transform: rotateZ(-50deg) rotateY(63deg) translateX(150px) rotateZ(50deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-50deg) rotateY(63deg) translateX(300px) rotateZ(50deg);
    }
}

@keyframes orbit289 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-50deg) rotateY(63deg) translateX(150px) rotateZ(50deg);
    }
    80% {
        transform: rotateZ(-50deg) rotateY(63deg) translateX(150px) rotateZ(50deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-50deg) rotateY(63deg) translateX(300px) rotateZ(50deg);
    }
}

.c:nth-child(290) {
    -webkit-animation: orbit290 14s infinite forwards;
    animation: orbit290 14s infinite forwards;
    -webkit-animation-delay: 2.9s;
    animation-delay: 2.9s;
    background-color: #ffa400;
}

@-webkit-keyframes orbit290 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-344deg) rotateY(48deg) translateX(150px) rotateZ(344deg);
    }
    80% {
        transform: rotateZ(-344deg) rotateY(48deg) translateX(150px) rotateZ(344deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-344deg) rotateY(48deg) translateX(300px) rotateZ(344deg);
    }
}

@keyframes orbit290 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-344deg) rotateY(48deg) translateX(150px) rotateZ(344deg);
    }
    80% {
        transform: rotateZ(-344deg) rotateY(48deg) translateX(150px) rotateZ(344deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-344deg) rotateY(48deg) translateX(300px) rotateZ(344deg);
    }
}

.c:nth-child(291) {
    -webkit-animation: orbit291 14s infinite forwards;
    animation: orbit291 14s infinite forwards;
    -webkit-animation-delay: 2.91s;
    animation-delay: 2.91s;
    background-color: orange;
}

@-webkit-keyframes orbit291 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-139deg) rotateY(322deg) translateX(150px) rotateZ(139deg);
    }
    80% {
        transform: rotateZ(-139deg) rotateY(322deg) translateX(150px) rotateZ(139deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-139deg) rotateY(322deg) translateX(300px) rotateZ(139deg);
    }
}

@keyframes orbit291 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-139deg) rotateY(322deg) translateX(150px) rotateZ(139deg);
    }
    80% {
        transform: rotateZ(-139deg) rotateY(322deg) translateX(150px) rotateZ(139deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-139deg) rotateY(322deg) translateX(300px) rotateZ(139deg);
    }
}

.c:nth-child(292) {
    -webkit-animation: orbit292 14s infinite forwards;
    animation: orbit292 14s infinite forwards;
    -webkit-animation-delay: 2.92s;
    animation-delay: 2.92s;
    background-color: orange;
}

@-webkit-keyframes orbit292 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-215deg) rotateY(5deg) translateX(150px) rotateZ(215deg);
    }
    80% {
        transform: rotateZ(-215deg) rotateY(5deg) translateX(150px) rotateZ(215deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-215deg) rotateY(5deg) translateX(300px) rotateZ(215deg);
    }
}

@keyframes orbit292 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-215deg) rotateY(5deg) translateX(150px) rotateZ(215deg);
    }
    80% {
        transform: rotateZ(-215deg) rotateY(5deg) translateX(150px) rotateZ(215deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-215deg) rotateY(5deg) translateX(300px) rotateZ(215deg);
    }
}

.c:nth-child(293) {
    -webkit-animation: orbit293 14s infinite forwards;
    animation: orbit293 14s infinite forwards;
    -webkit-animation-delay: 2.93s;
    animation-delay: 2.93s;
    background-color: #ffa600;
}

@-webkit-keyframes orbit293 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-98deg) rotateY(273deg) translateX(150px) rotateZ(98deg);
    }
    80% {
        transform: rotateZ(-98deg) rotateY(273deg) translateX(150px) rotateZ(98deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-98deg) rotateY(273deg) translateX(300px) rotateZ(98deg);
    }
}

@keyframes orbit293 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-98deg) rotateY(273deg) translateX(150px) rotateZ(98deg);
    }
    80% {
        transform: rotateZ(-98deg) rotateY(273deg) translateX(150px) rotateZ(98deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-98deg) rotateY(273deg) translateX(300px) rotateZ(98deg);
    }
}

.c:nth-child(294) {
    -webkit-animation: orbit294 14s infinite forwards;
    animation: orbit294 14s infinite forwards;
    -webkit-animation-delay: 2.94s;
    animation-delay: 2.94s;
    background-color: #ffa700;
}

@-webkit-keyframes orbit294 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-67deg) rotateY(341deg) translateX(150px) rotateZ(67deg);
    }
    80% {
        transform: rotateZ(-67deg) rotateY(341deg) translateX(150px) rotateZ(67deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-67deg) rotateY(341deg) translateX(300px) rotateZ(67deg);
    }
}

@keyframes orbit294 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-67deg) rotateY(341deg) translateX(150px) rotateZ(67deg);
    }
    80% {
        transform: rotateZ(-67deg) rotateY(341deg) translateX(150px) rotateZ(67deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-67deg) rotateY(341deg) translateX(300px) rotateZ(67deg);
    }
}

.c:nth-child(295) {
    -webkit-animation: orbit295 14s infinite forwards;
    animation: orbit295 14s infinite forwards;
    -webkit-animation-delay: 2.95s;
    animation-delay: 2.95s;
    background-color: #ffa700;
}

@-webkit-keyframes orbit295 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-228deg) rotateY(221deg) translateX(150px) rotateZ(228deg);
    }
    80% {
        transform: rotateZ(-228deg) rotateY(221deg) translateX(150px) rotateZ(228deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-228deg) rotateY(221deg) translateX(300px) rotateZ(228deg);
    }
}

@keyframes orbit295 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-228deg) rotateY(221deg) translateX(150px) rotateZ(228deg);
    }
    80% {
        transform: rotateZ(-228deg) rotateY(221deg) translateX(150px) rotateZ(228deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-228deg) rotateY(221deg) translateX(300px) rotateZ(228deg);
    }
}

.c:nth-child(296) {
    -webkit-animation: orbit296 14s infinite forwards;
    animation: orbit296 14s infinite forwards;
    -webkit-animation-delay: 2.96s;
    animation-delay: 2.96s;
    background-color: #ffa800;
}

@-webkit-keyframes orbit296 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-52deg) rotateY(334deg) translateX(150px) rotateZ(52deg);
    }
    80% {
        transform: rotateZ(-52deg) rotateY(334deg) translateX(150px) rotateZ(52deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-52deg) rotateY(334deg) translateX(300px) rotateZ(52deg);
    }
}

@keyframes orbit296 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-52deg) rotateY(334deg) translateX(150px) rotateZ(52deg);
    }
    80% {
        transform: rotateZ(-52deg) rotateY(334deg) translateX(150px) rotateZ(52deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-52deg) rotateY(334deg) translateX(300px) rotateZ(52deg);
    }
}

.c:nth-child(297) {
    -webkit-animation: orbit297 14s infinite forwards;
    animation: orbit297 14s infinite forwards;
    -webkit-animation-delay: 2.97s;
    animation-delay: 2.97s;
    background-color: #ffa800;
}

@-webkit-keyframes orbit297 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-240deg) rotateY(34deg) translateX(150px) rotateZ(240deg);
    }
    80% {
        transform: rotateZ(-240deg) rotateY(34deg) translateX(150px) rotateZ(240deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-240deg) rotateY(34deg) translateX(300px) rotateZ(240deg);
    }
}

@keyframes orbit297 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-240deg) rotateY(34deg) translateX(150px) rotateZ(240deg);
    }
    80% {
        transform: rotateZ(-240deg) rotateY(34deg) translateX(150px) rotateZ(240deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-240deg) rotateY(34deg) translateX(300px) rotateZ(240deg);
    }
}

.c:nth-child(298) {
    -webkit-animation: orbit298 14s infinite forwards;
    animation: orbit298 14s infinite forwards;
    -webkit-animation-delay: 2.98s;
    animation-delay: 2.98s;
    background-color: #ffa900;
}

@-webkit-keyframes orbit298 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-297deg) rotateY(113deg) translateX(150px) rotateZ(297deg);
    }
    80% {
        transform: rotateZ(-297deg) rotateY(113deg) translateX(150px) rotateZ(297deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-297deg) rotateY(113deg) translateX(300px) rotateZ(297deg);
    }
}

@keyframes orbit298 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-297deg) rotateY(113deg) translateX(150px) rotateZ(297deg);
    }
    80% {
        transform: rotateZ(-297deg) rotateY(113deg) translateX(150px) rotateZ(297deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-297deg) rotateY(113deg) translateX(300px) rotateZ(297deg);
    }
}

.c:nth-child(299) {
    -webkit-animation: orbit299 14s infinite forwards;
    animation: orbit299 14s infinite forwards;
    -webkit-animation-delay: 2.99s;
    animation-delay: 2.99s;
    background-color: #ffa900;
}

@-webkit-keyframes orbit299 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-220deg) rotateY(286deg) translateX(150px) rotateZ(220deg);
    }
    80% {
        transform: rotateZ(-220deg) rotateY(286deg) translateX(150px) rotateZ(220deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-220deg) rotateY(286deg) translateX(300px) rotateZ(220deg);
    }
}

@keyframes orbit299 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-220deg) rotateY(286deg) translateX(150px) rotateZ(220deg);
    }
    80% {
        transform: rotateZ(-220deg) rotateY(286deg) translateX(150px) rotateZ(220deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-220deg) rotateY(286deg) translateX(300px) rotateZ(220deg);
    }
}

.c:nth-child(300) {
    -webkit-animation: orbit300 14s infinite forwards;
    animation: orbit300 14s infinite forwards;
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
    background-color: #ffaa00;
}

@-webkit-keyframes orbit300 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-160deg) rotateY(81deg) translateX(150px) rotateZ(160deg);
    }
    80% {
        transform: rotateZ(-160deg) rotateY(81deg) translateX(150px) rotateZ(160deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-160deg) rotateY(81deg) translateX(300px) rotateZ(160deg);
    }
}

@keyframes orbit300 {
    20% {
        opacity: 1;
    }
    30% {
        transform: rotateZ(-160deg) rotateY(81deg) translateX(150px) rotateZ(160deg);
    }
    80% {
        transform: rotateZ(-160deg) rotateY(81deg) translateX(150px) rotateZ(160deg);
        opacity: 1;
    }
    100% {
        transform: rotateZ(-160deg) rotateY(81deg) translateX(300px) rotateZ(160deg);
    }
}

.fww {
    flex-wrap: wrap;
}

.fww span {
    width: 100%;
}

.pageheader {
    display: flex;
    flex-wrap: wrap;
    margin-top: 1em;
    min-height: 68px;
}

.pageheader .headerstart {
    flex: 1;
    justify-content: flex-start;
    display: flex;
    align-items: center;
    color: #0f3151;
}

.pageheader .headerstart a {
    margin-left: 0.3em;
}

.pageheader .headerstart .search input {
    border-radius: 25px;
    padding: 5px 15px;
}

.pageheader .headerend {
    flex: 0.3;
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.pageheader .headerend a {
    margin-left: 0.3em;
}

.pageheader .headerend .search input {
    border-radius: 25px;
    padding: 5px 15px;
}

.filternav a {
    margin-right: 0.5em;
    color: #164a7b;
}

.content-header {
    font-size: 14px;
    color: gray;
    margin-top: 1.5em;
    display: flex;
    align-items: center;
}

.content-header h3 {
    font-size: 14px;
    color: gray;
    margin-top: 0 !important;
}

.content-header .counter {
    margin-bottom: 0.5em;
    display: block;
    margin-left: 0.5em;
    background: #007bff;
    border-radius: 30px;
    font-size: 10px;
    color: white;
    padding: 1px 10px;
}

.infopill {
    padding: 0 2em 1rem;
    display: flex;
    flex-wrap: wrap;
}

.infopill .detailsitem span.label {
    color: gray;
    font-size: 14px;
}

.infopill .detailsitem span.bold {
    color: #164a7b;
}

.infopill .detailsitem span.bold a {
    color: #164a7b;
}

.infopill.actionblocks {
    align-items: center;
    padding: 1em 2em;
    justify-content: center;
}

.infopill.actionblocks a {
    width: 100%;
    display: block;
    margin: 1em auto;
}

.infopill.invoiceslist {
    padding: 1em 2em;
    max-height: 500px;
    font-size: 12px;
}

.infopill.bookingslist {
    padding: 1em 2em;
    max-height: 500px;
    overflow-y: scroll;
}

.infopill.bookingslist .rowheader span {
    font-size: 12px;
    color: gray;
}

.infopill.bookingslist .bookingitem {
    font-size: 13px;
    color: #164a7b;
}

.infopill.bookingslist .bookingitem a {
    color: #164a7b;
}

.infopill.bookingslist .actinsrow {
    display: flex;
    font-size: 10px;
    align-items: center;
    justify-content: space-around;
}

.infopill.descriptionblock {
    padding: 1em 2em;
    align-items: left;
    justify-content: left;
}

.infopill.descriptionblock p {
    font-size: 14px;
}

.infopill.commentspill {
    padding: 1em 2em;
}

.infopill.commentspill .commentlist {
    width: 100%;
    max-height: 200px;
    overflow-y: scroll;
    margin-bottom: 25px;
}

.infopill.commentspill .commentlist .commentlabel {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.infopill.commentspill .commentlist .commentlabel .commentfrom {
    display: flex;
    align-items: center;
}

.infopill.commentspill .commentlist .commentlabel .commentfrom a {
    color: #164a7b;
}

.infopill.commentspill .commentlist .commentlabel .commentfrom .userlogo {
    display: inline-block;
    font-size: 10px;
    width: 25px;
    height: 25px;
    padding: 6px 5px;
    font-size: 8px;
}

.infopill.commentspill .commentlist .commentlabel .commenttime {
    font-size: 10px;
    color: gray;
}

.infopill.commentspill .commentlist .commentcontent {
    width: 100%;
    display: block;
    text-align: left;
}

.infopill.commentspill form .hdbtn {
    display: block;
    margin: 1em auto;
}

.cancelbtn {
    margin-left: 20px;
}

.lblhdmap {
    margin: 0;
    padding-left: 20px;
}

.remove-tutor svg {
    fill: red;
}

.tutortable thead tr th {
    padding: 2px !important;
}

.tutortable tbody tr td {
    padding: 2px !important;
}

.reading_pic {
    align-self: end;
}

.modal-chart-img {
    max-height: 250px;
}

.small-icon-svg svg {
    width: 25px;
}

.icon-svg svg {
    width: 20px;
    height: 20px;
}

.subscribe-wrap svg {
    width: 25px;
    fill: white;
}

.subscribe-wrap a {
    background: #2ca5e0;
    padding: 20px 25px;
    border-radius: 30px;
    color: white;
    font-size: 22px;
}

.nscroll {
    overflow: hidden;
}

.wrap {
    display: none;
}

.mobile-nav {
    position: fixed;
    overflow-y: hidden;
    width: 100%;
    height: 100vh;
    z-index: 9990;
    background: white;
    transform: translateX(-100%);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.mobile-nav ul {
    padding: 0 4em;
    text-decoration: none;
    list-style: none;
}

.mobile-nav ul li {
    margin: 1em 0;
}

.mobile-nav ul li a {
    font-size: 20px;
    color: #0f3151;
}

.mobile-nav ul li a:hover {
    text-decoration: none;
}

.mobile-nav.active {
    transform: translateX(0);
}

.open-nav span {
    font-size: 6px;
    position: absolute;
}

.open-nav span:nth-child(1) {
    transform: rotate(42deg);
}

.open-nav span:nth-child(2) {
    transform: rotate(-28deg);
}

.open-nav span:nth-child(3) {
    transform: rotate(81deg);
}

.hdradio-header {
    padding: 0.5em 4em;
    position: relative;
    width: 100%;
    text-align: center;
    display: flex;
    z-index: 9999;
    align-items: center;
}

.hdradio-header .open-nav {
    display: none;
}

.hdradio-header .header-start,
.hdradio-header .header-end {
    display: flex;
    flex: 1;
}

.hdradio-header .header-start h1 {
    background: #0f3151;
    border-radius: 1px;
    font-size: 15px;
    color: white;
    padding: 0.5em;
}

.hdradio-header .header-end {
    justify-content: flex-end;
}

.hdradio-header .header-end a {
    margin: 0 15px;
    color: #0f3151;
}

.calendar .podcaster-time {
    padding-top: 1em;
}

.calendar .podcaster-time span {
    display: block;
    padding: 10px 10px;
    border-radius: 37px;
    color: white;
}

.calendar .podcaster-time span img {
    width: 50px;
    margin-right: 10px;
    height: 50px;
    border-radius: 50%;
}

.calendar .podcaster-time.jane > span {
    background: #3fd878;
}

.calendar .podcaster-time.svet > span {
    background: #e4405f;
}

.calendar .podcaster-time.vlad > span {
    background: #1877f2;
}

.calendar .announce-item {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
    padding: 1em 1.5em;
    min-height: 150px;
}

.calendar .announce-item .announce-title {
    font-size: 17px;
    font-weight: bold;
}

.calendar .announce-item .announce-description {
    color: gray;
}

.subscribe-row {
    max-width: 570px;
    margin: 5em auto 10em;
    text-align: center;
}

.subscribe-row .subscribe-wrap h3 {
    margin-bottom: 1em;
}

#radioModal {
    background: white;
    height: calc(100vh - 70px);
}

#radioModal .radiomodal {
    width: 100%;
    max-width: 100%;
    margin: 0;
}

#radioModal .radiomodal .modal-content {
    width: 100%;
    box-shadow: none;
    height: 100%;
    margin: 0;
    padding-top: 0;
    overflow-y: scroll;
}

.podcastershowpage {
    max-width: 900px;
    margin: 0 auto;
    font-family: "Roboto", sans-serif;
    margin-bottom: 100px;
    position: relative;
}

.podcastershowpage .closelink {
    position: absolute;
    right: 1em;
    top: 1em;
}

.podcastershowpage .closelink svg {
    width: 18px;
    height: 18px;
}

.podcastershowpage .podcasterinfo {
    margin-top: 5em;
    display: flex;
    justify-content: center;
}

.podcastershowpage .podcasterinfo .logoholder img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 4px solid white;
}

.podcastershowpage .podcasterinfo .infoholder {
    margin-left: 1em;
}

.podcastershowpage .podcasterinfo .infoholder .podcaster-body p.content {
    color: #0f3151;
    font-size: 15px;
}

.podcastershowpage .podcasterinfo .infoholder .podcaster-header .name h1 {
    font-weight: bold;
    margin-bottom: 0;
    color: black;
}

.podcastershowpage .podcasterinfo .infoholder .podcaster-header .tags span {
    font-size: 12px;
    color: #0f3151;
}

.podcastershowpage .podcasterinfo .infoholder .podcaster-footer .links {
    display: flex;
}

.podcastershowpage .podcasterinfo .infoholder .podcaster-footer .links a {
    margin-right: 10px;
}

.podcastershowpage .podcasterinfo .infoholder .podcaster-footer .links a svg {
    width: 20px;
}

.podcastershowpage
.podcasterinfo
.infoholder
.podcaster-footer
.links
a.tg-icon
svg {
    fill: #2ca5e0;
}

.podcastershowpage
.podcasterinfo
.infoholder
.podcaster-footer
.links
a.yt-icon
svg {
    fill: #ff0000;
}

.podcastershowpage
.podcasterinfo
.infoholder
.podcaster-footer
.links
a.fb-icon
svg {
    fill: #1877f2;
}

.podcastershowpage
.podcasterinfo
.infoholder
.podcaster-footer
.links
a.ig-icon
svg {
    fill: #e4405f;
}

.podcastershowpage
.podcasterinfo
.infoholder
.podcaster-footer
.links
a.wa-icon
svg {
    fill: #25d366;
}

.podcastershowpage .podcasts-list {
    margin-top: 3em;
    padding-bottom: 4em;
}

.podcastershowpage .podcasts-list .trackitem {
    width: 325px;
    margin-right: 17px;
}

.podcastershowpage .podcasts-list label {
    margin-left: 8px;
}

.podcastershowpage .podcasts-list label .track-title {
    color: #b5b4b4;
    margin: 0;
    width: 100%;
    display: block;
    line-height: 12px;
}

.podcastershowpage .podcasts-list label .track-number {
    color: gray;
    font-size: 12px;
}

.podcastershowpage .podcasts-list .fwt {
    margin-top: 15px;
}

.podcastershowpage .podcasts-list .audio-wrapper {
    display: flex;
    justify-content: space-between;
    width: 100%;
    background: #0e58a212;
    padding: 15px 20px;
    border-radius: 30px;
    align-items: center;
}

.podcastershowpage .podcasts-list .audio-wrapper #seekbar {
    width: 180px;
}

.podcastershowpage .podcasts-list .audio-wrapper svg {
    fill: #0f3151;
    margin-right: 8px;
}

.radiopage-wrapper {
    min-height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 3em;
    font-family: "Roboto", sans-serif;
}

.radiopage-wrapper .radio-info,
.radiopage-wrapper .radio-content {
    flex: 1 100%;
}

.radiopage-wrapper .radio-info {
    max-width: 700px;
}

.radiopage-wrapper .radio-info .radio-title {
    font-size: 5em;
    color: #0f3151;
}

.radiopage-wrapper .radio-info .radio-subtitle {
    color: #0f3151;
}

.radiopage-wrapper .radio-info p {
    color: gray;
}

.radiopage-wrapper .radio-content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    max-height: 270px;
    min-height: 260px;
    paddgin: 2em;
    max-width: 700px;
}

.radiopage-wrapper .radio-content img {
    width: 200px;
    height: 200px;
}

.radiopage-wrapper .radio-content span {
    display: block;
    margin: auto;
    max-width: 300px;
    text-align: center;
}

.radiopage-wrapper .radio-content .imageholder {
    width: 200px;
    display: block;
    margin: auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.radiopage-wrapper .radio-content .imageholder .imagebackground {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #0f3151;
    opacity: 0.5;
}

.radiopage-wrapper .radio-content .imageholder .playpause {
    position: absolute;
}

.radiopage-wrapper .radio-content .imageholder .playpause svg {
    fill: white;
    width: 50px;
    height: 50px;
}

section {
    min-height: 500px;
    width: 100%;
    padding: 0 3em;
    margin-bottom: 5em;
    font-family: "Roboto", sans-serif;
    max-width: 1500px;
}

section.podcasts {
    margin-bottom: 120px;
}

section.podcasts .podcasts-title {
    color: #0f3151;
    font-size: 40px;
}

section.podcasts .podcasters-list .podcaster-link {
    display: block;
}

section.podcasts .podcasters-list .podcaster-link:hover {
    text-decoration: none;
}

section.podcasts .podcasters-list .podcaster-item {
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    border-radius: 2px;
}

section.podcasts .podcasters-list .podcaster-item .listenlink {
    display: block;
    margin: 15px 4px;
    color: #0f3151;
}

section.podcasts .podcasters-list .podcaster-item .audio-wrapper {
    margin-top: 5px;
    display: flex;
    max-width: 100%;
    background: #0e58a212;
    padding: 10px 15px;
    border-radius: 30px;
    align-items: center;
}

section.podcasts .podcasters-list .podcaster-item .audio-wrapper #seekbar {
    width: 85%;
}

section.podcasts .podcasters-list .podcaster-item .audio-wrapper svg {
    fill: #0f3151;
    margin-right: 8px;
}

section.podcasts .podcasters-list .podcaster-item:hover img {
    border: 4px solid #e4405f !important;
}

section.podcasts .podcasters-list .podcaster-item .podcaster-image {
    width: 130px;
}

section.podcasts .podcasters-list .podcaster-item .podcaster-image img {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    border: 4px solid white;
}

section.podcasts .podcasters-list .podcaster-item .podcaster-info {
    margin-left: 1em;
    width: 325px;
    display: flex;
    align-content: space-between;
    height: 190px;
    flex-wrap: wrap;
}

section.podcasts
.podcasters-list
.podcaster-item
.podcaster-info
.podcaster-header,
section.podcasts
.podcasters-list
.podcaster-item
.podcaster-info
.podcaster-body,
section.podcasts
.podcasters-list
.podcaster-item
.podcaster-info
.podcaster-footer {
    width: 100%;
}

section.podcasts .podcasters-list .podcaster-item .podcaster-info .name span {
    font-size: 18px;
    color: black;
}

section.podcasts .podcasters-list .podcaster-item .podcaster-info .tags span {
    font-size: 12px;
    color: #0f3151;
}

section.podcasts .podcasters-list .podcaster-item .podcaster-info .links {
    display: flex;
}

section.podcasts .podcasters-list .podcaster-item .podcaster-info .links a {
    margin-right: 10px;
}

section.podcasts .podcasters-list .podcaster-item .podcaster-info .links a svg {
    width: 20px;
}

section.podcasts
.podcasters-list
.podcaster-item
.podcaster-info
.links
a.tg-icon
svg {
    fill: #2ca5e0;
}

section.podcasts
.podcasters-list
.podcaster-item
.podcaster-info
.links
a.yt-icon
svg {
    fill: #ff0000;
}

section.podcasts
.podcasters-list
.podcaster-item
.podcaster-info
.links
a.fb-icon
svg {
    fill: #1877f2;
}

section.podcasts
.podcasters-list
.podcaster-item
.podcaster-info
.links
a.ig-icon
svg {
    fill: #e4405f;
}

section.podcasts
.podcasters-list
.podcaster-item
.podcaster-info
.links
a.wa-icon
svg {
    fill: #25d366;
}

.footerplayer {
    background: transparent;
    width: 100%;
    position: fixed;
    height: 70px;
    bottom: 0;
    display: flex;
}

.footerplayer .playerbackground {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #eff4f9;
    z-index: 1;
}

.footerplayer .playercenter,
.footerplayer .playerstart,
.footerplayer .playerend {
    z-index: 2;
    justify-content: center;
    align-items: center;
}

.footerplayer .playercenter {
    flex: 0.6;
    display: flex;
}

.footerplayer .playercenter img {
    height: 50px;
    width: 50px;
    padding: 2.5px;
    background: white;
}

.footerplayer .playercenter .trackinfo {
    min-width: 200px;
    display: flex;
    flex-wrap: wrap;
    padding-left: 1em;
}

.footerplayer .playercenter .trackinfo span {
    width: 100%;
    color: #0f3151;
}

.footerplayer .playercenter .trackinfo #track {
    font-size: 14px;
}

.footerplayer .playercenter .trackinfo #author {
    font-size: 11px;
}

.footerplayer .playercenter svg {
    width: 25px;
    height: 25px;
    margin-right: 10px;
}

.footerplayer .playercenter svg .inside-svg {
    fill: transparent;
}

.footerplayer .playercenter svg .outside-svg {
    fill: #0f3151;
}

.footerplayer .playercenter svg.clicked .inside-svg,
.footerplayer .playercenter svg.clicked .outside-svg {
    fill: #0f3151;
}

.footerplayer .playerstart {
    flex: 0.2;
    display: flex;
}

.footerplayer .playerstart .playpause {
    display: block;
    width: 35px;
    height: 35px;
}

.footerplayer .playerstart .playpause svg {
    width: 35px;
    height: 35px;
    fill: #0f3151;
}

.footerplayer .playerend {
    flex: 0.2;
    display: flex;
}

.footerplayer .playerend svg {
    fill: #0f3151;
}

@media (max-width: 990px) {
    section.podcasts {
        max-width: 800px !important;
    }

    .radio-content {
        margin: 2em;
    }

    .podcasters-list .podcaster-item {
        border-bottom: 1px solid #edeef1;
        padding: 2em 0 3em;
    }
}

@media (max-width: 650px) {
    .radiopage-wrapper .radio-title {
        font-size: 4em !important;
    }

    .radiopage-wrapper .radio-subtitle {
        font-size: 1.5em !important;
    }
}

@media (max-width: 420px) {
    .podcaster-link {
        margin: auto !important;
    }

    .radiopage-wrapper .radio-title {
        font-size: 2em !important;
    }

    .radiopage-wrapper .radio-subtitle {
        font-size: 1em !important;
    }

    .footerplayer .playercenter {
        flex: 0.8;
    }
}

@media (max-width: 490px) {
    .fwt {
        max-width: 100% !important;
    }
}

@media (max-width: 950px) {
    .mainNav-link {
        display: none;
    }

    .open-nav {
        display: block !important;
    }

    .podcastershowpage .podcasterinfo {
        flex-wrap: wrap;
    }
}

.client-nav-mobile,
.main-nav-mobile {
    display: none;
}

.client-main .simple-calendar .day {
    position: relative;
    width: 46px;
    height: 33px;
}

.client-main .simple-calendar .eventwrapper_ {
    width: 10px !important;
    height: 10px !important;
    background: #fc806a !important;
    border-radius: 50%;
    position: absolute;
    right: 5px;
    bottom: 5px;
}

.client-main .simple-calendar .eventwrapper_ .link.eventlink {
    display: none;
}

@media (max-width: 1025px) {
    .add-answer {
        flex-wrap: wrap;
    }

    .add-answer .actions {
        width: 100%;
    }

    .add-answer .actions .btn {
        width: 100%;
    }

    .add-answer .answerfield {
        margin: 0 !important;
    }

    .add-answer .answerfield .answertext {
        height: auto !important;
    }

    .attached-audio {
        padding: 12px;
    }

    .attached-audio .audio-wrapper {
        position: relative;
        width: 100%;
    }

    .attached-audio .audio-wrapper .progress-holder {
        margin-top: 10px;
        width: 100%;
    }

    .attached-audio .audio-wrapper .progress-holder .progress-over {
        width: 100%;
    }

    .attached-audio .audio-wrapper .tracklink {
        position: absolute;
        top: 0px;
        right: 0px;
    }

    .attached-audio .audio-wrapper .total-time {
        display: none;
    }

    .client-course-show-header {
        height: auto;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    .client-course-show-header .course-show-header-start {
        height: auto;
        width: 100%;
    }

    .client-course-show-header .course-show-header-end {
        width: 100%;
        height: 300px !important;
    }

    .client-header .header-start {
        flex: 0.6;
    }

    .client-header .header-start .bars {
        display: block;
        flex: 0.6;
    }

    .client-header .header-start .logowrap {
        flex: 0.4;
        margin-right: 0 !important;
    }

    .client-header .header-start .logowrap img {
        max-width: 160px;
    }

    .client-header .header-start ul.menu-list {
        display: none;
    }

    .client-header .header-end {
        flex: 0.4;
    }

    .client-header .header-end #userInfoDrop,
    .client-header .header-end .mobile-screen {
        position: relative;
        display: flex;
        align-items: center;
        text-decoration: none;
    }

    .client-header .header-end #userInfoDrop:after,
    .client-header .header-end .mobile-screen:after {
        content: none;
    }

    .client-header .header-end #userInfoDrop span.username,
    .client-header .header-end .mobile-screen span.username {
        display: none;
    }

    .client-header .header-end #userInfoDrop .userlogo,
    .client-header .header-end .mobile-screen .userlogo {
        z-index: 2;
        border: 2px solid #006881 !important;
    }

    .client-header .header-end #userInfoDrop .userlogo img,
    .client-header .header-end .mobile-screen .userlogo img {
        width: 48px !important;
        height: 48px !important;
    }

    .client-header .header-end #userInfoDrop .profile-dots,
    .client-header .header-end .mobile-screen .profile-dots {
        position: absolute;
        right: -15px;
    }

    .page-title {
        font-size: 18px !important;
    }

    .page-title span,
    .page-title a {
        font-size: 16px;
    }

    .client-page .client-page-header {
        max-width: 100% !important;
        flex-wrap: wrap;
    }

    .client-page .client-page-header .userlogo {
        margin: auto;
    }

    .client-page .client-page-header .userinfo {
        width: 100%;
        text-align: center;
    }

    .client-page .client-page-body {
        margin: auto;
    }

    .client-nav-mobile.active,
    .main-nav-mobile.active {
        transform: translateX(0px);
    }

    .client-nav-mobile,
    .main-nav-mobile {
        transition: transform 0.5s ease !important;
        width: 100%;
        height: calc(100vh - 82px);
        background: #006881;
        display: block;
        position: fixed;
        top: 82px;
        z-index: 9999;
        padding: 17px;
        overflow: scroll;
    }

    .client-nav-mobile .sidebar-title,
    .main-nav-mobile .sidebar-title {
        color: white;
        font-size: 18px;
        font-weight: bold;
    }

    .client-nav-mobile ul,
    .main-nav-mobile ul {
        padding: 0;
        list-style: none;
    }

    .client-nav-mobile ul li,
    .main-nav-mobile ul li {
        border-bottom: 1px solid #63a3b3;
        padding: 7px;
        line-height: 36px;
    }

    .client-nav-mobile ul li a,
    .main-nav-mobile ul li a {
        color: white;
        font-size: 14px;
    }

    .client-sidebar {
        display: none;
    }

    .client-main {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.client-nav-mobile {
    transform: translateX(-100%);
}

.main-nav-mobile {
    transform: translateX(-100%);
}

@media (max-width: 700px) {
    .client-main .course-section .course-wrapper {
        width: 405px;
        max-width: 100%;
    }

    .client-main .course-section .course-wrapper .course-image-holder,
    .client-main .course-section .course-wrapper .course-image {
        width: 405px;
        max-width: 100%;
    }
}

.select-description {
    width: 300px;
}

.select-description li {
    display: flex;
}

.select-description li .icon-holder {
    flex: 0.2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.select-description li .icon-holder svg {
    fill: #aeb0b4;
}

.select-description li .optionwrapper {
    flex: 0.8;
}

.select-description li .optionwrapper .opttitle,
.select-description li .optionwrapper .optdescription {
    text-align: left;
    color: #aeb0b4;
    font-weight: normal;
}

.select-description li .optionwrapper .optdescription {
    font-size: 10px;
}

.select-description li:hover {
    background-color: #fbfcfe !important;
}

.select-description li:hover .opttitle,
.select-description li:hover .optdescription {
    color: #0f3151 !important;
}

.select-description li:hover svg {
    fill: #0f3151 !important;
}

.hdselect {
    text-align: left !important;
    padding: 1em 1em;
    color: #0f3151 !important;
    border-radius: 0 !important;
    background-color: #fbfcfe !important;
    border: none !important;
}

.select-hidden {
    visibility: hidden;
    padding-right: 10px;
}

.select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    width: 100%;
}

.select-styled {
    position: absolute;
    right: 0;
    border-radius: 0.25rem;
    left: 0;
    background-color: white;
    padding: 5px;
    text-align: center;
    color: #003c8f;
    border: 1px solid #ced4da;
    height: 100%;
    bottom: 0;
}

.select-styled.active {
    border-color: #003c8f !important;
}

.select-styled:after {
    content: none;
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-color: #48b14d transparent transparent transparent;
    position: absolute;
    top: 16px;
    right: 10px;
}

.select-styled:active:after,
.select-styled.active:after {
    top: 9px;
    border-color: transparent transparent #fff transparent;
}

.select-options {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 5px 0;
    padding: 0;
    list-style: none;
    background-color: white;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    overflow-y: scroll;
    max-height: 200px;
}

.select-options li {
    margin: 0;
    padding: 12px 0;
    text-align: center;
    color: #003c8f;
}

.select-options li:last-child {
    border-bottom: none;
}

.select-options li:hover {
    font-weight: bold;
    background: #f1f5fb;
}

.select-options li[rel="hide"] {
    display: none;
}

.graySelect {
    text-align: left !important;
    padding-left: 10px !important;
    color: #656565 !important;
    padding-top: 10px !important;
}

.graySelect:after {
    content: "" !important;
    width: 7px !important;
    height: 7px !important;
    border: 1px solid !important;
    border-color: transparent #656565 #676767 transparent !important;
    position: absolute !important;
    top: 18px !important;
    right: 10px !important;
    transform: rotate(45deg) !important;
}

.graySelect.active {
    border-color: #ced4da !important;
}

.graySelectOptions li {
    color: #656565 !important;
    text-align: left !important;
    padding-left: 10px !important;
}

.graySelectOptions li:hover {
    font-weight: normal !important;
}

.side-nav {
    margin-top: 5em;
    transform: translate3d(-240px, 0, 0);
    display: block;
    position: absolute;
    width: 240px;
    height: 100vh;
    transition: all 0.5s ease-in-out;
}

.side-nav .logowrap {
    width: 100%;
    height: 5em;
    position: absolute;
    top: -5em;
}

.side-nav .logowrap img {
    width: 150px;
    margin: 0.5em auto;
    display: block;
}

.side-nav ul.side-nav-menu {
    list-style: none;
    padding: 0;
    width: 100%;
}

.side-nav ul.side-nav-menu li {
    padding-left: 5px;
    position: relative;
}

.side-nav ul.side-nav-menu li a {
    color: #979797;
}

.side-nav ul.side-nav-menu li a svg {
    width: 20px;
    height: 20px;
    fill: #979797;
    margin-right: 5px;
}

.side-nav ul.side-nav-menu li.active,
.side-nav ul.side-nav-menu li:hover {
    background: #edf2f7;
}

.side-nav ul.side-nav-menu li.active a,
.side-nav ul.side-nav-menu li:hover a {
    color: #164a7b;
}

.side-nav ul.side-nav-menu li.active a svg,
.side-nav ul.side-nav-menu li:hover a svg {
    fill: #164a7b;
}

.side-nav ul.side-nav-menu li.active:before,
.side-nav ul.side-nav-menu li:hover:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 5px;
    background: #164a7b;
    height: 100%;
}

.side-nav.active {
    transform: translate3d(0, 0, 0);
}

.appspace {
    transition: all 0.5s ease-in-out;
    width: 100%;
    background: #ffffff;
    /*min-height: 100vh;*/
}

.appspace.active {
    transform: translate3d(240px, 0, 0);
}

@media (min-width: 800px) {
    .appspace.active {
        width: calc(100% - 240px);
        transform: translate3d(240px, 0, 0);
    }
}

.table-responsive {
    margin: 2em 0;
}

.table-responsive .row .col-sm-12.col-md-6 {
    width: auto;
    flex: 1;
}

.table-responsive .row .col-sm-12.col-md-6 .dataTables_length {
    text-align: left;
}

.table-responsive th {
    border: none !important;
}

.table-responsive tr td {
    border: none !important;
}

.table-responsive tr td .iteminfo {
    display: flex;
    align-items: center;
    min-height: 31px;
}

.table-responsive tr td .iteminfo .btn {
    display: none;
}

.table-responsive tr:hover td .iteminfo .btn {
    display: block;
}

.table-responsive .custom-select {
    height: 43px;
    border-radius: 10px;
}

.table-responsive .selection .select2-selection {
    border-radius: 10px;
    height: 43px;
}

.table-responsive .selection span {
    line-height: 43px !important;
    height: 43px !important;
}

.table-responsive .selection span .select2-selection__rendered {
    padding-left: 20px !important;
}

.table-responsive .selection span .select2-selection__arrow {
    right: 10 !important;
}

.table-responsive ul.pagination li a.page-link {
    border-radius: 30px;
    margin: 0 3px;
    padding: 0.5rem 0.9rem !important;
    color: #486f94;
}

.table-responsive ul.pagination li a:focus {
    box-shadow: none;
}

.table-responsive ul.pagination li.active a.page-link {
    background: #486f94;
    border-color: #486f94;
    color: white;
}

.table-responsive .dataTables_info {
    color: #486f94;
}

table {
    color: #486f94 !important;
}

.actionstd {
    max-width: 200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.actionstd .btn-form {
    -webkit-margin-after: auto;
    margin-block-end: auto;
}

.hdtable thead tr a {
    color: #164a7b;
}

.hdtable tbody tr:hover {
    box-shadow: 0 7px 14px 0 rgba(60, 66, 87, 0.12),
    0 3px 6px 0 rgba(0, 0, 0, 0.12);
    background: white;
}

.hdtable tbody tr td {
    color: #164a7b;
    vertical-align: middle;
}

.hdtable tbody tr td a {
    color: #164a7b;
    display: block;
}

.hdtable tbody tr td a .userlogo {
    display: inline-block;
    width: 25px;
    height: 25px;
    font-size: 10px;
}

.cardPill {
    box-shadow: 0 7px 14px 0 rgba(60, 66, 87, 0.12),
    0 3px 6px 0 rgba(0, 0, 0, 0.12);
    border-radius: 2px;
    background: white;
    position: relative;
    max-width: 950px;
}

.cardPill .cardPill--header,
.cardPill .cardPill--footer {
    padding: 16px 20px 16px 20px;
    box-shadow: inset 0 -1px #e3e8ee;
    display: flex;
    justify-content: space-between;
}

.cardPill .cardPill--header .header-start,
.cardPill .cardPill--footer .header-start {
    display: flex;
    flex: 1;
    align-items: center;
}

.cardPill .cardPill--header .BtnBlock,
.cardPill .cardPill--footer .BtnBlock {
    display: inline-block;
}

.cardPill .cardPill--header .BtnBlock .paddingLeft,
.cardPill .cardPill--footer .BtnBlock .paddingLeft {
    padding-left: 8px;
}

.cardPill .cardPill--header .BtnBlock .paddingRight,
.cardPill .cardPill--footer .BtnBlock .paddingRight {
    padding-right: 8px;
}

.cardPill .cardPill--header .BtnBlock span,
.cardPill .cardPill--footer .BtnBlock span {
    display: inline-block;
}

.cardPill .cardPill--header .BtnBlock span .pressableBtn.active i,
.cardPill .cardPill--footer .BtnBlock span .pressableBtn.active i {
    color: #0f9aee;
}

.cardPill .cardPill--header .BtnBlock span .pressableBtn,
.cardPill .cardPill--footer .BtnBlock span .pressableBtn {
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px,
    rgba(0, 0, 0, 0.12) 0px 1px 1px 0px, rgba(60, 66, 87, 0.16) 0px 0px 0px 1px,
    rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px,
    rgba(60, 66, 87, 0.12) 0px 2px 5px 0px;
    max-width: 100%;
    min-height: 28px;
    border-radius: 2px;
    position: relative;
    transition: background-color 240ms, box-shadow 240ms;
    display: inline-flex;
}

.cardPill .cardPill--header .BtnBlock span .pressableBtn a,
.cardPill .cardPill--footer .BtnBlock span .pressableBtn a {
    color: #164a7b;
}

.cardPill .cardPill--header .BtnBlock span .pressableBtn:hover,
.cardPill .cardPill--footer .BtnBlock span .pressableBtn:hover {
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px,
    rgba(0, 0, 0, 0.12) 0px 1px 1px 0px, rgba(60, 66, 87, 0.16) 0px 0px 0px 1px,
    rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(60, 66, 87, 0.12) 0px 3px 9px 0px,
    rgba(60, 66, 87, 0.12) 0px 2px 5px 0px;
}

.cardPill .cardPill--header .BtnBlock span .pressableBtn:hover i,
.cardPill .cardPill--footer .BtnBlock span .pressableBtn:hover i {
    color: #0f9aee;
}

.cardPill .cardPill--header .BtnBlock span .pressableBtn .funcBtn,
.cardPill .cardPill--footer .BtnBlock span .pressableBtn .funcBtn {
    border-radius: 2px;
    padding: 0 15px;
    color: #3c4257;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    display: inline-flex;
    position: relative;
    z-index: 1;
    flex: 0 1 auto;
    margin: 0;
    text-decoration: none;
    vertical-align: middle;
    word-break: keep-all;
    background: transparent;
    border: 0;
    outline: 0;
    transition: color 240ms;
    align-items: center;
}

.cardPill .cardPill--header .BtnBlock span .pressableBtn .funcBtn:hover,
.cardPill .cardPill--footer .BtnBlock span .pressableBtn .funcBtn:hover {
    color: #1a1f36;
}

.cardPill .cardPill--header .BtnBlock span .pressableBtn .funcBtn i,
.cardPill .cardPill--footer .BtnBlock span .pressableBtn .funcBtn i {
    padding-right: 8px;
    font-size: 10px;
}

.cardPill .cardPill--header .cardPill--footer .paginationResult,
.cardPill .cardPill--footer .cardPill--footer .paginationResult {
    font-size: 14px;
    font-weight: 400;
}

.notback {
    box-shadow: none;
    background: transparent;
}

.notback .cardPill--header,
.notback .cardPill--footer {
    box-shadow: none;
}

.notback table {
    border-collapse: separate;
    border-spacing: 0 5px;
}

.notback table tbody tr {
    box-shadow: 0px 0.8px 4px rgba(0, 0, 0, 0.08);
    background: white;
}

.notback table tbody tr td.course-td a,
.notback table tbody tr td.course-td span.link_to {
    display: flex;
    align-items: center;
    height: 50px;
}

.notback table tbody tr td.text-block span {
    display: block;
    max-width: 250px;
    word-wrap: break-word;
}

.notback table .course-title-img {
    display: flex;
    align-items: center;
}

.notback table .course-title-img .course-thumb {
    margin-right: 15px;
}

.notback table .course-title-img .course-thumb img {
    width: 60px;
    border-radius: 2px;
}

.event-mobile-thumb {
    height: 50px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.event-mobile-thumb .picture img {
    width: 60px;
    border-radius: 2px;
    overflow: hidden;
}

.event-mobile-thumb .title {
    max-height: 50px;
}

span.normal {
    font-size: 16px;
}

span.smaller {
    font-size: 12px;
}

#fileuploader.recordfiles {
    width: 100%;
    padding: 15px;
}

.ajax-file-upload-statusbar {
    border: 1px solid #0ba1b5;
    margin-top: 10px;
    margin-right: 10px;
    margin: 5px;
    border-radius: 4px;
    padding: 5px 5px 5px 15px;
    width: 100% !important;
}

.ajax-file-upload-filename {
    width: 300px;
    height: auto;
    margin: 0 5px 5px 0px;
}

.ajax-file-upload-filesize {
    width: 50px;
    height: auto;
    margin: 0 5px 5px 0px;
    display: inline-block;
    vertical-align: middle;
}

.ajax-file-upload-progress {
    margin: 5px 10px 5px 0px;
    position: relative;
    width: 250px;
    border: 1px solid #ddd;
    padding: 1px;
    border-radius: 3px;
    display: inline-block;
    color: #ffffff;
}

.ajax-file-upload-bar {
    background-color: #0ba1b5;
    width: 0;
    height: 20px;
    border-radius: 3px;
    color: #ffffff;
}

.ajax-file-upload-percent {
    position: absolute;
    display: inline-block;
    top: 3px;
    left: 48%;
}

.ajax-file-upload-red {
    box-shadow: inset 0 39px 0 -24px #e67a73;
    background-color: #e4685d;
    border-radius: 4px;
    display: inline-block;
    color: #fff;
    font-family: arial;
    font-size: 13px;
    font-weight: normal;
    padding: 4px 15px;
    text-decoration: none;
    text-shadow: 0 1px 0 #b23e35;
    cursor: pointer;
    vertical-align: top;
    margin: 5px 10px 5px 0px;
}

.ajax-file-upload-green {
    background-color: #77b55a;
    border-radius: 4px;
    margin: 0;
    padding: 0;
    display: inline-block;
    color: #fff;
    font-family: arial;
    font-size: 13px;
    font-weight: normal;
    padding: 4px 15px;
    text-decoration: none;
    cursor: pointer;
    text-shadow: 0 1px 0 #5b8a3c;
    vertical-align: top;
    margin: 5px 10px 5px 0px;
}

.ajax-file-upload {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    padding: 15px 20px;
    cursor: pointer;
    line-height: 20px;
    height: 25px;
    margin: 0 10px 10px 0;
    display: inline-block;
    background: #fff;
    border: 1px solid #e8e8e8;
    color: #888;
    text-decoration: none;
    padding: 6px 10px 4px 10px;
    color: #fff;
    background: #2f8ab9;
    border: none;
    vertical-align: middle;
    cursor: pointer;
    position: relative;
    border: 2px solid #006881;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    width: 100%;
    background: transparent;
    color: #006881;
}

.ajax-upload-dragdrop {
    width: 100% !important;
}

.state-hover {
    border: 2px solid #a5a5c7;
}

.ajax-file-upload-container {
    padding: 15px;
    width: 100%;
}

.timerow {
    display: flex;
}

.timerow .checkboxtime {
    display: inline-block;
    padding-top: 10px;
}

.timerow .checkboxtime label {
    vertical-align: middle;
    margin: 0;
}

.timerow .checkboxtime input {
    vertical-align: middle;
    margin: 0;
    height: 20px;
    width: 20px;
}

.user-status {
    padding: 0.375rem 0.375rem;
    margin-left: 2em;
    border-radius: 30px;
    font-size: 12px;
}

.user-status.enabled {
    background: #5cb85c;
}

.user-status.disabled {
    background: #dc3545;
}

.email-status {
    padding: 0.05rem 0.65rem;
    margin-left: 1em;
    border-radius: 10px;
}

.email-status.confirmed {
    background: #5cb85c;
}

.email-status.notconfirmed {
    background: #dc3545;
}

.croppie-container {
    width: 100%;
    height: 100%;
}

.croppie-container .cr-image {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: 0 0;
    max-height: none;
    max-width: none;
}

.croppie-container .cr-boundary {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.croppie-container .cr-viewport,
.croppie-container .cr-resizer {
    position: absolute;
    border: 2px solid #fff;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    box-shadow: 0 0 2000px 2000px rgba(0, 0, 0, 0.5);
    z-index: 0;
}

.croppie-container .cr-resizer {
    z-index: 2;
    box-shadow: none;
    pointer-events: none;
}

.croppie-container .cr-resizer-vertical,
.croppie-container .cr-resizer-horisontal {
    position: absolute;
    pointer-events: all;
}

.croppie-container .cr-resizer-vertical::after,
.croppie-container .cr-resizer-horisontal::after {
    display: block;
    position: absolute;
    box-sizing: border-box;
    border: 1px solid black;
    background: #fff;
    width: 10px;
    height: 10px;
    content: "";
}

.croppie-container .cr-resizer-vertical {
    bottom: -5px;
    cursor: row-resize;
    width: 100%;
    height: 10px;
}

.croppie-container .cr-resizer-vertical::after {
    left: 50%;
    margin-left: -5px;
}

.croppie-container .cr-resizer-horisontal {
    right: -5px;
    cursor: col-resize;
    width: 10px;
    height: 100%;
}

.croppie-container .cr-resizer-horisontal::after {
    top: 50%;
    margin-top: -5px;
}

.croppie-container .cr-original-image {
    display: none;
}

.croppie-container .cr-vp-circle {
    border-radius: 50%;
}

.croppie-container .cr-overlay {
    z-index: 1;
    position: absolute;
    cursor: move;
    touch-action: none;
}

.croppie-container .cr-slider-wrap {
    width: 75%;
    margin: 15px auto;
    text-align: center;
}

.croppie-result {
    position: relative;
    overflow: hidden;
}

.croppie-result img {
    position: absolute;
}

.croppie-container .cr-image,
.croppie-container .cr-overlay,
.croppie-container .cr-viewport {
    transform: translateZ(0);
}

.cr-slider {
    -webkit-appearance: none;
    width: 300px;
    max-width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: transparent;
}

.cr-slider::-webkit-slider-runnable-track {
    width: 100%;
    height: 3px;
    background: rgba(0, 0, 0, 0.5);
    border: 0;
    border-radius: 3px;
}

.cr-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #ddd;
    margin-top: -6px;
}

.cr-slider:focus {
    outline: none;
}

.cr-slider::-moz-range-track {
    width: 100%;
    height: 3px;
    background: rgba(0, 0, 0, 0.5);
    border: 0;
    border-radius: 3px;
}

.cr-slider::-moz-range-thumb {
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #ddd;
    margin-top: -6px;
}

.cr-slider:-moz-focusring {
    outline: 1px solid white;
    outline-offset: -1px;
}

.cr-slider::-ms-track {
    width: 100%;
    height: 5px;
    background: transparent;
    border-color: transparent;
    border-width: 6px 0;
    color: transparent;
}

.cr-slider::-ms-fill-lower {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
}

.cr-slider::-ms-fill-upper {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
}

.cr-slider::-ms-thumb {
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #ddd;
    margin-top: 1px;
}

.cr-slider:focus::-ms-fill-lower {
    background: rgba(0, 0, 0, 0.5);
}

.cr-slider:focus::-ms-fill-upper {
    background: rgba(0, 0, 0, 0.5);
}

.cr-rotate-controls {
    position: absolute;
    bottom: 5px;
    left: 5px;
    z-index: 1;
}

.cr-rotate-controls button {
    border: 0;
    background: none;
}

.cr-rotate-controls i:before {
    display: inline-block;
    font-style: normal;
    font-weight: 900;
    font-size: 22px;
}

.cr-rotate-l i:before {
    content: "↺";
}

.cr-rotate-r i:before {
    content: "↻";
}

.xdsoft_datetimepicker {
    box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.506);
    background: #fff;
    border-bottom: 1px solid #bbb;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    color: #333;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 8px;
    padding-left: 0;
    padding-top: 2px;
    position: absolute;
    z-index: 9999;
    box-sizing: border-box;
    display: none;
}

.xdsoft_datetimepicker iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 75px;
    height: 210px;
    background: transparent;
    border: none;
}

.xdsoft_datetimepicker button {
    border: none !important;
}

.xdsoft_noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.xdsoft_noselect::-moz-selection {
    background: transparent;
}

.xdsoft_noselect::selection,
.xdsoft_noselect::-moz-selection {
    background: transparent;
}

.xdsoft_datetimepicker.xdsoft_inline {
    display: inline-block;
    position: static;
    box-shadow: none;
}

.xdsoft_datetimepicker * {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

.xdsoft_datetimepicker .xdsoft_datepicker,
.xdsoft_datetimepicker .xdsoft_timepicker {
    display: none;
}

.xdsoft_datetimepicker .xdsoft_datepicker.active,
.xdsoft_datetimepicker .xdsoft_timepicker.active {
    display: block;
}

.xdsoft_datetimepicker .xdsoft_datepicker {
    width: 224px;
    float: left;
    margin-left: 8px;
}

.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_datepicker {
    width: 256px;
}

.xdsoft_datetimepicker .xdsoft_timepicker {
    width: 58px;
    float: left;
    text-align: center;
    margin-left: 8px;
    margin-top: 0;
}

.xdsoft_datetimepicker .xdsoft_datepicker.active + .xdsoft_timepicker {
    margin-top: 8px;
    margin-bottom: 3px;
}

.xdsoft_datetimepicker .xdsoft_mounthpicker {
    position: relative;
    text-align: center;
}

.xdsoft_datetimepicker .xdsoft_label i,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_today_button {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0NBRjI1NjM0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0NBRjI1NjQ0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDQ0FGMjU2MTQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDQ0FGMjU2MjQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoNEP54AAAIOSURBVHja7Jq9TsMwEMcxrZD4WpBYeKUCe+kTMCACHZh4BFfHO/AAIHZGFhYkBBsSEqxsLCAgXKhbXYOTxh9pfJVP+qutnZ5s/5Lz2Y5I03QhWji2GIcgAokWgfCxNvcOCCGKqiSqhUp0laHOne05vdEyGMfkdxJDVjgwDlEQgYQBgx+ULJaWSXXS6r/ER5FBVR8VfGftTKcITNs+a1XpcFoExREIDF14AVIFxgQUS+h520cdud6wNkC0UBw6BCO/HoCYwBhD8QCkQ/x1mwDyD4plh4D6DDV0TAGyo4HcawLIBBSLDkHeH0Mg2yVP3l4TQMZQDDsEOl/MgHQqhMNuE0D+oBh0CIr8MAKyazBH9WyBuKxDWgbXfjNf32TZ1KWm/Ap1oSk/R53UtQ5xTh3LUlMmT8gt6g51Q9p+SobxgJQ/qmsfZhWywGFSl0yBjCLJCMgXail3b7+rumdVJ2YRss4cN+r6qAHDkPWjPjdJCF4n9RmAD/V9A/Wp4NQassDjwlB6XBiCxcJQWmZZb8THFilfy/lfrTvLghq2TqTHrRMTKNJ0sIhdo15RT+RpyWwFdY96UZ/LdQKBGjcXpcc1AlSFEfLmouD+1knuxBDUVrvOBmoOC/rEcN7OQxKVeJTCiAdUzUJhA2Oez9QTkp72OTVcxDcXY8iKNkxGAJXmJCOQwOa6dhyXsOa6XwEGAKdeb5ET3rQdAAAAAElFTkSuQmCC);
}

.xdsoft_datetimepicker .xdsoft_label i {
    opacity: 0.5;
    background-position: -92px -19px;
    display: inline-block;
    width: 9px;
    height: 20px;
    vertical-align: middle;
}

.xdsoft_datetimepicker .xdsoft_prev {
    float: left;
    background-position: -20px 0;
}

.xdsoft_datetimepicker .xdsoft_today_button {
    float: left;
    background-position: -70px 0;
    margin-left: 5px;
}

.xdsoft_datetimepicker .xdsoft_next {
    float: right;
    background-position: 0 0;
    background-color: transparent;
    background-repeat: no-repeat;
    border: 0 none;
    cursor: pointer;
    display: block;
    height: 30px;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    outline: medium none;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-indent: 100%;
    white-space: nowrap;
    width: 20px;
    min-width: 0;
}

.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_today_button {
    background-color: transparent;
    background-repeat: no-repeat;
    border: 0 none;
    cursor: pointer;
    display: block;
    height: 30px;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    outline: medium none;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-indent: 100%;
    white-space: nowrap;
    width: 20px;
    min-width: 0;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
    float: none;
    background-position: -40px -15px;
    height: 15px;
    width: 30px;
    display: block;
    margin-left: 14px;
    margin-top: 7px;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
    background-position: -40px 0;
    margin-bottom: 7px;
    margin-top: 0;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
    height: 151px;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div {
    background: #f5f5f5;
    border-top: 1px solid #ddd;
    color: #666;
    font-size: 12px;
    text-align: center;
    border-collapse: collapse;
    cursor: pointer;
    border-bottom-width: 0;
    height: 25px;
    line-height: 25px;
}

.xdsoft_datetimepicker
.xdsoft_timepicker
.xdsoft_time_box
> div
> div:first-child {
    border-top-width: 0;
}

.xdsoft_datetimepicker .xdsoft_today_button:hover,
.xdsoft_datetimepicker .xdsoft_next:hover,
.xdsoft_datetimepicker .xdsoft_prev:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.xdsoft_datetimepicker .xdsoft_label {
    display: inline;
    position: relative;
    z-index: 9999;
    margin: 0;
    padding: 5px 3px;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    background-color: #fff;
    float: left;
    width: 182px;
    text-align: center;
    cursor: pointer;
}

.xdsoft_datetimepicker .xdsoft_label:hover > span {
    text-decoration: underline;
}

.xdsoft_datetimepicker .xdsoft_label:hover i {
    opacity: 1;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select {
    border: 1px solid #ccc;
    position: absolute;
    right: 0;
    top: 30px;
    z-index: 101;
    display: none;
    background: #fff;
    max-height: 160px;
    overflow-y: hidden;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_monthselect {
    right: -7px;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_yearselect {
    right: 2px;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option {
    padding: 2px 10px 2px 5px;
    text-decoration: none !important;
}

.xdsoft_datetimepicker
.xdsoft_label
> .xdsoft_select
> div
> .xdsoft_option:hover {
    color: #fff;
    background: #ff8000;
}

.xdsoft_datetimepicker
.xdsoft_label
> .xdsoft_select
> div
> .xdsoft_option.xdsoft_current {
    background: #33aaff;
    box-shadow: #178fe5 0 1px 3px 0 inset;
    color: #fff;
    font-weight: 700;
}

.xdsoft_datetimepicker .xdsoft_month {
    width: 100px;
    text-align: right;
}

.xdsoft_datetimepicker .xdsoft_calendar {
    clear: both;
}

.xdsoft_datetimepicker .xdsoft_year {
    width: 48px;
    margin-left: 5px;
}

.xdsoft_datetimepicker .xdsoft_calendar table {
    border-collapse: collapse;
    width: 100%;
}

.xdsoft_datetimepicker .xdsoft_calendar td > div {
    padding-right: 5px;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
    height: 25px;
}

.xdsoft_datetimepicker .xdsoft_calendar td,
.xdsoft_datetimepicker .xdsoft_calendar th {
    width: 14.2857142%;
    background: #f5f5f5;
    border: 1px solid #ddd;
    color: #666;
    font-size: 12px;
    text-align: right;
    vertical-align: middle;
    padding: 0;
    border-collapse: collapse;
    cursor: pointer;
    height: 25px;
}

.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar td,
.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar th {
    width: 12.5%;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
    background: #f1f1f1;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
    color: #33aaff;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_default {
    background: #ffe9d2;
    box-shadow: #ffb871 0 1px 4px 0 inset;
    color: #000;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_mint {
    background: #c1ffc9;
    box-shadow: #00dd1c 0 1px 4px 0 inset;
    color: #000;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current {
    background: #33aaff;
    box-shadow: #178fe5 0 1px 3px 0 inset;
    color: #fff;
    font-weight: 700;
}

.xdsoft_datetimepicker
.xdsoft_timepicker
.xdsoft_time_box
> div
> div.xdsoft_current {
    background: #33aaff;
    box-shadow: #178fe5 0 1px 3px 0 inset;
    color: #fff;
    font-weight: 700;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    cursor: default;
}

.xdsoft_datetimepicker .xdsoft_time_box > div > div.xdsoft_disabled {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    cursor: default;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled {
    opacity: 0.2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}

.xdsoft_datetimepicker .xdsoft_calendar td:hover {
    color: #fff !important;
    background: #ff8000 !important;
    box-shadow: none !important;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
    color: #fff !important;
    background: #ff8000 !important;
    box-shadow: none !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current.xdsoft_disabled:hover,
.xdsoft_datetimepicker
.xdsoft_timepicker
.xdsoft_time_box
> div
> div.xdsoft_current.xdsoft_disabled:hover {
    background: #33aaff !important;
    box-shadow: #178fe5 0 1px 3px 0 inset !important;
    color: #fff !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover,
.xdsoft_datetimepicker
.xdsoft_timepicker
.xdsoft_time_box
> div
> div.xdsoft_disabled:hover {
    color: inherit !important;
    background: inherit !important;
    box-shadow: inherit !important;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
    font-weight: 700;
    text-align: center;
    color: #999;
    cursor: default;
}

.xdsoft_datetimepicker .xdsoft_copyright {
    color: #ccc !important;
    font-size: 10px;
    clear: both;
    float: none;
    margin-left: 8px;
}

.xdsoft_datetimepicker .xdsoft_copyright a {
    color: #eee !important;
}

.xdsoft_datetimepicker .xdsoft_copyright a:hover {
    color: #aaa !important;
}

.xdsoft_time_box {
    position: relative;
    border: 1px solid #ccc;
}

.xdsoft_scrollbar {
    position: absolute;
    width: 7px;
    right: 0;
    top: 0;
    bottom: 0;
    cursor: pointer;
}

.xdsoft_scrollbar > .xdsoft_scroller {
    background: #ccc !important;
    height: 20px;
    border-radius: 3px;
}

.xdsoft_scroller_box {
    position: relative;
}

.xdsoft_datetimepicker.xdsoft_dark {
    box-shadow: 0 5px 15px -5px rgba(255, 255, 255, 0.506);
    background: #000;
    border-bottom: 1px solid #444;
    border-left: 1px solid #333;
    border-right: 1px solid #333;
    border-top: 1px solid #333;
    color: #ccc;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box {
    border-bottom: 1px solid #222;
}

.xdsoft_datetimepicker.xdsoft_dark
.xdsoft_timepicker
.xdsoft_time_box
> div
> div {
    background: #0a0a0a;
    border-top: 1px solid #222;
    color: #999;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label {
    background-color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select {
    border: 1px solid #333;
    background: #000;
}

.xdsoft_datetimepicker.xdsoft_dark
.xdsoft_label
> .xdsoft_select
> div
> .xdsoft_option:hover {
    color: #000;
    background: #007fff;
}

.xdsoft_datetimepicker.xdsoft_dark
.xdsoft_label
> .xdsoft_select
> div
> .xdsoft_option.xdsoft_current {
    background: #cc5500;
    box-shadow: #b03e00 0 1px 3px 0 inset;
    color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label i {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUExQUUzOTA0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUExQUUzOTE0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBQTFBRTM4RTQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBQTFBRTM4RjQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pp0VxGEAAAIASURBVHja7JrNSgMxEMebtgh+3MSLr1T1Xn2CHoSKB08+QmR8Bx9A8e7RixdB9CKCoNdexIugxFlJa7rNZneTbLIpM/CnNLsdMvNjM8l0mRCiQ9Ye61IKCAgZAUnH+mU3MMZaHYChBnJUDzWOFZdVfc5+ZFLbrWDeXPwbxIqrLLfaeS0hEBVGIRQCEiZoHQwtlGSByCCdYBl8g8egTTAWoKQMRBRBcZxYlhzhKegqMOageErsCHVkk3hXIFooDgHB1KkHIHVgzKB4ADJQ/A1jAFmAYhkQqA5TOBtocrKrgXwQA8gcFIuAIO8sQSA7hidvPwaQGZSaAYHOUWJABhWWw2EMIH9QagQERU4SArJXo0ZZL18uvaxejXt/Em8xjVBXmvFr1KVm/AJ10tRe2XnraNqaJvKE3KHuUbfK1E+VHB0q40/y3sdQSxY4FHWeKJCunP8UyDdqJZenT3ntVV5jIYCAh20vT7ioP8tpf6E2lfEMwERe+whV1MHjwZB7PBiCxcGQWwKZKD62lfGNnP/1poFAA60T7rF1UgcKd2id3KDeUS+oLWV8DfWAepOfq00CgQabi9zjcgJVYVD7PVzQUAUGAQkbNJTBICDhgwYTjDYD6XeW08ZKh+A4pYkzenOxXUbvZcWz7E8ykRMnIHGX1XPl+1m2vPYpL+2qdb8CDAARlKFEz/ZVkAAAAABJRU5ErkJggg==);
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_prev,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_next,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_today_button {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUExQUUzOTA0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUExQUUzOTE0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBQTFBRTM4RTQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBQTFBRTM4RjQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pp0VxGEAAAIASURBVHja7JrNSgMxEMebtgh+3MSLr1T1Xn2CHoSKB08+QmR8Bx9A8e7RixdB9CKCoNdexIugxFlJa7rNZneTbLIpM/CnNLsdMvNjM8l0mRCiQ9Ye61IKCAgZAUnH+mU3MMZaHYChBnJUDzWOFZdVfc5+ZFLbrWDeXPwbxIqrLLfaeS0hEBVGIRQCEiZoHQwtlGSByCCdYBl8g8egTTAWoKQMRBRBcZxYlhzhKegqMOageErsCHVkk3hXIFooDgHB1KkHIHVgzKB4ADJQ/A1jAFmAYhkQqA5TOBtocrKrgXwQA8gcFIuAIO8sQSA7hidvPwaQGZSaAYHOUWJABhWWw2EMIH9QagQERU4SArJXo0ZZL18uvaxejXt/Em8xjVBXmvFr1KVm/AJ10tRe2XnraNqaJvKE3KHuUbfK1E+VHB0q40/y3sdQSxY4FHWeKJCunP8UyDdqJZenT3ntVV5jIYCAh20vT7ioP8tpf6E2lfEMwERe+whV1MHjwZB7PBiCxcGQWwKZKD62lfGNnP/1poFAA60T7rF1UgcKd2id3KDeUS+oLWV8DfWAepOfq00CgQabi9zjcgJVYVD7PVzQUAUGAQkbNJTBICDhgwYTjDYD6XeW08ZKh+A4pYkzenOxXUbvZcWz7E8ykRMnIHGX1XPl+1m2vPYpL+2qdb8CDAARlKFEz/ZVkAAAAABJRU5ErkJggg==);
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td {
    background: #0a0a0a;
    border: 1px solid #222;
    color: #999;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
    background: #0a0a0a;
    border: 1px solid #222;
    color: #999;
    background: #0e0e0e;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_today {
    color: #cc5500;
}

.xdsoft_datetimepicker.xdsoft_dark
.xdsoft_calendar
td.xdsoft_highlighted_default {
    background: #ffe9d2;
    box-shadow: #ffb871 0 1px 4px 0 inset;
    color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_mint {
    background: #c1ffc9;
    box-shadow: #00dd1c 0 1px 4px 0 inset;
    color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_current {
    background: #cc5500;
    box-shadow: #b03e00 0 1px 3px 0 inset;
    color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark
.xdsoft_timepicker
.xdsoft_time_box
> div
> div.xdsoft_current {
    background: #cc5500;
    box-shadow: #b03e00 0 1px 3px 0 inset;
    color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td:hover,
.xdsoft_datetimepicker.xdsoft_dark
.xdsoft_timepicker
.xdsoft_time_box
> div
> div:hover {
    color: #000 !important;
    background: #007fff !important;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
    color: #666;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright {
    color: #333 !important;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a {
    color: #111 !important;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a:hover {
    color: #555 !important;
}

.xdsoft_dark .xdsoft_time_box {
    border: 1px solid #333;
}

.xdsoft_dark .xdsoft_scrollbar > .xdsoft_scroller {
    background: #333 !important;
}

.xdsoft_datetimepicker .xdsoft_save_selected {
    display: block;
    border: 1px solid #dddddd !important;
    margin-top: 5px;
    width: 100%;
    color: #454551;
    font-size: 13px;
}

.xdsoft_datetimepicker .blue-gradient-button {
    font-family: "museo-sans", "Book Antiqua", sans-serif;
    font-size: 12px;
    font-weight: 300;
    color: #82878c;
    height: 28px;
    position: relative;
    padding: 4px 17px 4px 33px;
    border: 1px solid #d7d8da;
    background: linear-gradient(to bottom, #fff 0%, #f4f8fa 73%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#f4f8fa', GradientType=0);
}

.xdsoft_datetimepicker .blue-gradient-button:hover,
.xdsoft_datetimepicker .blue-gradient-button:focus,
.xdsoft_datetimepicker .blue-gradient-button:hover span,
.xdsoft_datetimepicker .blue-gradient-button:focus span {
    color: #454551;
    background: linear-gradient(to bottom, #f4f8fa 0%, #fff 73%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f8fa', endColorstr='#FFF', GradientType=0);
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
    position: relative;
}

.select2-container[dir="rtl"]
.select2-selection--single
.select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px;
}

.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.select2-container .select2-search--inline {
    float: left;
}

.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    padding: 0;
}

.select2-container
.select2-search--inline
.select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

.select2-dropdown {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051;
}

.select2-results {
    display: block;
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0;
}

.select2-results__option {
    padding: 6px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
    cursor: pointer;
}

.select2-container--open .select2-dropdown {
    left: 0;
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-search--dropdown {
    display: block;
    padding: 4px;
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
    display: none;
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0);
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
}

.select2-container--default
.select2-selection--single
.select2-selection__rendered {
    color: #444;
    line-height: 28px;
}

.select2-container--default
.select2-selection--single
.select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
}

.select2-container--default
.select2-selection--single
.select2-selection__placeholder {
    color: #999;
}

.select2-container--default
.select2-selection--single
.select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
}

.select2-container--default
.select2-selection--single
.select2-selection__arrow
b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}

.select2-container--default[dir="rtl"]
.select2-selection--single
.select2-selection__clear {
    float: left;
}

.select2-container--default[dir="rtl"]
.select2-selection--single
.select2-selection__arrow {
    left: 1px;
    right: auto;
}

.select2-container--default.select2-container--disabled
.select2-selection--single {
    background-color: #eee;
    cursor: default;
}

.select2-container--default.select2-container--disabled
.select2-selection--single
.select2-selection__clear {
    display: none;
}

.select2-container--default.select2-container--open
.select2-selection--single
.select2-selection__arrow
b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
}

.select2-container--default
.select2-selection--multiple
.select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%;
}

.select2-container--default
.select2-selection--multiple
.select2-selection__rendered
li {
    list-style: none;
}

.select2-container--default
.select2-selection--multiple
.select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px;
    padding: 1px;
}

.select2-container--default
.select2-selection--multiple
.select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px;
}

.select2-container--default
.select2-selection--multiple
.select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px;
}

.select2-container--default
.select2-selection--multiple
.select2-selection__choice__remove:hover {
    color: #333;
}

.select2-container--default[dir="rtl"]
.select2-selection--multiple
.select2-selection__choice,
.select2-container--default[dir="rtl"]
.select2-selection--multiple
.select2-search--inline {
    float: right;
}

.select2-container--default[dir="rtl"]
.select2-selection--multiple
.select2-selection__choice {
    margin-left: 5px;
    margin-right: auto;
}

.select2-container--default[dir="rtl"]
.select2-selection--multiple
.select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto;
}

.select2-container--default.select2-container--focus
.select2-selection--multiple {
    border: solid black 1px;
    outline: 0;
}

.select2-container--default.select2-container--disabled
.select2-selection--multiple {
    background-color: #eee;
    cursor: default;
}

.select2-container--default.select2-container--disabled
.select2-selection__choice__remove {
    display: none;
}

.select2-container--default.select2-container--open.select2-container--above
.select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above
.select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below
.select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below
.select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}

.select2-container--default .select2-results__option[role="group"] {
    padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled="true"] {
    color: #999;
}

.select2-container--default .select2-results__option[aria-selected="true"] {
    background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em;
}

.select2-container--default
.select2-results__option
.select2-results__option
.select2-results__group {
    padding-left: 0;
}

.select2-container--default
.select2-results__option
.select2-results__option
.select2-results__option {
    margin-left: -1em;
    padding-left: 2em;
}

.select2-container--default
.select2-results__option
.select2-results__option
.select2-results__option
.select2-results__option {
    margin-left: -2em;
    padding-left: 3em;
}

.select2-container--default
.select2-results__option
.select2-results__option
.select2-results__option
.select2-results__option
.select2-results__option {
    margin-left: -3em;
    padding-left: 4em;
}

.select2-container--default
.select2-results__option
.select2-results__option
.select2-results__option
.select2-results__option
.select2-results__option
.select2-results__option {
    margin-left: -4em;
    padding-left: 5em;
}

.select2-container--default
.select2-results__option
.select2-results__option
.select2-results__option
.select2-results__option
.select2-results__option
.select2-results__option
.select2-results__option {
    margin-left: -5em;
    padding-left: 6em;
}

.select2-container--default
.select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
    color: white;
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb;
}

.select2-container--classic
.select2-selection--single
.select2-selection__rendered {
    color: #444;
    line-height: 28px;
}

.select2-container--classic
.select2-selection--single
.select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px;
}

.select2-container--classic
.select2-selection--single
.select2-selection__placeholder {
    color: #999;
}

.select2-container--classic
.select2-selection--single
.select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

.select2-container--classic
.select2-selection--single
.select2-selection__arrow
b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}

.select2-container--classic[dir="rtl"]
.select2-selection--single
.select2-selection__clear {
    float: left;
}

.select2-container--classic[dir="rtl"]
.select2-selection--single
.select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open
.select2-selection--single
.select2-selection__arrow {
    background: transparent;
    border: none;
}

.select2-container--classic.select2-container--open
.select2-selection--single
.select2-selection__arrow
b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above
.select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below
.select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb;
}

.select2-container--classic
.select2-selection--multiple
.select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px;
}

.select2-container--classic
.select2-selection--multiple
.select2-selection__clear {
    display: none;
}

.select2-container--classic
.select2-selection--multiple
.select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px;
}

.select2-container--classic
.select2-selection--multiple
.select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px;
}

.select2-container--classic
.select2-selection--multiple
.select2-selection__choice__remove:hover {
    color: #555;
}

.select2-container--classic[dir="rtl"]
.select2-selection--multiple
.select2-selection__choice {
    float: right;
    margin-left: 5px;
    margin-right: auto;
}

.select2-container--classic[dir="rtl"]
.select2-selection--multiple
.select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto;
}

.select2-container--classic.select2-container--open
.select2-selection--multiple {
    border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above
.select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below
.select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none;
}

.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
    border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}

.select2-container--classic .select2-results__option[role="group"] {
    padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled="true"] {
    color: grey;
}

.select2-container--classic
.select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: #fff;
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #5E6D52;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
