
 .file:disabled input,
 .input:disabled input,
 .textarea:disabled input,
 .select:disabled input,
 .tag-input:disabled input,
 .spinner:disabled input,
 .tag-input:disabled input,
 .rating:disabled input,
 .color-picker:disabled input,
 .file.disabled input,
 .input.disabled input,
 .textarea.disabled input,
 .select.disabled input,
 .tag-input.disabled input,
 .spinner.disabled input,
 .tag-input.disabled input,
 .rating.disabled input,
 .color-picker.disabled input,
 .file:disabled textarea,
 .input:disabled textarea,
 .textarea:disabled textarea,
 .select:disabled textarea,
 .tag-input:disabled textarea,
 .spinner:disabled textarea,
 .tag-input:disabled textarea,
 .rating:disabled textarea,
 .color-picker:disabled textarea,
 .file.disabled textarea,
 .input.disabled textarea,
 .textarea.disabled textarea,
 .select.disabled textarea,
 .tag-input.disabled textarea,
 .spinner.disabled textarea,
 .tag-input.disabled textarea,
 .rating.disabled textarea,
 .color-picker.disabled textarea,
 .file:disabled select,
 .input:disabled select,
 .textarea:disabled select,
 .select:disabled select,
 .tag-input:disabled select,
 .spinner:disabled select,
 .tag-input:disabled select,
 .rating:disabled select,
 .color-picker:disabled select,
 .file.disabled select,
 .input.disabled select,
 .textarea.disabled select,
 .select.disabled select,
 .tag-input.disabled select,
 .spinner.disabled select,
 .tag-input.disabled select,
 .rating.disabled select,
 .color-picker.disabled select,
 .file:disabled .select-input,
 .input:disabled .select-input,
 .textarea:disabled .select-input,
 .select:disabled .select-input,
 .tag-input:disabled .select-input,
 .spinner:disabled .select-input,
 .tag-input:disabled .select-input,
 .rating:disabled .select-input,
 .color-picker:disabled .select-input,
 .file.disabled .select-input,
 .input.disabled .select-input,
 .textarea.disabled .select-input,
 .select.disabled .select-input,
 .tag-input.disabled .select-input,
 .spinner.disabled .select-input,
 .tag-input.disabled .select-input,
 .rating.disabled .select-input,
 .color-picker.disabled .select-input,
 .file:disabled .caption,
 .input:disabled .caption,
 .textarea:disabled .caption,
 .select:disabled .caption,
 .tag-input:disabled .caption,
 .spinner:disabled .caption,
 .tag-input:disabled .caption,
 .rating:disabled .caption,
 .color-picker:disabled .caption,
 .file.disabled .caption,
 .input.disabled .caption,
 .textarea.disabled .caption,
 .select.disabled .caption,
 .tag-input.disabled .caption,
 .spinner.disabled .caption,
 .tag-input.disabled .caption,
 .rating.disabled .caption,
 .color-picker.disabled .caption,
 .file:disabled .stars li,
 .input:disabled .stars li,
 .textarea:disabled .stars li,
 .select:disabled .stars li,
 .tag-input:disabled .stars li,
 .spinner:disabled .stars li,
 .tag-input:disabled .stars li,
 .rating:disabled .stars li,
 .color-picker:disabled .stars li,
 .file.disabled .stars li,
 .input.disabled .stars li,
 .textarea.disabled .stars li,
 .select.disabled .stars li,
 .tag-input.disabled .stars li,
 .spinner.disabled .stars li,
 .tag-input.disabled .stars li,
 .rating.disabled .stars li,
 .color-picker.disabled .stars li {
   background: transparent;
   color: #989898;
 }
 .file:disabled .button-group,
 .input:disabled .button-group,
 .textarea:disabled .button-group,
 .select:disabled .button-group,
 .tag-input:disabled .button-group,
 .spinner:disabled .button-group,
 .tag-input:disabled .button-group,
 .rating:disabled .button-group,
 .color-picker:disabled .button-group,
 .file.disabled .button-group,
 .input.disabled .button-group,
 .textarea.disabled .button-group,
 .select.disabled .button-group,
 .tag-input.disabled .button-group,
 .spinner.disabled .button-group,
 .tag-input.disabled .button-group,
 .rating.disabled .button-group,
 .color-picker.disabled .button-group {
   display: none;
 }
 .invalid_feedback {
   font-size: 0.9em;
   color: #CE352C;
 }
 .custom-validation input[required]:valid,
 .custom-validation select[required]:valid,
 .custom-validation textarea[required]:valid {
   border-color: #60a917;
 }
 .custom-validation input[required]:valid + .invalid_feedback,
 .custom-validation select[required]:valid + .invalid_feedback,
 .custom-validation textarea[required]:valid + .invalid_feedback {
   display: none;
 }
 .custom-validation input[required]:invalid,
 .custom-validation select[required]:invalid,
 .custom-validation textarea[required]:invalid {
   border-color: #CE352C;
 }
 .custom-validation input[required]:invalid + .invalid_feedback,
 .custom-validation select[required]:invalid + .invalid_feedback,
 .custom-validation textarea[required]:invalid + .invalid_feedback {
   display: block;
 }
 .invalid_feedback {
   display: none;
 }
 .invalid + .invalid_feedback,
 .invalid > .invalid_feedback {
   display: block !important;
 }
 ::-webkit-search-cancel-button {
   -webkit-appearance: none;
 }
 ::-webkit-search-results-button {
   -webkit-appearance: none;
 }
 input[type=search] {
   -webkit-appearance: none;
 }
 input:-webkit-autofill,
 input:-webkit-autofill:hover,
 input:-webkit-autofill:focus,
 input:-webkit-autofill:active {
   -webkit-box-shadow: 0 0 0 1000px white inset;
   background-color: #ffffff !important;
   -webkit-transition: background-color 5000s ease-in-out 0s;
   transition: background-color 5000s ease-in-out 0s;
 }
 ::-webkit-input-placeholder {
   font-size: 14px;
 }
 ::-moz-placeholder {
   font-size: 14px;
 }
 :-moz-placeholder {
   font-size: 14px;
 }
 :-ms-input-placeholder {
   font-size: 14px;
 }
 input.rtl,
 input[dir=rtl] {
   direction: rtl;
 }
 .label-for-input {
   display: block;
   position: relative;
 }
 .label-for-input.rtl {
   text-align: right;
 }
 input[placeholder] {
   text-overflow: ellipsis;
 }
 input::-moz-placeholder {
   text-overflow: ellipsis;
 }
 input:-moz-placeholder {
   text-overflow: ellipsis;
 }
 input:-ms-input-placeholder {
   text-overflow: ellipsis;
 }
 .input-material {
   position: relative;
   min-width: 196px;
   height: 48px;
   display: inline-block;
   margin: 0;
   width: 100%;
   border: none;
 }
 .input-material input {
   position: absolute;
   top: 16px;
   left: 0;
   right: 0;
   bottom: 8px;
   border: 0;
   border-bottom: 2px #dfdfdf solid;
   background-color: transparent;
   outline: none;
   font-size: 16px;
   padding-bottom: 8px;
   padding-left: 0;
   width: 100%;
   z-index: 2;
   height: 28px;
   -webkit-box-shadow: none!important;
           box-shadow: none!important;
 }
 .input-material hr {
   content: "";
   display: block;
   position: absolute;
   width: 0;
   opacity: 0;
   height: 3px;
   background-color: #bebebe;
   bottom: -4px;
   z-index: 2;
   -webkit-transition: linear all 0.3s;
   transition: linear all 0.3s;
 }
 .input-material .label,
 .input-material .informer {
   position: absolute;
   display: block;
   z-index: 1;
   color: inherit;
   font-size: 12px;
 }
 .input-material .label {
   opacity: 0;
   top: 16px;
   left: 0;
   -webkit-transition: linear all 0.3s;
   transition: linear all 0.3s;
 }
 .input-material .informer {
   opacity: 0;
   bottom: 12px;
   font-size: 12px;
   -webkit-transition: linear all 0.3s;
   transition: linear all 0.3s;
 }
 .input-material input::-webkit-input-placeholder {
   font-size: 1rem;
   position: absolute;
   left: 0;
   z-index: 1;
   opacity: 1;
   color: #bebebe;
   -webkit-transition: linear all 0.3s;
   transition: linear all 0.3s;
 }
 .input-material .helper-button {
   top: 8px;
 }
 .input-material.full-size {
   width: 100%;
 }
 .input-material input:hover {
   border-color: #dfdfdf;
 }
 .input-material.with-icon {
   margin-left: 32px;
   width: calc(100% - 32px);
 }
 .input-material.with-icon .icon {
   width: 24px;
   height: 24px;
   font-size: 24px;
   line-height: 1;
   position: absolute;
   left: -32px;
   top: 50%;
   margin-top: -8px;
   display: block;
   opacity: 0.2;
   -webkit-transition: linear all 0.3s;
   transition: linear all 0.3s;
 }
 .input-material.with-icon .icon img {
   width: 100%;
   max-width: 100%;
   height: 100%;
   max-height: 100%;
 }
 .input-material.with-icon.full-size {
   width: calc(100% - 32px) !important;
 }
 .input-material hr ~ input:focus {
   border-bottom: 0;
 }
 .input-material input:focus ~ hr {
   opacity: 1;
   width: 100%;
   -webkit-transition: linear all 0.3s;
   transition: linear all 0.3s;
 }
 .input-material input:focus ~ .label {
   opacity: 1;
   top: 0;
   -webkit-transition: linear all 0.3s;
   transition: linear all 0.3s;
 }
 .input-material input:focus::-webkit-input-placeholder {
   opacity: 0;
   -webkit-transform: translateX(100%);
           transform: translateX(100%);
   -webkit-transition: linear all 0.2s;
   transition: linear all 0.2s;
 }
 .input-material input:focus ~ .informer {
   opacity: 1;
   bottom: -0.75rem;
   -webkit-transition: linear all 0.3s;
   transition: linear all 0.3s;
 }
 .input-material input:focus ~ .icon {
   opacity: 1;
   -webkit-transition: linear all 0.3s;
   transition: linear all 0.3s;
 }
 .input-material.permanent-label input:not(:placeholder-shown) ~ .label {
   top: 0;
   opacity: 1;
 }
 .input-material input:-webkit-autofill,
 .input-material input:-webkit-autofill:hover,
 .input-material input:-webkit-autofill:focus,
 .input-material input:-webkit-autofill:active {
   -webkit-transition: background-color 5000s ease-in-out 0s;
   transition: background-color 5000s ease-in-out 0s;
   -webkit-text-fill-color: #fff !important;
 }
 .input {
   display: -webkit-box;
   display: flex;
   -webkit-box-orient: horizontal;
   -webkit-box-direction: normal;
           flex-flow: row nowrap;
   -webkit-box-pack: justify;
           justify-content: space-between;
   width: 100%;
   padding: 0;
 }
 .input:hover input {
   border-color: transparent;
 }
 .input.focused {
   -webkit-box-shadow: 0 0 0 3px rgba(228, 228, 228, 0.45);
           box-shadow: 0 0 0 3px rgba(228, 228, 228, 0.45);
 }
 .input input {
   border: none!important;
   -webkit-box-ordinal-group: 2;
           order: 1;
   -webkit-box-flex: 1;
           flex-grow: 1;
   flex-shrink: 0;
   flex-basis: 0;
   height: 34px;
   padding: 0 0.75rem;
 }
 .input input:focus {
   -webkit-box-shadow: none;
           box-shadow: none;
 }
 .input .button-group {
   display: -webkit-box;
   display: flex;
   flex-wrap: nowrap;
 }
 .input .button {
   background-color: transparent;
   color: #1d1d1d;
   height: 34px;
   min-width: 34px;
 }
 .input .button:focus,
 .input .button:active {
   -webkit-box-shadow: none!important;
           box-shadow: none!important;
 }
 .input .button:hover {
   background-color: #f8f8f8;
   text-shadow: rgba(0, 0, 0, 0.25) 0.1em 0.1em 0.2em;
 }
 .input .input-clear-button,
 .input .input-reveal-button,
 .input .input-search-button {
   background-color: transparent;
 }
 .input .input-clear-button:hover,
 .input .input-reveal-button:hover,
 .input .input-search-button:hover {
   background-color: transparent;
 }
 .input.disabled .button-group button {
   background-color: #f8f8f8;
   color: #dfdfdf;
 }
 .input .prepend {
   -webkit-box-ordinal-group: 2;
           order: 1;
 }
 .input .append {
   -webkit-box-ordinal-group: 5;
           order: 4;
 }
 .input input {
   -webkit-box-ordinal-group: 3;
           order: 2;
 }
 .input .button-group {
   -webkit-box-ordinal-group: 4;
           order: 3;
 }
 .input .autocomplete-list {
   margin: 0;
   padding: 0;
   list-style: none inside;
   position: absolute;
   top: 100%;
   left: 0;
   width: 100%;
   overflow: hidden;
   overflow-y: auto;
   background-color: #ffffff;
   height: auto;
   border: 1px solid #dfdfdf;
   z-index: 3;
 }
 .input .autocomplete-list .item {
   display: block;
   position: relative;
   padding: 4px 8px;
   cursor: pointer;
 }
 .input .autocomplete-list .item:hover {
   background-color: rgba(29, 29, 29, 0.1);
 }
 .input .autocomplete-list .item + .item {
   border-top: 1px solid #dfdfdf;
 }
 .input.input-large {
   height: 50px;
 }
 .input.input-large input {
   height: 48px;
   font-size: 1.3rem;
   padding: 0 10px;
   line-height: 48px;
 }
 .input.input-large .button {
   height: 48px;
   min-width: 48px;
   font-size: 1.3rem;
 }
 .input.input-large .button [class*=mif-] {
   font-size: 1.3rem;
 }
 .input.input-large .button .default-icon-cross,
 .input.input-large .button .default-icon-eye {
   width: 21px;
   height: 21px;
 }
 .input.input-large .button .input-clear-button,
 .input.input-large .button .input-reveal-button {
   width: 48px;
   padding: 0;
 }
 .input.input-large input[placeholder] {
   font-size: 1.1rem;
 }
 .input.input-large input::-moz-placeholder {
   font-size: 1.1rem;
 }
 .input.input-large input:-moz-placeholder {
   font-size: 1.1rem;
 }
 .input.input-large input:-ms-input-placeholder {
   font-size: 1.1rem;
 }
 .input.input-large .append,
 .input.input-large .prepend {
   height: 48px;
   line-height: 48px;
   padding: 0 0.5rem;
   font-size: 1.3rem;
 }
 input.input-large {
   height: 48px;
   font-size: 1.3rem;
   padding: 0 10px;
 }
 input.input-large[placeholder] {
   font-size: 1.1rem;
 }
 input.input-large::-moz-placeholder {
   font-size: 1.1rem;
 }
 input.input-large:-moz-placeholder {
   font-size: 1.1rem;
 }
 input.input-large:-ms-input-placeholder {
   font-size: 1.1rem;
 }
 .input.input-small {
   height: 28px;
 }
 .input.input-small input {
   height: 26px;
   font-size: 0.9rem;
   padding: 0 4px;
   line-height: 26px;
 }
 .input.input-small .button {
   height: 26px;
   min-width: 26px;
   font-size: 0.9rem;
   padding: 0;
 }
 .input.input-small .button [class*=mif-] {
   font-size: 0.9rem;
 }
 .input.input-small .button .default-icon-cross,
 .input.input-small .button .default-icon-eye {
   width: 14px;
   height: 14px;
 }
 .input.input-small .input-clear-button,
 .input.input-small .input-reveal-button {
   width: 26px;
   padding: 0;
 }
 .input.input-small input[placeholder] {
   font-size: 0.8rem;
 }
 .input.input-small input::-moz-placeholder {
   font-size: 0.8rem;
 }
 .input.input-small input:-moz-placeholder {
   font-size: 0.8rem;
 }
 .input.input-small input:-ms-input-placeholder {
   font-size: 0.8rem;
 }
 .input.input-small .append,
 .input.input-small .prepend {
   height: 26px;
   line-height: 26px;
   padding: 0 0.5rem;
   font-size: 0.9rem;
 }
 input.input-small {
   height: 26px;
   font-size: 0.9rem;
   padding: 0 4px;
 }
 input.input-small[placeholder] {
   font-size: 0.8rem;
 }
 input.input-small::-moz-placeholder {
   font-size: 0.8rem;
 }
 input.input-small:-moz-placeholder {
   font-size: 0.8rem;
 }
 input.input-small:-ms-input-placeholder {
   font-size: 0.8rem;
 }
 .input[dir=rtl],
 .input.rtl {
   -webkit-box-orient: horizontal;
   -webkit-box-direction: reverse;
           flex-flow: row-reverse nowrap;
 }
 .input[dir=rtl] input,
 .input.rtl input {
   -webkit-box-ordinal-group: 4;
           order: 3;
   direction: rtl;
 }
 .input[dir=rtl] .button-group,
 .input.rtl .button-group {
   -webkit-box-ordinal-group: 3;
           order: 2;
 }
 .input[dir=rtl] .prepend,
 .input.rtl .prepend {
   -webkit-box-ordinal-group: 5;
           order: 4;
 }
 .input[dir=rtl] .append,
 .input.rtl .append {
   -webkit-box-ordinal-group: 2;
           order: 1;
 }
 .keylock {
   display: -webkit-inline-box;
   display: inline-flex;
   -webkit-box-align: center;
           align-items: center;
   -webkit-box-pack: center;
           justify-content: center;
   position: relative;
   height: 36px;
   -webkit-box-orient: horizontal;
   -webkit-box-direction: normal;
           flex-flow: row nowrap;
   padding: 2px;
   cursor: pointer;
 }
 .keylock input {
   width: 1px;
   height: 1px;
   position: absolute;
   top: 0;
   left: 0;
   opacity: 0;
 }
 .keylock .icon {
   width: 34px;
   height: 34px;
   display: block;
   position: relative;
   -webkit-box-ordinal-group: 2;
           order: 1;
 }
 .keylock .icon > * {
   font-size: 32px;
   vertical-align: middle;
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
 }
 .keylock .state-on {
   display: none;
 }
 .keylock .state-off {
   display: block;
 }
 .keylock input:checked ~ .icon .state-on,
 .keylock input:checked ~ .caption .state-on {
   display: block;
 }
 .keylock input:checked ~ .icon .state-off,
 .keylock input:checked ~ .caption .state-off {
   display: none;
 }
 .keylock .caption {
   height: 34px;
   display: -webkit-box;
   display: flex;
   -webkit-box-align: center;
           align-items: center;
   margin: 0 6px;
   -webkit-box-ordinal-group: 3;
           order: 2;
   white-space: nowrap;
 }
 .keylock.caption-left .icon {
   -webkit-box-ordinal-group: 3;
           order: 2;
 }
 .keylock.caption-left .caption {
   -webkit-box-ordinal-group: 2;
           order: 1;
 }
 .keypad {
   background-color: #ffffff;
   color: #1d1d1d;
   border: 1px solid #d9d9d9;
 }
 .keypad input {
   border: 0;
 }
 .keypad .keys {
   display: none;
   position: absolute;
   top: 100%;
   left: 0;
   width: auto;
   float: left;
   background-color: inherit;
   color: inherit;
   border: none;
   padding: 0;
   -webkit-user-select: none;
           user-select: none;
   -webkit-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
   z-index: 1000;
 }
 .keypad .keys::before {
   content: '';
   position: absolute;
   background-color: inherit;
   width: 10px;
   height: 10px;
   border: 1px solid #dfdfdf;
   z-index: 2;
   left: -5px;
   top: 50%;
   -webkit-transform: translateY(-50%);
           transform: translateY(-50%);
   margin-top: -5px;
   border-top-color: transparent;
   border-right-color: transparent;
   -webkit-transform: rotate(45deg);
           transform: rotate(45deg);
 }
 .keypad .keys.open {
   display: block;
   -webkit-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
 }
 .keypad .keys.right {
   left: 100%;
   -webkit-transform: translateY(-50%);
           transform: translateY(-50%);
   top: 50%;
   margin-left: -1px;
 }
 .keypad .keys.bottom {
   left: 50%;
   -webkit-transform: translateX(-50%);
           transform: translateX(-50%);
   top: 100%;
   margin-top: -1px;
 }
 .keypad .keys.bottom::before {
   top: 0;
   left: 50%;
   -webkit-transform: translateX(-50%);
           transform: translateX(-50%);
   -webkit-transform: rotate(135deg);
           transform: rotate(135deg);
 }
 .keypad .keys.top {
   top: 0;
   left: 50%;
   -webkit-transform: translateY(-100%) translateX(-50%);
           transform: translateY(-100%) translateX(-50%);
   margin-top: 1px;
 }
 .keypad .keys.top::before {
   top: 100%;
   left: 50%;
   -webkit-transform: translateX(-50%);
           transform: translateX(-50%);
   -webkit-transform: rotate(-45deg);
           transform: rotate(-45deg);
 }
 .keypad .keys.left {
   left: 0;
   -webkit-transform: translateY(-50%) translateX(-100%);
           transform: translateY(-50%) translateX(-100%);
   top: 50%;
   margin-left: 1px;
 }
 .keypad .keys.left::before {
   top: 50%;
   -webkit-transform: translateY(-50%);
           transform: translateY(-50%);
   left: 100%;
   margin-left: -5px;
   -webkit-transform: rotate(225deg);
           transform: rotate(225deg);
 }
 .keypad .keys.bottom-left {
   top: 100%;
   left: 0;
   margin-top: -1px;
 }
 .keypad .keys.bottom-left::before {
   top: 0;
   left: 0.625rem;
   -webkit-transform: rotate(135deg);
           transform: rotate(135deg);
 }
 .keypad .keys.bottom-right {
   top: 100%;
   left: 100%;
   -webkit-transform: translateX(-100%);
           transform: translateX(-100%);
   margin-top: -1px;
 }
 .keypad .keys.bottom-right::before {
   top: 0;
   left: 100%;
   margin-left: -1rem;
   -webkit-transform: rotate(135deg);
           transform: rotate(135deg);
 }
 .keypad .keys.top-left {
   top: 0;
   left: 0;
   -webkit-transform: translateY(-100%);
           transform: translateY(-100%);
   margin-top: 1px;
 }
 .keypad .keys.top-left::before {
   top: 100%;
   left: 0.625rem;
   -webkit-transform: rotate(-45deg);
           transform: rotate(-45deg);
 }
 .keypad .keys.top-right {
   top: 0;
   left: 100%;
   -webkit-transform: translateY(-100%) translateX(-100%);
           transform: translateY(-100%) translateX(-100%);
   margin-top: 1px;
 }
 .keypad .keys.top-right::before {
   top: 100%;
   left: 100%;
   margin-left: -1rem;
   -webkit-transform: rotate(-45deg);
           transform: rotate(-45deg);
 }
 .keypad .key {
   display: block;
   position: relative;
   float: left;
   background-color: inherit;
   color: inherit;
   margin: 0;
   text-align: center;
   border: 1px solid #dfdfdf;
   font-size: 1rem;
   cursor: pointer;
   -webkit-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
 }
 .keypad .key:hover {
   -webkit-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
   -webkit-box-shadow: 0 0 0 3px rgba(228, 228, 228, 0.45);
           box-shadow: 0 0 0 3px rgba(228, 228, 228, 0.45);
   -webkit-transform: scale(1.2);
           transform: scale(1.2);
   z-index: 2;
 }
 .keypad .key.service-key {
   background-color: #f8f8f8;
 }
 .lightbox-overlay {
   background-color: rgba(0, 0, 0, 0.9);
   position: fixed;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   z-index: 2000;
 }
 .lightbox {
   z-index: 2001;
   position: fixed;
   background: transparent;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   display: -webkit-box;
   display: flex;
   -webkit-box-orient: horizontal;
   -webkit-box-direction: normal;
           flex-flow: row nowrap;
   -webkit-box-align: center;
           align-items: center;
 }
 .lightbox__closer {
   position: absolute;
   top: 10px;
   right: 10px;
   width: 32px;
   height: 32px;
   background: rgba(248, 248, 248, 0.5);
   color: #1d1d1d;
 }
 .lightbox__closer * {
   line-height: 32px;
   font-size: 20px;
   height: 20px;
   width: 20px;
 }
 .lightbox__prev,
 .lightbox__next {
   width: 48px;
   height: 48px;
   border-radius: 50%;
   background: rgba(248, 248, 248, 0.5);
   color: #1d1d1d;
   -webkit-box-flex: 0;
           flex-grow: 0;
   flex-shrink: 0;
   display: block;
   position: absolute;
   top: 50%;
   margin-top: -24px;
   left: 20px;
 }
 .lightbox__prev *,
 .lightbox__next * {
   line-height: 48px;
   font-size: 40px;
   height: 40px;
   width: 40px;
 }
 .lightbox__next {
   left: auto;
   right: 20px;
 }
 .lightbox__prev,
 .lightbox__next,
 .lightbox__closer {
   display: -webkit-box;
   display: flex;
   -webkit-box-align: center;
           align-items: center;
   -webkit-box-pack: center;
           justify-content: center;
   cursor: pointer;
   z-index: 2;
 }
 .lightbox__image {
   width: 100%;
   display: -webkit-box;
   display: flex;
   -webkit-box-align: center;
           align-items: center;
   -webkit-box-pack: center;
           justify-content: center;
   position: relative;
   z-index: 1;
 }
 .lightbox__image-wrapper {
   display: block;
   width: auto;
   max-height: calc(100vh - 80px);
   max-width: calc(100vw - 20px);
 }
 .lightbox__image-wrapper::before {
   content: attr(data-title);
   position: absolute;
   color: #ffffff;
   top: 100%;
   left: 0;
   right: 0;
 }
 .lightbox__image-wrapper.no-title::before {
   display: none;
 }
 .lightbox__image-wrapper img {
   display: block;
   width: auto;
   max-height: calc(100vh - 80px);
   max-width: calc(100vw - 20px);
 }
 .listview {
   position: relative;
   margin: 0;
   padding: 0;
   max-height: 100%;
   background-color: #ffffff;
   color: #1d1d1d;
   list-style: none inside;
   display: -webkit-box;
   display: flex;
 }
 .listview.view-list,
 .listview.view-content {
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
           flex-flow: column wrap;
 }
 .listview.view-icons-medium,
 .listview.view-icons-large,
 .listview.view-icons,
 .listview.view-tiles {
   -webkit-box-orient: horizontal;
   -webkit-box-direction: normal;
           flex-flow: row wrap;
 }
 .listview.view-icons-medium.vertical-layout,
 .listview.view-icons-large.vertical-layout,
 .listview.view-icons.vertical-layout {
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
           flex-flow: column wrap;
 }
 .listview .node {
   display: -webkit-box;
   display: flex;
   cursor: pointer;
   position: relative;
   font-size: 13px;
   border: 1px solid transparent;
   background-color: inherit;
 }
 .listview .node:hover {
   background-color: #e5f3ff;
 }
 .listview .node > .icon {
   text-align: center;
 }
 .listview .node > .icon img {
   max-width: 100%;
   height: 100%;
 }
 .listview .node > .icon [class*=mif-],
 .listview .node > .icon img {
   vertical-align: initial;
 }
 .listview .node .checkbox,
 .listview .node .radio,
 .listview .node .switch {
   height: auto;
 }
 .listview ul {
   width: 100%;
   margin: 0;
   padding: 0;
   list-style: none inside;
 }
 .listview .node > .data > .content,
 .listview .node > .node-data {
   display: none;
 }
 .listview:not(.selectable) .checkbox {
   display: none;
 }
 .listview.view-list .node {
   min-width: 160px;
   line-height: 26px;
   height: 26px;
   padding: 0 8px;
   -webkit-box-orient: horizontal;
   -webkit-box-direction: normal;
           flex-flow: row nowrap;
 }
 .listview.view-list .node > .icon {
   width: 20px;
   height: 20px;
   line-height: 26px;
   font-size: 18px;
 }
 .listview.view-list .node > .data {
   line-height: 26px;
   padding-left: 24px;
 }
 .listview.view-list .node > .icon ~ .data {
   padding-left: 8px;
 }
 .listview.view-table {
   display: table;
   width: 100%;
 }
 .listview.view-table > li {
   display: table-row;
   width: 100%;
 }
 .listview.view-table > li > * {
   display: table-cell;
 }
 .listview.view-table .icon {
   width: 20px;
   height: 20px;
   line-height: 26px;
   font-size: 18px;
 }
 .listview.view-table .icon > * {
   width: 100%;
 }
 .listview.view-table > li .data > .caption {
   padding: 0 0.5rem;
   line-height: 26px;
 }
 .listview.view-table .node-data {
   display: table-cell;
   width: auto;
   line-height: 26px;
 }
 .listview.view-content .node {
   width: 100%;
   min-height: 50px;
   padding: 10px 16px;
   -webkit-box-orient: horizontal;
   -webkit-box-direction: normal;
           flex-flow: row nowrap;
 }
 .listview.view-content .node > .icon {
   width: 32px;
   height: 32px;
   line-height: 32px;
   font-size: 28px;
 }
 .listview.view-content .node > .data {
   padding-left: 64px;
   font-size: 16px;
   line-height: 32px;
   width: 100%;
 }
 .listview.view-content .node > .data .caption,
 .listview.view-content .node > .data .content {
   display: block;
   line-height: 16px;
   height: 16px;
 }
 .listview.view-content .node > .data .content {
   font-size: 0.8em;
 }
 .listview.view-content .node > .icon ~ .data {
   padding-left: 16px;
 }
 .listview.view-content .node + .node {
   border-top: 1px solid #dfdfdf;
 }
 .listview.view-tiles .node {
   width: 250px;
   height: 56px;
   padding: 5px 16px;
   -webkit-box-orient: horizontal;
   -webkit-box-direction: normal;
           flex-flow: row nowrap;
 }
 .listview.view-tiles .node > .icon {
   width: 46px;
   height: 46px;
   line-height: 46px;
   font-size: 42px;
 }
 .listview.view-tiles .node > .data {
   padding-left: 78px;
   font-size: 16px;
   line-height: 46px;
 }
 .listview.view-tiles .node > .icon + .data {
   padding-left: 16px;
 }
 .listview.view-icons .node,
 .listview.view-icons-medium .node,
 .listview.view-icons-large .node {
   width: 74px;
   height: auto;
   padding: 8px 8px 2px;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
           flex-flow: column nowrap;
   -webkit-box-align: center;
           align-items: center;
   margin: 2px;
 }
 .listview.view-icons .node > .icon,
 .listview.view-icons-medium .node > .icon,
 .listview.view-icons-large .node > .icon {
   width: 44px;
   height: 44px;
   line-height: 44px;
   font-size: 42px;
 }
 .listview.view-icons .node > .data,
 .listview.view-icons-medium .node > .data,
 .listview.view-icons-large .node > .data {
   line-height: 1.5;
   white-space: normal;
   text-align: center;
 }
 .listview.view-icons .node .checkbox,
 .listview.view-icons-medium .node .checkbox,
 .listview.view-icons-large .node .checkbox {
   position: absolute;
   top: 0;
   left: 0;
 }
 .listview.view-icons-medium .node {
   width: 104px;
   margin: 1px;
 }
 .listview.view-icons-medium .node > .icon {
   width: 74px;
   height: 74px;
   line-height: 74px;
   font-size: 70px;
 }
 .listview.view-icons-large .node {
   width: 270px;
   margin: 2px;
   padding: 30px;
 }
 .listview.view-icons-large .node > .icon {
   width: 162px;
   height: 162px;
   line-height: 162px;
   font-size: 140px;
 }
 .listview .node.current-select {
   background-color: #cce8ff;
   border-color: #84bcea !important;
 }
 .listview .node-group {
   display: block;
   width: 100%;
   position: relative;
   line-height: 24px;
   flex-shrink: 0;
   cursor: pointer;
   -webkit-user-select: none;
           user-select: none;
 }
 .listview .node-group > .data {
   padding-left: 24px;
   line-height: 24px;
   font-size: 18px;
 }
 .listview .node-group .node-toggle {
   position: relative;
   cursor: pointer;
   padding-right: 1.5rem !important;
   -webkit-user-select: none;
           user-select: none;
 }
 .listview .node-group .node-toggle::before {
   display: block;
   position: absolute;
   vertical-align: middle;
   color: transparent;
   font-size: 0;
   content: "";
   height: 0.3125rem;
   width: 0.3125rem;
   background-color: transparent;
   border-left: 1px solid;
   border-bottom: 1px solid;
   border-color: #1d1d1d;
   top: 50%;
   left: 100%;
   margin-left: -1rem;
   margin-top: -0.1625rem;
   z-index: 2;
   -webkit-transform: rotate(-45deg);
           transform: rotate(-45deg);
   -webkit-transition: all 0.15s ease-in-out;
   transition: all 0.15s ease-in-out;
   -webkit-transform-origin: center center 1px;
           transform-origin: center center 1px;
 }
 .listview .node-group .node-toggle {
   position: absolute;
   left: 0;
   top: 0;
   width: 24px;
   height: 24px;
 }
 .listview .node-group .node-toggle::before {
   -webkit-transform: rotate(-135deg);
           transform: rotate(-135deg);
 }
 .listview .node-group.expanded > .node-toggle::before {
   -webkit-transform: rotate(-45deg);
           transform: rotate(-45deg);
 }
 .listview .node-group + .node-group {
   margin-top: 0.5rem;
 }
 .listview .node-group + .listview {
   margin-top: 0.5rem;
 }
 .marquee {
   display: block;
   position: relative;
   overflow: hidden;
   background-color: #ffffff;
 }
 .marquee .marquee__item {
   display: block;
   position: absolute;
   white-space: nowrap;
   color: inherit;
 }
 .marquee .marquee__item.moveLeftRight {
   top: 50%;
   -webkit-transform: translateY(-50%);
           transform: translateY(-50%);
   left: calc(100% + 20px);
 }
 .marquee .marquee__item.moveUpDown {
   left: 50%;
   -webkit-transform: translateX(-50%);
           transform: translateX(-50%);
   top: calc(100% + 20px);
 }
 .master {
   display: -webkit-box;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
           flex-flow: column nowrap;
   -webkit-box-pack: justify;
           justify-content: space-between;
   color: #1d1d1d;
   background-color: #ffffff;
   background-size: cover;
   background-position: center;
   background-repeat: no-repeat;
   overflow: visible;
 }
 .master .controls,
 .master .pages,
 .master .page {
   background-color: transparent;
   color: inherit;
 }
 .master .controls {
   display: -webkit-box;
   display: flex;
   line-height: 40px;
   font-size: 20px;
   -webkit-box-orient: horizontal;
   -webkit-box-direction: normal;
           flex-flow: row nowrap;
   -webkit-box-pack: justify;
           justify-content: space-between;
   margin: 20px 0 20px;
 }
 .master .controls .prev,
 .master .controls .next,
 .master .controls .title {
   display: block;
   position: relative;
   line-height: 40px;
   text-align: center;
   -webkit-user-select: none;
           user-select: none;
 }
 .master .controls .prev,
 .master .controls .next {
   width: 40px;
   height: 40px;
   cursor: pointer;
   display: -webkit-box;
   display: flex;
   -webkit-box-pack: center;
           justify-content: center;
   -webkit-box-align: center;
           align-items: center;
 }
 .master .controls .prev.disabled,
 .master .controls .next.disabled {
   color: #bebebe;
 }
 .master .controls .title {
   width: 100%;
 }
 .master .controls .prev {
   -webkit-box-ordinal-group: 2;
           order: 1;
 }
 .master .controls .next {
   -webkit-box-ordinal-group: 4;
           order: 3;
 }
 .master .controls .title {
   -webkit-box-ordinal-group: 3;
           order: 2;
 }
 .master .pages {
   position: relative;
   display: block;
   border-top: 1px solid #dfdfdf;
   border-bottom: 1px solid #dfdfdf;
   width: 100%;
   height: auto;
   min-width: 1rem;
 }
 .master .page {
   display: block;
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: auto;
   overflow: visible;
   padding: 2rem;
 }
 .master .controls-top {
   -webkit-box-ordinal-group: 2;
           order: 1;
 }
 .master .controls-bottom {
   -webkit-box-ordinal-group: 4;
           order: 3;
 }
 .master .pages {
   -webkit-box-ordinal-group: 3;
           order: 2;
 }
 .media-player {
   display: block;
   position: relative;
   width: 100%;
   background: #000;
   height: auto;
   overflow: hidden;
   z-index: 1;
 }
 .media-player video {
   width: 100%;
   height: 100%;
   z-index: 1;
 }
 .media-player .logo {
   display: block;
   position: absolute;
   top: 1.25rem;
   right: 1.25rem;
   z-index: 3;
   height: 32px;
 }
 .media-player .logo img {
   height: 32px;
 }
 .media-player .preloader {
   display: none;
   position: absolute;
   top: 50%;
   left: 50%;
   -webkit-transform: translateX(-50%) translateY(-50%);
           transform: translateX(-50%) translateY(-50%);
 }
 .media-player .preloader.show {
   display: block;
 }
 .media-player .controls {
   display: -webkit-box;
   display: flex;
   -webkit-box-orient: horizontal;
   -webkit-box-direction: normal;
           flex-flow: row nowrap;
   -webkit-box-pack: start;
           justify-content: flex-start;
   -webkit-box-align: center;
           align-items: center;
   position: absolute;
   bottom: 0;
   left: 0;
   right: 0;
   height: auto;
   z-index: 2147483647;
   background-color: rgba(34, 34, 34, 0.5);
 }
 .media-player .controls.outside {
   position: relative;
 }
 .media-player .stream {
   display: block;
   padding: 0.625rem;
   -webkit-box-ordinal-group: 6;
           order: 5;
   width: 100%;
   position: relative;
 }
 .media-player .stream .slider {
   height: 0.875rem;
 }
 .media-player .load-audio {
   padding: 0;
   display: block;
   position: absolute;
   bottom: 4px;
   left: 0.625rem;
   width: calc(100% - 1.25rem);
 }
 .media-player button:focus {
   -webkit-box-shadow: none!important;
           box-shadow: none!important;
 }
 .media-player .controls > button,
 .media-player .info-box,
 .media-player .volume {
   background-color: inherit;
   color: #555555;
   flex-shrink: 0;
   height: 36px;
   text-align: center;
 }
 .media-player .controls > button:hover,
 .media-player .info-box:hover,
 .media-player .volume:hover {
   color: #ffffff;
 }
 .media-player .controls > button.active,
 .media-player .info-box.active,
 .media-player .volume.active {
   background-color: rgba(111, 111, 111, 0.5);
 }
 .media-player .loop {
   -webkit-box-ordinal-group: 2;
           order: 1;
   display: none;
 }
 .media-player .play {
   -webkit-box-ordinal-group: 3;
           order: 2;
 }
 .media-player .stop {
   -webkit-box-ordinal-group: 4;
           order: 3;
   display: none;
 }
 .media-player .info-box {
   position: relative;
   width: auto;
   display: block;
   -webkit-box-ordinal-group: 5;
           order: 4;
   background: rgba(34, 34, 34, 0.5);
   color: #ffffff;
   padding: 0.625rem;
   font-size: 0.6875rem;
   text-align: center;
   height: 36px;
   flex-shrink: 1;
   white-space: nowrap;
   border: none;
 }
 .media-player .mute {
   -webkit-box-ordinal-group: 7;
           order: 6;
 }
 .media-player .volume {
   -webkit-box-ordinal-group: 8;
           order: 7;
   width: 96px;
   padding: 0 0.625rem;
   background: rgba(34, 34, 34, 0.5);
   display: none;
 }
 .media-player .full {
   -webkit-box-ordinal-group: 9;
           order: 8;
 }
 :-webkit-full-screen {
   width: 100%;
   height: 100%;
   z-index: 2147483647;
 }
 :-ms-fullscreen {
   width: 100%;
 }
 .media-player.full-screen {
   position: fixed;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   z-index: 2147483647;
   max-height: 100%!important;
   height: 100%!important;
 }
 .media-player.light {
   background-color: #f8f8f8;
 }
 .media-player.light .controls {
   background-color: inherit;
 }
 .media-player.light .controls .info-box,
 .media-player.light .controls .volume {
   background-color: inherit;
   color: #1d1d1d;
 }
 .media-player.light .slider .buffer {
   height: 2px!important;
   background-color: #41545e;
 }
 .media-player.light .controls > button.active {
   background-color: #dfdfdf;
 }
 .media-player:not(.light) .default-icon-loop,
 .media-player.dark .default-icon-loop {
   background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M4%2010h20v6l8-8-8-8v6h-24v12h4zM28%2022h-20v-6l-8%208%208%208v-6h24v-12h-4z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A");
 }
 .media-player:not(.light) .default-icon-play,
 .media-player.dark .default-icon-play {
   background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M6%204l20%2012-20%2012z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A");
 }
 .media-player:not(.light) .default-icon-pause,
 .media-player.dark .default-icon-pause {
   background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M4%204h10v24h-10zM18%204h10v24h-10z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A");
 }
 .media-player:not(.light) .default-icon-stop,
 .media-player.dark .default-icon-stop {
   background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M4%204h24v24h-24z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A");
 }
 .media-player:not(.light) .default-icon-mute,
 .media-player.dark .default-icon-mute {
   background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M30%2019.348v2.652h-2.652l-3.348-3.348-3.348%203.348h-2.652v-2.652l3.348-3.348-3.348-3.348v-2.652h2.652l3.348%203.348%203.348-3.348h2.652v2.652l-3.348%203.348%203.348%203.348z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M13%2030c-0.26%200-0.516-0.102-0.707-0.293l-7.707-7.707h-3.586c-0.552%200-1-0.448-1-1v-10c0-0.552%200.448-1%201-1h3.586l7.707-7.707c0.286-0.286%200.716-0.372%201.090-0.217s0.617%200.519%200.617%200.924v26c0%200.404-0.244%200.769-0.617%200.924-0.124%200.051-0.254%200.076-0.383%200.076z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A");
 }
 .media-player:not(.light) .default-icon-low-volume,
 .media-player.dark .default-icon-low-volume {
   background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M17.157%2023.157c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%202.534-2.534%202.534-6.658%200-9.192-0.586-0.586-0.586-1.536%200-2.121s1.535-0.586%202.121%200c3.704%203.704%203.704%209.731%200%2013.435-0.293%200.293-0.677%200.439-1.061%200.439z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M13%2030c-0.26%200-0.516-0.102-0.707-0.293l-7.707-7.707h-3.586c-0.552%200-1-0.448-1-1v-10c0-0.552%200.448-1%201-1h3.586l7.707-7.707c0.286-0.286%200.716-0.372%201.090-0.217s0.617%200.519%200.617%200.924v26c0%200.404-0.244%200.769-0.617%200.924-0.124%200.051-0.254%200.076-0.383%200.076z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A");
 }
 .media-player:not(.light) .default-icon-medium-volume,
 .media-player.dark .default-icon-medium-volume {
   background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M22.485%2025.985c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%204.094-4.094%204.094-10.755%200-14.849-0.586-0.586-0.586-1.536%200-2.121s1.536-0.586%202.121%200c2.55%202.55%203.954%205.94%203.954%209.546s-1.404%206.996-3.954%209.546c-0.293%200.293-0.677%200.439-1.061%200.439v0zM17.157%2023.157c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%202.534-2.534%202.534-6.658%200-9.192-0.586-0.586-0.586-1.536%200-2.121s1.535-0.586%202.121%200c3.704%203.704%203.704%209.731%200%2013.435-0.293%200.293-0.677%200.439-1.061%200.439z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M13%2030c-0.26%200-0.516-0.102-0.707-0.293l-7.707-7.707h-3.586c-0.552%200-1-0.448-1-1v-10c0-0.552%200.448-1%201-1h3.586l7.707-7.707c0.286-0.286%200.716-0.372%201.090-0.217s0.617%200.519%200.617%200.924v26c0%200.404-0.244%200.769-0.617%200.924-0.124%200.051-0.254%200.076-0.383%200.076z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A");
 }
 .media-player:not(.light) .default-icon-high-volume,
 .media-player.dark .default-icon-high-volume {
   background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2234%22%20height%3D%2232%22%20viewBox%3D%220%200%2034%2032%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M27.814%2028.814c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%202.739-2.739%204.247-6.38%204.247-10.253s-1.508-7.514-4.247-10.253c-0.586-0.586-0.586-1.536%200-2.121s1.536-0.586%202.121%200c3.305%203.305%205.126%207.7%205.126%2012.374s-1.82%209.069-5.126%2012.374c-0.293%200.293-0.677%200.439-1.061%200.439zM22.485%2025.985c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%204.094-4.094%204.094-10.755%200-14.849-0.586-0.586-0.586-1.536%200-2.121s1.536-0.586%202.121%200c2.55%202.55%203.954%205.94%203.954%209.546s-1.404%206.996-3.954%209.546c-0.293%200.293-0.677%200.439-1.061%200.439v0zM17.157%2023.157c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%202.534-2.534%202.534-6.658%200-9.192-0.586-0.586-0.586-1.536%200-2.121s1.535-0.586%202.121%200c3.704%203.704%203.704%209.731%200%2013.435-0.293%200.293-0.677%200.439-1.061%200.439z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M13%2030c-0.26%200-0.516-0.102-0.707-0.293l-7.707-7.707h-3.586c-0.552%200-1-0.448-1-1v-10c0-0.552%200.448-1%201-1h3.586l7.707-7.707c0.286-0.286%200.716-0.372%201.090-0.217s0.617%200.519%200.617%200.924v26c0%200.404-0.244%200.769-0.617%200.924-0.124%200.051-0.254%200.076-0.383%200.076z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A");
 }
 .media-player:not(.light) .default-icon-enlarge,
 .media-player.dark .default-icon-enlarge {
   background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M32%200h-13l5%205-6%206%203%203%206-6%205%205z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M32%2032v-13l-5%205-6-6-3%203%206%206-5%205z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%2032h13l-5-5%206-6-3-3-6%206-5-5z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%200v13l5-5%206%206%203-3-6-6%205-5z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A");
 }
 .media-player:not(.light) .default-icon-shrink,
 .media-player.dark .default-icon-shrink {
   background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M18%2014h13l-5-5%206-6-3-3-6%206-5-5z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M18%2018v13l5-5%206%206%203-3-6-6%205-5z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M14%2018h-13l5%205-6%206%203%203%206-6%205%205z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M14%2014v-13l-5%205-6-6-3%203%206%206-5%205z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A");
 }
 .media-player:not(.light) .default-icon-playlist,
 .media-player.dark .default-icon-playlist {
   background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%200h8v8h-8zM12%202h20v4h-20zM0%2012h8v8h-8zM12%2014h20v4h-20zM0%2024h8v8h-8zM12%2026h20v4h-20z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A");
 }
 .media-player:not(.light) .default-icon-next,
 .media-player.dark .default-icon-next {
   background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M24%204v24h-4v-11l-10%2010v-22l10%2010v-11z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A");
 }
 .media-player:not(.light) .default-icon-prev,
 .media-player.dark .default-icon-prev {
   background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M8%2028v-24h4v11l10-10v22l-10-10v11z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A");
 }
 .media-player:not(.light) .default-icon-first,
 .media-player.dark .default-icon-first {
   background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M4%2028v-24h4v11l10-10v10l10-10v22l-10-10v10l-10-10v11z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A");
 }
 .media-player:not(.light) .default-icon-last,
 .media-player.dark .default-icon-last {
   background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M28%204v24h-4v-11l-10%2010v-10l-10%2010v-22l10%2010v-10l10%2010v-11z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A");
 }
 .media-player:not(.light) .default-icon-forward,
 .media-player.dark .default-icon-forward {
   background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M16%2027v-10l-10%2010v-22l10%2010v-10l11%2011z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A");
 }
 .media-player:not(.light) .default-icon-backward,
 .media-player.dark .default-icon-backward {
   background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M18%205v10l10-10v22l-10-10v10l-11-11z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A");
 }
 .media-player:not(.light) .default-icon-share,
 .media-player.dark .default-icon-share {
   background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M27%2022c-1.411%200-2.685%200.586-3.594%201.526l-13.469-6.734c0.041-0.258%200.063-0.522%200.063-0.791s-0.022-0.534-0.063-0.791l13.469-6.734c0.909%200.94%202.183%201.526%203.594%201.526%202.761%200%205-2.239%205-5s-2.239-5-5-5-5%202.239-5%205c0%200.269%200.022%200.534%200.063%200.791l-13.469%206.734c-0.909-0.94-2.183-1.526-3.594-1.526-2.761%200-5%202.239-5%205s2.239%205%205%205c1.411%200%202.685-0.586%203.594-1.526l13.469%206.734c-0.041%200.258-0.063%200.522-0.063%200.791%200%202.761%202.239%205%205%205s5-2.239%205-5c0-2.761-2.239-5-5-5z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A");
 }
 .media-player:not(.light) .default-icon-equalizer,
 .media-player.dark .default-icon-equalizer {
   background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M14%204v-0.5c0-0.825-0.675-1.5-1.5-1.5h-5c-0.825%200-1.5%200.675-1.5%201.5v0.5h-6v4h6v0.5c0%200.825%200.675%201.5%201.5%201.5h5c0.825%200%201.5-0.675%201.5-1.5v-0.5h18v-4h-18zM8%208v-4h4v4h-4zM26%2013.5c0-0.825-0.675-1.5-1.5-1.5h-5c-0.825%200-1.5%200.675-1.5%201.5v0.5h-18v4h18v0.5c0%200.825%200.675%201.5%201.5%201.5h5c0.825%200%201.5-0.675%201.5-1.5v-0.5h6v-4h-6v-0.5zM20%2018v-4h4v4h-4zM14%2023.5c0-0.825-0.675-1.5-1.5-1.5h-5c-0.825%200-1.5%200.675-1.5%201.5v0.5h-6v4h6v0.5c0%200.825%200.675%201.5%201.5%201.5h5c0.825%200%201.5-0.675%201.5-1.5v-0.5h18v-4h-18v-0.5zM8%2028v-4h4v4h-4z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A");
 }
 .media-player:not(.light) .default-icon-eject,
 .media-player.dark .default-icon-eject {
   background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%2024h32v4h-32zM16%204l16%2016h-32z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A");
 }
 .media-player:not(.light) .default-icon-shuffle,
 .media-player.dark .default-icon-shuffle {
   background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M24%2022h-3.172l-5-5%205-5h3.172v5l7-7-7-7v5h-4c-0.53%200-1.039%200.211-1.414%200.586l-5.586%205.586-5.586-5.586c-0.375-0.375-0.884-0.586-1.414-0.586h-6v4h5.172l5%205-5%205h-5.172v4h6c0.53%200%201.039-0.211%201.414-0.586l5.586-5.586%205.586%205.586c0.375%200.375%200.884%200.586%201.414%200.586h4v5l7-7-7-7v5z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A");
 }
 .media-player:not(.light) .default-icon-random,
 .media-player.dark .default-icon-random {
   background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M27%206h-16c-2.75%200-5%202.25-5%205v16c0%202.75%202.25%205%205%205h16c2.75%200%205-2.25%205-5v-16c0-2.75-2.25-5-5-5zM13%2028c-1.657%200-3-1.343-3-3s1.343-3%203-3%203%201.343%203%203-1.343%203-3%203zM13%2016c-1.657%200-3-1.343-3-3s1.343-3%203-3%203%201.343%203%203-1.343%203-3%203zM19%2022c-1.657%200-3-1.343-3-3s1.343-3%203-3%203%201.343%203%203-1.343%203-3%203zM25%2028c-1.657%200-3-1.343-3-3s1.343-3%203-3%203%201.343%203%203-1.343%203-3%203zM25%2016c-1.657%200-3-1.343-3-3s1.343-3%203-3%203%201.343%203%203-1.343%203-3%203zM25.899%204c-0.467-2.275-2.491-4-4.899-4h-16c-2.75%200-5%202.25-5%205v16c0%202.408%201.725%204.432%204%204.899v-19.899c0-1.1%200.9-2%202-2h19.899z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A");
 }
 .audio-player {
   overflow: visible;
 }
 .audio-player .controls {
   position: relative;
 }
 @media screen and (min-width: 576px) {
   .media-player .volume,
   .media-player .loop,
   .media-player .stop {
     display: block;
   }
 }
 .more-info-box {
   height: 128px;
   display: -webkit-box;
   display: flex;
   -webkit-box-orient: horizontal;
   -webkit-box-direction: normal;
           flex-flow: row wrap;
   background-color: #ffffff;
 }
 .more-info-box .icon,
 .more-info-box .content {
   position: relative;
 }
 .more-info-box .icon {
   height: 64px;
   width: 64px;
   flex-shrink: 0;
   text-align: center;
   display: -webkit-box;
   display: flex;
   -webkit-box-pack: center;
           justify-content: center;
   -webkit-box-align: center;
           align-items: center;
   -webkit-box-ordinal-group: 3;
           order: 2;
   margin-left: auto;
   margin-right: 16px;
   margin-top: 16px;
   -webkit-transition: -webkit-transform 0.3s ease;
   transition: -webkit-transform 0.3s ease;
   transition: transform 0.3s ease;
   transition: transform 0.3s ease, -webkit-transform 0.3s ease;
 }
 .more-info-box .icon > * {
   font-size: 64px;
   width: 64px;
   height: 64px;
   line-height: 1;
   color: rgba(0, 0, 0, 0.15);
 }
 .more-info-box .content {
   line-height: 1.2;
   display: block;
   -webkit-box-ordinal-group: 2;
           order: 1;
   padding: 8px;
   max-width: calc(100% - 106px);
 }
 .more-info-box .more {
   width: 100%;
   flex-shrink: 0;
   text-align: right;
   background: rgba(0, 0, 0, 0.1);
   text-decoration: none;
   position: relative;
   display: block;
   padding: 8px 8px 0;
   margin: 0;
   -webkit-box-ordinal-group: 4;
           order: 3;
   color: rgba(255, 255, 255, 0.8);
   font-size: 12px;
 }
 .more-info-box .more:hover {
   color: #fff;
   background: rgba(0, 0, 0, 0.15);
 }
 .more-info-box:hover .icon {
   -webkit-transform: scale(1.2);
           transform: scale(1.2);
   -webkit-transition: -webkit-transform 0.3s ease;
   transition: -webkit-transform 0.3s ease;
   transition: transform 0.3s ease;
   transition: transform 0.3s ease, -webkit-transform 0.3s ease;
 }
 .navview {
   display: block;
   position: relative;
   background-color: #ffffff;
   color: #1d1d1d;
   overflow: hidden;
   height: 100%;
   min-height: 100%;
 }
 .navview .navview-pane,
 .navview .navview-content {
   display: block;
   -webkit-transition: all 0.1s linear;
   transition: all 0.1s linear;
   min-height: 100%;
   height: 100%;
 }
 .navview .navview-pane {
   width: 280px;
   background-color: #e5e5e5;
   position: absolute;
   left: 0;
   top: 0;
   -webkit-transform: translate3d(-100%, 0, 0);
           transform: translate3d(-100%, 0, 0);
   z-index: 3;
 }
 .navview .navview-pane.open {
   -webkit-transform: translate3d(0, 0, 0);
           transform: translate3d(0, 0, 0);
 }
 .navview .navview-pane.open .navview-menu-container {
   overflow-y: auto!important;
 }
 .navview .navview-content {
   position: relative;
 }
 .navview .pull-button,
 .navview .holder {
   position: relative;
   display: -webkit-box;
   display: flex;
   -webkit-box-pack: center;
           justify-content: center;
   -webkit-box-align: center;
           align-items: center;
   width: 48px;
   height: 48px;
   background-color: transparent;
   border: 2px solid transparent;
   outline: none;
   cursor: pointer;
 }
 .navview .holder {
   height: 40px;
   display: none;
 }
 .navview .navview-container,
 .navview .navview-menu-container {
   display: block;
   position: relative;
   width: auto;
   background-color: inherit;
 }
 .navview .navview-menu-container {
   z-index: -1;
 }
 .navview .navview-menu {
   display: block;
   position: relative;
   list-style: none inside;
   margin: 0;
   padding: 0;
   width: 100%;
   background-color: #e5e5e5;
 }
 .navview .navview-menu li {
   display: block;
   position: relative;
 }
 .navview .navview-menu li a {
   display: -webkit-box;
   display: flex;
   -webkit-box-align: center;
           align-items: center;
   position: relative;
   line-height: 40px;
   text-decoration: none;
   color: inherit;
   white-space: nowrap;
   border: 2px solid transparent;
   height: 40px;
 }
 .navview .navview-menu li a:hover {
   text-decoration: none;
 }
 .navview .navview-menu .icon {
   width: 48px;
   height: 40px;
   display: block;
   text-align: center;
 }
 .navview .navview-menu .caption {
   padding-left: 48px;
   white-space: nowrap;
   display: block;
 }
 .navview .navview-menu .icon + .caption {
   padding-left: 0;
 }
 .navview .navview-menu .item-header {
   font-size: 22px;
   height: 32px;
   line-height: 32px;
   padding-left: 16px;
   cursor: default;
   background-color: transparent;
   white-space: nowrap;
   display: block;
 }
 .navview .navview-menu li.active::before {
   content: "";
   display: block;
   position: absolute;
   height: 24px;
   top: 8px;
   left: 0;
   width: 4px;
   background-color: #1ba1e2;
   z-index: 1;
 }
 .navview .navview-menu li.disabled {
   color: #9c9c9c !important;
 }
 .navview .navview-menu li.disabled img {
   opacity: 0.5;
 }
 .navview .pull-button > *,
 .navview .navview-menu .icon > *,
 .navview .suggest-box .holder > * {
   width: 16px;
   height: 16px;
   line-height: 16px;
   font-size: 16px;
   vertical-align: initial;
 }
 .navview .pull-button:hover,
 .navview .holder:hover,
 .navview .navview-menu li a:hover {
   background-color: #cecece;
 }
 .navview .pull-button:active,
 .navview .holder:active,
 .navview .navview-menu li a:active {
   background-color: #b7b7b7;
 }
 .navview .suggest-box {
   display: block;
   padding: 8px 0;
 }
 .navview .suggest-box .input,
 .navview .suggest-box .select,
 .navview .suggest-box .textarea {
   display: -webkit-box;
   display: flex;
   width: calc(100% - 24px) !important;
   margin: 0 12px;
 }
 .navview .item-separator {
   height: 16px!important;
   width: 100%;
   display: block;
   background-color: transparent;
   cursor: default;
 }
 .navview .navview-menu .dropdown-toggle {
   padding-right: 0!important;
 }
 .navview .navview-menu .dropdown-toggle::before {
   display: none;
 }
 .navview .navview-menu .dropdown-toggle::after {
   content: "";
   display: block;
   position: absolute;
   top: 0;
   bottom: auto;
   right: 0;
   width: 0;
   height: 0;
   border-style: solid;
   border-width: 0 0 8px 8px;
   border-color: transparent transparent #1d1d1d transparent;
   z-index: 1;
   -webkit-transform: rotate(-90deg);
           transform: rotate(-90deg);
   -webkit-transition: all 0.3s;
   transition: all 0.3s;
 }
 .navview .navview-menu .dropdown-toggle.active-toggle::after {
   border-width: 0 0 8px 8px;
   border-color: transparent transparent #1d1d1d transparent;
   -webkit-transform: rotate(0);
           transform: rotate(0);
   bottom: 0;
   top: auto;
 }
 .navview.focusableItems .pull-button:focus,
 .navview.focusableItems .holder:focus,
 .navview.focusableItems .navview-menu li a:focus {
   border: 2px solid #0a0a0a;
 }
 .navview .badges {
   display: -webkit-box;
   display: flex;
   margin-left: auto;
   margin-right: 8px;
 }
 .navview .badges .badge {
   margin: 0 2px;
 }
 .navview .data-box {
   display: block;
 }
 .navview .navview-menu .navview-menu .item-header {
   display: none!important;
 }
 .navview.expanded .navview-pane {
   width: 280px !important;
 }
 .navview.expanded .navview-pane .navview-menu .caption,
 .navview.expanded .navview-pane .item-header {
   display: block!important;
 }
 .navview.expanded .navview-pane .suggest-box > *:not(.holder) {
   display: -webkit-box!important;
   display: flex!important;
 }
 .navview.expanded .navview-pane .holder {
   display: none!important;
 }
 .navview.expanded .navview-pane .navview-menu-container {
   overflow-y: auto!important;
 }
 .navview.expanded .badges {
   display: -webkit-box!important;
   display: flex!important;
 }
 .navview.expanded .data-box {
   display: block!important;
 }
 .navview.compacted .navview-pane {
   width: 48px !important;
   -webkit-transform: translate3d(0, 0, 0);
           transform: translate3d(0, 0, 0);
 }
 .navview.compacted .navview-pane .navview-menu .caption,
 .navview.compacted .navview-pane .item-header {
   display: none!important;
 }
 .navview.compacted .navview-pane .suggest-box > *:not(.holder) {
   display: none!important;
 }
 .navview.compacted .navview-pane .holder {
   display: block!important;
 }
 .navview.compacted .navview-pane .navview-menu-container {
   overflow-y: initial!important;
 }
 .navview.compacted .navview-content {
   margin-left: 48px !important;
 }
 .navview.compacted .badges,
 .navview.compacted .data-box {
   display: none!important;
 }
 @media screen and (min-width: 0) {
   .navview-margin-fs {
     margin-left: 280px;
   }
   .navview-margin-compact-fs {
     margin-left: 48px;
   }
   .navview.navview-compact-fs .navview-pane {
     width: 48px;
     -webkit-transform: translate3d(0, 0, 0);
             transform: translate3d(0, 0, 0);
   }
   .navview.navview-compact-fs .navview-pane .navview-menu .caption,
   .navview.navview-compact-fs .navview-pane .item-header {
     display: none;
   }
   .navview.navview-compact-fs .navview-pane .suggest-box > *:not(.holder) {
     display: none;
   }
   .navview.navview-compact-fs .navview-pane .holder {
     display: block;
   }
   .navview.navview-compact-fs .navview-pane .navview-menu-container {
     overflow-y: initial;
   }
   .navview.navview-compact-fs .navview-content {
     margin-left: 48px;
   }
   .navview.navview-compact-fs .badges,
   .navview.navview-compact-fs .data-box {
     display: none;
   }
   .navview.navview-expand-fs .navview-pane {
     width: 280px;
     -webkit-transform: translate3d(0, 0, 0);
             transform: translate3d(0, 0, 0);
   }
   .navview.navview-expand-fs .navview-pane .navview-menu .caption,
   .navview.navview-expand-fs .navview-pane .item-header {
     display: block;
   }
   .navview.navview-expand-fs .navview-pane .suggest-box > *:not(.holder) {
     display: -webkit-box;
     display: flex;
   }
   .navview.navview-expand-fs .navview-pane .holder {
     display: none;
   }
   .navview.navview-expand-fs .navview-pane .navview-menu-container {
     overflow-y: auto;
   }
   .navview.navview-expand-fs .navview-content {
     margin-left: 280px;
   }
   .navview.navview-expand-fs .badges {
     display: -webkit-box;
     display: flex;
   }
   .navview.navview-expand-fs .data-box {
     display: block;
   }
 }
 @media screen and (min-width: 576px) {
   .navview-margin-sm {
     margin-left: 280px;
   }
   .navview-margin-compact-sm {
     margin-left: 48px;
   }
   .navview.navview-compact-sm .navview-pane {
     width: 48px;
     -webkit-transform: translate3d(0, 0, 0);
             transform: translate3d(0, 0, 0);
   }
   .navview.navview-compact-sm .navview-pane .navview-menu .caption,
   .navview.navview-compact-sm .navview-pane .item-header {
     display: none;
   }
   .navview.navview-compact-sm .navview-pane .suggest-box > *:not(.holder) {
     display: none;
   }
   .navview.navview-compact-sm .navview-pane .holder {
     display: block;
   }
   .navview.navview-compact-sm .navview-pane .navview-menu-container {
     overflow-y: initial;
   }
   .navview.navview-compact-sm .navview-content {
     margin-left: 48px;
   }
   .navview.navview-compact-sm .badges,
   .navview.navview-compact-sm .data-box {
     display: none;
   }
   .navview.navview-expand-sm .navview-pane {
     width: 280px;
     -webkit-transform: translate3d(0, 0, 0);
             transform: translate3d(0, 0, 0);
   }
   .navview.navview-expand-sm .navview-pane .navview-menu .caption,
   .navview.navview-expand-sm .navview-pane .item-header {
     display: block;
   }
   .navview.navview-expand-sm .navview-pane .suggest-box > *:not(.holder) {
     display: -webkit-box;
     display: flex;
   }
   .navview.navview-expand-sm .navview-pane .holder {
     display: none;
   }
   .navview.navview-expand-sm .navview-pane .navview-menu-container {
     overflow-y: auto;
   }
   .navview.navview-expand-sm .navview-content {
     margin-left: 280px;
   }
   .navview.navview-expand-sm .badges {
     display: -webkit-box;
     display: flex;
   }
   .navview.navview-expand-sm .data-box {
     display: block;
   }
 }
 @media screen and (min-width: 768px) {
   .navview-margin-md {
     margin-left: 280px;
   }
   .navview-margin-compact-md {
     margin-left: 48px;
   }
   .navview.navview-compact-md .navview-pane {
     width: 48px;
     -webkit-transform: translate3d(0, 0, 0);
             transform: translate3d(0, 0, 0);
   }
   .navview.navview-compact-md .navview-pane .navview-menu .caption,
   .navview.navview-compact-md .navview-pane .item-header {
     display: none;
   }
   .navview.navview-compact-md .navview-pane .suggest-box > *:not(.holder) {
     display: none;
   }
   .navview.navview-compact-md .navview-pane .holder {
     display: block;
   }
   .navview.navview-compact-md .navview-pane .navview-menu-container {
     overflow-y: initial;
   }
   .navview.navview-compact-md .navview-content {
     margin-left: 48px;
   }
   .navview.navview-compact-md .badges,
   .navview.navview-compact-md .data-box {
     display: none;
   }
   .navview.navview-expand-md .navview-pane {
     width: 280px;
     -webkit-transform: translate3d(0, 0, 0);
             transform: translate3d(0, 0, 0);
   }
   .navview.navview-expand-md .navview-pane .navview-menu .caption,
   .navview.navview-expand-md .navview-pane .item-header {
     display: block;
   }
   .navview.navview-expand-md .navview-pane .suggest-box > *:not(.holder) {
     display: -webkit-box;
     display: flex;
   }
   .navview.navview-expand-md .navview-pane .holder {
     display: none;
   }
   .navview.navview-expand-md .navview-pane .navview-menu-container {
     overflow-y: auto;
   }
   .navview.navview-expand-md .navview-content {
     margin-left: 280px;
   }
   .navview.navview-expand-md .badges {
     display: -webkit-box;
     display: flex;
   }
   .navview.navview-expand-md .data-box {
     display: block;
   }
 }
 @media screen and (min-width: 992px) {
   .navview-margin-lg {
     margin-left: 280px;
   }
   .navview-margin-compact-lg {
     margin-left: 48px;
   }
   .navview.navview-compact-lg .navview-pane {
     width: 48px;
     -webkit-transform: translate3d(0, 0, 0);
             transform: translate3d(0, 0, 0);
   }
   .navview.navview-compact-lg .navview-pane .navview-menu .caption,
   .navview.navview-compact-lg .navview-pane .item-header {
     display: none;
   }
   .navview.navview-compact-lg .navview-pane .suggest-box > *:not(.holder) {
     display: none;
   }
   .navview.navview-compact-lg .navview-pane .holder {
     display: block;
   }
   .navview.navview-compact-lg .navview-pane .navview-menu-container {
     overflow-y: initial;
   }
   .navview.navview-compact-lg .navview-content {
     margin-left: 48px;
   }
   .navview.navview-compact-lg .badges,
   .navview.navview-compact-lg .data-box {
     display: none;
   }
   .navview.navview-expand-lg .navview-pane {
     width: 280px;
     -webkit-transform: translate3d(0, 0, 0);
             transform: translate3d(0, 0, 0);
   }
   .navview.navview-expand-lg .navview-pane .navview-menu .caption,
   .navview.navview-expand-lg .navview-pane .item-header {
     display: block;
   }
   .navview.navview-expand-lg .navview-pane .suggest-box > *:not(.holder) {
     display: -webkit-box;
     display: flex;
   }
   .navview.navview-expand-lg .navview-pane .holder {
     display: none;
   }
   .navview.navview-expand-lg .navview-pane .navview-menu-container {
     overflow-y: auto;
   }
   .navview.navview-expand-lg .navview-content {
     margin-left: 280px;
   }
   .navview.navview-expand-lg .badges {
     display: -webkit-box;
     display: flex;
   }
   .navview.navview-expand-lg .data-box {
     display: block;
   }
 }
 @media screen and (min-width: 1200px) {
   .navview-margin-xl {
     margin-left: 280px;
   }
   .navview-margin-compact-xl {
     margin-left: 48px;
   }
   .navview.navview-compact-xl .navview-pane {
     width: 48px;
     -webkit-transform: translate3d(0, 0, 0);
             transform: translate3d(0, 0, 0);
   }
   .navview.navview-compact-xl .navview-pane .navview-menu .caption,
   .navview.navview-compact-xl .navview-pane .item-header {
     display: none;
   }
   .navview.navview-compact-xl .navview-pane .suggest-box > *:not(.holder) {
     display: none;
   }
   .navview.navview-compact-xl .navview-pane .holder {
     display: block;
   }
   .navview.navview-compact-xl .navview-pane .navview-menu-container {
     overflow-y: initial;
   }
   .navview.navview-compact-xl .navview-content {
     margin-left: 48px;
   }
   .navview.navview-compact-xl .badges,
   .navview.navview-compact-xl .data-box {
     display: none;
   }
   .navview.navview-expand-xl .navview-pane {
     width: 280px;
     -webkit-transform: translate3d(0, 0, 0);
             transform: translate3d(0, 0, 0);
   }
   .navview.navview-expand-xl .navview-pane .navview-menu .caption,
   .navview.navview-expand-xl .navview-pane .item-header {
     display: block;
   }
   .navview.navview-expand-xl .navview-pane .suggest-box > *:not(.holder) {
     display: -webkit-box;
     display: flex;
   }
   .navview.navview-expand-xl .navview-pane .holder {
     display: none;
   }
   .navview.navview-expand-xl .navview-pane .navview-menu-container {
     overflow-y: auto;
   }
   .navview.navview-expand-xl .navview-content {
     margin-left: 280px;
   }
   .navview.navview-expand-xl .badges {
     display: -webkit-box;
     display: flex;
   }
   .navview.navview-expand-xl .data-box {
     display: block;
   }
 }
 @media screen and (min-width: 1452px) {
   .navview-margin-xxl {
     margin-left: 280px;
   }
   .navview-margin-compact-xxl {
     margin-left: 48px;
   }
   .navview.navview-compact-xxl .navview-pane {
     width: 48px;
     -webkit-transform: translate3d(0, 0, 0);
             transform: translate3d(0, 0, 0);
   }
   .navview.navview-compact-xxl .navview-pane .navview-menu .caption,
   .navview.navview-compact-xxl .navview-pane .item-header {
     display: none;
   }
   .navview.navview-compact-xxl .navview-pane .suggest-box > *:not(.holder) {
     display: none;
   }
   .navview.navview-compact-xxl .navview-pane .holder {
     display: block;
   }
   .navview.navview-compact-xxl .navview-pane .navview-menu-container {
     overflow-y: initial;
   }
   .navview.navview-compact-xxl .navview-content {
     margin-left: 48px;
   }
   .navview.navview-compact-xxl .badges,
   .navview.navview-compact-xxl .data-box {
     display: none;
   }
   .navview.navview-expand-xxl .navview-pane {
     width: 280px;
     -webkit-transform: translate3d(0, 0, 0);
             transform: translate3d(0, 0, 0);
   }
   .navview.navview-expand-xxl .navview-pane .navview-menu .caption,
   .navview.navview-expand-xxl .navview-pane .item-header {
     display: block;
   }
   .navview.navview-expand-xxl .navview-pane .suggest-box > *:not(.holder) {
     display: -webkit-box;
     display: flex;
   }
   .navview.navview-expand-xxl .navview-pane .holder {
     display: none;
   }
   .navview.navview-expand-xxl .navview-pane .navview-menu-container {
     overflow-y: auto;
   }
   .navview.navview-expand-xxl .navview-content {
     margin-left: 280px;
   }
   .navview.navview-expand-xxl .badges {
     display: -webkit-box;
     display: flex;
   }
   .navview.navview-expand-xxl .data-box {
     display: block;
   }
 }
 .navview.compacted .navview-menu .navview-menu,
 .navview.js-compact:not(.expanded) .navview-menu .navview-menu {
   position: absolute;
   left: 100%;
   top: 0;
   width: 220px;
   max-width: 280px;
 }
 .navview.compacted .navview-menu .navview-menu .caption,
 .navview.js-compact:not(.expanded) .navview-menu .navview-menu .caption {
   display: block!important;
 }
 .navview.compacted .navview-menu .navview-menu .item-header,
 .navview.js-compact:not(.expanded) .navview-menu .navview-menu .item-header {
   display: block!important;
 }
 .navview.compacted .navview-pane > .navview-menu-container > .navview-menu > li > a > .caption,
 .navview.js-compact .navview-pane > .navview-menu-container > .navview-menu > li > a > .caption {
   display: none;
 }
 .navview.compacted .navview-pane > .navview-menu-container > .navview-menu > li > a > .icon:hover + .caption,
 .navview.js-compact .navview-pane > .navview-menu-container > .navview-menu > li > a > .icon:hover + .caption {
   display: block!important;
   position: absolute;
   left: calc(100% + 0px);
   background-color: inherit;
   padding: 0 16px;
 }
 .notify-container {
   background-color: transparent;
   position: fixed;
   top: 0;
   right: 0;
   display: -webkit-box;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
           flex-direction: column;
   flex-wrap: wrap;
   z-index: 1081;
   width: auto;
 }
 .notify-container.position-left {
   right: auto;
   left: 0;
 }
 .notify-container.position-top,
 .notify-container.position-bottom {
   width: 100%!important;
   -webkit-box-orient: horizontal;
   -webkit-box-direction: normal;
           flex-direction: row;
 }
 .notify-container.position-bottom {
   top: auto;
   bottom: 0;
 }
 .notify {
   display: block;
   background-color: #ffffff;
   color: #1d1d1d;
   padding: 0.5rem;
   margin: 0.25rem;
   border: 1px solid #dfdfdf;
   cursor: pointer;
 }
 .notify-title {
   font-size: 1rem;
   font-weight: 500;
   margin-bottom: 0.5rem;
 }
 .notify-message {
   font-size: 0.9rem;
   font-weight: normal;
 }
 .pagination {
   display: -webkit-box;
   display: flex;
   flex-wrap: wrap;
   list-style: none inside;
   margin: 0 -0.25rem 1rem -0.25rem;
   padding: 0;
   -webkit-user-select: none;
           user-select: none;
 }
 .pagination .page-item {
   cursor: pointer;
   display: list-item;
   background-color: #ffffff;
   color: #1d1d1d;
   border: 1px solid #dfdfdf;
   margin: 0.25rem;
   -webkit-transition: all 0.15s ease-in-out;
   transition: all 0.15s ease-in-out;
 }
 .pagination .page-link {
   display: block;
   position: relative;
   padding: 0.5rem 0.75rem;
   line-height: 1;
   font-size: 1rem;
   text-decoration: none;
   color: inherit;
   background-color: inherit;
 }
 .pagination .page-item:hover,
 .pagination .page-item.service:hover {
   background-color: rgba(29, 29, 29, 0.1);
 }
 .pagination .page-item.no-link {
   pointer-events: none;
   cursor: default;
   border-color: transparent;
 }
 .pagination .page-item.no-link:hover {
   background-color: #ffffff !important;
   border-color: transparent;
   color: #1d1d1d;
 }
 .pagination .page-item.disabled {
   pointer-events: none;
   color: #e4e4e4;
 }
 .pagination .page-item.active {
   background-color: #e4e4e4;
 }
 .pagination.rounded .page-item {
   border-radius: 0.25rem;
 }
 .pagination.no-gap {
   margin: 0 0 1rem 0;
 }
 .pagination.no-gap .page-item {
   margin: -1px;
 }
 .pagination.no-gap .no-link {
   margin: -1px 1px;
 }
 .pagination.no-gap.rounded .page-item {
   border-radius: 0;
 }
 .pagination.no-gap.rounded .page-item:first-child {
   border-top-left-radius: 0.25rem;
   border-bottom-left-radius: 0.25rem;
 }
 .pagination.no-gap.rounded .page-item:last-child {
   border-top-right-radius: 0.25rem;
   border-bottom-right-radius: 0.25rem;
 }
 .pagination.size-large .page-link {
   padding: 0.75rem 1.5rem;
   font-size: 1.25rem;
 }
 .pagination.size-small .page-link {
   padding: 0.25rem 0.5rem;
   font-size: 0.875rem;
 }
 .panel {
   display: -webkit-box;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
           flex-flow: column nowrap;
   position: relative;
   background-color: #ffffff;
   border: 1px solid #dfdfdf;
 }
 .panel .panel-title,
 .panel .panel-content {
   position: relative;
 }
 .panel .panel-title {
   display: -webkit-box;
   display: flex;
   -webkit-box-orient: horizontal;
   -webkit-box-direction: normal;
           flex-flow: row nowrap;
   -webkit-box-align: center;
           align-items: center;
   -webkit-box-ordinal-group: 2;
           order: 1;
   height: 2.625rem;
   border-bottom: 1px solid #dfdfdf;
   line-height: 2.625rem;
   cursor: default;
   flex-shrink: 0;
 }
 .panel .panel-title .icon {
   -webkit-box-ordinal-group: 2;
           order: 1;
   height: 2.625rem;
   line-height: 2.625rem;
   width: 2.625rem;
   border-right: 1px solid #dfdfdf;
   flex-shrink: 0;
   color: inherit;
   text-align: center;
 }
 .panel .panel-title img.icon {
   padding: 0.625rem;
 }
 .panel .panel-title .caption {
   -webkit-box-ordinal-group: 3;
           order: 2;
   width: 100%;
   padding: 0 0.8125rem;
   color: inherit;
   overflow: hidden;
   white-space: nowrap;
   text-overflow: ellipsis;
 }
 .panel .panel-title .dropdown-toggle {
   -webkit-box-ordinal-group: 5;
           order: 4;
   height: 100%;
   width: 2.625rem;
   border-left: 1px solid #dfdfdf;
   flex-shrink: 0;
 }
 .panel .panel-title .custom-buttons {
   -webkit-box-ordinal-group: 4;
           order: 3;
   display: -webkit-box;
   display: flex;
   -webkit-box-orient: horizontal;
   -webkit-box-direction: normal;
           flex-flow: row nowrap;
 }
 .panel .panel-title .btn-custom {
   width: 42px;
   height: 42px;
   display: -webkit-box;
   display: flex;
   position: relative;
   -webkit-box-pack: center;
           justify-content: center;
   -webkit-box-align: center;
           align-items: center;
 }
 .panel .panel-title .btn-custom > * {
   line-height: 1;
   width: 16px;
   height: 16px;
   font-size: 16px;
 }
 .panel .panel-title .btn-custom:focus,
 .panel .panel-title .btn-custom:active {
   -webkit-box-shadow: none!important;
           box-shadow: none!important;
 }
 .panel .panel-content {
   display: block;
   -webkit-box-ordinal-group: 3;
           order: 2;
   height: auto;
   padding: 0.5rem;
 }
 .popover {
   display: block;
   min-width: 12.5rem;
   height: auto;
   position: fixed;
   background-color: #ffffff;
   color: #1d1d1d;
   z-index: 1060;
   border: 1px solid #dfdfdf;
   cursor: default;
   padding: 0.8125rem;
   max-width: calc(100% - 32px);
 }
 .popover > * {
   max-width: 100%;
 }
 .popover .popover-content {
   display: block;
   position: relative;
   z-index: 50;
 }
 .popover .popover-close-button {
   z-index: 100;
   position: absolute;
   top: 0;
   right: 0;
   font-size: 26px;
 }
 .post-card {
   display: -webkit-box;
   display: flex;
   -webkit-box-orient: horizontal;
   -webkit-box-direction: normal;
           flex-flow: row nowrap;
 }
 .post-card .left,
 .post-card .right {
   flex-shrink: 1;
   -webkit-box-flex: 1;
           flex-grow: 1;
   flex-basis: 50%;
   width: 50%;
   height: 100%;
   overflow: hidden;
   -webkit-backface-visibility: hidden;
           backface-visibility: hidden;
   position: relative;
   -webkit-transition: all 0.3s linear;
   transition: all 0.3s linear;
 }
 .post-card .left {
   -webkit-transform: perspective(1600px) rotateY(25deg);
           transform: perspective(1600px) rotateY(25deg);
   -webkit-transform-origin: right;
           transform-origin: right;
   border-right: 1px solid #f8f8f8;
 }
 .post-card .right {
   -webkit-transform: perspective(1600px) rotateY(-25deg);
           transform: perspective(1600px) rotateY(-25deg);
   -webkit-transform-origin: left;
           transform-origin: left;
   border-left: 1px solid #f8f8f8;
 }
 .post-card.effect-on-hover:hover > .left,
 .post-card.effect-on-active.active > .left {
   -webkit-transform: perspective(1600px) rotateY(0);
           transform: perspective(1600px) rotateY(0);
 }
 .post-card.effect-on-hover:hover > .right,
 .post-card.effect-on-active.active > .right {
   -webkit-transform: perspective(1600px) rotateY(-35deg);
           transform: perspective(1600px) rotateY(-35deg);
 }
 .post-card.effect-on-hover:hover.rotate-to-left > .right,
 .post-card.effect-on-active.active.rotate-to-left > .right {
   -webkit-transform: perspective(1600px) rotateY(0);
           transform: perspective(1600px) rotateY(0);
 }
 .post-card.effect-on-hover:hover.rotate-to-left > .left,
 .post-card.effect-on-active.active.rotate-to-left > .left {
   -webkit-transform: perspective(1600px) rotateY(35deg);
           transform: perspective(1600px) rotateY(35deg);
 }
 .progress {
   display: block;
   position: relative;
   width: 100%;
   height: 12px;
   background-color: #eeeeee;
   overflow: hidden;
 }
 .progress.with-load {
   background: transparent;
 }
 .progress .bar,
 .progress .buffer,
 .progress .load {
   position: absolute;
   height: 100%;
   top: 0;
   left: 0;
   z-index: 3;
 }
 .progress .load {
   width: 100%;
   -webkit-animation: progress-loading 3s infinite linear;
           animation: progress-loading 3s infinite linear;
   background: radial-gradient(#a9c0e9 0%, #a9c0e9 16%, transparent 42%);
   background-size: 12px 12px;
   z-index: 1;
   margin-top: -1px;
 }
 .progress .buffer {
   z-index: 2;
   background-color: #CE352C;
 }
 .progress .bar {
   z-index: 3;
   background: #60a917;
 }
 .progress.line {
   background-color: #b3d4fc;
   display: -webkit-box;
   display: flex;
 }
 .progress.line::before {
   height: 100%;
   width: 100%;
   background-color: #004d6f;
   content: '';
   -webkit-animation: running-progress 2s cubic-bezier(0.4, 0, 0.2, 1) infinite;
           animation: running-progress 2s cubic-bezier(0.4, 0, 0.2, 1) infinite;
 }
 .progress .value {
   display: block;
   float: left;
   position: absolute;
   z-index: 5;
   font-size: 11px;
   top: 50%;
   -webkit-transform: translateY(-50%);
           transform: translateY(-50%);
   margin-left: 4px;
 }
 .progress .value.centered {
   left: 50%;
   -webkit-transform: translate3d(-50%, -50%, 0);
           transform: translate3d(-50%, -50%, 0);
 }
 .progress.small {
   height: 6px;
 }
 .progress.small .load {
   background-size: 6px 6px;
 }
 @-webkit-keyframes progress-loading {
   0% {
     opacity: 1;
     background-position: 0px -23px;
   }
   50% {
     opacity: 0;
   }
   100% {
     opacity: 1;
     background-position: -200px -23px;
   }
 }
 @keyframes progress-loading {
   0% {
     opacity: 1;
     background-position: 0px -23px;
   }
   50% {
     opacity: 0;
   }
   100% {
     opacity: 1;
     background-position: -200px -23px;
   }
 }
 @-webkit-keyframes running-progress {
   0% {
     margin-left: 0;
     margin-right: 100%;
   }
   50% {
     margin-left: 25%;
     margin-right: 0;
   }
   100% {
     margin-left: 100%;
     margin-right: 0;
   }
 }
 @keyframes running-progress {
   0% {
     margin-left: 0;
     margin-right: 100%;
   }
   50% {
     margin-left: 25%;
     margin-right: 0;
   }
   100% {
     margin-left: 100%;
     margin-right: 0;
   }
 }
 .radio {
   display: -webkit-inline-box;
   display: inline-flex;
   -webkit-box-orient: horizontal;
   -webkit-box-direction: normal;
           flex-flow: row nowrap;
   -webkit-box-pack: start;
           justify-content: flex-start;
   -webkit-box-align: center;
           align-items: center;
   position: relative;
   margin: 0;
   -webkit-user-select: none;
           user-select: none;
   cursor: pointer;
   height: 36px;
 }
 .radio input {
   width: 1px;
   height: 1px;
   position: absolute;
   top: 0;
   left: 0;
   opacity: 0;
 }
 .radio .check,
 .radio .caption {
   display: block;
   line-height: 1;
   font-size: 14px;
   margin: 0 4px;
   position: relative;
 }
 .radio .check {
   border: 2px #d9d9d9 solid;
   width: 20px;
   height: 20px;
   border-radius: 50%;
   flex-shrink: 0;
   line-height: 36px;
 }
 .radio .check::before {
   position: absolute;
   vertical-align: middle;
   font-size: 0;
   content: "";
   width: 6px;
   height: 6px;
   color: transparent;
   background-color: #ffffff;
   border: 2px solid #ffffff;
   border-radius: 50%;
   left: 50%;
   top: 50%;
   margin-left: -3px;
   margin-top: -3px;
   display: none;
   -webkit-transform: rotate(-45deg);
           transform: rotate(-45deg);
 }
 .radio input[type=radio]:checked ~ .check {
   border-color: #1d1d1d;
   background-color: #1d1d1d;
 }
 .radio input[type=radio]:checked ~ .check::before {
   display: block;
 }
 .radio input[type=radio]:disabled ~ .check {
   border-color: #e9e9e9;
   background-color: #e9e9e9;
 }
 .radio .check {
   -webkit-box-ordinal-group: 2;
           order: 1;
 }
 .radio .caption {
   -webkit-box-ordinal-group: 3;
           order: 2;
 }
 .radio.caption-left {
   -webkit-box-orient: horizontal;
   -webkit-box-direction: reverse;
           flex-flow: row-reverse nowrap;
 }
 .radio.required,
 .radio.invalid,
 .radio.valid {
   border: none!important;
 }
 .radio.invalid::after {
   display: none;
 }
 .radio:focus input[type=radio]:not(:disabled) ~ .check::after,
 .radio:active input[type=radio]:not(:disabled) ~ .check::after {
   display: block;
   content: "";
   position: absolute;
   width: 3.125rem;
   height: 3.125rem;
   border-radius: 50%;
   background-color: rgba(187, 187, 187, 0.5);
   opacity: 0.3;
   top: 50%;
   left: 50%;
   margin-top: -1.5625rem;
   margin-left: -1.5625rem;
 }
 .radio.style2 input[type=radio]:checked ~ .check {
   border-color: #1d1d1d;
   background-color: #ffffff;
 }
 .radio.style2 .check {
   border-color: #989898;
 }
 .radio.style2 .check::before {
   background-color: #1d1d1d;
   border: 2px solid #1d1d1d;
   width: 8px;
   height: 8px;
   margin-left: -4px;
   margin-top: -4px;
 }
 .radio.style2 input[type=radio]:disabled ~ .check {
   border-color: #e9e9e9;
   background-color: #ffffff;
 }
 .radio.style2 input[type=radio]:disabled ~ .check::before {
   background-color: #e9e9e9;
   border-color: #e9e9e9;
 }
 .radio.transition-on .check {
   -webkit-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
 }
 .radio.transition-on input[type=radio]:checked ~ .check {
   -webkit-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
 }
 .radio .check.focused {
   -webkit-box-shadow: 0 0 0 3px rgba(228, 228, 228, 0.45);
           box-shadow: 0 0 0 3px rgba(228, 228, 228, 0.45);
 }
 .rating {
   display: -webkit-inline-box;
   display: inline-flex;
   -webkit-box-orient: horizontal;
   -webkit-box-direction: normal;
           flex-flow: row;
   -webkit-box-align: center;
           align-items: center;
   position: relative;
   background-color: transparent;
   cursor: default;
   font-size: 16px;
 }
 .rating input {
   width: 1px;
   height: 1px;
   position: absolute;
   top: 0;
   left: 0;
   opacity: 0;
 }
 .rating .stars,
 .rating .result,
 .rating .title {
   display: block;
   position: relative;
 }
 .rating .stars {
   margin: 0;
   padding: 0;
   list-style: none inside;
   display: -webkit-box;
   display: flex;
   -webkit-box-orient: horizontal;
   -webkit-box-direction: normal;
           flex-flow: row nowrap;
   -webkit-box-pack: start;
           justify-content: flex-start;
   -webkit-box-align: center;
           align-items: center;
 }
 .rating .stars li {
   display: block;
   position: relative;
   color: #bebebe;
   width: 24px;
   height: 24px;
   line-height: 24px;
   font-size: 24px;
   -webkit-transition: color 0.3s linear;
   transition: color 0.3s linear;
 }
 .rating .stars li::before {
   position: absolute;
   content: '\2605';
   display: block;
   z-index: 1;
   left: 0;
 }
 .rating .stars li.half::after {
   left: 0;
   display: block;
   position: absolute;
   content: '\2605';
   width: 0.42em;
   z-index: 2;
   overflow: hidden;
 }
 .rating .stars li.half.half-10::after {
   width: 0.1em;
 }
 .rating .stars li.half.half-20::after {
   width: 0.2em;
 }
 .rating .stars li.half.half-30::after {
   width: 0.3em;
 }
 .rating .stars li.half.half-40::after {
   width: 0.4em;
 }
 .rating .stars li.half.half-50::after {
   width: 0.42em;
 }
 .rating .stars li.half.half-60::after {
   width: 0.49em;
 }
 .rating .stars li.half.half-70::after {
   width: 0.6em;
 }
 .rating .stars li.half.half-80::after {
   width: 0.7em;
 }
 .rating .stars li.half.half-90::after {
   width: 0.8em;
 }
 .rating .result {
   font-size: 0.8em;
   margin-left: 10px;
 }
 .rating .title {
   margin-right: 10px;
 }
 .rating .stars {
   cursor: default;
 }
 .rating .stars li.on,
 .rating .stars li.half::after {
   color: #1d1d1d;
 }
 .rating:not(.static) .stars {
   cursor: pointer;
 }
 .rating:not(.static) .stars:hover li {
   color: #1d1d1d;
 }
 .rating:not(.static) .stars li:hover ~ li {
   color: #bebebe !important;
 }
 .rating:not(.static) .stars li.scale {
   -webkit-animation: star-scale 0.3s ease-in-out;
           animation: star-scale 0.3s ease-in-out;
 }
 @-webkit-keyframes star-scale {
   0%,
   100% {
     -webkit-transform: scale(1);
             transform: scale(1);
   }
   50% {
     -webkit-transform: scale(1.5);
             transform: scale(1.5);
   }
 }
 @keyframes star-scale {
   0%,
   100% {
     -webkit-transform: scale(1);
             transform: scale(1);
   }
   50% {
     -webkit-transform: scale(1.5);
             transform: scale(1.5);
   }
 }
 .resize-element {
   display: block;
   position: absolute;
   right: -1px;
   bottom: -1px;
   z-index: 101;
   cursor: nwse-resize;
   width: 12px;
   height: 12px;
 }
 .resize-element::after {
   position: absolute;
   display: block;
   border-bottom: 12px solid #60a917;
   border-left: 12px solid transparent;
   content: "";
   right: -2px;
   bottom: -2px;
 }
 .resize-element.resize-element-disabled {
   cursor: default;
 }
 .resize-element.resize-element-disabled::after {
   border-bottom-color: #bebebe;
 }
 .resize-element:not(.resize-element-disabled):hover::after {
   -webkit-animation: resize-element-animation 1s ease infinite;
           animation: resize-element-animation 1s ease infinite;
 }
 @-webkit-keyframes resize-element-animation {
   from {
     right: 0;
     bottom: 0;
   }
   to {
     right: -2px;
     bottom: -2px;
   }
 }
 @keyframes resize-element-animation {
   from {
     right: 0;
     bottom: 0;
   }
   to {
     right: -2px;
     bottom: -2px;
   }
 }
 .ribbon-menu {
   display: block;
   position: relative;
 }
 .ribbon-menu div {
   position: relative;
 }
 .ribbon-menu .tabs-holder {
   display: -webkit-box;
   display: flex;
   -webkit-box-pack: start;
           justify-content: flex-start;
   -webkit-box-align: center;
           align-items: center;
   list-style: none inside;
   margin: 0;
   padding: 0;
   position: relative;
   z-index: 1;
   border-bottom: 1px solid #dadbdc;
 }
 .ribbon-menu .tabs-holder li,
 .ribbon-menu .tabs-holder a {
   display: block;
   height: 24px;
   line-height: 24px;
 }
 .ribbon-menu .tabs-holder li {
   color: #1d1d1d;
   background-color: #ffffff;
   border-left: 1px solid transparent;
   border-right: 1px solid transparent;
   border-bottom: 1px solid #dadbdc;
 }
 .ribbon-menu .tabs-holder li:hover {
   border-left-color: #dadbdc;
   border-right-color: #dadbdc;
 }
 .ribbon-menu .tabs-holder li + li {
   margin-left: 3px;
 }
 .ribbon-menu .tabs-holder a {
   text-decoration: none;
   padding: 0 14px;
   font-size: 12px;
   background-color: inherit;
   color: inherit;
 }
 .ribbon-menu .tabs-holder .active {
   background-color: #f5f6f7;
   border: 1px solid #dadbdc;
   border-bottom-color: transparent;
 }
 .ribbon-menu .tabs-holder .static {
   background-color: #1979ca;
   color: #ffffff;
 }
 .ribbon-menu .content-holder {
   display: block;
   position: relative;
 }
 .ribbon-menu .content-holder {
   background-color: #f5f6f7;
   border-left: none;
   border-right: none;
 }
 .ribbon-menu .content-holder .section {
   display: none;
   padding: 4px 4px;
   border-bottom: 1px solid #dadbdc;
   -webkit-box-pack: start;
           justify-content: flex-start;
 }
 .ribbon-menu .content-holder .section.active {
   display: -webkit-box;
   display: flex;
 }
 .ribbon-menu .content-holder .group {
   padding: 0 4px 24px;
   display: -webkit-box;
   display: flex;
   cursor: default;
   background-color: inherit;
   position: relative;
   -webkit-box-align: start;
           align-items: flex-start;
   align-content: flex-start;
 }
 .ribbon-menu .content-holder .group:nth-child(1):last-child {
   flex-basis: 100%;
 }
 .ribbon-menu .content-holder .group .title {
   display: block;
   position: absolute;
   left: 0;
   bottom: 0;
   width: 100%;
   line-height: 24px;
   height: 20px;
   font-size: 11px;
   text-align: center;
   border-top: 1px solid #dadbdc;
   white-space: nowrap;
 }
 .ribbon-menu .content-holder .group .group-divider {
   display: block;
   position: relative;
   height: 100%;
   margin: 0 4px;
   width: 1px;
   background-color: #dadbdc;
 }
 .ribbon-menu .content-holder .group > *:not(.title),
 .ribbon-menu .content-holder .group > *:not(.group-divider) {
   margin: 2px;
 }
 .ribbon-menu .content-holder .group + .group {
   border-left: 1px solid #dadbdc;
 }
 .ribbon-button,
 .ribbon-tool-button,
 .ribbon-button-dropdown,
 .ribbon-icon-button {
   cursor: pointer;
   min-width: 0;
   text-align: center;
   border: 1px solid transparent;
   background-color: #f5f6f7;
   outline: none;
   position: relative;
 }
 .ribbon-button {
   height: auto;
   min-height: 64px;
   width: auto;
   padding: 4px;
   margin: 0;
 }
 .ribbon-button .caption,
 .ribbon-button .icon {
   display: block;
   text-align: center;
 }
 .ribbon-button .caption {
   font-size: 12px;
 }
 .ribbon-button .icon * {
   height: 32px;
   max-width: 32px;
   font-size: 26px;
   line-height: 32px;
 }
 .ribbon-button .icon + .caption {
   margin-top: 8px;
 }
 .ribbon-button.dropdown-toggle {
   padding-right: 4px!important;
 }
 .ribbon-button.dropdown-toggle::before {
   margin-left: -0.65rem;
 }
 .ribbon-icon-button {
   height: 24px;
   width: auto;
   margin: 0;
   display: -webkit-inline-box;
   display: inline-flex;
   -webkit-box-orient: horizontal;
   -webkit-box-direction: normal;
           flex-flow: row nowrap;
   -webkit-box-align: center;
           align-items: center;
   padding: 0 4px;
 }
 .ribbon-icon-button .caption,
 .ribbon-icon-button .icon {
   display: block;
 }
 .ribbon-icon-button .caption {
   font-size: 12px;
 }
 .ribbon-icon-button .icon {
   display: -webkit-box;
   display: flex;
   -webkit-box-pack: center;
           justify-content: center;
   -webkit-box-align: center;
           align-items: center;
 }
 .ribbon-icon-button .icon * {
   width: 16px;
   height: 16px;
   line-height: 16px;
   font-size: 14px;
 }
 .ribbon-icon-button .icon + .caption,
 .ribbon-icon-button .caption + .icon {
   margin-left: 4px;
 }
 .ribbon-icon-button [class*=mif-] {
   vertical-align: inherit;
 }
 .ribbon-tool-button {
   width: 24px;
   height: 24px;
   padding: 0 2px;
   margin: 0;
 }
 .ribbon-tool-button * {
   width: 16px;
   height: 16px;
   line-height: 16px;
   font-size: 14px;
 }
 .ribbon-icon-button.dropdown-toggle,
 .ribbon-tool-button.dropdown-toggle {
   padding-right: 2px!important;
 }
 .ribbon-icon-button.dropdown-toggle::before,
 .ribbon-tool-button.dropdown-toggle::before {
   display: none;
 }
 .ribbon-icon-button.dropdown-toggle::after,
 .ribbon-tool-button.dropdown-toggle::after {
   content: "";
   display: block;
   position: absolute;
   bottom: 0;
   right: 0;
   width: 0;
   height: 0;
   border-style: solid;
   border-width: 0 0 4px 4px;
   border-color: transparent transparent #1d1d1d transparent;
   z-index: 1;
 }
 .ribbon-icon-button.dropdown-toggle {
   padding-right: 4px!important;
 }
 .ribbon-split-button {
   text-align: center;
   border: 1px solid transparent;
   padding: 0;
   margin: 0;
 }
 .ribbon-split-button:not([disabled]):hover,
 .ribbon-split-button:not(.disabled):hover {
   border-color: #a4cef9;
 }
 .ribbon-split-button:not([disabled]):hover .ribbon-split,
 .ribbon-split-button:not(.disabled):hover .ribbon-split {
   border-color: #a4cef9;
 }
 .ribbon-split-button .ribbon-main,
 .ribbon-split-button .ribbon-split {
   display: block;
   text-align: center;
   min-width: 0;
   padding: 2px 4px;
   width: 100%;
   cursor: pointer;
 }
 .ribbon-split-button .ribbon-main:hover,
 .ribbon-split-button .ribbon-split:hover {
   background-color: rgba(164, 206, 249, 0.2);
 }
 .ribbon-split-button .ribbon-main {
   background-color: inherit;
   outline: none;
   position: relative;
   border: none;
 }
 .ribbon-split-button .icon * {
   height: 32px;
   max-width: 32px;
   font-size: 26px;
   line-height: 32px;
 }
 .ribbon-split-button .icon + .caption {
   margin-top: 8px;
 }
 .ribbon-split-button .ribbon-split {
   font-size: 12px;
   border-top: 1px solid transparent;
   padding-bottom: 4px;
 }
 .ribbon-split-button .ribbon-split.dropdown-toggle {
   padding-right: 4px!important;
 }
 .ribbon-split-button .ribbon-split.dropdown-toggle::before {
   display: none;
 }
 .ribbon-split-button .ribbon-split.dropdown-toggle::after {
   content: "";
   display: block;
   position: absolute;
   bottom: 2px;
   left: 50%;
   -webkit-transform: translateX(-50%) rotate(45deg);
           transform: translateX(-50%) rotate(45deg);
   width: 0;
   height: 0;
   border-style: solid;
   border-width: 0 0 4px 4px;
   border-color: transparent transparent #1d1d1d transparent;
   z-index: 1;
 }
 .ribbon-dropdown {
   list-style: none inside;
   margin: 0;
   padding: 0;
   position: relative;
   width: auto;
   float: left;
   display: block;
   position: absolute;
   background-color: #fbfcfd;
   color: #1d1d1d;
   padding: 2px;
   border: 1px solid #dadbdc;
   font-size: 12px;
   -webkit-box-shadow: 2px 2px 2px 0 rgba(227, 228, 229, 0.7);
           box-shadow: 2px 2px 2px 0 rgba(227, 228, 229, 0.7);
   z-index: 1000;
   top: 100%;
   left: 0;
 }
 .ribbon-dropdown li,
 .ribbon-dropdown a {
   display: block;
   position: relative;
   background-color: inherit;
   color: inherit;
   height: 24px;
 }
 .ribbon-dropdown li {
   border: 1px solid transparent;
   padding-left: 24px;
 }
 .ribbon-dropdown li:not([disabled]):hover,
 .ribbon-dropdown li:not(.disabled):hover {
   border-color: #a4cef9;
   background-color: rgba(164, 206, 249, 0.2);
 }
 .ribbon-dropdown a {
   line-height: 24px;
   text-decoration: none;
   padding: 0 8px;
   border-left: 1px solid #dcddde;
   white-space: nowrap;
 }
 .ribbon-dropdown .divider {
   display: block;
   height: 1px;
   width: 100%;
   position: relative;
   background-color: #dcddde;
 }
 .ribbon-dropdown .checked::before,
 .ribbon-dropdown .checked-one::before,
 .ribbon-dropdown .checked::after,
 .ribbon-dropdown .checked-one::after {
   position: absolute;
   display: block;
   content: "";
 }
 .ribbon-dropdown .checked::before,
 .ribbon-dropdown .checked-one::before {
   background-color: transparent;
   border-color: #1d1d1d;
   border-left: 2px solid;
   border-bottom: 2px solid;
   height: 0.325rem;
   width: 0.5rem;
   left: 0.5rem;
   top: 50%;
   -webkit-transform: translateY(-50%) rotate(-45deg);
           transform: translateY(-50%) rotate(-45deg);
   z-index: 2;
 }
 .ribbon-dropdown .checked::after,
 .ribbon-dropdown .checked-one::after {
   width: 23px;
   height: 22px;
   top: 0;
   left: 0;
   z-index: 1;
 }
 .ribbon-dropdown .checked::after {
   border: 1px solid #a4cef9;
   background-color: rgba(164, 206, 249, 0.2);
 }
 .ribbon-dropdown .checked-one::before {
   width: 0.4rem;
   height: 0.4rem;
   border-radius: 50%;
   background-color: #1d1d1d;
 }
 .ribbon-dropdown .ribbon-dropdown {
   top: -4px;
   left: 100%;
 }
 .ribbon-dropdown .dropdown-toggle::before {
   -webkit-transform: rotate(-135deg) !important;
           transform: rotate(-135deg) !important;
 }
 .ribbon-dropdown .dropdown-toggle.active-toggle::before {
   -webkit-transform: rotate(45deg) !important;
           transform: rotate(45deg) !important;
 }
 .ribbon-toggle-group {
   background-color: #f8f8f8;
   display: -webkit-box;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
           flex-flow: column wrap;
   max-height: 80px;
   border: 1px solid #dadbdc;
   width: auto;
 }
 .ribbon-toggle-group .ribbon-icon-button {
   height: 20px;
   margin: 1px;
   background-color: inherit;
 }
 .ribbon-toggle-group .ribbon-icon-button > * {
   height: 18px;
 }
 .ribbon-button:hover:enabled,
 .ribbon-tool-button:hover:enabled,
 .ribbon-icon-button:hover:enabled,
 .ribbon-button:not(.disabled):hover,
 .ribbon-tool-button:not(.disabled):hover,
 .ribbon-icon-button:not(.disabled):hover {
   border-color: #a4cef9;
   background-color: rgba(164, 206, 249, 0.2);
 }
 .ribbon-button:active,
 .ribbon-tool-button:active,
 .ribbon-split:active,
 .ribbon-main:active,
 .ribbon-icon-button:active,
 .ribbon-button.active,
 .ribbon-tool-button.active,
 .ribbon-split.active,
 .ribbon-main.active,
 .ribbon-icon-button.active {
   border-color: #1979ca;
   background-color: rgba(164, 206, 249, 0.8) !important;
 }
 .ribbon-menu .active-container .ribbon-button,
 .ribbon-menu .active-container .ribbon-tool-button,
 .ribbon-menu .active-container .ribbon-icon-button {
   border-color: #1979ca;
   background-color: rgba(164, 206, 249, 0.8) !important;
 }
 @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
   .ribbon-menu .content-holder .section {
     height: 130px;
   }
   .ribbon-toggle-group {
     height: 80px;
   }
 }
 @supports (-ms-ime-align:auto) {
   .ribbon-menu .content-holder .section {
     height: 130px;
   }
 }
 .ripple {
   display: block;
   width: 0;
   height: 0;
   border-radius: 100%;
   background: rgba(255, 255, 255, 0.4);
   -webkit-transform: scale(0);
           transform: scale(0);
   position: absolute;
   opacity: 1;
 }
 .rippleEffect {
   -webkit-animation: rippleDrop 0.5s linear;
           animation: rippleDrop 0.5s linear;
 }
 @-webkit-keyframes rippleDrop {
   100% {
     -webkit-transform: scale(2.5);
             transform: scale(2.5);
     opacity: 0;
   }
 }
 @keyframes rippleDrop {
   100% {
     -webkit-transform: scale(2.5);
             transform: scale(2.5);
     opacity: 0;
   }
 }
 .scrollbar-type-1 ::-webkit-scrollbar {
   width: 6px;
 }
 .scrollbar-type-1 ::-webkit-scrollbar-track {
   background-color: #e8e8e8;
 }
 .scrollbar-type-1 ::-webkit-scrollbar-thumb {
   background-color: rgba(101, 95, 95, 0.71);
 }
 .scrollbar-type-2 ::-webkit-scrollbar {
   width: 6px;
 }
 .scrollbar-type-2 ::-webkit-scrollbar-track {
   border-radius: 6px;
   background-color: #e8e8e8;
 }
 .scrollbar-type-2 ::-webkit-scrollbar-thumb {
   border-radius: 6px;
   background-color: rgba(101, 95, 95, 0.71);
 }
 .scrollbar-type-3 ::-webkit-scrollbar {
   width: 10px;
 }
 .scrollbar-type-3 ::-webkit-scrollbar-track {
   background-color: #e8e8e8;
 }
 .scrollbar-type-3 ::-webkit-scrollbar-thumb {
   background-color: rgba(101, 95, 95, 0.71);
 }
 .scrollbar-type-4 ::-webkit-scrollbar {
   width: 12px;
 }
 .scrollbar-type-4 ::-webkit-scrollbar-track {
   border-radius: 10px;
   background-color: #e8e8e8;
 }
 .scrollbar-type-4 ::-webkit-scrollbar-thumb {
   border-radius: 10px;
   background-color: rgba(101, 95, 95, 0.71);
 }
 [class*=scrollbar-type-] * {
   scrollbar-width: thin;
   scrollbar-color: rgba(101, 95, 95, 0.71) #e8e8e8;
 }
 .sb-black ::-webkit-scrollbar-thumb {
   background-color: #000000 !important;
 }
 .sb-black * {
   scrollbar-color: #000000 #e8e8e8 !important;
 }
 .sb-white ::-webkit-scrollbar-thumb {
   background-color: #ffffff !important;
 }
 .sb-white * {
   scrollbar-color: #ffffff #e8e8e8 !important;
 }
 .sb-dark ::-webkit-scrollbar-thumb {
   background-color: #1d1d1d !important;
 }
 .sb-dark * {
   scrollbar-color: #1d1d1d #e8e8e8 !important;
 }
 .sb-light ::-webkit-scrollbar-thumb {
   background-color: #f8f8f8 !important;
 }
 .sb-light * {
   scrollbar-color: #f8f8f8 #e8e8e8 !important;
 }
 .sb-grayBlue ::-webkit-scrollbar-thumb {
   background-color: #607d8b !important;
 }
 .sb-grayBlue * {
   scrollbar-color: #607d8b #e8e8e8 !important;
 }
 .sb-grayWhite ::-webkit-scrollbar-thumb {
   background-color: #f5f5f5 !important;
 }
 .sb-grayWhite * {
   scrollbar-color: #f5f5f5 #e8e8e8 !important;
 }
 .sb-grayMouse ::-webkit-scrollbar-thumb {
   background-color: #455a64 !important;
 }
 .sb-grayMouse * {
   scrollbar-color: #455a64 #e8e8e8 !important;
 }
 .sb-brandColor1 ::-webkit-scrollbar-thumb {
   background-color: #2ac4f4 !important;
 }
 .sb-brandColor1 * {
   scrollbar-color: #2ac4f4 #e8e8e8 !important;
 }
 .sb-brandColor2 ::-webkit-scrollbar-thumb {
   background-color: #004d6f !important;
 }
 .sb-brandColor2 * {
   scrollbar-color: #004d6f #e8e8e8 !important;
 }
 .sb-lime ::-webkit-scrollbar-thumb {
   background-color: #a4c400 !important;
 }
 .sb-lime * {
   scrollbar-color: #a4c400 #e8e8e8 !important;
 }
 .sb-green ::-webkit-scrollbar-thumb {
   background-color: #60a917 !important;
 }
 .sb-green * {
   scrollbar-color: #60a917 #e8e8e8 !important;
 }
 .sb-emerald ::-webkit-scrollbar-thumb {
   background-color: #008a00 !important;
 }
 .sb-emerald * {
   scrollbar-color: #008a00 #e8e8e8 !important;
 }
 .sb-blue ::-webkit-scrollbar-thumb {
   background-color: #00AFF0 !important;
 }
 .sb-blue * {
   scrollbar-color: #00AFF0 #e8e8e8 !important;
 }
 .sb-teal ::-webkit-scrollbar-thumb {
   background-color: #00aba9 !important;
 }
 .sb-teal * {
   scrollbar-color: #00aba9 #e8e8e8 !important;
 }
 .sb-cyan ::-webkit-scrollbar-thumb {
   background-color: #1ba1e2 !important;
 }
 .sb-cyan * {
   scrollbar-color: #1ba1e2 #e8e8e8 !important;
 }
 .sb-cobalt ::-webkit-scrollbar-thumb {
   background-color: #0050ef !important;
 }
 .sb-cobalt * {
   scrollbar-color: #0050ef #e8e8e8 !important;
 }
 .sb-indigo ::-webkit-scrollbar-thumb {
   background-color: #6a00ff !important;
 }
 .sb-indigo * {
   scrollbar-color: #6a00ff #e8e8e8 !important;
 }
 .sb-violet ::-webkit-scrollbar-thumb {
   background-color: #aa00ff !important;
 }
 .sb-violet * {
   scrollbar-color: #aa00ff #e8e8e8 !important;
 }
 .sb-pink ::-webkit-scrollbar-thumb {
   background-color: #dc4fad !important;
 }
 .sb-pink * {
   scrollbar-color: #dc4fad #e8e8e8 !important;
 }
 .sb-magenta ::-webkit-scrollbar-thumb {
   background-color: #d80073 !important;
 }
 .sb-magenta * {
   scrollbar-color: #d80073 #e8e8e8 !important;
 }
 .sb-crimson ::-webkit-scrollbar-thumb {
   background-color: #a20025 !important;
 }
 .sb-crimson * {
   scrollbar-color: #a20025 #e8e8e8 !important;
 }
 .sb-red ::-webkit-scrollbar-thumb {
   background-color: #CE352C !important;
 }
 .sb-red * {
   scrollbar-color: #CE352C #e8e8e8 !important;
 }
 .sb-orange ::-webkit-scrollbar-thumb {
   background-color: #fa6800 !important;
 }
 .sb-orange * {
   scrollbar-color: #fa6800 #e8e8e8 !important;
 }
 .sb-amber ::-webkit-scrollbar-thumb {
   background-color: #f0a30a !important;
 }
 .sb-amber * {
   scrollbar-color: #f0a30a #e8e8e8 !important;
 }
 .sb-yellow ::-webkit-scrollbar-thumb {
   background-color: #fff000 !important;
 }
 .sb-yellow * {
   scrollbar-color: #fff000 #e8e8e8 !important;
 }
 .sb-brown ::-webkit-scrollbar-thumb {
   background-color: #825a2c !important;
 }
 .sb-brown * {
   scrollbar-color: #825a2c #e8e8e8 !important;
 }
 .sb-olive ::-webkit-scrollbar-thumb {
   background-color: #6d8764 !important;
 }
 .sb-olive * {
   scrollbar-color: #6d8764 #e8e8e8 !important;
 }
 .sb-steel ::-webkit-scrollbar-thumb {
   background-color: #647687 !important;
 }
 .sb-steel * {
   scrollbar-color: #647687 #e8e8e8 !important;
 }
 .sb-mauve ::-webkit-scrollbar-thumb {
   background-color: #76608a !important;
 }
 .sb-mauve * {
   scrollbar-color: #76608a #e8e8e8 !important;
 }
 .sb-taupe ::-webkit-scrollbar-thumb {
   background-color: #87794e !important;
 }
 .sb-taupe * {
   scrollbar-color: #87794e #e8e8e8 !important;
 }
 .sb-gray ::-webkit-scrollbar-thumb {
   background-color: #bebebe !important;
 }
 .sb-gray * {
   scrollbar-color: #bebebe #e8e8e8 !important;
 }
 .sb-lightLime ::-webkit-scrollbar-thumb {
   background-color: #d8ff12 !important;
 }
 .sb-lightLime * {
   scrollbar-color: #d8ff12 #e8e8e8 !important;
 }
 .sb-lightGreen ::-webkit-scrollbar-thumb {
   background-color: #86e22a !important;
 }
 .sb-lightGreen * {
   scrollbar-color: #86e22a #e8e8e8 !important;
 }
 .sb-lightEmerald ::-webkit-scrollbar-thumb {
   background-color: #00d600 !important;
 }
 .sb-lightEmerald * {
   scrollbar-color: #00d600 #e8e8e8 !important;
 }
 .sb-lightBlue ::-webkit-scrollbar-thumb {
   background-color: #3ecbff !important;
 }
 .sb-lightBlue * {
   scrollbar-color: #3ecbff #e8e8e8 !important;
 }
 .sb-lightTeal ::-webkit-scrollbar-thumb {
   background-color: #00f7f5 !important;
 }
 .sb-lightTeal * {
   scrollbar-color: #00f7f5 #e8e8e8 !important;
 }
 .sb-lightCyan ::-webkit-scrollbar-thumb {
   background-color: #5ebdec !important;
 }
 .sb-lightCyan * {
   scrollbar-color: #5ebdec #e8e8e8 !important;
 }
 .sb-lightCobalt ::-webkit-scrollbar-thumb {
   background-color: #3d7eff !important;
 }
 .sb-lightCobalt * {
   scrollbar-color: #3d7eff #e8e8e8 !important;
 }
 .sb-lightIndigo ::-webkit-scrollbar-thumb {
   background-color: #974dff !important;
 }
 .sb-lightIndigo * {
   scrollbar-color: #974dff #e8e8e8 !important;
 }
 .sb-lightViolet ::-webkit-scrollbar-thumb {
   background-color: #c44dff !important;
 }
 .sb-lightViolet * {
   scrollbar-color: #c44dff #e8e8e8 !important;
 }
 .sb-lightPink ::-webkit-scrollbar-thumb {
   background-color: #e98fcb !important;
 }
 .sb-lightPink * {
   scrollbar-color: #e98fcb #e8e8e8 !important;
 }
 .sb-lightMagenta ::-webkit-scrollbar-thumb {
   background-color: #ff2599 !important;
 }
 .sb-lightMagenta * {
   scrollbar-color: #ff2599 #e8e8e8 !important;
 }
 .sb-lightCrimson ::-webkit-scrollbar-thumb {
   background-color: #ef0036 !important;
 }
 .sb-lightCrimson * {
   scrollbar-color: #ef0036 #e8e8e8 !important;
 }
 .sb-lightRed ::-webkit-scrollbar-thumb {
   background-color: #df6e68 !important;
 }
 .sb-lightRed * {
   scrollbar-color: #df6e68 #e8e8e8 !important;
 }
 .sb-lightOrange ::-webkit-scrollbar-thumb {
   background-color: #ff9447 !important;
 }
 .sb-lightOrange * {
   scrollbar-color: #ff9447 #e8e8e8 !important;
 }
 .sb-lightAmber ::-webkit-scrollbar-thumb {
   background-color: #f8bf4f !important;
 }
 .sb-lightAmber * {
   scrollbar-color: #f8bf4f #e8e8e8 !important;
 }
 .sb-lightYellow ::-webkit-scrollbar-thumb {
   background-color: #fff44d !important;
 }
 .sb-lightYellow * {
   scrollbar-color: #fff44d #e8e8e8 !important;
 }
 .sb-lightBrown ::-webkit-scrollbar-thumb {
   background-color: #bb823f !important;
 }
 .sb-lightBrown * {
   scrollbar-color: #bb823f #e8e8e8 !important;
 }
 .sb-lightOlive ::-webkit-scrollbar-thumb {
   background-color: #95ab8d !important;
 }
 .sb-lightOlive * {
   scrollbar-color: #95ab8d #e8e8e8 !important;
 }
 .sb-lightSteel ::-webkit-scrollbar-thumb {
   background-color: #8d9cab !important;
 }
 .sb-lightSteel * {
   scrollbar-color: #8d9cab #e8e8e8 !important;
 }
 .sb-lightMauve ::-webkit-scrollbar-thumb {
   background-color: #9c89ad !important;
 }
 .sb-lightMauve * {
   scrollbar-color: #9c89ad #e8e8e8 !important;
 }
 .sb-lightTaupe ::-webkit-scrollbar-thumb {
   background-color: #aea073 !important;
 }
 .sb-lightTaupe * {
   scrollbar-color: #aea073 #e8e8e8 !important;
 }
 .sb-lightGray ::-webkit-scrollbar-thumb {
   background-color: #e4e4e4 !important;
 }
 .sb-lightGray * {
   scrollbar-color: #e4e4e4 #e8e8e8 !important;
 }
 .sb-lightGrayBlue ::-webkit-scrollbar-thumb {
   background-color: #8aa2ae !important;
 }
 .sb-lightGrayBlue * {
   scrollbar-color: #8aa2ae #e8e8e8 !important;
 }
 .sb-darkLime ::-webkit-scrollbar-thumb {
   background-color: #647800 !important;
 }
 .sb-darkLime * {
   scrollbar-color: #647800 #e8e8e8 !important;
 }
 .sb-darkGreen ::-webkit-scrollbar-thumb {
   background-color: #3a660e !important;
 }
 .sb-darkGreen * {
   scrollbar-color: #3a660e #e8e8e8 !important;
 }
 .sb-darkEmerald ::-webkit-scrollbar-thumb {
   background-color: #003d00 !important;
 }
 .sb-darkEmerald * {
   scrollbar-color: #003d00 #e8e8e8 !important;
 }
 .sb-darkBlue ::-webkit-scrollbar-thumb {
   background-color: #0077a3 !important;
 }
 .sb-darkBlue * {
   scrollbar-color: #0077a3 #e8e8e8 !important;
 }
 .sb-darkTeal ::-webkit-scrollbar-thumb {
   background-color: #005e5d !important;
 }
 .sb-darkTeal * {
   scrollbar-color: #005e5d #e8e8e8 !important;
 }
 .sb-darkCyan ::-webkit-scrollbar-thumb {
   background-color: #13709e !important;
 }
 .sb-darkCyan * {
   scrollbar-color: #13709e #e8e8e8 !important;
 }
 .sb-darkCobalt ::-webkit-scrollbar-thumb {
   background-color: #0036a3 !important;
 }
 .sb-darkCobalt * {
   scrollbar-color: #0036a3 #e8e8e8 !important;
 }
 .sb-darkIndigo ::-webkit-scrollbar-thumb {
   background-color: #4a00b3 !important;
 }
 .sb-darkIndigo * {
   scrollbar-color: #4a00b3 #e8e8e8 !important;
 }
 .sb-darkViolet ::-webkit-scrollbar-thumb {
   background-color: #7700b3 !important;
 }
 .sb-darkViolet * {
   scrollbar-color: #7700b3 #e8e8e8 !important;
 }
 .sb-darkPink ::-webkit-scrollbar-thumb {
   background-color: #ba2588 !important;
 }
 .sb-darkPink * {
   scrollbar-color: #ba2588 #e8e8e8 !important;
 }
 .sb-darkMagenta ::-webkit-scrollbar-thumb {
   background-color: #8c004a !important;
 }
 .sb-darkMagenta * {
   scrollbar-color: #8c004a #e8e8e8 !important;
 }
 .sb-darkCrimson ::-webkit-scrollbar-thumb {
   background-color: #560014 !important;
 }
 .sb-darkCrimson * {
   scrollbar-color: #560014 #e8e8e8 !important;
 }
 .sb-darkRed ::-webkit-scrollbar-thumb {
   background-color: #8f251f !important;
 }
 .sb-darkRed * {
   scrollbar-color: #8f251f #e8e8e8 !important;
 }
 .sb-darkOrange ::-webkit-scrollbar-thumb {
   background-color: #ae4800 !important;
 }
 .sb-darkOrange * {
   scrollbar-color: #ae4800 #e8e8e8 !important;
 }
 .sb-darkAmber ::-webkit-scrollbar-thumb {
   background-color: #a77107 !important;
 }
 .sb-darkAmber * {
   scrollbar-color: #a77107 #e8e8e8 !important;
 }
 .sb-darkYellow ::-webkit-scrollbar-thumb {
   background-color: #b3a800 !important;
 }
 .sb-darkYellow * {
   scrollbar-color: #b3a800 #e8e8e8 !important;
 }
 .sb-darkBrown ::-webkit-scrollbar-thumb {
   background-color: #493219 !important;
 }
 .sb-darkBrown * {
   scrollbar-color: #493219 #e8e8e8 !important;
 }
 .sb-darkOlive ::-webkit-scrollbar-thumb {
   background-color: #4a5b43 !important;
 }
 .sb-darkOlive * {
   scrollbar-color: #4a5b43 #e8e8e8 !important;
 }
 .sb-darkSteel ::-webkit-scrollbar-thumb {
   background-color: #43505b !important;
 }
 .sb-darkSteel * {
   scrollbar-color: #43505b #e8e8e8 !important;
 }
 .sb-darkMauve ::-webkit-scrollbar-thumb {
   background-color: #4f415d !important;
 }
 .sb-darkMauve * {
   scrollbar-color: #4f415d #e8e8e8 !important;
 }
 .sb-darkTaupe ::-webkit-scrollbar-thumb {
   background-color: #574e32 !important;
 }
 .sb-darkTaupe * {
   scrollbar-color: #574e32 #e8e8e8 !important;
 }
 .sb-darkGray ::-webkit-scrollbar-thumb {
   background-color: #989898 !important;
 }
 .sb-darkGray * {
   scrollbar-color: #989898 #e8e8e8 !important;
 }
 .sb-darkGrayBlue ::-webkit-scrollbar-thumb {
   background-color: #41545e !important;
 }
 .sb-darkGrayBlue * {
   scrollbar-color: #41545e #e8e8e8 !important;
 }
 .select {
   display: -webkit-box;
   display: flex;
   -webkit-box-orient: horizontal;
   -webkit-box-direction: normal;
           flex-flow: row nowrap;
   -webkit-box-pack: justify;
           justify-content: space-between;
   width: 100%;
   padding: 0;
   cursor: pointer;
   position: relative;
   margin: 0;
 }
 .select .dropdown-toggle {
   width: 36px;
   height: 36px;
   display: block;
   position: relative;
 }
 .select .dropdown-toggle::before {
   margin-left: -1.1rem;
 }
 .select .option-list {
   margin: 0;
   padding: 0;
   list-style: none inside;
   overflow-y: auto;
   position: relative;
   display: block;
   background-color: #ffffff;
   font-size: 0.875rem;
 }
 .select .option-list li,
 .select .option-list a {
   display: block;
 }
 .select .option-list a {
   min-width: auto;
   height: 32px;
   line-height: 32px;
   overflow: hidden;
   text-overflow: ellipsis;
   padding: 0 2rem 0 2.5rem;
 }
 .select .option-list .icon {
   font-size: 20px;
   width: 20px;
   height: 20px;
   left: 8px;
   position: absolute;
   vertical-align: middle;
   text-align: center;
 }
 .select .option-list li:hover {
   background-color: rgba(29, 29, 29, 0.1);
 }
 .select .option-list li.active {
   background-color: #5ebdec;
   color: #ffffff;
   font-weight: bold;
 }
 .select input[type=checkbox] {
   width: 1px;
   height: 1px;
   position: absolute;
   top: 0;
   left: 0;
   opacity: 0;
 }
 .select select {
   display: none;
 }
 .select .button-group {
   display: -webkit-box;
   display: flex;
   flex-wrap: nowrap;
 }
 .select .button {
   background-color: transparent;
   color: #1d1d1d;
   height: 34px;
   min-width: 34px;
 }
 .select .button:focus,
 .select .button:active {
   -webkit-box-shadow: none!important;
           box-shadow: none!important;
 }
 .select .button:hover {
   background-color: #f8f8f8;
   text-shadow: rgba(0, 0, 0, 0.25) 0.1em 0.1em 0.2em;
 }
 .select .input-clear-button {
   background-color: transparent;
 }
 .select .input-clear-button:hover {
   background-color: transparent;
 }
 .select .select-input {
   display: -webkit-box;
   display: flex;
   -webkit-box-orient: horizontal;
   -webkit-box-direction: normal;
           flex-flow: row wrap;
   -webkit-box-align: center;
           align-items: center;
   cursor: pointer;
   width: calc(100% - .1rem);
   height: 34px;
   padding-left: 10px;
   overflow: hidden;
   white-space: nowrap;
   text-overflow: ellipsis;
 }
 .select .select-input .icon {
   margin: 0 4px;
 }
 .select .select-input:focus {
   -webkit-box-shadow: none;
           box-shadow: none;
 }
 .select select[multiple] ~ .select-input {
   padding-left: 4px;
 }
 .select:hover input {
   border-color: transparent;
 }
 .select .drop-container {
   position: absolute;
   top: 100%;
   left: 0;
   width: calc(100% + 2px);
   height: auto;
   border: 1px solid #dfdfdf;
   padding: 2px;
   margin-left: -1px;
   z-index: 1000;
   background-color: #ffffff;
   -webkit-box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.3);
           box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.3);
 }
 .select .drop-container .input {
   margin: 4px 2px 6px;
   width: calc(100% - 4px);
 }
 .select.drop-full-size .drop-container {
   width: -webkit-max-content;
   width: -moz-max-content;
   width: max-content;
 }
 .select.focused {
   -webkit-box-shadow: 0 0 0 3px rgba(228, 228, 228, 0.45);
           box-shadow: 0 0 0 3px rgba(228, 228, 228, 0.45);
 }
 .select.dropdown-toggle::before {
   margin-left: -1.1rem;
   left: 100%;
   top: 14px;
   margin-top: 0;
   width: 0.4rem;
   height: 0.4rem;
 }
 .select.disabled.dropdown-toggle:before {
   border-color: #ffffff;
 }
 .select .group-title {
   background-color: #f6f7f8;
   font-size: 0.75rem;
   line-height: 0.875rem;
   padding: 0.25rem 0.5rem 0.25rem 1rem;
   border: 0;
   color: #646464;
   font-weight: bold;
 }
 .select .group-title:hover {
   background-color: #f6f7f8;
   cursor: default;
   border: 0;
 }
 .select ul {
   right: 0;
   left: 0;
 }
 .select.multiple {
   flex-wrap: wrap;
   height: auto;
   min-height: 36px;
 }
 .select.multiple .dropdown-toggle {
   position: absolute;
   top: 0;
   right: 0;
 }
 .select.multiple > .button-group {
   position: absolute;
   top: 0;
   right: 34px;
 }
 .select.multiple .select-input {
   height: auto;
   min-height: 36px;
   margin-right: 34px;
 }
 .select.multiple .button-group:not(.d-none) ~ .select-input {
   margin-right: 68px;
 }
 .select .prepend {
   -webkit-box-ordinal-group: 2;
           order: 1;
 }
 .select .append {
   -webkit-box-ordinal-group: 4;
           order: 3;
 }
 .select .select-input {
   -webkit-box-ordinal-group: 3;
           order: 2;
 }
 .select .button-group {
   -webkit-box-ordinal-group: 4;
           order: 3;
 }
 .select .dropdown-toggle {
   -webkit-box-ordinal-group: 5;
           order: 4;
 }
 .select.input-large {
   height: 50px;
 }
 .select.input-large .dropdown-toggle,
 .select.input-large > .button-group .button {
   height: 50px;
   width: 50px;
 }
 .select.input-large .dropdown-toggle::before {
   margin-left: -1.5rem;
 }
 .select.input-large .select-input,
 .select.input-large .prepend,
 .select.input-large .append {
   height: 48px;
   font-size: 1.3rem;
   padding: 2px 10px;
   line-height: 48px;
 }
 .select.input-large.multiple {
   min-height: 50px;
   height: auto;
 }
 .select.input-large.multiple .select-input {
   height: auto;
   min-height: 48px;
 }
 .select.input-large.multiple > .button-group {
   right: 50px;
 }
 .select.input-large.multiple > .button-group:not(.d-none) ~ .select-input {
   margin-right: 100px;
 }
 .select.input-large.dropdown-toggle::before {
   top: 18px;
   width: 0.6rem;
   height: 0.6rem;
   margin-left: -1.3rem;
 }
 .select.input-small {
   height: 28px;
 }
 .select.input-small .dropdown-toggle,
 .select.input-small > .button-group .button {
   height: 28px;
   width: 28px;
 }
 .select.input-small .dropdown-toggle::before {
   margin-left: -1rem;
 }
 .select.input-small .select-input,
 .select.input-small .prepend,
 .select.input-small .append {
   height: 26px;
   font-size: 0.9rem;
   padding: 0 4px;
   line-height: 26px;
 }
 .select.input-small.multiple {
   min-height: 28px;
   height: auto;
 }
 .select.input-small.multiple .select-input {
   height: auto;
   min-height: 26px;
 }
 .select.input-small.multiple > .button-group {
   right: 28px;
 }
 .select.input-small.multiple > .button-group:not(.d-none) ~ .select-input {
   margin-right: 56px;
 }
 .select.input-small.dropdown-toggle::before {
   top: 10px;
   width: 0.325rem;
   height: 0.325rem;
   margin-left: -0.9rem;
 }
 .select.input-small .button-group .button {
   padding: 0;
 }
 .select[dir=rtl],
 .select.rtl {
   -webkit-box-orient: horizontal;
   -webkit-box-direction: reverse;
           flex-direction: row-reverse;
 }
 .select[dir=rtl] .select-input,
 .select.rtl .select-input {
   -webkit-box-ordinal-group: 4;
           order: 3;
 }
 .select[dir=rtl] .prepend,
 .select.rtl .prepend {
   -webkit-box-ordinal-group: 5;
           order: 4;
 }
 .select[dir=rtl] .append,
 .select.rtl .append {
   -webkit-box-ordinal-group: 2;
           order: 1;
 }
 .select[dir=rtl] .button-group,
 .select.rtl .button-group {
   -webkit-box-ordinal-group: 3;
           order: 2;
 }
 .select[dir=rtl].dropdown-toggle,
 .select.rtl.dropdown-toggle {
   padding-right: 0!important;
   padding-left: 0.9rem;
 }
 .select[dir=rtl].dropdown-toggle::before,
 .select.rtl.dropdown-toggle::before {
   margin-left: 0.9rem;
   left: 0;
 }
 .select .selected-item__group-name {
   font-size: 0.75rem;
   color: gray;
 }
 .shortcut {
   width: 84px;
   height: 84px;
   padding: 8px;
   display: -webkit-inline-box;
   display: inline-flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
           flex-direction: column;
   font-size: 0.9rem;
   -webkit-transition: all 0.15s ease-in-out;
   transition: all 0.15s ease-in-out;
   background-color: #ebebeb;
   color: #1d1d1d;
   cursor: pointer;
   white-space: nowrap;
   vertical-align: middle;
   -webkit-user-select: none;
           user-select: none;
   border: 1px solid transparent;
   position: relative;
   -webkit-box-align: center;
           align-items: center;
   -webkit-box-pack: justify;
           justify-content: space-between;
   outline: none;
 }
 .shortcut .icon,
 .shortcut .caption {
   display: block;
   line-height: 1;
 }
 .shortcut .icon {
   display: block;
   vertical-align: middle;
   width: 28px;
   height: 28px;
   font-size: 28px;
   margin-top: 16px;
   -webkit-box-ordinal-group: 2;
           order: 1;
 }
 .shortcut .caption {
   color: inherit;
   height: 20px;
   -webkit-box-ordinal-group: 3;
           order: 2;
 }
 .shortcut .icon ~ .caption {
   margin-top: 0.875rem;
 }
 .shortcut .badge {
   position: absolute;
   font-size: 0.6875rem;
   top: 0.25rem;
   right: 0.25rem;
   color: inherit;
   -webkit-transform: none;
           transform: none;
   background-color: inherit;
 }
 .shortcut.no-caption .icon {
   width: 32px;
   height: 32px;
   font-size: 32px;
   margin-top: 24px;
 }
 .shortcut:hover {
   background-color: rgba(29, 29, 29, 0.1);
 }
 .shortcut.focus,
 .shortcut:focus {
   -webkit-box-shadow: 0 0 0 3px rgba(228, 228, 228, 0.45);
           box-shadow: 0 0 0 3px rgba(228, 228, 228, 0.45);
 }
 .shortcut.outline {
   background: transparent none;
   border-width: 1px;
   border-color: #dfdfdf;
 }
 .shortcut:focus,
 .shortcut:hover,
 .shortcut:active {
   text-decoration: none;
 }
 .shortcut:active {
   outline: 0;
   -webkit-box-shadow: 0 0 0 3px rgba(190, 190, 190, 0.45);
           box-shadow: 0 0 0 3px rgba(190, 190, 190, 0.45);
 }
 .shortcut.disabled,
 .shortcut:disabled {
   opacity: 0.65;
 }
 .shortcut:active {
   -webkit-box-shadow: none;
           box-shadow: none;
 }
 .sidebar {
   display: block;
   position: fixed;
   top: 0;
   bottom: 0;
   overflow: hidden;
   width: 290px;
   background-color: #ffffff;
   padding: 0;
   z-index: 1031;
 }
 .sidebar.on-left {
   right: auto!important;
   left: -290px;
   -webkit-transition: left 0.3s ease;
   transition: left 0.3s ease;
 }
 .sidebar.on-left.open,
 .sidebar.on-left.static {
   -webkit-transition: left 0.3s ease;
   transition: left 0.3s ease;
   left: 0;
 }
 .sidebar.on-left.open.sidebar-shadow,
 .sidebar.on-left.static.sidebar-shadow {
   -webkit-box-shadow: 2px 0 0 0 rgba(0, 0, 0, 0.15);
           box-shadow: 2px 0 0 0 rgba(0, 0, 0, 0.15);
 }
 .sidebar.on-right {
   -webkit-transition: right 0.3s ease;
   transition: right 0.3s ease;
   left: auto!important;
   right: -290px;
 }
 .sidebar.on-right.open,
 .sidebar.on-right.static {
   -webkit-transition: right 0.3s ease;
   transition: right 0.3s ease;
   right: 0;
 }
 .sidebar.on-right.open.sidebar-shadow,
 .sidebar.on-right.static.sidebar-shadow {
   -webkit-box-shadow: -2px 0 0 0 rgba(0, 0, 0, 0.15);
           box-shadow: -2px 0 0 0 rgba(0, 0, 0, 0.15);
 }
 .sidebar-header,
 .sidebar-menu,
 .sidebar-content {
   display: block;
   position: relative;
   width: 100%;
 }
 .sidebar-header {
   background: #ffffff top left no-repeat;
   background-size: cover;
   height: 160px;
   border-bottom: 1px #e0e0e0 solid;
 }
 .sidebar-header > .avatar {
   position: absolute;
   height: 64px;
   width: 64px;
   background: #ffffff;
   color: white;
   border-radius: 50%;
   top: 16px;
   left: 16px;
   overflow: hidden;
   text-align: center;
   border: 2px solid #fff;
 }
 .sidebar-header > .avatar img {
   width: 100%;
   max-height: 100%;
 }
 .sidebar-header > .title,
 .sidebar-header > .subtitle {
   display: block;
   position: absolute;
   left: 16px;
 }
 .sidebar-header > .title {
   font-size: 18px;
   font-weight: 100;
   top: 96px;
 }
 .sidebar-header > .subtitle {
   font-size: 12px;
   font-weight: 300;
   top: 116px;
 }
 .sidebar-header > .sub-action {
   position: absolute;
   top: 10px;
   right: 10px;
   text-decoration: none;
 }
 .sidebar-menu {
   color: #1d1d1d;
   height: 100%;
   margin: 0;
   padding: 0;
   list-style: none inside;
   overflow: hidden;
   overflow-y: auto;
 }
 .sidebar-menu.hide-scroll {
   width: calc(100% + 18px);
 }
 .sidebar-menu li {
   color: inherit;
   display: block;
   height: auto;
   position: relative;
   cursor: pointer;
 }
 .sidebar-menu li a {
   position: relative;
   display: block;
   color: inherit;
   text-transform: capitalize;
   height: 48px;
   line-height: 48px;
   padding-left: 56px;
   text-decoration: none;
   white-space: nowrap;
   text-overflow: ellipsis;
 }
 .sidebar-menu li a:hover {
   text-decoration: none;
 }
 .sidebar-menu li a .icon {
   position: absolute;
   left: 16px;
   font-size: 24px;
   top: 50%;
   margin-top: -12px;
   line-height: 1;
   opacity: 0.8;
 }
 .sidebar-menu li a .ripple-ink {
   background: rgba(204, 204, 204, 0.3);
 }
 .sidebar-menu li .second-action {
   position: absolute;
   right: 16px;
   width: 24px;
   height: 24px;
   font-size: 24px;
   top: 50%;
   margin-top: -12px;
 }
 .sidebar-menu li.divider {
   padding: 0;
   height: 1px;
   margin: 0 1px;
   overflow: hidden;
   background-color: #dfdfdf;
 }
 .sidebar-menu li.divider:hover {
   background-color: #dfdfdf;
 }
 .sidebar-menu .group-title {
   line-height: 1;
   height: auto;
   margin: 16px 16px 8px;
   color: #1d1d1d;
   font-weight: 700;
   font-size: 0.9em;
   cursor: default;
 }
 .sidebar-menu li.content-container {
   cursor: initial;
   padding: 0 10px;
 }
 .sidebar-menu li:hover {
   background-color: rgba(29, 29, 29, 0.1);
 }
 .sidebar-menu li.group-title:hover {
   background-color: initial;
 }
 .sidebar-menu li.content-container:hover {
   background-color: initial;
 }
 .sidebar-menu .d-menu,
 .sidebar-menu .v-menu {
   position: relative;
   float: none;
 }
 .sidebar-header ~ .sidebar-menu {
   height: calc(100% - 160px);
 }
 .sidebar.compact .sidebar-menu li,
 .subcompact .sidebar-menu li {
   height: auto;
 }
 .sidebar.compact .sidebar-menu li a,
 .subcompact .sidebar-menu li a {
   padding-top: 7px;
   padding-bottom: 7px;
   line-height: 1.2;
   font-size: 14px;
   padding-left: 40px;
 }
 .sidebar.compact .sidebar-menu li a .icon,
 .subcompact .sidebar-menu li a .icon {
   font-size: 14px;
   margin-top: -7px;
 }
 .sidebar.subcompact .sidebar-menu li a {
   padding-top: 3px;
   padding-bottom: 3px;
 }
 .sidenav-counter {
   display: block;
   position: relative;
   list-style: none inside;
   height: 100%;
   width: 52px;
   overflow-x: hidden;
   overflow-y: auto;
   margin: 0;
   padding: 0;
   -webkit-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
   background-color: #f8f8f8;
   -ms-overflow-style: -ms-autohiding-scrollbar;
   overflow: -moz-scrollbars-none;
 }
 .sidenav-counter::-webkit-scrollbar {
   display: none!important;
 }
 .sidenav-counter li,
 .sidenav-counter a {
   display: block;
   position: relative;
   height: 52px;
   line-height: 52px;
   background-color: inherit;
   color: inherit;
   width: 100%;
 }
 .sidenav-counter a {
   padding: 0.625rem 0 0.625rem 0;
   line-height: 0.875rem;
   text-decoration: none;
 }
 .sidenav-counter a:hover {
   text-decoration: none;
 }
 .sidenav-counter .icon {
   width: 28px;
   height: 28px;
   font-size: 26px;
   line-height: 28px;
   vertical-align: middle;
   text-align: center;
   position: absolute;
   left: 0.625rem;
   top: 0.635rem;
 }
 .sidenav-counter .title,
 .sidenav-counter .counter {
   display: block;
   margin: 0;
   white-space: nowrap;
 }
 .sidenav-counter .title {
   font-size: 0.6875rem;
   font-weight: bold;
   text-transform: uppercase;
   display: none;
 }
 .sidenav-counter .counter {
   font-size: 0.7rem;
   font-weight: normal;
   position: absolute;
   top: 0;
   right: 4px;
 }
 .sidenav-counter li:hover {
   background-color: rgba(29, 29, 29, 0.1);
 }
 .sidenav-counter li:active {
   background-color: #13709e;
   color: #ffffff;
 }
 .sidenav-counter .active,
 .sidenav-counter li.active:hover {
   background-color: #1ba1e2;
   color: #ffffff;
 }
 .sidenav-counter[dir=rtl] .counter {
   right: auto;
   left: 4px;
 }
 .sidenav-counter[dir=rtl] .icon {
   left: 0.725rem;
 }
 @media screen and (min-width: 0) {
   .sidenav-counter-expand-fs {
     width: 220px;
   }
   .sidenav-counter-expand-fs a {
     padding: 0.625rem 1rem 0.625rem 3.75rem;
   }
   .sidenav-counter-expand-fs .title {
     display: block;
   }
   .sidenav-counter-expand-fs .counter {
     position: relative;
     top: auto;
     right: auto;
   }
   .sidenav-counter-expand-fs[dir=rtl] a {
     padding: 0.625rem 3.75rem 0.625rem 1rem;
   }
   .sidenav-counter-expand-fs[dir=rtl] .icon {
     left: auto;
     right: 0.625rem;
   }
 }
 @media screen and (min-width: 576px) {
   .sidenav-counter-expand-sm {
     width: 220px;
   }
   .sidenav-counter-expand-sm a {
     padding: 0.625rem 1rem 0.625rem 3.75rem;
   }
   .sidenav-counter-expand-sm .title {
     display: block;
   }
   .sidenav-counter-expand-sm .counter {
     position: relative;
     top: auto;
     right: auto;
   }
   .sidenav-counter-expand-sm[dir=rtl] a {
     padding: 0.625rem 3.75rem 0.625rem 1rem;
   }
   .sidenav-counter-expand-sm[dir=rtl] .icon {
     left: auto;
     right: 0.625rem;
   }
 }
 @media screen and (min-width: 768px) {
   .sidenav-counter-expand-md {
     width: 220px;
   }
   .sidenav-counter-expand-md a {
     padding: 0.625rem 1rem 0.625rem 3.75rem;
   }
   .sidenav-counter-expand-md .title {
     display: block;
   }
   .sidenav-counter-expand-md .counter {
     position: relative;
     top: auto;
     right: auto;
   }
   .sidenav-counter-expand-md[dir=rtl] a {
     padding: 0.625rem 3.75rem 0.625rem 1rem;
   }
   .sidenav-counter-expand-md[dir=rtl] .icon {
     left: auto;
     right: 0.625rem;
   }
 }
 @media screen and (min-width: 992px) {
   .sidenav-counter-expand-lg {
     width: 220px;
   }
   .sidenav-counter-expand-lg a {
     padding: 0.625rem 1rem 0.625rem 3.75rem;
   }
   .sidenav-counter-expand-lg .title {
     display: block;
   }
   .sidenav-counter-expand-lg .counter {
     position: relative;
     top: auto;
     right: auto;
   }
   .sidenav-counter-expand-lg[dir=rtl] a {
     padding: 0.625rem 3.75rem 0.625rem 1rem;
   }
   .sidenav-counter-expand-lg[dir=rtl] .icon {
     left: auto;
     right: 0.625rem;
   }
 }
 @media screen and (min-width: 1200px) {
   .sidenav-counter-expand-xl {
     width: 220px;
   }
   .sidenav-counter-expand-xl a {
     padding: 0.625rem 1rem 0.625rem 3.75rem;
   }
   .sidenav-counter-expand-xl .title {
     display: block;
   }
   .sidenav-counter-expand-xl .counter {
     position: relative;
     top: auto;
     right: auto;
   }
   .sidenav-counter-expand-xl[dir=rtl] a {
     padding: 0.625rem 3.75rem 0.625rem 1rem;
   }
   .sidenav-counter-expand-xl[dir=rtl] .icon {
     left: auto;
     right: 0.625rem;
   }
 }
 @media screen and (min-width: 1452px) {
   .sidenav-counter-expand-xxl {
     width: 220px;
   }
   .sidenav-counter-expand-xxl a {
     padding: 0.625rem 1rem 0.625rem 3.75rem;
   }
   .sidenav-counter-expand-xxl .title {
     display: block;
   }
   .sidenav-counter-expand-xxl .counter {
     position: relative;
     top: auto;
     right: auto;
   }
   .sidenav-counter-expand-xxl[dir=rtl] a {
     padding: 0.625rem 3.75rem 0.625rem 1rem;
   }
   .sidenav-counter-expand-xxl[dir=rtl] .icon {
     left: auto;
     right: 0.625rem;
   }
 }
 .sidenav-m3 {
   display: block;
   position: relative;
   list-style: none inside;
   height: 100%;
   width: 220px;
   margin: 0;
   padding: 0;
   -webkit-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
   background-color: #f8f8f8;
   -ms-overflow-style: -ms-autohiding-scrollbar;
   overflow: -moz-scrollbars-none;
 }
 .sidenav-m3::-webkit-scrollbar {
   display: none!important;
 }
 .sidenav-m3 li,
 .sidenav-m3 a {
   position: relative;
   display: block;
   color: inherit;
 }
 .sidenav-m3 > li {
   background: transparent;
 }
 .sidenav-m3 > li.stick-left::before,
 .sidenav-m3 > li.stick-right::before {
   content: "";
   display: block;
   position: absolute;
   width: 6px;
   height: 44px;
   border-radius: 0.25rem 0 0 0.25rem;
   background-color: inherit;
   top: 0;
   left: 0;
   -webkit-transform: translateX(-100%);
           transform: translateX(-100%);
 }
 .sidenav-m3 > li.stick-right::before {
   left: 100%;
   border-radius: 0 0.25rem 0.25rem 0;
   -webkit-transform: translateX(0);
           transform: translateX(0);
 }
 .sidenav-m3 a {
   padding: 0.625rem 1rem 0.625rem 3rem;
   text-decoration: none;
   background-color: #f8f8f8;
   overflow: hidden;
   white-space: nowrap;
   text-overflow: ellipsis;
 }
 .sidenav-m3 a:hover {
   text-decoration: none;
 }
 .sidenav-m3 li + li {
   border-top: 1px solid #dfdfdf;
 }
 .sidenav-m3 .icon {
   width: 24px;
   height: 24px;
   font-size: 22px;
   line-height: 24px;
   vertical-align: middle;
   text-align: center;
   position: absolute;
   left: 0.625rem;
   bottom: 12px;
 }
 .sidenav-m3 .title {
   padding: 20px 20px 10px 20px;
   font-size: 24px;
   border: 0;
 }
 .sidenav-m3 .d-menu {
   position: relative;
   -webkit-box-shadow: none;
           box-shadow: none;
   background-color: inherit;
   width: 100%;
   float: none;
 }
 .sidenav-m3 .d-menu a {
   padding: 0 1rem 0 3rem;
   text-decoration: none;
 }
 .sidenav-m3 .d-menu li {
   border-top: 1px solid #dfdfdf;
 }
 .sidenav-m3 .d-menu .icon {
   width: 24px;
   height: 24px;
   font-size: 22px;
   line-height: 24px;
   vertical-align: middle;
   text-align: center;
   position: absolute;
   left: 0.625rem;
   top: 50%;
 }
 .sidenav-m3[dir=rtl] a {
   padding-right: 3rem;
   padding-left: 1rem;
 }
 .sidenav-m3[dir=rtl] .icon {
   left: auto;
   right: 0.625rem;
 }
 .sidenav-m3[dir=rtl] .dropdown-toggle {
   padding-left: 1.5rem !important;
   padding-right: 3rem!important;
 }
 .sidenav-m3[dir=rtl] .dropdown-toggle::before {
   left: 1rem;
   margin-left: 0;
 }
 .sidenav-simple {
   display: block;
   position: relative;
   list-style: none inside;
   height: 100%;
   width: 52px;
   overflow-x: hidden;
   overflow-y: auto;
   margin: 0;
   padding: 0;
   -webkit-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
   background-color: #f8f8f8;
   -ms-overflow-style: -ms-autohiding-scrollbar;
   overflow: -moz-scrollbars-none;
 }
 .sidenav-simple::-webkit-scrollbar {
   display: none!important;
 }
 .sidenav-simple li,
 .sidenav-simple a {
   display: block;
   position: relative;
   height: 52px;
   line-height: 52px;
   background-color: inherit;
   color: inherit;
   width: 100%;
 }
 .sidenav-simple a {
   padding: 0.625rem 0 0.625rem 0;
   line-height: 0.875rem;
   text-decoration: none;
 }
 .sidenav-simple a:hover {
   text-decoration: none;
 }
 .sidenav-simple .icon {
   width: 28px;
   height: 28px;
   font-size: 26px;
   line-height: 28px;
   vertical-align: middle;
   text-align: center;
   position: absolute;
   left: 0.625rem;
   top: 0.635rem;
 }
 .sidenav-simple .title {
   margin: 0;
   white-space: nowrap;
   font-size: 0.875rem;
   text-transform: uppercase;
   display: none;
   line-height: 52px;
 }
 .sidenav-simple li:hover {
   background-color: rgba(29, 29, 29, 0.1);
 }
 .sidenav-simple li:active {
   background-color: #13709e;
   color: #ffffff;
 }
 .sidenav-simple .active,
 .sidenav-simple li.active:hover {
   background-color: #1ba1e2;
   color: #ffffff;
 }
 .sidenav-simple[dir=rtl] .icon {
   left: 0.725rem;
 }
 @media screen and (min-width: 0) {
   .sidenav-simple-expand-fs {
     width: 220px;
   }
   .sidenav-simple-expand-fs a {
     padding: 0 1rem 0 3.75rem;
   }
   .sidenav-simple-expand-fs .title {
     display: block;
   }
   .sidenav-simple-expand-fs[dir=rtl] a {
     padding: 0.625rem 3.75rem 0.625rem 1rem;
   }
   .sidenav-simple-expand-fs[dir=rtl] .icon {
     left: auto;
     right: 0.625rem;
   }
 }
 @media screen and (min-width: 576px) {
   .sidenav-simple-expand-sm {
     width: 220px;
   }
   .sidenav-simple-expand-sm a {
     padding: 0 1rem 0 3.75rem;
   }
   .sidenav-simple-expand-sm .title {
     display: block;
   }
   .sidenav-simple-expand-sm[dir=rtl] a {
     padding: 0.625rem 3.75rem 0.625rem 1rem;
   }
   .sidenav-simple-expand-sm[dir=rtl] .icon {
     left: auto;
     right: 0.625rem;
   }
 }
 @media screen and (min-width: 768px) {
   .sidenav-simple-expand-md {
     width: 220px;
   }
   .sidenav-simple-expand-md a {
     padding: 0 1rem 0 3.75rem;
   }
   .sidenav-simple-expand-md .title {
     display: block;
   }
   .sidenav-simple-expand-md[dir=rtl] a {
     padding: 0.625rem 3.75rem 0.625rem 1rem;
   }
   .sidenav-simple-expand-md[dir=rtl] .icon {
     left: auto;
     right: 0.625rem;
   }
 }
 @media screen and (min-width: 992px) {
   .sidenav-simple-expand-lg {
     width: 220px;
   }
   .sidenav-simple-expand-lg a {
     padding: 0 1rem 0 3.75rem;
   }
   .sidenav-simple-expand-lg .title {
     display: block;
   }
   .sidenav-simple-expand-lg[dir=rtl] a {
     padding: 0.625rem 3.75rem 0.625rem 1rem;
   }
   .sidenav-simple-expand-lg[dir=rtl] .icon {
     left: auto;
     right: 0.625rem;
   }
 }
 @media screen and (min-width: 1200px) {
   .sidenav-simple-expand-xl {
     width: 220px;
   }
   .sidenav-simple-expand-xl a {
     padding: 0 1rem 0 3.75rem;
   }
   .sidenav-simple-expand-xl .title {
     display: block;
   }
   .sidenav-simple-expand-xl[dir=rtl] a {
     padding: 0.625rem 3.75rem 0.625rem 1rem;
   }
   .sidenav-simple-expand-xl[dir=rtl] .icon {
     left: auto;
     right: 0.625rem;
   }
 }
 @media screen and (min-width: 1452px) {
   .sidenav-simple-expand-xxl {
     width: 220px;
   }
   .sidenav-simple-expand-xxl a {
     padding: 0 1rem 0 3.75rem;
   }
   .sidenav-simple-expand-xxl .title {
     display: block;
   }
   .sidenav-simple-expand-xxl[dir=rtl] a {
     padding: 0.625rem 3.75rem 0.625rem 1rem;
   }
   .sidenav-simple-expand-xxl[dir=rtl] .icon {
     left: auto;
     right: 0.625rem;
   }
 }
 .skill-box {
   display: block;
   position: relative;
   -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
           box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
   background-color: #ffffff;
   color: #1d1d1d;
 }
 .skill-box .header {
   display: block;
   position: relative;
   padding: 20px;
 }
 .skill-box .header::after {
   display: block;
   clear: both;
   content: "";
 }
 .skill-box .header::after {
   display: block;
   clear: both;
   content: "";
 }
 .skill-box .header .avatar {
   float: left;
   width: 64px;
   height: auto;
   border-radius: 50%;
   overflow: hidden;
 }
 .skill-box .header .title {
   font-size: 25px;
   line-height: 1.1;
   font-weight: 300;
   margin: 5px 5px 5px 75px;
 }
 .skill-box .header .subtitle {
   font-size: 14px;
   line-height: 1.1;
   font-weight: 500;
   margin: 0 5px 5px 75px;
 }
 .skill-box .skills {
   margin: 0;
   padding: 0;
   list-style: none inside;
 }
 .skill-box .skills li {
   padding: 8px 16px;
   font-size: 14px;
 }
 .skill-box .skills li a {
   text-decoration: none;
   color: inherit;
 }
 .skill-box .skills li + li {
   border-top: 1px solid #dfdfdf;
 }
 .skill-box .skills .badge {
   position: relative;
   display: inline-block;
   right: auto;
   top: 4px;
   -webkit-transform: translateY(0) translateX(0);
           transform: translateY(0) translateX(0);
   float: right;
 }
 .slider {
   display: block;
   position: relative;
   height: 2.125rem;
   background: transparent;
   cursor: default;
   width: 100%;
 }
 .slider input {
   width: 1px;
   height: 1px;
   position: absolute;
   top: 0;
   left: 0;
   opacity: 0;
 }
 .slider .backside,
 .slider .complete,
 .slider .buffer,
 .slider .marker {
   position: absolute;
   left: 0;
   top: 50%;
   -webkit-transform: translateY(-50%);
           transform: translateY(-50%);
 }
 .slider .backside {
   background-color: #bebebe;
   width: 100%;
   z-index: 1;
   height: 0.6rem;
 }
 .slider .buffer {
   z-index: 2;
   height: 0.3rem;
   background-color: #ffffff;
 }
 .slider .complete {
   z-index: 3;
   height: 0.6rem;
   background-color: #60a917;
 }
 .slider .marker {
   width: 1rem;
   height: 1rem;
   background-color: #1d1d1d;
   z-index: 4;
   outline: none;
   border: 1px solid transparent;
   cursor: pointer;
   overflow: visible;
 }
 .slider .marker:focus {
   -webkit-box-shadow: 0 0 0 3px rgba(228, 228, 228, 0.45);
           box-shadow: 0 0 0 3px rgba(228, 228, 228, 0.45);
 }
 .slider .marker:active::after {
   display: block;
   content: "";
   position: absolute;
   width: 3.125rem;
   height: 3.125rem;
   border-radius: 50%;
   background-color: rgba(187, 187, 187, 0.5);
   opacity: 0.3;
   top: 50%;
   left: 50%;
   margin-top: -1.5625rem;
   margin-left: -1.5625rem;
 }
 .slider .hint {
   display: none;
   position: absolute;
   z-index: 5;
   width: auto!important;
   height: auto!important;
   padding: 0.25rem 0.5rem;
   background-color: #989898;
   color: #ffffff;
   white-space: nowrap;
 }
 .slider .hint::before {
   display: block;
   position: absolute;
   content: "";
   width: 6px;
   height: 6px;
   background-color: inherit;
 }
 .slider .hint.top-side {
   top: 0;
   left: 50%;
   -webkit-transform: translateY(-100%) translateX(-50%);
           transform: translateY(-100%) translateX(-50%);
   margin-top: -8px;
 }
 .slider .hint.top-side::before {
   top: 100%;
   left: 50%;
   -webkit-transform: rotate(45deg) translateX(-50%);
           transform: rotate(45deg) translateX(-50%);
   margin-top: -1px;
 }
 .slider .hint.bottom-side {
   left: 50%;
   -webkit-transform: translateX(-50%);
           transform: translateX(-50%);
   top: 100%;
   margin-top: 8px;
 }
 .slider .hint.bottom-side::before {
   top: 0;
   left: 50%;
   -webkit-transform: rotate(45deg) translateX(-50%);
           transform: rotate(45deg) translateX(-50%);
   margin-top: -1px;
 }
 .slider .hint.left-side {
   left: 0;
   top: 50%;
   -webkit-transform: translateY(-50%) translateX(-100%);
           transform: translateY(-50%) translateX(-100%);
   margin-left: -8px;
 }
 .slider .hint.left-side::before {
   top: 50%;
   right: 0;
   -webkit-transform: translateY(-50%) rotate(45deg);
           transform: translateY(-50%) rotate(45deg);
   margin-right: -3px;
 }
 .slider .hint.right-side {
   left: 100%;
   -webkit-transform: translateY(-50%);
           transform: translateY(-50%);
   top: 50%;
   margin-left: 8px;
 }
 .slider .hint.right-side::before {
   top: 50%;
   left: 0;
   -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
           transform: translateX(-50%) translateY(-50%) rotate(45deg);
 }
 .slider .marker.left-knob {
   left: 0;
 }
 .slider .marker.right-knob {
   left: auto;
   right: 0;
 }
 .slider.range .complete {
   width: 100%;
 }
 .slider.thin .backside,
 .slider.thin .complete,
 .slider.thin .buffer {
   height: 6px;
 }
 .slider.ultra-thin .backside,
 .slider.ultra-thin .complete,
 .slider.ultra-thin .buffer {
   height: 4px;
 }
 .slider.cycle-marker .marker {
   border-radius: 50%;
 }
 .slider.vertical-slider {
   width: 2.125rem;
   height: 100px;
 }
 .slider.vertical-slider .backside,
 .slider.vertical-slider .complete,
 .slider.vertical-slider .buffer,
 .slider.vertical-slider .marker {
   top: auto;
   left: 50%;
   -webkit-transform: translateY(0) translateX(-50%);
           transform: translateY(0) translateX(-50%);
 }
 .slider.vertical-slider .backside,
 .slider.vertical-slider .complete,
 .slider.vertical-slider .buffer {
   width: 0.5rem;
   bottom: 0;
 }
 .slider.vertical-slider .backside {
   height: 100%;
 }
 .slider.vertical-slider .buffer {
   width: 0.3rem;
 }
 .slider.vertical-slider .marker {
   top: 100%;
   -webkit-transform: translateY(-100%) translateX(-50%);
           transform: translateY(-100%) translateX(-50%);
 }
 .slider.rounded .backside,
 .slider.rounded .complete,
 .slider.rounded .buffer,
 .slider.rounded .marker {
   border-radius: 0.25rem;
 }
 .slider.disabled .marker {
   display: none;
 }
 .slider-min-max {
   display: block;
   position: relative;
 }
 .slider-min-max::after {
   display: block;
   clear: both;
   content: "";
 }
 .slider-min-max::after {
   display: block;
   clear: both;
   content: "";
 }
 .slider-min-max .slider-text-min,
 .slider-min-max .slider-text-max {
   display: block;
 }
 .slider-min-max .slider-text-min {
   float: left;
 }
 .slider-min-max .slider-text-max {
   float: right;
 }
 .social-box {
   display: block;
   position: relative;
   -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
           box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
   background-color: #ffffff;
   color: #1d1d1d;
 }
 .social-box .header {
   display: block;
   position: relative;
   padding: 20px 20px 40px 20px;
 }
 .social-box .header .avatar {
   position: absolute;
   width: 90px;
   height: auto;
   border-radius: 50%;
   overflow: hidden;
   top: 100%;
   left: 50%;
   margin-top: -45px;
   margin-left: -45px;
   z-index: 2;
   border: 2px solid #ffffff;
 }
 .social-box .header .title {
   font-size: 25px;
   line-height: 1.1;
   font-weight: 300;
   margin-bottom: 5px;
   z-index: 1;
 }
 .social-box .header .subtitle {
   font-size: 14px;
   line-height: 1.1;
   font-weight: 500;
   margin: 0;
   z-index: 1;
 }
 .social-box .skills {
   margin: 0;
   padding: 40px 0 0 0;
   list-style: none inside;
   display: -webkit-box;
   display: flex;
   -webkit-box-orient: horizontal;
   -webkit-box-direction: normal;
           flex-flow: row nowrap;
 }
 .social-box .skills li {
   padding: 8px 16px;
   font-size: 14px;
   text-align: center;
   -webkit-box-flex: 1;
           flex-grow: 1;
   flex-basis: 0;
 }
 .social-box .skills li a {
   text-decoration: none;
   color: inherit;
 }
 .social-box .skills li + li {
   border-left: 1px solid #dfdfdf;
 }
 .spinner {
   display: -webkit-box;
   display: flex;
   -webkit-box-orient: horizontal;
   -webkit-box-direction: normal;
           flex-flow: row nowrap;
   -webkit-box-pack: justify;
           justify-content: space-between;
   -webkit-box-align: center;
           align-items: center;
   width: 100%;
   padding: 0;
   cursor: text;
   position: relative;
   height: 36px;
   line-height: 36px;
 }
 .spinner input {
   border: none!important;
   display: block;
   position: relative;
   width: 100%;
   height: 100%;
   line-height: 36px;
   font-size: 16px;
   padding: 0 4px;
   text-align: center;
 }
 .spinner input:focus {
   -webkit-box-shadow: none!important;
           box-shadow: none!important;
 }
 .spinner .button {
   width: 34px;
   min-width: 34px;
   height: 34px;
   line-height: 34px;
   text-align: center;
   font-weight: bold;
   background-color: #f8f8f8;
   padding: 0;
 }
 .spinner .spinner-button-plus {
   -webkit-box-ordinal-group: 4;
           order: 3;
 }
 .spinner .spinner-button-minus {
   -webkit-box-ordinal-group: 2;
           order: 1;
 }
 .spinner input {
   -webkit-box-ordinal-group: 3;
           order: 2;
 }
 .spinner.buttons-left .spinner-button-plus {
   -webkit-box-ordinal-group: 3;
           order: 2;
 }
 .spinner.buttons-left .spinner-button-minus {
   -webkit-box-ordinal-group: 2;
           order: 1;
 }
 .spinner.buttons-left input {
   -webkit-box-ordinal-group: 4;
           order: 3;
   text-align: right;
 }
 .spinner.buttons-right .spinner-button-plus {
   -webkit-box-ordinal-group: 4;
           order: 3;
 }
 .spinner.buttons-right .spinner-button-minus {
   -webkit-box-ordinal-group: 3;
           order: 2;
 }
 .spinner.buttons-right input {
   -webkit-box-ordinal-group: 2;
           order: 1;
   text-align: left;
 }
 .spinner.input-large {
   height: 50px;
   line-height: 50px;
 }
 .spinner.input-large input {
   font-size: 1.3rem;
 }
 .spinner.input-large .spinner-button {
   height: 48px;
   width: 48px;
   min-width: 48px;
   line-height: 48px;
   font-size: 1.3rem;
 }
 .spinner.input-large .spinner-button [class*=mif-] {
   font-size: 1.3rem;
 }
 .spinner.input-large .default-icon-plus,
 .spinner.input-large .default-icon-minus {
   width: 21px;
   height: 21px;
 }
 .spinner.input-small {
   height: 28px;
   line-height: 28px;
 }
 .spinner.input-small input {
   font-size: 0.9rem;
 }
 .spinner.input-small .spinner-button {
   height: 26px;
   width: 26px;
   min-width: 26px;
   line-height: 26px;
   font-size: 0.9rem;
 }
 .spinner.input-small .spinner-button [class*=mif-] {
   font-size: 0.9rem;
 }
 .spinner.input-small .default-icon-plus,
 .spinner.input-small .default-icon-minus {
   width: 14px;
   height: 14px;
 }
 .split-button {
   display: -webkit-inline-box;
   display: inline-flex;
   -webkit-box-orient: horizontal;
   -webkit-box-direction: normal;
           flex-flow: row nowrap;
   position: relative;
   width: auto;
   height: 36px;
   line-height: 1;
 }
 .split-button > *:nth-child(1) {
   -webkit-box-ordinal-group: 2;
           order: 1;
 }
 .split-button > *:nth-child(2) {
   -webkit-box-ordinal-group: 3;
           order: 2;
   margin-left: 4px;
 }
 .split-button .split {
   padding: 0 0.75rem;
   text-align: center;
   vertical-align: middle ;
   background-color: #e4e4e4;
   border: 1px transparent solid;
   color: #1d1d1d;
   cursor: pointer;
   outline: none;
   font-size: 0.875rem;
   position: relative;
   line-height: 36px;
   height: 36px;
   min-width: 36px;
 }
 .split-button .split.dropdown-toggle::before {
   margin-left: -1.25rem;
 }
 .split-button .split:hover {
   background-color: #cbcbcb;
 }
 .split-button .split:focus,
 .split-button .split:hover {
   text-decoration: none;
 }
 .split-button .split:active {
   outline: 0;
   -webkit-box-shadow: 0 0 0 3px rgba(190, 190, 190, 0.45);
           box-shadow: 0 0 0 3px rgba(190, 190, 190, 0.45);
 }
 .split-button .split.disabled,
 .split-button .split:disabled {
   opacity: 0.65;
 }
 .split-button .split.outline {
   background: transparent none;
   border-width: 1px;
   border-color: #dfdfdf;
 }
 .split-button .split:active {
   -webkit-box-shadow: none;
           box-shadow: none;
 }
 .split-button [data-role*=dropdown],
 .split-button .drop-object {
   left: 0;
   top: 100%;
 }
 .split-button.no-gap .split {
   margin-left: -2px;
 }
 .splitter {
   display: -webkit-box;
   display: flex;
   flex-wrap: nowrap;
   -webkit-box-orient: horizontal;
   -webkit-box-direction: normal;
           flex-direction: row;
   -webkit-box-pack: justify;
           justify-content: space-between;
   position: relative;
 }
 .splitter.vertical {
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
           flex-direction: column;
 }
 .splitter > .gutter {
   flex-shrink: 0;
   -webkit-box-flex: 0;
           flex-grow: 0;
   border: 1px solid #f8f8f8;
   background-color: #f8f8f8;
   cursor: col-resize;
   z-index: 1;
   position: relative;
 }
 .splitter > .gutter.active {
   background-color: #bebebe;
 }
 .splitter > .gutter::before {
   content: "";
   z-index: 1;
   display: block;
   position: absolute;
   left: 0;
   width: 100%;
   top: 50%;
   height: 24px;
   margin-top: -12px;
   background-color: #bebebe;
 }
 .splitter.vertical > .gutter {
   cursor: row-resize;
 }
 .splitter.vertical > .gutter::before {
   height: 100%;
   width: 24px;
   top: 0;
   left: 50%;
   margin-left: -12px;
   margin-top: 0;
 }
 .splitter > .split-block {
   position: relative;
   -webkit-box-flex: 1;
           flex-grow: 1;
   flex-basis: 0;
   overflow: hidden;
 }
 .stepper {
   display: -webkit-box;
   display: flex;
   -webkit-box-orient: horizontal;
   -webkit-box-direction: normal;
           flex-flow: row nowrap;
   -webkit-box-pack: justify;
           justify-content: space-between;
   position: relative;
   margin: 0.5rem 0;
 }
 .stepper::before {
   content: "";
   display: block;
   width: 100%;
   position: absolute;
   height: 1px;
   background-color: #bebebe;
   top: 50%;
   left: 0;
   z-index: 0;
 }
 .stepper.vertical {
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
           flex-flow: column nowrap;
 }
 .stepper .step {
   display: block;
   width: 32px;
   height: 32px;
   line-height: 32px;
   text-align: center;
   z-index: 1;
   background-color: #989898;
   color: #ffffff;
   cursor: pointer;
   position: relative;
 }
 .stepper .step span {
   display: block;
 }
 .stepper .step.complete {
   background-color: #60a917;
   color: #ffffff;
 }
 .stepper .step.current {
   background-color: #1ba1e2;
   color: #ffffff;
 }
 .stepper.cycle .step {
   border-radius: 50%;
 }
 .stepper.diamond .step {
   -webkit-transform: rotate(45deg);
           transform: rotate(45deg);
 }
 .stepper.diamond .step span {
   -webkit-transform: rotate(-45deg);
           transform: rotate(-45deg);
 }
 .streamer {
   position: relative;
   display: block;
   width: 100%;
   overflow: hidden;
   margin-bottom: 1rem;
 }
 .streamer .streams {
   width: 40px;
   overflow: visible;
   display: -webkit-box;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
           flex-flow: column nowrap;
   padding-top: 30px;
   background-color: #ffffff;
   color: #1d1d1d;
   position: absolute;
   margin-top: 2px;
   left: 0;
   top: 0;
   z-index: 500;
 }
 .streamer .streamer-actions {
   position: absolute;
   top: -1px;
   left: 0;
   width: 100%;
   height: 32px;
   display: none;
   -webkit-box-orient: horizontal;
   -webkit-box-direction: normal;
           flex-flow: row nowrap;
   -webkit-box-pack: start;
           justify-content: flex-start;
   background-color: inherit;
   z-index: 101;
 }
 .streamer .streamer-action {
   margin: 1px;
   height: 26px;
   width: 26px;
   border: 0 solid #dfdfdf;
   line-height: 26px;
   text-align: center;
   cursor: pointer;
   background-color: #ffffff;
   color: #1d1d1d;
   outline: none;
   padding: 0;
 }
 .streamer .streamer-action * {
   vertical-align: inherit ;
   font-size: 24px;
   text-align: center;
   width: 24px;
   height: 24px;
 }
 .streamer a.streamer-action {
   color: #1d1d1d;
 }
 .streamer a.streamer-action:hover {
   color: #1d1d1d;
 }
 .streamer .stream {
   position: relative;
   height: 75px;
   width: 40px;
   padding: 4px 8px;
   display: -webkit-box;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
           flex-flow: column nowrap;
   background-color: inherit;
   color: inherit;
   border: 2px solid #ffffff;
   cursor: pointer;
   -webkit-user-select: none;
           user-select: none;
   -webkit-transition: width 0.3s ease;
   transition: width 0.3s ease;
 }
 .streamer .stream-title,
 .streamer .stream-secondary {
   display: none;
   z-index: 2;
 }
 .streamer .stream-title {
   font-size: 14px;
   text-transform: uppercase;
   height: 100%;
   line-height: 1;
 }
 .streamer .stream-secondary {
   height: 16px;
   line-height: 16px;
   font-size: 12px;
 }
 .streamer .stream-icon {
   position: absolute;
   top: 50%;
   left: 50%;
   margin-top: -16px;
   margin-left: -16px;
   width: 32px;
   height: 32px;
   font-size: 24px;
   text-align: center;
 }
 .streamer .events-area {
   width: 100%;
   overflow: hidden;
   display: -webkit-box;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
           flex-flow: column nowrap;
   padding-left: 40px;
   z-index: 1;
   position: relative;
   white-space: nowrap;
   overflow-x: scroll;
   -webkit-overflow-scrolling: auto;
 }
 .streamer .streamer-timeline,
 .streamer .streamer-fake-timeline {
   height: 32px;
   width: auto;
   list-style: none inside;
   margin: 0;
   padding: 0;
   display: -webkit-box;
   display: flex;
   -webkit-box-orient: horizontal;
   -webkit-box-direction: normal;
           flex-flow: row nowrap;
   -webkit-box-ordinal-group: 2;
           order: 1;
 }
 .streamer .streamer-timeline li,
 .streamer .streamer-fake-timeline li {
   flex-shrink: 0;
   -webkit-box-flex: 0;
           flex-grow: 0;
   width: 224px;
   background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAOAAAAATCAYAAACJKwFWAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo2OWY4NzBhNi0zODU3LWFmNDEtYWMzZS03YzlkOTcxZjMxOTIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NEREMzg4NkJBQjkyMTFFN0JDQTVFMzg4RUE0RDc4RkQiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NEREMzg4NkFBQjkyMTFFN0JDQTVFMzg4RUE0RDc4RkQiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6YzEyZGQ1NjktNmM3YS0yZTQ2LTg2MmQtZWY3OGU5MmQ4NWY2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY5Zjg3MGE2LTM4NTctYWY0MS1hYzNlLTdjOWQ5NzFmMzE5MiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pv3rUTMAAAIHSURBVHja7Jq/S0JRHMWfpj37oSA8qikIImioIaghaHDrD2hqaG4R6i8paGksh2iIQGhoCYewocChhkDEoAjsx5IGDZV2Ll6huXvoKZwPHHwuh3O/737f03tvpNVqeUKIcIiYBiwUCoe4LhH8FqAadO/oE0BT0AUh0xxUhyqOPklohpRpFvqEbh194tA8dGX9XJi2fteE8S1CN1DD0WcSSpHmpslUhl4dfcahMeiSMTdj9qKYyWR2/uKA5v39dd1OUNebOAKtQtuEQa5Bd9C5o4+pVRbaImRagd6hU4LXJinTMjQMHZEymfn05eizBE1AOUKmDegAeiY8PE0z7xIyZaP2op/0Rk1AaYKPeQP6pEyD9inqyigx05B9ozLG5ttPV5I2FwPf1suVFGlsnUwBwSdt5zmD/qh+hQsRHmpAIdSAQqgBhRBqQCHUgEKIfyBG9jP7SD4pV5KYibFs3EfMZJbWu+0I0oDH24ZI2nq5krD3j5UpTvDxiZnoDWg2Ot8IPmbjfI+UqQo9EXw+vPZJCgYn0HeXNeCjx9vfKtt6uVIjPqhMpjrBx5ykqXRrA1ZJPg3P/RhTh2OSzwu0T/J66MJfQ2dEL1adisRMOZJPyeMcjdN/QCHCRg0ohBpQCDWgECKkBgxUip4k4rVXLiMqRU8SdBowr1r0JE2vvbTeVCl6kvyPAAMASGlSBhr76A8AAAAASUVORK5CYII=") no-repeat;
   vertical-align: bottom;
   height: 100%;
   line-height: 30px;
   display: -webkit-box;
   display: flex;
   -webkit-box-orient: horizontal;
   -webkit-box-direction: normal;
           flex-flow: row nowrap;
   position: relative;
 }
 .streamer .streamer-timeline li em,
 .streamer .streamer-fake-timeline li em {
   font-size: 10px;
   font-style: normal;
   margin: 4px;
   -webkit-box-flex: 1;
           flex: 1 0 0;
   max-width: 100%;
 }
 .streamer .streamer-fake-timeline {
   position: absolute;
   height: 1px;
   top: 0;
   left: 0;
   width: 100%;
 }
 .streamer .streamer-fake-timeline li {
   width: auto;
   line-height: 1px;
   flex-shrink: 0;
   -webkit-box-flex: 0;
           flex-grow: 0;
   overflow: hidden;
   text-align: center;
   color: #fcfcfc;
 }
 .streamer .streamer-events {
   -webkit-box-ordinal-group: 3;
           order: 2;
   position: relative;
   display: -webkit-box;
   display: flex;
   -webkit-box-orient: horizontal;
   -webkit-box-direction: normal;
           flex-flow: row nowrap;
 }
 .streamer .event-group {
   display: block;
   background-color: #ffffff;
   color: #1d1d1d;
   border: 1px solid transparent;
   flex-shrink: 0;
   margin-top: -1px;
 }
 .streamer .stream-events {
   min-height: 75px;
   height: auto;
   width: auto;
   position: relative;
   display: -webkit-box;
   display: flex;
   -webkit-box-orient: horizontal;
   -webkit-box-direction: normal;
           flex-flow: row nowrap;
 }
 .streamer .stream-events.global-stream {
   min-height: 100%;
 }
 .streamer .stream-events.global-stream .stream-event {
   min-width: 100%;
 }
 .streamer .stream-event {
   width: 222px;
   height: 72px;
   border: 1px solid #f5f5f5;
   margin: 2px 1px;
   background-color: #ffffff;
   color: #1d1d1d;
   overflow: hidden;
   -webkit-user-select: none;
           user-select: none;
   cursor: pointer;
 }
 .streamer .stream-event:hover {
   border-color: #dfdfdf;
 }
 .streamer .stream-event-slide {
   display: -webkit-box;
   display: flex;
   position: relative;
   -webkit-box-orient: horizontal;
   -webkit-box-direction: normal;
           flex-flow: row nowrap;
   height: 100%;
 }
 .streamer .stream-event-slide .slide-logo {
   width: 40px;
   position: relative;
   display: -webkit-box;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
           flex-flow: column nowrap;
   padding: 2px;
 }
 .streamer .stream-event-slide .slide-logo .icon {
   width: 36px;
   height: 36px;
 }
 .streamer .stream-event-slide .slide-logo .time {
   margin-top: 1px;
   padding: 5px 4px 6px;
   font-size: 0.75rem;
 }
 .streamer .stream-event-slide .slide-data {
   margin: 0 4px;
   padding: 4px 0;
   display: -webkit-box;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
           flex-flow: column nowrap;
   width: auto;
   max-width: calc(100% - 48px);
   height: 100%;
 }
 .streamer .stream-event-slide .slide-data .title,
 .streamer .stream-event-slide .slide-data .subtitle,
 .streamer .stream-event-slide .slide-data .desc {
   line-height: 1;
 }
 .streamer .stream-event-slide .slide-data .title {
   font-size: 12px;
   font-weight: bold;
   line-height: 14px;
 }
 .streamer .stream-event-slide .slide-data .subtitle {
   font-size: 10px;
 }
 .streamer .stream-event-slide .slide-data .desc {
   font-size: 11px;
   color: #999999;
   margin-top: auto;
   height: 29px;
 }
 .streamer .stream-event-slide .slide-data * + .subtitle {
   margin-top: 2px;
 }
 .streamer .stream-event-slide .state-icon {
   position: absolute;
   z-index: 99;
   top: 4px;
   right: 8px;
   color: #989898;
 }
 .streamer .stream-event {
   position: relative;
   -webkit-user-select: none;
           user-select: none;
 }
 .streamer .stream-event.selected {
   -webkit-box-shadow: 0 0 0 1px #5ebdec !important;
           box-shadow: 0 0 0 1px #5ebdec !important;
 }
 .streamer .stream-events:not(.global-stream) .stream-event.disabled {
   opacity: 0.2;
 }
 .streamer .size-auto {
   width: auto;
 }
 .streamer .event-group.size-1x {
   width: 224px;
 }
 .streamer .event-group.size-2x {
   width: 448px;
 }
 .streamer .event-group.size-3x {
   width: 672px;
 }
 .streamer .event-group.size-4x {
   width: 896px;
 }
 .streamer .event-group.size-5x {
   width: 1120px;
 }
 .streamer .event-group.size-6x {
   width: 1344px;
 }
 .streamer .event-group.size-7x {
   width: 1568px;
 }
 .streamer .event-group.size-8x {
   width: 1792px;
 }
 .streamer .event-group.size-9x {
   width: 2016px;
 }
 .streamer .event-group.size-10x {
   width: 2240px;
 }
 .streamer .event-group.size-11x {
   width: 2464px;
 }
 .streamer .event-group.size-12x {
   width: 2688px;
 }
 .streamer .event-group.size-13x {
   width: 2912px;
 }
 .streamer .event-group.size-14x {
   width: 3136px;
 }
 .streamer .event-group.size-15x {
   width: 3360px;
 }
 .streamer .event-group.size-16x {
   width: 3584px;
 }
 .streamer .event-group.size-17x {
   width: 3808px;
 }
 .streamer .event-group.size-18x {
   width: 4032px;
 }
 .streamer .event-group.size-19x {
   width: 4256px;
 }
 .streamer .event-group.size-20x {
   width: 4480px;
 }
 .streamer .stream-event.size-1x {
   width: 222px;
 }
 .streamer .stream-event.shift-1x {
   margin-left: 225px;
 }
 .streamer .stream-event.size-2x {
   width: 446px;
 }
 .streamer .stream-event.shift-2x {
   margin-left: 449px;
 }
 .streamer .stream-event.size-3x {
   width: 670px;
 }
 .streamer .stream-event.shift-3x {
   margin-left: 673px;
 }
 .streamer .stream-event.size-4x {
   width: 894px;
 }
 .streamer .stream-event.shift-4x {
   margin-left: 897px;
 }
 .streamer .stream-event.size-5x {
   width: 1118px;
 }
 .streamer .stream-event.shift-5x {
   margin-left: 1121px;
 }
 .streamer .stream-event.size-6x {
   width: 1342px;
 }
 .streamer .stream-event.shift-6x {
   margin-left: 1345px;
 }
 .streamer .stream-event.size-7x {
   width: 1566px;
 }
 .streamer .stream-event.shift-7x {
   margin-left: 1569px;
 }
 .streamer .stream-event.size-8x {
   width: 1790px;
 }
 .streamer .stream-event.shift-8x {
   margin-left: 1793px;
 }
 .streamer .stream-event.size-9x {
   width: 2014px;
 }
 .streamer .stream-event.shift-9x {
   margin-left: 2017px;
 }
 .streamer .stream-event.size-10x {
   width: 2238px;
 }
 .streamer .stream-event.shift-10x {
   margin-left: 2241px;
 }
 .streamer .stream-event.size-11x {
   width: 2462px;
 }
 .streamer .stream-event.shift-11x {
   margin-left: 2465px;
 }
 .streamer .stream-event.size-12x {
   width: 2686px;
 }
 .streamer .stream-event.shift-12x {
   margin-left: 2689px;
 }
 .streamer .stream-event.size-13x {
   width: 2910px;
 }
 .streamer .stream-event.shift-13x {
   margin-left: 2913px;
 }
 .streamer .stream-event.size-14x {
   width: 3134px;
 }
 .streamer .stream-event.shift-14x {
   margin-left: 3137px;
 }
 .streamer .stream-event.size-15x {
   width: 3358px;
 }
 .streamer .stream-event.shift-15x {
   margin-left: 3361px;
 }
 .streamer .stream-event.size-16x {
   width: 3582px;
 }
 .streamer .stream-event.shift-16x {
   margin-left: 3585px;
 }
 .streamer .stream-event.size-17x {
   width: 3806px;
 }
 .streamer .stream-event.shift-17x {
   margin-left: 3809px;
 }
 .streamer .stream-event.size-18x {
   width: 4030px;
 }
 .streamer .stream-event.shift-18x {
   margin-left: 4033px;
 }
 .streamer .stream-event.size-19x {
   width: 4254px;
 }
 .streamer .stream-event.shift-19x {
   margin-left: 4257px;
 }
 .streamer .stream-event.size-20x {
   width: 4478px;
 }
 .streamer .stream-event.shift-20x {
   margin-left: 4481px;
 }
 .streamer .stream-event.size-half {
   width: 112px;
 }
 .streamer .stream-event.size-one-third {
   width: 74.66666667px;
 }
 .streamer .stream-event.offset-half {
   margin-left: 112px;
 }
 .streamer .stream-event.offset-one-third {
   margin-left: 74.66666667px;
 }
 html.metro-no-touch-device .streamer .stream:hover {
   -webkit-transition: width 0.3s ease;
   transition: width 0.3s ease;
   width: 200px;
 }
 html.metro-no-touch-device .streamer .stream:hover .stream-title,
 html.metro-no-touch-device .streamer .stream:hover .stream-secondary {
   display: block;
 }
 html.metro-no-touch-device .streamer .stream:hover .stream-icon {
   bottom: 4px;
   right: 4px;
   top: auto;
   left: auto;
 }
 html.metro-touch-device .streamer .stream.focused {
   -webkit-transition: width 0.3s ease;
   transition: width 0.3s ease;
   width: 200px;
 }
 html.metro-touch-device .streamer .stream.focused .stream-title,
 html.metro-touch-device .streamer .stream.focused .stream-secondary {
   display: block;
 }
 html.metro-touch-device .streamer .stream.focused .stream-icon {
   bottom: 4px;
   right: 4px;
   top: auto;
   left: auto;
 }
 @media screen and (min-width: 0) {
   .streamer.streamer-expand-fs .streams,
   .streamer.streamer-expand-fs .stream {
     width: 200px;
   }
   .streamer.streamer-expand-fs .streamer-actions {
     display: -webkit-box;
     display: flex;
     width: 200px;
   }
   .streamer.streamer-expand-fs .stream-title,
   .streamer.streamer-expand-fs .stream-secondary {
     display: block;
   }
   .streamer.streamer-expand-fs .stream-icon {
     bottom: 4px;
     right: 4px;
     top: auto;
     left: auto;
   }
   .streamer.streamer-expand-fs .events-area {
     padding-left: 200px;
   }
 }
 @media screen and (min-width: 576px) {
   .streamer.streamer-expand-sm .streams,
   .streamer.streamer-expand-sm .stream {
     width: 200px;
   }
   .streamer.streamer-expand-sm .streamer-actions {
     display: -webkit-box;
     display: flex;
     width: 200px;
   }
   .streamer.streamer-expand-sm .stream-title,
   .streamer.streamer-expand-sm .stream-secondary {
     display: block;
   }
   .streamer.streamer-expand-sm .stream-icon {
     bottom: 4px;
     right: 4px;
     top: auto;
     left: auto;
   }
   .streamer.streamer-expand-sm .events-area {
     padding-left: 200px;
   }
 }
 @media screen and (min-width: 768px) {
   .streamer.streamer-expand-md .streams,
   .streamer.streamer-expand-md .stream {
     width: 200px;
   }
   .streamer.streamer-expand-md .streamer-actions {
     display: -webkit-box;
     display: flex;
     width: 200px;
   }
   .streamer.streamer-expand-md .stream-title,
   .streamer.streamer-expand-md .stream-secondary {
     display: block;
   }
   .streamer.streamer-expand-md .stream-icon {
     bottom: 4px;
     right: 4px;
     top: auto;
     left: auto;
   }
   .streamer.streamer-expand-md .events-area {
     padding-left: 200px;
   }
 }
 @media screen and (min-width: 992px) {
   .streamer.streamer-expand-lg .streams,
   .streamer.streamer-expand-lg .stream {
     width: 200px;
   }
   .streamer.streamer-expand-lg .streamer-actions {
     display: -webkit-box;
     display: flex;
     width: 200px;
   }
   .streamer.streamer-expand-lg .stream-title,
   .streamer.streamer-expand-lg .stream-secondary {
     display: block;
   }
   .streamer.streamer-expand-lg .stream-icon {
     bottom: 4px;
     right: 4px;
     top: auto;
     left: auto;
   }
   .streamer.streamer-expand-lg .events-area {
     padding-left: 200px;
   }
 }
 @media screen and (min-width: 1200px) {
   .streamer.streamer-expand-xl .streams,
   .streamer.streamer-expand-xl .stream {
     width: 200px;
   }
   .streamer.streamer-expand-xl .streamer-actions {
     display: -webkit-box;
     display: flex;
     width: 200px;
   }
   .streamer.streamer-expand-xl .stream-title,
   .streamer.streamer-expand-xl .stream-secondary {
     display: block;
   }
   .streamer.streamer-expand-xl .stream-icon {
     bottom: 4px;
     right: 4px;
     top: auto;
     left: auto;
   }
   .streamer.streamer-expand-xl .events-area {
     padding-left: 200px;
   }
 }
 @media screen and (min-width: 1452px) {
   .streamer.streamer-expand-xxl .streams,
   .streamer.streamer-expand-xxl .stream {
     width: 200px;
   }
   .streamer.streamer-expand-xxl .streamer-actions {
     display: -webkit-box;
     display: flex;
     width: 200px;
   }
   .streamer.streamer-expand-xxl .stream-title,
   .streamer.streamer-expand-xxl .stream-secondary {
     display: block;
   }
   .streamer.streamer-expand-xxl .stream-icon {
     bottom: 4px;
     right: 4px;
     top: auto;
     left: auto;
   }
   .streamer.streamer-expand-xxl .events-area {
     padding-left: 200px;
   }
 }
 .switch {
   display: -webkit-inline-box;
   display: inline-flex;
   -webkit-box-orient: horizontal;
   -webkit-box-direction: normal;
           flex-flow: row nowrap;
   -webkit-box-pack: start;
           justify-content: flex-start;
   -webkit-box-align: center;
           align-items: center;
   position: relative;
   margin: 0;
   -webkit-user-select: none;
           user-select: none;
   cursor: pointer;
   height: 36px;
 }
 .switch input {
   width: 1px;
   height: 1px;
   position: absolute;
   top: 0;
   left: 0;
   opacity: 0;
 }
 .switch .check,
 .switch .caption {
   display: block;
   line-height: 38px;
   font-size: 14px;
   margin: 0 4px;
   position: relative;
 }
 .switch .check {
   position: relative;
   height: 20px;
   width: 48px;
   border: 2px #1d1d1d solid;
   cursor: pointer;
   background: transparent;
   z-index: 1;
   display: inline-block;
   vertical-align: middle;
   border-radius: 0.5625rem;
   flex-shrink: 0;
 }
 .switch .check::after {
   position: absolute;
   left: 3px;
   display: block;
   content: "";
   height: 0.75rem;
   width: 0.75rem;
   top: 50%;
   -webkit-transform: translateY(-50%);
           transform: translateY(-50%);
   border: 2px #333 solid;
   cursor: pointer;
   background: #333;
   z-index: 2;
   border-radius: 50%;
 }
 .switch input[type="checkbox"]:checked ~ .check {
   background: #1d1d1d;
   border-color: #1d1d1d;
   color: #1d1d1d;
 }
 .switch input[type="checkbox"]:checked ~ .check::after {
   background-color: #ffffff;
   border-color: #ffffff;
   left: auto;
   -webkit-transform: translateX(30px) translateY(-50%);
           transform: translateX(30px) translateY(-50%);
 }
 .switch input[type="checkbox"]:disabled ~ .check {
   background-color: #e9e9e9;
   border-color: #e9e9e9;
 }
 .switch input[type="checkbox"]:disabled ~ .check::after {
   background-color: #d0d0d0;
   border-color: #d0d0d0;
 }
 .switch .check {
   -webkit-box-ordinal-group: 2;
           order: 1;
 }
 .switch .caption {
   -webkit-box-ordinal-group: 3;
           order: 2;
 }
 .switch.caption-left {
   -webkit-box-orient: horizontal;
   -webkit-box-direction: reverse;
           flex-flow: row-reverse nowrap;
 }
 .switch.required,
 .switch.invalid,
 .switch.valid {
   border: none!important;
 }
 .switch.invalid::after {
   display: none;
 }
 .switch.transition-on .check {
   -webkit-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
 }
 .switch.transition-on .check::after {
   -webkit-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
 }
 .switch.transition-on input[type="checkbox"]:checked ~ .check::after {
   -webkit-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
 }
 .switch .check::before {
   content: attr(data-off);
   display: block;
   position: absolute;
   color: inherit;
   left: 16px;
   width: 26px;
   top: -2px;
   line-height: 20px;
   font-size: 10px;
   text-transform: uppercase;
   text-align: center;
 }
 .switch input[type="checkbox"]:checked ~ .check::before {
   content: attr(data-on);
   color: #ffffff;
   left: 1px;
 }
 .switch input[type="checkbox"]:disabled ~ .check::before {
   display: none;
 }
 .switch-material {
   display: -webkit-inline-box;
   display: inline-flex;
   -webkit-box-orient: horizontal;
   -webkit-box-direction: normal;
           flex-flow: row nowrap;
   -webkit-box-pack: start;
           justify-content: flex-start;
   -webkit-box-align: center;
           align-items: center;
   position: relative;
   -webkit-user-select: none;
           user-select: none;
   cursor: pointer;
   height: 36px;
   margin: 0;
 }
 .switch-material input {
   width: 1px;
   height: 1px;
   position: absolute;
   top: 0;
   left: 0;
   opacity: 0;
 }
 .switch-material .check,
 .switch-material .caption {
   display: inline-block;
   vertical-align: middle;
   line-height: 18px;
   font-size: 14px;
   margin: 0 4px;
 }
 .switch-material .check {
   width: 48px;
   height: 16px;
   background-color: #929292;
   border-radius: 8px;
   overflow: visible;
   position: relative;
   margin: 0 4px;
 }
 .switch-material .check::after {
   position: absolute;
   display: block;
   content: "";
   width: 22px;
   height: 22px;
   z-index: 2;
   margin-top: -3px;
   margin-left: -3px;
   border-radius: 50%;
   background-color: #00aba9;
   -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.26);
           box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.26);
 }
 .switch-material input:checked ~ .check {
   background-color: rgba(0, 150, 136, 0.5);
 }
 .switch-material input:not(:checked) ~ .check::after {
   background-color: #ffffff;
 }
 .switch-material input:checked ~ .check {
   background-color: rgba(0, 150, 136, 0.5);
 }
 .switch-material input:checked ~ .check::after {
   -webkit-transform: translateX(30px);
           transform: translateX(30px);
 }
 .switch-material input:disabled ~ .check {
   background-color: #D5D5D5;
 }
 .switch-material input:disabled ~ .check::after {
   background-color: #BDBDBD;
 }
 .switch-material .check {
   -webkit-box-ordinal-group: 2;
           order: 1;
 }
 .switch-material .caption {
   -webkit-box-ordinal-group: 3;
           order: 2;
 }
 .switch-material.caption-left {
   -webkit-box-orient: horizontal;
   -webkit-box-direction: reverse;
           flex-flow: row-reverse nowrap;
 }
 .switch-material.transition-on {
   -webkit-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
 }
 .switch-material.transition-on input:not(:checked) ~ .check::after {
   -webkit-transition: linear all 0.2s;
   transition: linear all 0.2s;
 }
 .switch-material.transition-on input:checked ~ .check::after {
   -webkit-transition: linear all 0.2s;
   transition: linear all 0.2s;
 }
 .switch-material .check::before {
   content: attr(data-off);
   display: block;
   position: absolute;
   color: inherit;
   left: 19px;
   width: 26px;
   top: -2px;
   line-height: 20px;
   font-size: 10px;
   text-transform: uppercase;
   text-align: center;
 }
 .switch-material input[type="checkbox"]:checked ~ .check::before {
   content: attr(data-on);
   color: #ffffff;
   left: 1px;
 }
 .switch-material input[type="checkbox"]:disabled ~ .check::before {
   display: none;
 }
 .t-menu {
   list-style: none inside;
   margin: 0;
   padding: 0;
   position: relative;
   width: auto;
   float: left;
   background-color: #ffffff;
   color: #1d1d1d;
   border-collapse: separate;
   display: none;
   -webkit-box-shadow: 2px 2px 2px 0 rgba(227, 228, 229, 0.7), -0.5px 0 1px 0 rgba(227, 228, 229, 0.7);
           box-shadow: 2px 2px 2px 0 rgba(227, 228, 229, 0.7), -0.5px 0 1px 0 rgba(227, 228, 229, 0.7);
 }
 .t-menu.open {
   display: block;
 }
 .t-menu > li {
   position: relative;
   background-color: inherit;
   color: inherit;
   display: block;
 }
 .t-menu > li > a {
   display: block;
   padding: 0 1rem;
   border-bottom: 1px #dfdfdf solid;
   position: relative;
   color: inherit;
   background-color: inherit;
   height: 60px;
   width: 60px;
   line-height: 60px;
 }
 .t-menu > li > a .icon {
   width: 1.5rem;
   height: 1.5rem;
   font-size: 1.5rem;
   line-height: 60px;
 }
 .t-menu > li:hover {
   background-color: rgba(29, 29, 29, 0.1);
 }
 .t-menu > li:last-child a {
   border-bottom: 0;
 }
 .t-menu a {
   text-decoration: none!important;
 }
 .t-menu a:hover {
   text-decoration: none!important;
 }
 .t-menu.horizontal > li {
   float: left;
 }
 .t-menu .t-menu {
   position: absolute;
   left: 100%;
   margin-left: 0.3125rem;
   top: 0;
   float: none;
 }
 .t-menu.horizontal .t-menu {
   left: 0 ;
   top: 100% ;
   margin-top: 0.3125rem;
   margin-left: 0 ;
 }
 .t-menu .dropdown-toggle {
   padding-right: 1rem!important;
 }
 .t-menu .dropdown-toggle:after {
   content: "";
   background-color: transparent;
   position: absolute;
   left: auto;
   top: auto;
   bottom: 0;
   right: 0;
   width: 0;
   height: 0;
   border-style: solid;
   border-width: 0 0 8px 8px;
   border-color: transparent transparent rgba(29, 29, 29, 0.5) transparent;
   -webkit-transform: rotate(0);
           transform: rotate(0);
 }
 .t-menu .dropdown-toggle:before {
   display: none;
 }
 .t-menu.horizontal > li > a {
   border-right: 1px #dfdfdf solid;
   border-bottom: 0;
 }
 .t-menu.horizontal > li:last-child > a {
   border-right: 0;
 }
 .t-menu.horizontal .t-menu:not(.horizontal) {
   left: 0;
   top: 100% ;
   margin-top: 0.3125rem;
   margin-left: 0 ;
 }
 .t-menu.horizontal .t-menu:not(.horizontal) .t-menu.horizontal {
   left: 100% ;
   margin-left: 0.3125rem;
   top: -0.3rem;
   float: left;
 }
 .t-menu.compact li a {
   padding: 0 0.7rem;
   width: 40px;
   height: 40px;
   line-height: 40px;
 }
 .t-menu.compact li a .icon {
   width: 1rem;
   height: 1rem;
   font-size: 1rem;
   line-height: 40px;
 }
 .t-menu.compact .dropdown-toggle {
   padding-right: 0.7rem !important;
 }
 .t-menu {
   z-index: 1000;
 }
 .table-container {
   display: block;
   position: relative;
 }
 .table {
   display: table;
 }
 .thead {
   display: table-header-group;
 }
 .tfoot {
   display: table-footer-group;
 }
 .tbody {
   display: table-row-group;
 }
 .tr {
   display: table-row;
 }
 .th,
 .td {
   display: table-cell;
 }
 .table {
   width: 100%;
 }
 .table th,
 .table .th,
 .table td,
 .table .td {
   padding: 0.625rem;
 }
 .table.fixed-layout {
   table-layout: fixed;
 }
 .table.fixed-layout th,
 .table.fixed-layout .th,
 .table.fixed-layout td,
 .table.fixed-layout .td {
   white-space: nowrap;
   overflow: hidden;
 }
 .table thead,
 .table tfoot,
 .table .thead,
 .table .tfoot {
   border-bottom: 4px solid #e4e4e4;
 }
 .table thead th,
 .table tfoot th,
 .table .thead th,
 .table .tfoot th,
 .table thead td,
 .table tfoot td,
 .table .thead td,
 .table .tfoot td,
 .table thead .th,
 .table tfoot .th,
 .table .thead .th,
 .table .tfoot .th,
 .table thead .td,
 .table tfoot .td,
 .table .thead .td,
 .table .tfoot .td {
   cursor: default;
   color: #1d1d1d;
   border-color: transparent;
   text-align: left;
   font-weight: bold;
   line-height: 1.2;
 }
 .table tfoot,
 .table .tfoot {
   border-top: 4px solid #e4e4e4;
 }
 .table tbody td,
 .table .tbody td,
 .table tbody .td,
 .table .tbody .td {
   padding: 0.625rem;
   vertical-align: middle;
 }
 .table .sortable-column,
 .table .sorting {
   position: relative;
   cursor: pointer;
   padding-right: 30px;
 }
 .table .sortable-column:after,
 .table .sorting:after {
   position: absolute;
   content: "\21C5";
   width: 1rem;
   height: 1rem;
   left: 100%;
   margin-left: -1.25rem;
   top: 50%;
   margin-top: -0.3rem;
   color: inherit;
   font-size: 0.8em;
   font-weight: 100;
   line-height: 1;
   opacity: 0.7;
 }
 .table .sortable-column.sort-asc,
 .table .sorting.sort-asc,
 .table .sortable-column.sort-desc,
 .table .sorting.sort-desc,
 .table .sortable-column.sorting_asc,
 .table .sorting.sorting_asc,
 .table .sortable-column.sorting_desc,
 .table .sorting.sorting_desc {
   background-color: #ebebeb;
 }
 .table .sortable-column.sort-asc:after,
 .table .sorting.sort-asc:after,
 .table .sortable-column.sort-desc:after,
 .table .sorting.sort-desc:after,
 .table .sortable-column.sorting_asc:after,
 .table .sorting.sorting_asc:after,
 .table .sortable-column.sorting_desc:after,
 .table .sorting.sorting_desc:after {
   color: #1d1d1d;
   opacity: 1;
   font-weight: 700;
   font-size: 1em;
   margin-top: -0.5rem;
 }
 .table .sortable-column.sort-asc:after,
 .table .sorting.sort-asc:after,
 .table .sortable-column.sorting_asc:after,
 .table .sorting.sorting_asc:after {
   content: "\2191";
 }
 .table .sortable-column.sort-desc:after,
 .table .sorting.sort-desc:after,
 .table .sortable-column.sorting_desc:after,
 .table .sorting.sorting_desc:after {
   content: "\2193";
 }
 .table.sortable-markers-on-left .sortable-column,
 .table.sortable-markers-on-left .sorting {
   padding-left: 30px;
   padding-right: 10px;
 }
 .table.sortable-markers-on-left .sortable-column:before,
 .table.sortable-markers-on-left .sorting:before,
 .table.sortable-markers-on-left .sortable-column:after,
 .table.sortable-markers-on-left .sorting:after {
   left: 0;
   margin-left: 0.625rem;
 }
 .table tr.selected td,
 .table .tr.selected td,
 .table tr.selected .td,
 .table .tr.selected .td {
   background-color: rgba(28, 183, 236, 0.1);
 }
 .table td.selected,
 .table .td.selected {
   background-color: rgba(28, 183, 236, 0.3);
 }
 .table.striped tbody tr:nth-child(odd),
 .table.striped .tbody .tr:nth-child(odd) {
   background: #f8f8f8;
 }
 .table.row-hover tbody tr:hover,
 .table.row-hover .tbody tr:hover,
 .table.row-hover tbody .tr:hover,
 .table.row-hover .tbody .tr:hover {
   background-color: rgba(28, 183, 236, 0.1);
 }
 .table.cell-hover tbody td:hover,
 .table.cell-hover .tbody td:hover,
 .table.cell-hover tbody .td:hover,
 .table.cell-hover .tbody .td:hover {
   background-color: rgba(28, 183, 236, 0.3);
 }
 .table.table-border {
   border: 1px #dfdfdf solid;
 }
 .table.cell-border th,
 .table.cell-border td,
 .table.cell-border .th,
 .table.cell-border .td {
   border: 1px #dfdfdf solid;
 }
 .table.cell-border thead tr:first-child th,
 .table.cell-border .thead tr:first-child th,
 .table.cell-border thead .tr:first-child th,
 .table.cell-border .thead .tr:first-child th,
 .table.cell-border thead tr:first-child td,
 .table.cell-border .thead tr:first-child td,
 .table.cell-border thead .tr:first-child td,
 .table.cell-border .thead .tr:first-child td,
 .table.cell-border thead tr:first-child .th,
 .table.cell-border .thead tr:first-child .th,
 .table.cell-border thead .tr:first-child .th,
 .table.cell-border .thead .tr:first-child .th,
 .table.cell-border thead tr:first-child .td,
 .table.cell-border .thead tr:first-child .td,
 .table.cell-border thead .tr:first-child .td,
 .table.cell-border .thead .tr:first-child .td {
   border-top: none;
 }
 .table.cell-border thead tr:first-child th:first-child,
 .table.cell-border .thead tr:first-child th:first-child,
 .table.cell-border thead .tr:first-child th:first-child,
 .table.cell-border .thead .tr:first-child th:first-child,
 .table.cell-border thead tr:first-child td:first-child,
 .table.cell-border .thead tr:first-child td:first-child,
 .table.cell-border thead .tr:first-child td:first-child,
 .table.cell-border .thead .tr:first-child td:first-child,
 .table.cell-border thead tr:first-child .th:first-child,
 .table.cell-border .thead tr:first-child .th:first-child,
 .table.cell-border thead .tr:first-child .th:first-child,
 .table.cell-border .thead .tr:first-child .th:first-child,
 .table.cell-border thead tr:first-child .td:first-child,
 .table.cell-border .thead tr:first-child .td:first-child,
 .table.cell-border thead .tr:first-child .td:first-child,
 .table.cell-border .thead .tr:first-child .td:first-child {
   border-left: none;
 }
 .table.cell-border thead tr:first-child th:last-child,
 .table.cell-border .thead tr:first-child th:last-child,
 .table.cell-border thead .tr:first-child th:last-child,
 .table.cell-border .thead .tr:first-child th:last-child,
 .table.cell-border thead tr:first-child td:last-child,
 .table.cell-border .thead tr:first-child td:last-child,
 .table.cell-border thead .tr:first-child td:last-child,
 .table.cell-border .thead .tr:first-child td:last-child,
 .table.cell-border thead tr:first-child .th:last-child,
 .table.cell-border .thead tr:first-child .th:last-child,
 .table.cell-border thead .tr:first-child .th:last-child,
 .table.cell-border .thead .tr:first-child .th:last-child,
 .table.cell-border thead tr:first-child .td:last-child,
 .table.cell-border .thead tr:first-child .td:last-child,
 .table.cell-border thead .tr:first-child .td:last-child,
 .table.cell-border .thead .tr:first-child .td:last-child {
   border-right: none;
 }
 .table.cell-border tbody tr:first-child td,
 .table.cell-border .tbody tr:first-child td,
 .table.cell-border tbody .tr:first-child td,
 .table.cell-border .tbody .tr:first-child td,
 .table.cell-border tbody tr:first-child .td,
 .table.cell-border .tbody tr:first-child .td,
 .table.cell-border tbody .tr:first-child .td,
 .table.cell-border .tbody .tr:first-child .td {
   border-top: none;
 }
 .table.cell-border tbody tr td:first-child,
 .table.cell-border .tbody tr td:first-child,
 .table.cell-border tbody .tr td:first-child,
 .table.cell-border .tbody .tr td:first-child,
 .table.cell-border tbody tr .td:first-child,
 .table.cell-border .tbody tr .td:first-child,
 .table.cell-border tbody .tr .td:first-child,
 .table.cell-border .tbody .tr .td:first-child {
   border-left: none;
 }
 .table.cell-border tbody tr td:last-child,
 .table.cell-border .tbody tr td:last-child,
 .table.cell-border tbody .tr td:last-child,
 .table.cell-border .tbody .tr td:last-child,
 .table.cell-border tbody tr .td:last-child,
 .table.cell-border .tbody tr .td:last-child,
 .table.cell-border tbody .tr .td:last-child,
 .table.cell-border .tbody .tr .td:last-child {
   border-right: none;
 }
 .table.cell-border tbody tr:last-child td,
 .table.cell-border .tbody tr:last-child td,
 .table.cell-border tbody .tr:last-child td,
 .table.cell-border .tbody .tr:last-child td,
 .table.cell-border tbody tr:last-child .td,
 .table.cell-border .tbody tr:last-child .td,
 .table.cell-border tbody .tr:last-child .td,
 .table.cell-border .tbody .tr:last-child .td {
   border-bottom: none;
 }
 .table.row-border tr + tr,
 .table.row-border .tr + .tr {
   border-top: 1px #dfdfdf solid;
 }
 .table.subcompact th,
 .table.subcompact td,
 .table.subcompact .th,
 .table.subcompact .td {
   padding: 3px 8px;
   font-size: 80%;
 }
 .table.compact th,
 .table.compact td,
 .table.compact .th,
 .table.compact .td {
   padding: 7px 8px;
   font-size: 80%;
 }
 .table .check-cell,
 .table .rownum-cell {
   width: 36px;
   text-align: center;
 }
 .table thead td.hidden,
 .table tbody td.hidden,
 .table .thead td.hidden,
 .table .tbody td.hidden,
 .table thead th.hidden,
 .table tbody th.hidden,
 .table .thead th.hidden,
 .table .tbody th.hidden,
 .table thead .th.hidden,
 .table tbody .th.hidden,
 .table .thead .th.hidden,
 .table .tbody .th.hidden,
 .table thead .td.hidden,
 .table tbody .td.hidden,
 .table .thead .td.hidden,
 .table .tbody .td.hidden {
   display: none!important;
 }
 .table .data-wrapper {
   white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis;
 }
 .table .checkbox,
 .table .radio,
 .table .switch {
   height: initial;
 }
 .table-component {
   display: block;
   position: relative;
 }
 .table-bottom {
   margin-left: 0;
   margin-right: 0;
 }
 .table-info,
 .table-pagination,
 .table-skip {
   flex-basis: auto;
 }
 .table-progress {
   width: 64px;
   height: 64px;
   position: absolute;
   top: 200px;
   left: 50%;
   -webkit-transform: translateX(-50%);
           transform: translateX(-50%);
   display: none;
   z-index: 2;
 }
 .table-progress [class*=activity-] {
   margin: 0 auto;
 }
 .table-inspector {
   display: none;
   position: absolute;
   top: 0;
   left: 0;
   background-color: #ffffff;
   color: #1d1d1d;
   z-index: 500;
   border: 1px double #dfdfdf;
   width: auto;
   padding: 10px;
   max-height: calc(100vh - 40px);
   -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
           box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
 }
 .table-inspector .table-inspector-header {
   display: block;
   position: relative;
   white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis;
   padding: 0 0.5rem 0.5rem;
   border-bottom: 1px solid #dfdfdf;
   font-size: 24px;
   font-weight: 100;
   margin-bottom: 0.5rem;
 }
 .table-inspector .table-wrap {
   display: block;
   height: calc(100% - 110px);
   overflow-x: hidden;
   overflow-y: auto;
 }
 .table-inspector .table-inspector-actions {
   display: block;
   position: relative;
   border-top: 1px solid #dfdfdf;
   padding: 0.5rem 0.5rem 0;
   margin-top: 0.5rem;
 }
 .table-inspector table,
 .table-inspector .table {
   margin-bottom: 0;
 }
 .table-inspector table td,
 .table-inspector .table td,
 .table-inspector table .td,
 .table-inspector .table .td {
   vertical-align: middle;
 }
 .table-inspector table tr.flash,
 .table-inspector .table tr.flash,
 .table-inspector table .tr.flash,
 .table-inspector .table .tr.flash {
   -webkit-animation: flash-bg 1s ease-out;
           animation: flash-bg 1s ease-out;
   -webkit-animation-iteration-count: 1;
           animation-iteration-count: 1;
 }
 .table-inspector .spinner {
   width: 120px;
 }
 .table-inspector .spinner input {
   font-size: 14px;
 }
 .table-inspector.open {
   display: block;
 }
 .table-form {
   display: block;
   position: absolute;
   z-index: 500;
   height: auto;
   max-height: calc(100vh - 40px);
   width: auto;
   max-width: calc(100vw - 40px);
   top: 50%;
   left: 50%;
   -webkit-transform: translate3d(-50%, -50%, 0);
           transform: translate3d(-50%, -50%, 0);
   border: 1px solid #dfdfdf;
   -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
           box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
 }
 @-webkit-keyframes flash-bg {
   0% {
     background-color: #ffffff;
   }
   30% {
     background-color: #bebebe;
   }
   100% {
     background-color: #ffffff;
   }
 }
 @keyframes flash-bg {
   0% {
     background-color: #ffffff;
   }
   30% {
     background-color: #bebebe;
   }
   100% {
     background-color: #ffffff;
   }
 }
 @media screen and (min-width: 0) {
   .table.normal-fs th,
   .table.normal-fs td,
   .table.normal-fs .th,
   .table.normal-fs .td {
     padding: 0.625rem;
     font-size: 1em;
   }
   .table.compact-fs th,
   .table.compact-fs td,
   .table.compact-fs .th,
   .table.compact-fs .td {
     padding: 7px 8px;
     font-size: 80%;
   }
   .table.subcompact-fs th,
   .table.subcompact-fs td,
   .table.subcompact-fs .th,
   .table.subcompact-fs .td {
     padding: 3px 8px;
     font-size: 80%;
   }
 }
 @media screen and (min-width: 576px) {
   .table.normal-sm th,
   .table.normal-sm td,
   .table.normal-sm .th,
   .table.normal-sm .td {
     padding: 0.625rem;
     font-size: 1em;
   }
   .table.compact-sm th,
   .table.compact-sm td,
   .table.compact-sm .th,
   .table.compact-sm .td {
     padding: 7px 8px;
     font-size: 80%;
   }
   .table.subcompact-sm th,
   .table.subcompact-sm td,
   .table.subcompact-sm .th,
   .table.subcompact-sm .td {
     padding: 3px 8px;
     font-size: 80%;
   }
 }
 @media screen and (min-width: 768px) {
   .table.normal-md th,
   .table.normal-md td,
   .table.normal-md .th,
   .table.normal-md .td {
     padding: 0.625rem;
     font-size: 1em;
   }
   .table.compact-md th,
   .table.compact-md td,
   .table.compact-md .th,
   .table.compact-md .td {
     padding: 7px 8px;
     font-size: 80%;
   }
   .table.subcompact-md th,
   .table.subcompact-md td,
   .table.subcompact-md .th,
   .table.subcompact-md .td {
     padding: 3px 8px;
     font-size: 80%;
   }
 }
 @media screen and (min-width: 992px) {
   .table.normal-lg th,
   .table.normal-lg td,
   .table.normal-lg .th,
   .table.normal-lg .td {
     padding: 0.625rem;
     font-size: 1em;
   }
   .table.compact-lg th,
   .table.compact-lg td,
   .table.compact-lg .th,
   .table.compact-lg .td {
     padding: 7px 8px;
     font-size: 80%;
   }
   .table.subcompact-lg th,
   .table.subcompact-lg td,
   .table.subcompact-lg .th,
   .table.subcompact-lg .td {
     padding: 3px 8px;
     font-size: 80%;
   }
 }
 @media screen and (min-width: 1200px) {
   .table.normal-xl th,
   .table.normal-xl td,
   .table.normal-xl .th,
   .table.normal-xl .td {
     padding: 0.625rem;
     font-size: 1em;
   }
   .table.compact-xl th,
   .table.compact-xl td,
   .table.compact-xl .th,
   .table.compact-xl .td {
     padding: 7px 8px;
     font-size: 80%;
   }
   .table.subcompact-xl th,
   .table.subcompact-xl td,
   .table.subcompact-xl .th,
   .table.subcompact-xl .td {
     padding: 3px 8px;
     font-size: 80%;
   }
 }
 @media screen and (min-width: 1452px) {
   .table.normal-xxl th,
   .table.normal-xxl td,
   .table.normal-xxl .th,
   .table.normal-xxl .td {
     padding: 0.625rem;
     font-size: 1em;
   }
   .table.compact-xxl th,
   .table.compact-xxl td,
   .table.compact-xxl .th,
   .table.compact-xxl .td {
     padding: 7px 8px;
     font-size: 80%;
   }
   .table.subcompact-xxl th,
   .table.subcompact-xxl td,
   .table.subcompact-xxl .th,
   .table.subcompact-xxl .td {
     padding: 3px 8px;
     font-size: 80%;
   }
 }
 .table-load-data-activity {
   position: absolute!important;
   top: 0;
   left: 0;
   z-index: 500;
 }
 .table-skip {
   display: -webkit-box;
   display: flex;
   position: relative;
   -webkit-box-orient: horizontal;
   -webkit-box-direction: normal;
           flex-flow: row nowrap;
 }
 .table-skip input {
   width: 220px;
 }
 .table-component .table-top,
 .table-component .table-rows-block,
 .table-component .table-search-block {
   display: -webkit-box;
   display: flex;
   -webkit-box-orient: horizontal;
   -webkit-box-direction: normal;
           flex-flow: row wrap;
   -webkit-box-pack: justify;
           justify-content: space-between;
   width: 100%;
 }
 .table-component .table-search-block {
   flex-basis: 100%;
   flex-shrink: 0;
 }
 .table-component .table-rows-block {
   width: calc(100% - 46px);
 }
 .table-component .table-top > * {
   margin-bottom: 4px;
 }
 @media screen and (min-width: 768px) {
   .table-component .table-top {
     -webkit-box-orient: horizontal;
     -webkit-box-direction: normal;
             flex-flow: row nowrap;
   }
   .table-component .table-top > * + * {
     margin-left: 4px;
   }
   .table-component .table-search-block {
     flex-shrink: 1;
   }
   .table-component .table-rows-block {
     width: 360px;
   }
 }
 .table-component .table-container {
   border: 1px solid #dfdfdf;
   margin: 10px 0;
   overflow: hidden;
 }
 .table-component .table-container.horizontal-scroll {
   overflow-x: auto;
 }
 .table-component .table-container.horizontal-scroll .table {
   width: auto;
   min-width: 100%;
 }
 .tabs-material-wrapper {
   overflow: hidden;
   height: 48px;
   display: block;
   width: 100%;
 }
 .tabs-material {
   margin: 0;
   padding: 0 52px;
   position: relative;
   height: auto;
   display: -webkit-box;
   display: flex;
   -webkit-box-orient: horizontal;
   -webkit-box-direction: normal;
           flex-flow: row nowrap;
   overflow: auto;
   overflow-y: hidden;
   width: 100%;
   z-index: 1030;
   background-color: #ffffff;
   color: #1d1d1d;
   white-space: nowrap;
   list-style: none inside;
   line-height: 1;
 }
 .tabs-material li {
   flex-shrink: 0;
   position: relative;
   display: block;
   height: 48px;
   cursor: pointer;
   opacity: 0.6;
   text-align: center;
   margin: 0;
   overflow: hidden;
   max-width: 360px;
   min-width: 90px;
   background-color: inherit;
   color: inherit;
 }
 .tabs-material li a {
   display: block;
   position: relative;
   padding: 16px 16px;
   background-color: inherit;
   color: inherit;
   text-decoration: none;
   font-weight: 500;
   white-space: nowrap;
   font-size: 14px;
   text-transform: uppercase;
   line-height: 20px;
   width: 100%;
 }
 .tabs-material li a:hover {
   text-decoration: none;
 }
 .tabs-material li .icon {
   width: 24px;
   height: 24px;
   line-height: 24px;
   font-size: 22px;
   display: block;
 }
 .tabs-material::after {
   content: " ";
   min-width: 52px;
 }
 .tabs-material.with-icons li {
   height: 72px;
 }
 .tabs-material li.active,
 .tabs-material li:hover {
   opacity: 1;
   -webkit-transition: 0.3s linear;
   transition: 0.3s linear;
 }
 .tabs-material .tab-marker {
   display: block;
   position: absolute;
   height: 2px;
   bottom: 0;
   left: 0;
   color: transparent;
   opacity: 1;
   z-index: 1;
   background-color: #1d1d1d;
 }
 .tabs-material .tab-badge {
   position: absolute;
   top: 8px;
   right: 8px;
   padding: 4px;
 }
 .tabs-material.deep {
   z-index: 1029;
 }
 .tabs-material.fixed-tabs {
   overflow-x: hidden;
   padding: 0;
 }
 .tabs-material.fixed-tabs li {
   flex-basis: 0;
   -webkit-box-flex: 1;
           flex-grow: 1;
 }
 .tabs-material.fixed-tabs::after {
   content: "";
   min-width: 0;
 }
 .head-bar ~ .fixed-tabs,
 .tabs-material-wrapper.app-bar-present {
   top: 56px;
 }
 .head-bar.more ~ .fixed-tabs,
 .tabs-material-wrapper.app-bar-present-more {
   top: 112px;
 }
 .tabs {
   position: relative;
   border: 1px solid #dfdfdf;
   -webkit-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
   background-color: #ffffff;
   color: #1d1d1d;
 }
 .tabs .hamburger,
 .tabs .expand-title {
   cursor: pointer;
 }
 .tabs .hamburger {
   position: absolute;
   top: 0.25rem;
   right: 0.25rem;
   display: block;
 }
 .tabs .expand-title {
   display: block;
   padding: 0.65rem 1rem 0;
   background-color: inherit;
   color: inherit;
   text-decoration: none;
 }
 .tabs > ul.tabs-list {
   list-style: none inside;
   margin: 0;
   padding: 0;
   display: -webkit-box;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
           flex-direction: column;
   -webkit-box-pack: inherit;
           justify-content: inherit;
   width: 100%;
   position: relative;
   margin-top: 0.5rem;
   margin-bottom: 1px;
   overflow: hidden;
   max-height: 0;
   -webkit-transition: max-height 0.3s ease;
   transition: max-height 0.3s ease;
 }
 .tabs > ul.tabs-list > li,
 .tabs > ul.tabs-list a {
   position: relative;
 }
 .tabs > ul.tabs-list > li {
   display: block;
   background-color: #ffffff;
   color: #1d1d1d;
   margin: 0 0 -1px 0;
 }
 .tabs > ul.tabs-list > li > a {
   padding: 0.5rem 1rem;
   background-color: inherit;
   color: inherit;
   text-decoration: none;
   display: -webkit-box;
   display: flex;
   -webkit-box-align: center;
           align-items: center;
   -webkit-box-pack: center;
           justify-content: center;
 }
 .tabs > ul.tabs-list > li > a:hover {
   text-decoration: none;
 }
 .tabs > ul.tabs-list > li > a > [class*=mif-] {
   margin: 0 4px;
 }
 .tabs > ul.tabs-list > li:hover {
   background-color: #f8f8f8;
 }
 .tabs > ul.tabs-list > li.active {
   background-color: #dfdfdf;
 }
 .tabs > ul.tabs-list .d-menu {
   position: relative;
   width: 100%;
   -webkit-box-shadow: none;
           box-shadow: none;
 }
 .tabs.bottom > ul.tabs-list {
   border: none;
 }
 .tabs.bottom > ul.tabs-list > li {
   margin: -1px 0 0 0;
 }
 .tabs.vertical > ul.tabs-list {
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
           flex-direction: column;
   border: none;
   border-right: 1px solid #dfdfdf;
   width: auto;
   height: 100%;
   -webkit-box-pack: inherit;
           justify-content: inherit;
 }
 .tabs.vertical > ul.tabs-list > li {
   border: none;
   border-right: 1px solid #dfdfdf;
   margin: 0 -1px 0 0;
 }
 .tabs.vertical > ul.tabs-list > li > a {
   text-align: right;
 }
 .tabs.vertical > ul.tabs-list > li.active {
   border: 1px solid #dfdfdf;
   border-right: none;
 }
 .tabs.vertical.right > ul.tabs-list {
   border: none;
   border-left: 1px solid #dfdfdf;
 }
 .tabs.vertical.right > ul.tabs-list > li {
   border: none;
   border-left: 1px solid #dfdfdf;
   margin: 0 0 0 -1px;
 }
 .tabs.vertical.right > ul.tabs-list > li > a {
   text-align: left;
 }
 .tabs.vertical.right > ul.tabs-list > li.active {
   border: 1px solid #dfdfdf;
   border-left: none;
 }
 .tabs.vertical {
   min-width: 3.5rem;
 }
 .tabs.vertical .expand-title {
   display: none!important;
 }
 .tabs-expand {
   border: none;
 }
 .tabs-expand > ul.tabs-list {
   border: 0;
   border-bottom: 1px solid #dfdfdf;
   -webkit-box-orient: horizontal;
   -webkit-box-direction: normal;
           flex-direction: row;
   display: -webkit-box !important;
   display: flex !important;
   margin-top: 0;
   height: auto;
   max-height: none;
   overflow: visible;
 }
 .tabs-expand > ul.tabs-list > li {
   border-bottom: 1px solid #dfdfdf;
 }
 .tabs-expand > ul.tabs-list > li.active {
   border: 1px solid #dfdfdf;
   border-bottom: none;
   background-color: #ffffff;
 }
 .tabs-expand > ul.tabs-list .d-menu {
   position: absolute;
   width: auto;
   -webkit-box-shadow: 2px 2px 2px 0 rgba(227, 228, 229, 0.7), -0.5px 0 1px 0 rgba(227, 228, 229, 0.7);
           box-shadow: 2px 2px 2px 0 rgba(227, 228, 229, 0.7), -0.5px 0 1px 0 rgba(227, 228, 229, 0.7);
 }
 .tabs-expand.bottom > ul.tabs-list {
   border: none;
   border-top: 1px solid #dfdfdf;
 }
 .tabs-expand.bottom > ul.tabs-list > li {
   border: none;
   border-top: 1px solid #dfdfdf;
 }
 .tabs-expand.bottom > ul.tabs-list > li.active {
   border: 1px solid #dfdfdf;
   border-top: none;
 }
 .tabs-expand.vertical {
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
           flex-direction: column;
 }
 .tabs-expand .hamburger,
 .tabs-expand .expand-title {
   display: none;
 }
 .tabs-expand:not(.vertical):not(.bottom) ul.tabs-text,
 .tabs-expand:not(.vertical):not(.bottom) ul.tabs-pills,
 .tabs-expand:not(.vertical):not(.bottom) ul.tabs-group {
   border-bottom: none;
 }
 .tabs-expand:not(.vertical):not(.bottom) ul.tabs-text > li {
   display: -webkit-box;
   display: flex;
   -webkit-box-align: end;
           align-items: flex-end;
   border: none;
 }
 .tabs-expand:not(.vertical):not(.bottom) ul.tabs-text > li:hover {
   background: transparent;
 }
 .tabs-expand:not(.vertical):not(.bottom) ul.tabs-text > li.active {
   font-size: 3rem;
 }
 .tabs-expand:not(.vertical):not(.bottom) ul.tabs-text > li > a {
   height: 100%;
   padding: 0.5rem 0.5rem 0;
   -webkit-box-align: end;
           align-items: flex-end;
 }
 .tabs-expand:not(.vertical):not(.bottom) ul.tabs-text > li:not(.active) a {
   padding-bottom: 10px;
 }
 .tabs-expand:not(.vertical):not(.bottom) ul.tabs-group {
   -webkit-box-pack: justify;
           justify-content: space-between;
 }
 .tabs-expand:not(.vertical):not(.bottom) ul.tabs-group > li {
   border: 1px solid #dfdfdf;
   width: 100%;
 }
 .tabs-expand:not(.vertical):not(.bottom) ul.tabs-group > li.active {
   background: #e4e4e4;
   font-weight: 500;
 }
 .tabs-expand:not(.vertical):not(.bottom) ul.tabs-pills > li {
   border: 1px solid transparent;
   overflow: hidden;
   border-radius: 10px;
 }
 .tabs-expand:not(.vertical):not(.bottom) ul.tabs-pills > li.active {
   font-weight: 500;
   border-color: #dfdfdf;
   background: #e4e4e4;
 }
 .tag-input {
   display: -webkit-box;
   display: flex;
   -webkit-box-orient: horizontal;
   -webkit-box-direction: normal;
           flex-flow: row wrap;
   -webkit-box-pack: start;
           justify-content: flex-start;
   -webkit-box-align: center;
           align-items: center;
   width: 100%;
   padding: 0 2px;
   cursor: text;
   position: relative;
   height: auto;
   min-height: 36px;
 }
 .tag-input .original-input {
   width: 1px;
   height: 1px;
   position: absolute;
   top: 0;
   left: 0;
   opacity: 0;
 }
 .tag-input .input-wrapper {
   width: auto;
   border: none!important;
   height: 26px;
   line-height: 26px;
   font-size: 14px;
   padding: 0 4px;
 }
 .tag-input .input-wrapper:focus {
   -webkit-box-shadow: none!important;
           box-shadow: none!important;
 }
 .tag-input .input-clear-button {
   position: absolute;
   top: 0;
   right: 0;
   z-index: 2;
   background-color: transparent;
   height: 34px;
   min-width: 34px;
 }
 .tag-input .input-clear-button:hover {
   background-color: #f8f8f8;
   text-shadow: rgba(0, 0, 0, 0.25) 0.1em 0.1em 0.2em;
 }
 .tag-input.padding-for-clear {
   padding-right: 48px;
 }
 .tag-input.input-large {
   min-height: 50px;
 }
 .tag-input.input-large input {
   height: 48px;
   font-size: 1.3rem;
   padding: 0 10px;
   line-height: 48px;
   min-width: 5em;
 }
 .tag-input.input-large .button {
   height: 48px;
   min-width: 48px;
   font-size: 1.3rem;
 }
 .tag-input.input-large .button [class*=mif-] {
   font-size: 1.3rem;
 }
 .tag-input.input-large .button [class*=default-icon-] {
   width: 21px;
   height: 21px;
 }
 .tag-input.input-large .button .input-clear-button {
   width: 48px;
   padding: 0;
 }
 .tag-input.input-small {
   min-height: 28px;
 }
 .tag-input.input-small input {
   height: 26px;
   font-size: 0.9rem;
   padding: 0 4px;
   line-height: 26px;
   min-width: 5em;
 }
 .tag-input.input-small .button {
   height: 26px;
   min-width: 26px;
   font-size: 0.9rem;
 }
 .tag-input.input-small .button [class*=mif-] {
   font-size: 0.9rem;
 }
 .tag-input.input-small .button [class*=default-icon-] {
   width: 14px;
   height: 14px;
 }
 .tag-input.input-small .input-clear-button {
   width: 26px;
   padding: 0;
 }
 .tag-input.static-mode {
   border: none!important;
   cursor: default;
 }
 .tag-input.static-mode .button,
 .tag-input.static-mode input {
   display: none!important;
 }
 .tag-input .autocomplete-list {
   margin: 0;
   padding: 0;
   list-style: none inside;
   position: absolute;
   top: 100%;
   left: 0;
   right: 0;
   overflow: hidden;
   overflow-y: auto;
   background-color: #ffffff;
   height: auto;
   border: 1px solid #dfdfdf;
   z-index: 3;
   display: block;
 }
 .tag-input .autocomplete-list .item {
   display: block;
   position: relative;
   padding: 4px 8px;
   cursor: pointer;
 }
 .tag-input .autocomplete-list .item:hover {
   background-color: rgba(29, 29, 29, 0.1);
 }
 .tag-input .autocomplete-list .item + .item {
   border-top: 1px solid #dfdfdf;
 }
 .tag {
   display: -webkit-inline-box;
   display: inline-flex;
   -webkit-box-pack: justify;
           justify-content: space-between;
   -webkit-box-align: start;
           align-items: flex-start;
   position: relative;
   margin: 2px;
   padding: 0;
   height: 26px;
   line-height: 26px;
   background-color: #f8f8f8;
   cursor: default;
 }
 .tag .title {
   display: block;
   position: relative;
   font-size: 14px;
   overflow: hidden;
   white-space: nowrap;
   text-overflow: ellipsis;
   margin: 0 8px;
 }
 .tag .remover {
   display: block;
   position: relative;
   width: 26px;
   height: 100%;
   line-height: 22px;
   text-align: center;
   cursor: pointer;
   background-color: #e4e4e4;
   font-size: 1.2rem;
 }
 .tag.short-tag .title {
   max-width: 120px;
 }
 .tag.small {
   margin: 2px 2px;
   height: 18px;
   line-height: 18px;
 }
 .tag.small .title {
   font-size: 0.7rem;
   line-height: 18px;
 }
 .tag.small .remover {
   width: 18px;
   height: 18px;
   line-height: 18px;
   font-size: 0.8rem;
 }
 .tag.large {
   margin: 2px 2px;
   height: 36px;
   line-height: 36px;
 }
 .tag.large .title {
   font-size: 1.3rem;
   line-height: 36px;
 }
 .tag.large .remover {
   width: 35px;
   height: 35px;
   line-height: 33px;
   font-size: 1.6rem;
 }
 .tag.static {
   background: #d4f0ff;
   color: #1d1d1d;
 }
 .tag.static .remover {
   display: none!important;
 }
 .textarea,
 textarea {
   height: auto;
 }
 textarea {
   line-height: 1.2;
 }
 .textarea {
   display: -webkit-box;
   display: flex;
   -webkit-box-orient: horizontal;
   -webkit-box-direction: normal;
           flex-flow: row nowrap;
   -webkit-box-pack: justify;
           justify-content: space-between;
   width: auto;
   padding: 0;
 }
 .textarea .fake-textarea {
   opacity: 0;
   z-index: -1;
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
 }
 .textarea textarea {
   -webkit-appearance: none;
      -moz-appearance: none;
           appearance: none;
   display: block;
   outline: none;
   padding: 0.75rem;
   width: 100%;
   min-height: 100px;
   resize: none;
   border: none!important;
   -webkit-transition: height 0.1s linear;
   transition: height 0.1s linear;
 }
 .textarea textarea:focus {
   -webkit-box-shadow: none;
           box-shadow: none;
 }
 .textarea.no-scroll-vertical textarea {
   overflow-y: hidden!important;
 }
 .textarea .input-clear-button {
   position: absolute;
   top: 0;
   right: 0;
   z-index: 2;
   background-color: transparent;
 }
 .textarea .input-clear-button:hover {
   background-color: #f8f8f8;
   text-shadow: rgba(0, 0, 0, 0.25) 0.1em 0.1em 0.2em;
 }
 .textarea:not(.no-scroll-vertical) .input-clear-button {
   right: 18px;
 }
 .textarea.disabled .clear-button {
   display: none;
 }
 .textarea .prepend {
   -webkit-box-ordinal-group: 2;
           order: 1;
 }
 .textarea .append {
   -webkit-box-ordinal-group: 4;
           order: 3;
 }
 .textarea textarea {
   -webkit-box-ordinal-group: 3;
           order: 2;
 }
 .textarea .input-clear-button ~ textarea {
   padding-right: 48px;
 }
 .textarea[dir=rtl],
 .textarea.rtl {
   -webkit-box-orient: horizontal;
   -webkit-box-direction: reverse;
           flex-direction: row-reverse;
 }
 .textarea[dir=rtl] .prepend,
 .textarea.rtl .prepend {
   -webkit-box-ordinal-group: 4;
           order: 3;
 }
 .textarea[dir=rtl] .append,
 .textarea.rtl .append {
   -webkit-box-ordinal-group: 2;
           order: 1;
 }
 .textarea[dir=rtl] textarea,
 .textarea.rtl textarea {
   -webkit-box-ordinal-group: 3;
           order: 2;
 }
 .textarea[dir=rtl] .input-clear-button,
 .textarea.rtl .input-clear-button {
   right: auto;
   left: 0.25rem;
 }
 .textarea[dir=rtl] .input-clear-button ~ textarea,
 .textarea.rtl .input-clear-button ~ textarea {
   padding-left: 48px;
   padding-right: 0.75rem;
 }
 .tile-small,
 .tile-medium,
 .tile-wide,
 .tile-large,
 .tile-app {
   display: block;
   background-color: #1ba1e2;
   color: #ffffff;
   width: 150px;
   height: 150px;
   -webkit-box-shadow: inset 0 0 1px #FFFFCC;
           box-shadow: inset 0 0 1px #FFFFCC;
   cursor: pointer;
   position: relative;
   overflow: hidden;
   -webkit-user-select: none;
           user-select: none;
   max-width: none!important;
 }
 .tile-small {
   width: 70px;
   height: 70px;
 }
 .tile-medium {
   width: 150px;
   height: 150px;
 }
 .tile-wide {
   width: 310px;
   height: 150px;
 }
 .tile-large {
   width: 310px;
   height: 310px;
 }
 .tile-app {
   width: 44px;
   height: 44px;
 }
 .tile-small .icon,
 .tile-medium .icon,
 .tile-wide .icon,
 .tile-large .icon,
 .tile-app .icon {
   max-width: 33%;
   height: 33%;
   position: absolute;
   top: 50%;
   left: 50%;
   -webkit-transform: translateY(-50%) translateX(-50%);
           transform: translateY(-50%) translateX(-50%);
   font-size: 50px;
   line-height: 50px;
   z-index: 2;
 }
 .tile-small .branding-bar,
 .tile-medium .branding-bar,
 .tile-wide .branding-bar,
 .tile-large .branding-bar,
 .tile-app .branding-bar {
   height: 32px;
   line-height: 32px;
   position: absolute;
   left: 0;
   bottom: 0;
   right: 0;
   padding: 0 10px 5px;
   font-size: 0.875rem;
   font-weight: 500;
   overflow: hidden;
   white-space: nowrap;
   text-overflow: ellipsis;
   z-index: 2;
 }
 .tile-small .badge-top,
 .tile-medium .badge-top,
 .tile-wide .badge-top,
 .tile-large .badge-top,
 .tile-app .badge-top,
 .tile-small .badge-bottom,
 .tile-medium .badge-bottom,
 .tile-wide .badge-bottom,
 .tile-large .badge-bottom,
 .tile-app .badge-bottom {
   position: absolute;
   display: block;
   padding: 4px 8px;
   font-size: 12px;
   text-align: center;
   background-color: rgba(29, 29, 29, 0.1);
   z-index: 2;
 }
 .tile-small .badge-bottom,
 .tile-medium .badge-bottom,
 .tile-wide .badge-bottom,
 .tile-large .badge-bottom,
 .tile-app .badge-bottom {
   right: 10px;
   bottom: 0;
 }
 .tile-small .badge-top,
 .tile-medium .badge-top,
 .tile-wide .badge-top,
 .tile-large .badge-top,
 .tile-app .badge-top {
   top: 10px;
   right: 10px;
 }
 .tile-small:hover,
 .tile-medium:hover,
 .tile-wide:hover,
 .tile-large:hover,
 .tile-app:hover {
   outline: rgba(29, 29, 29, 0.1) solid 4px;
 }
 .tile-small .icon {
   max-width: 50%;
   height: 50%;
   font-size: 35px;
   line-height: 35px;
 }
 .tile-large .icon {
   font-size: 102px;
   line-height: 102px;
 }
 .tile-app .icon {
   max-width: 75%;
   height: 75%;
 }
 .tile-small.transform-right,
 .tile-medium.transform-right,
 .tile-wide.transform-right,
 .tile-large.transform-right,
 .tile-app.transform-right {
   -webkit-transform-origin: left 50%;
           transform-origin: left 50%;
   -webkit-transform: perspective(500px) rotateY(0.138372rad) !important;
           transform: perspective(500px) rotateY(0.138372rad) !important;
 }
 .tile-small.transform-right.tile-small,
 .tile-medium.transform-right.tile-small,
 .tile-wide.transform-right.tile-small,
 .tile-large.transform-right.tile-small,
 .tile-app.transform-right.tile-small {
   -webkit-transform: perspective(500px) rotateY(0.276744rad) !important;
           transform: perspective(500px) rotateY(0.276744rad) !important;
 }
 .tile-small.transform-right.tile-wide,
 .tile-medium.transform-right.tile-wide,
 .tile-wide.transform-right.tile-wide,
 .tile-large.transform-right.tile-wide,
 .tile-app.transform-right.tile-wide {
   -webkit-transform: perspective(500px) rotateY(0.069186rad) !important;
           transform: perspective(500px) rotateY(0.069186rad) !important;
 }
 .tile-small.transform-right.tile-large,
 .tile-medium.transform-right.tile-large,
 .tile-wide.transform-right.tile-large,
 .tile-large.transform-right.tile-large,
 .tile-app.transform-right.tile-large {
   -webkit-transform: perspective(500px) rotateY(0.046124rad) !important;
           transform: perspective(500px) rotateY(0.046124rad) !important;
 }
 .tile-small.transform-left,
 .tile-medium.transform-left,
 .tile-wide.transform-left,
 .tile-large.transform-left,
 .tile-app.transform-left {
   -webkit-transform-origin: right 50%;
           transform-origin: right 50%;
   -webkit-transform: perspective(500px) rotateY(-0.138372rad) !important;
           transform: perspective(500px) rotateY(-0.138372rad) !important;
 }
 .tile-small.transform-left.tile-small,
 .tile-medium.transform-left.tile-small,
 .tile-wide.transform-left.tile-small,
 .tile-large.transform-left.tile-small,
 .tile-app.transform-left.tile-small {
   -webkit-transform: perspective(500px) rotateY(-0.276744rad) !important;
           transform: perspective(500px) rotateY(-0.276744rad) !important;
 }
 .tile-small.transform-left.tile-wide,
 .tile-medium.transform-left.tile-wide,
 .tile-wide.transform-left.tile-wide,
 .tile-large.transform-left.tile-wide,
 .tile-app.transform-left.tile-wide {
   -webkit-transform: perspective(500px) rotateY(-0.069186rad) !important;
           transform: perspective(500px) rotateY(-0.069186rad) !important;
 }
 .tile-small.transform-left.tile-large,
 .tile-medium.transform-left.tile-large,
 .tile-wide.transform-left.tile-large,
 .tile-large.transform-left.tile-large,
 .tile-app.transform-left.tile-large {
   -webkit-transform: perspective(500px) rotateY(-0.046124rad) !important;
           transform: perspective(500px) rotateY(-0.046124rad) !important;
 }
 .tile-small.transform-top,
 .tile-medium.transform-top,
 .tile-wide.transform-top,
 .tile-large.transform-top,
 .tile-app.transform-top {
   -webkit-transform-origin: 50% bottom;
           transform-origin: 50% bottom;
   -webkit-transform: perspective(500px) rotateX(0.138372rad) !important;
           transform: perspective(500px) rotateX(0.138372rad) !important;
 }
 .tile-small.transform-top.tile-small,
 .tile-medium.transform-top.tile-small,
 .tile-wide.transform-top.tile-small,
 .tile-large.transform-top.tile-small,
 .tile-app.transform-top.tile-small {
   -webkit-transform: perspective(500px) rotateX(0.276744rad) !important;
           transform: perspective(500px) rotateX(0.276744rad) !important;
 }
 .tile-small.transform-top.tile-wide,
 .tile-medium.transform-top.tile-wide,
 .tile-wide.transform-top.tile-wide,
 .tile-large.transform-top.tile-wide,
 .tile-app.transform-top.tile-wide {
   -webkit-transform: perspective(500px) rotateX(0.069186rad) !important;
           transform: perspective(500px) rotateX(0.069186rad) !important;
 }
 .tile-small.transform-top.tile-large,
 .tile-medium.transform-top.tile-large,
 .tile-wide.transform-top.tile-large,
 .tile-large.transform-top.tile-large,
 .tile-app.transform-top.tile-large {
   -webkit-transform: perspective(500px) rotateX(0.046124rad) !important;
           transform: perspective(500px) rotateX(0.046124rad) !important;
 }
 .tile-small.transform-bottom,
 .tile-medium.transform-bottom,
 .tile-wide.transform-bottom,
 .tile-large.transform-bottom,
 .tile-app.transform-bottom {
   -webkit-transform-origin: 50% top;
           transform-origin: 50% top;
   -webkit-transform: perspective(500px) rotateX(-0.138372rad) !important;
           transform: perspective(500px) rotateX(-0.138372rad) !important;
 }
 .tile-small.transform-bottom.tile-small,
 .tile-medium.transform-bottom.tile-small,
 .tile-wide.transform-bottom.tile-small,
 .tile-large.transform-bottom.tile-small,
 .tile-app.transform-bottom.tile-small {
   -webkit-transform: perspective(500px) rotateX(-0.276744rad) !important;
           transform: perspective(500px) rotateX(-0.276744rad) !important;
 }
 .tile-small.transform-bottom.tile-wide,
 .tile-medium.transform-bottom.tile-wide,
 .tile-wide.transform-bottom.tile-wide,
 .tile-large.transform-bottom.tile-wide,
 .tile-app.transform-bottom.tile-wide {
   -webkit-transform: perspective(500px) rotateX(-0.069186rad) !important;
           transform: perspective(500px) rotateX(-0.069186rad) !important;
 }
 .tile-small.transform-bottom.tile-large,
 .tile-medium.transform-bottom.tile-large,
 .tile-wide.transform-bottom.tile-large,
 .tile-large.transform-bottom.tile-large,
 .tile-app.transform-bottom.tile-large {
   -webkit-transform: perspective(500px) rotateX(-0.046124rad) !important;
           transform: perspective(500px) rotateX(-0.046124rad) !important;
 }
 .tiles-grid {
   position: relative;
   display: grid;
   grid-template-columns: repeat(auto-fit, 70px);
   grid-template-rows: repeat(auto-fit, 70px);
   grid-gap: 10px;
 }
 .tiles-grid .tile-small {
   grid-column: span 1;
   grid-row: span 1;
 }
 .tiles-grid .tile-medium {
   grid-column: span 2;
   grid-row: span 2;
 }
 .tiles-grid .tile-wide {
   grid-column: span 4;
   grid-row: span 2;
 }
 .tiles-grid .tile-large {
   grid-column: span 4;
   grid-row: span 4;
 }
 .tiles-grid .tile-small.col-1 {
   grid-column: 1 / span 1;
 }
 .tiles-grid .tile-medium.col-1 {
   grid-column: 1 / span 2;
 }
 .tiles-grid .tile-wide.col-1 {
   grid-column: 1 / span 4;
 }
 .tiles-grid .tile-large.col-1 {
   grid-column: 1 / span 4;
 }
 .tiles-grid .tile-small.row-1 {
   grid-row: 1 / span 1;
 }
 .tiles-grid .tile-medium.row-1 {
   grid-row: 1 / span 2;
 }
 .tiles-grid .tile-wide.row-1 {
   grid-row: 1 / span 4;
 }
 .tiles-grid .tile-large.row-1 {
   grid-row: 1 / span 4;
 }
 .tiles-grid .tile-small.col-2 {
   grid-column: 2 / span 1;
 }
 .tiles-grid .tile-medium.col-2 {
   grid-column: 2 / span 2;
 }
 .tiles-grid .tile-wide.col-2 {
   grid-column: 2 / span 4;
 }
 .tiles-grid .tile-large.col-2 {
   grid-column: 2 / span 4;
 }
 .tiles-grid .tile-small.row-2 {
   grid-row: 2 / span 1;
 }
 .tiles-grid .tile-medium.row-2 {
   grid-row: 2 / span 2;
 }
 .tiles-grid .tile-wide.row-2 {
   grid-row: 2 / span 4;
 }
 .tiles-grid .tile-large.row-2 {
   grid-row: 2 / span 4;
 }
 .tiles-grid .tile-small.col-3 {
   grid-column: 3 / span 1;
 }
 .tiles-grid .tile-medium.col-3 {
   grid-column: 3 / span 2;
 }
 .tiles-grid .tile-wide.col-3 {
   grid-column: 3 / span 4;
 }
 .tiles-grid .tile-large.col-3 {
   grid-column: 3 / span 4;
 }
 .tiles-grid .tile-small.row-3 {
   grid-row: 3 / span 1;
 }
 .tiles-grid .tile-medium.row-3 {
   grid-row: 3 / span 2;
 }
 .tiles-grid .tile-wide.row-3 {
   grid-row: 3 / span 4;
 }
 .tiles-grid .tile-large.row-3 {
   grid-row: 3 / span 4;
 }
 .tiles-grid .tile-small.col-4 {
   grid-column: 4 / span 1;
 }
 .tiles-grid .tile-medium.col-4 {
   grid-column: 4 / span 2;
 }
 .tiles-grid .tile-wide.col-4 {
   grid-column: 4 / span 4;
 }
 .tiles-grid .tile-large.col-4 {
   grid-column: 4 / span 4;
 }
 .tiles-grid .tile-small.row-4 {
   grid-row: 4 / span 1;
 }
 .tiles-grid .tile-medium.row-4 {
   grid-row: 4 / span 2;
 }
 .tiles-grid .tile-wide.row-4 {
   grid-row: 4 / span 4;
 }
 .tiles-grid .tile-large.row-4 {
   grid-row: 4 / span 4;
 }
 .tiles-grid .tile-small.col-5 {
   grid-column: 5 / span 1;
 }
 .tiles-grid .tile-medium.col-5 {
   grid-column: 5 / span 2;
 }
 .tiles-grid .tile-wide.col-5 {
   grid-column: 5 / span 4;
 }
 .tiles-grid .tile-large.col-5 {
   grid-column: 5 / span 4;
 }
 .tiles-grid .tile-small.row-5 {
   grid-row: 5 / span 1;
 }
 .tiles-grid .tile-medium.row-5 {
   grid-row: 5 / span 2;
 }
 .tiles-grid .tile-wide.row-5 {
   grid-row: 5 / span 4;
 }
 .tiles-grid .tile-large.row-5 {
   grid-row: 5 / span 4;
 }
 .tiles-grid .tile-small.col-6 {
   grid-column: 6 / span 1;
 }
 .tiles-grid .tile-medium.col-6 {
   grid-column: 6 / span 2;
 }
 .tiles-grid .tile-wide.col-6 {
   grid-column: 6 / span 4;
 }
 .tiles-grid .tile-large.col-6 {
   grid-column: 6 / span 4;
 }
 .tiles-grid .tile-small.row-6 {
   grid-row: 6 / span 1;
 }
 .tiles-grid .tile-medium.row-6 {
   grid-row: 6 / span 2;
 }
 .tiles-grid .tile-wide.row-6 {
   grid-row: 6 / span 4;
 }
 .tiles-grid .tile-large.row-6 {
   grid-row: 6 / span 4;
 }
 .tiles-grid .tile-small.col-7 {
   grid-column: 7 / span 1;
 }
 .tiles-grid .tile-medium.col-7 {
   grid-column: 7 / span 2;
 }
 .tiles-grid .tile-wide.col-7 {
   grid-column: 7 / span 4;
 }
 .tiles-grid .tile-large.col-7 {
   grid-column: 7 / span 4;
 }
 .tiles-grid .tile-small.row-7 {
   grid-row: 7 / span 1;
 }
 .tiles-grid .tile-medium.row-7 {
   grid-row: 7 / span 2;
 }
 .tiles-grid .tile-wide.row-7 {
   grid-row: 7 / span 4;
 }
 .tiles-grid .tile-large.row-7 {
   grid-row: 7 / span 4;
 }
 .tiles-grid .tile-small.col-8 {
   grid-column: 8 / span 1;
 }
 .tiles-grid .tile-medium.col-8 {
   grid-column: 8 / span 2;
 }
 .tiles-grid .tile-wide.col-8 {
   grid-column: 8 / span 4;
 }
 .tiles-grid .tile-large.col-8 {
   grid-column: 8 / span 4;
 }
 .tiles-grid .tile-small.row-8 {
   grid-row: 8 / span 1;
 }
 .tiles-grid .tile-medium.row-8 {
   grid-row: 8 / span 2;
 }
 .tiles-grid .tile-wide.row-8 {
   grid-row: 8 / span 4;
 }
 .tiles-grid .tile-large.row-8 {
   grid-row: 8 / span 4;
 }
 .tiles-grid .tile-small.col-9 {
   grid-column: 9 / span 1;
 }
 .tiles-grid .tile-medium.col-9 {
   grid-column: 9 / span 2;
 }
 .tiles-grid .tile-wide.col-9 {
   grid-column: 9 / span 4;
 }
 .tiles-grid .tile-large.col-9 {
   grid-column: 9 / span 4;
 }
 .tiles-grid .tile-small.row-9 {
   grid-row: 9 / span 1;
 }
 .tiles-grid .tile-medium.row-9 {
   grid-row: 9 / span 2;
 }
 .tiles-grid .tile-wide.row-9 {
   grid-row: 9 / span 4;
 }
 .tiles-grid .tile-large.row-9 {
   grid-row: 9 / span 4;
 }
 .tiles-grid .tile-small.col-10 {
   grid-column: 10 / span 1;
 }
 .tiles-grid .tile-medium.col-10 {
   grid-column: 10 / span 2;
 }
 .tiles-grid .tile-wide.col-10 {
   grid-column: 10 / span 4;
 }
 .tiles-grid .tile-large.col-10 {
   grid-column: 10 / span 4;
 }
 .tiles-grid .tile-small.row-10 {
   grid-row: 10 / span 1;
 }
 .tiles-grid .tile-medium.row-10 {
   grid-row: 10 / span 2;
 }
 .tiles-grid .tile-wide.row-10 {
   grid-row: 10 / span 4;
 }
 .tiles-grid .tile-large.row-10 {
   grid-row: 10 / span 4;
 }
 .tiles-grid .tile-small.col-11 {
   grid-column: 11 / span 1;
 }
 .tiles-grid .tile-medium.col-11 {
   grid-column: 11 / span 2;
 }
 .tiles-grid .tile-wide.col-11 {
   grid-column: 11 / span 4;
 }
 .tiles-grid .tile-large.col-11 {
   grid-column: 11 / span 4;
 }
 .tiles-grid .tile-small.row-11 {
   grid-row: 11 / span 1;
 }
 .tiles-grid .tile-medium.row-11 {
   grid-row: 11 / span 2;
 }
 .tiles-grid .tile-wide.row-11 {
   grid-row: 11 / span 4;
 }
 .tiles-grid .tile-large.row-11 {
   grid-row: 11 / span 4;
 }
 .tiles-grid .tile-small.col-12 {
   grid-column: 12 / span 1;
 }
 .tiles-grid .tile-medium.col-12 {
   grid-column: 12 / span 2;
 }
 .tiles-grid .tile-wide.col-12 {
   grid-column: 12 / span 4;
 }
 .tiles-grid .tile-large.col-12 {
   grid-column: 12 / span 4;
 }
 .tiles-grid .tile-small.row-12 {
   grid-row: 12 / span 1;
 }
 .tiles-grid .tile-medium.row-12 {
   grid-row: 12 / span 2;
 }
 .tiles-grid .tile-wide.row-12 {
   grid-row: 12 / span 4;
 }
 .tiles-grid .tile-large.row-12 {
   grid-row: 12 / span 4;
 }
 .tiles-grid.size-half {
   width: 80px;
 }
 .tiles-grid.size-1 {
   width: 160px;
 }
 .tiles-grid.size-2 {
   width: 320px;
 }
 .tiles-grid.size-3 {
   width: 480px;
 }
 .tiles-grid.size-4 {
   width: 640px;
 }
 .tiles-grid.size-5 {
   width: 800px;
 }
 .tiles-grid.size-6 {
   width: 960px;
 }
 .tiles-grid.size-7 {
   width: 1120px;
 }
 .tiles-grid.size-8 {
   width: 1280px;
 }
 .tiles-grid.size-9 {
   width: 1440px;
 }
 .tiles-grid.size-10 {
   width: 1600px;
 }
 @media screen and (min-width: 0) {
   .tiles-grid .col-fs-1 {
     grid-column: 1;
   }
   .tiles-grid .row-fs-1 {
     grid-row: 1;
   }
   .tiles-grid .col-fs-2 {
     grid-column: 2;
   }
   .tiles-grid .row-fs-2 {
     grid-row: 2;
   }
   .tiles-grid .col-fs-3 {
     grid-column: 3;
   }
   .tiles-grid .row-fs-3 {
     grid-row: 3;
   }
   .tiles-grid .col-fs-4 {
     grid-column: 4;
   }
   .tiles-grid .row-fs-4 {
     grid-row: 4;
   }
   .tiles-grid .col-fs-5 {
     grid-column: 5;
   }
   .tiles-grid .row-fs-5 {
     grid-row: 5;
   }
   .tiles-grid .col-fs-6 {
     grid-column: 6;
   }
   .tiles-grid .row-fs-6 {
     grid-row: 6;
   }
   .tiles-grid .col-fs-7 {
     grid-column: 7;
   }
   .tiles-grid .row-fs-7 {
     grid-row: 7;
   }
   .tiles-grid .col-fs-8 {
     grid-column: 8;
   }
   .tiles-grid .row-fs-8 {
     grid-row: 8;
   }
   .tiles-grid .col-fs-9 {
     grid-column: 9;
   }
   .tiles-grid .row-fs-9 {
     grid-row: 9;
   }
   .tiles-grid .col-fs-10 {
     grid-column: 10;
   }
   .tiles-grid .row-fs-10 {
     grid-row: 10;
   }
   .tiles-grid .col-fs-11 {
     grid-column: 11;
   }
   .tiles-grid .row-fs-11 {
     grid-row: 11;
   }
   .tiles-grid .col-fs-12 {
     grid-column: 12;
   }
   .tiles-grid .row-fs-12 {
     grid-row: 12;
   }
   .tiles-grid.size-fs-half {
     width: 80px;
   }
   .tiles-grid.size-fs-1 {
     width: 160px;
   }
   .tiles-grid.size-fs-half {
     width: 80px;
   }
   .tiles-grid.size-fs-2 {
     width: 320px;
   }
   .tiles-grid.size-fs-half {
     width: 80px;
   }
   .tiles-grid.size-fs-3 {
     width: 480px;
   }
   .tiles-grid.size-fs-half {
     width: 80px;
   }
   .tiles-grid.size-fs-4 {
     width: 640px;
   }
   .tiles-grid.size-fs-half {
     width: 80px;
   }
   .tiles-grid.size-fs-5 {
     width: 800px;
   }
   .tiles-grid.size-fs-half {
     width: 80px;
   }
   .tiles-grid.size-fs-6 {
     width: 960px;
   }
   .tiles-grid.size-fs-half {
     width: 80px;
   }
   .tiles-grid.size-fs-7 {
     width: 1120px;
   }
   .tiles-grid.size-fs-half {
     width: 80px;
   }
   .tiles-grid.size-fs-8 {
     width: 1280px;
   }
   .tiles-grid.size-fs-half {
     width: 80px;
   }
   .tiles-grid.size-fs-9 {
     width: 1440px;
   }
   .tiles-grid.size-fs-half {
     width: 80px;
   }
   .tiles-grid.size-fs-10 {
     width: 1600px;
   }
   .tiles-grid.size-fs-half {
     width: 80px;
   }
   .tiles-grid.size-fs-11 {
     width: 1760px;
   }
   .tiles-grid.size-fs-half {
     width: 80px;
   }
   .tiles-grid.size-fs-12 {
     width: 1920px;
   }
 }
 @media screen and (min-width: 576px) {
   .tiles-grid .col-sm-1 {
     grid-column: 1;
   }
   .tiles-grid .row-sm-1 {
     grid-row: 1;
   }
   .tiles-grid .col-sm-2 {
     grid-column: 2;
   }
   .tiles-grid .row-sm-2 {
     grid-row: 2;
   }
   .tiles-grid .col-sm-3 {
     grid-column: 3;
   }
   .tiles-grid .row-sm-3 {
     grid-row: 3;
   }
   .tiles-grid .col-sm-4 {
     grid-column: 4;
   }
   .tiles-grid .row-sm-4 {
     grid-row: 4;
   }
   .tiles-grid .col-sm-5 {
     grid-column: 5;
   }
   .tiles-grid .row-sm-5 {
     grid-row: 5;
   }
   .tiles-grid .col-sm-6 {
     grid-column: 6;
   }
   .tiles-grid .row-sm-6 {
     grid-row: 6;
   }
   .tiles-grid .col-sm-7 {
     grid-column: 7;
   }
   .tiles-grid .row-sm-7 {
     grid-row: 7;
   }
   .tiles-grid .col-sm-8 {
     grid-column: 8;
   }
   .tiles-grid .row-sm-8 {
     grid-row: 8;
   }
   .tiles-grid .col-sm-9 {
     grid-column: 9;
   }
   .tiles-grid .row-sm-9 {
     grid-row: 9;
   }
   .tiles-grid .col-sm-10 {
     grid-column: 10;
   }
   .tiles-grid .row-sm-10 {
     grid-row: 10;
   }
   .tiles-grid .col-sm-11 {
     grid-column: 11;
   }
   .tiles-grid .row-sm-11 {
     grid-row: 11;
   }
   .tiles-grid .col-sm-12 {
     grid-column: 12;
   }
   .tiles-grid .row-sm-12 {
     grid-row: 12;
   }
   .tiles-grid.size-sm-half {
     width: 80px;
   }
   .tiles-grid.size-sm-1 {
     width: 160px;
   }
   .tiles-grid.size-sm-half {
     width: 80px;
   }
   .tiles-grid.size-sm-2 {
     width: 320px;
   }
   .tiles-grid.size-sm-half {
     width: 80px;
   }
   .tiles-grid.size-sm-3 {
     width: 480px;
   }
   .tiles-grid.size-sm-half {
     width: 80px;
   }
   .tiles-grid.size-sm-4 {
     width: 640px;
   }
   .tiles-grid.size-sm-half {
     width: 80px;
   }
   .tiles-grid.size-sm-5 {
     width: 800px;
   }
   .tiles-grid.size-sm-half {
     width: 80px;
   }
   .tiles-grid.size-sm-6 {
     width: 960px;
   }
   .tiles-grid.size-sm-half {
     width: 80px;
   }
   .tiles-grid.size-sm-7 {
     width: 1120px;
   }
   .tiles-grid.size-sm-half {
     width: 80px;
   }
   .tiles-grid.size-sm-8 {
     width: 1280px;
   }
   .tiles-grid.size-sm-half {
     width: 80px;
   }
   .tiles-grid.size-sm-9 {
     width: 1440px;
   }
   .tiles-grid.size-sm-half {
     width: 80px;
   }
   .tiles-grid.size-sm-10 {
     width: 1600px;
   }
   .tiles-grid.size-sm-half {
     width: 80px;
   }
   .tiles-grid.size-sm-11 {
     width: 1760px;
   }
   .tiles-grid.size-sm-half {
     width: 80px;
   }
   .tiles-grid.size-sm-12 {
     width: 1920px;
   }
 }
 @media screen and (min-width: 768px) {
   .tiles-grid .col-md-1 {
     grid-column: 1;
   }
   .tiles-grid .row-md-1 {
     grid-row: 1;
   }
   .tiles-grid .col-md-2 {
     grid-column: 2;
   }
   .tiles-grid .row-md-2 {
     grid-row: 2;
   }
   .tiles-grid .col-md-3 {
     grid-column: 3;
   }
   .tiles-grid .row-md-3 {
     grid-row: 3;
   }
   .tiles-grid .col-md-4 {
     grid-column: 4;
   }
   .tiles-grid .row-md-4 {
     grid-row: 4;
   }
   .tiles-grid .col-md-5 {
     grid-column: 5;
   }
   .tiles-grid .row-md-5 {
     grid-row: 5;
   }
   .tiles-grid .col-md-6 {
     grid-column: 6;
   }
   .tiles-grid .row-md-6 {
     grid-row: 6;
   }
   .tiles-grid .col-md-7 {
     grid-column: 7;
   }
   .tiles-grid .row-md-7 {
     grid-row: 7;
   }
   .tiles-grid .col-md-8 {
     grid-column: 8;
   }
   .tiles-grid .row-md-8 {
     grid-row: 8;
   }
   .tiles-grid .col-md-9 {
     grid-column: 9;
   }
   .tiles-grid .row-md-9 {
     grid-row: 9;
   }
   .tiles-grid .col-md-10 {
     grid-column: 10;
   }
   .tiles-grid .row-md-10 {
     grid-row: 10;
   }
   .tiles-grid .col-md-11 {
     grid-column: 11;
   }
   .tiles-grid .row-md-11 {
     grid-row: 11;
   }
   .tiles-grid .col-md-12 {
     grid-column: 12;
   }
   .tiles-grid .row-md-12 {
     grid-row: 12;
   }
   .tiles-grid.size-md-half {
     width: 80px;
   }
   .tiles-grid.size-md-1 {
     width: 160px;
   }
   .tiles-grid.size-md-half {
     width: 80px;
   }
   .tiles-grid.size-md-2 {
     width: 320px;
   }
   .tiles-grid.size-md-half {
     width: 80px;
   }
   .tiles-grid.size-md-3 {
     width: 480px;
   }
   .tiles-grid.size-md-half {
     width: 80px;
   }
   .tiles-grid.size-md-4 {
     width: 640px;
   }
   .tiles-grid.size-md-half {
     width: 80px;
   }
   .tiles-grid.size-md-5 {
     width: 800px;
   }
   .tiles-grid.size-md-half {
     width: 80px;
   }
   .tiles-grid.size-md-6 {
     width: 960px;
   }
   .tiles-grid.size-md-half {
     width: 80px;
   }
   .tiles-grid.size-md-7 {
     width: 1120px;
   }
   .tiles-grid.size-md-half {
     width: 80px;
   }
   .tiles-grid.size-md-8 {
     width: 1280px;
   }
   .tiles-grid.size-md-half {
     width: 80px;
   }
   .tiles-grid.size-md-9 {
     width: 1440px;
   }
   .tiles-grid.size-md-half {
     width: 80px;
   }
   .tiles-grid.size-md-10 {
     width: 1600px;
   }
   .tiles-grid.size-md-half {
     width: 80px;
   }
   .tiles-grid.size-md-11 {
     width: 1760px;
   }
   .tiles-grid.size-md-half {
     width: 80px;
   }
   .tiles-grid.size-md-12 {
     width: 1920px;
   }
 }
 @media screen and (min-width: 992px) {
   .tiles-grid .col-lg-1 {
     grid-column: 1;
   }
   .tiles-grid .row-lg-1 {
     grid-row: 1;
   }
   .tiles-grid .col-lg-2 {
     grid-column: 2;
   }
   .tiles-grid .row-lg-2 {
     grid-row: 2;
   }
   .tiles-grid .col-lg-3 {
     grid-column: 3;
   }
   .tiles-grid .row-lg-3 {
     grid-row: 3;
   }
   .tiles-grid .col-lg-4 {
     grid-column: 4;
   }
   .tiles-grid .row-lg-4 {
     grid-row: 4;
   }
   .tiles-grid .col-lg-5 {
     grid-column: 5;
   }
   .tiles-grid .row-lg-5 {
     grid-row: 5;
   }
   .tiles-grid .col-lg-6 {
     grid-column: 6;
   }
   .tiles-grid .row-lg-6 {
     grid-row: 6;
   }
   .tiles-grid .col-lg-7 {
     grid-column: 7;
   }
   .tiles-grid .row-lg-7 {
     grid-row: 7;
   }
   .tiles-grid .col-lg-8 {
     grid-column: 8;
   }
   .tiles-grid .row-lg-8 {
     grid-row: 8;
   }
   .tiles-grid .col-lg-9 {
     grid-column: 9;
   }
   .tiles-grid .row-lg-9 {
     grid-row: 9;
   }
   .tiles-grid .col-lg-10 {
     grid-column: 10;
   }
   .tiles-grid .row-lg-10 {
     grid-row: 10;
   }
   .tiles-grid .col-lg-11 {
     grid-column: 11;
   }
   .tiles-grid .row-lg-11 {
     grid-row: 11;
   }
   .tiles-grid .col-lg-12 {
     grid-column: 12;
   }
   .tiles-grid .row-lg-12 {
     grid-row: 12;
   }
   .tiles-grid.size-lg-half {
     width: 80px;
   }
   .tiles-grid.size-lg-1 {
     width: 160px;
   }
   .tiles-grid.size-lg-half {
     width: 80px;
   }
   .tiles-grid.size-lg-2 {
     width: 320px;
   }
   .tiles-grid.size-lg-half {
     width: 80px;
   }
   .tiles-grid.size-lg-3 {
     width: 480px;
   }
   .tiles-grid.size-lg-half {
     width: 80px;
   }
   .tiles-grid.size-lg-4 {
     width: 640px;
   }
   .tiles-grid.size-lg-half {
     width: 80px;
   }
   .tiles-grid.size-lg-5 {
     width: 800px;
   }
   .tiles-grid.size-lg-half {
     width: 80px;
   }
   .tiles-grid.size-lg-6 {
     width: 960px;
   }
   .tiles-grid.size-lg-half {
     width: 80px;
   }
   .tiles-grid.size-lg-7 {
     width: 1120px;
   }
   .tiles-grid.size-lg-half {
     width: 80px;
   }
   .tiles-grid.size-lg-8 {
     width: 1280px;
   }
   .tiles-grid.size-lg-half {
     width: 80px;
   }
   .tiles-grid.size-lg-9 {
     width: 1440px;
   }
   .tiles-grid.size-lg-half {
     width: 80px;
   }
   .tiles-grid.size-lg-10 {
     width: 1600px;
   }
   .tiles-grid.size-lg-half {
     width: 80px;
   }
   .tiles-grid.size-lg-11 {
     width: 1760px;
   }
   .tiles-grid.size-lg-half {
     width: 80px;
   }
   .tiles-grid.size-lg-12 {
     width: 1920px;
   }
 }
 @media screen and (min-width: 1200px) {
   .tiles-grid .col-xl-1 {
     grid-column: 1;
   }
   .tiles-grid .row-xl-1 {
     grid-row: 1;
   }
   .tiles-grid .col-xl-2 {
     grid-column: 2;
   }
   .tiles-grid .row-xl-2 {
     grid-row: 2;
   }
   .tiles-grid .col-xl-3 {
     grid-column: 3;
   }
   .tiles-grid .row-xl-3 {
     grid-row: 3;
   }
   .tiles-grid .col-xl-4 {
     grid-column: 4;
   }
   .tiles-grid .row-xl-4 {
     grid-row: 4;
   }
   .tiles-grid .col-xl-5 {
     grid-column: 5;
   }
   .tiles-grid .row-xl-5 {
     grid-row: 5;
   }
   .tiles-grid .col-xl-6 {
     grid-column: 6;
   }
   .tiles-grid .row-xl-6 {
     grid-row: 6;
   }
   .tiles-grid .col-xl-7 {
     grid-column: 7;
   }
   .tiles-grid .row-xl-7 {
     grid-row: 7;
   }
   .tiles-grid .col-xl-8 {
     grid-column: 8;
   }
   .tiles-grid .row-xl-8 {
     grid-row: 8;
   }
   .tiles-grid .col-xl-9 {
     grid-column: 9;
   }
   .tiles-grid .row-xl-9 {
     grid-row: 9;
   }
   .tiles-grid .col-xl-10 {
     grid-column: 10;
   }
   .tiles-grid .row-xl-10 {
     grid-row: 10;
   }
   .tiles-grid .col-xl-11 {
     grid-column: 11;
   }
   .tiles-grid .row-xl-11 {
     grid-row: 11;
   }
   .tiles-grid .col-xl-12 {
     grid-column: 12;
   }
   .tiles-grid .row-xl-12 {
     grid-row: 12;
   }
   .tiles-grid.size-xl-half {
     width: 80px;
   }
   .tiles-grid.size-xl-1 {
     width: 160px;
   }
   .tiles-grid.size-xl-half {
     width: 80px;
   }
   .tiles-grid.size-xl-2 {
     width: 320px;
   }
   .tiles-grid.size-xl-half {
     width: 80px;
   }
   .tiles-grid.size-xl-3 {
     width: 480px;
   }
   .tiles-grid.size-xl-half {
     width: 80px;
   }
   .tiles-grid.size-xl-4 {
     width: 640px;
   }
   .tiles-grid.size-xl-half {
     width: 80px;
   }
   .tiles-grid.size-xl-5 {
     width: 800px;
   }
   .tiles-grid.size-xl-half {
     width: 80px;
   }
   .tiles-grid.size-xl-6 {
     width: 960px;
   }
   .tiles-grid.size-xl-half {
     width: 80px;
   }
   .tiles-grid.size-xl-7 {
     width: 1120px;
   }
   .tiles-grid.size-xl-half {
     width: 80px;
   }
   .tiles-grid.size-xl-8 {
     width: 1280px;
   }
   .tiles-grid.size-xl-half {
     width: 80px;
   }
   .tiles-grid.size-xl-9 {
     width: 1440px;
   }
   .tiles-grid.size-xl-half {
     width: 80px;
   }
   .tiles-grid.size-xl-10 {
     width: 1600px;
   }
   .tiles-grid.size-xl-half {
     width: 80px;
   }
   .tiles-grid.size-xl-11 {
     width: 1760px;
   }
   .tiles-grid.size-xl-half {
     width: 80px;
   }
   .tiles-grid.size-xl-12 {
     width: 1920px;
   }
 }
 @media screen and (min-width: 1452px) {
   .tiles-grid .col-xxl-1 {
     grid-column: 1;
   }
   .tiles-grid .row-xxl-1 {
     grid-row: 1;
   }
   .tiles-grid .col-xxl-2 {
     grid-column: 2;
   }
   .tiles-grid .row-xxl-2 {
     grid-row: 2;
   }
   .tiles-grid .col-xxl-3 {
     grid-column: 3;
   }
   .tiles-grid .row-xxl-3 {
     grid-row: 3;
   }
   .tiles-grid .col-xxl-4 {
     grid-column: 4;
   }
   .tiles-grid .row-xxl-4 {
     grid-row: 4;
   }
   .tiles-grid .col-xxl-5 {
     grid-column: 5;
   }
   .tiles-grid .row-xxl-5 {
     grid-row: 5;
   }
   .tiles-grid .col-xxl-6 {
     grid-column: 6;
   }
   .tiles-grid .row-xxl-6 {
     grid-row: 6;
   }
   .tiles-grid .col-xxl-7 {
     grid-column: 7;
   }
   .tiles-grid .row-xxl-7 {
     grid-row: 7;
   }
   .tiles-grid .col-xxl-8 {
     grid-column: 8;
   }
   .tiles-grid .row-xxl-8 {
     grid-row: 8;
   }
   .tiles-grid .col-xxl-9 {
     grid-column: 9;
   }
   .tiles-grid .row-xxl-9 {
     grid-row: 9;
   }
   .tiles-grid .col-xxl-10 {
     grid-column: 10;
   }
   .tiles-grid .row-xxl-10 {
     grid-row: 10;
   }
   .tiles-grid .col-xxl-11 {
     grid-column: 11;
   }
   .tiles-grid .row-xxl-11 {
     grid-row: 11;
   }
   .tiles-grid .col-xxl-12 {
     grid-column: 12;
   }
   .tiles-grid .row-xxl-12 {
     grid-row: 12;
   }
   .tiles-grid.size-xxl-half {
     width: 80px;
   }
   .tiles-grid.size-xxl-1 {
     width: 160px;
   }
   .tiles-grid.size-xxl-half {
     width: 80px;
   }
   .tiles-grid.size-xxl-2 {
     width: 320px;
   }
   .tiles-grid.size-xxl-half {
     width: 80px;
   }
   .tiles-grid.size-xxl-3 {
     width: 480px;
   }
   .tiles-grid.size-xxl-half {
     width: 80px;
   }
   .tiles-grid.size-xxl-4 {
     width: 640px;
   }
   .tiles-grid.size-xxl-half {
     width: 80px;
   }
   .tiles-grid.size-xxl-5 {
     width: 800px;
   }
   .tiles-grid.size-xxl-half {
     width: 80px;
   }
   .tiles-grid.size-xxl-6 {
     width: 960px;
   }
   .tiles-grid.size-xxl-half {
     width: 80px;
   }
   .tiles-grid.size-xxl-7 {
     width: 1120px;
   }
   .tiles-grid.size-xxl-half {
     width: 80px;
   }
   .tiles-grid.size-xxl-8 {
     width: 1280px;
   }
   .tiles-grid.size-xxl-half {
     width: 80px;
   }
   .tiles-grid.size-xxl-9 {
     width: 1440px;
   }
   .tiles-grid.size-xxl-half {
     width: 80px;
   }
   .tiles-grid.size-xxl-10 {
     width: 1600px;
   }
   .tiles-grid.size-xxl-half {
     width: 80px;
   }
   .tiles-grid.size-xxl-11 {
     width: 1760px;
   }
   .tiles-grid.size-xxl-half {
     width: 80px;
   }
   .tiles-grid.size-xxl-12 {
     width: 1920px;
   }
 }
 .tiles-group {
   width: auto;
   float: left;
   overflow: visible;
 }
 .tiles-group::before {
   content: attr(data-group-title);
   display: block;
   position: absolute;
   left: 0;
   top: -36px;
   height: 1.5em;
   line-height: 1.5em;
   z-index: 1;
   color: inherit;
 }
 [class*=tile-].image-set {
   background-size: contain;
   background-position: center;
 }
 [class*=tile-].image-set .img {
   width: 25%;
   height: 50%;
   display: block;
   float: left;
   border: 1px solid #1d1d1d;
   background-size: cover;
 }
 [class*=tile-].image-set .img:nth-child(1) {
   width: 50%;
   height: 100%;
 }
 [class*=tile-] .slide {
   width: 100%;
   height: 100%;
   position: absolute;
   top: 0;
   left: 0;
   display: block;
 }
 [class*=tile-] [class*=slide-] {
   width: 100%;
   height: 100%;
   position: absolute;
   -webkit-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
 }
 [class*=tile-] .slide-front {
   top: 0;
   left: 0;
 }
 [class*=tile-].effect-hover-slide-up .slide-back,
 [class*=tile-].effect-hover-zoom-up .slide-back {
   top: 100%;
   left: 0;
 }
 [class*=tile-].effect-hover-slide-up:hover .slide-front,
 [class*=tile-].effect-hover-zoom-up:hover .slide-front {
   -webkit-transform: translateY(-100%);
           transform: translateY(-100%);
 }
 [class*=tile-].effect-hover-slide-up:hover .slide-back,
 [class*=tile-].effect-hover-zoom-up:hover .slide-back {
   top: 0;
 }
 [class*=tile-].effect-hover-slide-down .slide-back,
 [class*=tile-].effect-hover-zoom-down .slide-back {
   top: 0;
   left: 0;
   -webkit-transform: translateY(-100%);
           transform: translateY(-100%);
 }
 [class*=tile-].effect-hover-slide-down:hover .slide-front,
 [class*=tile-].effect-hover-zoom-down:hover .slide-front {
   top: 100%;
 }
 [class*=tile-].effect-hover-slide-down:hover .slide-back,
 [class*=tile-].effect-hover-zoom-down:hover .slide-back {
   -webkit-transform: translateY(0);
           transform: translateY(0);
 }
 [class*=tile-].effect-hover-slide-left .slide-back,
 [class*=tile-].effect-hover-zoom-left .slide-back {
   top: 0;
   left: 100%;
 }
 [class*=tile-].effect-hover-slide-left:hover .slide-front,
 [class*=tile-].effect-hover-zoom-left:hover .slide-front {
   -webkit-transform: translateX(-100%);
           transform: translateX(-100%);
 }
 [class*=tile-].effect-hover-slide-left:hover .slide-back,
 [class*=tile-].effect-hover-zoom-left:hover .slide-back {
   left: 0;
 }
 [class*=tile-].effect-hover-slide-right .slide-back,
 [class*=tile-].effect-hover-zoom-right .slide-back {
   top: 0;
   left: 0;
   -webkit-transform: translateX(-100%);
           transform: translateX(-100%);
 }
 [class*=tile-].effect-hover-slide-right:hover .slide-front,
 [class*=tile-].effect-hover-zoom-right:hover .slide-front {
   left: 100%;
 }
 [class*=tile-].effect-hover-slide-right:hover .slide-back,
 [class*=tile-].effect-hover-zoom-right:hover .slide-back {
   -webkit-transform: translateX(0);
           transform: translateX(0);
 }
 [class*=tile-].effect-hover-zoom-up:hover .slide-front,
 [class*=tile-].effect-hover-zoom-down:hover .slide-front,
 [class*=tile-].effect-hover-zoom-left:hover .slide-front,
 [class*=tile-].effect-hover-zoom-right:hover .slide-front {
   left: 0;
   top: 0;
   -webkit-transform: scale(2);
           transform: scale(2);
 }
 @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
   .tiles-grid {
     display: block;
   }
   .tiles-grid::after {
     display: block;
     clear: both;
     content: "";
   }
   .tiles-grid::after {
     display: block;
     clear: both;
     content: "";
   }
   .tiles-grid [class*=tile-] {
     margin: 5px;
     float: left;
   }
 }
 .time-picker input {
   width: 1px;
   height: 1px;
   position: absolute;
   top: 0;
   left: 0;
   opacity: 0;
 }
 .time-picker input:focus ~ .time-wrapper {
   -webkit-box-shadow: 0 0 0 3px rgba(228, 228, 228, 0.45);
           box-shadow: 0 0 0 3px rgba(228, 228, 228, 0.45);
 }
 .time-picker .time-wrapper {
   display: -webkit-inline-box;
   display: inline-flex;
   -webkit-box-orient: horizontal;
   -webkit-box-direction: normal;
           flex-flow: row nowrap;
   position: relative;
   border: 1px solid #dfdfdf;
   width: 100%;
 }
 .time-picker .hours,
 .time-picker .minutes,
 .time-picker .seconds {
   display: block;
   -webkit-box-flex: 1;
           flex: 1;
   border: 1px solid;
   border-color: inherit;
   text-align: center;
   height: 38px;
   line-height: 34px;
   position: relative;
   font-size: 1.2em;
 }
 .time-picker.show-labels .hours,
 .time-picker.show-labels .minutes,
 .time-picker.show-labels .seconds {
   line-height: 30px;
 }
 .time-picker.show-labels .hours::before,
 .time-picker.show-labels .minutes::before,
 .time-picker.show-labels .seconds::before {
   content: attr(data-title);
   position: absolute;
   display: block;
   font-size: 8px;
   line-height: 12px;
   left: 50%;
   bottom: 0;
   -webkit-transform: translate3d(-50%, 0, 0);
           transform: translate3d(-50%, 0, 0);
 }
 .time-picker.disabled {
   pointer-events: none!important;
   color: #e4e4e4 !important;
 }
 .toast {
   position: fixed;
   bottom: 20px;
   width: auto;
   max-width: 35.5rem;
   padding: 0.5rem 1.5rem;
   text-align: left;
   font-size: 0.875rem;
   font-weight: normal;
   background-color: #323232;
   color: #ffffff;
   border-radius: 0.25rem;
   z-index: 1080;
 }
 .toast.show-top {
   bottom: auto;
   top: 20px;
 }
 .toast .closer {
   display: block;
   position: absolute;
   top: 4px;
   right: 4px;
   background-color: inherit;
   color: inherit;
   z-index: 100;
 }
 .toast .closer::before {
   display: block;
   content: "\00d7";
   font-size: 24px;
   margin-top: -4px;
 }
 .tool-button {
   width: 2rem;
   height: 2rem;
   line-height: 2rem;
   vertical-align: middle;
   display: inline-block;
   text-align: center;
   background-color: #ebebeb;
   color: #1d1d1d;
   -webkit-user-select: none;
           user-select: none;
   border: 1px solid transparent;
   -webkit-transition: all 0.15s ease-in-out;
   transition: all 0.15s ease-in-out;
   padding: 0;
   cursor: pointer;
   outline: none;
   margin: 0 2px;
   position: relative;
   font-size: 14px;
 }
 .tool-button [class*=mif],
 .tool-button .icon,
 .tool-button img {
   height: 1rem;
   max-height: 1rem;
   font-size: 1rem;
 }
 .tool-button.text-button {
   width: auto;
   padding-left: 0.5rem;
   padding-right: 0.5rem;
 }
 .tool-button:focus,
 .tool-button:hover {
   text-decoration: none;
 }
 .tool-button:hover {
   background-color: rgba(29, 29, 29, 0.1);
 }
 .tool-button:active {
   outline: 0;
   -webkit-box-shadow: none;
           box-shadow: none;
 }
 .tool-button.outline {
   background: transparent none;
   border-width: 1px;
   border-color: #dfdfdf;
 }
 .tool-button.disabled,
 .tool-button:disabled {
   opacity: 0.65;
 }
 a.tool-button {
   text-decoration: none;
   color: #1d1d1d;
 }
 .toolbar {
   display: -webkit-inline-box;
   display: inline-flex;
   position: relative;
   padding: 0 0 0 0.5725rem;
   top: 2px;
   -webkit-box-orient: horizontal;
   -webkit-box-direction: normal;
           flex-flow: row nowrap;
   margin-left: 4px;
 }
 .toolbar.no-divider::before {
   display: none;
 }
 .toolbar::before {
   position: absolute;
   content: "";
   width: 0.325rem;
   height: 100%;
   top: 0;
   left: 0;
   background-color: rgba(69, 90, 100, 0.2);
   cursor: move;
 }
 .toolbar.vertical {
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
           flex-flow: column nowrap;
   padding: 0.5725rem 0 0 0;
   width: 32px;
   margin-left: 0;
   margin-top: 4px;
 }
 .toolbar.vertical::before {
   width: 32px;
   height: 0.325rem;
 }
 .toolbar.vertical .tool-button {
   margin: 2px 0;
 }
 .topbar {
   display: -webkit-box;
   display: flex;
   padding: 0.5rem 1rem;
   flex-wrap: nowrap;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
           flex-direction: column;
   -webkit-box-align: center;
           align-items: center;
   -webkit-box-pack: start;
           justify-content: flex-start;
   position: sticky;
   top: 0;
   background: #004d6f;
   color: #ffffff;
   z-index: 1080;
 }
 .topbar-brand,
 .topbar-element,
 .topbar-menu {
   display: block;
   white-space: nowrap;
   background: inherit;
   color: #ffffff;
   text-decoration: none!important;
   height: 2.5rem;
   line-height: 2.5rem;
   font-size: 0.875rem;
   margin-bottom: 1rem;
 }
 .topbar-brand {
   font-size: 1.25rem;
   margin-top: 1rem;
 }
 .topbar-menu {
   display: -webkit-box;
   display: flex;
   padding: 0;
   margin: 0;
   list-style: none;
 }
 .topbar-menu li a {
   display: block;
   text-decoration: none;
   color: inherit;
   height: 2.5rem;
   line-height: 2.5rem;
   padding: 0 0.5rem;
   font-size: 0.875rem;
 }
 .topbar-menu li a:hover,
 .topbar-menu li a:active {
   background: rgba(29, 29, 29, 0.1);
 }
 .topbar-menu li a:hover {
   text-decoration: none;
 }
 @media screen and (min-width: 0) {
   .topbar-expand-fs {
     -webkit-box-orient: horizontal!important;
     -webkit-box-direction: normal!important;
             flex-direction: row!important;
   }
   .topbar-expand-fs .topbar-brand,
   .topbar-expand-fs .topbar-element,
   .topbar-expand-fs .topbar-menu {
     margin-bottom: 0;
     margin-top: 0;
   }
 }
 @media screen and (min-width: 576px) {
   .topbar-expand-sm {
     -webkit-box-orient: horizontal!important;
     -webkit-box-direction: normal!important;
             flex-direction: row!important;
   }
   .topbar-expand-sm .topbar-brand,
   .topbar-expand-sm .topbar-element,
   .topbar-expand-sm .topbar-menu {
     margin-bottom: 0;
     margin-top: 0;
   }
 }
 @media screen and (min-width: 768px) {
   .topbar-expand-md {
     -webkit-box-orient: horizontal!important;
     -webkit-box-direction: normal!important;
             flex-direction: row!important;
   }
   .topbar-expand-md .topbar-brand,
   .topbar-expand-md .topbar-element,
   .topbar-expand-md .topbar-menu {
     margin-bottom: 0;
     margin-top: 0;
   }
 }
 @media screen and (min-width: 992px) {
   .topbar-expand-lg {
     -webkit-box-orient: horizontal!important;
     -webkit-box-direction: normal!important;
             flex-direction: row!important;
   }
   .topbar-expand-lg .topbar-brand,
   .topbar-expand-lg .topbar-element,
   .topbar-expand-lg .topbar-menu {
     margin-bottom: 0;
     margin-top: 0;
   }
 }
 @media screen and (min-width: 1200px) {
   .topbar-expand-xl {
     -webkit-box-orient: horizontal!important;
     -webkit-box-direction: normal!important;
             flex-direction: row!important;
   }
   .topbar-expand-xl .topbar-brand,
   .topbar-expand-xl .topbar-element,
   .topbar-expand-xl .topbar-menu {
     margin-bottom: 0;
     margin-top: 0;
   }
 }
 @media screen and (min-width: 1452px) {
   .topbar-expand-xxl {
     -webkit-box-orient: horizontal!important;
     -webkit-box-direction: normal!important;
             flex-direction: row!important;
   }
   .topbar-expand-xxl .topbar-brand,
   .topbar-expand-xxl .topbar-element,
   .topbar-expand-xxl .topbar-menu {
     margin-bottom: 0;
     margin-top: 0;
   }
 }
 .treeview {
   margin: 0 0 0 0;
   padding: 0 0 0 24px;
   font-size: 0.8125rem;
   list-style: none inside;
   display: block;
   position: relative;
   -webkit-user-select: none;
           user-select: none;
 }
 .treeview li {
   display: block;
   position: relative;
   padding: 2px 0;
   cursor: pointer;
   line-height: 1.25rem;
 }
 .treeview li .icon {
   position: absolute;
   width: 16px;
   height: 16px;
   font-size: 16px;
   left: 0;
   top: 2px;
   line-height: 16px;
 }
 .treeview li .icon img {
   max-width: 100%;
   height: 100%;
 }
 .treeview li .caption {
   position: relative;
 }
 .treeview li .icon ~ .caption {
   margin-left: 20px;
 }
 .treeview li .node-toggle {
   position: relative;
   cursor: pointer;
   padding-right: 1.5rem !important;
   -webkit-user-select: none;
           user-select: none;
 }
 .treeview li .node-toggle::before {
   display: block;
   position: absolute;
   vertical-align: middle;
   color: transparent;
   font-size: 0;
   content: "";
   height: 0.3125rem;
   width: 0.3125rem;
   background-color: transparent;
   border-left: 1px solid;
   border-bottom: 1px solid;
   border-color: #1d1d1d;
   top: 50%;
   left: 100%;
   margin-left: -1rem;
   margin-top: -0.1625rem;
   z-index: 2;
   -webkit-transform: rotate(-45deg);
           transform: rotate(-45deg);
   -webkit-transition: all 0.15s ease-in-out;
   transition: all 0.15s ease-in-out;
   -webkit-transform-origin: center center 1px;
           transform-origin: center center 1px;
 }
 .treeview li .node-toggle {
   position: absolute;
   left: 0;
   top: 0;
   -webkit-transform: translateX(-100%);
           transform: translateX(-100%);
   width: 24px;
   height: 24px;
 }
 .treeview li .node-toggle::before {
   -webkit-transform: rotate(-135deg);
           transform: rotate(-135deg);
 }
 .treeview li.expanded > .node-toggle::before {
   -webkit-transform: rotate(-45deg);
           transform: rotate(-45deg);
 }
 .treeview li.current > .caption {
   color: #000000;
 }
 .treeview ul {
   margin: 0 0 0 1rem;
   padding: 0;
   list-style: none inside;
   display: block;
   font-weight: normal;
 }
 .treeview .select .d-menu {
   position: absolute;
   left: 0;
   margin: 0;
   width: auto;
 }
 .treeview li .checkbox,
 .treeview li .checkbox .check,
 .treeview li .checkbox .caption {
   line-height: 1;
 }
 .treeview li .radio,
 .treeview li .radio .check,
 .treeview li .radio .caption {
   line-height: 1;
 }
 .treeview li .switch,
 .treeview li .switch .check,
 .treeview li .switch .caption {
   line-height: 1;
 }
 .treeview li .checkbox,
 .treeview li .radio,
 .treeview li .switch {
   height: 24px;
 }
 .vegas-wrapper,
 .vegas-overlay,
 .vegas-timer,
 .vegas-slide,
 .vegas-slide-inner {
   position: absolute;
   top: 0;
   left: 0;
   bottom: 0;
   right: 0;
   overflow: hidden;
   border: none;
   padding: 0;
   margin: 0;
 }
 .vegas-overlay {
   opacity: 0.5;
   background: transparent center center repeat;
 }
 .vegas-overlay.overlay1 {
   background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACAQMAAABIeJ9nAAAABlBMVEUAAAAAAAClZ7nPAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjaGBgAAABhACBKN161wAAAABJRU5ErkJggg==");
 }
 .vegas-overlay.overlay2 {
   background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADAQMAAABs5if8AAAABlBMVEUAAAAAAAClZ7nPAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjaGAAAgAChgCB/5LsuQAAAABJRU5ErkJggg==");
 }
 .vegas-overlay.overlay3 {
   background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAABAQMAAADO7O3JAAAABlBMVEUAAAAAAAClZ7nPAAAAAXRSTlMAQObYZgAAAApJREFUCNdjaAAAAIIAgd1DavQAAAAASUVORK5CYII=");
 }
 .vegas-overlay.overlay4 {
   background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACAQMAAACjTyRkAAAABlBMVEUAAAAAAAClZ7nPAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjaGBgAAABhACBKN161wAAAABJRU5ErkJggg==");
 }
 .vegas-overlay.overlay5 {
   background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADAQMAAABs5if8AAAABlBMVEUAAAAAAAClZ7nPAAAAAXRSTlMAQObYZgAAAA5JREFUCNdjaGBwYFAAAANmAOGGoYR3AAAAAElFTkSuQmCC");
 }
 .vegas-overlay.overlay6 {
   background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACAQMAAABIeJ9nAAAABlBMVEUAAAAAAAClZ7nPAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjaGBwAAABxADBSUUqSQAAAABJRU5ErkJggg==");
 }
 .vegas-overlay.overlay7 {
   background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAEAQMAAACTPww9AAAABlBMVEUAAAAAAAClZ7nPAAAAAXRSTlMAQObYZgAAABBJREFUCNdjUGAIYGhgCAAABEgBQXXpfAgAAAAASUVORK5CYII=");
 }
 .vegas-overlay.overlay8 {
   background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGAQMAAADaAn0LAAAABlBMVEUAAAAAAAClZ7nPAAAAAXRSTlMAQObYZgAAABJJREFUCNdjcGB4AMQcDDIMHAAM8AGNu4TNogAAAABJRU5ErkJggg==");
 }
 .vegas-overlay.overlay9 {
   background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPAgMAAABGuH3ZAAAACVBMVEUAAAAAAAAAAACDY+nAAAAAAnRSTlMAiJXwxioAAAAaSURBVAjXY1i1atUKhkYWAQcIMTU0NIRMLgDFIhFFGbSiTQAAAABJRU5ErkJggg==");
 }
 .vegas-timer {
   top: auto;
   bottom: 0;
   height: 2px;
 }
 .vegas-timer-progress {
   width: 0;
   height: 100%;
   background: white;
   -webkit-transition: width ease-out;
   transition: width ease-out;
 }
 .vegas-timer-running .vegas-timer-progress {
   width: 100%;
 }
 .vegas-slide,
 .vegas-slide-inner {
   margin: 0;
   padding: 0;
   background: transparent center center no-repeat;
   -webkit-transform: translateZ(0);
           transform: translateZ(0);
   will-change: transform, opacity;
 }
 body .vegas-container {
   overflow: hidden !important;
   position: relative;
 }
 .vegas-video {
   min-width: 100%;
   min-height: 100%;
   width: auto;
   height: auto;
 }
 body.vegas-container {
   overflow: auto;
   position: static;
   z-index: -2;
 }
 body.vegas-container > .vegas-timer,
 body.vegas-container > .vegas-overlay,
 body.vegas-container > .vegas-slide {
   position: fixed;
   z-index: -1;
 }
 .vegas-transition-blur,
 .vegas-transition-blur2 {
   opacity: 0;
   -webkit-filter: blur(32px) brightness(1.01);
           filter: blur(32px) brightness(1.01);
 }
 .vegas-transition-blur-in,
 .vegas-transition-blur2-in {
   opacity: 1;
   -webkit-filter: blur(0px) brightness(1.01);
           filter: blur(0px) brightness(1.01);
 }
 .vegas-transition-blur2-out {
   opacity: 0;
 }
 .vegas-transition-burn,
 .vegas-transition-burn2 {
   opacity: 0;
   -webkit-filter: contrast(1000%) saturate(1000%);
           filter: contrast(1000%) saturate(1000%);
 }
 .vegas-transition-burn-in,
 .vegas-transition-burn2-in {
   opacity: 1;
   -webkit-filter: contrast(100%) saturate(100%);
           filter: contrast(100%) saturate(100%);
 }
 .vegas-transition-burn2-out {
   opacity: 0;
   -webkit-filter: contrast(1000%) saturate(1000%);
           filter: contrast(1000%) saturate(1000%);
 }
 .vegas-transition-fade,
 .vegas-transition-fade2 {
   opacity: 0;
 }
 .vegas-transition-fade-in,
 .vegas-transition-fade2-in {
   opacity: 1;
 }
 .vegas-transition-fade2-out {
   opacity: 0;
 }
 .vegas-transition-flash,
 .vegas-transition-flash2 {
   opacity: 0;
   -webkit-filter: brightness(25);
           filter: brightness(25);
 }
 .vegas-transition-flash-in,
 .vegas-transition-flash2-in {
   opacity: 1;
   -webkit-filter: brightness(1);
           filter: brightness(1);
 }
 .vegas-transition-flash2-out {
   opacity: 0;
   -webkit-filter: brightness(25);
           filter: brightness(25);
 }
 .vegas-transition-negative,
 .vegas-transition-negative2 {
   opacity: 0;
   -webkit-filter: invert(100%);
           filter: invert(100%);
 }
 .vegas-transition-negative-in,
 .vegas-transition-negative2-in {
   opacity: 1;
   -webkit-filter: invert(0);
           filter: invert(0);
 }
 .vegas-transition-negative2-out {
   opacity: 0;
   -webkit-filter: invert(100%);
           filter: invert(100%);
 }
 .vegas-transition-slideDown,
 .vegas-transition-slideDown2 {
   -webkit-transform: translateY(-100%);
           transform: translateY(-100%);
 }
 .vegas-transition-slideDown-in,
 .vegas-transition-slideDown2-in {
   -webkit-transform: translateY(0%);
           transform: translateY(0%);
 }
 .vegas-transition-slideDown2-out {
   -webkit-transform: translateY(100%);
           transform: translateY(100%);
 }
 .vegas-transition-slideLeft,
 .vegas-transition-slideLeft2 {
   -webkit-transform: translateX(100%);
           transform: translateX(100%);
 }
 .vegas-transition-slideLeft-in,
 .vegas-transition-slideLeft2-in {
   -webkit-transform: translateX(0%);
           transform: translateX(0%);
 }
 .vegas-transition-slideLeft2-out {
   -webkit-transform: translateX(-100%);
           transform: translateX(-100%);
 }
 .vegas-transition-slideRight,
 .vegas-transition-slideRight2 {
   -webkit-transform: translateX(-100%);
           transform: translateX(-100%);
 }
 .vegas-transition-slideRight-in,
 .vegas-transition-slideRight2-in {
   -webkit-transform: translateX(0%);
           transform: translateX(0%);
 }
 .vegas-transition-slideRight2-out {
   -webkit-transform: translateX(100%);
           transform: translateX(100%);
 }
 .vegas-transition-slideUp,
 .vegas-transition-slideUp2 {
   -webkit-transform: translateY(100%);
           transform: translateY(100%);
 }
 .vegas-transition-slideUp-in,
 .vegas-transition-slideUp2-in {
   -webkit-transform: translateY(0%);
           transform: translateY(0%);
 }
 .vegas-transition-slideUp2-out {
   -webkit-transform: translateY(-100%);
           transform: translateY(-100%);
 }
 .vegas-transition-swirlLeft,
 .vegas-transition-swirlLeft2 {
   -webkit-transform: scale(2) rotate(35deg);
           transform: scale(2) rotate(35deg);
   opacity: 0;
 }
 .vegas-transition-swirlLeft-in,
 .vegas-transition-swirlLeft2-in {
   -webkit-transform: scale(1) rotate(0deg);
           transform: scale(1) rotate(0deg);
   opacity: 1;
 }
 .vegas-transition-swirlLeft2-out {
   -webkit-transform: scale(2) rotate(-35deg);
           transform: scale(2) rotate(-35deg);
   opacity: 0;
 }
 .vegas-transition-swirlRight,
 .vegas-transition-swirlRight2 {
   -webkit-transform: scale(2) rotate(-35deg);
           transform: scale(2) rotate(-35deg);
   opacity: 0;
 }
 .vegas-transition-swirlRight-in,
 .vegas-transition-swirlRight2-in {
   -webkit-transform: scale(1) rotate(0deg);
           transform: scale(1) rotate(0deg);
   opacity: 1;
 }
 .vegas-transition-swirlRight2-out {
   -webkit-transform: scale(2) rotate(35deg);
           transform: scale(2) rotate(35deg);
   opacity: 0;
 }
 .vegas-transition-zoomIn,
 .vegas-transition-zoomIn2 {
   -webkit-transform: scale(0);
           transform: scale(0);
   opacity: 0;
 }
 .vegas-transition-zoomIn-in,
 .vegas-transition-zoomIn2-in {
   -webkit-transform: scale(1);
           transform: scale(1);
   opacity: 1;
 }
 .vegas-transition-zoomIn2-out {
   -webkit-transform: scale(2);
           transform: scale(2);
   opacity: 0;
 }
 .vegas-transition-zoomOut,
 .vegas-transition-zoomOut2 {
   -webkit-transform: scale(2);
           transform: scale(2);
   opacity: 0;
 }
 .vegas-transition-zoomOut-in,
 .vegas-transition-zoomOut2-in {
   -webkit-transform: scale(1);
           transform: scale(1);
   opacity: 1;
 }
 .vegas-transition-zoomOut2-out {
   -webkit-transform: scale(0);
           transform: scale(0);
   opacity: 0;
 }
 .vegas-animation-kenburns {
   -webkit-animation: kenburns ease-out;
           animation: kenburns ease-out;
 }
 @-webkit-keyframes kenburns {
   0% {
     -webkit-transform: scale(1.5);
             transform: scale(1.5);
   }
   100% {
     -webkit-transform: scale(1);
             transform: scale(1);
   }
 }
 @keyframes kenburns {
   0% {
     -webkit-transform: scale(1.5);
             transform: scale(1.5);
   }
   100% {
     -webkit-transform: scale(1);
             transform: scale(1);
   }
 }
 .vegas-animation-kenburnsDownLeft {
   -webkit-animation: kenburnsDownLeft ease-out;
           animation: kenburnsDownLeft ease-out;
 }
 @-webkit-keyframes kenburnsDownLeft {
   0% {
     -webkit-transform: scale(1.5) translate(10%, -10%);
             transform: scale(1.5) translate(10%, -10%);
   }
   100% {
     -webkit-transform: scale(1) translate(0, 0);
             transform: scale(1) translate(0, 0);
   }
 }
 @keyframes kenburnsDownLeft {
   0% {
     -webkit-transform: scale(1.5) translate(10%, -10%);
             transform: scale(1.5) translate(10%, -10%);
   }
   100% {
     -webkit-transform: scale(1) translate(0, 0);
             transform: scale(1) translate(0, 0);
   }
 }
 .vegas-animation-kenburnsDownRight {
   -webkit-animation: kenburnsDownRight ease-out;
           animation: kenburnsDownRight ease-out;
 }
 @-webkit-keyframes kenburnsDownRight {
   0% {
     -webkit-transform: scale(1.5) translate(-10%, -10%);
             transform: scale(1.5) translate(-10%, -10%);
   }
   100% {
     -webkit-transform: scale(1) translate(0, 0);
             transform: scale(1) translate(0, 0);
   }
 }
 @keyframes kenburnsDownRight {
   0% {
     -webkit-transform: scale(1.5) translate(-10%, -10%);
             transform: scale(1.5) translate(-10%, -10%);
   }
   100% {
     -webkit-transform: scale(1) translate(0, 0);
             transform: scale(1) translate(0, 0);
   }
 }
 .vegas-animation-kenburnsDown {
   -webkit-animation: kenburnsDown ease-out;
           animation: kenburnsDown ease-out;
 }
 @-webkit-keyframes kenburnsDown {
   0% {
     -webkit-transform: scale(1.5) translate(0, -10%);
             transform: scale(1.5) translate(0, -10%);
   }
   100% {
     -webkit-transform: scale(1) translate(0, 0);
             transform: scale(1) translate(0, 0);
   }
 }
 @keyframes kenburnsDown {
   0% {
     -webkit-transform: scale(1.5) translate(0, -10%);
             transform: scale(1.5) translate(0, -10%);
   }
   100% {
     -webkit-transform: scale(1) translate(0, 0);
             transform: scale(1) translate(0, 0);
   }
 }
 .vegas-animation-kenburnsLeft {
   -webkit-animation: kenburnsLeft ease-out;
           animation: kenburnsLeft ease-out;
 }
 @-webkit-keyframes kenburnsLeft {
   0% {
     -webkit-transform: scale(1.5) translate(10%, 0);
             transform: scale(1.5) translate(10%, 0);
   }
   100% {
     -webkit-transform: scale(1) translate(0, 0);
             transform: scale(1) translate(0, 0);
   }
 }
 @keyframes kenburnsLeft {
   0% {
     -webkit-transform: scale(1.5) translate(10%, 0);
             transform: scale(1.5) translate(10%, 0);
   }
   100% {
     -webkit-transform: scale(1) translate(0, 0);
             transform: scale(1) translate(0, 0);
   }
 }
 .vegas-animation-kenburnsRight {
   -webkit-animation: kenburnsRight ease-out;
           animation: kenburnsRight ease-out;
 }
 @-webkit-keyframes kenburnsRight {
   0% {
     -webkit-transform: scale(1.5) translate(-10%, 0);
             transform: scale(1.5) translate(-10%, 0);
   }
   100% {
     -webkit-transform: scale(1) translate(0, 0);
             transform: scale(1) translate(0, 0);
   }
 }
 @keyframes kenburnsRight {
   0% {
     -webkit-transform: scale(1.5) translate(-10%, 0);
             transform: scale(1.5) translate(-10%, 0);
   }
   100% {
     -webkit-transform: scale(1) translate(0, 0);
             transform: scale(1) translate(0, 0);
   }
 }
 .vegas-animation-kenburnsUpLeft {
   -webkit-animation: kenburnsUpLeft ease-out;
           animation: kenburnsUpLeft ease-out;
 }
 @-webkit-keyframes kenburnsUpLeft {
   0% {
     -webkit-transform: scale(1.5) translate(10%, 10%);
             transform: scale(1.5) translate(10%, 10%);
   }
   100% {
     -webkit-transform: scale(1) translate(0, 0);
             transform: scale(1) translate(0, 0);
   }
 }
 @keyframes kenburnsUpLeft {
   0% {
     -webkit-transform: scale(1.5) translate(10%, 10%);
             transform: scale(1.5) translate(10%, 10%);
   }
   100% {
     -webkit-transform: scale(1) translate(0, 0);
             transform: scale(1) translate(0, 0);
   }
 }
 .vegas-animation-kenburnsUpRight {
   -webkit-animation: kenburnsUpRight ease-out;
           animation: kenburnsUpRight ease-out;
 }
 @-webkit-keyframes kenburnsUpRight {
   0% {
     -webkit-transform: scale(1.5) translate(-10%, 10%);
             transform: scale(1.5) translate(-10%, 10%);
   }
   100% {
     -webkit-transform: scale(1) translate(0, 0);
             transform: scale(1) translate(0, 0);
   }
 }
 @keyframes kenburnsUpRight {
   0% {
     -webkit-transform: scale(1.5) translate(-10%, 10%);
             transform: scale(1.5) translate(-10%, 10%);
   }
   100% {
     -webkit-transform: scale(1) translate(0, 0);
             transform: scale(1) translate(0, 0);
   }
 }
 .vegas-animation-kenburnsUp {
   -webkit-animation: kenburnsUp ease-out;
           animation: kenburnsUp ease-out;
 }
 @-webkit-keyframes kenburnsUp {
   0% {
     -webkit-transform: scale(1.5) translate(0, 10%);
             transform: scale(1.5) translate(0, 10%);
   }
   100% {
     -webkit-transform: scale(1) translate(0, 0);
             transform: scale(1) translate(0, 0);
   }
 }
 @keyframes kenburnsUp {
   0% {
     -webkit-transform: scale(1.5) translate(0, 10%);
             transform: scale(1.5) translate(0, 10%);
   }
   100% {
     -webkit-transform: scale(1) translate(0, 0);
             transform: scale(1) translate(0, 0);
   }
 }
 .wheel-picker {
   display: block;
   position: relative;
   width: 100%;
   min-width: 220px;
   cursor: default;
   background-color: #ffffff;
   color: #1d1d1d;
   height: 38px;
   -webkit-user-select: none;
           user-select: none;
 }
 .wheel-picker .select-wrapper {
   display: none;
   position: absolute;
   top: 100%;
   left: 0;
   height: auto;
   z-index: 3;
   width: 100%;
 }
 .wheel-picker .select-block {
   position: relative;
   display: -webkit-box;
   display: flex;
   -webkit-box-orient: horizontal;
   -webkit-box-direction: normal;
           flex-flow: row nowrap;
   width: 100%;
   flex-shrink: 0;
   background-color: #f2f2f2;
 }
 .wheel-picker .select-block::before {
   content: "";
   display: block;
   position: absolute;
   z-index: 0;
   height: 40px;
   background-color: rgba(27, 161, 226, 0.5);
   top: 50%;
   left: 0;
   -webkit-transform: translateY(-50%);
           transform: translateY(-50%);
   width: 100%;
 }
 .wheel-picker .select-block ul {
   margin: 0;
   padding: 0;
   list-style: none inside;
   display: block;
   text-align: center;
   height: 100%;
   z-index: 1;
   -webkit-box-flex: 1;
           flex: 1;
   border: 1px solid #dfdfdf;
   overflow-y: auto;
   -ms-overflow-style: -ms-autohiding-scrollbar;
   overflow: -moz-scrollbars-none;
 }
 .wheel-picker .select-block ul::-webkit-scrollbar {
   display: none!important;
 }
 .wheel-picker .select-block ul li {
   display: block;
   height: 40px;
   line-height: 40px;
   font-size: 0.9em;
 }
 .wheel-picker .select-block ul li.active {
   font-weight: bold;
 }
 .wheel-picker .action-block {
   display: -webkit-box;
   display: flex;
   -webkit-box-orient: horizontal;
   -webkit-box-direction: normal;
           flex-flow: row nowrap;
   position: relative;
   width: 100%;
   background-color: #ffffff;
 }
 .wheel-picker .action-block > * {
   -webkit-box-flex: 1;
           flex: 1;
 }
 .wheel-picker .action-block > *:not(:last-child) {
   border-right: 1px solid #dfdfdf;
 }
 .wheel-picker .select-wrapper {
   -webkit-transform: translate3d(0, -50%, 0);
           transform: translate3d(0, -50%, 0);
 }
 .wheel-picker.for-top .select-wrapper,
 .wheel-picker.for-top-a .select-wrapper {
   -webkit-transform: translate3d(0, 0, 0);
           transform: translate3d(0, 0, 0);
 }
 .wheel-picker.for-bottom .select-wrapper,
 .wheel-picker.for-bottom-a .select-wrapper {
   -webkit-transform: translate3d(0, -100%, 0);
           transform: translate3d(0, -100%, 0);
 }
 .window {
   display: -webkit-box;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
           flex-direction: column;
   position: relative;
   height: auto;
   background-color: #ffffff;
   color: #1d1d1d;
   border: 1px #e9e9e9 solid;
   z-index: 1;
 }
 .window-caption {
   display: -webkit-box;
   display: flex;
   -webkit-box-orient: horizontal;
   -webkit-box-direction: normal;
           flex-direction: row;
   flex-wrap: nowrap;
   -webkit-box-pack: start;
           justify-content: flex-start;
   -webkit-box-align: center;
           align-items: center;
   height: 2.25rem;
   line-height: 2.25rem;
   padding: 0;
   border-bottom: 1px transparent solid;
   cursor: default;
   vertical-align: middle;
   background-color: #3c6478;
   color: #ffffff;
   -webkit-user-select: none;
           user-select: none;
 }
 .window-caption .title {
   font-size: 0.875rem;
   overflow: hidden;
   white-space: nowrap;
   text-overflow: ellipsis;
   width: 100%;
   padding-left: 4px;
   color: inherit;
 }
 .window-caption .icon {
   width: 34px;
   height: 34px;
   text-align: center;
   flex-shrink: 0;
   display: block;
   position: relative;
   color: inherit;
 }
 .window-caption .icon * {
   width: 1rem;
   font-size: 1rem;
   line-height: 34px;
   text-align: center;
 }
 .window-caption * + .title {
   padding-left: 0;
 }
 .window-caption .buttons {
   height: 100%;
   margin-left: auto;
   display: -webkit-box;
   display: flex;
   flex-wrap: nowrap;
   -webkit-box-orient: horizontal;
   -webkit-box-direction: normal;
           flex-direction: row;
 }
 .window-caption .btn-custom:focus,
 .window-caption .btn-custom:active {
   -webkit-box-shadow: none!important;
           box-shadow: none!important;
 }
 .window-caption .buttons .btn-min,
 .window-caption .buttons .btn-max,
 .window-caption .buttons .btn-close,
 .window-caption .buttons .btn-custom {
   position: relative;
   height: 34px;
   width: 34px;
   text-align: center;
   vertical-align: middle;
   font-size: 1rem;
   font-weight: normal;
   padding: 0 0 0.625rem 0;
   outline: none;
   cursor: pointer;
   display: block;
   border: 1px solid transparent;
   margin: 1px 0;
 }
 .window-caption .buttons .sys-button {
   background-color: transparent;
   color: #ffffff;
 }
 .window-caption .buttons .sys-button:hover {
   background-color: rgba(255, 255, 255, 0.1);
 }
 .window-caption .buttons .sys-button:hover::before {
   border-color: #ffffff;
   color: #ffffff;
 }
 .window-caption .buttons .sys-button:active {
   background-color: rgba(255, 255, 255, 0.3);
   color: #ffffff;
 }
 .window-caption .buttons .btn-close:hover {
   background-color: #c75050;
   color: #ffffff;
 }
 .window-caption .buttons .btn-close:hover::before {
   color: #ffffff;
 }
 .window-caption .buttons .btn-close:active {
   background-color: #e04343;
   color: #ffffff;
 }
 .window-caption .buttons .btn-close::before {
   border-color: #777777;
   content: '\D7';
   position: absolute;
   line-height: 34px;
   vertical-align: middle;
   left: 50%;
   top: -4px;
   margin-left: -0.32em;
   color: #fff;
   font-size: 1.5rem;
 }
 .window-caption .buttons .btn-min::before,
 .window-caption .buttons .btn-max::before {
   display: block;
   position: absolute;
   width: 0.625rem;
   height: 0.625rem;
   border: 0 #fff solid;
   border-bottom-width: 2px;
   content: ' ';
   bottom: 0.72rem;
   left: 50%;
   margin-left: -0.3rem;
   top: auto;
 }
 .window-caption .buttons .btn-max::before {
   height: 0.575rem;
   border: 1px #fff solid;
   border-top-width: 2px;
 }
 .window-caption .buttons .btn-custom {
   min-width: 34px;
   width: auto;
   flex-shrink: 0;
 }
 .window-caption .buttons .btn-custom {
   -webkit-box-ordinal-group: 2;
           order: 1;
 }
 .window-caption .buttons .btn-min {
   -webkit-box-ordinal-group: 3;
           order: 2;
 }
 .window-caption .buttons .btn-max {
   -webkit-box-ordinal-group: 4;
           order: 3;
 }
 .window-caption .buttons .btn-close {
   -webkit-box-ordinal-group: 5;
           order: 4;
 }
 .window-content {
   overflow: auto;
   height: calc(100% - 2.25rem);
 }
 .window-status {
   display: -webkit-box;
   display: flex;
   -webkit-box-orient: horizontal;
   -webkit-box-direction: normal;
           flex-direction: row;
   flex-wrap: nowrap;
   padding: 0.1rem 0.5rem;
   background-color: #f8f8f8;
   color: #1d1d1d;
   height: 1.2rem;
   font-size: 0.8rem;
 }
 .window.info .window-caption {
   background-color: #1ba1e2;
   color: #ffffff;
 }
 .window.alert .window-caption {
   background-color: #CE352C;
   color: #ffffff;
 }
 .window.warning .window-caption {
   background-color: #fa6800;
   color: #ffffff;
 }
 .window.success .window-caption {
   background-color: #60a917;
   color: #ffffff;
 }
 .window.focused {
   -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
           box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
 }
 .window.modal {
   z-index: 1050;
 }
 .window.minimized {
   max-width: 12rem;
   max-height: 2.25rem;
 }
 .window.minimized .window-caption {
   border-bottom: none!important;
 }
 .window.minimized .window-content {
   display: none!important;
 }
 .window.minimized .window-caption .btn-custom {
   display: none;
 }
 .window.maximized {
   top: 0!important;
   left: 0!important;
   width: 100% !important;
   height: 100% !important;
   max-height: none !important;
   max-width: none !important;
 }
 .window.maximized .btn-max::before {
   border: 1px #fff solid;
   z-index: 2;
 }
 .window.maximized .btn-max::after {
   display: block;
   position: absolute;
   width: 0.625rem;
   height: 0.625rem;
   border-top: 1px #fff solid;
   border-right: 1px #fff solid;
   content: ' ';
   bottom: 0.375rem;
   right: 7px;
   top: 8px;
   z-index: 1;
 }
 .window.resizable {
   min-width: 12rem;
   min-height: 2.25rem;
 }
 .wizard {
   display: -webkit-box;
   display: flex;
   -webkit-box-orient: horizontal;
   -webkit-box-direction: normal;
           flex-flow: row nowrap;
   -webkit-box-align: stretch;
           align-items: stretch;
   background-color: #ffffff;
   color: #1d1d1d;
   min-height: 200px;
   height: auto;
   border: 1px solid #dfdfdf;
   counter-reset: wizard-step;
   position: relative;
 }
 .wizard > section,
 .wizard > .section {
   counter-increment: wizard-step;
   display: block;
   position: relative;
   border-left: #bebebe solid;
   border-left-width: 4px;
   width: 0;
   -webkit-transition: width 0.3s ease;
   transition: width 0.3s ease;
 }
 .wizard > section::before,
 .wizard > .section::before {
   display: none;
   content: counter(wizard-step);
   position: absolute;
   bottom: 20px;
   width: 25px;
   text-align: center;
   left: -25px;
   z-index: 1;
   color: #ffffff;
 }
 .wizard > section .page-content,
 .wizard > .section .page-content {
   padding: 1rem 1rem 4.25rem;
   display: none;
   overflow: hidden;
 }
 .wizard > section.current,
 .wizard > .section.current {
   width: 100%;
   border: 0!important;
 }
 .wizard > section.current .page-content,
 .wizard > .section.current .page-content {
   display: block;
 }
 .wizard > section.current::before,
 .wizard > .section.current::before {
   display: block;
   left: 0;
   color: #ffffff;
   background-color: #1ba1e2;
 }
 .wizard > section.current,
 .wizard > .section.current,
 .wizard > section.complete,
 .wizard > .section.complete {
   -webkit-transition: width 0.3s ease;
   transition: width 0.3s ease;
 }
 .wizard > section.complete,
 .wizard > .section.complete {
   cursor: pointer;
 }
 .wizard .action-bar {
   display: -webkit-box;
   display: flex;
   -webkit-box-orient: horizontal;
   -webkit-box-direction: normal;
           flex-flow: row nowrap;
   -webkit-box-pack: right;
           justify-content: right;
   position: absolute;
   bottom: 1rem;
   left: 41px;
 }
 .wizard .action-bar::after {
   display: block;
   clear: both;
   content: "";
 }
 .wizard .action-bar::after {
   display: block;
   clear: both;
   content: "";
 }
 .wizard .action-bar > * {
   margin: 1px;
 }
 .wizard > section {
   border-color: #000000;
 }
 .wizard > section:nth-child(1) {
   border-color: #1ba1e2;
 }
 .wizard > section:nth-child(2) {
   border-color: #1891cb;
 }
 .wizard > section:nth-child(3) {
   border-color: #1681b4;
 }
 .wizard > section:nth-child(4) {
   border-color: #13709e;
 }
 .wizard > section:nth-child(5) {
   border-color: #106087;
 }
 .wizard > section:nth-child(6) {
   border-color: #0d5070;
 }
 .wizard > section:nth-child(7) {
   border-color: #0b4059;
 }
 .wizard > section:nth-child(8) {
   border-color: #082f43;
 }
 .wizard > section:nth-child(9) {
   border-color: #051f2c;
 }
 .wizard > section:nth-child(10) {
   border-color: #000000;
 }
 .wizard > section.complete {
   border-color: #656565;
 }
 .wizard > section.complete:nth-child(1) {
   border-color: #e4e4e4;
 }
 .wizard > section.complete:nth-child(2) {
   border-color: #d8d8d8;
 }
 .wizard > section.complete:nth-child(3) {
   border-color: #cbcbcb;
 }
 .wizard > section.complete:nth-child(4) {
   border-color: #bebebe;
 }
 .wizard > section.complete:nth-child(5) {
   border-color: #b1b1b1;
 }
 .wizard > section.complete:nth-child(6) {
   border-color: #a5a5a5;
 }
 .wizard > section.complete:nth-child(7) {
   border-color: #989898;
 }
 .wizard > section.complete:nth-child(8) {
   border-color: #8b8b8b;
 }
 .wizard > section.complete:nth-child(9) {
   border-color: #7e7e7e;
 }
 .wizard > section.complete:nth-child(10) {
   border-color: #656565;
 }
 .wizard [class*=wizard-btn].disabled {
   opacity: 0.1;
 }
 @media screen and (min-width: 0) {
   .wizard.wizard-wide-fs {
     -webkit-box-orient: horizontal;
     -webkit-box-direction: normal;
             flex-flow: row nowrap;
   }
   .wizard.wizard-wide-fs > section {
     border-left-width: 25px;
   }
   .wizard.wizard-wide-fs > section::before {
     display: block;
   }
 }
 @media screen and (min-width: 576px) {
   .wizard.wizard-wide-sm {
     -webkit-box-orient: horizontal;
     -webkit-box-direction: normal;
             flex-flow: row nowrap;
   }
   .wizard.wizard-wide-sm > section {
     border-left-width: 25px;
   }
   .wizard.wizard-wide-sm > section::before {
     display: block;
   }
 }
 @media screen and (min-width: 768px) {
   .wizard.wizard-wide-md {
     -webkit-box-orient: horizontal;
     -webkit-box-direction: normal;
             flex-flow: row nowrap;
   }
   .wizard.wizard-wide-md > section {
     border-left-width: 25px;
   }
   .wizard.wizard-wide-md > section::before {
     display: block;
   }
 }
 @media screen and (min-width: 992px) {
   .wizard.wizard-wide-lg {
     -webkit-box-orient: horizontal;
     -webkit-box-direction: normal;
             flex-flow: row nowrap;
   }
   .wizard.wizard-wide-lg > section {
     border-left-width: 25px;
   }
   .wizard.wizard-wide-lg > section::before {
     display: block;
   }
 }
 @media screen and (min-width: 1200px) {
   .wizard.wizard-wide-xl {
     -webkit-box-orient: horizontal;
     -webkit-box-direction: normal;
             flex-flow: row nowrap;
   }
   .wizard.wizard-wide-xl > section {
     border-left-width: 25px;
   }
   .wizard.wizard-wide-xl > section::before {
     display: block;
   }
 }
 @media screen and (min-width: 1452px) {
   .wizard.wizard-wide-xxl {
     -webkit-box-orient: horizontal;
     -webkit-box-direction: normal;
             flex-flow: row nowrap;
   }
   .wizard.wizard-wide-xxl > section {
     border-left-width: 25px;
   }
   .wizard.wizard-wide-xxl > section::before {
     display: block;
   }
 }
 
 
 .bg-transparent {
   background-color: transparent !important;
 }
 .bg-hover:hover {
   background-color: rgba(29, 29, 29, 0.1) !important;
 }
 .bg-hover2:hover {
   background-color: rgba(29, 29, 29, 0.5) !important;
 }
 .bg-hover-light:hover {
   background-color: rgba(255, 255, 255, 0.01) !important;
 }
 .bg-hover-light1:hover {
   background-color: rgba(255, 255, 255, 0.1) !important;
 }
 .bg-hover-light2:hover {
   background-color: rgba(255, 255, 255, 0.2) !important;
 }
 .bg-hover-light3:hover {
   background-color: rgba(255, 255, 255, 0.3) !important;
 }
 .bg-facebook {
   background-color: #4267b2;
 }
 .bg-twitter {
   background-color: #1DA1F2;
 }
 .bg-github {
   background-color: #24292e;
 }
 .bg-bootstrap {
   background-color: #563d7c;
 }
 .bg-gitlab {
   background-color: #e65328;
 }
 .bg-amazon {
   background-color: #232f3e;
 }
 .bg-black {
   background-color: #000000 !important;
 }
 .bg-black-active:active {
   background-color: #000000 !important;
 }
 .bg-black-hover:hover {
   background-color: #000000 !important;
 }
 .bg-black-focus:focus {
   background-color: #000000 !important;
 }
 .bg-white {
   background-color: #ffffff !important;
 }
 .bg-white-active:active {
   background-color: #ffffff !important;
 }
 .bg-white-hover:hover {
   background-color: #ffffff !important;
 }
 .bg-white-focus:focus {
   background-color: #ffffff !important;
 }
 .bg-dark {
   background-color: #1d1d1d !important;
 }
 .bg-dark-active:active {
   background-color: #1d1d1d !important;
 }
 .bg-dark-hover:hover {
   background-color: #1d1d1d !important;
 }
 .bg-dark-focus:focus {
   background-color: #1d1d1d !important;
 }
 .bg-light {
   background-color: #f8f8f8 !important;
 }
 .bg-light-active:active {
   background-color: #f8f8f8 !important;
 }
 .bg-light-hover:hover {
   background-color: #f8f8f8 !important;
 }
 .bg-light-focus:focus {
   background-color: #f8f8f8 !important;
 }
 .bg-grayBlue {
   background-color: #607d8b !important;
 }
 .bg-grayBlue-active:active {
   background-color: #607d8b !important;
 }
 .bg-grayBlue-hover:hover {
   background-color: #607d8b !important;
 }
 .bg-grayBlue-focus:focus {
   background-color: #607d8b !important;
 }
 .bg-grayWhite {
   background-color: #f5f5f5 !important;
 }
 .bg-grayWhite-active:active {
   background-color: #f5f5f5 !important;
 }
 .bg-grayWhite-hover:hover {
   background-color: #f5f5f5 !important;
 }
 .bg-grayWhite-focus:focus {
   background-color: #f5f5f5 !important;
 }
 .bg-grayMouse {
   background-color: #455a64 !important;
 }
 .bg-grayMouse-active:active {
   background-color: #455a64 !important;
 }
 .bg-grayMouse-hover:hover {
   background-color: #455a64 !important;
 }
 .bg-grayMouse-focus:focus {
   background-color: #455a64 !important;
 }
 .bg-brandColor1 {
   background-color: #2ac4f4 !important;
 }
 .bg-brandColor1-active:active {
   background-color: #2ac4f4 !important;
 }
 .bg-brandColor1-hover:hover {
   background-color: #2ac4f4 !important;
 }
 .bg-brandColor1-focus:focus {
   background-color: #2ac4f4 !important;
 }
 .bg-brandColor2 {
   background-color: #004d6f !important;
 }
 .bg-brandColor2-active:active {
   background-color: #004d6f !important;
 }
 .bg-brandColor2-hover:hover {
   background-color: #004d6f !important;
 }
 .bg-brandColor2-focus:focus {
   background-color: #004d6f !important;
 }
 .bg-lime {
   background-color: #a4c400 !important;
 }
 .bg-lime-active:active {
   background-color: #a4c400 !important;
 }
 .bg-lime-hover:hover {
   background-color: #a4c400 !important;
 }
 .bg-lime-focus:focus {
   background-color: #a4c400 !important;
 }
 .bg-green {
   background-color: #60a917 !important;
 }
 .bg-green-active:active {
   background-color: #60a917 !important;
 }
 .bg-green-hover:hover {
   background-color: #60a917 !important;
 }
 .bg-green-focus:focus {
   background-color: #60a917 !important;
 }
 .bg-emerald {
   background-color: #008a00 !important;
 }
 .bg-emerald-active:active {
   background-color: #008a00 !important;
 }
 .bg-emerald-hover:hover {
   background-color: #008a00 !important;
 }
 .bg-emerald-focus:focus {
   background-color: #008a00 !important;
 }
 .bg-blue {
   background-color: #00AFF0 !important;
 }
 .bg-blue-active:active {
   background-color: #00AFF0 !important;
 }
 .bg-blue-hover:hover {
   background-color: #00AFF0 !important;
 }
 .bg-blue-focus:focus {
   background-color: #00AFF0 !important;
 }
 .bg-teal {
   background-color: #00aba9 !important;
 }
 .bg-teal-active:active {
   background-color: #00aba9 !important;
 }
 .bg-teal-hover:hover {
   background-color: #00aba9 !important;
 }
 .bg-teal-focus:focus {
   background-color: #00aba9 !important;
 }
 .bg-cyan {
   background-color: #1ba1e2 !important;
 }
 .bg-cyan-active:active {
   background-color: #1ba1e2 !important;
 }
 .bg-cyan-hover:hover {
   background-color: #1ba1e2 !important;
 }
 .bg-cyan-focus:focus {
   background-color: #1ba1e2 !important;
 }
 .bg-cobalt {
   background-color: #0050ef !important;
 }
 .bg-cobalt-active:active {
   background-color: #0050ef !important;
 }
 .bg-cobalt-hover:hover {
   background-color: #0050ef !important;
 }
 .bg-cobalt-focus:focus {
   background-color: #0050ef !important;
 }
 .bg-indigo {
   background-color: #6a00ff !important;
 }
 .bg-indigo-active:active {
   background-color: #6a00ff !important;
 }
 .bg-indigo-hover:hover {
   background-color: #6a00ff !important;
 }
 .bg-indigo-focus:focus {
   background-color: #6a00ff !important;
 }
 .bg-violet {
   background-color: #aa00ff !important;
 }
 .bg-violet-active:active {
   background-color: #aa00ff !important;
 }
 .bg-violet-hover:hover {
   background-color: #aa00ff !important;
 }
 .bg-violet-focus:focus {
   background-color: #aa00ff !important;
 }
 .bg-pink {
   background-color: #dc4fad !important;
 }
 .bg-pink-active:active {
   background-color: #dc4fad !important;
 }
 .bg-pink-hover:hover {
   background-color: #dc4fad !important;
 }
 .bg-pink-focus:focus {
   background-color: #dc4fad !important;
 }
 .bg-magenta {
   background-color: #d80073 !important;
 }
 .bg-magenta-active:active {
   background-color: #d80073 !important;
 }
 .bg-magenta-hover:hover {
   background-color: #d80073 !important;
 }
 .bg-magenta-focus:focus {
   background-color: #d80073 !important;
 }
 .bg-crimson {
   background-color: #a20025 !important;
 }
 .bg-crimson-active:active {
   background-color: #a20025 !important;
 }
 .bg-crimson-hover:hover {
   background-color: #a20025 !important;
 }
 .bg-crimson-focus:focus {
   background-color: #a20025 !important;
 }
 .bg-red {
   background-color: #CE352C !important;
 }
 .bg-red-active:active {
   background-color: #CE352C !important;
 }
 .bg-red-hover:hover {
   background-color: #CE352C !important;
 }
 .bg-red-focus:focus {
   background-color: #CE352C !important;
 }
 .bg-orange {
   background-color: #fa6800 !important;
 }
 .bg-orange-active:active {
   background-color: #fa6800 !important;
 }
 .bg-orange-hover:hover {
   background-color: #fa6800 !important;
 }
 .bg-orange-focus:focus {
   background-color: #fa6800 !important;
 }
 .bg-amber {
   background-color: #f0a30a !important;
 }
 .bg-amber-active:active {
   background-color: #f0a30a !important;
 }
 .bg-amber-hover:hover {
   background-color: #f0a30a !important;
 }
 .bg-amber-focus:focus {
   background-color: #f0a30a !important;
 }
 .bg-yellow {
   background-color: #fff000 !important;
 }
 .bg-yellow-active:active {
   background-color: #fff000 !important;
 }
 .bg-yellow-hover:hover {
   background-color: #fff000 !important;
 }
 .bg-yellow-focus:focus {
   background-color: #fff000 !important;
 }
 .bg-brown {
   background-color: #825a2c !important;
 }
 .bg-brown-active:active {
   background-color: #825a2c !important;
 }
 .bg-brown-hover:hover {
   background-color: #825a2c !important;
 }
 .bg-brown-focus:focus {
   background-color: #825a2c !important;
 }
 .bg-olive {
   background-color: #6d8764 !important;
 }
 .bg-olive-active:active {
   background-color: #6d8764 !important;
 }
 .bg-olive-hover:hover {
   background-color: #6d8764 !important;
 }
 .bg-olive-focus:focus {
   background-color: #6d8764 !important;
 }
 .bg-steel {
   background-color: #647687 !important;
 }
 .bg-steel-active:active {
   background-color: #647687 !important;
 }
 .bg-steel-hover:hover {
   background-color: #647687 !important;
 }
 .bg-steel-focus:focus {
   background-color: #647687 !important;
 }
 .bg-mauve {
   background-color: #76608a !important;
 }
 .bg-mauve-active:active {
   background-color: #76608a !important;
 }
 .bg-mauve-hover:hover {
   background-color: #76608a !important;
 }
 .bg-mauve-focus:focus {
   background-color: #76608a !important;
 }
 .bg-taupe {
   background-color: #87794e !important;
 }
 .bg-taupe-active:active {
   background-color: #87794e !important;
 }
 .bg-taupe-hover:hover {
   background-color: #87794e !important;
 }
 .bg-taupe-focus:focus {
   background-color: #87794e !important;
 }
 .bg-gray {
   background-color: #bebebe !important;
 }
 .bg-gray-active:active {
   background-color: #bebebe !important;
 }
 .bg-gray-hover:hover {
   background-color: #bebebe !important;
 }
 .bg-gray-focus:focus {
   background-color: #bebebe !important;
 }
 .bg-lightLime {
   background-color: #d8ff12 !important;
 }
 .bg-lightLime-active:active {
   background-color: #d8ff12 !important;
 }
 .bg-lightLime-hover:hover {
   background-color: #d8ff12 !important;
 }
 .bg-lightLime-focus:focus {
   background-color: #d8ff12 !important;
 }
 .bg-lightGreen {
   background-color: #86e22a !important;
 }
 .bg-lightGreen-active:active {
   background-color: #86e22a !important;
 }
 .bg-lightGreen-hover:hover {
   background-color: #86e22a !important;
 }
 .bg-lightGreen-focus:focus {
   background-color: #86e22a !important;
 }
 .bg-lightEmerald {
   background-color: #00d600 !important;
 }
 .bg-lightEmerald-active:active {
   background-color: #00d600 !important;
 }
 .bg-lightEmerald-hover:hover {
   background-color: #00d600 !important;
 }
 .bg-lightEmerald-focus:focus {
   background-color: #00d600 !important;
 }
 .bg-lightBlue {
   background-color: #3ecbff !important;
 }
 .bg-lightBlue-active:active {
   background-color: #3ecbff !important;
 }
 .bg-lightBlue-hover:hover {
   background-color: #3ecbff !important;
 }
 .bg-lightBlue-focus:focus {
   background-color: #3ecbff !important;
 }
 .bg-lightTeal {
   background-color: #00f7f5 !important;
 }
 .bg-lightTeal-active:active {
   background-color: #00f7f5 !important;
 }
 .bg-lightTeal-hover:hover {
   background-color: #00f7f5 !important;
 }
 .bg-lightTeal-focus:focus {
   background-color: #00f7f5 !important;
 }
 .bg-lightCyan {
   background-color: #5ebdec !important;
 }
 .bg-lightCyan-active:active {
   background-color: #5ebdec !important;
 }
 .bg-lightCyan-hover:hover {
   background-color: #5ebdec !important;
 }
 .bg-lightCyan-focus:focus {
   background-color: #5ebdec !important;
 }
 .bg-lightCobalt {
   background-color: #3d7eff !important;
 }
 .bg-lightCobalt-active:active {
   background-color: #3d7eff !important;
 }
 .bg-lightCobalt-hover:hover {
   background-color: #3d7eff !important;
 }
 .bg-lightCobalt-focus:focus {
   background-color: #3d7eff !important;
 }
 .bg-lightIndigo {
   background-color: #974dff !important;
 }
 .bg-lightIndigo-active:active {
   background-color: #974dff !important;
 }
 .bg-lightIndigo-hover:hover {
   background-color: #974dff !important;
 }
 .bg-lightIndigo-focus:focus {
   background-color: #974dff !important;
 }
 .bg-lightViolet {
   background-color: #c44dff !important;
 }
 .bg-lightViolet-active:active {
   background-color: #c44dff !important;
 }
 .bg-lightViolet-hover:hover {
   background-color: #c44dff !important;
 }
 .bg-lightViolet-focus:focus {
   background-color: #c44dff !important;
 }
 .bg-lightPink {
   background-color: #e98fcb !important;
 }
 .bg-lightPink-active:active {
   background-color: #e98fcb !important;
 }
 .bg-lightPink-hover:hover {
   background-color: #e98fcb !important;
 }
 .bg-lightPink-focus:focus {
   background-color: #e98fcb !important;
 }
 .bg-lightMagenta {
   background-color: #ff2599 !important;
 }
 .bg-lightMagenta-active:active {
   background-color: #ff2599 !important;
 }
 .bg-lightMagenta-hover:hover {
   background-color: #ff2599 !important;
 }
 .bg-lightMagenta-focus:focus {
   background-color: #ff2599 !important;
 }
 .bg-lightCrimson {
   background-color: #ef0036 !important;
 }
 .bg-lightCrimson-active:active {
   background-color: #ef0036 !important;
 }
 .bg-lightCrimson-hover:hover {
   background-color: #ef0036 !important;
 }
 .bg-lightCrimson-focus:focus {
   background-color: #ef0036 !important;
 }
 .bg-lightRed {
   background-color: #df6e68 !important;
 }
 .bg-lightRed-active:active {
   background-color: #df6e68 !important;
 }
 .bg-lightRed-hover:hover {
   background-color: #df6e68 !important;
 }
 .bg-lightRed-focus:focus {
   background-color: #df6e68 !important;
 }
 .bg-lightOrange {
   background-color: #ff9447 !important;
 }
 .bg-lightOrange-active:active {
   background-color: #ff9447 !important;
 }
 .bg-lightOrange-hover:hover {
   background-color: #ff9447 !important;
 }
 .bg-lightOrange-focus:focus {
   background-color: #ff9447 !important;
 }
 .bg-lightAmber {
   background-color: #f8bf4f !important;
 }
 .bg-lightAmber-active:active {
   background-color: #f8bf4f !important;
 }
 .bg-lightAmber-hover:hover {
   background-color: #f8bf4f !important;
 }
 .bg-lightAmber-focus:focus {
   background-color: #f8bf4f !important;
 }
 .bg-lightYellow {
   background-color: #fff44d !important;
 }
 .bg-lightYellow-active:active {
   background-color: #fff44d !important;
 }
 .bg-lightYellow-hover:hover {
   background-color: #fff44d !important;
 }
 .bg-lightYellow-focus:focus {
   background-color: #fff44d !important;
 }
 .bg-lightBrown {
   background-color: #bb823f !important;
 }
 .bg-lightBrown-active:active {
   background-color: #bb823f !important;
 }
 .bg-lightBrown-hover:hover {
   background-color: #bb823f !important;
 }
 .bg-lightBrown-focus:focus {
   background-color: #bb823f !important;
 }
 .bg-lightOlive {
   background-color: #95ab8d !important;
 }
 .bg-lightOlive-active:active {
   background-color: #95ab8d !important;
 }
 .bg-lightOlive-hover:hover {
   background-color: #95ab8d !important;
 }
 .bg-lightOlive-focus:focus {
   background-color: #95ab8d !important;
 }
 .bg-lightSteel {
   background-color: #8d9cab !important;
 }
 .bg-lightSteel-active:active {
   background-color: #8d9cab !important;
 }
 .bg-lightSteel-hover:hover {
   background-color: #8d9cab !important;
 }
 .bg-lightSteel-focus:focus {
   background-color: #8d9cab !important;
 }
 .bg-lightMauve {
   background-color: #9c89ad !important;
 }
 .bg-lightMauve-active:active {
   background-color: #9c89ad !important;
 }
 .bg-lightMauve-hover:hover {
   background-color: #9c89ad !important;
 }
 .bg-lightMauve-focus:focus {
   background-color: #9c89ad !important;
 }
 .bg-lightTaupe {
   background-color: #aea073 !important;
 }
 .bg-lightTaupe-active:active {
   background-color: #aea073 !important;
 }
 .bg-lightTaupe-hover:hover {
   background-color: #aea073 !important;
 }
 .bg-lightTaupe-focus:focus {
   background-color: #aea073 !important;
 }
 .bg-lightGray {
   background-color: #e4e4e4 !important;
 }
 .bg-lightGray-active:active {
   background-color: #e4e4e4 !important;
 }
 .bg-lightGray-hover:hover {
   background-color: #e4e4e4 !important;
 }
 .bg-lightGray-focus:focus {
   background-color: #e4e4e4 !important;
 }
 .bg-lightGrayBlue {
   background-color: #8aa2ae !important;
 }
 .bg-lightGrayBlue-active:active {
   background-color: #8aa2ae !important;
 }
 .bg-lightGrayBlue-hover:hover {
   background-color: #8aa2ae !important;
 }
 .bg-lightGrayBlue-focus:focus {
   background-color: #8aa2ae !important;
 }
 .bg-darkLime {
   background-color: #647800 !important;
 }
 .bg-darkLime-active:active {
   background-color: #647800 !important;
 }
 .bg-darkLime-hover:hover {
   background-color: #647800 !important;
 }
 .bg-darkLime-focus:focus {
   background-color: #647800 !important;
 }
 .bg-darkGreen {
   background-color: #3a660e !important;
 }
 .bg-darkGreen-active:active {
   background-color: #3a660e !important;
 }
 .bg-darkGreen-hover:hover {
   background-color: #3a660e !important;
 }
 .bg-darkGreen-focus:focus {
   background-color: #3a660e !important;
 }
 .bg-darkEmerald {
   background-color: #003d00 !important;
 }
 .bg-darkEmerald-active:active {
   background-color: #003d00 !important;
 }
 .bg-darkEmerald-hover:hover {
   background-color: #003d00 !important;
 }
 .bg-darkEmerald-focus:focus {
   background-color: #003d00 !important;
 }
 .bg-darkBlue {
   background-color: #0077a3 !important;
 }
 .bg-darkBlue-active:active {
   background-color: #0077a3 !important;
 }
 .bg-darkBlue-hover:hover {
   background-color: #0077a3 !important;
 }
 .bg-darkBlue-focus:focus {
   background-color: #0077a3 !important;
 }
 .bg-darkTeal {
   background-color: #005e5d !important;
 }
 .bg-darkTeal-active:active {
   background-color: #005e5d !important;
 }
 .bg-darkTeal-hover:hover {
   background-color: #005e5d !important;
 }
 .bg-darkTeal-focus:focus {
   background-color: #005e5d !important;
 }
 .bg-darkCyan {
   background-color: #13709e !important;
 }
 .bg-darkCyan-active:active {
   background-color: #13709e !important;
 }
 .bg-darkCyan-hover:hover {
   background-color: #13709e !important;
 }
 .bg-darkCyan-focus:focus {
   background-color: #13709e !important;
 }
 .bg-darkCobalt {
   background-color: #0036a3 !important;
 }
 .bg-darkCobalt-active:active {
   background-color: #0036a3 !important;
 }
 .bg-darkCobalt-hover:hover {
   background-color: #0036a3 !important;
 }
 .bg-darkCobalt-focus:focus {
   background-color: #0036a3 !important;
 }
 .bg-darkIndigo {
   background-color: #4a00b3 !important;
 }
 .bg-darkIndigo-active:active {
   background-color: #4a00b3 !important;
 }
 .bg-darkIndigo-hover:hover {
   background-color: #4a00b3 !important;
 }
 .bg-darkIndigo-focus:focus {
   background-color: #4a00b3 !important;
 }
 .bg-darkViolet {
   background-color: #7700b3 !important;
 }
 .bg-darkViolet-active:active {
   background-color: #7700b3 !important;
 }
 .bg-darkViolet-hover:hover {
   background-color: #7700b3 !important;
 }
 .bg-darkViolet-focus:focus {
   background-color: #7700b3 !important;
 }
 .bg-darkPink {
   background-color: #ba2588 !important;
 }
 .bg-darkPink-active:active {
   background-color: #ba2588 !important;
 }
 .bg-darkPink-hover:hover {
   background-color: #ba2588 !important;
 }
 .bg-darkPink-focus:focus {
   background-color: #ba2588 !important;
 }
 .bg-darkMagenta {
   background-color: #8c004a !important;
 }
 .bg-darkMagenta-active:active {
   background-color: #8c004a !important;
 }
 .bg-darkMagenta-hover:hover {
   background-color: #8c004a !important;
 }
 .bg-darkMagenta-focus:focus {
   background-color: #8c004a !important;
 }
 .bg-darkCrimson {
   background-color: #560014 !important;
 }
 .bg-darkCrimson-active:active {
   background-color: #560014 !important;
 }
 .bg-darkCrimson-hover:hover {
   background-color: #560014 !important;
 }
 .bg-darkCrimson-focus:focus {
   background-color: #560014 !important;
 }
 .bg-darkRed {
   background-color: #8f251f !important;
 }
 .bg-darkRed-active:active {
   background-color: #8f251f !important;
 }
 .bg-darkRed-hover:hover {
   background-color: #8f251f !important;
 }
 .bg-darkRed-focus:focus {
   background-color: #8f251f !important;
 }
 .bg-darkOrange {
   background-color: #ae4800 !important;
 }
 .bg-darkOrange-active:active {
   background-color: #ae4800 !important;
 }
 .bg-darkOrange-hover:hover {
   background-color: #ae4800 !important;
 }
 .bg-darkOrange-focus:focus {
   background-color: #ae4800 !important;
 }
 .bg-darkAmber {
   background-color: #a77107 !important;
 }
 .bg-darkAmber-active:active {
   background-color: #a77107 !important;
 }
 .bg-darkAmber-hover:hover {
   background-color: #a77107 !important;
 }
 .bg-darkAmber-focus:focus {
   background-color: #a77107 !important;
 }
 .bg-darkYellow {
   background-color: #b3a800 !important;
 }
 .bg-darkYellow-active:active {
   background-color: #b3a800 !important;
 }
 .bg-darkYellow-hover:hover {
   background-color: #b3a800 !important;
 }
 .bg-darkYellow-focus:focus {
   background-color: #b3a800 !important;
 }
 .bg-darkBrown {
   background-color: #493219 !important;
 }
 .bg-darkBrown-active:active {
   background-color: #493219 !important;
 }
 .bg-darkBrown-hover:hover {
   background-color: #493219 !important;
 }
 .bg-darkBrown-focus:focus {
   background-color: #493219 !important;
 }
 .bg-darkOlive {
   background-color: #4a5b43 !important;
 }
 .bg-darkOlive-active:active {
   background-color: #4a5b43 !important;
 }
 .bg-darkOlive-hover:hover {
   background-color: #4a5b43 !important;
 }
 .bg-darkOlive-focus:focus {
   background-color: #4a5b43 !important;
 }
 .bg-darkSteel {
   background-color: #43505b !important;
 }
 .bg-darkSteel-active:active {
   background-color: #43505b !important;
 }
 .bg-darkSteel-hover:hover {
   background-color: #43505b !important;
 }
 .bg-darkSteel-focus:focus {
   background-color: #43505b !important;
 }
 .bg-darkMauve {
   background-color: #4f415d !important;
 }
 .bg-darkMauve-active:active {
   background-color: #4f415d !important;
 }
 .bg-darkMauve-hover:hover {
   background-color: #4f415d !important;
 }
 .bg-darkMauve-focus:focus {
   background-color: #4f415d !important;
 }
 .bg-darkTaupe {
   background-color: #574e32 !important;
 }
 .bg-darkTaupe-active:active {
   background-color: #574e32 !important;
 }
 .bg-darkTaupe-hover:hover {
   background-color: #574e32 !important;
 }
 .bg-darkTaupe-focus:focus {
   background-color: #574e32 !important;
 }
 .bg-darkGray {
   background-color: #989898 !important;
 }
 .bg-darkGray-active:active {
   background-color: #989898 !important;
 }
 .bg-darkGray-hover:hover {
   background-color: #989898 !important;
 }
 .bg-darkGray-focus:focus {
   background-color: #989898 !important;
 }
 .bg-darkGrayBlue {
   background-color: #41545e !important;
 }
 .bg-darkGrayBlue-active:active {
   background-color: #41545e !important;
 }
 .bg-darkGrayBlue-hover:hover {
   background-color: #41545e !important;
 }
 .bg-darkGrayBlue-focus:focus {
   background-color: #41545e !important;
 }
 .bd-default {
   border-color: #dfdfdf !important;
 }
 .bd-transparent {
   border-color: transparent !important;
 }
 .bd-black {
   border-color: #000000 !important;
 }
 .bd-black-active:active {
   border-color: #000000 !important;
 }
 .bd-black-hover:hover {
   border-color: #000000 !important;
 }
 .bd-black-focus:focus {
   border-color: #000000 !important;
 }
 .tg-black::before {
   border-color: #000000;
 }
 .bd-white {
   border-color: #ffffff !important;
 }
 .bd-white-active:active {
   border-color: #ffffff !important;
 }
 .bd-white-hover:hover {
   border-color: #ffffff !important;
 }
 .bd-white-focus:focus {
   border-color: #ffffff !important;
 }
 .tg-white::before {
   border-color: #ffffff;
 }
 .bd-dark {
   border-color: #1d1d1d !important;
 }
 .bd-dark-active:active {
   border-color: #1d1d1d !important;
 }
 .bd-dark-hover:hover {
   border-color: #1d1d1d !important;
 }
 .bd-dark-focus:focus {
   border-color: #1d1d1d !important;
 }
 .tg-dark::before {
   border-color: #1d1d1d;
 }
 .bd-light {
   border-color: #f8f8f8 !important;
 }
 .bd-light-active:active {
   border-color: #f8f8f8 !important;
 }
 .bd-light-hover:hover {
   border-color: #f8f8f8 !important;
 }
 .bd-light-focus:focus {
   border-color: #f8f8f8 !important;
 }
 .tg-light::before {
   border-color: #f8f8f8;
 }
 .bd-grayBlue {
   border-color: #607d8b !important;
 }
 .bd-grayBlue-active:active {
   border-color: #607d8b !important;
 }
 .bd-grayBlue-hover:hover {
   border-color: #607d8b !important;
 }
 .bd-grayBlue-focus:focus {
   border-color: #607d8b !important;
 }
 .tg-grayBlue::before {
   border-color: #607d8b;
 }
 .bd-grayWhite {
   border-color: #f5f5f5 !important;
 }
 .bd-grayWhite-active:active {
   border-color: #f5f5f5 !important;
 }
 .bd-grayWhite-hover:hover {
   border-color: #f5f5f5 !important;
 }
 .bd-grayWhite-focus:focus {
   border-color: #f5f5f5 !important;
 }
 .tg-grayWhite::before {
   border-color: #f5f5f5;
 }
 .bd-grayMouse {
   border-color: #455a64 !important;
 }
 .bd-grayMouse-active:active {
   border-color: #455a64 !important;
 }
 .bd-grayMouse-hover:hover {
   border-color: #455a64 !important;
 }
 .bd-grayMouse-focus:focus {
   border-color: #455a64 !important;
 }
 .tg-grayMouse::before {
   border-color: #455a64;
 }
 .bd-brandColor1 {
   border-color: #2ac4f4 !important;
 }
 .bd-brandColor1-active:active {
   border-color: #2ac4f4 !important;
 }
 .bd-brandColor1-hover:hover {
   border-color: #2ac4f4 !important;
 }
 .bd-brandColor1-focus:focus {
   border-color: #2ac4f4 !important;
 }
 .tg-brandColor1::before {
   border-color: #2ac4f4;
 }
 .bd-brandColor2 {
   border-color: #004d6f !important;
 }
 .bd-brandColor2-active:active {
   border-color: #004d6f !important;
 }
 .bd-brandColor2-hover:hover {
   border-color: #004d6f !important;
 }
 .bd-brandColor2-focus:focus {
   border-color: #004d6f !important;
 }
 .tg-brandColor2::before {
   border-color: #004d6f;
 }
 .bd-lime {
   border-color: #a4c400 !important;
 }
 .bd-lime-active:active {
   border-color: #a4c400 !important;
 }
 .bd-lime-hover:hover {
   border-color: #a4c400 !important;
 }
 .bd-lime-focus:focus {
   border-color: #a4c400 !important;
 }
 .tg-lime::before {
   border-color: #a4c400;
 }
 .bd-green {
   border-color: #60a917 !important;
 }
 .bd-green-active:active {
   border-color: #60a917 !important;
 }
 .bd-green-hover:hover {
   border-color: #60a917 !important;
 }
 .bd-green-focus:focus {
   border-color: #60a917 !important;
 }
 .tg-green::before {
   border-color: #60a917;
 }
 .bd-emerald {
   border-color: #008a00 !important;
 }
 .bd-emerald-active:active {
   border-color: #008a00 !important;
 }
 .bd-emerald-hover:hover {
   border-color: #008a00 !important;
 }
 .bd-emerald-focus:focus {
   border-color: #008a00 !important;
 }
 .tg-emerald::before {
   border-color: #008a00;
 }
 .bd-blue {
   border-color: #00AFF0 !important;
 }
 .bd-blue-active:active {
   border-color: #00AFF0 !important;
 }
 .bd-blue-hover:hover {
   border-color: #00AFF0 !important;
 }
 .bd-blue-focus:focus {
   border-color: #00AFF0 !important;
 }
 .tg-blue::before {
   border-color: #00AFF0;
 }
 .bd-teal {
   border-color: #00aba9 !important;
 }
 .bd-teal-active:active {
   border-color: #00aba9 !important;
 }
 .bd-teal-hover:hover {
   border-color: #00aba9 !important;
 }
 .bd-teal-focus:focus {
   border-color: #00aba9 !important;
 }
 .tg-teal::before {
   border-color: #00aba9;
 }
 .bd-cyan {
   border-color: #1ba1e2 !important;
 }
 .bd-cyan-active:active {
   border-color: #1ba1e2 !important;
 }
 .bd-cyan-hover:hover {
   border-color: #1ba1e2 !important;
 }
 .bd-cyan-focus:focus {
   border-color: #1ba1e2 !important;
 }
 .tg-cyan::before {
   border-color: #1ba1e2;
 }
 .bd-cobalt {
   border-color: #0050ef !important;
 }
 .bd-cobalt-active:active {
   border-color: #0050ef !important;
 }
 .bd-cobalt-hover:hover {
   border-color: #0050ef !important;
 }
 .bd-cobalt-focus:focus {
   border-color: #0050ef !important;
 }
 .tg-cobalt::before {
   border-color: #0050ef;
 }
 .bd-indigo {
   border-color: #6a00ff !important;
 }
 .bd-indigo-active:active {
   border-color: #6a00ff !important;
 }
 .bd-indigo-hover:hover {
   border-color: #6a00ff !important;
 }
 .bd-indigo-focus:focus {
   border-color: #6a00ff !important;
 }
 .tg-indigo::before {
   border-color: #6a00ff;
 }
 .bd-violet {
   border-color: #aa00ff !important;
 }
 .bd-violet-active:active {
   border-color: #aa00ff !important;
 }
 .bd-violet-hover:hover {
   border-color: #aa00ff !important;
 }
 .bd-violet-focus:focus {
   border-color: #aa00ff !important;
 }
 .tg-violet::before {
   border-color: #aa00ff;
 }
 .bd-pink {
   border-color: #dc4fad !important;
 }
 .bd-pink-active:active {
   border-color: #dc4fad !important;
 }
 .bd-pink-hover:hover {
   border-color: #dc4fad !important;
 }
 .bd-pink-focus:focus {
   border-color: #dc4fad !important;
 }
 .tg-pink::before {
   border-color: #dc4fad;
 }
 .bd-magenta {
   border-color: #d80073 !important;
 }
 .bd-magenta-active:active {
   border-color: #d80073 !important;
 }
 .bd-magenta-hover:hover {
   border-color: #d80073 !important;
 }
 .bd-magenta-focus:focus {
   border-color: #d80073 !important;
 }
 .tg-magenta::before {
   border-color: #d80073;
 }
 .bd-crimson {
   border-color: #a20025 !important;
 }
 .bd-crimson-active:active {
   border-color: #a20025 !important;
 }
 .bd-crimson-hover:hover {
   border-color: #a20025 !important;
 }
 .bd-crimson-focus:focus {
   border-color: #a20025 !important;
 }
 .tg-crimson::before {
   border-color: #a20025;
 }
 .bd-red {
   border-color: #CE352C !important;
 }
 .bd-red-active:active {
   border-color: #CE352C !important;
 }
 .bd-red-hover:hover {
   border-color: #CE352C !important;
 }
 .bd-red-focus:focus {
   border-color: #CE352C !important;
 }
 .tg-red::before {
   border-color: #CE352C;
 }
 .bd-orange {
   border-color: #fa6800 !important;
 }
 .bd-orange-active:active {
   border-color: #fa6800 !important;
 }
 .bd-orange-hover:hover {
   border-color: #fa6800 !important;
 }
 .bd-orange-focus:focus {
   border-color: #fa6800 !important;
 }
 .tg-orange::before {
   border-color: #fa6800;
 }
 .bd-amber {
   border-color: #f0a30a !important;
 }
 .bd-amber-active:active {
   border-color: #f0a30a !important;
 }
 .bd-amber-hover:hover {
   border-color: #f0a30a !important;
 }
 .bd-amber-focus:focus {
   border-color: #f0a30a !important;
 }
 .tg-amber::before {
   border-color: #f0a30a;
 }
 .bd-yellow {
   border-color: #fff000 !important;
 }
 .bd-yellow-active:active {
   border-color: #fff000 !important;
 }
 .bd-yellow-hover:hover {
   border-color: #fff000 !important;
 }
 .bd-yellow-focus:focus {
   border-color: #fff000 !important;
 }
 .tg-yellow::before {
   border-color: #fff000;
 }
 .bd-brown {
   border-color: #825a2c !important;
 }
 .bd-brown-active:active {
   border-color: #825a2c !important;
 }
 .bd-brown-hover:hover {
   border-color: #825a2c !important;
 }
 .bd-brown-focus:focus {
   border-color: #825a2c !important;
 }
 .tg-brown::before {
   border-color: #825a2c;
 }
 .bd-olive {
   border-color: #6d8764 !important;
 }
 .bd-olive-active:active {
   border-color: #6d8764 !important;
 }
 .bd-olive-hover:hover {
   border-color: #6d8764 !important;
 }
 .bd-olive-focus:focus {
   border-color: #6d8764 !important;
 }
 .tg-olive::before {
   border-color: #6d8764;
 }
 .bd-steel {
   border-color: #647687 !important;
 }
 .bd-steel-active:active {
   border-color: #647687 !important;
 }
 .bd-steel-hover:hover {
   border-color: #647687 !important;
 }
 .bd-steel-focus:focus {
   border-color: #647687 !important;
 }
 .tg-steel::before {
   border-color: #647687;
 }
 .bd-mauve {
   border-color: #76608a !important;
 }
 .bd-mauve-active:active {
   border-color: #76608a !important;
 }
 .bd-mauve-hover:hover {
   border-color: #76608a !important;
 }
 .bd-mauve-focus:focus {
   border-color: #76608a !important;
 }
 .tg-mauve::before {
   border-color: #76608a;
 }
 .bd-taupe {
   border-color: #87794e !important;
 }
 .bd-taupe-active:active {
   border-color: #87794e !important;
 }
 .bd-taupe-hover:hover {
   border-color: #87794e !important;
 }
 .bd-taupe-focus:focus {
   border-color: #87794e !important;
 }
 .tg-taupe::before {
   border-color: #87794e;
 }
 .bd-gray {
   border-color: #bebebe !important;
 }
 .bd-gray-active:active {
   border-color: #bebebe !important;
 }
 .bd-gray-hover:hover {
   border-color: #bebebe !important;
 }
 .bd-gray-focus:focus {
   border-color: #bebebe !important;
 }
 .tg-gray::before {
   border-color: #bebebe;
 }
 .bd-lightLime {
   border-color: #d8ff12 !important;
 }
 .bd-lightLime-active:active {
   border-color: #d8ff12 !important;
 }
 .bd-lightLime-hover:hover {
   border-color: #d8ff12 !important;
 }
 .bd-lightLime-focus:focus {
   border-color: #d8ff12 !important;
 }
 .tg-lightLime::before {
   border-color: #d8ff12;
 }
 .bd-lightGreen {
   border-color: #86e22a !important;
 }
 .bd-lightGreen-active:active {
   border-color: #86e22a !important;
 }
 .bd-lightGreen-hover:hover {
   border-color: #86e22a !important;
 }
 .bd-lightGreen-focus:focus {
   border-color: #86e22a !important;
 }
 .tg-lightGreen::before {
   border-color: #86e22a;
 }
 .bd-lightEmerald {
   border-color: #00d600 !important;
 }
 .bd-lightEmerald-active:active {
   border-color: #00d600 !important;
 }
 .bd-lightEmerald-hover:hover {
   border-color: #00d600 !important;
 }
 .bd-lightEmerald-focus:focus {
   border-color: #00d600 !important;
 }
 .tg-lightEmerald::before {
   border-color: #00d600;
 }
 .bd-lightBlue {
   border-color: #3ecbff !important;
 }
 .bd-lightBlue-active:active {
   border-color: #3ecbff !important;
 }
 .bd-lightBlue-hover:hover {
   border-color: #3ecbff !important;
 }
 .bd-lightBlue-focus:focus {
   border-color: #3ecbff !important;
 }
 .tg-lightBlue::before {
   border-color: #3ecbff;
 }
 .bd-lightTeal {
   border-color: #00f7f5 !important;
 }
 .bd-lightTeal-active:active {
   border-color: #00f7f5 !important;
 }
 .bd-lightTeal-hover:hover {
   border-color: #00f7f5 !important;
 }
 .bd-lightTeal-focus:focus {
   border-color: #00f7f5 !important;
 }
 .tg-lightTeal::before {
   border-color: #00f7f5;
 }
 .bd-lightCyan {
   border-color: #5ebdec !important;
 }
 .bd-lightCyan-active:active {
   border-color: #5ebdec !important;
 }
 .bd-lightCyan-hover:hover {
   border-color: #5ebdec !important;
 }
 .bd-lightCyan-focus:focus {
   border-color: #5ebdec !important;
 }
 .tg-lightCyan::before {
   border-color: #5ebdec;
 }
 .bd-lightCobalt {
   border-color: #3d7eff !important;
 }
 .bd-lightCobalt-active:active {
   border-color: #3d7eff !important;
 }
 .bd-lightCobalt-hover:hover {
   border-color: #3d7eff !important;
 }
 .bd-lightCobalt-focus:focus {
   border-color: #3d7eff !important;
 }
 .tg-lightCobalt::before {
   border-color: #3d7eff;
 }
 .bd-lightIndigo {
   border-color: #974dff !important;
 }
 .bd-lightIndigo-active:active {
   border-color: #974dff !important;
 }
 .bd-lightIndigo-hover:hover {
   border-color: #974dff !important;
 }
 .bd-lightIndigo-focus:focus {
   border-color: #974dff !important;
 }
 .tg-lightIndigo::before {
   border-color: #974dff;
 }
 .bd-lightViolet {
   border-color: #c44dff !important;
 }
 .bd-lightViolet-active:active {
   border-color: #c44dff !important;
 }
 .bd-lightViolet-hover:hover {
   border-color: #c44dff !important;
 }
 .bd-lightViolet-focus:focus {
   border-color: #c44dff !important;
 }
 .tg-lightViolet::before {
   border-color: #c44dff;
 }
 .bd-lightPink {
   border-color: #e98fcb !important;
 }
 .bd-lightPink-active:active {
   border-color: #e98fcb !important;
 }
 .bd-lightPink-hover:hover {
   border-color: #e98fcb !important;
 }
 .bd-lightPink-focus:focus {
   border-color: #e98fcb !important;
 }
 .tg-lightPink::before {
   border-color: #e98fcb;
 }
 .bd-lightMagenta {
   border-color: #ff2599 !important;
 }
 .bd-lightMagenta-active:active {
   border-color: #ff2599 !important;
 }
 .bd-lightMagenta-hover:hover {
   border-color: #ff2599 !important;
 }
 .bd-lightMagenta-focus:focus {
   border-color: #ff2599 !important;
 }
 .tg-lightMagenta::before {
   border-color: #ff2599;
 }
 .bd-lightCrimson {
   border-color: #ef0036 !important;
 }
 .bd-lightCrimson-active:active {
   border-color: #ef0036 !important;
 }
 .bd-lightCrimson-hover:hover {
   border-color: #ef0036 !important;
 }
 .bd-lightCrimson-focus:focus {
   border-color: #ef0036 !important;
 }
 .tg-lightCrimson::before {
   border-color: #ef0036;
 }
 .bd-lightRed {
   border-color: #df6e68 !important;
 }
 .bd-lightRed-active:active {
   border-color: #df6e68 !important;
 }
 .bd-lightRed-hover:hover {
   border-color: #df6e68 !important;
 }
 .bd-lightRed-focus:focus {
   border-color: #df6e68 !important;
 }
 .tg-lightRed::before {
   border-color: #df6e68;
 }
 .bd-lightOrange {
   border-color: #ff9447 !important;
 }
 .bd-lightOrange-active:active {
   border-color: #ff9447 !important;
 }
 .bd-lightOrange-hover:hover {
   border-color: #ff9447 !important;
 }
 .bd-lightOrange-focus:focus {
   border-color: #ff9447 !important;
 }
 .tg-lightOrange::before {
   border-color: #ff9447;
 }
 .bd-lightAmber {
   border-color: #f8bf4f !important;
 }
 .bd-lightAmber-active:active {
   border-color: #f8bf4f !important;
 }
 .bd-lightAmber-hover:hover {
   border-color: #f8bf4f !important;
 }
 .bd-lightAmber-focus:focus {
   border-color: #f8bf4f !important;
 }
 .tg-lightAmber::before {
   border-color: #f8bf4f;
 }
 .bd-lightYellow {
   border-color: #fff44d !important;
 }
 .bd-lightYellow-active:active {
   border-color: #fff44d !important;
 }
 .bd-lightYellow-hover:hover {
   border-color: #fff44d !important;
 }
 .bd-lightYellow-focus:focus {
   border-color: #fff44d !important;
 }
 .tg-lightYellow::before {
   border-color: #fff44d;
 }
 .bd-lightBrown {
   border-color: #bb823f !important;
 }
 .bd-lightBrown-active:active {
   border-color: #bb823f !important;
 }
 .bd-lightBrown-hover:hover {
   border-color: #bb823f !important;
 }
 .bd-lightBrown-focus:focus {
   border-color: #bb823f !important;
 }
 .tg-lightBrown::before {
   border-color: #bb823f;
 }
 .bd-lightOlive {
   border-color: #95ab8d !important;
 }
 .bd-lightOlive-active:active {
   border-color: #95ab8d !important;
 }
 .bd-lightOlive-hover:hover {
   border-color: #95ab8d !important;
 }
 .bd-lightOlive-focus:focus {
   border-color: #95ab8d !important;
 }
 .tg-lightOlive::before {
   border-color: #95ab8d;
 }
 .bd-lightSteel {
   border-color: #8d9cab !important;
 }
 .bd-lightSteel-active:active {
   border-color: #8d9cab !important;
 }
 .bd-lightSteel-hover:hover {
   border-color: #8d9cab !important;
 }
 .bd-lightSteel-focus:focus {
   border-color: #8d9cab !important;
 }
 .tg-lightSteel::before {
   border-color: #8d9cab;
 }
 .bd-lightMauve {
   border-color: #9c89ad !important;
 }
 .bd-lightMauve-active:active {
   border-color: #9c89ad !important;
 }
 .bd-lightMauve-hover:hover {
   border-color: #9c89ad !important;
 }
 .bd-lightMauve-focus:focus {
   border-color: #9c89ad !important;
 }
 .tg-lightMauve::before {
   border-color: #9c89ad;
 }
 .bd-lightTaupe {
   border-color: #aea073 !important;
 }
 .bd-lightTaupe-active:active {
   border-color: #aea073 !important;
 }
 .bd-lightTaupe-hover:hover {
   border-color: #aea073 !important;
 }
 .bd-lightTaupe-focus:focus {
   border-color: #aea073 !important;
 }
 .tg-lightTaupe::before {
   border-color: #aea073;
 }
 .bd-lightGray {
   border-color: #e4e4e4 !important;
 }
 .bd-lightGray-active:active {
   border-color: #e4e4e4 !important;
 }
 .bd-lightGray-hover:hover {
   border-color: #e4e4e4 !important;
 }
 .bd-lightGray-focus:focus {
   border-color: #e4e4e4 !important;
 }
 .tg-lightGray::before {
   border-color: #e4e4e4;
 }
 .bd-lightGrayBlue {
   border-color: #8aa2ae !important;
 }
 .bd-lightGrayBlue-active:active {
   border-color: #8aa2ae !important;
 }
 .bd-lightGrayBlue-hover:hover {
   border-color: #8aa2ae !important;
 }
 .bd-lightGrayBlue-focus:focus {
   border-color: #8aa2ae !important;
 }
 .tg-lightGrayBlue::before {
   border-color: #8aa2ae;
 }
 .bd-darkLime {
   border-color: #647800 !important;
 }
 .bd-darkLime-active:active {
   border-color: #647800 !important;
 }
 .bd-darkLime-hover:hover {
   border-color: #647800 !important;
 }
 .bd-darkLime-focus:focus {
   border-color: #647800 !important;
 }
 .tg-darkLime::before {
   border-color: #647800;
 }
 .bd-darkGreen {
   border-color: #3a660e !important;
 }
 .bd-darkGreen-active:active {
   border-color: #3a660e !important;
 }
 .bd-darkGreen-hover:hover {
   border-color: #3a660e !important;
 }
 .bd-darkGreen-focus:focus {
   border-color: #3a660e !important;
 }
 .tg-darkGreen::before {
   border-color: #3a660e;
 }
 .bd-darkEmerald {
   border-color: #003d00 !important;
 }
 .bd-darkEmerald-active:active {
   border-color: #003d00 !important;
 }
 .bd-darkEmerald-hover:hover {
   border-color: #003d00 !important;
 }
 .bd-darkEmerald-focus:focus {
   border-color: #003d00 !important;
 }
 .tg-darkEmerald::before {
   border-color: #003d00;
 }
 .bd-darkBlue {
   border-color: #0077a3 !important;
 }
 .bd-darkBlue-active:active {
   border-color: #0077a3 !important;
 }
 .bd-darkBlue-hover:hover {
   border-color: #0077a3 !important;
 }
 .bd-darkBlue-focus:focus {
   border-color: #0077a3 !important;
 }
 .tg-darkBlue::before {
   border-color: #0077a3;
 }
 .bd-darkTeal {
   border-color: #005e5d !important;
 }
 .bd-darkTeal-active:active {
   border-color: #005e5d !important;
 }
 .bd-darkTeal-hover:hover {
   border-color: #005e5d !important;
 }
 .bd-darkTeal-focus:focus {
   border-color: #005e5d !important;
 }
 .tg-darkTeal::before {
   border-color: #005e5d;
 }
 .bd-darkCyan {
   border-color: #13709e !important;
 }
 .bd-darkCyan-active:active {
   border-color: #13709e !important;
 }
 .bd-darkCyan-hover:hover {
   border-color: #13709e !important;
 }
 .bd-darkCyan-focus:focus {
   border-color: #13709e !important;
 }
 .tg-darkCyan::before {
   border-color: #13709e;
 }
 .bd-darkCobalt {
   border-color: #0036a3 !important;
 }
 .bd-darkCobalt-active:active {
   border-color: #0036a3 !important;
 }
 .bd-darkCobalt-hover:hover {
   border-color: #0036a3 !important;
 }
 .bd-darkCobalt-focus:focus {
   border-color: #0036a3 !important;
 }
 .tg-darkCobalt::before {
   border-color: #0036a3;
 }
 .bd-darkIndigo {
   border-color: #4a00b3 !important;
 }
 .bd-darkIndigo-active:active {
   border-color: #4a00b3 !important;
 }
 .bd-darkIndigo-hover:hover {
   border-color: #4a00b3 !important;
 }
 .bd-darkIndigo-focus:focus {
   border-color: #4a00b3 !important;
 }
 .tg-darkIndigo::before {
   border-color: #4a00b3;
 }
 .bd-darkViolet {
   border-color: #7700b3 !important;
 }
 .bd-darkViolet-active:active {
   border-color: #7700b3 !important;
 }
 .bd-darkViolet-hover:hover {
   border-color: #7700b3 !important;
 }
 .bd-darkViolet-focus:focus {
   border-color: #7700b3 !important;
 }
 .tg-darkViolet::before {
   border-color: #7700b3;
 }
 .bd-darkPink {
   border-color: #ba2588 !important;
 }
 .bd-darkPink-active:active {
   border-color: #ba2588 !important;
 }
 .bd-darkPink-hover:hover {
   border-color: #ba2588 !important;
 }
 .bd-darkPink-focus:focus {
   border-color: #ba2588 !important;
 }
 .tg-darkPink::before {
   border-color: #ba2588;
 }
 .bd-darkMagenta {
   border-color: #8c004a !important;
 }
 .bd-darkMagenta-active:active {
   border-color: #8c004a !important;
 }
 .bd-darkMagenta-hover:hover {
   border-color: #8c004a !important;
 }
 .bd-darkMagenta-focus:focus {
   border-color: #8c004a !important;
 }
 .tg-darkMagenta::before {
   border-color: #8c004a;
 }
 .bd-darkCrimson {
   border-color: #560014 !important;
 }
 .bd-darkCrimson-active:active {
   border-color: #560014 !important;
 }
 .bd-darkCrimson-hover:hover {
   border-color: #560014 !important;
 }
 .bd-darkCrimson-focus:focus {
   border-color: #560014 !important;
 }
 .tg-darkCrimson::before {
   border-color: #560014;
 }
 .bd-darkRed {
   border-color: #8f251f !important;
 }
 .bd-darkRed-active:active {
   border-color: #8f251f !important;
 }
 .bd-darkRed-hover:hover {
   border-color: #8f251f !important;
 }
 .bd-darkRed-focus:focus {
   border-color: #8f251f !important;
 }
 .tg-darkRed::before {
   border-color: #8f251f;
 }
 .bd-darkOrange {
   border-color: #ae4800 !important;
 }
 .bd-darkOrange-active:active {
   border-color: #ae4800 !important;
 }
 .bd-darkOrange-hover:hover {
   border-color: #ae4800 !important;
 }
 .bd-darkOrange-focus:focus {
   border-color: #ae4800 !important;
 }
 .tg-darkOrange::before {
   border-color: #ae4800;
 }
 .bd-darkAmber {
   border-color: #a77107 !important;
 }
 .bd-darkAmber-active:active {
   border-color: #a77107 !important;
 }
 .bd-darkAmber-hover:hover {
   border-color: #a77107 !important;
 }
 .bd-darkAmber-focus:focus {
   border-color: #a77107 !important;
 }
 .tg-darkAmber::before {
   border-color: #a77107;
 }
 .bd-darkYellow {
   border-color: #b3a800 !important;
 }
 .bd-darkYellow-active:active {
   border-color: #b3a800 !important;
 }
 .bd-darkYellow-hover:hover {
   border-color: #b3a800 !important;
 }
 .bd-darkYellow-focus:focus {
   border-color: #b3a800 !important;
 }
 .tg-darkYellow::before {
   border-color: #b3a800;
 }
 .bd-darkBrown {
   border-color: #493219 !important;
 }
 .bd-darkBrown-active:active {
   border-color: #493219 !important;
 }
 .bd-darkBrown-hover:hover {
   border-color: #493219 !important;
 }
 .bd-darkBrown-focus:focus {
   border-color: #493219 !important;
 }
 .tg-darkBrown::before {
   border-color: #493219;
 }
 .bd-darkOlive {
   border-color: #4a5b43 !important;
 }
 .bd-darkOlive-active:active {
   border-color: #4a5b43 !important;
 }
 .bd-darkOlive-hover:hover {
   border-color: #4a5b43 !important;
 }
 .bd-darkOlive-focus:focus {
   border-color: #4a5b43 !important;
 }
 .tg-darkOlive::before {
   border-color: #4a5b43;
 }
 .bd-darkSteel {
   border-color: #43505b !important;
 }
 .bd-darkSteel-active:active {
   border-color: #43505b !important;
 }
 .bd-darkSteel-hover:hover {
   border-color: #43505b !important;
 }
 .bd-darkSteel-focus:focus {
   border-color: #43505b !important;
 }
 .tg-darkSteel::before {
   border-color: #43505b;
 }
 .bd-darkMauve {
   border-color: #4f415d !important;
 }
 .bd-darkMauve-active:active {
   border-color: #4f415d !important;
 }
 .bd-darkMauve-hover:hover {
   border-color: #4f415d !important;
 }
 .bd-darkMauve-focus:focus {
   border-color: #4f415d !important;
 }
 .tg-darkMauve::before {
   border-color: #4f415d;
 }
 .bd-darkTaupe {
   border-color: #574e32 !important;
 }
 .bd-darkTaupe-active:active {
   border-color: #574e32 !important;
 }
 .bd-darkTaupe-hover:hover {
   border-color: #574e32 !important;
 }
 .bd-darkTaupe-focus:focus {
   border-color: #574e32 !important;
 }
 .tg-darkTaupe::before {
   border-color: #574e32;
 }
 .bd-darkGray {
   border-color: #989898 !important;
 }
 .bd-darkGray-active:active {
   border-color: #989898 !important;
 }
 .bd-darkGray-hover:hover {
   border-color: #989898 !important;
 }
 .bd-darkGray-focus:focus {
   border-color: #989898 !important;
 }
 .tg-darkGray::before {
   border-color: #989898;
 }
 .bd-darkGrayBlue {
   border-color: #41545e !important;
 }
 .bd-darkGrayBlue-active:active {
   border-color: #41545e !important;
 }
 .bd-darkGrayBlue-hover:hover {
   border-color: #41545e !important;
 }
 .bd-darkGrayBlue-focus:focus {
   border-color: #41545e !important;
 }
 .tg-darkGrayBlue::before {
   border-color: #41545e;
 }
 .fc-black {
   fill: #000000 !important;
 }
 .fc-black-active:active {
   fill: #000000 !important;
 }
 .fc-black-hover:hover {
   fill: #000000 !important;
 }
 .fc-black-focus:focus {
   fill: #000000 !important;
 }
 .fc-white {
   fill: #ffffff !important;
 }
 .fc-white-active:active {
   fill: #ffffff !important;
 }
 .fc-white-hover:hover {
   fill: #ffffff !important;
 }
 .fc-white-focus:focus {
   fill: #ffffff !important;
 }
 .fc-dark {
   fill: #1d1d1d !important;
 }
 .fc-dark-active:active {
   fill: #1d1d1d !important;
 }
 .fc-dark-hover:hover {
   fill: #1d1d1d !important;
 }
 .fc-dark-focus:focus {
   fill: #1d1d1d !important;
 }
 .fc-light {
   fill: #f8f8f8 !important;
 }
 .fc-light-active:active {
   fill: #f8f8f8 !important;
 }
 .fc-light-hover:hover {
   fill: #f8f8f8 !important;
 }
 .fc-light-focus:focus {
   fill: #f8f8f8 !important;
 }
 .fc-grayBlue {
   fill: #607d8b !important;
 }
 .fc-grayBlue-active:active {
   fill: #607d8b !important;
 }
 .fc-grayBlue-hover:hover {
   fill: #607d8b !important;
 }
 .fc-grayBlue-focus:focus {
   fill: #607d8b !important;
 }
 .fc-grayWhite {
   fill: #f5f5f5 !important;
 }
 .fc-grayWhite-active:active {
   fill: #f5f5f5 !important;
 }
 .fc-grayWhite-hover:hover {
   fill: #f5f5f5 !important;
 }
 .fc-grayWhite-focus:focus {
   fill: #f5f5f5 !important;
 }
 .fc-grayMouse {
   fill: #455a64 !important;
 }
 .fc-grayMouse-active:active {
   fill: #455a64 !important;
 }
 .fc-grayMouse-hover:hover {
   fill: #455a64 !important;
 }
 .fc-grayMouse-focus:focus {
   fill: #455a64 !important;
 }
 .fc-brandColor1 {
   fill: #2ac4f4 !important;
 }
 .fc-brandColor1-active:active {
   fill: #2ac4f4 !important;
 }
 .fc-brandColor1-hover:hover {
   fill: #2ac4f4 !important;
 }
 .fc-brandColor1-focus:focus {
   fill: #2ac4f4 !important;
 }
 .fc-brandColor2 {
   fill: #004d6f !important;
 }
 .fc-brandColor2-active:active {
   fill: #004d6f !important;
 }
 .fc-brandColor2-hover:hover {
   fill: #004d6f !important;
 }
 .fc-brandColor2-focus:focus {
   fill: #004d6f !important;
 }
 .fc-lime {
   fill: #a4c400 !important;
 }
 .fc-lime-active:active {
   fill: #a4c400 !important;
 }
 .fc-lime-hover:hover {
   fill: #a4c400 !important;
 }
 .fc-lime-focus:focus {
   fill: #a4c400 !important;
 }
 .fc-green {
   fill: #60a917 !important;
 }
 .fc-green-active:active {
   fill: #60a917 !important;
 }
 .fc-green-hover:hover {
   fill: #60a917 !important;
 }
 .fc-green-focus:focus {
   fill: #60a917 !important;
 }
 .fc-emerald {
   fill: #008a00 !important;
 }
 .fc-emerald-active:active {
   fill: #008a00 !important;
 }
 .fc-emerald-hover:hover {
   fill: #008a00 !important;
 }
 .fc-emerald-focus:focus {
   fill: #008a00 !important;
 }
 .fc-blue {
   fill: #00AFF0 !important;
 }
 .fc-blue-active:active {
   fill: #00AFF0 !important;
 }
 .fc-blue-hover:hover {
   fill: #00AFF0 !important;
 }
 .fc-blue-focus:focus {
   fill: #00AFF0 !important;
 }
 .fc-teal {
   fill: #00aba9 !important;
 }
 .fc-teal-active:active {
   fill: #00aba9 !important;
 }
 .fc-teal-hover:hover {
   fill: #00aba9 !important;
 }
 .fc-teal-focus:focus {
   fill: #00aba9 !important;
 }
 .fc-cyan {
   fill: #1ba1e2 !important;
 }
 .fc-cyan-active:active {
   fill: #1ba1e2 !important;
 }
 .fc-cyan-hover:hover {
   fill: #1ba1e2 !important;
 }
 .fc-cyan-focus:focus {
   fill: #1ba1e2 !important;
 }
 .fc-cobalt {
   fill: #0050ef !important;
 }
 .fc-cobalt-active:active {
   fill: #0050ef !important;
 }
 .fc-cobalt-hover:hover {
   fill: #0050ef !important;
 }
 .fc-cobalt-focus:focus {
   fill: #0050ef !important;
 }
 .fc-indigo {
   fill: #6a00ff !important;
 }
 .fc-indigo-active:active {
   fill: #6a00ff !important;
 }
 .fc-indigo-hover:hover {
   fill: #6a00ff !important;
 }
 .fc-indigo-focus:focus {
   fill: #6a00ff !important;
 }
 .fc-violet {
   fill: #aa00ff !important;
 }
 .fc-violet-active:active {
   fill: #aa00ff !important;
 }
 .fc-violet-hover:hover {
   fill: #aa00ff !important;
 }
 .fc-violet-focus:focus {
   fill: #aa00ff !important;
 }
 .fc-pink {
   fill: #dc4fad !important;
 }
 .fc-pink-active:active {
   fill: #dc4fad !important;
 }
 .fc-pink-hover:hover {
   fill: #dc4fad !important;
 }
 .fc-pink-focus:focus {
   fill: #dc4fad !important;
 }
 .fc-magenta {
   fill: #d80073 !important;
 }
 .fc-magenta-active:active {
   fill: #d80073 !important;
 }
 .fc-magenta-hover:hover {
   fill: #d80073 !important;
 }
 .fc-magenta-focus:focus {
   fill: #d80073 !important;
 }
 .fc-crimson {
   fill: #a20025 !important;
 }
 .fc-crimson-active:active {
   fill: #a20025 !important;
 }
 .fc-crimson-hover:hover {
   fill: #a20025 !important;
 }
 .fc-crimson-focus:focus {
   fill: #a20025 !important;
 }
 .fc-red {
   fill: #CE352C !important;
 }
 .fc-red-active:active {
   fill: #CE352C !important;
 }
 .fc-red-hover:hover {
   fill: #CE352C !important;
 }
 .fc-red-focus:focus {
   fill: #CE352C !important;
 }
 .fc-orange {
   fill: #fa6800 !important;
 }
 .fc-orange-active:active {
   fill: #fa6800 !important;
 }
 .fc-orange-hover:hover {
   fill: #fa6800 !important;
 }
 .fc-orange-focus:focus {
   fill: #fa6800 !important;
 }
 .fc-amber {
   fill: #f0a30a !important;
 }
 .fc-amber-active:active {
   fill: #f0a30a !important;
 }
 .fc-amber-hover:hover {
   fill: #f0a30a !important;
 }
 .fc-amber-focus:focus {
   fill: #f0a30a !important;
 }
 .fc-yellow {
   fill: #fff000 !important;
 }
 .fc-yellow-active:active {
   fill: #fff000 !important;
 }
 .fc-yellow-hover:hover {
   fill: #fff000 !important;
 }
 .fc-yellow-focus:focus {
   fill: #fff000 !important;
 }
 .fc-brown {
   fill: #825a2c !important;
 }
 .fc-brown-active:active {
   fill: #825a2c !important;
 }
 .fc-brown-hover:hover {
   fill: #825a2c !important;
 }
 .fc-brown-focus:focus {
   fill: #825a2c !important;
 }
 .fc-olive {
   fill: #6d8764 !important;
 }
 .fc-olive-active:active {
   fill: #6d8764 !important;
 }
 .fc-olive-hover:hover {
   fill: #6d8764 !important;
 }
 .fc-olive-focus:focus {
   fill: #6d8764 !important;
 }
 .fc-steel {
   fill: #647687 !important;
 }
 .fc-steel-active:active {
   fill: #647687 !important;
 }
 .fc-steel-hover:hover {
   fill: #647687 !important;
 }
 .fc-steel-focus:focus {
   fill: #647687 !important;
 }
 .fc-mauve {
   fill: #76608a !important;
 }
 .fc-mauve-active:active {
   fill: #76608a !important;
 }
 .fc-mauve-hover:hover {
   fill: #76608a !important;
 }
 .fc-mauve-focus:focus {
   fill: #76608a !important;
 }
 .fc-taupe {
   fill: #87794e !important;
 }
 .fc-taupe-active:active {
   fill: #87794e !important;
 }
 .fc-taupe-hover:hover {
   fill: #87794e !important;
 }
 .fc-taupe-focus:focus {
   fill: #87794e !important;
 }
 .fc-gray {
   fill: #bebebe !important;
 }
 .fc-gray-active:active {
   fill: #bebebe !important;
 }
 .fc-gray-hover:hover {
   fill: #bebebe !important;
 }
 .fc-gray-focus:focus {
   fill: #bebebe !important;
 }
 .fc-lightLime {
   fill: #d8ff12 !important;
 }
 .fc-lightLime-active:active {
   fill: #d8ff12 !important;
 }
 .fc-lightLime-hover:hover {
   fill: #d8ff12 !important;
 }
 .fc-lightLime-focus:focus {
   fill: #d8ff12 !important;
 }
 .fc-lightGreen {
   fill: #86e22a !important;
 }
 .fc-lightGreen-active:active {
   fill: #86e22a !important;
 }
 .fc-lightGreen-hover:hover {
   fill: #86e22a !important;
 }
 .fc-lightGreen-focus:focus {
   fill: #86e22a !important;
 }
 .fc-lightEmerald {
   fill: #00d600 !important;
 }
 .fc-lightEmerald-active:active {
   fill: #00d600 !important;
 }
 .fc-lightEmerald-hover:hover {
   fill: #00d600 !important;
 }
 .fc-lightEmerald-focus:focus {
   fill: #00d600 !important;
 }
 .fc-lightBlue {
   fill: #3ecbff !important;
 }
 .fc-lightBlue-active:active {
   fill: #3ecbff !important;
 }
 .fc-lightBlue-hover:hover {
   fill: #3ecbff !important;
 }
 .fc-lightBlue-focus:focus {
   fill: #3ecbff !important;
 }
 .fc-lightTeal {
   fill: #00f7f5 !important;
 }
 .fc-lightTeal-active:active {
   fill: #00f7f5 !important;
 }
 .fc-lightTeal-hover:hover {
   fill: #00f7f5 !important;
 }
 .fc-lightTeal-focus:focus {
   fill: #00f7f5 !important;
 }
 .fc-lightCyan {
   fill: #5ebdec !important;
 }
 .fc-lightCyan-active:active {
   fill: #5ebdec !important;
 }
 .fc-lightCyan-hover:hover {
   fill: #5ebdec !important;
 }
 .fc-lightCyan-focus:focus {
   fill: #5ebdec !important;
 }
 .fc-lightCobalt {
   fill: #3d7eff !important;
 }
 .fc-lightCobalt-active:active {
   fill: #3d7eff !important;
 }
 .fc-lightCobalt-hover:hover {
   fill: #3d7eff !important;
 }
 .fc-lightCobalt-focus:focus {
   fill: #3d7eff !important;
 }
 .fc-lightIndigo {
   fill: #974dff !important;
 }
 .fc-lightIndigo-active:active {
   fill: #974dff !important;
 }
 .fc-lightIndigo-hover:hover {
   fill: #974dff !important;
 }
 .fc-lightIndigo-focus:focus {
   fill: #974dff !important;
 }
 .fc-lightViolet {
   fill: #c44dff !important;
 }
 .fc-lightViolet-active:active {
   fill: #c44dff !important;
 }
 .fc-lightViolet-hover:hover {
   fill: #c44dff !important;
 }
 .fc-lightViolet-focus:focus {
   fill: #c44dff !important;
 }
 .fc-lightPink {
   fill: #e98fcb !important;
 }
 .fc-lightPink-active:active {
   fill: #e98fcb !important;
 }
 .fc-lightPink-hover:hover {
   fill: #e98fcb !important;
 }
 .fc-lightPink-focus:focus {
   fill: #e98fcb !important;
 }
 .fc-lightMagenta {
   fill: #ff2599 !important;
 }
 .fc-lightMagenta-active:active {
   fill: #ff2599 !important;
 }
 .fc-lightMagenta-hover:hover {
   fill: #ff2599 !important;
 }
 .fc-lightMagenta-focus:focus {
   fill: #ff2599 !important;
 }
 .fc-lightCrimson {
   fill: #ef0036 !important;
 }
 .fc-lightCrimson-active:active {
   fill: #ef0036 !important;
 }
 .fc-lightCrimson-hover:hover {
   fill: #ef0036 !important;
 }
 .fc-lightCrimson-focus:focus {
   fill: #ef0036 !important;
 }
 .fc-lightRed {
   fill: #df6e68 !important;
 }
 .fc-lightRed-active:active {
   fill: #df6e68 !important;
 }
 .fc-lightRed-hover:hover {
   fill: #df6e68 !important;
 }
 .fc-lightRed-focus:focus {
   fill: #df6e68 !important;
 }
 .fc-lightOrange {
   fill: #ff9447 !important;
 }
 .fc-lightOrange-active:active {
   fill: #ff9447 !important;
 }
 .fc-lightOrange-hover:hover {
   fill: #ff9447 !important;
 }
 .fc-lightOrange-focus:focus {
   fill: #ff9447 !important;
 }
 .fc-lightAmber {
   fill: #f8bf4f !important;
 }
 .fc-lightAmber-active:active {
   fill: #f8bf4f !important;
 }
 .fc-lightAmber-hover:hover {
   fill: #f8bf4f !important;
 }
 .fc-lightAmber-focus:focus {
   fill: #f8bf4f !important;
 }
 .fc-lightYellow {
   fill: #fff44d !important;
 }
 .fc-lightYellow-active:active {
   fill: #fff44d !important;
 }
 .fc-lightYellow-hover:hover {
   fill: #fff44d !important;
 }
 .fc-lightYellow-focus:focus {
   fill: #fff44d !important;
 }
 .fc-lightBrown {
   fill: #bb823f !important;
 }
 .fc-lightBrown-active:active {
   fill: #bb823f !important;
 }
 .fc-lightBrown-hover:hover {
   fill: #bb823f !important;
 }
 .fc-lightBrown-focus:focus {
   fill: #bb823f !important;
 }
 .fc-lightOlive {
   fill: #95ab8d !important;
 }
 .fc-lightOlive-active:active {
   fill: #95ab8d !important;
 }
 .fc-lightOlive-hover:hover {
   fill: #95ab8d !important;
 }
 .fc-lightOlive-focus:focus {
   fill: #95ab8d !important;
 }
 .fc-lightSteel {
   fill: #8d9cab !important;
 }
 .fc-lightSteel-active:active {
   fill: #8d9cab !important;
 }
 .fc-lightSteel-hover:hover {
   fill: #8d9cab !important;
 }
 .fc-lightSteel-focus:focus {
   fill: #8d9cab !important;
 }
 .fc-lightMauve {
   fill: #9c89ad !important;
 }
 .fc-lightMauve-active:active {
   fill: #9c89ad !important;
 }
 .fc-lightMauve-hover:hover {
   fill: #9c89ad !important;
 }
 .fc-lightMauve-focus:focus {
   fill: #9c89ad !important;
 }
 .fc-lightTaupe {
   fill: #aea073 !important;
 }
 .fc-lightTaupe-active:active {
   fill: #aea073 !important;
 }
 .fc-lightTaupe-hover:hover {
   fill: #aea073 !important;
 }
 .fc-lightTaupe-focus:focus {
   fill: #aea073 !important;
 }
 .fc-lightGray {
   fill: #e4e4e4 !important;
 }
 .fc-lightGray-active:active {
   fill: #e4e4e4 !important;
 }
 .fc-lightGray-hover:hover {
   fill: #e4e4e4 !important;
 }
 .fc-lightGray-focus:focus {
   fill: #e4e4e4 !important;
 }
 .fc-lightGrayBlue {
   fill: #8aa2ae !important;
 }
 .fc-lightGrayBlue-active:active {
   fill: #8aa2ae !important;
 }
 .fc-lightGrayBlue-hover:hover {
   fill: #8aa2ae !important;
 }
 .fc-lightGrayBlue-focus:focus {
   fill: #8aa2ae !important;
 }
 .fc-darkLime {
   fill: #647800 !important;
 }
 .fc-darkLime-active:active {
   fill: #647800 !important;
 }
 .fc-darkLime-hover:hover {
   fill: #647800 !important;
 }
 .fc-darkLime-focus:focus {
   fill: #647800 !important;
 }
 .fc-darkGreen {
   fill: #3a660e !important;
 }
 .fc-darkGreen-active:active {
   fill: #3a660e !important;
 }
 .fc-darkGreen-hover:hover {
   fill: #3a660e !important;
 }
 .fc-darkGreen-focus:focus {
   fill: #3a660e !important;
 }
 .fc-darkEmerald {
   fill: #003d00 !important;
 }
 .fc-darkEmerald-active:active {
   fill: #003d00 !important;
 }
 .fc-darkEmerald-hover:hover {
   fill: #003d00 !important;
 }
 .fc-darkEmerald-focus:focus {
   fill: #003d00 !important;
 }
 .fc-darkBlue {
   fill: #0077a3 !important;
 }
 .fc-darkBlue-active:active {
   fill: #0077a3 !important;
 }
 .fc-darkBlue-hover:hover {
   fill: #0077a3 !important;
 }
 .fc-darkBlue-focus:focus {
   fill: #0077a3 !important;
 }
 .fc-darkTeal {
   fill: #005e5d !important;
 }
 .fc-darkTeal-active:active {
   fill: #005e5d !important;
 }
 .fc-darkTeal-hover:hover {
   fill: #005e5d !important;
 }
 .fc-darkTeal-focus:focus {
   fill: #005e5d !important;
 }
 .fc-darkCyan {
   fill: #13709e !important;
 }
 .fc-darkCyan-active:active {
   fill: #13709e !important;
 }
 .fc-darkCyan-hover:hover {
   fill: #13709e !important;
 }
 .fc-darkCyan-focus:focus {
   fill: #13709e !important;
 }
 .fc-darkCobalt {
   fill: #0036a3 !important;
 }
 .fc-darkCobalt-active:active {
   fill: #0036a3 !important;
 }
 .fc-darkCobalt-hover:hover {
   fill: #0036a3 !important;
 }
 .fc-darkCobalt-focus:focus {
   fill: #0036a3 !important;
 }
 .fc-darkIndigo {
   fill: #4a00b3 !important;
 }
 .fc-darkIndigo-active:active {
   fill: #4a00b3 !important;
 }
 .fc-darkIndigo-hover:hover {
   fill: #4a00b3 !important;
 }
 .fc-darkIndigo-focus:focus {
   fill: #4a00b3 !important;
 }
 .fc-darkViolet {
   fill: #7700b3 !important;
 }
 .fc-darkViolet-active:active {
   fill: #7700b3 !important;
 }
 .fc-darkViolet-hover:hover {
   fill: #7700b3 !important;
 }
 .fc-darkViolet-focus:focus {
   fill: #7700b3 !important;
 }
 .fc-darkPink {
   fill: #ba2588 !important;
 }
 .fc-darkPink-active:active {
   fill: #ba2588 !important;
 }
 .fc-darkPink-hover:hover {
   fill: #ba2588 !important;
 }
 .fc-darkPink-focus:focus {
   fill: #ba2588 !important;
 }
 .fc-darkMagenta {
   fill: #8c004a !important;
 }
 .fc-darkMagenta-active:active {
   fill: #8c004a !important;
 }
 .fc-darkMagenta-hover:hover {
   fill: #8c004a !important;
 }
 .fc-darkMagenta-focus:focus {
   fill: #8c004a !important;
 }
 .fc-darkCrimson {
   fill: #560014 !important;
 }
 .fc-darkCrimson-active:active {
   fill: #560014 !important;
 }
 .fc-darkCrimson-hover:hover {
   fill: #560014 !important;
 }
 .fc-darkCrimson-focus:focus {
   fill: #560014 !important;
 }
 .fc-darkRed {
   fill: #8f251f !important;
 }
 .fc-darkRed-active:active {
   fill: #8f251f !important;
 }
 .fc-darkRed-hover:hover {
   fill: #8f251f !important;
 }
 .fc-darkRed-focus:focus {
   fill: #8f251f !important;
 }
 .fc-darkOrange {
   fill: #ae4800 !important;
 }
 .fc-darkOrange-active:active {
   fill: #ae4800 !important;
 }
 .fc-darkOrange-hover:hover {
   fill: #ae4800 !important;
 }
 .fc-darkOrange-focus:focus {
   fill: #ae4800 !important;
 }
 .fc-darkAmber {
   fill: #a77107 !important;
 }
 .fc-darkAmber-active:active {
   fill: #a77107 !important;
 }
 .fc-darkAmber-hover:hover {
   fill: #a77107 !important;
 }
 .fc-darkAmber-focus:focus {
   fill: #a77107 !important;
 }
 .fc-darkYellow {
   fill: #b3a800 !important;
 }
 .fc-darkYellow-active:active {
   fill: #b3a800 !important;
 }
 .fc-darkYellow-hover:hover {
   fill: #b3a800 !important;
 }
 .fc-darkYellow-focus:focus {
   fill: #b3a800 !important;
 }
 .fc-darkBrown {
   fill: #493219 !important;
 }
 .fc-darkBrown-active:active {
   fill: #493219 !important;
 }
 .fc-darkBrown-hover:hover {
   fill: #493219 !important;
 }
 .fc-darkBrown-focus:focus {
   fill: #493219 !important;
 }
 .fc-darkOlive {
   fill: #4a5b43 !important;
 }
 .fc-darkOlive-active:active {
   fill: #4a5b43 !important;
 }
 .fc-darkOlive-hover:hover {
   fill: #4a5b43 !important;
 }
 .fc-darkOlive-focus:focus {
   fill: #4a5b43 !important;
 }
 .fc-darkSteel {
   fill: #43505b !important;
 }
 .fc-darkSteel-active:active {
   fill: #43505b !important;
 }
 .fc-darkSteel-hover:hover {
   fill: #43505b !important;
 }
 .fc-darkSteel-focus:focus {
   fill: #43505b !important;
 }
 .fc-darkMauve {
   fill: #4f415d !important;
 }
 .fc-darkMauve-active:active {
   fill: #4f415d !important;
 }
 .fc-darkMauve-hover:hover {
   fill: #4f415d !important;
 }
 .fc-darkMauve-focus:focus {
   fill: #4f415d !important;
 }
 .fc-darkTaupe {
   fill: #574e32 !important;
 }
 .fc-darkTaupe-active:active {
   fill: #574e32 !important;
 }
 .fc-darkTaupe-hover:hover {
   fill: #574e32 !important;
 }
 .fc-darkTaupe-focus:focus {
   fill: #574e32 !important;
 }
 .fc-darkGray {
   fill: #989898 !important;
 }
 .fc-darkGray-active:active {
   fill: #989898 !important;
 }
 .fc-darkGray-hover:hover {
   fill: #989898 !important;
 }
 .fc-darkGray-focus:focus {
   fill: #989898 !important;
 }
 .fc-darkGrayBlue {
   fill: #41545e !important;
 }
 .fc-darkGrayBlue-active:active {
   fill: #41545e !important;
 }
 .fc-darkGrayBlue-hover:hover {
   fill: #41545e !important;
 }
 .fc-darkGrayBlue-focus:focus {
   fill: #41545e !important;
 }
 .fg-black {
   color: #000000 !important;
 }
 .fg-black-active:active {
   color: #000000 !important;
 }
 .fg-black-hover:hover {
   color: #000000 !important;
 }
 .fg-black-focus:focus {
   color: #000000 !important;
 }
 .fg-white {
   color: #ffffff !important;
 }
 .fg-white-active:active {
   color: #ffffff !important;
 }
 .fg-white-hover:hover {
   color: #ffffff !important;
 }
 .fg-white-focus:focus {
   color: #ffffff !important;
 }
 .fg-dark {
   color: #1d1d1d !important;
 }
 .fg-dark-active:active {
   color: #1d1d1d !important;
 }
 .fg-dark-hover:hover {
   color: #1d1d1d !important;
 }
 .fg-dark-focus:focus {
   color: #1d1d1d !important;
 }
 .fg-light {
   color: #f8f8f8 !important;
 }
 .fg-light-active:active {
   color: #f8f8f8 !important;
 }
 .fg-light-hover:hover {
   color: #f8f8f8 !important;
 }
 .fg-light-focus:focus {
   color: #f8f8f8 !important;
 }
 .fg-grayBlue {
   color: #607d8b !important;
 }
 .fg-grayBlue-active:active {
   color: #607d8b !important;
 }
 .fg-grayBlue-hover:hover {
   color: #607d8b !important;
 }
 .fg-grayBlue-focus:focus {
   color: #607d8b !important;
 }
 .fg-grayWhite {
   color: #f5f5f5 !important;
 }
 .fg-grayWhite-active:active {
   color: #f5f5f5 !important;
 }
 .fg-grayWhite-hover:hover {
   color: #f5f5f5 !important;
 }
 .fg-grayWhite-focus:focus {
   color: #f5f5f5 !important;
 }
 .fg-grayMouse {
   color: #455a64 !important;
 }
 .fg-grayMouse-active:active {
   color: #455a64 !important;
 }
 .fg-grayMouse-hover:hover {
   color: #455a64 !important;
 }
 .fg-grayMouse-focus:focus {
   color: #455a64 !important;
 }
 .fg-brandColor1 {
   color: #2ac4f4 !important;
 }
 .fg-brandColor1-active:active {
   color: #2ac4f4 !important;
 }
 .fg-brandColor1-hover:hover {
   color: #2ac4f4 !important;
 }
 .fg-brandColor1-focus:focus {
   color: #2ac4f4 !important;
 }
 .fg-brandColor2 {
   color: #004d6f !important;
 }
 .fg-brandColor2-active:active {
   color: #004d6f !important;
 }
 .fg-brandColor2-hover:hover {
   color: #004d6f !important;
 }
 .fg-brandColor2-focus:focus {
   color: #004d6f !important;
 }
 .fg-lime {
   color: #a4c400 !important;
 }
 .fg-lime-active:active {
   color: #a4c400 !important;
 }
 .fg-lime-hover:hover {
   color: #a4c400 !important;
 }
 .fg-lime-focus:focus {
   color: #a4c400 !important;
 }
 .fg-green {
   color: #60a917 !important;
 }
 .fg-green-active:active {
   color: #60a917 !important;
 }
 .fg-green-hover:hover {
   color: #60a917 !important;
 }
 .fg-green-focus:focus {
   color: #60a917 !important;
 }
 .fg-emerald {
   color: #008a00 !important;
 }
 .fg-emerald-active:active {
   color: #008a00 !important;
 }
 .fg-emerald-hover:hover {
   color: #008a00 !important;
 }
 .fg-emerald-focus:focus {
   color: #008a00 !important;
 }
 .fg-blue {
   color: #00AFF0 !important;
 }
 .fg-blue-active:active {
   color: #00AFF0 !important;
 }
 .fg-blue-hover:hover {
   color: #00AFF0 !important;
 }
 .fg-blue-focus:focus {
   color: #00AFF0 !important;
 }
 .fg-teal {
   color: #00aba9 !important;
 }
 .fg-teal-active:active {
   color: #00aba9 !important;
 }
 .fg-teal-hover:hover {
   color: #00aba9 !important;
 }
 .fg-teal-focus:focus {
   color: #00aba9 !important;
 }
 .fg-cyan {
   color: #1ba1e2 !important;
 }
 .fg-cyan-active:active {
   color: #1ba1e2 !important;
 }
 .fg-cyan-hover:hover {
   color: #1ba1e2 !important;
 }
 .fg-cyan-focus:focus {
   color: #1ba1e2 !important;
 }
 .fg-cobalt {
   color: #0050ef !important;
 }
 .fg-cobalt-active:active {
   color: #0050ef !important;
 }
 .fg-cobalt-hover:hover {
   color: #0050ef !important;
 }
 .fg-cobalt-focus:focus {
   color: #0050ef !important;
 }
 .fg-indigo {
   color: #6a00ff !important;
 }
 .fg-indigo-active:active {
   color: #6a00ff !important;
 }
 .fg-indigo-hover:hover {
   color: #6a00ff !important;
 }
 .fg-indigo-focus:focus {
   color: #6a00ff !important;
 }
 .fg-violet {
   color: #aa00ff !important;
 }
 .fg-violet-active:active {
   color: #aa00ff !important;
 }
 .fg-violet-hover:hover {
   color: #aa00ff !important;
 }
 .fg-violet-focus:focus {
   color: #aa00ff !important;
 }
 .fg-pink {
   color: #dc4fad !important;
 }
 .fg-pink-active:active {
   color: #dc4fad !important;
 }
 .fg-pink-hover:hover {
   color: #dc4fad !important;
 }
 .fg-pink-focus:focus {
   color: #dc4fad !important;
 }
 .fg-magenta {
   color: #d80073 !important;
 }
 .fg-magenta-active:active {
   color: #d80073 !important;
 }
 .fg-magenta-hover:hover {
   color: #d80073 !important;
 }
 .fg-magenta-focus:focus {
   color: #d80073 !important;
 }
 .fg-crimson {
   color: #a20025 !important;
 }
 .fg-crimson-active:active {
   color: #a20025 !important;
 }
 .fg-crimson-hover:hover {
   color: #a20025 !important;
 }
 .fg-crimson-focus:focus {
   color: #a20025 !important;
 }
 .fg-red {
   color: #CE352C !important;
 }
 .fg-red-active:active {
   color: #CE352C !important;
 }
 .fg-red-hover:hover {
   color: #CE352C !important;
 }
 .fg-red-focus:focus {
   color: #CE352C !important;
 }
 .fg-orange {
   color: #fa6800 !important;
 }
 .fg-orange-active:active {
   color: #fa6800 !important;
 }
 .fg-orange-hover:hover {
   color: #fa6800 !important;
 }
 .fg-orange-focus:focus {
   color: #fa6800 !important;
 }
 .fg-amber {
   color: #f0a30a !important;
 }
 .fg-amber-active:active {
   color: #f0a30a !important;
 }
 .fg-amber-hover:hover {
   color: #f0a30a !important;
 }
 .fg-amber-focus:focus {
   color: #f0a30a !important;
 }
 .fg-yellow {
   color: #fff000 !important;
 }
 .fg-yellow-active:active {
   color: #fff000 !important;
 }
 .fg-yellow-hover:hover {
   color: #fff000 !important;
 }
 .fg-yellow-focus:focus {
   color: #fff000 !important;
 }
 .fg-brown {
   color: #825a2c !important;
 }
 .fg-brown-active:active {
   color: #825a2c !important;
 }
 .fg-brown-hover:hover {
   color: #825a2c !important;
 }
 .fg-brown-focus:focus {
   color: #825a2c !important;
 }
 .fg-olive {
   color: #6d8764 !important;
 }
 .fg-olive-active:active {
   color: #6d8764 !important;
 }
 .fg-olive-hover:hover {
   color: #6d8764 !important;
 }
 .fg-olive-focus:focus {
   color: #6d8764 !important;
 }
 .fg-steel {
   color: #647687 !important;
 }
 .fg-steel-active:active {
   color: #647687 !important;
 }
 .fg-steel-hover:hover {
   color: #647687 !important;
 }
 .fg-steel-focus:focus {
   color: #647687 !important;
 }
 .fg-mauve {
   color: #76608a !important;
 }
 .fg-mauve-active:active {
   color: #76608a !important;
 }
 .fg-mauve-hover:hover {
   color: #76608a !important;
 }
 .fg-mauve-focus:focus {
   color: #76608a !important;
 }
 .fg-taupe {
   color: #87794e !important;
 }
 .fg-taupe-active:active {
   color: #87794e !important;
 }
 .fg-taupe-hover:hover {
   color: #87794e !important;
 }
 .fg-taupe-focus:focus {
   color: #87794e !important;
 }
 .fg-gray {
   color: #bebebe !important;
 }
 .fg-gray-active:active {
   color: #bebebe !important;
 }
 .fg-gray-hover:hover {
   color: #bebebe !important;
 }
 .fg-gray-focus:focus {
   color: #bebebe !important;
 }
 .fg-lightLime {
   color: #d8ff12 !important;
 }
 .fg-lightLime-active:active {
   color: #d8ff12 !important;
 }
 .fg-lightLime-hover:hover {
   color: #d8ff12 !important;
 }
 .fg-lightLime-focus:focus {
   color: #d8ff12 !important;
 }
 .fg-lightGreen {
   color: #86e22a !important;
 }
 .fg-lightGreen-active:active {
   color: #86e22a !important;
 }
 .fg-lightGreen-hover:hover {
   color: #86e22a !important;
 }
 .fg-lightGreen-focus:focus {
   color: #86e22a !important;
 }
 .fg-lightEmerald {
   color: #00d600 !important;
 }
 .fg-lightEmerald-active:active {
   color: #00d600 !important;
 }
 .fg-lightEmerald-hover:hover {
   color: #00d600 !important;
 }
 .fg-lightEmerald-focus:focus {
   color: #00d600 !important;
 }
 .fg-lightBlue {
   color: #3ecbff !important;
 }
 .fg-lightBlue-active:active {
   color: #3ecbff !important;
 }
 .fg-lightBlue-hover:hover {
   color: #3ecbff !important;
 }
 .fg-lightBlue-focus:focus {
   color: #3ecbff !important;
 }
 .fg-lightTeal {
   color: #00f7f5 !important;
 }
 .fg-lightTeal-active:active {
   color: #00f7f5 !important;
 }
 .fg-lightTeal-hover:hover {
   color: #00f7f5 !important;
 }
 .fg-lightTeal-focus:focus {
   color: #00f7f5 !important;
 }
 .fg-lightCyan {
   color: #5ebdec !important;
 }
 .fg-lightCyan-active:active {
   color: #5ebdec !important;
 }
 .fg-lightCyan-hover:hover {
   color: #5ebdec !important;
 }
 .fg-lightCyan-focus:focus {
   color: #5ebdec !important;
 }
 .fg-lightCobalt {
   color: #3d7eff !important;
 }
 .fg-lightCobalt-active:active {
   color: #3d7eff !important;
 }
 .fg-lightCobalt-hover:hover {
   color: #3d7eff !important;
 }
 .fg-lightCobalt-focus:focus {
   color: #3d7eff !important;
 }
 .fg-lightIndigo {
   color: #974dff !important;
 }
 .fg-lightIndigo-active:active {
   color: #974dff !important;
 }
 .fg-lightIndigo-hover:hover {
   color: #974dff !important;
 }
 .fg-lightIndigo-focus:focus {
   color: #974dff !important;
 }
 .fg-lightViolet {
   color: #c44dff !important;
 }
 .fg-lightViolet-active:active {
   color: #c44dff !important;
 }
 .fg-lightViolet-hover:hover {
   color: #c44dff !important;
 }
 .fg-lightViolet-focus:focus {
   color: #c44dff !important;
 }
 .fg-lightPink {
   color: #e98fcb !important;
 }
 .fg-lightPink-active:active {
   color: #e98fcb !important;
 }
 .fg-lightPink-hover:hover {
   color: #e98fcb !important;
 }
 .fg-lightPink-focus:focus {
   color: #e98fcb !important;
 }
 .fg-lightMagenta {
   color: #ff2599 !important;
 }
 .fg-lightMagenta-active:active {
   color: #ff2599 !important;
 }
 .fg-lightMagenta-hover:hover {
   color: #ff2599 !important;
 }
 .fg-lightMagenta-focus:focus {
   color: #ff2599 !important;
 }
 .fg-lightCrimson {
   color: #ef0036 !important;
 }
 .fg-lightCrimson-active:active {
   color: #ef0036 !important;
 }
 .fg-lightCrimson-hover:hover {
   color: #ef0036 !important;
 }
 .fg-lightCrimson-focus:focus {
   color: #ef0036 !important;
 }
 .fg-lightRed {
   color: #df6e68 !important;
 }
 .fg-lightRed-active:active {
   color: #df6e68 !important;
 }
 .fg-lightRed-hover:hover {
   color: #df6e68 !important;
 }
 .fg-lightRed-focus:focus {
   color: #df6e68 !important;
 }
 .fg-lightOrange {
   color: #ff9447 !important;
 }
 .fg-lightOrange-active:active {
   color: #ff9447 !important;
 }
 .fg-lightOrange-hover:hover {
   color: #ff9447 !important;
 }
 .fg-lightOrange-focus:focus {
   color: #ff9447 !important;
 }
 .fg-lightAmber {
   color: #f8bf4f !important;
 }
 .fg-lightAmber-active:active {
   color: #f8bf4f !important;
 }
 .fg-lightAmber-hover:hover {
   color: #f8bf4f !important;
 }
 .fg-lightAmber-focus:focus {
   color: #f8bf4f !important;
 }
 .fg-lightYellow {
   color: #fff44d !important;
 }
 .fg-lightYellow-active:active {
   color: #fff44d !important;
 }
 .fg-lightYellow-hover:hover {
   color: #fff44d !important;
 }
 .fg-lightYellow-focus:focus {
   color: #fff44d !important;
 }
 .fg-lightBrown {
   color: #bb823f !important;
 }
 .fg-lightBrown-active:active {
   color: #bb823f !important;
 }
 .fg-lightBrown-hover:hover {
   color: #bb823f !important;
 }
 .fg-lightBrown-focus:focus {
   color: #bb823f !important;
 }
 .fg-lightOlive {
   color: #95ab8d !important;
 }
 .fg-lightOlive-active:active {
   color: #95ab8d !important;
 }
 .fg-lightOlive-hover:hover {
   color: #95ab8d !important;
 }
 .fg-lightOlive-focus:focus {
   color: #95ab8d !important;
 }
 .fg-lightSteel {
   color: #8d9cab !important;
 }
 .fg-lightSteel-active:active {
   color: #8d9cab !important;
 }
 .fg-lightSteel-hover:hover {
   color: #8d9cab !important;
 }
 .fg-lightSteel-focus:focus {
   color: #8d9cab !important;
 }
 .fg-lightMauve {
   color: #9c89ad !important;
 }
 .fg-lightMauve-active:active {
   color: #9c89ad !important;
 }
 .fg-lightMauve-hover:hover {
   color: #9c89ad !important;
 }
 .fg-lightMauve-focus:focus {
   color: #9c89ad !important;
 }
 .fg-lightTaupe {
   color: #aea073 !important;
 }
 .fg-lightTaupe-active:active {
   color: #aea073 !important;
 }
 .fg-lightTaupe-hover:hover {
   color: #aea073 !important;
 }
 .fg-lightTaupe-focus:focus {
   color: #aea073 !important;
 }
 .fg-lightGray {
   color: #e4e4e4 !important;
 }
 .fg-lightGray-active:active {
   color: #e4e4e4 !important;
 }
 .fg-lightGray-hover:hover {
   color: #e4e4e4 !important;
 }
 .fg-lightGray-focus:focus {
   color: #e4e4e4 !important;
 }
 .fg-lightGrayBlue {
   color: #8aa2ae !important;
 }
 .fg-lightGrayBlue-active:active {
   color: #8aa2ae !important;
 }
 .fg-lightGrayBlue-hover:hover {
   color: #8aa2ae !important;
 }
 .fg-lightGrayBlue-focus:focus {
   color: #8aa2ae !important;
 }
 .fg-darkLime {
   color: #647800 !important;
 }
 .fg-darkLime-active:active {
   color: #647800 !important;
 }
 .fg-darkLime-hover:hover {
   color: #647800 !important;
 }
 .fg-darkLime-focus:focus {
   color: #647800 !important;
 }
 .fg-darkGreen {
   color: #3a660e !important;
 }
 .fg-darkGreen-active:active {
   color: #3a660e !important;
 }
 .fg-darkGreen-hover:hover {
   color: #3a660e !important;
 }
 .fg-darkGreen-focus:focus {
   color: #3a660e !important;
 }
 .fg-darkEmerald {
   color: #003d00 !important;
 }
 .fg-darkEmerald-active:active {
   color: #003d00 !important;
 }
 .fg-darkEmerald-hover:hover {
   color: #003d00 !important;
 }
 .fg-darkEmerald-focus:focus {
   color: #003d00 !important;
 }
 .fg-darkBlue {
   color: #0077a3 !important;
 }
 .fg-darkBlue-active:active {
   color: #0077a3 !important;
 }
 .fg-darkBlue-hover:hover {
   color: #0077a3 !important;
 }
 .fg-darkBlue-focus:focus {
   color: #0077a3 !important;
 }
 .fg-darkTeal {
   color: #005e5d !important;
 }
 .fg-darkTeal-active:active {
   color: #005e5d !important;
 }
 .fg-darkTeal-hover:hover {
   color: #005e5d !important;
 }
 .fg-darkTeal-focus:focus {
   color: #005e5d !important;
 }
 .fg-darkCyan {
   color: #13709e !important;
 }
 .fg-darkCyan-active:active {
   color: #13709e !important;
 }
 .fg-darkCyan-hover:hover {
   color: #13709e !important;
 }
 .fg-darkCyan-focus:focus {
   color: #13709e !important;
 }
 .fg-darkCobalt {
   color: #0036a3 !important;
 }
 .fg-darkCobalt-active:active {
   color: #0036a3 !important;
 }
 .fg-darkCobalt-hover:hover {
   color: #0036a3 !important;
 }
 .fg-darkCobalt-focus:focus {
   color: #0036a3 !important;
 }
 .fg-darkIndigo {
   color: #4a00b3 !important;
 }
 .fg-darkIndigo-active:active {
   color: #4a00b3 !important;
 }
 .fg-darkIndigo-hover:hover {
   color: #4a00b3 !important;
 }
 .fg-darkIndigo-focus:focus {
   color: #4a00b3 !important;
 }
 .fg-darkViolet {
   color: #7700b3 !important;
 }
 .fg-darkViolet-active:active {
   color: #7700b3 !important;
 }
 .fg-darkViolet-hover:hover {
   color: #7700b3 !important;
 }
 .fg-darkViolet-focus:focus {
   color: #7700b3 !important;
 }
 .fg-darkPink {
   color: #ba2588 !important;
 }
 .fg-darkPink-active:active {
   color: #ba2588 !important;
 }
 .fg-darkPink-hover:hover {
   color: #ba2588 !important;
 }
 .fg-darkPink-focus:focus {
   color: #ba2588 !important;
 }
 .fg-darkMagenta {
   color: #8c004a !important;
 }
 .fg-darkMagenta-active:active {
   color: #8c004a !important;
 }
 .fg-darkMagenta-hover:hover {
   color: #8c004a !important;
 }
 .fg-darkMagenta-focus:focus {
   color: #8c004a !important;
 }
 .fg-darkCrimson {
   color: #560014 !important;
 }
 .fg-darkCrimson-active:active {
   color: #560014 !important;
 }
 .fg-darkCrimson-hover:hover {
   color: #560014 !important;
 }
 .fg-darkCrimson-focus:focus {
   color: #560014 !important;
 }
 .fg-darkRed {
   color: #8f251f !important;
 }
 .fg-darkRed-active:active {
   color: #8f251f !important;
 }
 .fg-darkRed-hover:hover {
   color: #8f251f !important;
 }
 .fg-darkRed-focus:focus {
   color: #8f251f !important;
 }
 .fg-darkOrange {
   color: #ae4800 !important;
 }
 .fg-darkOrange-active:active {
   color: #ae4800 !important;
 }
 .fg-darkOrange-hover:hover {
   color: #ae4800 !important;
 }
 .fg-darkOrange-focus:focus {
   color: #ae4800 !important;
 }
 .fg-darkAmber {
   color: #a77107 !important;
 }
 .fg-darkAmber-active:active {
   color: #a77107 !important;
 }
 .fg-darkAmber-hover:hover {
   color: #a77107 !important;
 }
 .fg-darkAmber-focus:focus {
   color: #a77107 !important;
 }
 .fg-darkYellow {
   color: #b3a800 !important;
 }
 .fg-darkYellow-active:active {
   color: #b3a800 !important;
 }
 .fg-darkYellow-hover:hover {
   color: #b3a800 !important;
 }
 .fg-darkYellow-focus:focus {
   color: #b3a800 !important;
 }
 .fg-darkBrown {
   color: #493219 !important;
 }
 .fg-darkBrown-active:active {
   color: #493219 !important;
 }
 .fg-darkBrown-hover:hover {
   color: #493219 !important;
 }
 .fg-darkBrown-focus:focus {
   color: #493219 !important;
 }
 .fg-darkOlive {
   color: #4a5b43 !important;
 }
 .fg-darkOlive-active:active {
   color: #4a5b43 !important;
 }
 .fg-darkOlive-hover:hover {
   color: #4a5b43 !important;
 }
 .fg-darkOlive-focus:focus {
   color: #4a5b43 !important;
 }
 .fg-darkSteel {
   color: #43505b !important;
 }
 .fg-darkSteel-active:active {
   color: #43505b !important;
 }
 .fg-darkSteel-hover:hover {
   color: #43505b !important;
 }
 .fg-darkSteel-focus:focus {
   color: #43505b !important;
 }
 .fg-darkMauve {
   color: #4f415d !important;
 }
 .fg-darkMauve-active:active {
   color: #4f415d !important;
 }
 .fg-darkMauve-hover:hover {
   color: #4f415d !important;
 }
 .fg-darkMauve-focus:focus {
   color: #4f415d !important;
 }
 .fg-darkTaupe {
   color: #574e32 !important;
 }
 .fg-darkTaupe-active:active {
   color: #574e32 !important;
 }
 .fg-darkTaupe-hover:hover {
   color: #574e32 !important;
 }
 .fg-darkTaupe-focus:focus {
   color: #574e32 !important;
 }
 .fg-darkGray {
   color: #989898 !important;
 }
 .fg-darkGray-active:active {
   color: #989898 !important;
 }
 .fg-darkGray-hover:hover {
   color: #989898 !important;
 }
 .fg-darkGray-focus:focus {
   color: #989898 !important;
 }
 .fg-darkGrayBlue {
   color: #41545e !important;
 }
 .fg-darkGrayBlue-active:active {
   color: #41545e !important;
 }
 .fg-darkGrayBlue-hover:hover {
   color: #41545e !important;
 }
 .fg-darkGrayBlue-focus:focus {
   color: #41545e !important;
 }
 .op-default {
   background-color: rgba(27, 161, 226, 0.5) !important;
 }
 .op-black {
   background-color: rgba(0, 0, 0, 0.5) !important;
 }
 .op-black-hi {
   background-color: rgba(0, 0, 0, 0.2) !important;
 }
 .op-black-low {
   background-color: rgba(0, 0, 0, 0.8) !important;
 }
 .op-white {
   background-color: rgba(255, 255, 255, 0.5) !important;
 }
 .op-white-hi {
   background-color: rgba(255, 255, 255, 0.2) !important;
 }
 .op-white-low {
   background-color: rgba(255, 255, 255, 0.8) !important;
 }
 .op-dark {
   background-color: rgba(29, 29, 29, 0.5) !important;
 }
 .op-dark-hi {
   background-color: rgba(29, 29, 29, 0.2) !important;
 }
 .op-dark-low {
   background-color: rgba(29, 29, 29, 0.8) !important;
 }
 .op-light {
   background-color: rgba(248, 248, 248, 0.5) !important;
 }
 .op-light-hi {
   background-color: rgba(248, 248, 248, 0.2) !important;
 }
 .op-light-low {
   background-color: rgba(248, 248, 248, 0.8) !important;
 }
 .op-grayBlue {
   background-color: rgba(96, 125, 139, 0.5) !important;
 }
 .op-grayBlue-hi {
   background-color: rgba(96, 125, 139, 0.2) !important;
 }
 .op-grayBlue-low {
   background-color: rgba(96, 125, 139, 0.8) !important;
 }
 .op-grayWhite {
   background-color: rgba(245, 245, 245, 0.5) !important;
 }
 .op-grayWhite-hi {
   background-color: rgba(245, 245, 245, 0.2) !important;
 }
 .op-grayWhite-low {
   background-color: rgba(245, 245, 245, 0.8) !important;
 }
 .op-grayMouse {
   background-color: rgba(69, 90, 100, 0.5) !important;
 }
 .op-grayMouse-hi {
   background-color: rgba(69, 90, 100, 0.2) !important;
 }
 .op-grayMouse-low {
   background-color: rgba(69, 90, 100, 0.8) !important;
 }
 .op-brandColor1 {
   background-color: rgba(42, 196, 244, 0.5) !important;
 }
 .op-brandColor1-hi {
   background-color: rgba(42, 196, 244, 0.2) !important;
 }
 .op-brandColor1-low {
   background-color: rgba(42, 196, 244, 0.8) !important;
 }
 .op-brandColor2 {
   background-color: rgba(0, 77, 111, 0.5) !important;
 }
 .op-brandColor2-hi {
   background-color: rgba(0, 77, 111, 0.2) !important;
 }
 .op-brandColor2-low {
   background-color: rgba(0, 77, 111, 0.8) !important;
 }
 .op-lime {
   background-color: rgba(164, 196, 0, 0.5) !important;
 }
 .op-lime-hi {
   background-color: rgba(164, 196, 0, 0.2) !important;
 }
 .op-lime-low {
   background-color: rgba(164, 196, 0, 0.8) !important;
 }
 .op-green {
   background-color: rgba(96, 169, 23, 0.5) !important;
 }
 .op-green-hi {
   background-color: rgba(96, 169, 23, 0.2) !important;
 }
 .op-green-low {
   background-color: rgba(96, 169, 23, 0.8) !important;
 }
 .op-emerald {
   background-color: rgba(0, 138, 0, 0.5) !important;
 }
 .op-emerald-hi {
   background-color: rgba(0, 138, 0, 0.2) !important;
 }
 .op-emerald-low {
   background-color: rgba(0, 138, 0, 0.8) !important;
 }
 .op-blue {
   background-color: rgba(0, 175, 240, 0.5) !important;
 }
 .op-blue-hi {
   background-color: rgba(0, 175, 240, 0.2) !important;
 }
 .op-blue-low {
   background-color: rgba(0, 175, 240, 0.8) !important;
 }
 .op-teal {
   background-color: rgba(0, 171, 169, 0.5) !important;
 }
 .op-teal-hi {
   background-color: rgba(0, 171, 169, 0.2) !important;
 }
 .op-teal-low {
   background-color: rgba(0, 171, 169, 0.8) !important;
 }
 .op-cyan {
   background-color: rgba(27, 161, 226, 0.5) !important;
 }
 .op-cyan-hi {
   background-color: rgba(27, 161, 226, 0.2) !important;
 }
 .op-cyan-low {
   background-color: rgba(27, 161, 226, 0.8) !important;
 }
 .op-cobalt {
   background-color: rgba(0, 80, 239, 0.5) !important;
 }
 .op-cobalt-hi {
   background-color: rgba(0, 80, 239, 0.2) !important;
 }
 .op-cobalt-low {
   background-color: rgba(0, 80, 239, 0.8) !important;
 }
 .op-indigo {
   background-color: rgba(106, 0, 255, 0.5) !important;
 }
 .op-indigo-hi {
   background-color: rgba(106, 0, 255, 0.2) !important;
 }
 .op-indigo-low {
   background-color: rgba(106, 0, 255, 0.8) !important;
 }
 .op-violet {
   background-color: rgba(170, 0, 255, 0.5) !important;
 }
 .op-violet-hi {
   background-color: rgba(170, 0, 255, 0.2) !important;
 }
 .op-violet-low {
   background-color: rgba(170, 0, 255, 0.8) !important;
 }
 .op-pink {
   background-color: rgba(220, 79, 173, 0.5) !important;
 }
 .op-pink-hi {
   background-color: rgba(220, 79, 173, 0.2) !important;
 }
 .op-pink-low {
   background-color: rgba(220, 79, 173, 0.8) !important;
 }
 .op-magenta {
   background-color: rgba(216, 0, 115, 0.5) !important;
 }
 .op-magenta-hi {
   background-color: rgba(216, 0, 115, 0.2) !important;
 }
 .op-magenta-low {
   background-color: rgba(216, 0, 115, 0.8) !important;
 }
 .op-crimson {
   background-color: rgba(162, 0, 37, 0.5) !important;
 }
 .op-crimson-hi {
   background-color: rgba(162, 0, 37, 0.2) !important;
 }
 .op-crimson-low {
   background-color: rgba(162, 0, 37, 0.8) !important;
 }
 .op-red {
   background-color: rgba(206, 53, 44, 0.5) !important;
 }
 .op-red-hi {
   background-color: rgba(206, 53, 44, 0.2) !important;
 }
 .op-red-low {
   background-color: rgba(206, 53, 44, 0.8) !important;
 }
 .op-orange {
   background-color: rgba(250, 104, 0, 0.5) !important;
 }
 .op-orange-hi {
   background-color: rgba(250, 104, 0, 0.2) !important;
 }
 .op-orange-low {
   background-color: rgba(250, 104, 0, 0.8) !important;
 }
 .op-amber {
   background-color: rgba(240, 163, 10, 0.5) !important;
 }
 .op-amber-hi {
   background-color: rgba(240, 163, 10, 0.2) !important;
 }
 .op-amber-low {
   background-color: rgba(240, 163, 10, 0.8) !important;
 }
 .op-yellow {
   background-color: rgba(255, 240, 0, 0.5) !important;
 }
 .op-yellow-hi {
   background-color: rgba(255, 240, 0, 0.2) !important;
 }
 .op-yellow-low {
   background-color: rgba(255, 240, 0, 0.8) !important;
 }
 .op-brown {
   background-color: rgba(130, 90, 44, 0.5) !important;
 }
 .op-brown-hi {
   background-color: rgba(130, 90, 44, 0.2) !important;
 }
 .op-brown-low {
   background-color: rgba(130, 90, 44, 0.8) !important;
 }
 .op-olive {
   background-color: rgba(109, 135, 100, 0.5) !important;
 }
 .op-olive-hi {
   background-color: rgba(109, 135, 100, 0.2) !important;
 }
 .op-olive-low {
   background-color: rgba(109, 135, 100, 0.8) !important;
 }
 .op-steel {
   background-color: rgba(100, 118, 135, 0.5) !important;
 }
 .op-steel-hi {
   background-color: rgba(100, 118, 135, 0.2) !important;
 }
 .op-steel-low {
   background-color: rgba(100, 118, 135, 0.8) !important;
 }
 .op-mauve {
   background-color: rgba(118, 96, 138, 0.5) !important;
 }
 .op-mauve-hi {
   background-color: rgba(118, 96, 138, 0.2) !important;
 }
 .op-mauve-low {
   background-color: rgba(118, 96, 138, 0.8) !important;
 }
 .op-taupe {
   background-color: rgba(135, 121, 78, 0.5) !important;
 }
 .op-taupe-hi {
   background-color: rgba(135, 121, 78, 0.2) !important;
 }
 .op-taupe-low {
   background-color: rgba(135, 121, 78, 0.8) !important;
 }
 .op-gray {
   background-color: rgba(190, 190, 190, 0.5) !important;
 }
 .op-gray-hi {
   background-color: rgba(190, 190, 190, 0.2) !important;
 }
 .op-gray-low {
   background-color: rgba(190, 190, 190, 0.8) !important;
 }
 .op-lightLime {
   background-color: rgba(216, 255, 18, 0.5) !important;
 }
 .op-lightLime-hi {
   background-color: rgba(216, 255, 18, 0.2) !important;
 }
 .op-lightLime-low {
   background-color: rgba(216, 255, 18, 0.8) !important;
 }
 .op-lightGreen {
   background-color: rgba(134, 226, 42, 0.5) !important;
 }
 .op-lightGreen-hi {
   background-color: rgba(134, 226, 42, 0.2) !important;
 }
 .op-lightGreen-low {
   background-color: rgba(134, 226, 42, 0.8) !important;
 }
 .op-lightEmerald {
   background-color: rgba(0, 214, 0, 0.5) !important;
 }
 .op-lightEmerald-hi {
   background-color: rgba(0, 214, 0, 0.2) !important;
 }
 .op-lightEmerald-low {
   background-color: rgba(0, 214, 0, 0.8) !important;
 }
 .op-lightBlue {
   background-color: rgba(62, 203, 255, 0.5) !important;
 }
 .op-lightBlue-hi {
   background-color: rgba(62, 203, 255, 0.2) !important;
 }
 .op-lightBlue-low {
   background-color: rgba(62, 203, 255, 0.8) !important;
 }
 .op-lightTeal {
   background-color: rgba(0, 247, 245, 0.5) !important;
 }
 .op-lightTeal-hi {
   background-color: rgba(0, 247, 245, 0.2) !important;
 }
 .op-lightTeal-low {
   background-color: rgba(0, 247, 245, 0.8) !important;
 }
 .op-lightCyan {
   background-color: rgba(94, 189, 236, 0.5) !important;
 }
 .op-lightCyan-hi {
   background-color: rgba(94, 189, 236, 0.2) !important;
 }
 .op-lightCyan-low {
   background-color: rgba(94, 189, 236, 0.8) !important;
 }
 .op-lightCobalt {
   background-color: rgba(61, 126, 255, 0.5) !important;
 }
 .op-lightCobalt-hi {
   background-color: rgba(61, 126, 255, 0.2) !important;
 }
 .op-lightCobalt-low {
   background-color: rgba(61, 126, 255, 0.8) !important;
 }
 .op-lightIndigo {
   background-color: rgba(151, 77, 255, 0.5) !important;
 }
 .op-lightIndigo-hi {
   background-color: rgba(151, 77, 255, 0.2) !important;
 }
 .op-lightIndigo-low {
   background-color: rgba(151, 77, 255, 0.8) !important;
 }
 .op-lightViolet {
   background-color: rgba(196, 77, 255, 0.5) !important;
 }
 .op-lightViolet-hi {
   background-color: rgba(196, 77, 255, 0.2) !important;
 }
 .op-lightViolet-low {
   background-color: rgba(196, 77, 255, 0.8) !important;
 }
 .op-lightPink {
   background-color: rgba(233, 143, 203, 0.5) !important;
 }
 .op-lightPink-hi {
   background-color: rgba(233, 143, 203, 0.2) !important;
 }
 .op-lightPink-low {
   background-color: rgba(233, 143, 203, 0.8) !important;
 }
 .op-lightMagenta {
   background-color: rgba(255, 37, 153, 0.5) !important;
 }
 .op-lightMagenta-hi {
   background-color: rgba(255, 37, 153, 0.2) !important;
 }
 .op-lightMagenta-low {
   background-color: rgba(255, 37, 153, 0.8) !important;
 }
 .op-lightCrimson {
   background-color: rgba(239, 0, 54, 0.5) !important;
 }
 .op-lightCrimson-hi {
   background-color: rgba(239, 0, 54, 0.2) !important;
 }
 .op-lightCrimson-low {
   background-color: rgba(239, 0, 54, 0.8) !important;
 }
 .op-lightRed {
   background-color: rgba(223, 110, 104, 0.5) !important;
 }
 .op-lightRed-hi {
   background-color: rgba(223, 110, 104, 0.2) !important;
 }
 .op-lightRed-low {
   background-color: rgba(223, 110, 104, 0.8) !important;
 }
 .op-lightOrange {
   background-color: rgba(255, 148, 71, 0.5) !important;
 }
 .op-lightOrange-hi {
   background-color: rgba(255, 148, 71, 0.2) !important;
 }
 .op-lightOrange-low {
   background-color: rgba(255, 148, 71, 0.8) !important;
 }
 .op-lightAmber {
   background-color: rgba(248, 191, 79, 0.5) !important;
 }
 .op-lightAmber-hi {
   background-color: rgba(248, 191, 79, 0.2) !important;
 }
 .op-lightAmber-low {
   background-color: rgba(248, 191, 79, 0.8) !important;
 }
 .op-lightYellow {
   background-color: rgba(255, 244, 77, 0.5) !important;
 }
 .op-lightYellow-hi {
   background-color: rgba(255, 244, 77, 0.2) !important;
 }
 .op-lightYellow-low {
   background-color: rgba(255, 244, 77, 0.8) !important;
 }
 .op-lightBrown {
   background-color: rgba(187, 130, 63, 0.5) !important;
 }
 .op-lightBrown-hi {
   background-color: rgba(187, 130, 63, 0.2) !important;
 }
 .op-lightBrown-low {
   background-color: rgba(187, 130, 63, 0.8) !important;
 }
 .op-lightOlive {
   background-color: rgba(149, 171, 141, 0.5) !important;
 }
 .op-lightOlive-hi {
   background-color: rgba(149, 171, 141, 0.2) !important;
 }
 .op-lightOlive-low {
   background-color: rgba(149, 171, 141, 0.8) !important;
 }
 .op-lightSteel {
   background-color: rgba(141, 156, 171, 0.5) !important;
 }
 .op-lightSteel-hi {
   background-color: rgba(141, 156, 171, 0.2) !important;
 }
 .op-lightSteel-low {
   background-color: rgba(141, 156, 171, 0.8) !important;
 }
 .op-lightMauve {
   background-color: rgba(156, 137, 173, 0.5) !important;
 }
 .op-lightMauve-hi {
   background-color: rgba(156, 137, 173, 0.2) !important;
 }
 .op-lightMauve-low {
   background-color: rgba(156, 137, 173, 0.8) !important;
 }
 .op-lightTaupe {
   background-color: rgba(174, 160, 115, 0.5) !important;
 }
 .op-lightTaupe-hi {
   background-color: rgba(174, 160, 115, 0.2) !important;
 }
 .op-lightTaupe-low {
   background-color: rgba(174, 160, 115, 0.8) !important;
 }
 .op-lightGray {
   background-color: rgba(228, 228, 228, 0.5) !important;
 }
 .op-lightGray-hi {
   background-color: rgba(228, 228, 228, 0.2) !important;
 }
 .op-lightGray-low {
   background-color: rgba(228, 228, 228, 0.8) !important;
 }
 .op-lightGrayBlue {
   background-color: rgba(138, 162, 174, 0.5) !important;
 }
 .op-lightGrayBlue-hi {
   background-color: rgba(138, 162, 174, 0.2) !important;
 }
 .op-lightGrayBlue-low {
   background-color: rgba(138, 162, 174, 0.8) !important;
 }
 .op-darkLime {
   background-color: rgba(100, 120, 0, 0.5) !important;
 }
 .op-darkLime-hi {
   background-color: rgba(100, 120, 0, 0.2) !important;
 }
 .op-darkLime-low {
   background-color: rgba(100, 120, 0, 0.8) !important;
 }
 .op-darkGreen {
   background-color: rgba(58, 102, 14, 0.5) !important;
 }
 .op-darkGreen-hi {
   background-color: rgba(58, 102, 14, 0.2) !important;
 }
 .op-darkGreen-low {
   background-color: rgba(58, 102, 14, 0.8) !important;
 }
 .op-darkEmerald {
   background-color: rgba(0, 61, 0, 0.5) !important;
 }
 .op-darkEmerald-hi {
   background-color: rgba(0, 61, 0, 0.2) !important;
 }
 .op-darkEmerald-low {
   background-color: rgba(0, 61, 0, 0.8) !important;
 }
 .op-darkBlue {
   background-color: rgba(0, 119, 163, 0.5) !important;
 }
 .op-darkBlue-hi {
   background-color: rgba(0, 119, 163, 0.2) !important;
 }
 .op-darkBlue-low {
   background-color: rgba(0, 119, 163, 0.8) !important;
 }
 .op-darkTeal {
   background-color: rgba(0, 94, 93, 0.5) !important;
 }
 .op-darkTeal-hi {
   background-color: rgba(0, 94, 93, 0.2) !important;
 }
 .op-darkTeal-low {
   background-color: rgba(0, 94, 93, 0.8) !important;
 }
 .op-darkCyan {
   background-color: rgba(19, 112, 158, 0.5) !important;
 }
 .op-darkCyan-hi {
   background-color: rgba(19, 112, 158, 0.2) !important;
 }
 .op-darkCyan-low {
   background-color: rgba(19, 112, 158, 0.8) !important;
 }
 .op-darkCobalt {
   background-color: rgba(0, 54, 163, 0.5) !important;
 }
 .op-darkCobalt-hi {
   background-color: rgba(0, 54, 163, 0.2) !important;
 }
 .op-darkCobalt-low {
   background-color: rgba(0, 54, 163, 0.8) !important;
 }
 .op-darkIndigo {
   background-color: rgba(74, 0, 179, 0.5) !important;
 }
 .op-darkIndigo-hi {
   background-color: rgba(74, 0, 179, 0.2) !important;
 }
 .op-darkIndigo-low {
   background-color: rgba(74, 0, 179, 0.8) !important;
 }
 .op-darkViolet {
   background-color: rgba(119, 0, 179, 0.5) !important;
 }
 .op-darkViolet-hi {
   background-color: rgba(119, 0, 179, 0.2) !important;
 }
 .op-darkViolet-low {
   background-color: rgba(119, 0, 179, 0.8) !important;
 }
 .op-darkPink {
   background-color: rgba(186, 37, 136, 0.5) !important;
 }
 .op-darkPink-hi {
   background-color: rgba(186, 37, 136, 0.2) !important;
 }
 .op-darkPink-low {
   background-color: rgba(186, 37, 136, 0.8) !important;
 }
 .op-darkMagenta {
   background-color: rgba(140, 0, 74, 0.5) !important;
 }
 .op-darkMagenta-hi {
   background-color: rgba(140, 0, 74, 0.2) !important;
 }
 .op-darkMagenta-low {
   background-color: rgba(140, 0, 74, 0.8) !important;
 }
 .op-darkCrimson {
   background-color: rgba(86, 0, 20, 0.5) !important;
 }
 .op-darkCrimson-hi {
   background-color: rgba(86, 0, 20, 0.2) !important;
 }
 .op-darkCrimson-low {
   background-color: rgba(86, 0, 20, 0.8) !important;
 }
 .op-darkRed {
   background-color: rgba(143, 37, 31, 0.5) !important;
 }
 .op-darkRed-hi {
   background-color: rgba(143, 37, 31, 0.2) !important;
 }
 .op-darkRed-low {
   background-color: rgba(143, 37, 31, 0.8) !important;
 }
 .op-darkOrange {
   background-color: rgba(174, 72, 0, 0.5) !important;
 }
 .op-darkOrange-hi {
   background-color: rgba(174, 72, 0, 0.2) !important;
 }
 .op-darkOrange-low {
   background-color: rgba(174, 72, 0, 0.8) !important;
 }
 .op-darkAmber {
   background-color: rgba(167, 113, 7, 0.5) !important;
 }
 .op-darkAmber-hi {
   background-color: rgba(167, 113, 7, 0.2) !important;
 }
 .op-darkAmber-low {
   background-color: rgba(167, 113, 7, 0.8) !important;
 }
 .op-darkYellow {
   background-color: rgba(179, 168, 0, 0.5) !important;
 }
 .op-darkYellow-hi {
   background-color: rgba(179, 168, 0, 0.2) !important;
 }
 .op-darkYellow-low {
   background-color: rgba(179, 168, 0, 0.8) !important;
 }
 .op-darkBrown {
   background-color: rgba(73, 50, 25, 0.5) !important;
 }
 .op-darkBrown-hi {
   background-color: rgba(73, 50, 25, 0.2) !important;
 }
 .op-darkBrown-low {
   background-color: rgba(73, 50, 25, 0.8) !important;
 }
 .op-darkOlive {
   background-color: rgba(74, 91, 67, 0.5) !important;
 }
 .op-darkOlive-hi {
   background-color: rgba(74, 91, 67, 0.2) !important;
 }
 .op-darkOlive-low {
   background-color: rgba(74, 91, 67, 0.8) !important;
 }
 .op-darkSteel {
   background-color: rgba(67, 80, 91, 0.5) !important;
 }
 .op-darkSteel-hi {
   background-color: rgba(67, 80, 91, 0.2) !important;
 }
 .op-darkSteel-low {
   background-color: rgba(67, 80, 91, 0.8) !important;
 }
 .op-darkMauve {
   background-color: rgba(79, 65, 93, 0.5) !important;
 }
 .op-darkMauve-hi {
   background-color: rgba(79, 65, 93, 0.2) !important;
 }
 .op-darkMauve-low {
   background-color: rgba(79, 65, 93, 0.8) !important;
 }
 .op-darkTaupe {
   background-color: rgba(87, 78, 50, 0.5) !important;
 }
 .op-darkTaupe-hi {
   background-color: rgba(87, 78, 50, 0.2) !important;
 }
 .op-darkTaupe-low {
   background-color: rgba(87, 78, 50, 0.8) !important;
 }
 .op-darkGray {
   background-color: rgba(152, 152, 152, 0.5) !important;
 }
 .op-darkGray-hi {
   background-color: rgba(152, 152, 152, 0.2) !important;
 }
 .op-darkGray-low {
   background-color: rgba(152, 152, 152, 0.8) !important;
 }
 .op-darkGrayBlue {
   background-color: rgba(65, 84, 94, 0.5) !important;
 }
 .op-darkGrayBlue-hi {
   background-color: rgba(65, 84, 94, 0.2) !important;
 }
 .op-darkGrayBlue-low {
   background-color: rgba(65, 84, 94, 0.8) !important;
 }
 .ol-black {
   outline-color: #000000 !important;
 }
 .ol-black-active:active {
   outline-color: #000000 !important;
 }
 .ol-black-hover:hover {
   outline-color: #000000 !important;
 }
 .ol-black-focus:focus {
   outline-color: #000000 !important;
 }
 .ol-white {
   outline-color: #ffffff !important;
 }
 .ol-white-active:active {
   outline-color: #ffffff !important;
 }
 .ol-white-hover:hover {
   outline-color: #ffffff !important;
 }
 .ol-white-focus:focus {
   outline-color: #ffffff !important;
 }
 .ol-dark {
   outline-color: #1d1d1d !important;
 }
 .ol-dark-active:active {
   outline-color: #1d1d1d !important;
 }
 .ol-dark-hover:hover {
   outline-color: #1d1d1d !important;
 }
 .ol-dark-focus:focus {
   outline-color: #1d1d1d !important;
 }
 .ol-light {
   outline-color: #f8f8f8 !important;
 }
 .ol-light-active:active {
   outline-color: #f8f8f8 !important;
 }
 .ol-light-hover:hover {
   outline-color: #f8f8f8 !important;
 }
 .ol-light-focus:focus {
   outline-color: #f8f8f8 !important;
 }
 .ol-grayBlue {
   outline-color: #607d8b !important;
 }
 .ol-grayBlue-active:active {
   outline-color: #607d8b !important;
 }
 .ol-grayBlue-hover:hover {
   outline-color: #607d8b !important;
 }
 .ol-grayBlue-focus:focus {
   outline-color: #607d8b !important;
 }
 .ol-grayWhite {
   outline-color: #f5f5f5 !important;
 }
 .ol-grayWhite-active:active {
   outline-color: #f5f5f5 !important;
 }
 .ol-grayWhite-hover:hover {
   outline-color: #f5f5f5 !important;
 }
 .ol-grayWhite-focus:focus {
   outline-color: #f5f5f5 !important;
 }
 .ol-grayMouse {
   outline-color: #455a64 !important;
 }
 .ol-grayMouse-active:active {
   outline-color: #455a64 !important;
 }
 .ol-grayMouse-hover:hover {
   outline-color: #455a64 !important;
 }
 .ol-grayMouse-focus:focus {
   outline-color: #455a64 !important;
 }
 .ol-brandColor1 {
   outline-color: #2ac4f4 !important;
 }
 .ol-brandColor1-active:active {
   outline-color: #2ac4f4 !important;
 }
 .ol-brandColor1-hover:hover {
   outline-color: #2ac4f4 !important;
 }
 .ol-brandColor1-focus:focus {
   outline-color: #2ac4f4 !important;
 }
 .ol-brandColor2 {
   outline-color: #004d6f !important;
 }
 .ol-brandColor2-active:active {
   outline-color: #004d6f !important;
 }
 .ol-brandColor2-hover:hover {
   outline-color: #004d6f !important;
 }
 .ol-brandColor2-focus:focus {
   outline-color: #004d6f !important;
 }
 .ol-lime {
   outline-color: #a4c400 !important;
 }
 .ol-lime-active:active {
   outline-color: #a4c400 !important;
 }
 .ol-lime-hover:hover {
   outline-color: #a4c400 !important;
 }
 .ol-lime-focus:focus {
   outline-color: #a4c400 !important;
 }
 .ol-green {
   outline-color: #60a917 !important;
 }
 .ol-green-active:active {
   outline-color: #60a917 !important;
 }
 .ol-green-hover:hover {
   outline-color: #60a917 !important;
 }
 .ol-green-focus:focus {
   outline-color: #60a917 !important;
 }
 .ol-emerald {
   outline-color: #008a00 !important;
 }
 .ol-emerald-active:active {
   outline-color: #008a00 !important;
 }
 .ol-emerald-hover:hover {
   outline-color: #008a00 !important;
 }
 .ol-emerald-focus:focus {
   outline-color: #008a00 !important;
 }
 .ol-blue {
   outline-color: #00AFF0 !important;
 }
 .ol-blue-active:active {
   outline-color: #00AFF0 !important;
 }
 .ol-blue-hover:hover {
   outline-color: #00AFF0 !important;
 }
 .ol-blue-focus:focus {
   outline-color: #00AFF0 !important;
 }
 .ol-teal {
   outline-color: #00aba9 !important;
 }
 .ol-teal-active:active {
   outline-color: #00aba9 !important;
 }
 .ol-teal-hover:hover {
   outline-color: #00aba9 !important;
 }
 .ol-teal-focus:focus {
   outline-color: #00aba9 !important;
 }
 .ol-cyan {
   outline-color: #1ba1e2 !important;
 }
 .ol-cyan-active:active {
   outline-color: #1ba1e2 !important;
 }
 .ol-cyan-hover:hover {
   outline-color: #1ba1e2 !important;
 }
 .ol-cyan-focus:focus {
   outline-color: #1ba1e2 !important;
 }
 .ol-cobalt {
   outline-color: #0050ef !important;
 }
 .ol-cobalt-active:active {
   outline-color: #0050ef !important;
 }
 .ol-cobalt-hover:hover {
   outline-color: #0050ef !important;
 }
 .ol-cobalt-focus:focus {
   outline-color: #0050ef !important;
 }
 .ol-indigo {
   outline-color: #6a00ff !important;
 }
 .ol-indigo-active:active {
   outline-color: #6a00ff !important;
 }
 .ol-indigo-hover:hover {
   outline-color: #6a00ff !important;
 }
 .ol-indigo-focus:focus {
   outline-color: #6a00ff !important;
 }
 .ol-violet {
   outline-color: #aa00ff !important;
 }
 .ol-violet-active:active {
   outline-color: #aa00ff !important;
 }
 .ol-violet-hover:hover {
   outline-color: #aa00ff !important;
 }
 .ol-violet-focus:focus {
   outline-color: #aa00ff !important;
 }
 .ol-pink {
   outline-color: #dc4fad !important;
 }
 .ol-pink-active:active {
   outline-color: #dc4fad !important;
 }
 .ol-pink-hover:hover {
   outline-color: #dc4fad !important;
 }
 .ol-pink-focus:focus {
   outline-color: #dc4fad !important;
 }
 .ol-magenta {
   outline-color: #d80073 !important;
 }
 .ol-magenta-active:active {
   outline-color: #d80073 !important;
 }
 .ol-magenta-hover:hover {
   outline-color: #d80073 !important;
 }
 .ol-magenta-focus:focus {
   outline-color: #d80073 !important;
 }
 .ol-crimson {
   outline-color: #a20025 !important;
 }
 .ol-crimson-active:active {
   outline-color: #a20025 !important;
 }
 .ol-crimson-hover:hover {
   outline-color: #a20025 !important;
 }
 .ol-crimson-focus:focus {
   outline-color: #a20025 !important;
 }
 .ol-red {
   outline-color: #CE352C !important;
 }
 .ol-red-active:active {
   outline-color: #CE352C !important;
 }
 .ol-red-hover:hover {
   outline-color: #CE352C !important;
 }
 .ol-red-focus:focus {
   outline-color: #CE352C !important;
 }
 .ol-orange {
   outline-color: #fa6800 !important;
 }
 .ol-orange-active:active {
   outline-color: #fa6800 !important;
 }
 .ol-orange-hover:hover {
   outline-color: #fa6800 !important;
 }
 .ol-orange-focus:focus {
   outline-color: #fa6800 !important;
 }
 .ol-amber {
   outline-color: #f0a30a !important;
 }
 .ol-amber-active:active {
   outline-color: #f0a30a !important;
 }
 .ol-amber-hover:hover {
   outline-color: #f0a30a !important;
 }
 .ol-amber-focus:focus {
   outline-color: #f0a30a !important;
 }
 .ol-yellow {
   outline-color: #fff000 !important;
 }
 .ol-yellow-active:active {
   outline-color: #fff000 !important;
 }
 .ol-yellow-hover:hover {
   outline-color: #fff000 !important;
 }
 .ol-yellow-focus:focus {
   outline-color: #fff000 !important;
 }
 .ol-brown {
   outline-color: #825a2c !important;
 }
 .ol-brown-active:active {
   outline-color: #825a2c !important;
 }
 .ol-brown-hover:hover {
   outline-color: #825a2c !important;
 }
 .ol-brown-focus:focus {
   outline-color: #825a2c !important;
 }
 .ol-olive {
   outline-color: #6d8764 !important;
 }
 .ol-olive-active:active {
   outline-color: #6d8764 !important;
 }
 .ol-olive-hover:hover {
   outline-color: #6d8764 !important;
 }
 .ol-olive-focus:focus {
   outline-color: #6d8764 !important;
 }
 .ol-steel {
   outline-color: #647687 !important;
 }
 .ol-steel-active:active {
   outline-color: #647687 !important;
 }
 .ol-steel-hover:hover {
   outline-color: #647687 !important;
 }
 .ol-steel-focus:focus {
   outline-color: #647687 !important;
 }
 .ol-mauve {
   outline-color: #76608a !important;
 }
 .ol-mauve-active:active {
   outline-color: #76608a !important;
 }
 .ol-mauve-hover:hover {
   outline-color: #76608a !important;
 }
 .ol-mauve-focus:focus {
   outline-color: #76608a !important;
 }
 .ol-taupe {
   outline-color: #87794e !important;
 }
 .ol-taupe-active:active {
   outline-color: #87794e !important;
 }
 .ol-taupe-hover:hover {
   outline-color: #87794e !important;
 }
 .ol-taupe-focus:focus {
   outline-color: #87794e !important;
 }
 .ol-gray {
   outline-color: #bebebe !important;
 }
 .ol-gray-active:active {
   outline-color: #bebebe !important;
 }
 .ol-gray-hover:hover {
   outline-color: #bebebe !important;
 }
 .ol-gray-focus:focus {
   outline-color: #bebebe !important;
 }
 .ol-lightLime {
   outline-color: #d8ff12 !important;
 }
 .ol-lightLime-active:active {
   outline-color: #d8ff12 !important;
 }
 .ol-lightLime-hover:hover {
   outline-color: #d8ff12 !important;
 }
 .ol-lightLime-focus:focus {
   outline-color: #d8ff12 !important;
 }
 .ol-lightGreen {
   outline-color: #86e22a !important;
 }
 .ol-lightGreen-active:active {
   outline-color: #86e22a !important;
 }
 .ol-lightGreen-hover:hover {
   outline-color: #86e22a !important;
 }
 .ol-lightGreen-focus:focus {
   outline-color: #86e22a !important;
 }
 .ol-lightEmerald {
   outline-color: #00d600 !important;
 }
 .ol-lightEmerald-active:active {
   outline-color: #00d600 !important;
 }
 .ol-lightEmerald-hover:hover {
   outline-color: #00d600 !important;
 }
 .ol-lightEmerald-focus:focus {
   outline-color: #00d600 !important;
 }
 .ol-lightBlue {
   outline-color: #3ecbff !important;
 }
 .ol-lightBlue-active:active {
   outline-color: #3ecbff !important;
 }
 .ol-lightBlue-hover:hover {
   outline-color: #3ecbff !important;
 }
 .ol-lightBlue-focus:focus {
   outline-color: #3ecbff !important;
 }
 .ol-lightTeal {
   outline-color: #00f7f5 !important;
 }
 .ol-lightTeal-active:active {
   outline-color: #00f7f5 !important;
 }
 .ol-lightTeal-hover:hover {
   outline-color: #00f7f5 !important;
 }
 .ol-lightTeal-focus:focus {
   outline-color: #00f7f5 !important;
 }
 .ol-lightCyan {
   outline-color: #5ebdec !important;
 }
 .ol-lightCyan-active:active {
   outline-color: #5ebdec !important;
 }
 .ol-lightCyan-hover:hover {
   outline-color: #5ebdec !important;
 }
 .ol-lightCyan-focus:focus {
   outline-color: #5ebdec !important;
 }
 .ol-lightCobalt {
   outline-color: #3d7eff !important;
 }
 .ol-lightCobalt-active:active {
   outline-color: #3d7eff !important;
 }
 .ol-lightCobalt-hover:hover {
   outline-color: #3d7eff !important;
 }
 .ol-lightCobalt-focus:focus {
   outline-color: #3d7eff !important;
 }
 .ol-lightIndigo {
   outline-color: #974dff !important;
 }
 .ol-lightIndigo-active:active {
   outline-color: #974dff !important;
 }
 .ol-lightIndigo-hover:hover {
   outline-color: #974dff !important;
 }
 .ol-lightIndigo-focus:focus {
   outline-color: #974dff !important;
 }
 .ol-lightViolet {
   outline-color: #c44dff !important;
 }
 .ol-lightViolet-active:active {
   outline-color: #c44dff !important;
 }
 .ol-lightViolet-hover:hover {
   outline-color: #c44dff !important;
 }
 .ol-lightViolet-focus:focus {
   outline-color: #c44dff !important;
 }
 .ol-lightPink {
   outline-color: #e98fcb !important;
 }
 .ol-lightPink-active:active {
   outline-color: #e98fcb !important;
 }
 .ol-lightPink-hover:hover {
   outline-color: #e98fcb !important;
 }
 .ol-lightPink-focus:focus {
   outline-color: #e98fcb !important;
 }
 .ol-lightMagenta {
   outline-color: #ff2599 !important;
 }
 .ol-lightMagenta-active:active {
   outline-color: #ff2599 !important;
 }
 .ol-lightMagenta-hover:hover {
   outline-color: #ff2599 !important;
 }
 .ol-lightMagenta-focus:focus {
   outline-color: #ff2599 !important;
 }
 .ol-lightCrimson {
   outline-color: #ef0036 !important;
 }
 .ol-lightCrimson-active:active {
   outline-color: #ef0036 !important;
 }
 .ol-lightCrimson-hover:hover {
   outline-color: #ef0036 !important;
 }
 .ol-lightCrimson-focus:focus {
   outline-color: #ef0036 !important;
 }
 .ol-lightRed {
   outline-color: #df6e68 !important;
 }
 .ol-lightRed-active:active {
   outline-color: #df6e68 !important;
 }
 .ol-lightRed-hover:hover {
   outline-color: #df6e68 !important;
 }
 .ol-lightRed-focus:focus {
   outline-color: #df6e68 !important;
 }
 .ol-lightOrange {
   outline-color: #ff9447 !important;
 }
 .ol-lightOrange-active:active {
   outline-color: #ff9447 !important;
 }
 .ol-lightOrange-hover:hover {
   outline-color: #ff9447 !important;
 }
 .ol-lightOrange-focus:focus {
   outline-color: #ff9447 !important;
 }
 .ol-lightAmber {
   outline-color: #f8bf4f !important;
 }
 .ol-lightAmber-active:active {
   outline-color: #f8bf4f !important;
 }
 .ol-lightAmber-hover:hover {
   outline-color: #f8bf4f !important;
 }
 .ol-lightAmber-focus:focus {
   outline-color: #f8bf4f !important;
 }
 .ol-lightYellow {
   outline-color: #fff44d !important;
 }
 .ol-lightYellow-active:active {
   outline-color: #fff44d !important;
 }
 .ol-lightYellow-hover:hover {
   outline-color: #fff44d !important;
 }
 .ol-lightYellow-focus:focus {
   outline-color: #fff44d !important;
 }
 .ol-lightBrown {
   outline-color: #bb823f !important;
 }
 .ol-lightBrown-active:active {
   outline-color: #bb823f !important;
 }
 .ol-lightBrown-hover:hover {
   outline-color: #bb823f !important;
 }
 .ol-lightBrown-focus:focus {
   outline-color: #bb823f !important;
 }
 .ol-lightOlive {
   outline-color: #95ab8d !important;
 }
 .ol-lightOlive-active:active {
   outline-color: #95ab8d !important;
 }
 .ol-lightOlive-hover:hover {
   outline-color: #95ab8d !important;
 }
 .ol-lightOlive-focus:focus {
   outline-color: #95ab8d !important;
 }
 .ol-lightSteel {
   outline-color: #8d9cab !important;
 }
 .ol-lightSteel-active:active {
   outline-color: #8d9cab !important;
 }
 .ol-lightSteel-hover:hover {
   outline-color: #8d9cab !important;
 }
 .ol-lightSteel-focus:focus {
   outline-color: #8d9cab !important;
 }
 .ol-lightMauve {
   outline-color: #9c89ad !important;
 }
 .ol-lightMauve-active:active {
   outline-color: #9c89ad !important;
 }
 .ol-lightMauve-hover:hover {
   outline-color: #9c89ad !important;
 }
 .ol-lightMauve-focus:focus {
   outline-color: #9c89ad !important;
 }
 .ol-lightTaupe {
   outline-color: #aea073 !important;
 }
 .ol-lightTaupe-active:active {
   outline-color: #aea073 !important;
 }
 .ol-lightTaupe-hover:hover {
   outline-color: #aea073 !important;
 }
 .ol-lightTaupe-focus:focus {
   outline-color: #aea073 !important;
 }
 .ol-lightGray {
   outline-color: #e4e4e4 !important;
 }
 .ol-lightGray-active:active {
   outline-color: #e4e4e4 !important;
 }
 .ol-lightGray-hover:hover {
   outline-color: #e4e4e4 !important;
 }
 .ol-lightGray-focus:focus {
   outline-color: #e4e4e4 !important;
 }
 .ol-lightGrayBlue {
   outline-color: #8aa2ae !important;
 }
 .ol-lightGrayBlue-active:active {
   outline-color: #8aa2ae !important;
 }
 .ol-lightGrayBlue-hover:hover {
   outline-color: #8aa2ae !important;
 }
 .ol-lightGrayBlue-focus:focus {
   outline-color: #8aa2ae !important;
 }
 .ol-darkLime {
   outline-color: #647800 !important;
 }
 .ol-darkLime-active:active {
   outline-color: #647800 !important;
 }
 .ol-darkLime-hover:hover {
   outline-color: #647800 !important;
 }
 .ol-darkLime-focus:focus {
   outline-color: #647800 !important;
 }
 .ol-darkGreen {
   outline-color: #3a660e !important;
 }
 .ol-darkGreen-active:active {
   outline-color: #3a660e !important;
 }
 .ol-darkGreen-hover:hover {
   outline-color: #3a660e !important;
 }
 .ol-darkGreen-focus:focus {
   outline-color: #3a660e !important;
 }
 .ol-darkEmerald {
   outline-color: #003d00 !important;
 }
 .ol-darkEmerald-active:active {
   outline-color: #003d00 !important;
 }
 .ol-darkEmerald-hover:hover {
   outline-color: #003d00 !important;
 }
 .ol-darkEmerald-focus:focus {
   outline-color: #003d00 !important;
 }
 .ol-darkBlue {
   outline-color: #0077a3 !important;
 }
 .ol-darkBlue-active:active {
   outline-color: #0077a3 !important;
 }
 .ol-darkBlue-hover:hover {
   outline-color: #0077a3 !important;
 }
 .ol-darkBlue-focus:focus {
   outline-color: #0077a3 !important;
 }
 .ol-darkTeal {
   outline-color: #005e5d !important;
 }
 .ol-darkTeal-active:active {
   outline-color: #005e5d !important;
 }
 .ol-darkTeal-hover:hover {
   outline-color: #005e5d !important;
 }
 .ol-darkTeal-focus:focus {
   outline-color: #005e5d !important;
 }
 .ol-darkCyan {
   outline-color: #13709e !important;
 }
 .ol-darkCyan-active:active {
   outline-color: #13709e !important;
 }
 .ol-darkCyan-hover:hover {
   outline-color: #13709e !important;
 }
 .ol-darkCyan-focus:focus {
   outline-color: #13709e !important;
 }
 .ol-darkCobalt {
   outline-color: #0036a3 !important;
 }
 .ol-darkCobalt-active:active {
   outline-color: #0036a3 !important;
 }
 .ol-darkCobalt-hover:hover {
   outline-color: #0036a3 !important;
 }
 .ol-darkCobalt-focus:focus {
   outline-color: #0036a3 !important;
 }
 .ol-darkIndigo {
   outline-color: #4a00b3 !important;
 }
 .ol-darkIndigo-active:active {
   outline-color: #4a00b3 !important;
 }
 .ol-darkIndigo-hover:hover {
   outline-color: #4a00b3 !important;
 }
 .ol-darkIndigo-focus:focus {
   outline-color: #4a00b3 !important;
 }
 .ol-darkViolet {
   outline-color: #7700b3 !important;
 }
 .ol-darkViolet-active:active {
   outline-color: #7700b3 !important;
 }
 .ol-darkViolet-hover:hover {
   outline-color: #7700b3 !important;
 }
 .ol-darkViolet-focus:focus {
   outline-color: #7700b3 !important;
 }
 .ol-darkPink {
   outline-color: #ba2588 !important;
 }
 .ol-darkPink-active:active {
   outline-color: #ba2588 !important;
 }
 .ol-darkPink-hover:hover {
   outline-color: #ba2588 !important;
 }
 .ol-darkPink-focus:focus {
   outline-color: #ba2588 !important;
 }
 .ol-darkMagenta {
   outline-color: #8c004a !important;
 }
 .ol-darkMagenta-active:active {
   outline-color: #8c004a !important;
 }
 .ol-darkMagenta-hover:hover {
   outline-color: #8c004a !important;
 }
 .ol-darkMagenta-focus:focus {
   outline-color: #8c004a !important;
 }
 .ol-darkCrimson {
   outline-color: #560014 !important;
 }
 .ol-darkCrimson-active:active {
   outline-color: #560014 !important;
 }
 .ol-darkCrimson-hover:hover {
   outline-color: #560014 !important;
 }
 .ol-darkCrimson-focus:focus {
   outline-color: #560014 !important;
 }
 .ol-darkRed {
   outline-color: #8f251f !important;
 }
 .ol-darkRed-active:active {
   outline-color: #8f251f !important;
 }
 .ol-darkRed-hover:hover {
   outline-color: #8f251f !important;
 }
 .ol-darkRed-focus:focus {
   outline-color: #8f251f !important;
 }
 .ol-darkOrange {
   outline-color: #ae4800 !important;
 }
 .ol-darkOrange-active:active {
   outline-color: #ae4800 !important;
 }
 .ol-darkOrange-hover:hover {
   outline-color: #ae4800 !important;
 }
 .ol-darkOrange-focus:focus {
   outline-color: #ae4800 !important;
 }
 .ol-darkAmber {
   outline-color: #a77107 !important;
 }
 .ol-darkAmber-active:active {
   outline-color: #a77107 !important;
 }
 .ol-darkAmber-hover:hover {
   outline-color: #a77107 !important;
 }
 .ol-darkAmber-focus:focus {
   outline-color: #a77107 !important;
 }
 .ol-darkYellow {
   outline-color: #b3a800 !important;
 }
 .ol-darkYellow-active:active {
   outline-color: #b3a800 !important;
 }
 .ol-darkYellow-hover:hover {
   outline-color: #b3a800 !important;
 }
 .ol-darkYellow-focus:focus {
   outline-color: #b3a800 !important;
 }
 .ol-darkBrown {
   outline-color: #493219 !important;
 }
 .ol-darkBrown-active:active {
   outline-color: #493219 !important;
 }
 .ol-darkBrown-hover:hover {
   outline-color: #493219 !important;
 }
 .ol-darkBrown-focus:focus {
   outline-color: #493219 !important;
 }
 .ol-darkOlive {
   outline-color: #4a5b43 !important;
 }
 .ol-darkOlive-active:active {
   outline-color: #4a5b43 !important;
 }
 .ol-darkOlive-hover:hover {
   outline-color: #4a5b43 !important;
 }
 .ol-darkOlive-focus:focus {
   outline-color: #4a5b43 !important;
 }
 .ol-darkSteel {
   outline-color: #43505b !important;
 }
 .ol-darkSteel-active:active {
   outline-color: #43505b !important;
 }
 .ol-darkSteel-hover:hover {
   outline-color: #43505b !important;
 }
 .ol-darkSteel-focus:focus {
   outline-color: #43505b !important;
 }
 .ol-darkMauve {
   outline-color: #4f415d !important;
 }
 .ol-darkMauve-active:active {
   outline-color: #4f415d !important;
 }
 .ol-darkMauve-hover:hover {
   outline-color: #4f415d !important;
 }
 .ol-darkMauve-focus:focus {
   outline-color: #4f415d !important;
 }
 .ol-darkTaupe {
   outline-color: #574e32 !important;
 }
 .ol-darkTaupe-active:active {
   outline-color: #574e32 !important;
 }
 .ol-darkTaupe-hover:hover {
   outline-color: #574e32 !important;
 }
 .ol-darkTaupe-focus:focus {
   outline-color: #574e32 !important;
 }
 .ol-darkGray {
   outline-color: #989898 !important;
 }
 .ol-darkGray-active:active {
   outline-color: #989898 !important;
 }
 .ol-darkGray-hover:hover {
   outline-color: #989898 !important;
 }
 .ol-darkGray-focus:focus {
   outline-color: #989898 !important;
 }
 .ol-darkGrayBlue {
   outline-color: #41545e !important;
 }
 .ol-darkGrayBlue-active:active {
   outline-color: #41545e !important;
 }
 .ol-darkGrayBlue-hover:hover {
   outline-color: #41545e !important;
 }
 .ol-darkGrayBlue-focus:focus {
   outline-color: #41545e !important;
 }
 .before-bg-black::before {
   background: #000000 !important;
 }
 .before-fg-black::before {
   color: #000000 !important;
 }
 .after-bg-black::after {
   background: #000000 !important;
 }
 .after-fg-black::after {
   color: #000000 !important;
 }
 .after-bd-black::after {
   border-color: #000000 !important;
 }
 .after-ol-black::after {
   outline-color: #000000 !important;
 }
 .before-bg-white::before {
   background: #ffffff !important;
 }
 .before-fg-white::before {
   color: #ffffff !important;
 }
 .after-bg-white::after {
   background: #ffffff !important;
 }
 .after-fg-white::after {
   color: #ffffff !important;
 }
 .after-bd-white::after {
   border-color: #ffffff !important;
 }
 .after-ol-white::after {
   outline-color: #ffffff !important;
 }
 .before-bg-dark::before {
   background: #1d1d1d !important;
 }
 .before-fg-dark::before {
   color: #1d1d1d !important;
 }
 .after-bg-dark::after {
   background: #1d1d1d !important;
 }
 .after-fg-dark::after {
   color: #1d1d1d !important;
 }
 .after-bd-dark::after {
   border-color: #1d1d1d !important;
 }
 .after-ol-dark::after {
   outline-color: #1d1d1d !important;
 }
 .before-bg-light::before {
   background: #f8f8f8 !important;
 }
 .before-fg-light::before {
   color: #f8f8f8 !important;
 }
 .after-bg-light::after {
   background: #f8f8f8 !important;
 }
 .after-fg-light::after {
   color: #f8f8f8 !important;
 }
 .after-bd-light::after {
   border-color: #f8f8f8 !important;
 }
 .after-ol-light::after {
   outline-color: #f8f8f8 !important;
 }
 .before-bg-grayBlue::before {
   background: #607d8b !important;
 }
 .before-fg-grayBlue::before {
   color: #607d8b !important;
 }
 .after-bg-grayBlue::after {
   background: #607d8b !important;
 }
 .after-fg-grayBlue::after {
   color: #607d8b !important;
 }
 .after-bd-grayBlue::after {
   border-color: #607d8b !important;
 }
 .after-ol-grayBlue::after {
   outline-color: #607d8b !important;
 }
 .before-bg-grayWhite::before {
   background: #f5f5f5 !important;
 }
 .before-fg-grayWhite::before {
   color: #f5f5f5 !important;
 }
 .after-bg-grayWhite::after {
   background: #f5f5f5 !important;
 }
 .after-fg-grayWhite::after {
   color: #f5f5f5 !important;
 }
 .after-bd-grayWhite::after {
   border-color: #f5f5f5 !important;
 }
 .after-ol-grayWhite::after {
   outline-color: #f5f5f5 !important;
 }
 .before-bg-grayMouse::before {
   background: #455a64 !important;
 }
 .before-fg-grayMouse::before {
   color: #455a64 !important;
 }
 .after-bg-grayMouse::after {
   background: #455a64 !important;
 }
 .after-fg-grayMouse::after {
   color: #455a64 !important;
 }
 .after-bd-grayMouse::after {
   border-color: #455a64 !important;
 }
 .after-ol-grayMouse::after {
   outline-color: #455a64 !important;
 }
 .before-bg-brandColor1::before {
   background: #2ac4f4 !important;
 }
 .before-fg-brandColor1::before {
   color: #2ac4f4 !important;
 }
 .after-bg-brandColor1::after {
   background: #2ac4f4 !important;
 }
 .after-fg-brandColor1::after {
   color: #2ac4f4 !important;
 }
 .after-bd-brandColor1::after {
   border-color: #2ac4f4 !important;
 }
 .after-ol-brandColor1::after {
   outline-color: #2ac4f4 !important;
 }
 .before-bg-brandColor2::before {
   background: #004d6f !important;
 }
 .before-fg-brandColor2::before {
   color: #004d6f !important;
 }
 .after-bg-brandColor2::after {
   background: #004d6f !important;
 }
 .after-fg-brandColor2::after {
   color: #004d6f !important;
 }
 .after-bd-brandColor2::after {
   border-color: #004d6f !important;
 }
 .after-ol-brandColor2::after {
   outline-color: #004d6f !important;
 }
 .before-bg-lime::before {
   background: #a4c400 !important;
 }
 .before-fg-lime::before {
   color: #a4c400 !important;
 }
 .after-bg-lime::after {
   background: #a4c400 !important;
 }
 .after-fg-lime::after {
   color: #a4c400 !important;
 }
 .after-bd-lime::after {
   border-color: #a4c400 !important;
 }
 .after-ol-lime::after {
   outline-color: #a4c400 !important;
 }
 .before-bg-green::before {
   background: #60a917 !important;
 }
 .before-fg-green::before {
   color: #60a917 !important;
 }
 .after-bg-green::after {
   background: #60a917 !important;
 }
 .after-fg-green::after {
   color: #60a917 !important;
 }
 .after-bd-green::after {
   border-color: #60a917 !important;
 }
 .after-ol-green::after {
   outline-color: #60a917 !important;
 }
 .before-bg-emerald::before {
   background: #008a00 !important;
 }
 .before-fg-emerald::before {
   color: #008a00 !important;
 }
 .after-bg-emerald::after {
   background: #008a00 !important;
 }
 .after-fg-emerald::after {
   color: #008a00 !important;
 }
 .after-bd-emerald::after {
   border-color: #008a00 !important;
 }
 .after-ol-emerald::after {
   outline-color: #008a00 !important;
 }
 .before-bg-blue::before {
   background: #00AFF0 !important;
 }
 .before-fg-blue::before {
   color: #00AFF0 !important;
 }
 .after-bg-blue::after {
   background: #00AFF0 !important;
 }
 .after-fg-blue::after {
   color: #00AFF0 !important;
 }
 .after-bd-blue::after {
   border-color: #00AFF0 !important;
 }
 .after-ol-blue::after {
   outline-color: #00AFF0 !important;
 }
 .before-bg-teal::before {
   background: #00aba9 !important;
 }
 .before-fg-teal::before {
   color: #00aba9 !important;
 }
 .after-bg-teal::after {
   background: #00aba9 !important;
 }
 .after-fg-teal::after {
   color: #00aba9 !important;
 }
 .after-bd-teal::after {
   border-color: #00aba9 !important;
 }
 .after-ol-teal::after {
   outline-color: #00aba9 !important;
 }
 .before-bg-cyan::before {
   background: #1ba1e2 !important;
 }
 .before-fg-cyan::before {
   color: #1ba1e2 !important;
 }
 .after-bg-cyan::after {
   background: #1ba1e2 !important;
 }
 .after-fg-cyan::after {
   color: #1ba1e2 !important;
 }
 .after-bd-cyan::after {
   border-color: #1ba1e2 !important;
 }
 .after-ol-cyan::after {
   outline-color: #1ba1e2 !important;
 }
 .before-bg-cobalt::before {
   background: #0050ef !important;
 }
 .before-fg-cobalt::before {
   color: #0050ef !important;
 }
 .after-bg-cobalt::after {
   background: #0050ef !important;
 }
 .after-fg-cobalt::after {
   color: #0050ef !important;
 }
 .after-bd-cobalt::after {
   border-color: #0050ef !important;
 }
 .after-ol-cobalt::after {
   outline-color: #0050ef !important;
 }
 .before-bg-indigo::before {
   background: #6a00ff !important;
 }
 .before-fg-indigo::before {
   color: #6a00ff !important;
 }
 .after-bg-indigo::after {
   background: #6a00ff !important;
 }
 .after-fg-indigo::after {
   color: #6a00ff !important;
 }
 .after-bd-indigo::after {
   border-color: #6a00ff !important;
 }
 .after-ol-indigo::after {
   outline-color: #6a00ff !important;
 }
 .before-bg-violet::before {
   background: #aa00ff !important;
 }
 .before-fg-violet::before {
   color: #aa00ff !important;
 }
 .after-bg-violet::after {
   background: #aa00ff !important;
 }
 .after-fg-violet::after {
   color: #aa00ff !important;
 }
 .after-bd-violet::after {
   border-color: #aa00ff !important;
 }
 .after-ol-violet::after {
   outline-color: #aa00ff !important;
 }
 .before-bg-pink::before {
   background: #dc4fad !important;
 }
 .before-fg-pink::before {
   color: #dc4fad !important;
 }
 .after-bg-pink::after {
   background: #dc4fad !important;
 }
 .after-fg-pink::after {
   color: #dc4fad !important;
 }
 .after-bd-pink::after {
   border-color: #dc4fad !important;
 }
 .after-ol-pink::after {
   outline-color: #dc4fad !important;
 }
 .before-bg-magenta::before {
   background: #d80073 !important;
 }
 .before-fg-magenta::before {
   color: #d80073 !important;
 }
 .after-bg-magenta::after {
   background: #d80073 !important;
 }
 .after-fg-magenta::after {
   color: #d80073 !important;
 }
 .after-bd-magenta::after {
   border-color: #d80073 !important;
 }
 .after-ol-magenta::after {
   outline-color: #d80073 !important;
 }
 .before-bg-crimson::before {
   background: #a20025 !important;
 }
 .before-fg-crimson::before {
   color: #a20025 !important;
 }
 .after-bg-crimson::after {
   background: #a20025 !important;
 }
 .after-fg-crimson::after {
   color: #a20025 !important;
 }
 .after-bd-crimson::after {
   border-color: #a20025 !important;
 }
 .after-ol-crimson::after {
   outline-color: #a20025 !important;
 }
 .before-bg-red::before {
   background: #CE352C !important;
 }
 .before-fg-red::before {
   color: #CE352C !important;
 }
 .after-bg-red::after {
   background: #CE352C !important;
 }
 .after-fg-red::after {
   color: #CE352C !important;
 }
 .after-bd-red::after {
   border-color: #CE352C !important;
 }
 .after-ol-red::after {
   outline-color: #CE352C !important;
 }
 .before-bg-orange::before {
   background: #fa6800 !important;
 }
 .before-fg-orange::before {
   color: #fa6800 !important;
 }
 .after-bg-orange::after {
   background: #fa6800 !important;
 }
 .after-fg-orange::after {
   color: #fa6800 !important;
 }
 .after-bd-orange::after {
   border-color: #fa6800 !important;
 }
 .after-ol-orange::after {
   outline-color: #fa6800 !important;
 }
 .before-bg-amber::before {
   background: #f0a30a !important;
 }
 .before-fg-amber::before {
   color: #f0a30a !important;
 }
 .after-bg-amber::after {
   background: #f0a30a !important;
 }
 .after-fg-amber::after {
   color: #f0a30a !important;
 }
 .after-bd-amber::after {
   border-color: #f0a30a !important;
 }
 .after-ol-amber::after {
   outline-color: #f0a30a !important;
 }
 .before-bg-yellow::before {
   background: #fff000 !important;
 }
 .before-fg-yellow::before {
   color: #fff000 !important;
 }
 .after-bg-yellow::after {
   background: #fff000 !important;
 }
 .after-fg-yellow::after {
   color: #fff000 !important;
 }
 .after-bd-yellow::after {
   border-color: #fff000 !important;
 }
 .after-ol-yellow::after {
   outline-color: #fff000 !important;
 }
 .before-bg-brown::before {
   background: #825a2c !important;
 }
 .before-fg-brown::before {
   color: #825a2c !important;
 }
 .after-bg-brown::after {
   background: #825a2c !important;
 }
 .after-fg-brown::after {
   color: #825a2c !important;
 }
 .after-bd-brown::after {
   border-color: #825a2c !important;
 }
 .after-ol-brown::after {
   outline-color: #825a2c !important;
 }
 .before-bg-olive::before {
   background: #6d8764 !important;
 }
 .before-fg-olive::before {
   color: #6d8764 !important;
 }
 .after-bg-olive::after {
   background: #6d8764 !important;
 }
 .after-fg-olive::after {
   color: #6d8764 !important;
 }
 .after-bd-olive::after {
   border-color: #6d8764 !important;
 }
 .after-ol-olive::after {
   outline-color: #6d8764 !important;
 }
 .before-bg-steel::before {
   background: #647687 !important;
 }
 .before-fg-steel::before {
   color: #647687 !important;
 }
 .after-bg-steel::after {
   background: #647687 !important;
 }
 .after-fg-steel::after {
   color: #647687 !important;
 }
 .after-bd-steel::after {
   border-color: #647687 !important;
 }
 .after-ol-steel::after {
   outline-color: #647687 !important;
 }
 .before-bg-mauve::before {
   background: #76608a !important;
 }
 .before-fg-mauve::before {
   color: #76608a !important;
 }
 .after-bg-mauve::after {
   background: #76608a !important;
 }
 .after-fg-mauve::after {
   color: #76608a !important;
 }
 .after-bd-mauve::after {
   border-color: #76608a !important;
 }
 .after-ol-mauve::after {
   outline-color: #76608a !important;
 }
 .before-bg-taupe::before {
   background: #87794e !important;
 }
 .before-fg-taupe::before {
   color: #87794e !important;
 }
 .after-bg-taupe::after {
   background: #87794e !important;
 }
 .after-fg-taupe::after {
   color: #87794e !important;
 }
 .after-bd-taupe::after {
   border-color: #87794e !important;
 }
 .after-ol-taupe::after {
   outline-color: #87794e !important;
 }
 .before-bg-gray::before {
   background: #bebebe !important;
 }
 .before-fg-gray::before {
   color: #bebebe !important;
 }
 .after-bg-gray::after {
   background: #bebebe !important;
 }
 .after-fg-gray::after {
   color: #bebebe !important;
 }
 .after-bd-gray::after {
   border-color: #bebebe !important;
 }
 .after-ol-gray::after {
   outline-color: #bebebe !important;
 }
 .before-bg-lightLime::before {
   background: #d8ff12 !important;
 }
 .before-fg-lightLime::before {
   color: #d8ff12 !important;
 }
 .after-bg-lightLime::after {
   background: #d8ff12 !important;
 }
 .after-fg-lightLime::after {
   color: #d8ff12 !important;
 }
 .after-bd-lightLime::after {
   border-color: #d8ff12 !important;
 }
 .after-ol-lightLime::after {
   outline-color: #d8ff12 !important;
 }
 .before-bg-lightGreen::before {
   background: #86e22a !important;
 }
 .before-fg-lightGreen::before {
   color: #86e22a !important;
 }
 .after-bg-lightGreen::after {
   background: #86e22a !important;
 }
 .after-fg-lightGreen::after {
   color: #86e22a !important;
 }
 .after-bd-lightGreen::after {
   border-color: #86e22a !important;
 }
 .after-ol-lightGreen::after {
   outline-color: #86e22a !important;
 }
 .before-bg-lightEmerald::before {
   background: #00d600 !important;
 }
 .before-fg-lightEmerald::before {
   color: #00d600 !important;
 }
 .after-bg-lightEmerald::after {
   background: #00d600 !important;
 }
 .after-fg-lightEmerald::after {
   color: #00d600 !important;
 }
 .after-bd-lightEmerald::after {
   border-color: #00d600 !important;
 }
 .after-ol-lightEmerald::after {
   outline-color: #00d600 !important;
 }
 .before-bg-lightBlue::before {
   background: #3ecbff !important;
 }
 .before-fg-lightBlue::before {
   color: #3ecbff !important;
 }
 .after-bg-lightBlue::after {
   background: #3ecbff !important;
 }
 .after-fg-lightBlue::after {
   color: #3ecbff !important;
 }
 .after-bd-lightBlue::after {
   border-color: #3ecbff !important;
 }
 .after-ol-lightBlue::after {
   outline-color: #3ecbff !important;
 }
 .before-bg-lightTeal::before {
   background: #00f7f5 !important;
 }
 .before-fg-lightTeal::before {
   color: #00f7f5 !important;
 }
 .after-bg-lightTeal::after {
   background: #00f7f5 !important;
 }
 .after-fg-lightTeal::after {
   color: #00f7f5 !important;
 }
 .after-bd-lightTeal::after {
   border-color: #00f7f5 !important;
 }
 .after-ol-lightTeal::after {
   outline-color: #00f7f5 !important;
 }
 .before-bg-lightCyan::before {
   background: #5ebdec !important;
 }
 .before-fg-lightCyan::before {
   color: #5ebdec !important;
 }
 .after-bg-lightCyan::after {
   background: #5ebdec !important;
 }
 .after-fg-lightCyan::after {
   color: #5ebdec !important;
 }
 .after-bd-lightCyan::after {
   border-color: #5ebdec !important;
 }
 .after-ol-lightCyan::after {
   outline-color: #5ebdec !important;
 }
 .before-bg-lightCobalt::before {
   background: #3d7eff !important;
 }
 .before-fg-lightCobalt::before {
   color: #3d7eff !important;
 }
 .after-bg-lightCobalt::after {
   background: #3d7eff !important;
 }
 .after-fg-lightCobalt::after {
   color: #3d7eff !important;
 }
 .after-bd-lightCobalt::after {
   border-color: #3d7eff !important;
 }
 .after-ol-lightCobalt::after {
   outline-color: #3d7eff !important;
 }
 .before-bg-lightIndigo::before {
   background: #974dff !important;
 }
 .before-fg-lightIndigo::before {
   color: #974dff !important;
 }
 .after-bg-lightIndigo::after {
   background: #974dff !important;
 }
 .after-fg-lightIndigo::after {
   color: #974dff !important;
 }
 .after-bd-lightIndigo::after {
   border-color: #974dff !important;
 }
 .after-ol-lightIndigo::after {
   outline-color: #974dff !important;
 }
 .before-bg-lightViolet::before {
   background: #c44dff !important;
 }
 .before-fg-lightViolet::before {
   color: #c44dff !important;
 }
 .after-bg-lightViolet::after {
   background: #c44dff !important;
 }
 .after-fg-lightViolet::after {
   color: #c44dff !important;
 }
 .after-bd-lightViolet::after {
   border-color: #c44dff !important;
 }
 .after-ol-lightViolet::after {
   outline-color: #c44dff !important;
 }
 .before-bg-lightPink::before {
   background: #e98fcb !important;
 }
 .before-fg-lightPink::before {
   color: #e98fcb !important;
 }
 .after-bg-lightPink::after {
   background: #e98fcb !important;
 }
 .after-fg-lightPink::after {
   color: #e98fcb !important;
 }
 .after-bd-lightPink::after {
   border-color: #e98fcb !important;
 }
 .after-ol-lightPink::after {
   outline-color: #e98fcb !important;
 }
 .before-bg-lightMagenta::before {
   background: #ff2599 !important;
 }
 .before-fg-lightMagenta::before {
   color: #ff2599 !important;
 }
 .after-bg-lightMagenta::after {
   background: #ff2599 !important;
 }
 .after-fg-lightMagenta::after {
   color: #ff2599 !important;
 }
 .after-bd-lightMagenta::after {
   border-color: #ff2599 !important;
 }
 .after-ol-lightMagenta::after {
   outline-color: #ff2599 !important;
 }
 .before-bg-lightCrimson::before {
   background: #ef0036 !important;
 }
 .before-fg-lightCrimson::before {
   color: #ef0036 !important;
 }
 .after-bg-lightCrimson::after {
   background: #ef0036 !important;
 }
 .after-fg-lightCrimson::after {
   color: #ef0036 !important;
 }
 .after-bd-lightCrimson::after {
   border-color: #ef0036 !important;
 }
 .after-ol-lightCrimson::after {
   outline-color: #ef0036 !important;
 }
 .before-bg-lightRed::before {
   background: #df6e68 !important;
 }
 .before-fg-lightRed::before {
   color: #df6e68 !important;
 }
 .after-bg-lightRed::after {
   background: #df6e68 !important;
 }
 .after-fg-lightRed::after {
   color: #df6e68 !important;
 }
 .after-bd-lightRed::after {
   border-color: #df6e68 !important;
 }
 .after-ol-lightRed::after {
   outline-color: #df6e68 !important;
 }
 .before-bg-lightOrange::before {
   background: #ff9447 !important;
 }
 .before-fg-lightOrange::before {
   color: #ff9447 !important;
 }
 .after-bg-lightOrange::after {
   background: #ff9447 !important;
 }
 .after-fg-lightOrange::after {
   color: #ff9447 !important;
 }
 .after-bd-lightOrange::after {
   border-color: #ff9447 !important;
 }
 .after-ol-lightOrange::after {
   outline-color: #ff9447 !important;
 }
 .before-bg-lightAmber::before {
   background: #f8bf4f !important;
 }
 .before-fg-lightAmber::before {
   color: #f8bf4f !important;
 }
 .after-bg-lightAmber::after {
   background: #f8bf4f !important;
 }
 .after-fg-lightAmber::after {
   color: #f8bf4f !important;
 }
 .after-bd-lightAmber::after {
   border-color: #f8bf4f !important;
 }
 .after-ol-lightAmber::after {
   outline-color: #f8bf4f !important;
 }
 .before-bg-lightYellow::before {
   background: #fff44d !important;
 }
 .before-fg-lightYellow::before {
   color: #fff44d !important;
 }
 .after-bg-lightYellow::after {
   background: #fff44d !important;
 }
 .after-fg-lightYellow::after {
   color: #fff44d !important;
 }
 .after-bd-lightYellow::after {
   border-color: #fff44d !important;
 }
 .after-ol-lightYellow::after {
   outline-color: #fff44d !important;
 }
 .before-bg-lightBrown::before {
   background: #bb823f !important;
 }
 .before-fg-lightBrown::before {
   color: #bb823f !important;
 }
 .after-bg-lightBrown::after {
   background: #bb823f !important;
 }
 .after-fg-lightBrown::after {
   color: #bb823f !important;
 }
 .after-bd-lightBrown::after {
   border-color: #bb823f !important;
 }
 .after-ol-lightBrown::after {
   outline-color: #bb823f !important;
 }
 .before-bg-lightOlive::before {
   background: #95ab8d !important;
 }
 .before-fg-lightOlive::before {
   color: #95ab8d !important;
 }
 .after-bg-lightOlive::after {
   background: #95ab8d !important;
 }
 .after-fg-lightOlive::after {
   color: #95ab8d !important;
 }
 .after-bd-lightOlive::after {
   border-color: #95ab8d !important;
 }
 .after-ol-lightOlive::after {
   outline-color: #95ab8d !important;
 }
 .before-bg-lightSteel::before {
   background: #8d9cab !important;
 }
 .before-fg-lightSteel::before {
   color: #8d9cab !important;
 }
 .after-bg-lightSteel::after {
   background: #8d9cab !important;
 }
 .after-fg-lightSteel::after {
   color: #8d9cab !important;
 }
 .after-bd-lightSteel::after {
   border-color: #8d9cab !important;
 }
 .after-ol-lightSteel::after {
   outline-color: #8d9cab !important;
 }
 .before-bg-lightMauve::before {
   background: #9c89ad !important;
 }
 .before-fg-lightMauve::before {
   color: #9c89ad !important;
 }
 .after-bg-lightMauve::after {
   background: #9c89ad !important;
 }
 .after-fg-lightMauve::after {
   color: #9c89ad !important;
 }
 .after-bd-lightMauve::after {
   border-color: #9c89ad !important;
 }
 .after-ol-lightMauve::after {
   outline-color: #9c89ad !important;
 }
 .before-bg-lightTaupe::before {
   background: #aea073 !important;
 }
 .before-fg-lightTaupe::before {
   color: #aea073 !important;
 }
 .after-bg-lightTaupe::after {
   background: #aea073 !important;
 }
 .after-fg-lightTaupe::after {
   color: #aea073 !important;
 }
 .after-bd-lightTaupe::after {
   border-color: #aea073 !important;
 }
 .after-ol-lightTaupe::after {
   outline-color: #aea073 !important;
 }
 .before-bg-lightGray::before {
   background: #e4e4e4 !important;
 }
 .before-fg-lightGray::before {
   color: #e4e4e4 !important;
 }
 .after-bg-lightGray::after {
   background: #e4e4e4 !important;
 }
 .after-fg-lightGray::after {
   color: #e4e4e4 !important;
 }
 .after-bd-lightGray::after {
   border-color: #e4e4e4 !important;
 }
 .after-ol-lightGray::after {
   outline-color: #e4e4e4 !important;
 }
 .before-bg-lightGrayBlue::before {
   background: #8aa2ae !important;
 }
 .before-fg-lightGrayBlue::before {
   color: #8aa2ae !important;
 }
 .after-bg-lightGrayBlue::after {
   background: #8aa2ae !important;
 }
 .after-fg-lightGrayBlue::after {
   color: #8aa2ae !important;
 }
 .after-bd-lightGrayBlue::after {
   border-color: #8aa2ae !important;
 }
 .after-ol-lightGrayBlue::after {
   outline-color: #8aa2ae !important;
 }
 .before-bg-darkLime::before {
   background: #647800 !important;
 }
 .before-fg-darkLime::before {
   color: #647800 !important;
 }
 .after-bg-darkLime::after {
   background: #647800 !important;
 }
 .after-fg-darkLime::after {
   color: #647800 !important;
 }
 .after-bd-darkLime::after {
   border-color: #647800 !important;
 }
 .after-ol-darkLime::after {
   outline-color: #647800 !important;
 }
 .before-bg-darkGreen::before {
   background: #3a660e !important;
 }
 .before-fg-darkGreen::before {
   color: #3a660e !important;
 }
 .after-bg-darkGreen::after {
   background: #3a660e !important;
 }
 .after-fg-darkGreen::after {
   color: #3a660e !important;
 }
 .after-bd-darkGreen::after {
   border-color: #3a660e !important;
 }
 .after-ol-darkGreen::after {
   outline-color: #3a660e !important;
 }
 .before-bg-darkEmerald::before {
   background: #003d00 !important;
 }
 .before-fg-darkEmerald::before {
   color: #003d00 !important;
 }
 .after-bg-darkEmerald::after {
   background: #003d00 !important;
 }
 .after-fg-darkEmerald::after {
   color: #003d00 !important;
 }
 .after-bd-darkEmerald::after {
   border-color: #003d00 !important;
 }
 .after-ol-darkEmerald::after {
   outline-color: #003d00 !important;
 }
 .before-bg-darkBlue::before {
   background: #0077a3 !important;
 }
 .before-fg-darkBlue::before {
   color: #0077a3 !important;
 }
 .after-bg-darkBlue::after {
   background: #0077a3 !important;
 }
 .after-fg-darkBlue::after {
   color: #0077a3 !important;
 }
 .after-bd-darkBlue::after {
   border-color: #0077a3 !important;
 }
 .after-ol-darkBlue::after {
   outline-color: #0077a3 !important;
 }
 .before-bg-darkTeal::before {
   background: #005e5d !important;
 }
 .before-fg-darkTeal::before {
   color: #005e5d !important;
 }
 .after-bg-darkTeal::after {
   background: #005e5d !important;
 }
 .after-fg-darkTeal::after {
   color: #005e5d !important;
 }
 .after-bd-darkTeal::after {
   border-color: #005e5d !important;
 }
 .after-ol-darkTeal::after {
   outline-color: #005e5d !important;
 }
 .before-bg-darkCyan::before {
   background: #13709e !important;
 }
 .before-fg-darkCyan::before {
   color: #13709e !important;
 }
 .after-bg-darkCyan::after {
   background: #13709e !important;
 }
 .after-fg-darkCyan::after {
   color: #13709e !important;
 }
 .after-bd-darkCyan::after {
   border-color: #13709e !important;
 }
 .after-ol-darkCyan::after {
   outline-color: #13709e !important;
 }
 .before-bg-darkCobalt::before {
   background: #0036a3 !important;
 }
 .before-fg-darkCobalt::before {
   color: #0036a3 !important;
 }
 .after-bg-darkCobalt::after {
   background: #0036a3 !important;
 }
 .after-fg-darkCobalt::after {
   color: #0036a3 !important;
 }
 .after-bd-darkCobalt::after {
   border-color: #0036a3 !important;
 }
 .after-ol-darkCobalt::after {
   outline-color: #0036a3 !important;
 }
 .before-bg-darkIndigo::before {
   background: #4a00b3 !important;
 }
 .before-fg-darkIndigo::before {
   color: #4a00b3 !important;
 }
 .after-bg-darkIndigo::after {
   background: #4a00b3 !important;
 }
 .after-fg-darkIndigo::after {
   color: #4a00b3 !important;
 }
 .after-bd-darkIndigo::after {
   border-color: #4a00b3 !important;
 }
 .after-ol-darkIndigo::after {
   outline-color: #4a00b3 !important;
 }
 .before-bg-darkViolet::before {
   background: #7700b3 !important;
 }
 .before-fg-darkViolet::before {
   color: #7700b3 !important;
 }
 .after-bg-darkViolet::after {
   background: #7700b3 !important;
 }
 .after-fg-darkViolet::after {
   color: #7700b3 !important;
 }
 .after-bd-darkViolet::after {
   border-color: #7700b3 !important;
 }
 .after-ol-darkViolet::after {
   outline-color: #7700b3 !important;
 }
 .before-bg-darkPink::before {
   background: #ba2588 !important;
 }
 .before-fg-darkPink::before {
   color: #ba2588 !important;
 }
 .after-bg-darkPink::after {
   background: #ba2588 !important;
 }
 .after-fg-darkPink::after {
   color: #ba2588 !important;
 }
 .after-bd-darkPink::after {
   border-color: #ba2588 !important;
 }
 .after-ol-darkPink::after {
   outline-color: #ba2588 !important;
 }
 .before-bg-darkMagenta::before {
   background: #8c004a !important;
 }
 .before-fg-darkMagenta::before {
   color: #8c004a !important;
 }
 .after-bg-darkMagenta::after {
   background: #8c004a !important;
 }
 .after-fg-darkMagenta::after {
   color: #8c004a !important;
 }
 .after-bd-darkMagenta::after {
   border-color: #8c004a !important;
 }
 .after-ol-darkMagenta::after {
   outline-color: #8c004a !important;
 }
 .before-bg-darkCrimson::before {
   background: #560014 !important;
 }
 .before-fg-darkCrimson::before {
   color: #560014 !important;
 }
 .after-bg-darkCrimson::after {
   background: #560014 !important;
 }
 .after-fg-darkCrimson::after {
   color: #560014 !important;
 }
 .after-bd-darkCrimson::after {
   border-color: #560014 !important;
 }
 .after-ol-darkCrimson::after {
   outline-color: #560014 !important;
 }
 .before-bg-darkRed::before {
   background: #8f251f !important;
 }
 .before-fg-darkRed::before {
   color: #8f251f !important;
 }
 .after-bg-darkRed::after {
   background: #8f251f !important;
 }
 .after-fg-darkRed::after {
   color: #8f251f !important;
 }
 .after-bd-darkRed::after {
   border-color: #8f251f !important;
 }
 .after-ol-darkRed::after {
   outline-color: #8f251f !important;
 }
 .before-bg-darkOrange::before {
   background: #ae4800 !important;
 }
 .before-fg-darkOrange::before {
   color: #ae4800 !important;
 }
 .after-bg-darkOrange::after {
   background: #ae4800 !important;
 }
 .after-fg-darkOrange::after {
   color: #ae4800 !important;
 }
 .after-bd-darkOrange::after {
   border-color: #ae4800 !important;
 }
 .after-ol-darkOrange::after {
   outline-color: #ae4800 !important;
 }
 .before-bg-darkAmber::before {
   background: #a77107 !important;
 }
 .before-fg-darkAmber::before {
   color: #a77107 !important;
 }
 .after-bg-darkAmber::after {
   background: #a77107 !important;
 }
 .after-fg-darkAmber::after {
   color: #a77107 !important;
 }
 .after-bd-darkAmber::after {
   border-color: #a77107 !important;
 }
 .after-ol-darkAmber::after {
   outline-color: #a77107 !important;
 }
 .before-bg-darkYellow::before {
   background: #b3a800 !important;
 }
 .before-fg-darkYellow::before {
   color: #b3a800 !important;
 }
 .after-bg-darkYellow::after {
   background: #b3a800 !important;
 }
 .after-fg-darkYellow::after {
   color: #b3a800 !important;
 }
 .after-bd-darkYellow::after {
   border-color: #b3a800 !important;
 }
 .after-ol-darkYellow::after {
   outline-color: #b3a800 !important;
 }
 .before-bg-darkBrown::before {
   background: #493219 !important;
 }
 .before-fg-darkBrown::before {
   color: #493219 !important;
 }
 .after-bg-darkBrown::after {
   background: #493219 !important;
 }
 .after-fg-darkBrown::after {
   color: #493219 !important;
 }
 .after-bd-darkBrown::after {
   border-color: #493219 !important;
 }
 .after-ol-darkBrown::after {
   outline-color: #493219 !important;
 }
 .before-bg-darkOlive::before {
   background: #4a5b43 !important;
 }
 .before-fg-darkOlive::before {
   color: #4a5b43 !important;
 }
 .after-bg-darkOlive::after {
   background: #4a5b43 !important;
 }
 .after-fg-darkOlive::after {
   color: #4a5b43 !important;
 }
 .after-bd-darkOlive::after {
   border-color: #4a5b43 !important;
 }
 .after-ol-darkOlive::after {
   outline-color: #4a5b43 !important;
 }
 .before-bg-darkSteel::before {
   background: #43505b !important;
 }
 .before-fg-darkSteel::before {
   color: #43505b !important;
 }
 .after-bg-darkSteel::after {
   background: #43505b !important;
 }
 .after-fg-darkSteel::after {
   color: #43505b !important;
 }
 .after-bd-darkSteel::after {
   border-color: #43505b !important;
 }
 .after-ol-darkSteel::after {
   outline-color: #43505b !important;
 }
 .before-bg-darkMauve::before {
   background: #4f415d !important;
 }
 .before-fg-darkMauve::before {
   color: #4f415d !important;
 }
 .after-bg-darkMauve::after {
   background: #4f415d !important;
 }
 .after-fg-darkMauve::after {
   color: #4f415d !important;
 }
 .after-bd-darkMauve::after {
   border-color: #4f415d !important;
 }
 .after-ol-darkMauve::after {
   outline-color: #4f415d !important;
 }
 .before-bg-darkTaupe::before {
   background: #574e32 !important;
 }
 .before-fg-darkTaupe::before {
   color: #574e32 !important;
 }
 .after-bg-darkTaupe::after {
   background: #574e32 !important;
 }
 .after-fg-darkTaupe::after {
   color: #574e32 !important;
 }
 .after-bd-darkTaupe::after {
   border-color: #574e32 !important;
 }
 .after-ol-darkTaupe::after {
   outline-color: #574e32 !important;
 }
 .before-bg-darkGray::before {
   background: #989898 !important;
 }
 .before-fg-darkGray::before {
   color: #989898 !important;
 }
 .after-bg-darkGray::after {
   background: #989898 !important;
 }
 .after-fg-darkGray::after {
   color: #989898 !important;
 }
 .after-bd-darkGray::after {
   border-color: #989898 !important;
 }
 .after-ol-darkGray::after {
   outline-color: #989898 !important;
 }
 .before-bg-darkGrayBlue::before {
   background: #41545e !important;
 }
 .before-fg-darkGrayBlue::before {
   color: #41545e !important;
 }
 .after-bg-darkGrayBlue::after {
   background: #41545e !important;
 }
 .after-fg-darkGrayBlue::after {
   color: #41545e !important;
 }
 .after-bd-darkGrayBlue::after {
   border-color: #41545e !important;
 }
 .after-ol-darkGrayBlue::after {
   outline-color: #41545e !important;
 }
 .ribbed-black {
   background: #000000 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) !important;
   background-size: 20px 20px !important;
 }
 .ribbed-white {
   background: #ffffff 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) !important;
   background-size: 20px 20px !important;
 }
 .ribbed-dark {
   background: #1d1d1d 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) !important;
   background-size: 20px 20px !important;
 }
 .ribbed-light {
   background: #f8f8f8 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) !important;
   background-size: 20px 20px !important;
 }
 .ribbed-grayBlue {
   background: #607d8b 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) !important;
   background-size: 20px 20px !important;
 }
 .ribbed-grayWhite {
   background: #f5f5f5 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) !important;
   background-size: 20px 20px !important;
 }
 .ribbed-grayMouse {
   background: #455a64 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) !important;
   background-size: 20px 20px !important;
 }
 .ribbed-brandColor1 {
   background: #2ac4f4 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) !important;
   background-size: 20px 20px !important;
 }
 .ribbed-brandColor2 {
   background: #004d6f 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) !important;
   background-size: 20px 20px !important;
 }
 .ribbed-lime {
   background: #a4c400 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) !important;
   background-size: 20px 20px !important;
 }
 .ribbed-green {
   background: #60a917 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) !important;
   background-size: 20px 20px !important;
 }
 .ribbed-emerald {
   background: #008a00 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) !important;
   background-size: 20px 20px !important;
 }
 .ribbed-blue {
   background: #00AFF0 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) !important;
   background-size: 20px 20px !important;
 }
 .ribbed-teal {
   background: #00aba9 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) !important;
   background-size: 20px 20px !important;
 }
 .ribbed-cyan {
   background: #1ba1e2 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) !important;
   background-size: 20px 20px !important;
 }
 .ribbed-cobalt {
   background: #0050ef 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) !important;
   background-size: 20px 20px !important;
 }
 .ribbed-indigo {
   background: #6a00ff 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) !important;
   background-size: 20px 20px !important;
 }
 .ribbed-violet {
   background: #aa00ff 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) !important;
   background-size: 20px 20px !important;
 }
 .ribbed-pink {
   background: #dc4fad 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) !important;
   background-size: 20px 20px !important;
 }
 .ribbed-magenta {
   background: #d80073 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) !important;
   background-size: 20px 20px !important;
 }
 .ribbed-crimson {
   background: #a20025 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) !important;
   background-size: 20px 20px !important;
 }
 .ribbed-red {
   background: #CE352C 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) !important;
   background-size: 20px 20px !important;
 }
 .ribbed-orange {
   background: #fa6800 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) !important;
   background-size: 20px 20px !important;
 }
 .ribbed-amber {
   background: #f0a30a 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) !important;
   background-size: 20px 20px !important;
 }
 .ribbed-yellow {
   background: #fff000 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) !important;
   background-size: 20px 20px !important;
 }
 .ribbed-brown {
   background: #825a2c 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) !important;
   background-size: 20px 20px !important;
 }
 .ribbed-olive {
   background: #6d8764 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) !important;
   background-size: 20px 20px !important;
 }
 .ribbed-steel {
   background: #647687 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) !important;
   background-size: 20px 20px !important;
 }
 .ribbed-mauve {
   background: #76608a 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) !important;
   background-size: 20px 20px !important;
 }
 .ribbed-taupe {
   background: #87794e 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) !important;
   background-size: 20px 20px !important;
 }
 .ribbed-gray {
   background: #bebebe 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) !important;
   background-size: 20px 20px !important;
 }
 .ribbed-lightLime {
   background: #d8ff12 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) !important;
   background-size: 20px 20px !important;
 }
 .ribbed-lightGreen {
   background: #86e22a 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) !important;
   background-size: 20px 20px !important;
 }
 .ribbed-lightEmerald {
   background: #00d600 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) !important;
   background-size: 20px 20px !important;
 }
 .ribbed-lightBlue {
   background: #3ecbff 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) !important;
   background-size: 20px 20px !important;
 }
 .ribbed-lightTeal {
   background: #00f7f5 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) !important;
   background-size: 20px 20px !important;
 }
 .ribbed-lightCyan {
   background: #5ebdec 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) !important;
   background-size: 20px 20px !important;
 }
 .ribbed-lightCobalt {
   background: #3d7eff 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) !important;
   background-size: 20px 20px !important;
 }
 .ribbed-lightIndigo {
   background: #974dff 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) !important;
   background-size: 20px 20px !important;
 }
 .ribbed-lightViolet {
   background: #c44dff 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) !important;
   background-size: 20px 20px !important;
 }
 .ribbed-lightPink {
   background: #e98fcb 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) !important;
   background-size: 20px 20px !important;
 }
 .ribbed-lightMagenta {
   background: #ff2599 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) !important;
   background-size: 20px 20px !important;
 }
 .ribbed-lightCrimson {
   background: #ef0036 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) !important;
   background-size: 20px 20px !important;
 }
 .ribbed-lightRed {
   background: #df6e68 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) !important;
   background-size: 20px 20px !important;
 }
 .ribbed-lightOrange {
   background: #ff9447 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) !important;
   background-size: 20px 20px !important;
 }
 .ribbed-lightAmber {
   background: #f8bf4f 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) !important;
   background-size: 20px 20px !important;
 }
 .ribbed-lightYellow {
   background: #fff44d 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) !important;
   background-size: 20px 20px !important;
 }
 .ribbed-lightBrown {
   background: #bb823f 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) !important;
   background-size: 20px 20px !important;
 }
 .ribbed-lightOlive {
   background: #95ab8d 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) !important;
   background-size: 20px 20px !important;
 }
 .ribbed-lightSteel {
   background: #8d9cab 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) !important;
   background-size: 20px 20px !important;
 }
 .ribbed-lightMauve {
   background: #9c89ad 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) !important;
   background-size: 20px 20px !important;
 }
 .ribbed-lightTaupe {
   background: #aea073 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) !important;
   background-size: 20px 20px !important;
 }
 .ribbed-lightGray {
   background: #e4e4e4 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) !important;
   background-size: 20px 20px !important;
 }
 .ribbed-lightGrayBlue {
   background: #8aa2ae 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) !important;
   background-size: 20px 20px !important;
 }
 .ribbed-darkLime {
   background: #647800 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) !important;
   background-size: 20px 20px !important;
 }
 .ribbed-darkGreen {
   background: #3a660e 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) !important;
   background-size: 20px 20px !important;
 }
 .ribbed-darkEmerald {
   background: #003d00 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) !important;
   background-size: 20px 20px !important;
 }
 .ribbed-darkBlue {
   background: #0077a3 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) !important;
   background-size: 20px 20px !important;
 }
 .ribbed-darkTeal {
   background: #005e5d 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) !important;
   background-size: 20px 20px !important;
 }
 .ribbed-darkCyan {
   background: #13709e 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) !important;
   background-size: 20px 20px !important;
 }
 .ribbed-darkCobalt {
   background: #0036a3 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) !important;
   background-size: 20px 20px !important;
 }
 .ribbed-darkIndigo {
   background: #4a00b3 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) !important;
   background-size: 20px 20px !important;
 }
 .ribbed-darkViolet {
   background: #7700b3 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) !important;
   background-size: 20px 20px !important;
 }
 .ribbed-darkPink {
   background: #ba2588 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) !important;
   background-size: 20px 20px !important;
 }
 .ribbed-darkMagenta {
   background: #8c004a 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) !important;
   background-size: 20px 20px !important;
 }
 .ribbed-darkCrimson {
   background: #560014 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) !important;
   background-size: 20px 20px !important;
 }
 .ribbed-darkRed {
   background: #8f251f 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) !important;
   background-size: 20px 20px !important;
 }
 .ribbed-darkOrange {
   background: #ae4800 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) !important;
   background-size: 20px 20px !important;
 }
 .ribbed-darkAmber {
   background: #a77107 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) !important;
   background-size: 20px 20px !important;
 }
 .ribbed-darkYellow {
   background: #b3a800 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) !important;
   background-size: 20px 20px !important;
 }
 .ribbed-darkBrown {
   background: #493219 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) !important;
   background-size: 20px 20px !important;
 }
 .ribbed-darkOlive {
   background: #4a5b43 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) !important;
   background-size: 20px 20px !important;
 }
 .ribbed-darkSteel {
   background: #43505b 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) !important;
   background-size: 20px 20px !important;
 }
 .ribbed-darkMauve {
   background: #4f415d 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) !important;
   background-size: 20px 20px !important;
 }
 .ribbed-darkTaupe {
   background: #574e32 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) !important;
   background-size: 20px 20px !important;
 }
 .ribbed-darkGray {
   background: #989898 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) !important;
   background-size: 20px 20px !important;
 }
 .ribbed-darkGrayBlue {
   background: #41545e 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) !important;
   background-size: 20px 20px !important;
 }
 
 
 @font-face {
   font-family: 'metro';
   src: url('../mif/metro.svg') format('svg'), url('../mif/metro.woff') format('woff'), url('../mif/metro.ttf') format('truetype');
   font-weight: normal;
   font-style: normal;
 }
 [class*=mif-] {
   font-family: 'metro' !important;
   speak: none;
   font-style: normal;
   font-weight: normal;
   font-variant: normal;
   text-transform: none;
   line-height: 1;
   display: inline-block;
   position: relative;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
 }
 .mif-lg {
   font-size: 1.2em;
 }
 .mif-2x {
   font-size: 1.5em;
 }
 .mif-3x {
   font-size: 2em;
 }
 .mif-4x {
   font-size: 2.5em;
 }
 .mif-5x {
   font-size: 3em;
 }
 .mif-6x {
   font-size: 3.5em;
 }
 .mif-7x {
   font-size: 4em;
 }
 .mif-8x {
   font-size: 4.5em;
 }
 .mif-9x {
   font-size: 5em;
 }
 .mif-10x {
   font-size: 5.5em;
 }
 .mif-memory:before {
   content: "\e9d4";
 }
 .mif-external:before {
   content: "\e9c6";
 }
 .mif-ac_unit:before {
   content: "\eb3b";
 }
 .mif-accessible:before {
   content: "\e916";
 }
 .mif-adb:before {
   content: "\e6d8";
 }
 .mif-add:before {
   content: "\e145";
 }
 .mif-add-photo:before {
   content: "\e439";
 }
 .mif-arrow-drop-down:before {
   content: "\e5c5";
 }
 .mif-arrow-drop-up:before {
   content: "\e5c7";
 }
 .mif-assignment:before {
   content: "\e85d";
 }
 .mif-backspace1:before {
   content: "\e14a";
 }
 .mif-beenhere:before {
   content: "\e52d";
 }
 .mif-cake:before {
   content: "\e7e9";
 }
 .mif-photo-camera:before {
   content: "\e412";
 }
 .mif-photo-camera-enhance:before {
   content: "\e8fc";
 }
 .mif-camera-front:before {
   content: "\e3b1";
 }
 .mif-camera-rear:before {
   content: "\e3b2";
 }
 .mif-chat:before {
   content: "\e0b7";
 }
 .mif-chat-bubble:before {
   content: "\e0ca";
 }
 .mif-chat-bubble-outline:before {
   content: "\e0cb";
 }
 .mif-comment:before {
   content: "\e0b9";
 }
 .mif-developer_board:before {
   content: "\e30d";
 }
 .mif-devices:before {
   content: "\e337";
 }
 .mif-done:before {
   content: "\e876";
 }
 .mif-done_all:before {
   content: "\e877";
 }
 .mif-flash-auto:before {
   content: "\e3e5";
 }
 .mif-flash-off:before {
   content: "\e3e6";
 }
 .mif-flash-on:before {
   content: "\e3e7";
 }
 .mif-qa:before {
   content: "\e8af";
 }
 .mif-hdr-off:before {
   content: "\e3ed";
 }
 .mif-hdr-on:before {
   content: "\e3ee";
 }
 .mif-http:before {
   content: "\e909";
 }
 .mif-import-export:before {
   content: "\e0c3";
 }
 .mif-inbox:before {
   content: "\e156";
 }
 .mif-backspace:before {
   content: "\e317";
 }
 .mif-keyboard-tab:before {
   content: "\e31c";
 }
 .mif-restaurant:before {
   content: "\e561";
 }
 .mif-location-off:before {
   content: "\e0c7";
 }
 .mif-room:before {
   content: "\e8b4";
 }
 .mif-move_to_inbox:before {
   content: "\e168";
 }
 .mif-navigation:before {
   content: "\e55d";
 }
 .mif-near-me:before {
   content: "\e569";
 }
 .mif-network-cell:before {
   content: "\e1b9";
 }
 .mif-network-locked:before {
   content: "\e6d9";
 }
 .mif-network-wifi:before {
   content: "\e1ba";
 }
 .mif-cell-setting:before {
   content: "\e8a4";
 }
 .mif-phonelink-erase:before {
   content: "\e0db";
 }
 .mif-phonelink-lock:before {
   content: "\e0dc";
 }
 .mif-phonelink-ring:before {
   content: "\e0dd";
 }
 .mif-phonelink-setup:before {
   content: "\e0de";
 }
 .mif-present-all:before {
   content: "\e0df";
 }
 .mif-record_voice_over:before {
   content: "\e91f";
 }
 .mif-refresh:before {
   content: "\e5d5";
 }
 .mif-replay:before {
   content: "\e042";
 }
 .mif-reply:before {
   content: "\e15e";
 }
 .mif-reply_all:before {
   content: "\e15f";
 }
 .mif-lock-rotation:before {
   content: "\e1c0";
 }
 .mif-rotation:before {
   content: "\e1c1";
 }
 .mif-cell-on:before {
   content: "\e1c8";
 }
 .mif-cell-no-internet:before {
   content: "\e1cd";
 }
 .mif-cell-null:before {
   content: "\e1cf";
 }
 .mif-cell-off:before {
   content: "\e1d0";
 }
 .mif-wifi-lock:before {
   content: "\e1d9";
 }
 .mif-wifi-off:before {
   content: "\e1da";
 }
 .mif-verified:before {
   content: "\e8e8";
 }
 .mif-watch:before {
   content: "\e334";
 }
 .mif-add-shopping-cart:before {
   content: "\e854";
 }
 .mif-cast:before {
   content: "\e307";
 }
 .mif-cast-connected:before {
   content: "\e308";
 }
 .mif-create-new-folder:before {
   content: "\e2cc";
 }
 .mif-dashboard:before {
   content: "\e871";
 }
 .mif-description:before {
   content: "\e873";
 }
 .mif-equalizer2:before {
   content: "\e01d";
 }
 .mif-ev-station:before {
   content: "\e56d";
 }
 .mif-featured-play-list:before {
   content: "\e06d";
 }
 .mif-featured-video:before {
   content: "\e06e";
 }
 .mif-fingerprint:before {
   content: "\e912";
 }
 .mif-folder2:before {
   content: "\e2c7";
 }
 .mif-folder-open2:before {
   content: "\e2c8";
 }
 .mif-folder-shared:before {
   content: "\e2c9";
 }
 .mif-folder-special2:before {
   content: "\e6c4";
 }
 .mif-goat:before {
   content: "\e901";
 }
 .mif-import-contacts:before {
   content: "\e0e0";
 }
 .mif-insert-drive-file:before {
   content: "\e24d";
 }
 .mif-keyboard-hide:before {
   content: "\e31a";
 }
 .mif-note:before {
   content: "\e06f";
 }
 .mif-note-add:before {
   content: "\e89c";
 }
 .mif-pan-tool:before {
   content: "\e939";
 }
 .mif-directions-bike:before {
   content: "\e6bf";
 }
 .mif-location-city:before {
   content: "\e6c0";
 }
 .mif-wifi-low:before {
   content: "\e60c";
 }
 .mif-wifi-mid:before {
   content: "\e60d";
 }
 .mif-wifi-full:before {
   content: "\e634";
 }
 .mif-tablet-landscape:before {
   content: "\e635";
 }
 .mif-calculator2:before {
   content: "\e636";
 }
 .mif-barbell:before {
   content: "\e637";
 }
 .mif-chart-line:before {
   content: "\e656";
 }
 .mif-3d-rotation:before {
   content: "\e600";
 }
 .mif-alarm:before {
   content: "\e601";
 }
 .mif-alarm-on:before {
   content: "\e602";
 }
 .mif-favorite:before {
   content: "\e603";
 }
 .mif-perm-phone-msg:before {
   content: "\e604";
 }
 .mif-print:before {
   content: "\e605";
 }
 .mif-bt-settings:before {
   content: "\e606";
 }
 .mif-settings-ethernet:before {
   content: "\e607";
 }
 .mif-settings-phone:before {
   content: "\e608";
 }
 .mif-settings-power:before {
   content: "\e609";
 }
 .mif-settings-voice:before {
   content: "\e60a";
 }
 .mif-shopping-basket:before {
   content: "\e60b";
 }
 .mif-dialer-sip:before {
   content: "\e60e";
 }
 .mif-dialpad:before {
   content: "\e60f";
 }
 .mif-contacts-dialer:before {
   content: "\e610";
 }
 .mif-contacts-mail:before {
   content: "\e611";
 }
 .mif-ring-volume:before {
   content: "\e612";
 }
 .mif-voicemail:before {
   content: "\e613";
 }
 .mif-drafts:before {
   content: "\e614";
 }
 .mif-mail:before {
   content: "\e615";
 }
 .mif-bluetooth:before {
   content: "\e626";
 }
 .mif-bt-connected:before {
   content: "\e627";
 }
 .mif-bt-disabled:before {
   content: "\e628";
 }
 .mif-bt-searching:before {
   content: "\e629";
 }
 .mif-brightness-auto:before {
   content: "\e62a";
 }
 .mif-multitrack-audio:before {
   content: "\e616";
 }
 .mif-widgets:before {
   content: "\e617";
 }
 .mif-usb1:before {
   content: "\e638";
 }
 .mif-money:before {
   content: "\e639";
 }
 .mif-vertical-align-bottom:before {
   content: "\e63a";
 }
 .mif-vertical-align-center:before {
   content: "\e63b";
 }
 .mif-vertical-align-top:before {
   content: "\e63c";
 }
 .mif-file-download:before {
   content: "\e63d";
 }
 .mif-file-upload:before {
   content: "\e63e";
 }
 .mif-keyboard-return:before {
   content: "\e63f";
 }
 .mif-keyboard-voice:before {
   content: "\e640";
 }
 .mif-phonelink:before {
   content: "\e641";
 }
 .mif-phonelink-off:before {
   content: "\e642";
 }
 .mif-security:before {
   content: "\e618";
 }
 .mif-looks:before {
   content: "\e643";
 }
 .mif-palette:before {
   content: "\e619";
 }
 .mif-layers:before {
   content: "\e644";
 }
 .mif-layers-clear:before {
   content: "\e61a";
 }
 .mif-local-airport:before {
   content: "\e645";
 }
 .mif-florist:before {
   content: "\e61b";
 }
 .mif-gas-station:before {
   content: "\e61c";
 }
 .mif-hotel:before {
   content: "\e646";
 }
 .mif-local-service:before {
   content: "\e61d";
 }
 .mif-map2:before {
   content: "\e620";
 }
 .mif-my-location:before {
   content: "\e61e";
 }
 .mif-traff:before {
   content: "\e621";
 }
 .mif-apps:before {
   content: "\e647";
 }
 .mif-chevron-left:before {
   content: "\e648";
 }
 .mif-chevron-right:before {
   content: "\e649";
 }
 .mif-expand-less:before {
   content: "\e64a";
 }
 .mif-expand-more:before {
   content: "\e64b";
 }
 .mif-menu:before {
   content: "\e64c";
 }
 .mif-more-horiz:before {
   content: "\e64d";
 }
 .mif-more-vert:before {
   content: "\e64e";
 }
 .mif-unfold-less:before {
   content: "\e64f";
 }
 .mif-unfold-more:before {
   content: "\e650";
 }
 .mif-bt-audio:before {
   content: "\e651";
 }
 .mif-not:before {
   content: "\e633";
 }
 .mif-drive-eta:before {
   content: "\e652";
 }
 .mif-event-available:before {
   content: "\e653";
 }
 .mif-event-busy:before {
   content: "\e654";
 }
 .mif-folder-special:before {
   content: "\e655";
 }
 .mif-phone-bt:before {
   content: "\e657";
 }
 .mif-phone-forwarded:before {
   content: "\e658";
 }
 .mif-phone-in-talk:before {
   content: "\e659";
 }
 .mif-phone-locked:before {
   content: "\e65a";
 }
 .mif-phone-missed:before {
   content: "\e65b";
 }
 .mif-phone-paused:before {
   content: "\e65c";
 }
 .mif-sd-card:before {
   content: "\e65d";
 }
 .mif-sync-disabled:before {
   content: "\e622";
 }
 .mif-sync-problem:before {
   content: "\e623";
 }
 .mif-vpn-lock:before {
   content: "\e624";
 }
 .mif-vpn-publ:before {
   content: "\e625";
 }
 .mif-school:before {
   content: "\e61f";
 }
 .mif-telegram:before {
   content: "\e9cf";
 }
 .mif-discord:before {
   content: "\e9d0";
 }
 .mif-network:before {
   content: "\e9d1";
   color: #4b4b4b;
 }
 .mif-lan:before {
   content: "\e9dc";
   color: #4b4b4b;
 }
 .mif-net-server:before {
   content: "\e9dd";
   color: #4b4b4b;
 }
 .mif-computer:before {
   content: "\e9de";
   color: #4b4b4b;
 }
 .mif-hdd:before {
   content: "\e9df";
   color: #4b4b4b;
 }
 .mif-cpu:before {
   content: "\e9e1";
 }
 .mif-sign-pen:before {
   content: "\e9c9";
 }
 .mif-usb:before {
   content: "\e9e7";
 }
 .mif-document-file-numbers:before {
   content: "\e917";
 }
 .mif-document-file-pages:before {
   content: "\e918";
 }
 .mif-document-file-app:before {
   content: "\e919";
 }
 .mif-document-file-png:before {
   content: "\e91a";
 }
 .mif-document-file-pdf:before {
   content: "\e91c";
 }
 .mif-document-file-mp3:before {
   content: "\e922";
 }
 .mif-document-file-mp4:before {
   content: "\e923";
 }
 .mif-document-file-mov:before {
   content: "\e93b";
 }
 .mif-document-file-jpg:before {
   content: "\e93c";
 }
 .mif-document-file-key:before {
   content: "\e93d";
 }
 .mif-document-file-html:before {
   content: "\e93e";
 }
 .mif-document-file-css:before {
   content: "\e943";
 }
 .mif-document-file-java:before {
   content: "\e944";
 }
 .mif-document-file-psd:before {
   content: "\e946";
 }
 .mif-document-file-ai:before {
   content: "\e947";
 }
 .mif-document-file-bmp:before {
   content: "\e94c";
 }
 .mif-document-file-dwg:before {
   content: "\e94e";
 }
 .mif-document-file-eps:before {
   content: "\e94f";
 }
 .mif-document-file-tiff:before {
   content: "\e950";
 }
 .mif-document-file-ots:before {
   content: "\e952";
 }
 .mif-document-file-php:before {
   content: "\e958";
 }
 .mif-document-file-py:before {
   content: "\e95b";
 }
 .mif-document-file-c:before {
   content: "\e95c";
 }
 .mif-document-file-sql:before {
   content: "\e95d";
 }
 .mif-document-file-rb:before {
   content: "\e95e";
 }
 .mif-document-file-cpp:before {
   content: "\e95f";
 }
 .mif-document-file-tga:before {
   content: "\e967";
 }
 .mif-document-file-dxf:before {
   content: "\e968";
 }
 .mif-document-file-doc:before {
   content: "\e969";
 }
 .mif-document-file-odt:before {
   content: "\e96a";
 }
 .mif-document-file-xls:before {
   content: "\e96d";
 }
 .mif-document-file-docx:before {
   content: "\e96e";
 }
 .mif-document-file-ppt:before {
   content: "\e96f";
 }
 .mif-document-file-asp:before {
   content: "\e970";
 }
 .mif-document-file-ics:before {
   content: "\e976";
 }
 .mif-document-file-dat:before {
   content: "\e977";
 }
 .mif-document-file-xml:before {
   content: "\e978";
 }
 .mif-document-file-yml:before {
   content: "\e97c";
 }
 .mif-document-file-h:before {
   content: "\e97e";
 }
 .mif-document-file-exe:before {
   content: "\e97f";
 }
 .mif-document-file-avi:before {
   content: "\e980";
 }
 .mif-document-file-odp:before {
   content: "\e984";
 }
 .mif-document-file-dotx:before {
   content: "\e985";
 }
 .mif-document-file-xlsx:before {
   content: "\e98e";
 }
 .mif-document-file-ods:before {
   content: "\e98f";
 }
 .mif-document-file-pps:before {
   content: "\e990";
 }
 .mif-document-file-dot:before {
   content: "\e996";
 }
 .mif-document-file-txt:before {
   content: "\e998";
 }
 .mif-document-file-rtf:before {
   content: "\e9a0";
 }
 .mif-document-file-m4v:before {
   content: "\e9a1";
 }
 .mif-document-file-flv:before {
   content: "\e9a2";
 }
 .mif-document-file-mpg:before {
   content: "\e9a4";
 }
 .mif-document-file-qt:before {
   content: "\e9a7";
 }
 .mif-document-file-mid:before {
   content: "\e9ab";
 }
 .mif-document-file-3gp:before {
   content: "\e9ad";
 }
 .mif-document-file-aiff:before {
   content: "\e9ae";
 }
 .mif-document-file-aac:before {
   content: "\e9af";
 }
 .mif-document-file-wav:before {
   content: "\e9b1";
 }
 .mif-document-file-zip:before {
   content: "\e9b2";
 }
 .mif-document-file-ott:before {
   content: "\e9b4";
 }
 .mif-document-file-tgz:before {
   content: "\e9bd";
 }
 .mif-document-file-dmg:before {
   content: "\e9be";
 }
 .mif-document-file-iso:before {
   content: "\e9bf";
 }
 .mif-document-file-rar:before {
   content: "\e9c0";
 }
 .mif-document-file-gif:before {
   content: "\e9c4";
 }
 .mif-stack2:before {
   content: "\e6b9";
 }
 .mif-stack3:before {
   content: "\e6ba";
 }
 .mif-lamp:before {
   content: "\e6bb";
 }
 .mif-injection:before {
   content: "\e6bc";
 }
 .mif-thermometer2:before {
   content: "\e6bd";
 }
 .mif-justice:before {
   content: "\e6be";
 }
 .mif-cabinet:before {
   content: "\e62b";
 }
 .mif-suitcase:before {
   content: "\e62c";
 }
 .mif-gamepad:before {
   content: "\e65e";
 }
 .mif-satellite:before {
   content: "\e65f";
 }
 .mif-lock:before {
   content: "\e660";
 }
 .mif-unlock:before {
   content: "\e661";
 }
 .mif-battery-full:before {
   content: "\e62d";
 }
 .mif-battery-two:before {
   content: "\e62e";
 }
 .mif-battery-one:before {
   content: "\e62f";
 }
 .mif-battery-empty:before {
   content: "\e630";
 }
 .mif-battery-charge:before {
   content: "\e631";
 }
 .mif-tools:before {
   content: "\e632";
 }
 .mif-pin:before {
   content: "\e662";
 }
 .mif-discout:before {
   content: "\e663";
 }
 .mif-profile:before {
   content: "\e664";
 }
 .mif-dollar:before {
   content: "\e665";
 }
 .mif-dollars:before {
   content: "\e666";
 }
 .mif-coins:before {
   content: "\e6b8";
 }
 .mif-male:before {
   content: "\e667";
 }
 .mif-female:before {
   content: "\e668";
 }
 .mif-piano:before {
   content: "\e669";
 }
 .mif-anchor:before {
   content: "\e66a";
 }
 .mif-cross-light:before {
   content: "\e9c5";
 }
 .mif-install:before {
   content: "\e902";
 }
 .mif-open-book:before {
   content: "\e903";
 }
 .mif-uninstall:before {
   content: "\e904";
 }
 .mif-drive2:before {
   content: "\e906";
 }
 .mif-news:before {
   content: "\e907";
 }
 .mif-book-reference:before {
   content: "\e908";
 }
 .mif-chevron-thin-down:before {
   content: "\e66b";
 }
 .mif-chevron-thin-left:before {
   content: "\e697";
 }
 .mif-chevron-thin-right:before {
   content: "\e69b";
 }
 .mif-chevron-thin-up:before {
   content: "\e69c";
 }
 .mif-flow-branch:before {
   content: "\e69d";
 }
 .mif-flow-cascade:before {
   content: "\e69e";
 }
 .mif-flow-line:before {
   content: "\e69f";
 }
 .mif-flow-parallel:before {
   content: "\e6a0";
 }
 .mif-flow-tree:before {
   content: "\e6a1";
 }
 .mif-air:before {
   content: "\e6a2";
 }
 .mif-medal:before {
   content: "\e6a3";
 }
 .mif-paper-plane:before {
   content: "\e6a4";
 }
 .mif-shareable:before {
   content: "\e6a5";
 }
 .mif-shop:before {
   content: "\e6a6";
 }
 .mif-shopping-basket2:before {
   content: "\e6a7";
 }
 .mif-thumbs-down:before {
   content: "\e6a8";
 }
 .mif-thumbs-up:before {
   content: "\e6a9";
 }
 .mif-traffic-cone:before {
   content: "\e6aa";
 }
 .mif-water:before {
   content: "\e6ab";
 }
 .mif-creative-cloud:before {
   content: "\e6ac";
 }
 .mif-dropbox:before {
   content: "\e6ad";
 }
 .mif-evernote:before {
   content: "\e6ae";
 }
 .mif-paypal:before {
   content: "\e6af";
 }
 .mif-swarm:before {
   content: "\e6b0";
 }
 .mif-vk:before {
   content: "\e6b1";
 }
 .mif-yelp:before {
   content: "\e6b2";
 }
 .mif-dribbble:before {
   content: "\e6b3";
 }
 .mif-lastfm:before {
   content: "\e6b4";
 }
 .mif-pinterest:before {
   content: "\e6b5";
 }
 .mif-stumbleupon:before {
   content: "\e6b6";
 }
 .mif-vimeo:before {
   content: "\e6b7";
 }
 .mif-new-tab:before {
   content: "\ea7e";
 }
 .mif-whatsapp:before {
   content: "\e90b";
 }
 .mif-copy:before {
   content: "\e92c";
 }
 .mif-paste:before {
   content: "\e92d";
 }
 .mif-cut:before {
   content: "\ea5a";
 }
 .mif-earth2:before {
   content: "\e6c1";
 }
 .mif-shit:before {
   content: "\e6c2";
 }
 .mif-broadcast:before {
   content: "\f048";
 }
 .mif-organization:before {
   content: "\f037";
 }
 .mif-squirrel:before {
   content: "\f0b2";
 }
 .mif-steps:before {
   content: "\f0c7";
 }
 .mif-versions:before {
   content: "\f064";
 }
 .mif-microscope:before {
   content: "\f089";
 }
 .mif-library:before {
   content: "\e921";
 }
 .mif-file-binary:before {
   content: "\f094";
 }
 .mif-mail-read:before {
   content: "\f03c";
 }
 .mif-quote:before {
   content: "\f063";
 }
 .mif-sunrise:before {
   content: "\e66c";
 }
 .mif-sun:before {
   content: "\e66d";
 }
 .mif-moon:before {
   content: "\e66e";
 }
 .mif-sun3:before {
   content: "\e66f";
 }
 .mif-windy:before {
   content: "\e670";
 }
 .mif-wind:before {
   content: "\e671";
 }
 .mif-snowflake:before {
   content: "\e672";
 }
 .mif-cloudy:before {
   content: "\e673";
 }
 .mif-cloud2:before {
   content: "\e674";
 }
 .mif-weather:before {
   content: "\e675";
 }
 .mif-weather2:before {
   content: "\e676";
 }
 .mif-weather3:before {
   content: "\e677";
 }
 .mif-lines:before {
   content: "\e678";
 }
 .mif-cloud3:before {
   content: "\e679";
 }
 .mif-lightning:before {
   content: "\e67a";
 }
 .mif-lightning2:before {
   content: "\e67b";
 }
 .mif-rainy:before {
   content: "\e67c";
 }
 .mif-rainy2:before {
   content: "\e67d";
 }
 .mif-windy2:before {
   content: "\e67e";
 }
 .mif-windy3:before {
   content: "\e67f";
 }
 .mif-snowy:before {
   content: "\e680";
 }
 .mif-snowy2:before {
   content: "\e681";
 }
 .mif-snowy3:before {
   content: "\e682";
 }
 .mif-weather4:before {
   content: "\e683";
 }
 .mif-cloudy2:before {
   content: "\e684";
 }
 .mif-cloud4:before {
   content: "\e685";
 }
 .mif-lightning3:before {
   content: "\e686";
 }
 .mif-sun4:before {
   content: "\e687";
 }
 .mif-moon2:before {
   content: "\e688";
 }
 .mif-cloudy3:before {
   content: "\e689";
 }
 .mif-cloud5:before {
   content: "\e68a";
 }
 .mif-cloud6:before {
   content: "\e68b";
 }
 .mif-lightning4:before {
   content: "\e68c";
 }
 .mif-rainy3:before {
   content: "\e68d";
 }
 .mif-rainy4:before {
   content: "\e68e";
 }
 .mif-windy4:before {
   content: "\e68f";
 }
 .mif-windy5:before {
   content: "\e690";
 }
 .mif-snowy4:before {
   content: "\e691";
 }
 .mif-snowy5:before {
   content: "\e692";
 }
 .mif-weather5:before {
   content: "\e693";
 }
 .mif-cloudy4:before {
   content: "\e694";
 }
 .mif-lightning5:before {
   content: "\e695";
 }
 .mif-thermometer:before {
   content: "\e696";
 }
 .mif-none:before {
   content: "\e698";
 }
 .mif-celsius:before {
   content: "\e699";
 }
 .mif-fahrenheit:before {
   content: "\e69a";
 }
 .mif-home:before {
   content: "\e900";
 }
 .mif-pencil:before {
   content: "\e905";
 }
 .mif-eyedropper:before {
   content: "\e90a";
 }
 .mif-paint:before {
   content: "\e90c";
 }
 .mif-image:before {
   content: "\e90d";
 }
 .mif-images:before {
   content: "\e90e";
 }
 .mif-camera:before {
   content: "\e90f";
 }
 .mif-headphones:before {
   content: "\e910";
 }
 .mif-music:before {
   content: "\e911";
 }
 .mif-film:before {
   content: "\e913";
 }
 .mif-video-camera:before {
   content: "\e914";
 }
 .mif-dice:before {
   content: "\e915";
 }
 .mif-wifi-connect:before {
   content: "\e91b";
 }
 .mif-feed:before {
   content: "\e91d";
 }
 .mif-mic:before {
   content: "\e91e";
 }
 .mif-books:before {
   content: "\e920";
 }
 .mif-file-empty:before {
   content: "\e924";
 }
 .mif-files-empty:before {
   content: "\e925";
 }
 .mif-file-text:before {
   content: "\e926";
 }
 .mif-file-picture:before {
   content: "\e927";
 }
 .mif-file-music:before {
   content: "\e928";
 }
 .mif-file-play:before {
   content: "\e929";
 }
 .mif-file-video:before {
   content: "\e92a";
 }
 .mif-file-zip:before {
   content: "\e92b";
 }
 .mif-stack:before {
   content: "\e92e";
 }
 .mif-folder:before {
   content: "\e92f";
 }
 .mif-folder-open:before {
   content: "\e930";
 }
 .mif-folder-plus:before {
   content: "\e931";
 }
 .mif-folder-minus:before {
   content: "\e932";
 }
 .mif-folder-download:before {
   content: "\e933";
 }
 .mif-folder-upload:before {
   content: "\e934";
 }
 .mif-tag:before {
   content: "\e935";
 }
 .mif-tags:before {
   content: "\e936";
 }
 .mif-barcode:before {
   content: "\e937";
 }
 .mif-qrcode:before {
   content: "\e938";
 }
 .mif-cart:before {
   content: "\e93a";
 }
 .mif-credit-card:before {
   content: "\e93f";
 }
 .mif-calculator:before {
   content: "\e940";
 }
 .mif-help:before {
   content: "\e941";
 }
 .mif-phone:before {
   content: "\e942";
 }
 .mif-envelop:before {
   content: "\e945";
 }
 .mif-location:before {
   content: "\e948";
 }
 .mif-compass:before {
   content: "\e949";
 }
 .mif-compass2:before {
   content: "\e94a";
 }
 .mif-map:before {
   content: "\e94b";
 }
 .mif-history:before {
   content: "\e94d";
 }
 .mif-bell:before {
   content: "\e951";
 }
 .mif-calendar:before {
   content: "\e953";
 }
 .mif-printer:before {
   content: "\e954";
 }
 .mif-keyboard:before {
   content: "\e955";
 }
 .mif-display:before {
   content: "\e956";
 }
 .mif-laptop:before {
   content: "\e957";
 }
 .mif-mobile:before {
   content: "\e959";
 }
 .mif-tablet:before {
   content: "\e95a";
 }
 .mif-download:before {
   content: "\e960";
 }
 .mif-upload:before {
   content: "\e961";
 }
 .mif-floppy-disk:before {
   content: "\e962";
 }
 .mif-drive1:before {
   content: "\e963";
 }
 .mif-database:before {
   content: "\e964";
 }
 .mif-undo:before {
   content: "\e965";
 }
 .mif-redo:before {
   content: "\e966";
 }
 .mif-bubble:before {
   content: "\e96b";
 }
 .mif-bubbles:before {
   content: "\e96c";
 }
 .mif-user:before {
   content: "\e971";
 }
 .mif-users:before {
   content: "\e972";
 }
 .mif-user-plus:before {
   content: "\e973";
 }
 .mif-user-minus:before {
   content: "\e974";
 }
 .mif-user-check:before {
   content: "\e975";
 }
 .mif-hour-glass:before {
   content: "\e979";
 }
 .mif-spinner:before {
   content: "\e97a";
 }
 .mif-spinner1:before {
   content: "\e97b";
 }
 .mif-spinner2:before {
   content: "\e97d";
 }
 .mif-spinner3:before {
   content: "\e981";
 }
 .mif-spinner4:before {
   content: "\e982";
 }
 .mif-spinner5:before {
   content: "\e983";
 }
 .mif-search:before {
   content: "\e986";
 }
 .mif-zoom-in:before {
   content: "\e987";
 }
 .mif-zoom-out:before {
   content: "\e988";
 }
 .mif-enlarge:before {
   content: "\e989";
 }
 .mif-shrink:before {
   content: "\e98a";
 }
 .mif-enlarge2:before {
   content: "\e98b";
 }
 .mif-shrink2:before {
   content: "\e98c";
 }
 .mif-key:before {
   content: "\e98d";
 }
 .mif-wrench:before {
   content: "\e991";
 }
 .mif-equalizer:before {
   content: "\e992";
 }
 .mif-equalizer-v:before {
   content: "\e993";
 }
 .mif-cog:before {
   content: "\e994";
 }
 .mif-cogs:before {
   content: "\e995";
 }
 .mif-magic-wand:before {
   content: "\e997";
 }
 .mif-bug:before {
   content: "\e999";
 }
 .mif-chart-pie:before {
   content: "\e99a";
 }
 .mif-chart-dots:before {
   content: "\e99b";
 }
 .mif-chart-bars:before {
   content: "\e99c";
 }
 .mif-chart-bars2:before {
   content: "\e99d";
 }
 .mif-trophy:before {
   content: "\e99e";
 }
 .mif-gift:before {
   content: "\e99f";
 }
 .mif-spoon-fork:before {
   content: "\e9a3";
 }
 .mif-rocket:before {
   content: "\e9a5";
 }
 .mif-meter:before {
   content: "\e9a6";
 }
 .mif-hammer:before {
   content: "\e9a8";
 }
 .mif-fire:before {
   content: "\e9a9";
 }
 .mif-lab:before {
   content: "\e9aa";
 }
 .mif-bin:before {
   content: "\e9ac";
 }
 .mif-truck:before {
   content: "\e9b0";
 }
 .mif-target:before {
   content: "\e9b3";
 }
 .mif-power:before {
   content: "\e9b5";
 }
 .mif-switch:before {
   content: "\e9b6";
 }
 .mif-power-cord:before {
   content: "\e9b7";
 }
 .mif-clipboard:before {
   content: "\e9b8";
 }
 .mif-list-numbered:before {
   content: "\e9b9";
 }
 .mif-list:before {
   content: "\e9ba";
 }
 .mif-list2:before {
   content: "\e9bb";
 }
 .mif-tree:before {
   content: "\e9bc";
 }
 .mif-cloud:before {
   content: "\e9c1";
 }
 .mif-cloud-download:before {
   content: "\e9c2";
 }
 .mif-cloud-upload:before {
   content: "\e9c3";
 }
 .mif-download2:before {
   content: "\e9c7";
 }
 .mif-upload2:before {
   content: "\e9c8";
 }
 .mif-earth:before {
   content: "\e9ca";
 }
 .mif-link:before {
   content: "\e9cb";
 }
 .mif-flag:before {
   content: "\e9cc";
 }
 .mif-attachment:before {
   content: "\e9cd";
 }
 .mif-eye:before {
   content: "\e9ce";
 }
 .mif-bookmark:before {
   content: "\e9d2";
 }
 .mif-bookmarks:before {
   content: "\e9d3";
 }
 .mif-contrast:before {
   content: "\e9d5";
 }
 .mif-brightness:before {
   content: "\e9d6";
 }
 .mif-star-empty:before {
   content: "\e9d7";
 }
 .mif-star-half:before {
   content: "\e9d8";
 }
 .mif-star-full:before {
   content: "\e9d9";
 }
 .mif-heart:before {
   content: "\e9da";
 }
 .mif-heart-broken:before {
   content: "\e9db";
 }
 .mif-warning:before {
   content: "\ea07";
 }
 .mif-notification:before {
   content: "\ea08";
 }
 .mif-question:before {
   content: "\ea09";
 }
 .mif-plus:before {
   content: "\ea0a";
 }
 .mif-minus:before {
   content: "\ea0b";
 }
 .mif-info:before {
   content: "\ea0c";
 }
 .mif-cancel:before {
   content: "\ea0d";
 }
 .mif-blocked:before {
   content: "\ea0e";
 }
 .mif-cross:before {
   content: "\ea0f";
 }
 .mif-checkmark:before {
   content: "\ea10";
 }
 .mif-spell-check:before {
   content: "\ea12";
 }
 .mif-enter:before {
   content: "\ea13";
 }
 .mif-exit:before {
   content: "\ea14";
 }
 .mif-play:before {
   content: "\ea1c";
 }
 .mif-pause:before {
   content: "\ea1d";
 }
 .mif-stop:before {
   content: "\ea1e";
 }
 .mif-backward:before {
   content: "\ea1f";
 }
 .mif-forward:before {
   content: "\ea20";
 }
 .mif-first:before {
   content: "\ea21";
 }
 .mif-last:before {
   content: "\ea22";
 }
 .mif-previous:before {
   content: "\ea23";
 }
 .mif-next:before {
   content: "\ea24";
 }
 .mif-eject:before {
   content: "\ea25";
 }
 .mif-volume-high:before {
   content: "\ea26";
 }
 .mif-volume-medium:before {
   content: "\ea27";
 }
 .mif-volume-low:before {
   content: "\ea28";
 }
 .mif-volume-mute:before {
   content: "\ea29";
 }
 .mif-volume-mute2:before {
   content: "\ea2a";
 }
 .mif-volume-plus:before {
   content: "\ea2b";
 }
 .mif-volume-minus:before {
   content: "\ea2c";
 }
 .mif-loop:before {
   content: "\ea2d";
 }
 .mif-loop2:before {
   content: "\ea2e";
 }
 .mif-infinite:before {
   content: "\ea2f";
 }
 .mif-shuffle:before {
   content: "\ea30";
 }
 .mif-arrow-up-left:before {
   content: "\ea39";
 }
 .mif-arrow-up:before {
   content: "\ea3a";
 }
 .mif-arrow-up-right:before {
   content: "\ea3b";
 }
 .mif-arrow-right:before {
   content: "\ea3c";
 }
 .mif-arrow-down-right:before {
   content: "\ea3d";
 }
 .mif-arrow-down:before {
   content: "\ea3e";
 }
 .mif-arrow-down-left:before {
   content: "\ea3f";
 }
 .mif-arrow-left:before {
   content: "\ea40";
 }
 .mif-tab:before {
   content: "\ea45";
 }
 .mif-move-up:before {
   content: "\ea46";
 }
 .mif-move-down:before {
   content: "\ea47";
 }
 .mif-sort-asc:before {
   content: "\ea4c";
 }
 .mif-sort-desc:before {
   content: "\ea4d";
 }
 .mif-command:before {
   content: "\ea4e";
 }
 .mif-shift:before {
   content: "\ea4f";
 }
 .mif-crop:before {
   content: "\ea57";
 }
 .mif-filter:before {
   content: "\ea5b";
 }
 .mif-bold:before {
   content: "\ea62";
 }
 .mif-underline:before {
   content: "\ea63";
 }
 .mif-italic:before {
   content: "\ea64";
 }
 .mif-strikethrough:before {
   content: "\ea65";
 }
 .mif-page-break:before {
   content: "\ea68";
 }
 .mif-superscript:before {
   content: "\ea69";
 }
 .mif-subscript:before {
   content: "\ea6a";
 }
 .mif-table:before {
   content: "\ea71";
 }
 .mif-insert-template:before {
   content: "\ea72";
 }
 .mif-pilcrow:before {
   content: "\ea73";
 }
 .mif-ltr:before {
   content: "\ea74";
 }
 .mif-rtl:before {
   content: "\ea75";
 }
 .mif-section:before {
   content: "\ea76";
 }
 .mif-paragraph-left:before {
   content: "\ea77";
 }
 .mif-paragraph-center:before {
   content: "\ea78";
 }
 .mif-paragraph-right:before {
   content: "\ea79";
 }
 .mif-paragraph-justify:before {
   content: "\ea7a";
 }
 .mif-indent-increase:before {
   content: "\ea7b";
 }
 .mif-indent-decrease:before {
   content: "\ea7c";
 }
 .mif-embed:before {
   content: "\ea7f";
 }
 .mif-embed2:before {
   content: "\ea80";
 }
 .mif-share:before {
   content: "\ea82";
 }
 .mif-google:before {
   content: "\ea87";
 }
 .mif-google-plus2:before {
   content: "\ea88";
 }
 .mif-facebook2:before {
   content: "\ea8d";
 }
 .mif-twitter:before {
   content: "\ea91";
 }
 .mif-feed3:before {
   content: "\ea95";
 }
 .mif-youtube:before {
   content: "\ea99";
 }
 .mif-steam2:before {
   content: "\eaae";
 }
 .mif-onedrive:before {
   content: "\eab0";
 }
 .mif-github:before {
   content: "\eab3";
 }
 .mif-git:before {
   content: "\eab5";
 }
 .mif-apple:before {
   content: "\eabf";
 }
 .mif-android:before {
   content: "\eac1";
 }
 .mif-windows:before {
   content: "\eac3";
 }
 .mif-skype:before {
   content: "\eac6";
 }
 .mif-linkedin:before {
   content: "\eac8";
 }
 .mif-html5:before {
   content: "\eadf";
 }
 .mif-css3:before {
   content: "\eae1";
 }
 .mif-chrome:before {
   content: "\eae5";
 }
 .mif-firefox:before {
   content: "\eae6";
 }
 .mif-ie:before {
   content: "\eae7";
 }
 .mif-opera:before {
   content: "\eae8";
 }
 .mif-safari:before {
   content: "\eae9";
 }
 .mif-airplane:before {
   content: "\e6c3";
 }
 .mif-instagram:before {
   content: "\e6c5";
 }
 .mif-twitch:before {
   content: "\e6c6";
 }
 .mif-picassa:before {
   content: "\e6c7";
 }
 .mif-deviantart:before {
   content: "\e6c8";
 }
 .mif-wordpress:before {
   content: "\e6c9";
 }
 .mif-joomla:before {
   content: "\e6ca";
 }
 .mif-blogger:before {
   content: "\e6cb";
 }
 .mif-tux:before {
   content: "\e6cc";
 }
 .mif-finder:before {
   content: "\e6cd";
 }
 .mif-soundcloud:before {
   content: "\e6ce";
 }
 .mif-reddit:before {
   content: "\e6cf";
 }
 .mif-delicious:before {
   content: "\e6d0";
 }
 .mif-stackoverflow:before {
   content: "\e6d1";
 }
 .mif-flattr:before {
   content: "\e6d2";
 }
 .mif-foursquare:before {
   content: "\e6d3";
 }
 .mif-file-openoffice:before {
   content: "\e6d4";
 }
 .mif-libreoffice:before {
   content: "\e6d5";
 }
 .mif-codepen:before {
   content: "\e6d6";
 }
 .mif-IcoMoon:before {
   content: "\e6d7";
 }
 .mif-facebook:before {
   content: "\f09a";
 }
 .mif-google-plus:before {
   content: "\f0d5";
 }
 .mif-steam:before {
   content: "\f1b6";
 }
 .mif-leanpub:before {
   content: "\f212";
 }
 .mif-user-secret:before {
   content: "\f21b";
 }
 .mif-server:before {
   content: "\f233";
 }
 .mif-balance-scale:before {
   content: "\f24e";
 }
 .mif-odnoklassniki:before {
   content: "\f263";
 }
 .mif-gitlab:before {
   content: "\f296";
 }
 .mif-themeisle:before {
   content: "\f2b2";
 }
 .mif-handshake:before {
   content: "\f2b5";
 }
 .mif-grav:before {
   content: "\f2d6";
 }
 .mif-imdb:before {
   content: "\f2d8";
 }
 .mif-meetup:before {
   content: "\f2e0";
 }
 .mif-unlink:before {
   content: "\f127";
 }
 .mif-fire-extinguisher:before {
   content: "\f134";
 }
 .mif-eur:before {
   content: "\f153";
 }
 .mif-gbp:before {
   content: "\f154";
 }
 .mif-dollar2:before {
   content: "\f155";
 }
 .mif-inr:before {
   content: "\f156";
 }
 .mif-cny:before {
   content: "\f157";
 }
 .mif-rouble:before {
   content: "\f158";
 }
 .mif-krw:before {
   content: "\f159";
 }
 .mif-bitcoin:before {
   content: "\f15a";
 }
 .mif-youtube2:before {
   content: "\f167";
 }
 .mif-youtube-play:before {
   content: "\f16a";
 }
 .mif-linux:before {
   content: "\f17c";
 }
 .mif-try:before {
   content: "\f195";
 }
 .mif-space-shuttle:before {
   content: "\f197";
 }
 .mif-openid:before {
   content: "\f19b";
 }
 .mif-digg:before {
   content: "\f1a6";
 }
 .mif-language:before {
   content: "\f1ab";
 }
 .mif-automobile:before {
   content: "\f1b9";
 }
 .mif-cab:before {
   content: "\f1ba";
 }
 .mif-jsfiddle:before {
   content: "\f1cc";
 }
 .mif-google-wallet:before {
   content: "\f1ee";
 }
 .mif-copyright:before {
   content: "\f1f9";
 }
 .mif-bicycle:before {
   content: "\f206";
 }
 .mif-bus:before {
   content: "\f207";
 }
 .mif-ship:before {
   content: "\f21a";
 }
 .mif-motorcycle:before {
   content: "\f21c";
 }
 .mif-train:before {
   content: "\f238";
 }
 .mif-subway:before {
   content: "\f239";
 }
 .mif-opencart:before {
   content: "\f23d";
 }
 .mif-trademark:before {
   content: "\f25c";
 }
 .mif-registered:before {
   content: "\f25d";
 }
 .mif-creative-commons:before {
   content: "\f25e";
 }
 .mif-wikipedia:before {
   content: "\f266";
 }
 .mif-amazon:before {
   content: "\f270";
 }
 .mif-fonticons:before {
   content: "\f280";
 }
 .mif-user-md:before {
   content: "\f0f0";
 }
 .mif-stethoscope:before {
   content: "\f0f1";
 }
 .mif-ambulance:before {
   content: "\f0f9";
 }
 .mif-medkit:before {
   content: "\f0fa";
 }
 .mif-paw:before {
   content: "\f1b0";
 }
 .mif-file-pdf:before {
   content: "\f1c1";
 }
 .mif-file-word:before {
   content: "\f1c2";
 }
 .mif-file-excel:before {
   content: "\f1c3";
 }
 .mif-file-powerpoint:before {
   content: "\f1c4";
 }
 .mif-file-image:before {
   content: "\f1c5";
 }
 .mif-file-archive:before {
   content: "\f1c6";
 }
 .mif-file-audio:before {
   content: "\f1c7";
 }
 .mif-file-movie:before {
   content: "\f1c8";
 }
 .mif-file-code:before {
   content: "\f1c9";
 }
 .mif-visa:before {
   content: "\f1f0";
 }
 .mif-mastercard:before {
   content: "\f1f1";
 }
 .mif-discover:before {
   content: "\f1f2";
 }
 .mif-amex:before {
   content: "\f1f3";
 }
 .mif-cc-paypal:before {
   content: "\f1f4";
 }
 .mif-heartbeat:before {
   content: "\f21e";
 }
 .mif-venus:before {
   content: "\f221";
 }
 .mif-mars:before {
   content: "\f222";
 }
 .mif-medium:before {
   content: "\f23a";
 }