/***************************
File generated by shrinker.ch
DateTime: 2022-09-12,  10:32:00
File list:
* main.min.css
* custom.css
* cookie-alert.css
*****************************/
:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 13, 110, 253;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-bg: #fff;
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    width: 100%;
    padding-right: var(--bs-gutter-x, .75rem);
    padding-left: var(--bs-gutter-x, .75rem);
    margin-right: auto;
    margin-left: auto;
}
@media(min-width:576px) {
    .container, .container-sm {
    max-width: 540px;
}
}@media(min-width:768px) {
    .container, .container-md, .container-sm {
    max-width: 720px;
}
}@media(min-width:992px) {
    .container, .container-lg, .container-md, .container-sm {
    max-width: 960px;
}
}@media(min-width:1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1140px;
}
}@media(min-width:1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1320px;
}
}.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}
.row>* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
}
.col {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0;
    flex: 1 0 0;
}
.row-cols-auto>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
}
.row-cols-1>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%}
.row-cols-2>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%}
.row-cols-3>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%}
.row-cols-4>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%}
.row-cols-5>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%}
.row-cols-6>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%}
.col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
}
.col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333%}
.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%}
.col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%}
.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%}
.col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66667%}
.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%}
.col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333%}
.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66667%}
.col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%}
.col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333%}
.col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66667%}
.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%}
.offset-1 {
    margin-left: 8.33333%}
.offset-2 {
    margin-left: 16.66667%}
.offset-3 {
    margin-left: 25%}
.offset-4 {
    margin-left: 33.33333%}
.offset-5 {
    margin-left: 41.66667%}
.offset-6 {
    margin-left: 50%}
.offset-7 {
    margin-left: 58.33333%}
.offset-8 {
    margin-left: 66.66667%}
.offset-9 {
    margin-left: 75%}
.offset-10 {
    margin-left: 83.33333%}
.offset-11 {
    margin-left: 91.66667%}
.g-0, .gx-0 {
    --bs-gutter-x: 0;
}
.g-0, .gy-0 {
    --bs-gutter-y: 0;
}
.g-1, .gx-1 {
    --bs-gutter-x: .25rem;
}
.g-1, .gy-1 {
    --bs-gutter-y: .25rem;
}
.g-2, .gx-2 {
    --bs-gutter-x: .5rem;
}
.g-2, .gy-2 {
    --bs-gutter-y: .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 {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0;
    flex: 1 0 0;
}
.row-cols-sm-auto>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
}
.row-cols-sm-1>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%}
.row-cols-sm-2>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%}
.row-cols-sm-3>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%}
.row-cols-sm-4>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%}
.row-cols-sm-5>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%}
.row-cols-sm-6>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%}
.col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
}
.col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333%}
.col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%}
.col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%}
.col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%}
.col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66667%}
.col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%}
.col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333%}
.col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66667%}
.col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%}
.col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333%}
.col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66667%}
.col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%}
.offset-sm-0 {
    margin-left: 0;
}
.offset-sm-1 {
    margin-left: 8.33333%}
.offset-sm-2 {
    margin-left: 16.66667%}
.offset-sm-3 {
    margin-left: 25%}
.offset-sm-4 {
    margin-left: 33.33333%}
.offset-sm-5 {
    margin-left: 41.66667%}
.offset-sm-6 {
    margin-left: 50%}
.offset-sm-7 {
    margin-left: 58.33333%}
.offset-sm-8 {
    margin-left: 66.66667%}
.offset-sm-9 {
    margin-left: 75%}
.offset-sm-10 {
    margin-left: 83.33333%}
.offset-sm-11 {
    margin-left: 91.66667%}
.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: .25rem;
}
.g-sm-1, .gy-sm-1 {
    --bs-gutter-y: .25rem;
}
.g-sm-2, .gx-sm-2 {
    --bs-gutter-x: .5rem;
}
.g-sm-2, .gy-sm-2 {
    --bs-gutter-y: .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 {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0;
    flex: 1 0 0;
}
.row-cols-md-auto>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
}
.row-cols-md-1>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%}
.row-cols-md-2>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%}
.row-cols-md-3>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%}
.row-cols-md-4>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%}
.row-cols-md-5>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%}
.row-cols-md-6>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%}
.col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
}
.col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333%}
.col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%}
.col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%}
.col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%}
.col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66667%}
.col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%}
.col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333%}
.col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66667%}
.col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%}
.col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333%}
.col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66667%}
.col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%}
.offset-md-0 {
    margin-left: 0;
}
.offset-md-1 {
    margin-left: 8.33333%}
.offset-md-2 {
    margin-left: 16.66667%}
.offset-md-3 {
    margin-left: 25%}
.offset-md-4 {
    margin-left: 33.33333%}
.offset-md-5 {
    margin-left: 41.66667%}
.offset-md-6 {
    margin-left: 50%}
.offset-md-7 {
    margin-left: 58.33333%}
.offset-md-8 {
    margin-left: 66.66667%}
.offset-md-9 {
    margin-left: 75%}
.offset-md-10 {
    margin-left: 83.33333%}
.offset-md-11 {
    margin-left: 91.66667%}
.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: .25rem;
}
.g-md-1, .gy-md-1 {
    --bs-gutter-y: .25rem;
}
.g-md-2, .gx-md-2 {
    --bs-gutter-x: .5rem;
}
.g-md-2, .gy-md-2 {
    --bs-gutter-y: .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 {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0;
    flex: 1 0 0;
}
.row-cols-lg-auto>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
}
.row-cols-lg-1>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%}
.row-cols-lg-2>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%}
.row-cols-lg-3>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%}
.row-cols-lg-4>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%}
.row-cols-lg-5>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%}
.row-cols-lg-6>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%}
.col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
}
.col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333%}
.col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%}
.col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%}
.col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%}
.col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66667%}
.col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%}
.col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333%}
.col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66667%}
.col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%}
.col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333%}
.col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66667%}
.col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%}
.offset-lg-0 {
    margin-left: 0;
}
.offset-lg-1 {
    margin-left: 8.33333%}
.offset-lg-2 {
    margin-left: 16.66667%}
.offset-lg-3 {
    margin-left: 25%}
.offset-lg-4 {
    margin-left: 33.33333%}
.offset-lg-5 {
    margin-left: 41.66667%}
.offset-lg-6 {
    margin-left: 50%}
.offset-lg-7 {
    margin-left: 58.33333%}
.offset-lg-8 {
    margin-left: 66.66667%}
.offset-lg-9 {
    margin-left: 75%}
.offset-lg-10 {
    margin-left: 83.33333%}
.offset-lg-11 {
    margin-left: 91.66667%}
.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: .25rem;
}
.g-lg-1, .gy-lg-1 {
    --bs-gutter-y: .25rem;
}
.g-lg-2, .gx-lg-2 {
    --bs-gutter-x: .5rem;
}
.g-lg-2, .gy-lg-2 {
    --bs-gutter-y: .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 {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0;
    flex: 1 0 0;
}
.row-cols-xl-auto>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
}
.row-cols-xl-1>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%}
.row-cols-xl-2>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%}
.row-cols-xl-3>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%}
.row-cols-xl-4>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%}
.row-cols-xl-5>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%}
.row-cols-xl-6>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%}
.col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
}
.col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333%}
.col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%}
.col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%}
.col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%}
.col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66667%}
.col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%}
.col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333%}
.col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66667%}
.col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%}
.col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333%}
.col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66667%}
.col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%}
.offset-xl-0 {
    margin-left: 0;
}
.offset-xl-1 {
    margin-left: 8.33333%}
.offset-xl-2 {
    margin-left: 16.66667%}
.offset-xl-3 {
    margin-left: 25%}
.offset-xl-4 {
    margin-left: 33.33333%}
.offset-xl-5 {
    margin-left: 41.66667%}
.offset-xl-6 {
    margin-left: 50%}
.offset-xl-7 {
    margin-left: 58.33333%}
.offset-xl-8 {
    margin-left: 66.66667%}
.offset-xl-9 {
    margin-left: 75%}
.offset-xl-10 {
    margin-left: 83.33333%}
.offset-xl-11 {
    margin-left: 91.66667%}
.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: .25rem;
}
.g-xl-1, .gy-xl-1 {
    --bs-gutter-y: .25rem;
}
.g-xl-2, .gx-xl-2 {
    --bs-gutter-x: .5rem;
}
.g-xl-2, .gy-xl-2 {
    --bs-gutter-y: .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 {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0;
    flex: 1 0 0;
}
.row-cols-xxl-auto>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
}
.row-cols-xxl-1>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%}
.row-cols-xxl-2>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%}
.row-cols-xxl-3>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%}
.row-cols-xxl-4>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%}
.row-cols-xxl-5>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%}
.row-cols-xxl-6>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%}
.col-xxl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
}
.col-xxl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333%}
.col-xxl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%}
.col-xxl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%}
.col-xxl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%}
.col-xxl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66667%}
.col-xxl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%}
.col-xxl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333%}
.col-xxl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66667%}
.col-xxl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%}
.col-xxl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333%}
.col-xxl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66667%}
.col-xxl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%}
.offset-xxl-0 {
    margin-left: 0;
}
.offset-xxl-1 {
    margin-left: 8.33333%}
.offset-xxl-2 {
    margin-left: 16.66667%}
.offset-xxl-3 {
    margin-left: 25%}
.offset-xxl-4 {
    margin-left: 33.33333%}
.offset-xxl-5 {
    margin-left: 41.66667%}
.offset-xxl-6 {
    margin-left: 50%}
.offset-xxl-7 {
    margin-left: 58.33333%}
.offset-xxl-8 {
    margin-left: 66.66667%}
.offset-xxl-9 {
    margin-left: 75%}
.offset-xxl-10 {
    margin-left: 83.33333%}
.offset-xxl-11 {
    margin-left: 91.66667%}
.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: .25rem;
}
.g-xxl-1, .gy-xxl-1 {
    --bs-gutter-y: .25rem;
}
.g-xxl-2, .gx-xxl-2 {
    --bs-gutter-x: .5rem;
}
.g-xxl-2, .gy-xxl-2 {
    --bs-gutter-y: .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: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
}
.d-inline-flex {
    display: -webkit-inline-box!important;
    display: -ms-inline-flexbox!important;
    display: inline-flex!important;
}
.d-none {
    display: none!important;
}
.flex-fill {
    -webkit-box-flex: 1!important;
    -ms-flex: 1 1 auto!important;
    flex: 1 1 auto!important;
}
.flex-row {
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: row!important;
    flex-direction: row!important;
}
.flex-column {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important;
}
.flex-row-reverse {
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: reverse!important;
    -ms-flex-direction: row-reverse!important;
    flex-direction: row-reverse!important;
}
.flex-column-reverse {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: reverse!important;
    -ms-flex-direction: column-reverse!important;
    flex-direction: column-reverse!important;
}
.flex-grow-0 {
    -webkit-box-flex: 0!important;
    -ms-flex-positive: 0!important;
    flex-grow: 0!important;
}
.flex-grow-1 {
    -webkit-box-flex: 1!important;
    -ms-flex-positive: 1!important;
    flex-grow: 1!important;
}
.flex-shrink-0 {
    -ms-flex-negative: 0!important;
    flex-shrink: 0!important;
}
.flex-shrink-1 {
    -ms-flex-negative: 1!important;
    flex-shrink: 1!important;
}
.flex-wrap {
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important;
}
.flex-nowrap {
    -ms-flex-wrap: nowrap!important;
    flex-wrap: nowrap!important;
}
.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse!important;
    flex-wrap: wrap-reverse!important;
}
.justify-content-start {
    -webkit-box-pack: start!important;
    -ms-flex-pack: start!important;
    justify-content: flex-start!important;
}
.justify-content-end {
    -webkit-box-pack: end!important;
    -ms-flex-pack: end!important;
    justify-content: flex-end!important;
}
.justify-content-center {
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
.justify-content-between {
    -webkit-box-pack: justify!important;
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
}
.justify-content-around {
    -ms-flex-pack: distribute!important;
    justify-content: space-around!important;
}
.justify-content-evenly {
    -webkit-box-pack: space-evenly!important;
    -ms-flex-pack: space-evenly!important;
    justify-content: space-evenly!important;
}
.align-items-start {
    -webkit-box-align: start!important;
    -ms-flex-align: start!important;
    align-items: flex-start!important;
}
.align-items-end {
    -webkit-box-align: end!important;
    -ms-flex-align: end!important;
    align-items: flex-end!important;
}
.align-items-center {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
}
.align-items-baseline {
    -webkit-box-align: baseline!important;
    -ms-flex-align: baseline!important;
    align-items: baseline!important;
}
.align-items-stretch {
    -webkit-box-align: stretch!important;
    -ms-flex-align: stretch!important;
    align-items: stretch!important;
}
.align-content-start {
    -ms-flex-line-pack: start!important;
    align-content: flex-start!important;
}
.align-content-end {
    -ms-flex-line-pack: end!important;
    align-content: flex-end!important;
}
.align-content-center {
    -ms-flex-line-pack: center!important;
    align-content: center!important;
}
.align-content-between {
    -ms-flex-line-pack: justify!important;
    align-content: space-between!important;
}
.align-content-around {
    -ms-flex-line-pack: distribute!important;
    align-content: space-around!important;
}
.align-content-stretch {
    -ms-flex-line-pack: stretch!important;
    align-content: stretch!important;
}
.align-self-auto {
    -ms-flex-item-align: auto!important;
    align-self: auto!important;
}
.align-self-start {
    -ms-flex-item-align: start!important;
    align-self: flex-start!important;
}
.align-self-end {
    -ms-flex-item-align: end!important;
    align-self: flex-end!important;
}
.align-self-center {
    -ms-flex-item-align: center!important;
    align-self: center!important;
}
.align-self-baseline {
    -ms-flex-item-align: baseline!important;
    align-self: baseline!important;
}
.align-self-stretch {
    -ms-flex-item-align: stretch!important;
    align-self: stretch!important;
}
.order-first {
    -webkit-box-ordinal-group: 0!important;
    -ms-flex-order: -1!important;
    order: -1!important;
}
.order-0 {
    -webkit-box-ordinal-group: 1!important;
    -ms-flex-order: 0!important;
    order: 0!important;
}
.order-1 {
    -webkit-box-ordinal-group: 2!important;
    -ms-flex-order: 1!important;
    order: 1!important;
}
.order-2 {
    -webkit-box-ordinal-group: 3!important;
    -ms-flex-order: 2!important;
    order: 2!important;
}
.order-3 {
    -webkit-box-ordinal-group: 4!important;
    -ms-flex-order: 3!important;
    order: 3!important;
}
.order-4 {
    -webkit-box-ordinal-group: 5!important;
    -ms-flex-order: 4!important;
    order: 4!important;
}
.order-5 {
    -webkit-box-ordinal-group: 6!important;
    -ms-flex-order: 5!important;
    order: 5!important;
}
.order-last {
    -webkit-box-ordinal-group: 7!important;
    -ms-flex-order: 6!important;
    order: 6!important;
}
.m-0 {
    margin: 0!important;
}
.m-1 {
    margin: .25rem!important;
}
.m-2 {
    margin: .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: .25rem!important;
    margin-left: .25rem!important;
}
.mx-2 {
    margin-right: .5rem!important;
    margin-left: .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: .25rem!important;
    margin-bottom: .25rem!important;
}
.my-2 {
    margin-top: .5rem!important;
    margin-bottom: .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: .25rem!important;
}
.mt-2 {
    margin-top: .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: .25rem!important;
}
.me-2 {
    margin-right: .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: .25rem!important;
}
.mb-2 {
    margin-bottom: .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: .25rem!important;
}
.ms-2 {
    margin-left: .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: .25rem!important;
}
.p-2 {
    padding: .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: .25rem!important;
    padding-left: .25rem!important;
}
.px-2 {
    padding-right: .5rem!important;
    padding-left: .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: .25rem!important;
    padding-bottom: .25rem!important;
}
.py-2 {
    padding-top: .5rem!important;
    padding-bottom: .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: .25rem!important;
}
.pt-2 {
    padding-top: .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: .25rem!important;
}
.pe-2 {
    padding-right: .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: .25rem!important;
}
.pb-2 {
    padding-bottom: .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: .25rem!important;
}
.ps-2 {
    padding-left: .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: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
}
.d-sm-inline-flex {
    display: -webkit-inline-box!important;
    display: -ms-inline-flexbox!important;
    display: inline-flex!important;
}
.d-sm-none {
    display: none!important;
}
.flex-sm-fill {
    -webkit-box-flex: 1!important;
    -ms-flex: 1 1 auto!important;
    flex: 1 1 auto!important;
}
.flex-sm-row {
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: row!important;
    flex-direction: row!important;
}
.flex-sm-column {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important;
}
.flex-sm-row-reverse {
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: reverse!important;
    -ms-flex-direction: row-reverse!important;
    flex-direction: row-reverse!important;
}
.flex-sm-column-reverse {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: reverse!important;
    -ms-flex-direction: column-reverse!important;
    flex-direction: column-reverse!important;
}
.flex-sm-grow-0 {
    -webkit-box-flex: 0!important;
    -ms-flex-positive: 0!important;
    flex-grow: 0!important;
}
.flex-sm-grow-1 {
    -webkit-box-flex: 1!important;
    -ms-flex-positive: 1!important;
    flex-grow: 1!important;
}
.flex-sm-shrink-0 {
    -ms-flex-negative: 0!important;
    flex-shrink: 0!important;
}
.flex-sm-shrink-1 {
    -ms-flex-negative: 1!important;
    flex-shrink: 1!important;
}
.flex-sm-wrap {
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important;
}
.flex-sm-nowrap {
    -ms-flex-wrap: nowrap!important;
    flex-wrap: nowrap!important;
}
.flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse!important;
    flex-wrap: wrap-reverse!important;
}
.justify-content-sm-start {
    -webkit-box-pack: start!important;
    -ms-flex-pack: start!important;
    justify-content: flex-start!important;
}
.justify-content-sm-end {
    -webkit-box-pack: end!important;
    -ms-flex-pack: end!important;
    justify-content: flex-end!important;
}
.justify-content-sm-center {
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
.justify-content-sm-between {
    -webkit-box-pack: justify!important;
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
}
.justify-content-sm-around {
    -ms-flex-pack: distribute!important;
    justify-content: space-around!important;
}
.justify-content-sm-evenly {
    -webkit-box-pack: space-evenly!important;
    -ms-flex-pack: space-evenly!important;
    justify-content: space-evenly!important;
}
.align-items-sm-start {
    -webkit-box-align: start!important;
    -ms-flex-align: start!important;
    align-items: flex-start!important;
}
.align-items-sm-end {
    -webkit-box-align: end!important;
    -ms-flex-align: end!important;
    align-items: flex-end!important;
}
.align-items-sm-center {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
}
.align-items-sm-baseline {
    -webkit-box-align: baseline!important;
    -ms-flex-align: baseline!important;
    align-items: baseline!important;
}
.align-items-sm-stretch {
    -webkit-box-align: stretch!important;
    -ms-flex-align: stretch!important;
    align-items: stretch!important;
}
.align-content-sm-start {
    -ms-flex-line-pack: start!important;
    align-content: flex-start!important;
}
.align-content-sm-end {
    -ms-flex-line-pack: end!important;
    align-content: flex-end!important;
}
.align-content-sm-center {
    -ms-flex-line-pack: center!important;
    align-content: center!important;
}
.align-content-sm-between {
    -ms-flex-line-pack: justify!important;
    align-content: space-between!important;
}
.align-content-sm-around {
    -ms-flex-line-pack: distribute!important;
    align-content: space-around!important;
}
.align-content-sm-stretch {
    -ms-flex-line-pack: stretch!important;
    align-content: stretch!important;
}
.align-self-sm-auto {
    -ms-flex-item-align: auto!important;
    align-self: auto!important;
}
.align-self-sm-start {
    -ms-flex-item-align: start!important;
    align-self: flex-start!important;
}
.align-self-sm-end {
    -ms-flex-item-align: end!important;
    align-self: flex-end!important;
}
.align-self-sm-center {
    -ms-flex-item-align: center!important;
    align-self: center!important;
}
.align-self-sm-baseline {
    -ms-flex-item-align: baseline!important;
    align-self: baseline!important;
}
.align-self-sm-stretch {
    -ms-flex-item-align: stretch!important;
    align-self: stretch!important;
}
.order-sm-first {
    -webkit-box-ordinal-group: 0!important;
    -ms-flex-order: -1!important;
    order: -1!important;
}
.order-sm-0 {
    -webkit-box-ordinal-group: 1!important;
    -ms-flex-order: 0!important;
    order: 0!important;
}
.order-sm-1 {
    -webkit-box-ordinal-group: 2!important;
    -ms-flex-order: 1!important;
    order: 1!important;
}
.order-sm-2 {
    -webkit-box-ordinal-group: 3!important;
    -ms-flex-order: 2!important;
    order: 2!important;
}
.order-sm-3 {
    -webkit-box-ordinal-group: 4!important;
    -ms-flex-order: 3!important;
    order: 3!important;
}
.order-sm-4 {
    -webkit-box-ordinal-group: 5!important;
    -ms-flex-order: 4!important;
    order: 4!important;
}
.order-sm-5 {
    -webkit-box-ordinal-group: 6!important;
    -ms-flex-order: 5!important;
    order: 5!important;
}
.order-sm-last {
    -webkit-box-ordinal-group: 7!important;
    -ms-flex-order: 6!important;
    order: 6!important;
}
.m-sm-0 {
    margin: 0!important;
}
.m-sm-1 {
    margin: .25rem!important;
}
.m-sm-2 {
    margin: .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: .25rem!important;
    margin-left: .25rem!important;
}
.mx-sm-2 {
    margin-right: .5rem!important;
    margin-left: .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: .25rem!important;
    margin-bottom: .25rem!important;
}
.my-sm-2 {
    margin-top: .5rem!important;
    margin-bottom: .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: .25rem!important;
}
.mt-sm-2 {
    margin-top: .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: .25rem!important;
}
.me-sm-2 {
    margin-right: .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: .25rem!important;
}
.mb-sm-2 {
    margin-bottom: .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: .25rem!important;
}
.ms-sm-2 {
    margin-left: .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: .25rem!important;
}
.p-sm-2 {
    padding: .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: .25rem!important;
    padding-left: .25rem!important;
}
.px-sm-2 {
    padding-right: .5rem!important;
    padding-left: .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: .25rem!important;
    padding-bottom: .25rem!important;
}
.py-sm-2 {
    padding-top: .5rem!important;
    padding-bottom: .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: .25rem!important;
}
.pt-sm-2 {
    padding-top: .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: .25rem!important;
}
.pe-sm-2 {
    padding-right: .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: .25rem!important;
}
.pb-sm-2 {
    padding-bottom: .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: .25rem!important;
}
.ps-sm-2 {
    padding-left: .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: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
}
.d-md-inline-flex {
    display: -webkit-inline-box!important;
    display: -ms-inline-flexbox!important;
    display: inline-flex!important;
}
.d-md-none {
    display: none!important;
}
.flex-md-fill {
    -webkit-box-flex: 1!important;
    -ms-flex: 1 1 auto!important;
    flex: 1 1 auto!important;
}
.flex-md-row {
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: row!important;
    flex-direction: row!important;
}
.flex-md-column {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important;
}
.flex-md-row-reverse {
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: reverse!important;
    -ms-flex-direction: row-reverse!important;
    flex-direction: row-reverse!important;
}
.flex-md-column-reverse {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: reverse!important;
    -ms-flex-direction: column-reverse!important;
    flex-direction: column-reverse!important;
}
.flex-md-grow-0 {
    -webkit-box-flex: 0!important;
    -ms-flex-positive: 0!important;
    flex-grow: 0!important;
}
.flex-md-grow-1 {
    -webkit-box-flex: 1!important;
    -ms-flex-positive: 1!important;
    flex-grow: 1!important;
}
.flex-md-shrink-0 {
    -ms-flex-negative: 0!important;
    flex-shrink: 0!important;
}
.flex-md-shrink-1 {
    -ms-flex-negative: 1!important;
    flex-shrink: 1!important;
}
.flex-md-wrap {
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important;
}
.flex-md-nowrap {
    -ms-flex-wrap: nowrap!important;
    flex-wrap: nowrap!important;
}
.flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse!important;
    flex-wrap: wrap-reverse!important;
}
.justify-content-md-start {
    -webkit-box-pack: start!important;
    -ms-flex-pack: start!important;
    justify-content: flex-start!important;
}
.justify-content-md-end {
    -webkit-box-pack: end!important;
    -ms-flex-pack: end!important;
    justify-content: flex-end!important;
}
.justify-content-md-center {
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
.justify-content-md-between {
    -webkit-box-pack: justify!important;
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
}
.justify-content-md-around {
    -ms-flex-pack: distribute!important;
    justify-content: space-around!important;
}
.justify-content-md-evenly {
    -webkit-box-pack: space-evenly!important;
    -ms-flex-pack: space-evenly!important;
    justify-content: space-evenly!important;
}
.align-items-md-start {
    -webkit-box-align: start!important;
    -ms-flex-align: start!important;
    align-items: flex-start!important;
}
.align-items-md-end {
    -webkit-box-align: end!important;
    -ms-flex-align: end!important;
    align-items: flex-end!important;
}
.align-items-md-center {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
}
.align-items-md-baseline {
    -webkit-box-align: baseline!important;
    -ms-flex-align: baseline!important;
    align-items: baseline!important;
}
.align-items-md-stretch {
    -webkit-box-align: stretch!important;
    -ms-flex-align: stretch!important;
    align-items: stretch!important;
}
.align-content-md-start {
    -ms-flex-line-pack: start!important;
    align-content: flex-start!important;
}
.align-content-md-end {
    -ms-flex-line-pack: end!important;
    align-content: flex-end!important;
}
.align-content-md-center {
    -ms-flex-line-pack: center!important;
    align-content: center!important;
}
.align-content-md-between {
    -ms-flex-line-pack: justify!important;
    align-content: space-between!important;
}
.align-content-md-around {
    -ms-flex-line-pack: distribute!important;
    align-content: space-around!important;
}
.align-content-md-stretch {
    -ms-flex-line-pack: stretch!important;
    align-content: stretch!important;
}
.align-self-md-auto {
    -ms-flex-item-align: auto!important;
    align-self: auto!important;
}
.align-self-md-start {
    -ms-flex-item-align: start!important;
    align-self: flex-start!important;
}
.align-self-md-end {
    -ms-flex-item-align: end!important;
    align-self: flex-end!important;
}
.align-self-md-center {
    -ms-flex-item-align: center!important;
    align-self: center!important;
}
.align-self-md-baseline {
    -ms-flex-item-align: baseline!important;
    align-self: baseline!important;
}
.align-self-md-stretch {
    -ms-flex-item-align: stretch!important;
    align-self: stretch!important;
}
.order-md-first {
    -webkit-box-ordinal-group: 0!important;
    -ms-flex-order: -1!important;
    order: -1!important;
}
.order-md-0 {
    -webkit-box-ordinal-group: 1!important;
    -ms-flex-order: 0!important;
    order: 0!important;
}
.order-md-1 {
    -webkit-box-ordinal-group: 2!important;
    -ms-flex-order: 1!important;
    order: 1!important;
}
.order-md-2 {
    -webkit-box-ordinal-group: 3!important;
    -ms-flex-order: 2!important;
    order: 2!important;
}
.order-md-3 {
    -webkit-box-ordinal-group: 4!important;
    -ms-flex-order: 3!important;
    order: 3!important;
}
.order-md-4 {
    -webkit-box-ordinal-group: 5!important;
    -ms-flex-order: 4!important;
    order: 4!important;
}
.order-md-5 {
    -webkit-box-ordinal-group: 6!important;
    -ms-flex-order: 5!important;
    order: 5!important;
}
.order-md-last {
    -webkit-box-ordinal-group: 7!important;
    -ms-flex-order: 6!important;
    order: 6!important;
}
.m-md-0 {
    margin: 0!important;
}
.m-md-1 {
    margin: .25rem!important;
}
.m-md-2 {
    margin: .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: .25rem!important;
    margin-left: .25rem!important;
}
.mx-md-2 {
    margin-right: .5rem!important;
    margin-left: .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: .25rem!important;
    margin-bottom: .25rem!important;
}
.my-md-2 {
    margin-top: .5rem!important;
    margin-bottom: .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: .25rem!important;
}
.mt-md-2 {
    margin-top: .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: .25rem!important;
}
.me-md-2 {
    margin-right: .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: .25rem!important;
}
.mb-md-2 {
    margin-bottom: .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: .25rem!important;
}
.ms-md-2 {
    margin-left: .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: .25rem!important;
}
.p-md-2 {
    padding: .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: .25rem!important;
    padding-left: .25rem!important;
}
.px-md-2 {
    padding-right: .5rem!important;
    padding-left: .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: .25rem!important;
    padding-bottom: .25rem!important;
}
.py-md-2 {
    padding-top: .5rem!important;
    padding-bottom: .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: .25rem!important;
}
.pt-md-2 {
    padding-top: .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: .25rem!important;
}
.pe-md-2 {
    padding-right: .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: .25rem!important;
}
.pb-md-2 {
    padding-bottom: .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: .25rem!important;
}
.ps-md-2 {
    padding-left: .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: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
}
.d-lg-inline-flex {
    display: -webkit-inline-box!important;
    display: -ms-inline-flexbox!important;
    display: inline-flex!important;
}
.d-lg-none {
    display: none!important;
}
.flex-lg-fill {
    -webkit-box-flex: 1!important;
    -ms-flex: 1 1 auto!important;
    flex: 1 1 auto!important;
}
.flex-lg-row {
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: row!important;
    flex-direction: row!important;
}
.flex-lg-column {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important;
}
.flex-lg-row-reverse {
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: reverse!important;
    -ms-flex-direction: row-reverse!important;
    flex-direction: row-reverse!important;
}
.flex-lg-column-reverse {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: reverse!important;
    -ms-flex-direction: column-reverse!important;
    flex-direction: column-reverse!important;
}
.flex-lg-grow-0 {
    -webkit-box-flex: 0!important;
    -ms-flex-positive: 0!important;
    flex-grow: 0!important;
}
.flex-lg-grow-1 {
    -webkit-box-flex: 1!important;
    -ms-flex-positive: 1!important;
    flex-grow: 1!important;
}
.flex-lg-shrink-0 {
    -ms-flex-negative: 0!important;
    flex-shrink: 0!important;
}
.flex-lg-shrink-1 {
    -ms-flex-negative: 1!important;
    flex-shrink: 1!important;
}
.flex-lg-wrap {
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important;
}
.flex-lg-nowrap {
    -ms-flex-wrap: nowrap!important;
    flex-wrap: nowrap!important;
}
.flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse!important;
    flex-wrap: wrap-reverse!important;
}
.justify-content-lg-start {
    -webkit-box-pack: start!important;
    -ms-flex-pack: start!important;
    justify-content: flex-start!important;
}
.justify-content-lg-end {
    -webkit-box-pack: end!important;
    -ms-flex-pack: end!important;
    justify-content: flex-end!important;
}
.justify-content-lg-center {
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
.justify-content-lg-between {
    -webkit-box-pack: justify!important;
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
}
.justify-content-lg-around {
    -ms-flex-pack: distribute!important;
    justify-content: space-around!important;
}
.justify-content-lg-evenly {
    -webkit-box-pack: space-evenly!important;
    -ms-flex-pack: space-evenly!important;
    justify-content: space-evenly!important;
}
.align-items-lg-start {
    -webkit-box-align: start!important;
    -ms-flex-align: start!important;
    align-items: flex-start!important;
}
.align-items-lg-end {
    -webkit-box-align: end!important;
    -ms-flex-align: end!important;
    align-items: flex-end!important;
}
.align-items-lg-center {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
}
.align-items-lg-baseline {
    -webkit-box-align: baseline!important;
    -ms-flex-align: baseline!important;
    align-items: baseline!important;
}
.align-items-lg-stretch {
    -webkit-box-align: stretch!important;
    -ms-flex-align: stretch!important;
    align-items: stretch!important;
}
.align-content-lg-start {
    -ms-flex-line-pack: start!important;
    align-content: flex-start!important;
}
.align-content-lg-end {
    -ms-flex-line-pack: end!important;
    align-content: flex-end!important;
}
.align-content-lg-center {
    -ms-flex-line-pack: center!important;
    align-content: center!important;
}
.align-content-lg-between {
    -ms-flex-line-pack: justify!important;
    align-content: space-between!important;
}
.align-content-lg-around {
    -ms-flex-line-pack: distribute!important;
    align-content: space-around!important;
}
.align-content-lg-stretch {
    -ms-flex-line-pack: stretch!important;
    align-content: stretch!important;
}
.align-self-lg-auto {
    -ms-flex-item-align: auto!important;
    align-self: auto!important;
}
.align-self-lg-start {
    -ms-flex-item-align: start!important;
    align-self: flex-start!important;
}
.align-self-lg-end {
    -ms-flex-item-align: end!important;
    align-self: flex-end!important;
}
.align-self-lg-center {
    -ms-flex-item-align: center!important;
    align-self: center!important;
}
.align-self-lg-baseline {
    -ms-flex-item-align: baseline!important;
    align-self: baseline!important;
}
.align-self-lg-stretch {
    -ms-flex-item-align: stretch!important;
    align-self: stretch!important;
}
.order-lg-first {
    -webkit-box-ordinal-group: 0!important;
    -ms-flex-order: -1!important;
    order: -1!important;
}
.order-lg-0 {
    -webkit-box-ordinal-group: 1!important;
    -ms-flex-order: 0!important;
    order: 0!important;
}
.order-lg-1 {
    -webkit-box-ordinal-group: 2!important;
    -ms-flex-order: 1!important;
    order: 1!important;
}
.order-lg-2 {
    -webkit-box-ordinal-group: 3!important;
    -ms-flex-order: 2!important;
    order: 2!important;
}
.order-lg-3 {
    -webkit-box-ordinal-group: 4!important;
    -ms-flex-order: 3!important;
    order: 3!important;
}
.order-lg-4 {
    -webkit-box-ordinal-group: 5!important;
    -ms-flex-order: 4!important;
    order: 4!important;
}
.order-lg-5 {
    -webkit-box-ordinal-group: 6!important;
    -ms-flex-order: 5!important;
    order: 5!important;
}
.order-lg-last {
    -webkit-box-ordinal-group: 7!important;
    -ms-flex-order: 6!important;
    order: 6!important;
}
.m-lg-0 {
    margin: 0!important;
}
.m-lg-1 {
    margin: .25rem!important;
}
.m-lg-2 {
    margin: .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: .25rem!important;
    margin-left: .25rem!important;
}
.mx-lg-2 {
    margin-right: .5rem!important;
    margin-left: .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: .25rem!important;
    margin-bottom: .25rem!important;
}
.my-lg-2 {
    margin-top: .5rem!important;
    margin-bottom: .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: .25rem!important;
}
.mt-lg-2 {
    margin-top: .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: .25rem!important;
}
.me-lg-2 {
    margin-right: .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: .25rem!important;
}
.mb-lg-2 {
    margin-bottom: .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: .25rem!important;
}
.ms-lg-2 {
    margin-left: .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: .25rem!important;
}
.p-lg-2 {
    padding: .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: .25rem!important;
    padding-left: .25rem!important;
}
.px-lg-2 {
    padding-right: .5rem!important;
    padding-left: .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: .25rem!important;
    padding-bottom: .25rem!important;
}
.py-lg-2 {
    padding-top: .5rem!important;
    padding-bottom: .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: .25rem!important;
}
.pt-lg-2 {
    padding-top: .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: .25rem!important;
}
.pe-lg-2 {
    padding-right: .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: .25rem!important;
}
.pb-lg-2 {
    padding-bottom: .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: .25rem!important;
}
.ps-lg-2 {
    padding-left: .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: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
}
.d-xl-inline-flex {
    display: -webkit-inline-box!important;
    display: -ms-inline-flexbox!important;
    display: inline-flex!important;
}
.d-xl-none {
    display: none!important;
}
.flex-xl-fill {
    -webkit-box-flex: 1!important;
    -ms-flex: 1 1 auto!important;
    flex: 1 1 auto!important;
}
.flex-xl-row {
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: row!important;
    flex-direction: row!important;
}
.flex-xl-column {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important;
}
.flex-xl-row-reverse {
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: reverse!important;
    -ms-flex-direction: row-reverse!important;
    flex-direction: row-reverse!important;
}
.flex-xl-column-reverse {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: reverse!important;
    -ms-flex-direction: column-reverse!important;
    flex-direction: column-reverse!important;
}
.flex-xl-grow-0 {
    -webkit-box-flex: 0!important;
    -ms-flex-positive: 0!important;
    flex-grow: 0!important;
}
.flex-xl-grow-1 {
    -webkit-box-flex: 1!important;
    -ms-flex-positive: 1!important;
    flex-grow: 1!important;
}
.flex-xl-shrink-0 {
    -ms-flex-negative: 0!important;
    flex-shrink: 0!important;
}
.flex-xl-shrink-1 {
    -ms-flex-negative: 1!important;
    flex-shrink: 1!important;
}
.flex-xl-wrap {
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important;
}
.flex-xl-nowrap {
    -ms-flex-wrap: nowrap!important;
    flex-wrap: nowrap!important;
}
.flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse!important;
    flex-wrap: wrap-reverse!important;
}
.justify-content-xl-start {
    -webkit-box-pack: start!important;
    -ms-flex-pack: start!important;
    justify-content: flex-start!important;
}
.justify-content-xl-end {
    -webkit-box-pack: end!important;
    -ms-flex-pack: end!important;
    justify-content: flex-end!important;
}
.justify-content-xl-center {
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
.justify-content-xl-between {
    -webkit-box-pack: justify!important;
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
}
.justify-content-xl-around {
    -ms-flex-pack: distribute!important;
    justify-content: space-around!important;
}
.justify-content-xl-evenly {
    -webkit-box-pack: space-evenly!important;
    -ms-flex-pack: space-evenly!important;
    justify-content: space-evenly!important;
}
.align-items-xl-start {
    -webkit-box-align: start!important;
    -ms-flex-align: start!important;
    align-items: flex-start!important;
}
.align-items-xl-end {
    -webkit-box-align: end!important;
    -ms-flex-align: end!important;
    align-items: flex-end!important;
}
.align-items-xl-center {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
}
.align-items-xl-baseline {
    -webkit-box-align: baseline!important;
    -ms-flex-align: baseline!important;
    align-items: baseline!important;
}
.align-items-xl-stretch {
    -webkit-box-align: stretch!important;
    -ms-flex-align: stretch!important;
    align-items: stretch!important;
}
.align-content-xl-start {
    -ms-flex-line-pack: start!important;
    align-content: flex-start!important;
}
.align-content-xl-end {
    -ms-flex-line-pack: end!important;
    align-content: flex-end!important;
}
.align-content-xl-center {
    -ms-flex-line-pack: center!important;
    align-content: center!important;
}
.align-content-xl-between {
    -ms-flex-line-pack: justify!important;
    align-content: space-between!important;
}
.align-content-xl-around {
    -ms-flex-line-pack: distribute!important;
    align-content: space-around!important;
}
.align-content-xl-stretch {
    -ms-flex-line-pack: stretch!important;
    align-content: stretch!important;
}
.align-self-xl-auto {
    -ms-flex-item-align: auto!important;
    align-self: auto!important;
}
.align-self-xl-start {
    -ms-flex-item-align: start!important;
    align-self: flex-start!important;
}
.align-self-xl-end {
    -ms-flex-item-align: end!important;
    align-self: flex-end!important;
}
.align-self-xl-center {
    -ms-flex-item-align: center!important;
    align-self: center!important;
}
.align-self-xl-baseline {
    -ms-flex-item-align: baseline!important;
    align-self: baseline!important;
}
.align-self-xl-stretch {
    -ms-flex-item-align: stretch!important;
    align-self: stretch!important;
}
.order-xl-first {
    -webkit-box-ordinal-group: 0!important;
    -ms-flex-order: -1!important;
    order: -1!important;
}
.order-xl-0 {
    -webkit-box-ordinal-group: 1!important;
    -ms-flex-order: 0!important;
    order: 0!important;
}
.order-xl-1 {
    -webkit-box-ordinal-group: 2!important;
    -ms-flex-order: 1!important;
    order: 1!important;
}
.order-xl-2 {
    -webkit-box-ordinal-group: 3!important;
    -ms-flex-order: 2!important;
    order: 2!important;
}
.order-xl-3 {
    -webkit-box-ordinal-group: 4!important;
    -ms-flex-order: 3!important;
    order: 3!important;
}
.order-xl-4 {
    -webkit-box-ordinal-group: 5!important;
    -ms-flex-order: 4!important;
    order: 4!important;
}
.order-xl-5 {
    -webkit-box-ordinal-group: 6!important;
    -ms-flex-order: 5!important;
    order: 5!important;
}
.order-xl-last {
    -webkit-box-ordinal-group: 7!important;
    -ms-flex-order: 6!important;
    order: 6!important;
}
.m-xl-0 {
    margin: 0!important;
}
.m-xl-1 {
    margin: .25rem!important;
}
.m-xl-2 {
    margin: .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: .25rem!important;
    margin-left: .25rem!important;
}
.mx-xl-2 {
    margin-right: .5rem!important;
    margin-left: .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: .25rem!important;
    margin-bottom: .25rem!important;
}
.my-xl-2 {
    margin-top: .5rem!important;
    margin-bottom: .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: .25rem!important;
}
.mt-xl-2 {
    margin-top: .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: .25rem!important;
}
.me-xl-2 {
    margin-right: .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: .25rem!important;
}
.mb-xl-2 {
    margin-bottom: .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: .25rem!important;
}
.ms-xl-2 {
    margin-left: .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: .25rem!important;
}
.p-xl-2 {
    padding: .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: .25rem!important;
    padding-left: .25rem!important;
}
.px-xl-2 {
    padding-right: .5rem!important;
    padding-left: .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: .25rem!important;
    padding-bottom: .25rem!important;
}
.py-xl-2 {
    padding-top: .5rem!important;
    padding-bottom: .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: .25rem!important;
}
.pt-xl-2 {
    padding-top: .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: .25rem!important;
}
.pe-xl-2 {
    padding-right: .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: .25rem!important;
}
.pb-xl-2 {
    padding-bottom: .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: .25rem!important;
}
.ps-xl-2 {
    padding-left: .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: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
}
.d-xxl-inline-flex {
    display: -webkit-inline-box!important;
    display: -ms-inline-flexbox!important;
    display: inline-flex!important;
}
.d-xxl-none {
    display: none!important;
}
.flex-xxl-fill {
    -webkit-box-flex: 1!important;
    -ms-flex: 1 1 auto!important;
    flex: 1 1 auto!important;
}
.flex-xxl-row {
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: row!important;
    flex-direction: row!important;
}
.flex-xxl-column {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important;
}
.flex-xxl-row-reverse {
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: reverse!important;
    -ms-flex-direction: row-reverse!important;
    flex-direction: row-reverse!important;
}
.flex-xxl-column-reverse {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: reverse!important;
    -ms-flex-direction: column-reverse!important;
    flex-direction: column-reverse!important;
}
.flex-xxl-grow-0 {
    -webkit-box-flex: 0!important;
    -ms-flex-positive: 0!important;
    flex-grow: 0!important;
}
.flex-xxl-grow-1 {
    -webkit-box-flex: 1!important;
    -ms-flex-positive: 1!important;
    flex-grow: 1!important;
}
.flex-xxl-shrink-0 {
    -ms-flex-negative: 0!important;
    flex-shrink: 0!important;
}
.flex-xxl-shrink-1 {
    -ms-flex-negative: 1!important;
    flex-shrink: 1!important;
}
.flex-xxl-wrap {
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important;
}
.flex-xxl-nowrap {
    -ms-flex-wrap: nowrap!important;
    flex-wrap: nowrap!important;
}
.flex-xxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse!important;
    flex-wrap: wrap-reverse!important;
}
.justify-content-xxl-start {
    -webkit-box-pack: start!important;
    -ms-flex-pack: start!important;
    justify-content: flex-start!important;
}
.justify-content-xxl-end {
    -webkit-box-pack: end!important;
    -ms-flex-pack: end!important;
    justify-content: flex-end!important;
}
.justify-content-xxl-center {
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
.justify-content-xxl-between {
    -webkit-box-pack: justify!important;
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
}
.justify-content-xxl-around {
    -ms-flex-pack: distribute!important;
    justify-content: space-around!important;
}
.justify-content-xxl-evenly {
    -webkit-box-pack: space-evenly!important;
    -ms-flex-pack: space-evenly!important;
    justify-content: space-evenly!important;
}
.align-items-xxl-start {
    -webkit-box-align: start!important;
    -ms-flex-align: start!important;
    align-items: flex-start!important;
}
.align-items-xxl-end {
    -webkit-box-align: end!important;
    -ms-flex-align: end!important;
    align-items: flex-end!important;
}
.align-items-xxl-center {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
}
.align-items-xxl-baseline {
    -webkit-box-align: baseline!important;
    -ms-flex-align: baseline!important;
    align-items: baseline!important;
}
.align-items-xxl-stretch {
    -webkit-box-align: stretch!important;
    -ms-flex-align: stretch!important;
    align-items: stretch!important;
}
.align-content-xxl-start {
    -ms-flex-line-pack: start!important;
    align-content: flex-start!important;
}
.align-content-xxl-end {
    -ms-flex-line-pack: end!important;
    align-content: flex-end!important;
}
.align-content-xxl-center {
    -ms-flex-line-pack: center!important;
    align-content: center!important;
}
.align-content-xxl-between {
    -ms-flex-line-pack: justify!important;
    align-content: space-between!important;
}
.align-content-xxl-around {
    -ms-flex-line-pack: distribute!important;
    align-content: space-around!important;
}
.align-content-xxl-stretch {
    -ms-flex-line-pack: stretch!important;
    align-content: stretch!important;
}
.align-self-xxl-auto {
    -ms-flex-item-align: auto!important;
    align-self: auto!important;
}
.align-self-xxl-start {
    -ms-flex-item-align: start!important;
    align-self: flex-start!important;
}
.align-self-xxl-end {
    -ms-flex-item-align: end!important;
    align-self: flex-end!important;
}
.align-self-xxl-center {
    -ms-flex-item-align: center!important;
    align-self: center!important;
}
.align-self-xxl-baseline {
    -ms-flex-item-align: baseline!important;
    align-self: baseline!important;
}
.align-self-xxl-stretch {
    -ms-flex-item-align: stretch!important;
    align-self: stretch!important;
}
.order-xxl-first {
    -webkit-box-ordinal-group: 0!important;
    -ms-flex-order: -1!important;
    order: -1!important;
}
.order-xxl-0 {
    -webkit-box-ordinal-group: 1!important;
    -ms-flex-order: 0!important;
    order: 0!important;
}
.order-xxl-1 {
    -webkit-box-ordinal-group: 2!important;
    -ms-flex-order: 1!important;
    order: 1!important;
}
.order-xxl-2 {
    -webkit-box-ordinal-group: 3!important;
    -ms-flex-order: 2!important;
    order: 2!important;
}
.order-xxl-3 {
    -webkit-box-ordinal-group: 4!important;
    -ms-flex-order: 3!important;
    order: 3!important;
}
.order-xxl-4 {
    -webkit-box-ordinal-group: 5!important;
    -ms-flex-order: 4!important;
    order: 4!important;
}
.order-xxl-5 {
    -webkit-box-ordinal-group: 6!important;
    -ms-flex-order: 5!important;
    order: 5!important;
}
.order-xxl-last {
    -webkit-box-ordinal-group: 7!important;
    -ms-flex-order: 6!important;
    order: 6!important;
}
.m-xxl-0 {
    margin: 0!important;
}
.m-xxl-1 {
    margin: .25rem!important;
}
.m-xxl-2 {
    margin: .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: .25rem!important;
    margin-left: .25rem!important;
}
.mx-xxl-2 {
    margin-right: .5rem!important;
    margin-left: .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: .25rem!important;
    margin-bottom: .25rem!important;
}
.my-xxl-2 {
    margin-top: .5rem!important;
    margin-bottom: .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: .25rem!important;
}
.mt-xxl-2 {
    margin-top: .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: .25rem!important;
}
.me-xxl-2 {
    margin-right: .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: .25rem!important;
}
.mb-xxl-2 {
    margin-bottom: .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: .25rem!important;
}
.ms-xxl-2 {
    margin-left: .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: .25rem!important;
}
.p-xxl-2 {
    padding: .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: .25rem!important;
    padding-left: .25rem!important;
}
.px-xxl-2 {
    padding-right: .5rem!important;
    padding-left: .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: .25rem!important;
    padding-bottom: .25rem!important;
}
.py-xxl-2 {
    padding-top: .5rem!important;
    padding-bottom: .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: .25rem!important;
}
.pt-xxl-2 {
    padding-top: .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: .25rem!important;
}
.pe-xxl-2 {
    padding-right: .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: .25rem!important;
}
.pb-xxl-2 {
    padding-bottom: .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: .25rem!important;
}
.ps-xxl-2 {
    padding-left: .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: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
}
.d-print-inline-flex {
    display: -webkit-inline-box!important;
    display: -ms-inline-flexbox!important;
    display: inline-flex!important;
}
.d-print-none {
    display: none!important;
}
}@font-face {
    font-family: lg;
    src: url(../fonts/lg.woff2?io9a6k) format("woff2"), url(../fonts/lg.ttf?io9a6k) format("truetype"), url(../fonts/lg.woff?io9a6k) format("woff"), url(../fonts/lg.svg?io9a6k#lg) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: block;
}
.lg-icon {
    font-family: lg!important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.lg-container {
    font-family: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', 'Liberation Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'}
.lg-next, .lg-prev {
    background-color: rgba(0, 0, 0, .45);
    border-radius: 2px;
    color: #999;
    cursor: pointer;
    display: block;
    font-size: 22px;
    margin-top: -10px;
    padding: 8px 10px 9px;
    position: absolute;
    top: 50%;
    z-index: 1080;
    outline: 0;
    border: 0;
}
.lg-next.disabled, .lg-prev.disabled {
    opacity: 0!important;
    cursor: default;
}
.lg-next:hover:not(.disabled), .lg-prev:hover:not(.disabled) {
    color: #fff;
}
.lg-single-item .lg-next, .lg-single-item .lg-prev {
    display: none;
}
.lg-next {
    right: 20px;
}
.lg-next:before {
    content: '\e095'}
.lg-prev {
    left: 20px;
}
.lg-prev:after {
    content: '\e094'}
@-webkit-keyframes lg-right-end {
    0% {
    left: 0;
}
50% {
    left: -30px;
}
100% {
    left: 0;
}
}@keyframes lg-right-end {
    0% {
    left: 0;
}
50% {
    left: -30px;
}
100% {
    left: 0;
}
}@-webkit-keyframes lg-left-end {
    0% {
    left: 0;
}
50% {
    left: 30px;
}
100% {
    left: 0;
}
}@keyframes lg-left-end {
    0% {
    left: 0;
}
50% {
    left: 30px;
}
100% {
    left: 0;
}
}.lg-outer.lg-right-end .lg-object {
    -webkit-animation: lg-right-end .3s;
    animation: lg-right-end .3s;
    position: relative;
}
.lg-outer.lg-left-end .lg-object {
    -webkit-animation: lg-left-end .3s;
    animation: lg-left-end .3s;
    position: relative;
}
.lg-toolbar {
    z-index: 1082;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%}
.lg-media-overlap .lg-toolbar {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .4)));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .4));
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, .4));
}
.lg-toolbar .lg-icon {
    color: #999;
    cursor: pointer;
    float: right;
    font-size: 24px;
    height: 47px;
    line-height: 27px;
    padding: 10px 0;
    text-align: center;
    width: 50px;
    text-decoration: none!important;
    outline: medium none;
    will-change: color;
    -webkit-transition: color .2s linear;
    -o-transition: color .2s linear;
    transition: color .2s linear;
    background: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.lg-toolbar .lg-icon.lg-icon-18 {
    font-size: 18px;
}
.lg-toolbar .lg-icon:hover {
    color: #fff;
}
.lg-toolbar .lg-close:after {
    content: '\e070'}
.lg-toolbar .lg-maximize {
    font-size: 22px;
}
.lg-toolbar .lg-maximize:after {
    content: '\e90a'}
.lg-toolbar .lg-download:after {
    content: '\e0f2'}
.lg-sub-html {
    color: #eee;
    font-size: 16px;
    padding: 10px 40px;
    text-align: center;
    z-index: 1080;
    opacity: 0;
    -webkit-transition: opacity .2s ease-out 0;
    -o-transition: opacity .2s ease-out 0;
    transition: opacity .2s ease-out 0;
}
.lg-sub-html h4 {
    margin: 0;
    font-size: 13px;
    font-weight: 700;
}
.lg-sub-html p {
    font-size: 12px;
    margin: 5px 0 0;
}
.lg-sub-html a {
    color: inherit;
}
.lg-sub-html a:hover {
    text-decoration: underline;
}
.lg-media-overlap .lg-sub-html {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .6)));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .6));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, .6));
}
.lg-item .lg-sub-html {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}
.lg-error-msg {
    font-size: 14px;
    color: #999;
}
.lg-counter {
    color: #999;
    display: inline-block;
    font-size: 16px;
    padding-left: 20px;
    padding-top: 12px;
    height: 47px;
    vertical-align: middle;
}
.lg-closing .lg-next, .lg-closing .lg-prev, .lg-closing .lg-sub-html, .lg-closing .lg-toolbar {
    opacity: 0;
    -webkit-transition: -webkit-transform .08 cubic-bezier(0, 0, .25, 1) 0s, opacity .08 cubic-bezier(0, 0, .25, 1) 0s, color .08 linear;
    -o-transition: -o-transform .08 cubic-bezier(0, 0, .25, 1) 0s, opacity .08 cubic-bezier(0, 0, .25, 1) 0s, color .08 linear;
    -webkit-transition: opacity .08 cubic-bezier(0, 0, .25, 1) 0s, color .08 linear, -webkit-transform .08 cubic-bezier(0, 0, .25, 1) 0;
    transition: opacity .08 cubic-bezier(0, 0, .25, 1) 0s, color .08 linear, -webkit-transform .08 cubic-bezier(0, 0, .25, 1) 0;
    -o-transition: transform .08 cubic-bezier(0, 0, .25, 1) 0s, opacity .08 cubic-bezier(0, 0, .25, 1) 0s, color .08 linear;
    transition: transform .08 cubic-bezier(0, 0, .25, 1) 0s, opacity .08 cubic-bezier(0, 0, .25, 1) 0s, color .08 linear;
    transition: transform .08 cubic-bezier(0, 0, .25, 1) 0s, opacity .08 cubic-bezier(0, 0, .25, 1) 0s, color .08 linear, -webkit-transform .08 cubic-bezier(0, 0, .25, 1) 0;
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-img-wrap, body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-video-cont {
    opacity: 0;
    -ms-transform: scale3d(.5, .5, .5);
    -webkit-transform: scale3d(.5, .5, .5);
    transform: scale3d(.5, .5, .5);
    will-change: transform, opacity;
    -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, .25, 1) 0s, opacity 250ms cubic-bezier(0, 0, .25, 1)!important;
    -o-transition: -o-transform 250ms cubic-bezier(0, 0, .25, 1) 0s, opacity 250ms cubic-bezier(0, 0, .25, 1)!important;
    -webkit-transition: opacity 250ms cubic-bezier(0, 0, .25, 1), -webkit-transform 250ms cubic-bezier(0, 0, .25, 1) 0!important;
    transition: opacity 250ms cubic-bezier(0, 0, .25, 1), -webkit-transform 250ms cubic-bezier(0, 0, .25, 1) 0!important;
    -o-transition: transform 250ms cubic-bezier(0, 0, .25, 1) 0s, opacity 250ms cubic-bezier(0, 0, .25, 1)!important;
    transition: transform 250ms cubic-bezier(0, 0, .25, 1) 0s, opacity 250ms cubic-bezier(0, 0, .25, 1)!important;
    transition: transform 250ms cubic-bezier(0, 0, .25, 1) 0s, opacity 250ms cubic-bezier(0, 0, .25, 1), -webkit-transform 250ms cubic-bezier(0, 0, .25, 1) 0!important;
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-img-wrap, body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-video-cont {
    opacity: 1;
    -ms-transform: scale3d(1, 1, 1);
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
.lg-group:after {
    content: '';
    display: table;
    clear: both;
}
.lg-container {
    display: none;
    outline: 0;
}
.lg-container.lg-show {
    display: block;
}
.lg-on {
    scroll-behavior: unset;
}
.lg-hide-sub-html .lg-sub-html, .lg-next, .lg-pager-outer, .lg-prev, .lg-toolbar {
    opacity: 0;
    will-change: transform, opacity;
    -webkit-transition: -webkit-transform .25s cubic-bezier(0, 0, .25, 1) 0s, opacity .25s cubic-bezier(0, 0, .25, 1) 0;
    -o-transition: -o-transform .25s cubic-bezier(0, 0, .25, 1) 0s, opacity .25s cubic-bezier(0, 0, .25, 1) 0;
    -webkit-transition: opacity .25s cubic-bezier(0, 0, .25, 1) 0s, -webkit-transform .25s cubic-bezier(0, 0, .25, 1) 0;
    transition: opacity .25s cubic-bezier(0, 0, .25, 1) 0s, -webkit-transform .25s cubic-bezier(0, 0, .25, 1) 0;
    -o-transition: transform .25s cubic-bezier(0, 0, .25, 1) 0s, opacity .25s cubic-bezier(0, 0, .25, 1) 0;
    transition: transform .25s cubic-bezier(0, 0, .25, 1) 0s, opacity .25s cubic-bezier(0, 0, .25, 1) 0;
    transition: transform .25s cubic-bezier(0, 0, .25, 1) 0s, opacity .25s cubic-bezier(0, 0, .25, 1) 0s, -webkit-transform .25s cubic-bezier(0, 0, .25, 1) 0;
}
.lg-show-in .lg-next, .lg-show-in .lg-pager-outer, .lg-show-in .lg-prev, .lg-show-in .lg-toolbar {
    opacity: 1;
}
.lg-show-in.lg-hide-sub-html .lg-sub-html {
    opacity: 1;
}
.lg-show-in .lg-hide-items .lg-prev {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
}
.lg-show-in .lg-hide-items .lg-next {
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
}
.lg-show-in .lg-hide-items .lg-toolbar {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
}
.lg-show-in .lg-hide-items.lg-hide-sub-html .lg-sub-html {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
}
.lg-outer {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    text-align: left;
    opacity: .001;
    outline: 0;
    will-change: auto;
    overflow: hidden;
    -webkit-transition: opacity .15s ease 0;
    -o-transition: opacity .15s ease 0;
    transition: opacity .15s ease 0;
}
.lg-outer * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.lg-outer.lg-zoom-from-image {
    opacity: 1;
}
.lg-outer.lg-visible {
    opacity: 1;
}
.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-current, .lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-next-slide, .lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-prev-slide {
    -webkit-transition-duration: inherit!important;
    -o-transition-duration: inherit!important;
    transition-duration: inherit!important;
    -webkit-transition-timing-function: inherit!important;
    -o-transition-timing-function: inherit!important;
    transition-timing-function: inherit!important;
}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-current, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide {
    -webkit-transition-duration: 0!important;
    -o-transition-duration: 0!important;
    transition-duration: 0!important;
    opacity: 1;
}
.lg-outer.lg-grab img.lg-object {
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}
.lg-outer.lg-grabbing img.lg-object {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing;
}
.lg-outer .lg-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.lg-outer .lg-inner {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    -webkit-transition: opacity 0;
    -o-transition: opacity 0;
    transition: opacity 0;
    white-space: nowrap;
}
.lg-outer .lg-item {
    will-change: transform, opacity;
    display: none!important;
}
.lg-outer .lg-item:not(.lg-start-end-progress) {
    background: url(../images/loading.gif) no-repeat scroll center center transparent;
}
.lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide, .lg-outer.lg-css3 .lg-prev-slide {
    display: inline-block!important;
}
.lg-outer.lg-css .lg-current {
    display: inline-block!important;
}
.lg-outer .lg-img-wrap, .lg-outer .lg-item {
    display: inline-block;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%}
.lg-outer .lg-img-wrap:before, .lg-outer .lg-item:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.lg-outer .lg-img-wrap {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    white-space: nowrap;
    font-size: 0;
}
.lg-outer .lg-item.lg-complete {
    background-image: none;
}
.lg-outer .lg-item.lg-current {
    z-index: 1060;
}
.lg-outer .lg-object {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    position: relative;
}
.lg-outer .lg-empty-html .lg-sub-html, .lg-outer .lg-empty-html.lg-sub-html {
    display: none;
}
.lg-outer.lg-hide-download .lg-download {
    opacity: .75;
    pointer-events: none;
}
.lg-outer .lg-first-slide .lg-dummy-img {
    position: absolute;
    top: 50%;
    left: 50%}
.lg-outer.lg-components-open:not(.lg-zoomed) .lg-components {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
}
.lg-outer.lg-components-open:not(.lg-zoomed) .lg-sub-html {
    opacity: 1;
    -webkit-transition: opacity .2s ease-out .15s;
    -o-transition: opacity .2s ease-out .15s;
    transition: opacity .2s ease-out .15s;
}
.lg-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1040;
    background-color: #000;
    opacity: 0;
    will-change: auto;
    -webkit-transition: opacity 333ms ease-in 0;
    -o-transition: opacity 333ms ease-in 0;
    transition: opacity 333ms ease-in 0;
}
.lg-backdrop.in {
    opacity: 1;
}
.lg-css3.lg-no-trans .lg-current, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-prev-slide {
    -webkit-transition: none 0 ease 0!important;
    -o-transition: none 0 ease 0!important;
    transition: none 0 ease 0!important;
}
.lg-css3.lg-use-css3 .lg-item {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.lg-css3.lg-fade .lg-item {
    opacity: 0;
}
.lg-css3.lg-fade .lg-item.lg-current {
    opacity: 1;
}
.lg-css3.lg-fade .lg-item.lg-current, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-prev-slide {
    -webkit-transition: opacity .1s ease 0;
    -o-transition: opacity .1s ease 0;
    transition: opacity .1s ease 0;
}
.lg-css3.lg-use-css3 .lg-item.lg-start-progress {
    -webkit-transition: -webkit-transform 1s cubic-bezier(.175, .885, .32, 1.275) 0;
    -o-transition: -o-transform 1s cubic-bezier(.175, .885, .32, 1.275) 0;
    transition: -webkit-transform 1s cubic-bezier(.175, .885, .32, 1.275) 0;
    -o-transition: transform 1s cubic-bezier(.175, .885, .32, 1.275) 0;
    transition: transform 1s cubic-bezier(.175, .885, .32, 1.275) 0;
    transition: transform 1s cubic-bezier(.175, .885, .32, 1.275) 0s, -webkit-transform 1s cubic-bezier(.175, .885, .32, 1.275) 0;
}
.lg-css3.lg-use-css3 .lg-item.lg-start-end-progress {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, .25, 1) 0;
    transition: -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0;
    -o-transition: transform 1s cubic-bezier(0, 0, .25, 1) 0;
    transition: transform 1s cubic-bezier(0, 0, .25, 1) 0;
    transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item {
    opacity: 0;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0;
    -webkit-transition: opacity .1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0;
    transition: opacity .1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0;
    -o-transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0;
    transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0;
    transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0;
}
.lg-container {
    display: none;
}
.lg-container.lg-show {
    display: block;
}
.lg-container.lg-dragging-vertical .lg-backdrop {
    -webkit-transition-duration: 0!important;
    -o-transition-duration: 0!important;
    transition-duration: 0!important;
}
.lg-container.lg-dragging-vertical .lg-css3 .lg-item.lg-current {
    -webkit-transition-duration: 0!important;
    -o-transition-duration: 0!important;
    transition-duration: 0!important;
    opacity: 1;
}
.lg-inline .lg-backdrop, .lg-inline .lg-outer {
    position: absolute;
}
.lg-inline .lg-backdrop {
    z-index: 1;
}
.lg-inline .lg-outer {
    z-index: 2;
}
.lg-inline .lg-maximize:after {
    content: '\e909'}
.lg-components {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    will-change: transform;
    -webkit-transition: -webkit-transform .35s ease-out 0;
    -o-transition: -o-transform .35s ease-out 0;
    transition: -webkit-transform .35s ease-out 0;
    -o-transition: transform .35s ease-out 0;
    transition: transform .35s ease-out 0;
    transition: transform .35s ease-out 0s, -webkit-transform .35s ease-out 0;
    z-index: 1080;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}
.btn {
    border-radius: 26px;
    display: inline-block;
    font-size: .9375em;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    font-stretch: condensed;
    line-height: 1.86;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    padding: 12px 16px 8px;
    border: 2px solid transparent;
    outline: 0;
    cursor: pointer;
    background-color: #ff5e1d;
    max-width: 187px;
    width: 100%;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.btn:hover {
    background-color: #db3f00;
}
.btn-error {
    border-radius: 26px;
    font-size: .875em;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fb7a00), to(#f85700));
    background-image: -o-linear-gradient(top, #fb7a00, #f85700);
    background-image: linear-gradient(to bottom, #fb7a00, #f85700);
    color: #fff;
    border: 0;
    line-height: normal;
    display: inline-block;
    padding: 11px 28px;
    cursor: pointer;
    outline: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.btn-error:hover {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#fb7a00), to(#f85700));
    background-image: -o-linear-gradient(bottom, #fb7a00, #f85700);
    background-image: linear-gradient(to top, #fb7a00, #f85700);
}
.btn-c {
    background-image: -webkit-gradient(linear, left top, right top, from(#27b9a1), color-stop(97%, #09dda9));
    background-image: -o-linear-gradient(left, #27b9a1 0, #09dda9 97%);
    background-image: linear-gradient(to right, #27b9a1 0, #09dda9 97%);
}
.btn-c:hover {
    -webkit-animation: hoverButton .5s ease-out 1;
    animation: hoverButton .5s ease-out 1;
    background-image: -webkit-gradient(linear, left top, right top, from(#09dda9), color-stop(97%, #27b9a1));
    background-image: -o-linear-gradient(left, #09dda9 0, #27b9a1 97%);
    background-image: linear-gradient(to right, #09dda9 0, #27b9a1 97%);
}
.btn-border {
    padding: 11px 33px 9px;
    border-color: #fff;
    background-color: transparent;
    text-transform: uppercase;
    color: #fff;
    font-size: 1em;
    text-align: center;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.btn-border:hover {
    color: #fff;
    background-color: #0e2b5c;
}
.btn-white {
    background-color: #fff;
    color: #000;
}
.btn-white:hover {
    color: #fff;
    background-color: #000;
    border-color: #fff;
}
.btn-arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@-webkit-keyframes hoverButton {
    0% {
    background-image: -webkit-gradient(linear, left top, right top, from(#27b9a1), color-stop(97%, #09dda9));
    background-image: linear-gradient(to right, #27b9a1 0, #09dda9 97%);
}
10% {
    background-image: -webkit-gradient(linear, left top, right top, from(#09dda9), color-stop(17%, #27b9a1));
    background-image: linear-gradient(to right, #09dda9 0, #27b9a1 17%);
}
20% {
    background-image: -webkit-gradient(linear, left top, right top, from(#09dda9), color-stop(27%, #27b9a1));
    background-image: linear-gradient(to right, #09dda9 0, #27b9a1 27%);
}
30% {
    background-image: -webkit-gradient(linear, left top, right top, from(#09dda9), color-stop(37%, #27b9a1));
    background-image: linear-gradient(to right, #09dda9 0, #27b9a1 37%);
}
40% {
    background-image: -webkit-gradient(linear, left top, right top, from(#09dda9), color-stop(47%, #27b9a1));
    background-image: linear-gradient(to right, #09dda9 0, #27b9a1 47%);
}
50% {
    background-image: -webkit-gradient(linear, left top, right top, from(#09dda9), color-stop(57%, #27b9a1));
    background-image: linear-gradient(to right, #09dda9 0, #27b9a1 57%);
}
60% {
    background-image: -webkit-gradient(linear, left top, right top, from(#09dda9), color-stop(67%, #27b9a1));
    background-image: linear-gradient(to right, #09dda9 0, #27b9a1 67%);
}
70% {
    background-image: -webkit-gradient(linear, left top, right top, from(#09dda9), color-stop(77%, #27b9a1));
    background-image: linear-gradient(to right, #09dda9 0, #27b9a1 77%);
}
80% {
    background-image: -webkit-gradient(linear, left top, right top, from(#09dda9), color-stop(87%, #27b9a1));
    background-image: linear-gradient(to right, #09dda9 0, #27b9a1 87%);
}
90% {
    background-image: -webkit-gradient(linear, left top, right top, from(#09dda9), color-stop(97%, #27b9a1));
    background-image: linear-gradient(to right, #09dda9 0, #27b9a1 97%);
}
100% {
    background-image: -webkit-gradient(linear, left top, right top, from(#09dda9), color-stop(97%, #27b9a1));
    background-image: linear-gradient(to right, #09dda9 0, #27b9a1 97%);
}
}@keyframes hoverButton {
    0% {
    background-image: -webkit-gradient(linear, left top, right top, from(#27b9a1), color-stop(97%, #09dda9));
    background-image: -o-linear-gradient(left, #27b9a1 0, #09dda9 97%);
    background-image: linear-gradient(to right, #27b9a1 0, #09dda9 97%);
}
10% {
    background-image: -webkit-gradient(linear, left top, right top, from(#09dda9), color-stop(17%, #27b9a1));
    background-image: -o-linear-gradient(left, #09dda9 0, #27b9a1 17%);
    background-image: linear-gradient(to right, #09dda9 0, #27b9a1 17%);
}
20% {
    background-image: -webkit-gradient(linear, left top, right top, from(#09dda9), color-stop(27%, #27b9a1));
    background-image: -o-linear-gradient(left, #09dda9 0, #27b9a1 27%);
    background-image: linear-gradient(to right, #09dda9 0, #27b9a1 27%);
}
30% {
    background-image: -webkit-gradient(linear, left top, right top, from(#09dda9), color-stop(37%, #27b9a1));
    background-image: -o-linear-gradient(left, #09dda9 0, #27b9a1 37%);
    background-image: linear-gradient(to right, #09dda9 0, #27b9a1 37%);
}
40% {
    background-image: -webkit-gradient(linear, left top, right top, from(#09dda9), color-stop(47%, #27b9a1));
    background-image: -o-linear-gradient(left, #09dda9 0, #27b9a1 47%);
    background-image: linear-gradient(to right, #09dda9 0, #27b9a1 47%);
}
50% {
    background-image: -webkit-gradient(linear, left top, right top, from(#09dda9), color-stop(57%, #27b9a1));
    background-image: -o-linear-gradient(left, #09dda9 0, #27b9a1 57%);
    background-image: linear-gradient(to right, #09dda9 0, #27b9a1 57%);
}
60% {
    background-image: -webkit-gradient(linear, left top, right top, from(#09dda9), color-stop(67%, #27b9a1));
    background-image: -o-linear-gradient(left, #09dda9 0, #27b9a1 67%);
    background-image: linear-gradient(to right, #09dda9 0, #27b9a1 67%);
}
70% {
    background-image: -webkit-gradient(linear, left top, right top, from(#09dda9), color-stop(77%, #27b9a1));
    background-image: -o-linear-gradient(left, #09dda9 0, #27b9a1 77%);
    background-image: linear-gradient(to right, #09dda9 0, #27b9a1 77%);
}
80% {
    background-image: -webkit-gradient(linear, left top, right top, from(#09dda9), color-stop(87%, #27b9a1));
    background-image: -o-linear-gradient(left, #09dda9 0, #27b9a1 87%);
    background-image: linear-gradient(to right, #09dda9 0, #27b9a1 87%);
}
90% {
    background-image: -webkit-gradient(linear, left top, right top, from(#09dda9), color-stop(97%, #27b9a1));
    background-image: -o-linear-gradient(left, #09dda9 0, #27b9a1 97%);
    background-image: linear-gradient(to right, #09dda9 0, #27b9a1 97%);
}
100% {
    background-image: -webkit-gradient(linear, left top, right top, from(#09dda9), color-stop(97%, #27b9a1));
    background-image: -o-linear-gradient(left, #09dda9 0, #27b9a1 97%);
    background-image: linear-gradient(to right, #09dda9 0, #27b9a1 97%);
}
}* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
:after, :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
body, html {
    height: 100%}
body {
    font-size: 16px;
    min-width: 320px;
    position: relative;
    line-height: 1.65;
    overflow-x: hidden;
    opacity: 1;
    font-family: 'Roboto Condensed', sans-serif;
    font-stretch: condensed;
    font-weight: 300;
    font-stretch: condensed;
    color: #000;
    background: #f5f5f5;
    max-width: 1623px;
    margin: 0 auto;
}
footer.cookie {
    margin-bottom: 130px;
}
h1 {
    font-size: 4.0625em;
    font-weight: 400;
    font-stretch: condensed;
    text-transform: uppercase;
    font-style: normal;
    line-height: 1;
    color: #fff;
    margin-bottom: 38px;
}
h1 span {
    color: #ff5e1d;
}
h1+p {
    font-size: 1.5625em;
    font-weight: 300;
    font-family: 'Roboto Condensed', sans-serif;
    font-stretch: condensed;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    margin-bottom: 35px;
}
h2.title {
    font-size: 4.0625em;
    font-weight: 400;
    font-stretch: condensed;
    font-style: normal;
    line-height: 1;
    letter-spacing: 1px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    max-width: 995px;
    margin: 0 auto 39px;
}
h2.title span {
    color: #ff5e1d;
}
h3, span.h3 {
    font-size: 2.8125em;
    font-weight: 200;
    line-height: 45px;
    margin-top: 25px;
    display: block;
    margin-bottom: 34px;
}
h2.stitle,
h3.title {
    font-size: 2.8125em;
    font-weight: 400;
    font-stretch: condensed;
    font-style: normal;
    line-height: 1.11;
    letter-spacing: normal;
    text-align: center;
    color: #000;
    max-width: 925px;
    margin: 0 auto 30px;
}
h2.stitle span,
h3.title span {
    color: #ff5e1d;
}
h2.stitle+p,
h3.title+p {
    font-size: 20px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    max-width: 875px;
    margin: 0 auto;
}
h3.title-green {
    font-size: 20px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #36a59d;
    margin-bottom: 16px;
}
span.h4 {
    font-size: 2.81em;
    line-height: 1.11;
    font-weight: 200;
    margin: 0;
    display: block;
}
p {
    font-family: Roboto, sans-serif;
    font-size: 1.25em;
    font-weight: 300;
    line-height: 1.45;
    text-align: left;
    color: #171717;
    margin: 0;
    margin-bottom: 23px;
}
ul {
    list-style: none;
}
img {
    max-width: 100%;
    max-height: 100%}
a {
    text-decoration: none;
}
b {
    font-weight: 600;
}
form input::-webkit-input-placeholder {
    color: #000;
}
form input::-moz-placeholder {
    color: #000;
}
form input:-ms-input-placeholder {
    color: #000;
}
form input:-moz-placeholder {
    color: #000;
}
form textarea::-webkit-input-placeholder {
    color: #000;
}
form textarea::-moz-placeholder {
    color: #000;
}
form textarea:-ms-input-placeholder {
    color: #000;
}
form textarea:-moz-placeholder {
    color: #000;
}
form input.error, form textarea.error {
    -webkit-box-shadow: 0 0 0 2px #b21c1c;
    box-shadow: 0 0 0 2px #b21c1c;
}
form input:not([type=checkbox]), form textarea {
    background: #fff;
    font-size: .875em;
    border: 0;
    border-radius: 0;
    width: 100%;
    font-weight: 400;
    display: block;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.86;
    letter-spacing: normal;
    color: #00252c;
}
form input:not([type=checkbox]) {
    padding: 17px 20px 9px;
    margin-bottom: 26px;
}
form textarea {
    padding: 16px 19px;
    margin-bottom: 8px;
    min-height: 91px;
    resize: none;
}
form label {
    padding-left: 23px;
    display: block;
    color: #000;
}
form label a {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    color: #000;
    text-decoration: underline;
}
form label a:hover {
    color: #fff;
}
form input[type=checkbox].error+.position-relative {
    color: #fff;
}
form input[type=checkbox].error+.position-relative:before {
    -webkit-box-shadow: 0 0 0 2px #fff;
    box-shadow: 0 0 0 2px #fff;
}
form input[type=checkbox].error+.position-relative a {
    color: #fff;
}
form input[type=checkbox]+.position-relative {
    font-size: .875em;
}
form input[type=checkbox]+.position-relative:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    height: 14px;
    background: #fff;
    margin-right: 10px;
    position: absolute;
    top: 2px;
    left: 0;
}
form input[type=checkbox]:checked+.position-relative:after {
    content: '\2713';
    position: absolute;
    top: 0;
    left: 1px;
}
form button[type=submit], form input[type=submit] {
    background: #000;
    font-size: .875em;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    border-radius: 26px;
    min-width: 132px;
    height: 39px;
    padding: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
form button[type=submit]:hover, form input[type=submit]:hover {
    cursor: pointer;
    border: solid 2px #fff;
    background-color: #fff;
    color: #000;
}
form label {
    position: relative;
}
form .field {
    position: relative;
}
form .field label.error {
    position: absolute;
    bottom: 0;
    padding: 0;
    color: #fff;
    font-size: 14px;
    margin-top: 5px;
}
form .field .group {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 26px;
    -moz-column-gap: 26px;
    column-gap: 26px;
}
form .field .group>div {
    width: calc(50% - 13px);
    position: relative;
}
form .field.checkbox {
    font-size: .875em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 18px;
}
form .field.checkbox .left {
    position: relative;
    top: 18px;
}
form .field.checkbox label {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
}
form .field.checkbox label:hover {
    cursor: pointer;
}
form .field.checkbox label input[type=checkbox] {
    margin: 0;
    margin-right: 10px;
}
form .field.checkbox label span {
    display: inline-block;
    margin-right: 5px;
}
form .field.checkbox label a {
    color: #fff;
}
form .field.checkbox label a:hover {
    text-decoration: none;
}
form .field.checkbox label+label {
    margin-top: 14px;
}
form .field.checkbox label label.error {
    bottom: -21px;
}
form button[type=submit] {
    padding: 5px 15px;
    width: 132px;
}
table {
    text-align: center;
    border: 1px solid #d0d0d0;
    padding: 0;
    margin: 0 0 36px;
    width: 100%}
table thead th {
    background-color: #36a59d;
    font-size: 18px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.85;
    letter-spacing: normal;
    color: #fff;
    padding: 11px 5px 9px;
    text-align: center;
    text-transform: uppercase;
    border-right: 1px solid #d0d0d0;
    border-bottom: 1px solid #d0d0d0;
    width: 188px;
}
table thead th:last-child {
    border-right: 0;
}
table tbody tr:last-child td {
    border-bottom: 0;
}
table tbody td {
    font-size: 18px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.85;
    letter-spacing: normal;
    color: #00252c;
    text-align: center;
    padding: 10px 5px;
    border-right: 1px solid #d0d0d0;
    border-bottom: 1px solid #d0d0d0;
}
table tbody td:last-child {
    border-right: 0;
}
.tabs .item {
    background-color: #fff;
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, .27);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .27);
    border-radius: 5px;
    margin-bottom: 26px;
}
.tabs .item:last-child {
    margin-bottom: 0;
}
.tabs_title {
    font-size: 1.375em;
    font-weight: 400;
    font-stretch: condensed;
    font-style: normal;
    line-height: 1.36;
    letter-spacing: normal;
    color: #000;
    margin: 0;
    padding: 20px 33px 16px 17px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.tabs_title:hover {
    cursor: pointer;
    color: #fd7e14;
}
.tabs_title span {
    font-size: 28px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: .89;
    letter-spacing: normal;
    color: #fd7e14;
}
.tabs_title.active {
    color: #fd7e14;
}
.tabs_title.active~.tabs_content {
    display: block;
}
.tabs_content {
    display: none;
    padding: 0 33px 16px 17px;
}
.tabs_content p {
    font-size: 18px;
}
.tabs_content p:last-child {
    margin: 0;
}
.tabs_content ul {
    list-style: disc;
    font-size: 18px;
}
.block-btn-menu {
    width: 34px;
    height: 24px;
    line-height: 0;
    font-size: 0;
    position: relative;
}
.block-btn-menu.active {
    height: 34px;
}
.block-btn-menu.active .line {
    position: absolute;
    top: 50%}
.block-btn-menu.active .line:first-child {
    display: none;
}
.block-btn-menu.active .line:nth-child(2) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.block-btn-menu.active .line:last-child {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.block-btn-menu .line {
    display: inline-block;
    width: 34px;
    height: 3px;
    border-radius: 2px;
    background-color: #fff;
    margin: 0 auto;
    margin-bottom: 7px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.block-btn-menu .line:last-child {
    margin-bottom: 0;
}
.slick-next, .slick-prev {
    display: none!important;
}
.mobile-popup-menu {
    display: none;
}
.mobile.fixed-button {
    display: none;
}
.display-mobile, .mobile {
    display: none;
}
.social {
    padding: 0;
    list-style: none;
    font-size: 0;
}
.social li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 22px;
}
.social li:last-child {
    margin-right: 0;
}
.lg-outer .lg-content {
    max-width: 1315px;
    margin: 0 auto;
}
.lg-outer .lg-item {
    max-width: calc(100% - 200px);
    margin: 0 auto;
    left: 0;
    right: 0;
}
.lg-content .lg-next, .lg-content .lg-prev {
    padding: 0;
    font-size: 0;
    background: 0;
}
.lg-content .lg-next::after, .lg-content .lg-prev::after {
    content: none;
}
.lg-content .lg-next::before, .lg-content .lg-prev::before {
    content: '';
    display: block;
    background: url(../img/sprite/spritesheet.png) no-repeat -76px -63px;
    width: 29px;
    height: 59px;
}
.lg-content .lg-next::before {
    background-position: -105px -63px;
}
.lg-backdrop {
    background: rgba(0, 0, 0, .9);
}
.lg-has-thumb .lg-toolbar+.lg-components {
    display: none!important;
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
.text-center {
    text-align: center;
}
.rounded-circle {
    border-radius: 20px!important;
}
.position-relative {
    position: relative;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.text-left {
    text-align: left;
}
.col-offset-1 {
    padding-left: 8.3333%}
.animation-border {
    -webkit-animation: pulse-border 1.5s ease-out infinite;
    animation: pulse-border 1.5s ease-out infinite;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
@-webkit-keyframes pulse-border {
    0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
}
100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.7);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.7);
    opacity: 0;
}
}@keyframes pulse-border {
    0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
}
100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.7);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.7);
    opacity: 0;
}
}.icon {
    background-image: url(../img/sprite/sprite-pc.webp);
    background-repeat: no-repeat;
    display: inline-block;
}
.icon.icon-logotype-white {
    width: 149px;
    height: 47px;
    background-position: -2px -55px;
}
.icon.icon-logotype-black {
    width: 149px;
    height: 47px;
    background-position: -2px -4px;
}
.icon.icon-secure {
    width: 72px;
    height: 72px;
    background-position: 7px -102px;
}
.icon.icon-eco {
    width: 58px;
    height: 62px;
    background-position: -64px -102px;
}
.icon.icon-proff {
    width: 62px;
    height: 72px;
    background-position: -125px -102px;
}
.icon.icon-pers {
    width: 74px;
    height: 46px;
    background-position: -189px -106px;
}
.icon.icon-hdd {
    width: 55px;
    height: 69px;
    background-position: -75px -182px;
}
.icon.icon-extention {
    width: 55px;
    height: 76px;
    background-position: -14px -184px;
}
.icon.icon-serv {
    width: 68px;
    height: 68px;
    background-position: -134px -182px;
}
.icon.icon-arrow-right-white {
    width: 48px;
    height: 30px;
    background-position: -151px -72px;
}
.icon.icon-google {
    width: 40px;
    height: 40px;
    background-position: -203px -182px;
}
.icon.icon-star {
    width: 16px;
    height: 16px;
    background-position: -245px -182px;
}
.icon.icon-instagram {
    width: 20px;
    height: 19px;
    background-position: -12px -269px;
}
.icon.icon-linkedin {
    width: 20px;
    height: 19px;
    background-position: -177px -269px;
}
@media (max-width: 991px){
.icon.icon-linkedin {
    width: 21px;
    height: 23px;
    background-position: -144px -217px;
}
}
.icon.icon-facebook {
    width: 8px;
    height: 17px;
    background-position: 0 -270px;
}
.icon.icon-footer-logo {
    width: 130px;
    height: 61px;
    background-position: -46px -269px;
}
@media(max-width:991px) {
    .icon {
    background-image: url(../img/sprite/sprite-mob.webp);
}
.icon.icon-logotype-white {
    width: 123px;
    height: 40px;
    background-position: -6px -3px;
}
.icon.icon-logotype-black {
    width: 123px;
    height: 40px;
    background-position: -6px -43px;
}
.icon.icon-secure {
    width: 51px;
    height: 60px;
    background-position: -5px -85px;
}
.icon.icon-eco {
    width: 48px;
    height: 54px;
    background-position: -58px -92px;
}
.icon.icon-proff {
    width: 56px;
    height: 64px;
    background-position: -110px -86px;
}
.icon.icon-pers {
    width: 74px;
    height: 43px;
    background-position: -168px -100px;
}
.icon.icon-hdd {
    width: 50px;
    height: 66px;
    background-position: -6px -146px;
}
.icon.icon-extention {
    width: 48px;
    height: 66px;
    background-position: -64px -154px;
}
.icon.icon-serv {
    width: 64px;
    height: 63px;
    background-position: -112px -154px;
}
.icon.icon-arrow-right-white {
    width: 19px;
    height: 13px;
    background-position: -93px -223px;
}
.icon.icon-google {
    width: 41px;
    height: 42px;
    background-position: -34px -221px;
}
.icon.icon-star {
    width: 16px;
    height: 16px;
    background-position: -76px -225px;
}
.icon.icon-phone {
    width: 24px;
    height: 24px;
    background-position: -157px -7px;
}
.icon.icon-phone.black {
    background-position: -157px -31px;
}
.icon.icon-phone.orange {
    background-position: -10px -216px;
}
.icon.icon-whatsapp {
    width: 28px;
    height: 28px;
    background-position: -129px -7px;
}
.icon.icon-whatsapp.black {
    background-position: -129px -35px;
}
.icon.icon-instagram {
    width: 21px;
    height: 23px;
    background-position: -114px -217px;
}
.icon.icon-facebook {
    width: 10px;
    height: 19px;
    background-position: -135px -217px;
}
.icon.icon-footer-logo {
    width: 130px;
    height: 61px;
    background-position: -176px -151px;
}
}.btn {
    border-radius: 26px;
    display: inline-block;
    font-size: .9375em;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    font-stretch: condensed;
    text-transform: uppercase;
    line-height: 1.86;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    padding: 12px 16px 8px;
    border: 2px solid transparent;
    outline: 0;
    cursor: pointer;
    background-color: #ff5e1d;
    max-width: 187px;
    width: 100%;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.btn:hover {
    background-color: #db3f00;
}
.btn-error {
    border-radius: 26px;
    font-size: .875em;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fb7a00), to(#f85700));
    background-image: -o-linear-gradient(top, #fb7a00, #f85700);
    background-image: linear-gradient(to bottom, #fb7a00, #f85700);
    color: #fff;
    border: 0;
    line-height: normal;
    display: inline-block;
    padding: 11px 28px;
    cursor: pointer;
    outline: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.btn-error:hover {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#fb7a00), to(#f85700));
    background-image: -o-linear-gradient(bottom, #fb7a00, #f85700);
    background-image: linear-gradient(to top, #fb7a00, #f85700);
}
.btn-c {
    background-image: -webkit-gradient(linear, left top, right top, from(#27b9a1), color-stop(97%, #09dda9));
    background-image: -o-linear-gradient(left, #27b9a1 0, #09dda9 97%);
    background-image: linear-gradient(to right, #27b9a1 0, #09dda9 97%);
}
.btn-c:hover {
    -webkit-animation: hoverButton .5s ease-out 1;
    animation: hoverButton .5s ease-out 1;
    background-image: -webkit-gradient(linear, left top, right top, from(#09dda9), color-stop(97%, #27b9a1));
    background-image: -o-linear-gradient(left, #09dda9 0, #27b9a1 97%);
    background-image: linear-gradient(to right, #09dda9 0, #27b9a1 97%);
}
.btn-border {
    padding: 11px 33px 9px;
    border-color: #fff;
    background-color: transparent;
    text-transform: uppercase;
    color: #fff;
    font-size: 1em;
    text-align: center;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.btn-border:hover {
    color: #fff;
    background-color: #0e2b5c;
}
.btn-white {
    background-color: #fff;
    color: #000;
}
.btn-white:hover {
    color: #fff;
    background-color: #000;
    border-color: #fff;
}
.btn-arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@keyframes hoverButton {
    0% {
    background-image: -webkit-gradient(linear, left top, right top, from(#27b9a1), color-stop(97%, #09dda9));
    background-image: -o-linear-gradient(left, #27b9a1 0, #09dda9 97%);
    background-image: linear-gradient(to right, #27b9a1 0, #09dda9 97%);
}
10% {
    background-image: -webkit-gradient(linear, left top, right top, from(#09dda9), color-stop(17%, #27b9a1));
    background-image: -o-linear-gradient(left, #09dda9 0, #27b9a1 17%);
    background-image: linear-gradient(to right, #09dda9 0, #27b9a1 17%);
}
20% {
    background-image: -webkit-gradient(linear, left top, right top, from(#09dda9), color-stop(27%, #27b9a1));
    background-image: -o-linear-gradient(left, #09dda9 0, #27b9a1 27%);
    background-image: linear-gradient(to right, #09dda9 0, #27b9a1 27%);
}
30% {
    background-image: -webkit-gradient(linear, left top, right top, from(#09dda9), color-stop(37%, #27b9a1));
    background-image: -o-linear-gradient(left, #09dda9 0, #27b9a1 37%);
    background-image: linear-gradient(to right, #09dda9 0, #27b9a1 37%);
}
40% {
    background-image: -webkit-gradient(linear, left top, right top, from(#09dda9), color-stop(47%, #27b9a1));
    background-image: -o-linear-gradient(left, #09dda9 0, #27b9a1 47%);
    background-image: linear-gradient(to right, #09dda9 0, #27b9a1 47%);
}
50% {
    background-image: -webkit-gradient(linear, left top, right top, from(#09dda9), color-stop(57%, #27b9a1));
    background-image: -o-linear-gradient(left, #09dda9 0, #27b9a1 57%);
    background-image: linear-gradient(to right, #09dda9 0, #27b9a1 57%);
}
60% {
    background-image: -webkit-gradient(linear, left top, right top, from(#09dda9), color-stop(67%, #27b9a1));
    background-image: -o-linear-gradient(left, #09dda9 0, #27b9a1 67%);
    background-image: linear-gradient(to right, #09dda9 0, #27b9a1 67%);
}
70% {
    background-image: -webkit-gradient(linear, left top, right top, from(#09dda9), color-stop(77%, #27b9a1));
    background-image: -o-linear-gradient(left, #09dda9 0, #27b9a1 77%);
    background-image: linear-gradient(to right, #09dda9 0, #27b9a1 77%);
}
80% {
    background-image: -webkit-gradient(linear, left top, right top, from(#09dda9), color-stop(87%, #27b9a1));
    background-image: -o-linear-gradient(left, #09dda9 0, #27b9a1 87%);
    background-image: linear-gradient(to right, #09dda9 0, #27b9a1 87%);
}
90% {
    background-image: -webkit-gradient(linear, left top, right top, from(#09dda9), color-stop(97%, #27b9a1));
    background-image: -o-linear-gradient(left, #09dda9 0, #27b9a1 97%);
    background-image: linear-gradient(to right, #09dda9 0, #27b9a1 97%);
}
100% {
    background-image: -webkit-gradient(linear, left top, right top, from(#09dda9), color-stop(97%, #27b9a1));
    background-image: -o-linear-gradient(left, #09dda9 0, #27b9a1 97%);
    background-image: linear-gradient(to right, #09dda9 0, #27b9a1 97%);
}
}header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    padding-top: 31px;
    z-index: 9;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    margin: 0 auto;
}
header.has-transform-header, header.hidden {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}
header.fixed-menu {
    background-color: #000;
    padding-top: 10px;
    padding-bottom: 15px;
}
header.fixed-menu .pc .head_top {
    display: none;
}
header .pc .head_bottom {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
header .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
header .d-flex {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
header .mail, header .phone {
    position: relative;
    top: 8px;
}
header .mail a, header .phone a {
    font-size: 1em;
    font-weight: 400;
    font-stretch: condensed;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
header .mail a:hover, header .phone a:hover {
    color: #ff5e1d;
}
header .pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
header .head_top {
    display: none;
}
header .block-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    position: relative;
    top: 8px;
}
header .nav-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
}
header .nav-menu .item .link {
    font-size: .875em;
    font-weight: 400;
    font-stretch: condensed;
    text-transform: uppercase;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
header .nav-menu .item .link:hover {
    color: #ff5e1d;
}
header .block-btn .btn {
    font-size: .875em;
    padding: 5px 5px 4px;
    max-width: 196px;
    width: 196px;
}
header .block-btn-menu {
    width: 34px;
    height: 24px;
    line-height: 0;
    font-size: 0;
    position: relative;
}
header .block-btn-menu.active {
    height: 34px;
}
header .block-btn-menu.active .line {
    position: absolute;
    top: 50%}
header .block-btn-menu.active .line:first-child {
    display: none;
}
header .block-btn-menu.active .line:nth-child(2) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
header .block-btn-menu.active .line:last-child {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
header .block-btn-menu .line {
    display: inline-block;
    width: 34px;
    height: 3px;
    border-radius: 2px;
    background-color: #fff;
    margin: 0 auto;
    margin-bottom: 7px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
header .block-btn-menu .line:last-child {
    margin-bottom: 0;
}
.kl_banner {
    background: url(../img/banner/instalaciones-contra-incendios.webp) no-repeat center center/cover;
    padding-bottom: 9vh;
    position: relative;
}
.kl_banner.min-height {
    padding-bottom: 16vh;
}
.kl_banner::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), color-stop(99%, #1b1b1b));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), #1b1b1b 99%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), #1b1b1b 99%);
    z-index: 1;
}
.kl_banner .row {
    position: relative;
    z-index: 2;
}
.kl_banner .max-width {
    padding-left: 8.4%;
    max-width: 90%}
.kl_banner h1.title {
    margin-top: 24vh;
}
.kl_banner-info .no-padding {
    padding: 0;
}
.kl_banner-info .banner-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
.kl_banner-info .banner-info .item {
    padding: 27px 20px 30px;
    display: block;
    width: 33.3333%;
    color: #fff;
    position: relative;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.kl_banner-info .banner-info .item::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.kl_banner-info .banner-info .item:hover::after {
    background: 0;
}
.kl_banner-info .banner-info .item:hover .btn-popup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.kl_banner-info .banner-info .item>div {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%}
.kl_banner-info .banner-info .item_1 {
    background: url(../img/banner-info/hover/sistemas-contra-incendios.webp) no-repeat center center/cover;
}
.kl_banner-info .banner-info .item_2 {
    background: url(../img/banner-info/hover/instalaciones-contra-incendios.webp) no-repeat center center/cover;
}
.kl_banner-info .banner-info .item_3 {
    background: url(../img/banner-info/hover/instalacion-de-hidrantes-contra-incendio.webp) no-repeat center center/cover;
}
.kl_banner-info .banner-info .item h2,
.kl_banner-info .banner-info .item h3 {
    font-size: 1.75em;
    font-weight: 400;
    text-transform: uppercase;
    font-stretch: condensed;
    font-style: normal;
    line-height: 1.27;
    letter-spacing: normal;
    max-width: 250px;
    margin-bottom: 7vw;
}
.kl_banner-info .banner-info .item p {
    font-size: 1.5625em;
    font-weight: 300;
    font-family: 'Roboto Condensed', sans-serif;
    font-stretch: condensed;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    color: #fff;
    margin: 0;
}
.kl_banner-info .banner-info .item .btn-popup {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    width: 140px;
    height: 140px;
    margin: 0 auto;
    background: rgba(247, 133, 26, .89);
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 3;
}
.kl_info {
    padding-top: 153px;
    padding-bottom: 164px;
}
.kl_info__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-align: flex-start;
    margin-top: 70px;
}
.kl_info__list .item {
    width: 33.3333%;
    text-align: center;
}
.kl_info__list .item>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 72px;
    margin-bottom: 11px;
}
.kl_info__list .item .icon {
    margin: 0 auto;
}
.kl_info__list .item h3 {
    font-size: 1.5625em;
    font-weight: 400;
    font-stretch: condensed;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: center;
    color: #171717;
    margin: 0 auto 9px;
}
.kl_info__list .item p {
    font-size: 1.125em;
    text-align: center;
    max-width: 300px;
    margin: 0 auto;
}
.kl_prot {
    background-color: #000;
    padding-top: 156px;
    padding-bottom: 156px;
}
.kl_prot .block-btn {
    text-align: center;
}
.kl_info-cl {
    padding-top: 156px;
    padding-bottom: 156px;
}
.kl_info-cl .icon {
    margin-bottom: 10px;
}
.kl_info-cl h2.stitle,
.kl_info-cl h3.title {
    text-align: left;
    margin-bottom: 24px;
}
.kl_info-cl h2+p,
.kl_info-cl h3+p {
    max-width: 540px;
    text-align: left;
    margin: 0 0 33px;
}
.kl_info-cl .tabs {
    margin-top: 87px;
}
.kl_info-cl .btn {
    max-width: 211px;
}
.kl_info-extencion {
    background-color: #e5e5e5;
    padding-bottom: 167px;
}
.kl_info-servicio {
    padding-bottom: 167px;
}
.kl_feedback {
    background-color: #000;
    padding-top: 156px;
    padding-bottom: 154px;
}
.kl_feedback h2.stitle,
.kl_feedback h3.title {
    color: #fff;
}
.kl_feedback h2.stitle+p,
.kl_feedback h3.title+p {
    color: #fff;
}
.kl_feedback__slider {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 95px;
    -moz-column-gap: 95px;
    column-gap: 95px;
    margin-top: 70px;
}
.kl_feedback__slider .item {
    width: 33.3333%;
    padding: 23px 20px 29px 23px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, .24);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .24);
    background-color: #272727;
    color: #fff;
}
.kl_feedback__slider .item .head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.kl_feedback__slider .item h3 {
    font-size: 1.125em;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    margin: 4px 0 0 10px;
}
.kl_feedback__slider .item .date {
    font-size: 1em;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: normal;
    margin: 0 0 0 10px;
}
.kl_feedback__slider .item .rating {
    margin-top: 8px;
    margin-bottom: 4px;
}
.kl_feedback__slider .item article, .kl_feedback__slider .item article p {
    font-size: 1.125em;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    overflow-y: auto;
    max-height: 108px;
    color: #fff;
    margin: 0;
}
.kl_feedback__slider .item article p, .kl_feedback__slider .item article p p {
    color: #fff;
    max-height: 100%}
.kl_feedback__slider .item article::-webkit-scrollbar {
    width: 4px;
    border-radius: 2px;
}
.kl_feedback__slider .item article::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #1a1a1a;
    box-shadow: inset 0 0 6px #1a1a1a;
}
.kl_feedback__slider .item article::-webkit-scrollbar-thumb {
    background-color: #4d4d4d;
    border-radius: 2px;
}
.kl_preguntas {
    padding-top: 156px;
    padding-bottom: 154px;
}
.kl_preguntas .tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    margin-top: 78px;
}
.kl_preguntas .tabs .item {
    width: calc(50% - 40px);
}
.kl_preguntas .tabs_title span {
    display: inline-block;
    margin-left: 25px;
}
.kl_contact {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(9.9%, transparent), color-stop(9.9%, #000), color-stop(91.2%, #000), color-stop(91.2%, #000), color-stop(91.2%, #272727), color-stop(91.2%, #272727));
    background-image: -o-linear-gradient(top, transparent 0, transparent 9.9%, #000 9.9%, #000 91.2%, #000 91.2%, #272727 91.2%, #272727 91.2%);
    background-image: linear-gradient(to bottom, transparent 0, transparent 9.9%, #000 9.9%, #000 91.2%, #000 91.2%, #272727 91.2%, #272727 91.2%);
}
.kl_contact .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.kl_contact .contact-form {
    padding: 69px 47px 79px 0;
    border-radius: 0 20px 101px 0;
    background: #ff5e1d;
    position: relative;
}
.kl_contact .contact-form::after {
    content: '';
    background: #ff5e1d;
    border-radius: 0 20px 101px 0;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -50%;
    right: 0;
    bottom: 0;
    z-index: 1;
}
@media (min-width: 2090px) {
    .kl_contact .contact-form::after {
        left: -85%;
    }
}
.kl_contact .contact-form .max-width {
    max-width: 650px;
    margin: 0 auto;
    margin-left: 0;
    position: relative;
    z-index: 2;
}
.kl_contact .contact-form .position-relative {
    z-index: 2;
}
.kl_contact .contact-form .title {
    font-size: 2.8125em;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.1;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    margin-bottom: 12px;
}
.kl_contact .contact-form .title strong {
    font-weight: 700;
}
.kl_contact .contact-form p {
    font-size: 1.25em;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.44;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    margin-bottom: 27px;
}
.kl_contact .contact-form__success .ok {
    margin-top: 50px;
    margin-bottom: 5px;
}
.kl_contact .contact-form__error .error {
    margin-top: 50px;
    margin-bottom: 5px;
}
.kl_contact .contact-form__error .btn-white {
    padding: 8px 16px;
    text-transform: uppercase;
}
.kl_contact address {
    margin-left: 74px;
    max-width: 415px;
}
.kl_contact address h4 {
    font-size: 2.5em;
    font-weight: 300;
    font-stretch: condensed;
    font-style: normal;
    line-height: 1.13;
    letter-spacing: normal;
    color: #fff;
    margin: 0;
}
.kl_contact address p {
    font-size: 1.125em;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.44;
    letter-spacing: normal;
    color: #fff;
    max-width: 352px;
    margin: 0;
}
.kl_contact address .tel {
    font-weight: 700;
    color: #ff5e1d;
    display: inline-block;
    margin: 7px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
}
.kl_contact address .tel .icon {
    display: none;
}
footer {
    background: #272727;
    padding-top: 21px;
    padding-bottom: 18px;
}
footer .footer_top {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
footer .footer_top::after {
    content: '';
    width: calc(100% - 30px);
    margin: 11px auto 27px;
    display: block;
    height: 1px;
    background-color: #3b3b3b;
}
footer .footer_top .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-column-gap: 14px;
    -moz-column-gap: 14px;
    column-gap: 14px;
}
footer .footer_top .logo p {
    font-size: .875em;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
    color: #d8d8d8;
    margin: 0;
}
footer .footer_bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
footer .footer_bottom .site-info, footer .footer_bottom p {
    margin: 0;
    font-size: .875em;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #d8d8d8;
}
footer .footer_bottom .site-info a, footer .footer_bottom p a {
    color: #d8d8d8;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
footer .footer_bottom .site-info a:hover, footer .footer_bottom p a:hover {
    color: #ff5e1d;
    text-decoration: none;
}
footer .footer_bottom .links {
    text-align: right;
}
footer .footer_bottom .links p {
    text-align: right;
}
footer .footer_bottom .links p:first-child {
    margin-top: 6px;
}
body.post {
    background-color: #fff;
}
body.post main {
    position: relative;
    padding-top: 33vh;
}
body.post main::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    max-height: 600px;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
}
body.post article {
    font-size: 18px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    color: #1d1d1d;
    text-align: left;
    position: relative;
    z-index: 2;
    background-color: #fff;
    max-width: 1092px;
    margin: 0 auto;
    padding: 89px 112px 70px;
    word-break: break-all;
}
body.post article h2 {
    font-family: 'Roboto Condensed', sans-serif;
    font-stretch: condensed;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: left;
    margin-left: 0;
    margin-bottom: 22px;
}
body.post article h3, body.post article p {
    font-size: 18px;
    text-align: left;
    font-weight: 400;
}
body.post article h3 {
    line-height: 1.25;
    font-weight: 700;
    margin: 0 0 40px;
}
body.post article p {
    line-height: 28px;
    margin-bottom: 36px;
}
body.post article a {
    text-decoration: underline;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
body.post article a:hover {
    text-decoration: none;
    color: #e03173;
}
@media only screen and (min-width:1980px) {
    .kl_contact .contact-form: :after {
    width: 101%;
    left: -100%;
    border-radius: 0;
}
}@media only screen and (min-width:2640px) {
    .kl_contact .contact-form: :after {
    width: 151%;
    left: -150%;
    border-radius: 0;
}
}@media only screen and (min-width:3280px) {
    .kl_contact .contact-form: :after {
    width: 201%;
    left: -200%;
    border-radius: 0;
}
}@media only screen and (max-width:1360px) {
    header {
    padding-top: 0;
}
header .pc {
    display: block;
}
header .pc .head_top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 39px;
    -moz-column-gap: 39px;
    column-gap: 39px;
    padding-bottom: 14px;
    margin-bottom: 7px;
    position: relative;
}
header .pc .head_top::after {
    content: '';
    display: block;
    position: absolute;
    left: -20px;
    right: -20px;
    bottom: 0;
    width: calc(100%+40px);
    height: 1px;
    background: rgba(255, 255, 255, .2);
    margin: 0 auto;
}
header .pc .head_top .mail a, header .pc .head_top .phone a {
    font-size: 14px;
    font-weight: 300;
    letter-spacing: normal;
    color: #fff;
}
header .pc .head_bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%}
header .pc .head_bottom .mail, header .pc .head_bottom .phone {
    display: none;
}
.kl_info__list {
    -webkit-column-gap: 25px;
    -moz-column-gap: 25px;
    column-gap: 25px;
}
}@media only screen and (max-width:1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
    padding-left: 15px!important;
    padding-right: 15px!important;
}
.kl_feedback__slider {
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
}
.kl_preguntas .tabs {
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
}
.kl_contact address {
    margin-left: 65px;
}
}@media only screen and (max-width:991px) {
    .lg-outer .lg-item {
    max-width: 95%}
body {
    font-size: 12px;
}
body.post main {
    padding-top: 20vh;
}
body.post main::after {
    max-height: 550px;
}
body.post article {
    max-width: 90%;
    padding: 49px 45px 60px;
}
body.post article h3, body.post article p {
    font-size: 16px;
}
body.post .table {
    overflow-x: auto;
}
table {
    width: 100%;
    white-space: nowrap;
}
h1 {
    line-height: 1.03;
    margin-bottom: 18px;
}
h1+p {
    line-height: 1.6;
    margin-bottom: 20px;
}
h2.title {
    max-width: 80%;
    margin-bottom: 29px;
}
h2.stitle,
h3.title {
    margin-bottom: 15px;
}
h2.stitle+p,
h3.title+p {
    line-height: 1.4;
}
form input:not([type=checkbox]), form textarea {
    font-size: 1.1666em;
}
form input:not([type=checkbox]) {
    padding: 12px 5px 11px;
    margin-bottom: 29px;
}
form textarea {
    min-height: 104px;
}
form button[type=submit] {
    font-size: 1.333em;
    width: 177px;
    height: 48px;
}
form .field.checkbox {
    margin-top: 29px;
}
form .field.checkbox label {
    font-size: 1.34em;
}
table thead th {
    font-size: 16px;
}
table tbody td {
    font-size: 16px;
}
.btn {
    font-size: 1.25em;
}
.btn-white {
    padding-top: 11px;
    padding-bottom: 6px;
}
.mobile.fixed-button {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 4;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.mobile.fixed-button.has-transform-button, .mobile.fixed-button.hidden {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
}
.mobile.fixed-button .btn-red {
    max-width: 100%;
    border-radius: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    text-transform: uppercase;
    font-size: 16px;
}
.mobile.fixed-button .btn-red:active, .mobile.fixed-button .btn-red:focus, .mobile.fixed-button .btn-red:hover, .mobile.fixed-button .btn-red:visited {
    background-color: #dc3545;
    color: #fff;
}
.tabs .item {
    margin-bottom: 20px;
}
.tabs_title {
    font-size: 1.666em;
    padding-bottom: 19px;
}
.tabs_content {
    font-size: 16px;
}
.tabs_content p, .tabs_content ul {
    font-size: 16px;
}
.mobile-popup-menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .89);
    z-index: 9;
    text-align: center;
}
.mobile-popup-menu .close-btn {
    position: absolute;
    top: 17px;
    right: 37px;
}
.mobile-popup-menu .nav-menu {
    padding-top: 72px;
    height: 100%;
    overflow-y: auto;
}
.mobile-popup-menu .nav-menu .item {
    margin-bottom: 36px;
}
.mobile-popup-menu .nav-menu .item.after::before {
    content: '';
    display: block;
    max-width: 264px;
    width: 100%;
    height: 1px;
    margin: 0 auto 36px;
    background: #272727;
}
.mobile-popup-menu .nav-menu .item .link {
    font-size: 20px;
    color: #fff;
}
.mobile-popup-menu .nav-menu .item .tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 12px;
    -moz-column-gap: 12px;
    column-gap: 12px;
}
.mobile-popup-menu .nav-menu .block-btn .btn {
    font-size: 18px;
    max-width: 264px;
    padding: 4px 16px;
}
header {
    padding-top: 13px;
}
header .block-menu {
    top: 4px;
}
header .d-flex {
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
}
header .mobile {
    display: none;
}
header .pc .head_top {
    display: none;
}
header .pc .block-btn-menu.mobile.active {
    opacity: 0;
}
header .mail, header .nav-menu {
    display: none;
}
header .block-btn-menu.mobile {
    display: block;
}
header .mail a, header .phone a {
    font-size: 16px;
}
header .block-btn .btn {
    font-size: 14px;
    max-width: 206px;
    width: 206px;
}
.kl_banner .max-width {
    padding-left: 13.4%}
.kl_banner h1.title {
    margin-top: 16.2vh;
}
.kl_banner-info .banner-info .item {
    padding: 26.5px 12px 26.5px 9px;
}
.kl_banner-info .banner-info .item h2,
.kl_banner-info .banner-info .item h3 {
    font-size: 1.91666em;
    margin-top: 0;
    margin-bottom: 38px;
    max-width: 70%}
.kl_banner-info .banner-info .item p {
    font-size: 1.5em;
}
.kl_info {
    padding-top: 103px;
    padding-bottom: 59px;
}
.kl_info .max-width {
    max-width: 85%;
    margin: 0 auto;
}
.kl_info__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 20px;
}
.kl_info__list .item {
    width: calc(50% - 12.5px);
    margin-bottom: 35px;
}
.kl_info__list .item h3 {
    font-size: 1.9166em;
}
.kl_info__list .item p {
    font-size: 1.5em;
}
.kl_prot {
    padding-top: 99px;
    padding-bottom: 112px;
}
.kl_info-cl {
    padding-top: 96px;
    padding-bottom: 107px;
}
.kl_info-cl .icon {
    margin-bottom: 8px;
}
.kl_info-cl h2.stitle,
.kl_info-cl h3.title {
    margin-bottom: 15px;
}
.kl_info-cl h2.stitle+p,
.kl_info-cl h3.title+p {
    margin-bottom: 24px;
    line-height: 1.35;
}
.kl_info-cl .btn {
    max-width: 172px;
    font-size: 1.166em;
    padding-top: 3px;
    padding-bottom: 3px;
}
.kl_info-cl .tabs {
    margin-top: 78px;
}
.kl_info-servicio {
    padding-bottom: 95px;
}
.kl_feedback {
    padding-top: 101px;
}
.kl_feedback .max-width {
    max-width: 75%;
    margin: 0 auto;
}
.kl_feedback__slider {
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
    margin-top: 31px;
}
.kl_feedback__slider .item {
    border-radius: 0;
    padding: 25px 13px 24px 16px;
}
.kl_feedback__slider .item h3 {
    font-size: 1.333em;
    line-height: 1.5;
    margin-top: 1px;
    margin-bottom: 3px;
}
.kl_feedback__slider .item .date {
    font-size: 1.166em;
}
.kl_feedback__slider .item .rating {
    margin-bottom: 6px;
}
.kl_feedback__slider .item article {
    max-height: 152px;
}
.kl_preguntas {
    padding-top: 52px;
    padding-bottom: 82px;
}
.kl_preguntas h2.stitle,
.kl_preguntas h3.title {
    max-width: 533px;
    margin: 0 auto 15px;
}
.kl_preguntas h2.stitle+p,
.kl_preguntas h3.title+p {
    max-width: 533px;
    margin: 0 auto 21px;
    line-height: 1.3;
}
.kl_preguntas .tabs {
    max-width: 533px;
    margin: 0 auto;
}
.kl_preguntas .tabs .item {
    width: 100%;
    margin-bottom: 17px;
}
.kl_preguntas .tabs .item .tabs_title {
    padding: 25px 33px 25px 17px;
}
.kl_contact {
    background: #000;
}
.kl_contact .contact-form {
    border-radius: 0;
    padding: 101px 20px 105px;
    margin-left: -15px;
    margin-right: -15px;
}
.kl_contact .contact-form::after {
    content: none;
}
.kl_contact .contact-form .max-width {
    max-width: 100%}
.kl_contact .contact-form h3.title {
    max-width: 535px;
    margin-bottom: 18px;
}
.kl_contact .contact-form h3.title+p {
    max-width: 535px;
    font-size: 1.5em;
    margin-bottom: 30px;
}
.kl_contact address {
    max-width: 535px;
    padding-top: 110px;
    padding-bottom: 113px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.kl_contact address h4 {
    font-size: 2.33em;
    margin-bottom: 10px;
}
.kl_contact address p {
    font-size: 1.3335em;
    text-align: center;
    max-width: 100%;
    margin: 0 auto;
}
.kl_contact address .tel {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.kl_contact address .tel .icon {
    display: block;
}
footer {
    padding-top: 39px;
    padding-bottom: 53px;
}
footer .footer_top::after {
    margin-top: 22px;
    margin-bottom: 29px;
}
footer .footer_top>div:first-child {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}
footer .footer_top .logo {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 27px;
    -moz-column-gap: 27px;
    column-gap: 27px;
}
footer .footer_top .logo .icon {
    margin-right: 11%}
footer .footer_top .logo p {
    font-size: 14px;
}
footer .social {
    text-align: center;
}
footer .footer_bottom {
    text-align: center;
}
footer .footer_bottom p {
    font-size: 14px;
    text-align: center;
}
footer .footer_bottom .site-info {
    margin-top: 34px;
}
footer .footer_bottom .links {
    text-align: center;
    margin-top: 34px;
}
footer .footer_bottom .links p {
    text-align: center;
}
footer .footer_bottom .links p:first-child {
    margin-top: 0;
    margin-bottom: 2px;
}
}@media only screen and (max-width:675px) {
    body {
    font-size: 10.44px;
}
body.post main {
    padding-top: 15vh;
}
body.post main::after {
    max-height: 550px;
}
body.post article {
    max-width: 90%;
    padding: 29px 15px 40px;
}
header .pc {
    display: none;
}
header .mobile {
    display: block;
}
header .mobile_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 5px;
}
h1+p {
    font-size: 18px;
    text-align: center;
}
h2.title {
    max-width: 100%;
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 31px;
}
h2.stitle,
h3.title {
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 14px;
}
h2.stitle+p,
h3.title+p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
}
p {
    font-size: 16px;
}
form .field.checkbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 24px;
}
form .field.checkbox label {
    font-size: 14px;
}
form .field .group {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
form .field .group>div {
    width: 100%}
form .field label.error {
    color: red;
    font-weight: 400;
    left: 12px;
    bottom: 9px;
    z-index: 2;
}
form .field label input[type=checkbox]+label.error {
    color: #fff;
    left: 0;
}
form input:not([type=checkbox]) {
    font-size: 14px;
    padding: 12px 11px 11px;
    margin-bottom: 12px;
}
form textarea {
    font-size: 14px;
    padding: 12px 11px 11px;
}
form .block-btn {
    width: 100%;
    margin-top: 28px;
}
form button[type=submit], form input[type=submit] {
    width: 100%;
    max-width: 100%;
    font-size: 16px;
    font-weight: 700;
    height: 53px;
}
.btn-white {
    padding-bottom: 8px;
}
.tabs_title {
    font-size: 18px;
    line-height: 25px;
    padding: 17px 31px 16px 15px;
}
.tabs .item {
    margin-bottom: 13px;
}
.tabs~.block-btn {
    margin-top: 26px;
}
.kl_banner {
    background: url(../img/banner/instalaciones contra incendios.webp) no-repeat center center;
    padding-bottom: 85px;
}
.kl_banner .max-width {
    padding-left: 0;
    max-width: 100%}
.kl_banner h1.title {
    margin-top: 115px;
    text-align: center;
    font-size: 34px;
    line-height: 41px;
    margin-bottom: 25px;
}
.kl_banner .block-btn {
    text-align: center;
}
.kl_banner-info .banner-info {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.kl_banner-info .banner-info .item {
    width: 100%;
    padding: 46.5px 20px 39.5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.kl_banner-info .banner-info .item h2,
.kl_banner-info .banner-info .item h3 {
    margin-bottom: 0;
    max-width: 100%}
.kl_banner-info .banner-info .item p {
    display: none;
}
.kl_banner-info .banner-info .item .btn-popup {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    margin-right: 0;
    width: auto;
    height: auto;
    background: 0;
}
.kl_info {
    padding-top: 66px;
    padding-bottom: 75px;
}
.kl_info .max-width {
    max-width: 100%}
.kl_info__list {
    margin-top: 24px;
}
.kl_info__list .item {
    width: 100%;
    margin-bottom: 42px;
}
.kl_info__list .item:last-child {
    margin-bottom: 0;
}
.kl_info__list .item>div {
    height: auto;
}
.kl_info__list .item h3 {
    margin-bottom: 12px;
}
.kl_info__list .item p {
    font-size: 16px;
    max-width: 95%}
.kl_prot {
    padding-top: 66px;
    padding-bottom: 75px;
}
.kl_info-cl {
    padding-top: 66px;
    padding-bottom: 75px;
}
.kl_info-cl .icon {
    margin-left: 6px;
}
.kl_info-cl h2.stitle+p,
.kl_info-cl h3.title+p {
    line-height: 24px;
}
.kl_info-cl .tabs {
    margin-top: 0;
}
.kl_info-cl .block-btn .btn {
    font-size: 14px;
    padding-top: 4px;
    padding-bottom: 2px;
}
.kl_info-cl .block-btn.pc {
    display: none;
}
.kl_info-cl .block-btn.mobile {
    display: block;
}
.kl_feedback {
    padding-top: 66px;
    padding-bottom: 75px;
}
.kl_feedback .row>div:last-child {
    padding-right: 0;
}
.kl_feedback .max-width {
    max-width: 100%}
.kl_feedback__slider {
    margin-top: 33px;
}
.kl_feedback__slider .slick-slide {
    margin-right: 13px;
}
.kl_feedback__slider .item {
    padding: 25px 13px 18px 19px;
}
.kl_feedback__slider .item h3 {
    font-size: 16px;
}
.kl_feedback__slider .item .date {
    font-size: 14px;
}
.kl_feedback__slider .item .rating {
    margin-bottom: 8px;
}
.kl_feedback__slider .item article {
    max-height: 167px;
}
.kl_feedback__slider .item article p {
    font-size: 16px;
}
.kl_feedback__slider.slick-dotted.slick-slider {
    margin-bottom: 57px;
    border-radius: 5px 0 0 5px;
    padding-left: 0;
    padding-right: 0;
}
.kl_feedback__slider .slick-dots {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    border-radius: 2px;
    width: calc(100% - 15px);
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: -25px;
    overflow: hidden;
}
.kl_feedback__slider .slick-dots li {
    width: 100%;
    height: 3px;
    margin: 0;
    background-color: #1a1a1a;
}
.kl_feedback__slider .slick-dots li.slick-active {
    background-color: #4d4d4d;
    border-radius: 2px;
}
.kl_feedback__slider .slick-dots li button {
    padding: 0;
    margin: 0;
    width: auto;
}
.kl_feedback__slider .slick-dots li button::before {
    content: none;
}
.kl_preguntas {
    padding-top: 66px;
    padding-bottom: 75px;
}
.kl_preguntas h2.stitle+p,
.kl_preguntas h3.title+p {
    line-height: 1.38;
    margin-bottom: 38px;
}
.kl_preguntas .tabs .item {
    margin-bottom: 14px;
}
.kl_preguntas .tabs .item .tabs_title {
    padding: 16px 31px 14px 17px;
    line-height: 28px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.kl_contact .contact-form {
    padding: 65px 20px 75px;
}
.kl_contact .contact-form h2.stitle,
.kl_contact .contact-form h3.title {
    margin-bottom: 12px;
}
.kl_contact .contact-form h2.stitle+p,
.kl_contact .contact-form h3.title+p {
    margin-bottom: 25px;
}
.kl_contact .contact-form .title {
    font-size: 28px;
    line-height: 34px;
}
.kl_contact .contact-form .title+p {
    font-size: 16px;
    line-height: 24px;
}
.kl_contact address {
    padding-top: 73px;
    padding-bottom: 78px;
}
.kl_contact address h4 {
    font-size: 28px;
    line-height: 34px;
}
.kl_contact address .tel {
    margin-top: 2px;
}
.kl_contact address p {
    font-size: 16px;
    line-height: 24px;
    margin-top: 15px;
}
footer {
    padding-top: 70px;
    padding-bottom: 50px;
}
footer .footer_top::after {
    margin-bottom: 21px;
}
footer .footer_top .logo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}
footer .footer_top .logo .icon {
    margin-right: 0;
    margin-bottom: 13px;
}
footer .footer_top .logo p {
    text-align: center;
}
footer .footer_bottom .site-info {
    margin-top: 30px;
}
footer .footer_bottom p {
    line-height: 1.4;
}
footer .footer_bottom .links {
    margin-top: 19px;
}
}@media only screen and (min-width:480px) {
    .container, .container-sm {
    max-width: 100%;
    padding-left: 40px;
    padding-right: 40px;
}
}@media only screen and (min-width:1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1414px;
}
}@media only screen and (min-width:1620px) {
    body {
    max-width: 100%}
}@media(max-height:780px) {
    .kl_banner {
    padding-bottom: 9vh!important;
}
}.kl_banner {
    padding-bottom: 16vh;
}
body.post article {
    word-break: initial!important;
}
.cc_dialog {
    position: fixed;
    top: 50%;
    left: 0;
    right: 0;
    max-width: 715px!important;
    margin: 0 auto!important;
    z-index: 999;
    opacity: 0;
    border-radius: 0;
    background-color: #f1f1f1;
    padding-top: 40px;
    padding-bottom: 44px;
    transform: translateY(100%);
    transition: all 500ms ease-out;
}
.cc_dialog p {
    text-align: left;
    color: #1b213f;
    margin-bottom: 15px;
}
.cc_dialog a {
    color: #fb7700;
    text-decoration: none;
}
.cc_dialog.show {
    opacity: 1;
    transition-delay: 1000ms;
}
.cc_dialog a {
    text-decoration: underline;
}
.cc_dialog .acceptcookies {
    vertical-align: baseline;
    background-image: -webkit-gradient(linear, left top, right top, from(#fb7a00), color-stop(97%, #f85700));
    background-image: -webkit-linear-gradient(left, #fb7a00 0, #f85700 97%);
    background-image: linear-gradient(to right, #fb7a00 0, #f85700 97%);
    padding: .91rem .75rem;
    min-width: 194px;
    border: 0;
}
.cc_css_reboot div {
    text-align: right;
}
.light.cc_dialog .cc_dialog_text br {
    display: none;
}
.light.cc_dialog .cc_dialog_headline {
    font-size: 24px;
    font-weight: 600;
}
.light.cc_dialog button.cc_b_ok {
    font-size: 18px;
    float: right;
    margin-right: 30px;
}
@media(max-width:991px) {
    .light.cc_dialog button.cc_b_ok {
    margin-right: 0;
}
}@media all and (max-width:575px) {
    .cc_dialog .d-flex {
    -webkit-box-orient: vertical!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important;
}
.cc_dialog .mb-md-3 {
    margin-bottom: 1rem!important;
}
}.cc_dialog {
    top: 50%!important;
    transform: translateY(-50%);
}

@media only screen and (max-width: 675px) {
    
	.kl_banner  {
    
	    background:  url(../img/banner/mobile/instalaciones-contra-incendios.webp) !important;
    
	   	background-size:  cover !important;
    
	}
}