/*!
 * Bootstrap v4.6.0 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
 .op-container,
 .op-container-fluid,
 .op-container-sm,
 .op-container-md,
 .op-container-lg,
 .op-container-xl {
     width: 100%;
     padding-right: 15px;
     padding-left: 15px;
     margin-right: auto;
     margin-left: auto;
 }
 
 @media (min-width: 576px) {
     .op-container, .op-container-sm {
         max-width: 540px;
     }
 }
 
 @media (min-width: 768px) {
     .op-container, .op-container-sm, .op-container-md {
         max-width: 720px;
     }
 }
 
 @media (min-width: 992px) {
     .op-container, .op-container-sm, .op-container-md, .op-container-lg {
         max-width: 960px;
     }
 }
 
 @media (min-width: 1200px) {
     .op-container, .op-container-sm, .op-container-md, .op-container-lg, .op-container-xl {
         max-width: 1140px;
     }
 }
 
 .op-row {
     display: -ms-flexbox;
     display: flex;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
     margin-right: -15px;
     margin-left: -15px;
 }
 
 .op-no-gutters {
     margin-right: 0;
     margin-left: 0;
 }
 
 .op-no-gutters > .col,
 .op-no-gutters > [class*="col-"] {
     padding-right: 0;
     padding-left: 0;
 }
 
 .op-col-1, .op-col-2, .op-col-3, .op-col-4, .op-col-5, .op-col-6, .op-col-7, .op-col-8, .op-col-9, .op-col-10, .op-col-11, .op-col-12, .op-col,
 .op-col-auto, .op-col-sm-1, .op-col-sm-2, .op-col-sm-3, .op-col-sm-4, .op-col-sm-5, .op-col-sm-6, .op-col-sm-7, .op-col-sm-8, .op-col-sm-9, .op-col-sm-10, .op-col-sm-11, .op-col-sm-12, .op-col-sm,
 .op-col-sm-auto, .op-col-md-1, .op-col-md-2, .op-col-md-3, .op-col-md-4, .op-col-md-5, .op-col-md-6, .op-col-md-7, .op-col-md-8, .op-col-md-9, .op-col-md-10, .op-col-md-11, .op-col-md-12, .op-col-md,
 .op-col-md-auto, .op-col-lg-1, .op-col-lg-2, .op-col-lg-3, .op-col-lg-4, .op-col-lg-5, .op-col-lg-6, .op-col-lg-7, .op-col-lg-8, .op-col-lg-9, .op-col-lg-10, .op-col-lg-11, .op-col-lg-12, .op-col-lg,
 .op-col-lg-auto, .op-col-xl-1, .op-col-xl-2, .op-col-xl-3, .op-col-xl-4, .op-col-xl-5, .op-col-xl-6, .op-col-xl-7, .op-col-xl-8, .op-col-xl-9, .op-col-xl-10, .op-col-xl-11, .op-col-xl-12, .op-col-xl,
 .op-col-xl-auto {
     position: relative;
     width: 100%;
     padding-right: 15px;
     padding-left: 15px;
 }
 
 .op-col {
     -ms-flex-preferred-size: 0;
     flex-basis: 0;
     -ms-flex-positive: 1;
     flex-grow: 1;
     max-width: 100%;
 }
 
 .op-row-cols-1 > * {
     -ms-flex: 0 0 100%;
     flex: 0 0 100%;
     max-width: 100%;
 }
 
 .op-row-cols-2 > * {
     -ms-flex: 0 0 50%;
     flex: 0 0 50%;
     max-width: 50%;
 }
 
 .op-row-cols-3 > * {
     -ms-flex: 0 0 33.333333%;
     flex: 0 0 33.333333%;
     max-width: 33.333333%;
 }
 
 .op-row-cols-4 > * {
     -ms-flex: 0 0 25%;
     flex: 0 0 25%;
     max-width: 25%;
 }
 
 .op-row-cols-5 > * {
     -ms-flex: 0 0 20%;
     flex: 0 0 20%;
     max-width: 20%;
 }
 
 .op-row-cols-6 > * {
     -ms-flex: 0 0 16.666667%;
     flex: 0 0 16.666667%;
     max-width: 16.666667%;
 }
 
 .op-col-auto {
     -ms-flex: 0 0 auto;
     flex: 0 0 auto;
     width: auto;
     max-width: 100%;
 }
 
 .op-col-1 {
     -ms-flex: 0 0 8.333333%;
     flex: 0 0 8.333333%;
     max-width: 8.333333%;
 }
 
 .op-col-2 {
     -ms-flex: 0 0 16.666667%;
     flex: 0 0 16.666667%;
     max-width: 16.666667%;
 }
 
 .op-col-3 {
     -ms-flex: 0 0 25%;
     flex: 0 0 25%;
     max-width: 25%;
 }
 
 .op-col-4 {
     -ms-flex: 0 0 33.333333%;
     flex: 0 0 33.333333%;
     max-width: 33.333333%;
 }
 
 .op-col-5 {
     -ms-flex: 0 0 41.666667%;
     flex: 0 0 41.666667%;
     max-width: 41.666667%;
 }
 
 .op-col-6 {
     -ms-flex: 0 0 50%;
     flex: 0 0 50%;
     max-width: 50%;
 }
 
 .op-col-7 {
     -ms-flex: 0 0 58.333333%;
     flex: 0 0 58.333333%;
     max-width: 58.333333%;
 }
 
 .op-col-8 {
     -ms-flex: 0 0 66.666667%;
     flex: 0 0 66.666667%;
     max-width: 66.666667%;
 }
 
 .op-col-9 {
     -ms-flex: 0 0 75%;
     flex: 0 0 75%;
     max-width: 75%;
 }
 
 .op-col-10 {
     -ms-flex: 0 0 83.333333%;
     flex: 0 0 83.333333%;
     max-width: 83.333333%;
 }
 
 .op-col-11 {
     -ms-flex: 0 0 91.666667%;
     flex: 0 0 91.666667%;
     max-width: 91.666667%;
 }
 
 .op-col-12 {
     -ms-flex: 0 0 100%;
     flex: 0 0 100%;
     max-width: 100%;
 }
 
 .op-order-first {
     -ms-flex-order: -1;
     order: -1;
 }
 
 .op-order-last {
     -ms-flex-order: 13;
     order: 13;
 }
 
 .op-order-0 {
     -ms-flex-order: 0;
     order: 0;
 }
 
 .op-order-1 {
     -ms-flex-order: 1;
     order: 1;
 }
 
 .op-order-2 {
     -ms-flex-order: 2;
     order: 2;
 }
 
 .op-order-3 {
     -ms-flex-order: 3;
     order: 3;
 }
 
 .op-order-4 {
     -ms-flex-order: 4;
     order: 4;
 }
 
 .op-order-5 {
     -ms-flex-order: 5;
     order: 5;
 }
 
 .op-order-6 {
     -ms-flex-order: 6;
     order: 6;
 }
 
 .op-order-7 {
     -ms-flex-order: 7;
     order: 7;
 }
 
 .op-order-8 {
     -ms-flex-order: 8;
     order: 8;
 }
 
 .op-order-9 {
     -ms-flex-order: 9;
     order: 9;
 }
 
 .op-order-10 {
     -ms-flex-order: 10;
     order: 10;
 }
 
 .op-order-11 {
     -ms-flex-order: 11;
     order: 11;
 }
 
 .op-order-12 {
     -ms-flex-order: 12;
     order: 12;
 }
 
 .op-offset-1 {
     margin-left: 8.333333%;
 }
 
 .op-offset-2 {
     margin-left: 16.666667%;
 }
 
 .op-offset-3 {
     margin-left: 25%;
 }
 
 .op-offset-4 {
     margin-left: 33.333333%;
 }
 
 .op-offset-5 {
     margin-left: 41.666667%;
 }
 
 .op-offset-6 {
     margin-left: 50%;
 }
 
 .op-offset-7 {
     margin-left: 58.333333%;
 }
 
 .op-offset-8 {
     margin-left: 66.666667%;
 }
 
 .op-offset-9 {
     margin-left: 75%;
 }
 
 .op-offset-10 {
     margin-left: 83.333333%;
 }
 
 .op-offset-11 {
     margin-left: 91.666667%;
 }
 
 @media (min-width: 576px) {
     .op-col-sm {
         -ms-flex-preferred-size: 0;
         flex-basis: 0;
         -ms-flex-positive: 1;
         flex-grow: 1;
         max-width: 100%;
     }
 
     .op-row-cols-sm-1 > * {
         -ms-flex: 0 0 100%;
         flex: 0 0 100%;
         max-width: 100%;
     }
 
     .op-row-cols-sm-2 > * {
         -ms-flex: 0 0 50%;
         flex: 0 0 50%;
         max-width: 50%;
     }
 
     .op-row-cols-sm-3 > * {
         -ms-flex: 0 0 33.333333%;
         flex: 0 0 33.333333%;
         max-width: 33.333333%;
     }
 
     .op-row-cols-sm-4 > * {
         -ms-flex: 0 0 25%;
         flex: 0 0 25%;
         max-width: 25%;
     }
 
     .op-row-cols-sm-5 > * {
         -ms-flex: 0 0 20%;
         flex: 0 0 20%;
         max-width: 20%;
     }
 
     .op-row-cols-sm-6 > * {
         -ms-flex: 0 0 16.666667%;
         flex: 0 0 16.666667%;
         max-width: 16.666667%;
     }
 
     .op-col-sm-auto {
         -ms-flex: 0 0 auto;
         flex: 0 0 auto;
         width: auto;
         max-width: 100%;
     }
 
     .op-col-sm-1 {
         -ms-flex: 0 0 8.333333%;
         flex: 0 0 8.333333%;
         max-width: 8.333333%;
     }
 
     .op-col-sm-2 {
         -ms-flex: 0 0 16.666667%;
         flex: 0 0 16.666667%;
         max-width: 16.666667%;
     }
 
     .op-col-sm-3 {
         -ms-flex: 0 0 25%;
         flex: 0 0 25%;
         max-width: 25%;
     }
 
     .op-col-sm-4 {
         -ms-flex: 0 0 33.333333%;
         flex: 0 0 33.333333%;
         max-width: 33.333333%;
     }
 
     .op-col-sm-5 {
         -ms-flex: 0 0 41.666667%;
         flex: 0 0 41.666667%;
         max-width: 41.666667%;
     }
 
     .op-col-sm-6 {
         -ms-flex: 0 0 50%;
         flex: 0 0 50%;
         max-width: 50%;
     }
 
     .op-col-sm-7 {
         -ms-flex: 0 0 58.333333%;
         flex: 0 0 58.333333%;
         max-width: 58.333333%;
     }
 
     .op-col-sm-8 {
         -ms-flex: 0 0 66.666667%;
         flex: 0 0 66.666667%;
         max-width: 66.666667%;
     }
 
     .op-col-sm-9 {
         -ms-flex: 0 0 75%;
         flex: 0 0 75%;
         max-width: 75%;
     }
 
     .op-col-sm-10 {
         -ms-flex: 0 0 83.333333%;
         flex: 0 0 83.333333%;
         max-width: 83.333333%;
     }
 
     .op-col-sm-11 {
         -ms-flex: 0 0 91.666667%;
         flex: 0 0 91.666667%;
         max-width: 91.666667%;
     }
 
     .op-col-sm-12 {
         -ms-flex: 0 0 100%;
         flex: 0 0 100%;
         max-width: 100%;
     }
 
     .op-order-sm-first {
         -ms-flex-order: -1;
         order: -1;
     }
 
     .op-order-sm-last {
         -ms-flex-order: 13;
         order: 13;
     }
 
     .op-order-sm-0 {
         -ms-flex-order: 0;
         order: 0;
     }
 
     .op-order-sm-1 {
         -ms-flex-order: 1;
         order: 1;
     }
 
     .op-order-sm-2 {
         -ms-flex-order: 2;
         order: 2;
     }
 
     .op-order-sm-3 {
         -ms-flex-order: 3;
         order: 3;
     }
 
     .op-order-sm-4 {
         -ms-flex-order: 4;
         order: 4;
     }
 
     .op-order-sm-5 {
         -ms-flex-order: 5;
         order: 5;
     }
 
     .op-order-sm-6 {
         -ms-flex-order: 6;
         order: 6;
     }
 
     .op-order-sm-7 {
         -ms-flex-order: 7;
         order: 7;
     }
 
     .op-order-sm-8 {
         -ms-flex-order: 8;
         order: 8;
     }
 
     .op-order-sm-9 {
         -ms-flex-order: 9;
         order: 9;
     }
 
     .op-order-sm-10 {
         -ms-flex-order: 10;
         order: 10;
     }
 
     .op-order-sm-11 {
         -ms-flex-order: 11;
         order: 11;
     }
 
     .op-order-sm-12 {
         -ms-flex-order: 12;
         order: 12;
     }
 
     .op-offset-sm-0 {
         margin-left: 0;
     }
 
     .op-offset-sm-1 {
         margin-left: 8.333333%;
     }
 
     .op-offset-sm-2 {
         margin-left: 16.666667%;
     }
 
     .op-offset-sm-3 {
         margin-left: 25%;
     }
 
     .op-offset-sm-4 {
         margin-left: 33.333333%;
     }
 
     .op-offset-sm-5 {
         margin-left: 41.666667%;
     }
 
     .op-offset-sm-6 {
         margin-left: 50%;
     }
 
     .op-offset-sm-7 {
         margin-left: 58.333333%;
     }
 
     .op-offset-sm-8 {
         margin-left: 66.666667%;
     }
 
     .op-offset-sm-9 {
         margin-left: 75%;
     }
 
     .op-offset-sm-10 {
         margin-left: 83.333333%;
     }
 
     .op-offset-sm-11 {
         margin-left: 91.666667%;
     }
 }
 
 @media (min-width: 768px) {
     .op-col-md {
         -ms-flex-preferred-size: 0;
         flex-basis: 0;
         -ms-flex-positive: 1;
         flex-grow: 1;
         max-width: 100%;
     }
 
     .op-row-cols-md-1 > * {
         -ms-flex: 0 0 100%;
         flex: 0 0 100%;
         max-width: 100%;
     }
 
     .op-row-cols-md-2 > * {
         -ms-flex: 0 0 50%;
         flex: 0 0 50%;
         max-width: 50%;
     }
 
     .op-row-cols-md-3 > * {
         -ms-flex: 0 0 33.333333%;
         flex: 0 0 33.333333%;
         max-width: 33.333333%;
     }
 
     .op-row-cols-md-4 > * {
         -ms-flex: 0 0 25%;
         flex: 0 0 25%;
         max-width: 25%;
     }
 
     .op-row-cols-md-5 > * {
         -ms-flex: 0 0 20%;
         flex: 0 0 20%;
         max-width: 20%;
     }
 
     .op-row-cols-md-6 > * {
         -ms-flex: 0 0 16.666667%;
         flex: 0 0 16.666667%;
         max-width: 16.666667%;
     }
 
     .op-col-md-auto {
         -ms-flex: 0 0 auto;
         flex: 0 0 auto;
         width: auto;
         max-width: 100%;
     }
 
     .op-col-md-1 {
         -ms-flex: 0 0 8.333333%;
         flex: 0 0 8.333333%;
         max-width: 8.333333%;
     }
 
     .op-col-md-2 {
         -ms-flex: 0 0 16.666667%;
         flex: 0 0 16.666667%;
         max-width: 16.666667%;
     }
 
     .op-col-md-3 {
         -ms-flex: 0 0 25%;
         flex: 0 0 25%;
         max-width: 25%;
     }
 
     .op-col-md-4 {
         -ms-flex: 0 0 33.333333%;
         flex: 0 0 33.333333%;
         max-width: 33.333333%;
     }
 
     .op-col-md-5 {
         -ms-flex: 0 0 41.666667%;
         flex: 0 0 41.666667%;
         max-width: 41.666667%;
     }
 
     .op-col-md-6 {
         -ms-flex: 0 0 50%;
         flex: 0 0 50%;
         max-width: 50%;
     }
 
     .op-col-md-7 {
         -ms-flex: 0 0 58.333333%;
         flex: 0 0 58.333333%;
         max-width: 58.333333%;
     }
 
     .op-col-md-8 {
         -ms-flex: 0 0 66.666667%;
         flex: 0 0 66.666667%;
         max-width: 66.666667%;
     }
 
     .op-col-md-9 {
         -ms-flex: 0 0 75%;
         flex: 0 0 75%;
         max-width: 75%;
     }
 
     .op-col-md-10 {
         -ms-flex: 0 0 83.333333%;
         flex: 0 0 83.333333%;
         max-width: 83.333333%;
     }
 
     .op-col-md-11 {
         -ms-flex: 0 0 91.666667%;
         flex: 0 0 91.666667%;
         max-width: 91.666667%;
     }
 
     .op-col-md-12 {
         -ms-flex: 0 0 100%;
         flex: 0 0 100%;
         max-width: 100%;
     }
 
     .op-order-md-first {
         -ms-flex-order: -1;
         order: -1;
     }
 
     .op-order-md-last {
         -ms-flex-order: 13;
         order: 13;
     }
 
     .op-order-md-0 {
         -ms-flex-order: 0;
         order: 0;
     }
 
     .op-order-md-1 {
         -ms-flex-order: 1;
         order: 1;
     }
 
     .op-order-md-2 {
         -ms-flex-order: 2;
         order: 2;
     }
 
     .op-order-md-3 {
         -ms-flex-order: 3;
         order: 3;
     }
 
     .op-order-md-4 {
         -ms-flex-order: 4;
         order: 4;
     }
 
     .op-order-md-5 {
         -ms-flex-order: 5;
         order: 5;
     }
 
     .op-order-md-6 {
         -ms-flex-order: 6;
         order: 6;
     }
 
     .op-order-md-7 {
         -ms-flex-order: 7;
         order: 7;
     }
 
     .op-order-md-8 {
         -ms-flex-order: 8;
         order: 8;
     }
 
     .op-order-md-9 {
         -ms-flex-order: 9;
         order: 9;
     }
 
     .op-order-md-10 {
         -ms-flex-order: 10;
         order: 10;
     }
 
     .op-order-md-11 {
         -ms-flex-order: 11;
         order: 11;
     }
 
     .op-order-md-12 {
         -ms-flex-order: 12;
         order: 12;
     }
 
     .op-offset-md-0 {
         margin-left: 0;
     }
 
     .op-offset-md-1 {
         margin-left: 8.333333%;
     }
 
     .op-offset-md-2 {
         margin-left: 16.666667%;
     }
 
     .op-offset-md-3 {
         margin-left: 25%;
     }
 
     .op-offset-md-4 {
         margin-left: 33.333333%;
     }
 
     .op-offset-md-5 {
         margin-left: 41.666667%;
     }
 
     .op-offset-md-6 {
         margin-left: 50%;
     }
 
     .op-offset-md-7 {
         margin-left: 58.333333%;
     }
 
     .op-offset-md-8 {
         margin-left: 66.666667%;
     }
 
     .op-offset-md-9 {
         margin-left: 75%;
     }
 
     .op-offset-md-10 {
         margin-left: 83.333333%;
     }
 
     .op-offset-md-11 {
         margin-left: 91.666667%;
     }
 }
 
 @media (min-width: 992px) {
     .op-col-lg {
         -ms-flex-preferred-size: 0;
         flex-basis: 0;
         -ms-flex-positive: 1;
         flex-grow: 1;
         max-width: 100%;
     }
 
     .op-row-cols-lg-1 > * {
         -ms-flex: 0 0 100%;
         flex: 0 0 100%;
         max-width: 100%;
     }
 
     .op-row-cols-lg-2 > * {
         -ms-flex: 0 0 50%;
         flex: 0 0 50%;
         max-width: 50%;
     }
 
     .op-row-cols-lg-3 > * {
         -ms-flex: 0 0 33.333333%;
         flex: 0 0 33.333333%;
         max-width: 33.333333%;
     }
 
     .op-row-cols-lg-4 > * {
         -ms-flex: 0 0 25%;
         flex: 0 0 25%;
         max-width: 25%;
     }
 
     .op-row-cols-lg-5 > * {
         -ms-flex: 0 0 20%;
         flex: 0 0 20%;
         max-width: 20%;
     }
 
     .op-row-cols-lg-6 > * {
         -ms-flex: 0 0 16.666667%;
         flex: 0 0 16.666667%;
         max-width: 16.666667%;
     }
 
     .op-col-lg-auto {
         -ms-flex: 0 0 auto;
         flex: 0 0 auto;
         width: auto;
         max-width: 100%;
     }
 
     .op-col-lg-1 {
         -ms-flex: 0 0 8.333333%;
         flex: 0 0 8.333333%;
         max-width: 8.333333%;
     }
 
     .op-col-lg-2 {
         -ms-flex: 0 0 16.666667%;
         flex: 0 0 16.666667%;
         max-width: 16.666667%;
     }
 
     .op-col-lg-3 {
         -ms-flex: 0 0 25%;
         flex: 0 0 25%;
         max-width: 25%;
     }
 
     .op-col-lg-4 {
         -ms-flex: 0 0 33.333333%;
         flex: 0 0 33.333333%;
         max-width: 33.333333%;
     }
 
     .op-col-lg-5 {
         -ms-flex: 0 0 41.666667%;
         flex: 0 0 41.666667%;
         max-width: 41.666667%;
     }
 
     .op-col-lg-6 {
         -ms-flex: 0 0 50%;
         flex: 0 0 50%;
         max-width: 50%;
     }
 
     .op-col-lg-7 {
         -ms-flex: 0 0 58.333333%;
         flex: 0 0 58.333333%;
         max-width: 58.333333%;
     }
 
     .op-col-lg-8 {
         -ms-flex: 0 0 66.666667%;
         flex: 0 0 66.666667%;
         max-width: 66.666667%;
     }
 
     .op-col-lg-9 {
         -ms-flex: 0 0 75%;
         flex: 0 0 75%;
         max-width: 75%;
     }
 
     .op-col-lg-10 {
         -ms-flex: 0 0 83.333333%;
         flex: 0 0 83.333333%;
         max-width: 83.333333%;
     }
 
     .op-col-lg-11 {
         -ms-flex: 0 0 91.666667%;
         flex: 0 0 91.666667%;
         max-width: 91.666667%;
     }
 
     .op-col-lg-12 {
         -ms-flex: 0 0 100%;
         flex: 0 0 100%;
         max-width: 100%;
     }
 
     .op-order-lg-first {
         -ms-flex-order: -1;
         order: -1;
     }
 
     .op-order-lg-last {
         -ms-flex-order: 13;
         order: 13;
     }
 
     .op-order-lg-0 {
         -ms-flex-order: 0;
         order: 0;
     }
 
     .op-order-lg-1 {
         -ms-flex-order: 1;
         order: 1;
     }
 
     .op-order-lg-2 {
         -ms-flex-order: 2;
         order: 2;
     }
 
     .op-order-lg-3 {
         -ms-flex-order: 3;
         order: 3;
     }
 
     .op-order-lg-4 {
         -ms-flex-order: 4;
         order: 4;
     }
 
     .op-order-lg-5 {
         -ms-flex-order: 5;
         order: 5;
     }
 
     .op-order-lg-6 {
         -ms-flex-order: 6;
         order: 6;
     }
 
     .op-order-lg-7 {
         -ms-flex-order: 7;
         order: 7;
     }
 
     .op-order-lg-8 {
         -ms-flex-order: 8;
         order: 8;
     }
 
     .op-order-lg-9 {
         -ms-flex-order: 9;
         order: 9;
     }
 
     .op-order-lg-10 {
         -ms-flex-order: 10;
         order: 10;
     }
 
     .op-order-lg-11 {
         -ms-flex-order: 11;
         order: 11;
     }
 
     .op-order-lg-12 {
         -ms-flex-order: 12;
         order: 12;
     }
 
     .op-offset-lg-0 {
         margin-left: 0;
     }
 
     .op-offset-lg-1 {
         margin-left: 8.333333%;
     }
 
     .op-offset-lg-2 {
         margin-left: 16.666667%;
     }
 
     .op-offset-lg-3 {
         margin-left: 25%;
     }
 
     .op-offset-lg-4 {
         margin-left: 33.333333%;
     }
 
     .op-offset-lg-5 {
         margin-left: 41.666667%;
     }
 
     .op-offset-lg-6 {
         margin-left: 50%;
     }
 
     .op-offset-lg-7 {
         margin-left: 58.333333%;
     }
 
     .op-offset-lg-8 {
         margin-left: 66.666667%;
     }
 
     .op-offset-lg-9 {
         margin-left: 75%;
     }
 
     .op-offset-lg-10 {
         margin-left: 83.333333%;
     }
 
     .op-offset-lg-11 {
         margin-left: 91.666667%;
     }
 }
 
 @media (min-width: 1200px) {
     .op-col-xl {
         -ms-flex-preferred-size: 0;
         flex-basis: 0;
         -ms-flex-positive: 1;
         flex-grow: 1;
         max-width: 100%;
     }
 
     .op-row-cols-xl-1 > * {
         -ms-flex: 0 0 100%;
         flex: 0 0 100%;
         max-width: 100%;
     }
 
     .op-row-cols-xl-2 > * {
         -ms-flex: 0 0 50%;
         flex: 0 0 50%;
         max-width: 50%;
     }
 
     .op-row-cols-xl-3 > * {
         -ms-flex: 0 0 33.333333%;
         flex: 0 0 33.333333%;
         max-width: 33.333333%;
     }
 
     .op-row-cols-xl-4 > * {
         -ms-flex: 0 0 25%;
         flex: 0 0 25%;
         max-width: 25%;
     }
 
     .op-row-cols-xl-5 > * {
         -ms-flex: 0 0 20%;
         flex: 0 0 20%;
         max-width: 20%;
     }
 
     .op-row-cols-xl-6 > * {
         -ms-flex: 0 0 16.666667%;
         flex: 0 0 16.666667%;
         max-width: 16.666667%;
     }
 
     .op-col-xl-auto {
         -ms-flex: 0 0 auto;
         flex: 0 0 auto;
         width: auto;
         max-width: 100%;
     }
 
     .op-col-xl-1 {
         -ms-flex: 0 0 8.333333%;
         flex: 0 0 8.333333%;
         max-width: 8.333333%;
     }
 
     .op-col-xl-2 {
         -ms-flex: 0 0 16.666667%;
         flex: 0 0 16.666667%;
         max-width: 16.666667%;
     }
 
     .op-col-xl-3 {
         -ms-flex: 0 0 25%;
         flex: 0 0 25%;
         max-width: 25%;
     }
 
     .op-col-xl-4 {
         -ms-flex: 0 0 33.333333%;
         flex: 0 0 33.333333%;
         max-width: 33.333333%;
     }
 
     .op-col-xl-5 {
         -ms-flex: 0 0 41.666667%;
         flex: 0 0 41.666667%;
         max-width: 41.666667%;
     }
 
     .op-col-xl-6 {
         -ms-flex: 0 0 50%;
         flex: 0 0 50%;
         max-width: 50%;
     }
 
     .op-col-xl-7 {
         -ms-flex: 0 0 58.333333%;
         flex: 0 0 58.333333%;
         max-width: 58.333333%;
     }
 
     .op-col-xl-8 {
         -ms-flex: 0 0 66.666667%;
         flex: 0 0 66.666667%;
         max-width: 66.666667%;
     }
 
     .op-col-xl-9 {
         -ms-flex: 0 0 75%;
         flex: 0 0 75%;
         max-width: 75%;
     }
 
     .op-col-xl-10 {
         -ms-flex: 0 0 83.333333%;
         flex: 0 0 83.333333%;
         max-width: 83.333333%;
     }
 
     .op-col-xl-11 {
         -ms-flex: 0 0 91.666667%;
         flex: 0 0 91.666667%;
         max-width: 91.666667%;
     }
 
     .op-col-xl-12 {
         -ms-flex: 0 0 100%;
         flex: 0 0 100%;
         max-width: 100%;
     }
 
     .op-order-xl-first {
         -ms-flex-order: -1;
         order: -1;
     }
 
     .op-order-xl-last {
         -ms-flex-order: 13;
         order: 13;
     }
 
     .op-order-xl-0 {
         -ms-flex-order: 0;
         order: 0;
     }
 
     .op-order-xl-1 {
         -ms-flex-order: 1;
         order: 1;
     }
 
     .op-order-xl-2 {
         -ms-flex-order: 2;
         order: 2;
     }
 
     .op-order-xl-3 {
         -ms-flex-order: 3;
         order: 3;
     }
 
     .op-order-xl-4 {
         -ms-flex-order: 4;
         order: 4;
     }
 
     .op-order-xl-5 {
         -ms-flex-order: 5;
         order: 5;
     }
 
     .op-order-xl-6 {
         -ms-flex-order: 6;
         order: 6;
     }
 
     .op-order-xl-7 {
         -ms-flex-order: 7;
         order: 7;
     }
 
     .op-order-xl-8 {
         -ms-flex-order: 8;
         order: 8;
     }
 
     .op-order-xl-9 {
         -ms-flex-order: 9;
         order: 9;
     }
 
     .op-order-xl-10 {
         -ms-flex-order: 10;
         order: 10;
     }
 
     .op-order-xl-11 {
         -ms-flex-order: 11;
         order: 11;
     }
 
     .op-order-xl-12 {
         -ms-flex-order: 12;
         order: 12;
     }
 
     .op-offset-xl-0 {
         margin-left: 0;
     }
 
     .op-offset-xl-1 {
         margin-left: 8.333333%;
     }
 
     .op-offset-xl-2 {
         margin-left: 16.666667%;
     }
 
     .op-offset-xl-3 {
         margin-left: 25%;
     }
 
     .op-offset-xl-4 {
         margin-left: 33.333333%;
     }
 
     .op-offset-xl-5 {
         margin-left: 41.666667%;
     }
 
     .op-offset-xl-6 {
         margin-left: 50%;
     }
 
     .op-offset-xl-7 {
         margin-left: 58.333333%;
     }
 
     .op-offset-xl-8 {
         margin-left: 66.666667%;
     }
 
     .op-offset-xl-9 {
         margin-left: 75%;
     }
 
     .op-offset-xl-10 {
         margin-left: 83.333333%;
     }
 
     .op-offset-xl-11 {
         margin-left: 91.666667%;
     }
 }
 
 .op-table {
     width: 100%;
     margin-bottom: 1rem;
     color: #212529;
 }
 
 .op-table th,
 .op-table td {
     padding: 0.75rem;
     vertical-align: top;
     border-top: 1px solid #dee2e6;
 }
 
 .op-table thead th {
     vertical-align: bottom;
     border-bottom: 2px solid #dee2e6;
 }
 
 .op-table tbody + tbody {
     border-top: 2px solid #dee2e6;
 }
 
 .op-table-sm th,
 .op-table-sm td {
     padding: 0.3rem;
 }
 
 .op-table-bordered {
     border: 1px solid #dee2e6;
 }
 
 .op-table-bordered th,
 .op-table-bordered td {
     border: 1px solid #dee2e6;
 }
 
 .op-table-bordered thead th,
 .op-table-bordered thead td {
     border-bottom-width: 2px;
 }
 
 .op-table-borderless th,
 .op-table-borderless td,
 .op-table-borderless thead th,
 .op-table-borderless tbody + tbody {
     border: 0;
 }
 
 .op-table-striped tbody tr:nth-of-type(odd) {
     background-color: rgba(0, 0, 0, 0.05);
 }
 
 .op-table-hover tbody tr:hover {
     color: #212529;
     background-color: rgba(0, 0, 0, 0.075);
 }
 
 .op-table-primary,
 .op-table-primary > th,
 .op-table-primary > td {
     background-color: #b8daff;
 }
 
 .op-table-primary th,
 .op-table-primary td,
 .op-table-primary thead th,
 .op-table-primary tbody + tbody {
     border-color: #7abaff;
 }
 
 .op-table-hover .op-table-primary:hover {
     background-color: #9fcdff;
 }
 
 .op-table-hover .op-table-primary:hover > td,
 .op-table-hover .op-table-primary:hover > th {
     background-color: #9fcdff;
 }
 
 .op-table-secondary,
 .op-table-secondary > th,
 .op-table-secondary > td {
     background-color: #d6d8db;
 }
 
 .op-table-secondary th,
 .op-table-secondary td,
 .op-table-secondary thead th,
 .op-table-secondary tbody + tbody {
     border-color: #b3b7bb;
 }
 
 .op-table-hover .op-table-secondary:hover {
     background-color: #c8cbcf;
 }
 
 .op-table-hover .op-table-secondary:hover > td,
 .op-table-hover .op-table-secondary:hover > th {
     background-color: #c8cbcf;
 }
 
 .op-table-success,
 .op-table-success > th,
 .op-table-success > td {
     background-color: #c3e6cb;
 }
 
 .op-table-success th,
 .op-table-success td,
 .op-table-success thead th,
 .op-table-success tbody + tbody {
     border-color: #8fd19e;
 }
 
 .op-table-hover .op-table-success:hover {
     background-color: #b1dfbb;
 }
 
 .op-table-hover .op-table-success:hover > td,
 .op-table-hover .op-table-success:hover > th {
     background-color: #b1dfbb;
 }
 
 .op-table-info,
 .op-table-info > th,
 .op-table-info > td {
     background-color: #bee5eb;
 }
 
 .op-table-info th,
 .op-table-info td,
 .op-table-info thead th,
 .op-table-info tbody + tbody {
     border-color: #86cfda;
 }
 
 .op-table-hover .op-table-info:hover {
     background-color: #abdde5;
 }
 
 .op-table-hover .op-table-info:hover > td,
 .op-table-hover .op-table-info:hover > th {
     background-color: #abdde5;
 }
 
 .op-table-warning,
 .op-table-warning > th,
 .op-table-warning > td {
     background-color: #ffeeba;
 }
 
 .op-table-warning th,
 .op-table-warning td,
 .op-table-warning thead th,
 .op-table-warning tbody + tbody {
     border-color: #ffdf7e;
 }
 
 .op-table-hover .op-table-warning:hover {
     background-color: #ffe8a1;
 }
 
 .op-table-hover .op-table-warning:hover > td,
 .op-table-hover .op-table-warning:hover > th {
     background-color: #ffe8a1;
 }
 
 .op-table-danger,
 .op-table-danger > th,
 .op-table-danger > td {
     background-color: #f5c6cb;
 }
 
 .op-table-danger th,
 .op-table-danger td,
 .op-table-danger thead th,
 .op-table-danger tbody + tbody {
     border-color: #ed969e;
 }
 
 .op-table-hover .op-table-danger:hover {
     background-color: #f1b0b7;
 }
 
 .op-table-hover .op-table-danger:hover > td,
 .op-table-hover .op-table-danger:hover > th {
     background-color: #f1b0b7;
 }
 
 .op-table-light,
 .op-table-light > th,
 .op-table-light > td {
     background-color: #fdfdfe;
 }
 
 .op-table-light th,
 .op-table-light td,
 .op-table-light thead th,
 .op-table-light tbody + tbody {
     border-color: #fbfcfc;
 }
 
 .op-table-hover .op-table-light:hover {
     background-color: #ececf6;
 }
 
 .op-table-hover .op-table-light:hover > td,
 .op-table-hover .op-table-light:hover > th {
     background-color: #ececf6;
 }
 
 .op-table-dark,
 .op-table-dark > th,
 .op-table-dark > td {
     background-color: #c6c8ca;
 }
 
 .op-table-dark th,
 .op-table-dark td,
 .op-table-dark thead th,
 .op-table-dark tbody + tbody {
     border-color: #95999c;
 }
 
 .op-table-hover .op-table-dark:hover {
     background-color: #b9bbbe;
 }
 
 .op-table-hover .op-table-dark:hover > td,
 .op-table-hover .op-table-dark:hover > th {
     background-color: #b9bbbe;
 }
 
 .op-table-active,
 .op-table-active > th,
 .op-table-active > td {
     background-color: rgba(0, 0, 0, 0.075);
 }
 
 .op-table-hover .op-table-active:hover {
     background-color: rgba(0, 0, 0, 0.075);
 }
 
 .op-table-hover .op-table-active:hover > td,
 .op-table-hover .op-table-active:hover > th {
     background-color: rgba(0, 0, 0, 0.075);
 }
 
 .op-table .op-thead-dark th {
     color: #fff;
     background-color: #343a40;
     border-color: #454d55;
 }
 
 .op-table .thead-light th {
     color: #495057;
     background-color: #e9ecef;
     border-color: #dee2e6;
 }
 
 .op-table-dark {
     color: #fff;
     background-color: #343a40;
 }
 
 .op-table-dark th,
 .op-table-dark td,
 .op-table-dark thead th {
     border-color: #454d55;
 }
 
 .op-table-dark.op-table-bordered {
     border: 0;
 }
 
 .op-table-dark.op-table-striped tbody tr:nth-of-type(odd) {
     background-color: rgba(255, 255, 255, 0.05);
 }
 
 .op-table-dark.op-table-hover tbody tr:hover {
     color: #fff;
     background-color: rgba(255, 255, 255, 0.075);
 }
 
 @media (max-width: 575.98px) {
     .op-table-responsive-sm {
         display: block;
         width: 100%;
         overflow-x: auto;
         -webkit-overflow-scrolling: touch;
     }
 
     .op-table-responsive-sm > .op-table-bordered {
         border: 0;
     }
 }
 
 @media (max-width: 767.98px) {
     .op-table-responsive-md {
         display: block;
         width: 100%;
         overflow-x: auto;
         -webkit-overflow-scrolling: touch;
     }
 
     .op-table-responsive-md > .op-table-bordered {
         border: 0;
     }
 }
 
 @media (max-width: 991.98px) {
     .op-table-responsive-lg {
         display: block;
         width: 100%;
         overflow-x: auto;
         -webkit-overflow-scrolling: touch;
     }
 
     .op-table-responsive-lg > .op-table-bordered {
         border: 0;
     }
 }
 
 @media (max-width: 1199.98px) {
     .op-table-responsive-xl {
         display: block;
         width: 100%;
         overflow-x: auto;
         -webkit-overflow-scrolling: touch;
     }
 
     .op-table-responsive-xl > .op-table-bordered {
         border: 0;
     }
 }
 
 .op-table-responsive {
     display: block;
     width: 100%;
     overflow-x: auto;
     -webkit-overflow-scrolling: touch;
 }
 
 .op-table-responsive > .op-table-bordered {
     border: 0;
 }
 
 .op-form-control {
     display: block;
     width: 100%;
     height: calc(1.5em + 0.75rem + 2px);
     padding: 0.375rem 0.75rem;
     font-size: 1rem;
     font-weight: 400;
     line-height: 1.5;
     color: #495057;
     background-color: #fff;
     background-clip: padding-box;
     border: 1px solid #ced4da;
     border-radius: 0.25rem;
     transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
 }
 
 @media (prefers-reduced-motion: reduce) {
     .op-form-control {
         transition: none;
     }
 }
 
 .op-form-control::-ms-expand {
     background-color: transparent;
     border: 0;
 }
 
 .op-form-control:-moz-focusring {
     color: transparent;
     text-shadow: 0 0 0 #495057;
 }
 
 .op-form-control:focus {
     color: #495057;
     background-color: #fff;
     border-color: #80bdff;
     outline: 0;
     box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
 }
 
 .op-form-control::-webkit-input-placeholder {
     color: #6c757d;
     opacity: 1;
 }
 
 .op-form-control::-moz-placeholder {
     color: #6c757d;
     opacity: 1;
 }
 
 .op-form-control:-ms-input-placeholder {
     color: #6c757d;
     opacity: 1;
 }
 
 .op-form-control::-ms-input-placeholder {
     color: #6c757d;
     opacity: 1;
 }
 
 .op-form-control::placeholder {
     color: #6c757d;
     opacity: 1;
 }
 
 .op-form-control:disabled, .op-form-control[readonly] {
     background-color: #e9ecef;
     opacity: 1;
 }
 
 .op input[type="date"].op-form-control,
 .op input[type="time"].op-form-control,
 .op input[type="datetime-local"].op-form-control,
 .op input[type="month"].op-form-control {
     -webkit-appearance: none;
     -moz-appearance: none;
     appearance: none;
 }
 
 .op select.op-form-control:focus::-ms-value {
     color: #495057;
     background-color: #fff;
 }
 
 .op-form-control-file,
 .op-form-control-range {
     display: block;
     width: 100%;
 }
 
 .op-col-form-label {
     padding-top: calc(0.375rem + 1px);
     padding-bottom: calc(0.375rem + 1px);
     margin-bottom: 0;
     font-size: inherit;
     line-height: 1.5;
 }
 
 .op-col-form-label-lg {
     padding-top: calc(0.5rem + 1px);
     padding-bottom: calc(0.5rem + 1px);
     font-size: 1.25rem;
     line-height: 1.5;
 }
 
 .op-col-form-label-sm {
     padding-top: calc(0.25rem + 1px);
     padding-bottom: calc(0.25rem + 1px);
     font-size: 0.875rem;
     line-height: 1.5;
 }
 
 .op-form-control-plaintext {
     display: block;
     width: 100%;
     padding: 0.375rem 0;
     margin-bottom: 0;
     font-size: 1rem;
     line-height: 1.5;
     color: #212529;
     background-color: transparent;
     border: solid transparent;
     border-width: 1px 0;
 }
 
 .op-form-control-plaintext.op-form-control-sm, .op-form-control-plaintext.op-form-control-lg {
     padding-right: 0;
     padding-left: 0;
 }
 
 .op-form-control-sm {
     height: calc(1.5em + 0.5rem + 2px);
     padding: 0.25rem 0.5rem;
     font-size: 0.875rem;
     line-height: 1.5;
     border-radius: 0.2rem;
 }
 
 .op-form-control-lg {
     height: calc(1.5em + 1rem + 2px);
     padding: 0.5rem 1rem;
     font-size: 1.25rem;
     line-height: 1.5;
     border-radius: 0.3rem;
 }
 
 .op select.op-form-control[size], .op select.op-form-control[multiple] {
     height: auto;
 }
 
 .op textarea.op-form-control {
     height: auto;
 }
 
 .op-form-group {
     margin-bottom: 1rem;
 }
 
 .op-form-text {
     display: block;
     margin-top: 0.25rem;
 }
 
 .op-form-row {
     display: -ms-flexbox;
     display: flex;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
     margin-right: -5px;
     margin-left: -5px;
 }
 
 .op-form-row > .col,
 .op-form-row > [class*="col-"] {
     padding-right: 5px;
     padding-left: 5px;
 }
 
 .op-form-check {
     position: relative;
     display: block;
     padding-left: 1.25rem;
 }
 
 .op-form-check-input {
     position: absolute;
     margin-top: 0.3rem;
     margin-left: -1.25rem;
 }
 
 .op-form-check-input[disabled] ~ .op-form-check-label,
 .op-form-check-input:disabled ~ .op-form-check-label {
     color: #6c757d;
 }
 
 .op-form-check-label {
     margin-bottom: 0;
 }
 
 .op-form-check-inline {
     display: -ms-inline-flexbox;
     display: inline-flex;
     -ms-flex-align: center;
     align-items: center;
     padding-left: 0;
     margin-right: 0.75rem;
 }
 
 .op-form-check-inline .form-check-input {
     position: static;
     margin-top: 0;
     margin-right: 0.3125rem;
     margin-left: 0;
 }
 
 .op-valid-feedback {
     display: none;
     width: 100%;
     margin-top: 0.25rem;
     font-size: 80%;
     color: #28a745;
 }
 
 .op-valid-tooltip {
     position: absolute;
     top: 100%;
     left: 0;
     z-index: 5;
     display: none;
     max-width: 100%;
     padding: 0.25rem 0.5rem;
     margin-top: .1rem;
     font-size: 0.875rem;
     line-height: 1.5;
     color: #fff;
     background-color: rgba(40, 167, 69, 0.9);
     border-radius: 0.25rem;
 }
 
 .op-form-row > .col > .op-valid-tooltip,
 .op-form-row > [class*="col-"] > .op-valid-tooltip {
     left: 5px;
 }
 
 .op-was-validated :valid ~ .op-valid-feedback,
 .op-was-validated :valid ~ .op-valid-tooltip,
 .op-is-valid ~ .op-valid-feedback,
 .op-is-valid ~ .op-valid-tooltip {
     display: block;
 }
 
 .op-was-validated .op-form-control:valid, .op-form-control.is-valid {
     border-color: #28a745;
     padding-right: calc(1.5em + 0.75rem);
     background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
     background-repeat: no-repeat;
     background-position: right calc(0.375em + 0.1875rem) center;
     background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
 }
 
 .op-was-validated .op-form-control:valid:focus, .op-form-control.is-valid:focus {
     border-color: #28a745;
     box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
 }
 
 .op-was-validated textarea.op-form-control:valid, .op textarea.op-form-control.is-valid {
     padding-right: calc(1.5em + 0.75rem);
     background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
 }
 
 .op-was-validated .op-custom-select:valid, .op-custom-select.is-valid {
     border-color: #28a745;
     padding-right: calc(0.75em + 2.3125rem);
     background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
 }
 
 .op-was-validated .op-custom-select:valid:focus, .op-custom-select.is-valid:focus {
     border-color: #28a745;
     box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
 }
 
 .op-was-validated .form-check-input:valid ~ .op-form-check-label, .op-form-check-input.is-valid ~ .op-form-check-label {
     color: #28a745;
 }
 
 .op-was-validated .form-check-input:valid ~ .op-valid-feedback,
 .op-was-validated .form-check-input:valid ~ .op-valid-tooltip, .op-form-check-input.is-valid ~ .op-valid-feedback,
 .op-form-check-input.is-valid ~ .op-valid-tooltip {
     display: block;
 }
 
 .op-was-validated .custom-control-input:valid ~ .op-custom-control-label, .op-custom-control-input.is-valid ~ .op-custom-control-label {
     color: #28a745;
 }
 
 .op-was-validated .custom-control-input:valid ~ .op-custom-control-label::before, .op-custom-control-input.is-valid ~ .op-custom-control-label::before {
     border-color: #28a745;
 }
 
 .op-was-validated .custom-control-input:valid:checked ~ .op-custom-control-label::before, .op-custom-control-input.is-valid:checked ~ .op-custom-control-label::before {
     border-color: #34ce57;
     background-color: #34ce57;
 }
 
 .op-was-validated .custom-control-input:valid:focus ~ .op-custom-control-label::before, .op-custom-control-input.is-valid:focus ~ .op-custom-control-label::before {
     box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
 }
 
 .op-was-validated .custom-control-input:valid:focus:not(:checked) ~ .op-custom-control-label::before, .op-custom-control-input.is-valid:focus:not(:checked) ~ .op-custom-control-label::before {
     border-color: #28a745;
 }
 
 .op-was-validated .op-custom-file-input:valid ~ .op-custom-file-label, .op-custom-file-input.is-valid ~ .op-custom-file-label {
     border-color: #28a745;
 }
 
 .op-was-validated .op-custom-file-input:valid:focus ~ .op-custom-file-label, .op-custom-file-input.is-valid:focus ~ .op-custom-file-label {
     border-color: #28a745;
     box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
 }
 
 .op-invalid-feedback {
     display: none;
     width: 100%;
     margin-top: 0.25rem;
     font-size: 80%;
     color: #dc3545;
 }
 
 .op-invalid-tooltip {
     position: absolute;
     top: 100%;
     left: 0;
     z-index: 5;
     display: none;
     max-width: 100%;
     padding: 0.25rem 0.5rem;
     margin-top: .1rem;
     font-size: 0.875rem;
     line-height: 1.5;
     color: #fff;
     background-color: rgba(220, 53, 69, 0.9);
     border-radius: 0.25rem;
 }
 
 .op-form-row > .col > .invalid-tooltip,
 .op-form-row > [class*="col-"] > .invalid-tooltip {
     left: 5px;
 }
 
 .op-was-validated :invalid ~ .invalid-feedback,
 .op-was-validated :invalid ~ .invalid-tooltip,
 .op-is-invalid ~ .invalid-feedback,
 .op-is-invalid ~ .invalid-tooltip {
     display: block;
 }
 
 .op-was-validated .op-form-control:invalid, .op-form-control.is-invalid {
     border-color: #dc3545;
     padding-right: calc(1.5em + 0.75rem);
     background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
     background-repeat: no-repeat;
     background-position: right calc(0.375em + 0.1875rem) center;
     background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
 }
 
 .op-was-validated .op-form-control:invalid:focus, .op-form-control.is-invalid:focus {
     border-color: #dc3545;
     box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
 }
 
 .op-was-validated textarea.op-form-control:invalid, .op textarea.op-form-control.is-invalid {
     padding-right: calc(1.5em + 0.75rem);
     background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
 }
 
 .op-was-validated .op-custom-select:invalid, .op-custom-select.is-invalid {
     border-color: #dc3545;
     padding-right: calc(0.75em + 2.3125rem);
     background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
 }
 
 .op-was-validated .op-custom-select:invalid:focus, .op-custom-select.is-invalid:focus {
     border-color: #dc3545;
     box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
 }
 
 .op-was-validated .form-check-input:invalid ~ .op-form-check-label, .op-form-check-input.is-invalid ~ .op-form-check-label {
     color: #dc3545;
 }
 
 .op-was-validated .form-check-input:invalid ~ .invalid-feedback,
 .op-was-validated .form-check-input:invalid ~ .invalid-tooltip, .op-form-check-input.is-invalid ~ .invalid-feedback,
 .op-form-check-input.is-invalid ~ .invalid-tooltip {
     display: block;
 }
 
 .op-was-validated .custom-control-input:invalid ~ .op-custom-control-label, .op-custom-control-input.is-invalid ~ .op-custom-control-label {
     color: #dc3545;
 }
 
 .op-was-validated .custom-control-input:invalid ~ .op-custom-control-label::before, .op-custom-control-input.is-invalid ~ .op-custom-control-label::before {
     border-color: #dc3545;
 }
 
 .op-was-validated .custom-control-input:invalid:checked ~ .op-custom-control-label::before, .op-custom-control-input.is-invalid:checked ~ .op-custom-control-label::before {
     border-color: #e4606d;
     background-color: #e4606d;
 }
 
 .op-was-validated .custom-control-input:invalid:focus ~ .op-custom-control-label::before, .op-custom-control-input.is-invalid:focus ~ .op-custom-control-label::before {
     box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
 }
 
 .op-was-validated .custom-control-input:invalid:focus:not(:checked) ~ .op-custom-control-label::before, .op-custom-control-input.is-invalid:focus:not(:checked) ~ .op-custom-control-label::before {
     border-color: #dc3545;
 }
 
 .op-was-validated .op-custom-file-input:invalid ~ .op-custom-file-label, .op-custom-file-input.is-invalid ~ .op-custom-file-label {
     border-color: #dc3545;
 }
 
 .op-was-validated .op-custom-file-input:invalid:focus ~ .op-custom-file-label, .op-custom-file-input.is-invalid:focus ~ .op-custom-file-label {
     border-color: #dc3545;
     box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
 }
 
 .op-form-inline {
     display: -ms-flexbox;
     display: flex;
     -ms-flex-flow: row wrap;
     flex-flow: row wrap;
     -ms-flex-align: center;
     align-items: center;
 }
 
 .op-form-inline .form-check {
     width: 100%;
 }
 
 @media (min-width: 576px) {
     .op-form-inline label {
         display: -ms-flexbox;
         display: flex;
         -ms-flex-align: center;
         align-items: center;
         -ms-flex-pack: center;
         justify-content: center;
         margin-bottom: 0;
     }
 
     .op-form-inline .form-group {
         display: -ms-flexbox;
         display: flex;
         -ms-flex: 0 0 auto;
         flex: 0 0 auto;
         -ms-flex-flow: row wrap;
         flex-flow: row wrap;
         -ms-flex-align: center;
         align-items: center;
         margin-bottom: 0;
     }
 
     .op-form-inline .op-form-control {
         display: inline-block;
         width: auto;
         vertical-align: middle;
     }
 
     .op-form-inline .op-form-control-plaintext {
         display: inline-block;
     }
 
     .op-form-inline .input-group,
   .op-form-inline .op-custom-select {
         width: auto;
     }
 
     .op-form-inline .form-check {
         display: -ms-flexbox;
         display: flex;
         -ms-flex-align: center;
         align-items: center;
         -ms-flex-pack: center;
         justify-content: center;
         width: auto;
         padding-left: 0;
     }
 
     .op-form-inline .form-check-input {
         position: relative;
         -ms-flex-negative: 0;
         flex-shrink: 0;
         margin-top: 0;
         margin-right: 0.25rem;
         margin-left: 0;
     }
 
     .op-form-inline .custom-control {
         -ms-flex-align: center;
         align-items: center;
         -ms-flex-pack: center;
         justify-content: center;
     }
 
     .op-form-inline .op-custom-control-label {
         margin-bottom: 0;
     }
 }
 
 .op-btn {
     display: inline-block;
     font-weight: 400;
     color: #212529;
     text-align: center;
     vertical-align: middle;
     -webkit-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     user-select: none;
     background-color: transparent;
     border: 1px solid transparent;
     padding: 0.375rem 0.75rem;
     font-size: 1rem;
     line-height: 1.5;
     border-radius: 0.25rem;
     transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
 }
 
 @media (prefers-reduced-motion: reduce) {
     .op-btn {
         transition: none;
     }
 }
 
 .op-btn:hover {
     color: #212529;
     text-decoration: none;
 }
 
 .op-btn:focus, .op-btn.focus {
     outline: 0;
     box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
 }
 
 .op-btn.disabled, .op-btn:disabled {
     opacity: 0.65;
 }
 
 .op-btn:not(:disabled):not(.disabled) {
     cursor: pointer;
 }
 
 .op a.btn.disabled,
 .op fieldset:disabled a.btn {
     pointer-events: none;
 }
 
 .op-btn-primary {
     color: #fff;
     background-color: #007bff;
     border-color: #007bff;
 }
 
 .op-btn-primary:hover {
     color: #fff;
     background-color: #0069d9;
     border-color: #0062cc;
 }
 
 .op-btn-primary:focus, .op-btn-primary.focus {
     color: #fff;
     background-color: #0069d9;
     border-color: #0062cc;
     box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
 }
 
 .op-btn-primary.disabled, .op-btn-primary:disabled {
     color: #fff;
     background-color: #007bff;
     border-color: #007bff;
 }
 
 .op-btn-primary:not(:disabled):not(.disabled):active, .op-btn-primary:not(:disabled):not(.disabled).active,
 .op-show > .btn-primary.dropdown-toggle {
     color: #fff;
     background-color: #0062cc;
     border-color: #005cbf;
 }
 
 .op-btn-primary:not(:disabled):not(.disabled):active:focus, .op-btn-primary:not(:disabled):not(.disabled).active:focus,
 .op-show > .btn-primary.dropdown-toggle:focus {
     box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
 }
 
 .op-btn-secondary {
     color: #fff;
     background-color: #6c757d;
     border-color: #6c757d;
 }
 
 .op-btn-secondary:hover {
     color: #fff;
     background-color: #5a6268;
     border-color: #545b62;
 }
 
 .op-btn-secondary:focus, .op-btn-secondary.focus {
     color: #fff;
     background-color: #5a6268;
     border-color: #545b62;
     box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
 }
 
 .op-btn-secondary.disabled, .op-btn-secondary:disabled {
     color: #fff;
     background-color: #6c757d;
     border-color: #6c757d;
 }
 
 .op-btn-secondary:not(:disabled):not(.disabled):active, .op-btn-secondary:not(:disabled):not(.disabled).active,
 .op-show > .btn-secondary.dropdown-toggle {
     color: #fff;
     background-color: #545b62;
     border-color: #4e555b;
 }
 
 .op-btn-secondary:not(:disabled):not(.disabled):active:focus, .op-btn-secondary:not(:disabled):not(.disabled).active:focus,
 .op-show > .btn-secondary.dropdown-toggle:focus {
     box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
 }
 
 .op-btn-success {
     color: #fff;
     background-color: #28a745;
     border-color: #28a745;
 }
 
 .op-btn-success:hover {
     color: #fff;
     background-color: #218838;
     border-color: #1e7e34;
 }
 
 .op-btn-success:focus, .op-btn-success.focus {
     color: #fff;
     background-color: #218838;
     border-color: #1e7e34;
     box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
 }
 
 .op-btn-success.disabled, .op-btn-success:disabled {
     color: #fff;
     background-color: #28a745;
     border-color: #28a745;
 }
 
 .op-btn-success:not(:disabled):not(.disabled):active, .op-btn-success:not(:disabled):not(.disabled).active,
 .op-show > .btn-success.dropdown-toggle {
     color: #fff;
     background-color: #1e7e34;
     border-color: #1c7430;
 }
 
 .op-btn-success:not(:disabled):not(.disabled):active:focus, .op-btn-success:not(:disabled):not(.disabled).active:focus,
 .op-show > .btn-success.dropdown-toggle:focus {
     box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
 }
 
 .op-btn-info {
     color: #fff;
     background-color: #17a2b8;
     border-color: #17a2b8;
 }
 
 .op-btn-info:hover {
     color: #fff;
     background-color: #138496;
     border-color: #117a8b;
 }
 
 .op-btn-info:focus, .op-btn-info.focus {
     color: #fff;
     background-color: #138496;
     border-color: #117a8b;
     box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
 }
 
 .op-btn-info.disabled, .op-btn-info:disabled {
     color: #fff;
     background-color: #17a2b8;
     border-color: #17a2b8;
 }
 
 .op-btn-info:not(:disabled):not(.disabled):active, .op-btn-info:not(:disabled):not(.disabled).active,
 .op-show > .btn-info.dropdown-toggle {
     color: #fff;
     background-color: #117a8b;
     border-color: #10707f;
 }
 
 .op-btn-info:not(:disabled):not(.disabled):active:focus, .op-btn-info:not(:disabled):not(.disabled).active:focus,
 .op-show > .btn-info.dropdown-toggle:focus {
     box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
 }
 
 .op-btn-warning {
     color: #212529;
     background-color: #ffc107;
     border-color: #ffc107;
 }
 
 .op-btn-warning:hover {
     color: #212529;
     background-color: #e0a800;
     border-color: #d39e00;
 }
 
 .op-btn-warning:focus, .op-btn-warning.focus {
     color: #212529;
     background-color: #e0a800;
     border-color: #d39e00;
     box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
 }
 
 .op-btn-warning.disabled, .op-btn-warning:disabled {
     color: #212529;
     background-color: #ffc107;
     border-color: #ffc107;
 }
 
 .op-btn-warning:not(:disabled):not(.disabled):active, .op-btn-warning:not(:disabled):not(.disabled).active,
 .op-show > .btn-warning.dropdown-toggle {
     color: #212529;
     background-color: #d39e00;
     border-color: #c69500;
 }
 
 .op-btn-warning:not(:disabled):not(.disabled):active:focus, .op-btn-warning:not(:disabled):not(.disabled).active:focus,
 .op-show > .btn-warning.dropdown-toggle:focus {
     box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
 }
 
 .op-btn-danger {
     color: #fff;
     background-color: #dc3545;
     border-color: #dc3545;
 }
 
 .op-btn-danger:hover {
     color: #fff;
     background-color: #c82333;
     border-color: #bd2130;
 }
 
 .op-btn-danger:focus, .op-btn-danger.focus {
     color: #fff;
     background-color: #c82333;
     border-color: #bd2130;
     box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
 }
 
 .op-btn-danger.disabled, .op-btn-danger:disabled {
     color: #fff;
     background-color: #dc3545;
     border-color: #dc3545;
 }
 
 .op-btn-danger:not(:disabled):not(.disabled):active, .op-btn-danger:not(:disabled):not(.disabled).active,
 .op-show > .btn-danger.dropdown-toggle {
     color: #fff;
     background-color: #bd2130;
     border-color: #b21f2d;
 }
 
 .op-btn-danger:not(:disabled):not(.disabled):active:focus, .op-btn-danger:not(:disabled):not(.disabled).active:focus,
 .op-show > .btn-danger.dropdown-toggle:focus {
     box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
 }
 
 .op-btn-light {
     color: #212529;
     background-color: #f8f9fa;
     border-color: #f8f9fa;
 }
 
 .op-btn-light:hover {
     color: #212529;
     background-color: #e2e6ea;
     border-color: #dae0e5;
 }
 
 .op-btn-light:focus, .op-btn-light.focus {
     color: #212529;
     background-color: #e2e6ea;
     border-color: #dae0e5;
     box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
 }
 
 .op-btn-light.disabled, .op-btn-light:disabled {
     color: #212529;
     background-color: #f8f9fa;
     border-color: #f8f9fa;
 }
 
 .op-btn-light:not(:disabled):not(.disabled):active, .op-btn-light:not(:disabled):not(.disabled).active,
 .op-show > .btn-light.dropdown-toggle {
     color: #212529;
     background-color: #dae0e5;
     border-color: #d3d9df;
 }
 
 .op-btn-light:not(:disabled):not(.disabled):active:focus, .op-btn-light:not(:disabled):not(.disabled).active:focus,
 .op-show > .btn-light.dropdown-toggle:focus {
     box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
 }
 
 .op-btn-dark {
     color: #fff;
     background-color: #343a40;
     border-color: #343a40;
 }
 
 .op-btn-dark:hover {
     color: #fff;
     background-color: #23272b;
     border-color: #1d2124;
 }
 
 .op-btn-dark:focus, .op-btn-dark.focus {
     color: #fff;
     background-color: #23272b;
     border-color: #1d2124;
     box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
 }
 
 .op-btn-dark.disabled, .op-btn-dark:disabled {
     color: #fff;
     background-color: #343a40;
     border-color: #343a40;
 }
 
 .op-btn-dark:not(:disabled):not(.disabled):active, .op-btn-dark:not(:disabled):not(.disabled).active,
 .op-show > .btn-dark.dropdown-toggle {
     color: #fff;
     background-color: #1d2124;
     border-color: #171a1d;
 }
 
 .op-btn-dark:not(:disabled):not(.disabled):active:focus, .op-btn-dark:not(:disabled):not(.disabled).active:focus,
 .op-show > .btn-dark.dropdown-toggle:focus {
     box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
 }
 
 .op-btn-outline-primary {
     color: #007bff;
     border-color: #007bff;
 }
 
 .op-btn-outline-primary:hover {
     color: #fff;
     background-color: #007bff;
     border-color: #007bff;
 }
 
 .op-btn-outline-primary:focus, .op-btn-outline-primary.focus {
     box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
 }
 
 .op-btn-outline-primary.disabled, .op-btn-outline-primary:disabled {
     color: #007bff;
     background-color: transparent;
 }
 
 .op-btn-outline-primary:not(:disabled):not(.disabled):active, .op-btn-outline-primary:not(:disabled):not(.disabled).active,
 .op-show > .btn-outline-primary.dropdown-toggle {
     color: #fff;
     background-color: #007bff;
     border-color: #007bff;
 }
 
 .op-btn-outline-primary:not(:disabled):not(.disabled):active:focus, .op-btn-outline-primary:not(:disabled):not(.disabled).active:focus,
 .op-show > .btn-outline-primary.dropdown-toggle:focus {
     box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
 }
 
 .op-btn-outline-secondary {
     color: #6c757d;
     border-color: #6c757d;
 }
 
 .op-btn-outline-secondary:hover {
     color: #fff;
     background-color: #6c757d;
     border-color: #6c757d;
 }
 
 .op-btn-outline-secondary:focus, .op-btn-outline-secondary.focus {
     box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
 }
 
 .op-btn-outline-secondary.disabled, .op-btn-outline-secondary:disabled {
     color: #6c757d;
     background-color: transparent;
 }
 
 .op-btn-outline-secondary:not(:disabled):not(.disabled):active, .op-btn-outline-secondary:not(:disabled):not(.disabled).active,
 .op-show > .btn-outline-secondary.dropdown-toggle {
     color: #fff;
     background-color: #6c757d;
     border-color: #6c757d;
 }
 
 .op-btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .op-btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
 .op-show > .btn-outline-secondary.dropdown-toggle:focus {
     box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
 }
 
 .op-btn-outline-success {
     color: #28a745;
     border-color: #28a745;
 }
 
 .op-btn-outline-success:hover {
     color: #fff;
     background-color: #28a745;
     border-color: #28a745;
 }
 
 .op-btn-outline-success:focus, .op-btn-outline-success.focus {
     box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
 }
 
 .op-btn-outline-success.disabled, .op-btn-outline-success:disabled {
     color: #28a745;
     background-color: transparent;
 }
 
 .op-btn-outline-success:not(:disabled):not(.disabled):active, .op-btn-outline-success:not(:disabled):not(.disabled).active,
 .op-show > .btn-outline-success.dropdown-toggle {
     color: #fff;
     background-color: #28a745;
     border-color: #28a745;
 }
 
 .op-btn-outline-success:not(:disabled):not(.disabled):active:focus, .op-btn-outline-success:not(:disabled):not(.disabled).active:focus,
 .op-show > .btn-outline-success.dropdown-toggle:focus {
     box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
 }
 
 .op-btn-outline-info {
     color: #17a2b8;
     border-color: #17a2b8;
 }
 
 .op-btn-outline-info:hover {
     color: #fff;
     background-color: #17a2b8;
     border-color: #17a2b8;
 }
 
 .op-btn-outline-info:focus, .op-btn-outline-info.focus {
     box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
 }
 
 .op-btn-outline-info.disabled, .op-btn-outline-info:disabled {
     color: #17a2b8;
     background-color: transparent;
 }
 
 .op-btn-outline-info:not(:disabled):not(.disabled):active, .op-btn-outline-info:not(:disabled):not(.disabled).active,
 .op-show > .btn-outline-info.dropdown-toggle {
     color: #fff;
     background-color: #17a2b8;
     border-color: #17a2b8;
 }
 
 .op-btn-outline-info:not(:disabled):not(.disabled):active:focus, .op-btn-outline-info:not(:disabled):not(.disabled).active:focus,
 .op-show > .btn-outline-info.dropdown-toggle:focus {
     box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
 }
 
 .op-btn-outline-warning {
     color: #ffc107;
     border-color: #ffc107;
 }
 
 .op-btn-outline-warning:hover {
     color: #212529;
     background-color: #ffc107;
     border-color: #ffc107;
 }
 
 .op-btn-outline-warning:focus, .op-btn-outline-warning.focus {
     box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
 }
 
 .op-btn-outline-warning.disabled, .op-btn-outline-warning:disabled {
     color: #ffc107;
     background-color: transparent;
 }
 
 .op-btn-outline-warning:not(:disabled):not(.disabled):active, .op-btn-outline-warning:not(:disabled):not(.disabled).active,
 .op-show > .btn-outline-warning.dropdown-toggle {
     color: #212529;
     background-color: #ffc107;
     border-color: #ffc107;
 }
 
 .op-btn-outline-warning:not(:disabled):not(.disabled):active:focus, .op-btn-outline-warning:not(:disabled):not(.disabled).active:focus,
 .op-show > .btn-outline-warning.dropdown-toggle:focus {
     box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
 }
 
 .op-btn-outline-danger {
     color: #dc3545;
     border-color: #dc3545;
 }
 
 .op-btn-outline-danger:hover {
     color: #fff;
     background-color: #dc3545;
     border-color: #dc3545;
 }
 
 .op-btn-outline-danger:focus, .op-btn-outline-danger.focus {
     box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
 }
 
 .op-btn-outline-danger.disabled, .op-btn-outline-danger:disabled {
     color: #dc3545;
     background-color: transparent;
 }
 
 .op-btn-outline-danger:not(:disabled):not(.disabled):active, .op-btn-outline-danger:not(:disabled):not(.disabled).active,
 .op-show > .btn-outline-danger.dropdown-toggle {
     color: #fff;
     background-color: #dc3545;
     border-color: #dc3545;
 }
 
 .op-btn-outline-danger:not(:disabled):not(.disabled):active:focus, .op-btn-outline-danger:not(:disabled):not(.disabled).active:focus,
 .op-show > .btn-outline-danger.dropdown-toggle:focus {
     box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
 }
 
 .op-btn-outline-light {
     color: #f8f9fa;
     border-color: #f8f9fa;
 }
 
 .op-btn-outline-light:hover {
     color: #212529;
     background-color: #f8f9fa;
     border-color: #f8f9fa;
 }
 
 .op-btn-outline-light:focus, .op-btn-outline-light.focus {
     box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
 }
 
 .op-btn-outline-light.disabled, .op-btn-outline-light:disabled {
     color: #f8f9fa;
     background-color: transparent;
 }
 
 .op-btn-outline-light:not(:disabled):not(.disabled):active, .op-btn-outline-light:not(:disabled):not(.disabled).active,
 .op-show > .btn-outline-light.dropdown-toggle {
     color: #212529;
     background-color: #f8f9fa;
     border-color: #f8f9fa;
 }
 
 .op-btn-outline-light:not(:disabled):not(.disabled):active:focus, .op-btn-outline-light:not(:disabled):not(.disabled).active:focus,
 .op-show > .btn-outline-light.dropdown-toggle:focus {
     box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
 }
 
 .op-btn-outline-dark {
     color: #343a40;
     border-color: #343a40;
 }
 
 .op-btn-outline-dark:hover {
     color: #fff;
     background-color: #343a40;
     border-color: #343a40;
 }
 
 .op-btn-outline-dark:focus, .op-btn-outline-dark.focus {
     box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
 }
 
 .op-btn-outline-dark.disabled, .op-btn-outline-dark:disabled {
     color: #343a40;
     background-color: transparent;
 }
 
 .op-btn-outline-dark:not(:disabled):not(.disabled):active, .op-btn-outline-dark:not(:disabled):not(.disabled).active,
 .op-show > .btn-outline-dark.dropdown-toggle {
     color: #fff;
     background-color: #343a40;
     border-color: #343a40;
 }
 
 .op-btn-outline-dark:not(:disabled):not(.disabled):active:focus, .op-btn-outline-dark:not(:disabled):not(.disabled).active:focus,
 .op-show > .btn-outline-dark.dropdown-toggle:focus {
     box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
 }
 
 .op-btn-link {
     font-weight: 400;
     color: #007bff;
     text-decoration: none;
 }
 
 .op-btn-link:hover {
     color: #0056b3;
     text-decoration: underline;
 }
 
 .op-btn-link:focus, .op-btn-link.focus {
     text-decoration: underline;
 }
 
 .op-btn-link:disabled, .op-btn-link.disabled {
     color: #6c757d;
     pointer-events: none;
 }
 
 .op-btn-lg, .op-btn-group-lg > .btn {
     padding: 0.5rem 1rem;
     font-size: 1.25rem;
     line-height: 1.5;
     border-radius: 0.3rem;
 }
 
 .op-btn-sm, .op-btn-group-sm > .btn {
     padding: 0.25rem 0.5rem;
     font-size: 0.875rem;
     line-height: 1.5;
     border-radius: 0.2rem;
 }
 
 .op-btn-block {
     display: block;
     width: 100%;
 }
 
 .op-btn-block + .btn-block {
     margin-top: 0.5rem;
 }
 
 .op input[type="submit"].btn-block,
 .op input[type="reset"].btn-block,
 .op input[type="button"].btn-block {
     width: 100%;
 }
 
 .op-fade {
     transition: opacity 0.15s linear;
 }
 
 @media (prefers-reduced-motion: reduce) {
     .op-fade {
         transition: none;
     }
 }
 
 .op-fade:not(.show) {
     opacity: 0;
 }
 
 .op-collapse:not(.show) {
     display: none;
 }
 
 .op-collapsing {
     position: relative;
     height: 0;
     overflow: hidden;
     transition: height 0.35s ease;
 }
 
 @media (prefers-reduced-motion: reduce) {
     .op-collapsing {
         transition: none;
     }
 }
 
 .op-dropup,
 .op-dropright,
 .op-dropdown,
 .op-dropleft {
     position: relative;
 }
 
 .op-dropdown-toggle {
     white-space: nowrap;
 }
 
 .op-dropdown-toggle::after {
     display: inline-block;
     margin-left: 0.255em;
     vertical-align: 0.255em;
     content: "";
     border-top: 0.3em solid;
     border-right: 0.3em solid transparent;
     border-bottom: 0;
     border-left: 0.3em solid transparent;
 }
 
 .op-dropdown-toggle:empty::after {
     margin-left: 0;
 }
 
 .op-dropdown-menu {
     position: absolute;
     top: 100%;
     left: 0;
     z-index: 1000;
     display: none;
     float: left;
     min-width: 10rem;
     padding: 0.5rem 0;
     margin: 0.125rem 0 0;
     font-size: 1rem;
     color: #212529;
     text-align: left;
     list-style: none;
     background-color: #fff;
     background-clip: padding-box;
     border: 1px solid rgba(0, 0, 0, 0.15);
     border-radius: 0.25rem;
 }
 
 .op-dropdown-menu-left {
     right: auto;
     left: 0;
 }
 
 .op-dropdown-menu-right {
     right: 0;
     left: auto;
 }
 
 @media (min-width: 576px) {
     .op-dropdown-menu-sm-left {
         right: auto;
         left: 0;
     }
 
     .op-dropdown-menu-sm-right {
         right: 0;
         left: auto;
     }
 }
 
 @media (min-width: 768px) {
     .op-dropdown-menu-md-left {
         right: auto;
         left: 0;
     }
 
     .op-dropdown-menu-md-right {
         right: 0;
         left: auto;
     }
 }
 
 @media (min-width: 992px) {
     .op-dropdown-menu-lg-left {
         right: auto;
         left: 0;
     }
 
     .op-dropdown-menu-lg-right {
         right: 0;
         left: auto;
     }
 }
 
 @media (min-width: 1200px) {
     .op-dropdown-menu-xl-left {
         right: auto;
         left: 0;
     }
 
     .op-dropdown-menu-xl-right {
         right: 0;
         left: auto;
     }
 }
 
 .op-dropup .op-dropdown-menu {
     top: auto;
     bottom: 100%;
     margin-top: 0;
     margin-bottom: 0.125rem;
 }
 
 .op-dropup .dropdown-toggle::after {
     display: inline-block;
     margin-left: 0.255em;
     vertical-align: 0.255em;
     content: "";
     border-top: 0;
     border-right: 0.3em solid transparent;
     border-bottom: 0.3em solid;
     border-left: 0.3em solid transparent;
 }
 
 .op-dropup .dropdown-toggle:empty::after {
     margin-left: 0;
 }
 
 .op-dropright .op-dropdown-menu {
     top: 0;
     right: auto;
     left: 100%;
     margin-top: 0;
     margin-left: 0.125rem;
 }
 
 .op-dropright .dropdown-toggle::after {
     display: inline-block;
     margin-left: 0.255em;
     vertical-align: 0.255em;
     content: "";
     border-top: 0.3em solid transparent;
     border-right: 0;
     border-bottom: 0.3em solid transparent;
     border-left: 0.3em solid;
 }
 
 .op-dropright .dropdown-toggle:empty::after {
     margin-left: 0;
 }
 
 .op-dropright .dropdown-toggle::after {
     vertical-align: 0;
 }
 
 .op-dropleft .op-dropdown-menu {
     top: 0;
     right: 100%;
     left: auto;
     margin-top: 0;
     margin-right: 0.125rem;
 }
 
 .op-dropleft .dropdown-toggle::after {
     display: inline-block;
     margin-left: 0.255em;
     vertical-align: 0.255em;
     content: "";
 }
 
 .op-dropleft .dropdown-toggle::after {
     display: none;
 }
 
 .op-dropleft .dropdown-toggle::before {
     display: inline-block;
     margin-right: 0.255em;
     vertical-align: 0.255em;
     content: "";
     border-top: 0.3em solid transparent;
     border-right: 0.3em solid;
     border-bottom: 0.3em solid transparent;
 }
 
 .op-dropleft .dropdown-toggle:empty::after {
     margin-left: 0;
 }
 
 .op-dropleft .dropdown-toggle::before {
     vertical-align: 0;
 }
 
 .op-dropdown-menu[x-placement^="top"], .op-dropdown-menu[x-placement^="right"], .op-dropdown-menu[x-placement^="bottom"], .op-dropdown-menu[x-placement^="left"] {
     right: auto;
     bottom: auto;
 }
 
 .op-dropdown-divider {
     height: 0;
     margin: 0.5rem 0;
     overflow: hidden;
     border-top: 1px solid #e9ecef;
 }
 
 .op-dropdown-item {
     display: block;
     width: 100%;
     padding: 0.25rem 1.5rem;
     clear: both;
     font-weight: 400;
     color: #212529;
     text-align: inherit;
     white-space: nowrap;
     background-color: transparent;
     border: 0;
 }
 
 .op-dropdown-item:hover, .op-dropdown-item:focus {
     color: #16181b;
     text-decoration: none;
     background-color: #e9ecef;
 }
 
 .op-dropdown-item.active, .op-dropdown-item:active {
     color: #fff;
     text-decoration: none;
     background-color: #007bff;
 }
 
 .op-dropdown-item.disabled, .op-dropdown-item:disabled {
     color: #adb5bd;
     pointer-events: none;
     background-color: transparent;
 }
 
 .op-dropdown-menu.show {
     display: block;
 }
 
 .op-dropdown-header {
     display: block;
     padding: 0.5rem 1.5rem;
     margin-bottom: 0;
     font-size: 0.875rem;
     color: #6c757d;
     white-space: nowrap;
 }
 
 .op-dropdown-item-text {
     display: block;
     padding: 0.25rem 1.5rem;
     color: #212529;
 }
 
 .op-btn-group,
 .op-btn-group-vertical {
     position: relative;
     display: -ms-inline-flexbox;
     display: inline-flex;
     vertical-align: middle;
 }
 
 .op-btn-group > .btn,
 .op-btn-group-vertical > .btn {
     position: relative;
     -ms-flex: 1 1 auto;
     flex: 1 1 auto;
 }
 
 .op-btn-group > .btn:hover,
 .op-btn-group-vertical > .btn:hover {
     z-index: 1;
 }
 
 .op-btn-group > .btn:focus, .op-btn-group > .btn:active, .op-btn-group > .btn.active,
 .op-btn-group-vertical > .btn:focus,
 .op-btn-group-vertical > .btn:active,
 .op-btn-group-vertical > .btn.active {
     z-index: 1;
 }
 
 .op-btn-toolbar {
     display: -ms-flexbox;
     display: flex;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
     -ms-flex-pack: start;
     justify-content: flex-start;
 }
 
 .op-btn-toolbar .input-group {
     width: auto;
 }
 
 .op-btn-group > .btn:not(:first-child),
 .op-btn-group > .btn-group:not(:first-child) {
     margin-left: -1px;
 }
 
 .op-btn-group > .btn:not(:last-child):not(.dropdown-toggle),
 .op-btn-group > .btn-group:not(:last-child) > .btn {
     border-top-right-radius: 0;
     border-bottom-right-radius: 0;
 }
 
 .op-btn-group > .btn:not(:first-child),
 .op-btn-group > .btn-group:not(:first-child) > .btn {
     border-top-left-radius: 0;
     border-bottom-left-radius: 0;
 }
 
 .op-dropdown-toggle-split {
     padding-right: 0.5625rem;
     padding-left: 0.5625rem;
 }
 
 .op-dropdown-toggle-split::after,
 .op-dropup .dropdown-toggle-split::after,
 .op-dropright .dropdown-toggle-split::after {
     margin-left: 0;
 }
 
 .op-dropleft .dropdown-toggle-split::before {
     margin-right: 0;
 }
 
 .op-btn-sm + .dropdown-toggle-split, .op-btn-group-sm > .btn + .dropdown-toggle-split {
     padding-right: 0.375rem;
     padding-left: 0.375rem;
 }
 
 .op-btn-lg + .dropdown-toggle-split, .op-btn-group-lg > .btn + .dropdown-toggle-split {
     padding-right: 0.75rem;
     padding-left: 0.75rem;
 }
 
 .op-btn-group-vertical {
     -ms-flex-direction: column;
     flex-direction: column;
     -ms-flex-align: start;
     align-items: flex-start;
     -ms-flex-pack: center;
     justify-content: center;
 }
 
 .op-btn-group-vertical > .btn,
 .op-btn-group-vertical > .btn-group {
     width: 100%;
 }
 
 .op-btn-group-vertical > .btn:not(:first-child),
 .op-btn-group-vertical > .btn-group:not(:first-child) {
     margin-top: -1px;
 }
 
 .op-btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
 .op-btn-group-vertical > .btn-group:not(:last-child) > .btn {
     border-bottom-right-radius: 0;
     border-bottom-left-radius: 0;
 }
 
 .op-btn-group-vertical > .btn:not(:first-child),
 .op-btn-group-vertical > .btn-group:not(:first-child) > .btn {
     border-top-left-radius: 0;
     border-top-right-radius: 0;
 }
 
 .op-btn-group-toggle > .btn,
 .op-btn-group-toggle > .btn-group > .btn {
     margin-bottom: 0;
 }
 
 .op-btn-group-toggle > .btn input[type="radio"],
 .op-btn-group-toggle > .btn input[type="checkbox"],
 .op-btn-group-toggle > .btn-group > .btn input[type="radio"],
 .op-btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
     position: absolute;
     clip: rect(0, 0, 0, 0);
     pointer-events: none;
 }
 
 .op-input-group {
     position: relative;
     display: -ms-flexbox;
     display: flex;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
     -ms-flex-align: stretch;
     align-items: stretch;
     width: 100%;
 }
 
 .op-input-group > .op-form-control,
 .op-input-group > .op-form-control-plaintext,
 .op-input-group > .op-custom-select,
 .op-input-group > .custom-file {
     position: relative;
     -ms-flex: 1 1 auto;
     flex: 1 1 auto;
     width: 1%;
     min-width: 0;
     margin-bottom: 0;
 }
 
 .op-input-group > .op-form-control + .op-form-control,
 .op-input-group > .op-form-control + .op-custom-select,
 .op-input-group > .op-form-control + .custom-file,
 .op-input-group > .op-form-control-plaintext + .op-form-control,
 .op-input-group > .op-form-control-plaintext + .op-custom-select,
 .op-input-group > .op-form-control-plaintext + .custom-file,
 .op-input-group > .op-custom-select + .op-form-control,
 .op-input-group > .op-custom-select + .op-custom-select,
 .op-input-group > .op-custom-select + .custom-file,
 .op-input-group > .custom-file + .op-form-control,
 .op-input-group > .custom-file + .op-custom-select,
 .op-input-group > .custom-file + .custom-file {
     margin-left: -1px;
 }
 
 .op-input-group > .op-form-control:focus,
 .op-input-group > .op-custom-select:focus,
 .op-input-group > .custom-file .op-custom-file-input:focus ~ .op-custom-file-label {
     z-index: 3;
 }
 
 .op-input-group > .custom-file .op-custom-file-input:focus {
     z-index: 4;
 }
 
 .op-input-group > .op-form-control:not(:first-child),
 .op-input-group > .op-custom-select:not(:first-child) {
     border-top-left-radius: 0;
     border-bottom-left-radius: 0;
 }
 
 .op-input-group > .custom-file {
     display: -ms-flexbox;
     display: flex;
     -ms-flex-align: center;
     align-items: center;
 }
 
 .op-input-group > .custom-file:not(:last-child) .op-custom-file-label,
 .op-input-group > .custom-file:not(:first-child) .op-custom-file-label {
     border-top-left-radius: 0;
     border-bottom-left-radius: 0;
 }
 
 .op-input-group:not(.has-validation) > .op-form-control:not(:last-child),
 .op-input-group:not(.has-validation) > .op-custom-select:not(:last-child),
 .op-input-group:not(.has-validation) > .custom-file:not(:last-child) .op-custom-file-label::after {
     border-top-right-radius: 0;
     border-bottom-right-radius: 0;
 }
 
 .op-input-group.has-validation > .op-form-control:nth-last-child(n + 3),
 .op-input-group.has-validation > .op-custom-select:nth-last-child(n + 3),
 .op-input-group.has-validation > .custom-file:nth-last-child(n + 3) .op-custom-file-label::after {
     border-top-right-radius: 0;
     border-bottom-right-radius: 0;
 }
 
 .op-input-group-prepend,
 .op-input-group-append {
     display: -ms-flexbox;
     display: flex;
 }
 
 .op-input-group-prepend .btn,
 .op-input-group-append .btn {
     position: relative;
     z-index: 2;
 }
 
 .op-input-group-prepend .btn:focus,
 .op-input-group-append .btn:focus {
     z-index: 3;
 }
 
 .op-input-group-prepend .btn + .btn,
 .op-input-group-prepend .btn + .input-group-text,
 .op-input-group-prepend .input-group-text + .input-group-text,
 .op-input-group-prepend .input-group-text + .btn,
 .op-input-group-append .btn + .btn,
 .op-input-group-append .btn + .input-group-text,
 .op-input-group-append .input-group-text + .input-group-text,
 .op-input-group-append .input-group-text + .btn {
     margin-left: -1px;
 }
 
 .op-input-group-prepend {
     margin-right: -1px;
 }
 
 .op-input-group-append {
     margin-left: -1px;
 }
 
 .op-input-group-text {
     display: -ms-flexbox;
     display: flex;
     -ms-flex-align: center;
     align-items: center;
     padding: 0.375rem 0.75rem;
     margin-bottom: 0;
     font-size: 1rem;
     font-weight: 400;
     line-height: 1.5;
     color: #495057;
     text-align: center;
     white-space: nowrap;
     background-color: #e9ecef;
     border: 1px solid #ced4da;
     border-radius: 0.25rem;
 }
 
 .op-input-group-text input[type="radio"],
 .op-input-group-text input[type="checkbox"] {
     margin-top: 0;
 }
 
 .op-input-group-lg > .op-form-control:not(textarea),
 .op-input-group-lg > .op-custom-select {
     height: calc(1.5em + 1rem + 2px);
 }
 
 .op-input-group-lg > .op-form-control,
 .op-input-group-lg > .op-custom-select,
 .op-input-group-lg > .input-group-prepend > .input-group-text,
 .op-input-group-lg > .input-group-append > .input-group-text,
 .op-input-group-lg > .input-group-prepend > .btn,
 .op-input-group-lg > .input-group-append > .btn {
     padding: 0.5rem 1rem;
     font-size: 1.25rem;
     line-height: 1.5;
     border-radius: 0.3rem;
 }
 
 .op-input-group-sm > .op-form-control:not(textarea),
 .op-input-group-sm > .op-custom-select {
     height: calc(1.5em + 0.5rem + 2px);
 }
 
 .op-input-group-sm > .op-form-control,
 .op-input-group-sm > .op-custom-select,
 .op-input-group-sm > .input-group-prepend > .input-group-text,
 .op-input-group-sm > .input-group-append > .input-group-text,
 .op-input-group-sm > .input-group-prepend > .btn,
 .op-input-group-sm > .input-group-append > .btn {
     padding: 0.25rem 0.5rem;
     font-size: 0.875rem;
     line-height: 1.5;
     border-radius: 0.2rem;
 }
 
 .op-input-group-lg > .op-custom-select,
 .op-input-group-sm > .op-custom-select {
     padding-right: 1.75rem;
 }
 
 .op-input-group > .input-group-prepend > .btn,
 .op-input-group > .input-group-prepend > .input-group-text,
 .op-input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
 .op-input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
 .op-input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .btn,
 .op-input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .input-group-text,
 .op-input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
 .op-input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
     border-top-right-radius: 0;
     border-bottom-right-radius: 0;
 }
 
 .op-input-group > .input-group-append > .btn,
 .op-input-group > .input-group-append > .input-group-text,
 .op-input-group > .input-group-prepend:not(:first-child) > .btn,
 .op-input-group > .input-group-prepend:not(:first-child) > .input-group-text,
 .op-input-group > .input-group-prepend:first-child > .btn:not(:first-child),
 .op-input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
     border-top-left-radius: 0;
     border-bottom-left-radius: 0;
 }
 
 .op-custom-control {
     position: relative;
     z-index: 1;
     display: block;
     min-height: 1.5rem;
     padding-left: 1.5rem;
     -webkit-print-color-adjust: exact;
     color-adjust: exact;
 }
 
 .op-custom-control-inline {
     display: -ms-inline-flexbox;
     display: inline-flex;
     margin-right: 1rem;
 }
 
 .op-custom-control-input {
     position: absolute;
     left: 0;
     z-index: -1;
     width: 1rem;
     height: 1.25rem;
     opacity: 0;
 }
 
 .op-custom-control-input:checked ~ .op-custom-control-label::before {
     color: #fff;
     border-color: #007bff;
     background-color: #007bff;
 }
 
 .op-custom-control-input:focus ~ .op-custom-control-label::before {
     box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
 }
 
 .op-custom-control-input:focus:not(:checked) ~ .op-custom-control-label::before {
     border-color: #80bdff;
 }
 
 .op-custom-control-input:not(:disabled):active ~ .op-custom-control-label::before {
     color: #fff;
     background-color: #b3d7ff;
     border-color: #b3d7ff;
 }
 
 .op-custom-control-input[disabled] ~ .op-custom-control-label, .op-custom-control-input:disabled ~ .op-custom-control-label {
     color: #6c757d;
 }
 
 .op-custom-control-input[disabled] ~ .op-custom-control-label::before, .op-custom-control-input:disabled ~ .op-custom-control-label::before {
     background-color: #e9ecef;
 }
 
 .op-custom-control-label {
     position: relative;
     margin-bottom: 0;
     vertical-align: top;
 }
 
 .op-custom-control-label::before {
     position: absolute;
     top: 0.25rem;
     left: -1.5rem;
     display: block;
     width: 1rem;
     height: 1rem;
     pointer-events: none;
     content: "";
     background-color: #fff;
     border: #adb5bd solid 1px;
 }
 
 .op-custom-control-label::after {
     position: absolute;
     top: 0.25rem;
     left: -1.5rem;
     display: block;
     width: 1rem;
     height: 1rem;
     content: "";
     background: 50% / 50% 50% no-repeat;
 }
 
 .op-custom-checkbox .op-custom-control-label::before {
     border-radius: 0.25rem;
 }
 
 .op-custom-checkbox .custom-control-input:checked ~ .op-custom-control-label::after {
     background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
 }
 
 .op-custom-checkbox .custom-control-input:indeterminate ~ .op-custom-control-label::before {
     border-color: #007bff;
     background-color: #007bff;
 }
 
 .op-custom-checkbox .custom-control-input:indeterminate ~ .op-custom-control-label::after {
     background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
 }
 
 .op-custom-checkbox .custom-control-input:disabled:checked ~ .op-custom-control-label::before {
     background-color: rgba(0, 123, 255, 0.5);
 }
 
 .op-custom-checkbox .custom-control-input:disabled:indeterminate ~ .op-custom-control-label::before {
     background-color: rgba(0, 123, 255, 0.5);
 }
 
 .op-custom-radio .op-custom-control-label::before {
     border-radius: 50%;
 }
 
 .op-custom-radio .custom-control-input:checked ~ .op-custom-control-label::after {
     background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
 }
 
 .op-custom-radio .custom-control-input:disabled:checked ~ .op-custom-control-label::before {
     background-color: rgba(0, 123, 255, 0.5);
 }
 
 .op-custom-switch {
     padding-left: 2.25rem;
 }
 
 .op-custom-switch .op-custom-control-label::before {
     left: -2.25rem;
     width: 1.75rem;
     pointer-events: all;
     border-radius: 0.5rem;
 }
 
 .op-custom-switch .op-custom-control-label::after {
     top: calc(0.25rem + 2px);
     left: calc(-2.25rem + 2px);
     width: calc(1rem - 4px);
     height: calc(1rem - 4px);
     background-color: #adb5bd;
     border-radius: 0.5rem;
     transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
     transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
     transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
 }
 
 @media (prefers-reduced-motion: reduce) {
     .op-custom-switch .op-custom-control-label::after {
         transition: none;
     }
 }
 
 .op-custom-switch .custom-control-input:checked ~ .op-custom-control-label::after {
     background-color: #fff;
     -webkit-transform: translateX(0.75rem);
     transform: translateX(0.75rem);
 }
 
 .op-custom-switch .custom-control-input:disabled:checked ~ .op-custom-control-label::before {
     background-color: rgba(0, 123, 255, 0.5);
 }
 
 .op-custom-select {
     display: inline-block;
     width: 100%;
     height: calc(1.5em + 0.75rem + 2px);
     padding: 0.375rem 1.75rem 0.375rem 0.75rem;
     font-size: 1rem;
     font-weight: 400;
     line-height: 1.5;
     color: #495057;
     vertical-align: middle;
     background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
     border: 1px solid #ced4da;
     border-radius: 0.25rem;
     -webkit-appearance: none;
     -moz-appearance: none;
     appearance: none;
 }
 
 .op-custom-select:focus {
     border-color: #80bdff;
     outline: 0;
     box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
 }
 
 .op-custom-select:focus::-ms-value {
     color: #495057;
     background-color: #fff;
 }
 
 .op-custom-select[multiple], .op-custom-select[size]:not([size="1"]) {
     height: auto;
     padding-right: 0.75rem;
     background-image: none;
 }
 
 .op-custom-select:disabled {
     color: #6c757d;
     background-color: #e9ecef;
 }
 
 .op-custom-select::-ms-expand {
     display: none;
 }
 
 .op-custom-select:-moz-focusring {
     color: transparent;
     text-shadow: 0 0 0 #495057;
 }
 
 .op-custom-select-sm {
     height: calc(1.5em + 0.5rem + 2px);
     padding-top: 0.25rem;
     padding-bottom: 0.25rem;
     padding-left: 0.5rem;
     font-size: 0.875rem;
 }
 
 .op-custom-select-lg {
     height: calc(1.5em + 1rem + 2px);
     padding-top: 0.5rem;
     padding-bottom: 0.5rem;
     padding-left: 1rem;
     font-size: 1.25rem;
 }
 
 .op-custom-file {
     position: relative;
     display: inline-block;
     width: 100%;
     height: calc(1.5em + 0.75rem + 2px);
     margin-bottom: 0;
 }
 
 .op-custom-file-input {
     position: relative;
     z-index: 2;
     width: 100%;
     height: calc(1.5em + 0.75rem + 2px);
     margin: 0;
     overflow: hidden;
     opacity: 0;
 }
 
 .op-custom-file-input:focus ~ .op-custom-file-label {
     border-color: #80bdff;
     box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
 }
 
 .op-custom-file-input[disabled] ~ .op-custom-file-label,
 .op-custom-file-input:disabled ~ .op-custom-file-label {
     background-color: #e9ecef;
 }
 
 .op-custom-file-input:lang(en) ~ .op-custom-file-label::after {
     content: "Browse";
 }
 
 .op-custom-file-input ~ .op-custom-file-label[data-browse]::after {
     content: attr(data-browse);
 }
 
 .op-custom-file-label {
     position: absolute;
     top: 0;
     right: 0;
     left: 0;
     z-index: 1;
     height: calc(1.5em + 0.75rem + 2px);
     padding: 0.375rem 0.75rem;
     overflow: hidden;
     font-weight: 400;
     line-height: 1.5;
     color: #495057;
     background-color: #fff;
     border: 1px solid #ced4da;
     border-radius: 0.25rem;
 }
 
 .op-custom-file-label::after {
     position: absolute;
     top: 0;
     right: 0;
     bottom: 0;
     z-index: 3;
     display: block;
     height: calc(1.5em + 0.75rem);
     padding: 0.375rem 0.75rem;
     line-height: 1.5;
     color: #495057;
     content: "Browse";
     background-color: #e9ecef;
     border-left: inherit;
     border-radius: 0 0.25rem 0.25rem 0;
 }
 
 .op-custom-range {
     width: 100%;
     height: 1.4rem;
     padding: 0;
     background-color: transparent;
     -webkit-appearance: none;
     -moz-appearance: none;
     appearance: none;
 }
 
 .op-custom-range:focus {
     outline: 0;
 }
 
 .op-custom-range:focus::-webkit-slider-thumb {
     box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
 }
 
 .op-custom-range:focus::-moz-range-thumb {
     box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
 }
 
 .op-custom-range:focus::-ms-thumb {
     box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
 }
 
 .op-custom-range::-moz-focus-outer {
     border: 0;
 }
 
 .op-custom-range::-webkit-slider-thumb {
     width: 1rem;
     height: 1rem;
     margin-top: -0.25rem;
     background-color: #007bff;
     border: 0;
     border-radius: 1rem;
     -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
     transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
     -webkit-appearance: none;
     appearance: none;
 }
 
 @media (prefers-reduced-motion: reduce) {
     .op-custom-range::-webkit-slider-thumb {
         -webkit-transition: none;
         transition: none;
     }
 }
 
 .op-custom-range::-webkit-slider-thumb:active {
     background-color: #b3d7ff;
 }
 
 .op-custom-range::-webkit-slider-runnable-track {
     width: 100%;
     height: 0.5rem;
     color: transparent;
     cursor: pointer;
     background-color: #dee2e6;
     border-color: transparent;
     border-radius: 1rem;
 }
 
 .op-custom-range::-moz-range-thumb {
     width: 1rem;
     height: 1rem;
     background-color: #007bff;
     border: 0;
     border-radius: 1rem;
     -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
     transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
     -moz-appearance: none;
     appearance: none;
 }
 
 @media (prefers-reduced-motion: reduce) {
     .op-custom-range::-moz-range-thumb {
         -moz-transition: none;
         transition: none;
     }
 }
 
 .op-custom-range::-moz-range-thumb:active {
     background-color: #b3d7ff;
 }
 
 .op-custom-range::-moz-range-track {
     width: 100%;
     height: 0.5rem;
     color: transparent;
     cursor: pointer;
     background-color: #dee2e6;
     border-color: transparent;
     border-radius: 1rem;
 }
 
 .op-custom-range::-ms-thumb {
     width: 1rem;
     height: 1rem;
     margin-top: 0;
     margin-right: 0.2rem;
     margin-left: 0.2rem;
     background-color: #007bff;
     border: 0;
     border-radius: 1rem;
     -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
     transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
     appearance: none;
 }
 
 @media (prefers-reduced-motion: reduce) {
     .op-custom-range::-ms-thumb {
         -ms-transition: none;
         transition: none;
     }
 }
 
 .op-custom-range::-ms-thumb:active {
     background-color: #b3d7ff;
 }
 
 .op-custom-range::-ms-track {
     width: 100%;
     height: 0.5rem;
     color: transparent;
     cursor: pointer;
     background-color: transparent;
     border-color: transparent;
     border-width: 0.5rem;
 }
 
 .op-custom-range::-ms-fill-lower {
     background-color: #dee2e6;
     border-radius: 1rem;
 }
 
 .op-custom-range::-ms-fill-upper {
     margin-right: 15px;
     background-color: #dee2e6;
     border-radius: 1rem;
 }
 
 .op-custom-range:disabled::-webkit-slider-thumb {
     background-color: #adb5bd;
 }
 
 .op-custom-range:disabled::-webkit-slider-runnable-track {
     cursor: default;
 }
 
 .op-custom-range:disabled::-moz-range-thumb {
     background-color: #adb5bd;
 }
 
 .op-custom-range:disabled::-moz-range-track {
     cursor: default;
 }
 
 .op-custom-range:disabled::-ms-thumb {
     background-color: #adb5bd;
 }
 
 .op-custom-control-label::before,
 .op-custom-file-label,
 .op-custom-select {
     transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
 }
 
 @media (prefers-reduced-motion: reduce) {
     .op-custom-control-label::before,
   .op-custom-file-label,
   .op-custom-select {
         transition: none;
     }
 }
 
 .op-nav {
     display: -ms-flexbox;
     display: flex;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
     padding-left: 0;
     margin-bottom: 0;
     list-style: none;
 }
 
 .op-nav-link {
     display: block;
     padding: 0.5rem 1rem;
 }
 
 .op-nav-link:hover, .op-nav-link:focus {
     text-decoration: none;
 }
 
 .op-nav-link.disabled {
     color: #6c757d;
     pointer-events: none;
     cursor: default;
 }
 
 .op-nav-tabs {
     border-bottom: 1px solid #dee2e6;
 }
 
 .op-nav-tabs .op-nav-link {
     margin-bottom: -1px;
     border: 1px solid transparent;
     border-top-left-radius: 0.25rem;
     border-top-right-radius: 0.25rem;
 }
 
 .op-nav-tabs .op-nav-link:hover, .op-nav-tabs .op-nav-link:focus {
     border-color: #e9ecef #e9ecef #dee2e6;
 }
 
 .op-nav-tabs .op-nav-link.disabled {
     color: #6c757d;
     background-color: transparent;
     border-color: transparent;
 }
 
 .op-nav-tabs .op-nav-link.active,
 .op-nav-tabs .op-nav-item.show .op-nav-link {
     color: #495057;
     background-color: #fff;
     border-color: #dee2e6 #dee2e6 #fff;
 }
 
 .op-nav-tabs .op-dropdown-menu {
     margin-top: -1px;
     border-top-left-radius: 0;
     border-top-right-radius: 0;
 }
 
 .op-nav-pills .op-nav-link {
     border-radius: 0.25rem;
 }
 
 .op-nav-pills .op-nav-link.active,
 .op-nav-pills .show > .op-nav-link {
     color: #fff;
     background-color: #007bff;
 }
 
 .op-nav-fill > .op-nav-link,
 .op-nav-fill .op-nav-item {
     -ms-flex: 1 1 auto;
     flex: 1 1 auto;
     text-align: center;
 }
 
 .op-nav-justified > .op-nav-link,
 .op-nav-justified .op-nav-item {
     -ms-flex-preferred-size: 0;
     flex-basis: 0;
     -ms-flex-positive: 1;
     flex-grow: 1;
     text-align: center;
 }
 
 .op-tab-content > .tab-pane {
     display: none;
 }
 
 .op-tab-content > .active {
     display: block;
 }
 
 .op-navbar {
     position: relative;
     display: -ms-flexbox;
     display: flex;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
     -ms-flex-align: center;
     align-items: center;
     -ms-flex-pack: justify;
     justify-content: space-between;
     padding: 0.5rem 1rem;
 }
 
 .op-navbar .op-container,
 .op-navbar .op-container-fluid, .op-navbar .op-container-sm, .op-navbar .op-container-md, .op-navbar .op-container-lg, .op-navbar .op-container-xl {
     display: -ms-flexbox;
     display: flex;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
     -ms-flex-align: center;
     align-items: center;
     -ms-flex-pack: justify;
     justify-content: space-between;
 }
 
 .op-navbar-brand {
     display: inline-block;
     padding-top: 0.3125rem;
     padding-bottom: 0.3125rem;
     margin-right: 1rem;
     font-size: 1.25rem;
     line-height: inherit;
     white-space: nowrap;
 }
 
 .op-navbar-brand:hover, .op-navbar-brand:focus {
     text-decoration: none;
 }
 
 .op-navbar-nav {
     display: -ms-flexbox;
     display: flex;
     -ms-flex-direction: column;
     flex-direction: column;
     padding-left: 0;
     margin-bottom: 0;
     list-style: none;
 }
 
 .op-navbar-nav .op-nav-link {
     padding-right: 0;
     padding-left: 0;
 }
 
 .op-navbar-nav .op-dropdown-menu {
     position: static;
     float: none;
 }
 
 .op-navbar-text {
     display: inline-block;
     padding-top: 0.5rem;
     padding-bottom: 0.5rem;
 }
 
 .op-navbar-collapse {
     -ms-flex-preferred-size: 100%;
     flex-basis: 100%;
     -ms-flex-positive: 1;
     flex-grow: 1;
     -ms-flex-align: center;
     align-items: center;
 }
 
 .op-navbar-toggler {
     padding: 0.25rem 0.75rem;
     font-size: 1.25rem;
     line-height: 1;
     background-color: transparent;
     border: 1px solid transparent;
     border-radius: 0.25rem;
 }
 
 .op-navbar-toggler:hover, .op-navbar-toggler:focus {
     text-decoration: none;
 }
 
 .op-navbar-toggler-icon {
     display: inline-block;
     width: 1.5em;
     height: 1.5em;
     vertical-align: middle;
     content: "";
     background: 50% / 100% 100% no-repeat;
 }
 
 .op-navbar-nav-scroll {
     max-height: 75vh;
     overflow-y: auto;
 }
 
 @media (max-width: 575.98px) {
     .op-navbar-expand-sm > .op-container,
   .op-navbar-expand-sm > .op-container-fluid, .op-navbar-expand-sm > .op-container-sm, .op-navbar-expand-sm > .op-container-md, .op-navbar-expand-sm > .op-container-lg, .op-navbar-expand-sm > .op-container-xl {
         padding-right: 0;
         padding-left: 0;
     }
 }
 
 @media (min-width: 576px) {
     .op-navbar-expand-sm {
         -ms-flex-flow: row nowrap;
         flex-flow: row nowrap;
         -ms-flex-pack: start;
         justify-content: flex-start;
     }
 
     .op-navbar-expand-sm .op-navbar-nav {
         -ms-flex-direction: row;
         flex-direction: row;
     }
 
     .op-navbar-expand-sm .op-navbar-nav .op-dropdown-menu {
         position: absolute;
     }
 
     .op-navbar-expand-sm .op-navbar-nav .op-nav-link {
         padding-right: 0.5rem;
         padding-left: 0.5rem;
     }
 
     .op-navbar-expand-sm > .op-container,
   .op-navbar-expand-sm > .op-container-fluid, .op-navbar-expand-sm > .op-container-sm, .op-navbar-expand-sm > .op-container-md, .op-navbar-expand-sm > .op-container-lg, .op-navbar-expand-sm > .op-container-xl {
         -ms-flex-wrap: nowrap;
         flex-wrap: nowrap;
     }
 
     .op-navbar-expand-sm .op-navbar-nav-scroll {
         overflow: visible;
     }
 
     .op-navbar-expand-sm .op-navbar-collapse {
         display: -ms-flexbox !important;
         display: flex !important;
         -ms-flex-preferred-size: auto;
         flex-basis: auto;
     }
 
     .op-navbar-expand-sm .op-navbar-toggler {
         display: none;
     }
 }
 
 @media (max-width: 767.98px) {
     .op-navbar-expand-md > .op-container,
   .op-navbar-expand-md > .op-container-fluid, .op-navbar-expand-md > .op-container-sm, .op-navbar-expand-md > .op-container-md, .op-navbar-expand-md > .op-container-lg, .op-navbar-expand-md > .op-container-xl {
         padding-right: 0;
         padding-left: 0;
     }
 }
 
 @media (min-width: 768px) {
     .op-navbar-expand-md {
         -ms-flex-flow: row nowrap;
         flex-flow: row nowrap;
         -ms-flex-pack: start;
         justify-content: flex-start;
     }
 
     .op-navbar-expand-md .op-navbar-nav {
         -ms-flex-direction: row;
         flex-direction: row;
     }
 
     .op-navbar-expand-md .op-navbar-nav .op-dropdown-menu {
         position: absolute;
     }
 
     .op-navbar-expand-md .op-navbar-nav .op-nav-link {
         padding-right: 0.5rem;
         padding-left: 0.5rem;
     }
 
     .op-navbar-expand-md > .op-container,
   .op-navbar-expand-md > .op-container-fluid, .op-navbar-expand-md > .op-container-sm, .op-navbar-expand-md > .op-container-md, .op-navbar-expand-md > .op-container-lg, .op-navbar-expand-md > .op-container-xl {
         -ms-flex-wrap: nowrap;
         flex-wrap: nowrap;
     }
 
     .op-navbar-expand-md .op-navbar-nav-scroll {
         overflow: visible;
     }
 
     .op-navbar-expand-md .op-navbar-collapse {
         display: -ms-flexbox !important;
         display: flex !important;
         -ms-flex-preferred-size: auto;
         flex-basis: auto;
     }
 
     .op-navbar-expand-md .op-navbar-toggler {
         display: none;
     }
 }
 
 @media (max-width: 991.98px) {
     .op-navbar-expand-lg > .op-container,
   .op-navbar-expand-lg > .op-container-fluid, .op-navbar-expand-lg > .op-container-sm, .op-navbar-expand-lg > .op-container-md, .op-navbar-expand-lg > .op-container-lg, .op-navbar-expand-lg > .op-container-xl {
         padding-right: 0;
         padding-left: 0;
     }
 }
 
 @media (min-width: 992px) {
     .op-navbar-expand-lg {
         -ms-flex-flow: row nowrap;
         flex-flow: row nowrap;
         -ms-flex-pack: start;
         justify-content: flex-start;
     }
 
     .op-navbar-expand-lg .op-navbar-nav {
         -ms-flex-direction: row;
         flex-direction: row;
     }
 
     .op-navbar-expand-lg .op-navbar-nav .op-dropdown-menu {
         position: absolute;
     }
 
     .op-navbar-expand-lg .op-navbar-nav .op-nav-link {
         padding-right: 0.5rem;
         padding-left: 0.5rem;
     }
 
     .op-navbar-expand-lg > .op-container,
   .op-navbar-expand-lg > .op-container-fluid, .op-navbar-expand-lg > .op-container-sm, .op-navbar-expand-lg > .op-container-md, .op-navbar-expand-lg > .op-container-lg, .op-navbar-expand-lg > .op-container-xl {
         -ms-flex-wrap: nowrap;
         flex-wrap: nowrap;
     }
 
     .op-navbar-expand-lg .op-navbar-nav-scroll {
         overflow: visible;
     }
 
     .op-navbar-expand-lg .op-navbar-collapse {
         display: -ms-flexbox !important;
         display: flex !important;
         -ms-flex-preferred-size: auto;
         flex-basis: auto;
     }
 
     .op-navbar-expand-lg .op-navbar-toggler {
         display: none;
     }
 }
 
 @media (max-width: 1199.98px) {
     .op-navbar-expand-xl > .op-container,
   .op-navbar-expand-xl > .op-container-fluid, .op-navbar-expand-xl > .op-container-sm, .op-navbar-expand-xl > .op-container-md, .op-navbar-expand-xl > .op-container-lg, .op-navbar-expand-xl > .op-container-xl {
         padding-right: 0;
         padding-left: 0;
     }
 }
 
 @media (min-width: 1200px) {
     .op-navbar-expand-xl {
         -ms-flex-flow: row nowrap;
         flex-flow: row nowrap;
         -ms-flex-pack: start;
         justify-content: flex-start;
     }
 
     .op-navbar-expand-xl .op-navbar-nav {
         -ms-flex-direction: row;
         flex-direction: row;
     }
 
     .op-navbar-expand-xl .op-navbar-nav .op-dropdown-menu {
         position: absolute;
     }
 
     .op-navbar-expand-xl .op-navbar-nav .op-nav-link {
         padding-right: 0.5rem;
         padding-left: 0.5rem;
     }
 
     .op-navbar-expand-xl > .op-container,
   .op-navbar-expand-xl > .op-container-fluid, .op-navbar-expand-xl > .op-container-sm, .op-navbar-expand-xl > .op-container-md, .op-navbar-expand-xl > .op-container-lg, .op-navbar-expand-xl > .op-container-xl {
         -ms-flex-wrap: nowrap;
         flex-wrap: nowrap;
     }
 
     .op-navbar-expand-xl .op-navbar-nav-scroll {
         overflow: visible;
     }
 
     .op-navbar-expand-xl .op-navbar-collapse {
         display: -ms-flexbox !important;
         display: flex !important;
         -ms-flex-preferred-size: auto;
         flex-basis: auto;
     }
 
     .op-navbar-expand-xl .op-navbar-toggler {
         display: none;
     }
 }
 
 .op-navbar-expand {
     -ms-flex-flow: row nowrap;
     flex-flow: row nowrap;
     -ms-flex-pack: start;
     justify-content: flex-start;
 }
 
 .op-navbar-expand > .op-container,
 .op-navbar-expand > .op-container-fluid, .op-navbar-expand > .op-container-sm, .op-navbar-expand > .op-container-md, .op-navbar-expand > .op-container-lg, .op-navbar-expand > .op-container-xl {
     padding-right: 0;
     padding-left: 0;
 }
 
 .op-navbar-expand .op-navbar-nav {
     -ms-flex-direction: row;
     flex-direction: row;
 }
 
 .op-navbar-expand .op-navbar-nav .op-dropdown-menu {
     position: absolute;
 }
 
 .op-navbar-expand .op-navbar-nav .op-nav-link {
     padding-right: 0.5rem;
     padding-left: 0.5rem;
 }
 
 .op-navbar-expand > .op-container,
 .op-navbar-expand > .op-container-fluid, .op-navbar-expand > .op-container-sm, .op-navbar-expand > .op-container-md, .op-navbar-expand > .op-container-lg, .op-navbar-expand > .op-container-xl {
     -ms-flex-wrap: nowrap;
     flex-wrap: nowrap;
 }
 
 .op-navbar-expand .op-navbar-nav-scroll {
     overflow: visible;
 }
 
 .op-navbar-expand .op-navbar-collapse {
     display: -ms-flexbox !important;
     display: flex !important;
     -ms-flex-preferred-size: auto;
     flex-basis: auto;
 }
 
 .op-navbar-expand .op-navbar-toggler {
     display: none;
 }
 
 .op-navbar-light .op-navbar-brand {
     color: rgba(0, 0, 0, 0.9);
 }
 
 .op-navbar-light .op-navbar-brand:hover, .op-navbar-light .op-navbar-brand:focus {
     color: rgba(0, 0, 0, 0.9);
 }
 
 .op-navbar-light .op-navbar-nav .op-nav-link {
     color: rgba(0, 0, 0, 0.5);
 }
 
 .op-navbar-light .op-navbar-nav .op-nav-link:hover, .op-navbar-light .op-navbar-nav .op-nav-link:focus {
     color: rgba(0, 0, 0, 0.7);
 }
 
 .op-navbar-light .op-navbar-nav .op-nav-link.disabled {
     color: rgba(0, 0, 0, 0.3);
 }
 
 .op-navbar-light .op-navbar-nav .show > .op-nav-link,
 .op-navbar-light .op-navbar-nav .active > .op-nav-link,
 .op-navbar-light .op-navbar-nav .op-nav-link.show,
 .op-navbar-light .op-navbar-nav .op-nav-link.active {
     color: rgba(0, 0, 0, 0.9);
 }
 
 .op-navbar-light .op-navbar-toggler {
     color: rgba(0, 0, 0, 0.5);
     border-color: rgba(0, 0, 0, 0.1);
 }
 
 .op-navbar-light .op-navbar-toggler-icon {
     background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
 }
 
 .op-navbar-light .op-navbar-text {
     color: rgba(0, 0, 0, 0.5);
 }
 
 .op-navbar-light .op-navbar-text a {
     color: rgba(0, 0, 0, 0.9);
 }
 
 .op-navbar-light .op-navbar-text a:hover, .op-navbar-light .op-navbar-text a:focus {
     color: rgba(0, 0, 0, 0.9);
 }
 
 .op-navbar-dark .op-navbar-brand {
     color: #fff;
 }
 
 .op-navbar-dark .op-navbar-brand:hover, .op-navbar-dark .op-navbar-brand:focus {
     color: #fff;
 }
 
 .op-navbar-dark .op-navbar-nav .op-nav-link {
     color: rgba(255, 255, 255, 0.5);
 }
 
 .op-navbar-dark .op-navbar-nav .op-nav-link:hover, .op-navbar-dark .op-navbar-nav .op-nav-link:focus {
     color: rgba(255, 255, 255, 0.75);
 }
 
 .op-navbar-dark .op-navbar-nav .op-nav-link.disabled {
     color: rgba(255, 255, 255, 0.25);
 }
 
 .op-navbar-dark .op-navbar-nav .show > .op-nav-link,
 .op-navbar-dark .op-navbar-nav .active > .op-nav-link,
 .op-navbar-dark .op-navbar-nav .op-nav-link.show,
 .op-navbar-dark .op-navbar-nav .op-nav-link.active {
     color: #fff;
 }
 
 .op-navbar-dark .op-navbar-toggler {
     color: rgba(255, 255, 255, 0.5);
     border-color: rgba(255, 255, 255, 0.1);
 }
 
 .op-navbar-dark .op-navbar-toggler-icon {
     background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
 }
 
 .op-navbar-dark .op-navbar-text {
     color: rgba(255, 255, 255, 0.5);
 }
 
 .op-navbar-dark .op-navbar-text a {
     color: #fff;
 }
 
 .op-navbar-dark .op-navbar-text a:hover, .op-navbar-dark .op-navbar-text a:focus {
     color: #fff;
 }
 
 .op-card {
     position: relative;
     display: -ms-flexbox;
     display: flex;
     -ms-flex-direction: column;
     flex-direction: column;
     min-width: 0;
     word-wrap: break-word;
     background-color: #fff;
     background-clip: border-box;
     border: 1px solid rgba(0, 0, 0, 0.125);
     border-radius: 0.25rem;
 }
 
 .op-card > hr {
     margin-right: 0;
     margin-left: 0;
 }
 
 .op-card > .op-list-group {
     border-top: inherit;
     border-bottom: inherit;
 }
 
 .op-card > .op-list-group:first-child {
     border-top-width: 0;
     border-top-left-radius: calc(0.25rem - 1px);
     border-top-right-radius: calc(0.25rem - 1px);
 }
 
 .op-card > .op-list-group:last-child {
     border-bottom-width: 0;
     border-bottom-right-radius: calc(0.25rem - 1px);
     border-bottom-left-radius: calc(0.25rem - 1px);
 }
 
 .op-card > .op-card-header + .op-list-group,
 .op-card > .op-list-group + .op-card-footer {
     border-top: 0;
 }
 
 .op-card-body {
     -ms-flex: 1 1 auto;
     flex: 1 1 auto;
     min-height: 1px;
     padding: 1.25rem;
 }
 
 .op-card-title {
     margin-bottom: 0.75rem;
 }
 
 .op-card-subtitle {
     margin-top: -0.375rem;
     margin-bottom: 0;
 }
 
 .op-card-text:last-child {
     margin-bottom: 0;
 }
 
 .op-card-link:hover {
     text-decoration: none;
 }
 
 .op-card-link + .op-card-link {
     margin-left: 1.25rem;
 }
 
 .op-card-header {
     padding: 0.75rem 1.25rem;
     margin-bottom: 0;
     background-color: rgba(0, 0, 0, 0.03);
     border-bottom: 1px solid rgba(0, 0, 0, 0.125);
 }
 
 .op-card-header:first-child {
     border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
 }
 
 .op-card-footer {
     padding: 0.75rem 1.25rem;
     background-color: rgba(0, 0, 0, 0.03);
     border-top: 1px solid rgba(0, 0, 0, 0.125);
 }
 
 .op-card-footer:last-child {
     border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
 }
 
 .op-card-header-tabs {
     margin-right: -0.625rem;
     margin-bottom: -0.75rem;
     margin-left: -0.625rem;
     border-bottom: 0;
 }
 
 .op-card-header-pills {
     margin-right: -0.625rem;
     margin-left: -0.625rem;
 }
 
 .op-card-img-overlay {
     position: absolute;
     top: 0;
     right: 0;
     bottom: 0;
     left: 0;
     padding: 1.25rem;
     border-radius: calc(0.25rem - 1px);
 }
 
 .op-card-img,
 .op-card-img-top,
 .op-card-img-bottom {
     -ms-flex-negative: 0;
     flex-shrink: 0;
     width: 100%;
 }
 
 .op-card-img,
 .op-card-img-top {
     border-top-left-radius: calc(0.25rem - 1px);
     border-top-right-radius: calc(0.25rem - 1px);
 }
 
 .op-card-img,
 .op-card-img-bottom {
     border-bottom-right-radius: calc(0.25rem - 1px);
     border-bottom-left-radius: calc(0.25rem - 1px);
 }
 
 .op-card-deck .op-card {
     margin-bottom: 15px;
 }
 
 @media (min-width: 576px) {
     .op-card-deck {
         display: -ms-flexbox;
         display: flex;
         -ms-flex-flow: row wrap;
         flex-flow: row wrap;
         margin-right: -15px;
         margin-left: -15px;
     }
 
     .op-card-deck .op-card {
         -ms-flex: 1 0 0%;
         flex: 1 0 0%;
         margin-right: 15px;
         margin-bottom: 0;
         margin-left: 15px;
     }
 }
 
 .op-card-group > .op-card {
     margin-bottom: 15px;
 }
 
 @media (min-width: 576px) {
     .op-card-group {
         display: -ms-flexbox;
         display: flex;
         -ms-flex-flow: row wrap;
         flex-flow: row wrap;
     }
 
     .op-card-group > .op-card {
         -ms-flex: 1 0 0%;
         flex: 1 0 0%;
         margin-bottom: 0;
     }
 
     .op-card-group > .op-card + .op-card {
         margin-left: 0;
         border-left: 0;
     }
 
     .op-card-group > .op-card:not(:last-child) {
         border-top-right-radius: 0;
         border-bottom-right-radius: 0;
     }
 
     .op-card-group > .op-card:not(:last-child) .op-card-img-top,
   .op-card-group > .op-card:not(:last-child) .op-card-header {
         border-top-right-radius: 0;
     }
 
     .op-card-group > .op-card:not(:last-child) .op-card-img-bottom,
   .op-card-group > .op-card:not(:last-child) .op-card-footer {
         border-bottom-right-radius: 0;
     }
 
     .op-card-group > .op-card:not(:first-child) {
         border-top-left-radius: 0;
         border-bottom-left-radius: 0;
     }
 
     .op-card-group > .op-card:not(:first-child) .op-card-img-top,
   .op-card-group > .op-card:not(:first-child) .op-card-header {
         border-top-left-radius: 0;
     }
 
     .op-card-group > .op-card:not(:first-child) .op-card-img-bottom,
   .op-card-group > .op-card:not(:first-child) .op-card-footer {
         border-bottom-left-radius: 0;
     }
 }
 
 .op-card-columns .op-card {
     margin-bottom: 0.75rem;
 }
 
 @media (min-width: 576px) {
     .op-card-columns {
         -webkit-column-count: 3;
         -moz-column-count: 3;
         column-count: 3;
         -webkit-column-gap: 1.25rem;
         -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
         orphans: 1;
         widows: 1;
     }
 
     .op-card-columns .op-card {
         display: inline-block;
         width: 100%;
     }
 }
 
 .op-accordion {
     overflow-anchor: none;
 }
 
 .op-accordion > .op-card {
     overflow: hidden;
 }
 
 .op-accordion > .op-card:not(:last-of-type) {
     border-bottom: 0;
     border-bottom-right-radius: 0;
     border-bottom-left-radius: 0;
 }
 
 .op-accordion > .op-card:not(:first-of-type) {
     border-top-left-radius: 0;
     border-top-right-radius: 0;
 }
 
 .op-accordion > .op-card > .op-card-header {
     border-radius: 0;
     margin-bottom: -1px;
 }
 
 .op-breadcrumb {
     display: -ms-flexbox;
     display: flex;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
     padding: 0.75rem 1rem;
     margin-bottom: 1rem;
     list-style: none;
     background-color: #e9ecef;
     border-radius: 0.25rem;
 }
 
 .op-breadcrumb-item + .op-breadcrumb-item {
     padding-left: 0.5rem;
 }
 
 .op-breadcrumb-item + .op-breadcrumb-item::before {
     float: left;
     padding-right: 0.5rem;
     color: #6c757d;
     content: "/";
 }
 
 .op-breadcrumb-item + .op-breadcrumb-item:hover::before {
     text-decoration: underline;
 }
 
 .op-breadcrumb-item + .op-breadcrumb-item:hover::before {
     text-decoration: none;
 }
 
 .op-breadcrumb-item.active {
     color: #6c757d;
 }
 
 .op-pagination {
     display: -ms-flexbox;
     display: flex;
     padding-left: 0;
     list-style: none;
     border-radius: 0.25rem;
 }
 
 .op-page-link {
     position: relative;
     display: block;
     padding: 0.5rem 0.75rem;
     margin-left: -1px;
     line-height: 1.25;
     color: #007bff;
     background-color: #fff;
     border: 1px solid #dee2e6;
 }
 
 .op-page-link:hover {
     z-index: 2;
     color: #0056b3;
     text-decoration: none;
     background-color: #e9ecef;
     border-color: #dee2e6;
 }
 
 .op-page-link:focus {
     z-index: 3;
     outline: 0;
     box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
 }
 
 .op-page-item:first-child .op-page-link {
     margin-left: 0;
     border-top-left-radius: 0.25rem;
     border-bottom-left-radius: 0.25rem;
 }
 
 .op-page-item:last-child .op-page-link {
     border-top-right-radius: 0.25rem;
     border-bottom-right-radius: 0.25rem;
 }
 
 .op-page-item.active .op-page-link {
     z-index: 3;
     color: #fff;
     background-color: #007bff;
     border-color: #007bff;
 }
 
 .op-page-item.disabled .op-page-link {
     color: #6c757d;
     pointer-events: none;
     cursor: auto;
     background-color: #fff;
     border-color: #dee2e6;
 }
 
 .op-pagination-lg .op-page-link {
     padding: 0.75rem 1.5rem;
     font-size: 1.25rem;
     line-height: 1.5;
 }
 
 .op-pagination-lg .op-page-item:first-child .op-page-link {
     border-top-left-radius: 0.3rem;
     border-bottom-left-radius: 0.3rem;
 }
 
 .op-pagination-lg .op-page-item:last-child .op-page-link {
     border-top-right-radius: 0.3rem;
     border-bottom-right-radius: 0.3rem;
 }
 
 .op-pagination-sm .op-page-link {
     padding: 0.25rem 0.5rem;
     font-size: 0.875rem;
     line-height: 1.5;
 }
 
 .op-pagination-sm .op-page-item:first-child .op-page-link {
     border-top-left-radius: 0.2rem;
     border-bottom-left-radius: 0.2rem;
 }
 
 .op-pagination-sm .op-page-item:last-child .op-page-link {
     border-top-right-radius: 0.2rem;
     border-bottom-right-radius: 0.2rem;
 }
 
 .op-badge {
     display: inline-block;
     padding: 0.25em 0.4em;
     font-size: 75%;
     font-weight: 700;
     line-height: 1;
     text-align: center;
     white-space: nowrap;
     vertical-align: baseline;
     border-radius: 0.25rem;
     transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
 }
 
 @media (prefers-reduced-motion: reduce) {
     .op-badge {
         transition: none;
     }
 }
 
 .op a.badge:hover, .op a.badge:focus {
     text-decoration: none;
 }
 
 .op-badge:empty {
     display: none;
 }
 
 .op-btn .badge {
     position: relative;
     top: -1px;
 }
 
 .op-badge-pill {
     padding-right: 0.6em;
     padding-left: 0.6em;
     border-radius: 10rem;
 }
 
 .op-badge-primary {
     color: #fff;
     background-color: #007bff;
 }
 
 .op a.badge-primary:hover, .op a.badge-primary:focus {
     color: #fff;
     background-color: #0062cc;
 }
 
 .op a.badge-primary:focus, .op a.badge-primary.focus {
     outline: 0;
     box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
 }
 
 .op-badge-secondary {
     color: #fff;
     background-color: #6c757d;
 }
 
 .op a.badge-secondary:hover, .op a.badge-secondary:focus {
     color: #fff;
     background-color: #545b62;
 }
 
 .op a.badge-secondary:focus, .op a.badge-secondary.focus {
     outline: 0;
     box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
 }
 
 .op-badge-success {
     color: #fff;
     background-color: #28a745;
 }
 
 .op a.badge-success:hover, .op a.badge-success:focus {
     color: #fff;
     background-color: #1e7e34;
 }
 
 .op a.badge-success:focus, .op a.badge-success.focus {
     outline: 0;
     box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
 }
 
 .op-badge-info {
     color: #fff;
     background-color: #17a2b8;
 }
 
 .op a.badge-info:hover, .op a.badge-info:focus {
     color: #fff;
     background-color: #117a8b;
 }
 
 .op a.badge-info:focus, .op a.badge-info.focus {
     outline: 0;
     box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
 }
 
 .op-badge-warning {
     color: #212529;
     background-color: #ffc107;
 }
 
 .op a.badge-warning:hover, .op a.badge-warning:focus {
     color: #212529;
     background-color: #d39e00;
 }
 
 .op a.badge-warning:focus, .op a.badge-warning.focus {
     outline: 0;
     box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
 }
 
 .op-badge-danger {
     color: #fff;
     background-color: #dc3545;
 }
 
 .op a.badge-danger:hover, .op a.badge-danger:focus {
     color: #fff;
     background-color: #bd2130;
 }
 
 .op a.badge-danger:focus, .op a.badge-danger.focus {
     outline: 0;
     box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
 }
 
 .op-badge-light {
     color: #212529;
     background-color: #f8f9fa;
 }
 
 .op a.badge-light:hover, .op a.badge-light:focus {
     color: #212529;
     background-color: #dae0e5;
 }
 
 .op a.badge-light:focus, .op a.badge-light.focus {
     outline: 0;
     box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
 }
 
 .op-badge-dark {
     color: #fff;
     background-color: #343a40;
 }
 
 .op a.badge-dark:hover, .op a.badge-dark:focus {
     color: #fff;
     background-color: #1d2124;
 }
 
 .op a.badge-dark:focus, .op a.badge-dark.focus {
     outline: 0;
     box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
 }
 
 .op-jumbotron {
     padding: 2rem 1rem;
     margin-bottom: 2rem;
     background-color: #e9ecef;
     border-radius: 0.3rem;
 }
 
 @media (min-width: 576px) {
     .op-jumbotron {
         padding: 4rem 2rem;
     }
 }
 
 .op-jumbotron-fluid {
     padding-right: 0;
     padding-left: 0;
     border-radius: 0;
 }
 
 .op-alert {
     position: relative;
     padding: 0.75rem 1.25rem;
     margin-bottom: 1rem;
     border: 1px solid transparent;
     border-radius: 0.25rem;
 }
 
 .op-alert-heading {
     color: inherit;
 }
 
 .op-alert-link {
     font-weight: 700;
 }
 
 .op-alert-dismissible {
     padding-right: 4rem;
 }
 
 .op-alert-dismissible .close {
     position: absolute;
     top: 0;
     right: 0;
     z-index: 2;
     padding: 0.75rem 1.25rem;
     color: inherit;
 }
 
 .op-alert-primary {
     color: #004085;
     background-color: #cce5ff;
     border-color: #b8daff;
 }
 
 .op-alert-primary hr {
     border-top-color: #9fcdff;
 }
 
 .op-alert-primary .alert-link {
     color: #002752;
 }
 
 .op-alert-secondary {
     color: #383d41;
     background-color: #e2e3e5;
     border-color: #d6d8db;
 }
 
 .op-alert-secondary hr {
     border-top-color: #c8cbcf;
 }
 
 .op-alert-secondary .alert-link {
     color: #202326;
 }
 
 .op-alert-success {
     color: #155724;
     background-color: #d4edda;
     border-color: #c3e6cb;
 }
 
 .op-alert-success hr {
     border-top-color: #b1dfbb;
 }
 
 .op-alert-success .alert-link {
     color: #0b2e13;
 }
 
 .op-alert-info {
     color: #0c5460;
     background-color: #d1ecf1;
     border-color: #bee5eb;
 }
 
 .op-alert-info hr {
     border-top-color: #abdde5;
 }
 
 .op-alert-info .alert-link {
     color: #062c33;
 }
 
 .op-alert-warning {
     color: #856404;
     background-color: #fff3cd;
     border-color: #ffeeba;
 }
 
 .op-alert-warning hr {
     border-top-color: #ffe8a1;
 }
 
 .op-alert-warning .alert-link {
     color: #533f03;
 }
 
 .op-alert-danger {
     color: #721c24;
     background-color: #f8d7da;
     border-color: #f5c6cb;
 }
 
 .op-alert-danger hr {
     border-top-color: #f1b0b7;
 }
 
 .op-alert-danger .alert-link {
     color: #491217;
 }
 
 .op-alert-light {
     color: #818182;
     background-color: #fefefe;
     border-color: #fdfdfe;
 }
 
 .op-alert-light hr {
     border-top-color: #ececf6;
 }
 
 .op-alert-light .alert-link {
     color: #686868;
 }
 
 .op-alert-dark {
     color: #1b1e21;
     background-color: #d6d8d9;
     border-color: #c6c8ca;
 }
 
 .op-alert-dark hr {
     border-top-color: #b9bbbe;
 }
 
 .op-alert-dark .alert-link {
     color: #040505;
 }
 
 @-webkit-keyframes progress-bar-stripes {
     from {
         background-position: 1rem 0;
     }
 
     to {
         background-position: 0 0;
     }
 }
 
 @keyframes progress-bar-stripes {
     from {
         background-position: 1rem 0;
     }
 
     to {
         background-position: 0 0;
     }
 }
 
 .op-progress {
     display: -ms-flexbox;
     display: flex;
     height: 1rem;
     overflow: hidden;
     line-height: 0;
     font-size: 0.75rem;
     background-color: #e9ecef;
     border-radius: 0.25rem;
 }
 
 .op-progress-bar {
     display: -ms-flexbox;
     display: flex;
     -ms-flex-direction: column;
     flex-direction: column;
     -ms-flex-pack: center;
     justify-content: center;
     overflow: hidden;
     color: #fff;
     text-align: center;
     white-space: nowrap;
     background-color: #007bff;
     transition: width 0.6s ease;
 }
 
 @media (prefers-reduced-motion: reduce) {
     .op-progress-bar {
         transition: none;
     }
 }
 
 .op-progress-bar-striped {
     background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
     background-size: 1rem 1rem;
 }
 
 .op-progress-bar-animated {
     -webkit-animation: 1s linear infinite progress-bar-stripes;
     animation: 1s linear infinite progress-bar-stripes;
 }
 
 @media (prefers-reduced-motion: reduce) {
     .op-progress-bar-animated {
         -webkit-animation: none;
         animation: none;
     }
 }
 
 .op-media {
     display: -ms-flexbox;
     display: flex;
     -ms-flex-align: start;
     align-items: flex-start;
 }
 
 .op-media-body {
     -ms-flex: 1;
     flex: 1;
 }
 
 .op-list-group {
     display: -ms-flexbox;
     display: flex;
     -ms-flex-direction: column;
     flex-direction: column;
     padding-left: 0;
     margin-bottom: 0;
     border-radius: 0.25rem;
 }
 
 .op-list-group-item-action {
     width: 100%;
     color: #495057;
     text-align: inherit;
 }
 
 .op-list-group-item-action:hover, .op-list-group-item-action:focus {
     z-index: 1;
     color: #495057;
     text-decoration: none;
     background-color: #f8f9fa;
 }
 
 .op-list-group-item-action:active {
     color: #212529;
     background-color: #e9ecef;
 }
 
 .op-list-group-item {
     position: relative;
     display: block;
     padding: 0.75rem 1.25rem;
     background-color: #fff;
     border: 1px solid rgba(0, 0, 0, 0.125);
 }
 
 .op-list-group-item:first-child {
     border-top-left-radius: inherit;
     border-top-right-radius: inherit;
 }
 
 .op-list-group-item:last-child {
     border-bottom-right-radius: inherit;
     border-bottom-left-radius: inherit;
 }
 
 .op-list-group-item.disabled, .op-list-group-item:disabled {
     color: #6c757d;
     pointer-events: none;
     background-color: #fff;
 }
 
 .op-list-group-item.active {
     z-index: 2;
     color: #fff;
     background-color: #007bff;
     border-color: #007bff;
 }
 
 .op-list-group-item + .op-list-group-item {
     border-top-width: 0;
 }
 
 .op-list-group-item + .op-list-group-item.active {
     margin-top: -1px;
     border-top-width: 1px;
 }
 
 .op-list-group-horizontal {
     -ms-flex-direction: row;
     flex-direction: row;
 }
 
 .op-list-group-horizontal > .op-list-group-item:first-child {
     border-bottom-left-radius: 0.25rem;
     border-top-right-radius: 0;
 }
 
 .op-list-group-horizontal > .op-list-group-item:last-child {
     border-top-right-radius: 0.25rem;
     border-bottom-left-radius: 0;
 }
 
 .op-list-group-horizontal > .op-list-group-item.active {
     margin-top: 0;
 }
 
 .op-list-group-horizontal > .op-list-group-item + .op-list-group-item {
     border-top-width: 1px;
     border-left-width: 0;
 }
 
 .op-list-group-horizontal > .op-list-group-item + .op-list-group-item.active {
     margin-left: -1px;
     border-left-width: 1px;
 }
 
 @media (min-width: 576px) {
     .op-list-group-horizontal-sm {
         -ms-flex-direction: row;
         flex-direction: row;
     }
 
     .op-list-group-horizontal-sm > .op-list-group-item:first-child {
         border-bottom-left-radius: 0.25rem;
         border-top-right-radius: 0;
     }
 
     .op-list-group-horizontal-sm > .op-list-group-item:last-child {
         border-top-right-radius: 0.25rem;
         border-bottom-left-radius: 0;
     }
 
     .op-list-group-horizontal-sm > .op-list-group-item.active {
         margin-top: 0;
     }
 
     .op-list-group-horizontal-sm > .op-list-group-item + .op-list-group-item {
         border-top-width: 1px;
         border-left-width: 0;
     }
 
     .op-list-group-horizontal-sm > .op-list-group-item + .op-list-group-item.active {
         margin-left: -1px;
         border-left-width: 1px;
     }
 }
 
 @media (min-width: 768px) {
     .op-list-group-horizontal-md {
         -ms-flex-direction: row;
         flex-direction: row;
     }
 
     .op-list-group-horizontal-md > .op-list-group-item:first-child {
         border-bottom-left-radius: 0.25rem;
         border-top-right-radius: 0;
     }
 
     .op-list-group-horizontal-md > .op-list-group-item:last-child {
         border-top-right-radius: 0.25rem;
         border-bottom-left-radius: 0;
     }
 
     .op-list-group-horizontal-md > .op-list-group-item.active {
         margin-top: 0;
     }
 
     .op-list-group-horizontal-md > .op-list-group-item + .op-list-group-item {
         border-top-width: 1px;
         border-left-width: 0;
     }
 
     .op-list-group-horizontal-md > .op-list-group-item + .op-list-group-item.active {
         margin-left: -1px;
         border-left-width: 1px;
     }
 }
 
 @media (min-width: 992px) {
     .op-list-group-horizontal-lg {
         -ms-flex-direction: row;
         flex-direction: row;
     }
 
     .op-list-group-horizontal-lg > .op-list-group-item:first-child {
         border-bottom-left-radius: 0.25rem;
         border-top-right-radius: 0;
     }
 
     .op-list-group-horizontal-lg > .op-list-group-item:last-child {
         border-top-right-radius: 0.25rem;
         border-bottom-left-radius: 0;
     }
 
     .op-list-group-horizontal-lg > .op-list-group-item.active {
         margin-top: 0;
     }
 
     .op-list-group-horizontal-lg > .op-list-group-item + .op-list-group-item {
         border-top-width: 1px;
         border-left-width: 0;
     }
 
     .op-list-group-horizontal-lg > .op-list-group-item + .op-list-group-item.active {
         margin-left: -1px;
         border-left-width: 1px;
     }
 }
 
 @media (min-width: 1200px) {
     .op-list-group-horizontal-xl {
         -ms-flex-direction: row;
         flex-direction: row;
     }
 
     .op-list-group-horizontal-xl > .op-list-group-item:first-child {
         border-bottom-left-radius: 0.25rem;
         border-top-right-radius: 0;
     }
 
     .op-list-group-horizontal-xl > .op-list-group-item:last-child {
         border-top-right-radius: 0.25rem;
         border-bottom-left-radius: 0;
     }
 
     .op-list-group-horizontal-xl > .op-list-group-item.active {
         margin-top: 0;
     }
 
     .op-list-group-horizontal-xl > .op-list-group-item + .op-list-group-item {
         border-top-width: 1px;
         border-left-width: 0;
     }
 
     .op-list-group-horizontal-xl > .op-list-group-item + .op-list-group-item.active {
         margin-left: -1px;
         border-left-width: 1px;
     }
 }
 
 .op-list-group-flush {
     border-radius: 0;
 }
 
 .op-list-group-flush > .op-list-group-item {
     border-width: 0 0 1px;
 }
 
 .op-list-group-flush > .op-list-group-item:last-child {
     border-bottom-width: 0;
 }
 
 .op-list-group-item-primary {
     color: #004085;
     background-color: #b8daff;
 }
 
 .op-list-group-item-primary.op-list-group-item-action:hover, .op-list-group-item-primary.op-list-group-item-action:focus {
     color: #004085;
     background-color: #9fcdff;
 }
 
 .op-list-group-item-primary.op-list-group-item-action.active {
     color: #fff;
     background-color: #004085;
     border-color: #004085;
 }
 
 .op-list-group-item-secondary {
     color: #383d41;
     background-color: #d6d8db;
 }
 
 .op-list-group-item-secondary.op-list-group-item-action:hover, .op-list-group-item-secondary.op-list-group-item-action:focus {
     color: #383d41;
     background-color: #c8cbcf;
 }
 
 .op-list-group-item-secondary.op-list-group-item-action.active {
     color: #fff;
     background-color: #383d41;
     border-color: #383d41;
 }
 
 .op-list-group-item-success {
     color: #155724;
     background-color: #c3e6cb;
 }
 
 .op-list-group-item-success.op-list-group-item-action:hover, .op-list-group-item-success.op-list-group-item-action:focus {
     color: #155724;
     background-color: #b1dfbb;
 }
 
 .op-list-group-item-success.op-list-group-item-action.active {
     color: #fff;
     background-color: #155724;
     border-color: #155724;
 }
 
 .op-list-group-item-info {
     color: #0c5460;
     background-color: #bee5eb;
 }
 
 .op-list-group-item-info.op-list-group-item-action:hover, .op-list-group-item-info.op-list-group-item-action:focus {
     color: #0c5460;
     background-color: #abdde5;
 }
 
 .op-list-group-item-info.op-list-group-item-action.active {
     color: #fff;
     background-color: #0c5460;
     border-color: #0c5460;
 }
 
 .op-list-group-item-warning {
     color: #856404;
     background-color: #ffeeba;
 }
 
 .op-list-group-item-warning.op-list-group-item-action:hover, .op-list-group-item-warning.op-list-group-item-action:focus {
     color: #856404;
     background-color: #ffe8a1;
 }
 
 .op-list-group-item-warning.op-list-group-item-action.active {
     color: #fff;
     background-color: #856404;
     border-color: #856404;
 }
 
 .op-list-group-item-danger {
     color: #721c24;
     background-color: #f5c6cb;
 }
 
 .op-list-group-item-danger.op-list-group-item-action:hover, .op-list-group-item-danger.op-list-group-item-action:focus {
     color: #721c24;
     background-color: #f1b0b7;
 }
 
 .op-list-group-item-danger.op-list-group-item-action.active {
     color: #fff;
     background-color: #721c24;
     border-color: #721c24;
 }
 
 .op-list-group-item-light {
     color: #818182;
     background-color: #fdfdfe;
 }
 
 .op-list-group-item-light.op-list-group-item-action:hover, .op-list-group-item-light.op-list-group-item-action:focus {
     color: #818182;
     background-color: #ececf6;
 }
 
 .op-list-group-item-light.op-list-group-item-action.active {
     color: #fff;
     background-color: #818182;
     border-color: #818182;
 }
 
 .op-list-group-item-dark {
     color: #1b1e21;
     background-color: #c6c8ca;
 }
 
 .op-list-group-item-dark.op-list-group-item-action:hover, .op-list-group-item-dark.op-list-group-item-action:focus {
     color: #1b1e21;
     background-color: #b9bbbe;
 }
 
 .op-list-group-item-dark.op-list-group-item-action.active {
     color: #fff;
     background-color: #1b1e21;
     border-color: #1b1e21;
 }
 
 .op-close {
     float: right;
     font-size: 1.5rem;
     font-weight: 700;
     line-height: 1;
     color: #000;
     text-shadow: 0 1px 0 #fff;
     opacity: .5;
 }
 
 .op-close:hover {
     color: #000;
     text-decoration: none;
 }
 
 .op-close:not(:disabled):not(.disabled):hover, .op-close:not(:disabled):not(.disabled):focus {
     opacity: .75;
 }
 
 .op button.close {
     padding: 0;
     background-color: transparent;
     border: 0;
 }
 
 .op a.close.disabled {
     pointer-events: none;
 }
 
 .op-toast {
     -ms-flex-preferred-size: 350px;
     flex-basis: 350px;
     max-width: 350px;
     font-size: 0.875rem;
     background-color: rgba(255, 255, 255, 0.85);
     background-clip: padding-box;
     border: 1px solid rgba(0, 0, 0, 0.1);
     box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
     opacity: 0;
     border-radius: 0.25rem;
 }
 
 .op-toast:not(:last-child) {
     margin-bottom: 0.75rem;
 }
 
 .op-toast.showing {
     opacity: 1;
 }
 
 .op-toast.show {
     display: block;
     opacity: 1;
 }
 
 .op-toast.hide {
     display: none;
 }
 
 .op-toast-header {
     display: -ms-flexbox;
     display: flex;
     -ms-flex-align: center;
     align-items: center;
     padding: 0.25rem 0.75rem;
     color: #6c757d;
     background-color: rgba(255, 255, 255, 0.85);
     background-clip: padding-box;
     border-bottom: 1px solid rgba(0, 0, 0, 0.05);
     border-top-left-radius: calc(0.25rem - 1px);
     border-top-right-radius: calc(0.25rem - 1px);
 }
 
 .op-toast-body {
     padding: 0.75rem;
 }
 
 .op-modal-open {
     overflow: hidden;
 }
 
 .op-modal-open .modal {
     overflow-x: hidden;
     overflow-y: auto;
 }
 
 .op-modal {
     position: fixed;
     top: 0;
     left: 0;
     z-index: 1050;
     display: none;
     width: 100%;
     height: 100%;
     overflow: hidden;
     outline: 0;
 }
 
 .op-modal-dialog {
     position: relative;
     width: auto;
     margin: 0.5rem;
     pointer-events: none;
 }
 
 .op-modal.fade .op-modal-dialog {
     transition: -webkit-transform 0.3s ease-out;
     transition: transform 0.3s ease-out;
     transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
     -webkit-transform: translate(0, -50px);
     transform: translate(0, -50px);
 }
 
 @media (prefers-reduced-motion: reduce) {
     .op-modal.fade .op-modal-dialog {
         transition: none;
     }
 }
 
 .op-modal.show .op-modal-dialog {
     -webkit-transform: none;
     transform: none;
 }
 
 .op-modal.modal-static .op-modal-dialog {
     -webkit-transform: scale(1.02);
     transform: scale(1.02);
 }
 
 .op-modal-dialog-scrollable {
     display: -ms-flexbox;
     display: flex;
     max-height: calc(100% - 1rem);
 }
 
 .op-modal-dialog-scrollable .op-modal-content {
     max-height: calc(100vh - 1rem);
     overflow: hidden;
 }
 
 .op-modal-dialog-scrollable .op-modal-header,
 .op-modal-dialog-scrollable .op-modal-footer {
     -ms-flex-negative: 0;
     flex-shrink: 0;
 }
 
 .op-modal-dialog-scrollable .op-modal-body {
     overflow-y: auto;
 }
 
 .op-modal-dialog-centered {
     display: -ms-flexbox;
     display: flex;
     -ms-flex-align: center;
     align-items: center;
     min-height: calc(100% - 1rem);
 }
 
 .op-modal-dialog-centered::before {
     display: block;
     height: calc(100vh - 1rem);
     height: -webkit-min-content;
     height: -moz-min-content;
     height: min-content;
     content: "";
 }
 
 .op-modal-dialog-centered.op-modal-dialog-scrollable {
     -ms-flex-direction: column;
     flex-direction: column;
     -ms-flex-pack: center;
     justify-content: center;
     height: 100%;
 }
 
 .op-modal-dialog-centered.op-modal-dialog-scrollable .op-modal-content {
     max-height: none;
 }
 
 .op-modal-dialog-centered.op-modal-dialog-scrollable::before {
     content: none;
 }
 
 .op-modal-content {
     position: relative;
     display: -ms-flexbox;
     display: flex;
     -ms-flex-direction: column;
     flex-direction: column;
     width: 100%;
     pointer-events: auto;
     background-color: #fff;
     background-clip: padding-box;
     border: 1px solid rgba(0, 0, 0, 0.2);
     border-radius: 0.3rem;
     outline: 0;
 }
 
 .op-modal-backdrop {
     position: fixed;
     top: 0;
     left: 0;
     z-index: 1040;
     width: 100vw;
     height: 100vh;
     background-color: #000;
 }
 
 .op-modal-backdrop.fade {
     opacity: 0;
 }
 
 .op-modal-backdrop.show {
     opacity: 0.5;
 }
 
 .op-modal-header {
     display: -ms-flexbox;
     display: flex;
     -ms-flex-align: start;
     align-items: flex-start;
     -ms-flex-pack: justify;
     justify-content: space-between;
     padding: 1rem 1rem;
     border-bottom: 1px solid #dee2e6;
     border-top-left-radius: calc(0.3rem - 1px);
     border-top-right-radius: calc(0.3rem - 1px);
 }
 
 .op-modal-header .close {
     padding: 1rem 1rem;
     margin: -1rem -1rem -1rem auto;
 }
 
 .op-modal-title {
     margin-bottom: 0;
     line-height: 1.5;
 }
 
 .op-modal-body {
     position: relative;
     -ms-flex: 1 1 auto;
     flex: 1 1 auto;
     padding: 1rem;
 }
 
 .op-modal-footer {
     display: -ms-flexbox;
     display: flex;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
     -ms-flex-align: center;
     align-items: center;
     -ms-flex-pack: end;
     justify-content: flex-end;
     padding: 0.75rem;
     border-top: 1px solid #dee2e6;
     border-bottom-right-radius: calc(0.3rem - 1px);
     border-bottom-left-radius: calc(0.3rem - 1px);
 }
 
 .op-modal-footer > * {
     margin: 0.25rem;
 }
 
 .op-modal-scrollbar-measure {
     position: absolute;
     top: -9999px;
     width: 50px;
     height: 50px;
     overflow: scroll;
 }
 
 @media (min-width: 576px) {
     .op-modal-dialog {
         max-width: 500px;
         margin: 1.75rem auto;
     }
 
     .op-modal-dialog-scrollable {
         max-height: calc(100% - 3.5rem);
     }
 
     .op-modal-dialog-scrollable .op-modal-content {
         max-height: calc(100vh - 3.5rem);
     }
 
     .op-modal-dialog-centered {
         min-height: calc(100% - 3.5rem);
     }
 
     .op-modal-dialog-centered::before {
         height: calc(100vh - 3.5rem);
         height: -webkit-min-content;
         height: -moz-min-content;
         height: min-content;
     }
 
     .op-modal-sm {
         max-width: 300px;
     }
 }
 
 @media (min-width: 992px) {
     .op-modal-lg,
   .op-modal-xl {
         max-width: 800px;
     }
 }
 
 @media (min-width: 1200px) {
     .op-modal-xl {
         max-width: 1140px;
     }
 }
 
 .op-tooltip {
     position: absolute;
     z-index: 1070;
     display: block;
     margin: 0;
     font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
     font-style: normal;
     font-weight: 400;
     line-height: 1.5;
     text-align: left;
     text-align: start;
     text-decoration: none;
     text-shadow: none;
     text-transform: none;
     letter-spacing: normal;
     word-break: normal;
     word-spacing: normal;
     white-space: normal;
     line-break: auto;
     font-size: 0.875rem;
     word-wrap: break-word;
     opacity: 0;
 }
 
 .op-tooltip.show {
     opacity: 0.9;
 }
 
 .op-tooltip .op-arrow {
     position: absolute;
     display: block;
     width: 0.8rem;
     height: 0.4rem;
 }
 
 .op-tooltip .op-arrow::before {
     position: absolute;
     content: "";
     border-color: transparent;
     border-style: solid;
 }
 
 .op-bs-tooltip-top, .op-bs-tooltip-auto[x-placement^="top"] {
     padding: 0.4rem 0;
 }
 
 .op-bs-tooltip-top .op-arrow, .op-bs-tooltip-auto[x-placement^="top"] .op-arrow {
     bottom: 0;
 }
 
 .op-bs-tooltip-top .op-arrow::before, .op-bs-tooltip-auto[x-placement^="top"] .op-arrow::before {
     top: 0;
     border-width: 0.4rem 0.4rem 0;
     border-top-color: #000;
 }
 
 .op-bs-tooltip-right, .op-bs-tooltip-auto[x-placement^="right"] {
     padding: 0 0.4rem;
 }
 
 .op-bs-tooltip-right .op-arrow, .op-bs-tooltip-auto[x-placement^="right"] .op-arrow {
     left: 0;
     width: 0.4rem;
     height: 0.8rem;
 }
 
 .op-bs-tooltip-right .op-arrow::before, .op-bs-tooltip-auto[x-placement^="right"] .op-arrow::before {
     right: 0;
     border-width: 0.4rem 0.4rem 0.4rem 0;
     border-right-color: #000;
 }
 
 .op-bs-tooltip-bottom, .op-bs-tooltip-auto[x-placement^="bottom"] {
     padding: 0.4rem 0;
 }
 
 .op-bs-tooltip-bottom .op-arrow, .op-bs-tooltip-auto[x-placement^="bottom"] .op-arrow {
     top: 0;
 }
 
 .op-bs-tooltip-bottom .op-arrow::before, .op-bs-tooltip-auto[x-placement^="bottom"] .op-arrow::before {
     bottom: 0;
     border-width: 0 0.4rem 0.4rem;
     border-bottom-color: #000;
 }
 
 .op-bs-tooltip-left, .op-bs-tooltip-auto[x-placement^="left"] {
     padding: 0 0.4rem;
 }
 
 .op-bs-tooltip-left .op-arrow, .op-bs-tooltip-auto[x-placement^="left"] .op-arrow {
     right: 0;
     width: 0.4rem;
     height: 0.8rem;
 }
 
 .op-bs-tooltip-left .op-arrow::before, .op-bs-tooltip-auto[x-placement^="left"] .op-arrow::before {
     left: 0;
     border-width: 0.4rem 0 0.4rem 0.4rem;
     border-left-color: #000;
 }
 
 .op-tooltip-inner {
     max-width: 200px;
     padding: 0.25rem 0.5rem;
     color: #fff;
     text-align: center;
     background-color: #000;
     border-radius: 0.25rem;
 }
 
 .op-popover {
     position: absolute;
     top: 0;
     left: 0;
     z-index: 1060;
     display: block;
     max-width: 276px;
     font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
     font-style: normal;
     font-weight: 400;
     line-height: 1.5;
     text-align: left;
     text-align: start;
     text-decoration: none;
     text-shadow: none;
     text-transform: none;
     letter-spacing: normal;
     word-break: normal;
     word-spacing: normal;
     white-space: normal;
     line-break: auto;
     font-size: 0.875rem;
     word-wrap: break-word;
     background-color: #fff;
     background-clip: padding-box;
     border: 1px solid rgba(0, 0, 0, 0.2);
     border-radius: 0.3rem;
 }
 
 .op-popover .op-arrow {
     position: absolute;
     display: block;
     width: 1rem;
     height: 0.5rem;
     margin: 0 0.3rem;
 }
 
 .op-popover .op-arrow::before, .op-popover .op-arrow::after {
     position: absolute;
     display: block;
     content: "";
     border-color: transparent;
     border-style: solid;
 }
 
 .op-bs-popover-top, .op-bs-popover-auto[x-placement^="top"] {
     margin-bottom: 0.5rem;
 }
 
 .op-bs-popover-top > .op-arrow, .op-bs-popover-auto[x-placement^="top"] > .op-arrow {
     bottom: calc(-0.5rem - 1px);
 }
 
 .op-bs-popover-top > .op-arrow::before, .op-bs-popover-auto[x-placement^="top"] > .op-arrow::before {
     bottom: 0;
     border-width: 0.5rem 0.5rem 0;
     border-top-color: rgba(0, 0, 0, 0.25);
 }
 
 .op-bs-popover-top > .op-arrow::after, .op-bs-popover-auto[x-placement^="top"] > .op-arrow::after {
     bottom: 1px;
     border-width: 0.5rem 0.5rem 0;
     border-top-color: #fff;
 }
 
 .op-bs-popover-right, .op-bs-popover-auto[x-placement^="right"] {
     margin-left: 0.5rem;
 }
 
 .op-bs-popover-right > .op-arrow, .op-bs-popover-auto[x-placement^="right"] > .op-arrow {
     left: calc(-0.5rem - 1px);
     width: 0.5rem;
     height: 1rem;
     margin: 0.3rem 0;
 }
 
 .op-bs-popover-right > .op-arrow::before, .op-bs-popover-auto[x-placement^="right"] > .op-arrow::before {
     left: 0;
     border-width: 0.5rem 0.5rem 0.5rem 0;
     border-right-color: rgba(0, 0, 0, 0.25);
 }
 
 .op-bs-popover-right > .op-arrow::after, .op-bs-popover-auto[x-placement^="right"] > .op-arrow::after {
     left: 1px;
     border-width: 0.5rem 0.5rem 0.5rem 0;
     border-right-color: #fff;
 }
 
 .op-bs-popover-bottom, .op-bs-popover-auto[x-placement^="bottom"] {
     margin-top: 0.5rem;
 }
 
 .op-bs-popover-bottom > .op-arrow, .op-bs-popover-auto[x-placement^="bottom"] > .op-arrow {
     top: calc(-0.5rem - 1px);
 }
 
 .op-bs-popover-bottom > .op-arrow::before, .op-bs-popover-auto[x-placement^="bottom"] > .op-arrow::before {
     top: 0;
     border-width: 0 0.5rem 0.5rem 0.5rem;
     border-bottom-color: rgba(0, 0, 0, 0.25);
 }
 
 .op-bs-popover-bottom > .op-arrow::after, .op-bs-popover-auto[x-placement^="bottom"] > .op-arrow::after {
     top: 1px;
     border-width: 0 0.5rem 0.5rem 0.5rem;
     border-bottom-color: #fff;
 }
 
 .op-bs-popover-bottom .popover-header::before, .op-bs-popover-auto[x-placement^="bottom"] .popover-header::before {
     position: absolute;
     top: 0;
     left: 50%;
     display: block;
     width: 1rem;
     margin-left: -0.5rem;
     content: "";
     border-bottom: 1px solid #f7f7f7;
 }
 
 .op-bs-popover-left, .op-bs-popover-auto[x-placement^="left"] {
     margin-right: 0.5rem;
 }
 
 .op-bs-popover-left > .op-arrow, .op-bs-popover-auto[x-placement^="left"] > .op-arrow {
     right: calc(-0.5rem - 1px);
     width: 0.5rem;
     height: 1rem;
     margin: 0.3rem 0;
 }
 
 .op-bs-popover-left > .op-arrow::before, .op-bs-popover-auto[x-placement^="left"] > .op-arrow::before {
     right: 0;
     border-width: 0.5rem 0 0.5rem 0.5rem;
     border-left-color: rgba(0, 0, 0, 0.25);
 }
 
 .op-bs-popover-left > .op-arrow::after, .op-bs-popover-auto[x-placement^="left"] > .op-arrow::after {
     right: 1px;
     border-width: 0.5rem 0 0.5rem 0.5rem;
     border-left-color: #fff;
 }
 
 .op-popover-header {
     padding: 0.5rem 0.75rem;
     margin-bottom: 0;
     font-size: 1rem;
     background-color: #f7f7f7;
     border-bottom: 1px solid #ebebeb;
     border-top-left-radius: calc(0.3rem - 1px);
     border-top-right-radius: calc(0.3rem - 1px);
 }
 
 .op-popover-header:empty {
     display: none;
 }
 
 .op-popover-body {
     padding: 0.5rem 0.75rem;
     color: #212529;
 }
 
 .op-carousel {
     position: relative;
 }
 
 .op-carousel.op-pointer-event {
     -ms-touch-action: pan-y;
     touch-action: pan-y;
 }
 
 .op-carousel-inner {
     position: relative;
     width: 100%;
     overflow: hidden;
 }
 
 .op-carousel-inner::after {
     display: block;
     clear: both;
     content: "";
 }
 
 .op-carousel-item {
     position: relative;
     display: none;
     float: left;
     width: 100%;
     margin-right: -100%;
     -webkit-backface-visibility: hidden;
     backface-visibility: hidden;
     transition: -webkit-transform 0.6s ease-in-out;
     transition: transform 0.6s ease-in-out;
     transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
 }
 
 @media (prefers-reduced-motion: reduce) {
     .op-carousel-item {
         transition: none;
     }
 }
 
 .op-carousel-item.active,
 .op-carousel-item-next,
 .op-carousel-item-prev {
     display: block;
 }
 
 .op-carousel-item-next:not(.op-carousel-item-left),
 .op-active.op-carousel-item-right {
     -webkit-transform: translateX(100%);
     transform: translateX(100%);
 }
 
 .op-carousel-item-prev:not(.op-carousel-item-right),
 .op-active.op-carousel-item-left {
     -webkit-transform: translateX(-100%);
     transform: translateX(-100%);
 }
 
 .op-carousel-fade .op-carousel-item {
     opacity: 0;
     transition-property: opacity;
     -webkit-transform: none;
     transform: none;
 }
 
 .op-carousel-fade .op-carousel-item.active,
 .op-carousel-fade .op-carousel-item-next.op-carousel-item-left,
 .op-carousel-fade .op-carousel-item-prev.op-carousel-item-right {
     z-index: 1;
     opacity: 1;
 }
 
 .op-carousel-fade .active.op-carousel-item-left,
 .op-carousel-fade .active.op-carousel-item-right {
     z-index: 0;
     opacity: 0;
     transition: opacity 0s 0.6s;
 }
 
 @media (prefers-reduced-motion: reduce) {
     .op-carousel-fade .active.op-carousel-item-left,
   .op-carousel-fade .active.op-carousel-item-right {
         transition: none;
     }
 }
 
 .op-carousel-control-prev,
 .op-carousel-control-next {
     position: absolute;
     top: 0;
     bottom: 0;
     z-index: 1;
     display: -ms-flexbox;
     display: flex;
     -ms-flex-align: center;
     align-items: center;
     -ms-flex-pack: center;
     justify-content: center;
     width: 15%;
     color: #fff;
     text-align: center;
     opacity: 0.5;
     transition: opacity 0.15s ease;
 }
 
 @media (prefers-reduced-motion: reduce) {
     .op-carousel-control-prev,
   .op-carousel-control-next {
         transition: none;
     }
 }
 
 .op-carousel-control-prev:hover, .op-carousel-control-prev:focus,
 .op-carousel-control-next:hover,
 .op-carousel-control-next:focus {
     color: #fff;
     text-decoration: none;
     outline: 0;
     opacity: 0.9;
 }
 
 .op-carousel-control-prev {
     left: 0;
 }
 
 .op-carousel-control-next {
     right: 0;
 }
 
 .op-carousel-control-prev-icon,
 .op-carousel-control-next-icon {
     display: inline-block;
     width: 20px;
     height: 20px;
     background: 50% / 100% 100% no-repeat;
 }
 
 .op-carousel-control-prev-icon {
     background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
 }
 
 .op-carousel-control-next-icon {
     background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
 }
 
 .op-carousel-indicators {
     position: absolute;
     right: 0;
     bottom: 0;
     left: 0;
     z-index: 15;
     display: -ms-flexbox;
     display: flex;
     -ms-flex-pack: center;
     justify-content: center;
     padding-left: 0;
     margin-right: 15%;
     margin-left: 15%;
     list-style: none;
 }
 
 .op-carousel-indicators li {
     box-sizing: content-box;
     -ms-flex: 0 1 auto;
     flex: 0 1 auto;
     width: 30px;
     height: 3px;
     margin-right: 3px;
     margin-left: 3px;
     text-indent: -999px;
     cursor: pointer;
     background-color: #fff;
     background-clip: padding-box;
     border-top: 10px solid transparent;
     border-bottom: 10px solid transparent;
     opacity: .5;
     transition: opacity 0.6s ease;
 }
 
 @media (prefers-reduced-motion: reduce) {
     .op-carousel-indicators li {
         transition: none;
     }
 }
 
 .op-carousel-indicators .active {
     opacity: 1;
 }
 
 .op-carousel-caption {
     position: absolute;
     right: 15%;
     bottom: 20px;
     left: 15%;
     z-index: 10;
     padding-top: 20px;
     padding-bottom: 20px;
     color: #fff;
     text-align: center;
 }
 
 @-webkit-keyframes spinner-border {
     to {
         -webkit-transform: rotate(360deg);
         transform: rotate(360deg);
     }
 }
 
 @keyframes spinner-border {
     to {
         -webkit-transform: rotate(360deg);
         transform: rotate(360deg);
     }
 }
 
 .op-spinner-border {
     display: inline-block;
     width: 2rem;
     height: 2rem;
     vertical-align: text-bottom;
     border: 0.25em solid currentColor;
     border-right-color: transparent;
     border-radius: 50%;
     -webkit-animation: .75s linear infinite spinner-border;
     animation: .75s linear infinite spinner-border;
 }
 
 .op-spinner-border-sm {
     width: 1rem;
     height: 1rem;
     border-width: 0.2em;
 }
 
 @-webkit-keyframes spinner-grow {
     0% {
         -webkit-transform: scale(0);
         transform: scale(0);
     }
 
     50% {
         opacity: 1;
         -webkit-transform: none;
         transform: none;
     }
 }
 
 @keyframes spinner-grow {
     0% {
         -webkit-transform: scale(0);
         transform: scale(0);
     }
 
     50% {
         opacity: 1;
         -webkit-transform: none;
         transform: none;
     }
 }
 
 .op-spinner-grow {
     display: inline-block;
     width: 2rem;
     height: 2rem;
     vertical-align: text-bottom;
     background-color: currentColor;
     border-radius: 50%;
     opacity: 0;
     -webkit-animation: .75s linear infinite spinner-grow;
     animation: .75s linear infinite spinner-grow;
 }
 
 .op-spinner-grow-sm {
     width: 1rem;
     height: 1rem;
 }
 
 @media (prefers-reduced-motion: reduce) {
     .op-spinner-border,
   .op-spinner-grow {
         -webkit-animation-duration: 1.5s;
         animation-duration: 1.5s;
     }
 }
 
 .op-align-baseline {
     vertical-align: baseline !important;
 }
 
 .op-align-top {
     vertical-align: top !important;
 }
 
 .op-align-middle {
     vertical-align: middle !important;
 }
 
 .op-align-bottom {
     vertical-align: bottom !important;
 }
 
 .op-align-text-bottom {
     vertical-align: text-bottom !important;
 }
 
 .op-align-text-top {
     vertical-align: text-top !important;
 }
 
 .op-bg-primary {
     background-color: #007bff !important;
 }
 
 .op a.bg-primary:hover, .op a.bg-primary:focus,
 .op button.bg-primary:hover,
 .op button.bg-primary:focus {
     background-color: #0062cc !important;
 }
 
 .op-bg-secondary {
     background-color: #6c757d !important;
 }
 
 .op a.bg-secondary:hover, .op a.bg-secondary:focus,
 .op button.bg-secondary:hover,
 .op button.bg-secondary:focus {
     background-color: #545b62 !important;
 }
 
 .op-bg-success {
     background-color: #28a745 !important;
 }
 
 .op a.bg-success:hover, .op a.bg-success:focus,
 .op button.bg-success:hover,
 .op button.bg-success:focus {
     background-color: #1e7e34 !important;
 }
 
 .op-bg-info {
     background-color: #17a2b8 !important;
 }
 
 .op a.bg-info:hover, .op a.bg-info:focus,
 .op button.bg-info:hover,
 .op button.bg-info:focus {
     background-color: #117a8b !important;
 }
 
 .op-bg-warning {
     background-color: #ffc107 !important;
 }
 
 .op a.bg-warning:hover, .op a.bg-warning:focus,
 .op button.bg-warning:hover,
 .op button.bg-warning:focus {
     background-color: #d39e00 !important;
 }
 
 .op-bg-danger {
     background-color: #dc3545 !important;
 }
 
 .op a.bg-danger:hover, .op a.bg-danger:focus,
 .op button.bg-danger:hover,
 .op button.bg-danger:focus {
     background-color: #bd2130 !important;
 }
 
 .op-bg-light {
     background-color: #f8f9fa !important;
 }
 
 .op a.bg-light:hover, .op a.bg-light:focus,
 .op button.bg-light:hover,
 .op button.bg-light:focus {
     background-color: #dae0e5 !important;
 }
 
 .op-bg-dark {
     background-color: #343a40 !important;
 }
 
 .op a.bg-dark:hover, .op a.bg-dark:focus,
 .op button.bg-dark:hover,
 .op button.bg-dark:focus {
     background-color: #1d2124 !important;
 }
 
 .op-bg-white {
     background-color: #fff !important;
 }
 
 .op-bg-transparent {
     background-color: transparent !important;
 }
 
 .op-border {
     border: 1px solid #dee2e6 !important;
 }
 
 .op-border-top {
     border-top: 1px solid #dee2e6 !important;
 }
 
 .op-border-right {
     border-right: 1px solid #dee2e6 !important;
 }
 
 .op-border-bottom {
     border-bottom: 1px solid #dee2e6 !important;
 }
 
 .op-border-left {
     border-left: 1px solid #dee2e6 !important;
 }
 
 .op-border-0 {
     border: 0 !important;
 }
 
 .op-border-top-0 {
     border-top: 0 !important;
 }
 
 .op-border-right-0 {
     border-right: 0 !important;
 }
 
 .op-border-bottom-0 {
     border-bottom: 0 !important;
 }
 
 .op-border-left-0 {
     border-left: 0 !important;
 }
 
 .op-border-primary {
     border-color: #007bff !important;
 }
 
 .op-border-secondary {
     border-color: #6c757d !important;
 }
 
 .op-border-success {
     border-color: #28a745 !important;
 }
 
 .op-border-info {
     border-color: #17a2b8 !important;
 }
 
 .op-border-warning {
     border-color: #ffc107 !important;
 }
 
 .op-border-danger {
     border-color: #dc3545 !important;
 }
 
 .op-border-light {
     border-color: #f8f9fa !important;
 }
 
 .op-border-dark {
     border-color: #343a40 !important;
 }
 
 .op-border-white {
     border-color: #fff !important;
 }
 
 .op-rounded-sm {
     border-radius: 0.2rem !important;
 }
 
 .op-rounded {
     border-radius: 0.25rem !important;
 }
 
 .op-rounded-top {
     border-top-left-radius: 0.25rem !important;
     border-top-right-radius: 0.25rem !important;
 }
 
 .op-rounded-right {
     border-top-right-radius: 0.25rem !important;
     border-bottom-right-radius: 0.25rem !important;
 }
 
 .op-rounded-bottom {
     border-bottom-right-radius: 0.25rem !important;
     border-bottom-left-radius: 0.25rem !important;
 }
 
 .op-rounded-left {
     border-top-left-radius: 0.25rem !important;
     border-bottom-left-radius: 0.25rem !important;
 }
 
 .op-rounded-lg {
     border-radius: 0.3rem !important;
 }
 
 .op-rounded-circle {
     border-radius: 50% !important;
 }
 
 .op-rounded-pill {
     border-radius: 50rem !important;
 }
 
 .op-rounded-0 {
     border-radius: 0 !important;
 }
 
 .op-clearfix::after {
     display: block;
     clear: both;
     content: "";
 }
 
 .op-d-none {
     display: none !important;
 }
 
 .op-d-inline {
     display: inline !important;
 }
 
 .op-d-inline-block {
     display: inline-block !important;
 }
 
 .op-d-block {
     display: block !important;
 }
 
 .op-d-table {
     display: table !important;
 }
 
 .op-d-table-row {
     display: table-row !important;
 }
 
 .op-d-table-cell {
     display: table-cell !important;
 }
 
 .op-d-flex {
     display: -ms-flexbox !important;
     display: flex !important;
 }
 
 .op-d-inline-flex {
     display: -ms-inline-flexbox !important;
     display: inline-flex !important;
 }
 
 @media (min-width: 576px) {
     .op-d-sm-none {
         display: none !important;
     }
 
     .op-d-sm-inline {
         display: inline !important;
     }
 
     .op-d-sm-inline-block {
         display: inline-block !important;
     }
 
     .op-d-sm-block {
         display: block !important;
     }
 
     .op-d-sm-table {
         display: table !important;
     }
 
     .op-d-sm-table-row {
         display: table-row !important;
     }
 
     .op-d-sm-table-cell {
         display: table-cell !important;
     }
 
     .op-d-sm-flex {
         display: -ms-flexbox !important;
         display: flex !important;
     }
 
     .op-d-sm-inline-flex {
         display: -ms-inline-flexbox !important;
         display: inline-flex !important;
     }
 }
 
 @media (min-width: 768px) {
     .op-d-md-none {
         display: none !important;
     }
 
     .op-d-md-inline {
         display: inline !important;
     }
 
     .op-d-md-inline-block {
         display: inline-block !important;
     }
 
     .op-d-md-block {
         display: block !important;
     }
 
     .op-d-md-table {
         display: table !important;
     }
 
     .op-d-md-table-row {
         display: table-row !important;
     }
 
     .op-d-md-table-cell {
         display: table-cell !important;
     }
 
     .op-d-md-flex {
         display: -ms-flexbox !important;
         display: flex !important;
     }
 
     .op-d-md-inline-flex {
         display: -ms-inline-flexbox !important;
         display: inline-flex !important;
     }
 }
 
 @media (min-width: 992px) {
     .op-d-lg-none {
         display: none !important;
     }
 
     .op-d-lg-inline {
         display: inline !important;
     }
 
     .op-d-lg-inline-block {
         display: inline-block !important;
     }
 
     .op-d-lg-block {
         display: block !important;
     }
 
     .op-d-lg-table {
         display: table !important;
     }
 
     .op-d-lg-table-row {
         display: table-row !important;
     }
 
     .op-d-lg-table-cell {
         display: table-cell !important;
     }
 
     .op-d-lg-flex {
         display: -ms-flexbox !important;
         display: flex !important;
     }
 
     .op-d-lg-inline-flex {
         display: -ms-inline-flexbox !important;
         display: inline-flex !important;
     }
 }
 
 @media (min-width: 1200px) {
     .op-d-xl-none {
         display: none !important;
     }
 
     .op-d-xl-inline {
         display: inline !important;
     }
 
     .op-d-xl-inline-block {
         display: inline-block !important;
     }
 
     .op-d-xl-block {
         display: block !important;
     }
 
     .op-d-xl-table {
         display: table !important;
     }
 
     .op-d-xl-table-row {
         display: table-row !important;
     }
 
     .op-d-xl-table-cell {
         display: table-cell !important;
     }
 
     .op-d-xl-flex {
         display: -ms-flexbox !important;
         display: flex !important;
     }
 
     .op-d-xl-inline-flex {
         display: -ms-inline-flexbox !important;
         display: inline-flex !important;
     }
 }
 
 @media print {
     .op-d-print-none {
         display: none !important;
     }
 
     .op-d-print-inline {
         display: inline !important;
     }
 
     .op-d-print-inline-block {
         display: inline-block !important;
     }
 
     .op-d-print-block {
         display: block !important;
     }
 
     .op-d-print-table {
         display: table !important;
     }
 
     .op-d-print-table-row {
         display: table-row !important;
     }
 
     .op-d-print-table-cell {
         display: table-cell !important;
     }
 
     .op-d-print-flex {
         display: -ms-flexbox !important;
         display: flex !important;
     }
 
     .op-d-print-inline-flex {
         display: -ms-inline-flexbox !important;
         display: inline-flex !important;
     }
 }
 
 .op-embed-responsive {
     position: relative;
     display: block;
     width: 100%;
     padding: 0;
     overflow: hidden;
 }
 
 .op-embed-responsive::before {
     display: block;
     content: "";
 }
 
 .op-embed-responsive .embed-responsive-item,
 .op-embed-responsive iframe,
 .op-embed-responsive embed,
 .op-embed-responsive object,
 .op-embed-responsive video {
     position: absolute;
     top: 0;
     bottom: 0;
     left: 0;
     width: 100%;
     height: 100%;
     border: 0;
 }
 
 .op-embed-responsive-21by9::before {
     padding-top: 42.857143%;
 }
 
 .op-embed-responsive-16by9::before {
     padding-top: 56.25%;
 }
 
 .op-embed-responsive-4by3::before {
     padding-top: 75%;
 }
 
 .op-embed-responsive-1by1::before {
     padding-top: 100%;
 }
 
 .op-flex-row {
     -ms-flex-direction: row !important;
     flex-direction: row !important;
 }
 
 .op-flex-column {
     -ms-flex-direction: column !important;
     flex-direction: column !important;
 }
 
 .op-flex-row-reverse {
     -ms-flex-direction: row-reverse !important;
     flex-direction: row-reverse !important;
 }
 
 .op-flex-column-reverse {
     -ms-flex-direction: column-reverse !important;
     flex-direction: column-reverse !important;
 }
 
 .op-flex-wrap {
     -ms-flex-wrap: wrap !important;
     flex-wrap: wrap !important;
 }
 
 .op-flex-nowrap {
     -ms-flex-wrap: nowrap !important;
     flex-wrap: nowrap !important;
 }
 
 .op-flex-wrap-reverse {
     -ms-flex-wrap: wrap-reverse !important;
     flex-wrap: wrap-reverse !important;
 }
 
 .op-flex-fill {
     -ms-flex: 1 1 auto !important;
     flex: 1 1 auto !important;
 }
 
 .op-flex-grow-0 {
     -ms-flex-positive: 0 !important;
     flex-grow: 0 !important;
 }
 
 .op-flex-grow-1 {
     -ms-flex-positive: 1 !important;
     flex-grow: 1 !important;
 }
 
 .op-flex-shrink-0 {
     -ms-flex-negative: 0 !important;
     flex-shrink: 0 !important;
 }
 
 .op-flex-shrink-1 {
     -ms-flex-negative: 1 !important;
     flex-shrink: 1 !important;
 }
 
 .op-justify-content-start {
     -ms-flex-pack: start !important;
     justify-content: flex-start !important;
 }
 
 .op-justify-content-end {
     -ms-flex-pack: end !important;
     justify-content: flex-end !important;
 }
 
 .op-justify-content-center {
     -ms-flex-pack: center !important;
     justify-content: center !important;
 }
 
 .op-justify-content-between {
     -ms-flex-pack: justify !important;
     justify-content: space-between !important;
 }
 
 .op-justify-content-around {
     -ms-flex-pack: distribute !important;
     justify-content: space-around !important;
 }
 
 .op-align-items-start {
     -ms-flex-align: start !important;
     align-items: flex-start !important;
 }
 
 .op-align-items-end {
     -ms-flex-align: end !important;
     align-items: flex-end !important;
 }
 
 .op-align-items-center {
     -ms-flex-align: center !important;
     align-items: center !important;
 }
 
 .op-align-items-baseline {
     -ms-flex-align: baseline !important;
     align-items: baseline !important;
 }
 
 .op-align-items-stretch {
     -ms-flex-align: stretch !important;
     align-items: stretch !important;
 }
 
 .op-align-content-start {
     -ms-flex-line-pack: start !important;
     align-content: flex-start !important;
 }
 
 .op-align-content-end {
     -ms-flex-line-pack: end !important;
     align-content: flex-end !important;
 }
 
 .op-align-content-center {
     -ms-flex-line-pack: center !important;
     align-content: center !important;
 }
 
 .op-align-content-between {
     -ms-flex-line-pack: justify !important;
     align-content: space-between !important;
 }
 
 .op-align-content-around {
     -ms-flex-line-pack: distribute !important;
     align-content: space-around !important;
 }
 
 .op-align-content-stretch {
     -ms-flex-line-pack: stretch !important;
     align-content: stretch !important;
 }
 
 .op-align-self-auto {
     -ms-flex-item-align: auto !important;
     align-self: auto !important;
 }
 
 .op-align-self-start {
     -ms-flex-item-align: start !important;
     align-self: flex-start !important;
 }
 
 .op-align-self-end {
     -ms-flex-item-align: end !important;
     align-self: flex-end !important;
 }
 
 .op-align-self-center {
     -ms-flex-item-align: center !important;
     align-self: center !important;
 }
 
 .op-align-self-baseline {
     -ms-flex-item-align: baseline !important;
     align-self: baseline !important;
 }
 
 .op-align-self-stretch {
     -ms-flex-item-align: stretch !important;
     align-self: stretch !important;
 }
 
 @media (min-width: 576px) {
     .op-flex-sm-row {
         -ms-flex-direction: row !important;
         flex-direction: row !important;
     }
 
     .op-flex-sm-column {
         -ms-flex-direction: column !important;
         flex-direction: column !important;
     }
 
     .op-flex-sm-row-reverse {
         -ms-flex-direction: row-reverse !important;
         flex-direction: row-reverse !important;
     }
 
     .op-flex-sm-column-reverse {
         -ms-flex-direction: column-reverse !important;
         flex-direction: column-reverse !important;
     }
 
     .op-flex-sm-wrap {
         -ms-flex-wrap: wrap !important;
         flex-wrap: wrap !important;
     }
 
     .op-flex-sm-nowrap {
         -ms-flex-wrap: nowrap !important;
         flex-wrap: nowrap !important;
     }
 
     .op-flex-sm-wrap-reverse {
         -ms-flex-wrap: wrap-reverse !important;
         flex-wrap: wrap-reverse !important;
     }
 
     .op-flex-sm-fill {
         -ms-flex: 1 1 auto !important;
         flex: 1 1 auto !important;
     }
 
     .op-flex-sm-grow-0 {
         -ms-flex-positive: 0 !important;
         flex-grow: 0 !important;
     }
 
     .op-flex-sm-grow-1 {
         -ms-flex-positive: 1 !important;
         flex-grow: 1 !important;
     }
 
     .op-flex-sm-shrink-0 {
         -ms-flex-negative: 0 !important;
         flex-shrink: 0 !important;
     }
 
     .op-flex-sm-shrink-1 {
         -ms-flex-negative: 1 !important;
         flex-shrink: 1 !important;
     }
 
     .op-justify-content-sm-start {
         -ms-flex-pack: start !important;
         justify-content: flex-start !important;
     }
 
     .op-justify-content-sm-end {
         -ms-flex-pack: end !important;
         justify-content: flex-end !important;
     }
 
     .op-justify-content-sm-center {
         -ms-flex-pack: center !important;
         justify-content: center !important;
     }
 
     .op-justify-content-sm-between {
         -ms-flex-pack: justify !important;
         justify-content: space-between !important;
     }
 
     .op-justify-content-sm-around {
         -ms-flex-pack: distribute !important;
         justify-content: space-around !important;
     }
 
     .op-align-items-sm-start {
         -ms-flex-align: start !important;
         align-items: flex-start !important;
     }
 
     .op-align-items-sm-end {
         -ms-flex-align: end !important;
         align-items: flex-end !important;
     }
 
     .op-align-items-sm-center {
         -ms-flex-align: center !important;
         align-items: center !important;
     }
 
     .op-align-items-sm-baseline {
         -ms-flex-align: baseline !important;
         align-items: baseline !important;
     }
 
     .op-align-items-sm-stretch {
         -ms-flex-align: stretch !important;
         align-items: stretch !important;
     }
 
     .op-align-content-sm-start {
         -ms-flex-line-pack: start !important;
         align-content: flex-start !important;
     }
 
     .op-align-content-sm-end {
         -ms-flex-line-pack: end !important;
         align-content: flex-end !important;
     }
 
     .op-align-content-sm-center {
         -ms-flex-line-pack: center !important;
         align-content: center !important;
     }
 
     .op-align-content-sm-between {
         -ms-flex-line-pack: justify !important;
         align-content: space-between !important;
     }
 
     .op-align-content-sm-around {
         -ms-flex-line-pack: distribute !important;
         align-content: space-around !important;
     }
 
     .op-align-content-sm-stretch {
         -ms-flex-line-pack: stretch !important;
         align-content: stretch !important;
     }
 
     .op-align-self-sm-auto {
         -ms-flex-item-align: auto !important;
         align-self: auto !important;
     }
 
     .op-align-self-sm-start {
         -ms-flex-item-align: start !important;
         align-self: flex-start !important;
     }
 
     .op-align-self-sm-end {
         -ms-flex-item-align: end !important;
         align-self: flex-end !important;
     }
 
     .op-align-self-sm-center {
         -ms-flex-item-align: center !important;
         align-self: center !important;
     }
 
     .op-align-self-sm-baseline {
         -ms-flex-item-align: baseline !important;
         align-self: baseline !important;
     }
 
     .op-align-self-sm-stretch {
         -ms-flex-item-align: stretch !important;
         align-self: stretch !important;
     }
 }
 
 @media (min-width: 768px) {
     .op-flex-md-row {
         -ms-flex-direction: row !important;
         flex-direction: row !important;
     }
 
     .op-flex-md-column {
         -ms-flex-direction: column !important;
         flex-direction: column !important;
     }
 
     .op-flex-md-row-reverse {
         -ms-flex-direction: row-reverse !important;
         flex-direction: row-reverse !important;
     }
 
     .op-flex-md-column-reverse {
         -ms-flex-direction: column-reverse !important;
         flex-direction: column-reverse !important;
     }
 
     .op-flex-md-wrap {
         -ms-flex-wrap: wrap !important;
         flex-wrap: wrap !important;
     }
 
     .op-flex-md-nowrap {
         -ms-flex-wrap: nowrap !important;
         flex-wrap: nowrap !important;
     }
 
     .op-flex-md-wrap-reverse {
         -ms-flex-wrap: wrap-reverse !important;
         flex-wrap: wrap-reverse !important;
     }
 
     .op-flex-md-fill {
         -ms-flex: 1 1 auto !important;
         flex: 1 1 auto !important;
     }
 
     .op-flex-md-grow-0 {
         -ms-flex-positive: 0 !important;
         flex-grow: 0 !important;
     }
 
     .op-flex-md-grow-1 {
         -ms-flex-positive: 1 !important;
         flex-grow: 1 !important;
     }
 
     .op-flex-md-shrink-0 {
         -ms-flex-negative: 0 !important;
         flex-shrink: 0 !important;
     }
 
     .op-flex-md-shrink-1 {
         -ms-flex-negative: 1 !important;
         flex-shrink: 1 !important;
     }
 
     .op-justify-content-md-start {
         -ms-flex-pack: start !important;
         justify-content: flex-start !important;
     }
 
     .op-justify-content-md-end {
         -ms-flex-pack: end !important;
         justify-content: flex-end !important;
     }
 
     .op-justify-content-md-center {
         -ms-flex-pack: center !important;
         justify-content: center !important;
     }
 
     .op-justify-content-md-between {
         -ms-flex-pack: justify !important;
         justify-content: space-between !important;
     }
 
     .op-justify-content-md-around {
         -ms-flex-pack: distribute !important;
         justify-content: space-around !important;
     }
 
     .op-align-items-md-start {
         -ms-flex-align: start !important;
         align-items: flex-start !important;
     }
 
     .op-align-items-md-end {
         -ms-flex-align: end !important;
         align-items: flex-end !important;
     }
 
     .op-align-items-md-center {
         -ms-flex-align: center !important;
         align-items: center !important;
     }
 
     .op-align-items-md-baseline {
         -ms-flex-align: baseline !important;
         align-items: baseline !important;
     }
 
     .op-align-items-md-stretch {
         -ms-flex-align: stretch !important;
         align-items: stretch !important;
     }
 
     .op-align-content-md-start {
         -ms-flex-line-pack: start !important;
         align-content: flex-start !important;
     }
 
     .op-align-content-md-end {
         -ms-flex-line-pack: end !important;
         align-content: flex-end !important;
     }
 
     .op-align-content-md-center {
         -ms-flex-line-pack: center !important;
         align-content: center !important;
     }
 
     .op-align-content-md-between {
         -ms-flex-line-pack: justify !important;
         align-content: space-between !important;
     }
 
     .op-align-content-md-around {
         -ms-flex-line-pack: distribute !important;
         align-content: space-around !important;
     }
 
     .op-align-content-md-stretch {
         -ms-flex-line-pack: stretch !important;
         align-content: stretch !important;
     }
 
     .op-align-self-md-auto {
         -ms-flex-item-align: auto !important;
         align-self: auto !important;
     }
 
     .op-align-self-md-start {
         -ms-flex-item-align: start !important;
         align-self: flex-start !important;
     }
 
     .op-align-self-md-end {
         -ms-flex-item-align: end !important;
         align-self: flex-end !important;
     }
 
     .op-align-self-md-center {
         -ms-flex-item-align: center !important;
         align-self: center !important;
     }
 
     .op-align-self-md-baseline {
         -ms-flex-item-align: baseline !important;
         align-self: baseline !important;
     }
 
     .op-align-self-md-stretch {
         -ms-flex-item-align: stretch !important;
         align-self: stretch !important;
     }
 }
 
 @media (min-width: 992px) {
     .op-flex-lg-row {
         -ms-flex-direction: row !important;
         flex-direction: row !important;
     }
 
     .op-flex-lg-column {
         -ms-flex-direction: column !important;
         flex-direction: column !important;
     }
 
     .op-flex-lg-row-reverse {
         -ms-flex-direction: row-reverse !important;
         flex-direction: row-reverse !important;
     }
 
     .op-flex-lg-column-reverse {
         -ms-flex-direction: column-reverse !important;
         flex-direction: column-reverse !important;
     }
 
     .op-flex-lg-wrap {
         -ms-flex-wrap: wrap !important;
         flex-wrap: wrap !important;
     }
 
     .op-flex-lg-nowrap {
         -ms-flex-wrap: nowrap !important;
         flex-wrap: nowrap !important;
     }
 
     .op-flex-lg-wrap-reverse {
         -ms-flex-wrap: wrap-reverse !important;
         flex-wrap: wrap-reverse !important;
     }
 
     .op-flex-lg-fill {
         -ms-flex: 1 1 auto !important;
         flex: 1 1 auto !important;
     }
 
     .op-flex-lg-grow-0 {
         -ms-flex-positive: 0 !important;
         flex-grow: 0 !important;
     }
 
     .op-flex-lg-grow-1 {
         -ms-flex-positive: 1 !important;
         flex-grow: 1 !important;
     }
 
     .op-flex-lg-shrink-0 {
         -ms-flex-negative: 0 !important;
         flex-shrink: 0 !important;
     }
 
     .op-flex-lg-shrink-1 {
         -ms-flex-negative: 1 !important;
         flex-shrink: 1 !important;
     }
 
     .op-justify-content-lg-start {
         -ms-flex-pack: start !important;
         justify-content: flex-start !important;
     }
 
     .op-justify-content-lg-end {
         -ms-flex-pack: end !important;
         justify-content: flex-end !important;
     }
 
     .op-justify-content-lg-center {
         -ms-flex-pack: center !important;
         justify-content: center !important;
     }
 
     .op-justify-content-lg-between {
         -ms-flex-pack: justify !important;
         justify-content: space-between !important;
     }
 
     .op-justify-content-lg-around {
         -ms-flex-pack: distribute !important;
         justify-content: space-around !important;
     }
 
     .op-align-items-lg-start {
         -ms-flex-align: start !important;
         align-items: flex-start !important;
     }
 
     .op-align-items-lg-end {
         -ms-flex-align: end !important;
         align-items: flex-end !important;
     }
 
     .op-align-items-lg-center {
         -ms-flex-align: center !important;
         align-items: center !important;
     }
 
     .op-align-items-lg-baseline {
         -ms-flex-align: baseline !important;
         align-items: baseline !important;
     }
 
     .op-align-items-lg-stretch {
         -ms-flex-align: stretch !important;
         align-items: stretch !important;
     }
 
     .op-align-content-lg-start {
         -ms-flex-line-pack: start !important;
         align-content: flex-start !important;
     }
 
     .op-align-content-lg-end {
         -ms-flex-line-pack: end !important;
         align-content: flex-end !important;
     }
 
     .op-align-content-lg-center {
         -ms-flex-line-pack: center !important;
         align-content: center !important;
     }
 
     .op-align-content-lg-between {
         -ms-flex-line-pack: justify !important;
         align-content: space-between !important;
     }
 
     .op-align-content-lg-around {
         -ms-flex-line-pack: distribute !important;
         align-content: space-around !important;
     }
 
     .op-align-content-lg-stretch {
         -ms-flex-line-pack: stretch !important;
         align-content: stretch !important;
     }
 
     .op-align-self-lg-auto {
         -ms-flex-item-align: auto !important;
         align-self: auto !important;
     }
 
     .op-align-self-lg-start {
         -ms-flex-item-align: start !important;
         align-self: flex-start !important;
     }
 
     .op-align-self-lg-end {
         -ms-flex-item-align: end !important;
         align-self: flex-end !important;
     }
 
     .op-align-self-lg-center {
         -ms-flex-item-align: center !important;
         align-self: center !important;
     }
 
     .op-align-self-lg-baseline {
         -ms-flex-item-align: baseline !important;
         align-self: baseline !important;
     }
 
     .op-align-self-lg-stretch {
         -ms-flex-item-align: stretch !important;
         align-self: stretch !important;
     }
 }
 
 @media (min-width: 1200px) {
     .op-flex-xl-row {
         -ms-flex-direction: row !important;
         flex-direction: row !important;
     }
 
     .op-flex-xl-column {
         -ms-flex-direction: column !important;
         flex-direction: column !important;
     }
 
     .op-flex-xl-row-reverse {
         -ms-flex-direction: row-reverse !important;
         flex-direction: row-reverse !important;
     }
 
     .op-flex-xl-column-reverse {
         -ms-flex-direction: column-reverse !important;
         flex-direction: column-reverse !important;
     }
 
     .op-flex-xl-wrap {
         -ms-flex-wrap: wrap !important;
         flex-wrap: wrap !important;
     }
 
     .op-flex-xl-nowrap {
         -ms-flex-wrap: nowrap !important;
         flex-wrap: nowrap !important;
     }
 
     .op-flex-xl-wrap-reverse {
         -ms-flex-wrap: wrap-reverse !important;
         flex-wrap: wrap-reverse !important;
     }
 
     .op-flex-xl-fill {
         -ms-flex: 1 1 auto !important;
         flex: 1 1 auto !important;
     }
 
     .op-flex-xl-grow-0 {
         -ms-flex-positive: 0 !important;
         flex-grow: 0 !important;
     }
 
     .op-flex-xl-grow-1 {
         -ms-flex-positive: 1 !important;
         flex-grow: 1 !important;
     }
 
     .op-flex-xl-shrink-0 {
         -ms-flex-negative: 0 !important;
         flex-shrink: 0 !important;
     }
 
     .op-flex-xl-shrink-1 {
         -ms-flex-negative: 1 !important;
         flex-shrink: 1 !important;
     }
 
     .op-justify-content-xl-start {
         -ms-flex-pack: start !important;
         justify-content: flex-start !important;
     }
 
     .op-justify-content-xl-end {
         -ms-flex-pack: end !important;
         justify-content: flex-end !important;
     }
 
     .op-justify-content-xl-center {
         -ms-flex-pack: center !important;
         justify-content: center !important;
     }
 
     .op-justify-content-xl-between {
         -ms-flex-pack: justify !important;
         justify-content: space-between !important;
     }
 
     .op-justify-content-xl-around {
         -ms-flex-pack: distribute !important;
         justify-content: space-around !important;
     }
 
     .op-align-items-xl-start {
         -ms-flex-align: start !important;
         align-items: flex-start !important;
     }
 
     .op-align-items-xl-end {
         -ms-flex-align: end !important;
         align-items: flex-end !important;
     }
 
     .op-align-items-xl-center {
         -ms-flex-align: center !important;
         align-items: center !important;
     }
 
     .op-align-items-xl-baseline {
         -ms-flex-align: baseline !important;
         align-items: baseline !important;
     }
 
     .op-align-items-xl-stretch {
         -ms-flex-align: stretch !important;
         align-items: stretch !important;
     }
 
     .op-align-content-xl-start {
         -ms-flex-line-pack: start !important;
         align-content: flex-start !important;
     }
 
     .op-align-content-xl-end {
         -ms-flex-line-pack: end !important;
         align-content: flex-end !important;
     }
 
     .op-align-content-xl-center {
         -ms-flex-line-pack: center !important;
         align-content: center !important;
     }
 
     .op-align-content-xl-between {
         -ms-flex-line-pack: justify !important;
         align-content: space-between !important;
     }
 
     .op-align-content-xl-around {
         -ms-flex-line-pack: distribute !important;
         align-content: space-around !important;
     }
 
     .op-align-content-xl-stretch {
         -ms-flex-line-pack: stretch !important;
         align-content: stretch !important;
     }
 
     .op-align-self-xl-auto {
         -ms-flex-item-align: auto !important;
         align-self: auto !important;
     }
 
     .op-align-self-xl-start {
         -ms-flex-item-align: start !important;
         align-self: flex-start !important;
     }
 
     .op-align-self-xl-end {
         -ms-flex-item-align: end !important;
         align-self: flex-end !important;
     }
 
     .op-align-self-xl-center {
         -ms-flex-item-align: center !important;
         align-self: center !important;
     }
 
     .op-align-self-xl-baseline {
         -ms-flex-item-align: baseline !important;
         align-self: baseline !important;
     }
 
     .op-align-self-xl-stretch {
         -ms-flex-item-align: stretch !important;
         align-self: stretch !important;
     }
 }
 
 .op-float-left {
     float: left !important;
 }
 
 .op-float-right {
     float: right !important;
 }
 
 .op-float-none {
     float: none !important;
 }
 
 @media (min-width: 576px) {
     .op-float-sm-left {
         float: left !important;
     }
 
     .op-float-sm-right {
         float: right !important;
     }
 
     .op-float-sm-none {
         float: none !important;
     }
 }
 
 @media (min-width: 768px) {
     .op-float-md-left {
         float: left !important;
     }
 
     .op-float-md-right {
         float: right !important;
     }
 
     .op-float-md-none {
         float: none !important;
     }
 }
 
 @media (min-width: 992px) {
     .op-float-lg-left {
         float: left !important;
     }
 
     .op-float-lg-right {
         float: right !important;
     }
 
     .op-float-lg-none {
         float: none !important;
     }
 }
 
 @media (min-width: 1200px) {
     .op-float-xl-left {
         float: left !important;
     }
 
     .op-float-xl-right {
         float: right !important;
     }
 
     .op-float-xl-none {
         float: none !important;
     }
 }
 
 .op-user-select-all {
     -webkit-user-select: all !important;
     -moz-user-select: all !important;
     user-select: all !important;
 }
 
 .op-user-select-auto {
     -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
     -ms-user-select: auto !important;
     user-select: auto !important;
 }
 
 .op-user-select-none {
     -webkit-user-select: none !important;
     -moz-user-select: none !important;
     -ms-user-select: none !important;
     user-select: none !important;
 }
 
 .op-overflow-auto {
     overflow: auto !important;
 }
 
 .op-overflow-hidden {
     overflow: hidden !important;
 }
 
 .op-position-static {
     position: static !important;
 }
 
 .op-position-relative {
     position: relative !important;
 }
 
 .op-position-absolute {
     position: absolute !important;
 }
 
 .op-position-fixed {
     position: fixed !important;
 }
 
 .op-position-sticky {
     position: -webkit-sticky !important;
     position: sticky !important;
 }
 
 .op-fixed-top {
     position: fixed;
     top: 0;
     right: 0;
     left: 0;
     z-index: 1030;
 }
 
 .op-fixed-bottom {
     position: fixed;
     right: 0;
     bottom: 0;
     left: 0;
     z-index: 1030;
 }
 
 @supports (position: -webkit-sticky) or (position: sticky) {
     .op-sticky-top {
         position: -webkit-sticky;
         position: sticky;
         top: 0;
         z-index: 1020;
     }
 }
 
 .op-sr-only {
     position: absolute;
     width: 1px;
     height: 1px;
     padding: 0;
     margin: -1px;
     overflow: hidden;
     clip: rect(0, 0, 0, 0);
     white-space: nowrap;
     border: 0;
 }
 
 .op-sr-only-focusable:active, .op-sr-only-focusable:focus {
     position: static;
     width: auto;
     height: auto;
     overflow: visible;
     clip: auto;
     white-space: normal;
 }
 
 .op-shadow-sm {
     box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
 }
 
 .op-shadow {
     box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
 }
 
 .op-shadow-lg {
     box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
 }
 
 .op-shadow-none {
     box-shadow: none !important;
 }
 
 .op-w-25 {
     width: 25% !important;
 }
 
 .op-w-50 {
     width: 50% !important;
 }
 
 .op-w-75 {
     width: 75% !important;
 }
 
 .op-w-100 {
     width: 100% !important;
 }
 
 .op-w-auto {
     width: auto !important;
 }
 
 .op-h-25 {
     height: 25% !important;
 }
 
 .op-h-50 {
     height: 50% !important;
 }
 
 .op-h-75 {
     height: 75% !important;
 }
 
 .op-h-100 {
     height: 100% !important;
 }
 
 .op-h-auto {
     height: auto !important;
 }
 
 .op-mw-100 {
     max-width: 100% !important;
 }
 
 .op-mh-100 {
     max-height: 100% !important;
 }
 
 .op-min-vw-100 {
     min-width: 100vw !important;
 }
 
 .op-min-vh-100 {
     min-height: 100vh !important;
 }
 
 .op-vw-100 {
     width: 100vw !important;
 }
 
 .op-vh-100 {
     height: 100vh !important;
 }
 
 .op-m-0 {
     margin: 0 !important;
 }
 
 .op-mt-0,
 .op-my-0 {
     margin-top: 0 !important;
 }
 
 .op-mr-0,
 .op-mx-0 {
     margin-right: 0 !important;
 }
 
 .op-mb-0,
 .op-my-0 {
     margin-bottom: 0 !important;
 }
 
 .op-ml-0,
 .op-mx-0 {
     margin-left: 0 !important;
 }
 
 .op-m-1 {
     margin: 0.25rem !important;
 }
 
 .op-mt-1,
 .op-my-1 {
     margin-top: 0.25rem !important;
 }
 
 .op-mr-1,
 .op-mx-1 {
     margin-right: 0.25rem !important;
 }
 
 .op-mb-1,
 .op-my-1 {
     margin-bottom: 0.25rem !important;
 }
 
 .op-ml-1,
 .op-mx-1 {
     margin-left: 0.25rem !important;
 }
 
 .op-m-2 {
     margin: 0.5rem !important;
 }
 
 .op-mt-2,
 .op-my-2 {
     margin-top: 0.5rem !important;
 }
 
 .op-mr-2,
 .op-mx-2 {
     margin-right: 0.5rem !important;
 }
 
 .op-mb-2,
 .op-my-2 {
     margin-bottom: 0.5rem !important;
 }
 
 .op-ml-2,
 .op-mx-2 {
     margin-left: 0.5rem !important;
 }
 
 .op-m-3 {
     margin: 1rem !important;
 }
 
 .op-mt-3,
 .op-my-3 {
     margin-top: 1rem !important;
 }
 
 .op-mr-3,
 .op-mx-3 {
     margin-right: 1rem !important;
 }
 
 .op-mb-3,
 .op-my-3 {
     margin-bottom: 1rem !important;
 }
 
 .op-ml-3,
 .op-mx-3 {
     margin-left: 1rem !important;
 }
 
 .op-m-4 {
     margin: 1.5rem !important;
 }
 
 .op-mt-4,
 .op-my-4 {
     margin-top: 1.5rem !important;
 }
 
 .op-mr-4,
 .op-mx-4 {
     margin-right: 1.5rem !important;
 }
 
 .op-mb-4,
 .op-my-4 {
     margin-bottom: 1.5rem !important;
 }
 
 .op-ml-4,
 .op-mx-4 {
     margin-left: 1.5rem !important;
 }
 
 .op-m-5 {
     margin: 3rem !important;
 }
 
 .op-mt-5,
 .op-my-5 {
     margin-top: 3rem !important;
 }
 
 .op-mr-5,
 .op-mx-5 {
     margin-right: 3rem !important;
 }
 
 .op-mb-5,
 .op-my-5 {
     margin-bottom: 3rem !important;
 }
 
 .op-ml-5,
 .op-mx-5 {
     margin-left: 3rem !important;
 }
 
 .op-p-0 {
     padding: 0 !important;
 }
 
 .op-pt-0,
 .op-py-0 {
     padding-top: 0 !important;
 }
 
 .op-pr-0,
 .op-px-0 {
     padding-right: 0 !important;
 }
 
 .op-pb-0,
 .op-py-0 {
     padding-bottom: 0 !important;
 }
 
 .op-pl-0,
 .op-px-0 {
     padding-left: 0 !important;
 }
 
 .op-p-1 {
     padding: 0.25rem !important;
 }
 
 .op-pt-1,
 .op-py-1 {
     padding-top: 0.25rem !important;
 }
 
 .op-pr-1,
 .op-px-1 {
     padding-right: 0.25rem !important;
 }
 
 .op-pb-1,
 .op-py-1 {
     padding-bottom: 0.25rem !important;
 }
 
 .op-pl-1,
 .op-px-1 {
     padding-left: 0.25rem !important;
 }
 
 .op-p-2 {
     padding: 0.5rem !important;
 }
 
 .op-pt-2,
 .op-py-2 {
     padding-top: 0.5rem !important;
 }
 
 .op-pr-2,
 .op-px-2 {
     padding-right: 0.5rem !important;
 }
 
 .op-pb-2,
 .op-py-2 {
     padding-bottom: 0.5rem !important;
 }
 
 .op-pl-2,
 .op-px-2 {
     padding-left: 0.5rem !important;
 }
 
 .op-p-3 {
     padding: 1rem !important;
 }
 
 .op-pt-3,
 .op-py-3 {
     padding-top: 1rem !important;
 }
 
 .op-pr-3,
 .op-px-3 {
     padding-right: 1rem !important;
 }
 
 .op-pb-3,
 .op-py-3 {
     padding-bottom: 1rem !important;
 }
 
 .op-pl-3,
 .op-px-3 {
     padding-left: 1rem !important;
 }
 
 .op-p-4 {
     padding: 1.5rem !important;
 }
 
 .op-pt-4,
 .op-py-4 {
     padding-top: 1.5rem !important;
 }
 
 .op-pr-4,
 .op-px-4 {
     padding-right: 1.5rem !important;
 }
 
 .op-pb-4,
 .op-py-4 {
     padding-bottom: 1.5rem !important;
 }
 
 .op-pl-4,
 .op-px-4 {
     padding-left: 1.5rem !important;
 }
 
 .op-p-5 {
     padding: 3rem !important;
 }
 
 .op-pt-5,
 .op-py-5 {
     padding-top: 3rem !important;
 }
 
 .op-pr-5,
 .op-px-5 {
     padding-right: 3rem !important;
 }
 
 .op-pb-5,
 .op-py-5 {
     padding-bottom: 3rem !important;
 }
 
 .op-pl-5,
 .op-px-5 {
     padding-left: 3rem !important;
 }
 
 .op-m-n1 {
     margin: -0.25rem !important;
 }
 
 .op-mt-n1,
 .op-my-n1 {
     margin-top: -0.25rem !important;
 }
 
 .op-mr-n1,
 .op-mx-n1 {
     margin-right: -0.25rem !important;
 }
 
 .op-mb-n1,
 .op-my-n1 {
     margin-bottom: -0.25rem !important;
 }
 
 .op-ml-n1,
 .op-mx-n1 {
     margin-left: -0.25rem !important;
 }
 
 .op-m-n2 {
     margin: -0.5rem !important;
 }
 
 .op-mt-n2,
 .op-my-n2 {
     margin-top: -0.5rem !important;
 }
 
 .op-mr-n2,
 .op-mx-n2 {
     margin-right: -0.5rem !important;
 }
 
 .op-mb-n2,
 .op-my-n2 {
     margin-bottom: -0.5rem !important;
 }
 
 .op-ml-n2,
 .op-mx-n2 {
     margin-left: -0.5rem !important;
 }
 
 .op-m-n3 {
     margin: -1rem !important;
 }
 
 .op-mt-n3,
 .op-my-n3 {
     margin-top: -1rem !important;
 }
 
 .op-mr-n3,
 .op-mx-n3 {
     margin-right: -1rem !important;
 }
 
 .op-mb-n3,
 .op-my-n3 {
     margin-bottom: -1rem !important;
 }
 
 .op-ml-n3,
 .op-mx-n3 {
     margin-left: -1rem !important;
 }
 
 .op-m-n4 {
     margin: -1.5rem !important;
 }
 
 .op-mt-n4,
 .op-my-n4 {
     margin-top: -1.5rem !important;
 }
 
 .op-mr-n4,
 .op-mx-n4 {
     margin-right: -1.5rem !important;
 }
 
 .op-mb-n4,
 .op-my-n4 {
     margin-bottom: -1.5rem !important;
 }
 
 .op-ml-n4,
 .op-mx-n4 {
     margin-left: -1.5rem !important;
 }
 
 .op-m-n5 {
     margin: -3rem !important;
 }
 
 .op-mt-n5,
 .op-my-n5 {
     margin-top: -3rem !important;
 }
 
 .op-mr-n5,
 .op-mx-n5 {
     margin-right: -3rem !important;
 }
 
 .op-mb-n5,
 .op-my-n5 {
     margin-bottom: -3rem !important;
 }
 
 .op-ml-n5,
 .op-mx-n5 {
     margin-left: -3rem !important;
 }
 
 .op-m-auto {
     margin: auto !important;
 }
 
 .op-mt-auto,
 .op-my-auto {
     margin-top: auto !important;
 }
 
 .op-mr-auto,
 .op-mx-auto {
     margin-right: auto !important;
 }
 
 .op-mb-auto,
 .op-my-auto {
     margin-bottom: auto !important;
 }
 
 .op-ml-auto,
 .op-mx-auto {
     margin-left: auto !important;
 }
 
 @media (min-width: 576px) {
     .op-m-sm-0 {
         margin: 0 !important;
     }
 
     .op-mt-sm-0,
   .op-my-sm-0 {
         margin-top: 0 !important;
     }
 
     .op-mr-sm-0,
   .op-mx-sm-0 {
         margin-right: 0 !important;
     }
 
     .op-mb-sm-0,
   .op-my-sm-0 {
         margin-bottom: 0 !important;
     }
 
     .op-ml-sm-0,
   .op-mx-sm-0 {
         margin-left: 0 !important;
     }
 
     .op-m-sm-1 {
         margin: 0.25rem !important;
     }
 
     .op-mt-sm-1,
   .op-my-sm-1 {
         margin-top: 0.25rem !important;
     }
 
     .op-mr-sm-1,
   .op-mx-sm-1 {
         margin-right: 0.25rem !important;
     }
 
     .op-mb-sm-1,
   .op-my-sm-1 {
         margin-bottom: 0.25rem !important;
     }
 
     .op-ml-sm-1,
   .op-mx-sm-1 {
         margin-left: 0.25rem !important;
     }
 
     .op-m-sm-2 {
         margin: 0.5rem !important;
     }
 
     .op-mt-sm-2,
   .op-my-sm-2 {
         margin-top: 0.5rem !important;
     }
 
     .op-mr-sm-2,
   .op-mx-sm-2 {
         margin-right: 0.5rem !important;
     }
 
     .op-mb-sm-2,
   .op-my-sm-2 {
         margin-bottom: 0.5rem !important;
     }
 
     .op-ml-sm-2,
   .op-mx-sm-2 {
         margin-left: 0.5rem !important;
     }
 
     .op-m-sm-3 {
         margin: 1rem !important;
     }
 
     .op-mt-sm-3,
   .op-my-sm-3 {
         margin-top: 1rem !important;
     }
 
     .op-mr-sm-3,
   .op-mx-sm-3 {
         margin-right: 1rem !important;
     }
 
     .op-mb-sm-3,
   .op-my-sm-3 {
         margin-bottom: 1rem !important;
     }
 
     .op-ml-sm-3,
   .op-mx-sm-3 {
         margin-left: 1rem !important;
     }
 
     .op-m-sm-4 {
         margin: 1.5rem !important;
     }
 
     .op-mt-sm-4,
   .op-my-sm-4 {
         margin-top: 1.5rem !important;
     }
 
     .op-mr-sm-4,
   .op-mx-sm-4 {
         margin-right: 1.5rem !important;
     }
 
     .op-mb-sm-4,
   .op-my-sm-4 {
         margin-bottom: 1.5rem !important;
     }
 
     .op-ml-sm-4,
   .op-mx-sm-4 {
         margin-left: 1.5rem !important;
     }
 
     .op-m-sm-5 {
         margin: 3rem !important;
     }
 
     .op-mt-sm-5,
   .op-my-sm-5 {
         margin-top: 3rem !important;
     }
 
     .op-mr-sm-5,
   .op-mx-sm-5 {
         margin-right: 3rem !important;
     }
 
     .op-mb-sm-5,
   .op-my-sm-5 {
         margin-bottom: 3rem !important;
     }
 
     .op-ml-sm-5,
   .op-mx-sm-5 {
         margin-left: 3rem !important;
     }
 
     .op-p-sm-0 {
         padding: 0 !important;
     }
 
     .op-pt-sm-0,
   .op-py-sm-0 {
         padding-top: 0 !important;
     }
 
     .op-pr-sm-0,
   .op-px-sm-0 {
         padding-right: 0 !important;
     }
 
     .op-pb-sm-0,
   .op-py-sm-0 {
         padding-bottom: 0 !important;
     }
 
     .op-pl-sm-0,
   .op-px-sm-0 {
         padding-left: 0 !important;
     }
 
     .op-p-sm-1 {
         padding: 0.25rem !important;
     }
 
     .op-pt-sm-1,
   .op-py-sm-1 {
         padding-top: 0.25rem !important;
     }
 
     .op-pr-sm-1,
   .op-px-sm-1 {
         padding-right: 0.25rem !important;
     }
 
     .op-pb-sm-1,
   .op-py-sm-1 {
         padding-bottom: 0.25rem !important;
     }
 
     .op-pl-sm-1,
   .op-px-sm-1 {
         padding-left: 0.25rem !important;
     }
 
     .op-p-sm-2 {
         padding: 0.5rem !important;
     }
 
     .op-pt-sm-2,
   .op-py-sm-2 {
         padding-top: 0.5rem !important;
     }
 
     .op-pr-sm-2,
   .op-px-sm-2 {
         padding-right: 0.5rem !important;
     }
 
     .op-pb-sm-2,
   .op-py-sm-2 {
         padding-bottom: 0.5rem !important;
     }
 
     .op-pl-sm-2,
   .op-px-sm-2 {
         padding-left: 0.5rem !important;
     }
 
     .op-p-sm-3 {
         padding: 1rem !important;
     }
 
     .op-pt-sm-3,
   .op-py-sm-3 {
         padding-top: 1rem !important;
     }
 
     .op-pr-sm-3,
   .op-px-sm-3 {
         padding-right: 1rem !important;
     }
 
     .op-pb-sm-3,
   .op-py-sm-3 {
         padding-bottom: 1rem !important;
     }
 
     .op-pl-sm-3,
   .op-px-sm-3 {
         padding-left: 1rem !important;
     }
 
     .op-p-sm-4 {
         padding: 1.5rem !important;
     }
 
     .op-pt-sm-4,
   .op-py-sm-4 {
         padding-top: 1.5rem !important;
     }
 
     .op-pr-sm-4,
   .op-px-sm-4 {
         padding-right: 1.5rem !important;
     }
 
     .op-pb-sm-4,
   .op-py-sm-4 {
         padding-bottom: 1.5rem !important;
     }
 
     .op-pl-sm-4,
   .op-px-sm-4 {
         padding-left: 1.5rem !important;
     }
 
     .op-p-sm-5 {
         padding: 3rem !important;
     }
 
     .op-pt-sm-5,
   .op-py-sm-5 {
         padding-top: 3rem !important;
     }
 
     .op-pr-sm-5,
   .op-px-sm-5 {
         padding-right: 3rem !important;
     }
 
     .op-pb-sm-5,
   .op-py-sm-5 {
         padding-bottom: 3rem !important;
     }
 
     .op-pl-sm-5,
   .op-px-sm-5 {
         padding-left: 3rem !important;
     }
 
     .op-m-sm-n1 {
         margin: -0.25rem !important;
     }
 
     .op-mt-sm-n1,
   .op-my-sm-n1 {
         margin-top: -0.25rem !important;
     }
 
     .op-mr-sm-n1,
   .op-mx-sm-n1 {
         margin-right: -0.25rem !important;
     }
 
     .op-mb-sm-n1,
   .op-my-sm-n1 {
         margin-bottom: -0.25rem !important;
     }
 
     .op-ml-sm-n1,
   .op-mx-sm-n1 {
         margin-left: -0.25rem !important;
     }
 
     .op-m-sm-n2 {
         margin: -0.5rem !important;
     }
 
     .op-mt-sm-n2,
   .op-my-sm-n2 {
         margin-top: -0.5rem !important;
     }
 
     .op-mr-sm-n2,
   .op-mx-sm-n2 {
         margin-right: -0.5rem !important;
     }
 
     .op-mb-sm-n2,
   .op-my-sm-n2 {
         margin-bottom: -0.5rem !important;
     }
 
     .op-ml-sm-n2,
   .op-mx-sm-n2 {
         margin-left: -0.5rem !important;
     }
 
     .op-m-sm-n3 {
         margin: -1rem !important;
     }
 
     .op-mt-sm-n3,
   .op-my-sm-n3 {
         margin-top: -1rem !important;
     }
 
     .op-mr-sm-n3,
   .op-mx-sm-n3 {
         margin-right: -1rem !important;
     }
 
     .op-mb-sm-n3,
   .op-my-sm-n3 {
         margin-bottom: -1rem !important;
     }
 
     .op-ml-sm-n3,
   .op-mx-sm-n3 {
         margin-left: -1rem !important;
     }
 
     .op-m-sm-n4 {
         margin: -1.5rem !important;
     }
 
     .op-mt-sm-n4,
   .op-my-sm-n4 {
         margin-top: -1.5rem !important;
     }
 
     .op-mr-sm-n4,
   .op-mx-sm-n4 {
         margin-right: -1.5rem !important;
     }
 
     .op-mb-sm-n4,
   .op-my-sm-n4 {
         margin-bottom: -1.5rem !important;
     }
 
     .op-ml-sm-n4,
   .op-mx-sm-n4 {
         margin-left: -1.5rem !important;
     }
 
     .op-m-sm-n5 {
         margin: -3rem !important;
     }
 
     .op-mt-sm-n5,
   .op-my-sm-n5 {
         margin-top: -3rem !important;
     }
 
     .op-mr-sm-n5,
   .op-mx-sm-n5 {
         margin-right: -3rem !important;
     }
 
     .op-mb-sm-n5,
   .op-my-sm-n5 {
         margin-bottom: -3rem !important;
     }
 
     .op-ml-sm-n5,
   .op-mx-sm-n5 {
         margin-left: -3rem !important;
     }
 
     .op-m-sm-auto {
         margin: auto !important;
     }
 
     .op-mt-sm-auto,
   .op-my-sm-auto {
         margin-top: auto !important;
     }
 
     .op-mr-sm-auto,
   .op-mx-sm-auto {
         margin-right: auto !important;
     }
 
     .op-mb-sm-auto,
   .op-my-sm-auto {
         margin-bottom: auto !important;
     }
 
     .op-ml-sm-auto,
   .op-mx-sm-auto {
         margin-left: auto !important;
     }
 }
 
 @media (min-width: 768px) {
     .op-m-md-0 {
         margin: 0 !important;
     }
 
     .op-mt-md-0,
   .op-my-md-0 {
         margin-top: 0 !important;
     }
 
     .op-mr-md-0,
   .op-mx-md-0 {
         margin-right: 0 !important;
     }
 
     .op-mb-md-0,
   .op-my-md-0 {
         margin-bottom: 0 !important;
     }
 
     .op-ml-md-0,
   .op-mx-md-0 {
         margin-left: 0 !important;
     }
 
     .op-m-md-1 {
         margin: 0.25rem !important;
     }
 
     .op-mt-md-1,
   .op-my-md-1 {
         margin-top: 0.25rem !important;
     }
 
     .op-mr-md-1,
   .op-mx-md-1 {
         margin-right: 0.25rem !important;
     }
 
     .op-mb-md-1,
   .op-my-md-1 {
         margin-bottom: 0.25rem !important;
     }
 
     .op-ml-md-1,
   .op-mx-md-1 {
         margin-left: 0.25rem !important;
     }
 
     .op-m-md-2 {
         margin: 0.5rem !important;
     }
 
     .op-mt-md-2,
   .op-my-md-2 {
         margin-top: 0.5rem !important;
     }
 
     .op-mr-md-2,
   .op-mx-md-2 {
         margin-right: 0.5rem !important;
     }
 
     .op-mb-md-2,
   .op-my-md-2 {
         margin-bottom: 0.5rem !important;
     }
 
     .op-ml-md-2,
   .op-mx-md-2 {
         margin-left: 0.5rem !important;
     }
 
     .op-m-md-3 {
         margin: 1rem !important;
     }
 
     .op-mt-md-3,
   .op-my-md-3 {
         margin-top: 1rem !important;
     }
 
     .op-mr-md-3,
   .op-mx-md-3 {
         margin-right: 1rem !important;
     }
 
     .op-mb-md-3,
   .op-my-md-3 {
         margin-bottom: 1rem !important;
     }
 
     .op-ml-md-3,
   .op-mx-md-3 {
         margin-left: 1rem !important;
     }
 
     .op-m-md-4 {
         margin: 1.5rem !important;
     }
 
     .op-mt-md-4,
   .op-my-md-4 {
         margin-top: 1.5rem !important;
     }
 
     .op-mr-md-4,
   .op-mx-md-4 {
         margin-right: 1.5rem !important;
     }
 
     .op-mb-md-4,
   .op-my-md-4 {
         margin-bottom: 1.5rem !important;
     }
 
     .op-ml-md-4,
   .op-mx-md-4 {
         margin-left: 1.5rem !important;
     }
 
     .op-m-md-5 {
         margin: 3rem !important;
     }
 
     .op-mt-md-5,
   .op-my-md-5 {
         margin-top: 3rem !important;
     }
 
     .op-mr-md-5,
   .op-mx-md-5 {
         margin-right: 3rem !important;
     }
 
     .op-mb-md-5,
   .op-my-md-5 {
         margin-bottom: 3rem !important;
     }
 
     .op-ml-md-5,
   .op-mx-md-5 {
         margin-left: 3rem !important;
     }
 
     .op-p-md-0 {
         padding: 0 !important;
     }
 
     .op-pt-md-0,
   .op-py-md-0 {
         padding-top: 0 !important;
     }
 
     .op-pr-md-0,
   .op-px-md-0 {
         padding-right: 0 !important;
     }
 
     .op-pb-md-0,
   .op-py-md-0 {
         padding-bottom: 0 !important;
     }
 
     .op-pl-md-0,
   .op-px-md-0 {
         padding-left: 0 !important;
     }
 
     .op-p-md-1 {
         padding: 0.25rem !important;
     }
 
     .op-pt-md-1,
   .op-py-md-1 {
         padding-top: 0.25rem !important;
     }
 
     .op-pr-md-1,
   .op-px-md-1 {
         padding-right: 0.25rem !important;
     }
 
     .op-pb-md-1,
   .op-py-md-1 {
         padding-bottom: 0.25rem !important;
     }
 
     .op-pl-md-1,
   .op-px-md-1 {
         padding-left: 0.25rem !important;
     }
 
     .op-p-md-2 {
         padding: 0.5rem !important;
     }
 
     .op-pt-md-2,
   .op-py-md-2 {
         padding-top: 0.5rem !important;
     }
 
     .op-pr-md-2,
   .op-px-md-2 {
         padding-right: 0.5rem !important;
     }
 
     .op-pb-md-2,
   .op-py-md-2 {
         padding-bottom: 0.5rem !important;
     }
 
     .op-pl-md-2,
   .op-px-md-2 {
         padding-left: 0.5rem !important;
     }
 
     .op-p-md-3 {
         padding: 1rem !important;
     }
 
     .op-pt-md-3,
   .op-py-md-3 {
         padding-top: 1rem !important;
     }
 
     .op-pr-md-3,
   .op-px-md-3 {
         padding-right: 1rem !important;
     }
 
     .op-pb-md-3,
   .op-py-md-3 {
         padding-bottom: 1rem !important;
     }
 
     .op-pl-md-3,
   .op-px-md-3 {
         padding-left: 1rem !important;
     }
 
     .op-p-md-4 {
         padding: 1.5rem !important;
     }
 
     .op-pt-md-4,
   .op-py-md-4 {
         padding-top: 1.5rem !important;
     }
 
     .op-pr-md-4,
   .op-px-md-4 {
         padding-right: 1.5rem !important;
     }
 
     .op-pb-md-4,
   .op-py-md-4 {
         padding-bottom: 1.5rem !important;
     }
 
     .op-pl-md-4,
   .op-px-md-4 {
         padding-left: 1.5rem !important;
     }
 
     .op-p-md-5 {
         padding: 3rem !important;
     }
 
     .op-pt-md-5,
   .op-py-md-5 {
         padding-top: 3rem !important;
     }
 
     .op-pr-md-5,
   .op-px-md-5 {
         padding-right: 3rem !important;
     }
 
     .op-pb-md-5,
   .op-py-md-5 {
         padding-bottom: 3rem !important;
     }
 
     .op-pl-md-5,
   .op-px-md-5 {
         padding-left: 3rem !important;
     }
 
     .op-m-md-n1 {
         margin: -0.25rem !important;
     }
 
     .op-mt-md-n1,
   .op-my-md-n1 {
         margin-top: -0.25rem !important;
     }
 
     .op-mr-md-n1,
   .op-mx-md-n1 {
         margin-right: -0.25rem !important;
     }
 
     .op-mb-md-n1,
   .op-my-md-n1 {
         margin-bottom: -0.25rem !important;
     }
 
     .op-ml-md-n1,
   .op-mx-md-n1 {
         margin-left: -0.25rem !important;
     }
 
     .op-m-md-n2 {
         margin: -0.5rem !important;
     }
 
     .op-mt-md-n2,
   .op-my-md-n2 {
         margin-top: -0.5rem !important;
     }
 
     .op-mr-md-n2,
   .op-mx-md-n2 {
         margin-right: -0.5rem !important;
     }
 
     .op-mb-md-n2,
   .op-my-md-n2 {
         margin-bottom: -0.5rem !important;
     }
 
     .op-ml-md-n2,
   .op-mx-md-n2 {
         margin-left: -0.5rem !important;
     }
 
     .op-m-md-n3 {
         margin: -1rem !important;
     }
 
     .op-mt-md-n3,
   .op-my-md-n3 {
         margin-top: -1rem !important;
     }
 
     .op-mr-md-n3,
   .op-mx-md-n3 {
         margin-right: -1rem !important;
     }
 
     .op-mb-md-n3,
   .op-my-md-n3 {
         margin-bottom: -1rem !important;
     }
 
     .op-ml-md-n3,
   .op-mx-md-n3 {
         margin-left: -1rem !important;
     }
 
     .op-m-md-n4 {
         margin: -1.5rem !important;
     }
 
     .op-mt-md-n4,
   .op-my-md-n4 {
         margin-top: -1.5rem !important;
     }
 
     .op-mr-md-n4,
   .op-mx-md-n4 {
         margin-right: -1.5rem !important;
     }
 
     .op-mb-md-n4,
   .op-my-md-n4 {
         margin-bottom: -1.5rem !important;
     }
 
     .op-ml-md-n4,
   .op-mx-md-n4 {
         margin-left: -1.5rem !important;
     }
 
     .op-m-md-n5 {
         margin: -3rem !important;
     }
 
     .op-mt-md-n5,
   .op-my-md-n5 {
         margin-top: -3rem !important;
     }
 
     .op-mr-md-n5,
   .op-mx-md-n5 {
         margin-right: -3rem !important;
     }
 
     .op-mb-md-n5,
   .op-my-md-n5 {
         margin-bottom: -3rem !important;
     }
 
     .op-ml-md-n5,
   .op-mx-md-n5 {
         margin-left: -3rem !important;
     }
 
     .op-m-md-auto {
         margin: auto !important;
     }
 
     .op-mt-md-auto,
   .op-my-md-auto {
         margin-top: auto !important;
     }
 
     .op-mr-md-auto,
   .op-mx-md-auto {
         margin-right: auto !important;
     }
 
     .op-mb-md-auto,
   .op-my-md-auto {
         margin-bottom: auto !important;
     }
 
     .op-ml-md-auto,
   .op-mx-md-auto {
         margin-left: auto !important;
     }
 }
 
 @media (min-width: 992px) {
     .op-m-lg-0 {
         margin: 0 !important;
     }
 
     .op-mt-lg-0,
   .op-my-lg-0 {
         margin-top: 0 !important;
     }
 
     .op-mr-lg-0,
   .op-mx-lg-0 {
         margin-right: 0 !important;
     }
 
     .op-mb-lg-0,
   .op-my-lg-0 {
         margin-bottom: 0 !important;
     }
 
     .op-ml-lg-0,
   .op-mx-lg-0 {
         margin-left: 0 !important;
     }
 
     .op-m-lg-1 {
         margin: 0.25rem !important;
     }
 
     .op-mt-lg-1,
   .op-my-lg-1 {
         margin-top: 0.25rem !important;
     }
 
     .op-mr-lg-1,
   .op-mx-lg-1 {
         margin-right: 0.25rem !important;
     }
 
     .op-mb-lg-1,
   .op-my-lg-1 {
         margin-bottom: 0.25rem !important;
     }
 
     .op-ml-lg-1,
   .op-mx-lg-1 {
         margin-left: 0.25rem !important;
     }
 
     .op-m-lg-2 {
         margin: 0.5rem !important;
     }
 
     .op-mt-lg-2,
   .op-my-lg-2 {
         margin-top: 0.5rem !important;
     }
 
     .op-mr-lg-2,
   .op-mx-lg-2 {
         margin-right: 0.5rem !important;
     }
 
     .op-mb-lg-2,
   .op-my-lg-2 {
         margin-bottom: 0.5rem !important;
     }
 
     .op-ml-lg-2,
   .op-mx-lg-2 {
         margin-left: 0.5rem !important;
     }
 
     .op-m-lg-3 {
         margin: 1rem !important;
     }
 
     .op-mt-lg-3,
   .op-my-lg-3 {
         margin-top: 1rem !important;
     }
 
     .op-mr-lg-3,
   .op-mx-lg-3 {
         margin-right: 1rem !important;
     }
 
     .op-mb-lg-3,
   .op-my-lg-3 {
         margin-bottom: 1rem !important;
     }
 
     .op-ml-lg-3,
   .op-mx-lg-3 {
         margin-left: 1rem !important;
     }
 
     .op-m-lg-4 {
         margin: 1.5rem !important;
     }
 
     .op-mt-lg-4,
   .op-my-lg-4 {
         margin-top: 1.5rem !important;
     }
 
     .op-mr-lg-4,
   .op-mx-lg-4 {
         margin-right: 1.5rem !important;
     }
 
     .op-mb-lg-4,
   .op-my-lg-4 {
         margin-bottom: 1.5rem !important;
     }
 
     .op-ml-lg-4,
   .op-mx-lg-4 {
         margin-left: 1.5rem !important;
     }
 
     .op-m-lg-5 {
         margin: 3rem !important;
     }
 
     .op-mt-lg-5,
   .op-my-lg-5 {
         margin-top: 3rem !important;
     }
 
     .op-mr-lg-5,
   .op-mx-lg-5 {
         margin-right: 3rem !important;
     }
 
     .op-mb-lg-5,
   .op-my-lg-5 {
         margin-bottom: 3rem !important;
     }
 
     .op-ml-lg-5,
   .op-mx-lg-5 {
         margin-left: 3rem !important;
     }
 
     .op-p-lg-0 {
         padding: 0 !important;
     }
 
     .op-pt-lg-0,
   .op-py-lg-0 {
         padding-top: 0 !important;
     }
 
     .op-pr-lg-0,
   .op-px-lg-0 {
         padding-right: 0 !important;
     }
 
     .op-pb-lg-0,
   .op-py-lg-0 {
         padding-bottom: 0 !important;
     }
 
     .op-pl-lg-0,
   .op-px-lg-0 {
         padding-left: 0 !important;
     }
 
     .op-p-lg-1 {
         padding: 0.25rem !important;
     }
 
     .op-pt-lg-1,
   .op-py-lg-1 {
         padding-top: 0.25rem !important;
     }
 
     .op-pr-lg-1,
   .op-px-lg-1 {
         padding-right: 0.25rem !important;
     }
 
     .op-pb-lg-1,
   .op-py-lg-1 {
         padding-bottom: 0.25rem !important;
     }
 
     .op-pl-lg-1,
   .op-px-lg-1 {
         padding-left: 0.25rem !important;
     }
 
     .op-p-lg-2 {
         padding: 0.5rem !important;
     }
 
     .op-pt-lg-2,
   .op-py-lg-2 {
         padding-top: 0.5rem !important;
     }
 
     .op-pr-lg-2,
   .op-px-lg-2 {
         padding-right: 0.5rem !important;
     }
 
     .op-pb-lg-2,
   .op-py-lg-2 {
         padding-bottom: 0.5rem !important;
     }
 
     .op-pl-lg-2,
   .op-px-lg-2 {
         padding-left: 0.5rem !important;
     }
 
     .op-p-lg-3 {
         padding: 1rem !important;
     }
 
     .op-pt-lg-3,
   .op-py-lg-3 {
         padding-top: 1rem !important;
     }
 
     .op-pr-lg-3,
   .op-px-lg-3 {
         padding-right: 1rem !important;
     }
 
     .op-pb-lg-3,
   .op-py-lg-3 {
         padding-bottom: 1rem !important;
     }
 
     .op-pl-lg-3,
   .op-px-lg-3 {
         padding-left: 1rem !important;
     }
 
     .op-p-lg-4 {
         padding: 1.5rem !important;
     }
 
     .op-pt-lg-4,
   .op-py-lg-4 {
         padding-top: 1.5rem !important;
     }
 
     .op-pr-lg-4,
   .op-px-lg-4 {
         padding-right: 1.5rem !important;
     }
 
     .op-pb-lg-4,
   .op-py-lg-4 {
         padding-bottom: 1.5rem !important;
     }
 
     .op-pl-lg-4,
   .op-px-lg-4 {
         padding-left: 1.5rem !important;
     }
 
     .op-p-lg-5 {
         padding: 3rem !important;
     }
 
     .op-pt-lg-5,
   .op-py-lg-5 {
         padding-top: 3rem !important;
     }
 
     .op-pr-lg-5,
   .op-px-lg-5 {
         padding-right: 3rem !important;
     }
 
     .op-pb-lg-5,
   .op-py-lg-5 {
         padding-bottom: 3rem !important;
     }
 
     .op-pl-lg-5,
   .op-px-lg-5 {
         padding-left: 3rem !important;
     }
 
     .op-m-lg-n1 {
         margin: -0.25rem !important;
     }
 
     .op-mt-lg-n1,
   .op-my-lg-n1 {
         margin-top: -0.25rem !important;
     }
 
     .op-mr-lg-n1,
   .op-mx-lg-n1 {
         margin-right: -0.25rem !important;
     }
 
     .op-mb-lg-n1,
   .op-my-lg-n1 {
         margin-bottom: -0.25rem !important;
     }
 
     .op-ml-lg-n1,
   .op-mx-lg-n1 {
         margin-left: -0.25rem !important;
     }
 
     .op-m-lg-n2 {
         margin: -0.5rem !important;
     }
 
     .op-mt-lg-n2,
   .op-my-lg-n2 {
         margin-top: -0.5rem !important;
     }
 
     .op-mr-lg-n2,
   .op-mx-lg-n2 {
         margin-right: -0.5rem !important;
     }
 
     .op-mb-lg-n2,
   .op-my-lg-n2 {
         margin-bottom: -0.5rem !important;
     }
 
     .op-ml-lg-n2,
   .op-mx-lg-n2 {
         margin-left: -0.5rem !important;
     }
 
     .op-m-lg-n3 {
         margin: -1rem !important;
     }
 
     .op-mt-lg-n3,
   .op-my-lg-n3 {
         margin-top: -1rem !important;
     }
 
     .op-mr-lg-n3,
   .op-mx-lg-n3 {
         margin-right: -1rem !important;
     }
 
     .op-mb-lg-n3,
   .op-my-lg-n3 {
         margin-bottom: -1rem !important;
     }
 
     .op-ml-lg-n3,
   .op-mx-lg-n3 {
         margin-left: -1rem !important;
     }
 
     .op-m-lg-n4 {
         margin: -1.5rem !important;
     }
 
     .op-mt-lg-n4,
   .op-my-lg-n4 {
         margin-top: -1.5rem !important;
     }
 
     .op-mr-lg-n4,
   .op-mx-lg-n4 {
         margin-right: -1.5rem !important;
     }
 
     .op-mb-lg-n4,
   .op-my-lg-n4 {
         margin-bottom: -1.5rem !important;
     }
 
     .op-ml-lg-n4,
   .op-mx-lg-n4 {
         margin-left: -1.5rem !important;
     }
 
     .op-m-lg-n5 {
         margin: -3rem !important;
     }
 
     .op-mt-lg-n5,
   .op-my-lg-n5 {
         margin-top: -3rem !important;
     }
 
     .op-mr-lg-n5,
   .op-mx-lg-n5 {
         margin-right: -3rem !important;
     }
 
     .op-mb-lg-n5,
   .op-my-lg-n5 {
         margin-bottom: -3rem !important;
     }
 
     .op-ml-lg-n5,
   .op-mx-lg-n5 {
         margin-left: -3rem !important;
     }
 
     .op-m-lg-auto {
         margin: auto !important;
     }
 
     .op-mt-lg-auto,
   .op-my-lg-auto {
         margin-top: auto !important;
     }
 
     .op-mr-lg-auto,
   .op-mx-lg-auto {
         margin-right: auto !important;
     }
 
     .op-mb-lg-auto,
   .op-my-lg-auto {
         margin-bottom: auto !important;
     }
 
     .op-ml-lg-auto,
   .op-mx-lg-auto {
         margin-left: auto !important;
     }
 }
 
 @media (min-width: 1200px) {
     .op-m-xl-0 {
         margin: 0 !important;
     }
 
     .op-mt-xl-0,
   .op-my-xl-0 {
         margin-top: 0 !important;
     }
 
     .op-mr-xl-0,
   .op-mx-xl-0 {
         margin-right: 0 !important;
     }
 
     .op-mb-xl-0,
   .op-my-xl-0 {
         margin-bottom: 0 !important;
     }
 
     .op-ml-xl-0,
   .op-mx-xl-0 {
         margin-left: 0 !important;
     }
 
     .op-m-xl-1 {
         margin: 0.25rem !important;
     }
 
     .op-mt-xl-1,
   .op-my-xl-1 {
         margin-top: 0.25rem !important;
     }
 
     .op-mr-xl-1,
   .op-mx-xl-1 {
         margin-right: 0.25rem !important;
     }
 
     .op-mb-xl-1,
   .op-my-xl-1 {
         margin-bottom: 0.25rem !important;
     }
 
     .op-ml-xl-1,
   .op-mx-xl-1 {
         margin-left: 0.25rem !important;
     }
 
     .op-m-xl-2 {
         margin: 0.5rem !important;
     }
 
     .op-mt-xl-2,
   .op-my-xl-2 {
         margin-top: 0.5rem !important;
     }
 
     .op-mr-xl-2,
   .op-mx-xl-2 {
         margin-right: 0.5rem !important;
     }
 
     .op-mb-xl-2,
   .op-my-xl-2 {
         margin-bottom: 0.5rem !important;
     }
 
     .op-ml-xl-2,
   .op-mx-xl-2 {
         margin-left: 0.5rem !important;
     }
 
     .op-m-xl-3 {
         margin: 1rem !important;
     }
 
     .op-mt-xl-3,
   .op-my-xl-3 {
         margin-top: 1rem !important;
     }
 
     .op-mr-xl-3,
   .op-mx-xl-3 {
         margin-right: 1rem !important;
     }
 
     .op-mb-xl-3,
   .op-my-xl-3 {
         margin-bottom: 1rem !important;
     }
 
     .op-ml-xl-3,
   .op-mx-xl-3 {
         margin-left: 1rem !important;
     }
 
     .op-m-xl-4 {
         margin: 1.5rem !important;
     }
 
     .op-mt-xl-4,
   .op-my-xl-4 {
         margin-top: 1.5rem !important;
     }
 
     .op-mr-xl-4,
   .op-mx-xl-4 {
         margin-right: 1.5rem !important;
     }
 
     .op-mb-xl-4,
   .op-my-xl-4 {
         margin-bottom: 1.5rem !important;
     }
 
     .op-ml-xl-4,
   .op-mx-xl-4 {
         margin-left: 1.5rem !important;
     }
 
     .op-m-xl-5 {
         margin: 3rem !important;
     }
 
     .op-mt-xl-5,
   .op-my-xl-5 {
         margin-top: 3rem !important;
     }
 
     .op-mr-xl-5,
   .op-mx-xl-5 {
         margin-right: 3rem !important;
     }
 
     .op-mb-xl-5,
   .op-my-xl-5 {
         margin-bottom: 3rem !important;
     }
 
     .op-ml-xl-5,
   .op-mx-xl-5 {
         margin-left: 3rem !important;
     }
 
     .op-p-xl-0 {
         padding: 0 !important;
     }
 
     .op-pt-xl-0,
   .op-py-xl-0 {
         padding-top: 0 !important;
     }
 
     .op-pr-xl-0,
   .op-px-xl-0 {
         padding-right: 0 !important;
     }
 
     .op-pb-xl-0,
   .op-py-xl-0 {
         padding-bottom: 0 !important;
     }
 
     .op-pl-xl-0,
   .op-px-xl-0 {
         padding-left: 0 !important;
     }
 
     .op-p-xl-1 {
         padding: 0.25rem !important;
     }
 
     .op-pt-xl-1,
   .op-py-xl-1 {
         padding-top: 0.25rem !important;
     }
 
     .op-pr-xl-1,
   .op-px-xl-1 {
         padding-right: 0.25rem !important;
     }
 
     .op-pb-xl-1,
   .op-py-xl-1 {
         padding-bottom: 0.25rem !important;
     }
 
     .op-pl-xl-1,
   .op-px-xl-1 {
         padding-left: 0.25rem !important;
     }
 
     .op-p-xl-2 {
         padding: 0.5rem !important;
     }
 
     .op-pt-xl-2,
   .op-py-xl-2 {
         padding-top: 0.5rem !important;
     }
 
     .op-pr-xl-2,
   .op-px-xl-2 {
         padding-right: 0.5rem !important;
     }
 
     .op-pb-xl-2,
   .op-py-xl-2 {
         padding-bottom: 0.5rem !important;
     }
 
     .op-pl-xl-2,
   .op-px-xl-2 {
         padding-left: 0.5rem !important;
     }
 
     .op-p-xl-3 {
         padding: 1rem !important;
     }
 
     .op-pt-xl-3,
   .op-py-xl-3 {
         padding-top: 1rem !important;
     }
 
     .op-pr-xl-3,
   .op-px-xl-3 {
         padding-right: 1rem !important;
     }
 
     .op-pb-xl-3,
   .op-py-xl-3 {
         padding-bottom: 1rem !important;
     }
 
     .op-pl-xl-3,
   .op-px-xl-3 {
         padding-left: 1rem !important;
     }
 
     .op-p-xl-4 {
         padding: 1.5rem !important;
     }
 
     .op-pt-xl-4,
   .op-py-xl-4 {
         padding-top: 1.5rem !important;
     }
 
     .op-pr-xl-4,
   .op-px-xl-4 {
         padding-right: 1.5rem !important;
     }
 
     .op-pb-xl-4,
   .op-py-xl-4 {
         padding-bottom: 1.5rem !important;
     }
 
     .op-pl-xl-4,
   .op-px-xl-4 {
         padding-left: 1.5rem !important;
     }
 
     .op-p-xl-5 {
         padding: 3rem !important;
     }
 
     .op-pt-xl-5,
   .op-py-xl-5 {
         padding-top: 3rem !important;
     }
 
     .op-pr-xl-5,
   .op-px-xl-5 {
         padding-right: 3rem !important;
     }
 
     .op-pb-xl-5,
   .op-py-xl-5 {
         padding-bottom: 3rem !important;
     }
 
     .op-pl-xl-5,
   .op-px-xl-5 {
         padding-left: 3rem !important;
     }
 
     .op-m-xl-n1 {
         margin: -0.25rem !important;
     }
 
     .op-mt-xl-n1,
   .op-my-xl-n1 {
         margin-top: -0.25rem !important;
     }
 
     .op-mr-xl-n1,
   .op-mx-xl-n1 {
         margin-right: -0.25rem !important;
     }
 
     .op-mb-xl-n1,
   .op-my-xl-n1 {
         margin-bottom: -0.25rem !important;
     }
 
     .op-ml-xl-n1,
   .op-mx-xl-n1 {
         margin-left: -0.25rem !important;
     }
 
     .op-m-xl-n2 {
         margin: -0.5rem !important;
     }
 
     .op-mt-xl-n2,
   .op-my-xl-n2 {
         margin-top: -0.5rem !important;
     }
 
     .op-mr-xl-n2,
   .op-mx-xl-n2 {
         margin-right: -0.5rem !important;
     }
 
     .op-mb-xl-n2,
   .op-my-xl-n2 {
         margin-bottom: -0.5rem !important;
     }
 
     .op-ml-xl-n2,
   .op-mx-xl-n2 {
         margin-left: -0.5rem !important;
     }
 
     .op-m-xl-n3 {
         margin: -1rem !important;
     }
 
     .op-mt-xl-n3,
   .op-my-xl-n3 {
         margin-top: -1rem !important;
     }
 
     .op-mr-xl-n3,
   .op-mx-xl-n3 {
         margin-right: -1rem !important;
     }
 
     .op-mb-xl-n3,
   .op-my-xl-n3 {
         margin-bottom: -1rem !important;
     }
 
     .op-ml-xl-n3,
   .op-mx-xl-n3 {
         margin-left: -1rem !important;
     }
 
     .op-m-xl-n4 {
         margin: -1.5rem !important;
     }
 
     .op-mt-xl-n4,
   .op-my-xl-n4 {
         margin-top: -1.5rem !important;
     }
 
     .op-mr-xl-n4,
   .op-mx-xl-n4 {
         margin-right: -1.5rem !important;
     }
 
     .op-mb-xl-n4,
   .op-my-xl-n4 {
         margin-bottom: -1.5rem !important;
     }
 
     .op-ml-xl-n4,
   .op-mx-xl-n4 {
         margin-left: -1.5rem !important;
     }
 
     .op-m-xl-n5 {
         margin: -3rem !important;
     }
 
     .op-mt-xl-n5,
   .op-my-xl-n5 {
         margin-top: -3rem !important;
     }
 
     .op-mr-xl-n5,
   .op-mx-xl-n5 {
         margin-right: -3rem !important;
     }
 
     .op-mb-xl-n5,
   .op-my-xl-n5 {
         margin-bottom: -3rem !important;
     }
 
     .op-ml-xl-n5,
   .op-mx-xl-n5 {
         margin-left: -3rem !important;
     }
 
     .op-m-xl-auto {
         margin: auto !important;
     }
 
     .op-mt-xl-auto,
   .op-my-xl-auto {
         margin-top: auto !important;
     }
 
     .op-mr-xl-auto,
   .op-mx-xl-auto {
         margin-right: auto !important;
     }
 
     .op-mb-xl-auto,
   .op-my-xl-auto {
         margin-bottom: auto !important;
     }
 
     .op-ml-xl-auto,
   .op-mx-xl-auto {
         margin-left: auto !important;
     }
 }
 
 .op-stretched-link::after {
     position: absolute;
     top: 0;
     right: 0;
     bottom: 0;
     left: 0;
     z-index: 1;
     pointer-events: auto;
     content: "";
     background-color: transparent;
 }
 
 .op-text-monospace {
     font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
 }
 
 .op-text-justify {
     text-align: justify !important;
 }
 
 .op-text-wrap {
     white-space: normal !important;
 }
 
 .op-text-nowrap {
     white-space: nowrap !important;
 }
 
 .op-text-truncate {
     overflow: hidden;
     text-overflow: ellipsis;
     white-space: nowrap;
 }
 
 .op-text-left {
     text-align: left !important;
 }
 
 .op-text-right {
     text-align: right !important;
 }
 
 .op-text-center {
     text-align: center !important;
 }
 
 @media (min-width: 576px) {
     .op-text-sm-left {
         text-align: left !important;
     }
 
     .op-text-sm-right {
         text-align: right !important;
     }
 
     .op-text-sm-center {
         text-align: center !important;
     }
 }
 
 @media (min-width: 768px) {
     .op-text-md-left {
         text-align: left !important;
     }
 
     .op-text-md-right {
         text-align: right !important;
     }
 
     .op-text-md-center {
         text-align: center !important;
     }
 }
 
 @media (min-width: 992px) {
     .op-text-lg-left {
         text-align: left !important;
     }
 
     .op-text-lg-right {
         text-align: right !important;
     }
 
     .op-text-lg-center {
         text-align: center !important;
     }
 }
 
 @media (min-width: 1200px) {
     .op-text-xl-left {
         text-align: left !important;
     }
 
     .op-text-xl-right {
         text-align: right !important;
     }
 
     .op-text-xl-center {
         text-align: center !important;
     }
 }
 
 .op-text-lowercase {
     text-transform: lowercase !important;
 }
 
 .op-text-uppercase {
     text-transform: uppercase !important;
 }
 
 .op-text-capitalize {
     text-transform: capitalize !important;
 }
 
 .op-font-weight-light {
     font-weight: 300 !important;
 }
 
 .op-font-weight-lighter {
     font-weight: lighter !important;
 }
 
 .op-font-weight-normal {
     font-weight: 400 !important;
 }
 
 .op-font-weight-bold {
     font-weight: 700 !important;
 }
 
 .op-font-weight-bolder {
     font-weight: bolder !important;
 }
 
 .op-font-italic {
     font-style: italic !important;
 }
 
 .op-text-white {
     color: #fff !important;
 }
 
 .op-text-primary {
     color: #007bff !important;
 }
 
 .op a.text-primary:hover, .op a.text-primary:focus {
     color: #0056b3 !important;
 }
 
 .op-text-secondary {
     color: #6c757d !important;
 }
 
 .op a.text-secondary:hover, .op a.text-secondary:focus {
     color: #494f54 !important;
 }
 
 .op-text-success {
     color: #28a745 !important;
 }
 
 .op a.text-success:hover, .op a.text-success:focus {
     color: #19692c !important;
 }
 
 .op-text-info {
     color: #17a2b8 !important;
 }
 
 .op a.text-info:hover, .op a.text-info:focus {
     color: #0f6674 !important;
 }
 
 .op-text-warning {
     color: #ffc107 !important;
 }
 
 .op a.text-warning:hover, .op a.text-warning:focus {
     color: #ba8b00 !important;
 }
 
 .op-text-danger {
     color: #dc3545 !important;
 }
 
 .op a.text-danger:hover, .op a.text-danger:focus {
     color: #a71d2a !important;
 }
 
 .op-text-light {
     color: #f8f9fa !important;
 }
 
 .op a.text-light:hover, .op a.text-light:focus {
     color: #cbd3da !important;
 }
 
 .op-text-dark {
     color: #343a40 !important;
 }
 
 .op a.text-dark:hover, .op a.text-dark:focus {
     color: #121416 !important;
 }
 
 .op-text-body {
     color: #212529 !important;
 }
 
 .op-text-muted {
     color: #6c757d !important;
 }
 
 .op-text-black-50 {
     color: rgba(0, 0, 0, 0.5) !important;
 }
 
 .op-text-white-50 {
     color: rgba(255, 255, 255, 0.5) !important;
 }
 
 .op-text-hide {
     font: 0/0 a;
     color: transparent;
     text-shadow: none;
     background-color: transparent;
     border: 0;
 }
 
 .op-text-decoration-none {
     text-decoration: none !important;
 }
 
 .op-text-break {
     word-break: break-word !important;
     word-wrap: break-word !important;
 }
 
 .op-text-reset {
     color: inherit !important;
 }
 
 .op-visible {
     visibility: visible !important;
 }
 
 .op-invisible {
     visibility: hidden !important;
 }
 
 