: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-black: #000;
--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", "Noto Sans", "Liberation Sans", Arial, 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;
--bs-border-width: 1px;
--bs-border-style: solid;
--bs-border-color: #dee2e6;
--bs-border-color-translucent: rgba(0, 0, 0, 0.175);
--bs-border-radius: 0.375rem;
--bs-border-radius-sm: 0.25rem;
--bs-border-radius-lg: 0.5rem;
--bs-border-radius-xl: 1rem;
--bs-border-radius-2xl: 2rem;
--bs-border-radius-pill: 50rem;
--bs-link-color: #0d6efd;
--bs-link-hover-color: #0a58ca;
--bs-code-color: #d63384;
--bs-highlight-bg: #fff3cd;
}
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
--bs-gutter-x: 30px;
--bs-gutter-y: 0;
padding-right: var(--bs-gutter-x);
padding-left: var(--bs-gutter-x);
width: 100%;
margin-right: auto;
margin-left: auto;
}
@media (min-width: 576px) {
.container-sm, .container {
max-width: 100%;
}
}
@media (min-width: 768px) {
.container-md, .container-sm, .container {
max-width: 100%;
}
}
@media (min-width: 992px) {
.container-lg, .container-md, .container-sm, .container {
max-width: 1200px;
}
}
@media (min-width: 1200px) {
.container-xl, .container-lg, .container-md, .container-sm, .container {
max-width: 1200px;
}
}
@media (min-width: 1400px) {
.container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
max-width: 1400px;
}
}
.row {
--bs-gutter-x: 30px;
--bs-gutter-y: 0;
display: flex;
flex-wrap: wrap;
margin-top: calc(-1 * var(--bs-gutter-y));
margin-right: calc(-0.5 * var(--bs-gutter-x));
margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
box-sizing: border-box;
flex-shrink: 0;
width: 100%;
max-width: 100%;
padding-right: calc(var(--bs-gutter-x) * 0.5);
padding-left: calc(var(--bs-gutter-x) * 0.5);
margin-top: var(--bs-gutter-y);
}
.col {
flex: 1 0 0%;
}
.row-cols-auto > * {
flex: 0 0 auto;
width: auto;
}
.row-cols-1 > * {
flex: 0 0 auto;
width: 100%;
}
.row-cols-2 > * {
flex: 0 0 auto;
width: 50%;
}
.row-cols-3 > * {
flex: 0 0 auto;
width: 33.3333333333%;
}
.row-cols-4 > * {
flex: 0 0 auto;
width: 25%;
}
.row-cols-5 > * {
flex: 0 0 auto;
width: 20%;
}
.row-cols-6 > * {
flex: 0 0 auto;
width: 16.6666666667%;
}
.col-auto {
flex: 0 0 auto;
width: auto;
}
.col-1 {
flex: 0 0 auto;
width: 8.33333333%;
}
.col-2 {
flex: 0 0 auto;
width: 16.66666667%;
}
.col-3 {
flex: 0 0 auto;
width: 25%;
}
.col-4 {
flex: 0 0 auto;
width: 33.33333333%;
}
.col-5 {
flex: 0 0 auto;
width: 41.66666667%;
}
.col-6 {
flex: 0 0 auto;
width: 50%;
}
.col-7 {
flex: 0 0 auto;
width: 58.33333333%;
}
.col-8 {
flex: 0 0 auto;
width: 66.66666667%;
}
.col-9 {
flex: 0 0 auto;
width: 75%;
}
.col-10 {
flex: 0 0 auto;
width: 83.33333333%;
}
.col-11 {
flex: 0 0 auto;
width: 91.66666667%;
}
.col-12 {
flex: 0 0 auto;
width: 100%;
}
.offset-1 {
margin-left: 8.33333333%;
}
.offset-2 {
margin-left: 16.66666667%;
}
.offset-3 {
margin-left: 25%;
}
.offset-4 {
margin-left: 33.33333333%;
}
.offset-5 {
margin-left: 41.66666667%;
}
.offset-6 {
margin-left: 50%;
}
.offset-7 {
margin-left: 58.33333333%;
}
.offset-8 {
margin-left: 66.66666667%;
}
.offset-9 {
margin-left: 75%;
}
.offset-10 {
margin-left: 83.33333333%;
}
.offset-11 {
margin-left: 91.66666667%;
}
.g-0,
.gx-0 {
--bs-gutter-x: 0;
}
.g-0,
.gy-0 {
--bs-gutter-y: 0;
}
.g-1,
.gx-1 {
--bs-gutter-x: 0.25rem;
}
.g-1,
.gy-1 {
--bs-gutter-y: 0.25rem;
}
.g-2,
.gx-2 {
--bs-gutter-x: 0.5rem;
}
.g-2,
.gy-2 {
--bs-gutter-y: 0.5rem;
}
.g-3,
.gx-3 {
--bs-gutter-x: 1rem;
}
.g-3,
.gy-3 {
--bs-gutter-y: 1rem;
}
.g-4,
.gx-4 {
--bs-gutter-x: 1.5rem;
}
.g-4,
.gy-4 {
--bs-gutter-y: 1.5rem;
}
.g-5,
.gx-5 {
--bs-gutter-x: 3rem;
}
.g-5,
.gy-5 {
--bs-gutter-y: 3rem;
}
@media (min-width: 576px) {
.col-sm {
flex: 1 0 0%;
}
.row-cols-sm-auto > * {
flex: 0 0 auto;
width: auto;
}
.row-cols-sm-1 > * {
flex: 0 0 auto;
width: 100%;
}
.row-cols-sm-2 > * {
flex: 0 0 auto;
width: 50%;
}
.row-cols-sm-3 > * {
flex: 0 0 auto;
width: 33.3333333333%;
}
.row-cols-sm-4 > * {
flex: 0 0 auto;
width: 25%;
}
.row-cols-sm-5 > * {
flex: 0 0 auto;
width: 20%;
}
.row-cols-sm-6 > * {
flex: 0 0 auto;
width: 16.6666666667%;
}
.col-sm-auto {
flex: 0 0 auto;
width: auto;
}
.col-sm-1 {
flex: 0 0 auto;
width: 8.33333333%;
}
.col-sm-2 {
flex: 0 0 auto;
width: 16.66666667%;
}
.col-sm-3 {
flex: 0 0 auto;
width: 25%;
}
.col-sm-4 {
flex: 0 0 auto;
width: 33.33333333%;
}
.col-sm-5 {
flex: 0 0 auto;
width: 41.66666667%;
}
.col-sm-6 {
flex: 0 0 auto;
width: 50%;
}
.col-sm-7 {
flex: 0 0 auto;
width: 58.33333333%;
}
.col-sm-8 {
flex: 0 0 auto;
width: 66.66666667%;
}
.col-sm-9 {
flex: 0 0 auto;
width: 75%;
}
.col-sm-10 {
flex: 0 0 auto;
width: 83.33333333%;
}
.col-sm-11 {
flex: 0 0 auto;
width: 91.66666667%;
}
.col-sm-12 {
flex: 0 0 auto;
width: 100%;
}
.offset-sm-0 {
margin-left: 0;
}
.offset-sm-1 {
margin-left: 8.33333333%;
}
.offset-sm-2 {
margin-left: 16.66666667%;
}
.offset-sm-3 {
margin-left: 25%;
}
.offset-sm-4 {
margin-left: 33.33333333%;
}
.offset-sm-5 {
margin-left: 41.66666667%;
}
.offset-sm-6 {
margin-left: 50%;
}
.offset-sm-7 {
margin-left: 58.33333333%;
}
.offset-sm-8 {
margin-left: 66.66666667%;
}
.offset-sm-9 {
margin-left: 75%;
}
.offset-sm-10 {
margin-left: 83.33333333%;
}
.offset-sm-11 {
margin-left: 91.66666667%;
}
.g-sm-0,
.gx-sm-0 {
--bs-gutter-x: 0;
}
.g-sm-0,
.gy-sm-0 {
--bs-gutter-y: 0;
}
.g-sm-1,
.gx-sm-1 {
--bs-gutter-x: 0.25rem;
}
.g-sm-1,
.gy-sm-1 {
--bs-gutter-y: 0.25rem;
}
.g-sm-2,
.gx-sm-2 {
--bs-gutter-x: 0.5rem;
}
.g-sm-2,
.gy-sm-2 {
--bs-gutter-y: 0.5rem;
}
.g-sm-3,
.gx-sm-3 {
--bs-gutter-x: 1rem;
}
.g-sm-3,
.gy-sm-3 {
--bs-gutter-y: 1rem;
}
.g-sm-4,
.gx-sm-4 {
--bs-gutter-x: 1.5rem;
}
.g-sm-4,
.gy-sm-4 {
--bs-gutter-y: 1.5rem;
}
.g-sm-5,
.gx-sm-5 {
--bs-gutter-x: 3rem;
}
.g-sm-5,
.gy-sm-5 {
--bs-gutter-y: 3rem;
}
}
@media (min-width: 768px) {
.col-md {
flex: 1 0 0%;
}
.row-cols-md-auto > * {
flex: 0 0 auto;
width: auto;
}
.row-cols-md-1 > * {
flex: 0 0 auto;
width: 100%;
}
.row-cols-md-2 > * {
flex: 0 0 auto;
width: 50%;
}
.row-cols-md-3 > * {
flex: 0 0 auto;
width: 33.3333333333%;
}
.row-cols-md-4 > * {
flex: 0 0 auto;
width: 25%;
}
.row-cols-md-5 > * {
flex: 0 0 auto;
width: 20%;
}
.row-cols-md-6 > * {
flex: 0 0 auto;
width: 16.6666666667%;
}
.col-md-auto {
flex: 0 0 auto;
width: auto;
}
.col-md-1 {
flex: 0 0 auto;
width: 8.33333333%;
}
.col-md-2 {
flex: 0 0 auto;
width: 16.66666667%;
}
.col-md-3 {
flex: 0 0 auto;
width: 25%;
}
.col-md-4 {
flex: 0 0 auto;
width: 33.33333333%;
}
.col-md-5 {
flex: 0 0 auto;
width: 41.66666667%;
}
.col-md-6 {
flex: 0 0 auto;
width: 50%;
}
.col-md-7 {
flex: 0 0 auto;
width: 58.33333333%;
}
.col-md-8 {
flex: 0 0 auto;
width: 66.66666667%;
}
.col-md-9 {
flex: 0 0 auto;
width: 75%;
}
.col-md-10 {
flex: 0 0 auto;
width: 83.33333333%;
}
.col-md-11 {
flex: 0 0 auto;
width: 91.66666667%;
}
.col-md-12 {
flex: 0 0 auto;
width: 100%;
}
.offset-md-0 {
margin-left: 0;
}
.offset-md-1 {
margin-left: 8.33333333%;
}
.offset-md-2 {
margin-left: 16.66666667%;
}
.offset-md-3 {
margin-left: 25%;
}
.offset-md-4 {
margin-left: 33.33333333%;
}
.offset-md-5 {
margin-left: 41.66666667%;
}
.offset-md-6 {
margin-left: 50%;
}
.offset-md-7 {
margin-left: 58.33333333%;
}
.offset-md-8 {
margin-left: 66.66666667%;
}
.offset-md-9 {
margin-left: 75%;
}
.offset-md-10 {
margin-left: 83.33333333%;
}
.offset-md-11 {
margin-left: 91.66666667%;
}
.g-md-0,
.gx-md-0 {
--bs-gutter-x: 0;
}
.g-md-0,
.gy-md-0 {
--bs-gutter-y: 0;
}
.g-md-1,
.gx-md-1 {
--bs-gutter-x: 0.25rem;
}
.g-md-1,
.gy-md-1 {
--bs-gutter-y: 0.25rem;
}
.g-md-2,
.gx-md-2 {
--bs-gutter-x: 0.5rem;
}
.g-md-2,
.gy-md-2 {
--bs-gutter-y: 0.5rem;
}
.g-md-3,
.gx-md-3 {
--bs-gutter-x: 1rem;
}
.g-md-3,
.gy-md-3 {
--bs-gutter-y: 1rem;
}
.g-md-4,
.gx-md-4 {
--bs-gutter-x: 1.5rem;
}
.g-md-4,
.gy-md-4 {
--bs-gutter-y: 1.5rem;
}
.g-md-5,
.gx-md-5 {
--bs-gutter-x: 3rem;
}
.g-md-5,
.gy-md-5 {
--bs-gutter-y: 3rem;
}
}
@media (min-width: 992px) {
.col-lg {
flex: 1 0 0%;
}
.row-cols-lg-auto > * {
flex: 0 0 auto;
width: auto;
}
.row-cols-lg-1 > * {
flex: 0 0 auto;
width: 100%;
}
.row-cols-lg-2 > * {
flex: 0 0 auto;
width: 50%;
}
.row-cols-lg-3 > * {
flex: 0 0 auto;
width: 33.3333333333%;
}
.row-cols-lg-4 > * {
flex: 0 0 auto;
width: 25%;
}
.row-cols-lg-5 > * {
flex: 0 0 auto;
width: 20%;
}
.row-cols-lg-6 > * {
flex: 0 0 auto;
width: 16.6666666667%;
}
.col-lg-auto {
flex: 0 0 auto;
width: auto;
}
.col-lg-1 {
flex: 0 0 auto;
width: 8.33333333%;
}
.col-lg-2 {
flex: 0 0 auto;
width: 16.66666667%;
}
.col-lg-3 {
flex: 0 0 auto;
width: 25%;
}
.col-lg-4 {
flex: 0 0 auto;
width: 33.33333333%;
}
.col-lg-5 {
flex: 0 0 auto;
width: 41.66666667%;
}
.col-lg-6 {
flex: 0 0 auto;
width: 50%;
}
.col-lg-7 {
flex: 0 0 auto;
width: 58.33333333%;
}
.col-lg-8 {
flex: 0 0 auto;
width: 66.66666667%;
}
.col-lg-9 {
flex: 0 0 auto;
width: 75%;
}
.col-lg-10 {
flex: 0 0 auto;
width: 83.33333333%;
}
.col-lg-11 {
flex: 0 0 auto;
width: 91.66666667%;
}
.col-lg-12 {
flex: 0 0 auto;
width: 100%;
}
.offset-lg-0 {
margin-left: 0;
}
.offset-lg-1 {
margin-left: 8.33333333%;
}
.offset-lg-2 {
margin-left: 16.66666667%;
}
.offset-lg-3 {
margin-left: 25%;
}
.offset-lg-4 {
margin-left: 33.33333333%;
}
.offset-lg-5 {
margin-left: 41.66666667%;
}
.offset-lg-6 {
margin-left: 50%;
}
.offset-lg-7 {
margin-left: 58.33333333%;
}
.offset-lg-8 {
margin-left: 66.66666667%;
}
.offset-lg-9 {
margin-left: 75%;
}
.offset-lg-10 {
margin-left: 83.33333333%;
}
.offset-lg-11 {
margin-left: 91.66666667%;
}
.g-lg-0,
.gx-lg-0 {
--bs-gutter-x: 0;
}
.g-lg-0,
.gy-lg-0 {
--bs-gutter-y: 0;
}
.g-lg-1,
.gx-lg-1 {
--bs-gutter-x: 0.25rem;
}
.g-lg-1,
.gy-lg-1 {
--bs-gutter-y: 0.25rem;
}
.g-lg-2,
.gx-lg-2 {
--bs-gutter-x: 0.5rem;
}
.g-lg-2,
.gy-lg-2 {
--bs-gutter-y: 0.5rem;
}
.g-lg-3,
.gx-lg-3 {
--bs-gutter-x: 1rem;
}
.g-lg-3,
.gy-lg-3 {
--bs-gutter-y: 1rem;
}
.g-lg-4,
.gx-lg-4 {
--bs-gutter-x: 1.5rem;
}
.g-lg-4,
.gy-lg-4 {
--bs-gutter-y: 1.5rem;
}
.g-lg-5,
.gx-lg-5 {
--bs-gutter-x: 3rem;
}
.g-lg-5,
.gy-lg-5 {
--bs-gutter-y: 3rem;
}
}
@media (min-width: 1200px) {
.col-xl {
flex: 1 0 0%;
}
.row-cols-xl-auto > * {
flex: 0 0 auto;
width: auto;
}
.row-cols-xl-1 > * {
flex: 0 0 auto;
width: 100%;
}
.row-cols-xl-2 > * {
flex: 0 0 auto;
width: 50%;
}
.row-cols-xl-3 > * {
flex: 0 0 auto;
width: 33.3333333333%;
}
.row-cols-xl-4 > * {
flex: 0 0 auto;
width: 25%;
}
.row-cols-xl-5 > * {
flex: 0 0 auto;
width: 20%;
}
.row-cols-xl-6 > * {
flex: 0 0 auto;
width: 16.6666666667%;
}
.col-xl-auto {
flex: 0 0 auto;
width: auto;
}
.col-xl-1 {
flex: 0 0 auto;
width: 8.33333333%;
}
.col-xl-2 {
flex: 0 0 auto;
width: 16.66666667%;
}
.col-xl-3 {
flex: 0 0 auto;
width: 25%;
}
.col-xl-4 {
flex: 0 0 auto;
width: 33.33333333%;
}
.col-xl-5 {
flex: 0 0 auto;
width: 41.66666667%;
}
.col-xl-6 {
flex: 0 0 auto;
width: 50%;
}
.col-xl-7 {
flex: 0 0 auto;
width: 58.33333333%;
}
.col-xl-8 {
flex: 0 0 auto;
width: 66.66666667%;
}
.col-xl-9 {
flex: 0 0 auto;
width: 75%;
}
.col-xl-10 {
flex: 0 0 auto;
width: 83.33333333%;
}
.col-xl-11 {
flex: 0 0 auto;
width: 91.66666667%;
}
.col-xl-12 {
flex: 0 0 auto;
width: 100%;
}
.offset-xl-0 {
margin-left: 0;
}
.offset-xl-1 {
margin-left: 8.33333333%;
}
.offset-xl-2 {
margin-left: 16.66666667%;
}
.offset-xl-3 {
margin-left: 25%;
}
.offset-xl-4 {
margin-left: 33.33333333%;
}
.offset-xl-5 {
margin-left: 41.66666667%;
}
.offset-xl-6 {
margin-left: 50%;
}
.offset-xl-7 {
margin-left: 58.33333333%;
}
.offset-xl-8 {
margin-left: 66.66666667%;
}
.offset-xl-9 {
margin-left: 75%;
}
.offset-xl-10 {
margin-left: 83.33333333%;
}
.offset-xl-11 {
margin-left: 91.66666667%;
}
.g-xl-0,
.gx-xl-0 {
--bs-gutter-x: 0;
}
.g-xl-0,
.gy-xl-0 {
--bs-gutter-y: 0;
}
.g-xl-1,
.gx-xl-1 {
--bs-gutter-x: 0.25rem;
}
.g-xl-1,
.gy-xl-1 {
--bs-gutter-y: 0.25rem;
}
.g-xl-2,
.gx-xl-2 {
--bs-gutter-x: 0.5rem;
}
.g-xl-2,
.gy-xl-2 {
--bs-gutter-y: 0.5rem;
}
.g-xl-3,
.gx-xl-3 {
--bs-gutter-x: 1rem;
}
.g-xl-3,
.gy-xl-3 {
--bs-gutter-y: 1rem;
}
.g-xl-4,
.gx-xl-4 {
--bs-gutter-x: 1.5rem;
}
.g-xl-4,
.gy-xl-4 {
--bs-gutter-y: 1.5rem;
}
.g-xl-5,
.gx-xl-5 {
--bs-gutter-x: 3rem;
}
.g-xl-5,
.gy-xl-5 {
--bs-gutter-y: 3rem;
}
}
@media (min-width: 1400px) {
.col-xxl {
flex: 1 0 0%;
}
.row-cols-xxl-auto > * {
flex: 0 0 auto;
width: auto;
}
.row-cols-xxl-1 > * {
flex: 0 0 auto;
width: 100%;
}
.row-cols-xxl-2 > * {
flex: 0 0 auto;
width: 50%;
}
.row-cols-xxl-3 > * {
flex: 0 0 auto;
width: 33.3333333333%;
}
.row-cols-xxl-4 > * {
flex: 0 0 auto;
width: 25%;
}
.row-cols-xxl-5 > * {
flex: 0 0 auto;
width: 20%;
}
.row-cols-xxl-6 > * {
flex: 0 0 auto;
width: 16.6666666667%;
}
.col-xxl-auto {
flex: 0 0 auto;
width: auto;
}
.col-xxl-1 {
flex: 0 0 auto;
width: 8.33333333%;
}
.col-xxl-2 {
flex: 0 0 auto;
width: 16.66666667%;
}
.col-xxl-3 {
flex: 0 0 auto;
width: 25%;
}
.col-xxl-4 {
flex: 0 0 auto;
width: 33.33333333%;
}
.col-xxl-5 {
flex: 0 0 auto;
width: 41.66666667%;
}
.col-xxl-6 {
flex: 0 0 auto;
width: 50%;
}
.col-xxl-7 {
flex: 0 0 auto;
width: 58.33333333%;
}
.col-xxl-8 {
flex: 0 0 auto;
width: 66.66666667%;
}
.col-xxl-9 {
flex: 0 0 auto;
width: 75%;
}
.col-xxl-10 {
flex: 0 0 auto;
width: 83.33333333%;
}
.col-xxl-11 {
flex: 0 0 auto;
width: 91.66666667%;
}
.col-xxl-12 {
flex: 0 0 auto;
width: 100%;
}
.offset-xxl-0 {
margin-left: 0;
}
.offset-xxl-1 {
margin-left: 8.33333333%;
}
.offset-xxl-2 {
margin-left: 16.66666667%;
}
.offset-xxl-3 {
margin-left: 25%;
}
.offset-xxl-4 {
margin-left: 33.33333333%;
}
.offset-xxl-5 {
margin-left: 41.66666667%;
}
.offset-xxl-6 {
margin-left: 50%;
}
.offset-xxl-7 {
margin-left: 58.33333333%;
}
.offset-xxl-8 {
margin-left: 66.66666667%;
}
.offset-xxl-9 {
margin-left: 75%;
}
.offset-xxl-10 {
margin-left: 83.33333333%;
}
.offset-xxl-11 {
margin-left: 91.66666667%;
}
.g-xxl-0,
.gx-xxl-0 {
--bs-gutter-x: 0;
}
.g-xxl-0,
.gy-xxl-0 {
--bs-gutter-y: 0;
}
.g-xxl-1,
.gx-xxl-1 {
--bs-gutter-x: 0.25rem;
}
.g-xxl-1,
.gy-xxl-1 {
--bs-gutter-y: 0.25rem;
}
.g-xxl-2,
.gx-xxl-2 {
--bs-gutter-x: 0.5rem;
}
.g-xxl-2,
.gy-xxl-2 {
--bs-gutter-y: 0.5rem;
}
.g-xxl-3,
.gx-xxl-3 {
--bs-gutter-x: 1rem;
}
.g-xxl-3,
.gy-xxl-3 {
--bs-gutter-y: 1rem;
}
.g-xxl-4,
.gx-xxl-4 {
--bs-gutter-x: 1.5rem;
}
.g-xxl-4,
.gy-xxl-4 {
--bs-gutter-y: 1.5rem;
}
.g-xxl-5,
.gx-xxl-5 {
--bs-gutter-x: 3rem;
}
.g-xxl-5,
.gy-xxl-5 {
--bs-gutter-y: 3rem;
}
}
.d-inline {
display: inline !important;
}
.d-inline-block {
display: inline-block !important;
}
.d-block {
display: block !important;
}
.d-grid {
display: grid !important;
}
.d-table {
display: table !important;
}
.d-table-row {
display: table-row !important;
}
.d-table-cell {
display: table-cell !important;
}
.d-flex {
display: flex !important;
}
.d-inline-flex {
display: inline-flex !important;
}
.d-none {
display: none !important;
}
.flex-fill {
flex: 1 1 auto !important;
}
.flex-row {
flex-direction: row !important;
}
.flex-column {
flex-direction: column !important;
}
.flex-row-reverse {
flex-direction: row-reverse !important;
}
.flex-column-reverse {
flex-direction: column-reverse !important;
}
.flex-grow-0 {
flex-grow: 0 !important;
}
.flex-grow-1 {
flex-grow: 1 !important;
}
.flex-shrink-0 {
flex-shrink: 0 !important;
}
.flex-shrink-1 {
flex-shrink: 1 !important;
}
.flex-wrap {
flex-wrap: wrap !important;
}
.flex-nowrap {
flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
flex-wrap: wrap-reverse !important;
}
.justify-content-start {
justify-content: flex-start !important;
}
.justify-content-end {
justify-content: flex-end !important;
}
.justify-content-center {
justify-content: center !important;
}
.justify-content-between {
justify-content: space-between !important;
}
.justify-content-around {
justify-content: space-around !important;
}
.justify-content-evenly {
justify-content: space-evenly !important;
}
.align-items-start {
align-items: flex-start !important;
}
.align-items-end {
align-items: flex-end !important;
}
.align-items-center {
align-items: center !important;
}
.align-items-baseline {
align-items: baseline !important;
}
.align-items-stretch {
align-items: stretch !important;
}
.align-content-start {
align-content: flex-start !important;
}
.align-content-end {
align-content: flex-end !important;
}
.align-content-center {
align-content: center !important;
}
.align-content-between {
align-content: space-between !important;
}
.align-content-around {
align-content: space-around !important;
}
.align-content-stretch {
align-content: stretch !important;
}
.align-self-auto {
align-self: auto !important;
}
.align-self-start {
align-self: flex-start !important;
}
.align-self-end {
align-self: flex-end !important;
}
.align-self-center {
align-self: center !important;
}
.align-self-baseline {
align-self: baseline !important;
}
.align-self-stretch {
align-self: stretch !important;
}
.order-first {
order: -1 !important;
}
.order-0 {
order: 0 !important;
}
.order-1 {
order: 1 !important;
}
.order-2 {
order: 2 !important;
}
.order-3 {
order: 3 !important;
}
.order-4 {
order: 4 !important;
}
.order-5 {
order: 5 !important;
}
.order-last {
order: 6 !important;
}
.m-0 {
margin: 0 !important;
}
.m-1 {
margin: 0.25rem !important;
}
.m-2 {
margin: 0.5rem !important;
}
.m-3 {
margin: 1rem !important;
}
.m-4 {
margin: 1.5rem !important;
}
.m-5 {
margin: 3rem !important;
}
.m-auto {
margin: auto !important;
}
.mx-0 {
margin-right: 0 !important;
margin-left: 0 !important;
}
.mx-1 {
margin-right: 0.25rem !important;
margin-left: 0.25rem !important;
}
.mx-2 {
margin-right: 0.5rem !important;
margin-left: 0.5rem !important;
}
.mx-3 {
margin-right: 1rem !important;
margin-left: 1rem !important;
}
.mx-4 {
margin-right: 1.5rem !important;
margin-left: 1.5rem !important;
}
.mx-5 {
margin-right: 3rem !important;
margin-left: 3rem !important;
}
.mx-auto {
margin-right: auto !important;
margin-left: auto !important;
}
.my-0 {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
.my-1 {
margin-top: 0.25rem !important;
margin-bottom: 0.25rem !important;
}
.my-2 {
margin-top: 0.5rem !important;
margin-bottom: 0.5rem !important;
}
.my-3 {
margin-top: 1rem !important;
margin-bottom: 1rem !important;
}
.my-4 {
margin-top: 1.5rem !important;
margin-bottom: 1.5rem !important;
}
.my-5 {
margin-top: 3rem !important;
margin-bottom: 3rem !important;
}
.my-auto {
margin-top: auto !important;
margin-bottom: auto !important;
}
.mt-0 {
margin-top: 0 !important;
}
.mt-1 {
margin-top: 0.25rem !important;
}
.mt-2 {
margin-top: 0.5rem !important;
}
.mt-3 {
margin-top: 1rem !important;
}
.mt-4 {
margin-top: 1.5rem !important;
}
.mt-5 {
margin-top: 3rem !important;
}
.mt-auto {
margin-top: auto !important;
}
.me-0 {
margin-right: 0 !important;
}
.me-1 {
margin-right: 0.25rem !important;
}
.me-2 {
margin-right: 0.5rem !important;
}
.me-3 {
margin-right: 1rem !important;
}
.me-4 {
margin-right: 1.5rem !important;
}
.me-5 {
margin-right: 3rem !important;
}
.me-auto {
margin-right: auto !important;
}
.mb-0 {
margin-bottom: 0 !important;
}
.mb-1 {
margin-bottom: 0.25rem !important;
}
.mb-2 {
margin-bottom: 0.5rem !important;
}
.mb-3 {
margin-bottom: 1rem !important;
}
.mb-4 {
margin-bottom: 1.5rem !important;
}
.mb-5 {
margin-bottom: 3rem !important;
}
.mb-auto {
margin-bottom: auto !important;
}
.ms-0 {
margin-left: 0 !important;
}
.ms-1 {
margin-left: 0.25rem !important;
}
.ms-2 {
margin-left: 0.5rem !important;
}
.ms-3 {
margin-left: 1rem !important;
}
.ms-4 {
margin-left: 1.5rem !important;
}
.ms-5 {
margin-left: 3rem !important;
}
.ms-auto {
margin-left: auto !important;
}
.p-0 {
padding: 0 !important;
}
.p-1 {
padding: 0.25rem !important;
}
.p-2 {
padding: 0.5rem !important;
}
.p-3 {
padding: 1rem !important;
}
.p-4 {
padding: 1.5rem !important;
}
.p-5 {
padding: 3rem !important;
}
.px-0 {
padding-right: 0 !important;
padding-left: 0 !important;
}
.px-1 {
padding-right: 0.25rem !important;
padding-left: 0.25rem !important;
}
.px-2 {
padding-right: 0.5rem !important;
padding-left: 0.5rem !important;
}
.px-3 {
padding-right: 1rem !important;
padding-left: 1rem !important;
}
.px-4 {
padding-right: 1.5rem !important;
padding-left: 1.5rem !important;
}
.px-5 {
padding-right: 3rem !important;
padding-left: 3rem !important;
}
.py-0 {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.py-1 {
padding-top: 0.25rem !important;
padding-bottom: 0.25rem !important;
}
.py-2 {
padding-top: 0.5rem !important;
padding-bottom: 0.5rem !important;
}
.py-3 {
padding-top: 1rem !important;
padding-bottom: 1rem !important;
}
.py-4 {
padding-top: 1.5rem !important;
padding-bottom: 1.5rem !important;
}
.py-5 {
padding-top: 3rem !important;
padding-bottom: 3rem !important;
}
.pt-0 {
padding-top: 0 !important;
}
.pt-1 {
padding-top: 0.25rem !important;
}
.pt-2 {
padding-top: 0.5rem !important;
}
.pt-3 {
padding-top: 1rem !important;
}
.pt-4 {
padding-top: 1.5rem !important;
}
.pt-5 {
padding-top: 3rem !important;
}
.pe-0 {
padding-right: 0 !important;
}
.pe-1 {
padding-right: 0.25rem !important;
}
.pe-2 {
padding-right: 0.5rem !important;
}
.pe-3 {
padding-right: 1rem !important;
}
.pe-4 {
padding-right: 1.5rem !important;
}
.pe-5 {
padding-right: 3rem !important;
}
.pb-0 {
padding-bottom: 0 !important;
}
.pb-1 {
padding-bottom: 0.25rem !important;
}
.pb-2 {
padding-bottom: 0.5rem !important;
}
.pb-3 {
padding-bottom: 1rem !important;
}
.pb-4 {
padding-bottom: 1.5rem !important;
}
.pb-5 {
padding-bottom: 3rem !important;
}
.ps-0 {
padding-left: 0 !important;
}
.ps-1 {
padding-left: 0.25rem !important;
}
.ps-2 {
padding-left: 0.5rem !important;
}
.ps-3 {
padding-left: 1rem !important;
}
.ps-4 {
padding-left: 1.5rem !important;
}
.ps-5 {
padding-left: 3rem !important;
}
@media (min-width: 576px) {
.d-sm-inline {
display: inline !important;
}
.d-sm-inline-block {
display: inline-block !important;
}
.d-sm-block {
display: block !important;
}
.d-sm-grid {
display: grid !important;
}
.d-sm-table {
display: table !important;
}
.d-sm-table-row {
display: table-row !important;
}
.d-sm-table-cell {
display: table-cell !important;
}
.d-sm-flex {
display: flex !important;
}
.d-sm-inline-flex {
display: inline-flex !important;
}
.d-sm-none {
display: none !important;
}
.flex-sm-fill {
flex: 1 1 auto !important;
}
.flex-sm-row {
flex-direction: row !important;
}
.flex-sm-column {
flex-direction: column !important;
}
.flex-sm-row-reverse {
flex-direction: row-reverse !important;
}
.flex-sm-column-reverse {
flex-direction: column-reverse !important;
}
.flex-sm-grow-0 {
flex-grow: 0 !important;
}
.flex-sm-grow-1 {
flex-grow: 1 !important;
}
.flex-sm-shrink-0 {
flex-shrink: 0 !important;
}
.flex-sm-shrink-1 {
flex-shrink: 1 !important;
}
.flex-sm-wrap {
flex-wrap: wrap !important;
}
.flex-sm-nowrap {
flex-wrap: nowrap !important;
}
.flex-sm-wrap-reverse {
flex-wrap: wrap-reverse !important;
}
.justify-content-sm-start {
justify-content: flex-start !important;
}
.justify-content-sm-end {
justify-content: flex-end !important;
}
.justify-content-sm-center {
justify-content: center !important;
}
.justify-content-sm-between {
justify-content: space-between !important;
}
.justify-content-sm-around {
justify-content: space-around !important;
}
.justify-content-sm-evenly {
justify-content: space-evenly !important;
}
.align-items-sm-start {
align-items: flex-start !important;
}
.align-items-sm-end {
align-items: flex-end !important;
}
.align-items-sm-center {
align-items: center !important;
}
.align-items-sm-baseline {
align-items: baseline !important;
}
.align-items-sm-stretch {
align-items: stretch !important;
}
.align-content-sm-start {
align-content: flex-start !important;
}
.align-content-sm-end {
align-content: flex-end !important;
}
.align-content-sm-center {
align-content: center !important;
}
.align-content-sm-between {
align-content: space-between !important;
}
.align-content-sm-around {
align-content: space-around !important;
}
.align-content-sm-stretch {
align-content: stretch !important;
}
.align-self-sm-auto {
align-self: auto !important;
}
.align-self-sm-start {
align-self: flex-start !important;
}
.align-self-sm-end {
align-self: flex-end !important;
}
.align-self-sm-center {
align-self: center !important;
}
.align-self-sm-baseline {
align-self: baseline !important;
}
.align-self-sm-stretch {
align-self: stretch !important;
}
.order-sm-first {
order: -1 !important;
}
.order-sm-0 {
order: 0 !important;
}
.order-sm-1 {
order: 1 !important;
}
.order-sm-2 {
order: 2 !important;
}
.order-sm-3 {
order: 3 !important;
}
.order-sm-4 {
order: 4 !important;
}
.order-sm-5 {
order: 5 !important;
}
.order-sm-last {
order: 6 !important;
}
.m-sm-0 {
margin: 0 !important;
}
.m-sm-1 {
margin: 0.25rem !important;
}
.m-sm-2 {
margin: 0.5rem !important;
}
.m-sm-3 {
margin: 1rem !important;
}
.m-sm-4 {
margin: 1.5rem !important;
}
.m-sm-5 {
margin: 3rem !important;
}
.m-sm-auto {
margin: auto !important;
}
.mx-sm-0 {
margin-right: 0 !important;
margin-left: 0 !important;
}
.mx-sm-1 {
margin-right: 0.25rem !important;
margin-left: 0.25rem !important;
}
.mx-sm-2 {
margin-right: 0.5rem !important;
margin-left: 0.5rem !important;
}
.mx-sm-3 {
margin-right: 1rem !important;
margin-left: 1rem !important;
}
.mx-sm-4 {
margin-right: 1.5rem !important;
margin-left: 1.5rem !important;
}
.mx-sm-5 {
margin-right: 3rem !important;
margin-left: 3rem !important;
}
.mx-sm-auto {
margin-right: auto !important;
margin-left: auto !important;
}
.my-sm-0 {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
.my-sm-1 {
margin-top: 0.25rem !important;
margin-bottom: 0.25rem !important;
}
.my-sm-2 {
margin-top: 0.5rem !important;
margin-bottom: 0.5rem !important;
}
.my-sm-3 {
margin-top: 1rem !important;
margin-bottom: 1rem !important;
}
.my-sm-4 {
margin-top: 1.5rem !important;
margin-bottom: 1.5rem !important;
}
.my-sm-5 {
margin-top: 3rem !important;
margin-bottom: 3rem !important;
}
.my-sm-auto {
margin-top: auto !important;
margin-bottom: auto !important;
}
.mt-sm-0 {
margin-top: 0 !important;
}
.mt-sm-1 {
margin-top: 0.25rem !important;
}
.mt-sm-2 {
margin-top: 0.5rem !important;
}
.mt-sm-3 {
margin-top: 1rem !important;
}
.mt-sm-4 {
margin-top: 1.5rem !important;
}
.mt-sm-5 {
margin-top: 3rem !important;
}
.mt-sm-auto {
margin-top: auto !important;
}
.me-sm-0 {
margin-right: 0 !important;
}
.me-sm-1 {
margin-right: 0.25rem !important;
}
.me-sm-2 {
margin-right: 0.5rem !important;
}
.me-sm-3 {
margin-right: 1rem !important;
}
.me-sm-4 {
margin-right: 1.5rem !important;
}
.me-sm-5 {
margin-right: 3rem !important;
}
.me-sm-auto {
margin-right: auto !important;
}
.mb-sm-0 {
margin-bottom: 0 !important;
}
.mb-sm-1 {
margin-bottom: 0.25rem !important;
}
.mb-sm-2 {
margin-bottom: 0.5rem !important;
}
.mb-sm-3 {
margin-bottom: 1rem !important;
}
.mb-sm-4 {
margin-bottom: 1.5rem !important;
}
.mb-sm-5 {
margin-bottom: 3rem !important;
}
.mb-sm-auto {
margin-bottom: auto !important;
}
.ms-sm-0 {
margin-left: 0 !important;
}
.ms-sm-1 {
margin-left: 0.25rem !important;
}
.ms-sm-2 {
margin-left: 0.5rem !important;
}
.ms-sm-3 {
margin-left: 1rem !important;
}
.ms-sm-4 {
margin-left: 1.5rem !important;
}
.ms-sm-5 {
margin-left: 3rem !important;
}
.ms-sm-auto {
margin-left: auto !important;
}
.p-sm-0 {
padding: 0 !important;
}
.p-sm-1 {
padding: 0.25rem !important;
}
.p-sm-2 {
padding: 0.5rem !important;
}
.p-sm-3 {
padding: 1rem !important;
}
.p-sm-4 {
padding: 1.5rem !important;
}
.p-sm-5 {
padding: 3rem !important;
}
.px-sm-0 {
padding-right: 0 !important;
padding-left: 0 !important;
}
.px-sm-1 {
padding-right: 0.25rem !important;
padding-left: 0.25rem !important;
}
.px-sm-2 {
padding-right: 0.5rem !important;
padding-left: 0.5rem !important;
}
.px-sm-3 {
padding-right: 1rem !important;
padding-left: 1rem !important;
}
.px-sm-4 {
padding-right: 1.5rem !important;
padding-left: 1.5rem !important;
}
.px-sm-5 {
padding-right: 3rem !important;
padding-left: 3rem !important;
}
.py-sm-0 {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.py-sm-1 {
padding-top: 0.25rem !important;
padding-bottom: 0.25rem !important;
}
.py-sm-2 {
padding-top: 0.5rem !important;
padding-bottom: 0.5rem !important;
}
.py-sm-3 {
padding-top: 1rem !important;
padding-bottom: 1rem !important;
}
.py-sm-4 {
padding-top: 1.5rem !important;
padding-bottom: 1.5rem !important;
}
.py-sm-5 {
padding-top: 3rem !important;
padding-bottom: 3rem !important;
}
.pt-sm-0 {
padding-top: 0 !important;
}
.pt-sm-1 {
padding-top: 0.25rem !important;
}
.pt-sm-2 {
padding-top: 0.5rem !important;
}
.pt-sm-3 {
padding-top: 1rem !important;
}
.pt-sm-4 {
padding-top: 1.5rem !important;
}
.pt-sm-5 {
padding-top: 3rem !important;
}
.pe-sm-0 {
padding-right: 0 !important;
}
.pe-sm-1 {
padding-right: 0.25rem !important;
}
.pe-sm-2 {
padding-right: 0.5rem !important;
}
.pe-sm-3 {
padding-right: 1rem !important;
}
.pe-sm-4 {
padding-right: 1.5rem !important;
}
.pe-sm-5 {
padding-right: 3rem !important;
}
.pb-sm-0 {
padding-bottom: 0 !important;
}
.pb-sm-1 {
padding-bottom: 0.25rem !important;
}
.pb-sm-2 {
padding-bottom: 0.5rem !important;
}
.pb-sm-3 {
padding-bottom: 1rem !important;
}
.pb-sm-4 {
padding-bottom: 1.5rem !important;
}
.pb-sm-5 {
padding-bottom: 3rem !important;
}
.ps-sm-0 {
padding-left: 0 !important;
}
.ps-sm-1 {
padding-left: 0.25rem !important;
}
.ps-sm-2 {
padding-left: 0.5rem !important;
}
.ps-sm-3 {
padding-left: 1rem !important;
}
.ps-sm-4 {
padding-left: 1.5rem !important;
}
.ps-sm-5 {
padding-left: 3rem !important;
}
}
@media (min-width: 768px) {
.d-md-inline {
display: inline !important;
}
.d-md-inline-block {
display: inline-block !important;
}
.d-md-block {
display: block !important;
}
.d-md-grid {
display: grid !important;
}
.d-md-table {
display: table !important;
}
.d-md-table-row {
display: table-row !important;
}
.d-md-table-cell {
display: table-cell !important;
}
.d-md-flex {
display: flex !important;
}
.d-md-inline-flex {
display: inline-flex !important;
}
.d-md-none {
display: none !important;
}
.flex-md-fill {
flex: 1 1 auto !important;
}
.flex-md-row {
flex-direction: row !important;
}
.flex-md-column {
flex-direction: column !important;
}
.flex-md-row-reverse {
flex-direction: row-reverse !important;
}
.flex-md-column-reverse {
flex-direction: column-reverse !important;
}
.flex-md-grow-0 {
flex-grow: 0 !important;
}
.flex-md-grow-1 {
flex-grow: 1 !important;
}
.flex-md-shrink-0 {
flex-shrink: 0 !important;
}
.flex-md-shrink-1 {
flex-shrink: 1 !important;
}
.flex-md-wrap {
flex-wrap: wrap !important;
}
.flex-md-nowrap {
flex-wrap: nowrap !important;
}
.flex-md-wrap-reverse {
flex-wrap: wrap-reverse !important;
}
.justify-content-md-start {
justify-content: flex-start !important;
}
.justify-content-md-end {
justify-content: flex-end !important;
}
.justify-content-md-center {
justify-content: center !important;
}
.justify-content-md-between {
justify-content: space-between !important;
}
.justify-content-md-around {
justify-content: space-around !important;
}
.justify-content-md-evenly {
justify-content: space-evenly !important;
}
.align-items-md-start {
align-items: flex-start !important;
}
.align-items-md-end {
align-items: flex-end !important;
}
.align-items-md-center {
align-items: center !important;
}
.align-items-md-baseline {
align-items: baseline !important;
}
.align-items-md-stretch {
align-items: stretch !important;
}
.align-content-md-start {
align-content: flex-start !important;
}
.align-content-md-end {
align-content: flex-end !important;
}
.align-content-md-center {
align-content: center !important;
}
.align-content-md-between {
align-content: space-between !important;
}
.align-content-md-around {
align-content: space-around !important;
}
.align-content-md-stretch {
align-content: stretch !important;
}
.align-self-md-auto {
align-self: auto !important;
}
.align-self-md-start {
align-self: flex-start !important;
}
.align-self-md-end {
align-self: flex-end !important;
}
.align-self-md-center {
align-self: center !important;
}
.align-self-md-baseline {
align-self: baseline !important;
}
.align-self-md-stretch {
align-self: stretch !important;
}
.order-md-first {
order: -1 !important;
}
.order-md-0 {
order: 0 !important;
}
.order-md-1 {
order: 1 !important;
}
.order-md-2 {
order: 2 !important;
}
.order-md-3 {
order: 3 !important;
}
.order-md-4 {
order: 4 !important;
}
.order-md-5 {
order: 5 !important;
}
.order-md-last {
order: 6 !important;
}
.m-md-0 {
margin: 0 !important;
}
.m-md-1 {
margin: 0.25rem !important;
}
.m-md-2 {
margin: 0.5rem !important;
}
.m-md-3 {
margin: 1rem !important;
}
.m-md-4 {
margin: 1.5rem !important;
}
.m-md-5 {
margin: 3rem !important;
}
.m-md-auto {
margin: auto !important;
}
.mx-md-0 {
margin-right: 0 !important;
margin-left: 0 !important;
}
.mx-md-1 {
margin-right: 0.25rem !important;
margin-left: 0.25rem !important;
}
.mx-md-2 {
margin-right: 0.5rem !important;
margin-left: 0.5rem !important;
}
.mx-md-3 {
margin-right: 1rem !important;
margin-left: 1rem !important;
}
.mx-md-4 {
margin-right: 1.5rem !important;
margin-left: 1.5rem !important;
}
.mx-md-5 {
margin-right: 3rem !important;
margin-left: 3rem !important;
}
.mx-md-auto {
margin-right: auto !important;
margin-left: auto !important;
}
.my-md-0 {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
.my-md-1 {
margin-top: 0.25rem !important;
margin-bottom: 0.25rem !important;
}
.my-md-2 {
margin-top: 0.5rem !important;
margin-bottom: 0.5rem !important;
}
.my-md-3 {
margin-top: 1rem !important;
margin-bottom: 1rem !important;
}
.my-md-4 {
margin-top: 1.5rem !important;
margin-bottom: 1.5rem !important;
}
.my-md-5 {
margin-top: 3rem !important;
margin-bottom: 3rem !important;
}
.my-md-auto {
margin-top: auto !important;
margin-bottom: auto !important;
}
.mt-md-0 {
margin-top: 0 !important;
}
.mt-md-1 {
margin-top: 0.25rem !important;
}
.mt-md-2 {
margin-top: 0.5rem !important;
}
.mt-md-3 {
margin-top: 1rem !important;
}
.mt-md-4 {
margin-top: 1.5rem !important;
}
.mt-md-5 {
margin-top: 3rem !important;
}
.mt-md-auto {
margin-top: auto !important;
}
.me-md-0 {
margin-right: 0 !important;
}
.me-md-1 {
margin-right: 0.25rem !important;
}
.me-md-2 {
margin-right: 0.5rem !important;
}
.me-md-3 {
margin-right: 1rem !important;
}
.me-md-4 {
margin-right: 1.5rem !important;
}
.me-md-5 {
margin-right: 3rem !important;
}
.me-md-auto {
margin-right: auto !important;
}
.mb-md-0 {
margin-bottom: 0 !important;
}
.mb-md-1 {
margin-bottom: 0.25rem !important;
}
.mb-md-2 {
margin-bottom: 0.5rem !important;
}
.mb-md-3 {
margin-bottom: 1rem !important;
}
.mb-md-4 {
margin-bottom: 1.5rem !important;
}
.mb-md-5 {
margin-bottom: 3rem !important;
}
.mb-md-auto {
margin-bottom: auto !important;
}
.ms-md-0 {
margin-left: 0 !important;
}
.ms-md-1 {
margin-left: 0.25rem !important;
}
.ms-md-2 {
margin-left: 0.5rem !important;
}
.ms-md-3 {
margin-left: 1rem !important;
}
.ms-md-4 {
margin-left: 1.5rem !important;
}
.ms-md-5 {
margin-left: 3rem !important;
}
.ms-md-auto {
margin-left: auto !important;
}
.p-md-0 {
padding: 0 !important;
}
.p-md-1 {
padding: 0.25rem !important;
}
.p-md-2 {
padding: 0.5rem !important;
}
.p-md-3 {
padding: 1rem !important;
}
.p-md-4 {
padding: 1.5rem !important;
}
.p-md-5 {
padding: 3rem !important;
}
.px-md-0 {
padding-right: 0 !important;
padding-left: 0 !important;
}
.px-md-1 {
padding-right: 0.25rem !important;
padding-left: 0.25rem !important;
}
.px-md-2 {
padding-right: 0.5rem !important;
padding-left: 0.5rem !important;
}
.px-md-3 {
padding-right: 1rem !important;
padding-left: 1rem !important;
}
.px-md-4 {
padding-right: 1.5rem !important;
padding-left: 1.5rem !important;
}
.px-md-5 {
padding-right: 3rem !important;
padding-left: 3rem !important;
}
.py-md-0 {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.py-md-1 {
padding-top: 0.25rem !important;
padding-bottom: 0.25rem !important;
}
.py-md-2 {
padding-top: 0.5rem !important;
padding-bottom: 0.5rem !important;
}
.py-md-3 {
padding-top: 1rem !important;
padding-bottom: 1rem !important;
}
.py-md-4 {
padding-top: 1.5rem !important;
padding-bottom: 1.5rem !important;
}
.py-md-5 {
padding-top: 3rem !important;
padding-bottom: 3rem !important;
}
.pt-md-0 {
padding-top: 0 !important;
}
.pt-md-1 {
padding-top: 0.25rem !important;
}
.pt-md-2 {
padding-top: 0.5rem !important;
}
.pt-md-3 {
padding-top: 1rem !important;
}
.pt-md-4 {
padding-top: 1.5rem !important;
}
.pt-md-5 {
padding-top: 3rem !important;
}
.pe-md-0 {
padding-right: 0 !important;
}
.pe-md-1 {
padding-right: 0.25rem !important;
}
.pe-md-2 {
padding-right: 0.5rem !important;
}
.pe-md-3 {
padding-right: 1rem !important;
}
.pe-md-4 {
padding-right: 1.5rem !important;
}
.pe-md-5 {
padding-right: 3rem !important;
}
.pb-md-0 {
padding-bottom: 0 !important;
}
.pb-md-1 {
padding-bottom: 0.25rem !important;
}
.pb-md-2 {
padding-bottom: 0.5rem !important;
}
.pb-md-3 {
padding-bottom: 1rem !important;
}
.pb-md-4 {
padding-bottom: 1.5rem !important;
}
.pb-md-5 {
padding-bottom: 3rem !important;
}
.ps-md-0 {
padding-left: 0 !important;
}
.ps-md-1 {
padding-left: 0.25rem !important;
}
.ps-md-2 {
padding-left: 0.5rem !important;
}
.ps-md-3 {
padding-left: 1rem !important;
}
.ps-md-4 {
padding-left: 1.5rem !important;
}
.ps-md-5 {
padding-left: 3rem !important;
}
}
@media (min-width: 992px) {
.d-lg-inline {
display: inline !important;
}
.d-lg-inline-block {
display: inline-block !important;
}
.d-lg-block {
display: block !important;
}
.d-lg-grid {
display: grid !important;
}
.d-lg-table {
display: table !important;
}
.d-lg-table-row {
display: table-row !important;
}
.d-lg-table-cell {
display: table-cell !important;
}
.d-lg-flex {
display: flex !important;
}
.d-lg-inline-flex {
display: inline-flex !important;
}
.d-lg-none {
display: none !important;
}
.flex-lg-fill {
flex: 1 1 auto !important;
}
.flex-lg-row {
flex-direction: row !important;
}
.flex-lg-column {
flex-direction: column !important;
}
.flex-lg-row-reverse {
flex-direction: row-reverse !important;
}
.flex-lg-column-reverse {
flex-direction: column-reverse !important;
}
.flex-lg-grow-0 {
flex-grow: 0 !important;
}
.flex-lg-grow-1 {
flex-grow: 1 !important;
}
.flex-lg-shrink-0 {
flex-shrink: 0 !important;
}
.flex-lg-shrink-1 {
flex-shrink: 1 !important;
}
.flex-lg-wrap {
flex-wrap: wrap !important;
}
.flex-lg-nowrap {
flex-wrap: nowrap !important;
}
.flex-lg-wrap-reverse {
flex-wrap: wrap-reverse !important;
}
.justify-content-lg-start {
justify-content: flex-start !important;
}
.justify-content-lg-end {
justify-content: flex-end !important;
}
.justify-content-lg-center {
justify-content: center !important;
}
.justify-content-lg-between {
justify-content: space-between !important;
}
.justify-content-lg-around {
justify-content: space-around !important;
}
.justify-content-lg-evenly {
justify-content: space-evenly !important;
}
.align-items-lg-start {
align-items: flex-start !important;
}
.align-items-lg-end {
align-items: flex-end !important;
}
.align-items-lg-center {
align-items: center !important;
}
.align-items-lg-baseline {
align-items: baseline !important;
}
.align-items-lg-stretch {
align-items: stretch !important;
}
.align-content-lg-start {
align-content: flex-start !important;
}
.align-content-lg-end {
align-content: flex-end !important;
}
.align-content-lg-center {
align-content: center !important;
}
.align-content-lg-between {
align-content: space-between !important;
}
.align-content-lg-around {
align-content: space-around !important;
}
.align-content-lg-stretch {
align-content: stretch !important;
}
.align-self-lg-auto {
align-self: auto !important;
}
.align-self-lg-start {
align-self: flex-start !important;
}
.align-self-lg-end {
align-self: flex-end !important;
}
.align-self-lg-center {
align-self: center !important;
}
.align-self-lg-baseline {
align-self: baseline !important;
}
.align-self-lg-stretch {
align-self: stretch !important;
}
.order-lg-first {
order: -1 !important;
}
.order-lg-0 {
order: 0 !important;
}
.order-lg-1 {
order: 1 !important;
}
.order-lg-2 {
order: 2 !important;
}
.order-lg-3 {
order: 3 !important;
}
.order-lg-4 {
order: 4 !important;
}
.order-lg-5 {
order: 5 !important;
}
.order-lg-last {
order: 6 !important;
}
.m-lg-0 {
margin: 0 !important;
}
.m-lg-1 {
margin: 0.25rem !important;
}
.m-lg-2 {
margin: 0.5rem !important;
}
.m-lg-3 {
margin: 1rem !important;
}
.m-lg-4 {
margin: 1.5rem !important;
}
.m-lg-5 {
margin: 3rem !important;
}
.m-lg-auto {
margin: auto !important;
}
.mx-lg-0 {
margin-right: 0 !important;
margin-left: 0 !important;
}
.mx-lg-1 {
margin-right: 0.25rem !important;
margin-left: 0.25rem !important;
}
.mx-lg-2 {
margin-right: 0.5rem !important;
margin-left: 0.5rem !important;
}
.mx-lg-3 {
margin-right: 1rem !important;
margin-left: 1rem !important;
}
.mx-lg-4 {
margin-right: 1.5rem !important;
margin-left: 1.5rem !important;
}
.mx-lg-5 {
margin-right: 3rem !important;
margin-left: 3rem !important;
}
.mx-lg-auto {
margin-right: auto !important;
margin-left: auto !important;
}
.my-lg-0 {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
.my-lg-1 {
margin-top: 0.25rem !important;
margin-bottom: 0.25rem !important;
}
.my-lg-2 {
margin-top: 0.5rem !important;
margin-bottom: 0.5rem !important;
}
.my-lg-3 {
margin-top: 1rem !important;
margin-bottom: 1rem !important;
}
.my-lg-4 {
margin-top: 1.5rem !important;
margin-bottom: 1.5rem !important;
}
.my-lg-5 {
margin-top: 3rem !important;
margin-bottom: 3rem !important;
}
.my-lg-auto {
margin-top: auto !important;
margin-bottom: auto !important;
}
.mt-lg-0 {
margin-top: 0 !important;
}
.mt-lg-1 {
margin-top: 0.25rem !important;
}
.mt-lg-2 {
margin-top: 0.5rem !important;
}
.mt-lg-3 {
margin-top: 1rem !important;
}
.mt-lg-4 {
margin-top: 1.5rem !important;
}
.mt-lg-5 {
margin-top: 3rem !important;
}
.mt-lg-auto {
margin-top: auto !important;
}
.me-lg-0 {
margin-right: 0 !important;
}
.me-lg-1 {
margin-right: 0.25rem !important;
}
.me-lg-2 {
margin-right: 0.5rem !important;
}
.me-lg-3 {
margin-right: 1rem !important;
}
.me-lg-4 {
margin-right: 1.5rem !important;
}
.me-lg-5 {
margin-right: 3rem !important;
}
.me-lg-auto {
margin-right: auto !important;
}
.mb-lg-0 {
margin-bottom: 0 !important;
}
.mb-lg-1 {
margin-bottom: 0.25rem !important;
}
.mb-lg-2 {
margin-bottom: 0.5rem !important;
}
.mb-lg-3 {
margin-bottom: 1rem !important;
}
.mb-lg-4 {
margin-bottom: 1.5rem !important;
}
.mb-lg-5 {
margin-bottom: 3rem !important;
}
.mb-lg-auto {
margin-bottom: auto !important;
}
.ms-lg-0 {
margin-left: 0 !important;
}
.ms-lg-1 {
margin-left: 0.25rem !important;
}
.ms-lg-2 {
margin-left: 0.5rem !important;
}
.ms-lg-3 {
margin-left: 1rem !important;
}
.ms-lg-4 {
margin-left: 1.5rem !important;
}
.ms-lg-5 {
margin-left: 3rem !important;
}
.ms-lg-auto {
margin-left: auto !important;
}
.p-lg-0 {
padding: 0 !important;
}
.p-lg-1 {
padding: 0.25rem !important;
}
.p-lg-2 {
padding: 0.5rem !important;
}
.p-lg-3 {
padding: 1rem !important;
}
.p-lg-4 {
padding: 1.5rem !important;
}
.p-lg-5 {
padding: 3rem !important;
}
.px-lg-0 {
padding-right: 0 !important;
padding-left: 0 !important;
}
.px-lg-1 {
padding-right: 0.25rem !important;
padding-left: 0.25rem !important;
}
.px-lg-2 {
padding-right: 0.5rem !important;
padding-left: 0.5rem !important;
}
.px-lg-3 {
padding-right: 1rem !important;
padding-left: 1rem !important;
}
.px-lg-4 {
padding-right: 1.5rem !important;
padding-left: 1.5rem !important;
}
.px-lg-5 {
padding-right: 3rem !important;
padding-left: 3rem !important;
}
.py-lg-0 {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.py-lg-1 {
padding-top: 0.25rem !important;
padding-bottom: 0.25rem !important;
}
.py-lg-2 {
padding-top: 0.5rem !important;
padding-bottom: 0.5rem !important;
}
.py-lg-3 {
padding-top: 1rem !important;
padding-bottom: 1rem !important;
}
.py-lg-4 {
padding-top: 1.5rem !important;
padding-bottom: 1.5rem !important;
}
.py-lg-5 {
padding-top: 3rem !important;
padding-bottom: 3rem !important;
}
.pt-lg-0 {
padding-top: 0 !important;
}
.pt-lg-1 {
padding-top: 0.25rem !important;
}
.pt-lg-2 {
padding-top: 0.5rem !important;
}
.pt-lg-3 {
padding-top: 1rem !important;
}
.pt-lg-4 {
padding-top: 1.5rem !important;
}
.pt-lg-5 {
padding-top: 3rem !important;
}
.pe-lg-0 {
padding-right: 0 !important;
}
.pe-lg-1 {
padding-right: 0.25rem !important;
}
.pe-lg-2 {
padding-right: 0.5rem !important;
}
.pe-lg-3 {
padding-right: 1rem !important;
}
.pe-lg-4 {
padding-right: 1.5rem !important;
}
.pe-lg-5 {
padding-right: 3rem !important;
}
.pb-lg-0 {
padding-bottom: 0 !important;
}
.pb-lg-1 {
padding-bottom: 0.25rem !important;
}
.pb-lg-2 {
padding-bottom: 0.5rem !important;
}
.pb-lg-3 {
padding-bottom: 1rem !important;
}
.pb-lg-4 {
padding-bottom: 1.5rem !important;
}
.pb-lg-5 {
padding-bottom: 3rem !important;
}
.ps-lg-0 {
padding-left: 0 !important;
}
.ps-lg-1 {
padding-left: 0.25rem !important;
}
.ps-lg-2 {
padding-left: 0.5rem !important;
}
.ps-lg-3 {
padding-left: 1rem !important;
}
.ps-lg-4 {
padding-left: 1.5rem !important;
}
.ps-lg-5 {
padding-left: 3rem !important;
}
}
@media (min-width: 1200px) {
.d-xl-inline {
display: inline !important;
}
.d-xl-inline-block {
display: inline-block !important;
}
.d-xl-block {
display: block !important;
}
.d-xl-grid {
display: grid !important;
}
.d-xl-table {
display: table !important;
}
.d-xl-table-row {
display: table-row !important;
}
.d-xl-table-cell {
display: table-cell !important;
}
.d-xl-flex {
display: flex !important;
}
.d-xl-inline-flex {
display: inline-flex !important;
}
.d-xl-none {
display: none !important;
}
.flex-xl-fill {
flex: 1 1 auto !important;
}
.flex-xl-row {
flex-direction: row !important;
}
.flex-xl-column {
flex-direction: column !important;
}
.flex-xl-row-reverse {
flex-direction: row-reverse !important;
}
.flex-xl-column-reverse {
flex-direction: column-reverse !important;
}
.flex-xl-grow-0 {
flex-grow: 0 !important;
}
.flex-xl-grow-1 {
flex-grow: 1 !important;
}
.flex-xl-shrink-0 {
flex-shrink: 0 !important;
}
.flex-xl-shrink-1 {
flex-shrink: 1 !important;
}
.flex-xl-wrap {
flex-wrap: wrap !important;
}
.flex-xl-nowrap {
flex-wrap: nowrap !important;
}
.flex-xl-wrap-reverse {
flex-wrap: wrap-reverse !important;
}
.justify-content-xl-start {
justify-content: flex-start !important;
}
.justify-content-xl-end {
justify-content: flex-end !important;
}
.justify-content-xl-center {
justify-content: center !important;
}
.justify-content-xl-between {
justify-content: space-between !important;
}
.justify-content-xl-around {
justify-content: space-around !important;
}
.justify-content-xl-evenly {
justify-content: space-evenly !important;
}
.align-items-xl-start {
align-items: flex-start !important;
}
.align-items-xl-end {
align-items: flex-end !important;
}
.align-items-xl-center {
align-items: center !important;
}
.align-items-xl-baseline {
align-items: baseline !important;
}
.align-items-xl-stretch {
align-items: stretch !important;
}
.align-content-xl-start {
align-content: flex-start !important;
}
.align-content-xl-end {
align-content: flex-end !important;
}
.align-content-xl-center {
align-content: center !important;
}
.align-content-xl-between {
align-content: space-between !important;
}
.align-content-xl-around {
align-content: space-around !important;
}
.align-content-xl-stretch {
align-content: stretch !important;
}
.align-self-xl-auto {
align-self: auto !important;
}
.align-self-xl-start {
align-self: flex-start !important;
}
.align-self-xl-end {
align-self: flex-end !important;
}
.align-self-xl-center {
align-self: center !important;
}
.align-self-xl-baseline {
align-self: baseline !important;
}
.align-self-xl-stretch {
align-self: stretch !important;
}
.order-xl-first {
order: -1 !important;
}
.order-xl-0 {
order: 0 !important;
}
.order-xl-1 {
order: 1 !important;
}
.order-xl-2 {
order: 2 !important;
}
.order-xl-3 {
order: 3 !important;
}
.order-xl-4 {
order: 4 !important;
}
.order-xl-5 {
order: 5 !important;
}
.order-xl-last {
order: 6 !important;
}
.m-xl-0 {
margin: 0 !important;
}
.m-xl-1 {
margin: 0.25rem !important;
}
.m-xl-2 {
margin: 0.5rem !important;
}
.m-xl-3 {
margin: 1rem !important;
}
.m-xl-4 {
margin: 1.5rem !important;
}
.m-xl-5 {
margin: 3rem !important;
}
.m-xl-auto {
margin: auto !important;
}
.mx-xl-0 {
margin-right: 0 !important;
margin-left: 0 !important;
}
.mx-xl-1 {
margin-right: 0.25rem !important;
margin-left: 0.25rem !important;
}
.mx-xl-2 {
margin-right: 0.5rem !important;
margin-left: 0.5rem !important;
}
.mx-xl-3 {
margin-right: 1rem !important;
margin-left: 1rem !important;
}
.mx-xl-4 {
margin-right: 1.5rem !important;
margin-left: 1.5rem !important;
}
.mx-xl-5 {
margin-right: 3rem !important;
margin-left: 3rem !important;
}
.mx-xl-auto {
margin-right: auto !important;
margin-left: auto !important;
}
.my-xl-0 {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
.my-xl-1 {
margin-top: 0.25rem !important;
margin-bottom: 0.25rem !important;
}
.my-xl-2 {
margin-top: 0.5rem !important;
margin-bottom: 0.5rem !important;
}
.my-xl-3 {
margin-top: 1rem !important;
margin-bottom: 1rem !important;
}
.my-xl-4 {
margin-top: 1.5rem !important;
margin-bottom: 1.5rem !important;
}
.my-xl-5 {
margin-top: 3rem !important;
margin-bottom: 3rem !important;
}
.my-xl-auto {
margin-top: auto !important;
margin-bottom: auto !important;
}
.mt-xl-0 {
margin-top: 0 !important;
}
.mt-xl-1 {
margin-top: 0.25rem !important;
}
.mt-xl-2 {
margin-top: 0.5rem !important;
}
.mt-xl-3 {
margin-top: 1rem !important;
}
.mt-xl-4 {
margin-top: 1.5rem !important;
}
.mt-xl-5 {
margin-top: 3rem !important;
}
.mt-xl-auto {
margin-top: auto !important;
}
.me-xl-0 {
margin-right: 0 !important;
}
.me-xl-1 {
margin-right: 0.25rem !important;
}
.me-xl-2 {
margin-right: 0.5rem !important;
}
.me-xl-3 {
margin-right: 1rem !important;
}
.me-xl-4 {
margin-right: 1.5rem !important;
}
.me-xl-5 {
margin-right: 3rem !important;
}
.me-xl-auto {
margin-right: auto !important;
}
.mb-xl-0 {
margin-bottom: 0 !important;
}
.mb-xl-1 {
margin-bottom: 0.25rem !important;
}
.mb-xl-2 {
margin-bottom: 0.5rem !important;
}
.mb-xl-3 {
margin-bottom: 1rem !important;
}
.mb-xl-4 {
margin-bottom: 1.5rem !important;
}
.mb-xl-5 {
margin-bottom: 3rem !important;
}
.mb-xl-auto {
margin-bottom: auto !important;
}
.ms-xl-0 {
margin-left: 0 !important;
}
.ms-xl-1 {
margin-left: 0.25rem !important;
}
.ms-xl-2 {
margin-left: 0.5rem !important;
}
.ms-xl-3 {
margin-left: 1rem !important;
}
.ms-xl-4 {
margin-left: 1.5rem !important;
}
.ms-xl-5 {
margin-left: 3rem !important;
}
.ms-xl-auto {
margin-left: auto !important;
}
.p-xl-0 {
padding: 0 !important;
}
.p-xl-1 {
padding: 0.25rem !important;
}
.p-xl-2 {
padding: 0.5rem !important;
}
.p-xl-3 {
padding: 1rem !important;
}
.p-xl-4 {
padding: 1.5rem !important;
}
.p-xl-5 {
padding: 3rem !important;
}
.px-xl-0 {
padding-right: 0 !important;
padding-left: 0 !important;
}
.px-xl-1 {
padding-right: 0.25rem !important;
padding-left: 0.25rem !important;
}
.px-xl-2 {
padding-right: 0.5rem !important;
padding-left: 0.5rem !important;
}
.px-xl-3 {
padding-right: 1rem !important;
padding-left: 1rem !important;
}
.px-xl-4 {
padding-right: 1.5rem !important;
padding-left: 1.5rem !important;
}
.px-xl-5 {
padding-right: 3rem !important;
padding-left: 3rem !important;
}
.py-xl-0 {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.py-xl-1 {
padding-top: 0.25rem !important;
padding-bottom: 0.25rem !important;
}
.py-xl-2 {
padding-top: 0.5rem !important;
padding-bottom: 0.5rem !important;
}
.py-xl-3 {
padding-top: 1rem !important;
padding-bottom: 1rem !important;
}
.py-xl-4 {
padding-top: 1.5rem !important;
padding-bottom: 1.5rem !important;
}
.py-xl-5 {
padding-top: 3rem !important;
padding-bottom: 3rem !important;
}
.pt-xl-0 {
padding-top: 0 !important;
}
.pt-xl-1 {
padding-top: 0.25rem !important;
}
.pt-xl-2 {
padding-top: 0.5rem !important;
}
.pt-xl-3 {
padding-top: 1rem !important;
}
.pt-xl-4 {
padding-top: 1.5rem !important;
}
.pt-xl-5 {
padding-top: 3rem !important;
}
.pe-xl-0 {
padding-right: 0 !important;
}
.pe-xl-1 {
padding-right: 0.25rem !important;
}
.pe-xl-2 {
padding-right: 0.5rem !important;
}
.pe-xl-3 {
padding-right: 1rem !important;
}
.pe-xl-4 {
padding-right: 1.5rem !important;
}
.pe-xl-5 {
padding-right: 3rem !important;
}
.pb-xl-0 {
padding-bottom: 0 !important;
}
.pb-xl-1 {
padding-bottom: 0.25rem !important;
}
.pb-xl-2 {
padding-bottom: 0.5rem !important;
}
.pb-xl-3 {
padding-bottom: 1rem !important;
}
.pb-xl-4 {
padding-bottom: 1.5rem !important;
}
.pb-xl-5 {
padding-bottom: 3rem !important;
}
.ps-xl-0 {
padding-left: 0 !important;
}
.ps-xl-1 {
padding-left: 0.25rem !important;
}
.ps-xl-2 {
padding-left: 0.5rem !important;
}
.ps-xl-3 {
padding-left: 1rem !important;
}
.ps-xl-4 {
padding-left: 1.5rem !important;
}
.ps-xl-5 {
padding-left: 3rem !important;
}
}
@media (min-width: 1400px) {
.d-xxl-inline {
display: inline !important;
}
.d-xxl-inline-block {
display: inline-block !important;
}
.d-xxl-block {
display: block !important;
}
.d-xxl-grid {
display: grid !important;
}
.d-xxl-table {
display: table !important;
}
.d-xxl-table-row {
display: table-row !important;
}
.d-xxl-table-cell {
display: table-cell !important;
}
.d-xxl-flex {
display: flex !important;
}
.d-xxl-inline-flex {
display: inline-flex !important;
}
.d-xxl-none {
display: none !important;
}
.flex-xxl-fill {
flex: 1 1 auto !important;
}
.flex-xxl-row {
flex-direction: row !important;
}
.flex-xxl-column {
flex-direction: column !important;
}
.flex-xxl-row-reverse {
flex-direction: row-reverse !important;
}
.flex-xxl-column-reverse {
flex-direction: column-reverse !important;
}
.flex-xxl-grow-0 {
flex-grow: 0 !important;
}
.flex-xxl-grow-1 {
flex-grow: 1 !important;
}
.flex-xxl-shrink-0 {
flex-shrink: 0 !important;
}
.flex-xxl-shrink-1 {
flex-shrink: 1 !important;
}
.flex-xxl-wrap {
flex-wrap: wrap !important;
}
.flex-xxl-nowrap {
flex-wrap: nowrap !important;
}
.flex-xxl-wrap-reverse {
flex-wrap: wrap-reverse !important;
}
.justify-content-xxl-start {
justify-content: flex-start !important;
}
.justify-content-xxl-end {
justify-content: flex-end !important;
}
.justify-content-xxl-center {
justify-content: center !important;
}
.justify-content-xxl-between {
justify-content: space-between !important;
}
.justify-content-xxl-around {
justify-content: space-around !important;
}
.justify-content-xxl-evenly {
justify-content: space-evenly !important;
}
.align-items-xxl-start {
align-items: flex-start !important;
}
.align-items-xxl-end {
align-items: flex-end !important;
}
.align-items-xxl-center {
align-items: center !important;
}
.align-items-xxl-baseline {
align-items: baseline !important;
}
.align-items-xxl-stretch {
align-items: stretch !important;
}
.align-content-xxl-start {
align-content: flex-start !important;
}
.align-content-xxl-end {
align-content: flex-end !important;
}
.align-content-xxl-center {
align-content: center !important;
}
.align-content-xxl-between {
align-content: space-between !important;
}
.align-content-xxl-around {
align-content: space-around !important;
}
.align-content-xxl-stretch {
align-content: stretch !important;
}
.align-self-xxl-auto {
align-self: auto !important;
}
.align-self-xxl-start {
align-self: flex-start !important;
}
.align-self-xxl-end {
align-self: flex-end !important;
}
.align-self-xxl-center {
align-self: center !important;
}
.align-self-xxl-baseline {
align-self: baseline !important;
}
.align-self-xxl-stretch {
align-self: stretch !important;
}
.order-xxl-first {
order: -1 !important;
}
.order-xxl-0 {
order: 0 !important;
}
.order-xxl-1 {
order: 1 !important;
}
.order-xxl-2 {
order: 2 !important;
}
.order-xxl-3 {
order: 3 !important;
}
.order-xxl-4 {
order: 4 !important;
}
.order-xxl-5 {
order: 5 !important;
}
.order-xxl-last {
order: 6 !important;
}
.m-xxl-0 {
margin: 0 !important;
}
.m-xxl-1 {
margin: 0.25rem !important;
}
.m-xxl-2 {
margin: 0.5rem !important;
}
.m-xxl-3 {
margin: 1rem !important;
}
.m-xxl-4 {
margin: 1.5rem !important;
}
.m-xxl-5 {
margin: 3rem !important;
}
.m-xxl-auto {
margin: auto !important;
}
.mx-xxl-0 {
margin-right: 0 !important;
margin-left: 0 !important;
}
.mx-xxl-1 {
margin-right: 0.25rem !important;
margin-left: 0.25rem !important;
}
.mx-xxl-2 {
margin-right: 0.5rem !important;
margin-left: 0.5rem !important;
}
.mx-xxl-3 {
margin-right: 1rem !important;
margin-left: 1rem !important;
}
.mx-xxl-4 {
margin-right: 1.5rem !important;
margin-left: 1.5rem !important;
}
.mx-xxl-5 {
margin-right: 3rem !important;
margin-left: 3rem !important;
}
.mx-xxl-auto {
margin-right: auto !important;
margin-left: auto !important;
}
.my-xxl-0 {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
.my-xxl-1 {
margin-top: 0.25rem !important;
margin-bottom: 0.25rem !important;
}
.my-xxl-2 {
margin-top: 0.5rem !important;
margin-bottom: 0.5rem !important;
}
.my-xxl-3 {
margin-top: 1rem !important;
margin-bottom: 1rem !important;
}
.my-xxl-4 {
margin-top: 1.5rem !important;
margin-bottom: 1.5rem !important;
}
.my-xxl-5 {
margin-top: 3rem !important;
margin-bottom: 3rem !important;
}
.my-xxl-auto {
margin-top: auto !important;
margin-bottom: auto !important;
}
.mt-xxl-0 {
margin-top: 0 !important;
}
.mt-xxl-1 {
margin-top: 0.25rem !important;
}
.mt-xxl-2 {
margin-top: 0.5rem !important;
}
.mt-xxl-3 {
margin-top: 1rem !important;
}
.mt-xxl-4 {
margin-top: 1.5rem !important;
}
.mt-xxl-5 {
margin-top: 3rem !important;
}
.mt-xxl-auto {
margin-top: auto !important;
}
.me-xxl-0 {
margin-right: 0 !important;
}
.me-xxl-1 {
margin-right: 0.25rem !important;
}
.me-xxl-2 {
margin-right: 0.5rem !important;
}
.me-xxl-3 {
margin-right: 1rem !important;
}
.me-xxl-4 {
margin-right: 1.5rem !important;
}
.me-xxl-5 {
margin-right: 3rem !important;
}
.me-xxl-auto {
margin-right: auto !important;
}
.mb-xxl-0 {
margin-bottom: 0 !important;
}
.mb-xxl-1 {
margin-bottom: 0.25rem !important;
}
.mb-xxl-2 {
margin-bottom: 0.5rem !important;
}
.mb-xxl-3 {
margin-bottom: 1rem !important;
}
.mb-xxl-4 {
margin-bottom: 1.5rem !important;
}
.mb-xxl-5 {
margin-bottom: 3rem !important;
}
.mb-xxl-auto {
margin-bottom: auto !important;
}
.ms-xxl-0 {
margin-left: 0 !important;
}
.ms-xxl-1 {
margin-left: 0.25rem !important;
}
.ms-xxl-2 {
margin-left: 0.5rem !important;
}
.ms-xxl-3 {
margin-left: 1rem !important;
}
.ms-xxl-4 {
margin-left: 1.5rem !important;
}
.ms-xxl-5 {
margin-left: 3rem !important;
}
.ms-xxl-auto {
margin-left: auto !important;
}
.p-xxl-0 {
padding: 0 !important;
}
.p-xxl-1 {
padding: 0.25rem !important;
}
.p-xxl-2 {
padding: 0.5rem !important;
}
.p-xxl-3 {
padding: 1rem !important;
}
.p-xxl-4 {
padding: 1.5rem !important;
}
.p-xxl-5 {
padding: 3rem !important;
}
.px-xxl-0 {
padding-right: 0 !important;
padding-left: 0 !important;
}
.px-xxl-1 {
padding-right: 0.25rem !important;
padding-left: 0.25rem !important;
}
.px-xxl-2 {
padding-right: 0.5rem !important;
padding-left: 0.5rem !important;
}
.px-xxl-3 {
padding-right: 1rem !important;
padding-left: 1rem !important;
}
.px-xxl-4 {
padding-right: 1.5rem !important;
padding-left: 1.5rem !important;
}
.px-xxl-5 {
padding-right: 3rem !important;
padding-left: 3rem !important;
}
.py-xxl-0 {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.py-xxl-1 {
padding-top: 0.25rem !important;
padding-bottom: 0.25rem !important;
}
.py-xxl-2 {
padding-top: 0.5rem !important;
padding-bottom: 0.5rem !important;
}
.py-xxl-3 {
padding-top: 1rem !important;
padding-bottom: 1rem !important;
}
.py-xxl-4 {
padding-top: 1.5rem !important;
padding-bottom: 1.5rem !important;
}
.py-xxl-5 {
padding-top: 3rem !important;
padding-bottom: 3rem !important;
}
.pt-xxl-0 {
padding-top: 0 !important;
}
.pt-xxl-1 {
padding-top: 0.25rem !important;
}
.pt-xxl-2 {
padding-top: 0.5rem !important;
}
.pt-xxl-3 {
padding-top: 1rem !important;
}
.pt-xxl-4 {
padding-top: 1.5rem !important;
}
.pt-xxl-5 {
padding-top: 3rem !important;
}
.pe-xxl-0 {
padding-right: 0 !important;
}
.pe-xxl-1 {
padding-right: 0.25rem !important;
}
.pe-xxl-2 {
padding-right: 0.5rem !important;
}
.pe-xxl-3 {
padding-right: 1rem !important;
}
.pe-xxl-4 {
padding-right: 1.5rem !important;
}
.pe-xxl-5 {
padding-right: 3rem !important;
}
.pb-xxl-0 {
padding-bottom: 0 !important;
}
.pb-xxl-1 {
padding-bottom: 0.25rem !important;
}
.pb-xxl-2 {
padding-bottom: 0.5rem !important;
}
.pb-xxl-3 {
padding-bottom: 1rem !important;
}
.pb-xxl-4 {
padding-bottom: 1.5rem !important;
}
.pb-xxl-5 {
padding-bottom: 3rem !important;
}
.ps-xxl-0 {
padding-left: 0 !important;
}
.ps-xxl-1 {
padding-left: 0.25rem !important;
}
.ps-xxl-2 {
padding-left: 0.5rem !important;
}
.ps-xxl-3 {
padding-left: 1rem !important;
}
.ps-xxl-4 {
padding-left: 1.5rem !important;
}
.ps-xxl-5 {
padding-left: 3rem !important;
}
}
@media print {
.d-print-inline {
display: inline !important;
}
.d-print-inline-block {
display: inline-block !important;
}
.d-print-block {
display: block !important;
}
.d-print-grid {
display: grid !important;
}
.d-print-table {
display: table !important;
}
.d-print-table-row {
display: table-row !important;
}
.d-print-table-cell {
display: table-cell !important;
}
.d-print-flex {
display: flex !important;
}
.d-print-inline-flex {
display: inline-flex !important;
}
.d-print-none {
display: none !important;
}
}.fa,
.fas,
.far,
.fal,
.fad,
.fab {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
line-height: 1; }
.fa-lg {
font-size: 1.33333em;
line-height: 0.75em;
vertical-align: -.0667em; }
.fa-xs {
font-size: .75em; }
.fa-sm {
font-size: .875em; }
.fa-1x {
font-size: 1em; }
.fa-2x {
font-size: 2em; }
.fa-3x {
font-size: 3em; }
.fa-4x {
font-size: 4em; }
.fa-5x {
font-size: 5em; }
.fa-6x {
font-size: 6em; }
.fa-7x {
font-size: 7em; }
.fa-8x {
font-size: 8em; }
.fa-9x {
font-size: 9em; }
.fa-10x {
font-size: 10em; }
.fa-fw {
text-align: center;
width: 1.25em; }
.fa-ul {
list-style-type: none;
margin-left: 2.5em;
padding-left: 0; }
.fa-ul > li {
position: relative; }
.fa-li {
left: -2em;
position: absolute;
text-align: center;
width: 2em;
line-height: inherit; }
.fa-border {
border: solid 0.08em #eee;
border-radius: .1em;
padding: .2em .25em .15em; }
.fa-pull-left {
float: left; }
.fa-pull-right {
float: right; }
.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
margin-right: .3em; }
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
margin-left: .3em; }
.fa-spin {
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear; }
.fa-pulse {
-webkit-animation: fa-spin 1s infinite steps(8);
animation: fa-spin 1s infinite steps(8); }
@-webkit-keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg); } }
@keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg); } }
.fa-rotate-90 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
-webkit-transform: rotate(90deg);
transform: rotate(90deg); }
.fa-rotate-180 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
-webkit-transform: rotate(180deg);
transform: rotate(180deg); }
.fa-rotate-270 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
-webkit-transform: rotate(270deg);
transform: rotate(270deg); }
.fa-flip-horizontal {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
-webkit-transform: scale(-1, 1);
transform: scale(-1, 1); }
.fa-flip-vertical {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
-webkit-transform: scale(1, -1);
transform: scale(1, -1); }
.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
-webkit-transform: scale(-1, -1);
transform: scale(-1, -1); }
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
-webkit-filter: none;
filter: none; }
.fa-stack {
display: inline-block;
height: 2em;
line-height: 2em;
position: relative;
vertical-align: middle;
width: 2.5em; }
.fa-stack-1x,
.fa-stack-2x {
left: 0;
position: absolute;
text-align: center;
width: 100%; }
.fa-stack-1x {
line-height: inherit; }
.fa-stack-2x {
font-size: 2em; }
.fa-inverse {
color: #fff; } .fa-500px:before {
content: "\f26e"; }
.fa-accessible-icon:before {
content: "\f368"; }
.fa-accusoft:before {
content: "\f369"; }
.fa-acquisitions-incorporated:before {
content: "\f6af"; }
.fa-ad:before {
content: "\f641"; }
.fa-address-book:before {
content: "\f2b9"; }
.fa-address-card:before {
content: "\f2bb"; }
.fa-adjust:before {
content: "\f042"; }
.fa-adn:before {
content: "\f170"; }
.fa-adversal:before {
content: "\f36a"; }
.fa-affiliatetheme:before {
content: "\f36b"; }
.fa-air-freshener:before {
content: "\f5d0"; }
.fa-airbnb:before {
content: "\f834"; }
.fa-algolia:before {
content: "\f36c"; }
.fa-align-center:before {
content: "\f037"; }
.fa-align-justify:before {
content: "\f039"; }
.fa-align-left:before {
content: "\f036"; }
.fa-align-right:before {
content: "\f038"; }
.fa-alipay:before {
content: "\f642"; }
.fa-allergies:before {
content: "\f461"; }
.fa-amazon:before {
content: "\f270"; }
.fa-amazon-pay:before {
content: "\f42c"; }
.fa-ambulance:before {
content: "\f0f9"; }
.fa-american-sign-language-interpreting:before {
content: "\f2a3"; }
.fa-amilia:before {
content: "\f36d"; }
.fa-anchor:before {
content: "\f13d"; }
.fa-android:before {
content: "\f17b"; }
.fa-angellist:before {
content: "\f209"; }
.fa-angle-double-down:before {
content: "\f103"; }
.fa-angle-double-left:before {
content: "\f100"; }
.fa-angle-double-right:before {
content: "\f101"; }
.fa-angle-double-up:before {
content: "\f102"; }
.fa-angle-down:before {
content: "\f107"; }
.fa-angle-left:before {
content: "\f104"; }
.fa-angle-right:before {
content: "\f105"; }
.fa-angle-up:before {
content: "\f106"; }
.fa-angry:before {
content: "\f556"; }
.fa-angrycreative:before {
content: "\f36e"; }
.fa-angular:before {
content: "\f420"; }
.fa-ankh:before {
content: "\f644"; }
.fa-app-store:before {
content: "\f36f"; }
.fa-app-store-ios:before {
content: "\f370"; }
.fa-apper:before {
content: "\f371"; }
.fa-apple:before {
content: "\f179"; }
.fa-apple-alt:before {
content: "\f5d1"; }
.fa-apple-pay:before {
content: "\f415"; }
.fa-archive:before {
content: "\f187"; }
.fa-archway:before {
content: "\f557"; }
.fa-arrow-alt-circle-down:before {
content: "\f358"; }
.fa-arrow-alt-circle-left:before {
content: "\f359"; }
.fa-arrow-alt-circle-right:before {
content: "\f35a"; }
.fa-arrow-alt-circle-up:before {
content: "\f35b"; }
.fa-arrow-circle-down:before {
content: "\f0ab"; }
.fa-arrow-circle-left:before {
content: "\f0a8"; }
.fa-arrow-circle-right:before {
content: "\f0a9"; }
.fa-arrow-circle-up:before {
content: "\f0aa"; }
.fa-arrow-down:before {
content: "\f063"; }
.fa-arrow-left:before {
content: "\f060"; }
.fa-arrow-right:before {
content: "\f061"; }
.fa-arrow-up:before {
content: "\f062"; }
.fa-arrows-alt:before {
content: "\f0b2"; }
.fa-arrows-alt-h:before {
content: "\f337"; }
.fa-arrows-alt-v:before {
content: "\f338"; }
.fa-artstation:before {
content: "\f77a"; }
.fa-assistive-listening-systems:before {
content: "\f2a2"; }
.fa-asterisk:before {
content: "\f069"; }
.fa-asymmetrik:before {
content: "\f372"; }
.fa-at:before {
content: "\f1fa"; }
.fa-atlas:before {
content: "\f558"; }
.fa-atlassian:before {
content: "\f77b"; }
.fa-atom:before {
content: "\f5d2"; }
.fa-audible:before {
content: "\f373"; }
.fa-audio-description:before {
content: "\f29e"; }
.fa-autoprefixer:before {
content: "\f41c"; }
.fa-avianex:before {
content: "\f374"; }
.fa-aviato:before {
content: "\f421"; }
.fa-award:before {
content: "\f559"; }
.fa-aws:before {
content: "\f375"; }
.fa-baby:before {
content: "\f77c"; }
.fa-baby-carriage:before {
content: "\f77d"; }
.fa-backspace:before {
content: "\f55a"; }
.fa-backward:before {
content: "\f04a"; }
.fa-bacon:before {
content: "\f7e5"; }
.fa-bacteria:before {
content: "\e059"; }
.fa-bacterium:before {
content: "\e05a"; }
.fa-bahai:before {
content: "\f666"; }
.fa-balance-scale:before {
content: "\f24e"; }
.fa-balance-scale-left:before {
content: "\f515"; }
.fa-balance-scale-right:before {
content: "\f516"; }
.fa-ban:before {
content: "\f05e"; }
.fa-band-aid:before {
content: "\f462"; }
.fa-bandcamp:before {
content: "\f2d5"; }
.fa-barcode:before {
content: "\f02a"; }
.fa-bars:before {
content: "\f0c9"; }
.fa-baseball-ball:before {
content: "\f433"; }
.fa-basketball-ball:before {
content: "\f434"; }
.fa-bath:before {
content: "\f2cd"; }
.fa-battery-empty:before {
content: "\f244"; }
.fa-battery-full:before {
content: "\f240"; }
.fa-battery-half:before {
content: "\f242"; }
.fa-battery-quarter:before {
content: "\f243"; }
.fa-battery-three-quarters:before {
content: "\f241"; }
.fa-battle-net:before {
content: "\f835"; }
.fa-bed:before {
content: "\f236"; }
.fa-beer:before {
content: "\f0fc"; }
.fa-behance:before {
content: "\f1b4"; }
.fa-behance-square:before {
content: "\f1b5"; }
.fa-bell:before {
content: "\f0f3"; }
.fa-bell-slash:before {
content: "\f1f6"; }
.fa-bezier-curve:before {
content: "\f55b"; }
.fa-bible:before {
content: "\f647"; }
.fa-bicycle:before {
content: "\f206"; }
.fa-biking:before {
content: "\f84a"; }
.fa-bimobject:before {
content: "\f378"; }
.fa-binoculars:before {
content: "\f1e5"; }
.fa-biohazard:before {
content: "\f780"; }
.fa-birthday-cake:before {
content: "\f1fd"; }
.fa-bitbucket:before {
content: "\f171"; }
.fa-bitcoin:before {
content: "\f379"; }
.fa-bity:before {
content: "\f37a"; }
.fa-black-tie:before {
content: "\f27e"; }
.fa-blackberry:before {
content: "\f37b"; }
.fa-blender:before {
content: "\f517"; }
.fa-blender-phone:before {
content: "\f6b6"; }
.fa-blind:before {
content: "\f29d"; }
.fa-blog:before {
content: "\f781"; }
.fa-blogger:before {
content: "\f37c"; }
.fa-blogger-b:before {
content: "\f37d"; }
.fa-bluetooth:before {
content: "\f293"; }
.fa-bluetooth-b:before {
content: "\f294"; }
.fa-bold:before {
content: "\f032"; }
.fa-bolt:before {
content: "\f0e7"; }
.fa-bomb:before {
content: "\f1e2"; }
.fa-bone:before {
content: "\f5d7"; }
.fa-bong:before {
content: "\f55c"; }
.fa-book:before {
content: "\f02d"; }
.fa-book-dead:before {
content: "\f6b7"; }
.fa-book-medical:before {
content: "\f7e6"; }
.fa-book-open:before {
content: "\f518"; }
.fa-book-reader:before {
content: "\f5da"; }
.fa-bookmark:before {
content: "\f02e"; }
.fa-bootstrap:before {
content: "\f836"; }
.fa-border-all:before {
content: "\f84c"; }
.fa-border-none:before {
content: "\f850"; }
.fa-border-style:before {
content: "\f853"; }
.fa-bowling-ball:before {
content: "\f436"; }
.fa-box:before {
content: "\f466"; }
.fa-box-open:before {
content: "\f49e"; }
.fa-box-tissue:before {
content: "\e05b"; }
.fa-boxes:before {
content: "\f468"; }
.fa-braille:before {
content: "\f2a1"; }
.fa-brain:before {
content: "\f5dc"; }
.fa-bread-slice:before {
content: "\f7ec"; }
.fa-briefcase:before {
content: "\f0b1"; }
.fa-briefcase-medical:before {
content: "\f469"; }
.fa-broadcast-tower:before {
content: "\f519"; }
.fa-broom:before {
content: "\f51a"; }
.fa-brush:before {
content: "\f55d"; }
.fa-btc:before {
content: "\f15a"; }
.fa-buffer:before {
content: "\f837"; }
.fa-bug:before {
content: "\f188"; }
.fa-building:before {
content: "\f1ad"; }
.fa-bullhorn:before {
content: "\f0a1"; }
.fa-bullseye:before {
content: "\f140"; }
.fa-burn:before {
content: "\f46a"; }
.fa-buromobelexperte:before {
content: "\f37f"; }
.fa-bus:before {
content: "\f207"; }
.fa-bus-alt:before {
content: "\f55e"; }
.fa-business-time:before {
content: "\f64a"; }
.fa-buy-n-large:before {
content: "\f8a6"; }
.fa-buysellads:before {
content: "\f20d"; }
.fa-calculator:before {
content: "\f1ec"; }
.fa-calendar:before {
content: "\f133"; }
.fa-calendar-alt:before {
content: "\f073"; }
.fa-calendar-check:before {
content: "\f274"; }
.fa-calendar-day:before {
content: "\f783"; }
.fa-calendar-minus:before {
content: "\f272"; }
.fa-calendar-plus:before {
content: "\f271"; }
.fa-calendar-times:before {
content: "\f273"; }
.fa-calendar-week:before {
content: "\f784"; }
.fa-camera:before {
content: "\f030"; }
.fa-camera-retro:before {
content: "\f083"; }
.fa-campground:before {
content: "\f6bb"; }
.fa-canadian-maple-leaf:before {
content: "\f785"; }
.fa-candy-cane:before {
content: "\f786"; }
.fa-cannabis:before {
content: "\f55f"; }
.fa-capsules:before {
content: "\f46b"; }
.fa-car:before {
content: "\f1b9"; }
.fa-car-alt:before {
content: "\f5de"; }
.fa-car-battery:before {
content: "\f5df"; }
.fa-car-crash:before {
content: "\f5e1"; }
.fa-car-side:before {
content: "\f5e4"; }
.fa-caravan:before {
content: "\f8ff"; }
.fa-caret-down:before {
content: "\f0d7"; }
.fa-caret-left:before {
content: "\f0d9"; }
.fa-caret-right:before {
content: "\f0da"; }
.fa-caret-square-down:before {
content: "\f150"; }
.fa-caret-square-left:before {
content: "\f191"; }
.fa-caret-square-right:before {
content: "\f152"; }
.fa-caret-square-up:before {
content: "\f151"; }
.fa-caret-up:before {
content: "\f0d8"; }
.fa-carrot:before {
content: "\f787"; }
.fa-cart-arrow-down:before {
content: "\f218"; }
.fa-cart-plus:before {
content: "\f217"; }
.fa-cash-register:before {
content: "\f788"; }
.fa-cat:before {
content: "\f6be"; }
.fa-cc-amazon-pay:before {
content: "\f42d"; }
.fa-cc-amex:before {
content: "\f1f3"; }
.fa-cc-apple-pay:before {
content: "\f416"; }
.fa-cc-diners-club:before {
content: "\f24c"; }
.fa-cc-discover:before {
content: "\f1f2"; }
.fa-cc-jcb:before {
content: "\f24b"; }
.fa-cc-mastercard:before {
content: "\f1f1"; }
.fa-cc-paypal:before {
content: "\f1f4"; }
.fa-cc-stripe:before {
content: "\f1f5"; }
.fa-cc-visa:before {
content: "\f1f0"; }
.fa-centercode:before {
content: "\f380"; }
.fa-centos:before {
content: "\f789"; }
.fa-certificate:before {
content: "\f0a3"; }
.fa-chair:before {
content: "\f6c0"; }
.fa-chalkboard:before {
content: "\f51b"; }
.fa-chalkboard-teacher:before {
content: "\f51c"; }
.fa-charging-station:before {
content: "\f5e7"; }
.fa-chart-area:before {
content: "\f1fe"; }
.fa-chart-bar:before {
content: "\f080"; }
.fa-chart-line:before {
content: "\f201"; }
.fa-chart-pie:before {
content: "\f200"; }
.fa-check:before {
content: "\f00c"; }
.fa-check-circle:before {
content: "\f058"; }
.fa-check-double:before {
content: "\f560"; }
.fa-check-square:before {
content: "\f14a"; }
.fa-cheese:before {
content: "\f7ef"; }
.fa-chess:before {
content: "\f439"; }
.fa-chess-bishop:before {
content: "\f43a"; }
.fa-chess-board:before {
content: "\f43c"; }
.fa-chess-king:before {
content: "\f43f"; }
.fa-chess-knight:before {
content: "\f441"; }
.fa-chess-pawn:before {
content: "\f443"; }
.fa-chess-queen:before {
content: "\f445"; }
.fa-chess-rook:before {
content: "\f447"; }
.fa-chevron-circle-down:before {
content: "\f13a"; }
.fa-chevron-circle-left:before {
content: "\f137"; }
.fa-chevron-circle-right:before {
content: "\f138"; }
.fa-chevron-circle-up:before {
content: "\f139"; }
.fa-chevron-down:before {
content: "\f078"; }
.fa-chevron-left:before {
content: "\f053"; }
.fa-chevron-right:before {
content: "\f054"; }
.fa-chevron-up:before {
content: "\f077"; }
.fa-child:before {
content: "\f1ae"; }
.fa-chrome:before {
content: "\f268"; }
.fa-chromecast:before {
content: "\f838"; }
.fa-church:before {
content: "\f51d"; }
.fa-circle:before {
content: "\f111"; }
.fa-circle-notch:before {
content: "\f1ce"; }
.fa-city:before {
content: "\f64f"; }
.fa-clinic-medical:before {
content: "\f7f2"; }
.fa-clipboard:before {
content: "\f328"; }
.fa-clipboard-check:before {
content: "\f46c"; }
.fa-clipboard-list:before {
content: "\f46d"; }
.fa-clock:before {
content: "\f017"; }
.fa-clone:before {
content: "\f24d"; }
.fa-closed-captioning:before {
content: "\f20a"; }
.fa-cloud:before {
content: "\f0c2"; }
.fa-cloud-download-alt:before {
content: "\f381"; }
.fa-cloud-meatball:before {
content: "\f73b"; }
.fa-cloud-moon:before {
content: "\f6c3"; }
.fa-cloud-moon-rain:before {
content: "\f73c"; }
.fa-cloud-rain:before {
content: "\f73d"; }
.fa-cloud-showers-heavy:before {
content: "\f740"; }
.fa-cloud-sun:before {
content: "\f6c4"; }
.fa-cloud-sun-rain:before {
content: "\f743"; }
.fa-cloud-upload-alt:before {
content: "\f382"; }
.fa-cloudflare:before {
content: "\e07d"; }
.fa-cloudscale:before {
content: "\f383"; }
.fa-cloudsmith:before {
content: "\f384"; }
.fa-cloudversify:before {
content: "\f385"; }
.fa-cocktail:before {
content: "\f561"; }
.fa-code:before {
content: "\f121"; }
.fa-code-branch:before {
content: "\f126"; }
.fa-codepen:before {
content: "\f1cb"; }
.fa-codiepie:before {
content: "\f284"; }
.fa-coffee:before {
content: "\f0f4"; }
.fa-cog:before {
content: "\f013"; }
.fa-cogs:before {
content: "\f085"; }
.fa-coins:before {
content: "\f51e"; }
.fa-columns:before {
content: "\f0db"; }
.fa-comment:before {
content: "\f075"; }
.fa-comment-alt:before {
content: "\f27a"; }
.fa-comment-dollar:before {
content: "\f651"; }
.fa-comment-dots:before {
content: "\f4ad"; }
.fa-comment-medical:before {
content: "\f7f5"; }
.fa-comment-slash:before {
content: "\f4b3"; }
.fa-comments:before {
content: "\f086"; }
.fa-comments-dollar:before {
content: "\f653"; }
.fa-compact-disc:before {
content: "\f51f"; }
.fa-compass:before {
content: "\f14e"; }
.fa-compress:before {
content: "\f066"; }
.fa-compress-alt:before {
content: "\f422"; }
.fa-compress-arrows-alt:before {
content: "\f78c"; }
.fa-concierge-bell:before {
content: "\f562"; }
.fa-confluence:before {
content: "\f78d"; }
.fa-connectdevelop:before {
content: "\f20e"; }
.fa-contao:before {
content: "\f26d"; }
.fa-cookie:before {
content: "\f563"; }
.fa-cookie-bite:before {
content: "\f564"; }
.fa-copy:before {
content: "\f0c5"; }
.fa-copyright:before {
content: "\f1f9"; }
.fa-cotton-bureau:before {
content: "\f89e"; }
.fa-couch:before {
content: "\f4b8"; }
.fa-cpanel:before {
content: "\f388"; }
.fa-creative-commons:before {
content: "\f25e"; }
.fa-creative-commons-by:before {
content: "\f4e7"; }
.fa-creative-commons-nc:before {
content: "\f4e8"; }
.fa-creative-commons-nc-eu:before {
content: "\f4e9"; }
.fa-creative-commons-nc-jp:before {
content: "\f4ea"; }
.fa-creative-commons-nd:before {
content: "\f4eb"; }
.fa-creative-commons-pd:before {
content: "\f4ec"; }
.fa-creative-commons-pd-alt:before {
content: "\f4ed"; }
.fa-creative-commons-remix:before {
content: "\f4ee"; }
.fa-creative-commons-sa:before {
content: "\f4ef"; }
.fa-creative-commons-sampling:before {
content: "\f4f0"; }
.fa-creative-commons-sampling-plus:before {
content: "\f4f1"; }
.fa-creative-commons-share:before {
content: "\f4f2"; }
.fa-creative-commons-zero:before {
content: "\f4f3"; }
.fa-credit-card:before {
content: "\f09d"; }
.fa-critical-role:before {
content: "\f6c9"; }
.fa-crop:before {
content: "\f125"; }
.fa-crop-alt:before {
content: "\f565"; }
.fa-cross:before {
content: "\f654"; }
.fa-crosshairs:before {
content: "\f05b"; }
.fa-crow:before {
content: "\f520"; }
.fa-crown:before {
content: "\f521"; }
.fa-crutch:before {
content: "\f7f7"; }
.fa-css3:before {
content: "\f13c"; }
.fa-css3-alt:before {
content: "\f38b"; }
.fa-cube:before {
content: "\f1b2"; }
.fa-cubes:before {
content: "\f1b3"; }
.fa-cut:before {
content: "\f0c4"; }
.fa-cuttlefish:before {
content: "\f38c"; }
.fa-d-and-d:before {
content: "\f38d"; }
.fa-d-and-d-beyond:before {
content: "\f6ca"; }
.fa-dailymotion:before {
content: "\e052"; }
.fa-dashcube:before {
content: "\f210"; }
.fa-database:before {
content: "\f1c0"; }
.fa-deaf:before {
content: "\f2a4"; }
.fa-deezer:before {
content: "\e077"; }
.fa-delicious:before {
content: "\f1a5"; }
.fa-democrat:before {
content: "\f747"; }
.fa-deploydog:before {
content: "\f38e"; }
.fa-deskpro:before {
content: "\f38f"; }
.fa-desktop:before {
content: "\f108"; }
.fa-dev:before {
content: "\f6cc"; }
.fa-deviantart:before {
content: "\f1bd"; }
.fa-dharmachakra:before {
content: "\f655"; }
.fa-dhl:before {
content: "\f790"; }
.fa-diagnoses:before {
content: "\f470"; }
.fa-diaspora:before {
content: "\f791"; }
.fa-dice:before {
content: "\f522"; }
.fa-dice-d20:before {
content: "\f6cf"; }
.fa-dice-d6:before {
content: "\f6d1"; }
.fa-dice-five:before {
content: "\f523"; }
.fa-dice-four:before {
content: "\f524"; }
.fa-dice-one:before {
content: "\f525"; }
.fa-dice-six:before {
content: "\f526"; }
.fa-dice-three:before {
content: "\f527"; }
.fa-dice-two:before {
content: "\f528"; }
.fa-digg:before {
content: "\f1a6"; }
.fa-digital-ocean:before {
content: "\f391"; }
.fa-digital-tachograph:before {
content: "\f566"; }
.fa-directions:before {
content: "\f5eb"; }
.fa-discord:before {
content: "\f392"; }
.fa-discourse:before {
content: "\f393"; }
.fa-disease:before {
content: "\f7fa"; }
.fa-divide:before {
content: "\f529"; }
.fa-dizzy:before {
content: "\f567"; }
.fa-dna:before {
content: "\f471"; }
.fa-dochub:before {
content: "\f394"; }
.fa-docker:before {
content: "\f395"; }
.fa-dog:before {
content: "\f6d3"; }
.fa-dollar-sign:before {
content: "\f155"; }
.fa-dolly:before {
content: "\f472"; }
.fa-dolly-flatbed:before {
content: "\f474"; }
.fa-donate:before {
content: "\f4b9"; }
.fa-door-closed:before {
content: "\f52a"; }
.fa-door-open:before {
content: "\f52b"; }
.fa-dot-circle:before {
content: "\f192"; }
.fa-dove:before {
content: "\f4ba"; }
.fa-download:before {
content: "\f019"; }
.fa-draft2digital:before {
content: "\f396"; }
.fa-drafting-compass:before {
content: "\f568"; }
.fa-dragon:before {
content: "\f6d5"; }
.fa-draw-polygon:before {
content: "\f5ee"; }
.fa-dribbble:before {
content: "\f17d"; }
.fa-dribbble-square:before {
content: "\f397"; }
.fa-dropbox:before {
content: "\f16b"; }
.fa-drum:before {
content: "\f569"; }
.fa-drum-steelpan:before {
content: "\f56a"; }
.fa-drumstick-bite:before {
content: "\f6d7"; }
.fa-drupal:before {
content: "\f1a9"; }
.fa-dumbbell:before {
content: "\f44b"; }
.fa-dumpster:before {
content: "\f793"; }
.fa-dumpster-fire:before {
content: "\f794"; }
.fa-dungeon:before {
content: "\f6d9"; }
.fa-dyalog:before {
content: "\f399"; }
.fa-earlybirds:before {
content: "\f39a"; }
.fa-ebay:before {
content: "\f4f4"; }
.fa-edge:before {
content: "\f282"; }
.fa-edge-legacy:before {
content: "\e078"; }
.fa-edit:before {
content: "\f044"; }
.fa-egg:before {
content: "\f7fb"; }
.fa-eject:before {
content: "\f052"; }
.fa-elementor:before {
content: "\f430"; }
.fa-ellipsis-h:before {
content: "\f141"; }
.fa-ellipsis-v:before {
content: "\f142"; }
.fa-ello:before {
content: "\f5f1"; }
.fa-ember:before {
content: "\f423"; }
.fa-empire:before {
content: "\f1d1"; }
.fa-envelope:before {
content: "\f0e0"; }
.fa-envelope-open:before {
content: "\f2b6"; }
.fa-envelope-open-text:before {
content: "\f658"; }
.fa-envelope-square:before {
content: "\f199"; }
.fa-envira:before {
content: "\f299"; }
.fa-equals:before {
content: "\f52c"; }
.fa-eraser:before {
content: "\f12d"; }
.fa-erlang:before {
content: "\f39d"; }
.fa-ethereum:before {
content: "\f42e"; }
.fa-ethernet:before {
content: "\f796"; }
.fa-etsy:before {
content: "\f2d7"; }
.fa-euro-sign:before {
content: "\f153"; }
.fa-evernote:before {
content: "\f839"; }
.fa-exchange-alt:before {
content: "\f362"; }
.fa-exclamation:before {
content: "\f12a"; }
.fa-exclamation-circle:before {
content: "\f06a"; }
.fa-exclamation-triangle:before {
content: "\f071"; }
.fa-expand:before {
content: "\f065"; }
.fa-expand-alt:before {
content: "\f424"; }
.fa-expand-arrows-alt:before {
content: "\f31e"; }
.fa-expeditedssl:before {
content: "\f23e"; }
.fa-external-link-alt:before {
content: "\f35d"; }
.fa-external-link-square-alt:before {
content: "\f360"; }
.fa-eye:before {
content: "\f06e"; }
.fa-eye-dropper:before {
content: "\f1fb"; }
.fa-eye-slash:before {
content: "\f070"; }
.fa-facebook:before {
content: "\f09a"; }
.fa-facebook-f:before {
content: "\f39e"; }
.fa-facebook-messenger:before {
content: "\f39f"; }
.fa-facebook-square:before {
content: "\f082"; }
.fa-fan:before {
content: "\f863"; }
.fa-fantasy-flight-games:before {
content: "\f6dc"; }
.fa-fast-backward:before {
content: "\f049"; }
.fa-fast-forward:before {
content: "\f050"; }
.fa-faucet:before {
content: "\e005"; }
.fa-fax:before {
content: "\f1ac"; }
.fa-feather:before {
content: "\f52d"; }
.fa-feather-alt:before {
content: "\f56b"; }
.fa-fedex:before {
content: "\f797"; }
.fa-fedora:before {
content: "\f798"; }
.fa-female:before {
content: "\f182"; }
.fa-fighter-jet:before {
content: "\f0fb"; }
.fa-figma:before {
content: "\f799"; }
.fa-file:before {
content: "\f15b"; }
.fa-file-alt:before {
content: "\f15c"; }
.fa-file-archive:before {
content: "\f1c6"; }
.fa-file-audio:before {
content: "\f1c7"; }
.fa-file-code:before {
content: "\f1c9"; }
.fa-file-contract:before {
content: "\f56c"; }
.fa-file-csv:before {
content: "\f6dd"; }
.fa-file-download:before {
content: "\f56d"; }
.fa-file-excel:before {
content: "\f1c3"; }
.fa-file-export:before {
content: "\f56e"; }
.fa-file-image:before {
content: "\f1c5"; }
.fa-file-import:before {
content: "\f56f"; }
.fa-file-invoice:before {
content: "\f570"; }
.fa-file-invoice-dollar:before {
content: "\f571"; }
.fa-file-medical:before {
content: "\f477"; }
.fa-file-medical-alt:before {
content: "\f478"; }
.fa-file-pdf:before {
content: "\f1c1"; }
.fa-file-powerpoint:before {
content: "\f1c4"; }
.fa-file-prescription:before {
content: "\f572"; }
.fa-file-signature:before {
content: "\f573"; }
.fa-file-upload:before {
content: "\f574"; }
.fa-file-video:before {
content: "\f1c8"; }
.fa-file-word:before {
content: "\f1c2"; }
.fa-fill:before {
content: "\f575"; }
.fa-fill-drip:before {
content: "\f576"; }
.fa-film:before {
content: "\f008"; }
.fa-filter:before {
content: "\f0b0"; }
.fa-fingerprint:before {
content: "\f577"; }
.fa-fire:before {
content: "\f06d"; }
.fa-fire-alt:before {
content: "\f7e4"; }
.fa-fire-extinguisher:before {
content: "\f134"; }
.fa-firefox:before {
content: "\f269"; }
.fa-firefox-browser:before {
content: "\e007"; }
.fa-first-aid:before {
content: "\f479"; }
.fa-first-order:before {
content: "\f2b0"; }
.fa-first-order-alt:before {
content: "\f50a"; }
.fa-firstdraft:before {
content: "\f3a1"; }
.fa-fish:before {
content: "\f578"; }
.fa-fist-raised:before {
content: "\f6de"; }
.fa-flag:before {
content: "\f024"; }
.fa-flag-checkered:before {
content: "\f11e"; }
.fa-flag-usa:before {
content: "\f74d"; }
.fa-flask:before {
content: "\f0c3"; }
.fa-flickr:before {
content: "\f16e"; }
.fa-flipboard:before {
content: "\f44d"; }
.fa-flushed:before {
content: "\f579"; }
.fa-fly:before {
content: "\f417"; }
.fa-folder:before {
content: "\f07b"; }
.fa-folder-minus:before {
content: "\f65d"; }
.fa-folder-open:before {
content: "\f07c"; }
.fa-folder-plus:before {
content: "\f65e"; }
.fa-font:before {
content: "\f031"; }
.fa-font-awesome:before {
content: "\f2b4"; }
.fa-font-awesome-alt:before {
content: "\f35c"; }
.fa-font-awesome-flag:before {
content: "\f425"; }
.fa-font-awesome-logo-full:before {
content: "\f4e6"; }
.fa-fonticons:before {
content: "\f280"; }
.fa-fonticons-fi:before {
content: "\f3a2"; }
.fa-football-ball:before {
content: "\f44e"; }
.fa-fort-awesome:before {
content: "\f286"; }
.fa-fort-awesome-alt:before {
content: "\f3a3"; }
.fa-forumbee:before {
content: "\f211"; }
.fa-forward:before {
content: "\f04e"; }
.fa-foursquare:before {
content: "\f180"; }
.fa-free-code-camp:before {
content: "\f2c5"; }
.fa-freebsd:before {
content: "\f3a4"; }
.fa-frog:before {
content: "\f52e"; }
.fa-frown:before {
content: "\f119"; }
.fa-frown-open:before {
content: "\f57a"; }
.fa-fulcrum:before {
content: "\f50b"; }
.fa-funnel-dollar:before {
content: "\f662"; }
.fa-futbol:before {
content: "\f1e3"; }
.fa-galactic-republic:before {
content: "\f50c"; }
.fa-galactic-senate:before {
content: "\f50d"; }
.fa-gamepad:before {
content: "\f11b"; }
.fa-gas-pump:before {
content: "\f52f"; }
.fa-gavel:before {
content: "\f0e3"; }
.fa-gem:before {
content: "\f3a5"; }
.fa-genderless:before {
content: "\f22d"; }
.fa-get-pocket:before {
content: "\f265"; }
.fa-gg:before {
content: "\f260"; }
.fa-gg-circle:before {
content: "\f261"; }
.fa-ghost:before {
content: "\f6e2"; }
.fa-gift:before {
content: "\f06b"; }
.fa-gifts:before {
content: "\f79c"; }
.fa-git:before {
content: "\f1d3"; }
.fa-git-alt:before {
content: "\f841"; }
.fa-git-square:before {
content: "\f1d2"; }
.fa-github:before {
content: "\f09b"; }
.fa-github-alt:before {
content: "\f113"; }
.fa-github-square:before {
content: "\f092"; }
.fa-gitkraken:before {
content: "\f3a6"; }
.fa-gitlab:before {
content: "\f296"; }
.fa-gitter:before {
content: "\f426"; }
.fa-glass-cheers:before {
content: "\f79f"; }
.fa-glass-martini:before {
content: "\f000"; }
.fa-glass-martini-alt:before {
content: "\f57b"; }
.fa-glass-whiskey:before {
content: "\f7a0"; }
.fa-glasses:before {
content: "\f530"; }
.fa-glide:before {
content: "\f2a5"; }
.fa-glide-g:before {
content: "\f2a6"; }
.fa-globe:before {
content: "\f0ac"; }
.fa-globe-africa:before {
content: "\f57c"; }
.fa-globe-americas:before {
content: "\f57d"; }
.fa-globe-asia:before {
content: "\f57e"; }
.fa-globe-europe:before {
content: "\f7a2"; }
.fa-gofore:before {
content: "\f3a7"; }
.fa-golf-ball:before {
content: "\f450"; }
.fa-goodreads:before {
content: "\f3a8"; }
.fa-goodreads-g:before {
content: "\f3a9"; }
.fa-google:before {
content: "\f1a0"; }
.fa-google-drive:before {
content: "\f3aa"; }
.fa-google-pay:before {
content: "\e079"; }
.fa-google-play:before {
content: "\f3ab"; }
.fa-google-plus:before {
content: "\f2b3"; }
.fa-google-plus-g:before {
content: "\f0d5"; }
.fa-google-plus-square:before {
content: "\f0d4"; }
.fa-google-wallet:before {
content: "\f1ee"; }
.fa-gopuram:before {
content: "\f664"; }
.fa-graduation-cap:before {
content: "\f19d"; }
.fa-gratipay:before {
content: "\f184"; }
.fa-grav:before {
content: "\f2d6"; }
.fa-greater-than:before {
content: "\f531"; }
.fa-greater-than-equal:before {
content: "\f532"; }
.fa-grimace:before {
content: "\f57f"; }
.fa-grin:before {
content: "\f580"; }
.fa-grin-alt:before {
content: "\f581"; }
.fa-grin-beam:before {
content: "\f582"; }
.fa-grin-beam-sweat:before {
content: "\f583"; }
.fa-grin-hearts:before {
content: "\f584"; }
.fa-grin-squint:before {
content: "\f585"; }
.fa-grin-squint-tears:before {
content: "\f586"; }
.fa-grin-stars:before {
content: "\f587"; }
.fa-grin-tears:before {
content: "\f588"; }
.fa-grin-tongue:before {
content: "\f589"; }
.fa-grin-tongue-squint:before {
content: "\f58a"; }
.fa-grin-tongue-wink:before {
content: "\f58b"; }
.fa-grin-wink:before {
content: "\f58c"; }
.fa-grip-horizontal:before {
content: "\f58d"; }
.fa-grip-lines:before {
content: "\f7a4"; }
.fa-grip-lines-vertical:before {
content: "\f7a5"; }
.fa-grip-vertical:before {
content: "\f58e"; }
.fa-gripfire:before {
content: "\f3ac"; }
.fa-grunt:before {
content: "\f3ad"; }
.fa-guilded:before {
content: "\e07e"; }
.fa-guitar:before {
content: "\f7a6"; }
.fa-gulp:before {
content: "\f3ae"; }
.fa-h-square:before {
content: "\f0fd"; }
.fa-hacker-news:before {
content: "\f1d4"; }
.fa-hacker-news-square:before {
content: "\f3af"; }
.fa-hackerrank:before {
content: "\f5f7"; }
.fa-hamburger:before {
content: "\f805"; }
.fa-hammer:before {
content: "\f6e3"; }
.fa-hamsa:before {
content: "\f665"; }
.fa-hand-holding:before {
content: "\f4bd"; }
.fa-hand-holding-heart:before {
content: "\f4be"; }
.fa-hand-holding-medical:before {
content: "\e05c"; }
.fa-hand-holding-usd:before {
content: "\f4c0"; }
.fa-hand-holding-water:before {
content: "\f4c1"; }
.fa-hand-lizard:before {
content: "\f258"; }
.fa-hand-middle-finger:before {
content: "\f806"; }
.fa-hand-paper:before {
content: "\f256"; }
.fa-hand-peace:before {
content: "\f25b"; }
.fa-hand-point-down:before {
content: "\f0a7"; }
.fa-hand-point-left:before {
content: "\f0a5"; }
.fa-hand-point-right:before {
content: "\f0a4"; }
.fa-hand-point-up:before {
content: "\f0a6"; }
.fa-hand-pointer:before {
content: "\f25a"; }
.fa-hand-rock:before {
content: "\f255"; }
.fa-hand-scissors:before {
content: "\f257"; }
.fa-hand-sparkles:before {
content: "\e05d"; }
.fa-hand-spock:before {
content: "\f259"; }
.fa-hands:before {
content: "\f4c2"; }
.fa-hands-helping:before {
content: "\f4c4"; }
.fa-hands-wash:before {
content: "\e05e"; }
.fa-handshake:before {
content: "\f2b5"; }
.fa-handshake-alt-slash:before {
content: "\e05f"; }
.fa-handshake-slash:before {
content: "\e060"; }
.fa-hanukiah:before {
content: "\f6e6"; }
.fa-hard-hat:before {
content: "\f807"; }
.fa-hashtag:before {
content: "\f292"; }
.fa-hat-cowboy:before {
content: "\f8c0"; }
.fa-hat-cowboy-side:before {
content: "\f8c1"; }
.fa-hat-wizard:before {
content: "\f6e8"; }
.fa-hdd:before {
content: "\f0a0"; }
.fa-head-side-cough:before {
content: "\e061"; }
.fa-head-side-cough-slash:before {
content: "\e062"; }
.fa-head-side-mask:before {
content: "\e063"; }
.fa-head-side-virus:before {
content: "\e064"; }
.fa-heading:before {
content: "\f1dc"; }
.fa-headphones:before {
content: "\f025"; }
.fa-headphones-alt:before {
content: "\f58f"; }
.fa-headset:before {
content: "\f590"; }
.fa-heart:before {
content: "\f004"; }
.fa-heart-broken:before {
content: "\f7a9"; }
.fa-heartbeat:before {
content: "\f21e"; }
.fa-helicopter:before {
content: "\f533"; }
.fa-highlighter:before {
content: "\f591"; }
.fa-hiking:before {
content: "\f6ec"; }
.fa-hippo:before {
content: "\f6ed"; }
.fa-hips:before {
content: "\f452"; }
.fa-hire-a-helper:before {
content: "\f3b0"; }
.fa-history:before {
content: "\f1da"; }
.fa-hive:before {
content: "\e07f"; }
.fa-hockey-puck:before {
content: "\f453"; }
.fa-holly-berry:before {
content: "\f7aa"; }
.fa-home:before {
content: "\f015"; }
.fa-hooli:before {
content: "\f427"; }
.fa-hornbill:before {
content: "\f592"; }
.fa-horse:before {
content: "\f6f0"; }
.fa-horse-head:before {
content: "\f7ab"; }
.fa-hospital:before {
content: "\f0f8"; }
.fa-hospital-alt:before {
content: "\f47d"; }
.fa-hospital-symbol:before {
content: "\f47e"; }
.fa-hospital-user:before {
content: "\f80d"; }
.fa-hot-tub:before {
content: "\f593"; }
.fa-hotdog:before {
content: "\f80f"; }
.fa-hotel:before {
content: "\f594"; }
.fa-hotjar:before {
content: "\f3b1"; }
.fa-hourglass:before {
content: "\f254"; }
.fa-hourglass-end:before {
content: "\f253"; }
.fa-hourglass-half:before {
content: "\f252"; }
.fa-hourglass-start:before {
content: "\f251"; }
.fa-house-damage:before {
content: "\f6f1"; }
.fa-house-user:before {
content: "\e065"; }
.fa-houzz:before {
content: "\f27c"; }
.fa-hryvnia:before {
content: "\f6f2"; }
.fa-html5:before {
content: "\f13b"; }
.fa-hubspot:before {
content: "\f3b2"; }
.fa-i-cursor:before {
content: "\f246"; }
.fa-ice-cream:before {
content: "\f810"; }
.fa-icicles:before {
content: "\f7ad"; }
.fa-icons:before {
content: "\f86d"; }
.fa-id-badge:before {
content: "\f2c1"; }
.fa-id-card:before {
content: "\f2c2"; }
.fa-id-card-alt:before {
content: "\f47f"; }
.fa-ideal:before {
content: "\e013"; }
.fa-igloo:before {
content: "\f7ae"; }
.fa-image:before {
content: "\f03e"; }
.fa-images:before {
content: "\f302"; }
.fa-imdb:before {
content: "\f2d8"; }
.fa-inbox:before {
content: "\f01c"; }
.fa-indent:before {
content: "\f03c"; }
.fa-industry:before {
content: "\f275"; }
.fa-infinity:before {
content: "\f534"; }
.fa-info:before {
content: "\f129"; }
.fa-info-circle:before {
content: "\f05a"; }
.fa-innosoft:before {
content: "\e080"; }
.fa-instagram:before {
content: "\f16d"; }
.fa-instagram-square:before {
content: "\e055"; }
.fa-instalod:before {
content: "\e081"; }
.fa-intercom:before {
content: "\f7af"; }
.fa-internet-explorer:before {
content: "\f26b"; }
.fa-invision:before {
content: "\f7b0"; }
.fa-ioxhost:before {
content: "\f208"; }
.fa-italic:before {
content: "\f033"; }
.fa-itch-io:before {
content: "\f83a"; }
.fa-itunes:before {
content: "\f3b4"; }
.fa-itunes-note:before {
content: "\f3b5"; }
.fa-java:before {
content: "\f4e4"; }
.fa-jedi:before {
content: "\f669"; }
.fa-jedi-order:before {
content: "\f50e"; }
.fa-jenkins:before {
content: "\f3b6"; }
.fa-jira:before {
content: "\f7b1"; }
.fa-joget:before {
content: "\f3b7"; }
.fa-joint:before {
content: "\f595"; }
.fa-joomla:before {
content: "\f1aa"; }
.fa-journal-whills:before {
content: "\f66a"; }
.fa-js:before {
content: "\f3b8"; }
.fa-js-square:before {
content: "\f3b9"; }
.fa-jsfiddle:before {
content: "\f1cc"; }
.fa-kaaba:before {
content: "\f66b"; }
.fa-kaggle:before {
content: "\f5fa"; }
.fa-key:before {
content: "\f084"; }
.fa-keybase:before {
content: "\f4f5"; }
.fa-keyboard:before {
content: "\f11c"; }
.fa-keycdn:before {
content: "\f3ba"; }
.fa-khanda:before {
content: "\f66d"; }
.fa-kickstarter:before {
content: "\f3bb"; }
.fa-kickstarter-k:before {
content: "\f3bc"; }
.fa-kiss:before {
content: "\f596"; }
.fa-kiss-beam:before {
content: "\f597"; }
.fa-kiss-wink-heart:before {
content: "\f598"; }
.fa-kiwi-bird:before {
content: "\f535"; }
.fa-korvue:before {
content: "\f42f"; }
.fa-landmark:before {
content: "\f66f"; }
.fa-language:before {
content: "\f1ab"; }
.fa-laptop:before {
content: "\f109"; }
.fa-laptop-code:before {
content: "\f5fc"; }
.fa-laptop-house:before {
content: "\e066"; }
.fa-laptop-medical:before {
content: "\f812"; }
.fa-laravel:before {
content: "\f3bd"; }
.fa-lastfm:before {
content: "\f202"; }
.fa-lastfm-square:before {
content: "\f203"; }
.fa-laugh:before {
content: "\f599"; }
.fa-laugh-beam:before {
content: "\f59a"; }
.fa-laugh-squint:before {
content: "\f59b"; }
.fa-laugh-wink:before {
content: "\f59c"; }
.fa-layer-group:before {
content: "\f5fd"; }
.fa-leaf:before {
content: "\f06c"; }
.fa-leanpub:before {
content: "\f212"; }
.fa-lemon:before {
content: "\f094"; }
.fa-less:before {
content: "\f41d"; }
.fa-less-than:before {
content: "\f536"; }
.fa-less-than-equal:before {
content: "\f537"; }
.fa-level-down-alt:before {
content: "\f3be"; }
.fa-level-up-alt:before {
content: "\f3bf"; }
.fa-life-ring:before {
content: "\f1cd"; }
.fa-lightbulb:before {
content: "\f0eb"; }
.fa-line:before {
content: "\f3c0"; }
.fa-link:before {
content: "\f0c1"; }
.fa-linkedin:before {
content: "\f08c"; }
.fa-linkedin-in:before {
content: "\f0e1"; }
.fa-linode:before {
content: "\f2b8"; }
.fa-linux:before {
content: "\f17c"; }
.fa-lira-sign:before {
content: "\f195"; }
.fa-list:before {
content: "\f03a"; }
.fa-list-alt:before {
content: "\f022"; }
.fa-list-ol:before {
content: "\f0cb"; }
.fa-list-ul:before {
content: "\f0ca"; }
.fa-location-arrow:before {
content: "\f124"; }
.fa-lock:before {
content: "\f023"; }
.fa-lock-open:before {
content: "\f3c1"; }
.fa-long-arrow-alt-down:before {
content: "\f309"; }
.fa-long-arrow-alt-left:before {
content: "\f30a"; }
.fa-long-arrow-alt-right:before {
content: "\f30b"; }
.fa-long-arrow-alt-up:before {
content: "\f30c"; }
.fa-low-vision:before {
content: "\f2a8"; }
.fa-luggage-cart:before {
content: "\f59d"; }
.fa-lungs:before {
content: "\f604"; }
.fa-lungs-virus:before {
content: "\e067"; }
.fa-lyft:before {
content: "\f3c3"; }
.fa-magento:before {
content: "\f3c4"; }
.fa-magic:before {
content: "\f0d0"; }
.fa-magnet:before {
content: "\f076"; }
.fa-mail-bulk:before {
content: "\f674"; }
.fa-mailchimp:before {
content: "\f59e"; }
.fa-male:before {
content: "\f183"; }
.fa-mandalorian:before {
content: "\f50f"; }
.fa-map:before {
content: "\f279"; }
.fa-map-marked:before {
content: "\f59f"; }
.fa-map-marked-alt:before {
content: "\f5a0"; }
.fa-map-marker:before {
content: "\f041"; }
.fa-map-marker-alt:before {
content: "\f3c5"; }
.fa-map-pin:before {
content: "\f276"; }
.fa-map-signs:before {
content: "\f277"; }
.fa-markdown:before {
content: "\f60f"; }
.fa-marker:before {
content: "\f5a1"; }
.fa-mars:before {
content: "\f222"; }
.fa-mars-double:before {
content: "\f227"; }
.fa-mars-stroke:before {
content: "\f229"; }
.fa-mars-stroke-h:before {
content: "\f22b"; }
.fa-mars-stroke-v:before {
content: "\f22a"; }
.fa-mask:before {
content: "\f6fa"; }
.fa-mastodon:before {
content: "\f4f6"; }
.fa-maxcdn:before {
content: "\f136"; }
.fa-mdb:before {
content: "\f8ca"; }
.fa-medal:before {
content: "\f5a2"; }
.fa-medapps:before {
content: "\f3c6"; }
.fa-medium:before {
content: "\f23a"; }
.fa-medium-m:before {
content: "\f3c7"; }
.fa-medkit:before {
content: "\f0fa"; }
.fa-medrt:before {
content: "\f3c8"; }
.fa-meetup:before {
content: "\f2e0"; }
.fa-megaport:before {
content: "\f5a3"; }
.fa-meh:before {
content: "\f11a"; }
.fa-meh-blank:before {
content: "\f5a4"; }
.fa-meh-rolling-eyes:before {
content: "\f5a5"; }
.fa-memory:before {
content: "\f538"; }
.fa-mendeley:before {
content: "\f7b3"; }
.fa-menorah:before {
content: "\f676"; }
.fa-mercury:before {
content: "\f223"; }
.fa-meteor:before {
content: "\f753"; }
.fa-micritsulug:before {
content: "\e01a"; }
.fa-microchip:before {
content: "\f2db"; }
.fa-microphone:before {
content: "\f130"; }
.fa-microphone-alt:before {
content: "\f3c9"; }
.fa-microphone-alt-slash:before {
content: "\f539"; }
.fa-microphone-slash:before {
content: "\f131"; }
.fa-microscope:before {
content: "\f610"; }
.fa-microsoft:before {
content: "\f3ca"; }
.fa-minus:before {
content: "\f068"; }
.fa-minus-circle:before {
content: "\f056"; }
.fa-minus-square:before {
content: "\f146"; }
.fa-mitten:before {
content: "\f7b5"; }
.fa-mix:before {
content: "\f3cb"; }
.fa-mixcloud:before {
content: "\f289"; }
.fa-mixer:before {
content: "\e056"; }
.fa-mizuni:before {
content: "\f3cc"; }
.fa-mobile:before {
content: "\f10b"; }
.fa-mobile-alt:before {
content: "\f3cd"; }
.fa-modx:before {
content: "\f285"; }
.fa-monero:before {
content: "\f3d0"; }
.fa-money-bill:before {
content: "\f0d6"; }
.fa-money-bill-alt:before {
content: "\f3d1"; }
.fa-money-bill-wave:before {
content: "\f53a"; }
.fa-money-bill-wave-alt:before {
content: "\f53b"; }
.fa-money-check:before {
content: "\f53c"; }
.fa-money-check-alt:before {
content: "\f53d"; }
.fa-monument:before {
content: "\f5a6"; }
.fa-moon:before {
content: "\f186"; }
.fa-mortar-pestle:before {
content: "\f5a7"; }
.fa-mosque:before {
content: "\f678"; }
.fa-motorcycle:before {
content: "\f21c"; }
.fa-mountain:before {
content: "\f6fc"; }
.fa-mouse:before {
content: "\f8cc"; }
.fa-mouse-pointer:before {
content: "\f245"; }
.fa-mug-hot:before {
content: "\f7b6"; }
.fa-music:before {
content: "\f001"; }
.fa-napster:before {
content: "\f3d2"; }
.fa-neos:before {
content: "\f612"; }
.fa-network-wired:before {
content: "\f6ff"; }
.fa-neuter:before {
content: "\f22c"; }
.fa-newspaper:before {
content: "\f1ea"; }
.fa-nimblr:before {
content: "\f5a8"; }
.fa-node:before {
content: "\f419"; }
.fa-node-js:before {
content: "\f3d3"; }
.fa-not-equal:before {
content: "\f53e"; }
.fa-notes-medical:before {
content: "\f481"; }
.fa-npm:before {
content: "\f3d4"; }
.fa-ns8:before {
content: "\f3d5"; }
.fa-nutritionix:before {
content: "\f3d6"; }
.fa-object-group:before {
content: "\f247"; }
.fa-object-ungroup:before {
content: "\f248"; }
.fa-octopus-deploy:before {
content: "\e082"; }
.fa-odnoklassniki:before {
content: "\f263"; }
.fa-odnoklassniki-square:before {
content: "\f264"; }
.fa-oil-can:before {
content: "\f613"; }
.fa-old-republic:before {
content: "\f510"; }
.fa-om:before {
content: "\f679"; }
.fa-opencart:before {
content: "\f23d"; }
.fa-openid:before {
content: "\f19b"; }
.fa-opera:before {
content: "\f26a"; }
.fa-optin-monster:before {
content: "\f23c"; }
.fa-orcid:before {
content: "\f8d2"; }
.fa-osi:before {
content: "\f41a"; }
.fa-otter:before {
content: "\f700"; }
.fa-outdent:before {
content: "\f03b"; }
.fa-page4:before {
content: "\f3d7"; }
.fa-pagelines:before {
content: "\f18c"; }
.fa-pager:before {
content: "\f815"; }
.fa-paint-brush:before {
content: "\f1fc"; }
.fa-paint-roller:before {
content: "\f5aa"; }
.fa-palette:before {
content: "\f53f"; }
.fa-palfed:before {
content: "\f3d8"; }
.fa-pallet:before {
content: "\f482"; }
.fa-paper-plane:before {
content: "\f1d8"; }
.fa-paperclip:before {
content: "\f0c6"; }
.fa-parachute-box:before {
content: "\f4cd"; }
.fa-paragraph:before {
content: "\f1dd"; }
.fa-parking:before {
content: "\f540"; }
.fa-passport:before {
content: "\f5ab"; }
.fa-pastafarianism:before {
content: "\f67b"; }
.fa-paste:before {
content: "\f0ea"; }
.fa-patreon:before {
content: "\f3d9"; }
.fa-pause:before {
content: "\f04c"; }
.fa-pause-circle:before {
content: "\f28b"; }
.fa-paw:before {
content: "\f1b0"; }
.fa-paypal:before {
content: "\f1ed"; }
.fa-peace:before {
content: "\f67c"; }
.fa-pen:before {
content: "\f304"; }
.fa-pen-alt:before {
content: "\f305"; }
.fa-pen-fancy:before {
content: "\f5ac"; }
.fa-pen-nib:before {
content: "\f5ad"; }
.fa-pen-square:before {
content: "\f14b"; }
.fa-pencil-alt:before {
content: "\f303"; }
.fa-pencil-ruler:before {
content: "\f5ae"; }
.fa-penny-arcade:before {
content: "\f704"; }
.fa-people-arrows:before {
content: "\e068"; }
.fa-people-carry:before {
content: "\f4ce"; }
.fa-pepper-hot:before {
content: "\f816"; }
.fa-perbyte:before {
content: "\e083"; }
.fa-percent:before {
content: "\f295"; }
.fa-percentage:before {
content: "\f541"; }
.fa-periscope:before {
content: "\f3da"; }
.fa-person-booth:before {
content: "\f756"; }
.fa-phabricator:before {
content: "\f3db"; }
.fa-phoenix-framework:before {
content: "\f3dc"; }
.fa-phoenix-squadron:before {
content: "\f511"; }
.fa-phone:before {
content: "\f095"; }
.fa-phone-alt:before {
content: "\f879"; }
.fa-phone-slash:before {
content: "\f3dd"; }
.fa-phone-square:before {
content: "\f098"; }
.fa-phone-square-alt:before {
content: "\f87b"; }
.fa-phone-volume:before {
content: "\f2a0"; }
.fa-photo-video:before {
content: "\f87c"; }
.fa-php:before {
content: "\f457"; }
.fa-pied-piper:before {
content: "\f2ae"; }
.fa-pied-piper-alt:before {
content: "\f1a8"; }
.fa-pied-piper-hat:before {
content: "\f4e5"; }
.fa-pied-piper-pp:before {
content: "\f1a7"; }
.fa-pied-piper-square:before {
content: "\e01e"; }
.fa-piggy-bank:before {
content: "\f4d3"; }
.fa-pills:before {
content: "\f484"; }
.fa-pinterest:before {
content: "\f0d2"; }
.fa-pinterest-p:before {
content: "\f231"; }
.fa-pinterest-square:before {
content: "\f0d3"; }
.fa-pizza-slice:before {
content: "\f818"; }
.fa-place-of-worship:before {
content: "\f67f"; }
.fa-plane:before {
content: "\f072"; }
.fa-plane-arrival:before {
content: "\f5af"; }
.fa-plane-departure:before {
content: "\f5b0"; }
.fa-plane-slash:before {
content: "\e069"; }
.fa-play:before {
content: "\f04b"; }
.fa-play-circle:before {
content: "\f144"; }
.fa-playstation:before {
content: "\f3df"; }
.fa-plug:before {
content: "\f1e6"; }
.fa-plus:before {
content: "\f067"; }
.fa-plus-circle:before {
content: "\f055"; }
.fa-plus-square:before {
content: "\f0fe"; }
.fa-podcast:before {
content: "\f2ce"; }
.fa-poll:before {
content: "\f681"; }
.fa-poll-h:before {
content: "\f682"; }
.fa-poo:before {
content: "\f2fe"; }
.fa-poo-storm:before {
content: "\f75a"; }
.fa-poop:before {
content: "\f619"; }
.fa-portrait:before {
content: "\f3e0"; }
.fa-pound-sign:before {
content: "\f154"; }
.fa-power-off:before {
content: "\f011"; }
.fa-pray:before {
content: "\f683"; }
.fa-praying-hands:before {
content: "\f684"; }
.fa-prescription:before {
content: "\f5b1"; }
.fa-prescription-bottle:before {
content: "\f485"; }
.fa-prescription-bottle-alt:before {
content: "\f486"; }
.fa-print:before {
content: "\f02f"; }
.fa-procedures:before {
content: "\f487"; }
.fa-product-hunt:before {
content: "\f288"; }
.fa-project-diagram:before {
content: "\f542"; }
.fa-pump-medical:before {
content: "\e06a"; }
.fa-pump-soap:before {
content: "\e06b"; }
.fa-pushed:before {
content: "\f3e1"; }
.fa-puzzle-piece:before {
content: "\f12e"; }
.fa-python:before {
content: "\f3e2"; }
.fa-qq:before {
content: "\f1d6"; }
.fa-qrcode:before {
content: "\f029"; }
.fa-question:before {
content: "\f128"; }
.fa-question-circle:before {
content: "\f059"; }
.fa-quidditch:before {
content: "\f458"; }
.fa-quinscape:before {
content: "\f459"; }
.fa-quora:before {
content: "\f2c4"; }
.fa-quote-left:before {
content: "\f10d"; }
.fa-quote-right:before {
content: "\f10e"; }
.fa-quran:before {
content: "\f687"; }
.fa-r-project:before {
content: "\f4f7"; }
.fa-radiation:before {
content: "\f7b9"; }
.fa-radiation-alt:before {
content: "\f7ba"; }
.fa-rainbow:before {
content: "\f75b"; }
.fa-random:before {
content: "\f074"; }
.fa-raspberry-pi:before {
content: "\f7bb"; }
.fa-ravelry:before {
content: "\f2d9"; }
.fa-react:before {
content: "\f41b"; }
.fa-reacteurope:before {
content: "\f75d"; }
.fa-readme:before {
content: "\f4d5"; }
.fa-rebel:before {
content: "\f1d0"; }
.fa-receipt:before {
content: "\f543"; }
.fa-record-vinyl:before {
content: "\f8d9"; }
.fa-recycle:before {
content: "\f1b8"; }
.fa-red-river:before {
content: "\f3e3"; }
.fa-reddit:before {
content: "\f1a1"; }
.fa-reddit-alien:before {
content: "\f281"; }
.fa-reddit-square:before {
content: "\f1a2"; }
.fa-redhat:before {
content: "\f7bc"; }
.fa-redo:before {
content: "\f01e"; }
.fa-redo-alt:before {
content: "\f2f9"; }
.fa-registered:before {
content: "\f25d"; }
.fa-remove-format:before {
content: "\f87d"; }
.fa-renren:before {
content: "\f18b"; }
.fa-reply:before {
content: "\f3e5"; }
.fa-reply-all:before {
content: "\f122"; }
.fa-replyd:before {
content: "\f3e6"; }
.fa-republican:before {
content: "\f75e"; }
.fa-researchgate:before {
content: "\f4f8"; }
.fa-resolving:before {
content: "\f3e7"; }
.fa-restroom:before {
content: "\f7bd"; }
.fa-retweet:before {
content: "\f079"; }
.fa-rev:before {
content: "\f5b2"; }
.fa-ribbon:before {
content: "\f4d6"; }
.fa-ring:before {
content: "\f70b"; }
.fa-road:before {
content: "\f018"; }
.fa-robot:before {
content: "\f544"; }
.fa-rocket:before {
content: "\f135"; }
.fa-rocketchat:before {
content: "\f3e8"; }
.fa-rockrms:before {
content: "\f3e9"; }
.fa-route:before {
content: "\f4d7"; }
.fa-rss:before {
content: "\f09e"; }
.fa-rss-square:before {
content: "\f143"; }
.fa-ruble-sign:before {
content: "\f158"; }
.fa-ruler:before {
content: "\f545"; }
.fa-ruler-combined:before {
content: "\f546"; }
.fa-ruler-horizontal:before {
content: "\f547"; }
.fa-ruler-vertical:before {
content: "\f548"; }
.fa-running:before {
content: "\f70c"; }
.fa-rupee-sign:before {
content: "\f156"; }
.fa-rust:before {
content: "\e07a"; }
.fa-sad-cry:before {
content: "\f5b3"; }
.fa-sad-tear:before {
content: "\f5b4"; }
.fa-safari:before {
content: "\f267"; }
.fa-salesforce:before {
content: "\f83b"; }
.fa-sass:before {
content: "\f41e"; }
.fa-satellite:before {
content: "\f7bf"; }
.fa-satellite-dish:before {
content: "\f7c0"; }
.fa-save:before {
content: "\f0c7"; }
.fa-schlix:before {
content: "\f3ea"; }
.fa-school:before {
content: "\f549"; }
.fa-screwdriver:before {
content: "\f54a"; }
.fa-scribd:before {
content: "\f28a"; }
.fa-scroll:before {
content: "\f70e"; }
.fa-sd-card:before {
content: "\f7c2"; }
.fa-search:before {
content: "\f002"; }
.fa-search-dollar:before {
content: "\f688"; }
.fa-search-location:before {
content: "\f689"; }
.fa-search-minus:before {
content: "\f010"; }
.fa-search-plus:before {
content: "\f00e"; }
.fa-searchengin:before {
content: "\f3eb"; }
.fa-seedling:before {
content: "\f4d8"; }
.fa-sellcast:before {
content: "\f2da"; }
.fa-sellsy:before {
content: "\f213"; }
.fa-server:before {
content: "\f233"; }
.fa-servicestack:before {
content: "\f3ec"; }
.fa-shapes:before {
content: "\f61f"; }
.fa-share:before {
content: "\f064"; }
.fa-share-alt:before {
content: "\f1e0"; }
.fa-share-alt-square:before {
content: "\f1e1"; }
.fa-share-square:before {
content: "\f14d"; }
.fa-shekel-sign:before {
content: "\f20b"; }
.fa-shield-alt:before {
content: "\f3ed"; }
.fa-shield-virus:before {
content: "\e06c"; }
.fa-ship:before {
content: "\f21a"; }
.fa-shipping-fast:before {
content: "\f48b"; }
.fa-shirtsinbulk:before {
content: "\f214"; }
.fa-shoe-prints:before {
content: "\f54b"; }
.fa-shopify:before {
content: "\e057"; }
.fa-shopping-bag:before {
content: "\f290"; }
.fa-shopping-basket:before {
content: "\f291"; }
.fa-shopping-cart:before {
content: "\f07a"; }
.fa-shopware:before {
content: "\f5b5"; }
.fa-shower:before {
content: "\f2cc"; }
.fa-shuttle-van:before {
content: "\f5b6"; }
.fa-sign:before {
content: "\f4d9"; }
.fa-sign-in-alt:before {
content: "\f2f6"; }
.fa-sign-language:before {
content: "\f2a7"; }
.fa-sign-out-alt:before {
content: "\f2f5"; }
.fa-signal:before {
content: "\f012"; }
.fa-signature:before {
content: "\f5b7"; }
.fa-sim-card:before {
content: "\f7c4"; }
.fa-simplybuilt:before {
content: "\f215"; }
.fa-sink:before {
content: "\e06d"; }
.fa-sistrix:before {
content: "\f3ee"; }
.fa-sitemap:before {
content: "\f0e8"; }
.fa-sith:before {
content: "\f512"; }
.fa-skating:before {
content: "\f7c5"; }
.fa-sketch:before {
content: "\f7c6"; }
.fa-skiing:before {
content: "\f7c9"; }
.fa-skiing-nordic:before {
content: "\f7ca"; }
.fa-skull:before {
content: "\f54c"; }
.fa-skull-crossbones:before {
content: "\f714"; }
.fa-skyatlas:before {
content: "\f216"; }
.fa-skype:before {
content: "\f17e"; }
.fa-slack:before {
content: "\f198"; }
.fa-slack-hash:before {
content: "\f3ef"; }
.fa-slash:before {
content: "\f715"; }
.fa-sleigh:before {
content: "\f7cc"; }
.fa-sliders-h:before {
content: "\f1de"; }
.fa-slideshare:before {
content: "\f1e7"; }
.fa-smile:before {
content: "\f118"; }
.fa-smile-beam:before {
content: "\f5b8"; }
.fa-smile-wink:before {
content: "\f4da"; }
.fa-smog:before {
content: "\f75f"; }
.fa-smoking:before {
content: "\f48d"; }
.fa-smoking-ban:before {
content: "\f54d"; }
.fa-sms:before {
content: "\f7cd"; }
.fa-snapchat:before {
content: "\f2ab"; }
.fa-snapchat-ghost:before {
content: "\f2ac"; }
.fa-snapchat-square:before {
content: "\f2ad"; }
.fa-snowboarding:before {
content: "\f7ce"; }
.fa-snowflake:before {
content: "\f2dc"; }
.fa-snowman:before {
content: "\f7d0"; }
.fa-snowplow:before {
content: "\f7d2"; }
.fa-soap:before {
content: "\e06e"; }
.fa-socks:before {
content: "\f696"; }
.fa-solar-panel:before {
content: "\f5ba"; }
.fa-sort:before {
content: "\f0dc"; }
.fa-sort-alpha-down:before {
content: "\f15d"; }
.fa-sort-alpha-down-alt:before {
content: "\f881"; }
.fa-sort-alpha-up:before {
content: "\f15e"; }
.fa-sort-alpha-up-alt:before {
content: "\f882"; }
.fa-sort-amount-down:before {
content: "\f160"; }
.fa-sort-amount-down-alt:before {
content: "\f884"; }
.fa-sort-amount-up:before {
content: "\f161"; }
.fa-sort-amount-up-alt:before {
content: "\f885"; }
.fa-sort-down:before {
content: "\f0dd"; }
.fa-sort-numeric-down:before {
content: "\f162"; }
.fa-sort-numeric-down-alt:before {
content: "\f886"; }
.fa-sort-numeric-up:before {
content: "\f163"; }
.fa-sort-numeric-up-alt:before {
content: "\f887"; }
.fa-sort-up:before {
content: "\f0de"; }
.fa-soundcloud:before {
content: "\f1be"; }
.fa-sourcetree:before {
content: "\f7d3"; }
.fa-spa:before {
content: "\f5bb"; }
.fa-space-shuttle:before {
content: "\f197"; }
.fa-speakap:before {
content: "\f3f3"; }
.fa-speaker-deck:before {
content: "\f83c"; }
.fa-spell-check:before {
content: "\f891"; }
.fa-spider:before {
content: "\f717"; }
.fa-spinner:before {
content: "\f110"; }
.fa-splotch:before {
content: "\f5bc"; }
.fa-spotify:before {
content: "\f1bc"; }
.fa-spray-can:before {
content: "\f5bd"; }
.fa-square:before {
content: "\f0c8"; }
.fa-square-full:before {
content: "\f45c"; }
.fa-square-root-alt:before {
content: "\f698"; }
.fa-squarespace:before {
content: "\f5be"; }
.fa-stack-exchange:before {
content: "\f18d"; }
.fa-stack-overflow:before {
content: "\f16c"; }
.fa-stackpath:before {
content: "\f842"; }
.fa-stamp:before {
content: "\f5bf"; }
.fa-star:before {
content: "\f005"; }
.fa-star-and-crescent:before {
content: "\f699"; }
.fa-star-half:before {
content: "\f089"; }
.fa-star-half-alt:before {
content: "\f5c0"; }
.fa-star-of-david:before {
content: "\f69a"; }
.fa-star-of-life:before {
content: "\f621"; }
.fa-staylinked:before {
content: "\f3f5"; }
.fa-steam:before {
content: "\f1b6"; }
.fa-steam-square:before {
content: "\f1b7"; }
.fa-steam-symbol:before {
content: "\f3f6"; }
.fa-step-backward:before {
content: "\f048"; }
.fa-step-forward:before {
content: "\f051"; }
.fa-stethoscope:before {
content: "\f0f1"; }
.fa-sticker-mule:before {
content: "\f3f7"; }
.fa-sticky-note:before {
content: "\f249"; }
.fa-stop:before {
content: "\f04d"; }
.fa-stop-circle:before {
content: "\f28d"; }
.fa-stopwatch:before {
content: "\f2f2"; }
.fa-stopwatch-20:before {
content: "\e06f"; }
.fa-store:before {
content: "\f54e"; }
.fa-store-alt:before {
content: "\f54f"; }
.fa-store-alt-slash:before {
content: "\e070"; }
.fa-store-slash:before {
content: "\e071"; }
.fa-strava:before {
content: "\f428"; }
.fa-stream:before {
content: "\f550"; }
.fa-street-view:before {
content: "\f21d"; }
.fa-strikethrough:before {
content: "\f0cc"; }
.fa-stripe:before {
content: "\f429"; }
.fa-stripe-s:before {
content: "\f42a"; }
.fa-stroopwafel:before {
content: "\f551"; }
.fa-studiovinari:before {
content: "\f3f8"; }
.fa-stumbleupon:before {
content: "\f1a4"; }
.fa-stumbleupon-circle:before {
content: "\f1a3"; }
.fa-subscript:before {
content: "\f12c"; }
.fa-subway:before {
content: "\f239"; }
.fa-suitcase:before {
content: "\f0f2"; }
.fa-suitcase-rolling:before {
content: "\f5c1"; }
.fa-sun:before {
content: "\f185"; }
.fa-superpowers:before {
content: "\f2dd"; }
.fa-superscript:before {
content: "\f12b"; }
.fa-supple:before {
content: "\f3f9"; }
.fa-surprise:before {
content: "\f5c2"; }
.fa-suse:before {
content: "\f7d6"; }
.fa-swatchbook:before {
content: "\f5c3"; }
.fa-swift:before {
content: "\f8e1"; }
.fa-swimmer:before {
content: "\f5c4"; }
.fa-swimming-pool:before {
content: "\f5c5"; }
.fa-symfony:before {
content: "\f83d"; }
.fa-synagogue:before {
content: "\f69b"; }
.fa-sync:before {
content: "\f021"; }
.fa-sync-alt:before {
content: "\f2f1"; }
.fa-syringe:before {
content: "\f48e"; }
.fa-table:before {
content: "\f0ce"; }
.fa-table-tennis:before {
content: "\f45d"; }
.fa-tablet:before {
content: "\f10a"; }
.fa-tablet-alt:before {
content: "\f3fa"; }
.fa-tablets:before {
content: "\f490"; }
.fa-tachometer-alt:before {
content: "\f3fd"; }
.fa-tag:before {
content: "\f02b"; }
.fa-tags:before {
content: "\f02c"; }
.fa-tape:before {
content: "\f4db"; }
.fa-tasks:before {
content: "\f0ae"; }
.fa-taxi:before {
content: "\f1ba"; }
.fa-teamspeak:before {
content: "\f4f9"; }
.fa-teeth:before {
content: "\f62e"; }
.fa-teeth-open:before {
content: "\f62f"; }
.fa-telegram:before {
content: "\f2c6"; }
.fa-telegram-plane:before {
content: "\f3fe"; }
.fa-temperature-high:before {
content: "\f769"; }
.fa-temperature-low:before {
content: "\f76b"; }
.fa-tencent-weibo:before {
content: "\f1d5"; }
.fa-tenge:before {
content: "\f7d7"; }
.fa-terminal:before {
content: "\f120"; }
.fa-text-height:before {
content: "\f034"; }
.fa-text-width:before {
content: "\f035"; }
.fa-th:before {
content: "\f00a"; }
.fa-th-large:before {
content: "\f009"; }
.fa-th-list:before {
content: "\f00b"; }
.fa-the-red-yeti:before {
content: "\f69d"; }
.fa-theater-masks:before {
content: "\f630"; }
.fa-themeco:before {
content: "\f5c6"; }
.fa-themeisle:before {
content: "\f2b2"; }
.fa-thermometer:before {
content: "\f491"; }
.fa-thermometer-empty:before {
content: "\f2cb"; }
.fa-thermometer-full:before {
content: "\f2c7"; }
.fa-thermometer-half:before {
content: "\f2c9"; }
.fa-thermometer-quarter:before {
content: "\f2ca"; }
.fa-thermometer-three-quarters:before {
content: "\f2c8"; }
.fa-think-peaks:before {
content: "\f731"; }
.fa-thumbs-down:before {
content: "\f165"; }
.fa-thumbs-up:before {
content: "\f164"; }
.fa-thumbtack:before {
content: "\f08d"; }
.fa-ticket-alt:before {
content: "\f3ff"; }
.fa-tiktok:before {
content: "\e07b"; }
.fa-times:before {
content: "\f00d"; }
.fa-times-circle:before {
content: "\f057"; }
.fa-tint:before {
content: "\f043"; }
.fa-tint-slash:before {
content: "\f5c7"; }
.fa-tired:before {
content: "\f5c8"; }
.fa-toggle-off:before {
content: "\f204"; }
.fa-toggle-on:before {
content: "\f205"; }
.fa-toilet:before {
content: "\f7d8"; }
.fa-toilet-paper:before {
content: "\f71e"; }
.fa-toilet-paper-slash:before {
content: "\e072"; }
.fa-toolbox:before {
content: "\f552"; }
.fa-tools:before {
content: "\f7d9"; }
.fa-tooth:before {
content: "\f5c9"; }
.fa-torah:before {
content: "\f6a0"; }
.fa-torii-gate:before {
content: "\f6a1"; }
.fa-tractor:before {
content: "\f722"; }
.fa-trade-federation:before {
content: "\f513"; }
.fa-trademark:before {
content: "\f25c"; }
.fa-traffic-light:before {
content: "\f637"; }
.fa-trailer:before {
content: "\e041"; }
.fa-train:before {
content: "\f238"; }
.fa-tram:before {
content: "\f7da"; }
.fa-transgender:before {
content: "\f224"; }
.fa-transgender-alt:before {
content: "\f225"; }
.fa-trash:before {
content: "\f1f8"; }
.fa-trash-alt:before {
content: "\f2ed"; }
.fa-trash-restore:before {
content: "\f829"; }
.fa-trash-restore-alt:before {
content: "\f82a"; }
.fa-tree:before {
content: "\f1bb"; }
.fa-trello:before {
content: "\f181"; }
.fa-tripadvisor:before {
content: "\f262"; }
.fa-trophy:before {
content: "\f091"; }
.fa-truck:before {
content: "\f0d1"; }
.fa-truck-loading:before {
content: "\f4de"; }
.fa-truck-monster:before {
content: "\f63b"; }
.fa-truck-moving:before {
content: "\f4df"; }
.fa-truck-pickup:before {
content: "\f63c"; }
.fa-tshirt:before {
content: "\f553"; }
.fa-tty:before {
content: "\f1e4"; }
.fa-tumblr:before {
content: "\f173"; }
.fa-tumblr-square:before {
content: "\f174"; }
.fa-tv:before {
content: "\f26c"; }
.fa-twitch:before {
content: "\f1e8"; }
.fa-twitter:before {
content: "\f099"; }
.fa-twitter-square:before {
content: "\f081"; }
.fa-typo3:before {
content: "\f42b"; }
.fa-uber:before {
content: "\f402"; }
.fa-ubuntu:before {
content: "\f7df"; }
.fa-uikit:before {
content: "\f403"; }
.fa-umbraco:before {
content: "\f8e8"; }
.fa-umbrella:before {
content: "\f0e9"; }
.fa-umbrella-beach:before {
content: "\f5ca"; }
.fa-uncharted:before {
content: "\e084"; }
.fa-underline:before {
content: "\f0cd"; }
.fa-undo:before {
content: "\f0e2"; }
.fa-undo-alt:before {
content: "\f2ea"; }
.fa-uniregistry:before {
content: "\f404"; }
.fa-unity:before {
content: "\e049"; }
.fa-universal-access:before {
content: "\f29a"; }
.fa-university:before {
content: "\f19c"; }
.fa-unlink:before {
content: "\f127"; }
.fa-unlock:before {
content: "\f09c"; }
.fa-unlock-alt:before {
content: "\f13e"; }
.fa-unsplash:before {
content: "\e07c"; }
.fa-untappd:before {
content: "\f405"; }
.fa-upload:before {
content: "\f093"; }
.fa-ups:before {
content: "\f7e0"; }
.fa-usb:before {
content: "\f287"; }
.fa-user:before {
content: "\f007"; }
.fa-user-alt:before {
content: "\f406"; }
.fa-user-alt-slash:before {
content: "\f4fa"; }
.fa-user-astronaut:before {
content: "\f4fb"; }
.fa-user-check:before {
content: "\f4fc"; }
.fa-user-circle:before {
content: "\f2bd"; }
.fa-user-clock:before {
content: "\f4fd"; }
.fa-user-cog:before {
content: "\f4fe"; }
.fa-user-edit:before {
content: "\f4ff"; }
.fa-user-friends:before {
content: "\f500"; }
.fa-user-graduate:before {
content: "\f501"; }
.fa-user-injured:before {
content: "\f728"; }
.fa-user-lock:before {
content: "\f502"; }
.fa-user-md:before {
content: "\f0f0"; }
.fa-user-minus:before {
content: "\f503"; }
.fa-user-ninja:before {
content: "\f504"; }
.fa-user-nurse:before {
content: "\f82f"; }
.fa-user-plus:before {
content: "\f234"; }
.fa-user-secret:before {
content: "\f21b"; }
.fa-user-shield:before {
content: "\f505"; }
.fa-user-slash:before {
content: "\f506"; }
.fa-user-tag:before {
content: "\f507"; }
.fa-user-tie:before {
content: "\f508"; }
.fa-user-times:before {
content: "\f235"; }
.fa-users:before {
content: "\f0c0"; }
.fa-users-cog:before {
content: "\f509"; }
.fa-users-slash:before {
content: "\e073"; }
.fa-usps:before {
content: "\f7e1"; }
.fa-ussunnah:before {
content: "\f407"; }
.fa-utensil-spoon:before {
content: "\f2e5"; }
.fa-utensils:before {
content: "\f2e7"; }
.fa-vaadin:before {
content: "\f408"; }
.fa-vector-square:before {
content: "\f5cb"; }
.fa-venus:before {
content: "\f221"; }
.fa-venus-double:before {
content: "\f226"; }
.fa-venus-mars:before {
content: "\f228"; }
.fa-vest:before {
content: "\e085"; }
.fa-vest-patches:before {
content: "\e086"; }
.fa-viacoin:before {
content: "\f237"; }
.fa-viadeo:before {
content: "\f2a9"; }
.fa-viadeo-square:before {
content: "\f2aa"; }
.fa-vial:before {
content: "\f492"; }
.fa-vials:before {
content: "\f493"; }
.fa-viber:before {
content: "\f409"; }
.fa-video:before {
content: "\f03d"; }
.fa-video-slash:before {
content: "\f4e2"; }
.fa-vihara:before {
content: "\f6a7"; }
.fa-vimeo:before {
content: "\f40a"; }
.fa-vimeo-square:before {
content: "\f194"; }
.fa-vimeo-v:before {
content: "\f27d"; }
.fa-vine:before {
content: "\f1ca"; }
.fa-virus:before {
content: "\e074"; }
.fa-virus-slash:before {
content: "\e075"; }
.fa-viruses:before {
content: "\e076"; }
.fa-vk:before {
content: "\f189"; }
.fa-vnv:before {
content: "\f40b"; }
.fa-voicemail:before {
content: "\f897"; }
.fa-volleyball-ball:before {
content: "\f45f"; }
.fa-volume-down:before {
content: "\f027"; }
.fa-volume-mute:before {
content: "\f6a9"; }
.fa-volume-off:before {
content: "\f026"; }
.fa-volume-up:before {
content: "\f028"; }
.fa-vote-yea:before {
content: "\f772"; }
.fa-vr-cardboard:before {
content: "\f729"; }
.fa-vuejs:before {
content: "\f41f"; }
.fa-walking:before {
content: "\f554"; }
.fa-wallet:before {
content: "\f555"; }
.fa-warehouse:before {
content: "\f494"; }
.fa-watchman-monitoring:before {
content: "\e087"; }
.fa-water:before {
content: "\f773"; }
.fa-wave-square:before {
content: "\f83e"; }
.fa-waze:before {
content: "\f83f"; }
.fa-weebly:before {
content: "\f5cc"; }
.fa-weibo:before {
content: "\f18a"; }
.fa-weight:before {
content: "\f496"; }
.fa-weight-hanging:before {
content: "\f5cd"; }
.fa-weixin:before {
content: "\f1d7"; }
.fa-whatsapp:before {
content: "\f232"; }
.fa-whatsapp-square:before {
content: "\f40c"; }
.fa-wheelchair:before {
content: "\f193"; }
.fa-whmcs:before {
content: "\f40d"; }
.fa-wifi:before {
content: "\f1eb"; }
.fa-wikipedia-w:before {
content: "\f266"; }
.fa-wind:before {
content: "\f72e"; }
.fa-window-close:before {
content: "\f410"; }
.fa-window-maximize:before {
content: "\f2d0"; }
.fa-window-minimize:before {
content: "\f2d1"; }
.fa-window-restore:before {
content: "\f2d2"; }
.fa-windows:before {
content: "\f17a"; }
.fa-wine-bottle:before {
content: "\f72f"; }
.fa-wine-glass:before {
content: "\f4e3"; }
.fa-wine-glass-alt:before {
content: "\f5ce"; }
.fa-wix:before {
content: "\f5cf"; }
.fa-wizards-of-the-coast:before {
content: "\f730"; }
.fa-wodu:before {
content: "\e088"; }
.fa-wolf-pack-battalion:before {
content: "\f514"; }
.fa-won-sign:before {
content: "\f159"; }
.fa-wordpress:before {
content: "\f19a"; }
.fa-wordpress-simple:before {
content: "\f411"; }
.fa-wpbeginner:before {
content: "\f297"; }
.fa-wpexplorer:before {
content: "\f2de"; }
.fa-wpforms:before {
content: "\f298"; }
.fa-wpressr:before {
content: "\f3e4"; }
.fa-wrench:before {
content: "\f0ad"; }
.fa-x-ray:before {
content: "\f497"; }
.fa-xbox:before {
content: "\f412"; }
.fa-xing:before {
content: "\f168"; }
.fa-xing-square:before {
content: "\f169"; }
.fa-y-combinator:before {
content: "\f23b"; }
.fa-yahoo:before {
content: "\f19e"; }
.fa-yammer:before {
content: "\f840"; }
.fa-yandex:before {
content: "\f413"; }
.fa-yandex-international:before {
content: "\f414"; }
.fa-yarn:before {
content: "\f7e3"; }
.fa-yelp:before {
content: "\f1e9"; }
.fa-yen-sign:before {
content: "\f157"; }
.fa-yin-yang:before {
content: "\f6ad"; }
.fa-yoast:before {
content: "\f2b1"; }
.fa-youtube:before {
content: "\f167"; }
.fa-youtube-square:before {
content: "\f431"; }
.fa-zhihu:before {
content: "\f63f"; }
.sr-only {
border: 0;
clip: rect(0, 0, 0, 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px; }
.sr-only-focusable:active, .sr-only-focusable:focus {
clip: auto;
height: auto;
margin: 0;
overflow: visible;
position: static;
width: auto; }
@font-face {
font-family: 'Font Awesome 5 Brands';
font-style: normal;
font-weight: 400;
font-display: block;
src: url(//www.pravyuha.com/wp-content/themes/itsulu/assets/fonts/font-awesome/webfonts/fa-brands-400.eot);
src: url(//www.pravyuha.com/wp-content/themes/itsulu/assets/fonts/font-awesome/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(//www.pravyuha.com/wp-content/themes/itsulu/assets/fonts/font-awesome/webfonts/fa-brands-400.woff2) format("woff2"), url(//www.pravyuha.com/wp-content/themes/itsulu/assets/fonts/font-awesome/webfonts/fa-brands-400.woff) format("woff"), url(//www.pravyuha.com/wp-content/themes/itsulu/assets/fonts/font-awesome/webfonts/fa-brands-400.ttf) format("truetype"), url(//www.pravyuha.com/wp-content/themes/itsulu/assets/fonts/font-awesome/webfonts/fa-brands-400.svg#fontawesome) format("svg"); }
.fab {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
@font-face {
font-family: 'Font Awesome 5 Free';
font-style: normal;
font-weight: 400;
font-display: block;
src: url(//www.pravyuha.com/wp-content/themes/itsulu/assets/fonts/font-awesome/webfonts/fa-regular-400.eot);
src: url(//www.pravyuha.com/wp-content/themes/itsulu/assets/fonts/font-awesome/webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(//www.pravyuha.com/wp-content/themes/itsulu/assets/fonts/font-awesome/webfonts/fa-regular-400.woff2) format("woff2"), url(//www.pravyuha.com/wp-content/themes/itsulu/assets/fonts/font-awesome/webfonts/fa-regular-400.woff) format("woff"), url(//www.pravyuha.com/wp-content/themes/itsulu/assets/fonts/font-awesome/webfonts/fa-regular-400.ttf) format("truetype"), url(//www.pravyuha.com/wp-content/themes/itsulu/assets/fonts/font-awesome/webfonts/fa-regular-400.svg#fontawesome) format("svg"); }
.far {
font-family: 'Font Awesome 5 Free';
font-weight: 400; }
@font-face {
font-family: 'Font Awesome 5 Free';
font-style: normal;
font-weight: 900;
font-display: block;
src: url(//www.pravyuha.com/wp-content/themes/itsulu/assets/fonts/font-awesome/webfonts/fa-solid-900.eot);
src: url(//www.pravyuha.com/wp-content/themes/itsulu/assets/fonts/font-awesome/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(//www.pravyuha.com/wp-content/themes/itsulu/assets/fonts/font-awesome/webfonts/fa-solid-900.woff2) format("woff2"), url(//www.pravyuha.com/wp-content/themes/itsulu/assets/fonts/font-awesome/webfonts/fa-solid-900.woff) format("woff"), url(//www.pravyuha.com/wp-content/themes/itsulu/assets/fonts/font-awesome/webfonts/fa-solid-900.ttf) format("truetype"), url(//www.pravyuha.com/wp-content/themes/itsulu/assets/fonts/font-awesome/webfonts/fa-solid-900.svg#fontawesome) format("svg"); }
.fa,
.fas {
font-family: 'Font Awesome 5 Free';
font-weight: 900; }.mfp-bg {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1042;
overflow: hidden;
position: fixed;
background: #0b0b0b;
opacity: 0.8;
filter: alpha(opacity=80); 
}
.mfp-wrap {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1043;
position: fixed;
outline: none !important;
-webkit-backface-visibility: hidden; 
}
.mfp-container {
text-align: center;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
padding: 0 8px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; 
}
.mfp-container:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle; 
}
.mfp-align-top .mfp-container:before {
display: none; 
}
.mfp-content {
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0 auto;
text-align: left;
z-index: 1045; 
}
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
width: 100%;
cursor: auto; 
}
.mfp-ajax-cur {
cursor: progress; 
}
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
cursor: -moz-zoom-out;
cursor: -webkit-zoom-out;
cursor: zoom-out; 
}
.mfp-zoom {
cursor: pointer;
cursor: -webkit-zoom-in;
cursor: -moz-zoom-in;
cursor: zoom-in; 
}
.mfp-auto-cursor .mfp-content {
cursor: auto; 
}
.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
-webkit-user-select: none;
-moz-user-select: none;
-webkit-user-select: none;
}
.mfp-loading.mfp-figure {
display: none; 
}
.mfp-hide {
display: none !important; 
}
.mfp-preloader {
color: #CCC;
position: absolute;
top: 50%;
width: auto;
text-align: center;
margin-top: -0.8em;
left: 8px;
right: 8px;
z-index: 1044; 
}
.mfp-preloader a {
color: #CCC; 
}
.mfp-preloader a:hover {
color: #FFF; 
}
.mfp-s-ready .mfp-preloader {
display: none; 
}
.mfp-s-error .mfp-content {
display: none; 
}
button.mfp-close, button.mfp-arrow {
overflow: visible;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
display: block;
outline: none;
padding: 0;
z-index: 1046;
-webkit-box-shadow: none;
box-shadow: none; 
}
button::-moz-focus-inner {
padding: 0;
border: 0; 
}
.mfp-close {
width: 44px;
height: 44px;
line-height: 44px;
position: absolute;
right: 0;
top: 0;
text-decoration: none;
text-align: center;
opacity: 0.65;
filter: alpha(opacity=65);
padding: 0 0 18px 10px;
color: #FFF;
font-style: normal;
font-size: 28px;
font-family: Arial, Baskerville, monospace; 
}
.mfp-close:hover, .mfp-close:focus {
opacity: 1;
filter: alpha(opacity=100); 
}
.mfp-close:active {
top: 1px; 
}
.mfp-close-btn-in .mfp-close {
color: #333;
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
color: #FFF;
right: -6px;
text-align: right;
padding-right: 6px;
width: 100%;
}
.mfp-counter {
position: absolute;
top: 0;
right: 0;
color: #CCC;
font-size: 12px;
line-height: 18px;
white-space: nowrap;
}
.mfp-arrow {
position: absolute;
opacity: 0.65;
filter: alpha(opacity=65);
margin: 0;
top: 50%;
margin-top: -55px;
padding: 0;
width: 90px;
height: 110px;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0); 
}
.mfp-arrow:active {
margin-top: -54px; 
}
.mfp-arrow:hover, .mfp-arrow:focus {
opacity: 1;
filter: alpha(opacity=100); 
}
.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
content: '';
display: block;
width: 0;
height: 0;
position: absolute;
left: 0;
top: 0;
margin-top: 35px;
margin-left: 35px;
border: medium inset transparent; 
}
.mfp-arrow:after, .mfp-arrow .mfp-a {
border-top-width: 13px;
border-bottom-width: 13px;
top: 8px;
}
.mfp-arrow:before, .mfp-arrow .mfp-b {
border-top-width: 21px;
border-bottom-width: 21px;
opacity: 0.7;
}
.mfp-arrow-left {
left: 0;
}
.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
border-right: 17px solid #FFF;
margin-left: 31px; 
}
.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
margin-left: 25px;
border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
right: 0;
}
.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
border-left: 17px solid #FFF;
margin-left: 39px; 
}
.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
border-left: 27px solid #3F3F3F; 
}
.mfp-iframe-holder {
padding-top: 40px;
padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
line-height: 0;
width: 100%;
max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
top: -40px; 
}
.mfp-iframe-scaler {
width: 100%;
height: 0;
overflow: hidden;
padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
position: absolute;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #000;
} img.mfp-img {
width: auto;
max-width: 100%;
height: auto;
display: block;
line-height: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 40px 0 40px;
margin: 0 auto;
} .mfp-figure {
line-height: 0;
}
.mfp-figure:after {
content: '';
position: absolute;
left: 0;
top: 40px;
bottom: 40px;
display: block;
right: 0;
width: auto;
height: auto;
z-index: -1;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #444;
}
.mfp-figure small {
color: #BDBDBD;
display: block;
font-size: 12px;
line-height: 14px;
}
.mfp-figure figure {
margin: 0;
}
.mfp-bottom-bar {
margin-top: -36px;
position: absolute;
top: 100%;
left: 0;
width: 100%;
cursor: auto;
}
.mfp-title {
text-align: left;
line-height: 18px;
color: #F3F3F3;
word-wrap: break-word;
padding-right: 36px;
}
.mfp-image-holder .mfp-content {
max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) { .mfp-img-mobile .mfp-image-holder {
padding-left: 0;
padding-right: 0; 
}
.mfp-img-mobile img.mfp-img {
padding: 0; 
}
.mfp-img-mobile .mfp-figure:after {
top: 0;
bottom: 0; 
}
.mfp-img-mobile .mfp-figure small {
display: inline;
margin-left: 5px;
}
.mfp-img-mobile .mfp-bottom-bar {
background: rgba(0, 0, 0, 0.6);
bottom: 0;
margin: 0;
top: auto;
padding: 3px 5px;
position: fixed;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.mfp-img-mobile .mfp-bottom-bar:empty {
padding: 0;
}
.mfp-img-mobile .mfp-counter {
right: 5px;
top: 3px;
}
.mfp-img-mobile .mfp-close {
top: 0;
right: 0;
width: 35px;
height: 35px;
line-height: 35px;
background: rgba(0, 0, 0, 0.6);
position: fixed;
text-align: center;
padding: 0;
}
}
@media all and (max-width: 900px) {
.mfp-arrow {
-webkit-transform: scale(0.75);
transform: scale(0.75);
}
.mfp-arrow-left {
-webkit-transform-origin: 0;
transform-origin: 0; 
}
.mfp-arrow-right {
-webkit-transform-origin: 100%;
transform-origin: 100%; 
}
.mfp-container {
padding-left: 6px;
padding-right: 6px; 
}
}
.mfp-ie7 .mfp-img {
padding: 0; 
}
.mfp-ie7 .mfp-bottom-bar {
width: 600px;
left: 50%;
margin-left: -300px;
margin-top: 5px;
padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
padding: 0;
}
.mfp-ie7 .mfp-content {
padding-top: 44px;
}
.mfp-ie7 .mfp-close {
top: 0;
right: 0;
padding-top: 0;
}@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}*,
*:before,
*:after {
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 0;
margin: 0;
}
html,
body {
padding: 0;
margin: 0;
font-family: "Sora", sans-serif;
font-size: 15px;
font-weight: 400;
color: #72747a;
line-height: 1.7;
-webkit-font-smoothing: antialiased;
-webkit-text-size-adjust: 100%;
}
.mil-wrapper {
position: relative;
overflow: hidden;
width: 100%;
height: auto;
}
a img {
border: none;
}
img,
figure {
max-width: 100%;
}
label {
cursor: pointer;
}
iframe {
max-width: 100%;
}
.comment-form-cookies-consent {
margin-bottom: 30px;
}
.comment-form-cookies-consent input {
margin-right: 10px;
position: relative;
top: 2px;
}
.clear {
clear: both;
}
.container {
padding: 0 10px;
}
@media (min-width: 1200px){
.container-xl, .container-lg, .container-md, .container-sm, .container {
max-width: 1360px;
}
}
@media (min-width: 1400px){
.container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
max-width: 1360px;
}
} h1,
.mil-h1,
h2,
.mil-h2,
h3,
.mil-h3,
h4,
.mil-h4,
h5,
.mil-h5,
h6,
.mil-h6,
.mil-list-title,
.elementor-widget-sidebar .widget h2,
.elementor-widget-sidebar .widget .wp-block-heading,
.content-sidebar .widget .widget-title,
.content-sidebar .widget h2 {
font-family: "Syne", sans-serif;
color: #121820;
font-weight: 600;
line-height: 140%;
word-wrap: break-word;
}
h1 .mil-font-3,
.mil-h1 .mil-font-3,
h2 .mil-font-3,
.mil-h2 .mil-font-3,
h3 .mil-font-3,
.mil-h3 .mil-font-3,
h4 .mil-font-3,
.mil-h4 .mil-font-3,
h5 .mil-font-3,
.mil-h5 .mil-font-3,
h6 .mil-font-3,
.mil-h6 .mil-font-3 {
white-space: nowrap;
}
h1,
.mil-h1 {
font-size: 60px;
}
@media screen and (max-width: 992px) {
h1,
.mil-h1,
h1.mil-h2 {
font-size: 42px;
}
}
@media screen and (max-width: 767px) {
h1,
.mil-h1,
h1.mil-h2 {
font-size: 32px;
}
}
h2,
.mil-h2 {
font-size: 42px;
}
@media screen and (max-width: 992px) {
h2,
.mil-h2 {
font-size: 32px;
}
}
@media screen and (max-width: 767px) {
h2,
.mil-h2 {
font-size: 29px;
}
}
h3,
.mil-h3 {
font-size: 26px;
}
h3.mil-up-font,
.mil-h3.mil-up-font {
font-size: 36px;
}
@media screen and (max-width: 992px) {
h3.mil-up-font,
.mil-h3.mil-up-font {
font-size: 26px;
}
}
h4,
.mil-h4 {
font-size: 22px;
}
@media screen and (max-width: 992px) {
h4,
.mil-h4 {
font-size: 24px;
}
}
@media screen and (max-width: 767px) {
h4,
.mil-h4 {
font-size: 21px;
}
}
h5,
.mil-h5,
.mil-list-title,
.elementor-widget-sidebar .widget h2,
.elementor-widget-sidebar .widget .wp-block-heading,
.content-sidebar .widget .widget-title,
.content-sidebar .widget h2 {
font-size: 18px;
}
@media screen and (max-width: 992px) {
h5,
.mil-h5,
.mil-list-title,
.elementor-widget-sidebar .widget h2,
.elementor-widget-sidebar .widget .wp-block-heading,
.content-sidebar .widget .widget-title,
.content-sidebar .widget h2 {
font-size: 22px;
}
}
@media screen and (max-width: 767px) {
h5,
.mil-h5,
.mil-list-title,
.elementor-widget-sidebar .widget h2,
.elementor-widget-sidebar .widget .wp-block-heading,
.content-sidebar .widget .widget-title,
.content-sidebar .widget h2 {
font-size: 19px;
}
}
h6,
.mil-h6 {
font-size: 16px;
}
.mil-bold {
font-weight: 500;
}
a {
color: inherit;
text-decoration: none;
}
.mil-suptitle {
font-size: 18px;
display: inline-block;
color: #121820;
font-weight: 500;
font-family: "Syne", sans-serif;
}
.mil-suptitle.mil-suptitle-2 {
font-size: 16px;
position: relative;
padding-left: 15px;
}
.mil-suptitle.mil-suptitle-2:before {
content: "";
width: 7px;
height: 7px;
border-radius: 50%;
background-color: #f57c00;
position: absolute;
left: 0;
top: 9px;
}
.mil-font-1 {
font-family: "Syne", sans-serif;
}
.mil-font-2 {
font-family: "Sora", sans-serif;
}
.mil-font-3 {
font-family: "Satisfy", cursive;
}
.mil-uppercase {
text-transform: uppercase;
}
.mil-accent,
.mil-navigation nav ul li.current-menu-item > a,
.mil-navigation nav ul li.mil-has-children ul li.current-menu-item > a {
color: #f57c00;
}
.mil-light,
.mil-light ul li,
.mil-light ul li a {
color: rgb(255, 255, 255);
}
.mil-dark {
color: #121820;
}
.mil-light-soft {
color: rgba(255, 255, 255, 0.5);
}
.mil-dark-soft {
color: rgba(18, 24, 32, 0.5);
}
.mil-text-sm {
font-size: 13px;
}
.mil-text-lg {
font-size: 17px;
line-height: 220%;
}
.mil-text-center {
text-align: center;
}
blockquote {
background-color: rgba(18, 24, 32, 0.05);
padding: 60px;
border-radius: 10px;
color: #121820;
font-style: italic;
}
@media screen and (max-width: 992px) {
blockquote {
padding: 30px;
}
} .preloader {
position: fixed;
top: 0;
left: 0;
z-index: 1111;
display: flex;
justify-content: center;
width: 100%;
height: 100%;
transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
}
.preloader.loaded {
visibility: hidden;
opacity: 0;
z-index: -99;
}
.preloader::before {
content: '';
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: #fff;
}
.preloader__spinner {
position: relative;
width: 50px;
height: 50px;
align-self: center;
z-index: 2;
}
.preloader__double-bounce {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
animation: bounce 2s infinite ease-in-out;
opacity: 1;
border-radius: 50%;
background-color: #f57c00;
}
.preloader__double-bounce--delay {
animation-delay: -1s;
opacity: 0.5;
}
@keyframes bounce {
0%,
100% {
transform: scale(0);
}
50% {
transform: scale(1);
}
}
.disable_preloader .preloader {
display: none !important;
} .mil-simple-list {
padding: 0;
margin: 0;
}
.mil-simple-list li {
color: #121820;
margin-bottom: 15px;
list-style-type: none;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.mil-simple-list li:before {
content: "";
width: 7px;
height: 7px;
background-color: #f57c00;
border-radius: 50%;
left: 0;
top: 0;
margin-right: 15px;
}
.mil-check-list ul {
margin: 0;
padding: 0;
}
.mil-check-list ul li {
color: #121820;
margin-bottom: 15px;
list-style-type: none;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.mil-check-list ul li.mil-empty {
opacity: 0.2;
text-decoration: line-through;
}
.mil-check-list ul li.mil-empty:before {
content: "";
margin-left: 3px;
width: 7px;
height: 7px;
background-color: rgba(18, 24, 32, 0.3);
border-radius: 50%;
left: 0;
top: 0;
margin-right: 20px;
}
.mil-check-list ul li:before {
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: "\f00c";
color: #f57c00;
border-radius: 50%;
left: 0;
top: 0;
margin-right: 15px;
}
.mil-dot-list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.mil-dot-list li {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
list-style-type: none;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-right: 15px;
}
.mil-dot-list li:before {
content: "";
width: 7px;
height: 7px;
background-color: #f57c00;
border-radius: 50%;
margin-right: 15px;
}
.mil-dot-list li:first-child:before {
display: none;
}
.mil-dot-list li:last-child {
margin-right: 0;
}
.mil-check-icon-list li {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-bottom: 15px;
}
.mil-check-icon-list li img {
margin-right: 15px;
}
.mil-check-icon-list li:last-child {
margin-bottom: 0;
}
.mil-hover-link-list li,
.wp-block-latest-posts li,
.content-sidebar li,
.wp-block-categories-list li,
.wp-block-archives-list li,
.wp-block-archives li,
.elementor-widget-sidebar .widget .menu li,
.content-sidebar .widget .menu li,
.wp-block-latest-comments li {
list-style-type: none;
margin-bottom: 15px;
clear: both;
}
.mil-hover-link-list li li,
.wp-block-latest-posts li li,
.content-sidebar li li,
.wp-block-categories-list li li,
.wp-block-archives-list li li,
.wp-block-archives li li,
.elementor-widget-sidebar .widget .menu li li,
.content-sidebar .widget .menu li li {
margin-left: 12px;
margin-bottom: 7px;
}
.mil-hover-link-list li li a,
.wp-block-latest-posts li li a,
.content-sidebar li li a,
.wp-block-categories-list li li a,
.wp-block-archives-list li li a,
.wp-block-archives li li a,
.elementor-widget-sidebar .widget .menu li li a,
.content-sidebar .widget .menu li li a {
font-weight: 400;
}
.mil-hover-link-list li .sub-menu,
.wp-block-latest-posts li .sub-menu,
.content-sidebar li .sub-menu,
.wp-block-categories-list li .sub-menu,
.wp-block-archives-list li .sub-menu,
.wp-block-archives li .sub-menu,
.elementor-widget-sidebar .widget .menu li .sub-menu,
.content-sidebar .widget .menu li .sub-menu {
margin-top: 15px;
}
.mil-hover-link-list li a,
.wp-block-latest-posts li a,
.content-sidebar li a,
.wp-block-categories-list li a,
.wp-block-archives li a,
.wp-block-archives li a,
.elementor-widget-sidebar .widget .menu li a,
.content-sidebar .widget .menu li a,
.wp-block-latest-comments li a {
color: #121820;
font-weight: 400;
-webkit-transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-hover-link-list li a:before,
.wp-block-latest-posts li a:before,
.content-sidebar li a:before,
.wp-block-categories-list li a:before,
.wp-block-archives li a:before,
.elementor-widget-sidebar .widget .menu li a:before,
.content-sidebar .widget .menu li a:before {
content: "";
display: inline-block;
width: 7px;
height: 7px;
background-color: #f57c00;
border-radius: 50%;
margin-right: 0;
-webkit-transform: scale(0);
transform: scale(0);
-webkit-transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
margin-left: -7px;
}
.mil-hover-link-list li a:hover,
.wp-block-latest-posts li a:hover,
.content-sidebar li a:hover,
.wp-block-categories-list li a:hover,
.wp-block-archives li a:hover,
.elementor-widget-sidebar .widget .menu li a:hover,
.content-sidebar .widget .menu li a:hover {
color: #f57c00;
}
.mil-hover-link-list li a:hover:before,
.wp-block-latest-posts li a:hover:before,
.content-sidebar li a:hover:before,
.wp-block-categories-list li a:hover:before,
.wp-block-archives li a:hover:before,
.elementor-widget-sidebar .widget .menu li a:hover:before,
.content-sidebar .widget .menu li a:hover:before {
margin-right: 10px;
-webkit-transform: scale(1);
transform: scale(1);
}
.mil-hover-link-list li:first-child,
.wp-block-latest-posts li:first-child,
.content-sidebar li:first-child,
.wp-block-categories-list li:first-child,
.wp-block-archives li:first-child,
.elementor-widget-sidebar .widget .menu li:first-child,
.content-sidebar .widget .menu li:first-child {
margin-top: 7px !important;
}
.mil-hover-link-list li:last-child,
.wp-block-latest-posts li:last-child,
.content-sidebar li:last-child,
.wp-block-categories-list li:last-child,
.wp-block-archives li:last-child,
.elementor-widget-sidebar .widget .menu li:last-child,
.content-sidebar .widget .menu li:last-child {
margin-bottom: 7px !important;
}
.mil-hover-link-list.mil-light a {
color: rgba(255, 255, 255, 0.6);
}
.mil-list-title,
.elementor-widget-sidebar .widget h2,
.elementor-widget-sidebar .widget .wp-block-heading,
.content-sidebar .widget .widget-title,
.content-sidebar .widget h2 {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.elementor-widget-sidebar .widget h2,
.elementor-widget-sidebar .widget .wp-block-heading,
.content-sidebar .widget .widget-title,
.content-sidebar .widget h2 {
margin-bottom: 30px;
}
.mil-list-title:before,
.elementor-widget-sidebar .widget h2:before,
.elementor-widget-sidebar .widget .wp-block-heading:before,
.content-sidebar .widget .widget-title:before,
.content-sidebar .widget h2:before {
content: "";
width: 8px;
height: 8px;
border-radius: 50%;
margin-right: 15px;
background-color: #f57c00;
}
.mil-post-bottom .social-share {
display: flex;
align-items: center;
}
.mil-post-bottom .social-share .mil-h6 {
margin-right: 10px;
}
.mil-post-bottom .social-share ul li {
margin-top: 0;
}
.mil-social-links {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.mil-social-links li {
list-style-type: none;
margin-right: 30px;
}
.mil-social-links li a {
font-weight: 500;
color: #121820;
-webkit-transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-social-links li a:hover {
color: #f57c00;
}
.mil-rec-res {
border-top: solid 1px rgba(18, 24, 32, 0.1);
}
.mil-rec-res li {
border-bottom: solid 1px rgba(18, 24, 32, 0.1);
list-style-type: none;
}
.mil-rec-res li a {
padding: 15px 0;
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;
}
.mil-rec-res li a span {
max-width: 80%;
}
.mil-rec-res li a i {
-webkit-transform: translateX(-10px);
transform: translateX(-10px);
-webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
color: rgba(18, 24, 32, 0.2);
}
.mil-rec-res li a:hover i {
-webkit-transform: translateX(0);
transform: translateX(0);
color: #f57c00;
} .mil-flex-hori-center {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
@media screen and (max-width: 767px) {
.mil-flex-hori-center {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
}
.mil-adaptive-right {
position: absolute;
top: -130px;
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
.mil-adaptive-right {
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.mil-adaptive-right {
top: -60px;
}
}
.mil-relative {
position: relative;
}
@media screen and (max-width: 992px) {
.mil-adaptive-center {
text-align: center;
}
}
.mil-fake-container {
width: 670px;
margin-left: auto;
padding-right: 180px;
}
@media screen and (max-width: 1400px) {
.mil-fake-container {
width: 570px;
}
}
@media screen and (max-width: 1200px) {
.mil-fake-container {
width: 100%;
padding: 120px;
}
}
@media screen and (max-width: 992px) {
.mil-fake-container {
width: 100%;
padding: 60px 30px;
}
} .mil-button,
input[type="submit"] {
cursor: pointer;
height: 70px;
padding: 0 60px;
font-family: "Sora", sans-serif;
font-size: 15px;
color: #121820;
font-weight: 500;
white-space: nowrap;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
text-align: center;
-webkit-box-shadow: inset 0 0 0 0 #f57c00;
box-shadow: inset 0 0 0 0 #f57c00;
border: solid 2px transparent;
border-radius: 40px;
text-decoration: none;
-webkit-transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-button.mil-button-sm {
height: 50px;
padding: 0 40px;
font-size: 14px;
}
.mil-button.mil-button-xs {
height: 40px;
padding: 0 30px;
font-size: 12px;
}
.mil-button svg {
width: 15px;
height: 15px;
fill: #121820;
}
.mil-button.mil-button-sm svg {
width: 14px;
height: 14px;
}
.mil-button.mil-button-xs svg {
width: 12px;
height: 12px;
}
.mil-button.mil-border {
border-color: #f57c00;
background-color: transparent;
}
.mil-button.mil-border:hover {
-webkit-box-shadow: inset 0 0 0 1px #f57c00;
box-shadow: inset 0 0 0 1px #f57c00;
-webkit-backdrop-filter: blur(10px);
backdrop-filter: blur(10px);
}
.mil-button.mil-border.mil-gray-border {
border-color: rgba(18, 24, 32, 0.1);
}
.mil-button.mil-border.mil-gray-border:hover {
-webkit-box-shadow: inset 0 0 0 1px rgba(18, 24, 32, 0.1);
box-shadow: inset 0 0 0 1px rgba(18, 24, 32, 0.1);
-webkit-backdrop-filter: blur(10px);
backdrop-filter: blur(10px);
}
.mil-button.mil-light {
color: rgb(255, 255, 255);
}
.mil-button.mil-fw {
width: 100%;
}
.mil-button.mil-light-bg {
background-color: rgb(255, 255, 255);
border-color: transparent;
}
.mil-button.mil-accent-bg {
background-color: #f57c00;
border-color: transparent;
}
.mil-button.mil-accent-bg:hover {
-webkit-filter: brightness(115%);
filter: brightness(115%);
}
.mil-button.mil-icon-button {
padding: 0;
width: 70px;
}
.mil-button.mil-icon-button .fa-play {
-webkit-transform: translateX(2px) translateY(1px);
transform: translateX(2px) translateY(1px);
margin-left: 0;
}
.mil-button.mil-light svg {
fill: rgb(255, 255, 255);
}
.mil-button-with-label {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
font-weight: 500;
}
.mil-button-with-label .mil-button {
margin-right: 25px;
}
.mil-buttons-frame {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.mil-buttons-frame .mil-button {
margin-right: 30px;
}
.mil-buttons-frame.mil-buttons-frame-center {
justify-content: center;
}
.mil-buttons-frame.mil-buttons-frame-right {
justify-content: flex-end;
}
@media screen and (max-width: 767px) {
.mil-button.mil-icon-button {
display: none;
}
.mil-button {
padding: 0 25px;
}
} .mil-link {
font-family: "Syne", sans-serif;
font-size: 15px;
color: #121820;
font-weight: 600;
white-space: nowrap;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
text-decoration: none;
}
.mil-link.mil-link-sm {
font-size: 14px;
}
.mil-link i, .mil-link svg {
font-size: 12px;
color: rgb(255, 255, 255);
margin-left: 15px;
background-color: #f57c00;
width: 35px;
height: 35px;
border-radius: 50%;
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-transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-link svg {
fill: #fff;
}
.mil-link svg path {
scale: 0.4;
transform-origin: center;
}
.mil-button i,
.mil-button svg {
margin-left: 15px;
}
.mil-project-col .mil-button i,
.mil-project-col .mil-button svg,
.mil-button.mil-border.mil-icon-button svg {
margin-left: 0;
}
.mil-banner .mil-button.mil-border.mil-icon-button svg {
margin-top: 5px;
}
.mil-link:hover i {
-webkit-transform: translateX(5px);
transform: translateX(5px);
-webkit-filter: brightness(115%);
filter: brightness(115%);
}
.mil-link.link-left i {
margin-right: 15px;
margin-left: 0;
}
.mil-link.link-left:hover i {
-webkit-transform: translateX(-5px);
transform: translateX(-5px);
}
.mil-link.mil-light {
color: rgb(255, 255, 255);
} .mil-input-frame label {
display: block;
font-family: "Syne", sans-serif;
font-weight: 500;
}
.mil-input-frame br {
display: none;
}
.mil-input-frame label span {
margin-right: 15px;
}
.mil-input-frame input,
input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="tel"],
input[type="address"],
input[type="number"],
textarea,
body div.wpforms-container .wpforms-form input[type="text"],
body div.wpforms-container .wpforms-form input[type="email"],
body div.wpforms-container .wpforms-form input[type="search"],
body div.wpforms-container .wpforms-form input[type="password"],
body div.wpforms-container .wpforms-form input[type="tel"],
body div.wpforms-container .wpforms-form input[type="address"],
body div.wpforms-container .wpforms-form input[type="number"],
body div.wpforms-container .wpforms-form textarea {
width: 100%;
height: 70px;
font-family: "Sora", sans-serif;
color: #121820;
font-weight: 400;
background-color: transparent;
border: none;
border-bottom: solid 2px rgba(0, 0, 0, 0.1);
-webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-input-frame input,
.mil-input-frame textarea {
color: #fff;
}
.mil-input-frame input:hover,
input[type="text"]:hover,
input[type="email"]:hover,
input[type="search"]:hover,
input[type="password"]:hover,
input[type="tel"]:hover,
input[type="address"]:hover,
input[type="number"]:hover,
textarea:hover,
body div.wpforms-container .wpforms-form input[type="text"]:hover,
body div.wpforms-container .wpforms-form input[type="email"]:hover,
body div.wpforms-container .wpforms-form input[type="search"]:hover,
body div.wpforms-container .wpforms-form input[type="password"]:hover,
body div.wpforms-container .wpforms-form input[type="tel"]:hover,
body div.wpforms-container .wpforms-form input[type="address"]:hover,
body div.wpforms-container .wpforms-form input[type="number"]:hover,
body div.wpforms-container .wpforms-form textarea:hover {
outline: inherit;
border-bottom: solid 2px rgba(0, 0, 0, 0.2);
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="address"]:focus,
input[type="number"]:focus,
textarea:focus,
body div.wpforms-container .wpforms-form input[type="text"]:focus,
body div.wpforms-container .wpforms-form input[type="email"]:focus,
body div.wpforms-container .wpforms-form input[type="search"]:focus,
body div.wpforms-container .wpforms-form input[type="password"]:focus,
body div.wpforms-container .wpforms-form input[type="tel"]:focus,
body div.wpforms-container .wpforms-form input[type="address"]:focus,
body div.wpforms-container .wpforms-form input[type="number"]:focus,
body div.wpforms-container .wpforms-form textarea:focus {
outline: inherit;
border-bottom: solid 2px rgba(0, 0, 0, 0.4);
}
.mil-input-frame textarea,
textarea,
body div.wpforms-container .wpforms-form textarea {
padding-top: 30px;
width: 100%;
height: 321px;
font-family: "Sora", sans-serif;
color: rgb(255, 255, 255);
font-weight: 400;
background-color: transparent;
border: none;
border-bottom: solid 2px rgba(255, 255, 255, 0.1);
-webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-input-frame textarea,
.mil-input-frame input {
border-bottom: solid 2px rgba(255, 255, 255, 0.1);
}
.mil-input-frame input:focus,
.mil-input-frame textarea,
.mil-input-frame input:hover {
border-bottom: solid 2px rgba(255, 255, 255, 0.2);
}
.mil-input-frame input::-webkit-input-placeholder {
color: rgba(18, 24, 32, 0.3);
}
.mil-input-frame input::-moz-placeholder {
color: rgba(18, 24, 32, 0.3);
}
.mil-input-frame input:-ms-input-placeholder {
color: rgba(18, 24, 32, 0.3);
}
.mil-input-frame input::-ms-input-placeholder {
color: rgba(18, 24, 32, 0.3);
}
.mil-input-frame input::placeholder {
color: rgba(18, 24, 32, 0.3);
}
.mil-input-frame textarea::-webkit-input-placeholder {
color: rgba(18, 24, 32, 0.3);
}
.mil-input-frame textarea::-moz-placeholder {
color: rgba(18, 24, 32, 0.3);
}
.mil-input-frame textarea:-ms-input-placeholder {
color: rgba(18, 24, 32, 0.3);
}
.mil-input-frame textarea::-ms-input-placeholder {
color: rgba(18, 24, 32, 0.3);
}
.mil-input-frame textarea::placeholder {
color: rgba(18, 24, 32, 0.3);
}
.mil-input-frame textarea.mil-shortened {
height: 200px;
}
@media screen and (max-width: 992px) {
.mil-input-frame textarea,
textarea,
body div.wpforms-container .wpforms-form textarea {
height: 200px;
}
}
.mil-input-frame textarea:hover,
textarea:hover,
body div.wpforms-container .wpforms-form textarea:hover {
outline: inherit;
border-bottom: solid 2px rgba(255, 255, 255, 0.2);
}
.mil-input-frame textarea:focus,
textarea:hover,
body div.wpforms-container .wpforms-form textarea:hover {
outline: inherit;
border-bottom: solid 2px rgba(255, 255, 255, 0.4);
}
.mil-input-frame.mil-dark-input input, 
.mil-input-frame.mil-dark-input textarea {
border-bottom: solid 2px rgba(18, 24, 32, 0.1);
color: #121820;
}
.mil-input-frame.mil-dark-input input:hover, 
.mil-input-frame.mil-dark-input textarea:hover {
border-bottom: solid 2px rgba(18, 24, 32, 0.2);
}
.mil-input-frame.mil-dark-input input:focus, 
.mil-input-frame.mil-dark-input textarea:focus {
border-bottom: solid 2px rgba(18, 24, 32, 0.4);
}
.mil-subscribe-form {
position: relative;
width: 100%;
}
.mil-subscribe-form input {
padding: 0 60px;
height: 80px;
width: 100%;
border: none;
border-radius: 40px;
font-family: "Sora", sans-serif;
font-size: 16px;
color: #121820;
font-weight: 400;
background-color: rgb(255, 255, 255);
}
.mil-subscribe-form input:focus {
outline: inherit;
}
.mil-subscribe-form input::-webkit-input-placeholder {
color: rgba(18, 24, 32, 0.3);
}
.mil-subscribe-form input::-moz-placeholder {
color: rgba(18, 24, 32, 0.3);
}
.mil-subscribe-form input:-ms-input-placeholder {
color: rgba(18, 24, 32, 0.3);
}
.mil-subscribe-form input::-ms-input-placeholder {
color: rgba(18, 24, 32, 0.3);
}
.mil-subscribe-form input::placeholder {
color: rgba(18, 24, 32, 0.3);
}
.mil-subscribe-form button {
cursor: pointer;
position: absolute;
right: 5px;
top: 5px;
}
@media screen and (max-width: 767px) {
.mil-subscribe-form input {
text-align: center;
padding: 0 30px;
height: 70px;
}
.mil-subscribe-form button {
margin-top: 5px;
position: static;
width: 100%;
}
}
input.mil-rounded-input {
width: 100%;
height: 70px;
padding: 0 30px;
background-color: rgb(255, 255, 255);
border: none;
border-radius: 40px;
font-family: "Sora", sans-serif;
font-size: 16px;
color: #121820;
font-weight: 400;
}
input.mil-rounded-input::-webkit-input-placeholder {
color: rgba(18, 24, 32, 0.3);
}
input.mil-rounded-input::-moz-placeholder {
color: rgba(18, 24, 32, 0.3);
}
input.mil-rounded-input:-ms-input-placeholder {
color: rgba(18, 24, 32, 0.3);
}
input.mil-rounded-input::-ms-input-placeholder {
color: rgba(18, 24, 32, 0.3);
}
input.mil-rounded-input::placeholder {
color: rgba(18, 24, 32, 0.3);
}
input.mil-rounded-input:focus {
outline: inherit;
}
.mil-sidebar-input-frame {
position: relative;
}
select {
width: 100%;
height: 70px;
padding: 0 30px;
background-color: rgb(255, 255, 255);
border: solid 2px rgba(18, 24, 32, 0.1);
border-radius: 40px;
font-family: "Sora", sans-serif;
font-size: 15px;
color: #121820;
font-weight: 400;
appearance: none;
background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
background-repeat: no-repeat;
background-position: right 30px center;
background-size: 1em;
}
.mil-sidebar-input-frame .mil-sidebar-input, 
.content-sidebar .search-form input[type="search"], 
.search-form input[type="search"], 
.wp-block-search input[type="search"], 
.widget_product_search input[type="search"], 
.wp-block-search input[type="search"] {
width: 100%;
height: 70px;
padding: 0 30px;
background-color: rgb(255, 255, 255);
border: solid 2px rgba(18, 24, 32, 0.1);
border-radius: 40px;
font-family: "Sora", sans-serif;
color: #121820;
font-weight: 400;
}
.mil-sidebar-input-frame .mil-sidebar-input::-webkit-input-placeholder, 
.content-sidebar .search-form input[type="search"]::-webkit-input-placeholder, 
.search-form input[type="search"]::-webkit-input-placeholder, 
.wp-block-search input[type="search"]::-webkit-input-placeholder, 
.widget_product_search input[type="search"]::-webkit-input-placeholder, 
.wp-block-search input[type="search"]::-webkit-input-placeholder {
color: rgba(18, 24, 32, 0.3);
}
.mil-sidebar-input-frame .mil-sidebar-input::placeholder, 
.content-sidebar .search-form input[type="search"]::placeholder, 
.search-form input[type="search"]::placeholder, 
.wp-block-search input[type="search"]::placeholder, 
.widget_product_search input[type="search"]::placeholder, 
.wp-block-search input[type="search"]::placeholder {
color: rgba(18, 24, 32, 0.3);
}
.mil-sidebar-input-frame .mil-sidebar-input:focus {
outline: inherit;
}
.mil-sidebar-input-frame button, 
.content-sidebar .search-form input[type="submit"], 
.search-form input[type="submit"], 
.wp-block-search input[type="submit"], 
.widget_product_search input[type="submit"], 
.wp-block-search .wp-block-search__button {
cursor: pointer;
position: absolute;
top: 5px;
right: 5px;
height: 60px;
width: 60px;
border-radius: 50%;
color: rgb(255, 255, 255);
background-color: #f57c00;
border: none;
-webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
padding: 0;
box-shadow: none;
}
.mil-sidebar-input-frame button:hover, 
.content-sidebar .search-form input[type="submit"]:hover, 
.search-form input[type="submit"]:hover, 
.wp-block-search input[type="submit"]:hover, 
.widget_product_search input[type="submit"]:hover, 
.wp-block-search .wp-block-search__button:hover {
-webkit-filter: brightness(110%);
filter: brightness(110%);
}
.post-password-form {
margin: 60px 0;
}
.post-password-form p {
display: flex;
align-items: flex-end;
}
.mil-attach-frame {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.mil-attach-frame br {
display: none;
}
.mil-attach-frame > p {
width: 100%;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
align-items: center;
}
.mil-attach-frame i {
-webkit-transform: translateY(3px);
transform: translateY(3px);
font-size: 18px;
color: rgb(255, 255, 255);
margin-right: 15px;
}
.mil-attach-frame .mil-custom-file-input {
font-family: "Syne", sans-serif;
color: rgb(255, 255, 255);
cursor: pointer;
-webkit-transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-attach-frame .mil-custom-file-input.mil-with-file {
color: #f57c00;
}
.mil-attach-frame .mil-custom-file-input input[type=file] {
width: 0;
height: 0;
opacity: 0;
position: absolute;
}
.mil-attach-frame .mil-custom-file-input:hover {
color: #f57c00;
}
.mil-attach-frame .mil-text-sm {
width: 100%;
margin-left: 30px;
}
.mil-attach-frame.mil-dark i {
color: #121820;
}
.mil-attach-frame.mil-dark .mil-custom-file-input {
color: #121820;
}
.mil-attach-frame.mil-dark .mil-custom-file-input.mil-with-file {
color: #f57c00;
}
.mil-attach-frame.mil-dark .mil-custom-file-input:hover {
color: #f57c00;
}
.mil-checbox-frame {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.mil-checbox-frame br {
display: none;
}
.mil-checbox-frame .mil-checkbox + label {
position: relative;
cursor: pointer;
padding: 0;
}
.wpcf7-list-item {
margin: 0 8px 0 0;
position: relative;
top: 2px;
} .mil-divider {
width: 100%;
height: 2px;
background-color: rgba(18, 24, 32, 0.1);
position: relative;
}
.mil-divider:before, .mil-divider:after {
content: "";
width: 25px;
border-right: solid 5px rgb(255, 255, 255);
height: 100%;
background-color: #f57c00;
position: absolute;
top: 0;
left: 0;
}
.mil-divider:after {
left: auto;
right: 0;
border-right: none;
border-left: solid 5px rgb(255, 255, 255);
}
.mil-divider.mil-light {
background-color: rgba(255, 255, 255, 0.1);
}
.mil-divider.mil-light:before, .mil-divider.mil-light:after {
border-color: #121820;
}
.mil-divider.mil-divider-left:after {
display: none;
} section,
footer {
position: relative;
}
.e-custom-overlay .elementor-background-overlay {
z-index: 2;
pointer-events: none;
}
.mil-deco {
background-image: url(//www.pravyuha.com/wp-content/themes/itsulu/assets/images/deco-1.svg);
background-size: contain;
background-repeat: no-repeat;
position: absolute;
z-index: -1;
width: 220px;
height: 140px;
}
.mil-deco.mil-deco-accent {
background-image: url(//www.pravyuha.com/wp-content/themes/itsulu/assets/images/deco-2.svg);
z-index: 1;
}
@media screen and (max-width: 767px) {
.mil-deco {
display: none;
}
} .mil-deep-bg {
background-color: rgba(18, 24, 32, 0.05);
}
.mil-dark-bg {
background-color: #121820;
}
.mil-gradient-bg {
background: -webkit-gradient(linear, left top, left bottom, from(rgb(24, 30, 38)), to(rgb(18, 24, 32)));
background: linear-gradient(180deg, rgb(24, 30, 38) 0%, rgb(18, 24, 32) 100%);
}
.mil-deco-right {
overflow: hidden;
}
.mil-deco-right:after {
content: "";
width: 350px;
height: 350px;
background-color: #f57c00;
position: absolute;
top: -150px;
right: -150px;
border-radius: 50%;
}
@media screen and (max-width: 1200px) {
.mil-deco-right:after {
display: none;
}
}
.mil-image-frame-filter img,
.mil-image-el-frame-filter {
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
} .mil-mt-60-adapt {
margin-top: 60px;
}
@media screen and (max-width: 767px) {
.mil-mt-60-adapt {
margin-top: 30px;
}
}
.mil-mt-70-adapt {
margin-top: 60px;
}
@media screen and (max-width: 767px) {
.mil-mt-70-adapt {
margin-top: 30px;
}
}
.mil-mb-60-adapt {
margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
.mil-mb-60-adapt {
margin-bottom: 30px;
}
}
.mil-mr-5 {
margin-right: 5px;
}
.mil-mr-10 {
margin-right: 10px;
}
.mil-mr-15 {
margin-right: 15px;
}
.mil-mr-30 {
margin-right: 30px;
}
.mil-mt-15 {
margin-top: 15px !important;
}
@media screen and (max-width: 992px) {
.mil-mt-15 {
margin-top: 0 !important;
}
}
.mil-mt-20 {
margin-top: 20px !important;
}
.mil-mt-30 {
margin-top: 30px !important;
}
.mil-mt-60 {
margin-top: 60px !important;
}
.mil-mb-5 {
margin-bottom: 5px !important;
}
.mil-mb-10 {
margin-bottom: 5px !important;
}
.mil-mb-15 {
margin-bottom: 15px !important;
}
.mil-mb-20 {
margin-bottom: 20px !important;
}
.mil-mb-30-adapt {
margin-bottom: 30px;
}
@media screen and (max-width: 992px) {
.mil-mb-30-adapt {
margin-bottom: 0;
}
}
.mil-mb-30 {
margin-bottom: 30px !important;
}
.mil-mb-50 {
margin-bottom: 50px !important;
}
.mil-mb-60 {
margin-bottom: 60px !important;
}
.mil-mb-90 {
margin-bottom: 90px;
}
@media screen and (max-width: 992px) {
.mil-mb-90 {
margin-bottom: 60px;
}
}
.mil-mb-120 {
margin-bottom: 120px;
}
@media screen and (max-width: 992px) {
.mil-mb-120 {
margin-bottom: 60px;
}
.mil-box-slider .mil-mb-120 {
margin-bottom: 40px;
}
}
.mil-p-90-90 {
padding-top: 90px;
padding-bottom: 90px;
}
@media screen and (max-width: 992px) {
.mil-p-90-90 {
padding-top: 60px;
padding-bottom: 60px;
}
}
.mil-p-90-60 {
padding-top: 90px;
padding-bottom: 60px;
}
@media screen and (max-width: 992px) {
.mil-p-90-60 {
padding-top: 60px;
padding-bottom: 30px;
}
}
.mil-p-120-120 {
padding-top: 120px;
padding-bottom: 120px;
}
@media screen and (max-width: 992px) {
.mil-p-120-120 {
padding-top: 60px;
padding-bottom: 60px;
}
}
.mil-p-120-90 {
padding-top: 120px;
padding-bottom: 90px;
}
@media screen and (max-width: 992px) {
.mil-p-120-90 {
padding-top: 60px;
padding-bottom: 30px;
}
}
.mil-p-120-60 {
padding-top: 120px;
padding-bottom: 60px;
}
@media screen and (max-width: 992px) {
.mil-p-120-60 {
padding-top: 60px;
padding-bottom: 0;
}
}
.mil-p-120-0 {
padding-top: 120px;
padding-bottom: 0;
}
@media screen and (max-width: 992px) {
.mil-p-120-0 {
padding-top: 60px;
padding-bottom: 0;
}
}
.mil-p-0-120 {
padding-top: 0;
padding-bottom: 120px;
}
@media screen and (max-width: 992px) {
.mil-p-0-120 {
padding-top: 0;
padding-bottom: 60px;
}
}
.mil-p-120-30 {
padding-top: 120px;
padding-bottom: 30px;
}
@media screen and (max-width: 992px) {
.mil-p-120-30 {
padding-top: 60px;
padding-bottom: 0;
}
}
.mil-p-90-120 {
padding-top: 90px;
padding-bottom: 120px;
}
@media screen and (max-width: 992px) {
.mil-p-90-120 {
padding-top: 30px;
padding-bottom: 60px;
}
}
.mil-p-0-90 {
padding-top: 0;
padding-bottom: 90px;
}
@media screen and (max-width: 992px) {
.mil-p-0-90 {
padding-top: 0;
padding-bottom: 30px;
}
} .mil-top-position {
width: 100%;
z-index: 999;
-webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-top-position.mil-absolute {
position: absolute;
}
.mil-top-position.mil-fixed {
position: fixed;
}
.mil-top-position.mil-hide-top {
-webkit-transform: translateY(-40px);
transform: translateY(-40px);
}
@media screen and (max-width: 756px) {
.mil-top-position.mil-hide-top {
-webkit-transform: none;
transform: none;
}
}
.mil-top-panel {
padding: 0 10px;
height: 100px;
background-color: rgb(255, 255, 255);
width: 100%;
z-index: 999;
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;
-webkit-box-shadow: 0px 0px 40px 0px rgba(18, 24, 32, 0.1);
box-shadow: 0px 0px 40px 0px rgba(18, 24, 32, 0.1);
-webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-top-panel.mil-top-builder {
padding: 0;
height: auto;
width: 100%;
display: block;
}
@media screen and (max-width: 1200px) {
.mil-top-panel {
padding: 0px;
border-bottom: solid 1px rgba(18, 24, 32, 0.1);
}
}
.mil-top-panel .container, .mil-top-panel .container-fluid {
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;
}
.mil-logo {
position: relative;
width: 100%;
height: 30px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.mil-logo .mil-logo-inner {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-position: center;
background-repeat: no-repeat;
background-size: contain;
}
.mil-logo .mil-logo-inner:nth-child(1) {
display: block;
}
.mil-logo .mil-logo-inner:nth-child(2) {
display: none;
}
span.logo--large {
display: block;
font-size: 21px;
font-weight: 600;
color: #121820;
letter-spacing: 2px;
}
.mil-navigation nav {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.mil-navigation nav ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 0;
margin: 0;
}
.mil-navigation nav ul li {
margin-left: 40px;
list-style-type: none;
}
.mil-navigation nav ul li a {
font-family: "Sora", sans-serif;
text-decoration: none;
color: #121820;
font-weight: 500;
white-space: nowrap;
-webkit-transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-navigation nav ul li a:hover {
color: #f57c00;
}
.mil-navigation nav ul li.mil-has-children {
position: relative;
padding-right: 10px;
}
.mil-navigation nav ul li.mil-has-children:after {
content: "";
position: absolute;
top: 0;
right: 0;
width: 8px;
height: 8px;
border-radius: 50%;
border: solid 2px #f57c00;
}
.mil-navigation nav ul li.mil-has-children li.mil-has-children:after {
margin-left: 5px;
position: relative;
display: inline-block;
vertical-align: top;
}
.mil-navigation nav ul li.mil-has-children:before {
content: "";
width: 100%;
height: 40px;
background-color: transparent;
position: absolute;
bottom: -40px;
left: 0;
}
.mil-navigation nav ul li.mil-has-children li.mil-has-children:before {
display: none;
}
.mil-navigation nav ul li.mil-has-children ul {
opacity: 0;
position: absolute;
left: -30px;
top: 63px;
-webkit-transform: translateY(10px) scale(0.98);
transform: translateY(10px) scale(0.98);
pointer-events: none;
display: block;
min-width: 200px;
padding: 30px;
-webkit-box-shadow: 0px 0px 40px 0px rgba(18, 24, 32, 0.1);
box-shadow: 0px 0px 40px 0px rgba(18, 24, 32, 0.1);
border-radius: 0 0 5px 5px;
background-color: rgb(255, 255, 255);
-webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-navigation nav ul li.mil-has-children ul ul {
left: 100%;
top: -30px;
}
.mil-navigation nav ul li.mil-has-children ul li {
position: relative;
margin-bottom: 15px;
margin-left: 0;
}
.mil-navigation nav ul li.mil-has-children ul li:last-child {
margin-bottom: 0;
}
.mil-navigation nav ul li.mil-has-children ul li a {
color: #121820;
}
.mil-navigation nav ul li.mil-has-children ul li a:hover,
.mil-navigation nav ul li.current-menu-parent > a,
.mil-top-panel.mil-top-panel-transparent .mil-navigation nav > ul > li.current-menu-parent > a {
color: #f57c00;
}
.mil-navigation nav ul li.mil-has-children:hover > ul {
opacity: 1;
pointer-events: all;
-webkit-transform: translateY(0) scale(1);
transform: translateY(0) scale(1);
}
.mil-navigation nav .mil-search-icon {
margin-left: 20px;
cursor: pointer;
}
.mil-navigation nav .mil-search-icon svg path {
fill: #121820;
-webkit-transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-navigation nav .mil-search-icon:hover svg path {
fill: #f57c00;
}
@media screen and (max-width: 1200px) {
.mil-navigation {
position: fixed;
top: auto;
left: 0;
opacity: 0;
pointer-events: none;
-webkit-transform: translateY(10px);
transform: translateY(10px);
-webkit-box-shadow: 0px 0px 40px 0px rgba(18, 24, 32, 0.1);
box-shadow: 0px 0px 40px 0px rgba(18, 24, 32, 0.1);
width: 100%;
background-color: rgb(255, 255, 255);
-webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-top-panel-default .mil-navigation {
top: 96px;
}
.mil-navigation.mil-active {
opacity: 1;
pointer-events: all;
-webkit-transform: translateY(50px);
transform: translateY(50px);
}
.mil-navigation nav {
padding: 30px 0;
}
.mil-navigation nav ul {
width: 100%;
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-align: center;
-ms-flex-align: center;
align-items: center;
}
.mil-navigation nav ul li {
text-align: center;
width: 100%;
margin: 0;
margin-bottom: 15px;
}
.mil-navigation nav ul li:last-child {
margin-bottom: 0;
}
.mil-navigation nav ul li a {
position: relative;
padding: 0 15px;
}
.mil-navigation nav ul li.mil-has-children {
overflow: hidden;
height: auto;
padding-right: 0;
}
.mil-navigation nav ul li.mil-has-children:before,
.mil-navigation nav ul li.mil-has-children:after {
display: none !important;
}
.mil-navigation nav ul li.mil-has-children > a:after {
content: "";
position: absolute;
top: 0;
right: 0;
width: 8px;
height: 8px;
border-radius: 50%;
border: solid 2px #f57c00;
}
.mil-navigation nav ul li.mil-has-children ul {
position: static;
margin-left: -1px;
opacity: 1;
width: calc(100% + 2px);
max-height: 0;
padding: 0;
overflow: hidden;
-webkit-transform: none;
transform: none;
border-radius: 0 !important;
background-color: rgba(18, 24, 32, 0.05);
-webkit-box-shadow: inset 0 0 0 1px rgba(18, 24, 32, 0.1);
box-shadow: inset 0 0 0 1px rgba(18, 24, 32, 0.1);
}
.mil-navigation nav ul li.mil-has-children ul li:first-child {
margin-top: 30px;
}
.mil-navigation nav ul li.mil-has-children ul li:last-child {
margin-bottom: 30px;
}
.mil-navigation nav ul li.mil-has-children:hover > ul {
margin-top: 15px;
max-height: 350px;
}
.mil-navigation nav .mil-search-icon {
display: none;
}
}
.mil-top-panel.mil-top-panel-transparent {
background-color: transparent;
-webkit-box-shadow: none;
box-shadow: none;
}
.mil-top-panel.mil-top-panel-transparent .mil-logo .mil-logo-inner:nth-child(1) {
display: none;
}
.mil-top-panel.mil-top-panel-transparent .mil-logo .mil-logo-inner:nth-child(2) {
display: block;
}
.mil-top-panel.mil-top-panel-transparent .mil-navigation nav > ul > li > a {
color: rgb(255, 255, 255);
}
.mil-top-panel.mil-top-panel-transparent .mil-navigation nav ul li a:hover {
color: #f57c00;
}
.mil-top-panel.mil-top-panel-transparent .mil-navigation nav ul li ul {
border-radius: 5px;
}
.mil-top-panel.mil-top-panel-transparent .mil-navigation nav .mil-search-icon svg path {
fill: rgb(255, 255, 255);
}
.mil-top-panel.mil-top-panel-transparent .mil-navigation nav .mil-search-icon:hover svg path {
fill: #f57c00;
}
.mil-top-panel.mil-top-panel-transparent .mil-menu-btn span, .mil-top-panel.mil-top-panel-transparent .mil-menu-btn span:after, .mil-top-panel.mil-top-panel-transparent .mil-menu-btn span:before {
background: rgb(255, 255, 255);
}
@media screen and (max-width: 1200px) {
.mil-top-panel.mil-top-panel-transparent {
background-color: rgb(255, 255, 255);
}
.mil-top-panel.mil-top-panel-transparent .mil-logo .mil-logo-inner:nth-child(1) {
display: block;
}
.mil-top-panel.mil-top-panel-transparent .mil-logo .mil-logo-inner:nth-child(2) {
display: none;
}
.mil-top-panel.mil-top-panel-transparent .mil-navigation nav ul li a {
color: #121820;
}
.mil-top-panel.mil-top-panel-transparent .mil-navigation nav ul li a:hover {
color: #f57c00;
}
.mil-top-panel.mil-top-panel-transparent .mil-navigation nav ul li ul {
border-radius: 5px;
}
.mil-top-panel.mil-top-panel-transparent .mil-navigation nav .mil-search-icon svg path {
fill: #121820;
}
.mil-top-panel.mil-top-panel-transparent .mil-navigation nav .mil-search-icon:hover svg path {
fill: #f57c00;
}
.mil-top-panel.mil-top-panel-transparent .mil-menu-btn span, .mil-top-panel.mil-top-panel-transparent .mil-menu-btn span:after, .mil-top-panel.mil-top-panel-transparent .mil-menu-btn span:before {
background: #121820;
}
} .mil-menu-btn {
height: 24px;
cursor: pointer;
display: none;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
@media screen and (max-width: 1200px) {
.mil-menu-btn {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
}
.mil-menu-btn span, .mil-menu-btn span:after, .mil-menu-btn span:before {
content: "";
display: block;
width: 24px;
height: 2px;
background: #121820;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transition: inherit;
transition: inherit;
}
.mil-menu-btn span {
position: relative;
}
.mil-menu-btn span:after, .mil-menu-btn span:before {
position: absolute;
}
.mil-menu-btn span:before {
top: -8px;
}
.mil-menu-btn span:after {
top: 8px;
}
.mil-menu-btn.mil-active span {
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.mil-menu-btn.mil-active span:before {
-webkit-transform: translate(0px, 8px) rotate(-90deg);
transform: translate(0px, 8px) rotate(-90deg);
}
.mil-menu-btn.mil-active span:after {
width: 24px;
-webkit-transform: translate(0px, -8px) rotate(-90deg);
transform: translate(0px, -8px) rotate(-90deg);
}
.mil-menu-btn:hover span, .mil-menu-btn:hover span:after, .mil-menu-btn:hover span:before {
background: #121820;
}
.mil-transparent-nav .mil-menu-btn span, .mil-transparent-nav .mil-menu-btn span:after, .mil-transparent-nav .mil-menu-btn span:before {
background-color: rgb(255, 255, 255);
} .mil-additional-panel {
background-color: rgb(255, 255, 255);
font-size: 14px;
border-bottom: solid 1px rgba(18, 24, 32, 0.1);
color: #121820;
font-family: "Sora", sans-serif;
font-weight: 400;
}
.mil-additional-panel .mil-ap-list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 400px;
}
@media screen and (max-width: 1400px) {
.mil-additional-panel .mil-ap-list {
width: auto;
}
}
.mil-additional-panel .mil-ap-list li {
list-style-type: none;
margin-right: 15px;
padding-right: 15px;
border-right: solid 1px rgba(18, 24, 32, 0.1);
}
.mil-additional-panel .mil-ap-list li:last-child {
border-right: none;
margin-right: 0;
padding-right: 0;
}
.mil-additional-panel .mil-ap-list li a {
text-decoration: none;
color: #121820;
-webkit-transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-additional-panel .mil-ap-list li a:hover {
color: #f57c00;
}
.mil-additional-panel .mil-ap-list:last-child {
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.mil-additional-panel .mil-ap-call-to-action {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
@media screen and (max-width: 1200px) {
.mil-additional-panel .mil-ap-call-to-action {
display: none;
}
}
.mil-additional-panel .mil-ap-call-to-action .mil-icon-frame {
margin-right: 15px;
} .mil-banner {
height: 100vh;
width: 100%;
min-height: 820px;
position: relative;
overflow: hidden;
}
.mil-banner.mil-top-space-100 {
margin-top: 100px;
height: calc(100vh - 100px);
}
@media screen and (max-width: 767px) {
.mil-banner.mil-top-space-100 {
height: auto;
}
}
.mil-banner.mil-top-space-140 {
margin-top: 140px;
height: calc(100vh - 140px);
}
@media screen and (max-width: 991px) {
.mil-banner .mil-light-soft.mil-mb-60 {
padding-left: 20%;
padding-right: 20%;
}
.mil-banner {
height: 820px;
min-height: 820px;
}
}
@media screen and (max-width: 767px) {
.mil-banner.mil-top-space-140 {
margin-top: 100px;
height: auto;
padding-bottom: 0;
}
.mil-banner {
height: 100vh;
}
.mil-banner .mil-suptitle.mil-mb-60 {
margin-bottom: 30px !important;
}
.mil-banner .mil-h1.mil-mb-50 {
margin-bottom: 25px !important;
}
.mil-banner .mil-light-soft.mil-mb-60 {
padding: 0;
margin-bottom: 30px !important;
}
}
.mil-banner .mil-deco {
z-index: 2;
}
.mil-banner .mil-banner-slideshow {
position: absolute;
z-index: 0;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.mil-banner .mil-banner-slider {
width: 100%;
height: 100%;
position: relative;
overflow: hidden;
}
.mil-banner .mil-background-image {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
-o-object-position: center;
object-position: center;
position: absolute;
z-index: 0;
top: 0;
left: 0;
}
.mil-banner .mil-background-image-filter {
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
}
.mil-banner .mil-overlay {
background-color: #121820;
width: 100%;
height: 100%;
position: absolute;
z-index: 0;
top: 0;
left: 0;
opacity: 0.8;
}
.mil-banner .mil-banner-content {
padding-top: 140px;
height: 100%;
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.mil-banner .mil-banner-content .mil-button-descr {
width: 450px;
padding-left: 60px;
}
@media screen and (max-width: 767px) {
.mil-banner .mil-banner-content {
padding-top: 60px;
}
.mil-banner .mil-banner-content .mil-button-descr {
margin-top: 30px;
padding: 0;
width: auto;
}
}
.mil-banner .mil-banner-content-2 {
padding-top: 100px;
height: 100%;
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.mil-banner-content-2 .mil-h1 strong,
.mil-banner-content-2 .mil-h1 b,
.mil-banner-content .mil-h1 strong,
.mil-banner-content .mil-h1 b {
font-family: 'Satisfy';
color: #f57c00;
font-weight: 600;
text-transform: none;
}
.mil-banner-content-2 .mil-suptitle strong,
.mil-banner-content-2 .mil-suptitle b,
.mil-banner-content .mil-suptitle strong,
.mil-banner-content .mil-suptitle b {
color: #f57c00;
font-weight: 500;
}
@media screen and (max-width: 991px) {
.mil-banner .mil-banner-content-2 br {
display: none;
}
}
@media screen and (max-width: 767px) {
.mil-banner .mil-banner-content-2 {
padding: 60px 0 0 0;
}
}
.mil-banner-nav {
position: absolute;
top: calc(50% - 35px);
left: 0;
width: 100%;
z-index: 2;
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;
}
@media screen and (max-width: 1200px) {
.mil-banner-nav {
top: auto;
bottom: 30px;
}
}
.mil-banner-nav .container {
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;
}
.mil-banner-nav .mil-banner-button {
cursor: pointer;
font-size: 12px;
width: 35px;
height: 35px;
border-radius: 50%;
background-color: rgba(255, 255, 255, 0.1);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
color: rgba(255, 255, 255, 0.5);
-webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-banner-nav .mil-banner-button:hover {
background-color: #f57c00;
color: rgb(255, 255, 255);
}
.mil-banner-sm {
height: 550px;
position: relative;
padding-top: 220px;
padding-bottom: 120px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.mil-banner-sm .mil-background-image {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
-o-object-position: center;
object-position: center;
position: absolute;
z-index: -1;
top: 0;
left: 0;
}
.mil-banner-sm .mil-background-image.mil-background-image-default {
z-index: 0;
-webkit-filter: invert(100%);
filter: invert(100%);
opacity: .05;
}
.mil-banner-sm .mil-banner-content {
width: 100%;
position: relative;
}
@media screen and (max-width: 992px) {
.mil-banner-sm {
height: auto;
padding-top: 190px;
padding-bottom: 70px;
}
}
.mil-banner-sm-2 {
height: 550px;
position: relative;
}
.mil-banner-sm-2 .mil-background-image {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
-o-object-position: center;
object-position: center;
position: absolute;
top: 0;
left: 0;
}
.mil-banner-sm-2 .mil-overlay {
background: linear-gradient(0deg, rgba(24, 30, 38, 0.3) 0%, rgb(18, 24, 32) 100%);
width: 100%;
height: 100%;
position: absolute;
z-index: 0;
top: 0;
left: 0;
opacity: 0.5;
}
@media screen and (max-width: 1200px) {
.mil-banner-sm-2 .mil-overlay {
display: none;
}
}
@media screen and (max-width: 767px) {
.mil-banner-sm-2 {
height: 350px;
}
}
.mil-banner-sm-3 {
height: auto;
position: relative;
}
.mil-banner-sm-3 .mil-background-image {
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
position: absolute;
top: 0;
left: 0;
}
.mil-banner-sm-3 .mil-overlay {
background-color: rgba(18, 24, 32, 0.8);
width: 100%;
height: 100%;
position: absolute;
z-index: 0;
top: 0;
left: 0;
}
.mil-banner-sm-3 .mil-banner-content {
padding-top: 220px;
height: 100%;
}
@media screen and (max-width: 992px) {
.mil-banner-sm-3 .mil-banner-content {
padding-top: 160px;
}
}
.mil-banner-panel {
background-color: rgba(18, 24, 32, 0.1);
height: 100px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
} .mil-illustration-1 {
position: relative;
height: 280px;
}
@media screen and (max-width: 1200px) {
.mil-illustration-1 {
position: relative;
height: 200px;
margin-top: 60px;
margin-left: 60px;
margin-right: 60px;
}
}
.mil-illustration-1 .mil-item {
position: absolute;
}
.mil-illustration-1 .mil-item.mil-item-1 {
top: 0;
left: 30px;
}
.mil-illustration-1 .mil-item.mil-item-2 {
top: 110px;
right: 0;
}
.mil-illustration-1 .mil-item.mil-item-3 {
bottom: 0;
left: 30%;
}
.mil-illustration-1 .mil-item .mil-plus {
position: relative;
}
.mil-illustration-1 .mil-item .mil-plus .mil-hover-window {
position: absolute;
opacity: 0;
pointer-events: none;
-webkit-transform: translateY(-10px) scale(0.98);
transform: translateY(-10px) scale(0.98);
bottom: 75px;
left: -105px;
-webkit-box-shadow: 0px 0px 40px 0px rgba(18, 24, 32, 0.1);
box-shadow: 0px 0px 40px 0px rgba(18, 24, 32, 0.1);
background-color: rgb(255, 255, 255);
border-radius: 5px;
width: 260px;
-webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-illustration-1 .mil-item .mil-plus .mil-hover-window .mil-window-content {
padding: 30px;
position: relative;
height: 100%;
width: 100%;
}
.mil-illustration-1 .mil-item .mil-plus .mil-hover-window .mil-window-content:before {
content: "";
width: 100%;
height: 30px;
background-color: transparent;
position: absolute;
bottom: -30px;
left: 0;
}
.mil-illustration-1 .mil-item .mil-plus .mil-hover-window .mil-window-content:after {
content: "";
width: 30px;
height: 30px;
background-color: rgb(255, 255, 255);
position: absolute;
bottom: -8px;
left: calc(50% - 15px);
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
border-radius: 0 0 5px 0;
}
.mil-illustration-1 .mil-item .mil-plus .mil-item-hover {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
cursor: pointer;
}
.mil-illustration-1 .mil-item .mil-plus .mil-item-hover h6 {
opacity: 0.8;
-webkit-transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-illustration-1 .mil-item .mil-plus .mil-item-hover .mil-plus-icon {
background-color: rgba(255, 255, 255, 0.1);
-webkit-backdrop-filter: blur(10px);
backdrop-filter: blur(10px);
width: 50px;
margin-right: 15px;
font-size: 32px;
font-weight: 200;
color: rgb(255, 255, 255);
height: 50px;
border-radius: 50%;
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-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-illustration-1 .mil-item .mil-plus:hover .mil-hover-window {
opacity: 1;
-webkit-transform: translateY(0) scale(1);
transform: translateY(0) scale(1);
pointer-events: all;
}
.mil-illustration-1 .mil-item .mil-plus:hover .mil-item-hover h6 {
opacity: 1;
color: #f57c00;
}
.mil-illustration-1 .mil-item .mil-plus:hover .mil-item-hover .mil-plus-icon {
background-color: #f57c00;
-webkit-animation: puls 1s linear infinite;
animation: puls 1s linear infinite;
}
@-webkit-keyframes puls {
0% {
-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
}
100% {
-webkit-box-shadow: 0 0 0 20px transparent;
box-shadow: 0 0 0 20px transparent;
}
}
@keyframes puls {
0% {
-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
}
100% {
-webkit-box-shadow: 0 0 0 20px transparent;
box-shadow: 0 0 0 20px transparent;
}
}
.mil-circle-illustration {
margin-top: 90px;
width: 100%;
padding-bottom: 100%;
position: relative;
}
.mil-circle-illustration .mil-circle-bg {
width: 100%;
height: 100%;
background-color: #f57c00;
position: absolute;
top: 0;
left: 0;
border-radius: 50%;
}
.mil-circle-illustration .mil-image-frame {
width: 100%;
height: calc(100% + 60px);
position: absolute;
top: -60px;
left: 0;
border-radius: 0 0 47% 47%;
overflow: hidden;
}
.mil-circle-illustration .mil-image-frame img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
-o-object-position: top;
object-position: top;
height: calc(100% + 60px);
}
.mil-circle-illustration.mil-with-dots:before {
content: "";
background-image: radial-gradient(rgb(18, 24, 32) 15%, transparent 0);
background-size: 20px 20px;
width: 120px;
height: 40px;
position: absolute;
z-index: 9;
bottom: 30px;
left: -200px;
-webkit-transform: translateX(-30px);
transform: translateX(-30px);
-webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-circle-illustration.mil-with-dots:after {
content: "";
background-image: radial-gradient(rgb(18, 24, 32) 15%, transparent 0);
background-size: 20px 20px;
width: 60px;
height: 60px;
position: absolute;
top: 0;
left: -50px;
-webkit-transform: translateY(-30px);
transform: translateY(-30px);
-webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-circle-illustration.mil-with-dots-2:after {
content: "";
background-image: radial-gradient(rgb(18, 24, 32) 15%, transparent 0);
background-size: 20px 20px;
width: 60px;
height: 80px;
position: absolute;
top: 50px;
right: -25px;
-webkit-transform: translateY(-30px);
transform: translateY(-30px);
-webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-tab-align-center {
display: flex;
flex-direction: column;
align-items: center;
}
@media screen and (max-width: 767px) {
.mil-illustration-1 {
height: auto;
margin-top: 30px;
margin-left: -10px;
margin-right: -10px;
}
.mil-illustration-1 .mil-item {
position: relative;
margin-bottom: 20px;
width: 32%;
display: inline-block;
}
.mil-illustration-1 .mil-item.mil-item-1 {
top: 0;
left: 0;
}
.mil-illustration-1 .mil-item.mil-item-2 {
top: 0;
right: 0;
}
.mil-illustration-1 .mil-item.mil-item-3 {
bottom: 0;
left: 0;
}
.mil-illustration-1 .mil-item .mil-plus .mil-item-hover {
flex-direction: column;
}
.mil-illustration-1 .mil-item .mil-plus .mil-item-hover .mil-plus-icon {
margin-right: 0;
margin-bottom: 10px;
}
.mil-illustration-1 .mil-item .mil-plus .mil-item-hover .mil-h6 {
font-size: 14px;
}
.mil-illustration-1 .mil-item .mil-plus .mil-hover-window {
bottom: 115px;
}
.mil-illustration-1 .mil-item:nth-child(1) .mil-plus .mil-hover-window {
left: 0;
}
.mil-illustration-1 .mil-item:nth-child(1) .mil-plus .mil-hover-window .mil-window-content:after {
left: 48px;
}
.mil-illustration-1 .mil-item:nth-child(2) .mil-plus .mil-hover-window {
left: 50%;
margin-left: -130px;
}
.mil-illustration-1 .mil-item:nth-child(3) .mil-plus .mil-hover-window {
left: auto;
right: 0;
}
.mil-illustration-1 .mil-item:nth-child(3) .mil-plus .mil-hover-window .mil-window-content:after {
right: 48px;
left: auto;
}
.mil-tabs-slider .mil-circle-illustration {
margin-top: 90px;
}
.mil-tabs-slider .mil-circle-illustration,
.mil-tabs-slider .mil-hori-box.mil-mb-60,
.mil-tabs-slider .row.mil-mb-60 {
margin-bottom: 30px !important;
}
.mil-tabs-left-nav.mil-mb-60 {
margin-bottom: 40px;
}
} .mil-icon-frame {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
position: relative;
}
.mil-icon-frame.mil-icon-bg:last-child {
margin-bottom: 0 !important;
}
.mil-icon-e .elementor-icon-list-icon svg,
.mil-icon-e-md .elementor-icon-list-icon svg,
.mil-icon-e-sm .elementor-icon-list-icon svg {
position: relative;
}
.mil-icon-frame:before,
.mil-icon-e .elementor-icon-list-icon:before,
.mil-icon-e-md .elementor-icon-list-icon:before,
.mil-icon-e-sm .elementor-icon-list-icon:before {
content: "";
background-color: #f57c00;
border-radius: 50%;
position: absolute;
bottom: -2px;
right: -3px;
}
.mil-icon-e .elementor-icon-list-icon:before,
.mil-icon-e-md .elementor-icon-list-icon:before,
.mil-icon-e-sm .elementor-icon-list-icon:before {
right: auto;
left: 45%;
}
.mil-icon-frame h3 {
position: relative;
}
.mil-icon-frame img {
position: relative;
}
.mil-icon-frame svg,
.elementor .mil-icon-frame img {
max-width: 40px;
}
.mil-icon-frame i {
font-size: 40px;
color: #121820;
}
.mil-icon-frame svg {
width: 38px;
height: 38px;
fill: #121820;
}
.mil-icon-frame.mil-icon-frame-md {
width: 45px;
height: 45px;
}
.mil-icon-frame.mil-icon-frame-md svg {
width: 45px;
height: 45px;
}
.mil-icon-frame.mil-icon-frame-md:before {
width: 20px;
height: 20px;
}
.mil-icon-frame.mil-icon-frame-sm {
width: 25px;
height: 25px;
}
.mil-icon-frame.mil-icon-frame-sm svg {
width: 25px;
height: 25px;
}
.mil-icon-frame.mil-icon-frame-sm:before,
.mil-icon-e-sm .elementor-icon-list-icon:before {
width: 13px;
height: 13px;
}
.mil-icon-frame.mil-icon-bg {
background-color: rgba(18, 24, 32, 0.05);
width: 70px;
height: 70px;
border-radius: 50%;
}
.mil-icon-frame.mil-icon-bg:before {
bottom: 10px;
right: 12px;
} .mil-partners-frame {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
.mil-partners-frame {
padding: 0;
}
}
.mil-partners-frame a {
width: 100%;
position: relative;
cursor: pointer;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.mil-partners-frame a img {
position: relative;
-o-object-fit: contain;
object-fit: contain;
display: block;
max-width: 100%;
cursor: pointer;
}
.mil-partners-frame a:before {
content: "";
position: absolute;
top: 0;
left: calc(50% - 15px);
-webkit-transform: scale(0);
transform: scale(0);
border-radius: 50%;
background-color: #f57c00;
width: 30px;
height: 30px;
-webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-partners-frame a:hover {
-webkit-filter: grayscale(0);
filter: grayscale(0);
}
.mil-partners-frame a:hover:before {
-webkit-transform: scale(1);
transform: scale(1);
}
.mil-partners-spaces {
padding-top: 90px;
padding-bottom: 90px;
}
@media screen and (max-width: 992px) {
.mil-partners-spaces {
padding-top: 30px;
padding-bottom: 30px;
}
} .mil-service-item {
padding: 30px 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
@media screen and (max-width: 767px) {
.mil-service-item {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
}
.mil-service-item .mil-service-icon {
width: 30%;
padding-left: 30px;
}
@media screen and (max-width: 1200px) {
.mil-service-item .mil-service-icon {
padding: 0 40px 0 30px;
width: auto;
}
}
@media screen and (max-width: 767px) {
.mil-service-item .mil-service-icon {
padding: 0;
margin-bottom: 30px;
}
}
.mil-service-item .mil-service-text {
width: 70%;
padding-right: 30px;
}
@media screen and (max-width: 1200px) {
.mil-service-item .mil-service-text {
width: auto;
}
}
@media screen and (max-width: 767px) {
.mil-service-item .mil-service-text {
padding-right: 0;
}
}
.mil-service-item .mil-service-text h5,
.mil-service-item .mil-service-text .mil-h5 {
margin-top: 10px;
}
@media screen and (max-width: 767px) {
.mil-service-item .mil-service-text h5,
.mil-service-item .mil-service-text .mil-h5 {
margin-top: 0;
}
}
.mil-service-item .mil-service-text h5 span,
.mil-service-item .mil-service-text .mil-h5 span {
margin-right: 15px;
}
.mil-service-item.mil-without-lines {
padding: 0;
}
.mil-service-item.mil-without-lines .mil-service-icon {
width: 20%;
padding-left: 0;
}
.mil-service-item.mil-without-lines .mil-service-text {
width: 80%;
} .mil-projects-container.hide-cat .mil-h6,
.mil-projects-container.hide-title .mil-h4,
.mil-projects-container.hide-title .mil-h3,
.mil-projects-container.hide-short .mil-card-text,
.mil-projects-container.hide-cat.hide-title.hide-short .mil-description {
display: none;
}
.mil-projects-container.hide-cat.hide-title.hide-short .mil-cover-frame {
border-radius: 10px;
}
.mil-projects-container.hide-short .mil-card-title > div:last-child {
margin-bottom: 0!important;
}
.mil-projects-container .mil-h6 span:last-child em {
display: none;
}
.mil-card {
display: block;
text-decoration: none;
}
.mil-card .mil-cover-frame {
position: relative;
overflow: hidden;
border-radius: 10px;
padding-bottom: 60%;
margin-bottom: 30px;
}
.mil-card .mil-cover-frame img {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
-o-object-fit: cover;
object-fit: cover;
-o-object-position: center;
object-position: center;
-webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-card:hover .mil-cover-frame img {
-webkit-transform: scale(1.03);
transform: scale(1.03);
-webkit-filter: grayscale(0);
filter: grayscale(0);
}
.mil-card .mil-description {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.mil-card .mil-description .mil-fw-descr {
width: 100%;
}
@media screen and (min-width: 1024px) {
.mil-card .mil-description .mil-fw-descr .mil-h4 {
padding-right: 15%;
}
}
.mil-card .mil-description .mil-card-title {
width: 50%;
padding-right: 30px;
}
.mil-card .mil-description .mil-card-title a {
text-decoration: none;
}
.mil-card .mil-description .mil-card-text {
width: 50%;
}
.mil-card .mil-description .mil-card-top {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.mil-card .mil-description .mil-card-top .mil-bages {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.mil-card .mil-description .mil-card-top .mil-bages li {
list-style-type: none;
margin-right: 15px;
}
.mil-card .mil-description .mil-card-top .mil-stars {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.mil-card .mil-description .mil-card-top .mil-stars span {
padding-right: 15px;
}
.mil-card .mil-description .mil-card-top .mil-stars ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.mil-card .mil-description .mil-card-top .mil-stars ul li {
list-style-type: none;
margin-right: 5px;
}
.mil-card .mil-description .mil-card-top .mil-stars ul li i {
color: #f57c00;
}
.mil-card .mil-description .mil-card-top .mil-stars ul li.mil-empty i {
color: rgba(18, 24, 32, 0.2);
}
@media screen and (max-width: 1200px) {
.mil-card .mil-description {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.mil-card .mil-description .mil-card-title {
width: 100%;
padding-right: 0;
}
.mil-card .mil-description .mil-card-text {
width: 100%;
}
}
.mil-card.mil-card-sm .mil-cover-frame {
padding-bottom: 100%;
}
.mil-card.mil-card-sm .mil-description {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.mil-card.mil-card-sm .mil-description h6 {
display: none;
}
.mil-card.mil-card-sm .mil-description .mil-card-title {
width: 100%;
padding-right: 0;
}
.mil-card.mil-card-sm .mil-description .mil-card-text {
width: 100%;
}
.mil-card.mil-card-sm.mil-reverse-sm .mil-cover-frame {
margin-bottom: 0;
}
.mil-card.mil-card-sm.mil-reverse-sm .mil-description {
margin-bottom: 30px;
}
@media screen and (max-width: 1200px) {
.mil-card.mil-card-sm.mil-reverse-sm {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
-ms-flex-direction: column-reverse;
flex-direction: column-reverse;
}
.mil-card.mil-card-sm.mil-reverse-sm .mil-cover-frame {
margin-bottom: 30px;
}
.mil-card.mil-card-sm.mil-reverse-sm .mil-description {
margin-bottom: 0;
}
}
@media screen and (max-width: 1200px) {
.mil-card.mil-card-sm .mil-cover-frame {
padding-bottom: 60%;
}
.mil-card.mil-card-sm .mil-description h6 {
display: block;
}
}
.mil-card-2 .mil-cover-frame {
position: relative;
overflow: hidden;
border-radius: 10px 10px 0 0;
padding-bottom: 60%;
}
.mil-card-2 .mil-cover-frame img {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
-o-object-fit: cover;
object-fit: cover;
-o-object-position: center;
object-position: center;
-webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-card-2 .mil-cover-frame:after {
content: "";
width: 150px;
height: 150px;
border-radius: 50%;
background-color: #f57c00;
opacity: 0.9;
position: absolute;
z-index: 2;
top: -150px;
right: -150px;
-webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-card-2 .mil-description {
position: relative;
padding: 30px 30px 35px;
background-color: rgb(255, 255, 255);
border-radius: 0 0 10px 10px;
box-shadow: 0px 0px 40px 0px rgba(18, 24, 32, 0.1);
}
.mil-card-2 .mil-description .mil-speakers {
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
position: absolute;
top: -30px;
right: 30px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
-webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-card-2 .mil-description .mil-speakers .mil-speaker {
margin-right: 5px;
width: 60px;
height: 60px;
border-radius: 50%;
overflow: hidden;
position: relative;
border: solid 4px rgb(255, 255, 255);
}
.mil-card-2 .mil-description .mil-speakers .mil-speaker:last-child {
margin-right: 0;
}
.mil-card-2 .mil-description .mil-speakers .mil-speaker img {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
}
.mil-card-2 .mil-description .mil-category {
color: #f57c00 !important;
font-weight: 500;
}
.mil-card-2:hover .mil-cover-frame img {
-webkit-transform: scale(1.05);
transform: scale(1.05);
-webkit-filter: grayscale(0);
filter: grayscale(0);
}
.mil-card-2:hover .mil-cover-frame:after {
top: -75px;
right: -65px;
}
.mil-card-2:hover .mil-description .mil-speakers {
-webkit-filter: grayscale(0);
filter: grayscale(0);
}
.mil-hover-card {
overflow: hidden;
position: relative;
padding: 60px;
border: solid 2px rgba(18, 24, 32, 0.1);
border-radius: 10px;
-webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-hover-card.mil-card-only-30 {
padding: 30px;
}
.mil-hover-card .mil-deco {
opacity: 0;
-webkit-transform: translateY(0);
transform: translateY(0);
-webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
@media screen and (max-width: 820px) {
.mil-hover-card {
padding: 30px;
}
.mil-projects-container .col-xl-6.mil-mb-60 {
margin-bottom: 30px !important;
}
.mil-projects-container .mil-h3.mil-mb-30,
.mil-projects-container .mil-card-text.mil-mb-30 {
margin-bottom: 15px !important;
}
}
.mil-hover-card .mil-link i {
background-color: rgba(18, 24, 32, 0.2);
}
.mil-hover-card:hover {
border-color: #f57c00;
-webkit-box-shadow: 0px 0px 40px 0px rgba(18, 24, 32, 0.1);
box-shadow: 0px 0px 40px 0px rgba(18, 24, 32, 0.1);
}
.mil-hover-card:hover .mil-link i {
background-color: #f57c00;
}
.mil-hover-card:hover .mil-deco {
opacity: 1;
-webkit-transform: translateY(5%);
transform: translateY(5%);
}
.mil-hover-card.align-center .mil-icon-frame {
margin: 0 auto;
}
.align-right .mil-simple-list li {
justify-content: flex-end;
}
.align-center .mil-simple-list li {
justify-content: center;
} .mil-slider-nav {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.mil-slider-nav .mil-slider-btn-prev {
margin-right: 30px;
}
.mil-slider-nav .mil-slider-btn-prev i {
margin-right: 15px;
}
.mil-slider-nav .mil-slider-btn-next i {
margin-left: 15px;
}
.mil-slider-nav .mil-slider-btn-prev, .mil-slider-nav .mil-slider-btn-next {
cursor: pointer;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-slider-nav .mil-slider-btn-prev i, .mil-slider-nav .mil-slider-btn-next i {
font-size: 15px;
color: #121820;
}
.mil-slider-nav .mil-slider-btn-prev *, .mil-slider-nav .mil-slider-btn-next * {
-webkit-transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-slider-nav .mil-slider-btn-prev:hover *, .mil-slider-nav .mil-slider-btn-next:hover * {
color: #f57c00;
}
.mil-slider-nav .mil-slider-btn-prev.mil-light span, .mil-slider-nav .mil-slider-btn-next.mil-light span {
color: rgb(255, 255, 255);
}
.mil-slider-nav .mil-slider-btn-prev.mil-light i, .mil-slider-nav .mil-slider-btn-next.mil-light i {
color: rgb(255, 255, 255);
}
.mil-slider-nav .mil-slider-btn-prev.mil-light:hover *, .mil-slider-nav .mil-slider-btn-next.mil-light:hover * {
color: #f57c00;
}
.mil-slider-nav .mil-slider-btn-prev.swiper-button-disabled, .mil-slider-nav .mil-slider-btn-next.swiper-button-disabled {
opacity: 0.2;
cursor: not-allowed;
}
.mil-slider-nav .mil-slider-btn-prev.swiper-button-disabled:hover *, .mil-slider-nav .mil-slider-btn-next.swiper-button-disabled:hover * {
color: inherit;
}
@media screen and (max-width: 767px) {
.mil-slider-nav {
justify-content: space-between;
width: 100%;
}
} .mil-icon-box-head {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.mil-icon-box-head .mil-icon-frame {
margin-right: 15px;
}
@media screen and (max-width: 767px) {
.mil-icon-box-head.mil-long {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
.mil-icon-box-head.mil-long .mil-icon-frame {
margin-right: 0;
margin-bottom: 15px;
}
}
@media screen and (max-width: 767px) {
.mil-icon-box-head.mil-mob-center {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
}
.mil-icon-box.mil-center,
.mil-icon-box-2.mil-center {
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
justify-content: center;
}
.mil-awards-box {
padding: 90px;
}
@media screen and (max-width: 767px) {
.mil-awards-box {
padding: 60px 60px 0;
}
.mil-awards-box.mil-pb-60-adapt {
padding-bottom: 60px;
}
}
.mil-awards-box.mil-box-2.mil-gradient-bg {
background: -webkit-gradient(linear, left bottom, left top, from(rgb(24, 30, 38)), to(rgb(18, 24, 32)));
background: linear-gradient(0deg, rgb(24, 30, 38) 0%, rgb(18, 24, 32) 100%);
}
.mil-line-icon-box {
padding: 40px 0 10px;
}
.mil-hori-box {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 100%;
}
.mil-hori-box .mil-icon-frame {
margin-right: 15px;
}
@media screen and (max-width: 767px) {
.mil-hori-box {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
.mil-hori-box .mil-icon-frame {
margin-right: 0;
margin-bottom: 30px;
}
}
.mil-number-icon {
position: relative;
overflow: hidden;
background-color: rgba(18, 24, 32, 0.05);
height: 70px;
width: 70px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.mil-number-icon.mil-circle {
border-radius: 50%;
}
.mil-number-icon.mil-lines {
background-color: transparent;
}
.mil-number-icon.mil-lines:before {
content: "";
background-color: rgba(18, 24, 32, 0.05);
width: 100px;
height: 30px;
position: absolute;
z-index: -1;
top: 40px;
right: -5px;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.mil-number-icon.mil-lines:after {
content: "";
background-color: rgba(18, 24, 32, 0.05);
width: 100px;
height: 30px;
position: absolute;
z-index: -1;
top: 0px;
right: -25px;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.mil-number-icon span {
display: block;
font-size: 30px;
color: #121820;
z-index: 2;
}
.mil-number-icon span:before {
content: "";
border-radius: 50%;
background-color: #f57c00;
width: 18px;
height: 18px;
z-index: -1;
position: absolute;
bottom: 18px;
right: 10px;
}
.mil-number-icon.mil-light {
background-color: rgba(255, 255, 255, 0.05);
}
.mil-number-icon.mil-light.mil-lines {
background-color: transparent;
}
.mil-number-icon.mil-light.mil-lines:before {
background-color: rgba(255, 255, 255, 0.05);
z-index: 1;
}
.mil-number-icon.mil-light.mil-lines:after {
background-color: rgba(255, 255, 255, 0.05);
z-index: 1;
}
.mil-number-icon.mil-light span {
color: rgb(255, 255, 255);
}
.mil-box-center {
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-align: center;
-ms-flex-align: center;
align-items: center;
text-align: center;
} .mil-skill-frame {
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;
}
.mil-skill-frame .mil-skill-track {
width: 80%;
height: 2px;
background-color: rgba(18, 24, 32, 0.2);
}
.mil-skill-frame .mil-skill-track .mil-skill-prog {
position: relative;
background-color: #f57c00;
height: 2px;
}
.mil-skill-frame .mil-skill-track .mil-skill-prog:after {
content: "";
width: 14px;
height: 14px;
border: solid 2px rgb(255, 255, 255);
background-color: #f57c00;
position: absolute;
right: 0;
border-radius: 50%;
top: -6px;
} .mil-review .mil-stars,
.mil-box-slider .mil-stars {
display: flex;
align-items: center;
}
.mil-review .mil-stars img,
.mil-box-slider .mil-stars img {
margin-right: 20px;
}
.mil-review .mil-stars ul,
.mil-box-slider .mil-stars ul {
display: flex;
}
.mil-review .mil-stars ul li,
.mil-box-slider .mil-stars ul li {
list-style-type: none;
margin-right: 5px;
}
.mil-review .mil-stars ul li i,
.mil-box-slider .mil-stars ul li i {
color: #f57c00;
}
.mil-review .mil-author {
display: flex;
align-items: center;
}
.mil-review.mil-text-left .mil-author {
align-items: flex-start;
}
.mil-review .mil-author img {
width: 55px;
height: 55px;
border-radius: 50%;
-webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-review .mil-author .mil-name {
padding-left: 20px;
}
.mil-review.mil-text-center .mil-author .mil-name {
padding-left: 0;
}
.mil-review .mil-author .mil-name .mil-text-sm {
opacity: 0.6;
}
.mil-review:hover .mil-author img {
-webkit-filter: grayscale(0);
filter: grayscale(0);
}
.mil-review.mil-text-center {
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
}
.mil-review.mil-text-left {
align-items: flex-start;
text-align: left;
}
.mil-review.mil-text-center,
.mil-review.mil-text-left {
padding: 0 60px;
}
.mil-review.mil-text-center .mil-author {
flex-direction: column;
}
.mil-review.mil-text-center .mil-author img {
margin-bottom: 30px;
}
@media screen and (max-width: 992px) {
.mil-reviews-btns-space {
margin-top: 60px;
}
.mil-box-slider .mil-stars.mil-mb-60,
.mil-box-slider .mil-text-lg.mil-mb-60 {
margin-bottom: 30px!important;
}
} .mil-about-illustration {
position: relative;
}
.mil-about-illustration .mil-image-frame {
border-radius: 10px;
overflow: hidden;
position: relative;
padding-bottom: 100%;
}
@media screen and (max-width: 500px) {
.mil-about-illustration .mil-image-frame {
padding-bottom: 130%;
}
}
.mil-about-illustration .mil-image-frame img {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
-o-object-fit: cover;
object-fit: cover;
-o-object-position: center;
object-position: center;
}
.mil-about-illustration .mil-image-frame:before {
content: "";
width: 300px;
height: 300px;
border-radius: 50%;
background-color: #f57c00;
opacity: 0.9;
position: absolute;
z-index: 1;
bottom: -150px;
left: -145px;
-webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
@media screen and (max-width: 500px) {
.mil-about-illustration .mil-image-frame:before {
width: 150px;
height: 150px;
bottom: -75px;
left: -65px;
}
}
.mil-about-illustration .mil-window {
background-color: rgb(255, 255, 255);
padding: 30px;
position: absolute;
bottom: 60px;
right: -60px;
border-radius: 5px;
-webkit-box-shadow: 0px 0px 40px 0px rgba(18, 24, 32, 0.1);
box-shadow: 0px 0px 40px 0px rgba(18, 24, 32, 0.1);
}
@media screen and (max-width: 767px) {
.mil-about-illustration .mil-window {
right: -30px;
}
}
.mil-about-illustration .mil-window .mil-speakers {
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
top: -30px;
right: 30px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-about-illustration .mil-window .mil-speakers .mil-speaker {
-webkit-transform: translateX(-15px);
transform: translateX(-15px);
width: 50px;
height: 50px;
border-radius: 50%;
overflow: hidden;
position: relative;
border: solid 3px rgb(255, 255, 255);
margin-bottom: 15px;
}
.mil-about-illustration .mil-window .mil-speakers .mil-speaker:first-child {
-webkit-transform: translateX(0);
transform: translateX(0);
}
.mil-about-illustration .mil-window .mil-speakers .mil-speaker:nth-child(3) {
-webkit-transform: translateX(-30px);
transform: translateX(-30px);
}
.mil-about-illustration .mil-window .mil-speakers .mil-speaker:nth-child(4) {
-webkit-transform: translateX(-45px);
transform: translateX(-45px);
}
.mil-about-illustration .mil-window .mil-speakers .mil-speaker img {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
}
.mil-about-illustration .mil-window .mil-window-bottom {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
.mil-about-illustration .mil-window .mil-window-bottom h3 {
padding-right: 15px;
}
.mil-about-illustration .mil-window .mil-window-bottom .mil-stars {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.mil-about-illustration .mil-window .mil-window-bottom .mil-stars li {
list-style-type: none;
margin-right: 5px;
}
.mil-about-illustration .mil-window .mil-window-bottom .mil-stars li i {
color: #f57c00;
}
.mil-about-illustration .mil-window .mil-window-bottom .mil-stars li.mil-empty i {
color: rgba(18, 24, 32, 0.2);
}
.mil-about-illustration .mil-window .mil-window-bottom .mil-h3 {
margin-right: 15px;
}
.mil-about-illustration-2 {
position: relative;
}
.mil-about-illustration-2 .mil-image-frame {
border-radius: 10px;
overflow: hidden;
position: relative;
padding-bottom: 100%;
}
.mil-about-illustration-2 .mil-image-frame img {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
-o-object-fit: cover;
object-fit: cover;
-o-object-position: center;
object-position: center;
}
.mil-about-illustration-2 .mil-image-frame:after {
content: "";
width: 300px;
height: 300px;
background-color: #f57c00;
border-radius: 50%;
position: absolute;
z-index: 2;
bottom: -150px;
left: -150px;
}
@media screen and (max-width: 767px) {
.mil-about-illustration-2 .mil-image-frame:after {
width: 150px;
height: 150px;
bottom: -75px;
left: -75px;
}
}
.mil-about-illustration-2 .mil-play-button {
position: absolute;
top: calc(50% - 35px);
left: calc(50% - 35px);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
border-radius: 50%;
color: rgb(255, 255, 255);
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 70px;
height: 70px;
background-color: #f57c00;
-webkit-animation: puls 1s linear infinite;
animation: puls 1s linear infinite;
} .mil-awards {
position: relative;
}
.mil-awards .mil-background-image {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
-o-object-fit: cover;
object-fit: cover;
-o-object-position: right;
object-position: right;
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
}
.mil-awards .mil-overlay {
background-color: rgba(18, 24, 32, 0.8);
width: 100%;
height: 100%;
position: absolute;
z-index: 0;
top: 0;
left: 0;
}
.mil-awards .mil-overlay.mil-gradient-bg {
width: 100%;
height: 100%;
position: absolute;
z-index: 0;
top: 0;
left: 0;
}
.mil-awards .mil-overlay.mil-super-light {
background-color: rgba(18, 24, 32, 0.6);
}
.mil-awards .mil-overlay.mil-with-deco:after {
content: "";
width: 300px;
height: 300px;
position: absolute;
top: -120px;
right: -120px;
background-color: #f57c00;
border-radius: 50%;
}
.mil-awards .mil-relative {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.mil-awards .mil-relative .mil-fake-container {
position: relative;
} .mil-breadcrumbs ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.mil-breadcrumbs li {
list-style-type: none;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.mil-breadcrumbs li a {
color: #121820;
-webkit-transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-breadcrumbs li a:hover {
color: #f57c00;
}
.mil-breadcrumbs li:after {
content: "";
width: 7px;
height: 7px;
border-radius: 50%;
background-color: #f57c00;
margin: 0 15px;
}
.mil-breadcrumbs li:last-child {
cursor: not-allowed;
}
.mil-breadcrumbs li:last-child:after {
display: none;
}
.mil-breadcrumbs.mil-light li:last-child a {
color: #fff;
}
@media screen and (max-width: 992px) {
.mil-breadcrumbs li {
font-size: 12px;
}
.mil-breadcrumbs li:after {
margin: 0 10px;
}
} .mil-team-card {
text-align: center;
display: block;
}
.mil-team-card .mil-image-frame {
width: 100%;
padding-bottom: 100%;
position: relative;
}
.mil-team-card .mil-image-frame img {
border-radius: 50%;
position: absolute;
top: 0;
left: 0;
-o-object-fit: cover;
object-fit: cover;
-o-object-position: center;
object-position: center;
width: 100%;
height: 100%;
-webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-team-card .mil-image-frame .mil-team-circle {
position: absolute;
background-color: #f57c00;
opacity: 0;
width: 120px;
height: 120px;
-webkit-transform: scale(0.5);
transform: scale(0.5);
border-radius: 50%;
bottom: 0;
right: 0;
-webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-team-card .mil-image-frame:before {
content: "";
background-image: radial-gradient(rgb(18, 24, 32) 15%, transparent 0);
background-size: 20px 20px;
width: 120px;
height: 40px;
position: absolute;
top: 30px;
right: 0;
z-index: 1;
opacity: 0;
-webkit-transform: translateX(-30px);
transform: translateX(-30px);
-webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-team-card .mil-image-frame:after {
content: "";
background-image: radial-gradient(rgb(18, 24, 32) 15%, transparent 0);
background-size: 20px 20px;
width: 60px;
height: 120px;
position: absolute;
bottom: 0;
left: 30px;
z-index: 1;
opacity: 0;
-webkit-transform: translateY(-30px);
transform: translateY(-30px);
-webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.hide-figures .mil-team-card .mil-image-frame:before, .hide-figures .mil-team-card .mil-image-frame:after {
display: none;
}
.mil-team-card p {
-webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-team-card:hover .mil-image-frame .mil-team-circle {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1;
}
.mil-team-card:hover .mil-image-frame img {
-webkit-filter: grayscale(0);
filter: grayscale(0);
}
.mil-team-card:hover .mil-image-frame:before, .mil-team-card:hover .mil-image-frame:after {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
.mil-team-card:hover p {
color: #f57c00;
}
.mil-social ul {
margin: 0;
padding: 0;
list-style: none;
}
.mil-social ul li {
margin-top: 10px;
display: inline-block;
vertical-align: top;
}
.mil-social ul li img, .mil-social ul li svg, .mil-social ul li i {
max-width: 20px;
font-size: 19px;
color: #000;
}
.mil-social ul li svg {
fill: #000;
width: 18px;
height: 18px;
}
.mil-social .mil-icon-frame.mil-icon-bg {
width: 45px;
height: 45px;
}
.mil-social .mil-icon-frame.mil-icon-bg svg {
width: 22px;
height: 22px;
}
.mil-social .mil-icon-frame::before {
display: none;
} .mil-call-to-action {
position: relative;
}
.mil-call-to-action .mil-background-image {
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
-o-object-position: center;
object-position: center;
}
.mil-call-to-action .mil-overlay {
background-color: rgba(18, 24, 32, 0.8);
width: 100%;
height: 100%;
position: absolute;
z-index: 0;
top: 0;
left: 0;
}
.mil-call-to-action .mil-cta-content {
padding: 60px 0;
position: relative;
text-align: center;
}
.mil-cta-frame {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
} .mil-portrait-position {
position: absolute;
pointer-events: none;
z-index: 1;
top: -90px;
right: 30px;
width: 100%;
}
@media screen and (max-width: 992px) {
.mil-portrait-position {
position: static;
margin-top: 30px;
}
}
.mil-portrait-frame {
width: 450px;
margin-left: auto;
height: 510px;
position: relative;
border-radius: 0 0 280px 280px;
overflow: hidden;
}
@media screen and (max-width: 992px) {
.mil-portrait-frame {
width: 50%;
height: auto;
padding-bottom: 55%;
margin: 0 auto;
}
}
.mil-portrait-frame img {
width: 100%;
height: 100%;
position: absolute;
bottom: 0;
left: 0;
-o-object-fit: cover;
object-fit: cover;
-o-object-position: top;
object-position: top;
}
.mil-portrait-frame:before {
content: "";
width: 100%;
padding-bottom: 100%;
border-radius: 50%;
background-color: #f57c00;
position: absolute;
bottom: 0;
left: 0;
} .mil-timeline {
padding-top: 60px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
border-top: solid 2px rgba(18, 24, 32, 0.1);
}
.mil-timeline li {
position: relative;
list-style-type: none;
margin-right: 30px;
}
.mil-timeline li:before {
content: "";
position: absolute;
left: 4px;
top: -60px;
width: 1px;
border-right: dotted 2px rgba(18, 24, 32, 0.1);
height: 175%;
}
.mil-timeline li:after {
content: "";
position: absolute;
left: -1px;
top: -67px;
width: 13px;
height: 13px;
border: solid 2px rgb(255, 255, 255);
border-radius: 50%;
background-color: #f57c00;
}
.mil-timeline li .mil-text-sm {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.mil-timeline li .mil-text-sm:before {
content: "";
margin-right: 20px;
width: 10px;
height: 10px;
border-radius: 50%;
background-color: rgba(18, 24, 32, 0.1);
}
.mil-timeline li .mil-h5 {
padding-left: 30px;
}
@media screen and (max-width: 992px) {
.mil-timeline {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
border-top: none;
border-left: solid 2px rgba(18, 24, 32, 0.1);
padding: 0;
}
.mil-timeline li {
position: relative;
list-style-type: none;
margin-right: 30px;
margin-bottom: 30px;
}
.mil-timeline li:last-child {
margin-bottom: 0;
}
.mil-timeline li:before {
display: none;
}
.mil-timeline li:after {
top: 14%;
left: -7px;
}
.mil-timeline li .mil-text-sm {
padding-left: 30px;
}
.mil-timeline li .mil-text-sm:before {
display: none;
}
} .mil-accordion {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
cursor: pointer;
padding: 30px 45px;
width: 100%;
border-bottom: solid 2px rgba(18, 24, 32, 0.1);
-webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-accordion:first-child {
padding-top: 5px;
}
.mil-panel {
padding: 0 18px;
max-height: 0;
overflow: hidden;
-webkit-transition: max-height 0.2s ease-out;
transition: max-height 0.2s ease-out;
}
.mil-accordion:after {
content: "+";
position: absolute;
left: 0;
font-size: 20px;
color: #f57c00;
bottom: -13px;
background-color: rgb(255, 255, 255);
padding-right: 10px;
-webkit-transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-accordion.mil-active:after {
content: "-";
} .mil-tabs {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.mil-tabs label {
text-align: center;
position: relative;
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
width: 25%;
display: block;
cursor: pointer;
padding: 30px;
border-bottom: solid 2px rgba(18, 24, 32, 0.1);
-webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
@media screen and (max-width: 767px) {
.mil-tabs label {
width: 50%;
}
}
@media screen and (max-width: 430px) {
.mil-tabs label {
width: 100%;
}
}
.mil-tabs label:after {
content: "";
position: absolute;
bottom: -2px;
left: 0;
width: 0;
height: 2px;
border-bottom: solid 2px rgba(18, 24, 32, 0.1);
-webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-tabs .mil-tab {
-webkit-box-ordinal-group: 100;
-ms-flex-order: 99;
order: 99;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
width: 100%;
display: none;
padding-top: 120px;
}
@media screen and (max-width: 992px) {
.mil-tabs .mil-tab {
padding-top: 60px;
}
}
.mil-tabs input[type=radio] {
display: none;
}
.mil-tabs input[type=radio]:checked + label {
color: #121820;
}
.mil-tabs input[type=radio]:checked + label:after {
content: "";
position: absolute;
bottom: -2px;
left: 0;
width: 100%;
height: 2px;
border-bottom: solid 2px #f57c00;
}
.mil-tabs input[type=radio]:checked + label + .mil-tab {
display: block;
}
.mil-window {
padding: 30px;
}
.mil-tab-buttons {
border-top: solid 2px rgba(18, 24, 32, 0.1);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.mil-tab-buttons.mil-tab-buttons-bg {
background: rgba(18, 24, 32, 0.05);
}
.mil-tab-buttons a {
position: relative;
width: 100%;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
height: 100px;
-webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-tab-buttons a span {
z-index: 1;
}
.mil-tab-buttons a:before {
content: "";
width: 0;
height: 2px;
background-color: #f57c00;
position: absolute;
top: -2px;
-webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-tab-buttons a:after {
content: "";
width: 100%;
height: 0;
background-color: rgb(255, 255, 255);
position: absolute;
bottom: 0;
left: 0;
-webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-tab-buttons a.mil-active {
color: #121820;
}
.mil-tab-buttons a.mil-active:before {
width: 100%;
}
.mil-tab-buttons a.mil-active:after {
height: 100%;
}
@media screen and (max-width: 992px) {
.mil-tab-buttons {
border: none;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
padding-bottom: 0;
}
.mil-tab-buttons a {
height: 70px;
}
}
.mil-tab-buttons.mil-tab-buttons-2 {
border-bottom: solid 2px rgba(18, 24, 32, 0.1);
border-top: none;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.mil-tab-buttons.mil-tab-buttons-2 a {
width: 200px;
height: auto;
padding-bottom: 30px;
}
@media screen and (max-width: 400px) {
.mil-tab-buttons.mil-tab-buttons-2 a {
width: calc(50% - 30px);
}
}
.mil-tab-buttons.mil-tab-buttons-2 a .mil-icon-bg {
background-color: transparent;
-webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-tab-buttons.mil-tab-buttons-2 a h6 {
color: rgba(18, 24, 32, 0.6);
text-align: center;
-webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-tab-buttons.mil-tab-buttons-2 a:before {
top: auto;
bottom: -2px;
}
.mil-tab-buttons.mil-tab-buttons-2 a:after {
display: none;
}
.mil-tab-buttons.mil-tab-buttons-2 a.mil-active .mil-icon-bg {
background-color: rgba(18, 24, 32, 0.05);
}
.mil-tab-buttons.mil-tab-buttons-2 a.mil-active h6 {
color: #121820;
}
@media screen and (max-width: 992px) {
.mil-tab-buttons.mil-tab-buttons-2 {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
padding-bottom: 0;
}
.mil-tab-buttons.mil-tab-buttons-2 a {
height: auto;
}
}
.mil-tabs-left-nav {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.mil-tabs-left-nav:before {
content: "";
position: absolute;
left: 9px;
top: 0;
width: 2px;
height: 100%;
background-color: rgba(18, 24, 32, 0.1);
}
.mil-tabs-left-nav li {
list-style-type: none;
margin-bottom: 25px;
}
.mil-tabs-left-nav li:last-child {
margin-bottom: 0;
}
.mil-tabs-left-nav li a {
padding-left: 45px;
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-tabs-left-nav li a.mil-h4 {
color: rgba(18, 24, 32, 0.3);
}
.mil-tabs-left-nav li a:before {
content: "";
border-radius: 50%;
width: 20px;
height: 20px;
background-color: rgb(255, 255, 255);
border: solid 5px rgba(18, 24, 32, 0.1);
margin-right: 30px;
position: absolute;
left: 0;
top: 5px;
-webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-tabs-left-nav li a.mil-active.mil-h4 {
color: #121820;
}
.mil-tabs-left-nav li a.mil-active:before {
border: solid 5px #f57c00;
} .mil-price-card .mil-plan-price .mil-h3 {
margin-right: 10px;
display: inline-block;
}
.mil-price-card .mil-button {
border-color: rgba(18, 24, 32, 0.1);
}
.mil-price-card .mil-button:hover {
border-color: #f57c00;
}
.mil-price-card:hover .mil-button {
border-color: #f57c00;
} .mil-vacancies-frame .mil-vacancy {
list-style-type: none;
padding: 0;
}
.mil-vacancies-frame .mil-vacancy .mil-vacancy-head {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.mil-vacancies-frame .mil-vacancy .mil-vacancy-head .mil-badge {
padding: 2px 15px 0;
margin-right: 15px;
background-color: #f57c00;
color: rgb(255, 255, 255);
border-radius: 20px;
text-transform: uppercase;
font-size: 12px;
}
.mil-vacancies-frame .mil-vacancy .mil-vacancy-head .mil-badge.mil-badge-dark {
color: rgb(255, 255, 255);
background-color: rgba(18, 24, 32, 0.3);
} .mil-banner-slide {
position: relative;
overflow: hidden;
border-radius: 10px;
height: 500px;
}
@media screen and (max-width: 992px) {
.mil-banner-slide {
height: auto;
}
}
.mil-banner-slide .mil-banner-bg {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.mil-banner-slide:after {
content: "";
width: 300px;
height: 300px;
background-color: #f57c00;
border-radius: 50%;
position: absolute;
z-index: 2;
bottom: -150px;
left: -150px;
}
@media screen and (max-width: 992px) {
.mil-banner-slide:after {
display: none;
}
}
.mil-banner-slide .mil-overlay {
background: -webkit-gradient(linear, left top, right top, from(rgba(243, 243, 244, 0)), color-stop(50%, rgb(243, 243, 244)));
background: linear-gradient(90deg, rgba(243, 243, 244, 0) 0%, rgb(243, 243, 244) 50%);
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
@media screen and (max-width: 1200px) {
.mil-banner-slide .mil-overlay {
background: -webkit-gradient(linear, left top, right top, from(rgba(243, 243, 244, 0)), color-stop(30%, rgb(243, 243, 244)));
background: linear-gradient(90deg, rgba(243, 243, 244, 0) 0%, rgb(243, 243, 244) 30%);
}
}
@media screen and (max-width: 992px) {
.mil-banner-slide .mil-overlay {
background: rgb(243, 243, 244);
}
}
.mil-banner-slide .row {
height: 100%;
}
.mil-sb-inner {
padding: 60px;
}
@media screen and (max-width: 992px) {
.mil-sb-inner {
padding: 30px;
}
}
.mil-banners-pagination {
text-align: center;
margin-top: 30px;
}
.mil-banners-pagination .swiper-pagination-bullet {
background-color: rgba(18, 24, 32, 0.1);
width: 10px;
height: 10px;
opacity: 1;
margin: 0 15px !important;
-webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-banners-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
background-color: #f57c00;
} .post_excerpt_disabled .mil-card-short {
display: none;
}
.mil-blog-slider .mil-slide-50 {
width: calc(50% - 20px);
}
.mil-blog-slider .mil-slide-25 {
width: calc(25% - 20px);
}
.mil-blog-slider .mil-card-text a,
.mil-courses-slider .mil-card-short a {
display: none;
}
.mil-post-sm {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.mil-post-sm.mil-top-text {
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
.mil-post-sm .mil-cover-frame {
width: 70px;
height: 70px;
border-radius: 50%;
position: relative;
overflow: hidden;
}
.mil-post-sm .mil-cover-frame img {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
-o-object-fit: cover;
object-fit: cover;
-webkit-transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-post-sm .mil-description {
padding-left: 20px;
width: calc(100% - 70px);
}
.mil-post-sm .mil-description h6 {
-webkit-transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-post-sm:hover .mil-cover-frame img {
-webkit-filter: grayscale(0);
filter: grayscale(0);
-webkit-transform: scale(1.05);
transform: scale(1.05);
}
.mil-post-sm:hover .mil-description h6 {
color: #f57c00;
}
.mil-post-author {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.mil-post-author img {
width: 40px;
height: 40px;
-o-object-fit: cover;
object-fit: cover;
border-radius: 50%;
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
}
@media screen and (max-width: 767px) {
.mil-post-author img {
width: 30px;
height: 30px;
}
}
.mil-post-author span {
padding-left: 10px;
}
.mil-tags,
.mil-cats,
.tags-links,
.col-sidebar .tagcloud,
.wp-block-tag-cloud {
display: flex;
flex-wrap: wrap;
}
.mil-tags .mil-h6,
.mil-cats .mil-h6 {
margin-right: 10px;
}
.mil-tags .mil-h6 {
margin-bottom: 10px;
}
.mil-tags a,
.tags-links a,
.col-sidebar .tagcloud a,
.wp-block-tag-cloud a,
.sidebar__tag-item {
margin-right: 10px;
display: flex;
margin-bottom: 10px;
font-size: 12px !important;
background-color: rgba(18, 24, 32, 0.1);
padding: 0 10px;
border-radius: 20px;
color: #121820;
-webkit-transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-tags a:hover,
.tags-links a:hover,
.col-sidebar .tagcloud a:hover,
.wp-block-tag-cloud a:hover,
.sidebar__tag-item:hover {
background-color: #f57c00;
color: rgb(255, 255, 255);
}
.mil-cats a {
color: #f57c00;
}
.mil-cats a:hover {
text-decoration: underline;
}
.mil-post-image {
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
display: block;
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
border-radius: 10px;
-webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-post-image img {
border-radius: 10px;
}
.mil-post-image:hover {
-webkit-filter: grayscale(0);
filter: grayscale(0);
}
.mil-comments-frame {
padding: 0;
margin: 0;
}
.mil-comments-frame li {
list-style-type: none;
}
.mil-comments-frame .mil-comment .mil-comment-top-panel {
margin-bottom: 20px;
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;
}
.mil-comments-frame .mil-comment .mil-comment-top-panel .mil-left {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.mil-comments-frame .mil-comment .mil-comment-top-panel .mil-left img {
margin-right: 30px;
border-radius: 50%;
width: 70px;
height: 70px;
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
}
@media screen and (max-width: 767px) {
.mil-comments-frame .mil-comment .mil-comment-top-panel .mil-left {
flex-direction: row;
align-items: flex-start;
}
.mil-comments-frame .mil-comment .mil-comment-top-panel .mil-left img {
width: 60px;
height: 60px;
margin-bottom: 15px;
margin-right: 15px;
}
}
.mil-comments-frame .mil-comment .mil-comment-text {
padding-left: 100px;
margin-bottom: 60px;
}
.mil-comments-frame .mil-comment.trackback .mil-comment-text,
.mil-comments-frame .mil-comment.pingback .mil-comment-text {
padding-left: 0;
}
@media screen and (max-width: 767px) {
.mil-comments-frame .mil-comment .mil-comment-text {
padding-left: 0;
}
}
.mil-comments-frame ul.children {
padding-left: 100px;
}
.mil-comments-frame ul.children ul.children {
padding-left: 50px;
}
.mil-comments-frame ul.children ul.children ul.children {
padding-left: 30px;
}
@media screen and (max-width: 767px) {
.mil-comments-frame ul.children {
padding-left: 30px;
border-left: dotted 2px rgba(18, 24, 32, 0.1);
}
} .mil-pagination {
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;
}
.mil-pagination-item {
min-width: 80px;
}
.mil-pagination-item.mil-pagination-item-center {
justify-content: center;
display: flex;
}
.mil-pagination-item:first-child i {
margin-right: 10px;
}
.mil-pagination-item:last-child i {
margin-left: 10px;
}
.mil-pagination-numbers {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
align-items: center;
justify-content: center;
}
.mil-pagination .mil-pagination-numbers li {
list-style-type: none;
}
.mil-post-text .mil-pagination-numbers > *:nth-child(1) {
margin-left: 10px;
}
.mil-pagination .mil-pagination-numbers li a,
.mil-pagination-numbers > a,
.mil-pagination-numbers > span {
padding-top: 3px;
margin-right: 5px;
font-weight: 500;
color: #121820;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
height: 40px;
width: 40px;
border-radius: 50%;
-webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-pagination-numbers > a.next,
.mil-pagination-numbers > span.next,
.mil-pagination-numbers > a.prev,
.mil-pagination-numbers > span.prev {
padding-left: 10px;
padding-right: 10px;
width: auto;
border-radius: 40px;
}
.mil-pagination-numbers > a.next i,
.mil-pagination-numbers > span.next i {
margin-left: 5px;
}
.mil-pagination-numbers > a.prev i,
.mil-pagination-numbers > span.prev i {
margin-right: 5px;
}
.mil-pagination .mil-pagination-numbers li a:hover,
.mil-pagination-numbers > a:hover,
.mil-pagination-numbers > span:hover {
background-color: rgba(18, 24, 32, 0.1);
}
.mil-pagination .mil-pagination-numbers li.mil-active a,
.mil-pagination-numbers > a.current,
.mil-pagination-numbers > span.current {
color: rgb(255, 255, 255);
background-color: #f57c00;
}
.mil-pagination .mil-pagination-numbers li:last-child a,
.mil-pagination-numbers > span:last-child {
margin-right: 0;
}
.mil-pagination .mil-button-all {
margin: 0 auto;
width: 50px;
height: 50px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
color: #121820;
border-radius: 50%;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
font-size: 20px;
-webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-pagination .mil-button-all:hover {
background-color: rgba(18, 24, 32, 0.1);
}
@media screen and (max-width: 992px) {
.mil-pagination.mil-hidden-arrows {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
} .mil-event-form {
margin: 0 15px;
position: absolute;
z-index: 99;
top: 0;
left: 0;
width: calc(100% - 30px);
background-color: rgb(255, 255, 255);
border-radius: 10px;
padding: 60px;
-webkit-box-shadow: 0px 0px 40px 0px rgba(18, 24, 32, 0.1);
box-shadow: 0px 0px 40px 0px rgba(18, 24, 32, 0.1);
}
@media screen and (max-width: 1200px) {
.mil-event-form {
position: static;
width: 100%;
margin: 0;
margin-bottom: 60px;
}
}
@media screen and (max-width: 992px) {
.mil-event-form {
padding: 30px;
}
} .mil-project-col-full {
width: 100%;
}
@media (min-width: 576px) {
.mil-project-col:nth-child(even) .row {
flex-direction: row-reverse !important;
justify-content: space-between !important;
}
}
.mil-project-cover {
position: relative;
overflow: hidden;
padding-bottom: 65%;
border-radius: 10px;
}
.mil-project-cover img,
.elementor .mil-project-cover img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
-o-object-position: center;
object-position: center;
-o-object-fit: cover;
object-fit: cover;
-webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-project-cover:after {
content: "";
width: 30%;
padding-bottom: 30%;
background-color: #f57c00;
position: absolute;
bottom: -15%;
left: -10%;
border-radius: 50%;
}
.mil-project-cover:hover img {
-webkit-filter: grayscale(0);
filter: grayscale(0);
}
.mil-project-cover.mil-type-2:after {
left: auto;
right: -10%;
}
.mil-project-info {
border-radius: 10px;
padding: 30px;
-webkit-box-shadow: 0px 0px 40px 0px rgba(18, 24, 32, 0.1);
box-shadow: 0px 0px 40px 0px rgba(18, 24, 32, 0.1);
}
.mil-item-card {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
height: 100px;
-webkit-box-shadow: 0px 0px 0px 1px rgba(18, 24, 32, 0.1);
box-shadow: 0px 0px 0px 1px rgba(18, 24, 32, 0.1);
border-radius: 5px;
-webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-item-card:hover {
border-color: transparent;
-webkit-box-shadow: 0px 0px 40px 0px rgba(18, 24, 32, 0.1);
box-shadow: 0px 0px 40px 0px rgba(18, 24, 32, 0.1);
background-color: rgb(255, 255, 255);
} .mil-map-frame {
position: relative;
overflow: hidden;
height: 60vh;
}
.mil-map-frame iframe {
-webkit-filter: grayscale(100%) brightness(110%);
filter: grayscale(100%) brightness(110%);
position: absolute;
top: -50%;
left: -50%;
width: 200%;
height: 200%;
-webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-map-frame:hover iframe {
-webkit-transform: scale(1.03);
transform: scale(1.03);
} .mil-footer-bg {
position: absolute;
top: 30px;
left: 0;
-o-object-fit: contain;
object-fit: contain;
-o-object-position: top;
object-position: top;
width: 100%;
height: 100%;
opacity: 0.05;
pointer-events: none;
}
.mil-footer-content {
position: relative;
}
.mil-footer-content .mil-logo {
width: 120px;
}
.mil-footer-content .mil-list-title {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.mil-footer-content .mil-list-title:before {
content: "";
width: 8px;
height: 8px;
border-radius: 50%;
margin-right: 15px;
background-color: #f57c00;
}
.mil-app-btn {
border-radius: 5px;
padding: 10px 0;
-webkit-filter: brightness(150%);
filter: brightness(150%);
background-color: #121820;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-right: 15px;
-webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-app-btn:last-child {
margin-right: 0;
}
.mil-app-btn i {
width: 60px;
text-align: center;
color: rgb(255, 255, 255);
font-size: 32px;
}
.mil-app-btn svg {
margin: 0 14px;
fill: rgb(255, 255, 255);
width: 32px;
height: 32px;
}
.mil-app-btn .mil-app-text {
width: 130px;
color: rgb(255, 255, 255);
font-family: "Sora", sans-serif;
}
.mil-app-btn .mil-app-text .mil-h6 {
color: rgb(255, 255, 255);
font-family: "Sora", sans-serif;
}
.mil-app-btn:hover {
-webkit-filter: brightness(180%);
filter: brightness(180%);
}
.mil-footer-links {
position: relative;
padding: 50px 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.mil-footer-links ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.mil-footer-links ul li {
list-style-type: none;
margin-right: 30px;
}
.mil-footer-links ul li:last-child {
margin-right: 0;
}
.mil-footer-links ul li a {
-webkit-transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-footer-links ul li:hover a {
color: #f57c00 !important;
}
.mil-footer-links ul li.mil-adapt-links a:last-child {
display: none;
}
@media screen and (max-width: 767px) {
.mil-footer-links ul li.mil-adapt-links a:first-child {
display: none;
}
.mil-footer-links ul li.mil-adapt-links a:last-child {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.elementor-widget-itsulu-footer-list .mil-h4.mil-mb-60 {
margin-bottom: 30px !important;
}
}
@media screen and (max-width: 992px) {
.mil-footer-links {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.mil-footer-links .mil-social {
margin-bottom: 30px;
}
.mil-footer-links .mil-additional-links {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.mil-footer-links .mil-additional-links li {
margin-bottom: 10px;
}
}
.mil-footer-bottom {
-webkit-filter: brightness(80%);
filter: brightness(80%);
position: relative;
background-color: #121820;
height: 90px;
}
.mil-footer-bottom .container {
height: 100%;
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;
}
.mil-footer-bottom .container p {
opacity: 0.3;
} .mil-404-number {
font-size: 100px;
font-family: "Sora", sans-serif;
}
@media screen and (max-width: 1200px) {
.mil-404-text {
text-align: center;
}
}
.mil-add-page {
height: 100vh;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.mil-add-page .mil-map-bg {
position: absolute;
top: 30px;
left: 0;
-o-object-fit: contain;
object-fit: contain;
-o-object-position: top;
object-position: top;
width: 100%;
height: 100%;
opacity: 0.05;
pointer-events: none;
}
.mil-add-page .mil-background-image {
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
-o-object-position: center;
object-position: center;
position: absolute;
top: 0;
left: 0;
}
.mil-add-page .mil-overlay {
background: rgba(18, 24, 32, 0.95);
width: 100%;
height: 100%;
position: absolute;
z-index: 0;
top: 0;
left: 0;
}
.mil-add-page .container {
position: relative;
}
.mil-addition-bottom {
height: 100px;
position: absolute;
bottom: 0;
left: 0;
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.mil-addition-bottom .container, .mil-addition-bottom .container-fluid {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
} .block-quote,
blockquote,
.block-quote,
.wp-block-quote,
.wp-block-quote.is-large,
.wp-block-quote.is-style-large,
.wp-block-pullquote {
margin: 30px 0;
background-color: rgba(18,24,32,.05);
padding: 40px;
border-radius: 10px;
font-size: 17px;
line-height: 2;
color: #121820;
font-style: italic;
}
.wp-block-quote.has-text-align-right {
text-align: right;
}
.block-quote p,
blockquote p,
.block-quote p,
.wp-block-quote p,
.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p,
.wp-block-pullquote p {
margin: 0 !important;
font-style: normal;
}
.wp-block-pullquote.is-style-solid-color blockquote {
background-color: transparent;
}
.block-quote cite,
blockquote cite,
.block-quote cite,
.wp-block-quote cite,
.wp-block-quote.is-large cite,
.wp-block-quote.is-style-large cite,
.wp-block-pullquote cite {
font-family: Satisfy,cursive;
font-size: 22px;
font-weight: 600;
display: block;
margin-top: 20px;
position: relative;
text-align: left;
color: #f57c00;
}
.block-quote.has-text-align-right cite,
.wp-block-quote.has-text-align-right cite,
.wp-block-quote.is-large.has-text-align-right cite,
.wp-block-quote.is-style-large.has-text-align-right cite,
.wp-block-pullquote.has-text-align-right cite,
blockquote.has-text-align-right cite {
text-align: right;
}
.wp-block-pullquote blockquote {
margin: 0;
padding: 0;
border: none;
background: transparent;
}
code {
padding: 0 4px;
font-size: 14px;
font-style: italic;
text-decoration: none;
display: inline-block;
vertical-align: middle;
overflow: auto;
max-width: 100%;
white-space: nowrap;
color: #f47d02;
}
pre {
margin: 30px 0;
padding: 0;
max-width: 100%;
overflow: auto;
white-space: pre;
font-size: 14px;
font-style: italic;
color: #f47d02;
}
mark,
ins {
text-decoration: none;
}
dt {
margin-bottom: 5px;
font-weight: 700;
}
dd {
margin-top: 0;
margin-bottom: 30px;
margin-left: 30px;
}
fieldset {
border-width: 0;
padding: 0;
}
.align-center {
text-align: center !important;
}
.align-right {
text-align: right !important;
}
.align-left {
text-align: left !important;
}
.pull-right {
float: right !important;
}
.pull-left {
float: left !important;
}
.pull-none {
float: none !important;
}
.alignright {
margin-left: 30px;
margin-bottom: 30px;
float: right;
max-width: 50%;
}
.alignleft {
margin-right: 30px;
margin-bottom: 30px;
float: left;
max-width: 50%;
}
.aligncenter {
margin-left: auto;
margin-right: auto;
display: block;
}
.text-uppercase {
text-transform: uppercase !important;
}
.text-lowercase {
text-transform: lowercase !important;
}
.text-capitalize {
text-transform: capitalize !important;
}
.text-regular {
font-weight: 400 !important;
}
.text-bold {
font-weight: 700 !important;
}
.text-italic {
font-style: italic !important;
}
.alert-success {
color: #000;
background: transparent;
border: none;
}
label.error {
padding-top: 5px;
font-size: 14px;
color: red;
display: none;
}
@media (max-width: 767px) {
.alignright {
margin-left: 0px;
margin-bottom: 30px;
float: none;
max-width: 100%;
}
.alignleft {
margin-right: 0px;
margin-bottom: 30px;
float: none;
max-width: 100%;
}
.wp-block-image .alignright,
.wp-block-image .alignleft {
max-width: 50%;
}
}
.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
margin: 40px 0 30px 0;
}
.post-content h1:first-child,
.post-content h2:first-child,
.post-content h3:first-child,
.post-content h4:first-child,
.post-content h5:first-child,
.post-content h6:first-child,
.comment-item__text h1:first-child,
.comment-item__text h2:first-child,
.comment-item__text h3:first-child,
.comment-item__text h4:first-child,
.comment-item__text h5:first-child,
.comment-item__text h6:first-child {
margin-top: 0;
}
.post-content > *:first-child {
margin-top: 0;
}
.post-content p {
margin: 30px 0;
}
.post-content a,
.post-content p a {
color: #121820;
text-decoration: underline;
}
.post-content a:hover,
.post-content p a:hover {
text-decoration: none;
}
.post-content ul {
list-style: disc;
margin-top: 30px;
margin-bottom: 30px;
padding-left: 0px;
list-style-position: inside;
}
.post-content ol {
list-style: decimal;
margin-top: 30px;
margin-bottom: 30px;
padding-left: 0px;
list-style-position: inside;
}
.post-content ul ul,
.post-content ol ol,
.post-content ul ol,
.post-content ol ul {
margin-top: 15px;
margin-bottom: 15px;
margin-left: 15px;
}
.post-content ul li, 
.post-content ol li {
margin: 10px 0;
}
span.edit-link {
margin: 30px 0 0 0;
position: relative;
display: block;
clear: both;
}
span.edit-link a::before {
content: '\f044';
position: relative;
display: inline-block;
width: 23px;
height: 23px;
font-family: 'Font Awesome 5 Free';
font-weight: 900;
}
span.edit-link a {
color: #f57c00;
}
.comment__title {
font-size: 30px;
line-height: 1.3;
font-weight: bold;
color: #000000;
margin-bottom: 30px;
}
.comment__title small {
margin-left: 8px;
font-size: 18px;
font-weight: 400;
}
.comments {
margin: 0;
padding: 0;
list-style: none;
}
.comment.comment-item {
list-style: none;
}
.comment .comment-respond {
margin-bottom: 60px;
}
.comment .comment-respond .mil-h3 small {
font-size: 15px;
}
.trackback .comment-item__photo, .pingback .comment-item__photo {
display: none;
}
.comment-respond .mil-h3 {
margin-bottom: 30px !important;
} .content-sidebar,
.col-sidebar {
position: relative;
}
.content-sidebar {
padding: 0;
}
.content-sidebar .widget {
margin-bottom: 60px;
}
.content-sidebar .screen-reader-text {
display: none;
}
.wp-block-latest-posts__featured-image {
margin-top: -5px;
margin-right: 10px;
margin-bottom: 15px;
float: left;
}
.wp-block-latest-posts__featured-image img, .elementor .wp-block-latest-posts__featured-image img {
border-radius: 100% !important;
-webkit-border-radius: 100% !important;
width: 70px;
height: 70px;
object-fit: cover;
}
.wp-block-latest-posts__post-date {
margin: 10px 0;
}
.wp-block-latest-posts__post-excerpt {
clear: both;
}
.wp-block-calendar, 
.wp-block-archives-dropdown, 
.wp-block-categories-dropdown {
margin: 30px 0;
max-width: 300px;
}
.post-content table,
.comment-item__text table {
width: 100%;
margin: 2rem 0;
padding: 0;
border-collapse: collapse;
}
.post-content table td,
.post-content table th,
.wp-block-table.is-style-stripes td,
.wp-block-table.is-style-stripes th,
.comment-item__text table td,
.comment-item__text table th,
.comment-item__text .wp-block-table.is-style-stripes td,
.comment-item__text .wp-block-table.is-style-stripes th {
padding: 10px 20px;
border: 1px solid #C4C4C4;
background: none;
color: #121820;
}
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
background: none;
}
.wp-block-table.is-style-stripes {
border-bottom: none;
border-collapse: collapse;
}
.calendar_wrap table,
.wp-block-calendar table {
width: 100%;
font-size: 0.875rem;
background: transparent;
border-collapse: collapse;
}
.calendar_wrap table caption,
.wp-block-calendar table caption {
padding-top: 0;
padding-bottom: 0;
text-align: center;
caption-side: top;
}
.calendar_wrap table th,
.wp-block-calendar table th {
padding: 3px;
text-align: center;
border: none;
color: #000;
font-weight: 600;
}
.calendar_wrap table td,
.wp-block-calendar table td {
padding: 3px;
color: #121820;
text-align: center;
border: 1px solid #c9c9c9;
}
.calendar_wrap table tfoot td,
.wp-block-calendar table tfoot td {
text-align: left;
border: none;
}
.calendar_wrap table tfoot td:last-child,
.wp-block-calendar table tfoot td:last-child {
text-align: right;
}
.wp-block-calendar tfoot a {
color: #f7541b;
}
.content-sidebar ul li a.rsswidget {
display: block;
color: #110f10;
font-weight: 700;
text-decoration: none;
}
.content-sidebar .recentcomments,
.content-sidebar .widget_rss ul li,
.wp-block-latest-comments__comment {
margin-left: 0 !important;
}
.content-sidebar ul li a.rsswidget:before,
.content-sidebar .recentcomments a:before,
.wp-block-latest-comments__comment a:before {
display: none !important;
}
.content-sidebar ul li .rss-date,
.content-sidebar ul li cite {
padding: 0.5rem 0;
display: block;
font-size: 0.875rem;
color: #8d99a7;
}
.rssSummary {
display: block;
color: #110f10;
}
.textwidget img {
height: auto;
}
.screen-reader-text {
display: none;
}
.trackback .comment-item__content,
.pingback .comment-item__content {
margin-left: 0!important;
}
.wp-caption-text,
.wp-block-image figcaption,
.wp-block-video figcaption,
.wp-block-embed figcaption,
.blocks-gallery-caption {
max-width: 100%;
margin: 0;
padding: 5px 10px 0 10px;
text-align: center;
font-size: 0.9em;
font-style: italic;
opacity: 0.7;
}
.wp-block-button {
margin-bottom: 20px;
}
.post-content .gallery .gallery-item,
.comment-item__text .gallery .gallery-item {
margin: 0;
padding: 15px;
display: inline-block;
vertical-align: top;
width: 33.333%;
text-align: center;
}
.post-content .gallery.gallery-columns-1 .gallery-item,
.comment-item__text .gallery.gallery-columns-1 .gallery-item {
width: 100%;
}
.post-content .gallery.gallery-columns-2 .gallery-item,
.comment-item__text .gallery.gallery-columns-2 .gallery-item {
width: 50%;
}
.post-content .gallery.gallery-columns-3 .gallery-item,
.comment-item__text .gallery.gallery-columns-3 .gallery-item {
width: 33.333%;
}
.post-content .gallery.gallery-columns-4 .gallery-item,
.comment-item__text .gallery.gallery-columns-4 .gallery-item {
width: 25%;
}
.post-content .gallery.gallery-columns-5 .gallery-item,
.comment-item__text .gallery.gallery-columns-5 .gallery-item {
width: 20%;
}
.gallery-item .wp-caption-text.gallery-caption {
padding-top: 10px;
font-size: 0.875rem;
}
.content-sidebar .search-form,
.search-form,
.wp-block-search,
.widget_product_search {
position: relative;
max-width: 980px;
}
.content-sidebar .search-form input[type="submit"],
.search-form input[type="submit"],
.wp-block-search input[type="submit"],
.widget_product_search input[type="submit"],
.wp-block-search .wp-block-search__button {
font-size: 0;
cursor: pointer;
border: none;
background: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3e%3cpath fill='white' d='M62.9 56.5l-17-13.8c7.2-9.9 6.1-23.7-2.7-32.5C38.4 5.3 32 2.7 25.3 2.7s-13 2.6-17.8 7.4S0 21.3 0 28s2.7 13.1 7.5 17.9c5.1 5.1 11.5 7.5 17.9 7.5 6.1 0 12.3-2.1 17.1-6.7l17.3 14.1c.5.5 1.1.5 1.6.5.8 0 1.6-.3 2.1-1.1.8-1 .8-2.6-.6-3.7zM25.3 48c-5.3 0-10.4-2.1-14.1-5.9-3.7-3.7-5.9-8.8-5.9-14.1s2.1-10.4 5.9-14.1S20 8 25.3 8s10.4 2.1 14.1 5.9 5.9 8.8 5.9 14.1-2.1 10.4-5.9 14.1c-3.7 3.8-8.7 5.9-14.1 5.9z'/%3e%3c/svg%3e ") no-repeat center center;
background-color: #f57c00;
background-size: 15px;
}
.wp-block-search {
position: relative;
max-width: 100%;
}
.content-sidebar .search-form label,
.widget_product_search label {
display: block;
}
.wp-block-search .wp-block-search__label,
.content-sidebar .search-form .screen-reader-text {
display: none;
}
.post-content .wp-block-archives,
.comment-item__text .wp-block-archives {
margin: 2rem 0;
}
.wp-block-latest-comments__comment {
line-height: 1.3;
}
.wp-block-latest-comments__comment a {
font-weight: 700;
}
.wp-block-latest-comments__comment-excerpt {
margin-bottom: 1.9rem;
}
.wp-block-latest-comments__comment-excerpt p {
margin-top: 0!important;
font-size: 1.05rem;
line-height: 1.5;
}
.wp-block-button {
margin-bottom: 1.2rem;
line-height: normal;
}
.wp-block-button__link {
box-shadow: none;
display: inline-block;
margin: 0;
text-align: center;
text-decoration: none!important;
overflow-wrap: break-word;
background-color: #000;
border: 1px solid #000;
color: #fff!important;
cursor: pointer;
font-size: 16px;
font-weight: 700;
line-height: 1.6;
white-space: nowrap;
overflow: hidden;
padding: 18px 30px;
position: relative;
z-index: 1;
border-radius: 66px;
}
.is-style-squared .wp-block-button__link {
border-radius: 0;
}
.is-style-outline .wp-block-button__link {
background-color: transparent;
color: #000!important;
border: 1px solid #000;
}
.wp-block-button .wp-block-button__link.is-style-outline, .wp-block-button.is-style-outline>.wp-block-button__link {
padding: 17px 30px;
}
.wp-block-group.has-background .wp-block-group__inner-container {
margin-bottom: 1.2rem;
padding: 1.2rem;
}
.wp-block-group.has-background .wp-block-group__inner-container p:last-child {
margin-bottom: 0;
}
.wp-block-cover-image .wp-block-subhead:not(.has-text-color),
.wp-block-cover-image h1:not(.has-text-color),
.wp-block-cover-image h2:not(.has-text-color),
.wp-block-cover-image h3:not(.has-text-color),
.wp-block-cover-image h4:not(.has-text-color),
.wp-block-cover-image h5:not(.has-text-color),
.wp-block-cover-image h6:not(.has-text-color),
.wp-block-cover-image p:not(.has-text-color),
.wp-block-cover .wp-block-subhead:not(.has-text-color),
.wp-block-cover h1:not(.has-text-color),
.wp-block-cover h2:not(.has-text-color),
.wp-block-cover h3:not(.has-text-color),
.wp-block-cover h4:not(.has-text-color),
.wp-block-cover h5:not(.has-text-color),
.wp-block-cover h6:not(.has-text-color),
.wp-block-cover p:not(.has-text-color) {
color: #fff;
}
.bypostauthor {
border-top: 10px solid #e18728;
}
.wp-block-calendar a {
text-decoration: none;
color: #f57c00;
}
.post-content nav.wp-calendar-nav,
.comment-item__text nav.wp-calendar-nav {
margin-top: 0.5rem;
}
.comment-item__text > p:first-child,
.comment-item__text > ul:first-child,
.comment-item__text > ol:first-child {
margin-top: 0;
}
.post-content::after {
clear: both;
position: relative;
display: block;
content: '';
}
.mil-card .sticky {
padding: 30px;
border-radius: 5px;
-webkit-box-shadow: 0px 0px 40px 0px rgba(18, 24, 32, 0.1);
box-shadow: 0px 0px 40px 0px rgba(18, 24, 32, 0.1);
}
.mil-blog .mil-card .mil-link {
margin-top: 15px !important;
}
@media (max-width: 1024px) {
.content-sidebar {
padding-left: 0;
}
.col-sidebar {
margin-top: 3rem;
}
.block-quote, blockquote, .block-quote, .wp-block-quote, .wp-block-quote.is-large, .wp-block-quote.is-style-large, .wp-block-pullquote {
font-size: 16px;
line-height: 1.7;
}
.block-quote p, blockquote p, .block-quote p, .wp-block-quote p, .wp-block-quote.is-large p, .wp-block-quote.is-style-large p, .wp-block-pullquote p {
font-size: 16px;
line-height: 1.7;
}
.block-quote::before, blockquote::before, .block-quote::before, .wp-block-quote::before, .wp-block-quote.is-large::before, .wp-block-quote.is-style-large::before, .wp-block-pullquote::before {
top: 30px;
left: 30px;
}
.wp-block-pullquote.is-style-solid-color blockquote {
max-width: 100%;
}
}
@media (max-width: 767px) {
.comment-item__photo {
margin: 0;
padding: 20px;
border: none;
}
.comment .comment-item__photo img {
max-width: 64px;
width: 64px;
height: 64px;
}
.comment .comment-item__content {
padding-top: 20px;
padding-right: 20px;
padding-bottom: 20px;
margin-left: 100px;
}
.comment .comment-item__name {
font-size: 18px;
display: block;
}
.comment .comment-item__sent {
margin: 5px 0 0 0;
}
.comment__title small {
margin-left: 0;
font-size: 16px;
}
.content-sidebar .widget {
padding: 0;
}
.wp-block-columns {
margin-bottom: 0;
gap: 0;
}
.wp-block-columns p {
margin-top: 0;
}
.wp-block-quote.has-text-align-right {
padding-left: 30px;
padding-right: 30px;
}
.post-content table td, .post-content table th, .wp-block-table.is-style-stripes td, .wp-block-table.is-style-stripes th, .comment-item__text table td, .comment-item__text table th, .comment-item__text .wp-block-table.is-style-stripes td, .comment-item__text .wp-block-table.is-style-stripes th {
padding: 10px;
}
.post-content tbody, .post-content td, .post-content tfoot, .post-content th, .post-content thead, .post-content tr,
.comment-item__text tbody, .comment-item__text td, .comment-item__text tfoot, .comment-item__text th, .comment-item__text thead, .comment-item__text tr {
display: block;
margin: -1px;
}
.post-content th,
.comment-item__text th {
display: none;
}
.comment__title {
margin-bottom: 15px;
}
.trackback .comment .comment-item__content, .pingback .comment .comment-item__content {
padding-right: 0;
}
.post-content .gallery.gallery-columns-2 .gallery-item, .comment-item__text .gallery.gallery-columns-2 .gallery-item,
.post-content .gallery.gallery-columns-3 .gallery-item, .comment-item__text .gallery.gallery-columns-3 .gallery-item,
.post-content .gallery.gallery-columns-4 .gallery-item, .comment-item__text .gallery.gallery-columns-4 .gallery-item {
width: 50%;
}
}.swal2-popup.swal2-toast{box-sizing:border-box;grid-column:1/4!important;grid-row:1/4!important;grid-template-columns:1fr 99fr 1fr;padding:1em;overflow-y:hidden;background:#fff;box-shadow:0 0 1px rgba(0,0,0,.075),0 1px 2px rgba(0,0,0,.075),1px 2px 4px rgba(0,0,0,.075),1px 3px 8px rgba(0,0,0,.075),2px 4px 16px rgba(0,0,0,.075);pointer-events:all}.swal2-popup.swal2-toast>*{grid-column:2}.swal2-popup.swal2-toast .swal2-title{margin:.5em 1em;padding:0;font-size:1em;text-align:initial}.swal2-popup.swal2-toast .swal2-loading{justify-content:center}.swal2-popup.swal2-toast .swal2-input{height:2em;margin:.5em;font-size:1em}.swal2-popup.swal2-toast .swal2-validation-message{font-size:1em}.swal2-popup.swal2-toast .swal2-footer{margin:.5em 0 0;padding:.5em 0 0;font-size:.8em}.swal2-popup.swal2-toast .swal2-close{grid-column:3/3;grid-row:1/99;align-self:center;width:.8em;height:.8em;margin:0;font-size:2em}.swal2-popup.swal2-toast .swal2-html-container{margin:.5em 1em;padding:0;font-size:1em;text-align:initial}.swal2-popup.swal2-toast .swal2-html-container:empty{padding:0}.swal2-popup.swal2-toast .swal2-loader{grid-column:1;grid-row:1/99;align-self:center;width:2em;height:2em;margin:.25em}.swal2-popup.swal2-toast .swal2-icon{grid-column:1;grid-row:1/99;align-self:center;width:2em;min-width:2em;height:2em;margin:0 .5em 0 0}.swal2-popup.swal2-toast .swal2-icon .swal2-icon-content{display:flex;align-items:center;font-size:1.8em;font-weight:700}.swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring{width:2em;height:2em}.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line]{top:.875em;width:1.375em}.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left]{left:.3125em}.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right]{right:.3125em}.swal2-popup.swal2-toast .swal2-actions{justify-content:flex-start;height:auto;margin:0;margin-top:.5em;padding:0 .5em}.swal2-popup.swal2-toast .swal2-styled{margin:.25em .5em;padding:.4em .6em;font-size:1em}.swal2-popup.swal2-toast .swal2-success{border-color:#a5dc86}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line]{position:absolute;width:1.6em;height:3em;transform:rotate(45deg);border-radius:50%}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left]{top:-.8em;left:-.5em;transform:rotate(-45deg);transform-origin:2em 2em;border-radius:4em 0 0 4em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right]{top:-.25em;left:.9375em;transform-origin:0 1.5em;border-radius:0 4em 4em 0}.swal2-popup.swal2-toast .swal2-success .swal2-success-ring{width:2em;height:2em}.swal2-popup.swal2-toast .swal2-success .swal2-success-fix{top:0;left:.4375em;width:.4375em;height:2.6875em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line]{height:.3125em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip]{top:1.125em;left:.1875em;width:.75em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long]{top:.9375em;right:.1875em;width:1.375em}.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-tip{-webkit-animation:swal2-toast-animate-success-line-tip .75s;animation:swal2-toast-animate-success-line-tip .75s}.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-long{-webkit-animation:swal2-toast-animate-success-line-long .75s;animation:swal2-toast-animate-success-line-long .75s}.swal2-popup.swal2-toast.swal2-show{-webkit-animation:swal2-toast-show .5s;animation:swal2-toast-show .5s}.swal2-popup.swal2-toast.swal2-hide{-webkit-animation:swal2-toast-hide .1s forwards;animation:swal2-toast-hide .1s forwards}.swal2-container{display:grid;position:fixed;z-index:1060;top:0;right:0;bottom:0;left:0;box-sizing:border-box;grid-template-areas:"top-start     top            top-end" "center-start  center         center-end" "bottom-start  bottom-center  bottom-end";grid-template-rows:minmax(-webkit-min-content,auto) minmax(-webkit-min-content,auto) minmax(-webkit-min-content,auto);grid-template-rows:minmax(min-content,auto) minmax(min-content,auto) minmax(min-content,auto);height:100%;padding:.625em;overflow-x:hidden;transition:background-color .1s;-webkit-overflow-scrolling:touch}.swal2-container.swal2-backdrop-show,.swal2-container.swal2-noanimation{background:rgba(0,0,0,.4)}.swal2-container.swal2-backdrop-hide{background:0 0!important}.swal2-container.swal2-bottom-start,.swal2-container.swal2-center-start,.swal2-container.swal2-top-start{grid-template-columns:minmax(0,1fr) auto auto}.swal2-container.swal2-bottom,.swal2-container.swal2-center,.swal2-container.swal2-top{grid-template-columns:auto minmax(0,1fr) auto}.swal2-container.swal2-bottom-end,.swal2-container.swal2-center-end,.swal2-container.swal2-top-end{grid-template-columns:auto auto minmax(0,1fr)}.swal2-container.swal2-top-start>.swal2-popup{align-self:start}.swal2-container.swal2-top>.swal2-popup{grid-column:2;align-self:start;justify-self:center}.swal2-container.swal2-top-end>.swal2-popup,.swal2-container.swal2-top-right>.swal2-popup{grid-column:3;align-self:start;justify-self:end}.swal2-container.swal2-center-left>.swal2-popup,.swal2-container.swal2-center-start>.swal2-popup{grid-row:2;align-self:center}.swal2-container.swal2-center>.swal2-popup{grid-column:2;grid-row:2;align-self:center;justify-self:center}.swal2-container.swal2-center-end>.swal2-popup,.swal2-container.swal2-center-right>.swal2-popup{grid-column:3;grid-row:2;align-self:center;justify-self:end}.swal2-container.swal2-bottom-left>.swal2-popup,.swal2-container.swal2-bottom-start>.swal2-popup{grid-column:1;grid-row:3;align-self:end}.swal2-container.swal2-bottom>.swal2-popup{grid-column:2;grid-row:3;justify-self:center;align-self:end}.swal2-container.swal2-bottom-end>.swal2-popup,.swal2-container.swal2-bottom-right>.swal2-popup{grid-column:3;grid-row:3;align-self:end;justify-self:end}.swal2-container.swal2-grow-fullscreen>.swal2-popup,.swal2-container.swal2-grow-row>.swal2-popup{grid-column:1/4;width:100%}.swal2-container.swal2-grow-column>.swal2-popup,.swal2-container.swal2-grow-fullscreen>.swal2-popup{grid-row:1/4;align-self:stretch}.swal2-container.swal2-no-transition{transition:none!important}.swal2-popup{display:none;position:relative;box-sizing:border-box;grid-template-columns:minmax(0,100%);width:32em;max-width:100%;padding:0 0 1.25em;border:none;border-radius:5px;background:#fff;color:#545454;font-family:inherit;font-size:1rem}.swal2-popup:focus{outline:0}.swal2-popup.swal2-loading{overflow-y:hidden}.swal2-title{position:relative;max-width:100%;margin:0;padding:.8em 1em 0;color:inherit;font-size:1.875em;font-weight:600;text-align:center;text-transform:none;word-wrap:break-word}.swal2-actions{display:flex;z-index:1;box-sizing:border-box;flex-wrap:wrap;align-items:center;justify-content:center;width:auto;margin:1.25em auto 0;padding:0}.swal2-actions:not(.swal2-loading) .swal2-styled[disabled]{opacity:.4}.swal2-actions:not(.swal2-loading) .swal2-styled:hover{background-image:linear-gradient(rgba(0,0,0,.1),rgba(0,0,0,.1))}.swal2-actions:not(.swal2-loading) .swal2-styled:active{background-image:linear-gradient(rgba(0,0,0,.2),rgba(0,0,0,.2))}.swal2-loader{display:none;align-items:center;justify-content:center;width:2.2em;height:2.2em;margin:0 1.875em;-webkit-animation:swal2-rotate-loading 1.5s linear 0s infinite normal;animation:swal2-rotate-loading 1.5s linear 0s infinite normal;border-width:.25em;border-style:solid;border-radius:100%;border-color:#2778c4 transparent #2778c4 transparent}.swal2-styled{margin:.3125em;padding:.625em 1.1em;transition:box-shadow .1s;box-shadow:0 0 0 3px transparent;font-weight:500}.swal2-styled:not([disabled]){cursor:pointer}.swal2-styled.swal2-confirm{border:0;border-radius:.25em;background:initial;background-color:#7066e0;color:#fff;font-size:1em}.swal2-styled.swal2-confirm:focus{box-shadow:0 0 0 3px rgba(112,102,224,.5)}.swal2-styled.swal2-deny{border:0;border-radius:.25em;background:initial;background-color:#dc3741;color:#fff;font-size:1em}.swal2-styled.swal2-deny:focus{box-shadow:0 0 0 3px rgba(220,55,65,.5)}.swal2-styled.swal2-cancel{border:0;border-radius:.25em;background:initial;background-color:#6e7881;color:#fff;font-size:1em}.swal2-styled.swal2-cancel:focus{box-shadow:0 0 0 3px rgba(110,120,129,.5)}.swal2-styled.swal2-default-outline:focus{box-shadow:0 0 0 3px rgba(100,150,200,.5)}.swal2-styled:focus{outline:0}.swal2-styled::-moz-focus-inner{border:0}.swal2-footer{justify-content:center;margin:1em 0 0;padding:1em 1em 0;border-top:1px solid #eee;color:inherit;font-size:1em}.swal2-timer-progress-bar-container{position:absolute;right:0;bottom:0;left:0;grid-column:auto!important;overflow:hidden;border-bottom-right-radius:5px;border-bottom-left-radius:5px}.swal2-timer-progress-bar{width:100%;height:.25em;background:rgba(0,0,0,.2)}.swal2-image{max-width:100%;margin:2em auto 1em}.swal2-close{z-index:2;align-items:center;justify-content:center;width:1.2em;height:1.2em;margin-top:0;margin-right:0;margin-bottom:-1.2em;padding:0;overflow:hidden;transition:color .1s,box-shadow .1s;border:none;border-radius:5px;background:0 0;color:#ccc;font-family:serif;font-family:monospace;font-size:2.5em;cursor:pointer;justify-self:end}.swal2-close:hover{transform:none;background:0 0;color:#f27474}.swal2-close:focus{outline:0;box-shadow:inset 0 0 0 3px rgba(100,150,200,.5)}.swal2-close::-moz-focus-inner{border:0}.swal2-html-container{z-index:1;justify-content:center;margin:1em 1.6em .3em;padding:0;overflow:auto;color:inherit;font-size:1.125em;font-weight:400;line-height:normal;text-align:center;word-wrap:break-word;word-break:break-word}.swal2-checkbox,.swal2-file,.swal2-input,.swal2-radio,.swal2-select,.swal2-textarea{margin:1em 2em 3px}.swal2-file,.swal2-input,.swal2-textarea{box-sizing:border-box;width:auto;transition:border-color .1s,box-shadow .1s;border:1px solid #d9d9d9;border-radius:.1875em;background:inherit;box-shadow:inset 0 1px 1px rgba(0,0,0,.06),0 0 0 3px transparent;color:inherit;font-size:1.125em}.swal2-file.swal2-inputerror,.swal2-input.swal2-inputerror,.swal2-textarea.swal2-inputerror{border-color:#f27474!important;box-shadow:0 0 2px #f27474!important}.swal2-file:focus,.swal2-input:focus,.swal2-textarea:focus{border:1px solid #b4dbed;outline:0;box-shadow:inset 0 1px 1px rgba(0,0,0,.06),0 0 0 3px rgba(100,150,200,.5)}.swal2-file::-moz-placeholder,.swal2-input::-moz-placeholder,.swal2-textarea::-moz-placeholder{color:#ccc}.swal2-file:-ms-input-placeholder,.swal2-input:-ms-input-placeholder,.swal2-textarea:-ms-input-placeholder{color:#ccc}.swal2-file::placeholder,.swal2-input::placeholder,.swal2-textarea::placeholder{color:#ccc}.swal2-range{margin:1em 2em 3px;background:#fff}.swal2-range input{width:80%}.swal2-range output{width:20%;color:inherit;font-weight:600;text-align:center}.swal2-range input,.swal2-range output{height:2.625em;padding:0;font-size:1.125em;line-height:2.625em}.swal2-input{height:2.625em;padding:0 .75em}.swal2-file{width:75%;margin-right:auto;margin-left:auto;background:inherit;font-size:1.125em}.swal2-textarea{height:6.75em;padding:.75em}.swal2-select{min-width:50%;max-width:100%;padding:.375em .625em;background:inherit;color:inherit;font-size:1.125em}.swal2-checkbox,.swal2-radio{align-items:center;justify-content:center;background:#fff;color:inherit}.swal2-checkbox label,.swal2-radio label{margin:0 .6em;font-size:1.125em}.swal2-checkbox input,.swal2-radio input{flex-shrink:0;margin:0 .4em}.swal2-input-label{display:flex;justify-content:center;margin:1em auto 0}.swal2-validation-message{align-items:center;justify-content:center;margin:1em 0 0;padding:.625em;overflow:hidden;background:#f0f0f0;color:#666;font-size:1em;font-weight:300}.swal2-validation-message::before{content:"!";display:inline-block;width:1.5em;min-width:1.5em;height:1.5em;margin:0 .625em;border-radius:50%;background-color:#f27474;color:#fff;font-weight:600;line-height:1.5em;text-align:center}.swal2-icon{position:relative;box-sizing:content-box;justify-content:center;width:5em;height:5em;margin:2.5em auto .6em;border:.25em solid transparent;border-radius:50%;border-color:#000;font-family:inherit;line-height:5em;cursor:default;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.swal2-icon .swal2-icon-content{display:flex;align-items:center;font-size:3.75em}.swal2-icon.swal2-error{border-color:#f27474;color:#f27474}.swal2-icon.swal2-error .swal2-x-mark{position:relative;flex-grow:1}.swal2-icon.swal2-error [class^=swal2-x-mark-line]{display:block;position:absolute;top:2.3125em;width:2.9375em;height:.3125em;border-radius:.125em;background-color:#f27474}.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left]{left:1.0625em;transform:rotate(45deg)}.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right]{right:1em;transform:rotate(-45deg)}.swal2-icon.swal2-error.swal2-icon-show{-webkit-animation:swal2-animate-error-icon .5s;animation:swal2-animate-error-icon .5s}.swal2-icon.swal2-error.swal2-icon-show .swal2-x-mark{-webkit-animation:swal2-animate-error-x-mark .5s;animation:swal2-animate-error-x-mark .5s}.swal2-icon.swal2-warning{border-color:#facea8;color:#f8bb86}.swal2-icon.swal2-warning.swal2-icon-show{-webkit-animation:swal2-animate-error-icon .5s;animation:swal2-animate-error-icon .5s}.swal2-icon.swal2-warning.swal2-icon-show .swal2-icon-content{-webkit-animation:swal2-animate-i-mark .5s;animation:swal2-animate-i-mark .5s}.swal2-icon.swal2-info{border-color:#9de0f6;color:#3fc3ee}.swal2-icon.swal2-info.swal2-icon-show{-webkit-animation:swal2-animate-error-icon .5s;animation:swal2-animate-error-icon .5s}.swal2-icon.swal2-info.swal2-icon-show .swal2-icon-content{-webkit-animation:swal2-animate-i-mark .8s;animation:swal2-animate-i-mark .8s}.swal2-icon.swal2-question{border-color:#c9dae1;color:#87adbd}.swal2-icon.swal2-question.swal2-icon-show{-webkit-animation:swal2-animate-error-icon .5s;animation:swal2-animate-error-icon .5s}.swal2-icon.swal2-question.swal2-icon-show .swal2-icon-content{-webkit-animation:swal2-animate-question-mark .8s;animation:swal2-animate-question-mark .8s}.swal2-icon.swal2-success{border-color:#a5dc86;color:#a5dc86}.swal2-icon.swal2-success [class^=swal2-success-circular-line]{position:absolute;width:3.75em;height:7.5em;transform:rotate(45deg);border-radius:50%}.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left]{top:-.4375em;left:-2.0635em;transform:rotate(-45deg);transform-origin:3.75em 3.75em;border-radius:7.5em 0 0 7.5em}.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right]{top:-.6875em;left:1.875em;transform:rotate(-45deg);transform-origin:0 3.75em;border-radius:0 7.5em 7.5em 0}.swal2-icon.swal2-success .swal2-success-ring{position:absolute;z-index:2;top:-.25em;left:-.25em;box-sizing:content-box;width:100%;height:100%;border:.25em solid rgba(165,220,134,.3);border-radius:50%}.swal2-icon.swal2-success .swal2-success-fix{position:absolute;z-index:1;top:.5em;left:1.625em;width:.4375em;height:5.625em;transform:rotate(-45deg)}.swal2-icon.swal2-success [class^=swal2-success-line]{display:block;position:absolute;z-index:2;height:.3125em;border-radius:.125em;background-color:#a5dc86}.swal2-icon.swal2-success [class^=swal2-success-line][class$=tip]{top:2.875em;left:.8125em;width:1.5625em;transform:rotate(45deg)}.swal2-icon.swal2-success [class^=swal2-success-line][class$=long]{top:2.375em;right:.5em;width:2.9375em;transform:rotate(-45deg)}.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-tip{-webkit-animation:swal2-animate-success-line-tip .75s;animation:swal2-animate-success-line-tip .75s}.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-long{-webkit-animation:swal2-animate-success-line-long .75s;animation:swal2-animate-success-line-long .75s}.swal2-icon.swal2-success.swal2-icon-show .swal2-success-circular-line-right{-webkit-animation:swal2-rotate-success-circular-line 4.25s ease-in;animation:swal2-rotate-success-circular-line 4.25s ease-in}.swal2-progress-steps{flex-wrap:wrap;align-items:center;max-width:100%;margin:1.25em auto;padding:0;background:inherit;font-weight:600}.swal2-progress-steps li{display:inline-block;position:relative}.swal2-progress-steps .swal2-progress-step{z-index:20;flex-shrink:0;width:2em;height:2em;border-radius:2em;background:#2778c4;color:#fff;line-height:2em;text-align:center}.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step{background:#2778c4}.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step~.swal2-progress-step{background:#add8e6;color:#fff}.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step~.swal2-progress-step-line{background:#add8e6}.swal2-progress-steps .swal2-progress-step-line{z-index:10;flex-shrink:0;width:2.5em;height:.4em;margin:0 -1px;background:#2778c4}[class^=swal2]{-webkit-tap-highlight-color:transparent}.swal2-show{-webkit-animation:swal2-show .3s;animation:swal2-show .3s}.swal2-hide{-webkit-animation:swal2-hide .15s forwards;animation:swal2-hide .15s forwards}.swal2-noanimation{transition:none}.swal2-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}.swal2-rtl .swal2-close{margin-right:initial;margin-left:0}.swal2-rtl .swal2-timer-progress-bar{right:0;left:auto}@-webkit-keyframes swal2-toast-show{0%{transform:translateY(-.625em) rotateZ(2deg)}33%{transform:translateY(0) rotateZ(-2deg)}66%{transform:translateY(.3125em) rotateZ(2deg)}100%{transform:translateY(0) rotateZ(0)}}@keyframes swal2-toast-show{0%{transform:translateY(-.625em) rotateZ(2deg)}33%{transform:translateY(0) rotateZ(-2deg)}66%{transform:translateY(.3125em) rotateZ(2deg)}100%{transform:translateY(0) rotateZ(0)}}@-webkit-keyframes swal2-toast-hide{100%{transform:rotateZ(1deg);opacity:0}}@keyframes swal2-toast-hide{100%{transform:rotateZ(1deg);opacity:0}}@-webkit-keyframes swal2-toast-animate-success-line-tip{0%{top:.5625em;left:.0625em;width:0}54%{top:.125em;left:.125em;width:0}70%{top:.625em;left:-.25em;width:1.625em}84%{top:1.0625em;left:.75em;width:.5em}100%{top:1.125em;left:.1875em;width:.75em}}@keyframes swal2-toast-animate-success-line-tip{0%{top:.5625em;left:.0625em;width:0}54%{top:.125em;left:.125em;width:0}70%{top:.625em;left:-.25em;width:1.625em}84%{top:1.0625em;left:.75em;width:.5em}100%{top:1.125em;left:.1875em;width:.75em}}@-webkit-keyframes swal2-toast-animate-success-line-long{0%{top:1.625em;right:1.375em;width:0}65%{top:1.25em;right:.9375em;width:0}84%{top:.9375em;right:0;width:1.125em}100%{top:.9375em;right:.1875em;width:1.375em}}@keyframes swal2-toast-animate-success-line-long{0%{top:1.625em;right:1.375em;width:0}65%{top:1.25em;right:.9375em;width:0}84%{top:.9375em;right:0;width:1.125em}100%{top:.9375em;right:.1875em;width:1.375em}}@-webkit-keyframes swal2-show{0%{transform:scale(.7)}45%{transform:scale(1.05)}80%{transform:scale(.95)}100%{transform:scale(1)}}@keyframes swal2-show{0%{transform:scale(.7)}45%{transform:scale(1.05)}80%{transform:scale(.95)}100%{transform:scale(1)}}@-webkit-keyframes swal2-hide{0%{transform:scale(1);opacity:1}100%{transform:scale(.5);opacity:0}}@keyframes swal2-hide{0%{transform:scale(1);opacity:1}100%{transform:scale(.5);opacity:0}}@-webkit-keyframes swal2-animate-success-line-tip{0%{top:1.1875em;left:.0625em;width:0}54%{top:1.0625em;left:.125em;width:0}70%{top:2.1875em;left:-.375em;width:3.125em}84%{top:3em;left:1.3125em;width:1.0625em}100%{top:2.8125em;left:.8125em;width:1.5625em}}@keyframes swal2-animate-success-line-tip{0%{top:1.1875em;left:.0625em;width:0}54%{top:1.0625em;left:.125em;width:0}70%{top:2.1875em;left:-.375em;width:3.125em}84%{top:3em;left:1.3125em;width:1.0625em}100%{top:2.8125em;left:.8125em;width:1.5625em}}@-webkit-keyframes swal2-animate-success-line-long{0%{top:3.375em;right:2.875em;width:0}65%{top:3.375em;right:2.875em;width:0}84%{top:2.1875em;right:0;width:3.4375em}100%{top:2.375em;right:.5em;width:2.9375em}}@keyframes swal2-animate-success-line-long{0%{top:3.375em;right:2.875em;width:0}65%{top:3.375em;right:2.875em;width:0}84%{top:2.1875em;right:0;width:3.4375em}100%{top:2.375em;right:.5em;width:2.9375em}}@-webkit-keyframes swal2-rotate-success-circular-line{0%{transform:rotate(-45deg)}5%{transform:rotate(-45deg)}12%{transform:rotate(-405deg)}100%{transform:rotate(-405deg)}}@keyframes swal2-rotate-success-circular-line{0%{transform:rotate(-45deg)}5%{transform:rotate(-45deg)}12%{transform:rotate(-405deg)}100%{transform:rotate(-405deg)}}@-webkit-keyframes swal2-animate-error-x-mark{0%{margin-top:1.625em;transform:scale(.4);opacity:0}50%{margin-top:1.625em;transform:scale(.4);opacity:0}80%{margin-top:-.375em;transform:scale(1.15)}100%{margin-top:0;transform:scale(1);opacity:1}}@keyframes swal2-animate-error-x-mark{0%{margin-top:1.625em;transform:scale(.4);opacity:0}50%{margin-top:1.625em;transform:scale(.4);opacity:0}80%{margin-top:-.375em;transform:scale(1.15)}100%{margin-top:0;transform:scale(1);opacity:1}}@-webkit-keyframes swal2-animate-error-icon{0%{transform:rotateX(100deg);opacity:0}100%{transform:rotateX(0);opacity:1}}@keyframes swal2-animate-error-icon{0%{transform:rotateX(100deg);opacity:0}100%{transform:rotateX(0);opacity:1}}@-webkit-keyframes swal2-rotate-loading{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}@keyframes swal2-rotate-loading{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}@-webkit-keyframes swal2-animate-question-mark{0%{transform:rotateY(-360deg)}100%{transform:rotateY(0)}}@keyframes swal2-animate-question-mark{0%{transform:rotateY(-360deg)}100%{transform:rotateY(0)}}@-webkit-keyframes swal2-animate-i-mark{0%{transform:rotateZ(45deg);opacity:0}25%{transform:rotateZ(-25deg);opacity:.4}50%{transform:rotateZ(15deg);opacity:.8}75%{transform:rotateZ(-5deg);opacity:1}100%{transform:rotateX(0);opacity:1}}@keyframes swal2-animate-i-mark{0%{transform:rotateZ(45deg);opacity:0}25%{transform:rotateZ(-25deg);opacity:.4}50%{transform:rotateZ(15deg);opacity:.8}75%{transform:rotateZ(-5deg);opacity:1}100%{transform:rotateX(0);opacity:1}}body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown){overflow:hidden}body.swal2-height-auto{height:auto!important}body.swal2-no-backdrop .swal2-container{background-color:transparent!important;pointer-events:none}body.swal2-no-backdrop .swal2-container .swal2-popup{pointer-events:all}body.swal2-no-backdrop .swal2-container .swal2-modal{box-shadow:0 0 10px rgba(0,0,0,.4)}@media print{body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown){overflow-y:scroll!important}body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown)>[aria-hidden=true]{display:none}body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container{position:static!important}}body.swal2-toast-shown .swal2-container{box-sizing:border-box;width:360px;max-width:100%;background-color:transparent;pointer-events:none}body.swal2-toast-shown .swal2-container.swal2-top{top:0;right:auto;bottom:auto;left:50%;transform:translateX(-50%)}body.swal2-toast-shown .swal2-container.swal2-top-end,body.swal2-toast-shown .swal2-container.swal2-top-right{top:0;right:0;bottom:auto;left:auto}body.swal2-toast-shown .swal2-container.swal2-top-left,body.swal2-toast-shown .swal2-container.swal2-top-start{top:0;right:auto;bottom:auto;left:0}body.swal2-toast-shown .swal2-container.swal2-center-left,body.swal2-toast-shown .swal2-container.swal2-center-start{top:50%;right:auto;bottom:auto;left:0;transform:translateY(-50%)}body.swal2-toast-shown .swal2-container.swal2-center{top:50%;right:auto;bottom:auto;left:50%;transform:translate(-50%,-50%)}body.swal2-toast-shown .swal2-container.swal2-center-end,body.swal2-toast-shown .swal2-container.swal2-center-right{top:50%;right:0;bottom:auto;left:auto;transform:translateY(-50%)}body.swal2-toast-shown .swal2-container.swal2-bottom-left,body.swal2-toast-shown .swal2-container.swal2-bottom-start{top:auto;right:auto;bottom:0;left:0}body.swal2-toast-shown .swal2-container.swal2-bottom{top:auto;right:auto;bottom:0;left:50%;transform:translateX(-50%)}body.swal2-toast-shown .swal2-container.swal2-bottom-end,body.swal2-toast-shown .swal2-container.swal2-bottom-right{top:auto;right:0;bottom:0;left:auto}.wpb-pcf-alert {
position: relative;
padding: .75rem 1.25rem;
margin-bottom: 1rem;
border: 1px solid transparent;
border-radius: .25rem;
}
.wpb-pcf-alert.wpb-pcf-alert-inline {
display: inline-block;
}
.wpb-pcf-alert-error {
color: #721c24;
background-color: #f8d7da;
border-color: #f5c6cb;
}
.wpb-pcf-btn {
display: flex;
text-transform: inherit;
letter-spacing: inherit;
text-decoration: none;
font-weight: 600;
color: #212529;
text-align: center;
align-items: center;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-color: transparent;
line-height: normal;
border: 0;
border-radius: 3px;
-webkit-transition: all .3s linear;
-moz-transition: all .3s linear;
-ms-transition: all .3s linear;
-o-transition: all .3s linear;
transition: all .3s linear;
-webkit-font-smoothing: antialiased;
}
.wpb-pcf-btn.wpb-pcf-btn-large {
padding: 13px 25px 15px;
font-size: 17px;
line-height: normal;
}
.wpb-pcf-btn.wpb-pcf-btn-medium {
padding: 11px 20px 13px;
font-size: 16px;
line-height: normal;
}
.wpb-pcf-btn.wpb-pcf-btn-small {
padding: 9px 15px 10px;
font-size: 14px;
line-height: normal;
}
.wpb-pcf-btn-default {
color: #fff;
background-color: #17a2b8;
}
.wpb-pcf-btn-default:hover, .wpb-pcf-btn-default:focus {
color: #fff;
background-color: #138496;
background-image: inherit;
outline: 0;
text-decoration: none;
}
.woocommerce ul.products .wpb-pcf-btn,
.woocommerce-page ul.products .wpb-pcf-btn {
padding: .618em 1em;
font-weight: 700;
font-size: 100%;
margin-top: 10px;
border: 0;
}
.summary .wpb-pcf-btn {
margin-bottom: 20px;
}
.admin-bar .swal2-container {
padding-top: 56px;
} .wpb-pcf-form-style-true .swal2-content,
.wpb-pcf-form-style-true .swal2-modal {
text-align: unset!important;
}
.rtl .wpb-pcf-form-style-true .swal2-content,
.rtl .wpb-pcf-form-style-true .swal2-modal {
text-align: right!important;
}
.rtl .wpb-pcf-form-style-true * {
direction: rtl;
}
.wpb-pcf-form-style-true .swal2-popup {
background: #f4f7f8;
}
.wpb-pcf-form-style-true fieldset{
border: none;
}
.wpb-pcf-form-style-true legend {
font-size: 1.4em;
margin-bottom: 10px;
}
.wpb-pcf-form-style-true label {
display: block;
font-size: 16px;
line-height: normal;
font-weight: 600;
-webkit-font-smoothing: antialiased;
}
.wpb-pcf-form-style-true input[type="text"],
.wpb-pcf-form-style-true input[type="date"],
.wpb-pcf-form-style-true input[type="datetime"],
.wpb-pcf-form-style-true input[type="email"],
.wpb-pcf-form-style-true input[type="number"],
.wpb-pcf-form-style-true input[type="search"],
.wpb-pcf-form-style-true input[type="time"],
.wpb-pcf-form-style-true input[type="url"],
.wpb-pcf-form-style-true input[type="tel"],
.wpb-pcf-form-style-true textarea,
.wpb-pcf-form-style-true select {
background: rgba(255,255,255,.1);
border: none;
border-radius: 4px;
font-size: 15px;
margin: 0;
outline: 0;
padding: 10px;
width: 100%;
box-sizing: border-box; 
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box; 
background-color: #e8eeef;
color:#8a97a0;
-webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
-webkit-transition: all .3s linear;
-moz-transition: all .3s linear;
-ms-transition: all .3s linear;
-o-transition: all .3s linear;
transition: all .3s linear;
}
.wpb-pcf-form-style-true input[type="text"]:focus,
.wpb-pcf-form-style-true input[type="date"]:focus,
.wpb-pcf-form-style-true input[type="datetime"]:focus,
.wpb-pcf-form-style-true input[type="email"]:focus,
.wpb-pcf-form-style-true input[type="number"]:focus,
.wpb-pcf-form-style-true input[type="search"]:focus,
.wpb-pcf-form-style-true input[type="time"]:focus,
.wpb-pcf-form-style-true input[type="url"]:focus,
.wpb-pcf-form-style-true input[type="tel"]:focus,
.wpb-pcf-form-style-true textarea:focus,
.wpb-pcf-form-style-true select:focus{
background: #d2d9dd;
}
.wpb-pcf-form-style-true select{
-webkit-appearance: menulist-button;
height:35px;
}
.wpb-pcf-form-style-true .number {
background: #1abc9c;
color: #fff;
height: 30px;
width: 30px;
display: inline-block;
font-size: 0.8em;
margin-right: 4px;
line-height: 30px;
text-align: center;
text-shadow: 0 1px 0 rgba(255,255,255,0.2);
border-radius: 15px 15px 15px 0px;
}
.wpb-pcf-form-style-true input[type="submit"],
.wpb-pcf-form-style-true input[type="button"]
{
position: relative;
display: block;
padding: 12px 35px!important;
color: #FFF;
margin: 0 auto;
background: #1abc9c;
font-size: 18px;
line-height: normal!important;
text-align: center;
font-style: inherit;
width: 100%;
border: 0!important;
text-shadow: unset!important;
box-shadow: unset!important;
height: unset!important;
border-radius: 3px;
margin-bottom: 10px;
font-weight: 600;
-webkit-font-smoothing: antialiased;
-webkit-transition: all .3s linear;
-moz-transition: all .3s linear;
-ms-transition: all .3s linear;
-o-transition: all .3s linear;
transition: all .3s linear;
}
.wpb-pcf-form-style-true input[type="submit"]:hover,
.wpb-pcf-form-style-true input[type="button"]:hover,
.wpb-pcf-form-style-true input[type="submit"]:focus,
.wpb-pcf-form-style-true input[type="button"]:focus
{
background: #109177;
}
.wpb-pcf-form-style-true input[type="submit"]:focus,
.wpb-pcf-form-style-true input[type="button"]:focus
{
outline: 0;
}
.wpb-pcf-form-style-true input[type="submit"].wpcf7-submit, .wpb-pcf-form-style-true input[type="button"].wpcf7-submit {
margin-bottom: 0;;
}
.wpb-pcf-form-style-true div.wpcf7-response-output {
margin: 20px 0 0;
padding: 10px 15px;
}
.wpb-pcf-form-style-true form.wpcf7-form .ajax-loader {
display: none;
}
.wpb-pcf-form-style-true form.wpcf7-form.submitting .ajax-loader {
display: block;
margin-top: 15px;;
}
.wpb-pcf-form-style-true .wpcf7 form>p,
.wpb-pcf-form-style-true .wpcf7 form>div {
margin-bottom: 20px;
}
.wpb-pcf-form-style-true .wpcf7-form {
margin-bottom: -10px;
}
.wpb-pcf-form-style-true .wpcf7 form>p span,
.wpb-pcf-form-style-true .wpcf7 form>div span {
display: block;
margin-top: 10px;
}
@keyframes spinner {
to {transform: rotate(360deg);}
}
.wpb-pcf-btn-loading:before {
content: '';
box-sizing: border-box;
width: 15px;
height: 15px;
margin-right: 7px;
border-radius: 50%;
border: 2px solid rgba(255, 255, 255, 0.3);
border-top-color: #fff;
animation: spinner .6s linear infinite;
}
.rtl .wpb-pcf-btn-loading:before {
margin-left: 7px;
margin-right: 0;
}
.menu-item .wpb-pcf-btn-loading:before {
display: none!important;
}
.theme-hestia li.product .wpb-pcf-btn {
margin: 10px auto 20px;
}
.theme-oceanwp  li.product.owp-content-center .wpb-pcf-btn {
margin: 10px auto 20px;
}
.theme-oceanwp.single-product .wpb-pcf-btn {
margin-top: 20px;
}
.theme-storefront .wpb-pcf-form-style-true form {
margin-bottom: 0;
}
.theme-storefront li.product .wpb-pcf-btn,
.theme-sydney li.product .wpb-pcf-btn,
.theme-dt-the7 .dt-products.woo-hover .wpb-pcf-btn {
margin: 10px auto 0;
}
.wpb-pcf-form-style-false .swal2-html-container {
text-align: inherit!important;
}