
 .container,
 .container-fluid,
 .container-xxl,
 .container-xl,
 .container-lg,
 .container-md,
 .container-sm {
   width: 100%;
   padding-right: var(--bs-gutter-x, 0.75rem);
   padding-left: var(--bs-gutter-x, 0.75rem);
   margin-right: auto;
   margin-left: auto;
 }
.alert-danger {
    color: #842029;
    background-color: #f8d7da;
    border-color: #f5c2c7;
}
.alert {
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}
 @media (min-width: 576px) {
.feature-cards-list-item .card
   #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container-sm,
   #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container,
   .container-sm,
   .container {
     max-width: 540px;
   }
 }

 @media (min-width: 768px) {

   #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container-md,
   #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container-sm,
   #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container,
   .container-md,
   .container-sm,
   .container {
     max-width: 720px;
   }
 }

 @media (min-width: 992px) {

   #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container-lg,
   #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container-md,
   #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container-sm,
   #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container,
   .container-lg,
   .container-md,
   .container-sm,
   .container {
     max-width: 960px;
   }
 }

 @media (min-width: 1200px) {

   #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container-xl,
   #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container-lg,
   #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container-md,
   #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container-sm,
   #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container,
   .container-xl,
   .container-lg,
   .container-md,
   .container-sm,
   .container {
     max-width: 1140px;
   }
 }

 @media (min-width: 1400px) {

   .container-xxl,
   .container-xl,
   .container-lg,
   .container-md,
   .container-sm,
   .container {
     max-width: 1320px;
   }
 }

 .row {
   --bs-gutter-x: 1.5rem;
   --bs-gutter-y: 0;
   display: flex;
   flex-wrap: wrap;
   margin-top: calc(var(--bs-gutter-y) * -1);
   margin-right: calc(var(--bs-gutter-x) / -2);
   margin-left: calc(var(--bs-gutter-x) / -2);
 }

 .row>* {
   box-sizing: border-box;
   flex-shrink: 0;
   width: 100%;
   max-width: 100%;
   padding-right: calc(var(--bs-gutter-x) / 2);
   padding-left: calc(var(--bs-gutter-x) / 2);
   margin-top: var(--bs-gutter-y);
 }

 .col {
   flex: 1 0 0%;
 }

 .row-cols-auto>* {
   flex: 0 0 auto;
   width: auto;
 }

 .row-cols-1>* {
   flex: 0 0 auto;
   width: 100%;
 }

 .row-cols-2>* {
   flex: 0 0 auto;
   width: 50%;
 }

 .row-cols-3>* {
   flex: 0 0 auto;
   width: 33.3333333333%;
 }

 .row-cols-4>* {
   flex: 0 0 auto;
   width: 25%;
 }

 .row-cols-5>* {
   flex: 0 0 auto;
   width: 20%;
 }

 .row-cols-6>* {
   flex: 0 0 auto;
   width: 16.6666666667%;
 }

 .col-auto {
   flex: 0 0 auto;
   width: auto;
 }

 .col-1 {
   flex: 0 0 auto;
   width: 8.3333333333%;
 }

 .col-2 {
   flex: 0 0 auto;
   width: 16.6666666667%;
 }

 .col-3 {
   flex: 0 0 auto;
   width: 25%;
 }

 .col-4 {
   flex: 0 0 auto;
   width: 33.3333333333%;
 }

 .col-5 {
   flex: 0 0 auto;
   width: 41.6666666667%;
 }

 .col-6 {
   flex: 0 0 auto;
   width: 50%;
 }

 .col-7 {
   flex: 0 0 auto;
   width: 58.3333333333%;
 }

 .col-8 {
   flex: 0 0 auto;
   width: 66.6666666667%;
 }

 .col-9 {
   flex: 0 0 auto;
   width: 75%;
 }

 .col-10 {
   flex: 0 0 auto;
   width: 83.3333333333%;
 }

 .col-11 {
   flex: 0 0 auto;
   width: 91.6666666667%;
 }

 .col-12 {
   flex: 0 0 auto;
   width: 100%;
 }

 .offset-1 {
   margin-left: 8.3333333333%;
 }

 .offset-2 {
   margin-left: 16.6666666667%;
 }

 .offset-3 {
   margin-left: 25%;
 }

 .offset-4 {
   margin-left: 33.3333333333%;
 }

 .offset-5 {
   margin-left: 41.6666666667%;
 }

 .offset-6 {
   margin-left: 50%;
 }

 .offset-7 {
   margin-left: 58.3333333333%;
 }

 .offset-8 {
   margin-left: 66.6666666667%;
 }

 .offset-9 {
   margin-left: 75%;
 }

 .offset-10 {
   margin-left: 83.3333333333%;
 }

 .offset-11 {
   margin-left: 91.6666666667%;
 }

 .g-0,
 .gx-0 {
   --bs-gutter-x: 0;
 }

 .g-0,
 .gy-0 {
   --bs-gutter-y: 0;
 }

 .g-1,
 .gx-1 {
   --bs-gutter-x: 0.25rem;
 }

 .g-1,
 .gy-1 {
   --bs-gutter-y: 0.25rem;
 }

 .g-2,
 .gx-2 {
   --bs-gutter-x: 0.5rem;
 }

 .g-2,
 .gy-2 {
   --bs-gutter-y: 0.5rem;
 }

 .g-3,
 .gx-3 {
   --bs-gutter-x: 1rem;
 }

 .g-3,
 .gy-3 {
   --bs-gutter-y: 1rem;
 }

 .g-4,
 .gx-4 {
   --bs-gutter-x: 1.5rem;
 }

 .g-4,
 .gy-4 {
   --bs-gutter-y: 1.5rem;
 }

 .g-5,
 .gx-5 {
   --bs-gutter-x: 3rem;
 }

 .g-5,
 .gy-5 {
   --bs-gutter-y: 3rem;
 }

 @media (min-width: 576px) {
   .col-sm {
     flex: 1 0 0%;
   }

   .row-cols-sm-auto>* {
     flex: 0 0 auto;
     width: auto;
   }

   .row-cols-sm-1>* {
     flex: 0 0 auto;
     width: 100%;
   }

   .row-cols-sm-2>* {
     flex: 0 0 auto;
     width: 50%;
   }

   .row-cols-sm-3>* {
     flex: 0 0 auto;
     width: 33.3333333333%;
   }

   .row-cols-sm-4>* {
     flex: 0 0 auto;
     width: 25%;
   }

   .row-cols-sm-5>* {
     flex: 0 0 auto;
     width: 20%;
   }

   .row-cols-sm-6>* {
     flex: 0 0 auto;
     width: 16.6666666667%;
   }

   .col-sm-auto {
     flex: 0 0 auto;
     width: auto;
   }

   .col-sm-1 {
     flex: 0 0 auto;
     width: 8.3333333333%;
   }

   .col-sm-2 {
     flex: 0 0 auto;
     width: 16.6666666667%;
   }

   .col-sm-3 {
     flex: 0 0 auto;
     width: 25%;
   }

   .col-sm-4 {
     flex: 0 0 auto;
     width: 33.3333333333%;
   }

   .col-sm-5 {
     flex: 0 0 auto;
     width: 41.6666666667%;
   }

   .col-sm-6 {
     flex: 0 0 auto;
     width: 50%;
   }

   .col-sm-7 {
     flex: 0 0 auto;
     width: 58.3333333333%;
   }

   .col-sm-8 {
     flex: 0 0 auto;
     width: 66.6666666667%;
   }

   .col-sm-9 {
     flex: 0 0 auto;
     width: 75%;
   }

   .col-sm-10 {
     flex: 0 0 auto;
     width: 83.3333333333%;
   }

   .col-sm-11 {
     flex: 0 0 auto;
     width: 91.6666666667%;
   }

   .col-sm-12 {
     flex: 0 0 auto;
     width: 100%;
   }

   .offset-sm-0 {
     margin-left: 0;
   }

   .offset-sm-1 {
     margin-left: 8.3333333333%;
   }

   .offset-sm-2 {
     margin-left: 16.6666666667%;
   }

   .offset-sm-3 {
     margin-left: 25%;
   }

   .offset-sm-4 {
     margin-left: 33.3333333333%;
   }

   .offset-sm-5 {
     margin-left: 41.6666666667%;
   }

   .offset-sm-6 {
     margin-left: 50%;
   }

   .offset-sm-7 {
     margin-left: 58.3333333333%;
   }

   .offset-sm-8 {
     margin-left: 66.6666666667%;
   }

   .offset-sm-9 {
     margin-left: 75%;
   }

   .offset-sm-10 {
     margin-left: 83.3333333333%;
   }

   .offset-sm-11 {
     margin-left: 91.6666666667%;
   }

   .g-sm-0,
   .gx-sm-0 {
     --bs-gutter-x: 0;
   }

   .g-sm-0,
   .gy-sm-0 {
     --bs-gutter-y: 0;
   }

   .g-sm-1,
   .gx-sm-1 {
     --bs-gutter-x: 0.25rem;
   }

   .g-sm-1,
   .gy-sm-1 {
     --bs-gutter-y: 0.25rem;
   }

   .g-sm-2,
   .gx-sm-2 {
     --bs-gutter-x: 0.5rem;
   }

   .g-sm-2,
   .gy-sm-2 {
     --bs-gutter-y: 0.5rem;
   }

   .g-sm-3,
   .gx-sm-3 {
     --bs-gutter-x: 1rem;
   }

   .g-sm-3,
   .gy-sm-3 {
     --bs-gutter-y: 1rem;
   }

   .g-sm-4,
   .gx-sm-4 {
     --bs-gutter-x: 1.5rem;
   }

   .g-sm-4,
   .gy-sm-4 {
     --bs-gutter-y: 1.5rem;
   }

   .g-sm-5,
   .gx-sm-5 {
     --bs-gutter-x: 3rem;
   }

   .g-sm-5,
   .gy-sm-5 {
     --bs-gutter-y: 3rem;
   }
 }

 @media (min-width: 768px) {
   .col-md {
     flex: 1 0 0%;
   }

   .row-cols-md-auto>* {
     flex: 0 0 auto;
     width: auto;
   }

   .row-cols-md-1>* {
     flex: 0 0 auto;
     width: 100%;
   }

   .row-cols-md-2>* {
     flex: 0 0 auto;
     width: 50%;
   }

   .row-cols-md-3>* {
     flex: 0 0 auto;
     width: 33.3333333333%;
   }

   .row-cols-md-4>* {
     flex: 0 0 auto;
     width: 25%;
   }

   .row-cols-md-5>* {
     flex: 0 0 auto;
     width: 20%;
   }

   .row-cols-md-6>* {
     flex: 0 0 auto;
     width: 16.6666666667%;
   }

   .col-md-auto {
     flex: 0 0 auto;
     width: auto;
   }

   .col-md-1 {
     flex: 0 0 auto;
     width: 8.3333333333%;
   }

   .col-md-2 {
     flex: 0 0 auto;
     width: 16.6666666667%;
   }

   .col-md-3 {
     flex: 0 0 auto;
     width: 25%;
   }

   .col-md-4 {
     flex: 0 0 auto;
     width: 33.3333333333%;
   }

   .col-md-5 {
     flex: 0 0 auto;
     width: 41.6666666667%;
   }

   .col-md-6 {
     flex: 0 0 auto;
     width: 50%;
   }

   .col-md-7 {
     flex: 0 0 auto;
     width: 58.3333333333%;
   }

   .col-md-8 {
     flex: 0 0 auto;
     width: 66.6666666667%;
   }

   .col-md-9 {
     flex: 0 0 auto;
     width: 75%;
   }

   .col-md-10 {
     flex: 0 0 auto;
     width: 83.3333333333%;
   }

   .col-md-11 {
     flex: 0 0 auto;
     width: 91.6666666667%;
   }

   .col-md-12 {
     flex: 0 0 auto;
     width: 100%;
   }

   .offset-md-0 {
     margin-left: 0;
   }

   .offset-md-1 {
     margin-left: 8.3333333333%;
   }

   .offset-md-2 {
     margin-left: 16.6666666667%;
   }

   .offset-md-3 {
     margin-left: 25%;
   }

   .offset-md-4 {
     margin-left: 33.3333333333%;
   }

   .offset-md-5 {
     margin-left: 41.6666666667%;
   }

   .offset-md-6 {
     margin-left: 50%;
   }

   .offset-md-7 {
     margin-left: 58.3333333333%;
   }

   .offset-md-8 {
     margin-left: 66.6666666667%;
   }

   .offset-md-9 {
     margin-left: 75%;
   }

   .offset-md-10 {
     margin-left: 83.3333333333%;
   }

   .offset-md-11 {
     margin-left: 91.6666666667%;
   }

   .g-md-0,
   .gx-md-0 {
     --bs-gutter-x: 0;
   }

   .g-md-0,
   .gy-md-0 {
     --bs-gutter-y: 0;
   }

   .g-md-1,
   .gx-md-1 {
     --bs-gutter-x: 0.25rem;
   }

   .g-md-1,
   .gy-md-1 {
     --bs-gutter-y: 0.25rem;
   }

   .g-md-2,
   .gx-md-2 {
     --bs-gutter-x: 0.5rem;
   }

   .g-md-2,
   .gy-md-2 {
     --bs-gutter-y: 0.5rem;
   }

   .g-md-3,
   .gx-md-3 {
     --bs-gutter-x: 1rem;
   }

   .g-md-3,
   .gy-md-3 {
     --bs-gutter-y: 1rem;
   }

   .g-md-4,
   .gx-md-4 {
     --bs-gutter-x: 1.5rem;
   }

   .g-md-4,
   .gy-md-4 {
     --bs-gutter-y: 1.5rem;
   }

   .g-md-5,
   .gx-md-5 {
     --bs-gutter-x: 3rem;
   }

   .g-md-5,
   .gy-md-5 {
     --bs-gutter-y: 3rem;
   }
 }

 @media (min-width: 992px) {
   .col-lg {
     flex: 1 0 0%;
   }

   .row-cols-lg-auto>* {
     flex: 0 0 auto;
     width: auto;
   }

   .row-cols-lg-1>* {
     flex: 0 0 auto;
     width: 100%;
   }

   .row-cols-lg-2>* {
     flex: 0 0 auto;
     width: 50%;
   }

   .row-cols-lg-3>* {
     flex: 0 0 auto;
     width: 33.3333333333%;
   }

   .row-cols-lg-4>* {
     flex: 0 0 auto;
     width: 25%;
   }

   .row-cols-lg-5>* {
     flex: 0 0 auto;
     width: 20%;
   }

   .row-cols-lg-6>* {
     flex: 0 0 auto;
     width: 16.6666666667%;
   }

   .col-lg-auto {
     flex: 0 0 auto;
     width: auto;
   }

   .col-lg-1 {
     flex: 0 0 auto;
     width: 8.3333333333%;
   }

   .col-lg-2 {
     flex: 0 0 auto;
     width: 16.6666666667%;
   }

   .col-lg-3 {
     flex: 0 0 auto;
     width: 25%;
   }

   .col-lg-4 {
     flex: 0 0 auto;
     width: 33.3333333333%;
   }

   .col-lg-5 {
     flex: 0 0 auto;
     width: 41.6666666667%;
   }

   .col-lg-6 {
     flex: 0 0 auto;
     width: 50%;
   }

   .col-lg-7 {
     flex: 0 0 auto;
     width: 58.3333333333%;
   }

   .col-lg-8 {
     flex: 0 0 auto;
     width: 66.6666666667%;
   }

   .col-lg-9 {
     flex: 0 0 auto;
     width: 75%;
   }

   .col-lg-10 {
     flex: 0 0 auto;
     width: 83.3333333333%;
   }

   .col-lg-11 {
     flex: 0 0 auto;
     width: 91.6666666667%;
   }

   .col-lg-12 {
     flex: 0 0 auto;
     width: 100%;
   }

   .offset-lg-0 {
     margin-left: 0;
   }

   .offset-lg-1 {
     margin-left: 8.3333333333%;
   }

   .offset-lg-2 {
     margin-left: 16.6666666667%;
   }

   .offset-lg-3 {
     margin-left: 25%;
   }

   .offset-lg-4 {
     margin-left: 33.3333333333%;
   }

   .offset-lg-5 {
     margin-left: 41.6666666667%;
   }

   .offset-lg-6 {
     margin-left: 50%;
   }

   .offset-lg-7 {
     margin-left: 58.3333333333%;
   }

   .offset-lg-8 {
     margin-left: 66.6666666667%;
   }

   .offset-lg-9 {
     margin-left: 75%;
   }

   .offset-lg-10 {
     margin-left: 83.3333333333%;
   }

   .offset-lg-11 {
     margin-left: 91.6666666667%;
   }

   .g-lg-0,
   .gx-lg-0 {
     --bs-gutter-x: 0;
   }

   .g-lg-0,
   .gy-lg-0 {
     --bs-gutter-y: 0;
   }

   .g-lg-1,
   .gx-lg-1 {
     --bs-gutter-x: 0.25rem;
   }

   .g-lg-1,
   .gy-lg-1 {
     --bs-gutter-y: 0.25rem;
   }

   .g-lg-2,
   .gx-lg-2 {
     --bs-gutter-x: 0.5rem;
   }

   .g-lg-2,
   .gy-lg-2 {
     --bs-gutter-y: 0.5rem;
   }

   .g-lg-3,
   .gx-lg-3 {
     --bs-gutter-x: 1rem;
   }

   .g-lg-3,
   .gy-lg-3 {
     --bs-gutter-y: 1rem;
   }

   .g-lg-4,
   .gx-lg-4 {
     --bs-gutter-x: 1.5rem;
   }

   .g-lg-4,
   .gy-lg-4 {
     --bs-gutter-y: 1.5rem;
   }

   .g-lg-5,
   .gx-lg-5 {
     --bs-gutter-x: 3rem;
   }

   .g-lg-5,
   .gy-lg-5 {
     --bs-gutter-y: 3rem;
   }
 }

 @media (min-width: 1200px) {
   .col-xl {
     flex: 1 0 0%;
   }

   .row-cols-xl-auto>* {
     flex: 0 0 auto;
     width: auto;
   }

   .row-cols-xl-1>* {
     flex: 0 0 auto;
     width: 100%;
   }

   .row-cols-xl-2>* {
     flex: 0 0 auto;
     width: 50%;
   }

   .row-cols-xl-3>* {
     flex: 0 0 auto;
     width: 33.3333333333%;
   }

   .row-cols-xl-4>* {
     flex: 0 0 auto;
     width: 25%;
   }

   .row-cols-xl-5>* {
     flex: 0 0 auto;
     width: 20%;
   }

   .row-cols-xl-6>* {
     flex: 0 0 auto;
     width: 16.6666666667%;
   }

   .col-xl-auto {
     flex: 0 0 auto;
     width: auto;
   }

   .col-xl-1 {
     flex: 0 0 auto;
     width: 8.3333333333%;
   }

   .col-xl-2 {
     flex: 0 0 auto;
     width: 16.6666666667%;
   }

   .col-xl-3 {
     flex: 0 0 auto;
     width: 25%;
   }

   .col-xl-4 {
     flex: 0 0 auto;
     width: 33.3333333333%;
   }

   .col-xl-5 {
     flex: 0 0 auto;
     width: 41.6666666667%;
   }

   .col-xl-6 {
     flex: 0 0 auto;
     width: 50%;
   }

   .col-xl-7 {
     flex: 0 0 auto;
     width: 58.3333333333%;
   }

   .col-xl-8 {
     flex: 0 0 auto;
     width: 66.6666666667%;
   }

   .col-xl-9 {
     flex: 0 0 auto;
     width: 75%;
   }

   .col-xl-10 {
     flex: 0 0 auto;
     width: 83.3333333333%;
   }

   .col-xl-11 {
     flex: 0 0 auto;
     width: 91.6666666667%;
   }

   .col-xl-12 {
     flex: 0 0 auto;
     width: 100%;
   }

   .offset-xl-0 {
     margin-left: 0;
   }

   .offset-xl-1 {
     margin-left: 8.3333333333%;
   }

   .offset-xl-2 {
     margin-left: 16.6666666667%;
   }

   .offset-xl-3 {
     margin-left: 25%;
   }

   .offset-xl-4 {
     margin-left: 33.3333333333%;
   }

   .offset-xl-5 {
     margin-left: 41.6666666667%;
   }

   .offset-xl-6 {
     margin-left: 50%;
   }

   .offset-xl-7 {
     margin-left: 58.3333333333%;
   }

   .offset-xl-8 {
     margin-left: 66.6666666667%;
   }

   .offset-xl-9 {
     margin-left: 75%;
   }

   .offset-xl-10 {
     margin-left: 83.3333333333%;
   }

   .offset-xl-11 {
     margin-left: 91.6666666667%;
   }

   .g-xl-0,
   .gx-xl-0 {
     --bs-gutter-x: 0;
   }

   .g-xl-0,
   .gy-xl-0 {
     --bs-gutter-y: 0;
   }

   .g-xl-1,
   .gx-xl-1 {
     --bs-gutter-x: 0.25rem;
   }

   .g-xl-1,
   .gy-xl-1 {
     --bs-gutter-y: 0.25rem;
   }

   .g-xl-2,
   .gx-xl-2 {
     --bs-gutter-x: 0.5rem;
   }

   .g-xl-2,
   .gy-xl-2 {
     --bs-gutter-y: 0.5rem;
   }

   .g-xl-3,
   .gx-xl-3 {
     --bs-gutter-x: 1rem;
   }

   .g-xl-3,
   .gy-xl-3 {
     --bs-gutter-y: 1rem;
   }

   .g-xl-4,
   .gx-xl-4 {
     --bs-gutter-x: 1.5rem;
   }

   .g-xl-4,
   .gy-xl-4 {
     --bs-gutter-y: 1.5rem;
   }

   .g-xl-5,
   .gx-xl-5 {
     --bs-gutter-x: 3rem;
   }

   .g-xl-5,
   .gy-xl-5 {
     --bs-gutter-y: 3rem;
   }
 }

 @media (min-width: 1400px) {
   .col-xxl {
     flex: 1 0 0%;
   }

   .row-cols-xxl-auto>* {
     flex: 0 0 auto;
     width: auto;
   }

   .row-cols-xxl-1>* {
     flex: 0 0 auto;
     width: 100%;
   }

   .row-cols-xxl-2>* {
     flex: 0 0 auto;
     width: 50%;
   }

   .row-cols-xxl-3>* {
     flex: 0 0 auto;
     width: 33.3333333333%;
   }

   .row-cols-xxl-4>* {
     flex: 0 0 auto;
     width: 25%;
   }

   .row-cols-xxl-5>* {
     flex: 0 0 auto;
     width: 20%;
   }

   .row-cols-xxl-6>* {
     flex: 0 0 auto;
     width: 16.6666666667%;
   }

   .col-xxl-auto {
     flex: 0 0 auto;
     width: auto;
   }

   .col-xxl-1 {
     flex: 0 0 auto;
     width: 8.3333333333%;
   }

   .col-xxl-2 {
     flex: 0 0 auto;
     width: 16.6666666667%;
   }

   .col-xxl-3 {
     flex: 0 0 auto;
     width: 25%;
   }

   .col-xxl-4 {
     flex: 0 0 auto;
     width: 33.3333333333%;
   }

   .col-xxl-5 {
     flex: 0 0 auto;
     width: 41.6666666667%;
   }

   .col-xxl-6 {
     flex: 0 0 auto;
     width: 50%;
   }

   .col-xxl-7 {
     flex: 0 0 auto;
     width: 58.3333333333%;
   }

   .col-xxl-8 {
     flex: 0 0 auto;
     width: 66.6666666667%;
   }

   .col-xxl-9 {
     flex: 0 0 auto;
     width: 75%;
   }

   .col-xxl-10 {
     flex: 0 0 auto;
     width: 83.3333333333%;
   }

   .col-xxl-11 {
     flex: 0 0 auto;
     width: 91.6666666667%;
   }

   .col-xxl-12 {
     flex: 0 0 auto;
     width: 100%;
   }

   .offset-xxl-0 {
     margin-left: 0;
   }

   .offset-xxl-1 {
     margin-left: 8.3333333333%;
   }

   .offset-xxl-2 {
     margin-left: 16.6666666667%;
   }

   .offset-xxl-3 {
     margin-left: 25%;
   }

   .offset-xxl-4 {
     margin-left: 33.3333333333%;
   }

   .offset-xxl-5 {
     margin-left: 41.6666666667%;
   }

   .offset-xxl-6 {
     margin-left: 50%;
   }

   .offset-xxl-7 {
     margin-left: 58.3333333333%;
   }

   .offset-xxl-8 {
     margin-left: 66.6666666667%;
   }

   .offset-xxl-9 {
     margin-left: 75%;
   }

   .offset-xxl-10 {
     margin-left: 83.3333333333%;
   }

   .offset-xxl-11 {
     margin-left: 91.6666666667%;
   }

   .g-xxl-0,
   .gx-xxl-0 {
     --bs-gutter-x: 0;
   }

   .g-xxl-0,
   .gy-xxl-0 {
     --bs-gutter-y: 0;
   }

   .g-xxl-1,
   .gx-xxl-1 {
     --bs-gutter-x: 0.25rem;
   }

   .g-xxl-1,
   .gy-xxl-1 {
     --bs-gutter-y: 0.25rem;
   }

   .g-xxl-2,
   .gx-xxl-2 {
     --bs-gutter-x: 0.5rem;
   }

   .g-xxl-2,
   .gy-xxl-2 {
     --bs-gutter-y: 0.5rem;
   }

   .g-xxl-3,
   .gx-xxl-3 {
     --bs-gutter-x: 1rem;
   }

   .g-xxl-3,
   .gy-xxl-3 {
     --bs-gutter-y: 1rem;
   }

   .g-xxl-4,
   .gx-xxl-4 {
     --bs-gutter-x: 1.5rem;
   }

   .g-xxl-4,
   .gy-xxl-4 {
     --bs-gutter-y: 1.5rem;
   }

   .g-xxl-5,
   .gx-xxl-5 {
     --bs-gutter-x: 3rem;
   }

   .g-xxl-5,
   .gy-xxl-5 {
     --bs-gutter-y: 3rem;
   }
 }

 .d-inline {
   display: inline !important;
 }

 .d-inline-block {
   display: inline-block !important;
 }

 .d-block {
   display: block !important;
 }

 .d-grid {
   display: grid !important;
 }

 .d-table {
   display: table !important;
 }

 .d-table-row {
   display: table-row !important;
 }

 .d-table-cell {
   display: table-cell !important;
 }

 .d-flex {
   display: flex !important;
 }

 .d-inline-flex {
   display: inline-flex !important;
 }

 .d-none {
   display: none !important;
 }

 .flex-fill {
   flex: 1 1 auto !important;
 }

 .flex-row {
   flex-direction: row !important;
 }

 .flex-column {
   flex-direction: column !important;
 }

 .flex-row-reverse {
   flex-direction: row-reverse !important;
 }

 .flex-column-reverse {
   flex-direction: column-reverse !important;
 }

 .flex-grow-0 {
   flex-grow: 0 !important;
 }

 .flex-grow-1 {
   flex-grow: 1 !important;
 }

 .flex-shrink-0 {
   flex-shrink: 0 !important;
 }

 .flex-shrink-1 {
   flex-shrink: 1 !important;
 }

 .flex-wrap {
   flex-wrap: wrap !important;
 }

 .flex-nowrap {
   flex-wrap: nowrap !important;
 }

 .flex-wrap-reverse {
   flex-wrap: wrap-reverse !important;
 }

 .justify-content-start {
   justify-content: flex-start !important;
 }

 .justify-content-end {
   justify-content: flex-end !important;
 }

 .justify-content-center {
   justify-content: center !important;
 }

 .justify-content-between {
   justify-content: space-between !important;
 }

 .justify-content-around {
   justify-content: space-around !important;
 }

 .justify-content-evenly {
   justify-content: space-evenly !important;
 }

 .align-items-start {
   align-items: flex-start !important;
 }

 .align-items-end {
   align-items: flex-end !important;
 }

 .align-items-center {
   align-items: center !important;
 }

 .align-items-baseline {
   align-items: baseline !important;
 }

 .align-items-stretch {
   align-items: stretch !important;
 }

 .align-content-start {
   align-content: flex-start !important;
 }

 .align-content-end {
   align-content: flex-end !important;
 }

 .align-content-center {
   align-content: center !important;
 }

 .align-content-between {
   align-content: space-between !important;
 }

 .align-content-around {
   align-content: space-around !important;
 }

 .align-content-stretch {
   align-content: stretch !important;
 }

 .align-self-auto {
   align-self: auto !important;
 }

 .align-self-start {
   align-self: flex-start !important;
 }

 .align-self-end {
   align-self: flex-end !important;
 }

 .align-self-center {
   align-self: center !important;
 }

 .align-self-baseline {
   align-self: baseline !important;
 }

 .align-self-stretch {
   align-self: stretch !important;
 }

 .order-first {
   order: -1 !important;
 }

 .order-0 {
   order: 0 !important;
 }

 .order-1 {
   order: 1 !important;
 }

 .order-2 {
   order: 2 !important;
 }

 .order-3 {
   order: 3 !important;
 }

 .order-4 {
   order: 4 !important;
 }

 .order-5 {
   order: 5 !important;
 }

 .order-last {
   order: 6 !important;
 }

 .m-0 {
   margin: 0 !important;
 }

 .m-1 {
   margin: 0.25rem !important;
 }

 .m-2 {
   margin: 0.5rem !important;
 }

 .m-3 {
   margin: 1rem !important;
 }

 .m-4 {
   margin: 1.5rem !important;
 }

 .m-5 {
   margin: 3rem !important;
 }

 .m-auto {
   margin: auto !important;
 }

 .mx-0 {
   margin-right: 0 !important;
   margin-left: 0 !important;
 }

 .mx-1 {
   margin-right: 0.25rem !important;
   margin-left: 0.25rem !important;
 }

 .mx-2 {
   margin-right: 0.5rem !important;
   margin-left: 0.5rem !important;
 }

 .mx-3 {
   margin-right: 1rem !important;
   margin-left: 1rem !important;
 }

 .mx-4 {
   margin-right: 1.5rem !important;
   margin-left: 1.5rem !important;
 }

 .mx-5 {
   margin-right: 3rem !important;
   margin-left: 3rem !important;
 }

 .mx-auto {
   margin-right: auto !important;
   margin-left: auto !important;
 }

 .my-0 {
   margin-top: 0 !important;
   margin-bottom: 0 !important;
 }

 .my-1 {
   margin-top: 0.25rem !important;
   margin-bottom: 0.25rem !important;
 }

 .my-2 {
   margin-top: 0.5rem !important;
   margin-bottom: 0.5rem !important;
 }

 .my-3 {
   margin-top: 1rem !important;
   margin-bottom: 1rem !important;
 }

 .my-4 {
   margin-top: 1.5rem !important;
   margin-bottom: 1.5rem !important;
 }

 .my-5 {
   margin-top: 3rem !important;
   margin-bottom: 3rem !important;
 }

 .my-auto {
   margin-top: auto !important;
   margin-bottom: auto !important;
 }

 .mt-0 {
   margin-top: 0 !important;
 }

 .mt-1 {
   margin-top: 0.25rem !important;
 }

 .mt-2 {
   margin-top: 0.5rem !important;
 }

 .mt-3 {
   margin-top: 1rem !important;
 }

 .mt-4 {
   margin-top: 1.5rem !important;
 }

 .mt-5 {
   margin-top: 3rem !important;
 }

 .mt-auto {
   margin-top: auto !important;
 }

 .me-0 {
   margin-right: 0 !important;
 }

 .me-1 {
   margin-right: 0.25rem !important;
 }

 .me-2 {
   margin-right: 0.5rem !important;
 }

 .me-3 {
   margin-right: 1rem !important;
 }

 .me-4 {
   margin-right: 1.5rem !important;
 }

 .me-5 {
   margin-right: 3rem !important;
 }

 .me-auto {
   margin-right: auto !important;
 }

 .mb-0 {
   margin-bottom: 0 !important;
 }

 .mb-1 {
   margin-bottom: 0.25rem !important;
 }

 .mb-2 {
   margin-bottom: 0.5rem !important;
 }

 .mb-3 {
   margin-bottom: 1rem !important;
 }

 .mb-4 {
   margin-bottom: 1.5rem !important;
 }

 .mb-5 {
   margin-bottom: 3rem !important;
 }

 .mb-auto {
   margin-bottom: auto !important;
 }

 .ms-0 {
   margin-left: 0 !important;
 }

 .ms-1 {
   margin-left: 0.25rem !important;
 }

 .ms-2 {
   margin-left: 0.5rem !important;
 }

 .ms-3 {
   margin-left: 1rem !important;
 }

 .ms-4 {
   margin-left: 1.5rem !important;
 }

 .ms-5 {
   margin-left: 3rem !important;
 }

 .ms-auto {
   margin-left: auto !important;
 }

 .p-0 {
   padding: 0 !important;
 }

 .p-1 {
   padding: 0.25rem !important;
 }

 .p-2 {
   padding: 0.5rem !important;
 }

 .p-3 {
   padding: 1rem !important;
 }

 .p-4 {
   padding: 1.5rem !important;
 }

 .p-5 {
   padding: 3rem !important;
 }

 .px-0 {
   padding-right: 0 !important;
   padding-left: 0 !important;
 }

 .px-1 {
   padding-right: 0.25rem !important;
   padding-left: 0.25rem !important;
 }

 .px-2 {
   padding-right: 0.5rem !important;
   padding-left: 0.5rem !important;
 }

 .px-3 {
   padding-right: 1rem !important;
   padding-left: 1rem !important;
 }

 .px-4 {
   padding-right: 1.5rem !important;
   padding-left: 1.5rem !important;
 }

 .px-5 {
   padding-right: 3rem !important;
   padding-left: 3rem !important;
 }

 .py-0 {
   padding-top: 0 !important;
   padding-bottom: 0 !important;
 }

 .py-1 {
   padding-top: 0.25rem !important;
   padding-bottom: 0.25rem !important;
 }

 .py-2 {
   padding-top: 0.5rem !important;
   padding-bottom: 0.5rem !important;
 }

 .py-3 {
   padding-top: 1rem !important;
   padding-bottom: 1rem !important;
 }

 .py-4 {
   padding-top: 1.5rem !important;
   padding-bottom: 1.5rem !important;
 }

 .py-5 {
   padding-top: 3rem !important;
   padding-bottom: 3rem !important;
 }

 .pt-0 {
   padding-top: 0 !important;
 }

 .pt-1 {
   padding-top: 0.25rem !important;
 }

 .pt-2 {
   padding-top: 0.5rem !important;
 }

 .pt-3 {
   padding-top: 1rem !important;
 }

 .pt-4 {
   padding-top: 1.5rem !important;
 }

 .pt-5 {
   padding-top: 3rem !important;
 }

 .pe-0 {
   padding-right: 0 !important;
 }

 .pe-1 {
   padding-right: 0.25rem !important;
 }

 .pe-2 {
   padding-right: 0.5rem !important;
 }

 .pe-3 {
   padding-right: 1rem !important;
 }

 .pe-4 {
   padding-right: 1.5rem !important;
 }

 .pe-5 {
   padding-right: 3rem !important;
 }

 .pb-0 {
   padding-bottom: 0 !important;
 }

 .pb-1 {
   padding-bottom: 0.25rem !important;
 }

 .pb-2 {
   padding-bottom: 0.5rem !important;
 }

 .pb-3 {
   padding-bottom: 1rem !important;
 }

 .pb-4 {
   padding-bottom: 1.5rem !important;
 }

 .pb-5 {
   padding-bottom: 3rem !important;
 }

 .ps-0 {
   padding-left: 0 !important;
 }

 .ps-1 {
   padding-left: 0.25rem !important;
 }

 .ps-2 {
   padding-left: 0.5rem !important;
 }

 .ps-3 {
   padding-left: 1rem !important;
 }

 .ps-4 {
   padding-left: 1.5rem !important;
 }

 .ps-5 {
   padding-left: 3rem !important;
 }

 @media (min-width: 576px) {
   .d-sm-inline {
     display: inline !important;
   }

   .d-sm-inline-block {
     display: inline-block !important;
   }

   .d-sm-block {
     display: block !important;
   }

   .d-sm-grid {
     display: grid !important;
   }

   .d-sm-table {
     display: table !important;
   }

   .d-sm-table-row {
     display: table-row !important;
   }

   .d-sm-table-cell {
     display: table-cell !important;
   }

   .d-sm-flex {
     display: flex !important;
   }

   .d-sm-inline-flex {
     display: inline-flex !important;
   }

   .d-sm-none {
     display: none !important;
   }

   .flex-sm-fill {
     flex: 1 1 auto !important;
   }

   .flex-sm-row {
     flex-direction: row !important;
   }

   .flex-sm-column {
     flex-direction: column !important;
   }

   .flex-sm-row-reverse {
     flex-direction: row-reverse !important;
   }

   .flex-sm-column-reverse {
     flex-direction: column-reverse !important;
   }

   .flex-sm-grow-0 {
     flex-grow: 0 !important;
   }

   .flex-sm-grow-1 {
     flex-grow: 1 !important;
   }

   .flex-sm-shrink-0 {
     flex-shrink: 0 !important;
   }

   .flex-sm-shrink-1 {
     flex-shrink: 1 !important;
   }

   .flex-sm-wrap {
     flex-wrap: wrap !important;
   }

   .flex-sm-nowrap {
     flex-wrap: nowrap !important;
   }

   .flex-sm-wrap-reverse {
     flex-wrap: wrap-reverse !important;
   }

   .justify-content-sm-start {
     justify-content: flex-start !important;
   }

   .justify-content-sm-end {
     justify-content: flex-end !important;
   }

   .justify-content-sm-center {
     justify-content: center !important;
   }

   .justify-content-sm-between {
     justify-content: space-between !important;
   }

   .justify-content-sm-around {
     justify-content: space-around !important;
   }

   .justify-content-sm-evenly {
     justify-content: space-evenly !important;
   }

   .align-items-sm-start {
     align-items: flex-start !important;
   }

   .align-items-sm-end {
     align-items: flex-end !important;
   }

   .align-items-sm-center {
     align-items: center !important;
   }

   .align-items-sm-baseline {
     align-items: baseline !important;
   }

   .align-items-sm-stretch {
     align-items: stretch !important;
   }

   .align-content-sm-start {
     align-content: flex-start !important;
   }

   .align-content-sm-end {
     align-content: flex-end !important;
   }

   .align-content-sm-center {
     align-content: center !important;
   }

   .align-content-sm-between {
     align-content: space-between !important;
   }

   .align-content-sm-around {
     align-content: space-around !important;
   }

   .align-content-sm-stretch {
     align-content: stretch !important;
   }

   .align-self-sm-auto {
     align-self: auto !important;
   }

   .align-self-sm-start {
     align-self: flex-start !important;
   }

   .align-self-sm-end {
     align-self: flex-end !important;
   }

   .align-self-sm-center {
     align-self: center !important;
   }

   .align-self-sm-baseline {
     align-self: baseline !important;
   }

   .align-self-sm-stretch {
     align-self: stretch !important;
   }

   .order-sm-first {
     order: -1 !important;
   }

   .order-sm-0 {
     order: 0 !important;
   }

   .order-sm-1 {
     order: 1 !important;
   }

   .order-sm-2 {
     order: 2 !important;
   }

   .order-sm-3 {
     order: 3 !important;
   }

   .order-sm-4 {
     order: 4 !important;
   }

   .order-sm-5 {
     order: 5 !important;
   }

   .order-sm-last {
     order: 6 !important;
   }

   .m-sm-0 {
     margin: 0 !important;
   }

   .m-sm-1 {
     margin: 0.25rem !important;
   }

   .m-sm-2 {
     margin: 0.5rem !important;
   }

   .m-sm-3 {
     margin: 1rem !important;
   }

   .m-sm-4 {
     margin: 1.5rem !important;
   }

   .m-sm-5 {
     margin: 3rem !important;
   }

   .m-sm-auto {
     margin: auto !important;
   }

   .mx-sm-0 {
     margin-right: 0 !important;
     margin-left: 0 !important;
   }

   .mx-sm-1 {
     margin-right: 0.25rem !important;
     margin-left: 0.25rem !important;
   }

   .mx-sm-2 {
     margin-right: 0.5rem !important;
     margin-left: 0.5rem !important;
   }

   .mx-sm-3 {
     margin-right: 1rem !important;
     margin-left: 1rem !important;
   }

   .mx-sm-4 {
     margin-right: 1.5rem !important;
     margin-left: 1.5rem !important;
   }

   .mx-sm-5 {
     margin-right: 3rem !important;
     margin-left: 3rem !important;
   }

   .mx-sm-auto {
     margin-right: auto !important;
     margin-left: auto !important;
   }

   .my-sm-0 {
     margin-top: 0 !important;
     margin-bottom: 0 !important;
   }

   .my-sm-1 {
     margin-top: 0.25rem !important;
     margin-bottom: 0.25rem !important;
   }

   .my-sm-2 {
     margin-top: 0.5rem !important;
     margin-bottom: 0.5rem !important;
   }

   .my-sm-3 {
     margin-top: 1rem !important;
     margin-bottom: 1rem !important;
   }

   .my-sm-4 {
     margin-top: 1.5rem !important;
     margin-bottom: 1.5rem !important;
   }

   .my-sm-5 {
     margin-top: 3rem !important;
     margin-bottom: 3rem !important;
   }

   .my-sm-auto {
     margin-top: auto !important;
     margin-bottom: auto !important;
   }

   .mt-sm-0 {
     margin-top: 0 !important;
   }

   .mt-sm-1 {
     margin-top: 0.25rem !important;
   }

   .mt-sm-2 {
     margin-top: 0.5rem !important;
   }

   .mt-sm-3 {
     margin-top: 1rem !important;
   }

   .mt-sm-4 {
     margin-top: 1.5rem !important;
   }

   .mt-sm-5 {
     margin-top: 3rem !important;
   }

   .mt-sm-auto {
     margin-top: auto !important;
   }

   .me-sm-0 {
     margin-right: 0 !important;
   }

   .me-sm-1 {
     margin-right: 0.25rem !important;
   }

   .me-sm-2 {
     margin-right: 0.5rem !important;
   }

   .me-sm-3 {
     margin-right: 1rem !important;
   }

   .me-sm-4 {
     margin-right: 1.5rem !important;
   }

   .me-sm-5 {
     margin-right: 3rem !important;
   }

   .me-sm-auto {
     margin-right: auto !important;
   }

   .mb-sm-0 {
     margin-bottom: 0 !important;
   }

   .mb-sm-1 {
     margin-bottom: 0.25rem !important;
   }

   .mb-sm-2 {
     margin-bottom: 0.5rem !important;
   }

   .mb-sm-3 {
     margin-bottom: 1rem !important;
   }

   .mb-sm-4 {
     margin-bottom: 1.5rem !important;
   }

   .mb-sm-5 {
     margin-bottom: 3rem !important;
   }

   .mb-sm-auto {
     margin-bottom: auto !important;
   }

   .ms-sm-0 {
     margin-left: 0 !important;
   }

   .ms-sm-1 {
     margin-left: 0.25rem !important;
   }

   .ms-sm-2 {
     margin-left: 0.5rem !important;
   }

   .ms-sm-3 {
     margin-left: 1rem !important;
   }

   .ms-sm-4 {
     margin-left: 1.5rem !important;
   }

   .ms-sm-5 {
     margin-left: 3rem !important;
   }

   .ms-sm-auto {
     margin-left: auto !important;
   }

   .p-sm-0 {
     padding: 0 !important;
   }

   .p-sm-1 {
     padding: 0.25rem !important;
   }

   .p-sm-2 {
     padding: 0.5rem !important;
   }

   .p-sm-3 {
     padding: 1rem !important;
   }

   .p-sm-4 {
     padding: 1.5rem !important;
   }

   .p-sm-5 {
     padding: 3rem !important;
   }

   .px-sm-0 {
     padding-right: 0 !important;
     padding-left: 0 !important;
   }

   .px-sm-1 {
     padding-right: 0.25rem !important;
     padding-left: 0.25rem !important;
   }

   .px-sm-2 {
     padding-right: 0.5rem !important;
     padding-left: 0.5rem !important;
   }

   .px-sm-3 {
     padding-right: 1rem !important;
     padding-left: 1rem !important;
   }

   .px-sm-4 {
     padding-right: 1.5rem !important;
     padding-left: 1.5rem !important;
   }

   .px-sm-5 {
     padding-right: 3rem !important;
     padding-left: 3rem !important;
   }

   .py-sm-0 {
     padding-top: 0 !important;
     padding-bottom: 0 !important;
   }

   .py-sm-1 {
     padding-top: 0.25rem !important;
     padding-bottom: 0.25rem !important;
   }

   .py-sm-2 {
     padding-top: 0.5rem !important;
     padding-bottom: 0.5rem !important;
   }

   .py-sm-3 {
     padding-top: 1rem !important;
     padding-bottom: 1rem !important;
   }

   .py-sm-4 {
     padding-top: 1.5rem !important;
     padding-bottom: 1.5rem !important;
   }

   .py-sm-5 {
     padding-top: 3rem !important;
     padding-bottom: 3rem !important;
   }

   .pt-sm-0 {
     padding-top: 0 !important;
   }

   .pt-sm-1 {
     padding-top: 0.25rem !important;
   }

   .pt-sm-2 {
     padding-top: 0.5rem !important;
   }

   .pt-sm-3 {
     padding-top: 1rem !important;
   }

   .pt-sm-4 {
     padding-top: 1.5rem !important;
   }

   .pt-sm-5 {
     padding-top: 3rem !important;
   }

   .pe-sm-0 {
     padding-right: 0 !important;
   }

   .pe-sm-1 {
     padding-right: 0.25rem !important;
   }

   .pe-sm-2 {
     padding-right: 0.5rem !important;
   }

   .pe-sm-3 {
     padding-right: 1rem !important;
   }

   .pe-sm-4 {
     padding-right: 1.5rem !important;
   }

   .pe-sm-5 {
     padding-right: 3rem !important;
   }

   .pb-sm-0 {
     padding-bottom: 0 !important;
   }

   .pb-sm-1 {
     padding-bottom: 0.25rem !important;
   }

   .pb-sm-2 {
     padding-bottom: 0.5rem !important;
   }

   .pb-sm-3 {
     padding-bottom: 1rem !important;
   }

   .pb-sm-4 {
     padding-bottom: 1.5rem !important;
   }

   .pb-sm-5 {
     padding-bottom: 3rem !important;
   }

   .ps-sm-0 {
     padding-left: 0 !important;
   }

   .ps-sm-1 {
     padding-left: 0.25rem !important;
   }

   .ps-sm-2 {
     padding-left: 0.5rem !important;
   }

   .ps-sm-3 {
     padding-left: 1rem !important;
   }

   .ps-sm-4 {
     padding-left: 1.5rem !important;
   }

   .ps-sm-5 {
     padding-left: 3rem !important;
   }
 }

 @media (min-width: 768px) {
   .d-md-inline {
     display: inline !important;
   }

   .d-md-inline-block {
     display: inline-block !important;
   }

   .d-md-block {
     display: block !important;
   }

   .d-md-grid {
     display: grid !important;
   }

   .d-md-table {
     display: table !important;
   }

   .d-md-table-row {
     display: table-row !important;
   }

   .d-md-table-cell {
     display: table-cell !important;
   }

   .d-md-flex {
     display: flex !important;
   }

   .d-md-inline-flex {
     display: inline-flex !important;
   }

   .d-md-none {
     display: none !important;
   }

   .flex-md-fill {
     flex: 1 1 auto !important;
   }

   .flex-md-row {
     flex-direction: row !important;
   }

   .flex-md-column {
     flex-direction: column !important;
   }

   .flex-md-row-reverse {
     flex-direction: row-reverse !important;
   }

   .flex-md-column-reverse {
     flex-direction: column-reverse !important;
   }

   .flex-md-grow-0 {
     flex-grow: 0 !important;
   }

   .flex-md-grow-1 {
     flex-grow: 1 !important;
   }

   .flex-md-shrink-0 {
     flex-shrink: 0 !important;
   }

   .flex-md-shrink-1 {
     flex-shrink: 1 !important;
   }

   .flex-md-wrap {
     flex-wrap: wrap !important;
   }

   .flex-md-nowrap {
     flex-wrap: nowrap !important;
   }

   .flex-md-wrap-reverse {
     flex-wrap: wrap-reverse !important;
   }

   .justify-content-md-start {
     justify-content: flex-start !important;
   }

   .justify-content-md-end {
     justify-content: flex-end !important;
   }

   .justify-content-md-center {
     justify-content: center !important;
   }

   .justify-content-md-between {
     justify-content: space-between !important;
   }

   .justify-content-md-around {
     justify-content: space-around !important;
   }

   .justify-content-md-evenly {
     justify-content: space-evenly !important;
   }

   .align-items-md-start {
     align-items: flex-start !important;
   }

   .align-items-md-end {
     align-items: flex-end !important;
   }

   .align-items-md-center {
     align-items: center !important;
   }

   .align-items-md-baseline {
     align-items: baseline !important;
   }

   .align-items-md-stretch {
     align-items: stretch !important;
   }

   .align-content-md-start {
     align-content: flex-start !important;
   }

   .align-content-md-end {
     align-content: flex-end !important;
   }

   .align-content-md-center {
     align-content: center !important;
   }

   .align-content-md-between {
     align-content: space-between !important;
   }

   .align-content-md-around {
     align-content: space-around !important;
   }

   .align-content-md-stretch {
     align-content: stretch !important;
   }

   .align-self-md-auto {
     align-self: auto !important;
   }

   .align-self-md-start {
     align-self: flex-start !important;
   }

   .align-self-md-end {
     align-self: flex-end !important;
   }

   .align-self-md-center {
     align-self: center !important;
   }

   .align-self-md-baseline {
     align-self: baseline !important;
   }

   .align-self-md-stretch {
     align-self: stretch !important;
   }

   .order-md-first {
     order: -1 !important;
   }

   .order-md-0 {
     order: 0 !important;
   }

   .order-md-1 {
     order: 1 !important;
   }

   .order-md-2 {
     order: 2 !important;
   }

   .order-md-3 {
     order: 3 !important;
   }

   .order-md-4 {
     order: 4 !important;
   }

   .order-md-5 {
     order: 5 !important;
   }

   .order-md-last {
     order: 6 !important;
   }

   .m-md-0 {
     margin: 0 !important;
   }

   .m-md-1 {
     margin: 0.25rem !important;
   }

   .m-md-2 {
     margin: 0.5rem !important;
   }

   .m-md-3 {
     margin: 1rem !important;
   }

   .m-md-4 {
     margin: 1.5rem !important;
   }

   .m-md-5 {
     margin: 3rem !important;
   }

   .m-md-auto {
     margin: auto !important;
   }

   .mx-md-0 {
     margin-right: 0 !important;
     margin-left: 0 !important;
   }

   .mx-md-1 {
     margin-right: 0.25rem !important;
     margin-left: 0.25rem !important;
   }

   .mx-md-2 {
     margin-right: 0.5rem !important;
     margin-left: 0.5rem !important;
   }

   .mx-md-3 {
     margin-right: 1rem !important;
     margin-left: 1rem !important;
   }

   .mx-md-4 {
     margin-right: 1.5rem !important;
     margin-left: 1.5rem !important;
   }

   .mx-md-5 {
     margin-right: 3rem !important;
     margin-left: 3rem !important;
   }

   .mx-md-auto {
     margin-right: auto !important;
     margin-left: auto !important;
   }

   .my-md-0 {
     margin-top: 0 !important;
     margin-bottom: 0 !important;
   }

   .my-md-1 {
     margin-top: 0.25rem !important;
     margin-bottom: 0.25rem !important;
   }

   .my-md-2 {
     margin-top: 0.5rem !important;
     margin-bottom: 0.5rem !important;
   }

   .my-md-3 {
     margin-top: 1rem !important;
     margin-bottom: 1rem !important;
   }

   .my-md-4 {
     margin-top: 1.5rem !important;
     margin-bottom: 1.5rem !important;
   }

   .my-md-5 {
     margin-top: 3rem !important;
     margin-bottom: 3rem !important;
   }

   .my-md-auto {
     margin-top: auto !important;
     margin-bottom: auto !important;
   }

   .mt-md-0 {
     margin-top: 0 !important;
   }

   .mt-md-1 {
     margin-top: 0.25rem !important;
   }

   .mt-md-2 {
     margin-top: 0.5rem !important;
   }

   .mt-md-3 {
     margin-top: 1rem !important;
   }

   .mt-md-4 {
     margin-top: 1.5rem !important;
   }

   .mt-md-5 {
     margin-top: 3rem !important;
   }

   .mt-md-auto {
     margin-top: auto !important;
   }

   .me-md-0 {
     margin-right: 0 !important;
   }

   .me-md-1 {
     margin-right: 0.25rem !important;
   }

   .me-md-2 {
     margin-right: 0.5rem !important;
   }

   .me-md-3 {
     margin-right: 1rem !important;
   }

   .me-md-4 {
     margin-right: 1.5rem !important;
   }

   .me-md-5 {
     margin-right: 3rem !important;
   }

   .me-md-auto {
     margin-right: auto !important;
   }

   .mb-md-0 {
     margin-bottom: 0 !important;
   }

   .mb-md-1 {
     margin-bottom: 0.25rem !important;
   }

   .mb-md-2 {
     margin-bottom: 0.5rem !important;
   }

   .mb-md-3 {
     margin-bottom: 1rem !important;
   }

   .mb-md-4 {
     margin-bottom: 1.5rem !important;
   }

   .mb-md-5 {
     margin-bottom: 3rem !important;
   }

   .mb-md-auto {
     margin-bottom: auto !important;
   }

   .ms-md-0 {
     margin-left: 0 !important;
   }

   .ms-md-1 {
     margin-left: 0.25rem !important;
   }

   .ms-md-2 {
     margin-left: 0.5rem !important;
   }

   .ms-md-3 {
     margin-left: 1rem !important;
   }

   .ms-md-4 {
     margin-left: 1.5rem !important;
   }

   .ms-md-5 {
     margin-left: 3rem !important;
   }

   .ms-md-auto {
     margin-left: auto !important;
   }

   .p-md-0 {
     padding: 0 !important;
   }

   .p-md-1 {
     padding: 0.25rem !important;
   }

   .p-md-2 {
     padding: 0.5rem !important;
   }

   .p-md-3 {
     padding: 1rem !important;
   }

   .p-md-4 {
     padding: 1.5rem !important;
   }

   .p-md-5 {
     padding: 3rem !important;
   }

   .px-md-0 {
     padding-right: 0 !important;
     padding-left: 0 !important;
   }

   .px-md-1 {
     padding-right: 0.25rem !important;
     padding-left: 0.25rem !important;
   }

   .px-md-2 {
     padding-right: 0.5rem !important;
     padding-left: 0.5rem !important;
   }

   .px-md-3 {
     padding-right: 1rem !important;
     padding-left: 1rem !important;
   }

   .px-md-4 {
     padding-right: 1.5rem !important;
     padding-left: 1.5rem !important;
   }

   .px-md-5 {
     padding-right: 3rem !important;
     padding-left: 3rem !important;
   }

   .py-md-0 {
     padding-top: 0 !important;
     padding-bottom: 0 !important;
   }

   .py-md-1 {
     padding-top: 0.25rem !important;
     padding-bottom: 0.25rem !important;
   }

   .py-md-2 {
     padding-top: 0.5rem !important;
     padding-bottom: 0.5rem !important;
   }

   .py-md-3 {
     padding-top: 1rem !important;
     padding-bottom: 1rem !important;
   }

   .py-md-4 {
     padding-top: 1.5rem !important;
     padding-bottom: 1.5rem !important;
   }

   .py-md-5 {
     padding-top: 3rem !important;
     padding-bottom: 3rem !important;
   }

   .pt-md-0 {
     padding-top: 0 !important;
   }

   .pt-md-1 {
     padding-top: 0.25rem !important;
   }

   .pt-md-2 {
     padding-top: 0.5rem !important;
   }

   .pt-md-3 {
     padding-top: 1rem !important;
   }

   .pt-md-4 {
     padding-top: 1.5rem !important;
   }

   .pt-md-5 {
     padding-top: 3rem !important;
   }

   .pe-md-0 {
     padding-right: 0 !important;
   }

   .pe-md-1 {
     padding-right: 0.25rem !important;
   }

   .pe-md-2 {
     padding-right: 0.5rem !important;
   }

   .pe-md-3 {
     padding-right: 1rem !important;
   }

   .pe-md-4 {
     padding-right: 1.5rem !important;
   }

   .pe-md-5 {
     padding-right: 3rem !important;
   }

   .pb-md-0 {
     padding-bottom: 0 !important;
   }

   .pb-md-1 {
     padding-bottom: 0.25rem !important;
   }

   .pb-md-2 {
     padding-bottom: 0.5rem !important;
   }

   .pb-md-3 {
     padding-bottom: 1rem !important;
   }

   .pb-md-4 {
     padding-bottom: 1.5rem !important;
   }

   .pb-md-5 {
     padding-bottom: 3rem !important;
   }

   .ps-md-0 {
     padding-left: 0 !important;
   }

   .ps-md-1 {
     padding-left: 0.25rem !important;
   }

   .ps-md-2 {
     padding-left: 0.5rem !important;
   }

   .ps-md-3 {
     padding-left: 1rem !important;
   }

   .ps-md-4 {
     padding-left: 1.5rem !important;
   }

   .ps-md-5 {
     padding-left: 3rem !important;
   }
 }

 @media (min-width: 992px) {
   .d-lg-inline {
     display: inline !important;
   }

   .d-lg-inline-block {
     display: inline-block !important;
   }

   .d-lg-block {
     display: block !important;
   }

   .d-lg-grid {
     display: grid !important;
   }

   .d-lg-table {
     display: table !important;
   }

   .d-lg-table-row {
     display: table-row !important;
   }

   .d-lg-table-cell {
     display: table-cell !important;
   }

   .d-lg-flex {
     display: flex !important;
   }

   .d-lg-inline-flex {
     display: inline-flex !important;
   }

   .d-lg-none {
     display: none !important;
   }

   .flex-lg-fill {
     flex: 1 1 auto !important;
   }

   .flex-lg-row {
     flex-direction: row !important;
   }

   .flex-lg-column {
     flex-direction: column !important;
   }

   .flex-lg-row-reverse {
     flex-direction: row-reverse !important;
   }

   .flex-lg-column-reverse {
     flex-direction: column-reverse !important;
   }

   .flex-lg-grow-0 {
     flex-grow: 0 !important;
   }

   .flex-lg-grow-1 {
     flex-grow: 1 !important;
   }

   .flex-lg-shrink-0 {
     flex-shrink: 0 !important;
   }

   .flex-lg-shrink-1 {
     flex-shrink: 1 !important;
   }

   .flex-lg-wrap {
     flex-wrap: wrap !important;
   }

   .flex-lg-nowrap {
     flex-wrap: nowrap !important;
   }

   .flex-lg-wrap-reverse {
     flex-wrap: wrap-reverse !important;
   }

   .justify-content-lg-start {
     justify-content: flex-start !important;
   }

   .justify-content-lg-end {
     justify-content: flex-end !important;
   }

   .justify-content-lg-center {
     justify-content: center !important;
   }

   .justify-content-lg-between {
     justify-content: space-between !important;
   }

   .justify-content-lg-around {
     justify-content: space-around !important;
   }

   .justify-content-lg-evenly {
     justify-content: space-evenly !important;
   }

   .align-items-lg-start {
     align-items: flex-start !important;
   }

   .align-items-lg-end {
     align-items: flex-end !important;
   }

   .align-items-lg-center {
     align-items: center !important;
   }

   .align-items-lg-baseline {
     align-items: baseline !important;
   }

   .align-items-lg-stretch {
     align-items: stretch !important;
   }

   .align-content-lg-start {
     align-content: flex-start !important;
   }

   .align-content-lg-end {
     align-content: flex-end !important;
   }

   .align-content-lg-center {
     align-content: center !important;
   }

   .align-content-lg-between {
     align-content: space-between !important;
   }

   .align-content-lg-around {
     align-content: space-around !important;
   }

   .align-content-lg-stretch {
     align-content: stretch !important;
   }

   .align-self-lg-auto {
     align-self: auto !important;
   }

   .align-self-lg-start {
     align-self: flex-start !important;
   }

   .align-self-lg-end {
     align-self: flex-end !important;
   }

   .align-self-lg-center {
     align-self: center !important;
   }

   .align-self-lg-baseline {
     align-self: baseline !important;
   }

   .align-self-lg-stretch {
     align-self: stretch !important;
   }

   .order-lg-first {
     order: -1 !important;
   }

   .order-lg-0 {
     order: 0 !important;
   }

   .order-lg-1 {
     order: 1 !important;
   }

   .order-lg-2 {
     order: 2 !important;
   }

   .order-lg-3 {
     order: 3 !important;
   }

   .order-lg-4 {
     order: 4 !important;
   }

   .order-lg-5 {
     order: 5 !important;
   }

   .order-lg-last {
     order: 6 !important;
   }

   .m-lg-0 {
     margin: 0 !important;
   }

   .m-lg-1 {
     margin: 0.25rem !important;
   }

   .m-lg-2 {
     margin: 0.5rem !important;
   }

   .m-lg-3 {
     margin: 1rem !important;
   }

   .m-lg-4 {
     margin: 1.5rem !important;
   }

   .m-lg-5 {
     margin: 3rem !important;
   }

   .m-lg-auto {
     margin: auto !important;
   }

   .mx-lg-0 {
     margin-right: 0 !important;
     margin-left: 0 !important;
   }

   .mx-lg-1 {
     margin-right: 0.25rem !important;
     margin-left: 0.25rem !important;
   }

   .mx-lg-2 {
     margin-right: 0.5rem !important;
     margin-left: 0.5rem !important;
   }

   .mx-lg-3 {
     margin-right: 1rem !important;
     margin-left: 1rem !important;
   }

   .mx-lg-4 {
     margin-right: 1.5rem !important;
     margin-left: 1.5rem !important;
   }

   .mx-lg-5 {
     margin-right: 3rem !important;
     margin-left: 3rem !important;
   }

   .mx-lg-auto {
     margin-right: auto !important;
     margin-left: auto !important;
   }

   .my-lg-0 {
     margin-top: 0 !important;
     margin-bottom: 0 !important;
   }

   .my-lg-1 {
     margin-top: 0.25rem !important;
     margin-bottom: 0.25rem !important;
   }

   .my-lg-2 {
     margin-top: 0.5rem !important;
     margin-bottom: 0.5rem !important;
   }

   .my-lg-3 {
     margin-top: 1rem !important;
     margin-bottom: 1rem !important;
   }

   .my-lg-4 {
     margin-top: 1.5rem !important;
     margin-bottom: 1.5rem !important;
   }

   .my-lg-5 {
     margin-top: 3rem !important;
     margin-bottom: 3rem !important;
   }

   .my-lg-auto {
     margin-top: auto !important;
     margin-bottom: auto !important;
   }

   .mt-lg-0 {
     margin-top: 0 !important;
   }

   .mt-lg-1 {
     margin-top: 0.25rem !important;
   }

   .mt-lg-2 {
     margin-top: 0.5rem !important;
   }

   .mt-lg-3 {
     margin-top: 1rem !important;
   }

   .mt-lg-4 {
     margin-top: 1.5rem !important;
   }

   .mt-lg-5 {
     margin-top: 3rem !important;
   }

   .mt-lg-auto {
     margin-top: auto !important;
   }

   .me-lg-0 {
     margin-right: 0 !important;
   }

   .me-lg-1 {
     margin-right: 0.25rem !important;
   }

   .me-lg-2 {
     margin-right: 0.5rem !important;
   }

   .me-lg-3 {
     margin-right: 1rem !important;
   }

   .me-lg-4 {
     margin-right: 1.5rem !important;
   }

   .me-lg-5 {
     margin-right: 3rem !important;
   }

   .me-lg-auto {
     margin-right: auto !important;
   }

   .mb-lg-0 {
     margin-bottom: 0 !important;
   }

   .mb-lg-1 {
     margin-bottom: 0.25rem !important;
   }

   .mb-lg-2 {
     margin-bottom: 0.5rem !important;
   }

   .mb-lg-3 {
     margin-bottom: 1rem !important;
   }

   .mb-lg-4 {
     margin-bottom: 1.5rem !important;
   }

   .mb-lg-5 {
     margin-bottom: 3rem !important;
   }

   .mb-lg-auto {
     margin-bottom: auto !important;
   }

   .ms-lg-0 {
     margin-left: 0 !important;
   }

   .ms-lg-1 {
     margin-left: 0.25rem !important;
   }

   .ms-lg-2 {
     margin-left: 0.5rem !important;
   }

   .ms-lg-3 {
     margin-left: 1rem !important;
   }

   .ms-lg-4 {
     margin-left: 1.5rem !important;
   }

   .ms-lg-5 {
     margin-left: 3rem !important;
   }

   .ms-lg-auto {
     margin-left: auto !important;
   }

   .p-lg-0 {
     padding: 0 !important;
   }

   .p-lg-1 {
     padding: 0.25rem !important;
   }

   .p-lg-2 {
     padding: 0.5rem !important;
   }

   .p-lg-3 {
     padding: 1rem !important;
   }

   .p-lg-4 {
     padding: 1.5rem !important;
   }

   .p-lg-5 {
     padding: 3rem !important;
   }

   .px-lg-0 {
     padding-right: 0 !important;
     padding-left: 0 !important;
   }

   .px-lg-1 {
     padding-right: 0.25rem !important;
     padding-left: 0.25rem !important;
   }

   .px-lg-2 {
     padding-right: 0.5rem !important;
     padding-left: 0.5rem !important;
   }

   .px-lg-3 {
     padding-right: 1rem !important;
     padding-left: 1rem !important;
   }

   .px-lg-4 {
     padding-right: 1.5rem !important;
     padding-left: 1.5rem !important;
   }

   .px-lg-5 {
     padding-right: 3rem !important;
     padding-left: 3rem !important;
   }

   .py-lg-0 {
     padding-top: 0 !important;
     padding-bottom: 0 !important;
   }

   .py-lg-1 {
     padding-top: 0.25rem !important;
     padding-bottom: 0.25rem !important;
   }

   .py-lg-2 {
     padding-top: 0.5rem !important;
     padding-bottom: 0.5rem !important;
   }

   .py-lg-3 {
     padding-top: 1rem !important;
     padding-bottom: 1rem !important;
   }

   .py-lg-4 {
     padding-top: 1.5rem !important;
     padding-bottom: 1.5rem !important;
   }

   .py-lg-5 {
     padding-top: 3rem !important;
     padding-bottom: 3rem !important;
   }

   .pt-lg-0 {
     padding-top: 0 !important;
   }

   .pt-lg-1 {
     padding-top: 0.25rem !important;
   }

   .pt-lg-2 {
     padding-top: 0.5rem !important;
   }

   .pt-lg-3 {
     padding-top: 1rem !important;
   }

   .pt-lg-4 {
     padding-top: 1.5rem !important;
   }

   .pt-lg-5 {
     padding-top: 3rem !important;
   }

   .pe-lg-0 {
     padding-right: 0 !important;
   }

   .pe-lg-1 {
     padding-right: 0.25rem !important;
   }

   .pe-lg-2 {
     padding-right: 0.5rem !important;
   }

   .pe-lg-3 {
     padding-right: 1rem !important;
   }

   .pe-lg-4 {
     padding-right: 1.5rem !important;
   }

   .pe-lg-5 {
     padding-right: 3rem !important;
   }

   .pb-lg-0 {
     padding-bottom: 0 !important;
   }

   .pb-lg-1 {
     padding-bottom: 0.25rem !important;
   }

   .pb-lg-2 {
     padding-bottom: 0.5rem !important;
   }

   .pb-lg-3 {
     padding-bottom: 1rem !important;
   }

   .pb-lg-4 {
     padding-bottom: 1.5rem !important;
   }

   .pb-lg-5 {
     padding-bottom: 3rem !important;
   }

   .ps-lg-0 {
     padding-left: 0 !important;
   }

   .ps-lg-1 {
     padding-left: 0.25rem !important;
   }

   .ps-lg-2 {
     padding-left: 0.5rem !important;
   }

   .ps-lg-3 {
     padding-left: 1rem !important;
   }

   .ps-lg-4 {
     padding-left: 1.5rem !important;
   }

   .ps-lg-5 {
     padding-left: 3rem !important;
   }
 }

 @media (min-width: 1200px) {
   .d-xl-inline {
     display: inline !important;
   }

   .d-xl-inline-block {
     display: inline-block !important;
   }

   .d-xl-block {
     display: block !important;
   }

   .d-xl-grid {
     display: grid !important;
   }

   .d-xl-table {
     display: table !important;
   }

   .d-xl-table-row {
     display: table-row !important;
   }

   .d-xl-table-cell {
     display: table-cell !important;
   }

   .d-xl-flex {
     display: flex !important;
   }

   .d-xl-inline-flex {
     display: inline-flex !important;
   }

   .d-xl-none {
     display: none !important;
   }

   .flex-xl-fill {
     flex: 1 1 auto !important;
   }

   .flex-xl-row {
     flex-direction: row !important;
   }

   .flex-xl-column {
     flex-direction: column !important;
   }

   .flex-xl-row-reverse {
     flex-direction: row-reverse !important;
   }

   .flex-xl-column-reverse {
     flex-direction: column-reverse !important;
   }

   .flex-xl-grow-0 {
     flex-grow: 0 !important;
   }

   .flex-xl-grow-1 {
     flex-grow: 1 !important;
   }

   .flex-xl-shrink-0 {
     flex-shrink: 0 !important;
   }

   .flex-xl-shrink-1 {
     flex-shrink: 1 !important;
   }

   .flex-xl-wrap {
     flex-wrap: wrap !important;
   }

   .flex-xl-nowrap {
     flex-wrap: nowrap !important;
   }

   .flex-xl-wrap-reverse {
     flex-wrap: wrap-reverse !important;
   }

   .justify-content-xl-start {
     justify-content: flex-start !important;
   }

   .justify-content-xl-end {
     justify-content: flex-end !important;
   }

   .justify-content-xl-center {
     justify-content: center !important;
   }

   .justify-content-xl-between {
     justify-content: space-between !important;
   }

   .justify-content-xl-around {
     justify-content: space-around !important;
   }

   .justify-content-xl-evenly {
     justify-content: space-evenly !important;
   }

   .align-items-xl-start {
     align-items: flex-start !important;
   }

   .align-items-xl-end {
     align-items: flex-end !important;
   }

   .align-items-xl-center {
     align-items: center !important;
   }

   .align-items-xl-baseline {
     align-items: baseline !important;
   }

   .align-items-xl-stretch {
     align-items: stretch !important;
   }

   .align-content-xl-start {
     align-content: flex-start !important;
   }

   .align-content-xl-end {
     align-content: flex-end !important;
   }

   .align-content-xl-center {
     align-content: center !important;
   }

   .align-content-xl-between {
     align-content: space-between !important;
   }

   .align-content-xl-around {
     align-content: space-around !important;
   }

   .align-content-xl-stretch {
     align-content: stretch !important;
   }

   .align-self-xl-auto {
     align-self: auto !important;
   }

   .align-self-xl-start {
     align-self: flex-start !important;
   }

   .align-self-xl-end {
     align-self: flex-end !important;
   }

   .align-self-xl-center {
     align-self: center !important;
   }

   .align-self-xl-baseline {
     align-self: baseline !important;
   }

   .align-self-xl-stretch {
     align-self: stretch !important;
   }

   .order-xl-first {
     order: -1 !important;
   }

   .order-xl-0 {
     order: 0 !important;
   }

   .order-xl-1 {
     order: 1 !important;
   }

   .order-xl-2 {
     order: 2 !important;
   }

   .order-xl-3 {
     order: 3 !important;
   }

   .order-xl-4 {
     order: 4 !important;
   }

   .order-xl-5 {
     order: 5 !important;
   }

   .order-xl-last {
     order: 6 !important;
   }

   .m-xl-0 {
     margin: 0 !important;
   }

   .m-xl-1 {
     margin: 0.25rem !important;
   }

   .m-xl-2 {
     margin: 0.5rem !important;
   }

   .m-xl-3 {
     margin: 1rem !important;
   }

   .m-xl-4 {
     margin: 1.5rem !important;
   }

   .m-xl-5 {
     margin: 3rem !important;
   }

   .m-xl-auto {
     margin: auto !important;
   }

   .mx-xl-0 {
     margin-right: 0 !important;
     margin-left: 0 !important;
   }

   .mx-xl-1 {
     margin-right: 0.25rem !important;
     margin-left: 0.25rem !important;
   }

   .mx-xl-2 {
     margin-right: 0.5rem !important;
     margin-left: 0.5rem !important;
   }

   .mx-xl-3 {
     margin-right: 1rem !important;
     margin-left: 1rem !important;
   }

   .mx-xl-4 {
     margin-right: 1.5rem !important;
     margin-left: 1.5rem !important;
   }

   .mx-xl-5 {
     margin-right: 3rem !important;
     margin-left: 3rem !important;
   }

   .mx-xl-auto {
     margin-right: auto !important;
     margin-left: auto !important;
   }

   .my-xl-0 {
     margin-top: 0 !important;
     margin-bottom: 0 !important;
   }

   .my-xl-1 {
     margin-top: 0.25rem !important;
     margin-bottom: 0.25rem !important;
   }

   .my-xl-2 {
     margin-top: 0.5rem !important;
     margin-bottom: 0.5rem !important;
   }

   .my-xl-3 {
     margin-top: 1rem !important;
     margin-bottom: 1rem !important;
   }

   .my-xl-4 {
     margin-top: 1.5rem !important;
     margin-bottom: 1.5rem !important;
   }

   .my-xl-5 {
     margin-top: 3rem !important;
     margin-bottom: 3rem !important;
   }

   .my-xl-auto {
     margin-top: auto !important;
     margin-bottom: auto !important;
   }

   .mt-xl-0 {
     margin-top: 0 !important;
   }

   .mt-xl-1 {
     margin-top: 0.25rem !important;
   }

   .mt-xl-2 {
     margin-top: 0.5rem !important;
   }

   .mt-xl-3 {
     margin-top: 1rem !important;
   }

   .mt-xl-4 {
     margin-top: 1.5rem !important;
   }

   .mt-xl-5 {
     margin-top: 3rem !important;
   }

   .mt-xl-auto {
     margin-top: auto !important;
   }

   .me-xl-0 {
     margin-right: 0 !important;
   }

   .me-xl-1 {
     margin-right: 0.25rem !important;
   }

   .me-xl-2 {
     margin-right: 0.5rem !important;
   }

   .me-xl-3 {
     margin-right: 1rem !important;
   }

   .me-xl-4 {
     margin-right: 1.5rem !important;
   }

   .me-xl-5 {
     margin-right: 3rem !important;
   }

   .me-xl-auto {
     margin-right: auto !important;
   }

   .mb-xl-0 {
     margin-bottom: 0 !important;
   }

   .mb-xl-1 {
     margin-bottom: 0.25rem !important;
   }

   .mb-xl-2 {
     margin-bottom: 0.5rem !important;
   }

   .mb-xl-3 {
     margin-bottom: 1rem !important;
   }

   .mb-xl-4 {
     margin-bottom: 1.5rem !important;
   }

   .mb-xl-5 {
     margin-bottom: 3rem !important;
   }

   .mb-xl-auto {
     margin-bottom: auto !important;
   }

   .ms-xl-0 {
     margin-left: 0 !important;
   }

   .ms-xl-1 {
     margin-left: 0.25rem !important;
   }

   .ms-xl-2 {
     margin-left: 0.5rem !important;
   }

   .ms-xl-3 {
     margin-left: 1rem !important;
   }

   .ms-xl-4 {
     margin-left: 1.5rem !important;
   }

   .ms-xl-5 {
     margin-left: 3rem !important;
   }

   .ms-xl-auto {
     margin-left: auto !important;
   }

   .p-xl-0 {
     padding: 0 !important;
   }

   .p-xl-1 {
     padding: 0.25rem !important;
   }

   .p-xl-2 {
     padding: 0.5rem !important;
   }

   .p-xl-3 {
     padding: 1rem !important;
   }

   .p-xl-4 {
     padding: 1.5rem !important;
   }

   .p-xl-5 {
     padding: 3rem !important;
   }

   .px-xl-0 {
     padding-right: 0 !important;
     padding-left: 0 !important;
   }

   .px-xl-1 {
     padding-right: 0.25rem !important;
     padding-left: 0.25rem !important;
   }

   .px-xl-2 {
     padding-right: 0.5rem !important;
     padding-left: 0.5rem !important;
   }

   .px-xl-3 {
     padding-right: 1rem !important;
     padding-left: 1rem !important;
   }

   .px-xl-4 {
     padding-right: 1.5rem !important;
     padding-left: 1.5rem !important;
   }

   .px-xl-5 {
     padding-right: 3rem !important;
     padding-left: 3rem !important;
   }

   .py-xl-0 {
     padding-top: 0 !important;
     padding-bottom: 0 !important;
   }

   .py-xl-1 {
     padding-top: 0.25rem !important;
     padding-bottom: 0.25rem !important;
   }

   .py-xl-2 {
     padding-top: 0.5rem !important;
     padding-bottom: 0.5rem !important;
   }

   .py-xl-3 {
     padding-top: 1rem !important;
     padding-bottom: 1rem !important;
   }

   .py-xl-4 {
     padding-top: 1.5rem !important;
     padding-bottom: 1.5rem !important;
   }

   .py-xl-5 {
     padding-top: 3rem !important;
     padding-bottom: 3rem !important;
   }

   .pt-xl-0 {
     padding-top: 0 !important;
   }

   .pt-xl-1 {
     padding-top: 0.25rem !important;
   }

   .pt-xl-2 {
     padding-top: 0.5rem !important;
   }

   .pt-xl-3 {
     padding-top: 1rem !important;
   }

   .pt-xl-4 {
     padding-top: 1.5rem !important;
   }

   .pt-xl-5 {
     padding-top: 3rem !important;
   }

   .pe-xl-0 {
     padding-right: 0 !important;
   }

   .pe-xl-1 {
     padding-right: 0.25rem !important;
   }

   .pe-xl-2 {
     padding-right: 0.5rem !important;
   }

   .pe-xl-3 {
     padding-right: 1rem !important;
   }

   .pe-xl-4 {
     padding-right: 1.5rem !important;
   }

   .pe-xl-5 {
     padding-right: 3rem !important;
   }

   .pb-xl-0 {
     padding-bottom: 0 !important;
   }

   .pb-xl-1 {
     padding-bottom: 0.25rem !important;
   }

   .pb-xl-2 {
     padding-bottom: 0.5rem !important;
   }

   .pb-xl-3 {
     padding-bottom: 1rem !important;
   }

   .pb-xl-4 {
     padding-bottom: 1.5rem !important;
   }

   .pb-xl-5 {
     padding-bottom: 3rem !important;
   }

   .ps-xl-0 {
     padding-left: 0 !important;
   }

   .ps-xl-1 {
     padding-left: 0.25rem !important;
   }

   .ps-xl-2 {
     padding-left: 0.5rem !important;
   }

   .ps-xl-3 {
     padding-left: 1rem !important;
   }

   .ps-xl-4 {
     padding-left: 1.5rem !important;
   }

   .ps-xl-5 {
     padding-left: 3rem !important;
   }
 }

 @media (min-width: 1400px) {
   .d-xxl-inline {
     display: inline !important;
   }

   .d-xxl-inline-block {
     display: inline-block !important;
   }

   .d-xxl-block {
     display: block !important;
   }

   .d-xxl-grid {
     display: grid !important;
   }

   .d-xxl-table {
     display: table !important;
   }

   .d-xxl-table-row {
     display: table-row !important;
   }

   .d-xxl-table-cell {
     display: table-cell !important;
   }

   .d-xxl-flex {
     display: flex !important;
   }

   .d-xxl-inline-flex {
     display: inline-flex !important;
   }

   .d-xxl-none {
     display: none !important;
   }

   .flex-xxl-fill {
     flex: 1 1 auto !important;
   }

   .flex-xxl-row {
     flex-direction: row !important;
   }

   .flex-xxl-column {
     flex-direction: column !important;
   }

   .flex-xxl-row-reverse {
     flex-direction: row-reverse !important;
   }

   .flex-xxl-column-reverse {
     flex-direction: column-reverse !important;
   }

   .flex-xxl-grow-0 {
     flex-grow: 0 !important;
   }

   .flex-xxl-grow-1 {
     flex-grow: 1 !important;
   }

   .flex-xxl-shrink-0 {
     flex-shrink: 0 !important;
   }

   .flex-xxl-shrink-1 {
     flex-shrink: 1 !important;
   }

   .flex-xxl-wrap {
     flex-wrap: wrap !important;
   }

   .flex-xxl-nowrap {
     flex-wrap: nowrap !important;
   }

   .flex-xxl-wrap-reverse {
     flex-wrap: wrap-reverse !important;
   }

   .justify-content-xxl-start {
     justify-content: flex-start !important;
   }

   .justify-content-xxl-end {
     justify-content: flex-end !important;
   }

   .justify-content-xxl-center {
     justify-content: center !important;
   }

   .justify-content-xxl-between {
     justify-content: space-between !important;
   }

   .justify-content-xxl-around {
     justify-content: space-around !important;
   }

   .justify-content-xxl-evenly {
     justify-content: space-evenly !important;
   }

   .align-items-xxl-start {
     align-items: flex-start !important;
   }

   .align-items-xxl-end {
     align-items: flex-end !important;
   }

   .align-items-xxl-center {
     align-items: center !important;
   }

   .align-items-xxl-baseline {
     align-items: baseline !important;
   }

   .align-items-xxl-stretch {
     align-items: stretch !important;
   }

   .align-content-xxl-start {
     align-content: flex-start !important;
   }

   .align-content-xxl-end {
     align-content: flex-end !important;
   }

   .align-content-xxl-center {
     align-content: center !important;
   }

   .align-content-xxl-between {
     align-content: space-between !important;
   }

   .align-content-xxl-around {
     align-content: space-around !important;
   }

   .align-content-xxl-stretch {
     align-content: stretch !important;
   }

   .align-self-xxl-auto {
     align-self: auto !important;
   }

   .align-self-xxl-start {
     align-self: flex-start !important;
   }

   .align-self-xxl-end {
     align-self: flex-end !important;
   }

   .align-self-xxl-center {
     align-self: center !important;
   }

   .align-self-xxl-baseline {
     align-self: baseline !important;
   }

   .align-self-xxl-stretch {
     align-self: stretch !important;
   }

   .order-xxl-first {
     order: -1 !important;
   }

   .order-xxl-0 {
     order: 0 !important;
   }

   .order-xxl-1 {
     order: 1 !important;
   }

   .order-xxl-2 {
     order: 2 !important;
   }

   .order-xxl-3 {
     order: 3 !important;
   }

   .order-xxl-4 {
     order: 4 !important;
   }

   .order-xxl-5 {
     order: 5 !important;
   }

   .order-xxl-last {
     order: 6 !important;
   }

   .m-xxl-0 {
     margin: 0 !important;
   }

   .m-xxl-1 {
     margin: 0.25rem !important;
   }

   .m-xxl-2 {
     margin: 0.5rem !important;
   }

   .m-xxl-3 {
     margin: 1rem !important;
   }

   .m-xxl-4 {
     margin: 1.5rem !important;
   }

   .m-xxl-5 {
     margin: 3rem !important;
   }

   .m-xxl-auto {
     margin: auto !important;
   }

   .mx-xxl-0 {
     margin-right: 0 !important;
     margin-left: 0 !important;
   }

   .mx-xxl-1 {
     margin-right: 0.25rem !important;
     margin-left: 0.25rem !important;
   }

   .mx-xxl-2 {
     margin-right: 0.5rem !important;
     margin-left: 0.5rem !important;
   }

   .mx-xxl-3 {
     margin-right: 1rem !important;
     margin-left: 1rem !important;
   }

   .mx-xxl-4 {
     margin-right: 1.5rem !important;
     margin-left: 1.5rem !important;
   }

   .mx-xxl-5 {
     margin-right: 3rem !important;
     margin-left: 3rem !important;
   }

   .mx-xxl-auto {
     margin-right: auto !important;
     margin-left: auto !important;
   }

   .my-xxl-0 {
     margin-top: 0 !important;
     margin-bottom: 0 !important;
   }

   .my-xxl-1 {
     margin-top: 0.25rem !important;
     margin-bottom: 0.25rem !important;
   }

   .my-xxl-2 {
     margin-top: 0.5rem !important;
     margin-bottom: 0.5rem !important;
   }

   .my-xxl-3 {
     margin-top: 1rem !important;
     margin-bottom: 1rem !important;
   }

   .my-xxl-4 {
     margin-top: 1.5rem !important;
     margin-bottom: 1.5rem !important;
   }

   .my-xxl-5 {
     margin-top: 3rem !important;
     margin-bottom: 3rem !important;
   }

   .my-xxl-auto {
     margin-top: auto !important;
     margin-bottom: auto !important;
   }

   .mt-xxl-0 {
     margin-top: 0 !important;
   }

   .mt-xxl-1 {
     margin-top: 0.25rem !important;
   }

   .mt-xxl-2 {
     margin-top: 0.5rem !important;
   }

   .mt-xxl-3 {
     margin-top: 1rem !important;
   }

   .mt-xxl-4 {
     margin-top: 1.5rem !important;
   }

   .mt-xxl-5 {
     margin-top: 3rem !important;
   }

   .mt-xxl-auto {
     margin-top: auto !important;
   }

   .me-xxl-0 {
     margin-right: 0 !important;
   }

   .me-xxl-1 {
     margin-right: 0.25rem !important;
   }

   .me-xxl-2 {
     margin-right: 0.5rem !important;
   }

   .me-xxl-3 {
     margin-right: 1rem !important;
   }

   .me-xxl-4 {
     margin-right: 1.5rem !important;
   }

   .me-xxl-5 {
     margin-right: 3rem !important;
   }

   .me-xxl-auto {
     margin-right: auto !important;
   }

   .mb-xxl-0 {
     margin-bottom: 0 !important;
   }

   .mb-xxl-1 {
     margin-bottom: 0.25rem !important;
   }

   .mb-xxl-2 {
     margin-bottom: 0.5rem !important;
   }

   .mb-xxl-3 {
     margin-bottom: 1rem !important;
   }

   .mb-xxl-4 {
     margin-bottom: 1.5rem !important;
   }

   .mb-xxl-5 {
     margin-bottom: 3rem !important;
   }

   .mb-xxl-auto {
     margin-bottom: auto !important;
   }

   .ms-xxl-0 {
     margin-left: 0 !important;
   }

   .ms-xxl-1 {
     margin-left: 0.25rem !important;
   }

   .ms-xxl-2 {
     margin-left: 0.5rem !important;
   }

   .ms-xxl-3 {
     margin-left: 1rem !important;
   }

   .ms-xxl-4 {
     margin-left: 1.5rem !important;
   }

   .ms-xxl-5 {
     margin-left: 3rem !important;
   }

   .ms-xxl-auto {
     margin-left: auto !important;
   }

   .p-xxl-0 {
     padding: 0 !important;
   }

   .p-xxl-1 {
     padding: 0.25rem !important;
   }

   .p-xxl-2 {
     padding: 0.5rem !important;
   }

   .p-xxl-3 {
     padding: 1rem !important;
   }

   .p-xxl-4 {
     padding: 1.5rem !important;
   }

   .p-xxl-5 {
     padding: 3rem !important;
   }

   .px-xxl-0 {
     padding-right: 0 !important;
     padding-left: 0 !important;
   }

   .px-xxl-1 {
     padding-right: 0.25rem !important;
     padding-left: 0.25rem !important;
   }

   .px-xxl-2 {
     padding-right: 0.5rem !important;
     padding-left: 0.5rem !important;
   }

   .px-xxl-3 {
     padding-right: 1rem !important;
     padding-left: 1rem !important;
   }

   .px-xxl-4 {
     padding-right: 1.5rem !important;
     padding-left: 1.5rem !important;
   }

   .px-xxl-5 {
     padding-right: 3rem !important;
     padding-left: 3rem !important;
   }

   .py-xxl-0 {
     padding-top: 0 !important;
     padding-bottom: 0 !important;
   }

   .py-xxl-1 {
     padding-top: 0.25rem !important;
     padding-bottom: 0.25rem !important;
   }

   .py-xxl-2 {
     padding-top: 0.5rem !important;
     padding-bottom: 0.5rem !important;
   }

   .py-xxl-3 {
     padding-top: 1rem !important;
     padding-bottom: 1rem !important;
   }

   .py-xxl-4 {
     padding-top: 1.5rem !important;
     padding-bottom: 1.5rem !important;
   }

   .py-xxl-5 {
     padding-top: 3rem !important;
     padding-bottom: 3rem !important;
   }

   .pt-xxl-0 {
     padding-top: 0 !important;
   }

   .pt-xxl-1 {
     padding-top: 0.25rem !important;
   }

   .pt-xxl-2 {
     padding-top: 0.5rem !important;
   }

   .pt-xxl-3 {
     padding-top: 1rem !important;
   }

   .pt-xxl-4 {
     padding-top: 1.5rem !important;
   }

   .pt-xxl-5 {
     padding-top: 3rem !important;
   }

   .pe-xxl-0 {
     padding-right: 0 !important;
   }

   .pe-xxl-1 {
     padding-right: 0.25rem !important;
   }

   .pe-xxl-2 {
     padding-right: 0.5rem !important;
   }

   .pe-xxl-3 {
     padding-right: 1rem !important;
   }

   .pe-xxl-4 {
     padding-right: 1.5rem !important;
   }

   .pe-xxl-5 {
     padding-right: 3rem !important;
   }

   .pb-xxl-0 {
     padding-bottom: 0 !important;
   }

   .pb-xxl-1 {
     padding-bottom: 0.25rem !important;
   }

   .pb-xxl-2 {
     padding-bottom: 0.5rem !important;
   }

   .pb-xxl-3 {
     padding-bottom: 1rem !important;
   }

   .pb-xxl-4 {
     padding-bottom: 1.5rem !important;
   }

   .pb-xxl-5 {
     padding-bottom: 3rem !important;
   }

   .ps-xxl-0 {
     padding-left: 0 !important;
   }

   .ps-xxl-1 {
     padding-left: 0.25rem !important;
   }

   .ps-xxl-2 {
     padding-left: 0.5rem !important;
   }

   .ps-xxl-3 {
     padding-left: 1rem !important;
   }

   .ps-xxl-4 {
     padding-left: 1.5rem !important;
   }

   .ps-xxl-5 {
     padding-left: 3rem !important;
   }
 }

 @media print {
   .d-print-inline {
     display: inline !important;
   }

   .d-print-inline-block {
     display: inline-block !important;
   }

   .d-print-block {
     display: block !important;
   }

   .d-print-grid {
     display: grid !important;
   }

   .d-print-table {
     display: table !important;
   }

   .d-print-table-row {
     display: table-row !important;
   }

   .d-print-table-cell {
     display: table-cell !important;
   }

   .d-print-flex {
     display: flex !important;
   }

   .d-print-inline-flex {
     display: inline-flex !important;
   }

   .d-print-none {
     display: none !important;
   }
 }

 /*!
   * Bootstrap Utilities v5.0.1 (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)
   */
 .clearfix::after {
   display: block;
   clear: both;
   content: "";
 }

 .link-primary {
   color: #0d6efd;
 }

 .link-primary:hover,
 .link-primary:focus {
   color: #0a58ca;
 }

 .link-secondary {
   color: #6c757d;
 }

 .link-secondary:hover,
 .link-secondary:focus {
   color: #565e64;
 }

 .link-success {
   color: #198754;
 }

 .link-success:hover,
 .link-success:focus {
   color: #146c43;
 }

 .link-info {
   color: #0dcaf0;
 }

 .link-info:hover,
 .link-info:focus {
   color: #3dd5f3;
 }

 .link-warning {
   color: #ffc107;
 }

 .link-warning:hover,
 .link-warning:focus {
   color: #ffcd39;
 }

 .link-danger {
   color: #dc3545;
 }

 .link-danger:hover,
 .link-danger:focus {
   color: #b02a37;
 }

 .link-light {
   color: #f8f9fa;
 }

 .link-light:hover,
 .link-light:focus {
   color: #f9fafb;
 }

 .link-dark {
   color: #212529;
 }

 .link-dark:hover,
 .link-dark:focus {
   color: #1a1e21;
 }

 .ratio {
   position: relative;
   width: 100%;
 }

 .ratio::before {
   display: block;
   padding-top: var(--bs-aspect-ratio);
   content: "";
 }

 .ratio>* {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
 }

 .ratio-1x1 {
   --bs-aspect-ratio: 100%;
 }

 .ratio-4x3 {
   --bs-aspect-ratio: 75%;
 }

 .ratio-16x9 {
   --bs-aspect-ratio: 56.25%;
 }

 .ratio-21x9 {
   --bs-aspect-ratio: 42.8571428571%;
 }

 .fixed-top {
   position: fixed;
   top: 0;
   right: 0;
   left: 0;
   z-index: 1030;
 }

 .fixed-bottom {
   position: fixed;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1030;
 }

 .sticky-top {
   position: sticky;
   top: 0;
   z-index: 1020;
 }

 @media (min-width: 576px) {
   .sticky-sm-top {
     position: sticky;
     top: 0;
     z-index: 1020;
   }
 }

 @media (min-width: 768px) {
   .sticky-md-top {
     position: sticky;
     top: 0;
     z-index: 1020;
   }
 }

 @media (min-width: 992px) {
   .sticky-lg-top {
     position: sticky;
     top: 0;
     z-index: 1020;
   }
 }

 @media (min-width: 1200px) {
   .sticky-xl-top {
     position: sticky;
     top: 0;
     z-index: 1020;
   }
 }

 @media (min-width: 1400px) {
   .sticky-xxl-top {
     position: sticky;
     top: 0;
     z-index: 1020;
   }
 }

 .visually-hidden,
 .visually-hidden-focusable:not(:focus):not(:focus-within) {
   position: absolute !important;
   width: 1px !important;
   height: 1px !important;
   padding: 0 !important;
   margin: -1px !important;
   overflow: hidden !important;
   clip: rect(0, 0, 0, 0) !important;
   white-space: nowrap !important;
   border: 0 !important;
 }

 .stretched-link::after {
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   content: "";
 }

 .text-truncate {
   overflow: hidden;
   text-overflow: ellipsis;
   white-space: nowrap;
 }

 .align-baseline {
   vertical-align: baseline !important;
 }

 .align-top {
   vertical-align: top !important;
 }

 .align-middle {
   vertical-align: middle !important;
 }

 .align-bottom {
   vertical-align: bottom !important;
 }

 .align-text-bottom {
   vertical-align: text-bottom !important;
 }

 .align-text-top {
   vertical-align: text-top !important;
 }

 .float-start {
   float: left !important;
 }

 .float-end {
   float: right !important;
 }

 .float-none {
   float: none !important;
 }

 .overflow-auto {
   overflow: auto !important;
 }

 .overflow-hidden {
   overflow: hidden !important;
 }

 .overflow-visible {
   overflow: visible !important;
 }

 .overflow-scroll {
   overflow: scroll !important;
 }

 .d-inline {
   display: inline !important;
 }

 .d-inline-block {
   display: inline-block !important;
 }

 .d-block {
   display: block !important;
 }

 .d-grid {
   display: grid !important;
 }

 .d-table {
   display: table !important;
 }

 .d-table-row {
   display: table-row !important;
 }

 .d-table-cell {
   display: table-cell !important;
 }

 .d-flex {
   display: flex !important;
 }

 .d-inline-flex {
   display: inline-flex !important;
 }

 .d-none {
   display: none !important;
 }

 .shadow {
   box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
 }

 .shadow-sm {
   box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
 }

 .shadow-lg {
   box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
 }

 .shadow-none {
   box-shadow: none !important;
 }

 .position-static {
   position: static !important;
 }

 .position-relative {
   position: relative !important;
 }

 .position-absolute {
   position: absolute !important;
 }

 .position-fixed {
   position: fixed !important;
 }

 .position-sticky {
   position: sticky !important;
 }

 .top-0 {
   top: 0 !important;
 }

 .top-50 {
   top: 50% !important;
 }

 .top-100 {
   top: 100% !important;
 }

 .bottom-0 {
   bottom: 0 !important;
 }

 .bottom-50 {
   bottom: 50% !important;
 }

 .bottom-100 {
   bottom: 100% !important;
 }

 .start-0 {
   left: 0 !important;
 }

 .start-50 {
   left: 50% !important;
 }

 .start-100 {
   left: 100% !important;
 }

 .end-0 {
   right: 0 !important;
 }

 .end-50 {
   right: 50% !important;
 }

 .end-100 {
   right: 100% !important;
 }

 .translate-middle {
   transform: translate(-50%, -50%) !important;
 }

 .translate-middle-x {
   transform: translateX(-50%) !important;
 }

 .translate-middle-y {
   transform: translateY(-50%) !important;
 }

 .border {
   border: 1px solid #dee2e6 !important;
 }

 .border-0 {
   border: 0 !important;
 }

 .border-top {
   border-top: 1px solid #dee2e6 !important;
 }

 .border-top-0 {
   border-top: 0 !important;
 }

 .border-end {
   border-right: 1px solid #dee2e6 !important;
 }

 .border-end-0 {
   border-right: 0 !important;
 }

 .border-bottom {
   border-bottom: 1px solid #dee2e6 !important;
 }

 .border-bottom-0 {
   border-bottom: 0 !important;
 }

 .border-start {
   border-left: 1px solid #dee2e6 !important;
 }

 .border-start-0 {
   border-left: 0 !important;
 }

 .border-primary {
   border-color: #0d6efd !important;
 }

 .border-secondary {
   border-color: #6c757d !important;
 }

 .border-success {
   border-color: #198754 !important;
 }

 .border-info {
   border-color: #0dcaf0 !important;
 }

 .border-warning {
   border-color: #ffc107 !important;
 }

 .border-danger {
   border-color: #dc3545 !important;
 }

 .border-light {
   border-color: #f8f9fa !important;
 }

 .border-dark {
   border-color: #212529 !important;
 }

 .border-white {
   border-color: #fff !important;
 }

 .border-1 {
   border-width: 1px !important;
 }

 .border-2 {
   border-width: 2px !important;
 }

 .border-3 {
   border-width: 3px !important;
 }

 .border-4 {
   border-width: 4px !important;
 }

 .border-5 {
   border-width: 5px !important;
 }

 .w-25 {
   width: 25% !important;
 }

 .w-50 {
   width: 50% !important;
 }

 .w-75 {
   width: 75% !important;
 }

 .w-100 {
   width: 100% !important;
 }

 .w-auto {
   width: auto !important;
 }

 .mw-100 {
   max-width: 100% !important;
 }

 .vw-100 {
   width: 100vw !important;
 }

 .min-vw-100 {
   min-width: 100vw !important;
 }

 .h-25 {
   height: 25% !important;
 }

 .h-50 {
   height: 50% !important;
 }

 .h-75 {
   height: 75% !important;
 }

 .h-100 {
   height: 100% !important;
 }

 .h-auto {
   height: auto !important;
 }

 .mh-100 {
   max-height: 100% !important;
 }

 .vh-100 {
   height: 100vh !important;
 }

 .min-vh-100 {
   min-height: 100vh !important;
 }

 .flex-fill {
   flex: 1 1 auto !important;
 }

 .flex-row {
   flex-direction: row !important;
 }

 .flex-column {
   flex-direction: column !important;
 }

 .flex-row-reverse {
   flex-direction: row-reverse !important;
 }

 .flex-column-reverse {
   flex-direction: column-reverse !important;
 }

 .flex-grow-0 {
   flex-grow: 0 !important;
 }

 .flex-grow-1 {
   flex-grow: 1 !important;
 }

 .flex-shrink-0 {
   flex-shrink: 0 !important;
 }

 .flex-shrink-1 {
   flex-shrink: 1 !important;
 }

 .flex-wrap {
   flex-wrap: wrap !important;
 }

 .flex-nowrap {
   flex-wrap: nowrap !important;
 }

 .flex-wrap-reverse {
   flex-wrap: wrap-reverse !important;
 }

 .gap-0 {
   gap: 0 !important;
 }

 .gap-1 {
   gap: 0.25rem !important;
 }

 .gap-2 {
   gap: 0.5rem !important;
 }

 .gap-3 {
   gap: 1rem !important;
 }

 .gap-4 {
   gap: 1.5rem !important;
 }

 .gap-5 {
   gap: 3rem !important;
 }

 .justify-content-start {
   justify-content: flex-start !important;
 }

 .justify-content-end {
   justify-content: flex-end !important;
 }

 .justify-content-center {
   justify-content: center !important;
 }

 .justify-content-between {
   justify-content: space-between !important;
 }

 .justify-content-around {
   justify-content: space-around !important;
 }

 .justify-content-evenly {
   justify-content: space-evenly !important;
 }

 .align-items-start {
   align-items: flex-start !important;
 }

 .align-items-end {
   align-items: flex-end !important;
 }

 .align-items-center {
   align-items: center !important;
 }

 .align-items-baseline {
   align-items: baseline !important;
 }

 .align-items-stretch {
   align-items: stretch !important;
 }

 .align-content-start {
   align-content: flex-start !important;
 }

 .align-content-end {
   align-content: flex-end !important;
 }

 .align-content-center {
   align-content: center !important;
 }

 .align-content-between {
   align-content: space-between !important;
 }

 .align-content-around {
   align-content: space-around !important;
 }

 .align-content-stretch {
   align-content: stretch !important;
 }

 .align-self-auto {
   align-self: auto !important;
 }

 .align-self-start {
   align-self: flex-start !important;
 }

 .align-self-end {
   align-self: flex-end !important;
 }

 .align-self-center {
   align-self: center !important;
 }

 .align-self-baseline {
   align-self: baseline !important;
 }

 .align-self-stretch {
   align-self: stretch !important;
 }

 .order-first {
   order: -1 !important;
 }

 .order-0 {
   order: 0 !important;
 }

 .order-1 {
   order: 1 !important;
 }

 .order-2 {
   order: 2 !important;
 }

 .order-3 {
   order: 3 !important;
 }

 .order-4 {
   order: 4 !important;
 }

 .order-5 {
   order: 5 !important;
 }

 .order-last {
   order: 6 !important;
 }

 .m-0 {
   margin: 0 !important;
 }

 .m-1 {
   margin: 0.25rem !important;
 }

 .m-2 {
   margin: 0.5rem !important;
 }

 .m-3 {
   margin: 1rem !important;
 }

 .m-4 {
   margin: 1.5rem !important;
 }

 .m-5 {
   margin: 3rem !important;
 }

 .m-auto {
   margin: auto !important;
 }

 .mx-0 {
   margin-right: 0 !important;
   margin-left: 0 !important;
 }

 .mx-1 {
   margin-right: 0.25rem !important;
   margin-left: 0.25rem !important;
 }

 .mx-2 {
   margin-right: 0.5rem !important;
   margin-left: 0.5rem !important;
 }

 .mx-3 {
   margin-right: 1rem !important;
   margin-left: 1rem !important;
 }

 .mx-4 {
   margin-right: 1.5rem !important;
   margin-left: 1.5rem !important;
 }

 .mx-5 {
   margin-right: 3rem !important;
   margin-left: 3rem !important;
 }

 .mx-auto {
   margin-right: auto !important;
   margin-left: auto !important;
 }

 .my-0 {
   margin-top: 0 !important;
   margin-bottom: 0 !important;
 }

 .my-1 {
   margin-top: 0.25rem !important;
   margin-bottom: 0.25rem !important;
 }

 .my-2 {
   margin-top: 0.5rem !important;
   margin-bottom: 0.5rem !important;
 }

 .my-3 {
   margin-top: 1rem !important;
   margin-bottom: 1rem !important;
 }

 .my-4 {
   margin-top: 1.5rem !important;
   margin-bottom: 1.5rem !important;
 }

 .my-5 {
   margin-top: 3rem !important;
   margin-bottom: 3rem !important;
 }

 .my-auto {
   margin-top: auto !important;
   margin-bottom: auto !important;
 }

 .mt-0 {
   margin-top: 0 !important;
 }

 .mt-1 {
   margin-top: 0.25rem !important;
 }

 .mt-2 {
   margin-top: 0.5rem !important;
 }

 .mt-3 {
   margin-top: 1rem !important;
 }

 .mt-4 {
   margin-top: 1.5rem !important;
 }

 .mt-5 {
   margin-top: 3rem !important;
 }

 .mt-auto {
   margin-top: auto !important;
 }

 .me-0 {
   margin-right: 0 !important;
 }

 .me-1 {
   margin-right: 0.25rem !important;
 }

 .me-2 {
   margin-right: 0.5rem !important;
 }

 .me-3 {
   margin-right: 1rem !important;
 }

 .me-4 {
   margin-right: 1.5rem !important;
 }

 .me-5 {
   margin-right: 3rem !important;
 }

 .me-auto {
   margin-right: auto !important;
 }

 .mb-0 {
   margin-bottom: 0 !important;
 }

 .mb-1 {
   margin-bottom: 0.25rem !important;
 }

 .mb-2 {
   margin-bottom: 0.5rem !important;
 }

 .mb-3 {
   margin-bottom: 1rem !important;
 }

 .mb-4 {
   margin-bottom: 1.5rem !important;
 }

 .mb-5 {
   margin-bottom: 3rem !important;
 }

 .mb-auto {
   margin-bottom: auto !important;
 }

 .ms-0 {
   margin-left: 0 !important;
 }

 .ms-1 {
   margin-left: 0.25rem !important;
 }

 .ms-2 {
   margin-left: 0.5rem !important;
 }

 .ms-3 {
   margin-left: 1rem !important;
 }

 .ms-4 {
   margin-left: 1.5rem !important;
 }

 .ms-5 {
   margin-left: 3rem !important;
 }

 .ms-auto {
   margin-left: auto !important;
 }

 .p-0 {
   padding: 0 !important;
 }

 .p-1 {
   padding: 0.25rem !important;
 }

 .p-2 {
   padding: 0.5rem !important;
 }

 .p-3 {
   padding: 1rem !important;
 }

 .p-4 {
   padding: 1.5rem !important;
 }

 .p-5 {
   padding: 3rem !important;
 }

 .px-0 {
   padding-right: 0 !important;
   padding-left: 0 !important;
 }

 .px-1 {
   padding-right: 0.25rem !important;
   padding-left: 0.25rem !important;
 }

 .px-2 {
   padding-right: 0.5rem !important;
   padding-left: 0.5rem !important;
 }

 .px-3 {
   padding-right: 1rem !important;
   padding-left: 1rem !important;
 }

 .px-4 {
   padding-right: 1.5rem !important;
   padding-left: 1.5rem !important;
 }

 .px-5 {
   padding-right: 3rem !important;
   padding-left: 3rem !important;
 }

 .py-0 {
   padding-top: 0 !important;
   padding-bottom: 0 !important;
 }

 .py-1 {
   padding-top: 0.25rem !important;
   padding-bottom: 0.25rem !important;
 }

 .py-2 {
   padding-top: 0.5rem !important;
   padding-bottom: 0.5rem !important;
 }

 .py-3 {
   padding-top: 1rem !important;
   padding-bottom: 1rem !important;
 }

 .py-4 {
   padding-top: 1.5rem !important;
   padding-bottom: 1.5rem !important;
 }

 .py-5 {
   padding-top: 3rem !important;
   padding-bottom: 3rem !important;
 }

 .pt-0 {
   padding-top: 0 !important;
 }

 .pt-1 {
   padding-top: 0.25rem !important;
 }

 .pt-2 {
   padding-top: 0.5rem !important;
 }

 .pt-3 {
   padding-top: 1rem !important;
 }

 .pt-4 {
   padding-top: 1.5rem !important;
 }

 .pt-5 {
   padding-top: 3rem !important;
 }

 .pe-0 {
   padding-right: 0 !important;
 }

 .pe-1 {
   padding-right: 0.25rem !important;
 }

 .pe-2 {
   padding-right: 0.5rem !important;
 }

 .pe-3 {
   padding-right: 1rem !important;
 }

 .pe-4 {
   padding-right: 1.5rem !important;
 }

 .pe-5 {
   padding-right: 3rem !important;
 }

 .pb-0 {
   padding-bottom: 0 !important;
 }

 .pb-1 {
   padding-bottom: 0.25rem !important;
 }

 .pb-2 {
   padding-bottom: 0.5rem !important;
 }

 .pb-3 {
   padding-bottom: 1rem !important;
 }

 .pb-4 {
   padding-bottom: 1.5rem !important;
 }

 .pb-5 {
   padding-bottom: 3rem !important;
 }

 .ps-0 {
   padding-left: 0 !important;
 }

 .ps-1 {
   padding-left: 0.25rem !important;
 }

 .ps-2 {
   padding-left: 0.5rem !important;
 }

 .ps-3 {
   padding-left: 1rem !important;
 }

 .ps-4 {
   padding-left: 1.5rem !important;
 }

 .ps-5 {
   padding-left: 3rem !important;
 }

 .font-monospace {
   font-family: var(--bs-font-monospace) !important;
 }

 .fs-1 {
   font-size: calc(1.375rem + 1.5vw) !important;
 }

 .fs-2 {
   font-size: calc(1.325rem + 0.9vw) !important;
 }

 .fs-3 {
   font-size: calc(1.3rem + 0.6vw) !important;
 }

 .fs-4 {
   font-size: calc(1.275rem + 0.3vw) !important;
 }

 .fs-5 {
   font-size: 1.25rem !important;
 }

 .fs-6 {
   font-size: 1rem !important;
 }

 .fst-italic {
   font-style: italic !important;
 }

 .fst-normal {
   font-style: normal !important;
 }

 .fw-light {
   font-weight: 300 !important;
 }

 .fw-lighter {
   font-weight: lighter !important;
 }

 .fw-normal {
   font-weight: 400 !important;
 }

 .fw-bold {
   font-weight: 700 !important;
 }

 .fw-bolder {
   font-weight: bolder !important;
 }

 .lh-1 {
   line-height: 1 !important;
 }

 .lh-sm {
   line-height: 1.25 !important;
 }

 .lh-base {
   line-height: 1.5 !important;
 }

 .lh-lg {
   line-height: 2 !important;
 }

 .text-start {
   text-align: left !important;
 }

 .text-end {
   text-align: right !important;
 }

 .text-center {
   text-align: center !important;
 }

 .text-decoration-none {
   text-decoration: none !important;
 }

 .text-decoration-underline {
   text-decoration: underline !important;
 }

 .text-decoration-line-through {
   text-decoration: line-through !important;
 }

 .text-lowercase {
   text-transform: lowercase !important;
 }

 .text-uppercase {
   text-transform: uppercase !important;
 }

 .text-capitalize {
   text-transform: capitalize !important;
 }

 .text-wrap {
   white-space: normal !important;
 }

 .text-nowrap {
   white-space: nowrap !important;
 }

 /* rtl:begin:remove */
 .text-break {
   word-wrap: break-word !important;
   word-break: break-word !important;
 }

 /* rtl:end:remove */
 .text-primary {
   color: #0d6efd !important;
 }

 .text-secondary {
   color: #6c757d !important;
 }

 .text-success {
   color: #198754 !important;
 }

 .text-info {
   color: #0dcaf0 !important;
 }

 .text-warning {
   color: #ffc107 !important;
 }

 .text-danger {
   color: #dc3545 !important;
 }

 .text-light {
   color: #f8f9fa !important;
 }

 .text-dark {
   color: #212529 !important;
 }

 .text-white {
   color: #fff !important;
 }

 .text-body {
   color: #212529 !important;
 }

 .text-muted {
   color: #6c757d !important;
 }

 .text-black-50 {
   color: rgba(0, 0, 0, 0.5) !important;
 }

 .text-white-50 {
   color: rgba(255, 255, 255, 0.5) !important;
 }

 .text-reset {
   color: inherit !important;
 }

 .bg-primary {
   background-color: #0d6efd !important;
 }

 .bg-secondary {
   background-color: #6c757d !important;
 }

 .bg-success {
   background-color: #198754 !important;
 }

 .bg-info {
   background-color: #0dcaf0 !important;
 }

 .bg-warning {
   background-color: #ffc107 !important;
 }

 .bg-danger {
   background-color: #dc3545 !important;
 }

 .bg-light {
   background-color: #f8f9fa !important;
 }

 .bg-dark {
   background-color: #212529 !important;
 }

 .bg-body {
   background-color: #fff !important;
 }

 .bg-white {
   background-color: #fff !important;
 }

 .bg-transparent {
   background-color: transparent !important;
 }

 .bg-gradient {
   background-image: var(--bs-gradient) !important;
 }

 .user-select-all {
   user-select: all !important;
 }

 .user-select-auto {
   user-select: auto !important;
 }

 .user-select-none {
   user-select: none !important;
 }

 .pe-none {
   pointer-events: none !important;
 }

 .pe-auto {
   pointer-events: auto !important;
 }

 .rounded {
   border-radius: 0.25rem !important;
 }

 .rounded-0 {
   border-radius: 0 !important;
 }

 .rounded-1 {
   border-radius: 0.2rem !important;
 }

 .rounded-2 {
   border-radius: 0.25rem !important;
 }

 .rounded-3 {
   border-radius: 0.3rem !important;
 }

 .rounded-circle {
   border-radius: 50% !important;
 }

 .rounded-pill {
   border-radius: 50rem !important;
 }

 .rounded-top {
   border-top-left-radius: 0.25rem !important;
   border-top-right-radius: 0.25rem !important;
 }

 .rounded-end {
   border-top-right-radius: 0.25rem !important;
   border-bottom-right-radius: 0.25rem !important;
 }

 .rounded-bottom {
   border-bottom-right-radius: 0.25rem !important;
   border-bottom-left-radius: 0.25rem !important;
 }

 .rounded-start {
   border-bottom-left-radius: 0.25rem !important;
   border-top-left-radius: 0.25rem !important;
 }

 .visible {
   visibility: visible !important;
 }

 .invisible {
   visibility: hidden !important;
 }

 @media (min-width: 576px) {
   .float-sm-start {
     float: left !important;
   }

   .float-sm-end {
     float: right !important;
   }

   .float-sm-none {
     float: none !important;
   }

   .d-sm-inline {
     display: inline !important;
   }

   .d-sm-inline-block {
     display: inline-block !important;
   }

   .d-sm-block {
     display: block !important;
   }

   .d-sm-grid {
     display: grid !important;
   }

   .d-sm-table {
     display: table !important;
   }

   .d-sm-table-row {
     display: table-row !important;
   }

   .d-sm-table-cell {
     display: table-cell !important;
   }

   .d-sm-flex {
     display: flex !important;
   }

   .d-sm-inline-flex {
     display: inline-flex !important;
   }

   .d-sm-none {
     display: none !important;
   }

   .flex-sm-fill {
     flex: 1 1 auto !important;
   }

   .flex-sm-row {
     flex-direction: row !important;
   }

   .flex-sm-column {
     flex-direction: column !important;
   }

   .flex-sm-row-reverse {
     flex-direction: row-reverse !important;
   }

   .flex-sm-column-reverse {
     flex-direction: column-reverse !important;
   }

   .flex-sm-grow-0 {
     flex-grow: 0 !important;
   }

   .flex-sm-grow-1 {
     flex-grow: 1 !important;
   }

   .flex-sm-shrink-0 {
     flex-shrink: 0 !important;
   }

   .flex-sm-shrink-1 {
     flex-shrink: 1 !important;
   }

   .flex-sm-wrap {
     flex-wrap: wrap !important;
   }

   .flex-sm-nowrap {
     flex-wrap: nowrap !important;
   }

   .flex-sm-wrap-reverse {
     flex-wrap: wrap-reverse !important;
   }

   .gap-sm-0 {
     gap: 0 !important;
   }

   .gap-sm-1 {
     gap: 0.25rem !important;
   }

   .gap-sm-2 {
     gap: 0.5rem !important;
   }

   .gap-sm-3 {
     gap: 1rem !important;
   }

   .gap-sm-4 {
     gap: 1.5rem !important;
   }

   .gap-sm-5 {
     gap: 3rem !important;
   }

   .justify-content-sm-start {
     justify-content: flex-start !important;
   }

   .justify-content-sm-end {
     justify-content: flex-end !important;
   }

   .justify-content-sm-center {
     justify-content: center !important;
   }

   .justify-content-sm-between {
     justify-content: space-between !important;
   }

   .justify-content-sm-around {
     justify-content: space-around !important;
   }

   .justify-content-sm-evenly {
     justify-content: space-evenly !important;
   }

   .align-items-sm-start {
     align-items: flex-start !important;
   }

   .align-items-sm-end {
     align-items: flex-end !important;
   }

   .align-items-sm-center {
     align-items: center !important;
   }

   .align-items-sm-baseline {
     align-items: baseline !important;
   }

   .align-items-sm-stretch {
     align-items: stretch !important;
   }

   .align-content-sm-start {
     align-content: flex-start !important;
   }

   .align-content-sm-end {
     align-content: flex-end !important;
   }

   .align-content-sm-center {
     align-content: center !important;
   }

   .align-content-sm-between {
     align-content: space-between !important;
   }

   .align-content-sm-around {
     align-content: space-around !important;
   }

   .align-content-sm-stretch {
     align-content: stretch !important;
   }

   .align-self-sm-auto {
     align-self: auto !important;
   }

   .align-self-sm-start {
     align-self: flex-start !important;
   }

   .align-self-sm-end {
     align-self: flex-end !important;
   }

   .align-self-sm-center {
     align-self: center !important;
   }

   .align-self-sm-baseline {
     align-self: baseline !important;
   }

   .align-self-sm-stretch {
     align-self: stretch !important;
   }

   .order-sm-first {
     order: -1 !important;
   }

   .order-sm-0 {
     order: 0 !important;
   }

   .order-sm-1 {
     order: 1 !important;
   }

   .order-sm-2 {
     order: 2 !important;
   }

   .order-sm-3 {
     order: 3 !important;
   }

   .order-sm-4 {
     order: 4 !important;
   }

   .order-sm-5 {
     order: 5 !important;
   }

   .order-sm-last {
     order: 6 !important;
   }

   .m-sm-0 {
     margin: 0 !important;
   }

   .m-sm-1 {
     margin: 0.25rem !important;
   }

   .m-sm-2 {
     margin: 0.5rem !important;
   }

   .m-sm-3 {
     margin: 1rem !important;
   }

   .m-sm-4 {
     margin: 1.5rem !important;
   }

   .m-sm-5 {
     margin: 3rem !important;
   }

   .m-sm-auto {
     margin: auto !important;
   }

   .mx-sm-0 {
     margin-right: 0 !important;
     margin-left: 0 !important;
   }

   .mx-sm-1 {
     margin-right: 0.25rem !important;
     margin-left: 0.25rem !important;
   }

   .mx-sm-2 {
     margin-right: 0.5rem !important;
     margin-left: 0.5rem !important;
   }

   .mx-sm-3 {
     margin-right: 1rem !important;
     margin-left: 1rem !important;
   }

   .mx-sm-4 {
     margin-right: 1.5rem !important;
     margin-left: 1.5rem !important;
   }

   .mx-sm-5 {
     margin-right: 3rem !important;
     margin-left: 3rem !important;
   }

   .mx-sm-auto {
     margin-right: auto !important;
     margin-left: auto !important;
   }

   .my-sm-0 {
     margin-top: 0 !important;
     margin-bottom: 0 !important;
   }

   .my-sm-1 {
     margin-top: 0.25rem !important;
     margin-bottom: 0.25rem !important;
   }

   .my-sm-2 {
     margin-top: 0.5rem !important;
     margin-bottom: 0.5rem !important;
   }

   .my-sm-3 {
     margin-top: 1rem !important;
     margin-bottom: 1rem !important;
   }

   .my-sm-4 {
     margin-top: 1.5rem !important;
     margin-bottom: 1.5rem !important;
   }

   .my-sm-5 {
     margin-top: 3rem !important;
     margin-bottom: 3rem !important;
   }

   .my-sm-auto {
     margin-top: auto !important;
     margin-bottom: auto !important;
   }

   .mt-sm-0 {
     margin-top: 0 !important;
   }

   .mt-sm-1 {
     margin-top: 0.25rem !important;
   }

   .mt-sm-2 {
     margin-top: 0.5rem !important;
   }

   .mt-sm-3 {
     margin-top: 1rem !important;
   }

   .mt-sm-4 {
     margin-top: 1.5rem !important;
   }

   .mt-sm-5 {
     margin-top: 3rem !important;
   }

   .mt-sm-auto {
     margin-top: auto !important;
   }

   .me-sm-0 {
     margin-right: 0 !important;
   }

   .me-sm-1 {
     margin-right: 0.25rem !important;
   }

   .me-sm-2 {
     margin-right: 0.5rem !important;
   }

   .me-sm-3 {
     margin-right: 1rem !important;
   }

   .me-sm-4 {
     margin-right: 1.5rem !important;
   }

   .me-sm-5 {
     margin-right: 3rem !important;
   }

   .me-sm-auto {
     margin-right: auto !important;
   }

   .mb-sm-0 {
     margin-bottom: 0 !important;
   }

   .mb-sm-1 {
     margin-bottom: 0.25rem !important;
   }

   .mb-sm-2 {
     margin-bottom: 0.5rem !important;
   }

   .mb-sm-3 {
     margin-bottom: 1rem !important;
   }

   .mb-sm-4 {
     margin-bottom: 1.5rem !important;
   }

   .mb-sm-5 {
     margin-bottom: 3rem !important;
   }

   .mb-sm-auto {
     margin-bottom: auto !important;
   }

   .ms-sm-0 {
     margin-left: 0 !important;
   }

   .ms-sm-1 {
     margin-left: 0.25rem !important;
   }

   .ms-sm-2 {
     margin-left: 0.5rem !important;
   }

   .ms-sm-3 {
     margin-left: 1rem !important;
   }

   .ms-sm-4 {
     margin-left: 1.5rem !important;
   }

   .ms-sm-5 {
     margin-left: 3rem !important;
   }

   .ms-sm-auto {
     margin-left: auto !important;
   }

   .p-sm-0 {
     padding: 0 !important;
   }

   .p-sm-1 {
     padding: 0.25rem !important;
   }

   .p-sm-2 {
     padding: 0.5rem !important;
   }

   .p-sm-3 {
     padding: 1rem !important;
   }

   .p-sm-4 {
     padding: 1.5rem !important;
   }

   .p-sm-5 {
     padding: 3rem !important;
   }

   .px-sm-0 {
     padding-right: 0 !important;
     padding-left: 0 !important;
   }

   .px-sm-1 {
     padding-right: 0.25rem !important;
     padding-left: 0.25rem !important;
   }

   .px-sm-2 {
     padding-right: 0.5rem !important;
     padding-left: 0.5rem !important;
   }

   .px-sm-3 {
     padding-right: 1rem !important;
     padding-left: 1rem !important;
   }

   .px-sm-4 {
     padding-right: 1.5rem !important;
     padding-left: 1.5rem !important;
   }

   .px-sm-5 {
     padding-right: 3rem !important;
     padding-left: 3rem !important;
   }

   .py-sm-0 {
     padding-top: 0 !important;
     padding-bottom: 0 !important;
   }

   .py-sm-1 {
     padding-top: 0.25rem !important;
     padding-bottom: 0.25rem !important;
   }

   .py-sm-2 {
     padding-top: 0.5rem !important;
     padding-bottom: 0.5rem !important;
   }

   .py-sm-3 {
     padding-top: 1rem !important;
     padding-bottom: 1rem !important;
   }

   .py-sm-4 {
     padding-top: 1.5rem !important;
     padding-bottom: 1.5rem !important;
   }

   .py-sm-5 {
     padding-top: 3rem !important;
     padding-bottom: 3rem !important;
   }

   .pt-sm-0 {
     padding-top: 0 !important;
   }

   .pt-sm-1 {
     padding-top: 0.25rem !important;
   }

   .pt-sm-2 {
     padding-top: 0.5rem !important;
   }

   .pt-sm-3 {
     padding-top: 1rem !important;
   }

   .pt-sm-4 {
     padding-top: 1.5rem !important;
   }

   .pt-sm-5 {
     padding-top: 3rem !important;
   }

   .pe-sm-0 {
     padding-right: 0 !important;
   }

   .pe-sm-1 {
     padding-right: 0.25rem !important;
   }

   .pe-sm-2 {
     padding-right: 0.5rem !important;
   }

   .pe-sm-3 {
     padding-right: 1rem !important;
   }

   .pe-sm-4 {
     padding-right: 1.5rem !important;
   }

   .pe-sm-5 {
     padding-right: 3rem !important;
   }

   .pb-sm-0 {
     padding-bottom: 0 !important;
   }

   .pb-sm-1 {
     padding-bottom: 0.25rem !important;
   }

   .pb-sm-2 {
     padding-bottom: 0.5rem !important;
   }

   .pb-sm-3 {
     padding-bottom: 1rem !important;
   }

   .pb-sm-4 {
     padding-bottom: 1.5rem !important;
   }

   .pb-sm-5 {
     padding-bottom: 3rem !important;
   }

   .ps-sm-0 {
     padding-left: 0 !important;
   }

   .ps-sm-1 {
     padding-left: 0.25rem !important;
   }

   .ps-sm-2 {
     padding-left: 0.5rem !important;
   }

   .ps-sm-3 {
     padding-left: 1rem !important;
   }

   .ps-sm-4 {
     padding-left: 1.5rem !important;
   }

   .ps-sm-5 {
     padding-left: 3rem !important;
   }

   .text-sm-start {
     text-align: left !important;
   }

   .text-sm-end {
     text-align: right !important;
   }

   .text-sm-center {
     text-align: center !important;
   }
 }

 @media (min-width: 768px) {
   .float-md-start {
     float: left !important;
   }

   .float-md-end {
     float: right !important;
   }

   .float-md-none {
     float: none !important;
   }

   .d-md-inline {
     display: inline !important;
   }

   .d-md-inline-block {
     display: inline-block !important;
   }

   .d-md-block {
     display: block !important;
   }

   .d-md-grid {
     display: grid !important;
   }

   .d-md-table {
     display: table !important;
   }

   .d-md-table-row {
     display: table-row !important;
   }

   .d-md-table-cell {
     display: table-cell !important;
   }

   .d-md-flex {
     display: flex !important;
   }

   .d-md-inline-flex {
     display: inline-flex !important;
   }

   .d-md-none {
     display: none !important;
   }

   .flex-md-fill {
     flex: 1 1 auto !important;
   }

   .flex-md-row {
     flex-direction: row !important;
   }

   .flex-md-column {
     flex-direction: column !important;
   }

   .flex-md-row-reverse {
     flex-direction: row-reverse !important;
   }

   .flex-md-column-reverse {
     flex-direction: column-reverse !important;
   }

   .flex-md-grow-0 {
     flex-grow: 0 !important;
   }

   .flex-md-grow-1 {
     flex-grow: 1 !important;
   }

   .flex-md-shrink-0 {
     flex-shrink: 0 !important;
   }

   .flex-md-shrink-1 {
     flex-shrink: 1 !important;
   }

   .flex-md-wrap {
     flex-wrap: wrap !important;
   }

   .flex-md-nowrap {
     flex-wrap: nowrap !important;
   }

   .flex-md-wrap-reverse {
     flex-wrap: wrap-reverse !important;
   }

   .gap-md-0 {
     gap: 0 !important;
   }

   .gap-md-1 {
     gap: 0.25rem !important;
   }

   .gap-md-2 {
     gap: 0.5rem !important;
   }

   .gap-md-3 {
     gap: 1rem !important;
   }

   .gap-md-4 {
     gap: 1.5rem !important;
   }

   .gap-md-5 {
     gap: 3rem !important;
   }

   .justify-content-md-start {
     justify-content: flex-start !important;
   }

   .justify-content-md-end {
     justify-content: flex-end !important;
   }

   .justify-content-md-center {
     justify-content: center !important;
   }

   .justify-content-md-between {
     justify-content: space-between !important;
   }

   .justify-content-md-around {
     justify-content: space-around !important;
   }

   .justify-content-md-evenly {
     justify-content: space-evenly !important;
   }

   .align-items-md-start {
     align-items: flex-start !important;
   }

   .align-items-md-end {
     align-items: flex-end !important;
   }

   .align-items-md-center {
     align-items: center !important;
   }

   .align-items-md-baseline {
     align-items: baseline !important;
   }

   .align-items-md-stretch {
     align-items: stretch !important;
   }

   .align-content-md-start {
     align-content: flex-start !important;
   }

   .align-content-md-end {
     align-content: flex-end !important;
   }

   .align-content-md-center {
     align-content: center !important;
   }

   .align-content-md-between {
     align-content: space-between !important;
   }

   .align-content-md-around {
     align-content: space-around !important;
   }

   .align-content-md-stretch {
     align-content: stretch !important;
   }

   .align-self-md-auto {
     align-self: auto !important;
   }

   .align-self-md-start {
     align-self: flex-start !important;
   }

   .align-self-md-end {
     align-self: flex-end !important;
   }

   .align-self-md-center {
     align-self: center !important;
   }

   .align-self-md-baseline {
     align-self: baseline !important;
   }

   .align-self-md-stretch {
     align-self: stretch !important;
   }

   .order-md-first {
     order: -1 !important;
   }

   .order-md-0 {
     order: 0 !important;
   }

   .order-md-1 {
     order: 1 !important;
   }

   .order-md-2 {
     order: 2 !important;
   }

   .order-md-3 {
     order: 3 !important;
   }

   .order-md-4 {
     order: 4 !important;
   }

   .order-md-5 {
     order: 5 !important;
   }

   .order-md-last {
     order: 6 !important;
   }

   .m-md-0 {
     margin: 0 !important;
   }

   .m-md-1 {
     margin: 0.25rem !important;
   }

   .m-md-2 {
     margin: 0.5rem !important;
   }

   .m-md-3 {
     margin: 1rem !important;
   }

   .m-md-4 {
     margin: 1.5rem !important;
   }

   .m-md-5 {
     margin: 3rem !important;
   }

   .m-md-auto {
     margin: auto !important;
   }

   .mx-md-0 {
     margin-right: 0 !important;
     margin-left: 0 !important;
   }

   .mx-md-1 {
     margin-right: 0.25rem !important;
     margin-left: 0.25rem !important;
   }

   .mx-md-2 {
     margin-right: 0.5rem !important;
     margin-left: 0.5rem !important;
   }

   .mx-md-3 {
     margin-right: 1rem !important;
     margin-left: 1rem !important;
   }

   .mx-md-4 {
     margin-right: 1.5rem !important;
     margin-left: 1.5rem !important;
   }

   .mx-md-5 {
     margin-right: 3rem !important;
     margin-left: 3rem !important;
   }

   .mx-md-auto {
     margin-right: auto !important;
     margin-left: auto !important;
   }

   .my-md-0 {
     margin-top: 0 !important;
     margin-bottom: 0 !important;
   }

   .my-md-1 {
     margin-top: 0.25rem !important;
     margin-bottom: 0.25rem !important;
   }

   .my-md-2 {
     margin-top: 0.5rem !important;
     margin-bottom: 0.5rem !important;
   }

   .my-md-3 {
     margin-top: 1rem !important;
     margin-bottom: 1rem !important;
   }

   .my-md-4 {
     margin-top: 1.5rem !important;
     margin-bottom: 1.5rem !important;
   }

   .my-md-5 {
     margin-top: 3rem !important;
     margin-bottom: 3rem !important;
   }

   .my-md-auto {
     margin-top: auto !important;
     margin-bottom: auto !important;
   }

   .mt-md-0 {
     margin-top: 0 !important;
   }

   .mt-md-1 {
     margin-top: 0.25rem !important;
   }

   .mt-md-2 {
     margin-top: 0.5rem !important;
   }

   .mt-md-3 {
     margin-top: 1rem !important;
   }

   .mt-md-4 {
     margin-top: 1.5rem !important;
   }

   .mt-md-5 {
     margin-top: 3rem !important;
   }

   .mt-md-auto {
     margin-top: auto !important;
   }

   .me-md-0 {
     margin-right: 0 !important;
   }

   .me-md-1 {
     margin-right: 0.25rem !important;
   }

   .me-md-2 {
     margin-right: 0.5rem !important;
   }

   .me-md-3 {
     margin-right: 1rem !important;
   }

   .me-md-4 {
     margin-right: 1.5rem !important;
   }

   .me-md-5 {
     margin-right: 3rem !important;
   }

   .me-md-auto {
     margin-right: auto !important;
   }

   .mb-md-0 {
     margin-bottom: 0 !important;
   }

   .mb-md-1 {
     margin-bottom: 0.25rem !important;
   }

   .mb-md-2 {
     margin-bottom: 0.5rem !important;
   }

   .mb-md-3 {
     margin-bottom: 1rem !important;
   }

   .mb-md-4 {
     margin-bottom: 1.5rem !important;
   }

   .mb-md-5 {
     margin-bottom: 3rem !important;
   }

   .mb-md-auto {
     margin-bottom: auto !important;
   }

   .ms-md-0 {
     margin-left: 0 !important;
   }

   .ms-md-1 {
     margin-left: 0.25rem !important;
   }

   .ms-md-2 {
     margin-left: 0.5rem !important;
   }

   .ms-md-3 {
     margin-left: 1rem !important;
   }

   .ms-md-4 {
     margin-left: 1.5rem !important;
   }

   .ms-md-5 {
     margin-left: 3rem !important;
   }

   .ms-md-auto {
     margin-left: auto !important;
   }

   .p-md-0 {
     padding: 0 !important;
   }

   .p-md-1 {
     padding: 0.25rem !important;
   }

   .p-md-2 {
     padding: 0.5rem !important;
   }

   .p-md-3 {
     padding: 1rem !important;
   }

   .p-md-4 {
     padding: 1.5rem !important;
   }

   .p-md-5 {
     padding: 3rem !important;
   }

   .px-md-0 {
     padding-right: 0 !important;
     padding-left: 0 !important;
   }

   .px-md-1 {
     padding-right: 0.25rem !important;
     padding-left: 0.25rem !important;
   }

   .px-md-2 {
     padding-right: 0.5rem !important;
     padding-left: 0.5rem !important;
   }

   .px-md-3 {
     padding-right: 1rem !important;
     padding-left: 1rem !important;
   }

   .px-md-4 {
     padding-right: 1.5rem !important;
     padding-left: 1.5rem !important;
   }

   .px-md-5 {
     padding-right: 3rem !important;
     padding-left: 3rem !important;
   }

   .py-md-0 {
     padding-top: 0 !important;
     padding-bottom: 0 !important;
   }

   .py-md-1 {
     padding-top: 0.25rem !important;
     padding-bottom: 0.25rem !important;
   }

   .py-md-2 {
     padding-top: 0.5rem !important;
     padding-bottom: 0.5rem !important;
   }

   .py-md-3 {
     padding-top: 1rem !important;
     padding-bottom: 1rem !important;
   }

   .py-md-4 {
     padding-top: 1.5rem !important;
     padding-bottom: 1.5rem !important;
   }

   .py-md-5 {
     padding-top: 3rem !important;
     padding-bottom: 3rem !important;
   }

   .pt-md-0 {
     padding-top: 0 !important;
   }

   .pt-md-1 {
     padding-top: 0.25rem !important;
   }

   .pt-md-2 {
     padding-top: 0.5rem !important;
   }

   .pt-md-3 {
     padding-top: 1rem !important;
   }

   .pt-md-4 {
     padding-top: 1.5rem !important;
   }

   .pt-md-5 {
     padding-top: 3rem !important;
   }

   .pe-md-0 {
     padding-right: 0 !important;
   }

   .pe-md-1 {
     padding-right: 0.25rem !important;
   }

   .pe-md-2 {
     padding-right: 0.5rem !important;
   }

   .pe-md-3 {
     padding-right: 1rem !important;
   }

   .pe-md-4 {
     padding-right: 1.5rem !important;
   }

   .pe-md-5 {
     padding-right: 3rem !important;
   }

   .pb-md-0 {
     padding-bottom: 0 !important;
   }

   .pb-md-1 {
     padding-bottom: 0.25rem !important;
   }

   .pb-md-2 {
     padding-bottom: 0.5rem !important;
   }

   .pb-md-3 {
     padding-bottom: 1rem !important;
   }

   .pb-md-4 {
     padding-bottom: 1.5rem !important;
   }

   .pb-md-5 {
     padding-bottom: 3rem !important;
   }

   .ps-md-0 {
     padding-left: 0 !important;
   }

   .ps-md-1 {
     padding-left: 0.25rem !important;
   }

   .ps-md-2 {
     padding-left: 0.5rem !important;
   }

   .ps-md-3 {
     padding-left: 1rem !important;
   }

   .ps-md-4 {
     padding-left: 1.5rem !important;
   }

   .ps-md-5 {
     padding-left: 3rem !important;
   }

   .text-md-start {
     text-align: left !important;
   }

   .text-md-end {
     text-align: right !important;
   }

   .text-md-center {
     text-align: center !important;
   }
 }

 @media (min-width: 992px) {
   .float-lg-start {
     float: left !important;
   }

   .float-lg-end {
     float: right !important;
   }

   .float-lg-none {
     float: none !important;
   }

   .d-lg-inline {
     display: inline !important;
   }

   .d-lg-inline-block {
     display: inline-block !important;
   }

   .d-lg-block {
     display: block !important;
   }

   .d-lg-grid {
     display: grid !important;
   }

   .d-lg-table {
     display: table !important;
   }

   .d-lg-table-row {
     display: table-row !important;
   }

   .d-lg-table-cell {
     display: table-cell !important;
   }

   .d-lg-flex {
     display: flex !important;
   }

   .d-lg-inline-flex {
     display: inline-flex !important;
   }

   .d-lg-none {
     display: none !important;
   }

   .flex-lg-fill {
     flex: 1 1 auto !important;
   }

   .flex-lg-row {
     flex-direction: row !important;
   }

   .flex-lg-column {
     flex-direction: column !important;
   }

   .flex-lg-row-reverse {
     flex-direction: row-reverse !important;
   }

   .flex-lg-column-reverse {
     flex-direction: column-reverse !important;
   }

   .flex-lg-grow-0 {
     flex-grow: 0 !important;
   }

   .flex-lg-grow-1 {
     flex-grow: 1 !important;
   }

   .flex-lg-shrink-0 {
     flex-shrink: 0 !important;
   }

   .flex-lg-shrink-1 {
     flex-shrink: 1 !important;
   }

   .flex-lg-wrap {
     flex-wrap: wrap !important;
   }

   .flex-lg-nowrap {
     flex-wrap: nowrap !important;
   }

   .flex-lg-wrap-reverse {
     flex-wrap: wrap-reverse !important;
   }

   .gap-lg-0 {
     gap: 0 !important;
   }

   .gap-lg-1 {
     gap: 0.25rem !important;
   }

   .gap-lg-2 {
     gap: 0.5rem !important;
   }

   .gap-lg-3 {
     gap: 1rem !important;
   }

   .gap-lg-4 {
     gap: 1.5rem !important;
   }

   .gap-lg-5 {
     gap: 3rem !important;
   }

   .justify-content-lg-start {
     justify-content: flex-start !important;
   }

   .justify-content-lg-end {
     justify-content: flex-end !important;
   }

   .justify-content-lg-center {
     justify-content: center !important;
   }

   .justify-content-lg-between {
     justify-content: space-between !important;
   }

   .justify-content-lg-around {
     justify-content: space-around !important;
   }

   .justify-content-lg-evenly {
     justify-content: space-evenly !important;
   }

   .align-items-lg-start {
     align-items: flex-start !important;
   }

   .align-items-lg-end {
     align-items: flex-end !important;
   }

   .align-items-lg-center {
     align-items: center !important;
   }

   .align-items-lg-baseline {
     align-items: baseline !important;
   }

   .align-items-lg-stretch {
     align-items: stretch !important;
   }

   .align-content-lg-start {
     align-content: flex-start !important;
   }

   .align-content-lg-end {
     align-content: flex-end !important;
   }

   .align-content-lg-center {
     align-content: center !important;
   }

   .align-content-lg-between {
     align-content: space-between !important;
   }

   .align-content-lg-around {
     align-content: space-around !important;
   }

   .align-content-lg-stretch {
     align-content: stretch !important;
   }

   .align-self-lg-auto {
     align-self: auto !important;
   }

   .align-self-lg-start {
     align-self: flex-start !important;
   }

   .align-self-lg-end {
     align-self: flex-end !important;
   }

   .align-self-lg-center {
     align-self: center !important;
   }

   .align-self-lg-baseline {
     align-self: baseline !important;
   }

   .align-self-lg-stretch {
     align-self: stretch !important;
   }

   .order-lg-first {
     order: -1 !important;
   }

   .order-lg-0 {
     order: 0 !important;
   }

   .order-lg-1 {
     order: 1 !important;
   }

   .order-lg-2 {
     order: 2 !important;
   }

   .order-lg-3 {
     order: 3 !important;
   }

   .order-lg-4 {
     order: 4 !important;
   }

   .order-lg-5 {
     order: 5 !important;
   }

   .order-lg-last {
     order: 6 !important;
   }

   .m-lg-0 {
     margin: 0 !important;
   }

   .m-lg-1 {
     margin: 0.25rem !important;
   }

   .m-lg-2 {
     margin: 0.5rem !important;
   }

   .m-lg-3 {
     margin: 1rem !important;
   }

   .m-lg-4 {
     margin: 1.5rem !important;
   }

   .m-lg-5 {
     margin: 3rem !important;
   }

   .m-lg-auto {
     margin: auto !important;
   }

   .mx-lg-0 {
     margin-right: 0 !important;
     margin-left: 0 !important;
   }

   .mx-lg-1 {
     margin-right: 0.25rem !important;
     margin-left: 0.25rem !important;
   }

   .mx-lg-2 {
     margin-right: 0.5rem !important;
     margin-left: 0.5rem !important;
   }

   .mx-lg-3 {
     margin-right: 1rem !important;
     margin-left: 1rem !important;
   }

   .mx-lg-4 {
     margin-right: 1.5rem !important;
     margin-left: 1.5rem !important;
   }

   .mx-lg-5 {
     margin-right: 3rem !important;
     margin-left: 3rem !important;
   }

   .mx-lg-auto {
     margin-right: auto !important;
     margin-left: auto !important;
   }

   .my-lg-0 {
     margin-top: 0 !important;
     margin-bottom: 0 !important;
   }

   .my-lg-1 {
     margin-top: 0.25rem !important;
     margin-bottom: 0.25rem !important;
   }

   .my-lg-2 {
     margin-top: 0.5rem !important;
     margin-bottom: 0.5rem !important;
   }

   .my-lg-3 {
     margin-top: 1rem !important;
     margin-bottom: 1rem !important;
   }

   .my-lg-4 {
     margin-top: 1.5rem !important;
     margin-bottom: 1.5rem !important;
   }

   .my-lg-5 {
     margin-top: 3rem !important;
     margin-bottom: 3rem !important;
   }

   .my-lg-auto {
     margin-top: auto !important;
     margin-bottom: auto !important;
   }

   .mt-lg-0 {
     margin-top: 0 !important;
   }

   .mt-lg-1 {
     margin-top: 0.25rem !important;
   }

   .mt-lg-2 {
     margin-top: 0.5rem !important;
   }

   .mt-lg-3 {
     margin-top: 1rem !important;
   }

   .mt-lg-4 {
     margin-top: 1.5rem !important;
   }

   .mt-lg-5 {
     margin-top: 3rem !important;
   }

   .mt-lg-auto {
     margin-top: auto !important;
   }

   .me-lg-0 {
     margin-right: 0 !important;
   }

   .me-lg-1 {
     margin-right: 0.25rem !important;
   }

   .me-lg-2 {
     margin-right: 0.5rem !important;
   }

   .me-lg-3 {
     margin-right: 1rem !important;
   }

   .me-lg-4 {
     margin-right: 1.5rem !important;
   }

   .me-lg-5 {
     margin-right: 3rem !important;
   }

   .me-lg-auto {
     margin-right: auto !important;
   }

   .mb-lg-0 {
     margin-bottom: 0 !important;
   }

   .mb-lg-1 {
     margin-bottom: 0.25rem !important;
   }

   .mb-lg-2 {
     margin-bottom: 0.5rem !important;
   }

   .mb-lg-3 {
     margin-bottom: 1rem !important;
   }

   .mb-lg-4 {
     margin-bottom: 1.5rem !important;
   }

   .mb-lg-5 {
     margin-bottom: 3rem !important;
   }

   .mb-lg-auto {
     margin-bottom: auto !important;
   }

   .ms-lg-0 {
     margin-left: 0 !important;
   }

   .ms-lg-1 {
     margin-left: 0.25rem !important;
   }

   .ms-lg-2 {
     margin-left: 0.5rem !important;
   }

   .ms-lg-3 {
     margin-left: 1rem !important;
   }

   .ms-lg-4 {
     margin-left: 1.5rem !important;
   }

   .ms-lg-5 {
     margin-left: 3rem !important;
   }

   .ms-lg-auto {
     margin-left: auto !important;
   }

   .p-lg-0 {
     padding: 0 !important;
   }

   .p-lg-1 {
     padding: 0.25rem !important;
   }

   .p-lg-2 {
     padding: 0.5rem !important;
   }

   .p-lg-3 {
     padding: 1rem !important;
   }

   .p-lg-4 {
     padding: 1.5rem !important;
   }

   .p-lg-5 {
     padding: 3rem !important;
   }

   .px-lg-0 {
     padding-right: 0 !important;
     padding-left: 0 !important;
   }

   .px-lg-1 {
     padding-right: 0.25rem !important;
     padding-left: 0.25rem !important;
   }

   .px-lg-2 {
     padding-right: 0.5rem !important;
     padding-left: 0.5rem !important;
   }

   .px-lg-3 {
     padding-right: 1rem !important;
     padding-left: 1rem !important;
   }

   .px-lg-4 {
     padding-right: 1.5rem !important;
     padding-left: 1.5rem !important;
   }

   .px-lg-5 {
     padding-right: 3rem !important;
     padding-left: 3rem !important;
   }

   .py-lg-0 {
     padding-top: 0 !important;
     padding-bottom: 0 !important;
   }

   .py-lg-1 {
     padding-top: 0.25rem !important;
     padding-bottom: 0.25rem !important;
   }

   .py-lg-2 {
     padding-top: 0.5rem !important;
     padding-bottom: 0.5rem !important;
   }

   .py-lg-3 {
     padding-top: 1rem !important;
     padding-bottom: 1rem !important;
   }

   .py-lg-4 {
     padding-top: 1.5rem !important;
     padding-bottom: 1.5rem !important;
   }

   .py-lg-5 {
     padding-top: 3rem !important;
     padding-bottom: 3rem !important;
   }

   .pt-lg-0 {
     padding-top: 0 !important;
   }

   .pt-lg-1 {
     padding-top: 0.25rem !important;
   }

   .pt-lg-2 {
     padding-top: 0.5rem !important;
   }

   .pt-lg-3 {
     padding-top: 1rem !important;
   }

   .pt-lg-4 {
     padding-top: 1.5rem !important;
   }

   .pt-lg-5 {
     padding-top: 3rem !important;
   }

   .pe-lg-0 {
     padding-right: 0 !important;
   }

   .pe-lg-1 {
     padding-right: 0.25rem !important;
   }

   .pe-lg-2 {
     padding-right: 0.5rem !important;
   }

   .pe-lg-3 {
     padding-right: 1rem !important;
   }

   .pe-lg-4 {
     padding-right: 1.5rem !important;
   }

   .pe-lg-5 {
     padding-right: 3rem !important;
   }

   .pb-lg-0 {
     padding-bottom: 0 !important;
   }

   .pb-lg-1 {
     padding-bottom: 0.25rem !important;
   }

   .pb-lg-2 {
     padding-bottom: 0.5rem !important;
   }

   .pb-lg-3 {
     padding-bottom: 1rem !important;
   }

   .pb-lg-4 {
     padding-bottom: 1.5rem !important;
   }

   .pb-lg-5 {
     padding-bottom: 3rem !important;
   }

   .ps-lg-0 {
     padding-left: 0 !important;
   }

   .ps-lg-1 {
     padding-left: 0.25rem !important;
   }

   .ps-lg-2 {
     padding-left: 0.5rem !important;
   }

   .ps-lg-3 {
     padding-left: 1rem !important;
   }

   .ps-lg-4 {
     padding-left: 1.5rem !important;
   }

   .ps-lg-5 {
     padding-left: 3rem !important;
   }

   .text-lg-start {
     text-align: left !important;
   }

   .text-lg-end {
     text-align: right !important;
   }

   .text-lg-center {
     text-align: center !important;
   }
 }

 @media (min-width: 1200px) {
   .float-xl-start {
     float: left !important;
   }

   .float-xl-end {
     float: right !important;
   }

   .float-xl-none {
     float: none !important;
   }

   .d-xl-inline {
     display: inline !important;
   }

   .d-xl-inline-block {
     display: inline-block !important;
   }

   .d-xl-block {
     display: block !important;
   }

   .d-xl-grid {
     display: grid !important;
   }

   .d-xl-table {
     display: table !important;
   }

   .d-xl-table-row {
     display: table-row !important;
   }

   .d-xl-table-cell {
     display: table-cell !important;
   }

   .d-xl-flex {
     display: flex !important;
   }

   .d-xl-inline-flex {
     display: inline-flex !important;
   }

   .d-xl-none {
     display: none !important;
   }

   .flex-xl-fill {
     flex: 1 1 auto !important;
   }

   .flex-xl-row {
     flex-direction: row !important;
   }

   .flex-xl-column {
     flex-direction: column !important;
   }

   .flex-xl-row-reverse {
     flex-direction: row-reverse !important;
   }

   .flex-xl-column-reverse {
     flex-direction: column-reverse !important;
   }

   .flex-xl-grow-0 {
     flex-grow: 0 !important;
   }

   .flex-xl-grow-1 {
     flex-grow: 1 !important;
   }

   .flex-xl-shrink-0 {
     flex-shrink: 0 !important;
   }

   .flex-xl-shrink-1 {
     flex-shrink: 1 !important;
   }

   .flex-xl-wrap {
     flex-wrap: wrap !important;
   }

   .flex-xl-nowrap {
     flex-wrap: nowrap !important;
   }

   .flex-xl-wrap-reverse {
     flex-wrap: wrap-reverse !important;
   }

   .gap-xl-0 {
     gap: 0 !important;
   }

   .gap-xl-1 {
     gap: 0.25rem !important;
   }

   .gap-xl-2 {
     gap: 0.5rem !important;
   }

   .gap-xl-3 {
     gap: 1rem !important;
   }

   .gap-xl-4 {
     gap: 1.5rem !important;
   }

   .gap-xl-5 {
     gap: 3rem !important;
   }

   .justify-content-xl-start {
     justify-content: flex-start !important;
   }

   .justify-content-xl-end {
     justify-content: flex-end !important;
   }

   .justify-content-xl-center {
     justify-content: center !important;
   }

   .justify-content-xl-between {
     justify-content: space-between !important;
   }

   .justify-content-xl-around {
     justify-content: space-around !important;
   }

   .justify-content-xl-evenly {
     justify-content: space-evenly !important;
   }

   .align-items-xl-start {
     align-items: flex-start !important;
   }

   .align-items-xl-end {
     align-items: flex-end !important;
   }

   .align-items-xl-center {
     align-items: center !important;
   }

   .align-items-xl-baseline {
     align-items: baseline !important;
   }

   .align-items-xl-stretch {
     align-items: stretch !important;
   }

   .align-content-xl-start {
     align-content: flex-start !important;
   }

   .align-content-xl-end {
     align-content: flex-end !important;
   }

   .align-content-xl-center {
     align-content: center !important;
   }

   .align-content-xl-between {
     align-content: space-between !important;
   }

   .align-content-xl-around {
     align-content: space-around !important;
   }

   .align-content-xl-stretch {
     align-content: stretch !important;
   }

   .align-self-xl-auto {
     align-self: auto !important;
   }

   .align-self-xl-start {
     align-self: flex-start !important;
   }

   .align-self-xl-end {
     align-self: flex-end !important;
   }

   .align-self-xl-center {
     align-self: center !important;
   }

   .align-self-xl-baseline {
     align-self: baseline !important;
   }

   .align-self-xl-stretch {
     align-self: stretch !important;
   }

   .order-xl-first {
     order: -1 !important;
   }

   .order-xl-0 {
     order: 0 !important;
   }

   .order-xl-1 {
     order: 1 !important;
   }

   .order-xl-2 {
     order: 2 !important;
   }

   .order-xl-3 {
     order: 3 !important;
   }

   .order-xl-4 {
     order: 4 !important;
   }

   .order-xl-5 {
     order: 5 !important;
   }

   .order-xl-last {
     order: 6 !important;
   }

   .m-xl-0 {
     margin: 0 !important;
   }

   .m-xl-1 {
     margin: 0.25rem !important;
   }

   .m-xl-2 {
     margin: 0.5rem !important;
   }

   .m-xl-3 {
     margin: 1rem !important;
   }

   .m-xl-4 {
     margin: 1.5rem !important;
   }

   .m-xl-5 {
     margin: 3rem !important;
   }

   .m-xl-auto {
     margin: auto !important;
   }

   .mx-xl-0 {
     margin-right: 0 !important;
     margin-left: 0 !important;
   }

   .mx-xl-1 {
     margin-right: 0.25rem !important;
     margin-left: 0.25rem !important;
   }

   .mx-xl-2 {
     margin-right: 0.5rem !important;
     margin-left: 0.5rem !important;
   }

   .mx-xl-3 {
     margin-right: 1rem !important;
     margin-left: 1rem !important;
   }

   .mx-xl-4 {
     margin-right: 1.5rem !important;
     margin-left: 1.5rem !important;
   }

   .mx-xl-5 {
     margin-right: 3rem !important;
     margin-left: 3rem !important;
   }

   .mx-xl-auto {
     margin-right: auto !important;
     margin-left: auto !important;
   }

   .my-xl-0 {
     margin-top: 0 !important;
     margin-bottom: 0 !important;
   }

   .my-xl-1 {
     margin-top: 0.25rem !important;
     margin-bottom: 0.25rem !important;
   }

   .my-xl-2 {
     margin-top: 0.5rem !important;
     margin-bottom: 0.5rem !important;
   }

   .my-xl-3 {
     margin-top: 1rem !important;
     margin-bottom: 1rem !important;
   }

   .my-xl-4 {
     margin-top: 1.5rem !important;
     margin-bottom: 1.5rem !important;
   }

   .my-xl-5 {
     margin-top: 3rem !important;
     margin-bottom: 3rem !important;
   }

   .my-xl-auto {
     margin-top: auto !important;
     margin-bottom: auto !important;
   }

   .mt-xl-0 {
     margin-top: 0 !important;
   }

   .mt-xl-1 {
     margin-top: 0.25rem !important;
   }

   .mt-xl-2 {
     margin-top: 0.5rem !important;
   }

   .mt-xl-3 {
     margin-top: 1rem !important;
   }

   .mt-xl-4 {
     margin-top: 1.5rem !important;
   }

   .mt-xl-5 {
     margin-top: 3rem !important;
   }

   .mt-xl-auto {
     margin-top: auto !important;
   }

   .me-xl-0 {
     margin-right: 0 !important;
   }

   .me-xl-1 {
     margin-right: 0.25rem !important;
   }

   .me-xl-2 {
     margin-right: 0.5rem !important;
   }

   .me-xl-3 {
     margin-right: 1rem !important;
   }

   .me-xl-4 {
     margin-right: 1.5rem !important;
   }

   .me-xl-5 {
     margin-right: 3rem !important;
   }

   .me-xl-auto {
     margin-right: auto !important;
   }

   .mb-xl-0 {
     margin-bottom: 0 !important;
   }

   .mb-xl-1 {
     margin-bottom: 0.25rem !important;
   }

   .mb-xl-2 {
     margin-bottom: 0.5rem !important;
   }

   .mb-xl-3 {
     margin-bottom: 1rem !important;
   }

   .mb-xl-4 {
     margin-bottom: 1.5rem !important;
   }

   .mb-xl-5 {
     margin-bottom: 3rem !important;
   }

   .mb-xl-auto {
     margin-bottom: auto !important;
   }

   .ms-xl-0 {
     margin-left: 0 !important;
   }

   .ms-xl-1 {
     margin-left: 0.25rem !important;
   }

   .ms-xl-2 {
     margin-left: 0.5rem !important;
   }

   .ms-xl-3 {
     margin-left: 1rem !important;
   }

   .ms-xl-4 {
     margin-left: 1.5rem !important;
   }

   .ms-xl-5 {
     margin-left: 3rem !important;
   }

   .ms-xl-auto {
     margin-left: auto !important;
   }

   .p-xl-0 {
     padding: 0 !important;
   }

   .p-xl-1 {
     padding: 0.25rem !important;
   }

   .p-xl-2 {
     padding: 0.5rem !important;
   }

   .p-xl-3 {
     padding: 1rem !important;
   }

   .p-xl-4 {
     padding: 1.5rem !important;
   }

   .p-xl-5 {
     padding: 3rem !important;
   }

   .px-xl-0 {
     padding-right: 0 !important;
     padding-left: 0 !important;
   }

   .px-xl-1 {
     padding-right: 0.25rem !important;
     padding-left: 0.25rem !important;
   }

   .px-xl-2 {
     padding-right: 0.5rem !important;
     padding-left: 0.5rem !important;
   }

   .px-xl-3 {
     padding-right: 1rem !important;
     padding-left: 1rem !important;
   }

   .px-xl-4 {
     padding-right: 1.5rem !important;
     padding-left: 1.5rem !important;
   }

   .px-xl-5 {
     padding-right: 3rem !important;
     padding-left: 3rem !important;
   }

   .py-xl-0 {
     padding-top: 0 !important;
     padding-bottom: 0 !important;
   }

   .py-xl-1 {
     padding-top: 0.25rem !important;
     padding-bottom: 0.25rem !important;
   }

   .py-xl-2 {
     padding-top: 0.5rem !important;
     padding-bottom: 0.5rem !important;
   }

   .py-xl-3 {
     padding-top: 1rem !important;
     padding-bottom: 1rem !important;
   }

   .py-xl-4 {
     padding-top: 1.5rem !important;
     padding-bottom: 1.5rem !important;
   }

   .py-xl-5 {
     padding-top: 3rem !important;
     padding-bottom: 3rem !important;
   }

   .pt-xl-0 {
     padding-top: 0 !important;
   }

   .pt-xl-1 {
     padding-top: 0.25rem !important;
   }

   .pt-xl-2 {
     padding-top: 0.5rem !important;
   }

   .pt-xl-3 {
     padding-top: 1rem !important;
   }

   .pt-xl-4 {
     padding-top: 1.5rem !important;
   }

   .pt-xl-5 {
     padding-top: 3rem !important;
   }

   .pe-xl-0 {
     padding-right: 0 !important;
   }

   .pe-xl-1 {
     padding-right: 0.25rem !important;
   }

   .pe-xl-2 {
     padding-right: 0.5rem !important;
   }

   .pe-xl-3 {
     padding-right: 1rem !important;
   }

   .pe-xl-4 {
     padding-right: 1.5rem !important;
   }

   .pe-xl-5 {
     padding-right: 3rem !important;
   }

   .pb-xl-0 {
     padding-bottom: 0 !important;
   }

   .pb-xl-1 {
     padding-bottom: 0.25rem !important;
   }

   .pb-xl-2 {
     padding-bottom: 0.5rem !important;
   }

   .pb-xl-3 {
     padding-bottom: 1rem !important;
   }

   .pb-xl-4 {
     padding-bottom: 1.5rem !important;
   }

   .pb-xl-5 {
     padding-bottom: 3rem !important;
   }

   .ps-xl-0 {
     padding-left: 0 !important;
   }

   .ps-xl-1 {
     padding-left: 0.25rem !important;
   }

   .ps-xl-2 {
     padding-left: 0.5rem !important;
   }

   .ps-xl-3 {
     padding-left: 1rem !important;
   }

   .ps-xl-4 {
     padding-left: 1.5rem !important;
   }

   .ps-xl-5 {
     padding-left: 3rem !important;
   }

   .text-xl-start {
     text-align: left !important;
   }

   .text-xl-end {
     text-align: right !important;
   }

   .text-xl-center {
     text-align: center !important;
   }
 }

 @media (min-width: 1400px) {
   .float-xxl-start {
     float: left !important;
   }

   .float-xxl-end {
     float: right !important;
   }

   .float-xxl-none {
     float: none !important;
   }

   .d-xxl-inline {
     display: inline !important;
   }

   .d-xxl-inline-block {
     display: inline-block !important;
   }

   .d-xxl-block {
     display: block !important;
   }

   .d-xxl-grid {
     display: grid !important;
   }

   .d-xxl-table {
     display: table !important;
   }

   .d-xxl-table-row {
     display: table-row !important;
   }

   .d-xxl-table-cell {
     display: table-cell !important;
   }

   .d-xxl-flex {
     display: flex !important;
   }

   .d-xxl-inline-flex {
     display: inline-flex !important;
   }

   .d-xxl-none {
     display: none !important;
   }

   .flex-xxl-fill {
     flex: 1 1 auto !important;
   }

   .flex-xxl-row {
     flex-direction: row !important;
   }

   .flex-xxl-column {
     flex-direction: column !important;
   }

   .flex-xxl-row-reverse {
     flex-direction: row-reverse !important;
   }

   .flex-xxl-column-reverse {
     flex-direction: column-reverse !important;
   }

   .flex-xxl-grow-0 {
     flex-grow: 0 !important;
   }

   .flex-xxl-grow-1 {
     flex-grow: 1 !important;
   }

   .flex-xxl-shrink-0 {
     flex-shrink: 0 !important;
   }

   .flex-xxl-shrink-1 {
     flex-shrink: 1 !important;
   }

   .flex-xxl-wrap {
     flex-wrap: wrap !important;
   }

   .flex-xxl-nowrap {
     flex-wrap: nowrap !important;
   }

   .flex-xxl-wrap-reverse {
     flex-wrap: wrap-reverse !important;
   }

   .gap-xxl-0 {
     gap: 0 !important;
   }

   .gap-xxl-1 {
     gap: 0.25rem !important;
   }

   .gap-xxl-2 {
     gap: 0.5rem !important;
   }

   .gap-xxl-3 {
     gap: 1rem !important;
   }

   .gap-xxl-4 {
     gap: 1.5rem !important;
   }

   .gap-xxl-5 {
     gap: 3rem !important;
   }

   .justify-content-xxl-start {
     justify-content: flex-start !important;
   }

   .justify-content-xxl-end {
     justify-content: flex-end !important;
   }

   .justify-content-xxl-center {
     justify-content: center !important;
   }

   .justify-content-xxl-between {
     justify-content: space-between !important;
   }

   .justify-content-xxl-around {
     justify-content: space-around !important;
   }

   .justify-content-xxl-evenly {
     justify-content: space-evenly !important;
   }

   .align-items-xxl-start {
     align-items: flex-start !important;
   }

   .align-items-xxl-end {
     align-items: flex-end !important;
   }

   .align-items-xxl-center {
     align-items: center !important;
   }

   .align-items-xxl-baseline {
     align-items: baseline !important;
   }

   .align-items-xxl-stretch {
     align-items: stretch !important;
   }

   .align-content-xxl-start {
     align-content: flex-start !important;
   }

   .align-content-xxl-end {
     align-content: flex-end !important;
   }

   .align-content-xxl-center {
     align-content: center !important;
   }

   .align-content-xxl-between {
     align-content: space-between !important;
   }

   .align-content-xxl-around {
     align-content: space-around !important;
   }

   .align-content-xxl-stretch {
     align-content: stretch !important;
   }

   .align-self-xxl-auto {
     align-self: auto !important;
   }

   .align-self-xxl-start {
     align-self: flex-start !important;
   }

   .align-self-xxl-end {
     align-self: flex-end !important;
   }

   .align-self-xxl-center {
     align-self: center !important;
   }

   .align-self-xxl-baseline {
     align-self: baseline !important;
   }

   .align-self-xxl-stretch {
     align-self: stretch !important;
   }

   .order-xxl-first {
     order: -1 !important;
   }

   .order-xxl-0 {
     order: 0 !important;
   }

   .order-xxl-1 {
     order: 1 !important;
   }

   .order-xxl-2 {
     order: 2 !important;
   }

   .order-xxl-3 {
     order: 3 !important;
   }

   .order-xxl-4 {
     order: 4 !important;
   }

   .order-xxl-5 {
     order: 5 !important;
   }

   .order-xxl-last {
     order: 6 !important;
   }

   .m-xxl-0 {
     margin: 0 !important;
   }

   .m-xxl-1 {
     margin: 0.25rem !important;
   }

   .m-xxl-2 {
     margin: 0.5rem !important;
   }

   .m-xxl-3 {
     margin: 1rem !important;
   }

   .m-xxl-4 {
     margin: 1.5rem !important;
   }

   .m-xxl-5 {
     margin: 3rem !important;
   }

   .m-xxl-auto {
     margin: auto !important;
   }

   .mx-xxl-0 {
     margin-right: 0 !important;
     margin-left: 0 !important;
   }

   .mx-xxl-1 {
     margin-right: 0.25rem !important;
     margin-left: 0.25rem !important;
   }

   .mx-xxl-2 {
     margin-right: 0.5rem !important;
     margin-left: 0.5rem !important;
   }

   .mx-xxl-3 {
     margin-right: 1rem !important;
     margin-left: 1rem !important;
   }

   .mx-xxl-4 {
     margin-right: 1.5rem !important;
     margin-left: 1.5rem !important;
   }

   .mx-xxl-5 {
     margin-right: 3rem !important;
     margin-left: 3rem !important;
   }

   .mx-xxl-auto {
     margin-right: auto !important;
     margin-left: auto !important;
   }

   .my-xxl-0 {
     margin-top: 0 !important;
     margin-bottom: 0 !important;
   }

   .my-xxl-1 {
     margin-top: 0.25rem !important;
     margin-bottom: 0.25rem !important;
   }

   .my-xxl-2 {
     margin-top: 0.5rem !important;
     margin-bottom: 0.5rem !important;
   }

   .my-xxl-3 {
     margin-top: 1rem !important;
     margin-bottom: 1rem !important;
   }

   .my-xxl-4 {
     margin-top: 1.5rem !important;
     margin-bottom: 1.5rem !important;
   }

   .my-xxl-5 {
     margin-top: 3rem !important;
     margin-bottom: 3rem !important;
   }

   .my-xxl-auto {
     margin-top: auto !important;
     margin-bottom: auto !important;
   }

   .mt-xxl-0 {
     margin-top: 0 !important;
   }

   .mt-xxl-1 {
     margin-top: 0.25rem !important;
   }

   .mt-xxl-2 {
     margin-top: 0.5rem !important;
   }

   .mt-xxl-3 {
     margin-top: 1rem !important;
   }

   .mt-xxl-4 {
     margin-top: 1.5rem !important;
   }

   .mt-xxl-5 {
     margin-top: 3rem !important;
   }

   .mt-xxl-auto {
     margin-top: auto !important;
   }

   .me-xxl-0 {
     margin-right: 0 !important;
   }

   .me-xxl-1 {
     margin-right: 0.25rem !important;
   }

   .me-xxl-2 {
     margin-right: 0.5rem !important;
   }

   .me-xxl-3 {
     margin-right: 1rem !important;
   }

   .me-xxl-4 {
     margin-right: 1.5rem !important;
   }

   .me-xxl-5 {
     margin-right: 3rem !important;
   }

   .me-xxl-auto {
     margin-right: auto !important;
   }

   .mb-xxl-0 {
     margin-bottom: 0 !important;
   }

   .mb-xxl-1 {
     margin-bottom: 0.25rem !important;
   }

   .mb-xxl-2 {
     margin-bottom: 0.5rem !important;
   }

   .mb-xxl-3 {
     margin-bottom: 1rem !important;
   }

   .mb-xxl-4 {
     margin-bottom: 1.5rem !important;
   }

   .mb-xxl-5 {
     margin-bottom: 3rem !important;
   }

   .mb-xxl-auto {
     margin-bottom: auto !important;
   }

   .ms-xxl-0 {
     margin-left: 0 !important;
   }

   .ms-xxl-1 {
     margin-left: 0.25rem !important;
   }

   .ms-xxl-2 {
     margin-left: 0.5rem !important;
   }

   .ms-xxl-3 {
     margin-left: 1rem !important;
   }

   .ms-xxl-4 {
     margin-left: 1.5rem !important;
   }

   .ms-xxl-5 {
     margin-left: 3rem !important;
   }

   .ms-xxl-auto {
     margin-left: auto !important;
   }

   .p-xxl-0 {
     padding: 0 !important;
   }

   .p-xxl-1 {
     padding: 0.25rem !important;
   }

   .p-xxl-2 {
     padding: 0.5rem !important;
   }

   .p-xxl-3 {
     padding: 1rem !important;
   }

   .p-xxl-4 {
     padding: 1.5rem !important;
   }

   .p-xxl-5 {
     padding: 3rem !important;
   }

   .px-xxl-0 {
     padding-right: 0 !important;
     padding-left: 0 !important;
   }

   .px-xxl-1 {
     padding-right: 0.25rem !important;
     padding-left: 0.25rem !important;
   }

   .px-xxl-2 {
     padding-right: 0.5rem !important;
     padding-left: 0.5rem !important;
   }

   .px-xxl-3 {
     padding-right: 1rem !important;
     padding-left: 1rem !important;
   }

   .px-xxl-4 {
     padding-right: 1.5rem !important;
     padding-left: 1.5rem !important;
   }

   .px-xxl-5 {
     padding-right: 3rem !important;
     padding-left: 3rem !important;
   }

   .py-xxl-0 {
     padding-top: 0 !important;
     padding-bottom: 0 !important;
   }

   .py-xxl-1 {
     padding-top: 0.25rem !important;
     padding-bottom: 0.25rem !important;
   }

   .py-xxl-2 {
     padding-top: 0.5rem !important;
     padding-bottom: 0.5rem !important;
   }

   .py-xxl-3 {
     padding-top: 1rem !important;
     padding-bottom: 1rem !important;
   }

   .py-xxl-4 {
     padding-top: 1.5rem !important;
     padding-bottom: 1.5rem !important;
   }

   .py-xxl-5 {
     padding-top: 3rem !important;
     padding-bottom: 3rem !important;
   }

   .pt-xxl-0 {
     padding-top: 0 !important;
   }

   .pt-xxl-1 {
     padding-top: 0.25rem !important;
   }

   .pt-xxl-2 {
     padding-top: 0.5rem !important;
   }

   .pt-xxl-3 {
     padding-top: 1rem !important;
   }

   .pt-xxl-4 {
     padding-top: 1.5rem !important;
   }

   .pt-xxl-5 {
     padding-top: 3rem !important;
   }

   .pe-xxl-0 {
     padding-right: 0 !important;
   }

   .pe-xxl-1 {
     padding-right: 0.25rem !important;
   }

   .pe-xxl-2 {
     padding-right: 0.5rem !important;
   }

   .pe-xxl-3 {
     padding-right: 1rem !important;
   }

   .pe-xxl-4 {
     padding-right: 1.5rem !important;
   }

   .pe-xxl-5 {
     padding-right: 3rem !important;
   }

   .pb-xxl-0 {
     padding-bottom: 0 !important;
   }

   .pb-xxl-1 {
     padding-bottom: 0.25rem !important;
   }

   .pb-xxl-2 {
     padding-bottom: 0.5rem !important;
   }

   .pb-xxl-3 {
     padding-bottom: 1rem !important;
   }

   .pb-xxl-4 {
     padding-bottom: 1.5rem !important;
   }

   .pb-xxl-5 {
     padding-bottom: 3rem !important;
   }

   .ps-xxl-0 {
     padding-left: 0 !important;
   }

   .ps-xxl-1 {
     padding-left: 0.25rem !important;
   }

   .ps-xxl-2 {
     padding-left: 0.5rem !important;
   }

   .ps-xxl-3 {
     padding-left: 1rem !important;
   }

   .ps-xxl-4 {
     padding-left: 1.5rem !important;
   }

   .ps-xxl-5 {
     padding-left: 3rem !important;
   }

   .text-xxl-start {
     text-align: left !important;
   }

   .text-xxl-end {
     text-align: right !important;
   }

   .text-xxl-center {
     text-align: center !important;
   }
 }

 @media (min-width: 1200px) {
   .fs-1 {
     font-size: 2.5rem !important;
   }

   .fs-2 {
     font-size: 2rem !important;
   }

   .fs-3 {
     font-size: 1.75rem !important;
   }

   .fs-4 {
     font-size: 1.5rem !important;
   }
 }

 @media print {
   .d-print-inline {
     display: inline !important;
   }

   .d-print-inline-block {
     display: inline-block !important;
   }

   .d-print-block {
     display: block !important;
   }

   .d-print-grid {
     display: grid !important;
   }

   .d-print-table {
     display: table !important;
   }

   .d-print-table-row {
     display: table-row !important;
   }

   .d-print-table-cell {
     display: table-cell !important;
   }

   .d-print-flex {
     display: flex !important;
   }

   .d-print-inline-flex {
     display: inline-flex !important;
   }

   .d-print-none {
     display: none !important;
   }
 }

 .modal {
   position: fixed;
   top: 0;
   left: 0;
   z-index: 1060;
   display: none;
   width: 100%;
   height: 100%;
   overflow-x: hidden;
   overflow-y: auto;
   outline: 0;
 }

 .modal-dialog {
   position: relative;
   width: auto;
   margin: 0.5rem;
   pointer-events: none;
 }

 .modal.fade .modal-dialog {
   transition: transform 0.3s ease-out;
   transform: translate(0, -50px);
 }

 @media (prefers-reduced-motion: reduce) {
   .modal.fade .modal-dialog {
     transition: none;
   }
 }

 .modal.show .modal-dialog {
   transform: none;
 }

 .modal.modal-static .modal-dialog {
   transform: scale(1.02);
 }

 .modal-dialog-scrollable {
   height: calc(100% - 1rem);
 }

 .modal-dialog-scrollable .modal-content {
   max-height: 100%;
   overflow: hidden;
 }

 .modal-dialog-scrollable .modal-body {
   overflow-y: auto;
 }

 .modal-dialog-centered {
   display: flex;
   align-items: center;
   min-height: calc(100% - 1rem);
 }

 .modal-content {
   position: relative;
   display: flex;
   flex-direction: column;
   width: 100%;
   pointer-events: auto;
   background-color: #fff;
   background-clip: padding-box;
   border: 1px solid rgba(0, 0, 0, 0.2);
   border-radius: 0.3rem;
   outline: 0;
 }

 .modal-backdrop {
   position: fixed;
   top: 0;
   left: 0;
   z-index: 1040;
   width: 100vw;
   height: 100vh;
   background-color: #000;
 }

 .modal-backdrop.fade {
   opacity: 0;
 }

 .modal-backdrop.show {
   opacity: 0.5;
 }

 .modal-header {
   display: flex;
   flex-shrink: 0;
   align-items: center;
   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);
 }

 .modal-header .btn-close {
   padding: 0.5rem 0.5rem;
   margin: -0.5rem -0.5rem -0.5rem auto;
 }

 .modal-title {
   margin-bottom: 0;
   line-height: 1.5;
 }

 .modal-body {
   position: relative;
   flex: 1 1 auto;
   padding: 1rem;
 }

 .modal-footer {
   display: flex;
   flex-wrap: wrap;
   flex-shrink: 0;
   align-items: center;
   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);
 }

 .modal-footer>* {
   margin: 0.25rem;
 }

 @media (min-width: 576px) {
   .modal-dialog {
     max-width: 500px;
     margin: 1.75rem auto;
   }

   .modal-dialog-scrollable {
     height: calc(100% - 3.5rem);
   }

   .modal-dialog-centered {
     min-height: calc(100% - 3.5rem);
   }

   .modal-sm {
     max-width: 300px;
   }
 }

 @media (min-width: 992px) {

   .modal-lg,
   .modal-xl {
     max-width: 800px;
   }
 }

 @media (min-width: 1200px) {
   .modal-xl {
     max-width: 1140px;
   }
 }

 .modal-fullscreen {
   width: 100vw;
   max-width: none;
   height: 100%;
   margin: 0;
 }

 .modal-fullscreen .modal-content {
   height: 100%;
   border: 0;
   border-radius: 0;
 }

 .modal-fullscreen .modal-header {
   border-radius: 0;
 }

 .modal-fullscreen .modal-body {
   overflow-y: auto;
 }

 .modal-fullscreen .modal-footer {
   border-radius: 0;
 }

 @media (max-width: 575.98px) {
   .modal-fullscreen-sm-down {
     width: 100vw;
     max-width: none;
     height: 100%;
     margin: 0;
   }

   .modal-fullscreen-sm-down .modal-content {
     height: 100%;
     border: 0;
     border-radius: 0;
   }

   .modal-fullscreen-sm-down .modal-header {
     border-radius: 0;
   }

   .modal-fullscreen-sm-down .modal-body {
     overflow-y: auto;
   }

   .modal-fullscreen-sm-down .modal-footer {
     border-radius: 0;
   }
 }

 @media (max-width: 767.98px) {
   .modal-fullscreen-md-down {
     width: 100vw;
     max-width: none;
     height: 100%;
     margin: 0;
   }

   .modal-fullscreen-md-down .modal-content {
     height: 100%;
     border: 0;
     border-radius: 0;
   }

   .modal-fullscreen-md-down .modal-header {
     border-radius: 0;
   }

   .modal-fullscreen-md-down .modal-body {
     overflow-y: auto;
   }

   .modal-fullscreen-md-down .modal-footer {
     border-radius: 0;
   }
 }

 @media (max-width: 991.98px) {
   .modal-fullscreen-lg-down {
     width: 100vw;
     max-width: none;
     height: 100%;
     margin: 0;
   }

   .modal-fullscreen-lg-down .modal-content {
     height: 100%;
     border: 0;
     border-radius: 0;
   }

   .modal-fullscreen-lg-down .modal-header {
     border-radius: 0;
   }

   .modal-fullscreen-lg-down .modal-body {
     overflow-y: auto;
   }

   .modal-fullscreen-lg-down .modal-footer {
     border-radius: 0;
   }
 }

 @media (max-width: 1199.98px) {
   .modal-fullscreen-xl-down {
     width: 100vw;
     max-width: none;
     height: 100%;
     margin: 0;
   }

   .modal-fullscreen-xl-down .modal-content {
     height: 100%;
     border: 0;
     border-radius: 0;
   }

   .modal-fullscreen-xl-down .modal-header {
     border-radius: 0;
   }

   .modal-fullscreen-xl-down .modal-body {
     overflow-y: auto;
   }

   .modal-fullscreen-xl-down .modal-footer {
     border-radius: 0;
   }
 }

 @media (max-width: 1399.98px) {
   .modal-fullscreen-xxl-down {
     width: 100vw;
     max-width: none;
     height: 100%;
     margin: 0;
   }

   .modal-fullscreen-xxl-down .modal-content {
     height: 100%;
     border: 0;
     border-radius: 0;
   }

   .modal-fullscreen-xxl-down .modal-header {
     border-radius: 0;
   }

   .modal-fullscreen-xxl-down .modal-body {
     overflow-y: auto;
   }

   .modal-fullscreen-xxl-down .modal-footer {
     border-radius: 0;
   }
 }

 *,
 *::before,
 *::after {
   box-sizing: border-box;
 }

 @media (prefers-reduced-motion: no-preference) {
   :root {
     scroll-behavior: smooth;
   }
 }

 body {
   margin: 0;
   font-family: var(--bs-font-sans-serif);
   font-size: 1rem;
   font-weight: 400;
   line-height: 1.5;
   color: #212529;
   background-color: #fff;
   -webkit-text-size-adjust: 100%;
   -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
 }

 hr {
   margin: 1rem 0;
   color: inherit;
   background-color: currentColor;
   border: 0;
   opacity: 0.25;
 }

 hr:not([size]) {
   height: 1px;
 }

 h6,
 h5,
 h4,
 h3,
 h2,
 h1 {
   margin-top: 0;
   margin-bottom: 0.5rem;
   font-weight: 500;
   line-height: 1.2;
 }

 h1 {
   font-size: calc(1.375rem + 1.5vw);
 }

 @media (min-width: 1200px) {
   h1 {
     font-size: 2.5rem;
   }
 }

 h2 {
   font-size: calc(1.325rem + 0.9vw);
 }

 @media (min-width: 1200px) {
   h2 {
     font-size: 2rem;
   }
 }

 h3 {
   font-size: calc(1.3rem + 0.6vw);
 }

 @media (min-width: 1200px) {
   h3 {
     font-size: 1.75rem;
   }
 }

 h4 {
   font-size: calc(1.275rem + 0.3vw);
 }

 @media (min-width: 1200px) {
   h4 {
     font-size: 1.5rem;
   }
 }

 h5 {
   font-size: 1.25rem;
 }

 h6 {
   font-size: 1rem;
 }

 p {
   margin-top: 0;
   margin-bottom: 1rem;
 }

 abbr[title],
 abbr[data-bs-original-title] {
   text-decoration: underline dotted;
   cursor: help;
   text-decoration-skip-ink: none;
 }

 address {
   margin-bottom: 1rem;
   font-style: normal;
   line-height: inherit;
 }

 ol,
 ul {
   padding-left: 2rem;
 }

 ol,
 ul,
 dl {
   margin-top: 0;
   margin-bottom: 1rem;
 }

 ol ol,
 ul ul,
 ol ul,
 ul ol {
   margin-bottom: 0;
 }

 dt {
   font-weight: 700;
 }

 dd {
   margin-bottom: 0.5rem;
   margin-left: 0;
 }

 blockquote {
   margin: 0 0 1rem;
 }

 b,
 strong {
   font-weight: bolder;
 }

 small {
   font-size: 0.875em;
 }

 mark {
   padding: 0.2em;
   background-color: #fcf8e3;
 }

 sub,
 sup {
   position: relative;
   font-size: 0.75em;
   line-height: 0;
   vertical-align: baseline;
 }

 sub {
   bottom: -0.25em;
 }

 sup {
   top: -0.5em;
 }

 a {
   color: #0d6efd;
   text-decoration: underline;
 }

 a:hover {
   color: #0a58ca;
 }

 a:not([href]):not([class]),
 a:not([href]):not([class]):hover {
   color: inherit;
   text-decoration: none;
 }

 pre,
 code,
 kbd,
 samp {
   font-family: var(--bs-font-monospace);
   font-size: 1em;
   direction: ltr
     /* rtl:ignore */
   ;
   unicode-bidi: bidi-override;
 }

 pre {
   display: block;
   margin-top: 0;
   margin-bottom: 1rem;
   overflow: auto;
   font-size: 0.875em;
 }

 pre code {
   font-size: inherit;
   color: inherit;
   word-break: normal;
 }

 code {
   font-size: 0.875em;
   color: #d63384;
   word-wrap: break-word;
 }

 a>code {
   color: inherit;
 }

 kbd {
   padding: 0.2rem 0.4rem;
   font-size: 0.875em;
   color: #fff;
   background-color: #212529;
   border-radius: 0.2rem;
 }

 kbd kbd {
   padding: 0;
   font-size: 1em;
   font-weight: 700;
 }

 figure {
   margin: 0 0 1rem;
 }

 img,
 svg {
   vertical-align: middle;
 }

 table {
   caption-side: bottom;
   border-collapse: collapse;
 }

 caption {
   padding-top: 0.5rem;
   padding-bottom: 0.5rem;
   color: #6c757d;
   text-align: left;
 }

 th {
   text-align: inherit;
   text-align: -webkit-match-parent;
 }

 thead,
 tbody,
 tfoot,
 tr,
 td,
 th {
   border-color: inherit;
   border-style: solid;
   border-width: 0;
 }

 label {
   display: inline-block;
 }

 button {
   border-radius: 0;
 }

 button:focus:not(:focus-visible) {
   outline: 0;
 }

 input,
 button,
 select,
 optgroup,
 textarea {
   margin: 0;
   font-family: inherit;
   font-size: inherit;
   line-height: inherit;
 }

 button,
 select {
   text-transform: none;
 }

 [role=button] {
   cursor: pointer;
 }

 select {
   word-wrap: normal;
 }

 select:disabled {
   opacity: 1;
 }

 [list]::-webkit-calendar-picker-indicator {
   display: none;
 }

 button,
 [type=button],
 [type=reset],
 [type=submit] {
   -webkit-appearance: button;
 }

 button:not(:disabled),
 [type=button]:not(:disabled),
 [type=reset]:not(:disabled),
 [type=submit]:not(:disabled) {
   cursor: pointer;
 }

 ::-moz-focus-inner {
   padding: 0;
   border-style: none;
 }

 textarea {
   resize: vertical;
 }

 fieldset {
   min-width: 0;
   padding: 0;
   margin: 0;
   border: 0;
 }

 legend {
   float: left;
   width: 100%;
   padding: 0;
   margin-bottom: 0.5rem;
   font-size: calc(1.275rem + 0.3vw);
   line-height: inherit;
 }

 @media (min-width: 1200px) {
   legend {
     font-size: 1.5rem;
   }
 }

 legend+* {
   clear: left;
 }

 ::-webkit-datetime-edit-fields-wrapper,
 ::-webkit-datetime-edit-text,
 ::-webkit-datetime-edit-minute,
 ::-webkit-datetime-edit-hour-field,
 ::-webkit-datetime-edit-day-field,
 ::-webkit-datetime-edit-month-field,
 ::-webkit-datetime-edit-year-field {
   padding: 0;
 }

 ::-webkit-inner-spin-button {
   height: auto;
 }

 [type=search] {
   outline-offset: -2px;
   -webkit-appearance: textfield;
 }

 /* rtl:raw:
  [type="tel"],
  [type="url"],
  [type="email"],
  [type="number"] {
    direction: ltr;
  }
  */
 ::-webkit-search-decoration {
   -webkit-appearance: none;
 }

 ::-webkit-color-swatch-wrapper {
   padding: 0;
 }

 ::file-selector-button {
   font: inherit;
 }

 ::-webkit-file-upload-button {
   font: inherit;
   -webkit-appearance: button;
 }

 output {
   display: inline-block;
 }

 iframe {
   border: 0;
 }

 summary {
   display: list-item;
   cursor: pointer;
 }

 progress {
   vertical-align: baseline;
 }

 [hidden] {
   display: none !important;
 }

 .form-label {
   margin-bottom: 0.5rem;
 }

 .col-form-label {
   padding-top: calc(0.375rem + 1px);
   padding-bottom: calc(0.375rem + 1px);
   margin-bottom: 0;
   font-size: inherit;
   line-height: 1.5;
 }

 .col-form-label-lg {
   padding-top: calc(0.5rem + 1px);
   padding-bottom: calc(0.5rem + 1px);
   font-size: 1.25rem;
 }

 .col-form-label-sm {
   padding-top: calc(0.25rem + 1px);
   padding-bottom: calc(0.25rem + 1px);
   font-size: 0.875rem;
 }

 .form-text {
   margin-top: 0.25rem;
   font-size: 0.875em;
   color: #6c757d;
 }

 .form-control {
   display: block;
   width: 100%;
   padding: 0.375rem 0.75rem;
   font-size: 1rem;
   font-weight: 400;
   line-height: 1.5;
   color: #212529;
   background-color: #fff;
   background-clip: padding-box;
   border: 1px solid #ced4da;
   appearance: none;
   border-radius: 0.25rem;
   transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
 }

 @media (prefers-reduced-motion: reduce) {
   .form-control {
     transition: none;
   }
 }

 .form-control[type=file] {
   overflow: hidden;
 }

 .form-control[type=file]:not(:disabled):not([readonly]) {
   cursor: pointer;
 }

 .form-control:focus {
   color: #212529;
   background-color: #fff;
   border-color: #86b7fe;
   outline: 0;
   box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
 }

 .form-control::-webkit-date-and-time-value {
   height: 1.5em;
 }

 .form-control::placeholder {
   color: #6c757d;
   opacity: 1;
 }

 .form-control:disabled,
 .form-control[readonly] {
   background-color: #e9ecef;
   opacity: 1;
 }

 .form-control::file-selector-button {
   padding: 0.375rem 0.75rem;
   margin: -0.375rem -0.75rem;
   margin-inline-end: 0.75rem;
   color: #212529;
   background-color: #e9ecef;
   pointer-events: none;
   border-color: inherit;
   border-style: solid;
   border-width: 0;
   border-inline-end-width: 1px;
   border-radius: 0;
   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) {
   .form-control::file-selector-button {
     transition: none;
   }
 }

 .form-control:hover:not(:disabled):not([readonly])::file-selector-button {
   background-color: #dde0e3;
 }

 .form-control::-webkit-file-upload-button {
   padding: 0.375rem 0.75rem;
   margin: -0.375rem -0.75rem;
   margin-inline-end: 0.75rem;
   color: #212529;
   background-color: #e9ecef;
   pointer-events: none;
   border-color: inherit;
   border-style: solid;
   border-width: 0;
   border-inline-end-width: 1px;
   border-radius: 0;
   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) {
   .form-control::-webkit-file-upload-button {
     transition: none;
   }
 }

 .form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
   background-color: #dde0e3;
 }

 .form-control-plaintext {
   display: block;
   width: 100%;
   padding: 0.375rem 0;
   margin-bottom: 0;
   line-height: 1.5;
   color: #212529;
   background-color: transparent;
   border: solid transparent;
   border-width: 1px 0;
 }

 .form-control-plaintext.form-control-sm,
 .form-control-plaintext.form-control-lg {
   padding-right: 0;
   padding-left: 0;
 }

 .form-control-sm {
   min-height: calc(1.5em + 0.5rem + 2px);
   padding: 0.25rem 0.5rem;
   font-size: 0.875rem;
   border-radius: 0.2rem;
 }

 .form-control-sm::file-selector-button {
   padding: 0.25rem 0.5rem;
   margin: -0.25rem -0.5rem;
   margin-inline-end: 0.5rem;
 }

 .form-control-sm::-webkit-file-upload-button {
   padding: 0.25rem 0.5rem;
   margin: -0.25rem -0.5rem;
   margin-inline-end: 0.5rem;
 }

 .form-control-lg {
   min-height: calc(1.5em + 1rem + 2px);
   padding: 0.5rem 1rem;
   font-size: 1.25rem;
   border-radius: 0.3rem;
 }

 .form-control-lg::file-selector-button {
   padding: 0.5rem 1rem;
   margin: -0.5rem -1rem;
   margin-inline-end: 1rem;
 }

 .form-control-lg::-webkit-file-upload-button {
   padding: 0.5rem 1rem;
   margin: -0.5rem -1rem;
   margin-inline-end: 1rem;
 }

 textarea.form-control {
   min-height: calc(1.5em + 0.75rem + 2px);
 }

 textarea.form-control-sm {
   min-height: calc(1.5em + 0.5rem + 2px);
 }

 textarea.form-control-lg {
   min-height: calc(1.5em + 1rem + 2px);
 }

 .form-control-color {
   max-width: 3rem;
   height: auto;
   padding: 0.375rem;
 }

 .form-control-color:not(:disabled):not([readonly]) {
   cursor: pointer;
 }

 .form-control-color::-moz-color-swatch {
   height: 1.5em;
   border-radius: 0.25rem;
 }

 .form-control-color::-webkit-color-swatch {
   height: 1.5em;
   border-radius: 0.25rem;
 }

 .form-select {
   display: block;
   width: 100%;
   padding: 0.375rem 2.25rem 0.375rem 0.75rem;
   font-size: 1rem;
   font-weight: 400;
   line-height: 1.5;
   color: #212529;
   background-color: #fff;
   background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
   background-repeat: no-repeat;
   background-position: right 0.75rem center;
   background-size: 16px 12px;
   border: 1px solid #ced4da;
   border-radius: 0.25rem;
   appearance: none;
 }

 .form-select:focus {
   border-color: #86b7fe;
   outline: 0;
   box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
 }

 .form-select[multiple],
 .form-select[size]:not([size="1"]) {
   padding-right: 0.75rem;
   background-image: none;
 }

 .form-select:disabled {
   background-color: #e9ecef;
 }

 .form-select:-moz-focusring {
   color: transparent;
   text-shadow: 0 0 0 #212529;
 }

 .form-select-sm {
   padding-top: 0.25rem;
   padding-bottom: 0.25rem;
   padding-left: 0.5rem;
   font-size: 0.875rem;
 }

 .form-select-lg {
   padding-top: 0.5rem;
   padding-bottom: 0.5rem;
   padding-left: 1rem;
   font-size: 1.25rem;
 }

 .form-check {
   display: block;
   min-height: 1.5rem;
   padding-left: 1.5em;
   margin-bottom: 0.125rem;
 }

 .form-check .form-check-input {
   float: left;
   margin-left: -1.5em;
 }

 .form-check-input {
   width: 1em;
   height: 1em;
   margin-top: 0.25em;
   vertical-align: top;
   background-color: #fff;
   background-repeat: no-repeat;
   background-position: center;
   background-size: contain;
   border: 1px solid rgba(0, 0, 0, 0.25);
   appearance: none;
   color-adjust: exact;
 }

 .form-check-input[type=checkbox] {
   border-radius: 0.25em;
 }

 .form-check-input[type=radio] {
   border-radius: 50%;
 }

 .form-check-input:active {
   filter: brightness(90%);
 }

 .form-check-input:focus {
   border-color: #86b7fe;
   outline: 0;
   box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
 }

 .form-check-input:checked {
   background-color: #0d6efd;
   border-color: #0d6efd;
 }

 .form-check-input:checked[type=checkbox] {
   background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
 }

 .form-check-input:checked[type=radio] {
   background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
 }

 .form-check-input[type=checkbox]:indeterminate {
   background-color: #0d6efd;
   border-color: #0d6efd;
   background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
 }

 .form-check-input:disabled {
   pointer-events: none;
   filter: none;
   opacity: 0.5;
 }

 .form-check-input[disabled]~.form-check-label,
 .form-check-input:disabled~.form-check-label {
   opacity: 0.5;
 }

 .form-switch {
   padding-left: 2.5em;
 }

 .form-switch .form-check-input {
   width: 2em;
   margin-left: -2.5em;
   background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
   background-position: left center;
   border-radius: 2em;
   transition: background-position 0.15s ease-in-out;
 }

 @media (prefers-reduced-motion: reduce) {
   .form-switch .form-check-input {
     transition: none;
   }
 }

 .form-switch .form-check-input:focus {
   background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
 }

 .form-switch .form-check-input:checked {
   background-position: right center;
   background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
 }

 .form-check-inline {
   display: inline-block;
   margin-right: 1rem;
 }

 .btn-check {
   position: absolute;
   clip: rect(0, 0, 0, 0);
   pointer-events: none;
 }

 .btn-check[disabled]+.btn,
 .btn-check:disabled+.btn {
   pointer-events: none;
   filter: none;
   opacity: 0.65;
 }

 .form-range {
   width: 100%;
   height: 1.5rem;
   padding: 0;
   background-color: transparent;
   appearance: none;
 }

 .form-range:focus {
   outline: 0;
 }

 .form-range:focus::-webkit-slider-thumb {
   box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
 }

 .form-range:focus::-moz-range-thumb {
   box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
 }

 .form-range::-moz-focus-outer {
   border: 0;
 }

 .form-range::-webkit-slider-thumb {
   width: 1rem;
   height: 1rem;
   margin-top: -0.25rem;
   background-color: #0d6efd;
   border: 0;
   border-radius: 1rem;
   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) {
   .form-range::-webkit-slider-thumb {
     transition: none;
   }
 }

 .form-range::-webkit-slider-thumb:active {
   background-color: #b6d4fe;
 }

 .form-range::-webkit-slider-runnable-track {
   width: 100%;
   height: 0.5rem;
   color: transparent;
   cursor: pointer;
   background-color: #dee2e6;
   border-color: transparent;
   border-radius: 1rem;
 }

 .form-range::-moz-range-thumb {
   width: 1rem;
   height: 1rem;
   background-color: #0d6efd;
   border: 0;
   border-radius: 1rem;
   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) {
   .form-range::-moz-range-thumb {
     transition: none;
   }
 }

 .form-range::-moz-range-thumb:active {
   background-color: #b6d4fe;
 }

 .form-range::-moz-range-track {
   width: 100%;
   height: 0.5rem;
   color: transparent;
   cursor: pointer;
   background-color: #dee2e6;
   border-color: transparent;
   border-radius: 1rem;
 }

 .form-range:disabled {
   pointer-events: none;
 }

 .form-range:disabled::-webkit-slider-thumb {
   background-color: #adb5bd;
 }

 .form-range:disabled::-moz-range-thumb {
   background-color: #adb5bd;
 }

 .form-floating {
   position: relative;
 }

 .form-floating>.form-control,
 .form-floating>.form-select {
   height: calc(3.5rem + 2px);
   padding: 1rem 0.75rem;
 }

 .form-floating>label {
   position: absolute;
   top: 0;
   left: 0;
   height: 100%;
   padding: 1rem 0.75rem;
   pointer-events: none;
   border: 1px solid transparent;
   transform-origin: 0 0;
   transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
 }

 @media (prefers-reduced-motion: reduce) {
   .form-floating>label {
     transition: none;
   }
 }

 .form-floating>.form-control::placeholder {
   color: transparent;
 }

 .form-floating>.form-control:focus,
 .form-floating>.form-control:not(:placeholder-shown) {
   padding-top: 1.625rem;
   padding-bottom: 0.625rem;
 }

 .form-floating>.form-control:-webkit-autofill {
   padding-top: 1.625rem;
   padding-bottom: 0.625rem;
 }

 .form-floating>.form-select {
   padding-top: 1.625rem;
   padding-bottom: 0.625rem;
 }

 .form-floating>.form-control:focus~label,
 .form-floating>.form-control:not(:placeholder-shown)~label,
 .form-floating>.form-select~label {
   opacity: 0.65;
   transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
 }

 .form-floating>.form-control:-webkit-autofill~label {
   opacity: 0.65;
   transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
 }

 .input-group {
   position: relative;
   display: flex;
   flex-wrap: wrap;
   align-items: stretch;
   width: 100%;
 }

 .input-group>.form-control,
 .input-group>.form-select {
   position: relative;
   flex: 1 1 auto;
   width: 1%;
   min-width: 0;
 }

 .input-group>.form-control:focus,
 .input-group>.form-select:focus {
   z-index: 3;
 }

 .input-group .btn {
   position: relative;
   z-index: 2;
 }

 .input-group .btn:focus {
   z-index: 3;
 }

 .input-group-text {
   display: flex;
   align-items: center;
   padding: 0.375rem 0.75rem;
   font-size: 1rem;
   font-weight: 400;
   line-height: 1.5;
   color: #212529;
   text-align: center;
   white-space: nowrap;
   background-color: #e9ecef;
   border: 1px solid #ced4da;
   border-radius: 0.25rem;
 }

 .input-group-lg>.form-control,
 .input-group-lg>.form-select,
 .input-group-lg>.input-group-text,
 .input-group-lg>.btn {
   padding: 0.5rem 1rem;
   font-size: 1.25rem;
   border-radius: 0.3rem;
 }

 .input-group-sm>.form-control,
 .input-group-sm>.form-select,
 .input-group-sm>.input-group-text,
 .input-group-sm>.btn {
   padding: 0.25rem 0.5rem;
   font-size: 0.875rem;
   border-radius: 0.2rem;
 }

 .input-group-lg>.form-select,
 .input-group-sm>.form-select {
   padding-right: 3rem;
 }

 .input-group:not(.has-validation)> :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
 .input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3) {
   border-top-right-radius: 0;
   border-bottom-right-radius: 0;
 }

 .input-group.has-validation> :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu),
 .input-group.has-validation>.dropdown-toggle:nth-last-child(n+4) {
   border-top-right-radius: 0;
   border-bottom-right-radius: 0;
 }

 .input-group> :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
   margin-left: -1px;
   border-top-left-radius: 0;
   border-bottom-left-radius: 0;
 }

 .valid-feedback {
   display: none;
   width: 100%;
   margin-top: 0.25rem;
   font-size: 0.875em;
   color: #198754;
 }

 .valid-tooltip {
   position: absolute;
   top: 100%;
   z-index: 5;
   display: none;
   max-width: 100%;
   padding: 0.25rem 0.5rem;
   margin-top: 0.1rem;
   font-size: 0.875rem;
   color: #fff;
   background-color: rgba(25, 135, 84, 0.9);
   border-radius: 0.25rem;
 }

 .was-validated :valid~.valid-feedback,
 .was-validated :valid~.valid-tooltip,
 .is-valid~.valid-feedback,
 .is-valid~.valid-tooltip {
   display: block;
 }

 .was-validated .form-control:valid,
 .form-control.is-valid {
   border-color: #198754;
   padding-right: calc(1.5em + 0.75rem);
   background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' 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);
 }

 .was-validated .form-control:valid:focus,
 .form-control.is-valid:focus {
   border-color: #198754;
   box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
 }

 .was-validated textarea.form-control:valid,
 textarea.form-control.is-valid {
   padding-right: calc(1.5em + 0.75rem);
   background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
 }

 .was-validated .form-select:valid,
 .form-select.is-valid {
   border-color: #198754;
 }

 .was-validated .form-select:valid:not([multiple]):not([size]),
 .was-validated .form-select:valid:not([multiple])[size="1"],
 .form-select.is-valid:not([multiple]):not([size]),
 .form-select.is-valid:not([multiple])[size="1"] {
   padding-right: 4.125rem;
   background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' 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-position: right 0.75rem center, center right 2.25rem;
   background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
 }

 .was-validated .form-select:valid:focus,
 .form-select.is-valid:focus {
   border-color: #198754;
   box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
 }

 .was-validated .form-check-input:valid,
 .form-check-input.is-valid {
   border-color: #198754;
 }

 .was-validated .form-check-input:valid:checked,
 .form-check-input.is-valid:checked {
   background-color: #198754;
 }

 .was-validated .form-check-input:valid:focus,
 .form-check-input.is-valid:focus {
   box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
 }

 .was-validated .form-check-input:valid~.form-check-label,
 .form-check-input.is-valid~.form-check-label {
   color: #198754;
 }

 .form-check-inline .form-check-input~.valid-feedback {
   margin-left: 0.5em;
 }

 .was-validated .input-group .form-control:valid,
 .input-group .form-control.is-valid,
 .was-validated .input-group .form-select:valid,
 .input-group .form-select.is-valid {
   z-index: 1;
 }

 .was-validated .input-group .form-control:valid:focus,
 .input-group .form-control.is-valid:focus,
 .was-validated .input-group .form-select:valid:focus,
 .input-group .form-select.is-valid:focus {
   z-index: 3;
 }

 .invalid-feedback {
   display: none;
   width: 100%;
   margin-top: 0.25rem;
   font-size: 0.875em;
   color: #dc3545;
 }

 .invalid-tooltip {
   position: absolute;
   top: 100%;
   z-index: 5;
   display: none;
   max-width: 100%;
   padding: 0.25rem 0.5rem;
   margin-top: 0.1rem;
   font-size: 0.875rem;
   color: #fff;
   background-color: rgba(220, 53, 69, 0.9);
   border-radius: 0.25rem;
 }

 .was-validated :invalid~.invalid-feedback,
 .was-validated :invalid~.invalid-tooltip,
 .is-invalid~.invalid-feedback,
 .is-invalid~.invalid-tooltip {
   display: block;
 }

 .was-validated .form-control:invalid,
 .form-control.is-invalid {
   border-color: #dc3545;
   padding-right: calc(1.5em + 0.75rem);
   background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%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);
 }

 .was-validated .form-control:invalid:focus,
 .form-control.is-invalid:focus {
   border-color: #dc3545;
   box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
 }

 .was-validated textarea.form-control:invalid,
 textarea.form-control.is-invalid {
   padding-right: calc(1.5em + 0.75rem);
   background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
 }

 .was-validated .form-select:invalid,
 .form-select.is-invalid {
   border-color: #dc3545;
 }

 .was-validated .form-select:invalid:not([multiple]):not([size]),
 .was-validated .form-select:invalid:not([multiple])[size="1"],
 .form-select.is-invalid:not([multiple]):not([size]),
 .form-select.is-invalid:not([multiple])[size="1"] {
   padding-right: 4.125rem;
   background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%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-position: right 0.75rem center, center right 2.25rem;
   background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
 }

 .was-validated .form-select:invalid:focus,
 .form-select.is-invalid:focus {
   border-color: #dc3545;
   box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
 }

 .was-validated .form-check-input:invalid,
 .form-check-input.is-invalid {
   border-color: #dc3545;
 }

 .was-validated .form-check-input:invalid:checked,
 .form-check-input.is-invalid:checked {
   background-color: #dc3545;
 }

 .was-validated .form-check-input:invalid:focus,
 .form-check-input.is-invalid:focus {
   box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
 }

 .was-validated .form-check-input:invalid~.form-check-label,
 .form-check-input.is-invalid~.form-check-label {
   color: #dc3545;
 }

 .form-check-inline .form-check-input~.invalid-feedback {
   margin-left: 0.5em;
 }

 .was-validated .input-group .form-control:invalid,
 .input-group .form-control.is-invalid,
 .was-validated .input-group .form-select:invalid,
 .input-group .form-select.is-invalid {
   z-index: 2;
 }

 .was-validated .input-group .form-control:invalid:focus,
 .input-group .form-control.is-invalid:focus,
 .was-validated .input-group .form-select:invalid:focus,
 .input-group .form-select.is-invalid:focus {
   z-index: 3;
 }

 .fade {
   transition: opacity 0.15s linear;
 }

 @media (prefers-reduced-motion: reduce) {
   .fade {
     transition: none;
   }
 }

 .fade:not(.show) {
   opacity: 0;
 }

 .collapse:not(.show) {
   display: none;
 }

 .collapsing {
   height: 0;
   overflow: hidden;
   transition: height 0.35s ease;
 }

 @media (prefers-reduced-motion: reduce) {
   .collapsing {
     transition: none;
   }
 }

 .nav {
   display: flex;
   flex-wrap: wrap;
   padding-left: 0;
   margin-bottom: 0;
   list-style: none;
 }

 .nav-link {
   display: block;
   padding: 0.5rem 1rem;
   color: #0d6efd;
   text-decoration: none;
   transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
 }

 @media (prefers-reduced-motion: reduce) {
   .nav-link {
     transition: none;
   }
 }

 .nav-link:hover,
 .nav-link:focus {
   color: #0a58ca;
 }

 .nav-link.disabled {
   color: #6c757d;
   pointer-events: none;
   cursor: default;
 }

 .nav-tabs {
   border-bottom: 1px solid #dee2e6;
 }

 .nav-tabs .nav-link {
   margin-bottom: -1px;
   background: none;
   border: 1px solid transparent;
   border-top-left-radius: 0.25rem;
   border-top-right-radius: 0.25rem;
 }

 .nav-tabs .nav-link:hover,
 .nav-tabs .nav-link:focus {
   border-color: #e9ecef #e9ecef #dee2e6;
   isolation: isolate;
 }

 .nav-tabs .nav-link.disabled {
   color: #6c757d;
   background-color: transparent;
   border-color: transparent;
 }

 .nav-tabs .nav-link.active,
 .nav-tabs .nav-item.show .nav-link {
   color: #495057;
   background-color: #fff;
   border-color: #dee2e6 #dee2e6 #fff;
 }

 .nav-tabs .dropdown-menu {
   margin-top: -1px;
   border-top-left-radius: 0;
   border-top-right-radius: 0;
 }

 .nav-pills .nav-link {
   background: none;
   border: 0;
   border-radius: 0.25rem;
 }

 .nav-pills .nav-link.active,
 .nav-pills .show>.nav-link {
   color: #fff;
   background-color: #0d6efd;
 }

 .nav-fill>.nav-link,
 .nav-fill .nav-item {
   flex: 1 1 auto;
   text-align: center;
 }

 .nav-justified>.nav-link,
 .nav-justified .nav-item {
   flex-basis: 0;
   flex-grow: 1;
   text-align: center;
 }

 .nav-fill .nav-item .nav-link,
 .nav-justified .nav-item .nav-link {
   width: 100%;
 }

 .tab-content>.tab-pane {
   display: none;
 }

 .tab-content>.active {
   display: block;
 }

 .accordion-button {
   position: relative;
   display: flex;
   align-items: center;
   width: 100%;
   padding: 1rem 1.25rem;
   font-size: 1rem;
   color: #212529;
   text-align: left;
   background-color: #fff;
   border: 0;
   border-radius: 0;
   overflow-anchor: none;
   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, border-radius 0.15s ease;
 }

 @media (prefers-reduced-motion: reduce) {
   .accordion-button {
     transition: none;
   }
 }

 .accordion-button:not(.collapsed) {
   color: #0c63e4;
   background-color: #e7f1ff;
   box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
 }

 .accordion-button:not(.collapsed)::after {
   background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
   transform: rotate(-180deg);
 }

 .accordion-button::after {
   flex-shrink: 0;
   width: 1.25rem;
   height: 1.25rem;
   margin-left: auto;
   content: "";
   background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
   background-repeat: no-repeat;
   background-size: 1.25rem;
   transition: transform 0.2s ease-in-out;
 }

 @media (prefers-reduced-motion: reduce) {
   .accordion-button::after {
     transition: none;
   }
 }

 .accordion-button:hover {
   z-index: 2;
 }

 .accordion-button:focus {
   z-index: 3;
   border-color: #86b7fe;
   outline: 0;
   box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
 }

 .accordion-header {
   margin-bottom: 0;
 }

 .accordion-item {
   background-color: #fff;
   border: 1px solid rgba(0, 0, 0, 0.125);
 }

 .accordion-item:first-of-type {
   border-top-left-radius: 0.25rem;
   border-top-right-radius: 0.25rem;
 }

 .accordion-item:first-of-type .accordion-button {
   border-top-left-radius: calc(0.25rem - 1px);
   border-top-right-radius: calc(0.25rem - 1px);
 }

 .accordion-item:not(:first-of-type) {
   border-top: 0;
 }

 .accordion-item:last-of-type {
   border-bottom-right-radius: 0.25rem;
   border-bottom-left-radius: 0.25rem;
 }

 .accordion-item:last-of-type .accordion-button.collapsed {
   border-bottom-right-radius: calc(0.25rem - 1px);
   border-bottom-left-radius: calc(0.25rem - 1px);
 }

 .accordion-item:last-of-type .accordion-collapse {
   border-bottom-right-radius: 0.25rem;
   border-bottom-left-radius: 0.25rem;
 }

 .accordion-body {
   padding: 1rem 1.25rem;
 }

 .accordion-flush .accordion-collapse {
   border-width: 0;
 }

 .accordion-flush .accordion-item {
   border-right: 0;
   border-left: 0;
   border-radius: 0;
 }

 .accordion-flush .accordion-item:first-child {
   border-top: 0;
 }

 .accordion-flush .accordion-item:last-child {
   border-bottom: 0;
 }

 .accordion-flush .accordion-item .accordion-button {
   border-radius: 0;
 }

 :root {
   --space-unit: 1rem;
   --space-sm: calc(0.75 * var(--space-unit));
   --space-md: calc(1.25 * var(--space-unit));
 }

 .img-fluid {
   max-width: 100%;
   height: auto;
 }

 .img-thumbnail {
   padding: 0.25rem;
   background-color: #fff;
   border: 1px solid #dee2e6;
   border-radius: 0.25rem;
   max-width: 100%;
   height: auto;
 }

 .figure {
   display: inline-block;
 }

 .figure-img {
   margin-bottom: 0.5rem;
   line-height: 1;
 }

 .figure-caption {
   font-size: 0.875em;
   color: #6c757d;
 }

 .colored-link {
   font-weight: 600;
   text-decoration: none;
 }

 .container,
 .container-fluid,
 .container-sm,
 .container-md,
 .container-lg,
 .container-xl,
 .container-xxl {
   padding-right: 1.875rem;
   padding-left: 1.875rem;
 }

 @media (min-width: 576px) {
   .container {
     max-width: unset;
   }
 }

 @media (min-width: 768px) {
   .container {
     max-width: unset;
   }
 }

 @media (min-width: 992px) {
   .container {
     max-width: unset;
   }
 }

 @media (min-width: 1200px) {
   .container {
     max-width: 1440px;
   }
 }

 @font-face {
   font-family: "Avenir Next World";
   font-weight: 400;
   src: local("Avenir Next World"), url("../../assets/fonts/AvenirNextWorld-Regular.woff2") format("woff2"), url("../../assets/fonts/AvenirNextWorld-Regular.woff") format("woff"), url("../../assets/fonts/AvenirNextWorld-Regular.ttf") format("truetype");
 }

 @font-face {
   font-family: "Avenir Next World";
   font-weight: 500;
   src: local("Avenir Next World"), url("../../assets/fonts/AvenirNextWorld-Medium.woff2") format("woff2"), url("../../assets/fonts/AvenirNextWorld-Medium.woff") format("woff"), url("../../assets/fonts/AvenirNextWorld-Medium.ttf") format("truetype");
 }

 @font-face {
   font-family: "Avenir Next World";
   font-weight: 600;
   src: local("Avenir Next World"), url("../../assets/fonts/AvenirNextWorld-Demi.woff2") format("woff2"), url("../../assets/fonts/AvenirNextWorld-Demi.woff") format("woff"), url("../../assets/fonts/AvenirNextWorld-Demi.ttf") format("truetype");
 }

 @font-face {
   font-family: "Avenir Next World";
   font-weight: 700;
   src: local("Avenir Next World"), url("../../assets/fonts/AvenirNextWorld-Bold.woff") format("woff2"), url("../../assets/fonts/AvenirNextWorld-Bold.woff") format("woff"), url("../../assets/fonts/AvenirNextWorld-Bold.ttf") format("truetype");
 }

 @font-face {
   font-family: "Roboto Mono";
   font-weight: 700;
   src: local("Roboto Mono"), url("../../assets/fonts/RobotoMono-Bold.woff") format("woff2"), url("../../assets/fonts/RobotoMono-Bold.woff") format("woff"), url("../../assets/fonts/RobotoMono-Bold.ttf") format("truetype");
 }

 html {
   font-size: 16px;
   font-weight: 500;
 }

 body {
   display: none;
   font-family: "Avenir Next World", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
   font-weight: 500;
   color: #131313;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
 }

 h1,
 h2,
 h3,
 h4,
 h5,
 h6,
 .h1,
 .h2,
 .h3,
 .h4,
 .h5,
 .h6 {
   font-family: "Avenir Next World", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
   font-weight: 700;
 }

 h1:only-child,
 h1:last-child,
 h2:only-child,
 h2:last-child,
 h3:only-child,
 h3:last-child,
 h4:only-child,
 h4:last-child,
 h5:only-child,
 h5:last-child,
 h6:only-child,
 h6:last-child,
 .h1:only-child,
 .h1:last-child,
 .h2:only-child,
 .h2:last-child,
 .h3:only-child,
 .h3:last-child,
 .h4:only-child,
 .h4:last-child,
 .h5:only-child,
 .h5:last-child,
 .h6:only-child,
 .h6:last-child {
   margin-bottom: 0;
 }

 h1,
 .h1 {
   font-size: 2.75rem;
   line-height: 3rem;
 }

 @media (min-width: 576px) {

   h1,
   .h1 {
     font-size: 3rem;
     line-height: 4.5rem;
   }
 }

 @media (min-width: 992px) {

   h1,
   .h1 {
     font-size: 5rem;
     line-height: 7.5rem;
   }
 }

 h2,
 .h2 {
   font-size: 2.25rem;
   line-height: 2.625rem;
 }

 @media (min-width: 576px) {

   h2,
   .h2 {
     font-size: 2.75rem;
     line-height: 3rem;
   }
 }

 @media (min-width: 992px) {

   h2,
   .h2 {
     font-size: 3.75rem;
     line-height: 4rem;
   }
 }

 h3,
 .h3 {
   font-size: 2rem;
   line-height: 2.375rem;
 }

 @media (min-width: 576px) {

   h3,
   .h3 {
     font-size: 2.5rem;
     line-height: 2.75rem;
   }
 }

 @media (min-width: 992px) {

   h3,
   .h3 {
     font-size: 3.25rem;
     line-height: 4rem;
   }
 }

 h4,
 .h4 {
   font-size: 1.125rem;
   line-height: 1.5rem;
 }

 @media (min-width: 576px) {

   h4,
   .h4 {
     font-size: 1.5rem;
     line-height: 2.25rem;
   }
 }

 @media (min-width: 992px) {

   h4,
   .h4 {
     font-size: 1.5rem;
     line-height: 2.25rem;
   }
 }

 h5,
 .h5 {
   font-size: 1rem;
   line-height: 1.375rem;
 }

 @media (min-width: 576px) {

   h5,
   .h5 {
     font-size: 1.25rem;
     line-height: 1.5rem;
   }
 }

 @media (min-width: 992px) {

   h5,
   .h5 {
     font-size: 1.25rem;
     line-height: 1.5rem;
   }
 }

 p {
   font-size: 1rem;
 }

 a,
 a:link,
 a:active {
   opacity: 1;
   transition: opacity 0.3s;
 }

 a:hover,
 a:focus,
 a:active {
   opacity: 0.6;
   transition: opacity 0.15s;
   cursor: pointer;
 }

 .font-size-sm {
   font-size: 0.75rem !important;
   line-height: 1.125rem !important;
 }

 .font-size-md {
   font-size: 0.875rem !important;
   line-height: 1.375rem !important;
 }

 .font-size-ml {
   font-size: 1rem !important;
   line-height: 1.375rem !important;
 }

 .font-size-lg {
   font-size: 1.125rem !important;
   line-height: 1.5rem !important;
 }

 .font-size-xl {
   font-size: 2rem !important;
   line-height: 2.375rem !important;
 }

 .font-size-xxl {
   font-size: 2.25rem !important;
   line-height: 2.625rem !important;
 }

 .font-size-xxxl {
   font-size: 2.75rem !important;
   line-height: 3rem !important;
 }

 @media (min-width: 576px) {
   .font-size-sm {
     font-size: 0.875rem !important;
     line-height: 1rem !important;
   }

   .font-size-md {
     font-size: 1rem !important;
     line-height: 1.5rem !important;
   }

   .font-size-ml {
     font-size: 1.25rem !important;
     line-height: 1.5rem !important;
   }

   .font-size-lg {
     font-size: 1.5rem !important;
     line-height: 2.25rem !important;
   }

   .font-size-xl {
     font-size: 2.5rem !important;
     line-height: 2.75rem !important;
   }

   .font-size-xxl {
     font-size: 2.75rem !important;
     line-height: 3rem !important;
   }

   .font-size-xxxl {
     font-size: 3rem !important;
     line-height: 4.5rem !important;
   }
 }

 @media (min-width: 992px) {
   .font-size-sm {
     font-size: 0.875rem !important;
     line-height: 1.125rem !important;
   }

   .font-size-md {
     font-size: 1rem !important;
     line-height: 1.5rem !important;
   }

   .font-size-ml {
     font-size: 1.25rem !important;
     line-height: 1.5rem !important;
   }

   .font-size-lg {
     font-size: 1.5rem !important;
     line-height: 2.25rem !important;
   }

   .font-size-xl {
     font-size: 3.25rem !important;
     line-height: 4rem !important;
   }

   .font-size-xxl {
     font-size: 3.75rem !important;
     line-height: 4rem !important;
   }

   .font-size-xxxl {
     font-size: 5rem !important;
     line-height: 7.5rem !important;
   }
 }

 .color-white {
   color: #FCFCFC !important;
 }

 .color-white-80 {
   color: rgba(252, 252, 252, 0.8) !important;
 }

 .color-black {
   color: #131313 !important;
 }

 .color-metal {
   color: #8c94a0 !important;
 }

 .color-darkmetal {
   color: #77717a !important;
 }

 .color-limegreen {
   color: #49ffd0 !important;
 }

 .color-softgray {
   color: #d4d4d4 !important;
 }

 .color-error {
   color: #E94138 !important;
 }

 .color-primary {
   color: #2259FF !important;
 }

 .color-cyan {
   color: #68DDFF !important;
 }

 .color-lavander {
   color: #EAB8FF !important;
 }

 .color-lime {
   color: #DAEC31 !important;
 }

 .color-beige {
   color: #F4DDCB !important;
 }

 .color-orange {
   color: #FFCA7D !important;
 }

 .color-red {
   color: #FFABAB !important;
 }

 .color-base {
   color: #181D38 !important;
 }

 .link-white {
   color: #FCFCFC;
   transition: color 0.4s ease;
 }

 .link-white .icon-svg {
   fill: #FCFCFC !important;
 }

 a.link-white:hover,
 a.link-white:focus,
 a.link-white:active {
   color: #e3e3e3;
 }

 a.link-white:hover .icon-svg,
 a.link-white:focus .icon-svg,
 a.link-white:active .icon-svg {
   fill: #e3e3e3 !important;
 }

 .subtitle {
   font-family: "Avenir Next World", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
   font-style: normal;
   font-weight: 700;
   margin-bottom: 0.5rem;
   font-size: 1.125rem;
   line-height: 1.5rem;
   line-height: 2.375rem !important;
 }

 @media (min-width: 576px) {
   .subtitle {
     font-size: 1.5rem;
     line-height: 2.25rem;
   }
 }

 @media (min-width: 992px) {
   .subtitle {
     font-size: 1.5rem;
     line-height: 2.25rem;
   }
 }

 @media (min-width: 576px) {
   .subtitle {
     line-height: 4rem !important;
   }
 }

 .pre-title {
   font-family: "Avenir Next World", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
   font-style: normal;
   font-weight: 700;
   text-transform: uppercase;
   letter-spacing: 2px;
   font-size: font-mobile-size(lg);
   line-height: 1.125rem;
   margin: 0;
 }

 @media (min-width: 576px) {
   .pre-title {
     font-size: font-desktop-size(lg);
   }
 }

 .caption {
   font-family: "Avenir Next World", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
   font-weight: 500;
   font-size: 0.75rem;
   line-height: 1.125rem;
   line-height: 1.125rem;
 }

 @media (min-width: 576px) {
   .caption {
     font-size: 0.875rem;
     line-height: 1rem;
   }
 }

 @media (min-width: 992px) {
   .caption {
     font-size: 0.875rem;
     line-height: 1.125rem;
   }
 }

 @media (min-width: 576px) {
   .caption {
     line-height: 1.125rem !important;
   }
 }

 .blockquote {
   position: relative;
   margin-bottom: 1rem;
   padding-left: 1.5rem;
   font-size: font-mobile-size(lg);
 }

 .blockquote::before {
   content: "";
   position: absolute;
   display: block;
   top: 0;
   left: 0;
   bottom: 0;
   background: #495057;
   border-radius: 0.75rem;
 }

 @media (min-width: 576px) {
   .blockquote {
     font-size: font-desktop-size(lg);
   }
 }

 .letter-spacing-sm {
   letter-spacing: -0.5px;
 }

 .letter-spacing-md {
   letter-spacing: 0.5px;
 }

 .letter-spacing-lg {
   letter-spacing: 2px;
 }

 .font-weight-normal {
   font-weight: 500 !important;
 }

 .font-weight-bold {
   font-weight: 700 !important;
 }

 .font-italic {
   font-style: italic !important;
 }

 .text-white {
   color: #FCFCFC !important;
 }

 .text-black {
   color: #131313 !important;
 }

 html.nav-is-expanded {
   overflow: hidden;
 }

 body {
   display: flex;
   flex-direction: column;
   min-height: 100vh;
   background: linear-gradient(118.12deg, #1A2960 0.59%, #181D38 38.43%);
 }

 main {
   flex: 1;
 }

 @media (min-width: 576px) {
   .min-vh-sm-100 {
     min-height: 100vh;
   }
 }

 .shadow-0 {
   box-shadow: none !important;
 }

 .shadow-1 {
   box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.03), 0px 2px 6px rgba(0, 0, 0, 0.02) !important;
 }

 .shadow-2 {
   box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.06), 0px 2px 6px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04) !important;
 }

 .bg-base {
   background-color: #181D38 !important;
 }

 .bg-primary {
   background-color: #2259FF !important;
 }

 .bg-light {
   background-color: #3D4158 !important;
 }

 .bg-white {
   background-color: #FCFCFC !important;
 }

 .bg-black {
   background-color: #131313 !important;
 }

 .bg-dark-blue {
   background-color: #1A2960 !important;
 }

 .bg-dark {
   background-color: #13172D !important;
 }

 .bg-darkest {
   background-color: #151722 !important;
 }

 .bg-orange {
   background-color: #FFCA7D !important;
 }

 .bg-red {
   background-color: #FFABAB !important;
 }

 .bg-beige {
   background-color: #F4DDCB !important;
 }

 .bg-error {
   background-color: #E94138 !important;
 }

 .bg-lavander {
   background-color: #EAB8FF !important;
 }

 .bg-cyan {
   background-color: #68DDFF !important;
 }

 .bg-lime {
   background-color: #DAEC31 !important;
 }

 .gradient-bg-blue-base {
   background: linear-gradient(91.27deg, #1A2960 0.88%, #181D38 66.62%);
 }

 .gradient-bg-blue-base-alt {
   background: linear-gradient(118.12deg, #1A2960 0.59%, #181D38 38.43%);
 }

 .gradient-overlay {
   position: absolute;
   bottom: 0;
   height: 50%;
   width: 100%;
   background: linear-gradient(180deg, rgba(24, 29, 56, 0) 0%, rgba(24, 29, 56, 0.53125) 39.06%, #181D38 100%);
 }

 .color-overlay {
   position: absolute;
   bottom: 0;
   height: 100%;
   width: 100%;
   background: rgba(24, 29, 56, 0.4);
 }

 .w-25 {
   width: 25% !important;
 }

 .w-50 {
   width: 50% !important;
 }

 .w-75 {
   width: 75% !important;
 }

 .w-100 {
   width: 100% !important;
 }

 .w-auto {
   width: auto !important;
 }

 .w-fit-content {
   width: fit-content !important;
 }

 .w-inherit {
   width: inherit !important;
 }

 .w-initial {
   width: initial !important;
 }

 .w-max-content {
   width: max-content !important;
 }

 .w-min-content {
   width: min-content !important;
 }

 .w-revert {
   width: revert !important;
 }

 .w-unset {
   width: unset !important;
 }

 .h-25 {
   height: 25% !important;
 }

 .h-50 {
   height: 50% !important;
 }

 .h-75 {
   height: 75% !important;
 }

 .h-100 {
   height: 100% !important;
 }

 .h-auto {
   height: auto !important;
 }

 .h-fit-content {
   height: fit-content !important;
 }

 .h-inherit {
   height: inherit !important;
 }

 .h-initial {
   height: initial !important;
 }

 .h-max-content {
   height: max-content !important;
 }

 .h-min-content {
   height: min-content !important;
 }

 .h-revert {
   height: revert !important;
 }

 .h-unset {
   height: unset !important;
 }

 @media (min-width: 576px) {
   .w-sm-25 {
     width: 25% !important;
   }

   .w-sm-50 {
     width: 50% !important;
   }

   .w-sm-75 {
     width: 75% !important;
   }

   .w-sm-100 {
     width: 100% !important;
   }

   .w-sm-auto {
     width: auto !important;
   }

   .w-sm-fit-content {
     width: fit-content !important;
   }

   .w-sm-inherit {
     width: inherit !important;
   }

   .w-sm-initial {
     width: initial !important;
   }

   .w-sm-max-content {
     width: max-content !important;
   }

   .w-sm-min-content {
     width: min-content !important;
   }

   .w-sm-revert {
     width: revert !important;
   }

   .w-sm-unset {
     width: unset !important;
   }

   .h-sm-25 {
     height: 25% !important;
   }

   .h-sm-50 {
     height: 50% !important;
   }

   .h-sm-75 {
     height: 75% !important;
   }

   .h-sm-100 {
     height: 100% !important;
   }

   .h-sm-auto {
     height: auto !important;
   }

   .h-sm-fit-content {
     height: fit-content !important;
   }

   .h-sm-inherit {
     height: inherit !important;
   }

   .h-sm-initial {
     height: initial !important;
   }

   .h-sm-max-content {
     height: max-content !important;
   }

   .h-sm-min-content {
     height: min-content !important;
   }

   .h-sm-revert {
     height: revert !important;
   }

   .h-sm-unset {
     height: unset !important;
   }
 }

 @media (min-width: 768px) {
   .w-md-25 {
     width: 25% !important;
   }

   .w-md-50 {
     width: 50% !important;
   }

   .w-md-75 {
     width: 75% !important;
   }

   .w-md-100 {
     width: 100% !important;
   }

   .w-md-auto {
     width: auto !important;
   }

   .w-md-fit-content {
     width: fit-content !important;
   }

   .w-md-inherit {
     width: inherit !important;
   }

   .w-md-initial {
     width: initial !important;
   }

   .w-md-max-content {
     width: max-content !important;
   }

   .w-md-min-content {
     width: min-content !important;
   }

   .w-md-revert {
     width: revert !important;
   }

   .w-md-unset {
     width: unset !important;
   }

   .h-md-25 {
     height: 25% !important;
   }

   .h-md-50 {
     height: 50% !important;
   }

   .h-md-75 {
     height: 75% !important;
   }

   .h-md-100 {
     height: 100% !important;
   }

   .h-md-auto {
     height: auto !important;
   }

   .h-md-fit-content {
     height: fit-content !important;
   }

   .h-md-inherit {
     height: inherit !important;
   }

   .h-md-initial {
     height: initial !important;
   }

   .h-md-max-content {
     height: max-content !important;
   }

   .h-md-min-content {
     height: min-content !important;
   }

   .h-md-revert {
     height: revert !important;
   }

   .h-md-unset {
     height: unset !important;
   }
 }

 @media (min-width: 992px) {
   .w-lg-25 {
     width: 25% !important;
   }

   .w-lg-50 {
     width: 50% !important;
   }

   .w-lg-75 {
     width: 75% !important;
   }

   .w-lg-100 {
     width: 100% !important;
   }

   .w-lg-auto {
     width: auto !important;
   }

   .w-lg-fit-content {
     width: fit-content !important;
   }

   .w-lg-inherit {
     width: inherit !important;
   }

   .w-lg-initial {
     width: initial !important;
   }

   .w-lg-max-content {
     width: max-content !important;
   }

   .w-lg-min-content {
     width: min-content !important;
   }

   .w-lg-revert {
     width: revert !important;
   }

   .w-lg-unset {
     width: unset !important;
   }

   .h-lg-25 {
     height: 25% !important;
   }

   .h-lg-50 {
     height: 50% !important;
   }

   .h-lg-75 {
     height: 75% !important;
   }

   .h-lg-100 {
     height: 100% !important;
   }

   .h-lg-auto {
     height: auto !important;
   }

   .h-lg-fit-content {
     height: fit-content !important;
   }

   .h-lg-inherit {
     height: inherit !important;
   }

   .h-lg-initial {
     height: initial !important;
   }

   .h-lg-max-content {
     height: max-content !important;
   }

   .h-lg-min-content {
     height: min-content !important;
   }

   .h-lg-revert {
     height: revert !important;
   }

   .h-lg-unset {
     height: unset !important;
   }
 }

 @media (min-width: 1200px) {
   .w-xl-25 {
     width: 25% !important;
   }

   .w-xl-50 {
     width: 50% !important;
   }

   .w-xl-75 {
     width: 75% !important;
   }

   .w-xl-100 {
     width: 100% !important;
   }

   .w-xl-auto {
     width: auto !important;
   }

   .w-xl-fit-content {
     width: fit-content !important;
   }

   .w-xl-inherit {
     width: inherit !important;
   }

   .w-xl-initial {
     width: initial !important;
   }

   .w-xl-max-content {
     width: max-content !important;
   }

   .w-xl-min-content {
     width: min-content !important;
   }

   .w-xl-revert {
     width: revert !important;
   }

   .w-xl-unset {
     width: unset !important;
   }

   .h-xl-25 {
     height: 25% !important;
   }

   .h-xl-50 {
     height: 50% !important;
   }

   .h-xl-75 {
     height: 75% !important;
   }

   .h-xl-100 {
     height: 100% !important;
   }

   .h-xl-auto {
     height: auto !important;
   }

   .h-xl-fit-content {
     height: fit-content !important;
   }

   .h-xl-inherit {
     height: inherit !important;
   }

   .h-xl-initial {
     height: initial !important;
   }

   .h-xl-max-content {
     height: max-content !important;
   }

   .h-xl-min-content {
     height: min-content !important;
   }

   .h-xl-revert {
     height: revert !important;
   }

   .h-xl-unset {
     height: unset !important;
   }
 }

 @media (min-width: 1400px) {
   .w-xxl-25 {
     width: 25% !important;
   }

   .w-xxl-50 {
     width: 50% !important;
   }

   .w-xxl-75 {
     width: 75% !important;
   }

   .w-xxl-100 {
     width: 100% !important;
   }

   .w-xxl-auto {
     width: auto !important;
   }

   .w-xxl-fit-content {
     width: fit-content !important;
   }

   .w-xxl-inherit {
     width: inherit !important;
   }

   .w-xxl-initial {
     width: initial !important;
   }

   .w-xxl-max-content {
     width: max-content !important;
   }

   .w-xxl-min-content {
     width: min-content !important;
   }

   .w-xxl-revert {
     width: revert !important;
   }

   .w-xxl-unset {
     width: unset !important;
   }

   .h-xxl-25 {
     height: 25% !important;
   }

   .h-xxl-50 {
     height: 50% !important;
   }

   .h-xxl-75 {
     height: 75% !important;
   }

   .h-xxl-100 {
     height: 100% !important;
   }

   .h-xxl-auto {
     height: auto !important;
   }

   .h-xxl-fit-content {
     height: fit-content !important;
   }

   .h-xxl-inherit {
     height: inherit !important;
   }

   .h-xxl-initial {
     height: initial !important;
   }

   .h-xxl-max-content {
     height: max-content !important;
   }

   .h-xxl-min-content {
     height: min-content !important;
   }

   .h-xxl-revert {
     height: revert !important;
   }

   .h-xxl-unset {
     height: unset !important;
   }
 }

 .m-0 {
   margin: 0 !important;
 }

 .mt-0,
 .my-0 {
   margin-top: 0 !important;
 }

 .mr-0,
 .mx-0 {
   margin-right: 0 !important;
 }

 .mb-0,
 .my-0 {
   margin-bottom: 0 !important;
 }

 .ml-0,
 .mx-0 {
   margin-left: 0 !important;
 }

 .m-xs {
   margin: 0.5rem !important;
 }

 .mt-xs,
 .my-xs {
   margin-top: 0.5rem !important;
 }

 .mr-xs,
 .mx-xs {
   margin-right: 0.5rem !important;
 }

 .mb-xs,
 .my-xs {
   margin-bottom: 0.5rem !important;
 }

 .ml-xs,
 .mx-xs {
   margin-left: 0.5rem !important;
 }

 .m-sm {
   margin: 0.75rem !important;
 }

 .mt-sm,
 .my-sm {
   margin-top: 0.75rem !important;
 }

 .mr-sm,
 .mx-sm {
   margin-right: 0.75rem !important;
 }

 .mb-sm,
 .my-sm {
   margin-bottom: 0.75rem !important;
 }

 .ml-sm,
 .mx-sm {
   margin-left: 0.75rem !important;
 }

 .m-md {
   margin: 1rem !important;
 }

 .mt-md,
 .my-md {
   margin-top: 1rem !important;
 }

 .mr-md,
 .mx-md {
   margin-right: 1rem !important;
 }

 .mb-md,
 .my-md {
   margin-bottom: 1rem !important;
 }

 .ml-md,
 .mx-md {
   margin-left: 1rem !important;
 }

 .m-lg {
   margin: 1.25rem !important;
 }

 .mt-lg,
 .my-lg {
   margin-top: 1.25rem !important;
 }

 .mr-lg,
 .mx-lg {
   margin-right: 1.25rem !important;
 }

 .mb-lg,
 .my-lg {
   margin-bottom: 1.25rem !important;
 }

 .ml-lg,
 .mx-lg {
   margin-left: 1.25rem !important;
 }

 .m-xl {
   margin: 1.5rem !important;
 }

 .mt-xl,
 .my-xl {
   margin-top: 1.5rem !important;
 }

 .mr-xl,
 .mx-xl {
   margin-right: 1.5rem !important;
 }

 .mb-xl,
 .my-xl {
   margin-bottom: 1.5rem !important;
 }

 .ml-xl,
 .mx-xl {
   margin-left: 1.5rem !important;
 }

 .m-xxl {
   margin: 2rem !important;
 }

 .mt-xxl,
 .my-xxl {
   margin-top: 2rem !important;
 }

 .mr-xxl,
 .mx-xxl {
   margin-right: 2rem !important;
 }

 .mb-xxl,
 .my-xxl {
   margin-bottom: 2rem !important;
 }

 .ml-xxl,
 .mx-xxl {
   margin-left: 2rem !important;
 }

 .m-mxl {
   margin: 3rem !important;
 }

 .mt-mxl,
 .my-mxl {
   margin-top: 3rem !important;
 }

 .mr-mxl,
 .mx-mxl {
   margin-right: 3rem !important;
 }

 .mb-mxl,
 .my-mxl {
   margin-bottom: 3rem !important;
 }

 .ml-mxl,
 .mx-mxl {
   margin-left: 3rem !important;
 }

 .m-sxl {
   margin: 4rem !important;
 }

 .mt-sxl,
 .my-sxl {
   margin-top: 4rem !important;
 }

 .mr-sxl,
 .mx-sxl {
   margin-right: 4rem !important;
 }

 .mb-sxl,
 .my-sxl {
   margin-bottom: 4rem !important;
 }

 .ml-sxl,
 .mx-sxl {
   margin-left: 4rem !important;
 }

 .m-exl {
   margin: 8rem !important;
 }

 .mt-exl,
 .my-exl {
   margin-top: 8rem !important;
 }

 .mr-exl,
 .mx-exl {
   margin-right: 8rem !important;
 }

 .mb-exl,
 .my-exl {
   margin-bottom: 8rem !important;
 }

 .ml-exl,
 .mx-exl {
   margin-left: 8rem !important;
 }

 .p-0 {
   padding: 0 !important;
 }

 .pt-0,
 .py-0 {
   padding-top: 0 !important;
 }

 .pr-0,
 .px-0 {
   padding-right: 0 !important;
 }

 .pb-0,
 .py-0 {
   padding-bottom: 0 !important;
 }

 .pl-0,
 .px-0 {
   padding-left: 0 !important;
 }

 .p-xs {
   padding: 0.5rem !important;
 }

 .pt-xs,
 .py-xs {
   padding-top: 0.5rem !important;
 }

 .pr-xs,
 .px-xs {
   padding-right: 0.5rem !important;
 }

 .pb-xs,
 .py-xs {
   padding-bottom: 0.5rem !important;
 }

 .pl-xs,
 .px-xs {
   padding-left: 0.5rem !important;
 }

 .p-sm {
   padding: 0.75rem !important;
 }

 .pt-sm,
 .py-sm {
   padding-top: 0.75rem !important;
 }

 .pr-sm,
 .px-sm {
   padding-right: 0.75rem !important;
 }

 .pb-sm,
 .py-sm {
   padding-bottom: 0.75rem !important;
 }

 .pl-sm,
 .px-sm {
   padding-left: 0.75rem !important;
 }

 .p-md {
   padding: 1rem !important;
 }

 .pt-md,
 .py-md {
   padding-top: 1rem !important;
 }

 .pr-md,
 .px-md {
   padding-right: 1rem !important;
 }

 .pb-md,
 .py-md {
   padding-bottom: 1rem !important;
 }

 .pl-md,
 .px-md {
   padding-left: 1rem !important;
 }

 .p-lg {
   padding: 1.25rem !important;
 }

 .pt-lg,
 .py-lg {
   padding-top: 1.25rem !important;
 }

 .pr-lg,
 .px-lg {
   padding-right: 1.25rem !important;
 }

 .pb-lg,
 .py-lg {
   padding-bottom: 1.25rem !important;
 }

 .pl-lg,
 .px-lg {
   padding-left: 1.25rem !important;
 }

 .p-xl {
   padding: 1.5rem !important;
 }

 .pt-xl,
 .py-xl {
   padding-top: 1.5rem !important;
 }

 .pr-xl,
 .px-xl {
   padding-right: 1.5rem !important;
 }

 .pb-xl,
 .py-xl {
   padding-bottom: 1.5rem !important;
 }

 .pl-xl,
 .px-xl {
   padding-left: 1.5rem !important;
 }

 .p-xxl {
   padding: 2rem !important;
 }

 .pt-xxl,
 .py-xxl {
   padding-top: 2rem !important;
 }

 .pr-xxl,
 .px-xxl {
   padding-right: 2rem !important;
 }

 .pb-xxl,
 .py-xxl {
   padding-bottom: 2rem !important;
 }

 .pl-xxl,
 .px-xxl {
   padding-left: 2rem !important;
 }

 .p-mxl {
   padding: 3rem !important;
 }

 .pt-mxl,
 .py-mxl {
   padding-top: 3rem !important;
 }

 .pr-mxl,
 .px-mxl {
   padding-right: 3rem !important;
 }

 .pb-mxl,
 .py-mxl {
   padding-bottom: 3rem !important;
 }

 .pl-mxl,
 .px-mxl {
   padding-left: 3rem !important;
 }

 .p-sxl {
   padding: 4rem !important;
 }

 .pt-sxl,
 .py-sxl {
   padding-top: 4rem !important;
 }

 .pr-sxl,
 .px-sxl {
   padding-right: 4rem !important;
 }

 .pb-sxl,
 .py-sxl {
   padding-bottom: 4rem !important;
 }

 .pl-sxl,
 .px-sxl {
   padding-left: 4rem !important;
 }

 .p-exl {
   padding: 8rem !important;
 }

 .pt-exl,
 .py-exl {
   padding-top: 8rem !important;
 }

 .pr-exl,
 .px-exl {
   padding-right: 8rem !important;
 }

 .pb-exl,
 .py-exl {
   padding-bottom: 8rem !important;
 }

 .pl-exl,
 .px-exl {
   padding-left: 8rem !important;
 }

 .m-nxs {
   margin: -0.5rem !important;
 }

 .mt-nxs,
 .my-nxs {
   margin-top: -0.5rem !important;
 }

 .mr-nxs,
 .mx-nxs {
   margin-right: -0.5rem !important;
 }

 .mb-nxs,
 .my-nxs {
   margin-bottom: -0.5rem !important;
 }

 .ml-nxs,
 .mx-nxs {
   margin-left: -0.5rem !important;
 }

 .m-nsm {
   margin: -0.75rem !important;
 }

 .mt-nsm,
 .my-nsm {
   margin-top: -0.75rem !important;
 }

 .mr-nsm,
 .mx-nsm {
   margin-right: -0.75rem !important;
 }

 .mb-nsm,
 .my-nsm {
   margin-bottom: -0.75rem !important;
 }

 .ml-nsm,
 .mx-nsm {
   margin-left: -0.75rem !important;
 }

 .m-nmd {
   margin: -1rem !important;
 }

 .mt-nmd,
 .my-nmd {
   margin-top: -1rem !important;
 }

 .mr-nmd,
 .mx-nmd {
   margin-right: -1rem !important;
 }

 .mb-nmd,
 .my-nmd {
   margin-bottom: -1rem !important;
 }

 .ml-nmd,
 .mx-nmd {
   margin-left: -1rem !important;
 }

 .m-nlg {
   margin: -1.25rem !important;
 }

 .mt-nlg,
 .my-nlg {
   margin-top: -1.25rem !important;
 }

 .mr-nlg,
 .mx-nlg {
   margin-right: -1.25rem !important;
 }

 .mb-nlg,
 .my-nlg {
   margin-bottom: -1.25rem !important;
 }

 .ml-nlg,
 .mx-nlg {
   margin-left: -1.25rem !important;
 }

 .m-nxl {
   margin: -1.5rem !important;
 }

 .mt-nxl,
 .my-nxl {
   margin-top: -1.5rem !important;
 }

 .mr-nxl,
 .mx-nxl {
   margin-right: -1.5rem !important;
 }

 .mb-nxl,
 .my-nxl {
   margin-bottom: -1.5rem !important;
 }

 .ml-nxl,
 .mx-nxl {
   margin-left: -1.5rem !important;
 }

 .m-nxxl {
   margin: -2rem !important;
 }

 .mt-nxxl,
 .my-nxxl {
   margin-top: -2rem !important;
 }

 .mr-nxxl,
 .mx-nxxl {
   margin-right: -2rem !important;
 }

 .mb-nxxl,
 .my-nxxl {
   margin-bottom: -2rem !important;
 }

 .ml-nxxl,
 .mx-nxxl {
   margin-left: -2rem !important;
 }

 .m-nmxl {
   margin: -3rem !important;
 }

 .mt-nmxl,
 .my-nmxl {
   margin-top: -3rem !important;
 }

 .mr-nmxl,
 .mx-nmxl {
   margin-right: -3rem !important;
 }

 .mb-nmxl,
 .my-nmxl {
   margin-bottom: -3rem !important;
 }

 .ml-nmxl,
 .mx-nmxl {
   margin-left: -3rem !important;
 }

 .m-nsxl {
   margin: -4rem !important;
 }

 .mt-nsxl,
 .my-nsxl {
   margin-top: -4rem !important;
 }

 .mr-nsxl,
 .mx-nsxl {
   margin-right: -4rem !important;
 }

 .mb-nsxl,
 .my-nsxl {
   margin-bottom: -4rem !important;
 }

 .ml-nsxl,
 .mx-nsxl {
   margin-left: -4rem !important;
 }

 .m-nexl {
   margin: -8rem !important;
 }

 .mt-nexl,
 .my-nexl {
   margin-top: -8rem !important;
 }

 .mr-nexl,
 .mx-nexl {
   margin-right: -8rem !important;
 }

 .mb-nexl,
 .my-nexl {
   margin-bottom: -8rem !important;
 }

 .ml-nexl,
 .mx-nexl {
   margin-left: -8rem !important;
 }

 .m-auto {
   margin: auto !important;
 }

 .mt-auto,
 .my-auto {
   margin-top: auto !important;
 }

 .mr-auto,
 .mx-auto {
   margin-right: auto !important;
 }

 .mb-auto,
 .my-auto {
   margin-bottom: auto !important;
 }

 .ml-auto,
 .mx-auto {
   margin-left: auto !important;
 }

 @media (min-width: 576px) {
   .m-sm-0 {
     margin: 0 !important;
   }

   .mt-sm-0,
   .my-sm-0 {
     margin-top: 0 !important;
   }

   .mr-sm-0,
   .mx-sm-0 {
     margin-right: 0 !important;
   }

   .mb-sm-0,
   .my-sm-0 {
     margin-bottom: 0 !important;
   }

   .ml-sm-0,
   .mx-sm-0 {
     margin-left: 0 !important;
   }

   .m-sm-xs {
     margin: 0.5rem !important;
   }

   .mt-sm-xs,
   .my-sm-xs {
     margin-top: 0.5rem !important;
   }

   .mr-sm-xs,
   .mx-sm-xs {
     margin-right: 0.5rem !important;
   }

   .mb-sm-xs,
   .my-sm-xs {
     margin-bottom: 0.5rem !important;
   }

   .ml-sm-xs,
   .mx-sm-xs {
     margin-left: 0.5rem !important;
   }

   .m-sm-sm {
     margin: 0.75rem !important;
   }

   .mt-sm-sm,
   .my-sm-sm {
     margin-top: 0.75rem !important;
   }

   .mr-sm-sm,
   .mx-sm-sm {
     margin-right: 0.75rem !important;
   }

   .mb-sm-sm,
   .my-sm-sm {
     margin-bottom: 0.75rem !important;
   }

   .ml-sm-sm,
   .mx-sm-sm {
     margin-left: 0.75rem !important;
   }

   .m-sm-md {
     margin: 1rem !important;
   }

   .mt-sm-md,
   .my-sm-md {
     margin-top: 1rem !important;
   }

   .mr-sm-md,
   .mx-sm-md {
     margin-right: 1rem !important;
   }

   .mb-sm-md,
   .my-sm-md {
     margin-bottom: 1rem !important;
   }

   .ml-sm-md,
   .mx-sm-md {
     margin-left: 1rem !important;
   }

   .m-sm-lg {
     margin: 1.25rem !important;
   }

   .mt-sm-lg,
   .my-sm-lg {
     margin-top: 1.25rem !important;
   }

   .mr-sm-lg,
   .mx-sm-lg {
     margin-right: 1.25rem !important;
   }

   .mb-sm-lg,
   .my-sm-lg {
     margin-bottom: 1.25rem !important;
   }

   .ml-sm-lg,
   .mx-sm-lg {
     margin-left: 1.25rem !important;
   }

   .m-sm-xl {
     margin: 1.5rem !important;
   }

   .mt-sm-xl,
   .my-sm-xl {
     margin-top: 1.5rem !important;
   }

   .mr-sm-xl,
   .mx-sm-xl {
     margin-right: 1.5rem !important;
   }

   .mb-sm-xl,
   .my-sm-xl {
     margin-bottom: 1.5rem !important;
   }

   .ml-sm-xl,
   .mx-sm-xl {
     margin-left: 1.5rem !important;
   }

   .m-sm-xxl {
     margin: 2rem !important;
   }

   .mt-sm-xxl,
   .my-sm-xxl {
     margin-top: 2rem !important;
   }

   .mr-sm-xxl,
   .mx-sm-xxl {
     margin-right: 2rem !important;
   }

   .mb-sm-xxl,
   .my-sm-xxl {
     margin-bottom: 2rem !important;
   }

   .ml-sm-xxl,
   .mx-sm-xxl {
     margin-left: 2rem !important;
   }

   .m-sm-mxl {
     margin: 3rem !important;
   }

   .mt-sm-mxl,
   .my-sm-mxl {
     margin-top: 3rem !important;
   }

   .mr-sm-mxl,
   .mx-sm-mxl {
     margin-right: 3rem !important;
   }

   .mb-sm-mxl,
   .my-sm-mxl {
     margin-bottom: 3rem !important;
   }

   .ml-sm-mxl,
   .mx-sm-mxl {
     margin-left: 3rem !important;
   }

   .m-sm-sxl {
     margin: 4rem !important;
   }

   .mt-sm-sxl,
   .my-sm-sxl {
     margin-top: 4rem !important;
   }

   .mr-sm-sxl,
   .mx-sm-sxl {
     margin-right: 4rem !important;
   }

   .mb-sm-sxl,
   .my-sm-sxl {
     margin-bottom: 4rem !important;
   }

   .ml-sm-sxl,
   .mx-sm-sxl {
     margin-left: 4rem !important;
   }

   .m-sm-exl {
     margin: 8rem !important;
   }

   .mt-sm-exl,
   .my-sm-exl {
     margin-top: 8rem !important;
   }

   .mr-sm-exl,
   .mx-sm-exl {
     margin-right: 8rem !important;
   }

   .mb-sm-exl,
   .my-sm-exl {
     margin-bottom: 8rem !important;
   }

   .ml-sm-exl,
   .mx-sm-exl {
     margin-left: 8rem !important;
   }

   .p-sm-0 {
     padding: 0 !important;
   }

   .pt-sm-0,
   .py-sm-0 {
     padding-top: 0 !important;
   }

   .pr-sm-0,
   .px-sm-0 {
     padding-right: 0 !important;
   }

   .pb-sm-0,
   .py-sm-0 {
     padding-bottom: 0 !important;
   }

   .pl-sm-0,
   .px-sm-0 {
     padding-left: 0 !important;
   }

   .p-sm-xs {
     padding: 0.5rem !important;
   }

   .pt-sm-xs,
   .py-sm-xs {
     padding-top: 0.5rem !important;
   }

   .pr-sm-xs,
   .px-sm-xs {
     padding-right: 0.5rem !important;
   }

   .pb-sm-xs,
   .py-sm-xs {
     padding-bottom: 0.5rem !important;
   }

   .pl-sm-xs,
   .px-sm-xs {
     padding-left: 0.5rem !important;
   }

   .p-sm-sm {
     padding: 0.75rem !important;
   }

   .pt-sm-sm,
   .py-sm-sm {
     padding-top: 0.75rem !important;
   }

   .pr-sm-sm,
   .px-sm-sm {
     padding-right: 0.75rem !important;
   }

   .pb-sm-sm,
   .py-sm-sm {
     padding-bottom: 0.75rem !important;
   }

   .pl-sm-sm,
   .px-sm-sm {
     padding-left: 0.75rem !important;
   }

   .p-sm-md {
     padding: 1rem !important;
   }

   .pt-sm-md,
   .py-sm-md {
     padding-top: 1rem !important;
   }

   .pr-sm-md,
   .px-sm-md {
     padding-right: 1rem !important;
   }

   .pb-sm-md,
   .py-sm-md {
     padding-bottom: 1rem !important;
   }

   .pl-sm-md,
   .px-sm-md {
     padding-left: 1rem !important;
   }

   .p-sm-lg {
     padding: 1.25rem !important;
   }

   .pt-sm-lg,
   .py-sm-lg {
     padding-top: 1.25rem !important;
   }

   .pr-sm-lg,
   .px-sm-lg {
     padding-right: 1.25rem !important;
   }

   .pb-sm-lg,
   .py-sm-lg {
     padding-bottom: 1.25rem !important;
   }

   .pl-sm-lg,
   .px-sm-lg {
     padding-left: 1.25rem !important;
   }

   .p-sm-xl {
     padding: 1.5rem !important;
   }

   .pt-sm-xl,
   .py-sm-xl {
     padding-top: 1.5rem !important;
   }

   .pr-sm-xl,
   .px-sm-xl {
     padding-right: 1.5rem !important;
   }

   .pb-sm-xl,
   .py-sm-xl {
     padding-bottom: 1.5rem !important;
   }

   .pl-sm-xl,
   .px-sm-xl {
     padding-left: 1.5rem !important;
   }

   .p-sm-xxl {
     padding: 2rem !important;
   }

   .pt-sm-xxl,
   .py-sm-xxl {
     padding-top: 2rem !important;
   }

   .pr-sm-xxl,
   .px-sm-xxl {
     padding-right: 2rem !important;
   }

   .pb-sm-xxl,
   .py-sm-xxl {
     padding-bottom: 2rem !important;
   }

   .pl-sm-xxl,
   .px-sm-xxl {
     padding-left: 2rem !important;
   }

   .p-sm-mxl {
     padding: 3rem !important;
   }

   .pt-sm-mxl,
   .py-sm-mxl {
     padding-top: 3rem !important;
   }

   .pr-sm-mxl,
   .px-sm-mxl {
     padding-right: 3rem !important;
   }

   .pb-sm-mxl,
   .py-sm-mxl {
     padding-bottom: 3rem !important;
   }

   .pl-sm-mxl,
   .px-sm-mxl {
     padding-left: 3rem !important;
   }

   .p-sm-sxl {
     padding: 4rem !important;
   }

   .pt-sm-sxl,
   .py-sm-sxl {
     padding-top: 4rem !important;
   }

   .pr-sm-sxl,
   .px-sm-sxl {
     padding-right: 4rem !important;
   }

   .pb-sm-sxl,
   .py-sm-sxl {
     padding-bottom: 4rem !important;
   }

   .pl-sm-sxl,
   .px-sm-sxl {
     padding-left: 4rem !important;
   }

   .p-sm-exl {
     padding: 8rem !important;
   }

   .pt-sm-exl,
   .py-sm-exl {
     padding-top: 8rem !important;
   }

   .pr-sm-exl,
   .px-sm-exl {
     padding-right: 8rem !important;
   }

   .pb-sm-exl,
   .py-sm-exl {
     padding-bottom: 8rem !important;
   }

   .pl-sm-exl,
   .px-sm-exl {
     padding-left: 8rem !important;
   }

   .m-sm-nxs {
     margin: -0.5rem !important;
   }

   .mt-sm-nxs,
   .my-sm-nxs {
     margin-top: -0.5rem !important;
   }

   .mr-sm-nxs,
   .mx-sm-nxs {
     margin-right: -0.5rem !important;
   }

   .mb-sm-nxs,
   .my-sm-nxs {
     margin-bottom: -0.5rem !important;
   }

   .ml-sm-nxs,
   .mx-sm-nxs {
     margin-left: -0.5rem !important;
   }

   .m-sm-nsm {
     margin: -0.75rem !important;
   }

   .mt-sm-nsm,
   .my-sm-nsm {
     margin-top: -0.75rem !important;
   }

   .mr-sm-nsm,
   .mx-sm-nsm {
     margin-right: -0.75rem !important;
   }

   .mb-sm-nsm,
   .my-sm-nsm {
     margin-bottom: -0.75rem !important;
   }

   .ml-sm-nsm,
   .mx-sm-nsm {
     margin-left: -0.75rem !important;
   }

   .m-sm-nmd {
     margin: -1rem !important;
   }

   .mt-sm-nmd,
   .my-sm-nmd {
     margin-top: -1rem !important;
   }

   .mr-sm-nmd,
   .mx-sm-nmd {
     margin-right: -1rem !important;
   }

   .mb-sm-nmd,
   .my-sm-nmd {
     margin-bottom: -1rem !important;
   }

   .ml-sm-nmd,
   .mx-sm-nmd {
     margin-left: -1rem !important;
   }

   .m-sm-nlg {
     margin: -1.25rem !important;
   }

   .mt-sm-nlg,
   .my-sm-nlg {
     margin-top: -1.25rem !important;
   }

   .mr-sm-nlg,
   .mx-sm-nlg {
     margin-right: -1.25rem !important;
   }

   .mb-sm-nlg,
   .my-sm-nlg {
     margin-bottom: -1.25rem !important;
   }

   .ml-sm-nlg,
   .mx-sm-nlg {
     margin-left: -1.25rem !important;
   }

   .m-sm-nxl {
     margin: -1.5rem !important;
   }

   .mt-sm-nxl,
   .my-sm-nxl {
     margin-top: -1.5rem !important;
   }

   .mr-sm-nxl,
   .mx-sm-nxl {
     margin-right: -1.5rem !important;
   }

   .mb-sm-nxl,
   .my-sm-nxl {
     margin-bottom: -1.5rem !important;
   }

   .ml-sm-nxl,
   .mx-sm-nxl {
     margin-left: -1.5rem !important;
   }

   .m-sm-nxxl {
     margin: -2rem !important;
   }

   .mt-sm-nxxl,
   .my-sm-nxxl {
     margin-top: -2rem !important;
   }

   .mr-sm-nxxl,
   .mx-sm-nxxl {
     margin-right: -2rem !important;
   }

   .mb-sm-nxxl,
   .my-sm-nxxl {
     margin-bottom: -2rem !important;
   }

   .ml-sm-nxxl,
   .mx-sm-nxxl {
     margin-left: -2rem !important;
   }

   .m-sm-nmxl {
     margin: -3rem !important;
   }

   .mt-sm-nmxl,
   .my-sm-nmxl {
     margin-top: -3rem !important;
   }

   .mr-sm-nmxl,
   .mx-sm-nmxl {
     margin-right: -3rem !important;
   }

   .mb-sm-nmxl,
   .my-sm-nmxl {
     margin-bottom: -3rem !important;
   }

   .ml-sm-nmxl,
   .mx-sm-nmxl {
     margin-left: -3rem !important;
   }

   .m-sm-nsxl {
     margin: -4rem !important;
   }

   .mt-sm-nsxl,
   .my-sm-nsxl {
     margin-top: -4rem !important;
   }

   .mr-sm-nsxl,
   .mx-sm-nsxl {
     margin-right: -4rem !important;
   }

   .mb-sm-nsxl,
   .my-sm-nsxl {
     margin-bottom: -4rem !important;
   }

   .ml-sm-nsxl,
   .mx-sm-nsxl {
     margin-left: -4rem !important;
   }

   .m-sm-nexl {
     margin: -8rem !important;
   }

   .mt-sm-nexl,
   .my-sm-nexl {
     margin-top: -8rem !important;
   }

   .mr-sm-nexl,
   .mx-sm-nexl {
     margin-right: -8rem !important;
   }

   .mb-sm-nexl,
   .my-sm-nexl {
     margin-bottom: -8rem !important;
   }

   .ml-sm-nexl,
   .mx-sm-nexl {
     margin-left: -8rem !important;
   }

   .m-sm-auto {
     margin: auto !important;
   }

   .mt-sm-auto,
   .my-sm-auto {
     margin-top: auto !important;
   }

   .mr-sm-auto,
   .mx-sm-auto {
     margin-right: auto !important;
   }

   .mb-sm-auto,
   .my-sm-auto {
     margin-bottom: auto !important;
   }

   .ml-sm-auto,
   .mx-sm-auto {
     margin-left: auto !important;
   }
 }

 @media (min-width: 768px) {
   .m-md-0 {
     margin: 0 !important;
   }

   .mt-md-0,
   .my-md-0 {
     margin-top: 0 !important;
   }

   .mr-md-0,
   .mx-md-0 {
     margin-right: 0 !important;
   }

   .mb-md-0,
   .my-md-0 {
     margin-bottom: 0 !important;
   }

   .ml-md-0,
   .mx-md-0 {
     margin-left: 0 !important;
   }

   .m-md-xs {
     margin: 0.5rem !important;
   }

   .mt-md-xs,
   .my-md-xs {
     margin-top: 0.5rem !important;
   }

   .mr-md-xs,
   .mx-md-xs {
     margin-right: 0.5rem !important;
   }

   .mb-md-xs,
   .my-md-xs {
     margin-bottom: 0.5rem !important;
   }

   .ml-md-xs,
   .mx-md-xs {
     margin-left: 0.5rem !important;
   }

   .m-md-sm {
     margin: 0.75rem !important;
   }

   .mt-md-sm,
   .my-md-sm {
     margin-top: 0.75rem !important;
   }

   .mr-md-sm,
   .mx-md-sm {
     margin-right: 0.75rem !important;
   }

   .mb-md-sm,
   .my-md-sm {
     margin-bottom: 0.75rem !important;
   }

   .ml-md-sm,
   .mx-md-sm {
     margin-left: 0.75rem !important;
   }

   .m-md-md {
     margin: 1rem !important;
   }

   .mt-md-md,
   .my-md-md {
     margin-top: 1rem !important;
   }

   .mr-md-md,
   .mx-md-md {
     margin-right: 1rem !important;
   }

   .mb-md-md,
   .my-md-md {
     margin-bottom: 1rem !important;
   }

   .ml-md-md,
   .mx-md-md {
     margin-left: 1rem !important;
   }

   .m-md-lg {
     margin: 1.25rem !important;
   }

   .mt-md-lg,
   .my-md-lg {
     margin-top: 1.25rem !important;
   }

   .mr-md-lg,
   .mx-md-lg {
     margin-right: 1.25rem !important;
   }

   .mb-md-lg,
   .my-md-lg {
     margin-bottom: 1.25rem !important;
   }

   .ml-md-lg,
   .mx-md-lg {
     margin-left: 1.25rem !important;
   }

   .m-md-xl {
     margin: 1.5rem !important;
   }

   .mt-md-xl,
   .my-md-xl {
     margin-top: 1.5rem !important;
   }

   .mr-md-xl,
   .mx-md-xl {
     margin-right: 1.5rem !important;
   }

   .mb-md-xl,
   .my-md-xl {
     margin-bottom: 1.5rem !important;
   }

   .ml-md-xl,
   .mx-md-xl {
     margin-left: 1.5rem !important;
   }

   .m-md-xxl {
     margin: 2rem !important;
   }

   .mt-md-xxl,
   .my-md-xxl {
     margin-top: 2rem !important;
   }

   .mr-md-xxl,
   .mx-md-xxl {
     margin-right: 2rem !important;
   }

   .mb-md-xxl,
   .my-md-xxl {
     margin-bottom: 2rem !important;
   }

   .ml-md-xxl,
   .mx-md-xxl {
     margin-left: 2rem !important;
   }

   .m-md-mxl {
     margin: 3rem !important;
   }

   .mt-md-mxl,
   .my-md-mxl {
     margin-top: 3rem !important;
   }

   .mr-md-mxl,
   .mx-md-mxl {
     margin-right: 3rem !important;
   }

   .mb-md-mxl,
   .my-md-mxl {
     margin-bottom: 3rem !important;
   }

   .ml-md-mxl,
   .mx-md-mxl {
     margin-left: 3rem !important;
   }

   .m-md-sxl {
     margin: 4rem !important;
   }

   .mt-md-sxl,
   .my-md-sxl {
     margin-top: 4rem !important;
   }

   .mr-md-sxl,
   .mx-md-sxl {
     margin-right: 4rem !important;
   }

   .mb-md-sxl,
   .my-md-sxl {
     margin-bottom: 4rem !important;
   }

   .ml-md-sxl,
   .mx-md-sxl {
     margin-left: 4rem !important;
   }

   .m-md-exl {
     margin: 8rem !important;
   }

   .mt-md-exl,
   .my-md-exl {
     margin-top: 8rem !important;
   }

   .mr-md-exl,
   .mx-md-exl {
     margin-right: 8rem !important;
   }

   .mb-md-exl,
   .my-md-exl {
     margin-bottom: 8rem !important;
   }

   .ml-md-exl,
   .mx-md-exl {
     margin-left: 8rem !important;
   }

   .p-md-0 {
     padding: 0 !important;
   }

   .pt-md-0,
   .py-md-0 {
     padding-top: 0 !important;
   }

   .pr-md-0,
   .px-md-0 {
     padding-right: 0 !important;
   }

   .pb-md-0,
   .py-md-0 {
     padding-bottom: 0 !important;
   }

   .pl-md-0,
   .px-md-0 {
     padding-left: 0 !important;
   }

   .p-md-xs {
     padding: 0.5rem !important;
   }

   .pt-md-xs,
   .py-md-xs {
     padding-top: 0.5rem !important;
   }

   .pr-md-xs,
   .px-md-xs {
     padding-right: 0.5rem !important;
   }

   .pb-md-xs,
   .py-md-xs {
     padding-bottom: 0.5rem !important;
   }

   .pl-md-xs,
   .px-md-xs {
     padding-left: 0.5rem !important;
   }

   .p-md-sm {
     padding: 0.75rem !important;
   }

   .pt-md-sm,
   .py-md-sm {
     padding-top: 0.75rem !important;
   }

   .pr-md-sm,
   .px-md-sm {
     padding-right: 0.75rem !important;
   }

   .pb-md-sm,
   .py-md-sm {
     padding-bottom: 0.75rem !important;
   }

   .pl-md-sm,
   .px-md-sm {
     padding-left: 0.75rem !important;
   }

   .p-md-md {
     padding: 1rem !important;
   }

   .pt-md-md,
   .py-md-md {
     padding-top: 1rem !important;
   }

   .pr-md-md,
   .px-md-md {
     padding-right: 1rem !important;
   }

   .pb-md-md,
   .py-md-md {
     padding-bottom: 1rem !important;
   }

   .pl-md-md,
   .px-md-md {
     padding-left: 1rem !important;
   }

   .p-md-lg {
     padding: 1.25rem !important;
   }

   .pt-md-lg,
   .py-md-lg {
     padding-top: 1.25rem !important;
   }

   .pr-md-lg,
   .px-md-lg {
     padding-right: 1.25rem !important;
   }

   .pb-md-lg,
   .py-md-lg {
     padding-bottom: 1.25rem !important;
   }

   .pl-md-lg,
   .px-md-lg {
     padding-left: 1.25rem !important;
   }

   .p-md-xl {
     padding: 1.5rem !important;
   }

   .pt-md-xl,
   .py-md-xl {
     padding-top: 1.5rem !important;
   }

   .pr-md-xl,
   .px-md-xl {
     padding-right: 1.5rem !important;
   }

   .pb-md-xl,
   .py-md-xl {
     padding-bottom: 1.5rem !important;
   }

   .pl-md-xl,
   .px-md-xl {
     padding-left: 1.5rem !important;
   }

   .p-md-xxl {
     padding: 2rem !important;
   }

   .pt-md-xxl,
   .py-md-xxl {
     padding-top: 2rem !important;
   }

   .pr-md-xxl,
   .px-md-xxl {
     padding-right: 2rem !important;
   }

   .pb-md-xxl,
   .py-md-xxl {
     padding-bottom: 2rem !important;
   }

   .pl-md-xxl,
   .px-md-xxl {
     padding-left: 2rem !important;
   }

   .p-md-mxl {
     padding: 3rem !important;
   }

   .pt-md-mxl,
   .py-md-mxl {
     padding-top: 3rem !important;
   }

   .pr-md-mxl,
   .px-md-mxl {
     padding-right: 3rem !important;
   }

   .pb-md-mxl,
   .py-md-mxl {
     padding-bottom: 3rem !important;
   }

   .pl-md-mxl,
   .px-md-mxl {
     padding-left: 3rem !important;
   }

   .p-md-sxl {
     padding: 4rem !important;
   }

   .pt-md-sxl,
   .py-md-sxl {
     padding-top: 4rem !important;
   }

   .pr-md-sxl,
   .px-md-sxl {
     padding-right: 4rem !important;
   }

   .pb-md-sxl,
   .py-md-sxl {
     padding-bottom: 4rem !important;
   }

   .pl-md-sxl,
   .px-md-sxl {
     padding-left: 4rem !important;
   }

   .p-md-exl {
     padding: 8rem !important;
   }

   .pt-md-exl,
   .py-md-exl {
     padding-top: 8rem !important;
   }

   .pr-md-exl,
   .px-md-exl {
     padding-right: 8rem !important;
   }

   .pb-md-exl,
   .py-md-exl {
     padding-bottom: 8rem !important;
   }

   .pl-md-exl,
   .px-md-exl {
     padding-left: 8rem !important;
   }

   .m-md-nxs {
     margin: -0.5rem !important;
   }

   .mt-md-nxs,
   .my-md-nxs {
     margin-top: -0.5rem !important;
   }

   .mr-md-nxs,
   .mx-md-nxs {
     margin-right: -0.5rem !important;
   }

   .mb-md-nxs,
   .my-md-nxs {
     margin-bottom: -0.5rem !important;
   }

   .ml-md-nxs,
   .mx-md-nxs {
     margin-left: -0.5rem !important;
   }

   .m-md-nsm {
     margin: -0.75rem !important;
   }

   .mt-md-nsm,
   .my-md-nsm {
     margin-top: -0.75rem !important;
   }

   .mr-md-nsm,
   .mx-md-nsm {
     margin-right: -0.75rem !important;
   }

   .mb-md-nsm,
   .my-md-nsm {
     margin-bottom: -0.75rem !important;
   }

   .ml-md-nsm,
   .mx-md-nsm {
     margin-left: -0.75rem !important;
   }

   .m-md-nmd {
     margin: -1rem !important;
   }

   .mt-md-nmd,
   .my-md-nmd {
     margin-top: -1rem !important;
   }

   .mr-md-nmd,
   .mx-md-nmd {
     margin-right: -1rem !important;
   }

   .mb-md-nmd,
   .my-md-nmd {
     margin-bottom: -1rem !important;
   }

   .ml-md-nmd,
   .mx-md-nmd {
     margin-left: -1rem !important;
   }

   .m-md-nlg {
     margin: -1.25rem !important;
   }

   .mt-md-nlg,
   .my-md-nlg {
     margin-top: -1.25rem !important;
   }

   .mr-md-nlg,
   .mx-md-nlg {
     margin-right: -1.25rem !important;
   }

   .mb-md-nlg,
   .my-md-nlg {
     margin-bottom: -1.25rem !important;
   }

   .ml-md-nlg,
   .mx-md-nlg {
     margin-left: -1.25rem !important;
   }

   .m-md-nxl {
     margin: -1.5rem !important;
   }

   .mt-md-nxl,
   .my-md-nxl {
     margin-top: -1.5rem !important;
   }

   .mr-md-nxl,
   .mx-md-nxl {
     margin-right: -1.5rem !important;
   }

   .mb-md-nxl,
   .my-md-nxl {
     margin-bottom: -1.5rem !important;
   }

   .ml-md-nxl,
   .mx-md-nxl {
     margin-left: -1.5rem !important;
   }

   .m-md-nxxl {
     margin: -2rem !important;
   }

   .mt-md-nxxl,
   .my-md-nxxl {
     margin-top: -2rem !important;
   }

   .mr-md-nxxl,
   .mx-md-nxxl {
     margin-right: -2rem !important;
   }

   .mb-md-nxxl,
   .my-md-nxxl {
     margin-bottom: -2rem !important;
   }

   .ml-md-nxxl,
   .mx-md-nxxl {
     margin-left: -2rem !important;
   }

   .m-md-nmxl {
     margin: -3rem !important;
   }

   .mt-md-nmxl,
   .my-md-nmxl {
     margin-top: -3rem !important;
   }

   .mr-md-nmxl,
   .mx-md-nmxl {
     margin-right: -3rem !important;
   }

   .mb-md-nmxl,
   .my-md-nmxl {
     margin-bottom: -3rem !important;
   }

   .ml-md-nmxl,
   .mx-md-nmxl {
     margin-left: -3rem !important;
   }

   .m-md-nsxl {
     margin: -4rem !important;
   }

   .mt-md-nsxl,
   .my-md-nsxl {
     margin-top: -4rem !important;
   }

   .mr-md-nsxl,
   .mx-md-nsxl {
     margin-right: -4rem !important;
   }

   .mb-md-nsxl,
   .my-md-nsxl {
     margin-bottom: -4rem !important;
   }

   .ml-md-nsxl,
   .mx-md-nsxl {
     margin-left: -4rem !important;
   }

   .m-md-nexl {
     margin: -8rem !important;
   }

   .mt-md-nexl,
   .my-md-nexl {
     margin-top: -8rem !important;
   }

   .mr-md-nexl,
   .mx-md-nexl {
     margin-right: -8rem !important;
   }

   .mb-md-nexl,
   .my-md-nexl {
     margin-bottom: -8rem !important;
   }

   .ml-md-nexl,
   .mx-md-nexl {
     margin-left: -8rem !important;
   }

   .m-md-auto {
     margin: auto !important;
   }

   .mt-md-auto,
   .my-md-auto {
     margin-top: auto !important;
   }

   .mr-md-auto,
   .mx-md-auto {
     margin-right: auto !important;
   }

   .mb-md-auto,
   .my-md-auto {
     margin-bottom: auto !important;
   }

   .ml-md-auto,
   .mx-md-auto {
     margin-left: auto !important;
   }
 }

 @media (min-width: 992px) {
   .m-lg-0 {
     margin: 0 !important;
   }

   .mt-lg-0,
   .my-lg-0 {
     margin-top: 0 !important;
   }

   .mr-lg-0,
   .mx-lg-0 {
     margin-right: 0 !important;
   }

   .mb-lg-0,
   .my-lg-0 {
     margin-bottom: 0 !important;
   }

   .ml-lg-0,
   .mx-lg-0 {
     margin-left: 0 !important;
   }

   .m-lg-xs {
     margin: 0.5rem !important;
   }

   .mt-lg-xs,
   .my-lg-xs {
     margin-top: 0.5rem !important;
   }

   .mr-lg-xs,
   .mx-lg-xs {
     margin-right: 0.5rem !important;
   }

   .mb-lg-xs,
   .my-lg-xs {
     margin-bottom: 0.5rem !important;
   }

   .ml-lg-xs,
   .mx-lg-xs {
     margin-left: 0.5rem !important;
   }

   .m-lg-sm {
     margin: 0.75rem !important;
   }

   .mt-lg-sm,
   .my-lg-sm {
     margin-top: 0.75rem !important;
   }

   .mr-lg-sm,
   .mx-lg-sm {
     margin-right: 0.75rem !important;
   }

   .mb-lg-sm,
   .my-lg-sm {
     margin-bottom: 0.75rem !important;
   }

   .ml-lg-sm,
   .mx-lg-sm {
     margin-left: 0.75rem !important;
   }

   .m-lg-md {
     margin: 1rem !important;
   }

   .mt-lg-md,
   .my-lg-md {
     margin-top: 1rem !important;
   }

   .mr-lg-md,
   .mx-lg-md {
     margin-right: 1rem !important;
   }

   .mb-lg-md,
   .my-lg-md {
     margin-bottom: 1rem !important;
   }

   .ml-lg-md,
   .mx-lg-md {
     margin-left: 1rem !important;
   }

   .m-lg-lg {
     margin: 1.25rem !important;
   }

   .mt-lg-lg,
   .my-lg-lg {
     margin-top: 1.25rem !important;
   }

   .mr-lg-lg,
   .mx-lg-lg {
     margin-right: 1.25rem !important;
   }

   .mb-lg-lg,
   .my-lg-lg {
     margin-bottom: 1.25rem !important;
   }

   .ml-lg-lg,
   .mx-lg-lg {
     margin-left: 1.25rem !important;
   }

   .m-lg-xl {
     margin: 1.5rem !important;
   }

   .mt-lg-xl,
   .my-lg-xl {
     margin-top: 1.5rem !important;
   }

   .mr-lg-xl,
   .mx-lg-xl {
     margin-right: 1.5rem !important;
   }

   .mb-lg-xl,
   .my-lg-xl {
     margin-bottom: 1.5rem !important;
   }

   .ml-lg-xl,
   .mx-lg-xl {
     margin-left: 1.5rem !important;
   }

   .m-lg-xxl {
     margin: 2rem !important;
   }

   .mt-lg-xxl,
   .my-lg-xxl {
     margin-top: 2rem !important;
   }

   .mr-lg-xxl,
   .mx-lg-xxl {
     margin-right: 2rem !important;
   }

   .mb-lg-xxl,
   .my-lg-xxl {
     margin-bottom: 2rem !important;
   }

   .ml-lg-xxl,
   .mx-lg-xxl {
     margin-left: 2rem !important;
   }

   .m-lg-mxl {
     margin: 3rem !important;
   }

   .mt-lg-mxl,
   .my-lg-mxl {
     margin-top: 3rem !important;
   }

   .mr-lg-mxl,
   .mx-lg-mxl {
     margin-right: 3rem !important;
   }

   .mb-lg-mxl,
   .my-lg-mxl {
     margin-bottom: 3rem !important;
   }

   .ml-lg-mxl,
   .mx-lg-mxl {
     margin-left: 3rem !important;
   }

   .m-lg-sxl {
     margin: 4rem !important;
   }

   .mt-lg-sxl,
   .my-lg-sxl {
     margin-top: 4rem !important;
   }

   .mr-lg-sxl,
   .mx-lg-sxl {
     margin-right: 4rem !important;
   }

   .mb-lg-sxl,
   .my-lg-sxl {
     margin-bottom: 4rem !important;
   }

   .ml-lg-sxl,
   .mx-lg-sxl {
     margin-left: 4rem !important;
   }

   .m-lg-exl {
     margin: 8rem !important;
   }

   .mt-lg-exl,
   .my-lg-exl {
     margin-top: 8rem !important;
   }

   .mr-lg-exl,
   .mx-lg-exl {
     margin-right: 8rem !important;
   }

   .mb-lg-exl,
   .my-lg-exl {
     margin-bottom: 8rem !important;
   }

   .ml-lg-exl,
   .mx-lg-exl {
     margin-left: 8rem !important;
   }

   .p-lg-0 {
     padding: 0 !important;
   }

   .pt-lg-0,
   .py-lg-0 {
     padding-top: 0 !important;
   }

   .pr-lg-0,
   .px-lg-0 {
     padding-right: 0 !important;
   }

   .pb-lg-0,
   .py-lg-0 {
     padding-bottom: 0 !important;
   }

   .pl-lg-0,
   .px-lg-0 {
     padding-left: 0 !important;
   }

   .p-lg-xs {
     padding: 0.5rem !important;
   }

   .pt-lg-xs,
   .py-lg-xs {
     padding-top: 0.5rem !important;
   }

   .pr-lg-xs,
   .px-lg-xs {
     padding-right: 0.5rem !important;
   }

   .pb-lg-xs,
   .py-lg-xs {
     padding-bottom: 0.5rem !important;
   }

   .pl-lg-xs,
   .px-lg-xs {
     padding-left: 0.5rem !important;
   }

   .p-lg-sm {
     padding: 0.75rem !important;
   }

   .pt-lg-sm,
   .py-lg-sm {
     padding-top: 0.75rem !important;
   }

   .pr-lg-sm,
   .px-lg-sm {
     padding-right: 0.75rem !important;
   }

   .pb-lg-sm,
   .py-lg-sm {
     padding-bottom: 0.75rem !important;
   }

   .pl-lg-sm,
   .px-lg-sm {
     padding-left: 0.75rem !important;
   }

   .p-lg-md {
     padding: 1rem !important;
   }

   .pt-lg-md,
   .py-lg-md {
     padding-top: 1rem !important;
   }

   .pr-lg-md,
   .px-lg-md {
     padding-right: 1rem !important;
   }

   .pb-lg-md,
   .py-lg-md {
     padding-bottom: 1rem !important;
   }

   .pl-lg-md,
   .px-lg-md {
     padding-left: 1rem !important;
   }

   .p-lg-lg {
     padding: 1.25rem !important;
   }

   .pt-lg-lg,
   .py-lg-lg {
     padding-top: 1.25rem !important;
   }

   .pr-lg-lg,
   .px-lg-lg {
     padding-right: 1.25rem !important;
   }

   .pb-lg-lg,
   .py-lg-lg {
     padding-bottom: 1.25rem !important;
   }

   .pl-lg-lg,
   .px-lg-lg {
     padding-left: 1.25rem !important;
   }

   .p-lg-xl {
     padding: 1.5rem !important;
   }

   .pt-lg-xl,
   .py-lg-xl {
     padding-top: 1.5rem !important;
   }

   .pr-lg-xl,
   .px-lg-xl {
     padding-right: 1.5rem !important;
   }

   .pb-lg-xl,
   .py-lg-xl {
     padding-bottom: 1.5rem !important;
   }

   .pl-lg-xl,
   .px-lg-xl {
     padding-left: 1.5rem !important;
   }

   .p-lg-xxl {
     padding: 2rem !important;
   }

   .pt-lg-xxl,
   .py-lg-xxl {
     padding-top: 2rem !important;
   }

   .pr-lg-xxl,
   .px-lg-xxl {
     padding-right: 2rem !important;
   }

   .pb-lg-xxl,
   .py-lg-xxl {
     padding-bottom: 2rem !important;
   }

   .pl-lg-xxl,
   .px-lg-xxl {
     padding-left: 2rem !important;
   }

   .p-lg-mxl {
     padding: 3rem !important;
   }

   .pt-lg-mxl,
   .py-lg-mxl {
     padding-top: 3rem !important;
   }

   .pr-lg-mxl,
   .px-lg-mxl {
     padding-right: 3rem !important;
   }

   .pb-lg-mxl,
   .py-lg-mxl {
     padding-bottom: 3rem !important;
   }

   .pl-lg-mxl,
   .px-lg-mxl {
     padding-left: 3rem !important;
   }

   .p-lg-sxl {
     padding: 4rem !important;
   }

   .pt-lg-sxl,
   .py-lg-sxl {
     padding-top: 4rem !important;
   }

   .pr-lg-sxl,
   .px-lg-sxl {
     padding-right: 4rem !important;
   }

   .pb-lg-sxl,
   .py-lg-sxl {
     padding-bottom: 4rem !important;
   }

   .pl-lg-sxl,
   .px-lg-sxl {
     padding-left: 4rem !important;
   }

   .p-lg-exl {
     padding: 8rem !important;
   }

   .pt-lg-exl,
   .py-lg-exl {
     padding-top: 8rem !important;
   }

   .pr-lg-exl,
   .px-lg-exl {
     padding-right: 8rem !important;
   }

   .pb-lg-exl,
   .py-lg-exl {
     padding-bottom: 8rem !important;
   }

   .pl-lg-exl,
   .px-lg-exl {
     padding-left: 8rem !important;
   }

   .m-lg-nxs {
     margin: -0.5rem !important;
   }

   .mt-lg-nxs,
   .my-lg-nxs {
     margin-top: -0.5rem !important;
   }

   .mr-lg-nxs,
   .mx-lg-nxs {
     margin-right: -0.5rem !important;
   }

   .mb-lg-nxs,
   .my-lg-nxs {
     margin-bottom: -0.5rem !important;
   }

   .ml-lg-nxs,
   .mx-lg-nxs {
     margin-left: -0.5rem !important;
   }

   .m-lg-nsm {
     margin: -0.75rem !important;
   }

   .mt-lg-nsm,
   .my-lg-nsm {
     margin-top: -0.75rem !important;
   }

   .mr-lg-nsm,
   .mx-lg-nsm {
     margin-right: -0.75rem !important;
   }

   .mb-lg-nsm,
   .my-lg-nsm {
     margin-bottom: -0.75rem !important;
   }

   .ml-lg-nsm,
   .mx-lg-nsm {
     margin-left: -0.75rem !important;
   }

   .m-lg-nmd {
     margin: -1rem !important;
   }

   .mt-lg-nmd,
   .my-lg-nmd {
     margin-top: -1rem !important;
   }

   .mr-lg-nmd,
   .mx-lg-nmd {
     margin-right: -1rem !important;
   }

   .mb-lg-nmd,
   .my-lg-nmd {
     margin-bottom: -1rem !important;
   }

   .ml-lg-nmd,
   .mx-lg-nmd {
     margin-left: -1rem !important;
   }

   .m-lg-nlg {
     margin: -1.25rem !important;
   }

   .mt-lg-nlg,
   .my-lg-nlg {
     margin-top: -1.25rem !important;
   }

   .mr-lg-nlg,
   .mx-lg-nlg {
     margin-right: -1.25rem !important;
   }

   .mb-lg-nlg,
   .my-lg-nlg {
     margin-bottom: -1.25rem !important;
   }

   .ml-lg-nlg,
   .mx-lg-nlg {
     margin-left: -1.25rem !important;
   }

   .m-lg-nxl {
     margin: -1.5rem !important;
   }

   .mt-lg-nxl,
   .my-lg-nxl {
     margin-top: -1.5rem !important;
   }

   .mr-lg-nxl,
   .mx-lg-nxl {
     margin-right: -1.5rem !important;
   }

   .mb-lg-nxl,
   .my-lg-nxl {
     margin-bottom: -1.5rem !important;
   }

   .ml-lg-nxl,
   .mx-lg-nxl {
     margin-left: -1.5rem !important;
   }

   .m-lg-nxxl {
     margin: -2rem !important;
   }

   .mt-lg-nxxl,
   .my-lg-nxxl {
     margin-top: -2rem !important;
   }

   .mr-lg-nxxl,
   .mx-lg-nxxl {
     margin-right: -2rem !important;
   }

   .mb-lg-nxxl,
   .my-lg-nxxl {
     margin-bottom: -2rem !important;
   }

   .ml-lg-nxxl,
   .mx-lg-nxxl {
     margin-left: -2rem !important;
   }

   .m-lg-nmxl {
     margin: -3rem !important;
   }

   .mt-lg-nmxl,
   .my-lg-nmxl {
     margin-top: -3rem !important;
   }

   .mr-lg-nmxl,
   .mx-lg-nmxl {
     margin-right: -3rem !important;
   }

   .mb-lg-nmxl,
   .my-lg-nmxl {
     margin-bottom: -3rem !important;
   }

   .ml-lg-nmxl,
   .mx-lg-nmxl {
     margin-left: -3rem !important;
   }

   .m-lg-nsxl {
     margin: -4rem !important;
   }

   .mt-lg-nsxl,
   .my-lg-nsxl {
     margin-top: -4rem !important;
   }

   .mr-lg-nsxl,
   .mx-lg-nsxl {
     margin-right: -4rem !important;
   }

   .mb-lg-nsxl,
   .my-lg-nsxl {
     margin-bottom: -4rem !important;
   }

   .ml-lg-nsxl,
   .mx-lg-nsxl {
     margin-left: -4rem !important;
   }

   .m-lg-nexl {
     margin: -8rem !important;
   }

   .mt-lg-nexl,
   .my-lg-nexl {
     margin-top: -8rem !important;
   }

   .mr-lg-nexl,
   .mx-lg-nexl {
     margin-right: -8rem !important;
   }

   .mb-lg-nexl,
   .my-lg-nexl {
     margin-bottom: -8rem !important;
   }

   .ml-lg-nexl,
   .mx-lg-nexl {
     margin-left: -8rem !important;
   }

   .m-lg-auto {
     margin: auto !important;
   }

   .mt-lg-auto,
   .my-lg-auto {
     margin-top: auto !important;
   }

   .mr-lg-auto,
   .mx-lg-auto {
     margin-right: auto !important;
   }

   .mb-lg-auto,
   .my-lg-auto {
     margin-bottom: auto !important;
   }

   .ml-lg-auto,
   .mx-lg-auto {
     margin-left: auto !important;
   }
 }

 @media (min-width: 1200px) {
   .m-xl-0 {
     margin: 0 !important;
   }

   .mt-xl-0,
   .my-xl-0 {
     margin-top: 0 !important;
   }

   .mr-xl-0,
   .mx-xl-0 {
     margin-right: 0 !important;
   }

   .mb-xl-0,
   .my-xl-0 {
     margin-bottom: 0 !important;
   }

   .ml-xl-0,
   .mx-xl-0 {
     margin-left: 0 !important;
   }

   .m-xl-xs {
     margin: 0.5rem !important;
   }

   .mt-xl-xs,
   .my-xl-xs {
     margin-top: 0.5rem !important;
   }

   .mr-xl-xs,
   .mx-xl-xs {
     margin-right: 0.5rem !important;
   }

   .mb-xl-xs,
   .my-xl-xs {
     margin-bottom: 0.5rem !important;
   }

   .ml-xl-xs,
   .mx-xl-xs {
     margin-left: 0.5rem !important;
   }

   .m-xl-sm {
     margin: 0.75rem !important;
   }

   .mt-xl-sm,
   .my-xl-sm {
     margin-top: 0.75rem !important;
   }

   .mr-xl-sm,
   .mx-xl-sm {
     margin-right: 0.75rem !important;
   }

   .mb-xl-sm,
   .my-xl-sm {
     margin-bottom: 0.75rem !important;
   }

   .ml-xl-sm,
   .mx-xl-sm {
     margin-left: 0.75rem !important;
   }

   .m-xl-md {
     margin: 1rem !important;
   }

   .mt-xl-md,
   .my-xl-md {
     margin-top: 1rem !important;
   }

   .mr-xl-md,
   .mx-xl-md {
     margin-right: 1rem !important;
   }

   .mb-xl-md,
   .my-xl-md {
     margin-bottom: 1rem !important;
   }

   .ml-xl-md,
   .mx-xl-md {
     margin-left: 1rem !important;
   }

   .m-xl-lg {
     margin: 1.25rem !important;
   }

   .mt-xl-lg,
   .my-xl-lg {
     margin-top: 1.25rem !important;
   }

   .mr-xl-lg,
   .mx-xl-lg {
     margin-right: 1.25rem !important;
   }

   .mb-xl-lg,
   .my-xl-lg {
     margin-bottom: 1.25rem !important;
   }

   .ml-xl-lg,
   .mx-xl-lg {
     margin-left: 1.25rem !important;
   }

   .m-xl-xl {
     margin: 1.5rem !important;
   }

   .mt-xl-xl,
   .my-xl-xl {
     margin-top: 1.5rem !important;
   }

   .mr-xl-xl,
   .mx-xl-xl {
     margin-right: 1.5rem !important;
   }

   .mb-xl-xl,
   .my-xl-xl {
     margin-bottom: 1.5rem !important;
   }

   .ml-xl-xl,
   .mx-xl-xl {
     margin-left: 1.5rem !important;
   }

   .m-xl-xxl {
     margin: 2rem !important;
   }

   .mt-xl-xxl,
   .my-xl-xxl {
     margin-top: 2rem !important;
   }

   .mr-xl-xxl,
   .mx-xl-xxl {
     margin-right: 2rem !important;
   }

   .mb-xl-xxl,
   .my-xl-xxl {
     margin-bottom: 2rem !important;
   }

   .ml-xl-xxl,
   .mx-xl-xxl {
     margin-left: 2rem !important;
   }

   .m-xl-mxl {
     margin: 3rem !important;
   }

   .mt-xl-mxl,
   .my-xl-mxl {
     margin-top: 3rem !important;
   }

   .mr-xl-mxl,
   .mx-xl-mxl {
     margin-right: 3rem !important;
   }

   .mb-xl-mxl,
   .my-xl-mxl {
     margin-bottom: 3rem !important;
   }

   .ml-xl-mxl,
   .mx-xl-mxl {
     margin-left: 3rem !important;
   }

   .m-xl-sxl {
     margin: 4rem !important;
   }

   .mt-xl-sxl,
   .my-xl-sxl {
     margin-top: 4rem !important;
   }

   .mr-xl-sxl,
   .mx-xl-sxl {
     margin-right: 4rem !important;
   }

   .mb-xl-sxl,
   .my-xl-sxl {
     margin-bottom: 4rem !important;
   }

   .ml-xl-sxl,
   .mx-xl-sxl {
     margin-left: 4rem !important;
   }

   .m-xl-exl {
     margin: 8rem !important;
   }

   .mt-xl-exl,
   .my-xl-exl {
     margin-top: 8rem !important;
   }

   .mr-xl-exl,
   .mx-xl-exl {
     margin-right: 8rem !important;
   }

   .mb-xl-exl,
   .my-xl-exl {
     margin-bottom: 8rem !important;
   }

   .ml-xl-exl,
   .mx-xl-exl {
     margin-left: 8rem !important;
   }

   .p-xl-0 {
     padding: 0 !important;
   }

   .pt-xl-0,
   .py-xl-0 {
     padding-top: 0 !important;
   }

   .pr-xl-0,
   .px-xl-0 {
     padding-right: 0 !important;
   }

   .pb-xl-0,
   .py-xl-0 {
     padding-bottom: 0 !important;
   }

   .pl-xl-0,
   .px-xl-0 {
     padding-left: 0 !important;
   }

   .p-xl-xs {
     padding: 0.5rem !important;
   }

   .pt-xl-xs,
   .py-xl-xs {
     padding-top: 0.5rem !important;
   }

   .pr-xl-xs,
   .px-xl-xs {
     padding-right: 0.5rem !important;
   }

   .pb-xl-xs,
   .py-xl-xs {
     padding-bottom: 0.5rem !important;
   }

   .pl-xl-xs,
   .px-xl-xs {
     padding-left: 0.5rem !important;
   }

   .p-xl-sm {
     padding: 0.75rem !important;
   }

   .pt-xl-sm,
   .py-xl-sm {
     padding-top: 0.75rem !important;
   }

   .pr-xl-sm,
   .px-xl-sm {
     padding-right: 0.75rem !important;
   }

   .pb-xl-sm,
   .py-xl-sm {
     padding-bottom: 0.75rem !important;
   }

   .pl-xl-sm,
   .px-xl-sm {
     padding-left: 0.75rem !important;
   }

   .p-xl-md {
     padding: 1rem !important;
   }

   .pt-xl-md,
   .py-xl-md {
     padding-top: 1rem !important;
   }

   .pr-xl-md,
   .px-xl-md {
     padding-right: 1rem !important;
   }

   .pb-xl-md,
   .py-xl-md {
     padding-bottom: 1rem !important;
   }

   .pl-xl-md,
   .px-xl-md {
     padding-left: 1rem !important;
   }

   .p-xl-lg {
     padding: 1.25rem !important;
   }

   .pt-xl-lg,
   .py-xl-lg {
     padding-top: 1.25rem !important;
   }

   .pr-xl-lg,
   .px-xl-lg {
     padding-right: 1.25rem !important;
   }

   .pb-xl-lg,
   .py-xl-lg {
     padding-bottom: 1.25rem !important;
   }

   .pl-xl-lg,
   .px-xl-lg {
     padding-left: 1.25rem !important;
   }

   .p-xl-xl {
     padding: 1.5rem !important;
   }

   .pt-xl-xl,
   .py-xl-xl {
     padding-top: 1.5rem !important;
   }

   .pr-xl-xl,
   .px-xl-xl {
     padding-right: 1.5rem !important;
   }

   .pb-xl-xl,
   .py-xl-xl {
     padding-bottom: 1.5rem !important;
   }

   .pl-xl-xl,
   .px-xl-xl {
     padding-left: 1.5rem !important;
   }

   .p-xl-xxl {
     padding: 2rem !important;
   }

   .pt-xl-xxl,
   .py-xl-xxl {
     padding-top: 2rem !important;
   }

   .pr-xl-xxl,
   .px-xl-xxl {
     padding-right: 2rem !important;
   }

   .pb-xl-xxl,
   .py-xl-xxl {
     padding-bottom: 2rem !important;
   }

   .pl-xl-xxl,
   .px-xl-xxl {
     padding-left: 2rem !important;
   }

   .p-xl-mxl {
     padding: 3rem !important;
   }

   .pt-xl-mxl,
   .py-xl-mxl {
     padding-top: 3rem !important;
   }

   .pr-xl-mxl,
   .px-xl-mxl {
     padding-right: 3rem !important;
   }

   .pb-xl-mxl,
   .py-xl-mxl {
     padding-bottom: 3rem !important;
   }

   .pl-xl-mxl,
   .px-xl-mxl {
     padding-left: 3rem !important;
   }

   .p-xl-sxl {
     padding: 4rem !important;
   }

   .pt-xl-sxl,
   .py-xl-sxl {
     padding-top: 4rem !important;
   }

   .pr-xl-sxl,
   .px-xl-sxl {
     padding-right: 4rem !important;
   }

   .pb-xl-sxl,
   .py-xl-sxl {
     padding-bottom: 4rem !important;
   }

   .pl-xl-sxl,
   .px-xl-sxl {
     padding-left: 4rem !important;
   }

   .p-xl-exl {
     padding: 8rem !important;
   }

   .pt-xl-exl,
   .py-xl-exl {
     padding-top: 8rem !important;
   }

   .pr-xl-exl,
   .px-xl-exl {
     padding-right: 8rem !important;
   }

   .pb-xl-exl,
   .py-xl-exl {
     padding-bottom: 8rem !important;
   }

   .pl-xl-exl,
   .px-xl-exl {
     padding-left: 8rem !important;
   }

   .m-xl-nxs {
     margin: -0.5rem !important;
   }

   .mt-xl-nxs,
   .my-xl-nxs {
     margin-top: -0.5rem !important;
   }

   .mr-xl-nxs,
   .mx-xl-nxs {
     margin-right: -0.5rem !important;
   }

   .mb-xl-nxs,
   .my-xl-nxs {
     margin-bottom: -0.5rem !important;
   }

   .ml-xl-nxs,
   .mx-xl-nxs {
     margin-left: -0.5rem !important;
   }

   .m-xl-nsm {
     margin: -0.75rem !important;
   }

   .mt-xl-nsm,
   .my-xl-nsm {
     margin-top: -0.75rem !important;
   }

   .mr-xl-nsm,
   .mx-xl-nsm {
     margin-right: -0.75rem !important;
   }

   .mb-xl-nsm,
   .my-xl-nsm {
     margin-bottom: -0.75rem !important;
   }

   .ml-xl-nsm,
   .mx-xl-nsm {
     margin-left: -0.75rem !important;
   }

   .m-xl-nmd {
     margin: -1rem !important;
   }

   .mt-xl-nmd,
   .my-xl-nmd {
     margin-top: -1rem !important;
   }

   .mr-xl-nmd,
   .mx-xl-nmd {
     margin-right: -1rem !important;
   }

   .mb-xl-nmd,
   .my-xl-nmd {
     margin-bottom: -1rem !important;
   }

   .ml-xl-nmd,
   .mx-xl-nmd {
     margin-left: -1rem !important;
   }

   .m-xl-nlg {
     margin: -1.25rem !important;
   }

   .mt-xl-nlg,
   .my-xl-nlg {
     margin-top: -1.25rem !important;
   }

   .mr-xl-nlg,
   .mx-xl-nlg {
     margin-right: -1.25rem !important;
   }

   .mb-xl-nlg,
   .my-xl-nlg {
     margin-bottom: -1.25rem !important;
   }

   .ml-xl-nlg,
   .mx-xl-nlg {
     margin-left: -1.25rem !important;
   }

   .m-xl-nxl {
     margin: -1.5rem !important;
   }

   .mt-xl-nxl,
   .my-xl-nxl {
     margin-top: -1.5rem !important;
   }

   .mr-xl-nxl,
   .mx-xl-nxl {
     margin-right: -1.5rem !important;
   }

   .mb-xl-nxl,
   .my-xl-nxl {
     margin-bottom: -1.5rem !important;
   }

   .ml-xl-nxl,
   .mx-xl-nxl {
     margin-left: -1.5rem !important;
   }

   .m-xl-nxxl {
     margin: -2rem !important;
   }

   .mt-xl-nxxl,
   .my-xl-nxxl {
     margin-top: -2rem !important;
   }

   .mr-xl-nxxl,
   .mx-xl-nxxl {
     margin-right: -2rem !important;
   }

   .mb-xl-nxxl,
   .my-xl-nxxl {
     margin-bottom: -2rem !important;
   }

   .ml-xl-nxxl,
   .mx-xl-nxxl {
     margin-left: -2rem !important;
   }

   .m-xl-nmxl {
     margin: -3rem !important;
   }

   .mt-xl-nmxl,
   .my-xl-nmxl {
     margin-top: -3rem !important;
   }

   .mr-xl-nmxl,
   .mx-xl-nmxl {
     margin-right: -3rem !important;
   }

   .mb-xl-nmxl,
   .my-xl-nmxl {
     margin-bottom: -3rem !important;
   }

   .ml-xl-nmxl,
   .mx-xl-nmxl {
     margin-left: -3rem !important;
   }

   .m-xl-nsxl {
     margin: -4rem !important;
   }

   .mt-xl-nsxl,
   .my-xl-nsxl {
     margin-top: -4rem !important;
   }

   .mr-xl-nsxl,
   .mx-xl-nsxl {
     margin-right: -4rem !important;
   }

   .mb-xl-nsxl,
   .my-xl-nsxl {
     margin-bottom: -4rem !important;
   }

   .ml-xl-nsxl,
   .mx-xl-nsxl {
     margin-left: -4rem !important;
   }

   .m-xl-nexl {
     margin: -8rem !important;
   }

   .mt-xl-nexl,
   .my-xl-nexl {
     margin-top: -8rem !important;
   }

   .mr-xl-nexl,
   .mx-xl-nexl {
     margin-right: -8rem !important;
   }

   .mb-xl-nexl,
   .my-xl-nexl {
     margin-bottom: -8rem !important;
   }

   .ml-xl-nexl,
   .mx-xl-nexl {
     margin-left: -8rem !important;
   }

   .m-xl-auto {
     margin: auto !important;
   }

   .mt-xl-auto,
   .my-xl-auto {
     margin-top: auto !important;
   }

   .mr-xl-auto,
   .mx-xl-auto {
     margin-right: auto !important;
   }

   .mb-xl-auto,
   .my-xl-auto {
     margin-bottom: auto !important;
   }

   .ml-xl-auto,
   .mx-xl-auto {
     margin-left: auto !important;
   }
 }

 @media (min-width: 1400px) {
   .m-xxl-0 {
     margin: 0 !important;
   }

   .mt-xxl-0,
   .my-xxl-0 {
     margin-top: 0 !important;
   }

   .mr-xxl-0,
   .mx-xxl-0 {
     margin-right: 0 !important;
   }

   .mb-xxl-0,
   .my-xxl-0 {
     margin-bottom: 0 !important;
   }

   .ml-xxl-0,
   .mx-xxl-0 {
     margin-left: 0 !important;
   }

   .m-xxl-xs {
     margin: 0.5rem !important;
   }

   .mt-xxl-xs,
   .my-xxl-xs {
     margin-top: 0.5rem !important;
   }

   .mr-xxl-xs,
   .mx-xxl-xs {
     margin-right: 0.5rem !important;
   }

   .mb-xxl-xs,
   .my-xxl-xs {
     margin-bottom: 0.5rem !important;
   }

   .ml-xxl-xs,
   .mx-xxl-xs {
     margin-left: 0.5rem !important;
   }

   .m-xxl-sm {
     margin: 0.75rem !important;
   }

   .mt-xxl-sm,
   .my-xxl-sm {
     margin-top: 0.75rem !important;
   }

   .mr-xxl-sm,
   .mx-xxl-sm {
     margin-right: 0.75rem !important;
   }

   .mb-xxl-sm,
   .my-xxl-sm {
     margin-bottom: 0.75rem !important;
   }

   .ml-xxl-sm,
   .mx-xxl-sm {
     margin-left: 0.75rem !important;
   }

   .m-xxl-md {
     margin: 1rem !important;
   }

   .mt-xxl-md,
   .my-xxl-md {
     margin-top: 1rem !important;
   }

   .mr-xxl-md,
   .mx-xxl-md {
     margin-right: 1rem !important;
   }

   .mb-xxl-md,
   .my-xxl-md {
     margin-bottom: 1rem !important;
   }

   .ml-xxl-md,
   .mx-xxl-md {
     margin-left: 1rem !important;
   }

   .m-xxl-lg {
     margin: 1.25rem !important;
   }

   .mt-xxl-lg,
   .my-xxl-lg {
     margin-top: 1.25rem !important;
   }

   .mr-xxl-lg,
   .mx-xxl-lg {
     margin-right: 1.25rem !important;
   }

   .mb-xxl-lg,
   .my-xxl-lg {
     margin-bottom: 1.25rem !important;
   }

   .ml-xxl-lg,
   .mx-xxl-lg {
     margin-left: 1.25rem !important;
   }

   .m-xxl-xl {
     margin: 1.5rem !important;
   }

   .mt-xxl-xl,
   .my-xxl-xl {
     margin-top: 1.5rem !important;
   }

   .mr-xxl-xl,
   .mx-xxl-xl {
     margin-right: 1.5rem !important;
   }

   .mb-xxl-xl,
   .my-xxl-xl {
     margin-bottom: 1.5rem !important;
   }

   .ml-xxl-xl,
   .mx-xxl-xl {
     margin-left: 1.5rem !important;
   }

   .m-xxl-xxl {
     margin: 2rem !important;
   }

   .mt-xxl-xxl,
   .my-xxl-xxl {
     margin-top: 2rem !important;
   }

   .mr-xxl-xxl,
   .mx-xxl-xxl {
     margin-right: 2rem !important;
   }

   .mb-xxl-xxl,
   .my-xxl-xxl {
     margin-bottom: 2rem !important;
   }

   .ml-xxl-xxl,
   .mx-xxl-xxl {
     margin-left: 2rem !important;
   }

   .m-xxl-mxl {
     margin: 3rem !important;
   }

   .mt-xxl-mxl,
   .my-xxl-mxl {
     margin-top: 3rem !important;
   }

   .mr-xxl-mxl,
   .mx-xxl-mxl {
     margin-right: 3rem !important;
   }

   .mb-xxl-mxl,
   .my-xxl-mxl {
     margin-bottom: 3rem !important;
   }

   .ml-xxl-mxl,
   .mx-xxl-mxl {
     margin-left: 3rem !important;
   }

   .m-xxl-sxl {
     margin: 4rem !important;
   }

   .mt-xxl-sxl,
   .my-xxl-sxl {
     margin-top: 4rem !important;
   }

   .mr-xxl-sxl,
   .mx-xxl-sxl {
     margin-right: 4rem !important;
   }

   .mb-xxl-sxl,
   .my-xxl-sxl {
     margin-bottom: 4rem !important;
   }

   .ml-xxl-sxl,
   .mx-xxl-sxl {
     margin-left: 4rem !important;
   }

   .m-xxl-exl {
     margin: 8rem !important;
   }

   .mt-xxl-exl,
   .my-xxl-exl {
     margin-top: 8rem !important;
   }

   .mr-xxl-exl,
   .mx-xxl-exl {
     margin-right: 8rem !important;
   }

   .mb-xxl-exl,
   .my-xxl-exl {
     margin-bottom: 8rem !important;
   }

   .ml-xxl-exl,
   .mx-xxl-exl {
     margin-left: 8rem !important;
   }

   .p-xxl-0 {
     padding: 0 !important;
   }

   .pt-xxl-0,
   .py-xxl-0 {
     padding-top: 0 !important;
   }

   .pr-xxl-0,
   .px-xxl-0 {
     padding-right: 0 !important;
   }

   .pb-xxl-0,
   .py-xxl-0 {
     padding-bottom: 0 !important;
   }

   .pl-xxl-0,
   .px-xxl-0 {
     padding-left: 0 !important;
   }

   .p-xxl-xs {
     padding: 0.5rem !important;
   }

   .pt-xxl-xs,
   .py-xxl-xs {
     padding-top: 0.5rem !important;
   }

   .pr-xxl-xs,
   .px-xxl-xs {
     padding-right: 0.5rem !important;
   }

   .pb-xxl-xs,
   .py-xxl-xs {
     padding-bottom: 0.5rem !important;
   }

   .pl-xxl-xs,
   .px-xxl-xs {
     padding-left: 0.5rem !important;
   }

   .p-xxl-sm {
     padding: 0.75rem !important;
   }

   .pt-xxl-sm,
   .py-xxl-sm {
     padding-top: 0.75rem !important;
   }

   .pr-xxl-sm,
   .px-xxl-sm {
     padding-right: 0.75rem !important;
   }

   .pb-xxl-sm,
   .py-xxl-sm {
     padding-bottom: 0.75rem !important;
   }

   .pl-xxl-sm,
   .px-xxl-sm {
     padding-left: 0.75rem !important;
   }

   .p-xxl-md {
     padding: 1rem !important;
   }

   .pt-xxl-md,
   .py-xxl-md {
     padding-top: 1rem !important;
   }

   .pr-xxl-md,
   .px-xxl-md {
     padding-right: 1rem !important;
   }

   .pb-xxl-md,
   .py-xxl-md {
     padding-bottom: 1rem !important;
   }

   .pl-xxl-md,
   .px-xxl-md {
     padding-left: 1rem !important;
   }

   .p-xxl-lg {
     padding: 1.25rem !important;
   }

   .pt-xxl-lg,
   .py-xxl-lg {
     padding-top: 1.25rem !important;
   }

   .pr-xxl-lg,
   .px-xxl-lg {
     padding-right: 1.25rem !important;
   }

   .pb-xxl-lg,
   .py-xxl-lg {
     padding-bottom: 1.25rem !important;
   }

   .pl-xxl-lg,
   .px-xxl-lg {
     padding-left: 1.25rem !important;
   }

   .p-xxl-xl {
     padding: 1.5rem !important;
   }

   .pt-xxl-xl,
   .py-xxl-xl {
     padding-top: 1.5rem !important;
   }

   .pr-xxl-xl,
   .px-xxl-xl {
     padding-right: 1.5rem !important;
   }

   .pb-xxl-xl,
   .py-xxl-xl {
     padding-bottom: 1.5rem !important;
   }

   .pl-xxl-xl,
   .px-xxl-xl {
     padding-left: 1.5rem !important;
   }

   .p-xxl-xxl {
     padding: 2rem !important;
   }

   .pt-xxl-xxl,
   .py-xxl-xxl {
     padding-top: 2rem !important;
   }

   .pr-xxl-xxl,
   .px-xxl-xxl {
     padding-right: 2rem !important;
   }

   .pb-xxl-xxl,
   .py-xxl-xxl {
     padding-bottom: 2rem !important;
   }

   .pl-xxl-xxl,
   .px-xxl-xxl {
     padding-left: 2rem !important;
   }

   .p-xxl-mxl {
     padding: 3rem !important;
   }

   .pt-xxl-mxl,
   .py-xxl-mxl {
     padding-top: 3rem !important;
   }

   .pr-xxl-mxl,
   .px-xxl-mxl {
     padding-right: 3rem !important;
   }

   .pb-xxl-mxl,
   .py-xxl-mxl {
     padding-bottom: 3rem !important;
   }

   .pl-xxl-mxl,
   .px-xxl-mxl {
     padding-left: 3rem !important;
   }

   .p-xxl-sxl {
     padding: 4rem !important;
   }

   .pt-xxl-sxl,
   .py-xxl-sxl {
     padding-top: 4rem !important;
   }

   .pr-xxl-sxl,
   .px-xxl-sxl {
     padding-right: 4rem !important;
   }

   .pb-xxl-sxl,
   .py-xxl-sxl {
     padding-bottom: 4rem !important;
   }

   .pl-xxl-sxl,
   .px-xxl-sxl {
     padding-left: 4rem !important;
   }

   .p-xxl-exl {
     padding: 8rem !important;
   }

   .pt-xxl-exl,
   .py-xxl-exl {
     padding-top: 8rem !important;
   }

   .pr-xxl-exl,
   .px-xxl-exl {
     padding-right: 8rem !important;
   }

   .pb-xxl-exl,
   .py-xxl-exl {
     padding-bottom: 8rem !important;
   }

   .pl-xxl-exl,
   .px-xxl-exl {
     padding-left: 8rem !important;
   }

   .m-xxl-nxs {
     margin: -0.5rem !important;
   }

   .mt-xxl-nxs,
   .my-xxl-nxs {
     margin-top: -0.5rem !important;
   }

   .mr-xxl-nxs,
   .mx-xxl-nxs {
     margin-right: -0.5rem !important;
   }

   .mb-xxl-nxs,
   .my-xxl-nxs {
     margin-bottom: -0.5rem !important;
   }

   .ml-xxl-nxs,
   .mx-xxl-nxs {
     margin-left: -0.5rem !important;
   }

   .m-xxl-nsm {
     margin: -0.75rem !important;
   }

   .mt-xxl-nsm,
   .my-xxl-nsm {
     margin-top: -0.75rem !important;
   }

   .mr-xxl-nsm,
   .mx-xxl-nsm {
     margin-right: -0.75rem !important;
   }

   .mb-xxl-nsm,
   .my-xxl-nsm {
     margin-bottom: -0.75rem !important;
   }

   .ml-xxl-nsm,
   .mx-xxl-nsm {
     margin-left: -0.75rem !important;
   }

   .m-xxl-nmd {
     margin: -1rem !important;
   }

   .mt-xxl-nmd,
   .my-xxl-nmd {
     margin-top: -1rem !important;
   }

   .mr-xxl-nmd,
   .mx-xxl-nmd {
     margin-right: -1rem !important;
   }

   .mb-xxl-nmd,
   .my-xxl-nmd {
     margin-bottom: -1rem !important;
   }

   .ml-xxl-nmd,
   .mx-xxl-nmd {
     margin-left: -1rem !important;
   }

   .m-xxl-nlg {
     margin: -1.25rem !important;
   }

   .mt-xxl-nlg,
   .my-xxl-nlg {
     margin-top: -1.25rem !important;
   }

   .mr-xxl-nlg,
   .mx-xxl-nlg {
     margin-right: -1.25rem !important;
   }

   .mb-xxl-nlg,
   .my-xxl-nlg {
     margin-bottom: -1.25rem !important;
   }

   .ml-xxl-nlg,
   .mx-xxl-nlg {
     margin-left: -1.25rem !important;
   }

   .m-xxl-nxl {
     margin: -1.5rem !important;
   }

   .mt-xxl-nxl,
   .my-xxl-nxl {
     margin-top: -1.5rem !important;
   }

   .mr-xxl-nxl,
   .mx-xxl-nxl {
     margin-right: -1.5rem !important;
   }

   .mb-xxl-nxl,
   .my-xxl-nxl {
     margin-bottom: -1.5rem !important;
   }

   .ml-xxl-nxl,
   .mx-xxl-nxl {
     margin-left: -1.5rem !important;
   }

   .m-xxl-nxxl {
     margin: -2rem !important;
   }

   .mt-xxl-nxxl,
   .my-xxl-nxxl {
     margin-top: -2rem !important;
   }

   .mr-xxl-nxxl,
   .mx-xxl-nxxl {
     margin-right: -2rem !important;
   }

   .mb-xxl-nxxl,
   .my-xxl-nxxl {
     margin-bottom: -2rem !important;
   }

   .ml-xxl-nxxl,
   .mx-xxl-nxxl {
     margin-left: -2rem !important;
   }

   .m-xxl-nmxl {
     margin: -3rem !important;
   }

   .mt-xxl-nmxl,
   .my-xxl-nmxl {
     margin-top: -3rem !important;
   }

   .mr-xxl-nmxl,
   .mx-xxl-nmxl {
     margin-right: -3rem !important;
   }

   .mb-xxl-nmxl,
   .my-xxl-nmxl {
     margin-bottom: -3rem !important;
   }

   .ml-xxl-nmxl,
   .mx-xxl-nmxl {
     margin-left: -3rem !important;
   }

   .m-xxl-nsxl {
     margin: -4rem !important;
   }

   .mt-xxl-nsxl,
   .my-xxl-nsxl {
     margin-top: -4rem !important;
   }

   .mr-xxl-nsxl,
   .mx-xxl-nsxl {
     margin-right: -4rem !important;
   }

   .mb-xxl-nsxl,
   .my-xxl-nsxl {
     margin-bottom: -4rem !important;
   }

   .ml-xxl-nsxl,
   .mx-xxl-nsxl {
     margin-left: -4rem !important;
   }

   .m-xxl-nexl {
     margin: -8rem !important;
   }

   .mt-xxl-nexl,
   .my-xxl-nexl {
     margin-top: -8rem !important;
   }

   .mr-xxl-nexl,
   .mx-xxl-nexl {
     margin-right: -8rem !important;
   }

   .mb-xxl-nexl,
   .my-xxl-nexl {
     margin-bottom: -8rem !important;
   }

   .ml-xxl-nexl,
   .mx-xxl-nexl {
     margin-left: -8rem !important;
   }

   .m-xxl-auto {
     margin: auto !important;
   }

   .mt-xxl-auto,
   .my-xxl-auto {
     margin-top: auto !important;
   }

   .mr-xxl-auto,
   .mx-xxl-auto {
     margin-right: auto !important;
   }

   .mb-xxl-auto,
   .my-xxl-auto {
     margin-bottom: auto !important;
   }

   .ml-xxl-auto,
   .mx-xxl-auto {
     margin-left: auto !important;
   }
 }

 .font-weight-600 {
   font-weight: 600 !important;
 }

 .font-weight-800 {
   font-weight: 800 !important;
 }

 .fill-base svg {
   fill: #181D38 !important;
 }

 .fill-primary svg {
   fill: #2259FF !important;
 }

 .fill-light svg {
   fill: #3D4158 !important;
 }

 .fill-white svg {
   fill: #FCFCFC !important;
 }

 .fill-black svg {
   fill: #131313 !important;
 }

 .fill-dark-blue svg {
   fill: #1A2960 !important;
 }

 .fill-dark svg {
   fill: #13172D !important;
 }

 .fill-darkest svg {
   fill: #151722 !important;
 }

 .fill-orange svg {
   fill: #FFCA7D !important;
 }

 .fill-red svg {
   fill: #FFABAB !important;
 }

 .fill-beige svg {
   fill: #F4DDCB !important;
 }

 .fill-error svg {
   fill: #E94138 !important;
 }

 .fill-lavander svg {
   fill: #EAB8FF !important;
 }

 .fill-cyan svg {
   fill: #68DDFF !important;
 }

 .fill-lime svg {
   fill: #DAEC31 !important;
 }

 .os-ios .d-mobile-none,
 .os-android .d-mobile-none {
   display: none !important;
 }

 .os-ios .d-mobile-block,
 .os-android .d-mobile-block {
   display: block !important;
 }

 .os-ios .d-mobile-flex,
 .os-android .d-mobile-flex {
   display: flex !important;
 }

 .os-ios .d-ios-none {
   display: none !important;
 }

 .os-ios .d-ios-block {
   display: block !important;
 }

 .os-ios .d-ios-flex {
   display: flex !important;
 }

 .os-android .d-android-none {
   display: none !important;
 }

 .os-android .d-android-block {
   display: block !important;
 }

 .os-android .d-android-flex {
   display: flex !important;
 }

 .os-osx .d-desktop-none,
 .os-osx .d-windows-none,
 .os-osx .d-linux-none,
 .os-osx .d-unix-none,
 .os-windows .d-desktop-none,
 .os-windows .d-windows-none,
 .os-windows .d-linux-none,
 .os-windows .d-unix-none,
 .os-linux .d-desktop-none,
 .os-linux .d-windows-none,
 .os-linux .d-linux-none,
 .os-linux .d-unix-none,
 .os-unix .d-desktop-none,
 .os-unix .d-windows-none,
 .os-unix .d-linux-none,
 .os-unix .d-unix-none {
   display: none !important;
 }

 .os-osx .d-desktop-block,
 .os-osx .d-windows-block,
 .os-osx .d-linux-block,
 .os-osx .d-unix-block,
 .os-windows .d-desktop-block,
 .os-windows .d-windows-block,
 .os-windows .d-linux-block,
 .os-windows .d-unix-block,
 .os-linux .d-desktop-block,
 .os-linux .d-windows-block,
 .os-linux .d-linux-block,
 .os-linux .d-unix-block,
 .os-unix .d-desktop-block,
 .os-unix .d-windows-block,
 .os-unix .d-linux-block,
 .os-unix .d-unix-block {
   display: block !important;
 }

 .os-osx .d-desktop-flex,
 .os-osx .d-windows-flex,
 .os-osx .d-linux-flex,
 .os-osx .d-unix-flex,
 .os-windows .d-desktop-flex,
 .os-windows .d-windows-flex,
 .os-windows .d-linux-flex,
 .os-windows .d-unix-flex,
 .os-linux .d-desktop-flex,
 .os-linux .d-windows-flex,
 .os-linux .d-linux-flex,
 .os-linux .d-unix-flex,
 .os-unix .d-desktop-flex,
 .os-unix .d-windows-flex,
 .os-unix .d-linux-flex,
 .os-unix .d-unix-flex {
   display: flex !important;
 }

 @-webkit-keyframes spinning {
   0% {
     -webkit-transform: rotate(0deg);
     transform: rotate(0deg);
   }

   100% {
     -webkit-transform: rotate(360deg);
     transform: rotate(360deg);
   }
 }

 @keyframes spinning {
   0% {
     -webkit-transform: rotate(0deg);
     transform: rotate(0deg);
   }

   100% {
     -webkit-transform: rotate(360deg);
     transform: rotate(360deg);
   }
 }

 .btn {
   display: inline-block;
   font-weight: 600;
   color: #131313;
   text-align: center;
   text-decoration: none;
   vertical-align: middle;
   user-select: none;
   background-color: transparent;
   border: 2px solid transparent;
   padding: 0.65rem 1.5rem;
   font-size: 1rem;
   border-radius: 2rem;
   transition: transform 0.15s, filter 0.15s, -webkit-filter 0.15s;
 }

 @media (prefers-reduced-motion: reduce) {
   .btn {
     transition: none;
   }
 }

 .btn:hover {
   color: #131313;
   text-decoration: none;
 }

 .btn:focus,
 .btn.focus {
   outline: 0;
   box-shadow: none !important;
 }

 .btn.disabled,
 .btn:disabled {
   opacity: 0.65;
 }

 .btn.processing {
   text-indent: -9999px;
   position: relative;
   cursor: pointer;
 }

 .btn.processing:before {
   display: block;
   content: "";
   height: 20px;
   width: 20px;
   border: solid 2px rgba(19, 19, 19, 0.7);
   border-left-color: transparent;
   border-radius: 20px;
   position: absolute;
   left: 50%;
   top: 50%;
   margin-left: -10px;
   margin-top: -10px;
   -webkit-animation: spinning 1s infinite ease-in-out;
   animation: spinning 1s infinite ease-in-out;
 }

 a.btn.disabled,
 fieldset:disabled a.btn {
   pointer-events: none;
 }

 .btn-white {
   color: #181D38;
   background-color: #FCFCFC;
   border-color: #FCFCFC;
 }

 .btn-white .icon-svg {
   fill: #000;
 }

 .btn-white:hover,
 .btn-white:focus {
   color: #181D38;
   background-color: #FCFCFC;
   border-color: #FCFCFC;
   transform: scale(0.96);
   filter: brightness(0.8);
 }

 .btn-white:hover .icon-svg,
 .btn-white:focus .icon-svg {
   fill: #181D38;
 }

 .btn-white:visited,
 .btn-white.visited {
   color: #181D38;
 }

 .btn-white:visited .icon-svg,
 .btn-white.visited .icon-svg {
   fill: #181D38;
 }

 .btn-white.disabled,
 .btn-white:disabled {
   color: #000;
   background-color: #FCFCFC;
   border-color: #FCFCFC;
   transform: scale(1);
   filter: brightness(1);
 }

 .btn-white.disabled .icon-svg,
 .btn-white:disabled .icon-svg {
   fill: #000;
 }

 .btn-white.processing:before {
   border-color: rgba(24, 29, 56, 0.7);
   border-left-color: transparent;
 }

 .btn-white:not(:disabled):not(.disabled):active,
 .btn-white:not(:disabled):not(.disabled).active,
 .show>.btn-white.dropdown-toggle {
   color: #181D38;
   background-color: #FCFCFC;
   border-color: #FCFCFC;
 }

 .btn-white:not(:disabled):not(.disabled):active .icon-svg,
 .btn-white:not(:disabled):not(.disabled).active .icon-svg,
 .show>.btn-white.dropdown-toggle .icon-svg {
   fill: #181D38;
 }

 .btn-primary {
   color: #FCFCFC;
   background-color: #2259FF;
   border-color: #2259FF;
 }

 .btn-primary .icon-svg {
   fill: #fff;
 }

 .btn-primary:hover,
 .btn-primary:focus {
   color: #FCFCFC;
   background-color: #2259FF;
   border-color: #2259FF;
   transform: scale(0.96);
   filter: brightness(0.8);
 }

 .btn-primary:hover .icon-svg,
 .btn-primary:focus .icon-svg {
   fill: #FCFCFC;
 }

 .btn-primary:visited,
 .btn-primary.visited {
   color: #FCFCFC;
 }

 .btn-primary:visited .icon-svg,
 .btn-primary.visited .icon-svg {
   fill: #FCFCFC;
 }

 .btn-primary.disabled,
 .btn-primary:disabled {
   color: #fff;
   background-color: #2259FF;
   border-color: #2259FF;
   transform: scale(1);
   filter: brightness(1);
 }

 .btn-primary.disabled .icon-svg,
 .btn-primary:disabled .icon-svg {
   fill: #fff;
 }

 .btn-primary.processing:before {
   border-color: rgba(252, 252, 252, 0.7);
   border-left-color: transparent;
 }

 .btn-primary:not(:disabled):not(.disabled):active,
 .btn-primary:not(:disabled):not(.disabled).active,
 .show>.btn-primary.dropdown-toggle {
   color: #FCFCFC;
   background-color: #2259FF;
   border-color: #2259FF;
 }

 .btn-primary:not(:disabled):not(.disabled):active .icon-svg,
 .btn-primary:not(:disabled):not(.disabled).active .icon-svg,
 .show>.btn-primary.dropdown-toggle .icon-svg {
   fill: #FCFCFC;
 }

 .btn-primary-inverse {
   color: #2259FF;
   background-color: #FCFCFC;
   border-color: #FCFCFC;
 }

 .btn-primary-inverse .icon-svg {
   fill: #000;
 }

 .btn-primary-inverse:hover,
 .btn-primary-inverse:focus {
   color: #2259FF;
   background-color: #FCFCFC;
   border-color: #FCFCFC;
   transform: scale(0.96);
   filter: brightness(0.8);
 }

 .btn-primary-inverse:hover .icon-svg,
 .btn-primary-inverse:focus .icon-svg {
   fill: #2259FF;
 }

 .btn-primary-inverse:visited,
 .btn-primary-inverse.visited {
   color: #2259FF;
 }

 .btn-primary-inverse:visited .icon-svg,
 .btn-primary-inverse.visited .icon-svg {
   fill: #2259FF;
 }

 .btn-primary-inverse.disabled,
 .btn-primary-inverse:disabled {
   color: #000;
   background-color: #FCFCFC;
   border-color: #FCFCFC;
   transform: scale(1);
   filter: brightness(1);
 }

 .btn-primary-inverse.disabled .icon-svg,
 .btn-primary-inverse:disabled .icon-svg {
   fill: #000;
 }

 .btn-primary-inverse.processing:before {
   border-color: rgba(34, 89, 255, 0.7);
   border-left-color: transparent;
 }

 .btn-primary-inverse:not(:disabled):not(.disabled):active,
 .btn-primary-inverse:not(:disabled):not(.disabled).active,
 .show>.btn-primary-inverse.dropdown-toggle {
   color: #2259FF;
   background-color: #FCFCFC;
   border-color: #FCFCFC;
 }

 .btn-primary-inverse:not(:disabled):not(.disabled):active .icon-svg,
 .btn-primary-inverse:not(:disabled):not(.disabled).active .icon-svg,
 .show>.btn-primary-inverse.dropdown-toggle .icon-svg {
   fill: #2259FF;
 }

 .btn-lavander {
   color: #131313;
   background-color: #EAB8FF;
   border-color: #EAB8FF;
 }

 .btn-lavander .icon-svg {
   fill: #000;
 }

 .btn-lavander:hover,
 .btn-lavander:focus {
   color: #131313;
   background-color: #EAB8FF;
   border-color: #EAB8FF;
   transform: scale(0.96);
   filter: brightness(0.8);
 }

 .btn-lavander:hover .icon-svg,
 .btn-lavander:focus .icon-svg {
   fill: #131313;
 }

 .btn-lavander:visited,
 .btn-lavander.visited {
   color: #131313;
 }

 .btn-lavander:visited .icon-svg,
 .btn-lavander.visited .icon-svg {
   fill: #131313;
 }

 .btn-lavander.disabled,
 .btn-lavander:disabled {
   color: #000;
   background-color: #EAB8FF;
   border-color: #EAB8FF;
   transform: scale(1);
   filter: brightness(1);
 }

 .btn-lavander.disabled .icon-svg,
 .btn-lavander:disabled .icon-svg {
   fill: #000;
 }

 .btn-lavander.processing:before {
   border-color: rgba(19, 19, 19, 0.7);
   border-left-color: transparent;
 }

 .btn-lavander:not(:disabled):not(.disabled):active,
 .btn-lavander:not(:disabled):not(.disabled).active,
 .show>.btn-lavander.dropdown-toggle {
   color: #131313;
   background-color: #EAB8FF;
   border-color: #EAB8FF;
 }

 .btn-lavander:not(:disabled):not(.disabled):active .icon-svg,
 .btn-lavander:not(:disabled):not(.disabled).active .icon-svg,
 .show>.btn-lavander.dropdown-toggle .icon-svg {
   fill: #131313;
 }

 .btn-base {
   color: #FCFCFC;
   background-color: #181D38;
   border-color: #181D38;
 }

 .btn-base .icon-svg {
   fill: #fff;
 }

 .btn-base:hover,
 .btn-base:focus {
   color: #FCFCFC;
   background-color: #181D38;
   border-color: #181D38;
   transform: scale(0.96);
   filter: brightness(0.8);
 }

 .btn-base:hover .icon-svg,
 .btn-base:focus .icon-svg {
   fill: #FCFCFC;
 }

 .btn-base:visited,
 .btn-base.visited {
   color: #FCFCFC;
 }

 .btn-base:visited .icon-svg,
 .btn-base.visited .icon-svg {
   fill: #FCFCFC;
 }

 .btn-base.disabled,
 .btn-base:disabled {
   color: #fff;
   background-color: #181D38;
   border-color: #181D38;
   transform: scale(1);
   filter: brightness(1);
 }

 .btn-base.disabled .icon-svg,
 .btn-base:disabled .icon-svg {
   fill: #fff;
 }

 .btn-base.processing:before {
   border-color: rgba(252, 252, 252, 0.7);
   border-left-color: transparent;
 }

 .btn-base:not(:disabled):not(.disabled):active,
 .btn-base:not(:disabled):not(.disabled).active,
 .show>.btn-base.dropdown-toggle {
   color: #FCFCFC;
   background-color: #181D38;
   border-color: #181D38;
 }

 .btn-base:not(:disabled):not(.disabled):active .icon-svg,
 .btn-base:not(:disabled):not(.disabled).active .icon-svg,
 .show>.btn-base.dropdown-toggle .icon-svg {
   fill: #FCFCFC;
 }

 .btn-cyan {
   color: #131313;
   background-color: #68DDFF;
   border-color: #68DDFF;
 }

 .btn-cyan .icon-svg {
   fill: #000;
 }

 .btn-cyan:hover,
 .btn-cyan:focus {
   color: #131313;
   background-color: #68DDFF;
   border-color: #68DDFF;
   transform: scale(0.96);
   filter: brightness(0.8);
 }

 .btn-cyan:hover .icon-svg,
 .btn-cyan:focus .icon-svg {
   fill: #131313;
 }

 .btn-cyan:visited,
 .btn-cyan.visited {
   color: #131313;
 }

 .btn-cyan:visited .icon-svg,
 .btn-cyan.visited .icon-svg {
   fill: #131313;
 }

 .btn-cyan.disabled,
 .btn-cyan:disabled {
   color: #000;
   background-color: #68DDFF;
   border-color: #68DDFF;
   transform: scale(1);
   filter: brightness(1);
 }

 .btn-cyan.disabled .icon-svg,
 .btn-cyan:disabled .icon-svg {
   fill: #000;
 }

 .btn-cyan.processing:before {
   border-color: rgba(19, 19, 19, 0.7);
   border-left-color: transparent;
 }

 .btn-cyan:not(:disabled):not(.disabled):active,
 .btn-cyan:not(:disabled):not(.disabled).active,
 .show>.btn-cyan.dropdown-toggle {
   color: #131313;
   background-color: #68DDFF;
   border-color: #68DDFF;
 }

 .btn-cyan:not(:disabled):not(.disabled):active .icon-svg,
 .btn-cyan:not(:disabled):not(.disabled).active .icon-svg,
 .show>.btn-cyan.dropdown-toggle .icon-svg {
   fill: #131313;
 }

 .btn-lime {
   color: #131313;
   background-color: #DAEC31;
   border-color: #DAEC31;
 }

 .btn-lime .icon-svg {
   fill: #000;
 }

 .btn-lime:hover,
 .btn-lime:focus {
   color: #131313;
   background-color: #DAEC31;
   border-color: #DAEC31;
   transform: scale(0.96);
   filter: brightness(0.8);
 }

 .btn-lime:hover .icon-svg,
 .btn-lime:focus .icon-svg {
   fill: #131313;
 }

 .btn-lime:visited,
 .btn-lime.visited {
   color: #131313;
 }

 .btn-lime:visited .icon-svg,
 .btn-lime.visited .icon-svg {
   fill: #131313;
 }

 .btn-lime.disabled,
 .btn-lime:disabled {
   color: #000;
   background-color: #DAEC31;
   border-color: #DAEC31;
   transform: scale(1);
   filter: brightness(1);
 }

 .btn-lime.disabled .icon-svg,
 .btn-lime:disabled .icon-svg {
   fill: #000;
 }

 .btn-lime.processing:before {
   border-color: rgba(19, 19, 19, 0.7);
   border-left-color: transparent;
 }

 .btn-lime:not(:disabled):not(.disabled):active,
 .btn-lime:not(:disabled):not(.disabled).active,
 .show>.btn-lime.dropdown-toggle {
   color: #131313;
   background-color: #DAEC31;
   border-color: #DAEC31;
 }

 .btn-lime:not(:disabled):not(.disabled):active .icon-svg,
 .btn-lime:not(:disabled):not(.disabled).active .icon-svg,
 .show>.btn-lime.dropdown-toggle .icon-svg {
   fill: #131313;
 }

 .btn-beige {
   color: #131313;
   background-color: #F4DDCB;
   border-color: #F4DDCB;
 }

 .btn-beige .icon-svg {
   fill: #000;
 }

 .btn-beige:hover,
 .btn-beige:focus {
   color: #131313;
   background-color: #F4DDCB;
   border-color: #F4DDCB;
   transform: scale(0.96);
   filter: brightness(0.8);
 }

 .btn-beige:hover .icon-svg,
 .btn-beige:focus .icon-svg {
   fill: #131313;
 }

 .btn-beige:visited,
 .btn-beige.visited {
   color: #131313;
 }

 .btn-beige:visited .icon-svg,
 .btn-beige.visited .icon-svg {
   fill: #131313;
 }

 .btn-beige.disabled,
 .btn-beige:disabled {
   color: #000;
   background-color: #F4DDCB;
   border-color: #F4DDCB;
   transform: scale(1);
   filter: brightness(1);
 }

 .btn-beige.disabled .icon-svg,
 .btn-beige:disabled .icon-svg {
   fill: #000;
 }

 .btn-beige.processing:before {
   border-color: rgba(19, 19, 19, 0.7);
   border-left-color: transparent;
 }

 .btn-beige:not(:disabled):not(.disabled):active,
 .btn-beige:not(:disabled):not(.disabled).active,
 .show>.btn-beige.dropdown-toggle {
   color: #131313;
   background-color: #F4DDCB;
   border-color: #F4DDCB;
 }

 .btn-beige:not(:disabled):not(.disabled):active .icon-svg,
 .btn-beige:not(:disabled):not(.disabled).active .icon-svg,
 .show>.btn-beige.dropdown-toggle .icon-svg {
   fill: #131313;
 }

 .btn-orange {
   color: #131313;
   background-color: #FFCA7D;
   border-color: #FFCA7D;
 }

 .btn-orange .icon-svg {
   fill: #000;
 }

 .btn-orange:hover,
 .btn-orange:focus {
   color: #131313;
   background-color: #FFCA7D;
   border-color: #FFCA7D;
   transform: scale(0.96);
   filter: brightness(0.8);
 }

 .btn-orange:hover .icon-svg,
 .btn-orange:focus .icon-svg {
   fill: #131313;
 }

 .btn-orange:visited,
 .btn-orange.visited {
   color: #131313;
 }

 .btn-orange:visited .icon-svg,
 .btn-orange.visited .icon-svg {
   fill: #131313;
 }

 .btn-orange.disabled,
 .btn-orange:disabled {
   color: #000;
   background-color: #FFCA7D;
   border-color: #FFCA7D;
   transform: scale(1);
   filter: brightness(1);
 }

 .btn-orange.disabled .icon-svg,
 .btn-orange:disabled .icon-svg {
   fill: #000;
 }

 .btn-orange.processing:before {
   border-color: rgba(19, 19, 19, 0.7);
   border-left-color: transparent;
 }

 .btn-orange:not(:disabled):not(.disabled):active,
 .btn-orange:not(:disabled):not(.disabled).active,
 .show>.btn-orange.dropdown-toggle {
   color: #131313;
   background-color: #FFCA7D;
   border-color: #FFCA7D;
 }

 .btn-orange:not(:disabled):not(.disabled):active .icon-svg,
 .btn-orange:not(:disabled):not(.disabled).active .icon-svg,
 .show>.btn-orange.dropdown-toggle .icon-svg {
   fill: #131313;
 }

 .btn-red {
   color: #131313;
   background-color: #FFABAB;
   border-color: #FFABAB;
 }

 .btn-red .icon-svg {
   fill: #000;
 }

 .btn-red:hover,
 .btn-red:focus {
   color: #131313;
   background-color: #FFABAB;
   border-color: #FFABAB;
   transform: scale(0.96);
   filter: brightness(0.8);
 }

 .btn-red:hover .icon-svg,
 .btn-red:focus .icon-svg {
   fill: #131313;
 }

 .btn-red:visited,
 .btn-red.visited {
   color: #131313;
 }

 .btn-red:visited .icon-svg,
 .btn-red.visited .icon-svg {
   fill: #131313;
 }

 .btn-red.disabled,
 .btn-red:disabled {
   color: #000;
   background-color: #FFABAB;
   border-color: #FFABAB;
   transform: scale(1);
   filter: brightness(1);
 }

 .btn-red.disabled .icon-svg,
 .btn-red:disabled .icon-svg {
   fill: #000;
 }

 .btn-red.processing:before {
   border-color: rgba(19, 19, 19, 0.7);
   border-left-color: transparent;
 }

 .btn-red:not(:disabled):not(.disabled):active,
 .btn-red:not(:disabled):not(.disabled).active,
 .show>.btn-red.dropdown-toggle {
   color: #131313;
   background-color: #FFABAB;
   border-color: #FFABAB;
 }

 .btn-red:not(:disabled):not(.disabled):active .icon-svg,
 .btn-red:not(:disabled):not(.disabled).active .icon-svg,
 .show>.btn-red.dropdown-toggle .icon-svg {
   fill: #131313;
 }

 .btn-black {
   color: #FCFCFC;
   background-color: #131313;
   border-color: #131313;
 }

 .btn-black .icon-svg {
   fill: #fff;
 }

 .btn-black:hover,
 .btn-black:focus {
   color: #FCFCFC;
   background-color: #131313;
   border-color: #131313;
   transform: scale(0.96);
   filter: brightness(0.8);
 }

 .btn-black:hover .icon-svg,
 .btn-black:focus .icon-svg {
   fill: #FCFCFC;
 }

 .btn-black:visited,
 .btn-black.visited {
   color: #FCFCFC;
 }

 .btn-black:visited .icon-svg,
 .btn-black.visited .icon-svg {
   fill: #FCFCFC;
 }

 .btn-black.disabled,
 .btn-black:disabled {
   color: #fff;
   background-color: #131313;
   border-color: #131313;
   transform: scale(1);
   filter: brightness(1);
 }

 .btn-black.disabled .icon-svg,
 .btn-black:disabled .icon-svg {
   fill: #fff;
 }

 .btn-black.processing:before {
   border-color: rgba(252, 252, 252, 0.7);
   border-left-color: transparent;
 }

 .btn-black:not(:disabled):not(.disabled):active,
 .btn-black:not(:disabled):not(.disabled).active,
 .show>.btn-black.dropdown-toggle {
   color: #FCFCFC;
   background-color: #131313;
   border-color: #131313;
 }

 .btn-black:not(:disabled):not(.disabled):active .icon-svg,
 .btn-black:not(:disabled):not(.disabled).active .icon-svg,
 .show>.btn-black.dropdown-toggle .icon-svg {
   fill: #FCFCFC;
 }

 .btn-outline-white {
   color: #FCFCFC;
   border-color: #FCFCFC;
 }

 .btn-outline-white:hover,
 .btn-outline-white:focus {
   color: #FCFCFC;
   border-color: #FCFCFC;
   transform: scale(0.96);
   filter: brightness(0.8);
 }

 .btn-outline-white:focus,
 .btn-outline-white.focus {
   box-shadow: 0 0 0 0.25rem rgba(252, 252, 252, 0.5);
 }

 .btn-outline-white.disabled,
 .btn-outline-white:disabled {
   color: #FCFCFC;
   background-color: transparent;
   transform: scale(1);
   filter: brightness(1);
 }

 .btn-outline-white:not(:disabled):not(.disabled):active,
 .btn-outline-white:not(:disabled):not(.disabled).active,
 .show>.btn-outline-white.dropdown-toggle {
   color: #000;
   background-color: #FCFCFC;
   border-color: #FCFCFC;
 }

 .btn-outline-white:not(:disabled):not(.disabled):active:focus,
 .btn-outline-white:not(:disabled):not(.disabled).active:focus,
 .show>.btn-outline-white.dropdown-toggle:focus {
   box-shadow: 0 0 0 0.25rem rgba(252, 252, 252, 0.5);
 }

 .btn-outline-primary {
   color: #2259FF;
   border-color: #2259FF;
 }

 .btn-outline-primary:hover,
 .btn-outline-primary:focus {
   color: #2259FF;
   border-color: #2259FF;
 }

 .btn-outline-primary:focus,
 .btn-outline-primary.focus {
   box-shadow: 0 0 0 0.25rem rgba(34, 89, 255, 0.5);
 }

 .btn-outline-primary.disabled,
 .btn-outline-primary:disabled {
   color: #2259FF;
   background-color: transparent;
   transform: scale(1);
   filter: brightness(1);
 }

 .btn-outline-primary:not(:disabled):not(.disabled):active,
 .btn-outline-primary:not(:disabled):not(.disabled).active,
 .show>.btn-outline-primary.dropdown-toggle {
   color: #fff;
   background-color: #2259FF;
   border-color: #2259FF;
 }

 .btn-outline-primary:not(:disabled):not(.disabled):active:focus,
 .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
 .show>.btn-outline-primary.dropdown-toggle:focus {
   box-shadow: 0 0 0 0.25rem rgba(34, 89, 255, 0.5);
 }

 .btn-outline-base {
   color: #181D38;
   border-color: #181D38;
 }

 .btn-outline-base:hover,
 .btn-outline-base:focus {
   color: #181D38;
   border-color: #181D38;
   transform: scale(0.96);
   filter: brightness(0.8);
 }

 .btn-outline-base:focus,
 .btn-outline-base.focus {
   box-shadow: 0 0 0 0.25rem rgba(24, 29, 56, 0.5);
 }

 .btn-outline-base.disabled,
 .btn-outline-base:disabled {
   color: #181D38;
   background-color: transparent;
   transform: scale(1);
   filter: brightness(1);
 }

 .btn-outline-base:not(:disabled):not(.disabled):active,
 .btn-outline-base:not(:disabled):not(.disabled).active,
 .show>.btn-outline-base.dropdown-toggle {
   color: #fff;
   background-color: #181D38;
   border-color: #181D38;
 }

 .btn-outline-base:not(:disabled):not(.disabled):active:focus,
 .btn-outline-base:not(:disabled):not(.disabled).active:focus,
 .show>.btn-outline-base.dropdown-toggle:focus {
   box-shadow: 0 0 0 0.25rem rgba(24, 29, 56, 0.5);
 }

 .btn-outline-softgray {
   color: #d4d4d4;
   border-color: #d4d4d4;
 }

 .btn-outline-softgray:hover,
 .btn-outline-softgray:focus {
   color: #d4d4d4;
   border-color: #d4d4d4;
   transform: scale(0.96);
   filter: brightness(0.8);
 }

 .btn-outline-softgray:focus,
 .btn-outline-softgray.focus {
   box-shadow: 0 0 0 0.25rem rgba(212, 212, 212, 0.5);
 }

 .btn-outline-softgray.disabled,
 .btn-outline-softgray:disabled {
   color: #d4d4d4;
   background-color: transparent;
   transform: scale(1);
   filter: brightness(1);
 }

 .btn-outline-softgray:not(:disabled):not(.disabled):active,
 .btn-outline-softgray:not(:disabled):not(.disabled).active,
 .show>.btn-outline-softgray.dropdown-toggle {
   color: #000;
   background-color: #d4d4d4;
   border-color: #d4d4d4;
 }

 .btn-outline-softgray:not(:disabled):not(.disabled):active:focus,
 .btn-outline-softgray:not(:disabled):not(.disabled).active:focus,
 .show>.btn-outline-softgray.dropdown-toggle:focus {
   box-shadow: 0 0 0 0.25rem rgba(212, 212, 212, 0.5);
 }

 .btn-outline-softgray-40 {
   color: rgba(212, 212, 212, 0.4);
   border-color: rgba(212, 212, 212, 0.4);
 }

 .btn-outline-softgray-40:hover,
 .btn-outline-softgray-40:focus {
   color: rgba(212, 212, 212, 0.4);
   border-color: rgba(212, 212, 212, 0.4);
   transform: scale(0.96);
   filter: brightness(0.8);
 }

 .btn-outline-softgray-40:focus,
 .btn-outline-softgray-40.focus {
   box-shadow: 0 0 0 0.25rem rgba(212, 212, 212, 0.5);
 }

 .btn-outline-softgray-40.disabled,
 .btn-outline-softgray-40:disabled {
   color: rgba(212, 212, 212, 0.4);
   background-color: transparent;
   transform: scale(1);
   filter: brightness(1);
 }

 .btn-outline-softgray-40:not(:disabled):not(.disabled):active,
 .btn-outline-softgray-40:not(:disabled):not(.disabled).active,
 .show>.btn-outline-softgray-40.dropdown-toggle {
   color: #000;
   background-color: rgba(212, 212, 212, 0.4);
   border-color: rgba(212, 212, 212, 0.4);
 }

 .btn-outline-softgray-40:not(:disabled):not(.disabled):active:focus,
 .btn-outline-softgray-40:not(:disabled):not(.disabled).active:focus,
 .show>.btn-outline-softgray-40.dropdown-toggle:focus {
   box-shadow: 0 0 0 0.25rem rgba(212, 212, 212, 0.5);
 }

 .btn-link {
   font-weight: 500;
   color: #FCFCFC;
   text-decoration: none;
   font-weight: 600;
 }

 .btn-link.dropdown-toggle:after {
   background-color: #FCFCFC !important;
 }

 .btn-link:visited {
   color: #FCFCFC;
 }

 .btn-link:hover {
   color: #8c94a0 !important;
   text-decoration: none;
 }

 .btn-link:hover.dropdown-toggle:after {
   background-color: #8c94a0 !important;
 }

 .btn-link:focus,
 .btn-link.focus {
   text-decoration: none;
 }

 .btn-link:disabled,
 .btn-link.disabled {
   color: rgba(252, 252, 252, 0.5);
   pointer-events: none;
 }

 .link-arrow-cyan:after {
   content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.90369 5.09619L8.90369 7.09619H15.6819L4.40723 18.3708L5.82144 19.785L17.0961 8.51041V15.2886H19.0961V5.09619L8.90369 5.09619Z' fill='%2368DDFF'/%3E%3C/svg%3E");
   display: inline-block;
   transform: translate(5px, 7px);
 }

 .btn-grey-scale {
   color: rgba(252, 252, 252, 0.6);
   background-color: rgba(252, 252, 252, 0.1);
 }

 .btn-grey-scale:hover {
   color: rgba(252, 252, 252, 0.6);
   background-color: rgba(252, 252, 252, 0.1);
   transform: scale(0.96);
 }

 .btn-img {
   padding: 0;
 }

 .btn-img:hover {
   transform: scale(0.96);
   transition: all 0.15s;
 }

 .btn-link-white {
   color: #FCFCFC;
   background-color: transparent;
   background-image: none;
   border-color: transparent;
 }

 .btn-link-white .icon-svg {
   fill: #FCFCFC;
 }

 .btn-link-white:visited,
 .btn-link-white.visited {
   color: #FCFCFC;
 }

 .btn-link-white:visited .icon-svg,
 .btn-link-white.visited .icon-svg {
   fill: #FCFCFC;
 }

 .btn-link-white:hover,
 .btn-link-white:focus,
 .btn-link-white.focus {
   color: #FCFCFC;
   background-color: transparent;
   border-color: transparent;
   box-shadow: unset;
 }

 .btn-link-white:hover .icon-svg,
 .btn-link-white:focus .icon-svg,
 .btn-link-white.focus .icon-svg {
   fill: #FCFCFC;
 }

 .btn-link-white.disabled,
 .btn-link-white:disabled {
   color: rgba(252, 252, 252, 0.5);
   background-color: transparent;
 }

 .btn-link-white.disabled .icon-svg,
 .btn-link-white:disabled .icon-svg {
   fill: rgba(252, 252, 252, 0.5);
 }

 .btn-link-primary {
   color: #2259FF;
   background-color: transparent;
   background-image: none;
   border-color: transparent;
 }

 .btn-link-primary .icon-svg {
   fill: #2259FF;
 }

 .btn-link-primary:visited,
 .btn-link-primary.visited {
   color: #2259FF;
 }

 .btn-link-primary:visited .icon-svg,
 .btn-link-primary.visited .icon-svg {
   fill: #2259FF;
 }

 .btn-link-primary:hover,
 .btn-link-primary:focus,
 .btn-link-primary.focus {
   color: #2259FF;
   background-color: transparent;
   border-color: transparent;
   box-shadow: unset;
 }

 .btn-link-primary:hover .icon-svg,
 .btn-link-primary:focus .icon-svg,
 .btn-link-primary.focus .icon-svg {
   fill: #2259FF;
 }

 .btn-link-primary.disabled,
 .btn-link-primary:disabled {
   color: rgba(34, 89, 255, 0.5);
   background-color: transparent;
 }

 .btn-link-primary.disabled .icon-svg,
 .btn-link-primary:disabled .icon-svg {
   fill: rgba(34, 89, 255, 0.5);
 }

 .btn-link-base {
   color: #181D38;
   background-color: transparent;
   background-image: none;
   border-color: transparent;
 }

 .btn-link-base .icon-svg {
   fill: #181D38;
 }

 .btn-link-base:visited,
 .btn-link-base.visited {
   color: #181D38;
 }

 .btn-link-base:visited .icon-svg,
 .btn-link-base.visited .icon-svg {
   fill: #181D38;
 }

 .btn-link-base:hover,
 .btn-link-base:focus,
 .btn-link-base.focus {
   color: #181D38;
   background-color: transparent;
   border-color: transparent;
   box-shadow: unset;
 }

 .btn-link-base:hover .icon-svg,
 .btn-link-base:focus .icon-svg,
 .btn-link-base.focus .icon-svg {
   fill: #181D38;
 }

 .btn-link-base.disabled,
 .btn-link-base:disabled {
   color: rgba(24, 29, 56, 0.5);
   background-color: transparent;
 }

 .btn-link-base.disabled .icon-svg,
 .btn-link-base:disabled .icon-svg {
   fill: rgba(24, 29, 56, 0.5);
 }

 .btn-link-softgray {
   color: #d4d4d4;
   background-color: transparent;
   background-image: none;
   border-color: transparent;
 }

 .btn-link-softgray .icon-svg {
   fill: #d4d4d4;
 }

 .btn-link-softgray:visited,
 .btn-link-softgray.visited {
   color: #d4d4d4;
 }

 .btn-link-softgray:visited .icon-svg,
 .btn-link-softgray.visited .icon-svg {
   fill: #d4d4d4;
 }

 .btn-link-softgray:hover,
 .btn-link-softgray:focus,
 .btn-link-softgray.focus {
   color: #d4d4d4;
   background-color: transparent;
   border-color: transparent;
   box-shadow: unset;
 }

 .btn-link-softgray:hover .icon-svg,
 .btn-link-softgray:focus .icon-svg,
 .btn-link-softgray.focus .icon-svg {
   fill: #d4d4d4;
 }

 .btn-link-softgray.disabled,
 .btn-link-softgray:disabled {
   color: rgba(212, 212, 212, 0.5);
   background-color: transparent;
 }

 .btn-link-softgray.disabled .icon-svg,
 .btn-link-softgray:disabled .icon-svg {
   fill: rgba(212, 212, 212, 0.5);
 }

 .btn-link-softgray-40 {
   color: rgba(212, 212, 212, 0.4);
   background-color: transparent;
   background-image: none;
   border-color: transparent;
 }

 .btn-link-softgray-40 .icon-svg {
   fill: rgba(212, 212, 212, 0.4);
 }

 .btn-link-softgray-40:visited,
 .btn-link-softgray-40.visited {
   color: rgba(212, 212, 212, 0.4);
 }

 .btn-link-softgray-40:visited .icon-svg,
 .btn-link-softgray-40.visited .icon-svg {
   fill: rgba(212, 212, 212, 0.4);
 }

 .btn-link-softgray-40:hover,
 .btn-link-softgray-40:focus,
 .btn-link-softgray-40.focus {
   color: rgba(212, 212, 212, 0.4);
   background-color: transparent;
   border-color: transparent;
   box-shadow: unset;
 }

 .btn-link-softgray-40:hover .icon-svg,
 .btn-link-softgray-40:focus .icon-svg,
 .btn-link-softgray-40.focus .icon-svg {
   fill: rgba(212, 212, 212, 0.4);
 }

 .btn-link-softgray-40.disabled,
 .btn-link-softgray-40:disabled {
   color: rgba(212, 212, 212, 0.5);
   background-color: transparent;
 }

 .btn-link-softgray-40.disabled .icon-svg,
 .btn-link-softgray-40:disabled .icon-svg {
   fill: rgba(212, 212, 212, 0.5);
 }

 .btn-lg {
   padding: 1rem 3rem;
   font-size: 1rem;
   border-radius: 3rem;
 }

 .btn-sm {
   padding: 0.35rem 1.5rem;
   font-size: 1rem;
   border-radius: 2rem;
 }

 .btn-wide {
   padding: 1rem 4rem;
   font-size: 1rem;
   border-radius: 3rem;
   line-height: 1;
 }

 .btn-block {
   display: block;
   width: 100%;
 }

 .btn-block+.btn-block {
   margin-top: 0.5rem;
 }

 input[type=submit].btn-block,
 input[type=reset].btn-block,
 input[type=button].btn-block {
   width: 100%;
 }

 .btn-switch {
   position: relative;
   display: inline-block;
   background-color: rgba(252, 252, 252, 0.1);
   padding: 0;
   cursor: pointer;
   overflow: hidden;
 }

 .btn-switch:before {
   top: 0;
   position: absolute;
   content: "";
   background-color: #FCFCFC;
   width: 0;
   height: 100%;
   border-radius: 2rem;
   transition: all 0.5s ease-in-out;
 }

 .btn-switch .switch {
   overflow: hidden;
   position: relative;
   border-width: 0;
   z-index: 1;
   transition: all 0.5s ease-in-out;
 }

 .btn-switch .switch:before {
   top: 0;
   width: 100%;
   height: 100%;
   position: absolute;
   background-color: #FCFCFC;
   content: "";
   border-radius: 2rem;
   z-index: -1;
   border-color: #FCFCFC;
 }

 .btn-switch .switch-left {
   color: #181D38;
 }

 .btn-switch .switch-left:before {
   left: 0;
   transition: all 0.1s ease-in-out 0.25s;
 }

 .btn-switch .switch-right {
   color: #FCFCFC;
 }

 .btn-switch .switch-right:before {
   left: -100%;
   transition: all 0.2s ease-in-out 0.1s;
 }

 .btn-switch-input {
   opacity: 0;
   width: 0;
   height: 0;
 }

 input[type=checkbox]:checked.btn-switch-input~.btn-switch>.switch-right {
   color: #181D38;
 }

 input[type=checkbox]:checked.btn-switch-input~.btn-switch>.switch-right:before {
   left: 0;
   transition: all 0.1s ease-in-out 0.25s;
 }

 input[type=checkbox]:checked.btn-switch-input~.btn-switch>.switch-left {
   color: #FCFCFC;
 }

 input[type=checkbox]:checked.btn-switch-input~.btn-switch>.switch-left:before {
   left: 100%;
   transition: all 0.2s ease-in-out 0.1s;
 }

 input[type=checkbox]:checked.btn-switch-input~.btn-switch:before {
   left: 100%;
   animation: stretchingLeft ease-in-out 0.5s;
 }

 input[type=checkbox]:not(:checked).btn-switch-input~.btn-switch:before {
   left: -100%;
   animation: stretchingRight ease-in-out 0.5s;
 }

 @keyframes stretchingLeft {
   0% {
     width: 10%;
   }

   30% {
     width: 100%;
   }

   60% {
     width: 100%;
   }

   100% {
     width: 10%;
   }
 }

 @keyframes stretchingRight {
   0% {
     width: 10%;
   }

   30% {
     width: 100%;
   }

   60% {
     width: 100%;
   }

   100% {
     width: 10%;
   }
 }

 .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.moove-gdpr-infobar-settings-btn,
 .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-settings-btn {
   background-color: #fcfcfc !important;
 }

 .form-label {
   margin-bottom: 0.5rem;
   font-size: 0.875rem;
   font-weight: 600;
   color: #FCFCFC;
 }

 label.error {
   font-size: 0.875rem;
   color: #8c94a0;
   font-weight: 500;
   margin-top: 0.25rem;
 }

 label.error:before {
   display: inline-block;
   width: 1.1rem;
   height: 1.1rem;
   border-radius: 50%;
   background-color: #E94138;
   content: "!";
   font-weight: 600;
   text-align: center;
   color: #FCFCFC;
   font-size: 0.75rem;
   margin-right: 0.5rem;
 }

 .form-control {
   display: block;
   width: 100%;
   padding: 0.6rem 0.75rem;
   font-size: 1rem;
   font-weight: 500;
   line-height: 1.5;
   color: #FCFCFC;
   background-color: rgba(252, 252, 252, 0.1);
   background-clip: padding-box;
   border: 1px solid rgba(252, 252, 252, 0.3);
   appearance: none;
   resize: none;
   border-radius: 4px;
   transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
 }

 @media (prefers-reduced-motion: reduce) {
   .form-control {
     transition: none;
   }
 }

 .form-control[type=file] {
   overflow: hidden;
 }

 .form-control[type=file]:not(:disabled):not([readonly]) {
   cursor: pointer;
 }

 .form-control:focus {
   color: #FCFCFC;
   background-color: rgba(252, 252, 252, 0.15);
   border-color: rgba(252, 252, 252, 0.5);
   outline: 0;
   box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.03), 0px 2px 6px rgba(0, 0, 0, 0.02);
 }

 .form-control::-webkit-date-and-time-value {
   height: 1.5em;
 }

 .form-control::placeholder {
   color: #8c94a0;
   opacity: 1;
 }

 .form-control:disabled,
 .form-control[readonly] {
   background-color: rgba(252, 252, 252, 0.05);
   opacity: 1;
 }

 .form-control::file-selector-button {
   padding: 0.6rem 0.75rem;
   margin: -0.6rem -0.75rem;
   margin-inline-end: 0.75rem;
   color: #212529;
   background-color: #e9ecef;
   pointer-events: none;
   border-color: inherit;
   border-style: solid;
   border-width: 0;
   border-inline-end-width: 1px;
   border-radius: 0;
   transition: transform 0.15s, filter 0.15s, -webkit-filter 0.15s;
 }

 @media (prefers-reduced-motion: reduce) {
   .form-control::file-selector-button {
     transition: none;
   }
 }

 .form-control:hover:not(:disabled):not([readonly])::file-selector-button {
   background-color: #dde0e3;
 }

 .form-control::-webkit-file-upload-button {
   padding: 0.6rem 0.75rem;
   margin: -0.6rem -0.75rem;
   margin-inline-end: 0.75rem;
   color: #212529;
   background-color: #e9ecef;
   pointer-events: none;
   border-color: inherit;
   border-style: solid;
   border-width: 0;
   border-inline-end-width: 1px;
   border-radius: 0;
   transition: transform 0.15s, filter 0.15s, -webkit-filter 0.15s;
 }

 @media (prefers-reduced-motion: reduce) {
   .form-control::-webkit-file-upload-button {
     transition: none;
   }
 }

 .form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
   background-color: #dde0e3;
 }

 .form-control.error {
   border-color: #E94138;
 }

 .form-control-plaintext {
   display: block;
   width: 100%;
   padding: 0.6rem 0;
   margin-bottom: 0;
   line-height: 1.5;
   color: #131313;
   background-color: transparent;
   border: solid transparent;
   border-width: 1px 0;
 }

 .form-control-plaintext.form-control-sm,
 .form-control-plaintext.form-control-lg {
   padding-right: 0;
   padding-left: 0;
 }

 .form-control-sm {
   min-height: calc(1.5em + 1.5rem + 2px);
   padding: 0.75rem 1rem;
   font-size: 0.875rem;
   border-radius: 0.75rem;
 }

 .form-control-sm::file-selector-button {
   padding: 0.75rem 1rem;
   margin: -0.75rem -1rem;
   margin-inline-end: 1rem;
 }

 .form-control-sm::-webkit-file-upload-button {
   padding: 0.75rem 1rem;
   margin: -0.75rem -1rem;
   margin-inline-end: 1rem;
 }

 .form-control-lg {
   min-height: calc(1.5em + 2rem + 2px);
   padding: 1rem 3rem;
   font-size: 1.25rem;
   border-radius: 3rem;
 }

 .form-control-lg::file-selector-button {
   padding: 1rem 3rem;
   margin: -1rem -3rem;
   margin-inline-end: 3rem;
 }

 .form-control-lg::-webkit-file-upload-button {
   padding: 1rem 3rem;
   margin: -1rem -3rem;
   margin-inline-end: 3rem;
 }

 textarea.form-control {
   min-height: calc(1.5em + 1.2rem);
 }

 textarea.form-control-sm {
   min-height: calc(1.5em + 1.5rem + 2px);
 }

 textarea.form-control-lg {
   min-height: calc(1.5em + 2rem + 2px);
 }

 .form-control-color {
   max-width: 3rem;
   height: auto;
   padding: 0.6rem;
 }

 .form-control-color:not(:disabled):not([readonly]) {
   cursor: pointer;
 }

 .form-control-color::-moz-color-swatch {
   height: 1.5em;
   border-radius: 4px;
 }

 .form-control-color::-webkit-color-swatch {
   height: 1.5em;
   border-radius: 4px;
 }

 select.btn {
   appearance: none;
   padding-right: 2em;
   cursor: pointer;
   background-image: url("data:image/svg+xml,%3csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.8453 1.84502L10.6667 0.666504L6.256 5.07725L1.84526 0.666504L0.666748 1.84502L6.256 7.43427L11.8453 1.84502Z' fill='%23FCFCFC' fill-opacity='0.8'/%3e%3c/svg%3e");
   background-position: calc(100% - 1em) calc(1em - 1px);
   background-size: 12px 7px;
   background-repeat: no-repeat;
 }

 select.btn.btn-outline-white {
   background-image: url("data:image/svg+xml,%3csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.8453 1.84502L10.6667 0.666504L6.256 5.07725L1.84526 0.666504L0.666748 1.84502L6.256 7.43427L11.8453 1.84502Z' fill='%23FCFCFC' fill-opacity='0.8'/%3e%3c/svg%3e");
 }

 select.btn.btn-outline-primary {
   background-image: url("data:image/svg+xml,%3csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.8453 1.84502L10.6667 0.666504L6.256 5.07725L1.84526 0.666504L0.666748 1.84502L6.256 7.43427L11.8453 1.84502Z' fill='%232259FF' fill-opacity='0.8'/%3e%3c/svg%3e");
 }

 select.btn.btn-outline-base {
   background-image: url("data:image/svg+xml,%3csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.8453 1.84502L10.6667 0.666504L6.256 5.07725L1.84526 0.666504L0.666748 1.84502L6.256 7.43427L11.8453 1.84502Z' fill='%23181D38' fill-opacity='0.8'/%3e%3c/svg%3e");
 }

 select.btn.btn-outline-softgray {
   background-image: url("data:image/svg+xml,%3csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.8453 1.84502L10.6667 0.666504L6.256 5.07725L1.84526 0.666504L0.666748 1.84502L6.256 7.43427L11.8453 1.84502Z' fill='%23d4d4d4' fill-opacity='0.8'/%3e%3c/svg%3e");
 }

 select.btn.btn-outline-softgray-40 {
   background-image: url("data:image/svg+xml,%3csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.8453 1.84502L10.6667 0.666504L6.256 5.07725L1.84526 0.666504L0.666748 1.84502L6.256 7.43427L11.8453 1.84502Z' fill='rgba%28212, 212, 212, 0.4%29' fill-opacity='0.8'/%3e%3c/svg%3e");
 }

 .custom-control {
   position: relative;
   z-index: 1;
   display: block;
   min-height: 1.5rem;
   padding-left: 1.5rem;
   color-adjust: exact;
 }

 .custom-control-inline {
   display: inline-flex;
   margin-right: 1rem;
 }

 .custom-control-label {
   position: relative;
   margin-bottom: 0;
   vertical-align: top;
   font-weight: 400;
 }

 .custom-control-label::before {
   position: absolute;
   top: 0.25rem;
   left: -1.5rem;
   display: block;
   width: 1rem;
   height: 1rem;
   pointer-events: none;
   content: "";
   background-color: #FCFCFC;
   border: rgba(252, 252, 252, 0.3) solid 1px;
   transition: border-color 0.3s ease;
 }

 .custom-control-label::after {
   position: absolute;
   top: 0.5rem;
   left: -1.25rem;
   display: block;
   width: 0.5rem;
   height: 0.5rem;
   content: "";
   background: 50%/50% 50% no-repeat;
   transition: background-color 0.4s ease;
 }

 .custom-control-input {
   position: absolute;
   left: 0;
   z-index: -1;
   width: 1rem;
   height: 1.25rem;
   opacity: 0;
 }

 .custom-control-input:checked~.custom-control-label::before {
   background-color: #FCFCFC;
 }

 .custom-control-input:focus~.custom-control-label::before {
   outline: 0 none !important;
   border-color: !important;
   box-shadow: unset !important;
 }

 .custom-control-input:focus:not(:checked)~.custom-control-label::before {
   border-color: rgba(252, 252, 252, 0.5);
 }

 .custom-control-input:not(:disabled):active~.custom-control-label::before {
   background-color: #FCFCFC;
 }

 .custom-control-input[disabled]~.custom-control-label,
 .custom-control-input:disabled~.custom-control-label {
   color: #333333;
 }

 .custom-control-input[disabled]~.custom-control-label::before,
 .custom-control-input:disabled~.custom-control-label::before {
   background-color: rgba(252, 252, 252, 0.05);
 }

 .custom-checkbox .custom-control-label::before {
   border-radius: 2rem;
 }

 .custom-checkbox .custom-control-input:checked~.custom-control-label::after {
   background: unset;
   border-radius: 2rem;
   background-color: #131313;
   width: 0.5rem;
   height: 0.5rem;
 }

 .custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
   background-color: #0d6efd;
 }

 .custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
   background-color: #0d6efd;
 }

 .custom-radio .custom-control-label::before {
   border-radius: 50%;
 }

 .custom-radio .custom-control-input:checked~.custom-control-label::after {
   background: unset;
   border-radius: 50%;
   background-color: #131313;
   width: 0.5rem;
   height: 0.5rem;
 }

 .custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
   background-color: #0d6efd;
 }

 @keyframes bs-notify-fadeOut {
   0% {
     opacity: 0.9;
   }

   100% {
     opacity: 0;
   }
 }

 .bs-searchbox,
 .bs-actionsbox,
 .bs-donebutton {
   padding: 4px 8px;
 }

 .bs-actionsbox {
   width: 100%;
   box-sizing: border-box;
 }

 .bs-actionsbox .btn-group button {
   width: 50%;
 }

 .bs-donebutton {
   float: left;
   width: 100%;
   box-sizing: border-box;
 }

 .bs-donebutton .btn-group button {
   width: 100%;
 }

 .bs-searchbox+.bs-actionsbox {
   padding: 0 8px 4px;
 }

 .bs-searchbox .form-control {
   margin-bottom: 0;
   width: 100%;
   float: none;
 }

 .dropup,
 .dropright,
 .dropdown,
 .dropleft {
   position: relative;
 }

 .dropdown-toggle {
   white-space: nowrap;
 }

 .dropdown-toggle::after {
   display: inline-block;
   margin-left: 0.255em;
   vertical-align: 0.255em;
   content: "";
   border-top: 0.3em solid;
   border-right: 0.3em solid transparent;
   border-bottom: 0;
   border-left: 0.3em solid transparent;
 }

 .dropdown-toggle:empty::after {
   margin-left: 0;
 }

 .dropdown-menu {
   position: absolute;
   top: 100%;
   left: 0;
   z-index: 1000;
   display: none;
   float: left;
   min-width: 10rem;
   padding: 0.5rem 0;
   margin: 0.125rem 0 0;
   font-size: 1rem;
   color: #212529;
   text-align: left;
   list-style: none;
   background-color: #fff;
   background-clip: padding-box;
   border: 1px solid rgba(0, 0, 0, 0.15);
   border-radius: 0.25rem;
 }

 .dropdown-menu-left {
   right: auto;
   left: 0;
 }

 .dropdown-menu-right {
   right: 0;
   left: auto;
 }

 @media (min-width: 576px) {
   .dropdown-menu-sm-left {
     right: auto;
     left: 0;
   }

   .dropdown-menu-sm-right {
     right: 0;
     left: auto;
   }
 }

 @media (min-width: 768px) {
   .dropdown-menu-md-left {
     right: auto;
     left: 0;
   }

   .dropdown-menu-md-right {
     right: 0;
     left: auto;
   }
 }

 @media (min-width: 992px) {
   .dropdown-menu-lg-left {
     right: auto;
     left: 0;
   }

   .dropdown-menu-lg-right {
     right: 0;
     left: auto;
   }
 }

 @media (min-width: 1200px) {
   .dropdown-menu-xl-left {
     right: auto;
     left: 0;
   }

   .dropdown-menu-xl-right {
     right: 0;
     left: auto;
   }
 }

 @media (min-width: 1400px) {
   .dropdown-menu-xxl-left {
     right: auto;
     left: 0;
   }

   .dropdown-menu-xxl-right {
     right: 0;
     left: auto;
   }
 }

 .dropup .dropdown-menu {
   top: auto;
   bottom: 100%;
   margin-top: 0;
   margin-bottom: 0.125rem;
 }

 .dropup .dropdown-toggle::after {
   display: inline-block;
   margin-left: 0.255em;
   vertical-align: 0.255em;
   content: "";
   border-top: 0;
   border-right: 0.3em solid transparent;
   border-bottom: 0.3em solid;
   border-left: 0.3em solid transparent;
 }

 .dropup .dropdown-toggle:empty::after {
   margin-left: 0;
 }

 .dropright .dropdown-menu {
   top: 0;
   right: auto;
   left: 100%;
   margin-top: 0;
   margin-left: 0.125rem;
 }

 .dropright .dropdown-toggle::after {
   display: inline-block;
   margin-left: 0.255em;
   vertical-align: 0.255em;
   content: "";
 }

 .dropright .dropdown-toggle:empty::after {
   margin-left: 0;
 }

 .dropright .dropdown-toggle::after {
   vertical-align: 0;
 }

 .dropleft .dropdown-menu {
   top: 0;
   right: 100%;
   left: auto;
   margin-top: 0;
   margin-right: 0.125rem;
 }

 .dropleft .dropdown-toggle::after {
   display: inline-block;
   margin-left: 0.255em;
   vertical-align: 0.255em;
   content: "";
 }

 .dropleft .dropdown-toggle:empty::after {
   margin-left: 0;
 }

 .dropleft .dropdown-toggle::before {
   vertical-align: 0;
 }

 .dropdown-menu[x-placement^=top],
 .dropdown-menu[x-placement^=right],
 .dropdown-menu[x-placement^=bottom],
 .dropdown-menu[x-placement^=left] {
   right: auto;
   bottom: auto;
 }

 .dropdown-item {
   display: block;
   width: 100%;
   padding: 0.25rem 1rem;
   clear: both;
   font-weight: 500;
   color: #212529;
   text-align: inherit;
   text-decoration: none;
   white-space: nowrap;
   background-color: transparent;
   border: 0;
 }

 .dropdown-item:hover,
 .dropdown-item:focus {
   color: #1e2125;
   text-decoration: none;
   background-color: #e9ecef;
 }

 .dropdown-item.active,
 .dropdown-item:active {
   text-decoration: none;
   background-color: transparent;
   border-left: 4px solid;
   color: #1e2125;
   outline: none;
 }

 .dropdown-item.active span,
 .dropdown-item:active span {
   margin-left: -4px;
 }

 .dropdown-item.disabled,
 .dropdown-item:disabled {
   color: #adb5bd;
   pointer-events: none;
   background-color: transparent;
 }

 .dropdown-menu.show {
   display: block;
 }

 .dropdown-header {
   display: block;
   padding: 0.5rem 1rem;
   margin-bottom: 0;
   font-size: 0.875rem;
   color: #6c757d;
   white-space: nowrap;
 }

 .dropdown-item-text {
   display: block;
   padding: 0.25rem 1rem;
   color: #212529;
 }

 .page-header {
   position: fixed;
   z-index: 900;
   height: 70px;
 }

 .page-header-inner-wrapper {
   position: fixed;
   width: 100%;
   z-index: 1000;
   background-color: rgba(24, 29, 56, 0.6);
   transform: translate3d(0, 0, 0);
   transition: background-color 0.3s ease, transform 0.3s linear;
 }

 .page-header-inner-wrapper .container {
   max-width: 1440px;
 }

 .page-header-content {
   display: flex;
   position: relative;
   align-items: center;
   flex-wrap: wrap;
   margin: 0;
   justify-content: space-between;
   height: 70px;
   transition: height 0.15s ease-out;
 }

 .page-header-content .logo {
   display: flex;
   align-items: center;
   height: 70px;
 }

 .page-header-content .logo img,
 .page-header-content .logo svg {
   height: 33px;
   width: auto;
   filter: invert(0%);
   transition: filter 0.3s ease;
 }

 .page-header-content .logo svg path {
   fill: #FCFCFC;
 }

 .page-header-content .hamburger {
   width: 20px;
   height: 20px;
   display: block;
   overflow: visible;
   margin: 0;
   cursor: pointer;
   border: 0;
   background-color: transparent;
   transition: opacity 0.15s linear;
   transition: filter 0.15s linear;
 }

 @media (prefers-reduced-motion: reduce) {
   .page-header-content .hamburger {
     transition: none;
   }
 }

 @media (prefers-reduced-motion: reduce) {
   .page-header-content .hamburger {
     transition: none;
   }
 }

 .page-header-content .hamburger:before {
   display: none;
 }

 .page-header-content .hamburger .hamburger-box {
   position: relative;
   display: inline-block;
   width: 20px;
   height: 20px;
 }

 .page-header-content .hamburger .hamburger-box:before {
   display: block;
   content: "";
   position: absolute;
   width: 20px;
   height: 2px;
   border-radius: 2px;
   background-color: black;
   top: 9px;
   opacity: 1;
   transition: opacity 0.12s ease 0.12s;
 }

 @media (prefers-reduced-motion: reduce) {
   .page-header-content .hamburger .hamburger-box:before {
     transition: none;
   }
 }

 .page-header-content .hamburger .hamburger-inner {
   display: block;
   position: absolute;
   top: 50%;
   margin-top: -10px;
   width: 20px;
   height: 20px;
 }

 .page-header-content .hamburger .hamburger-inner:before,
 .page-header-content .hamburger .hamburger-inner:after {
   display: block;
   content: "";
   position: absolute;
   width: 20px;
   height: 2px;
   border-radius: 2px;
   background-color: black;
   transition: transform 0.15s ease;
 }

 @media (prefers-reduced-motion: reduce) {

   .page-header-content .hamburger .hamburger-inner:before,
   .page-header-content .hamburger .hamburger-inner:after {
     transition: none;
   }
 }

 .page-header-content .hamburger .hamburger-inner:before {
   top: 2px;
   transition: top 0.12s ease 0.12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
 }

 .page-header-content .hamburger .hamburger-inner:after {
   bottom: 2px;
   transition: bottom 0.12s ease 0.12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
 }

 .page-header-content .primary-nav {
   width: 100%;
   display: none;
   border-top: 1px solid transparent;
   border-bottom: 1px solid transparent;
   transition: border-color 0.4s ease;
 }

 .page-header-content .primary-nav ul {
   list-style: none;
   margin: 0;
   padding: 0;
   display: flex;
   flex-direction: column;
   width: 100%;
   justify-content: flex-end;
   align-items: center;
 }

 .page-header-content .primary-nav ul li {
   color: #FCFCFC;
   display: block;
   position: relative;
   padding-bottom: 1.25rem;
 }

 .page-header-content .primary-nav ul li a {
   display: block;
   color: #FCFCFC;
   font-size: 2rem;
   font-weight: 600;
   white-space: nowrap;
   transition: color 0.4s ease;
   text-decoration: none;
 }

 .page-header-content .primary-nav ul li a:focus,
 .page-header-content .primary-nav ul li a:hover,
 .page-header-content .primary-nav ul li a:active {
   color: #8c94a0;
   text-decoration: none;
 }

 .page-header-content .primary-nav ul li a span {
   display: inline-block;
   background: transparent;
 }

 .page-header-content .primary-nav>ul>li.active>label>span {
   color: #8c94a0;
 }

 .page-header-content .secondary-nav {
   width: 100%;
   display: none;
 }

 .page-header-content .secondary-nav ul {
   list-style: none;
   margin: 0 -0.5rem;
   padding: 0;
   display: flex;
   flex-direction: column;
   flex-wrap: wrap;
   flex-grow: 1;
   align-items: center;
   flex-direction: column-reverse;
 }

 .page-header-content .secondary-nav ul li {
   display: flex;
   flex-direction: column;
   align-items: center;
   width: 100%;
 }

 .page-header-content .secondary-nav ul li a {
   font-size: 2rem;
   display: block;
   width: 80%;
   max-width: 350px;
   white-space: nowrap;
   margin-top: 1.5rem;
 }

 .page-header-content input[type=checkbox] {
   position: absolute;
   left: -9999px;
   visibility: hidden;
 }

 .page-header-content #toggle-mobile-nav:checked~.primary-nav,
 .page-header-content #toggle-mobile-nav:checked~.secondary-nav {
   display: flex;
 }

 .page-header-content #toggle-mobile-nav:checked~.alternate-nav {
   display: none;
 }

 .page-header-content #toggle-mobile-nav:checked~.hamburger .hamburger-box:before {
   opacity: 0;
 }

 .page-header-content #toggle-mobile-nav:checked~.hamburger .hamburger-inner:before {
   top: 9px;
   transition: top 0.12s ease, transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
   transform: rotate(45deg);
 }

 .page-header-content #toggle-mobile-nav:checked~.hamburger .hamburger-inner:after {
   bottom: 9px;
   transition: bottom 0.12s ease, transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
   transform: rotate(-45deg);
 }

 .nav-is-expanded .page-header-inner-wrapper {
   height: 100vh;
   /* background: ; */
   background-size: cover;
 }

 .nav-is-expanded .page-header-content .primary-nav {
   overflow: auto;
   overflow-x: hidden;
 }

 .nav-is-expanded .page-header-content .primary-nav.scroolbar {
   border-color: rgba(233, 233, 233, 0.5);
 }

 .nav-is-expanded .menu-dark .hamburger-box:before {
   background-color: black;
 }

 .nav-is-expanded .menu-dark .hamburger-box .hamburger-inner:before,
 .nav-is-expanded .menu-dark .hamburger-box .hamburger-inner:after {
   background-color: black;
 }

 .nav-is-expanded .menu-dark .page-header-content .logo svg path {
   fill: black;
 }

 .nav-is-expanded .menu-dark .btn-outline-white {
   color: #FCFCFC;
   border-color: #FCFCFC;
 }

 .nav-is-expanded .menu-dark .btn-white {
   color: #131313;
   background-color: #FCFCFC;
   border-color: #FCFCFC;
 }

 .nav-is-expanded .menu-dark .primary-nav ul li {
   color: #FCFCFC;
 }

 .nav-is-expanded .menu-dark .primary-nav ul li a {
   color: #FCFCFC;
 }

 @media (min-width: 992px) {
   .page-header-inner-wrapper {
     height: unset;
   }

   .page-header-content {
     height: 100px;
     flex-direction: row;
     align-items: center;
     margin: 0;
   }

   .page-header-content .logo {
     margin-left: 0;
     margin-right: 1rem;
     flex: 1;
   }

   .page-header-content .logo img {
     height: 39px;
   }

   .page-header-content .hamburger {
     display: none;
   }

   .page-header-content .primary-nav {
     display: flex !important;
     width: unset;
     height: unset;
     flex: 1;
     justify-content: center;
   }

   .page-header-content .primary-nav ul {
     flex-direction: row;
     width: unset;
   }

   .page-header-content .primary-nav ul li {
     padding-bottom: unset;
   }

   .page-header-content .primary-nav ul li a {
     padding: 0.75rem 1rem;
     font-size: 1rem;
   }

   .page-header-content .primary-nav ul li a span {
     padding: 5px 15px;
   }

   .page-header-content .secondary-nav {
     display: flex;
     width: unset;
     align-items: center;
     padding: 0 0 0 1rem;
     flex: 1;
     justify-content: flex-end;
   }

   .page-header-content .secondary-nav ul {
     flex-direction: row;
     flex-wrap: nowrap;
     flex-grow: 0;
   }

   .page-header-content .secondary-nav ul li {
     width: unset;
     padding: 0;
   }

   .page-header-content .secondary-nav ul li a {
     font-size: inherit;
     display: unset;
     width: unset;
     max-width: unset;
     margin: 0 0.5rem;
   }

   .page-header-content #toggle-mobile-nav {
     display: none;
   }

   .is-scrolling .page-header-inner-wrapper {
     background-color: rgba(24, 29, 56, 0.6);
   }

   .is-scrolling .page-header-content {
     height: 55px;
   }

   .is-scrolling .page-header-content .logo {
     height: 55px;
   }
 }

 .page-template-partner .page-header-inner-wrapper,
 .page-template-web3 .page-header-inner-wrapper {
   background-color: transparent;
 }

 .page-template-partner.is-scrolling .page-header-inner-wrapper,
 .page-template-web3.is-scrolling .page-header-inner-wrapper {
   background-color: rgba(24, 29, 56, 0.6);
 }

 .menu-dark .page-header-content .logo svg path {
   fill: #131313;
 }

 .menu-dark .primary-nav ul li {
   color: #131313;
 }

 .menu-dark .primary-nav ul li a {
   color: #131313;
 }

 .menu-dark .btn-outline-white {
   color: #131313;
   border-color: #131313;
 }

 .menu-dark .btn-white {
   color: #FCFCFC;
   background-color: #131313;
   border-color: #131313;
 }

 .menu-dark .hamburger-box:before {
   background-color: #131313 !important;
 }

 .menu-dark .hamburger-box .hamburger-inner:before,
 .menu-dark .hamburger-box .hamburger-inner:after {
   background-color: #131313;
 }

 .is-scrolling .menu-dark .page-header-inner-wrapper {
   background-color: rgba(252, 252, 252, 0.6);
 }

 .otgs-development-site-front-end {
   display: none;
 }

 .content-block-page-footer {
   margin-top: auto;
 }

 .page-footer {
   background: #13172D;
   padding: 0;
   color: #FCFCFC;
 }

 .page-footer-content-wrapper-top {
   display: flex;
   padding: 1.25rem 0 1.25rem 0;
 }

 .page-footer-content-wrapper-top .brand-info {
   align-self: center;
 }

 .page-footer-content-wrapper-top .brand-info svg {
   height: 55px;
   width: auto;
 }

 .page-footer-content-wrapper-top .social-links ul {
   display: flex;
   align-items: center;
   padding: 0;
   margin: 0;
   flex-wrap: wrap;
   justify-content: center;
   flex-wrap: nowrap;
 }

 .page-footer-content-wrapper-top .social-links ul li {
   list-style: none;
   padding: 0 1rem 0 0;
 }

 .page-footer-content-wrapper-top .social-links ul li:last-child {
   padding: 0;
 }

 .page-footer-content-wrapper-top .social-links ul a {
   display: flex;
   align-items: center;
   transition: transform 0.25s;
 }

 .page-footer-content-wrapper-top .social-links ul a svg {
   width: 42px;
   height: 42px;
 }

 .page-footer-content-wrapper-top .social-links ul a:focus,
 .page-footer-content-wrapper-top .social-links ul a:hover,
 .page-footer-content-wrapper-top .social-links ul a:active {
   transform: scale(0.96);
 }

 .page-footer-content-wrapper-bottom {
   background-color: #13172D;
   padding-top: 1rem;
 }

 .page-footer-content-wrapper-bottom .container {
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
   align-items: center;
   position: relative;
   padding-top: 1.25rem;
   padding-bottom: 1.25rem;
 }

 .page-footer-content-wrapper-bottom .container:before {
   display: block;
   content: "";
   width: 100%;
   border-top: solid 1px #424557;
   transform: translateY(-1.25rem);
 }

 .page-footer-content-wrapper-bottom .site-info {
   color: #d4d4d4;
   font-size: 0.875rem;
 }

 .is-hidden .page-footer-content-wrapper-bottom {
   padding-top: 0;
 }

 .is-hidden .page-footer-content-wrapper-bottom .container:before {
   display: none;
 }

 .footer-nav {
   display: flex;
   align-items: center;
   flex-grow: 1;
   padding: 1.5rem 0;
 }

 .footer-nav ul {
   list-style: none;
   margin: 0;
   padding: 0;
   display: flex;
   flex-direction: column;
 }

 .footer-nav ul li {
   display: block;
   flex-grow: 1;
 }

 .footer-nav ul li a {
   display: block;
   color: #FCFCFC;
   text-decoration: none;
   font-size: 1rem;
   font-weight: 600;
   white-space: nowrap;
   transition: color 0.2s ease;
   padding: 0.5rem 0;
   display: block;
 }

 .footer-nav ul li a:focus,
 .footer-nav ul li a:hover,
 .footer-nav ul li a:active {
   color: #8c94a0;
   text-decoration: none;
 }

 .footer-nav .menu {
   justify-content: space-between;
   display: flex;
   width: 100%;
 }

 .footer-nav .menu>li {
   border-bottom: solid 1px #8c94a0;
   padding: 0.5rem 0;
 }

 .footer-nav .menu>li:first-child {
   border-top: solid 1px #8c94a0;
 }

 .footer-nav .menu>li>label {
   display: block;
   font-family: "Avenir Next World", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
   font-weight: 700;
   line-height: 1.8;
   text-align: left;
   color: #8c94a0;
   transition: color 0.2s ease;
 }

 .footer-nav .menu>li>label:hover {
   color: #77717a;
 }

 .footer-nav .menu .sub-menu {
   height: 0;
   overflow: hidden;
   opacity: 0;
   transition: opacity 0.5s ease;
 }

 @media (prefers-reduced-motion: reduce) {
   .footer-nav .menu .sub-menu {
     transition: none;
   }
 }

 .footer-nav .menu input[type=checkbox] {
   position: absolute;
   left: -9999px;
   visibility: hidden;
 }

 .footer-nav .menu input[type=checkbox]+label {
   cursor: pointer;
   display: flex;
   flex-direction: row;
   align-items: center;
   justify-content: space-between;
   padding-right: 5px;
 }

 .footer-nav .menu input[type=checkbox]+label:after {
   display: block;
   content: "";
   justify-self: flex-end;
   width: 12px;
   height: 12px;
   border-top: solid 2px #FCFCFC;
   border-right: solid 2px #FCFCFC;
   transform: rotate(135deg);
   transition: transform 0.5s ease;
 }

 @media (prefers-reduced-motion: reduce) {
   .footer-nav .menu input[type=checkbox]+label:after {
     transition: none;
   }
 }

 .footer-nav .menu input[type=checkbox]:checked~.sub-menu {
   height: auto;
   opacity: 1;
   overflow: initial;
 }

 .footer-nav .menu input[type=checkbox]:checked+label:after {
   transform: rotate(45deg);
 }

 .footer-secondary-nav {
   display: none;
 }

 @media (min-width: 992px) {
   .page-footer-content-wrapper-top {
     padding: 2.5rem 0 1.25rem 0;
   }

   .page-footer-content-wrapper-top .brand-info {
     align-self: unset;
   }

   .footer-nav {
     width: unset;
     border: none;
     padding: 0;
   }

   .footer-nav .menu {
     flex-direction: row;
     justify-content: space-between;
     width: unset;
     padding: 0;
     transform: translateX(-1.5rem);
   }

   .footer-nav .menu>li {
     border: 0 none;
     padding: 0;
     padding-left: 7rem;
   }

   .footer-nav .menu>li:last-child {
     display: none;
   }

   .footer-nav .menu>li:first-child {
     border: 0 none;
   }

   .footer-nav .menu>li:not(:first-child) {
     padding-top: 0;
   }

   .footer-nav .menu>li>label {
     cursor: unset;
     display: block;
   }

   .footer-nav .menu>li>label:hover {
     color: #8c94a0;
   }

   .footer-nav .menu .sub-menu {
     display: flex;
     opacity: 1;
     flex-direction: column;
     height: auto;
   }

   .footer-nav .menu input[type=checkbox] {
     display: none;
   }

   .footer-nav .menu input[type=checkbox]+label {
     cursor: unset;
     padding: 0;
   }

   .footer-nav .menu input[type=checkbox]+label:after {
     display: none;
   }

   .footer-nav .menu input[type=checkbox]:checked~.sub-menu {
     height: auto;
     opacity: 1;
     overflow: initial;
   }

   .footer-nav .menu input[type=checkbox]:checked+label:after {
     transform: rotate(45deg);
   }

   .footer-secondary-nav {
     display: block;
     width: unset;
     border: none;
     padding: 0;
   }

   .footer-secondary-nav .menu {
     display: flex;
     flex-direction: row;
     width: unset;
     padding: 0;
     margin: 0;
   }

   .footer-secondary-nav .menu>li {
     list-style: none;
     border: 0 none;
     padding: 0;
     padding: 0 1rem;
   }

   .footer-secondary-nav a {
     display: block;
     color: #FCFCFC;
     font-size: 0.875rem;
     font-weight: 600;
     white-space: nowrap;
     transition: color 0.4s ease;
     text-decoration: none;
   }

   .footer-secondary-nav a:focus,
   .footer-secondary-nav a:hover,
   .footer-secondary-nav a:active {
     color: #8c94a0;
     text-decoration: none;
   }

   .footer-secondary-nav a span {
     display: inline-block;
     background: transparent;
   }
 }

 @media (min-width: 1200px) {
   .footer-nav .menu>li {
     padding-left: 8rem;
   }
 }

 .page-footer-gifting .page-footer-content-wrapper-bottom {
   padding: 0;
 }

 .page-footer-gifting .page-footer-content-wrapper-bottom .container:before {
   display: none;
 }

 .region-picker {
   position: fixed;
   bottom: 0;
   width: 100%;
   z-index: 900;
   color: #FCFCFC;
   background-color: #2259FF;
 }

 .region-picker .container {
   position: relative;
   display: flex;
   flex-direction: column;
   padding: 1rem;
   align-items: center;
   justify-content: end;
 }

 .region-picker .picker-content {
   padding: 0 1.5rem 0.75rem 1.5rem;
   text-align: center;
 }

 .region-picker .picker-close {
   position: absolute;
   right: 1rem;
   top: 1rem;
 }

 .region-picker .picker-close button {
   cursor: pointer;
   background: transparent;
   border: 0 none;
   padding: 0;
 }

 .region-picker .picker-close button svg {
   width: 14px;
   height: 14px;
 }

 .region-picker .picker-close button svg polygon,
 .region-picker .picker-close button svg path {
   fill: #FCFCFC;
   transition: color 0.5s;
 }

 @media (prefers-reduced-motion: reduce) {

   .region-picker .picker-close button svg polygon,
   .region-picker .picker-close button svg path {
     transition: none;
   }
 }

 .region-picker .picker-close button:hover,
 .region-picker .picker-close button:focus,
 .region-picker .picker-close button:active {
   color: #FCFCFC;
 }

 @media (min-width: 768px) {
   .region-picker .container {
     flex-direction: row;
     padding: 1rem 1.5rem;
   }

   .region-picker .picker-content {
     padding: 0;
     text-align: left;
     margin-right: auto !important;
   }

   .region-picker .picker-close {
     position: initial;
     padding-left: 1.25rem;
     order: 3;
   }
 }

 .sidebar-overlay {
   position: fixed;
   top: 0;
   left: 0;
   z-index: 9999;
   width: 100%;
   height: 100%;
   background-color: rgba(21, 23, 34, 0.6);
   visibility: hidden;
   opacity: 0;
   transition: visibility 0.8s;
   transition: opacity 0.8s;
 }

 @media (prefers-reduced-motion: reduce) {
   .sidebar-overlay {
     transition: none;
   }
 }

 @media (prefers-reduced-motion: reduce) {
   .sidebar-overlay {
     transition: none;
   }
 }

 .page-sidebar {
   position: absolute;
   visibility: hidden;
   top: 0;
   bottom: 0;
   right: 0;
   height: 100%;
   width: 0;
   z-index: 9999;
   overflow: hidden;
   background-color: #181D38;
   color: #FCFCFC;
   transform: translate3d(100%, 0, 0);
   transition: all 0.4s;
 }

 @media (prefers-reduced-motion: reduce) {
   .page-sidebar {
     transition: none;
   }
 }

 .page-sidebar .sidebar-inner {
   padding: 1.875rem 1.875rem;
   opacity: 0;
   transition: opacity 0.8s 0.3s;
 }

 @media (prefers-reduced-motion: reduce) {
   .page-sidebar .sidebar-inner {
     transition: none;
   }
 }

 .page-sidebar .sidebar-inner .sidebar-header {
   display: flex;
   justify-content: space-between;
   padding-bottom: 4rem;
 }

 .page-sidebar .sidebar-inner .sidebar-header .sidebar-logo svg {
   height: 50px;
   width: auto;
 }

 .page-sidebar .sidebar-inner .sidebar-header .sidebar-logo svg path {
   fill: #FCFCFC;
 }

 .page-sidebar .sidebar-inner .sidebar-header .sidebar-close button {
   cursor: pointer;
   background: transparent;
   border: 0 none;
   padding: 0;
 }

 .page-sidebar .sidebar-inner .sidebar-header .sidebar-close button svg {
   width: 24px;
   height: 24px;
 }

 .page-sidebar .sidebar-inner .sidebar-header .sidebar-close button svg polygon,
 .page-sidebar .sidebar-inner .sidebar-header .sidebar-close button svg path {
   fill: #FCFCFC;
   transition: color 0.5s;
 }

 @media (prefers-reduced-motion: reduce) {

   .page-sidebar .sidebar-inner .sidebar-header .sidebar-close button svg polygon,
   .page-sidebar .sidebar-inner .sidebar-header .sidebar-close button svg path {
     transition: none;
   }
 }

 .page-sidebar .sidebar-inner .sidebar-header .sidebar-close button:hover,
 .page-sidebar .sidebar-inner .sidebar-header .sidebar-close button:focus,
 .page-sidebar .sidebar-inner .sidebar-header .sidebar-close button:active {
   color: #FCFCFC;
 }

 .page-sidebar .sidebar-inner .lead {
   font-size: 24px;
   line-height: 150%;
 }

 .flow-step {
   display: none;
 }

 .flow-step.active {
   display: block;
 }

 html.sidebar-is-open {
   overflow: hidden;
 }

 html.sidebar-is-open .sidebar-overlay {
   visibility: visible;
   opacity: 1;
 }

 html.sidebar-is-open .page-sidebar {
   width: 100%;
   visibility: visible;
   overflow: auto;
   transform: translate3d(0, 0, 0);
 }

 html.sidebar-is-open .page-sidebar .sidebar-inner {
   opacity: 1;
 }

 @media (min-width: 768px) {
   .page-sidebar {
     max-width: auto;
   }

   .page-sidebar .sidebar-inner {
     padding: 2rem 8.5rem;
   }

   .signup-flow {
     width: calc(100vw - 17rem);
   }
 }

 @media (min-width: 992px) {
   .page-sidebar {
     max-width: 850px;
   }

   .page-sidebar .sidebar-inner {
     padding: 2rem 8.5rem;
   }

   .signup-flow {
     width: calc(850px - 17rem);
   }
 }

 .hero {
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   position: relative;
   height: 90vh;
   width: 100%;
   display: flex;
   align-items: flex-end;
   overflow: hidden;
 }

 .hero .container,
 .hero .container-fluid,
 .hero .container-sm,
 .hero .container-md,
 .hero .container-lg,
 .hero .container-xl,
 .hero .container-xxl {
   position: relative;
 }

 .hero .container>.row,
 .hero .container-fluid>.row,
 .hero .container-sm>.row,
 .hero .container-md>.row,
 .hero .container-lg>.row,
 .hero .container-xl>.row,
 .hero .container-xxl>.row {
   margin-right: -1.5rem;
   margin-left: -1.5rem;
 }

 .hero .container>.row>[class*=col-],
 .hero .container-fluid>.row>[class*=col-],
 .hero .container-sm>.row>[class*=col-],
 .hero .container-md>.row>[class*=col-],
 .hero .container-lg>.row>[class*=col-],
 .hero .container-xl>.row>[class*=col-],
 .hero .container-xxl>.row>[class*=col-] {
   padding-left: 1.5rem;
   padding-right: 1.5rem;
 }

 @media (min-width: 576px) {
   .hero {
     height: 100vh;
   }
 }

 @media (max-width: 991.98px) and (orientation: landscape) {
   .hero {
     height: unset;
     padding-top: 5rem;
     overflow: hidden;
   }
 }

 .hero-content-wrapper {
   display: flex;
   align-items: center;
   justify-content: center;
   min-height: 200px;
   position: relative;
 }

 .hero-content {
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   align-self: flex-end;
   text-align: center;
   position: relative;
   z-index: 1;
   width: 100%;
   max-width: 770px;
   padding-top: 105px;
   padding-bottom: 84px;
   max-width: 20rem;
   margin-bottom: 15vh;
   padding: 0;
 }

 .hero-content .hero-icon {
   display: inline-flex;
   align-items: center;
   width: 25px;
   height: 31px;
   transform: translate(0, 0.5rem);
   margin-right: 0.5rem;
 }

 .hero-content .primary-blue svg {
   fill: #2259FF;
 }

 .hero-content .cyan svg {
   fill: #68DDFF;
 }

 .hero-content .lime svg {
   fill: #DAEC31;
 }

 .hero-content .lavander svg {
   fill: #EAB8FF;
 }

 .hero-content .beige svg {
   fill: #F4DDCB;
 }

 .hero-content .orange svg {
   fill: #FFCA7D;
 }

 .hero-content .red svg {
   fill: #FFABAB;
 }

 .hero-content .hero-subtitle-wrapper {
   display: flex;
   flex-direction: column;
   align-items: center;
   max-width: 44rem;
 }

 .hero-content .hero-subtitle {
   margin: 0;
 }

 .hero-content .hero-btn {
   margin: 1rem 0;
 }

 @media (min-width: 576px) {
   .hero-content {
     margin-bottom: 23vh;
     max-width: 100%;
   }

   .hero-content .hero-icon {
     width: 27px;
     height: 33px;
   }

   .hero-content .hero-subtitle-wrapper {
     max-width: 50rem;
   }
 }

 @media (min-width: 992px) {
   .hero-content .hero-icon {
     width: 47px;
     height: 57px;
     transform: translate(0, -0.4rem);
     margin-right: 1rem;
   }

   .hero-content .hero-subtitle {
     font-size: 1.25rem;
   }
 }

 @media (min-width: 576px) {
   .hero-content-wrapper {
     min-height: 500px;
   }

   .container-fluid>.row>[class*=col-]:first-child,
   .container-sm>.row>[class*=col-]:first-child,
   .container-md>.row>[class*=col-]:first-child,
   .container-lg>.row>[class*=col-]:first-child,
   .container-xl>.row>[class*=col-]:first-child,
   .container-xxl>.row>[class*=col-]:first-child {
     padding-right: 0;
   }

   .container-fluid>.row>[class*=col-]:last-child,
   .container-sm>.row>[class*=col-]:last-child,
   .container-md>.row>[class*=col-]:last-child,
   .container-lg>.row>[class*=col-]:last-child,
   .container-xl>.row>[class*=col-]:last-child,
   .container-xxl>.row>[class*=col-]:last-child {
     padding-left: 0;
   }
 }

 @media (min-width: 576px) and (min-width: 576px) {

   .container-fluid .hero-content,
   .container-sm .hero-content,
   .container-md .hero-content,
   .container-lg .hero-content,
   .container-xl .hero-content,
   .container-xxl .hero-content {
     max-width: unset;
   }
 }

 @media (min-width: 576px) and (min-width: 768px) {

   .container-fluid .hero-content,
   .container-sm .hero-content,
   .container-md .hero-content,
   .container-lg .hero-content,
   .container-xl .hero-content,
   .container-xxl .hero-content {
     max-width: unset;
   }
 }

 @media (min-width: 576px) and (min-width: 992px) {

   .container-fluid .hero-content,
   .container-sm .hero-content,
   .container-md .hero-content,
   .container-lg .hero-content,
   .container-xl .hero-content,
   .container-xxl .hero-content {
     max-width: unset;
   }
 }

 @media (min-width: 576px) {
   .hero-content {
     padding: 0;
   }

   .hero-content .hero-lead {
     font-size: 1.5rem;
   }

   .hero-content .hero-cta .video-cta {
     flex-direction: row;
   }

   .hero-content .hero-cta .video-cta>div:not(:first-child) {
     padding: 0;
   }
 }

 @media (min-width: 1200px) {
   .hero-content .hero-lead {
     font-size: 1.5rem;
   }
 }

 .hero-video-container,
 .hero-video-frame {
   position: absolute;
   width: 100%;
   top: 0;
 }

 @media (max-width: 991.98px) and (orientation: landscape) {

   .hero-video-container,
   .hero-video-frame {
     height: 100%;
   }
 }

 .hero-video-frame {
   top: 0;
   left: 0;
   height: 100%;
   min-height: 100vh;
   overflow: hidden;
   pointer-events: none;
 }

 .hero-video-frame video {
   width: 100vw;
   height: 56.25vw;
   min-height: 100vh;
   min-width: 177.77vh;
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
 }

 @media (max-width: 767.98px) and (orientation: landscape) {
   .hero-video-frame video {
     width: auto;
     height: 100%;
   }
 }

 .desktop-video {
   display: none;
 }

 @media (min-width: 576px) {
   .mobile-video {
     display: none;
   }
 }

 @media (max-height: 575.98px) and (orientation: landscape) {
   .hero-content-wrapper {
     min-height: 100%;
   }

   .hero-content {
     max-width: 100%;
   }
 }

 .feature-cards {
   background: #181D38;
 }

 .feature-cards .container {
   max-width: 1140px;
   padding-right: 0.375rem;
   padding-left: 0.375rem;
 }

 @media (max-width: 991.98px) {
   .feature-cards .container {
     padding-right: 1.5rem;
     padding-left: 1.5rem;
   }
 }

 .feature-cards .feature-cards-content {
   text-align: center;
 }

 .feature-cards-wrapper {
   margin-top: 2rem;
   margin-bottom: -40%;
 }

 .feature-cards-list {
   list-style: none;
   padding: 0;
   margin: 0;
   --stack-cards-gap: var(--space-sm);
 }

 .feature-cards-list-item {
   position: sticky;
   top: var(--space-md);
   padding: 5% 0 50% 0;
   transform-origin: center top;
   overflow: hidden;
 }
.cuhet{
    height:1000px;
}
 @media (orientation: landscape) and (max-height: 991.98px) {
   .feature-cards-list-item {
     padding-top: 10vh;
   }
 }

 .feature-cards-list-item .card-container {
   width: 100%;
   transform: translateZ(0);
 }

 .feature-cards-list-item .card {
   width: 100%;
   /*height: 675px;*/
   border-radius: 10px;
   transform: translateZ(0);
   display: flex;
   overflow: hidden;
   z-index: 2;
   background-repeat: no-repeat;
   transform-origin: top center;
   background-position: center center;
   box-shadow: 4px 12px 40px 6px rgba(0, 0, 0, 0.09);
   background-color: #FCFCFC;
 }

 @media (max-width: 767.98px) {
   .feature-cards-list-item .card {
     height: 500px;
     flex-direction: column;
   }
 }

 @media (orientation: landscape) and (max-height: 767.98px) {
   .feature-cards-list-item .card {
     max-height: 90vh;
   }
 }

 @media (orientation: landscape) and (max-height: 575.98px) {
   .feature-cards-list-item .card {
     flex-direction: column;
   }
 }

 .feature-cards-list-item .card-content-wrapper {
   padding: 1rem;
   padding-bottom: 10;
   width: 100%;
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: space-between;
   height: 100%;
 }

 @media (max-width: 767.98px) {
   .feature-cards-list-item .card-content-wrapper {
     align-items: flex-start;
     padding: 0 1rem;
     align-items: center;
     justify-content: space-between;
   }
 }

 @media (orientation: landscape) and (max-height: 767.98px) {
   .feature-cards-list-item .card-content-wrapper {
     padding-top: 1rem;
   }
 }

 @media (orientation: landscape) and (max-height: 575.98px) {
   .feature-cards-list-item .card-content-wrapper {
     align-items: flex-start;
     padding: 0;
     align-items: center;
     justify-content: space-between;
   }
   .cuhet{
    height:auto;
}
 }

 .feature-cards-list-item .card-content {
   padding: 2rem 0 0;
   display: flex;
   flex-direction: column;
   align-items: center;
   flex-grow: 1;
 }

 .feature-cards-list-item .card-content .card-title {
   font-size: 2rem;
   line-height: 2.375rem;
 }

 .feature-cards-list-item .card-content .card-subtitle {
   font-size: 1rem;
   line-height: 1.375rem;
 }

 @media (min-width: 768px) {
   .feature-cards-list-item .card-content {
     padding: 3rem 3rem 1rem;
   }

   .feature-cards-list-item .card-content .card-title {
     font-size: 3.75rem;
     line-height: 4rem;
   }

   .feature-cards-list-item .card-content .card-subtitle {
     font-size: 1.5rem;
     line-height: 2.25rem;
   }
 }

 .feature-cards-list-item .card-cta-wrapper {
   display: flex;
   align-items: center;
 }

 .feature-cards-list-item .card-cta-wrapper .card-cta {
   text-decoration: none;
   color: #2259FF;
   font-weight: 600;
   font-size: 1.7rem;
   line-height: 1.375rem;
 }

 @media (min-width: 768px) {
   .feature-cards-list-item .card-cta-wrapper .card-cta {
     font-size:1.7rem;
     line-height: 1.5rem;
   }
 }

 .feature-cards-list-item .card-cta-wrapper .card-cta-icon {
   padding-left: 5px;
 }

 .feature-cards-list-item .card-cta-wrapper .card-cta-icon svg {
   width: 32px;
   height: 32px;
 }

 @media (min-width: 768px) {
   .feature-cards-list-item .card-cta-wrapper .card-cta-icon svg {
     width: 32px;
     height: 32px;
   }
 }

 .feature-cards-list-item .card-image-wrapper {
   margin: 0;
   display: flex;
   position: relative;
   width: 100%;
   justify-content: center;
 }

 .feature-cards-list-item .card-image-wrapper picture {
   width: 100%;
 }

 @media (max-width: 767.98px) {
   .feature-cards-list-item .card-image-wrapper {
     overflow: hidden;
   }

   .feature-cards-list-item .card-image-wrapper img {
     width: 100%;
     height: auto;
   }

   .feature-cards-list-item .card-image-wrapper .card-img-resp-crop {
     max-width: none;
     max-height: 22rem;
   }
 }

 .feature-cards-list-item .card-image-wrapper .img-buds {
   position: absolute;
   bottom: 4%;
   left: 8%;
 }

 .feature-cards-list-item .card-image-wrapper .img-phone-3 {
   position: absolute;
   top: 3%;
   right: 0%;
 }

 .feature-cards-list-item .card-image-wrapper .img-ipad-3 {
   transform: translate(-20%, 15%);
 }

 .feature-cards-list-item .card-image-wrapper .headphones {
   position: absolute;
   left: 6%;
   bottom: 20%;
 }

 .feature-cards-list-item .card-image-wrapper .phone-4 {
   transform: translate(40%, -7%);
 }

 .feature-cards-list-item .card-image-wrapper .dolby {
   position: absolute;
   right: 0;
   bottom: 45%;
 }

 .feature-cards-list-item .card-animation-wrapper {
   background: linear-gradient(118.12deg, #1A2960 0.59%, #181D38 38.43%);
   border-radius: 0.75rem;
   width: 100%;
   display: flex;
   align-items: center;
   justify-content: center;
   flex-grow: 2;
 }

 .feature-cards-list-item .card-animation-wrapper>div {
   max-width: 250px;
 }

 @media (min-width: 576px) {
   .feature-cards-list-item .card-animation-wrapper>div {
     max-width: 520px;
   }
 }

 .feature-cards-list-item .card-plus {
   background: #EAB8FF;
   width: 100px;
   display: flex;
   flex-direction: column;
   justify-content: space-between;
 }

 @media (max-width: 767.98px) {
   .feature-cards-list-item .card-plus {
     flex-direction: row;
     align-items: center;
     width: 100%;
     height: 52px;
   }
 }

 @media (orientation: landscape) and (max-height: 575.98px) {
   .feature-cards-list-item .card-plus {
     flex-direction: row;
     align-items: center;
     width: 100%;
     height: 52px;
   }
 }

 .feature-cards-list-item .card-plus-logo {
   margin-top: 1.75rem;
   display: flex;
   justify-content: center;
   align-items: center;
 }

 @media (max-width: 767.98px) {
   .feature-cards-list-item .card-plus-logo {
     margin: 0.8rem 1rem;
   }

   .feature-cards-list-item .card-plus-logo svg {
     width: 40px;
   }

   .feature-cards-list-item .card-plus-logo svg path {
     fill: #2259FF;
   }
 }

 @media (orientation: landscape) and (max-height: 575.98px) {
   .feature-cards-list-item .card-plus-logo {
     margin: 0.8rem 1rem;
   }

   .feature-cards-list-item .card-plus-logo svg {
     width: 40px;
   }

   .feature-cards-list-item .card-plus-logo svg path {
     fill: #2259FF;
   }
 }

 .feature-cards-list-item .card-plus-title {
   color: #2259FF;
   transform: rotate(-90deg);
   text-transform: uppercase;
   border: 2px solid #2259FF;
   border-radius: 0.75rem;
   display: flex;
   justify-content: center;
   align-items: center;
   font-family: "Roboto Mono", monospace;
   font-weight: 700;
   line-height: 0;
   white-space: nowrap;
   transform-origin: left center;
   margin: -0.5rem 3.125rem;
   padding: 1.75rem 7.5rem;
   letter-spacing: 0.1em;
   border-radius: 0.5rem;
 }

 @media (max-width: 767.98px) {
   .feature-cards-list-item .card-plus-title {
     transform: rotate(0);
     font-size: 0.875rem;
     border-radius: 0.5rem;
     margin: 0.75rem 1rem;
     padding: 1rem 0.75rem;
   }
 }

 @media (orientation: landscape) and (max-height: 575.98px) {
   .feature-cards-list-item .card-plus-title {
     transform: rotate(0);
     font-size: 0.875rem;
     border-radius: 0.5rem;
     margin: 0.75rem 1rem;
     padding: 1rem 0.75rem;
   }
 }

 .feature-cards-list-item .card-regular {
   height: 5rem;
 }

 .feature-cards-list-item .section-cards .section-content .card-lossless .device-lockup {
   width: 100%;
   position: relative;
 }

 .feature-cards-list-item .card-1-svg {
   width: 839px;
   height: 451px;
 }

 .feature-cards-list-item img[src*=".svg"] {
   width: 100%;
   height: auto;
 }

 .all-devices {
   position: relative;
   z-index: 1;
   color: #FCFCFC;
   overflow: hidden;
 }

 .all-devices h1,
 .all-devices h2,
 .all-devices h3,
 .all-devices h4,
 .all-devices h5,
 .all-devices h6 {
   margin-bottom: 1rem;
 }

 @media (max-width: 991.98px) {
   .all-devices {
     padding: 4rem 0;
   }
 }

 .all-devices .container {
   max-width: 1140px;
   padding-right: 0.375rem;
   padding-left: 0.375rem;
   padding-bottom: 4.125rem;
 }

 @media (max-width: 991.98px) {
   .all-devices .container {
     padding-right: 1.5rem;
     padding-left: 1.5rem;
   }
 }

 .all-devices .caption {
   margin-top: 1rem;
 }

 .all-devices .caption p a {
   color: #FCFCFC;
   font-weight: 700;
 }

 @media (max-width: 991.98px) {
   .all-devices .caption-desktop {
     display: none;
   }
 }

 @media (min-width: 992px) {
   .all-devices .caption-mobile {
     display: none;
   }
 }

 .all-devices .img-wrapper img {
   max-height: 40.625rem;
   transform: translateX(-10%);
 }

 @media (max-width: 991.98px) {
   .all-devices .img-wrapper img {
     max-height: 100%;
     width: 100%;
     height: auto;
     transform: translateX(0);
   }
 }

 .page-template-about .all-devices .all-devices-row {
   flex-direction: row-reverse;
 }

 .page-template-about .all-devices .img-wrapper {
   display: flex;
   justify-content: flex-end;
 }

 .page-template-about .all-devices .img-wrapper img {
   transform: translateX(10%);
 }

 @media (max-width: 991.98px) {
   .page-template-about .all-devices .img-wrapper img {
     width: 100%;
     height: auto;
     transform: translateX(-10%);
   }
 }

 .rail-visible .exclusive-slider {
   display: block;
 }

 .exclusive-slider {
   display: none;
   overflow: hidden;
   padding: 6.5rem 0;
 }

 .exclusive-slider .slider {
   overflow: hidden;
   width: 100%;
   margin: 0.8rem auto;
 }

 .exclusive-slider .slider .slider-wrapper {
   width: auto;
   height: 16rem;
   font-size: 0px;
 }

 .exclusive-slider .slider .slider-wrapper:hover div:first-of-type {
   animation-play-state: paused;
 }

 .exclusive-slider .slider .slider-wrapper div {
   display: inline-block;
   width: auto;
   float: none;
   overflow: hidden;
 }

 .exclusive-slider .slider .slide-inner {
   padding: 0 0.5rem;
 }

 .exclusive-slider .slider .slide-inner img {
   border-radius: 0.5rem;
   max-height: 250px;
 }

 .slider-bottom .slider-wrapper div:first-of-type {
   animation-direction: reverse;
 }

 .about-item-wrapper {
   padding: 8rem 0;
 }

 @media (max-width: 991.98px) {
   .about-item-wrapper {
     padding: 5rem 0 0 0;
   }
 }

 .about-item {
   margin-bottom: 4rem;
   display: flex;
   flex-direction: column;
 }

 @media (max-width: 767.98px) {
   .about-item {
     padding: 5rem 0 0 0;
     align-items: center;
   }
 }

 .about-item-icon {
   width: 3rem;
   height: 3rem;
   display: flex;
   justify-content: center;
   align-items: center;
   margin-bottom: 1rem;
 }

 .about-img {
   display: flex;
   height: 100%;
   align-items: flex-end;
   justify-content: flex-end;
 }

 .artists-card-wrapper {
   max-width: 1140px;
   align-self: center;
 }

 .artists-card {
   border-radius: 0.75rem;
   padding: 2.5rem 2rem;
   display: flex;
   flex-direction: column;
   justify-content: space-between;
 }

 .artists-card img,
 .artists-card a {
   align-self: flex-start;
 }

 .artists-card p {
   margin: 2rem 0;
 }

 @media (max-width: 767.98px) {
   .artists-card {
     margin-bottom: 1rem;
   }
 }

 .artists #collapseContent.collapse:not(.show) {
   display: block;
   /* height = lineheight * no of lines to display */
   height: 24rem;
   overflow: hidden;
 }

 .artists #collapseContent.collapsing {
   height: 24rem;
 }

 .artists .btn-collapse {
   display: none;
 }

 .artists .collapsed {
   display: block;
 }

 .artists .collapsable-content {
   position: relative;
   overflow: hidden;
 }

 .artists .collapsable-content h3 {
   margin-bottom: 1rem;
 }

 .artists .collapsable-content-gradient {
   position: absolute;
   bottom: 0;
   height: 8rem;
   width: 100%;
   background: linear-gradient(180deg, rgba(24, 29, 56, 0) 20%, #181D38 100%);
 }

 .artists .show .collapsable-content-gradient {
   display: none;
 }

 .terms-section .container {
   max-width: 1140px;
 }

 .terms-section .terms-section-container {
   padding: 8rem 0 0 0;
   background-image: url("../../assets/img/cat-bg.svg");
   background-repeat: no-repeat;
   background-position: top center;
 }

 .terms-section .terms-heading .nav-tabs {
   margin: 2rem 0;
 }

 .terms-section .terms-heading .btn {
   margin: 0.5rem;
 }

 .terms-section .terms-heading h1 {
   font-size: 2rem;
   line-height: 2.375rem;
 }

 @media (min-width: 576px) {
   .terms-section .terms-heading h1 {
     font-size: 2.5rem;
     line-height: 2.75rem;
   }
 }

 @media (min-width: 992px) {
   .terms-section .terms-heading h1 {
     font-size: 3.25rem;
     line-height: 4rem;
   }
 }

 .terms-section .nav-tabs {
   border: 0;
 }

 .terms-section .nav-tabs .active .btn-outline-white {
   border-color: #2259FF;
   background-color: #2259FF;
   color: #FCFCFC;
 }

 .terms-section .content-sidebar {
   position: sticky;
   top: 3.75rem;
 }

 @media (max-width: 991.98px) {
   .terms-section .content-sidebar {
     position: relative;
     top: 0;
   }
 }

 .terms-section .content-sidebar h2 {
   border-bottom: 1px solid #2259FF;
   padding-bottom: 0.8rem;
   margin-bottom: 0;
 }

 .terms-section .collapsed {
   display: flex;
 }

 .terms-section .arrow-visible .accordion-button {
   align-items: flex-start;
   padding: 0.8rem 0;
 }

 .terms-section .arrow-visible .accordion-button::after {
   background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
   visibility: visible;
   pointer-events: all;
 }

 .terms-section .arrow-visible .sidebar-sublist {
   padding-bottom: 0.8rem;
 }

 .terms-section .accordion-button {
   align-items: flex-start;
   padding: 0.8rem 0;
 }

 .terms-section .accordion-button::after {
   background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
   visibility: hidden;
   pointer-events: none;
 }

 .terms-section .accordion-button:focus {
   box-shadow: none;
 }

 .terms-section .accordion-button:not(.collapsed) {
   color: #131313;
   background-color: transparent;
   box-shadow: none;
 }

 .terms-section a {
   text-decoration: none;
 }

 .terms-section ol {
   padding-left: 1.6rem;
 }

 .terms-section ol li::marker {
   color: #2259FF;
 }

 .terms-section ol ol {
   list-style-type: lower-latin;
 }

 .terms-section ol ol a {
   color: #131313;
   text-decoration: none;
 }

 .terms-section .sidebar-list {
   overflow: auto;
 }

 .terms-section .sidebar-list li {
   border-bottom: 1px solid #2259FF;
   position: relative;
 }

 .terms-section .sidebar-list li::before {
   content: "";
   position: absolute;
   bottom: -1px;
   width: 10%;
   left: -10%;
   border-bottom: 1px solid #2259FF;
 }

 .terms-section .sidebar-list-anchor {
   position: absolute;
   top: 0;
   padding-top: 0.8rem;
   z-index: 3;
   max-width: 90%;
   opacity: 0;
 }

 .terms-section .sidebar-sublist li {
   border-bottom: 0;
   padding: 0;
 }

 .terms-section .sidebar-sublist li::before {
   display: none;
 }

 .terms-section .terms-body {
   background-color: #FCFCFC;
 }

 .terms-section .terms-body .terms-content h2 {
   font-size: 1.125rem;
   line-height: 1.5rem;
   color: #2259FF;
   margin: 1.5rem 0;
 }

 @media (min-width: 576px) {
   .terms-section .terms-body .terms-content h2 {
     font-size: 1.5rem;
     line-height: 2.25rem;
   }
 }

 @media (min-width: 992px) {
   .terms-section .terms-body .terms-content h2 {
     font-size: 1.5rem;
     line-height: 2.25rem;
   }
 }

 .terms-section .terms-body .terms-content h2:before {
   content: "";
   display: block;
   padding-top: 4.5rem;
   margin-top: -4.5rem;
   position: relative;
   z-index: -1;
 }

 .terms-section .terms-body .terms-content h3 {
   font-size: 1rem;
   line-height: 1.375rem;
 }

 @media (min-width: 576px) {
   .terms-section .terms-body .terms-content h3 {
     font-size: 1.25rem;
     line-height: 1.5rem;
   }
 }

 @media (min-width: 992px) {
   .terms-section .terms-body .terms-content h3 {
     font-size: 1.25rem;
     line-height: 1.5rem;
   }
 }

 .terms-section .terms-body .terms-content h3:before {
   content: "";
   display: block;
   padding-top: 3.75rem;
   margin-top: -3.75rem;
   position: relative;
   z-index: -1;
 }

 .terms-section .terms-body .terms-content ol {
   list-style-type: lower-latin;
 }

 .terms-section .terms-body .terms-content ol li::marker {
   font-weight: 600;
   font-size: 1rem;
   line-height: 1.375rem;
 }

 @media (min-width: 576px) {
   .terms-section .terms-body .terms-content ol li::marker {
     font-size: 1.25rem;
     line-height: 1.5rem;
   }
 }

 @media (min-width: 992px) {
   .terms-section .terms-body .terms-content ol li::marker {
     font-size: 1.25rem;
     line-height: 1.5rem;
   }
 }

 .terms-section .terms-body .terms-content>*:last-child {
   margin-bottom: 0;
 }

 .terms-section .content-date {
   color: rgba(19, 19, 19, 0.6);
   font-style: italic;
 }

 .grecaptcha-badge {
   visibility: hidden;
 }

 .gdpr_lightbox-active,
 .gdpr_lightbox-active body {
   overflow: hidden;
 }

 .gdpr_lightbox {
   z-index: 9990;
   position: fixed;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   white-space: nowrap;
   outline: none !important;
   opacity: 0;
   transition: opacity 0.3s ease;
 }

 .gdpr_lightbox.gdpr_lightbox-opened {
   opacity: 1;
 }

 .gdpr_lightbox.gdpr_lightbox-closed {
   opacity: 0;
 }

 .gdpr_lightbox * {
   box-sizing: border-box;
 }

 .gdpr_lightbox-wrap {
   z-index: 9990;
   position: fixed;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   text-align: center;
   outline: none !important;
 }

 .gdpr_lightbox-wrap:before {
   content: "";
   display: inline-block;
   height: 100%;
   vertical-align: middle;
 }

 .gdpr_lightbox-loader {
   z-index: 9991;
   color: #fff;
   position: absolute;
   top: 50%;
   margin-top: -0.8em;
   width: 100%;
   text-align: center;
   font-size: 14px;
   font-family: Arial, Helvetica, sans-serif;
   opacity: 0;
   transition: opacity 0.3s ease;
 }

 .gdpr_lightbox-loading .gdpr_lightbox-loader {
   opacity: 1;
 }

 .gdpr_lightbox-container {
   z-index: 9992;
   position: relative;
   text-align: left;
   display: inline-block;
   white-space: normal;
   max-width: 100%;
   max-height: 100%;
   outline: none !important;
   vertical-align: bottom;
   padding: 0.75rem;
   width: 100%;
 }

 .region-picker~.gdpr_lightbox .gdpr_lightbox-container {
   padding-bottom: 150px;
 }

 @media (min-width: 768px) {
   .region-picker~.gdpr_lightbox .gdpr_lightbox-container {
     padding-bottom: 0.75rem;
   }
 }

 @media (min-width: 768px) {
   .gdpr_lightbox-container {
     z-index: 9992;
     position: relative;
     text-align: left;
     vertical-align: middle;
     display: inline-block;
     white-space: normal;
     max-width: 100%;
     max-height: 100%;
     outline: none !important;
     padding: auto;
   }
 }

 .gdpr_lightbox-content {
   z-index: 9993;
   width: 100%;
   transform: scale(1);
   transition: transform 0.3s ease;
 }

 .gdpr_lightbox-closed .gdpr_lightbox-content,
 .gdpr_lightbox-loading .gdpr_lightbox-content {
   transform: scale(0.8);
 }

 .gdpr_lightbox-content:after {
   content: "";
   position: absolute;
   left: 0;
   top: 0;
   bottom: 0;
   display: block;
   right: 0;
   width: auto;
   height: auto;
   z-index: -1;
   box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
 }

 .gdpr_lightbox-close,
 .gdpr_lightbox-close:active,
 .gdpr_lightbox-close:focus,
 .gdpr_lightbox-close:hover,
 .gdpr_lightbox-close:visited {
   z-index: 9994;
   width: 35px;
   height: 35px;
   position: fixed;
   right: 0;
   top: 0;
   -webkit-appearance: none;
   cursor: pointer;
   text-decoration: none;
   text-align: center;
   padding: 0;
   color: #fff;
   font-style: normal;
   font-size: 35px;
   font-family: Arial, Baskerville, monospace;
   line-height: 35px;
   text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
   border: 0;
   background: none;
   box-shadow: none;
 }

 .gdpr_lightbox-close::-moz-focus-inner {
   border: 0;
   padding: 0;
 }

 .gdpr_lightbox-close:active {
   top: 1px;
 }

 .gdpr_lightbox-image img {
   max-width: 100%;
   display: block;
   line-height: 0;
   border: 0;
 }

 .gdpr_lightbox-iframe .gdpr_lightbox-container {
   width: 100%;
   max-width: 964px;
 }

 .gdpr_lightbox-iframe-container {
   width: 100%;
   height: 0;
   padding-top: 56.25%;
   overflow: auto;
   pointer-events: auto;
   transform: translateZ(0);
   -webkit-overflow-scrolling: touch;
 }

 .gdpr_lightbox-iframe-container iframe {
   position: absolute;
   display: block;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
   background: #3D4158;
 }

 body.moove_gdpr_overflow {
   overflow: hidden;
 }

 body.moove_gdpr_overflow #page {
   position: relative;
   z-index: 10;
 }

 body.moove_gdpr_overflow #main-header,
 body.moove_gdpr_overflow #page-container {
   z-index: 99;
 }

 .gdpr_lightbox-hide {
   display: none;
 }

 .cookie-switch.focus-g {
   border-radius: 50px;
 }

 #moove_gdpr_cookie_modal .mgbutton.focus-g,
 .cookie-switch.focus-g {
   box-shadow: 1px 1px 5px #010101;
 }

 #moove_gdpr_cookie_info_bar .gdpr-fbo-0 {
   -ms-flex-order: 1;
   order: 1;
 }

 #moove_gdpr_cookie_info_bar .gdpr-fbo-1 {
   -ms-flex-order: 2;
   order: 2;
 }

 #moove_gdpr_cookie_info_bar .gdpr-fbo-2 {
   -ms-flex-order: 3;
   order: 3;
 }

 #moove_gdpr_cookie_info_bar .gdpr-fbo-3 {
   -ms-flex-order: 4;
   order: 4;
 }

 #moove_gdpr_cookie_info_bar .gdpr-fbo-4 {
   -ms-flex-order: 5;
   order: 5;
 }

 #moove_gdpr_cookie_info_bar .gdpr-fbo-5 {
   -ms-flex-order: 6;
   order: 6;
 }

 .gdpr-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;
 }

 #moove_gdpr_cookie_modal li a .gdpr-svg-icon,
 #moove_gdpr_cookie_modal li button .gdpr-svg-icon {
   height: 30px;
   display: inline-block;
   float: left;
   width: 35px;
   margin-right: 5px;
   position: relative;
   top: 0;
 }

 #moove_gdpr_cookie_modal li a .gdpr-svg-icon svg,
 #moove_gdpr_cookie_modal li button .gdpr-svg-icon svg {
   height: 30px;
   width: auto;
   background-color: transparent;
 }

 body.gdpr-no-icons #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu .gdpr-svg-icon,
 body.gdpr-no-icons #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li a i,
 body.gdpr-no-icons #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li a span.gdpr-icon,
 body.gdpr-no-icons #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button i,
 body.gdpr-no-icons #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button span.gdpr-icon {
   display: none;
 }

 .moove_gdpr_cookie_modal_open .gdpr_lightbox-content:after {
   box-shadow: none;
 }

 #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content {
   justify-content: center;
   border-top: solid 1px rgba(252, 252, 252, 0.1);
 }

 #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder {
   width: 100%;
   justify-content: center;
 }

 #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton,
 #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton {
   display: inline-block;
   font-weight: 600;
   vertical-align: middle;
   user-select: none;
   background-color: transparent;
   border: 2px solid transparent;
   margin: 0 0.5rem;
   flex-grow: 1;
   padding: 0.35rem 1.5rem;
   font-size: 1rem;
   border-radius: 2rem;
   transition: transform 0.15s, filter 0.15s, -webkit-filter 0.15s;
 }

 @media (prefers-reduced-motion: reduce) {

   #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton,
   #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton {
     transition: none;
   }
 }

 #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton:hover,
 #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton:hover {
   color: #131313;
   text-decoration: none;
 }

 #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton:focus,
 #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton.focus,
 #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton:focus,
 #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton.focus {
   outline: 0;
   box-shadow: none !important;
 }

 #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton.moove-gdpr-modal-allow-all,
 #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton.moove-gdpr-modal-allow-all {
   color: #181D38;
   background-color: #FCFCFC;
   border-color: #FCFCFC;
 }

 #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton.moove-gdpr-modal-allow-all .icon-svg,
 #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton.moove-gdpr-modal-allow-all .icon-svg {
   fill: #000;
 }

 #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton.moove-gdpr-modal-allow-all:hover,
 #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton.moove-gdpr-modal-allow-all:focus,
 #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton.moove-gdpr-modal-allow-all:hover,
 #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton.moove-gdpr-modal-allow-all:focus {
   color: #181D38;
   background-color: #FCFCFC;
   border-color: #FCFCFC;
   transform: scale(0.96);
   filter: brightness(0.8);
 }

 #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton.moove-gdpr-modal-allow-all:hover .icon-svg,
 #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton.moove-gdpr-modal-allow-all:focus .icon-svg,
 #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton.moove-gdpr-modal-allow-all:hover .icon-svg,
 #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton.moove-gdpr-modal-allow-all:focus .icon-svg {
   fill: #181D38;
 }

 #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton.moove-gdpr-modal-allow-all:visited,
 #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton.moove-gdpr-modal-allow-all.visited,
 #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton.moove-gdpr-modal-allow-all:visited,
 #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton.moove-gdpr-modal-allow-all.visited {
   color: #181D38;
 }

 #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton.moove-gdpr-modal-allow-all:visited .icon-svg,
 #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton.moove-gdpr-modal-allow-all.visited .icon-svg,
 #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton.moove-gdpr-modal-allow-all:visited .icon-svg,
 #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton.moove-gdpr-modal-allow-all.visited .icon-svg {
   fill: #181D38;
 }

 #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton.moove-gdpr-modal-allow-all.disabled,
 #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton.moove-gdpr-modal-allow-all:disabled,
 #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton.moove-gdpr-modal-allow-all.disabled,
 #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton.moove-gdpr-modal-allow-all:disabled {
   color: #000;
   background-color: #FCFCFC;
   border-color: #FCFCFC;
   transform: scale(1);
   filter: brightness(1);
 }

 #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton.moove-gdpr-modal-allow-all.disabled .icon-svg,
 #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton.moove-gdpr-modal-allow-all:disabled .icon-svg,
 #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton.moove-gdpr-modal-allow-all.disabled .icon-svg,
 #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton.moove-gdpr-modal-allow-all:disabled .icon-svg {
   fill: #000;
 }

 #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton.moove-gdpr-modal-allow-all.processing:before,
 #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton.moove-gdpr-modal-allow-all.processing:before {
   border-color: rgba(24, 29, 56, 0.7);
   border-left-color: transparent;
 }

 #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton.moove-gdpr-modal-allow-all:not(:disabled):not(.disabled):active,
 #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton.moove-gdpr-modal-allow-all:not(:disabled):not(.disabled).active,
 .show>#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton.moove-gdpr-modal-allow-all.dropdown-toggle,
 #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton.moove-gdpr-modal-allow-all:not(:disabled):not(.disabled):active,
 #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton.moove-gdpr-modal-allow-all:not(:disabled):not(.disabled).active,
 .show>#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton.moove-gdpr-modal-allow-all.dropdown-toggle {
   color: #181D38;
   background-color: #FCFCFC;
   border-color: #FCFCFC;
 }

 #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton.moove-gdpr-modal-allow-all:not(:disabled):not(.disabled):active .icon-svg,
 #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton.moove-gdpr-modal-allow-all:not(:disabled):not(.disabled).active .icon-svg,
 .show>#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton.moove-gdpr-modal-allow-all.dropdown-toggle .icon-svg,
 #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton.moove-gdpr-modal-allow-all:not(:disabled):not(.disabled):active .icon-svg,
 #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton.moove-gdpr-modal-allow-all:not(:disabled):not(.disabled).active .icon-svg,
 .show>#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton.moove-gdpr-modal-allow-all.dropdown-toggle .icon-svg {
   fill: #181D38;
 }

 #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton.moove-gdpr-modal-reject-all,
 #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton.moove-gdpr-modal-reject-all {
   color: #FCFCFC;
   border-color: #FCFCFC;
 }

 #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton.moove-gdpr-modal-reject-all:hover,
 #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton.moove-gdpr-modal-reject-all:focus,
 #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton.moove-gdpr-modal-reject-all:hover,
 #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton.moove-gdpr-modal-reject-all:focus {
   color: #FCFCFC;
   border-color: #FCFCFC;
   transform: scale(0.96);
   filter: brightness(0.8);
 }

 #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton.moove-gdpr-modal-reject-all:focus,
 #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton.moove-gdpr-modal-reject-all.focus,
 #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton.moove-gdpr-modal-reject-all:focus,
 #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton.moove-gdpr-modal-reject-all.focus {
   box-shadow: 0 0 0 0.25rem rgba(252, 252, 252, 0.5);
 }

 #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton.moove-gdpr-modal-reject-all.disabled,
 #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton.moove-gdpr-modal-reject-all:disabled,
 #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton.moove-gdpr-modal-reject-all.disabled,
 #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton.moove-gdpr-modal-reject-all:disabled {
   color: #FCFCFC;
   background-color: transparent;
   transform: scale(1);
   filter: brightness(1);
 }

 #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton.moove-gdpr-modal-reject-all:not(:disabled):not(.disabled):active,
 #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton.moove-gdpr-modal-reject-all:not(:disabled):not(.disabled).active,
 .show>#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton.moove-gdpr-modal-reject-all.dropdown-toggle,
 #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton.moove-gdpr-modal-reject-all:not(:disabled):not(.disabled):active,
 #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton.moove-gdpr-modal-reject-all:not(:disabled):not(.disabled).active,
 .show>#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton.moove-gdpr-modal-reject-all.dropdown-toggle {
   color: #000;
   background-color: #FCFCFC;
   border-color: #FCFCFC;
 }

 #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton.moove-gdpr-modal-reject-all:not(:disabled):not(.disabled):active:focus,
 #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton.moove-gdpr-modal-reject-all:not(:disabled):not(.disabled).active:focus,
 .show>#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton.moove-gdpr-modal-reject-all.dropdown-toggle:focus,
 #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton.moove-gdpr-modal-reject-all:not(:disabled):not(.disabled):active:focus,
 #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton.moove-gdpr-modal-reject-all:not(:disabled):not(.disabled).active:focus,
 .show>#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton.moove-gdpr-modal-reject-all.dropdown-toggle:focus {
   box-shadow: 0 0 0 0.25rem rgba(252, 252, 252, 0.5);
 }

 #moove_gdpr_cookie_info_bar {
   content-visibility: auto;
   position: fixed;
   bottom: 0.75rem;
   width: 100%;
   z-index: 700;
   transition: bottom 0.3s cubic-bezier(0.17, 0.04, 0.03, 0.94);
 }

 #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container {
   width: 100%;
   padding-right: var(--bs-gutter-x, 0.75rem);
   padding-left: var(--bs-gutter-x, 0.75rem);
   margin-right: auto;
   margin-left: auto;
   display: flex;
 }

 #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content {
   color: #FCFCFC;
   background-color: #3D4158;
   border-radius: 10px;
   padding: 1rem 1.25rem;
   position: static;
   text-align: left;
   display: flex;
   align-items: center;
   width: 100%;
   flex-direction: column;
 }

 #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-cookie-notice {
   padding: 0 0.75rem 1rem 0.75rem;
   text-align: center;
 }

 #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-cookie-notice p,
 #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-cookie-notice p a {
   margin: 0;
   color: #FCFCFC;
 }

 #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder {
   padding: 0;
   display: flex;
   align-items: center;
   justify-content: center;
 }

 #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton,
 #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton {
   display: inline-block;
   font-weight: 600;
   vertical-align: middle;
   user-select: none;
   background-color: transparent;
   border: 2px solid transparent;
   margin: 0 0.5rem;
   flex-grow: 1;
   padding: 0.35rem 1.5rem;
   font-size: 1rem;
   border-radius: 2rem;
   transition: transform 0.15s, filter 0.15s, -webkit-filter 0.15s;
 }

 @media (prefers-reduced-motion: reduce) {

   #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton,
   #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton {
     transition: none;
   }
 }

 #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton:hover,
 #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton:hover {
   color: #131313;
   text-decoration: none;
 }

 #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton:focus,
 #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.focus,
 #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton:focus,
 #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.focus {
   outline: 0;
   box-shadow: none !important;
 }

 #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.moove-gdpr-infobar-allow-all,
 #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-allow-all {
   color: #181D38;
   background-color: #FCFCFC;
   border-color: #FCFCFC;
 }

 #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.moove-gdpr-infobar-allow-all .icon-svg,
 #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-allow-all .icon-svg {
   fill: #000;
 }

 #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.moove-gdpr-infobar-allow-all:hover,
 #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.moove-gdpr-infobar-allow-all:focus,
 #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-allow-all:hover,
 #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-allow-all:focus {
   color: #181D38;
   background-color: #FCFCFC;
   border-color: #FCFCFC;
   transform: scale(0.96);
   filter: brightness(0.8);
 }

 #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.moove-gdpr-infobar-allow-all:hover .icon-svg,
 #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.moove-gdpr-infobar-allow-all:focus .icon-svg,
 #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-allow-all:hover .icon-svg,
 #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-allow-all:focus .icon-svg {
   fill: #181D38;
 }

 #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.moove-gdpr-infobar-allow-all:visited,
 #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.moove-gdpr-infobar-allow-all.visited,
 #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-allow-all:visited,
 #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-allow-all.visited {
   color: #181D38;
 }

 #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.moove-gdpr-infobar-allow-all:visited .icon-svg,
 #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.moove-gdpr-infobar-allow-all.visited .icon-svg,
 #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-allow-all:visited .icon-svg,
 #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-allow-all.visited .icon-svg {
   fill: #181D38;
 }

 #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.moove-gdpr-infobar-allow-all.disabled,
 #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.moove-gdpr-infobar-allow-all:disabled,
 #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-allow-all.disabled,
 #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-allow-all:disabled {
   color: #000;
   background-color: #FCFCFC;
   border-color: #FCFCFC;
   transform: scale(1);
   filter: brightness(1);
 }

 #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.moove-gdpr-infobar-allow-all.disabled .icon-svg,
 #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.moove-gdpr-infobar-allow-all:disabled .icon-svg,
 #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-allow-all.disabled .icon-svg,
 #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-allow-all:disabled .icon-svg {
   fill: #000;
 }

 #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.moove-gdpr-infobar-allow-all.processing:before,
 #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-allow-all.processing:before {
   border-color: rgba(24, 29, 56, 0.7);
   border-left-color: transparent;
 }

 #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.moove-gdpr-infobar-allow-all:not(:disabled):not(.disabled):active,
 #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.moove-gdpr-infobar-allow-all:not(:disabled):not(.disabled).active,
 .show>#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.moove-gdpr-infobar-allow-all.dropdown-toggle,
 #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-allow-all:not(:disabled):not(.disabled):active,
 #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-allow-all:not(:disabled):not(.disabled).active,
 .show>#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-allow-all.dropdown-toggle {
   color: #181D38;
   background-color: #FCFCFC;
   border-color: #FCFCFC;
 }

 #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.moove-gdpr-infobar-allow-all:not(:disabled):not(.disabled):active .icon-svg,
 #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.moove-gdpr-infobar-allow-all:not(:disabled):not(.disabled).active .icon-svg,
 .show>#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.moove-gdpr-infobar-allow-all.dropdown-toggle .icon-svg,
 #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-allow-all:not(:disabled):not(.disabled):active .icon-svg,
 #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-allow-all:not(:disabled):not(.disabled).active .icon-svg,
 .show>#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-allow-all.dropdown-toggle .icon-svg {
   fill: #181D38;
 }

 #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.moove-gdpr-infobar-reject-btn,
 #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-reject-btn {
   color: #FCFCFC;
   border-color: #FCFCFC;
 }

 #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.moove-gdpr-infobar-reject-btn:hover,
 #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.moove-gdpr-infobar-reject-btn:focus,
 #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-reject-btn:hover,
 #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-reject-btn:focus {
   color: #FCFCFC;
   border-color: #FCFCFC;
   transform: scale(0.96);
   filter: brightness(0.8);
 }

 #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.moove-gdpr-infobar-reject-btn:focus,
 #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.moove-gdpr-infobar-reject-btn.focus,
 #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-reject-btn:focus,
 #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-reject-btn.focus {
   box-shadow: 0 0 0 0.25rem rgba(252, 252, 252, 0.5);
 }

 #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.moove-gdpr-infobar-reject-btn.disabled,
 #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.moove-gdpr-infobar-reject-btn:disabled,
 #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-reject-btn.disabled,
 #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-reject-btn:disabled {
   color: #FCFCFC;
   background-color: transparent;
   transform: scale(1);
   filter: brightness(1);
 }

 #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.moove-gdpr-infobar-reject-btn:not(:disabled):not(.disabled):active,
 #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.moove-gdpr-infobar-reject-btn:not(:disabled):not(.disabled).active,
 .show>#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.moove-gdpr-infobar-reject-btn.dropdown-toggle,
 #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-reject-btn:not(:disabled):not(.disabled):active,
 #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-reject-btn:not(:disabled):not(.disabled).active,
 .show>#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-reject-btn.dropdown-toggle {
   color: #000;
   background-color: #FCFCFC;
   border-color: #FCFCFC;
 }

 #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.moove-gdpr-infobar-reject-btn:not(:disabled):not(.disabled):active:focus,
 #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.moove-gdpr-infobar-reject-btn:not(:disabled):not(.disabled).active:focus,
 .show>#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.moove-gdpr-infobar-reject-btn.dropdown-toggle:focus,
 #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-reject-btn:not(:disabled):not(.disabled):active:focus,
 #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-reject-btn:not(:disabled):not(.disabled).active:focus,
 .show>#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-reject-btn.dropdown-toggle:focus {
   box-shadow: 0 0 0 0.25rem rgba(252, 252, 252, 0.5);
 }

 #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.moove-gdpr-infobar-settings-btn,
 #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-settings-btn {
   overflow: hidden;
   text-indent: -9999;
   color: transparent;
   content: "";
   -webkit-mask: url("data:image/svg+xml,%3csvg width='19' height='19' viewBox='0 0 19 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.49976 0C10.1827 0 10.8512 0.0622253 11.4998 0.181366V1.75197C12.2338 1.94089 12.9272 2.23138 13.5638 2.60757L14.675 1.49641C15.2178 1.87076 15.7345 2.29944 16.2174 2.78238C16.7004 3.26532 17.129 3.78199 17.5034 4.32484L16.3923 5.43595C16.7685 6.0726 17.059 6.76591 17.248 7.5H18.8186C18.9378 8.14856 19 8.81702 19 9.5C19 10.183 18.9378 10.8514 18.8186 11.5H17.248C17.059 12.2341 16.7685 12.9274 16.3923 13.5641L17.5036 14.6755C17.1292 15.2183 16.7006 15.735 16.2176 16.2179C15.7347 16.7009 15.218 17.1295 14.6752 17.5039L13.5637 16.3925C12.9271 16.7686 12.2338 17.0591 11.4998 17.248V18.8186C10.8512 18.9378 10.1827 19 9.49976 19C8.81677 19 8.14832 18.9378 7.49976 18.8186V17.2479C6.76585 17.059 6.0727 16.7685 5.43618 16.3924L4.32502 17.5036C3.78218 17.1292 3.26551 16.7006 2.78256 16.2176C2.29962 15.7347 1.87095 15.218 1.4966 14.6752L2.60771 13.5641C2.23149 12.9274 1.94098 12.2341 1.75203 11.5H0.181366C0.0622252 10.8514 0 10.183 0 9.5C0 8.81702 0.0622255 8.14856 0.181366 7.5H1.75203C1.941 6.76583 2.23156 6.07244 2.60784 5.43572L1.49665 4.32453C1.87101 3.78169 2.29968 3.26502 2.78262 2.78208C3.26556 2.29913 3.78223 1.87046 4.32508 1.49611L5.43641 2.60744C6.07287 2.23139 6.76594 1.94099 7.49976 1.7521V0.181366C8.14832 0.0622253 8.81677 0 9.49976 0ZM9.5 15.5C12.8137 15.5 15.5 12.8137 15.5 9.5C15.5 6.18629 12.8137 3.5 9.5 3.5C6.18629 3.5 3.5 6.18629 3.5 9.5C3.5 12.8137 6.18629 15.5 9.5 15.5Z' fill='%23FCFCFC' fill-opacity='0.8'/%3e%3c/svg%3e") !important;
   mask: url("data:image/svg+xml,%3csvg width='19' height='19' viewBox='0 0 19 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.49976 0C10.1827 0 10.8512 0.0622253 11.4998 0.181366V1.75197C12.2338 1.94089 12.9272 2.23138 13.5638 2.60757L14.675 1.49641C15.2178 1.87076 15.7345 2.29944 16.2174 2.78238C16.7004 3.26532 17.129 3.78199 17.5034 4.32484L16.3923 5.43595C16.7685 6.0726 17.059 6.76591 17.248 7.5H18.8186C18.9378 8.14856 19 8.81702 19 9.5C19 10.183 18.9378 10.8514 18.8186 11.5H17.248C17.059 12.2341 16.7685 12.9274 16.3923 13.5641L17.5036 14.6755C17.1292 15.2183 16.7006 15.735 16.2176 16.2179C15.7347 16.7009 15.218 17.1295 14.6752 17.5039L13.5637 16.3925C12.9271 16.7686 12.2338 17.0591 11.4998 17.248V18.8186C10.8512 18.9378 10.1827 19 9.49976 19C8.81677 19 8.14832 18.9378 7.49976 18.8186V17.2479C6.76585 17.059 6.0727 16.7685 5.43618 16.3924L4.32502 17.5036C3.78218 17.1292 3.26551 16.7006 2.78256 16.2176C2.29962 15.7347 1.87095 15.218 1.4966 14.6752L2.60771 13.5641C2.23149 12.9274 1.94098 12.2341 1.75203 11.5H0.181366C0.0622252 10.8514 0 10.183 0 9.5C0 8.81702 0.0622255 8.14856 0.181366 7.5H1.75203C1.941 6.76583 2.23156 6.07244 2.60784 5.43572L1.49665 4.32453C1.87101 3.78169 2.29968 3.26502 2.78262 2.78208C3.26556 2.29913 3.78223 1.87046 4.32508 1.49611L5.43641 2.60744C6.07287 2.23139 6.76594 1.94099 7.49976 1.7521V0.181366C8.14832 0.0622253 8.81677 0 9.49976 0ZM9.5 15.5C12.8137 15.5 15.5 12.8137 15.5 9.5C15.5 6.18629 12.8137 3.5 9.5 3.5C6.18629 3.5 3.5 6.18629 3.5 9.5C3.5 12.8137 6.18629 15.5 9.5 15.5Z' fill='%23FCFCFC' fill-opacity='0.8'/%3e%3c/svg%3e") !important;
   width: 19px;
   height: 19px;
   top: 0;
   left: 0;
   background-color: rgba(252, 252, 252, 0.8);
   padding: 0;
 }

 @media (min-width: 576px) {

   #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container-sm,
   #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container,
   #moove_gdpr_cookie_info_bar .container,
   #moove_gdpr_cookie_info_bar .container-sm {
     max-width: 540px;
   }
 }

 @media (min-width: 768px) {

   #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container-md,
   #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container-sm,
   #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container,
   #moove_gdpr_cookie_info_bar .container,
   #moove_gdpr_cookie_info_bar .container-sm,
   #moove_gdpr_cookie_info_bar .container-md {
     max-width: 720px;
   }
 }

 @media (min-width: 992px) {

   #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container-lg,
   #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container-md,
   #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container-sm,
   #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container,
   #moove_gdpr_cookie_info_bar .container,
   #moove_gdpr_cookie_info_bar .container-sm,
   #moove_gdpr_cookie_info_bar .container-md,
   #moove_gdpr_cookie_info_bar .container-lg {
     max-width: 1000px;
   }
 }

 #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container-xxl,
 #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container-xl,
 #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container-lg,
 #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container-md,
 #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container-sm,
 #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container {
   max-width: 1140px;
 }

 @media (min-width: 1200px) {

   #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container-xl,
   #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container-lg,
   #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container-md,
   #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container-sm,
   #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container,
   #moove_gdpr_cookie_info_bar .container,
   #moove_gdpr_cookie_info_bar .container-sm,
   #moove_gdpr_cookie_info_bar .container-md,
   #moove_gdpr_cookie_info_bar .container-lg,
   #moove_gdpr_cookie_info_bar .container-xl {
     max-width: 1440px;
   }
 }

 #moove_gdpr_cookie_info_bar .moove-gdpr-button-holder {
   display: -ms-flexbox;
   display: flex;
   -ms-flex-align: center;
   align-items: center;
 }

 #moove_gdpr_cookie_info_bar.moove-gdpr-info-bar-hidden {
   bottom: -400px;
 }

 .region-picker~#moove_gdpr_cookie_info_bar {
   bottom: 150px;
 }

 .moove_gdpr_overflow #moove_gdpr_cookie_info_bar {
   opacity: 0;
 }

 @media (min-width: 768px) {
   .region-picker~#moove_gdpr_cookie_info_bar {
     bottom: 100px;
   }

   #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container {
     padding: 0 1.5rem;
   }

   #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-button-holder {
     padding-left: 1.5rem;
     margin-left: auto;
   }

   #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content {
     width: 100%;
     margin-left: auto;
     flex-direction: row;
   }

   #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-cookie-notice {
     text-align: left;
   }
 }

 @media (min-width: 992px) {
   .region-picker~#moove_gdpr_cookie_info_bar {
     bottom: 100px;
   }

   #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content {
     width: 80%;
     margin-left: auto;
   }
 }

 @media (min-width: 1200px) {
   .region-picker~#moove_gdpr_cookie_info_bar {
     bottom: 100px;
   }

   #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content {
     width: 80%;
     margin-left: auto;
   }
 }

 #moove_gdpr_cookie_modal .cookie-switch .cookie-slider,
 #moove_gdpr_cookie_modal .switch .slider {
   overflow: visible;
 }

 #moove_gdpr_cookie_modal {
   margin: 0 auto;
   margin-top: 0;
   content-visibility: hidden;
 }

 #moove_gdpr_cookie_modal span.tab-title {
   display: block;
 }

 #moove_gdpr_cookie_modal button {
   letter-spacing: 0;
   outline: none;
   cursor: pointer;
 }

 #moove_gdpr_cookie_modal * {
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   font-family: inherit;
 }

 #moove_gdpr_cookie_modal .cookie-switch,
 #moove_gdpr_cookie_modal .switch {
   position: relative;
   display: inline-block;
   width: 50px;
   height: 30px;
 }

 #moove_gdpr_cookie_modal .cookie-switch input,
 #moove_gdpr_cookie_modal .switch input {
   display: none;
 }

 #moove_gdpr_cookie_modal .cookie-switch .cookie-slider,
 #moove_gdpr_cookie_modal .cookie-switch .slider,
 #moove_gdpr_cookie_modal .switch .cookie-slider,
 #moove_gdpr_cookie_modal .switch .slider {
   position: absolute;
   cursor: pointer;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   background-color: red;
   transition: 0.4s;
   margin: 0;
   padding: 0;
 }

 #moove_gdpr_cookie_modal .cookie-switch .cookie-slider:before,
 #moove_gdpr_cookie_modal .cookie-switch .slider:before,
 #moove_gdpr_cookie_modal .switch .cookie-slider:before,
 #moove_gdpr_cookie_modal .switch .slider:before {
   position: absolute;
   content: "";
   height: 26px;
   width: 26px;
   left: 1px;
   bottom: 1px;
   transition: 0.4s;
   border: 1px solid #f2f2f2;
   border-radius: 50%;
   background-color: #fff;
   box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.25);
   display: block;
   box-sizing: content-box;
 }

 #moove_gdpr_cookie_modal .cookie-switch .cookie-slider:after,
 #moove_gdpr_cookie_modal .cookie-switch .slider:after,
 #moove_gdpr_cookie_modal .switch .cookie-slider:after,
 #moove_gdpr_cookie_modal .switch .slider:after {
   content: attr(data-text-disabled);
   position: absolute;
   top: 0;
   left: 60px;
   font-weight: 700;
   font-size: 16px;
   line-height: 30px;
   color: red;
   display: block;
   white-space: nowrap;
 }

 #moove_gdpr_cookie_modal .cookie-switch .cookie-slider.cookie-round,
 #moove_gdpr_cookie_modal .cookie-switch .cookie-slider.round,
 #moove_gdpr_cookie_modal .cookie-switch .slider.cookie-round,
 #moove_gdpr_cookie_modal .cookie-switch .slider.round,
 #moove_gdpr_cookie_modal .switch .cookie-slider.cookie-round,
 #moove_gdpr_cookie_modal .switch .cookie-slider.round,
 #moove_gdpr_cookie_modal .switch .slider.cookie-round,
 #moove_gdpr_cookie_modal .switch .slider.round {
   border-radius: 34px;
 }

 #moove_gdpr_cookie_modal .cookie-switch .cookie-slider.cookie-round:before,
 #moove_gdpr_cookie_modal .cookie-switch .cookie-slider.round:before,
 #moove_gdpr_cookie_modal .cookie-switch .slider.cookie-round:before,
 #moove_gdpr_cookie_modal .cookie-switch .slider.round:before,
 #moove_gdpr_cookie_modal .switch .cookie-slider.cookie-round:before,
 #moove_gdpr_cookie_modal .switch .cookie-slider.round:before,
 #moove_gdpr_cookie_modal .switch .slider.cookie-round:before,
 #moove_gdpr_cookie_modal .switch .slider.round:before {
   border-radius: 50%;
 }

 #moove_gdpr_cookie_modal .cookie-switch input:checked+.cookie-slider,
 #moove_gdpr_cookie_modal .cookie-switch input:checked+.slider,
 #moove_gdpr_cookie_modal .switch input:checked+.cookie-slider,
 #moove_gdpr_cookie_modal .switch input:checked+.slider {
   background-color: #2e9935;
 }

 #moove_gdpr_cookie_modal .cookie-switch input:checked+.cookie-slider:after,
 #moove_gdpr_cookie_modal .cookie-switch input:checked+.slider:after,
 #moove_gdpr_cookie_modal .switch input:checked+.cookie-slider:after,
 #moove_gdpr_cookie_modal .switch input:checked+.slider:after {
   content: attr(data-text-enable);
   color: #2e9935;
   white-space: nowrap;
 }

 #moove_gdpr_cookie_modal .cookie-switch input:focus+.cookie-slider,
 #moove_gdpr_cookie_modal .cookie-switch input:focus+.slider,
 #moove_gdpr_cookie_modal .switch input:focus+.cookie-slider,
 #moove_gdpr_cookie_modal .switch input:focus+.slider {
   box-shadow: 0 0 1px #2e9935;
 }

 #moove_gdpr_cookie_modal .cookie-switch input:checked+.cookie-slider:before,
 #moove_gdpr_cookie_modal .cookie-switch input:checked+.slider:before,
 #moove_gdpr_cookie_modal .switch input:checked+.cookie-slider:before,
 #moove_gdpr_cookie_modal .switch input:checked+.slider:before {
   transform: translateX(20px);
 }

 #moove_gdpr_cookie_modal a,
 #moove_gdpr_cookie_modal button {
   outline: none;
   box-shadow: none;
   text-shadow: none;
 }

 #moove_gdpr_cookie_modal .moove-gdpr-modal-content {
   color: rgba(252, 252, 252, 0.8);
   background-color: #3D4158;
   width: 100%;
   min-height: 600px;
   border-radius: 10px;
   position: relative;
   margin: 0 auto;
 }

 @media (min-width: 768px) {
   #moove_gdpr_cookie_modal .moove-gdpr-modal-content {
     max-width: 480px;
   }
 }

 #moove_gdpr_cookie_modal .moove-gdpr-modal-content .gdpr-cc-form-fieldset,
 #moove_gdpr_cookie_modal .moove-gdpr-modal-content fieldset {
   background-color: transparent;
 }

 #moove_gdpr_cookie_modal .moove-gdpr-modal-content.logo-position-left .moove-gdpr-company-logo-holder {
   text-align: left;
 }

 #moove_gdpr_cookie_modal .moove-gdpr-modal-content.logo-position-center .moove-gdpr-company-logo-holder {
   text-align: center;
 }

 #moove_gdpr_cookie_modal .moove-gdpr-modal-content.logo-position-right .moove-gdpr-company-logo-holder {
   text-align: right;
 }

 #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .main-modal-content {
   display: -ms-flexbox;
   display: flex;
   -ms-flex-flow: column;
   flex-flow: column;
   height: 100%;
 }

 #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton,
 #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton {
   margin: 2px;
 }

 #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 {
   min-height: auto;
 }

 #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-left-content {
   display: none;
 }

 #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-right-content {
   width: 100%;
   border-top-left-radius: 5px;
   border-bottom-left-radius: 5px;
   position: relative;
   float: none;
   padding-bottom: 85px;
 }

 #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .main-modal-content {
   max-height: 50vh;
   overflow: hidden;
   overflow-y: auto;
   padding-bottom: 0;
   height: 100%;
 }

 #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-branding-cnt {
   padding-right: 30px;
   white-space: nowrap;
   display: none;
 }

 #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-branding-cnt a {
   padding-right: 0;
   text-align: right;
   color: #000;
   font-weight: 700;
   font-size: 13px;
   letter-spacing: -0.3px;
   position: relative;
   top: 0;
   text-decoration: none;
   display: block;
   -ms-flex-align: baseline;
   align-items: baseline;
 }

 #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main {
   display: block;
   position: relative;
 }

 #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-tab-main-content {
   position: relative;
   overflow: hidden;
   padding-bottom: 10px;
 }

 #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-status-bar {
   position: absolute;
   top: 0;
   right: 0;
   text-align: right;
   display: none;
 }

 #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-status-bar span.cookie-slider,
 #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-status-bar span.slider {
   position: relative;
   width: 50px;
   height: 30px;
   display: block;
 }

 #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-status-bar span.cookie-slider:after,
 #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-status-bar span.slider:after {
   text-align: right;
   left: auto;
   right: 60px;
 }

 #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main h3.tab-title,
 #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main span.tab-title {
   font-weight: 700;
   font-size: 20px;
   margin-bottom: 15px;
   color: #FCFCFC;
 }

 #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-title {
   display: -ms-flexbox;
   display: flex;
   width: 100%;
   -ms-flex-align: center;
   align-items: center;
   height: 75px;
   position: relative;
   margin-bottom: 20px;
   padding-right: 180px;
 }

 #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-title .moove-gdpr-company-logo-holder {
   max-width: 180px;
   margin: 0;
   float: right;
   position: absolute;
   top: 0;
   right: 0;
   width: 100%;
   text-align: right;
   display: -ms-flexbox;
   display: flex;
   -ms-flex-align: center;
   align-items: center;
   -ms-flex-pack: end;
   justify-content: flex-end;
   height: 100%;
 }

 #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-title .moove-gdpr-company-logo-holder img {
   max-width: 100%;
   text-align: center;
   height: 30px;
 }

 @media (min-width: 768px) {
   #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-title .moove-gdpr-company-logo-holder img {
     height: 40px;
   }
 }

 #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-title .tab-title {
   width: 100%;
   font-weight: 700;
   line-height: 1.1;
   color: #FCFCFC;
   font-size: 1.25rem;
 }

 @media (min-width: 768px) {
   #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-title .tab-title {
     font-size: 2rem;
   }
 }

 #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close {
   position: absolute;
   text-decoration: none;
   top: -30px;
   right: -30px;
   display: none;
   width: 60px;
   height: 60px;
   line-height: 60px;
   text-align: center;
   border-radius: 50%;
   background: transparent;
   padding: 0;
   z-index: 99;
   margin: 0;
   outline: none;
   box-shadow: none;
   border: none;
 }

 #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close:hover i,
 #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close:hover span.gdpr-icon {
   background-color: #fff;
   color: #0c4da2;
 }

 #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close i,
 #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close span.gdpr-icon {
   display: block;
   width: 60px;
   height: 60px;
   line-height: 60px;
   font-size: 48px;
   background-color: #0c4da2;
   border: 1px solid #0c4da2;
   color: #fff;
   border-radius: 50%;
   transition: all 0.3s ease;
 }

 #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-company-logo-holder {
   padding: 0;
   margin-bottom: 30px;
 }

 #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-company-logo-holder img {
   max-height: 75px;
   max-width: 70%;
   width: auto;
   display: inline-block;
 }

 #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-title h2 {
   font-weight: 400;
   font-size: 20px;
   margin: 5px 0 0;
   padding: 0;
   color: #000;
 }

 #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-content.moove-gdpr-no-modal-title .moove-gdpr-tab-main h3.tab-title,
 #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-content.moove-gdpr-no-modal-title .moove-gdpr-tab-main span.tab-title {
   margin-top: 0;
 }

 #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main h3.tab-title,
 #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main span.tab-title {
   margin: 0;
   padding: 0;
 }

 #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content {
   display: -ms-flexbox;
   display: flex;
   -ms-flex-flow: column;
   flex-flow: column;
   max-height: calc(100% - 155px);
   overflow-y: auto;
   padding-right: 20px;
   padding-bottom: 15px;
 }

 #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content a,
 #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content button,
 #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content li,
 #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content p {
   line-height: 1.4;
   margin-top: 0;
   padding: 0;
 }

 #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content a {
   text-decoration: underline;
   color: #FCFCFC;
 }

 #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content.moove-gdpr-strict-warning-message {
   display: none;
 }

 #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar {
   padding: 5px;
   margin-right: 10px;
   margin-bottom: 15px;
 }

 #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar.gdpr-checkbox-disabled {
   opacity: 0.6;
   pointer-events: none;
 }

 #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar.gdpr-checkbox-disabled .cookie-switch input:checked+.cookie-slider,
 #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar.gdpr-checkbox-disabled .switch input:checked+.slider {
   background-color: #474747;
 }

 #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar.gdpr-checkbox-disabled .cookie-switch input:checked+.cookie-slider:after,
 #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar.gdpr-checkbox-disabled .switch input:checked+.slider:after {
   color: #474747;
 }

 #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar p {
   display: inline-block;
   float: right;
   color: #09a501;
   margin: 0;
   line-height: 1.2;
   font: 700 11px Arial, Helvetica, sans-serif;
   font-weight: 700;
 }

 #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar .gdpr-cc-form-wrap,
 #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar .gdpr-cc-form-wrap .gdpr-cc-form-fieldset,
 #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar .gdpr-cc-form-wrap fieldset,
 #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar form,
 #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar form .gdpr-cc-form-fieldset,
 #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar form fieldset {
   border: none;
   padding: 0;
   margin: 0;
   box-shadow: none;
 }

 #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar .gdpr-cc-form-wrap .gdpr-cc-form-fieldset:hover label,
 #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar .gdpr-cc-form-wrap fieldset:hover label,
 #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar form .gdpr-cc-form-fieldset:hover label,
 #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar form fieldset:hover label {
   color: #09a501;
 }

 #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content {
   display: flex;
   align-items: center;
   position: absolute;
   left: 0;
   bottom: 0;
   width: 100%;
   z-index: 15;
 }

 #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-branding {
   text-decoration: none;
   padding: 0 10px;
   font-size: 10px;
   color: #000;
   font-weight: 700;
   line-height: 13px;
   display: -ms-flexbox;
   display: flex;
   -ms-flex-align: baseline;
   align-items: baseline;
   width: auto;
   max-width: 100%;
 }

 #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-branding img {
   height: 15px;
   margin-left: 5px;
 }

 #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-branding span {
   display: inline-block;
   text-decoration: underline;
 }

 #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder {
   display: flex;
   padding: 1.5rem;
   justify-content: space-between;
   flex-wrap: wrap;
 }

 #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content {
   width: 40%;
   display: inline-block;
   float: left;
   padding: 40px 60px;
   position: absolute;
   height: 100%;
   top: 0;
   box-shadow: 0 0 30px 0 rgba(35, 35, 35, 0.1);
   background: #fff;
   z-index: 10;
   left: 0;
   border-top-left-radius: 5px;
   border-bottom-left-radius: 5px;
 }

 #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content .moove-gdpr-branding-cnt {
   position: absolute;
   bottom: 0;
   padding-bottom: 30px;
   left: 60px;
   right: 60px;
 }

 #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content .moove-gdpr-branding-cnt a {
   color: #000;
   font-weight: 700;
   font-size: 13px;
   letter-spacing: -0.3px;
   padding: 20px 0;
   position: relative;
   top: 10px;
   text-decoration: none;
   display: block;
 }

 #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content .moove-gdpr-branding-cnt a img {
   width: 60px;
   height: auto;
   display: inline-block;
   margin-left: 5px;
   position: relative;
   top: 0;
 }

 #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content .moove-gdpr-branding-cnt a span {
   display: inline-block;
   text-decoration: underline;
 }

 #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu {
   padding: 0;
   list-style: none;
   margin: 0;
   z-index: 12;
 }

 #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li {
   margin: 0;
   padding: 0;
   list-style: none;
   margin-bottom: 15px;
 }

 #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li.menu-item-selected a,
 #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li.menu-item-selected button {
   background-color: #fff;
   border-color: #f1f1f1;
   color: #000;
 }

 #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li.menu-item-selected a span.gdpr-icon,
 #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li.menu-item-selected button span.gdpr-icon {
   color: #000;
 }

 #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li a,
 #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button {
   display: -ms-flexbox;
   display: flex;
   -ms-flex-align: center;
   align-items: center;
   font-weight: 800;
   font-size: 14px;
   text-decoration: none;
   text-transform: uppercase;
   background-color: #f1f1f1;
   border: 1px solid #f1f1f1;
   line-height: 1.1;
   padding: 13px 20px;
   color: #0c4da2;
   width: 100%;
   transition: all 0.3s ease;
   border-radius: 5px;
   text-align: left;
 }

 #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li a:hover i,
 #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li a:hover span.gdpr-icon,
 #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button:hover i,
 #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button:hover span.gdpr-icon {
   text-decoration: none;
 }

 #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li a i,
 #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li a span.gdpr-icon,
 #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button i,
 #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button span.gdpr-icon {
   display: inline-block;
   float: left;
   font-size: 30px;
   width: 40px;
   margin-right: 5px;
   position: relative;
   top: 0;
   color: #0c4da2;
 }

 #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li a span.gdpr-nav-tab-title,
 #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button span.gdpr-nav-tab-title {
   display: -ms-inline-flexbox;
   display: inline-flex;
   -ms-flex-align: center;
   align-items: center;
   width: calc(100% - 40px);
 }

 #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-right-content {
   width: 60%;
   display: inline-block;
   float: right;
   padding: 1.5rem;
   position: absolute;
   top: 0;
   height: auto;
   right: 0;
 }

 #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-content .moove-gdpr-company-logo {
   width: 100%;
   height: 0;
   padding-bottom: 38px;
   background-size: contain;
   background-position: 0;
   background-repeat: no-repeat;
 }

 .moove-hidden {
   display: none;
 }

 #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar:after,
 .moove-clearfix:after {
   content: "";
   display: table;
   clear: both;
 }

 .gdpr_lightbox.moove_gdpr_cookie_modal_open #moove_gdpr_cookie_modal {
   content-visibility: visible;
 }

 .gdpr_lightbox.moove_gdpr_cookie_modal_open .gdpr_lightbox-container {
   max-width: 100%;
 }

 .gdpr_lightbox.moove_gdpr_cookie_modal_open .gdpr_lightbox-close {
   opacity: 0;
   visibility: hidden;
 }

 #moove_gdpr_save_popup_settings_button {
   display: block;
   z-index: 1001;
   position: fixed;
   background-color: rgba(0, 0, 0, 0.8);
   transition: all 0.3s ease;
   color: #fff;
   padding: 0;
   text-align: center;
   height: 40px;
   outline: none;
   font-weight: 400;
   font-size: 14px;
   line-height: 20px;
   border-radius: 0;
   border: none;
   text-decoration: none;
 }

 #moove_gdpr_save_popup_settings_button:not(.gdpr-floating-button-custom-position) {
   bottom: 50px;
   left: 50px;
 }

 #moove_gdpr_save_popup_settings_button span {
   background-color: inherit;
   transition: all 0.3s ease;
 }

 #moove_gdpr_save_popup_settings_button span.moove_gdpr_icon {
   display: -ms-inline-flexbox;
   display: inline-flex;
   line-height: 40px;
   float: left;
   font-size: 30px;
   min-width: 40px;
   height: 40px;
   -ms-flex-align: center;
   align-items: center;
   -ms-flex-pack: center;
   justify-content: center;
   text-align: center;
   z-index: 15;
   position: relative;
   background-color: transparent;
 }

 #moove_gdpr_save_popup_settings_button span.moove_gdpr_icon i,
 #moove_gdpr_save_popup_settings_button span.moove_gdpr_icon span.gdpr-icon {
   position: relative;
   top: 0;
   font-weight: 900;
   background-color: transparent;
 }

 #moove_gdpr_save_popup_settings_button span.moove_gdpr_text {
   font: normal 12px Arial, sans-serif;
   text-transform: uppercase;
   white-space: nowrap;
   padding: 0 15px 0 5px;
   top: 0;
   left: 0;
   position: relative;
   line-height: 40px;
   display: none;
   overflow: hidden;
   z-index: 5;
   background-color: transparent;
   text-decoration: none;
 }

 #moove_gdpr_save_popup_settings_button:hover {
   background-color: #000;
 }

 #moove_gdpr_save_popup_settings_button:hover span.moove_gdpr_text {
   display: block;
 }

 #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-branding-cnt {
   padding-right: 60px;
 }

 @media (max-width: 767px) {

   #moove_gdpr_cookie_modal li a .gdpr-svg-icon,
   #moove_gdpr_cookie_modal li button .gdpr-svg-icon {
     margin-right: 0;
     text-align: center;
     width: 25px;
     height: 25px;
   }

   #moove_gdpr_cookie_modal li a .gdpr-svg-icon svg,
   #moove_gdpr_cookie_modal li button .gdpr-svg-icon svg {
     height: 25px;
   }

   #moove_gdpr_cookie_info_bar .moove-gdpr-infobar-close-btn.moovegdpr-arrow-close:after,
   #moove_gdpr_cookie_info_bar .moove-gdpr-infobar-close-btn.moovegdpr-arrow-close:before,
   .gdpr-icon.moovegdpr-arrow-close:after,
   .gdpr-icon.moovegdpr-arrow-close:before,
   i.moovegdpr-arrow-close.moovegdpr-arrow-close:after,
   i.moovegdpr-arrow-close.moovegdpr-arrow-close:before {
     height: 14px;
     top: calc(50% - 7px);
   }

   #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .moove-gdpr-modal-right-content,
   #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .moove-gdpr-tab-content,
   #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .moove-gdpr-tab-main {
     min-height: 40vh;
     max-height: calc(100vh - 180px);
   }

   #moove_gdpr_cookie_modal .cookie-switch,
   #moove_gdpr_cookie_modal .switch {
     width: 40px;
     height: 24px;
   }

   #moove_gdpr_cookie_modal .cookie-switch .cookie-slider:before,
   #moove_gdpr_cookie_modal .cookie-switch .slider:before,
   #moove_gdpr_cookie_modal .switch .cookie-slider:before,
   #moove_gdpr_cookie_modal .switch .slider:before {
     height: 20px;
     width: 20px;
   }

   #moove_gdpr_cookie_modal .cookie-switch input:checked+.cookie-slider:before,
   #moove_gdpr_cookie_modal .cookie-switch input:checked+.slider:before,
   #moove_gdpr_cookie_modal .switch input:checked+.cookie-slider:before,
   #moove_gdpr_cookie_modal .switch input:checked+.slider:before {
     transform: translateX(16px);
   }

   #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-title {
     padding-right: 0;
     height: auto;
   }

   #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-right-content .main-modal-content {
     max-height: calc(80vh - 155px);
   }

   #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-branding-cnt {
     position: relative;
     padding-right: 10px;
     max-width: 50%;
     width: auto;
   }

   #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-branding-cnt a {
     font-weight: 700;
     font-size: 11px;
     padding-left: 0;
     display: block;
   }

   #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-branding-cnt a span,
   #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-branding-cnt a u {
     display: block;
     text-decoration: underline;
   }

   #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-tab-main-content {
     padding-right: 0;
   }

   #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-tab-main-content p {
     margin-bottom: 15px;
   }

   #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-tab-main-content .moove-gdpr-status-bar {
     position: relative;
     left: 0;
     right: auto;
     width: 100%;
   }

   #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-tab-main-content .moove-gdpr-status-bar .gdpr-cc-form-wrap,
   #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-tab-main-content .moove-gdpr-status-bar form {
     text-align: left;
     margin-bottom: 15px;
   }

   #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-tab-main-content .moove-gdpr-status-bar .gdpr-cc-form-wrap span.cookie-slider,
   #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-tab-main-content .moove-gdpr-status-bar .gdpr-cc-form-wrap span.slider,
   #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-tab-main-content .moove-gdpr-status-bar form span.cookie-slider,
   #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-tab-main-content .moove-gdpr-status-bar form span.slider {
     width: 40px;
     height: 24px;
   }

   #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-tab-main-content .moove-gdpr-status-bar .gdpr-cc-form-wrap span.cookie-slider:after,
   #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-tab-main-content .moove-gdpr-status-bar .gdpr-cc-form-wrap span.slider:after,
   #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-tab-main-content .moove-gdpr-status-bar form span.cookie-slider:after,
   #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-tab-main-content .moove-gdpr-status-bar form span.slider:after {
     left: 45px;
     right: 0;
     text-align: left;
     top: -3px;
   }

   #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main h3.tab-title,
   #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main span.tab-title {
     padding-right: 0;
     font-weight: 700;
     font-size: 16px;
     margin-bottom: 10px;
   }

   #moove_gdpr_cookie_modal .moove-gdpr-modal-content {
     max-height: 500px;
     max-height: 90vw;
     min-height: auto;
   }

   #moove_gdpr_cookie_modal .moove-gdpr-modal-content .cookie-switch .cookie-slider:after,
   #moove_gdpr_cookie_modal .moove-gdpr-modal-content .switch .slider:after {
     font-weight: 800;
     font-size: 12px;
     line-height: 30px;
     min-width: 130px;
   }

   #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-close-modal-button a,
   #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-close-modal-button button {
     display: inline-block;
     width: 30px;
     height: 30px;
     border: 1px solid #202020;
     color: #202020;
     text-decoration: none;
     outline: none;
     line-height: 30px;
     text-align: center;
     border-radius: 50%;
     font-size: 27px;
     padding-top: 1px;
     transition: all 0.2s ease;
     margin-left: 15px;
     margin-left: 6vw;
     position: absolute;
     right: 5px;
     top: 5px;
   }

   #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close {
     position: absolute;
     top: -15px;
     right: -15px;
     display: none;
     width: 30px;
     height: 30px;
     line-height: 30px;
     text-decoration: none;
   }

   #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close i,
   #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close span.gdpr-icon {
     width: 30px;
     height: 30px;
     line-height: 30px;
     font-size: 30px;
   }

   #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-company-logo {
     padding-bottom: 30px;
     background-size: contain;
     background-position: 50%;
     margin-top: 10px;
   }

   #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-company-logo-holder {
     margin-bottom: 15px;
   }

   #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content {
     padding: 10px;
     padding-top: 30px;
     position: relative;
     top: 0;
     left: 0;
     text-align: center;
     height: 140px;
     border-radius: 0;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
   }

   #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu {
     display: inline-block;
     margin: 0 auto;
   }

   #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li {
     list-style: none;
     margin-bottom: 20px;
     display: inline-block;
     float: left;
     margin: 0 5px;
   }

   #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li a,
   #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button {
     padding: 5px;
   }

   #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li a i,
   #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li a span.gdpr-icon,
   #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button i,
   #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button span.gdpr-icon {
     margin: 0;
     text-align: center;
     width: 24px;
     font-size: 24px;
   }

   #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li a span.gdpr-nav-tab-title,
   #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button span.gdpr-nav-tab-title {
     display: none;
   }

   #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content .moove-gdpr-branding-cnt {
     top: 3px;
     right: 3px;
     left: auto;
     padding: 0;
     bottom: auto;
     transform: scale(0.8);
   }

   #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content .moove-gdpr-branding-cnt a {
     text-align: right;
   }

   #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content .moove-gdpr-branding-cnt a span {
     display: block;
   }

   #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-right-content {
     width: 100%;
     position: relative;
     border-radius: 0;
     border-bottom-left-radius: 5px;
     border-bottom-right-radius: 5px;
   }

   #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 {
     max-height: 100%;
   }

   #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main h3.tab-title,
   #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main span.tab-title {
     font-weight: 700;
     font-size: 16px;
   }

   #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar {
     padding: 0;
   }

   #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content {
     padding: 0;
     position: relative;
     overflow: auto;
     max-height: calc(100% - 110px);
   }

   #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content a,
   #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content li,
   #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content p {
     font-weight: 400;
     font-size: 14px;
     line-height: 1.3;
   }

   #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content h1,
   #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content h2,
   #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content h3,
   #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content h4,
   #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content h5,
   #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content h6 {
     font-weight: 700;
     font-size: 14px;
   }

   #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .moove-gdpr-tab-main {
     margin-bottom: 55px;
   }

   #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .moove-gdpr-tab-main .moove-gdpr-tab-main-content {
     height: 100%;
     max-height: calc(90vh - 320px);
   }

   #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content {
     height: 70px;
   }

   #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content:before {
     left: 10px;
     right: 10px;
     bottom: 70px;
   }

   #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder {
     padding: 0 10px;
   }

   #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content {
     width: 100%;
   }

   #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content .moove-gdpr-branding-cnt a,
   #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content .moove-gdpr-branding-cnt button {
     top: 0;
     padding: 5px 0;
   }

   #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-company-logo-holder img {
     max-height: 40px;
   }

   #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-company-logo-holder {
     text-align: center;
   }

   .gdpr-fb-hide-mobile {
     display: none !important;
   }
 }

 @media screen and (max-width: 767px) and (orientation: landscape) {
   #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-company-logo {
     margin-top: 0;
     background-position: 0;
   }

   #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content .moove-gdpr-branding-cnt a span {
     display: inline-block;
   }

   #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-right-content {
     height: 600px;
     height: 90vh;
   }

   #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-right-content .main-modal-content {
     max-height: 500px;
     max-height: calc(80vh - 80px);
   }

   #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-company-logo-holder {
     text-align: left;
     margin: 0;
     display: inline-block;
     float: left;
     width: 40%;
   }

   #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu {
     max-width: 60%;
     float: right;
   }

   #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content {
     padding-top: 30px;
     height: 75px;
   }

   #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main h3.tab-title,
   #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main span.tab-title {
     margin-bottom: 10px;
   }

   #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content {
     height: 45px;
   }

   #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content:before {
     bottom: 45px;
   }

   #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content {
     display: -ms-flexbox;
     display: flex;
     -ms-flex-flow: column;
     flex-flow: column;
     max-height: 350px;
     max-height: calc(100% - 70px);
   }

   #moove_gdpr_cookie_modal {
     background: transparent;
     border-radius: 5px;
   }

   #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-right-content {
     height: 55vh;
   }

   #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content .moove-gdpr-branding-cnt a.moove-gdpr-branding {
     top: 0;
     padding: 0;
   }

   #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .moove-gdpr-tab-main .moove-gdpr-tab-main-content {
     max-height: calc(90vh - 220px);
   }

   #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-right-content {
     padding-bottom: 80px;
   }
 }

 @media (min-width: 768px) {

   #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .moove-gdpr-modal-right-content,
   #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .moove-gdpr-tab-content,
   #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .moove-gdpr-tab-main {
     height: 100%;
   }
 }

 @media (min-width: 768px) and (max-height: 700px) {
   #moove_gdpr_cookie_modal .moove-gdpr-modal-content {
     min-height: 600px;
     transform: scale(0.7);
   }
 }

 @media (-ms-high-contrast: none),
 screen and (-ms-high-contrast: active) {
   #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content {
     display: block;
     max-width: 100%;
   }

   #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li a span,
   #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button span {
     display: block;
   }
 }

 @media (-ms-high-contrast: active),
 (-ms-high-contrast: none) {
   #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content {
     display: block;
     max-width: 100%;
   }

   #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li a span,
   #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button span {
     display: block;
   }
 }

 @media print {

   #moove_gdpr_cookie_info_bar,
   #moove_gdpr_cookie_modal,
   #moove_gdpr_save_popup_settings_button,
   .gdpr_cookie_settings_shortcode_content {
     display: none !important;
   }

   body.moove_gdpr_overflow {
     overflow: auto;
   }

   body.moove_gdpr_overflow .gdpr_lightbox {
     display: none !important;
   }
 }

 #moove_gdpr_save_popup_settings_button span.moove_gdpr_icon svg {
   height: 30px;
   width: auto;
 }

 #moove_gdpr_save_popup_settings_button span.moove_gdpr_icon svg * {
   fill: currentColor;
 }

 #moove_gdpr_cookie_info_bar .moove-gdpr-infobar-close-btn.moovegdpr-arrow-close,
 .gdpr-icon.moovegdpr-arrow-close,
 i.moovegdpr-arrow-close.moovegdpr-arrow-close {
   position: relative;
 }

 #moove_gdpr_cookie_info_bar .moove-gdpr-infobar-close-btn.moovegdpr-arrow-close:after,
 #moove_gdpr_cookie_info_bar .moove-gdpr-infobar-close-btn.moovegdpr-arrow-close:before,
 .gdpr-icon.moovegdpr-arrow-close:after,
 .gdpr-icon.moovegdpr-arrow-close:before,
 i.moovegdpr-arrow-close.moovegdpr-arrow-close:after,
 i.moovegdpr-arrow-close.moovegdpr-arrow-close:before {
   position: absolute;
   content: " ";
   height: 24px;
   width: 1px;
   top: calc(50% - 12px);
   background-color: currentColor;
 }

 #moove_gdpr_cookie_info_bar .moove-gdpr-infobar-close-btn.moovegdpr-arrow-close:before,
 .gdpr-icon.moovegdpr-arrow-close:before,
 i.moovegdpr-arrow-close.moovegdpr-arrow-close:before {
   transform: rotate(45deg);
 }

 #moove_gdpr_cookie_info_bar .moove-gdpr-infobar-close-btn.moovegdpr-arrow-close:after,
 .gdpr-icon.moovegdpr-arrow-close:after,
 i.moovegdpr-arrow-close.moovegdpr-arrow-close:after {
   transform: rotate(-45deg);
 }

 #moove_gdpr_cookie_info_bar .moove-gdpr-infobar-close-btn i.moovegdpr-arrow-close:after,
 #moove_gdpr_cookie_info_bar .moove-gdpr-infobar-close-btn i.moovegdpr-arrow-close:before,
 .gdpr-icon i.moovegdpr-arrow-close:after,
 .gdpr-icon i.moovegdpr-arrow-close:before,
 i.moovegdpr-arrow-close i.moovegdpr-arrow-close:after,
 i.moovegdpr-arrow-close i.moovegdpr-arrow-close:before {
   height: 18px;
   top: calc(50% - 8px);
 }

 @media (max-width: 767px) {

   #moove_gdpr_cookie_info_bar .moove-gdpr-infobar-close-btn.moovegdpr-arrow-close:after,
   #moove_gdpr_cookie_info_bar .moove-gdpr-infobar-close-btn.moovegdpr-arrow-close:before,
   .gdpr-icon.moovegdpr-arrow-close:after,
   .gdpr-icon.moovegdpr-arrow-close:before,
   i.moovegdpr-arrow-close.moovegdpr-arrow-close:after,
   i.moovegdpr-arrow-close.moovegdpr-arrow-close:before {
     height: 14px;
     top: calc(50% - 7px);
   }

   #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content {
     display: -ms-flexbox;
     display: flex;
     padding: 5px 0;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
   }

   #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder {
     display: -ms-flexbox;
     display: flex;
     -ms-flex-align: center;
     align-items: center;
     -ms-flex-pack: justify;
     justify-content: space-between;
   }

   #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-branding-cnt a span,
   #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-branding-cnt a u {
     display: inline-block;
   }

   #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-branding-cnt a {
     text-align: left;
     padding-left: 10px;
   }
 }

 @media (max-width: 350px) {
   #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-branding-cnt {
     opacity: 0;
   }
 }

 .osano-cm-window {
   font-family: "Avenir Next World", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
   font-weight: 500;
 }

 .osano-cm-window .osano-cm-dialog {
   color: #FCFCFC;
   background-color: #3D4158;
   border-radius: 10px;
   padding: 1rem 1.25rem;
   margin: 1rem;
 }

 .osano-cm-window .osano-cm-info {
   color: #FCFCFC;
   background-color: #3D4158;
   box-shadow: none;
 }

 .osano-cm-window .osano-cm-header,
 .osano-cm-window .osano-cm-info-dialog-header {
   color: #FCFCFC;
   background: #3D4158;
 }

 .osano-cm-window .osano-cm-description,
 .osano-cm-window .osano-cm-description p {
   font-size: 0.75rem;
   line-height: 1.125rem;
 }

 @media (min-width: 576px) {

   .osano-cm-window .osano-cm-description,
   .osano-cm-window .osano-cm-description p {
     font-size: 0.875rem;
     line-height: 1rem;
   }
 }

 @media (min-width: 992px) {

   .osano-cm-window .osano-cm-description,
   .osano-cm-window .osano-cm-description p {
     font-size: 0.875rem;
     line-height: 1.125rem;
   }
 }

 @media (min-width: 1400px) {
   .osano-cm-window .osano-cm-dialog {
     left: 15%;
     right: 15%;
   }
 }

 .osano-cm-widget {
   display: none;
 }

 .osano-cm-link,
 .osano-cm-disclosure__toggle {
   text-decoration: underline;
   color: #FCFCFC;
   transition: color 0.4s ease;
 }

 .osano-cm-link .icon-svg,
 .osano-cm-disclosure__toggle .icon-svg {
   fill: #FCFCFC !important;
 }

 a.osano-cm-link:hover,
 a.osano-cm-link:focus,
 a.osano-cm-link:active,
 .osano-cm-disclosure__toggle:hover,
 .osano-cm-disclosure__toggle:focus,
 .osano-cm-disclosure__toggle:active {
   color: #e3e3e3;
 }

 a.osano-cm-link:hover .icon-svg,
 a.osano-cm-link:focus .icon-svg,
 a.osano-cm-link:active .icon-svg,
 .osano-cm-disclosure__toggle:hover .icon-svg,
 .osano-cm-disclosure__toggle:focus .icon-svg,
 .osano-cm-disclosure__toggle:active .icon-svg {
   fill: #e3e3e3 !important;
 }

 .osano-cm-button {
   display: inline-block;
   font-weight: 600;
   color: #131313;
   text-align: center;
   text-decoration: none;
   vertical-align: middle;
   user-select: none;
   background-color: transparent;
   border: 2px solid transparent;
   padding: 0.65rem 1.5rem;
   font-size: 1rem;
   border-radius: 2rem;
   transition: transform 0.15s, filter 0.15s, -webkit-filter 0.15s;
   color: #181D38;
   background-color: #FCFCFC;
   border-color: #FCFCFC;
   flex: unset !important;
 }

 @media (prefers-reduced-motion: reduce) {
   .osano-cm-button {
     transition: none;
   }
 }

 .osano-cm-button:hover {
   color: #131313;
   text-decoration: none;
 }

 .osano-cm-button:focus,
 .osano-cm-button.focus {
   outline: 0;
   box-shadow: none !important;
 }

 .osano-cm-button.disabled,
 .osano-cm-button:disabled {
   opacity: 0.65;
 }

 .osano-cm-button .icon-svg {
   fill: #000;
 }

 .osano-cm-button:hover,
 .osano-cm-button:focus {
   color: #181D38;
   background-color: #FCFCFC;
   border-color: #FCFCFC;
   transform: scale(0.96);
   filter: brightness(0.8);
 }

 .osano-cm-button:hover .icon-svg,
 .osano-cm-button:focus .icon-svg {
   fill: #181D38;
 }

 .osano-cm-button:visited,
 .osano-cm-button.visited {
   color: #181D38;
 }

 .osano-cm-button:visited .icon-svg,
 .osano-cm-button.visited .icon-svg {
   fill: #181D38;
 }

 .osano-cm-button.disabled,
 .osano-cm-button:disabled {
   color: #000;
   background-color: #FCFCFC;
   border-color: #FCFCFC;
   transform: scale(1);
   filter: brightness(1);
 }

 .osano-cm-button.disabled .icon-svg,
 .osano-cm-button:disabled .icon-svg {
   fill: #000;
 }

 .osano-cm-button.processing:before {
   border-color: rgba(24, 29, 56, 0.7);
   border-left-color: transparent;
 }

 .osano-cm-button:not(:disabled):not(.disabled):active,
 .osano-cm-button:not(:disabled):not(.disabled).active,
 .show>.osano-cm-button.dropdown-toggle {
   color: #181D38;
   background-color: #FCFCFC;
   border-color: #FCFCFC;
 }

 .osano-cm-button:not(:disabled):not(.disabled):active .icon-svg,
 .osano-cm-button:not(:disabled):not(.disabled).active .icon-svg,
 .show>.osano-cm-button.dropdown-toggle .icon-svg {
   fill: #181D38;
 }

 .osano-cm-dialog--type_bar .osano-cm-button {
   margin: 0.75rem auto;
 }

 .osano-cm-info-dialog-header__close,
 .osano-cm-info-dialog-header__close:hover,
 .osano-cm-info-dialog-header__close:focus,
 .osano-cm-info-dialog-header__close:active {
   color: #FCFCFC;
   stroke: #FCFCFC;
   background: transparent;
   border: none;
 }

 .osano-cm-toggle__switch {
   background-color: rgba(252, 252, 252, 0.1);
 }

 .osano-cm-toggle__switch::after {
   background-color: #FCFCFC;
   border-color: transparent;
 }

 .osano-cm-toggle__switch::before {
   border-color: transparent;
 }

 .osano-cm-toggle__input:checked+.osano-cm-toggle__switch {
   background-color: #2259FF;
   border-color: transparent;
 }

 .osano-cm-toggle__input:checked+.osano-cm-toggle__switch::after {
   background-color: #FCFCFC;
   border-color: #FCFCFC;
 }

 .osano-cm-toggle__input:focus+.osano-cm-toggle__switch,
 .osano-cm-toggle__input:hover+.osano-cm-toggle__switch {
   background-color: rgba(252, 252, 252, 0.1);
   border-color: transparent;
 }

 .osano-cm-toggle__input:focus+.osano-cm-toggle__switch::before {
   border-color: transparent;
 }

 .osano-cm-toggle__input:checked:focus+.osano-cm-toggle__switch,
 .osano-cm-toggle__input:checked:hover+.osano-cm-toggle__switch {
   background-color: #2259FF;
   border-color: transparent;
 }

 .osano-cm-toggle__input:checked:focus+.osano-cm-toggle__switch::before {
   border-color: transparent;
 }

 .osano-cm-toggle__input:disabled+.osano-cm-toggle__switch,
 .osano-cm-toggle__input:disabled:focus+.osano-cm-toggle__switch,
 .osano-cm-toggle__input:disabled:hover+.osano-cm-toggle__switch {
   background-color: #2259FF;
   border-color: transparent;
 }

 .osano-cm-toggle__input:disabled+.osano-cm-toggle__switch::after,
 .osano-cm-toggle__input:disabled:focus+.osano-cm-toggle__switch::after,
 .osano-cm-toggle__input:disabled:hover+.osano-cm-toggle__switch::after {
   background-color: #2259FF;
   border-color: transparent;
 }

 .osano-cm-toggle__input:disabled+.osano-cm-toggle__switch::before,
 .osano-cm-toggle__input:disabled:focus+.osano-cm-toggle__switch::before,
 .osano-cm-toggle__input:disabled:hover+.osano-cm-toggle__switch::before {
   border-color: transparent;
 }

 .osano-cm-toggle__input:disabled:checked+.osano-cm-toggle__switch,
 .osano-cm-toggle__input:disabled:checked:focus+.osano-cm-toggle__switch,
 .osano-cm-toggle__input:disabled:checked:hover+.osano-cm-toggle__switch {
   background-color: rgba(34, 89, 255, 0.5);
   border-color: transparent;
 }

 .osano-cm-toggle__input:disabled:checked+.osano-cm-toggle__switch::after,
 .osano-cm-toggle__input:disabled:checked:focus+.osano-cm-toggle__switch::after,
 .osano-cm-toggle__input:disabled:checked:hover+.osano-cm-toggle__switch::after {
   background-color: rgba(252, 252, 252, 0.5);
   border-color: transparent;
 }

 .osano-cm-toggle__input:disabled:checked+.osano-cm-toggle__switch::before,
 .osano-cm-toggle__input:disabled:checked:focus+.osano-cm-toggle__switch::before,
 .osano-cm-toggle__input:disabled:checked:hover+.osano-cm-toggle__switch::before {
   border-color: transparent;
 }

 .is-region-picker .osano-cm-window .osano-cm-dialog {
   margin-bottom: 150px;
 }

 @media (min-width: 768px) {
   .is-region-picker .osano-cm-window {
     margin-bottom: 100px;
   }
 }

 .four-o-four {
   display: flex;
   align-items: center;
   justify-content: center;
   flex-direction: column;
   height: 100%;
   position: relative;
   overflow: hidden;
   color: rgba(252, 252, 252, 0.8);
 }

 .four-o-four .container {
   max-width: 720px;
   text-align: center;
   padding-top: 140px;
 }

 .four-o-four h1 {
   font-size: 2.25rem;
   line-height: 1;
   font-weight: 700;
   padding: 0.75rem;
 }

 .four-o-four .icon-404 {
   width: 96px;
   height: 96px;
   border-radius: 96px;
   border: solid 4px #FCFCFC;
   overflow: hidden;
   margin: 0 auto 1rem auto;
 }

 .four-o-four .icon-404 img {
   width: 100%;
   height: auto;
 }

 .four-o-four .cta-404 {
   font-size: 1.25rem;
 }

 .four-o-four .img-404-container {
   width: 31.75rem;
   margin: 5.625rem auto 6.25rem auto;
 }

 .four-o-four .img-404-wrapper {
   position: relative;
   display: flex;
   flex-direction: column;
   align-items: flex-start;
 }

 .four-o-four .img-404-wrapper:hover .img-404 {
   opacity: 0.6;
   transition: opacity 0.3s;
 }

 .four-o-four .img-404-col {
   padding: 0 0.5rem 1rem;
   display: flex;
   justify-content: center;
 }

 .four-o-four .img-404-row {
   margin-left: -8px;
   margin-right: -8px;
 }

 .four-o-four .img-404 {
   border-radius: 0.25rem;
   width: 100%;
   max-width: 15.375rem;
 }

 .four-o-four .img-404-link {
   color: #FCFCFC;
   text-decoration: none;
 }

 .four-o-four .container-404 {
   display: flex;
   margin-bottom: 6rem;
   position: relative;
 }

 .four-o-four .container-404 .squares-wrapper {
   margin: 0 0.5rem;
   position: absolute;
   z-index: -1;
 }

 .four-o-four .container-404 .squares-left {
   left: -34rem;
 }

 .four-o-four .container-404 .squares-left .square-col-1 {
   transform: translateY(-2rem);
 }

 .four-o-four .container-404 .squares-left .square-col-2 {
   transform: translate(-2rem, 4rem);
 }

 .four-o-four .container-404 .squares-left .square-col-3 {
   transform: translateY(3rem);
 }

 .four-o-four .container-404 .squares-left .col-3-square-2 {
   transform: translateX(-2.1rem);
 }

 .four-o-four .container-404 .squares-right {
   right: -34rem;
 }

 .four-o-four .container-404 .squares-right .square-col-1 {
   transform: translateY(7rem);
 }

 .four-o-four .container-404 .squares-right .square-col-2 {
   transform: translate(2rem, 4rem);
 }

 .four-o-four .container-404 .squares-right .square-col-3 {
   transform: translateY(1rem);
 }

 .four-o-four .container-404 .squares-right .col-1-square-2 {
   transform: translateX(2rem);
 }

 .four-o-four .container-404 .square-col {
   display: inline-flex;
   flex-direction: column;
 }

 .four-o-four .container-404 .square {
   width: 7.5rem;
   height: 7.5rem;
   border-radius: 0.25rem;
   background: #FCFCFC;
   margin: 0.5rem;
   opacity: 0.5;
 }

 .four-o-four .container-404 .square-blue {
   background: #6B869A;
 }

 .four-o-four .container-404 .square-dark-blue {
   background: #476174;
 }

 .four-o-four .container-404 .square-green {
   background: #6F7649;
 }

 .four-o-four .container-404 .square-dark-green {
   background: #606A4B;
 }

 .four-o-four .container-404 .square-purple {
   background: #826D96;
 }

 .four-o-four .container-404 .square-dark-purple {
   background: #6B5581;
 }

 .four-o-four .container-404 .square-blue-purple {
   background: #5250A3;
 }

 .four-o-four .container-404 .square-red {
   background: #A35151;
 }

 @media (min-width: 992px) {
   .four-o-four .container {
     padding-top: 200px;
   }
 }

 @media (min-width: 576px) {
   .four-o-four .img-404-container {
     margin: 3.875rem auto 6.25rem auto;
   }

   .four-o-four .container-404 .squares-left {
     left: -53.125rem;
   }

   .four-o-four .container-404 .squares-left .square-col-1 {
     transform: translateY(-2rem);
   }

   .four-o-four .container-404 .squares-left .square-col-2 {
     transform: translateY(4rem);
   }

   .four-o-four .container-404 .squares-left .square-col-3 {
     transform: translateY(0);
   }

   .four-o-four .container-404 .squares-left .col-3-square-2 {
     transform: translateX(0);
   }

   .four-o-four .container-404 .squares-right {
     right: -53.125rem;
   }

   .four-o-four .container-404 .squares-right .square-col-1 {
     transform: translateY(-1rem);
   }

   .four-o-four .container-404 .squares-right .square-col-2 {
     transform: translateY(-3rem);
   }

   .four-o-four .container-404 .squares-right .square-col-3 {
     transform: translateY(1rem);
   }

   .four-o-four .container-404 .squares-right .col-1-square-2 {
     transform: translateX(0);
   }

   .four-o-four .container-404 .square {
     width: 9.25rem;
     height: 9.25rem;
   }

   .four-o-four .container-404 .square-mobile {
     display: none;
   }
 }

 .regions-and-languages {
   display: flex;
   flex-direction: column;
   justify-content: center;
   height: 100%;
   color: #FCFCFC;
 }

 .regions-and-languages .container {
   padding-top: 140px;
   padding-bottom: 70px;
 }

 .regions-and-languages h1 {
   background-image: url("data:image/svg+xml,%3csvg width='47' height='57' viewBox='0 0 47 57' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M31.2241 57L27.1721 52.9339L35.9911 44.1165H0V0H5.75024V38.3674H35.9911L27.1721 29.5351L31.2241 25.469L47 41.242L31.2241 57Z' fill='%2368DDFF'/%3e%3c/svg%3e");
   background-repeat: no-repeat;
   background-position: left 0.25rem;
   background-size: 26px 32px;
   padding-left: 3rem;
 }

 .regions-and-languages ul {
   list-style: none;
   padding: 0;
   margin: 0;
 }

 .regions-and-languages ul li {
   padding-bottom: 0.5rem;
 }

 .regions-and-languages ul a,
 .regions-and-languages ul a:link,
 .regions-and-languages ul a:active {
   opacity: 1;
   transition: opacity 0.3s;
   text-decoration: none;
   color: #68DDFF;
   font-weight: 500;
 }

 .regions-and-languages ul a:hover,
 .regions-and-languages ul a:focus,
 .regions-and-languages ul a:active {
   opacity: 0.6;
   transition: opacity 0.15s;
   cursor: pointer;
   text-decoration: none;
   color: #68DDFF;
   font-weight: 500;
 }

 .regions-and-languages .default-languages-list {
   display: flex;
   flex-wrap: wrap;
   padding-top: 3rem;
 }

 @media (min-width: 576px) {
   .regions-and-languages h1 {
     background-position: left 1rem;
   }
 }

 @media (min-width: 992px) {
   .regions-and-languages .container {
     padding-top: 200px;
     padding-bottom: 100px;
   }

   .regions-and-languages h1 {
     background-size: 47px 57px;
     padding-left: 4rem;
   }
 }

 .partner .content-block-cover {
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
 }

 .partner .responsive-bg {
   background-image: var(--mobile-bg);
 }

 @media (min-width: 576px) {
   .partner .responsive-bg {
     background-image: var(--desktop-bg);
   }
 }

 .partner .content-block-hero {
   position: relative;
   min-height: 100%;
   width: 100%;
   display: flex;
   align-items: center;
 }

 .partner .content-block-hero .container {
   margin-top: 3.24rem;
 }

 @media (min-width: 576px) {
   .partner .content-block-hero .container {
     margin-top: 6.24rem;
   }
 }

 .partner .content-block-hero .img-wrapper {
   justify-content: center;
 }

 .partner figure {
   margin: 0;
 }

 .partner .partner-hero-logo {
   margin-bottom: 1.5rem;
 }

 .partner .partner-hero-plus {
   padding-right: 0.75rem;
   padding-left: 0.75rem;
 }

 .partner .container {
   max-width: 1140px;
   padding-right: 0.375rem;
   padding-left: 0.375rem;
 }

 @media (max-width: 991.98px) {
   .partner .container {
     padding-right: 1.5rem;
     padding-left: 1.5rem;
   }
 }

 .partner h1 {
   line-height: 1;
 }

 .partner .partner-hero-lead p {
   font-size: 0.875rem;
 }

 @media (min-width: 576px) {
   .partner .partner-hero-lead p {
     font-size: 1.25rem;
   }
 }

 .partner .partner-hero-caption {
   font-size: 0.875rem;
   opacity: 0.8;
 }

 .partner .partner-btn {
   margin-bottom: 1rem;
 }

 .partner .content-block-partner-row {
   min-height: 100%;
   display: flex;
   justify-content: center;
   align-items: center;
   position: relative;
   overflow: hidden;
   padding-top: 3rem;
   padding-bottom: 3rem;
 }

 @media (min-width: 576px) {
   .partner .content-block-partner-row {
     padding-top: 0;
     padding-bottom: 0;
   }
 }

 .partner .partner-row-title {
   margin-bottom: 1.5rem;
 }

 .partner .partner-row-body p {
   font-size: 0.875rem;
 }

 @media (min-width: 576px) {
   .partner .partner-row-body p {
     font-size: 1rem;
   }
 }

 .partner .partner-row-caption {
   opacity: 0.6;
 }

 .partner .row-content {
   padding-top: 1.5rem;
 }

 @media (min-width: 576px) {
   .partner .row-content {
     padding-top: 0;
     margin-top: 7.5rem;
     margin-bottom: 7.5rem;
   }
 }

 .partner .row-image {
   display: flex;
   justify-content: center;
 }

 @media (min-width: 576px) {
   .partner .row-image {
     display: block;
   }
 }

 .partner .img-wrapper {
   display: flex;
   padding-top: var(--mobile-pt);
   padding-bottom: var(--mobile-pb);
 }

 @media (min-width: 576px) {
   .partner .img-wrapper {
     padding-top: var(--desktop-pt);
     padding-bottom: var(--desktop-pb);
   }
 }

 @media (min-width: 576px) {
   .partner .img-sides {
     margin-top: -6.24rem;
   }
 }

 .partner .img-side .img-wrapper {
   position: absolute;
   top: 50%;
   transform: translate(0, -50%);
 }

 @media (max-width: 1399.98px) {
   .partner .img-side .img-wrapper {
     position: relative;
     top: unset;
     transform: translate(0, 0);
   }
 }

 @media (max-width: 575.98px) {
   .partner .img-vert .row-image {
     margin-top: -3rem;
   }
 }

 @media (max-width: 575.98px) {
   .partner .img-vert .row-image .img-wrapper figure {
     margin: 0 -1.875rem;
   }
 }

 .partner .img-right .img-wrapper {
   position: absolute;
   right: 0;
 }

 @media (max-width: 1399.98px) {
   .partner .img-right .img-wrapper {
     right: unset;
     transform: translate(2.25rem, -50%);
   }
 }

 @media (max-width: 575.98px) {
   .partner .img-right .img-wrapper {
     position: relative;
     transform: translate(0, 0);
   }
 }

 .partner .img-left .img-wrapper {
   left: 0;
 }

 @media (max-width: 1399.98px) {
   .partner .img-left .img-wrapper {
     left: unset;
     transform: translate(-2.25rem, 0);
   }
 }

 @media (max-width: 575.98px) {
   .partner .img-left .img-wrapper {
     position: relative;
     transform: translate(0, 0);
   }
 }

 @media (min-width: 576px) {
   .partner .img-top .hero-row-content {
     margin-bottom: 10%;
   }
 }

 @media (min-width: 576px) {
   .partner .img-bottom .hero-row-content {
     margin-top: 5%;
     margin-bottom: 5%;
   }
 }

 .partner .img-bottom figure {
   margin: 0;
 }

 .partner .content-block-partner-steps {
   padding-top: 3rem;
   padding-bottom: 3rem;
   padding-left: 1.249995rem;
   padding-right: 1.249995rem;
 }

 @media (min-width: 576px) {
   .partner .content-block-partner-steps {
     padding-top: 7.5rem;
     padding-bottom: 7.5rem;
     padding-left: 1.5rem;
     padding-right: 1.5rem;
   }
 }

 .partner .steps-body {
   margin-top: 1.5rem;
 }

 .partner .steps-body p {
   font-size: 0.875rem;
 }

 @media (min-width: 576px) {
   .partner .steps-body p {
     font-size: 1rem;
   }
 }

 .partner .steps-list {
   counter-reset: item-counter;
   list-style: none;
   margin-top: 2.1rem;
   padding-left: 0;
   margin-left: 1.249995rem;
 }

 @media (min-width: 576px) {
   .partner .steps-list {
     font-size: 1.25rem;
   }
 }

 .partner .steps-list li {
   position: relative;
   padding-bottom: 2.025rem;
   display: flex;
   border-left: 2px dashed rgba(19, 19, 19, 0.2);
 }

 .partner .steps-list li p {
   font-size: 0.875rem;
 }

 @media (min-width: 576px) {
   .partner .steps-list li p {
     font-size: 1.25rem;
     margin-top: 0.3rem;
   }
 }

 .partner .steps-list li:last-child {
   border-left: 2px dashed rgba(19, 19, 19, 0);
 }

 .partner .steps-list .steps-list-item {
   position: absolute;
   width: 2.25rem;
   height: 2.25rem;
   border-radius: 50%;
   display: flex;
   justify-content: center;
   align-items: center;
   transform: translateX(-1.3rem);
 }

 @media (min-width: 576px) {
   .partner .steps-list .steps-list-item {
     position: relative;
     width: 2.5rem;
     height: 2.5rem;
   }
 }

 .partner .steps-list .steps-list-item:before {
   font-weight: bold;
   width: 2.25rem;
   height: 2.25rem;
   border-radius: 50%;
   line-height: 0;
   display: flex;
   justify-content: center;
   align-items: center;
   z-index: 1;
 }

 @media (min-width: 576px) {
   .partner .steps-list .steps-list-item:before {
     width: 2.5rem;
     height: 2.5rem;
   }
 }

 .partner .steps-list .steps-list-bullet.color-primary svg {
   fill: #2259FF;
 }

 .partner .steps-list .steps-list-bullet.color-cyan svg {
   fill: #68DDFF;
 }

 .partner .steps-list .steps-list-bullet.color-lime svg {
   fill: #DAEC31;
 }

 .partner .steps-list .steps-list-bullet.color-lavander svg {
   fill: #EAB8FF;
 }

 .partner .steps-list .steps-list-bullet.color-beige svg {
   fill: #F4DDCB;
 }

 .partner .steps-list .steps-list-bullet.color-orange svg {
   fill: #FFCA7D;
 }

 .partner .steps-list .steps-list-bullet.color-red svg {
   fill: #FFABAB;
 }

 .partner .steps-list .steps-list-bullet.color-base svg {
   fill: #181D38;
 }

 .partner .steps-list .steps-list-bullet.color-white svg {
   fill: #FCFCFC;
 }

 .partner .steps-list .steps-list-bullet.color-black svg {
   fill: #131313;
 }

 .partner .steps-list .steps-list-num {
   counter-increment: item-counter;
 }

 .partner .steps-list .steps-list-num:before {
   content: counter(item-counter);
 }

 .partner .steps-list .steps-list-text {
   padding-left: 1.5rem;
   word-break: break-word;
 }

 .partner .line-light li {
   border-left: 2px dashed rgba(252, 252, 252, 0.2);
 }

 .partner .content-block-partner-grid {
   padding-top: 3rem;
   padding-bottom: 3rem;
 }

 @media (min-width: 576px) {
   .partner .content-block-partner-grid {
     padding-top: 7.5rem;
     padding-bottom: 7.5rem;
   }
 }

 .partner .grid-item {
   margin-bottom: 1.5rem;
 }

 @media (min-width: 576px) {
   .partner .grid-item {
     margin-bottom: 3rem;
   }
 }

 .partner .grid-item-icon {
   margin-bottom: 1.5rem;
 }

 @media (max-width: 767.98px) {
   .partner .grid-item-title {
     font-size: 1rem;
   }
 }

 @media (max-width: 767.98px) {
   .partner .grid-item-body p {
     font-size: 0.875rem;
   }
 }

 .pricing-section .caption a {
   color: #FCFCFC;
 }

 .pricing-section .pricing-section-container {
   padding: 8rem 0 5rem 0;
   background-repeat: no-repeat;
       background-size: 600px 600px;
    background-position: center 150px;
   /* background-position: top center; */
 }

 .pricing-cards-wrapper {
   max-width: 1140px;
   align-self: center;
 }

 .pricing-card {
   overflow: hidden;
   border-radius: 0.75rem;
   background-color: rgba(252, 252, 252, 0.1);
   height: 100%;
   border: 2px solid rgba(252, 252, 252, 0.4);
 }

 .pricing-card h3 {
   font-size: 2rem;
   line-height: 1;
   font-weight: 600;
 }

 .pricing-card .card-content {
   padding: 2rem 1.5rem;
   width: 100%;
   height: 100%;
   display: flex;
   flex-direction: column;
   justify-content: space-between;
 }

 .pricing-card .card-head {
   margin-bottom: 1rem;
   border-bottom: 2px solid rgba(252, 252, 252, 0.4);
 }

 .pricing-card .card-body p {
   font-size: 0.75rem;
   color: rgba(252, 252, 252, 0.6);
 }

 .pricing-card .card-footer {
   margin-top: 1rem;
 }

 @media (max-width: 575.98px) {
   .pricing-card .card-footer {
     text-align: center;
   }

   .pricing-card .card-footer .btn {
     display: flex;
     justify-content: center;
   }
 }

 .pricing-card .card-list {
   list-style: none;
   padding: 0;
 }

 .pricing-card .card-list li {
   position: relative;
   margin-bottom: 1.3rem;
   font-size: 0.875rem;
   padding-left: 1.8rem;
 }

 .pricing-card .card-list li::before {
   content: "";
   -webkit-mask: url("data:image/svg+xml,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M9 16C12.866 16 16 12.866 16 9C16 5.13401 12.866 2 9 2C5.13401 2 2 5.13401 2 9C2 12.866 5.13401 16 9 16ZM9 18C13.9706 18 18 13.9706 18 9C18 4.02944 13.9706 0 9 0C4.02944 0 0 4.02944 0 9C0 13.9706 4.02944 18 9 18Z' fill='%23EAB8FF'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.9477 5.5053L13.3619 6.91951L7.32145 12.9599L3.94768 9.58618L5.36189 8.17196L7.32145 10.1315L11.9477 5.5053Z' fill='%23EAB8FF'/%3e%3c/svg%3e") !important;
   mask: url("data:image/svg+xml,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M9 16C12.866 16 16 12.866 16 9C16 5.13401 12.866 2 9 2C5.13401 2 2 5.13401 2 9C2 12.866 5.13401 16 9 16ZM9 18C13.9706 18 18 13.9706 18 9C18 4.02944 13.9706 0 9 0C4.02944 0 0 4.02944 0 9C0 13.9706 4.02944 18 9 18Z' fill='%23EAB8FF'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.9477 5.5053L13.3619 6.91951L7.32145 12.9599L3.94768 9.58618L5.36189 8.17196L7.32145 10.1315L11.9477 5.5053Z' fill='%23EAB8FF'/%3e%3c/svg%3e") !important;
   position: absolute;
   width: 18px;
   height: 18px;
   top: 0;
   left: 0;
   background-color: #68DDFF;
 }

 @media (max-width: 575.98px) {
   .pricing-card {
     flex-direction: column;
   }
 }

 .pricing-card .card-list li::before {
   background-color: #EAB8FF;
 }

 .pricing-card-stripe {
   display: flex;
 }

 .pricing-card-stripe .card-stripe {
   width: 60px;
   display: flex;
   flex-direction: column;
   justify-content: space-between;
 }

 @media (max-width: 575.98px) {
   .pricing-card-stripe .card-stripe {
     width: 100%;
   }
 }

 .pricing-card-stripe-lavander {
   border-color: #eab8ff;
   display: flex;
 }

 .pricing-card-stripe-lavander .card-list li::before {
   background-color: #EAB8FF;
 }

 .pricing-card-stripe-lavander .card-stripe {
   background: #EAB8FF;
 }

 .pricing-card-stripe-cyan {
   border-color: #68ddff;
   display: flex;
 }

 .pricing-card-stripe-cyan .card-list li::before {
   background-color: #68DDFF;
 }

 .pricing-card-stripe-cyan .card-stripe {
   background: #68DDFF;
 }

 .pricing-card-grey {
   border-color: rgba(252, 252, 252, 0.3);
   display: flex;
 }

 .pricing-card-grey .card-list li::before {
   background-color: rgba(252, 252, 252, 0.6);
 }

 .pricing-card-grey .card-stripe {
   background: rgba(252, 252, 252, 0.6);
 }

 .card-stripe-logo {
   margin-top: 0.5rem;
   display: flex;
   justify-content: center;
   margin-left: -2px;
 }

 .card-stripe-logo svg {
   width: 2.5rem;
 }

 @media (max-width: 575.98px) {
   .card-stripe-logo {
     margin: 0;
   }

   .card-stripe-logo svg path {
     fill: #2259FF;
   }
 }

 .card-stripe-title {
   color: #2259FF;
   transform: rotate(-90deg) translateY(1.85rem);
   text-transform: uppercase;
   border: 2px solid #2259FF;
   border-radius: 0.3rem;
   transform-origin: top;
   margin-left: -6.3rem;
   margin-bottom: 3.3rem;
   padding: 0.45rem 0.5rem;
   display: flex;
   justify-content: center;
   align-items: center;
   font-size: 0.875rem;
   font-weight: 700;
   letter-spacing: 0.1rem;
 }

 @media (max-width: 575.98px) {
   .card-stripe-title {
     transform: rotate(0);
     margin: 0.8rem 1rem;
     min-width: 10rem;
     padding: 0.8rem 1rem;
   }
 }

 input[type=checkbox]:not(:checked).btn-switch-input~.pricing-individual {
   display: block;
   animation: fadeIn ease 0.5s;
 }

 input[type=checkbox]:not(:checked).btn-switch-input~.pricing-family {
   display: none;
 }

 input[type=checkbox]:checked.btn-switch-input~.pricing-individual {
   display: none;
 }

 input[type=checkbox]:checked.btn-switch-input~.pricing-family {
   display: block;
   animation: fadeIn ease-in-out 0.5s;
 }

 @keyframes fadeIn {
   0% {
     opacity: 0;
   }

   100% {
     opacity: 1;
   }
 }

 .modal-content {
   color: #FCFCFC;
   background-color: #181D38;
   padding: 1.5rem 2rem;
   border-radius: 0.75rem;
   margin-top: auto;
 }

 .pricing-plan h4 {
   padding-bottom: 0.75rem;
 }

 .pricing-plan label {
   border: solid 2px rgba(252, 252, 252, 0.2);
   border-radius: 0.75rem;
   display: block;
   padding: 1.25rem 1.25rem 1.25rem calc(2.5rem + 24px);
   margin-bottom: 0.75rem;
   cursor: pointer;
   transition: border-color 0.3s ease;
   position: relative;
 }

 .pricing-plan label:before {
   content: "";
   position: absolute;
   display: flex;
   justify-content: center;
   width: 24px;
   height: 24px;
   border-radius: 50%;
   top: 50%;
   left: 1.25rem;
   margin-top: -12px;
   padding-top: 1px;
   background-color: rgba(252, 252, 252, 0.2);
 }

 .pricing-plan label .lead {
   color: rgba(252, 252, 252, 0.8);
 }

 .pricing-plan button {
   margin-top: 1.5rem;
 }

 .pricing-plan .info {
   color: rgba(252, 252, 252, 0.6);
   padding-top: 0.75rem;
   text-align: center;
   font-size: 0.875rem;
 }

 input[type=radio]:checked+label {
   background: rgba(252, 252, 252, 0.1);
 }

 input[type=radio]:checked+label:before {
   content: url("data:image/svg+xml,%3csvg width='16' height='12' viewBox='0 0 16 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.7071 1.54043L5.66668 11.5809L0.292908 6.2071L1.70712 4.79289L5.66668 8.75245L14.2929 0.126221L15.7071 1.54043Z' fill='%23181D38'/%3e%3c/svg%3e");
 }

 .plan-individual input[type=radio]:checked+label,
 .plan-family input[type=radio]:checked+label {
   border-color: #68DDFF;
 }

 .plan-individual input[type=radio]:checked+label:before,
 .plan-family input[type=radio]:checked+label:before {
   background-color: #68DDFF;
 }

 .plan-individual-plus input[type=radio]:checked+label,
 .plan-family-plus input[type=radio]:checked+label {
   border-color: #EAB8FF;
 }

 .plan-individual-plus input[type=radio]:checked+label:before,
 .plan-family-plus input[type=radio]:checked+label:before {
   background-color: #EAB8FF;
 }

 .plan-individual .pricing-plan.plan-individual {
   display: block;
 }

 .plan-individual-plus .pricing-plan.plan-individual-plus {
   display: block;
 }

 .plan-family .pricing-plan.plan-family {
   display: block;
 }

 .plan-family-plus .pricing-plan.plan-family-plus {
   display: block;
 }

 @media (min-width: 576px) {
   .modal-dialog {
     align-items: center;
   }

   .modal-dialog .modal-content {
     margin-top: unset;
   }

   .fade .modal-dialog {
     transition: transform 0.3s ease-out;
     transform: translate(0, -50px);
   }

   .show .modal-dialog {
     transform: none;
   }
 }

 .content-fullwidth {
   padding-bottom: 5rem;
 }

 .fullwidth-banner {
   background: linear-gradient(180deg, #242A48 0%, #181D38 100%);
   border-radius: 0.75rem;
   text-align: center;
   padding: 3rem;
 }

 .banner-title {
   font-size: 2rem;
   line-height: 1.4;
 }

 .downloads {
   position: relative;
 }

 .downloads h2 {
   margin-top: 1.5rem;
   margin-bottom: 0.75rem;
 }

 @media (min-width: 992px) {
   .downloads h2 {
     line-height: 4.125rem;
     margin-top: 0;
     margin-bottom: 1rem;
   }
 }

 .downloads .container {
   max-width: 1140px;
 }

 .downloads .container-tabs {
   padding: 6rem 0 2rem 0;
   display: flex;
   flex-direction: column;
   overflow: hidden;
 }

 @media (max-height: 991.98px) {
   .downloads .container-tabs {
     height: 100vh;
     padding-left: 0.75rem;
     padding-right: 0.75rem;
   }
 }

 .downloads .container-tabs .font-size-ml {
   font-size: 1.25rem !important;
 }

 .downloads .container-tabs .tab-img {
   max-height: 11.25rem;
 }

 @media (min-width: 576px) {
   .downloads .container-tabs .tab-img {
     max-height: 16.25rem;
   }
 }

 @media (min-width: 992px) {
   .downloads .container-tabs .tab-img {
     max-height: 21.75rem;
   }
 }

 .downloads .container-tabs::-webkit-scrollbar {
   width: 0;
   height: 0;
   background: transparent;
 }

 .downloads .tab-content {
   display: flex;
   flex: 1 1 auto;
   align-items: center;
   height: 55vh;
   padding: 0 1rem 2rem;
   justify-content: center;
 }

 .downloads .tab-content p {
   line-height: 1.625rem !important;
   margin-bottom: 1.5rem;
 }

 @media (max-height: 767.98px) {
   .downloads .tab-content {
     height: auto;
     overflow-y: scroll;
     overflow-x: hidden;
     -ms-overflow-style: none;
     scrollbar-width: none;
     align-items: flex-start;
   }
 }

 .downloads .tab-content::-webkit-scrollbar {
   width: 0;
   height: 0;
   background: transparent;
 }

 .downloads .gradient-overlay {
   left: 0;
   height: 100%;
 }

 .downloads .support-container {
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
 }

 .downloads .support-content {
   position: relative;
   z-index: 1;
   margin: 4rem auto;
 }

 @media (min-width: 576px) {
   .downloads .support-content {
     margin: 6rem auto;
   }
 }

 .downloads-header a {
   color: #FCFCFC;
 }

 .devices-nav-inner {
   padding: 0 0.5rem;
   overflow-x: scroll;
   overscroll-behavior-x: contain;
   -ms-overflow-style: none;
   scrollbar-width: none;
 }

 .download-devices {
   display: flex;
   background: rgba(61, 65, 88, 0.9);
   backdrop-filter: blur(2px);
   -webkit-backdrop-filter: blur(2px);
   align-items: center;
   overflow: hidden;
   width: 45rem;
   border: 0;
   border-radius: 0.25rem;
   flex-wrap: nowrap;
   margin: 0 auto;
 }

 @media (min-width: 576px) {
   .download-devices {
     border-radius: 0.5rem;
     width: 49.875rem;
   }
 }

 @media (min-width: 992px) {
   .download-devices {
     width: 59.5rem;
   }
 }

 .download-devices .device {
   height: 4.375rem;
   width: 6.4375rem;
   border-radius: 0.25rem;
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   position: relative;
   flex-shrink: 0;
   cursor: pointer;
 }

 @media (min-width: 576px) {
   .download-devices .device {
     height: 6rem;
     width: 7.125rem;
     border-radius: 0.5rem;
   }
 }

 @media (min-width: 992px) {
   .download-devices .device {
     width: 8.5rem;
   }
 }

 .download-devices .device:hover {
   background: rgba(19, 19, 19, 0.3);
 }

 .download-devices .device-icon {
   width: 2.75rem;
   height: 2.75rem;
   display: flex;
   justify-content: center;
   align-items: center;
 }

 .download-devices .active,
 .download-devices .active:hover {
   background: #2259FF;
 }

 .download-devices .active .device-icon,
 .download-devices .active:hover .device-icon {
   filter: brightness(0) invert(1);
 }

 .download-devices .active .device-text,
 .download-devices .active:hover .device-text {
   color: #FCFCFC;
 }

 .download-devices .device-text {
   color: rgba(252, 252, 252, 0.8);
   text-decoration: none;
   font-size: 0.875rem;
   font-weight: 600;
 }

 .download-devices .device-text:hover {
   opacity: 1;
 }

 @media (min-width: 576px) {
   .download-devices .device-text {
     font-size: 1rem;
   }
 }

 .devices-nav-inner::-webkit-scrollbar {
   display: none;
 }

 .desktop-other {
   display: none;
 }

 .desktop-windows {
   display: none;
 }

 .desktop-mac {
   display: none;
 }

 .desktop-mobile {
   display: none;
 }

 .mobile-ios {
   display: none;
 }

 .mobile-android {
   display: none;
 }

 .os-osx .desktop-mac {
   display: block;
 }

 .os-windows .desktop-windows {
   display: block;
 }

 .os-other .desktop-other,
 .os-unix .desktop-other {
   display: block;
 }

 .os-android .desktop-mobile,
 .os-ios .desktop-mobile {
   display: block;
 }

 .os-ios .mobile-ios {
   display: block;
 }

 .os-ios .mobile-desktop {
   display: none;
 }

 .os-android .mobile-android {
   display: block;
 }

 .os-android .mobile-desktop {
   display: none;
 }

 @media (min-width: 576px) {
   .img-container {
     width: 22rem;
     display: flex;
     justify-content: flex-end;
   }
 }

 .tv-logo-container {
   max-width: 24.75rem;
 }

 .auto-logo-container {
   max-width: 22.125rem;
   margin-left: 1px;
 }

 .logo-container {
   padding: 0.1875rem;
 }

 .dl-btn-desktop {
   border-color: rgba(252, 252, 252, 0.4);
   margin-right: 0.5rem;
   font-size: 0.875rem;
   padding: 0.5rem 1.25rem;
 }

 .web-link-arrow svg {
   width: 12px;
   height: 12px;
 }

 .web3 .hero-content {
   margin-bottom: 7vh;
 }

 .web3 .hero-content .hero-title {
   font-size: 5rem;
 }

 @media (max-width: 575.98px) {
   .web3 .hero-content .hero-title {
     font-size: 2.75rem;
   }
 }

 @media (max-width: 575.98px) {
   .web3 .hero-content .hero-link a {
     font-size: 0.875rem;
   }
 }

 .web3 .hero-content .hero-subtitle {
   margin-bottom: 1rem;
 }

 .web3 .hero-content .hero-subtitle-wrapper {
   max-width: 25rem;
 }

 .web3 .hero-content .btn-web3 {
   padding-left: 3rem;
   padding-right: 3rem;
   margin: 1rem 0;
 }

 .web3 .hero-content .hero-link {
   display: flex;
   align-items: center;
   transition: all 0.2s ease;
   cursor: pointer;
 }

 .web3 .hero-content .hero-link:hover .link-icon {
   transform: scale(1.2);
 }

 .web3 .hero-content .hero-link:hover .btn-link {
   color: rgba(140, 148, 160, 0.6);
 }

 .web3 .hero-content .link-icon {
   transition: all 0.2s ease;
   background-color: rgba(252, 252, 252, 0.2);
   width: 1.625rem;
   height: 1.625rem;
   display: flex;
   justify-content: center;
   align-items: center;
   border-radius: 1rem;
 }

 .web3 .hero-content .btn-link {
   padding-left: 0.5rem;
 }

 @media (max-width: 575.98px) {
   .web3 .container {
     padding: 0 1rem;
   }
 }

 .web3 .web3-container {
   max-width: 1200px;
   margin: 0 auto;
 }

 .web3 .content-block-grid {
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
 }

 .web3 .grid-header {
   display: flex;
   flex-direction: column;
   align-items: center;
 }

 .web3 .grid-title {
   max-width: 50rem;
 }

 .web3 .grid-body {
   max-width: 39rem;
 }

 .web3 .grid-subtitle {
   font-size: 1.25rem;
 }

 .web3 .bg-wrapper {
   background-color: rgba(252, 252, 252, 0.05);
   border-radius: 1rem;
 }

 .web3 .gradient-wrapper {
   background: linear-gradient(180deg, #242A48 0%, #181D38 100%);
   border-radius: 1rem;
 }

 @media (max-width: 575.98px) {
   .web3 .gradient-wrapper {
     border-radius: 0;
   }


   .pricing-section .pricing-section-container {
    padding: 8rem 0 5rem 0;
    background-repeat: no-repeat;
        background-size: 320px 400px;
     background-position: center 150px;
    /* background-position: top center; */
  }

 }

 .web3 .grid-item {
   padding: 0 3rem;
 }

 @media (max-width: 767.98px) {
   .web3 .grid-item {
     text-align: center;
   }
 }

 @media (max-width: 575.98px) {
   .web3 .grid-item {
     text-align: left;
     padding: 0 2rem;
   }
 }

 .web3 .grid-item-icon {
   max-width: 6rem;
   max-height: 6rem;
   margin-bottom: 1rem;
 }

 @media (max-width: 767.98px) {
   .web3 .grid-item-icon {
     margin-left: auto;
     margin-right: auto;
   }
 }

 @media (max-width: 575.98px) {
   .web3 .grid-item-icon {
     margin-left: 0;
     margin-right: 0;
   }
 }

 .web3 .grid-item-icon img {
   width: 100%;
   height: auto;
 }

 @media (max-width: 767.98px) {
   .web3 .grid-item-body {
     max-width: 22rem;
     margin: 0 auto;
   }
 }

 @media (max-width: 575.98px) {
   .web3 .grid-item-body {
     max-width: 100%;
     margin: 0;
   }
 }

 @media (max-width: 575.98px) {
   .web3 #form .container {
     padding: 0;
   }
 }

 .web3 .form-container {
   display: flex;
   justify-content: center;
 }

 .web3 .form-wrapper {
   max-width: 25rem;
   width: 100%;
 }

 .web3 .form-wrapper p {
   margin-bottom: 0;
 }

 .web3 .form-title {
   font-size: 2.25rem;
 }

 .web3 .form-body {
   margin-bottom: 1rem;
 }

 .web3 .web3-input {
   height: 3.5rem;
   padding-left: 1rem;
   border: 1px solid transparent;
   border-radius: 4px;
   background-color: rgba(252, 252, 252, 0.1);
   -webkit-transition: all 250ms ease;
   transition: all 250ms ease;
   color: #FCFCFC;
   font-size: 1rem;
   display: block;
   width: 100%;
 }

 .web3 .web3-input::placeholder {
   color: rgba(252, 252, 252, 0.8);
 }

 .web3 .web3-input:focus {
   outline: 0;
   border: 1px solid rgba(252, 252, 252, 0.6);
   background-color: rgba(252, 252, 252, 0.2);
 }

 .web3 .web3-input:hover {
   background-color: rgba(252, 252, 252, 0.2);
 }

 .web3 .wpcf7-form-control-wrap {
   margin-bottom: 0.875rem;
   display: block;
 }

 .web3 .web3-checkbox {
   display: flex;
   margin-bottom: 0.5rem;
   position: relative;
   cursor: pointer;
   font-size: 14px;
   align-items: center;
 }

 .web3 .web3-checkbox input {
   position: absolute;
   opacity: 0;
   cursor: pointer;
   height: 0;
   width: 0;
 }

 .web3 .web3-checkbox:hover input~.web3-checkbox-input {
   background-color: rgba(252, 252, 252, 0.2);
 }

 .web3 .web3-checkbox input:checked~.web3-checkbox-input {
   background-color: #2259FF;
 }

 .web3 .web3-checkbox input:checked~.web3-checkbox-input:after {
   display: block;
 }

 .web3 .web3-checkbox-input {
   width: 1.5rem;
   height: 1.5rem;
   background-color: rgba(252, 252, 252, 0.1);
   margin-right: 0.75rem;
   position: relative;
   border-radius: 4px;
 }

 .web3 .web3-checkbox-input:after {
   content: "";
   position: absolute;
   display: none;
   left: 9px;
   top: 3px;
   width: 7px;
   height: 14px;
   border: solid #FCFCFC;
   border-width: 0 2px 2px 0;
   border-width: 0 3px 3px 0;
   -webkit-transform: rotate(45deg);
   -ms-transform: rotate(45deg);
   transform: rotate(45deg);
 }

 .web3 .btn-form {
   width: 100%;
 }

 .web3 .caption p {
   font-size: 12px;
 }

 .web3 .caption a {
   color: #FCFCFC;
 }

 .wpcf7-list-item.first.last {
   display: flex;
   margin-bottom: 1.5rem;
   position: relative;
   cursor: pointer;
   font-size: 14px;
   align-items: center;
   margin: 0;
 }

 .wpcf7-list-item.first.last input {
   position: absolute;
   opacity: 0;
   cursor: pointer;
   height: 0;
   width: 0;
 }

 .wpcf7-list-item.first.last:hover input~.wpcf7-list-item-label::before {
   background-color: rgba(252, 252, 252, 0.2);
 }

 .wpcf7-list-item.first.last input:checked~.wpcf7-list-item-label::before {
   background-color: #2259FF;
 }

 .wpcf7-list-item.first.last input:checked~.wpcf7-list-item-label:after {
   display: block;
 }

 .wpcf7-list-item-label {
   position: relative;
   padding-left: 2rem;
   cursor: pointer;
 }

 .wpcf7-list-item-label:before {
   content: "";
   display: block;
   position: absolute;
   top: 0;
   width: 1.5rem;
   height: 1.5rem;
   background-color: rgba(252, 252, 252, 0.1);
   margin-right: 0.75rem;
   border-radius: 4px;
 }

 .wpcf7-list-item-label:after {
   content: "";
   position: absolute;
   display: none;
   left: 9px;
   top: 3px;
   width: 7px;
   height: 14px;
   border: solid #FCFCFC;
   border-width: 0 2px 2px 0;
   border-width: 0 3px 3px 0;
   -webkit-transform: rotate(45deg);
   -ms-transform: rotate(45deg);
   transform: rotate(45deg);
 }

 .wpcf7 form.sent .wpcf7-response-output {
   border-color: transparent;
   padding: 1rem;
   display: flex;
   flex-direction: column;
   align-items: center;
 }

 .wpcf7 form.sent .wpcf7-response-output::before {
   content: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15 26.6667C21.4433 26.6667 26.6667 21.4433 26.6667 15C26.6667 8.55668 21.4433 3.33333 15 3.33333C8.55668 3.33333 3.33333 8.55668 3.33333 15C3.33333 21.4433 8.55668 26.6667 15 26.6667ZM15 30C23.2843 30 30 23.2843 30 15C30 6.71573 23.2843 0 15 0C6.71573 0 0 6.71573 0 15C0 23.2843 6.71573 30 15 30Z' fill='%23DAEC31'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.9128 9.17549L22.2698 11.5325L12.2024 21.5999L6.57946 15.977L8.93649 13.6199L12.2024 16.8859L19.9128 9.17549Z' fill='%23DAEC31'/%3E%3C/svg%3E");
   background-color: rgba(218, 236, 49, 0.1);
   width: 4rem;
   height: 4rem;
   border-radius: 4rem;
   display: flex;
   justify-content: center;
   align-items: center;
   line-height: 0;
   margin-bottom: 1rem;
 }

 .wpcf7 form.invalid .wpcf7-response-output {
   border-color: transparent;
   padding: 1rem;
 }

 .wpcf7-response-output {
   background-color: rgba(252, 252, 252, 0.1);
   border-radius: 4px;
   padding: 1rem;
   text-align: center;
 }

 .wpcf7-form.sent p {
   display: none;
 }

 .wpcf7-not-valid-tip {
   font-size: 0.75rem;
   line-height: 2;
 }
 .play-button {
       position: relative;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background-color: red;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.play-button svg {
    width: 40px;
    height: 40px;
}   .loader {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 60px;
        height: 60px;
        border: 4px solid #f3f3f3;
        border-top: 4px solid #3498db;
        border-radius: 50%;
        animation: spin 2s linear infinite;
        display: none;
    }

    @keyframes spin {
        0% { transform: rotate(0deg); }
        100% { transform: rotate(360deg); }
    }
 .confirmation .confirmation-wrapper {
   min-height: 90vh;
 }

 .confirmation .confirmation-wrapper a {
   color: #68DDFF;
 }

 .confirmation .confirmation-wrapper .lead {
   margin-bottom: 2rem;
 }

 .confirmation .confirmation-wrapper .icon {
   display: flex;
   justify-content: center;
 }

 .confirmation .confirmation-wrapper .icon-wrapper {
   background-color: rgba(218, 236, 49, 0.1);
   width: 4rem;
   height: 4rem;
   border-radius: 4rem;
   display: flex;
   justify-content: center;
   align-items: center;
 }

 .confirmation .confirmation-wrapper .icon-wrapper svg {
   width: 1.875rem;
   height: 1.875rem;
 }
