/*
Theme Name: Digiverse / OPBH Development
Theme URI: https://digiverse.cz
Author: Digiverse
Author URI: https://digiverse.cz
 */

@charset "UTF-8";

/*
 * Bootstrap v5.0.1 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #642837;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #7f7f7f;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f5f5f5;
    --bs-gray-200: #e4e4e4;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #7f7f7f;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #000;
    --bs-secondary: #642837;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #642837;
    --bs-light: #f5f5f5;
    --bs-dark: #212529;
    --bs-primary-rgb: 0, 0, 0;
    --bs-secondary-rgb: 100, 40, 55;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 100, 40, 55;
    --bs-light-rgb: 245, 245, 245;
    --bs-dark-rgb: 33, 37, 41;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-color-rgb: 0, 0, 0;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-font-sans-serif: Ubuntu, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.625;
    --bs-body-color: #000;
    --bs-body-bg: #fff;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth;
    }
}

body {
    margin: 0;
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
    margin: 1rem 0;
    color: #000;
    background-color: currentColor;
    border: 0;
    opacity: 1;
}

hr:not([size]) {
    height: 2px;
}


h5,
.h5,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
    margin-top: 0;
    margin-bottom: 1.25em;
    font-weight: 500;
    line-height: 1.15;
}

h1,
.h1 {
    font-size: calc(1.45rem + 2.4vw);
}

@media (min-width: 1200px) {

    h1,
    .h1 {
        font-size: 3.25rem;
    }
}

h2,
.h2 {
    font-size: calc(1.2625rem + 0.15vw);
}

@media (min-width: 1200px) {

    h2,
    .h2 {
        font-size: 1.375rem;
    }
}

h3,
.h3 {
    font-size: 1.25rem;
}

h5,
.h5 {
    font-size: 1.125rem;
}

p {
    margin-top: 0;
    margin-bottom: 1.5rem;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}


ul {
    padding-left: 2rem;
}


ul {
    margin-top: 0;
    margin-bottom: 1rem;
}


ul ul {
    margin-bottom: 0;
}


strong {
    font-weight: 700;
}

small,
.small {
    font-size: 0.75em;
}

a {
    color: #000;
    text-decoration: underline;
}

a:hover {
    color: black;
    text-decoration: none;
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none;
}


code {
    font-family: var(--bs-font-monospace);
    font-size: 1em;
    direction: ltr
        /* rtl:ignore */
    ;
    unicode-bidi: bidi-override;
}

code {
    font-size: 0.75em;
    color: #d63384;
    word-wrap: break-word;
}

a>code {
    color: inherit;
}

img,
svg {
    vertical-align: middle;
}

table {
    caption-side: bottom;
    border-collapse: collapse;
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent;
}

thead,
tbody,
tr,
td,
th {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
}

label {
    display: inline-block;
}

button {
    border-radius: 0;
}

button:focus:not(:focus-visible) {
    outline: 0;
}

input,
button,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button {
    text-transform: none;
}

[role=button] {
    cursor: pointer;
}

button,
[type=button] {
    -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled) {
    cursor: pointer;
}

::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

textarea {
    resize: vertical;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
    padding: 0;
}

::-webkit-inner-spin-button {
    height: auto;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
    padding: 0;
}

::-webkit-file-upload-button {
    font: inherit;
}

::file-selector-button {
    font: inherit;
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

.lead {
    font-size: 1.25rem;
    font-weight: 300;
}

.display-1 {
    font-size: calc(1.625rem + 4.5vw);
    font-weight: 300;
    line-height: 1.15;
}

@media (min-width: 1200px) {
    .display-1 {
        font-size: 5rem;
    }
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.container,
.container-fluid,
.container-md {
    width: 100%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {

    
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {

    .container-md,
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {

    
    .container-md,
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {

    
    .container-md,
    .container {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {

    
    .container-md,
    .container {
        max-width: 1320px;
    }
}

@media (min-width: 1680px) {

    
    .container-md,
    .container {
        max-width: 1600px;
    }
}

.row {
    --bs-gutter-x: 1.5rem;
    --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>* {
    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;
}

.row-cols-1>* {
    flex: 0 0 auto;
    width: 100%;
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
}

.col-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
}

.col-12 {
    flex: 0 0 auto;
    width: 100%;
}

.g-0 {
    --bs-gutter-x: 0;
}

.g-0 {
    --bs-gutter-y: 0;
}


.gy-1 {
    --bs-gutter-y: 0.25rem;
}


.gy-2 {
    --bs-gutter-y: 0.5rem;
}

.g-3 {
    --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
    --bs-gutter-y: 1rem;
}

.g-4 {
    --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
    --bs-gutter-y: 1.5rem;
}


.gx-5 {
    --bs-gutter-x: 3rem;
}

@media (min-width: 576px) {

    .row-cols-sm-2>* {
        flex: 0 0 auto;
        width: 50%;
    }
}

@media (min-width: 768px) {
    .col-md {
        flex: 1 0;
    }

    .row-cols-md-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }

    .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-md-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .g-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 {
        --bs-gutter-y: 3rem;
    }
}

@media (min-width: 992px) {
    .col-lg {
        flex: 1 0;
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .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%;
    }

    .g-lg-4 {
        --bs-gutter-x: 1.5rem;
    }

    .g-lg-4 {
        --bs-gutter-y: 1.5rem;
    }

    
    .gx-lg-5 {
        --bs-gutter-x: 3rem;
    }
}

@media (min-width: 1200px) {
    .col-xl {
        flex: 1 0;
    }

    .row-cols-xl-4>* {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-xl-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-xl-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .g-xl-5 {
        --bs-gutter-x: 3rem;
    }

    .g-xl-5 {
        --bs-gutter-y: 3rem;
    }

    .g-xl-6,
    .gx-xl-6 {
        --bs-gutter-x: 6rem;
    }

    .g-xl-6 {
        --bs-gutter-y: 6rem;
    }
}

@media (min-width: 1400px) {

    .row-cols-xxl-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }

    .row-cols-xxl-4>* {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-xxl-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .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%;
    }

    .g-xxl-5 {
        --bs-gutter-x: 3rem;
    }

    .g-xxl-5 {
        --bs-gutter-y: 3rem;
    }
}

@media (min-width: 1680px) {

    .col-3xl-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
}

.table {
    --bs-table-bg: transparent;
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: #000;
    --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
    --bs-table-active-color: #000;
    --bs-table-active-bg: rgba(0, 0, 0, 0.1);
    --bs-table-hover-color: #000;
    --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
    width: 100%;
    margin-bottom: 1rem;
    color: #000;
    vertical-align: top;
    border-color: #000;
}

.table> :not(caption)>*>* {
    padding: 0.5rem 1.25rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 2px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

.table>tbody {
    vertical-align: inherit;
}

.table>thead {
    vertical-align: bottom;
}

.table> :not(:first-child) {
    border-top: 4px solid currentColor;
}

.table-sm> :not(caption)>*>* {
    padding: 0.25rem 0.25rem;
}

.table-hover>tbody>tr:hover>* {
    --bs-table-accent-bg: var(--bs-table-hover-bg);
    color: var(--bs-table-hover-color);
}

.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.50625rem 1rem;
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1.625;
    color: #000;
    background-color: #fff;
    background-clip: padding-box;
    border: 0 solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .form-control {
        transition: none;
    }
}

.form-control:focus {
    color: #000;
    background-color: #fff;
    border-color: gray;
    outline: 0;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.25);
}

.form-control::-webkit-date-and-time-value {
    height: 1.625em;
}

.form-control::-moz-placeholder {
    color: #000;
    opacity: 1;
}

.form-control::placeholder {
    color: #000;
    opacity: 1;
}

.form-control:disabled {
    background-color: #e4e4e4;
    opacity: 1;
}

.form-control::-webkit-file-upload-button {
    padding: 0.50625rem 1rem;
    margin: -0.50625rem -1rem;
    -webkit-margin-end: 1rem;
    margin-inline-end: 1rem;
    color: #000;
    background-color: #e4e4e4;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 0;
    border-radius: 0;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control::file-selector-button {
    padding: 0.50625rem 1rem;
    margin: -0.50625rem -1rem;
    -webkit-margin-end: 1rem;
    margin-inline-end: 1rem;
    color: #000;
    background-color: #e4e4e4;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 0;
    border-radius: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .form-control::-webkit-file-upload-button {
        -webkit-transition: none;
        transition: none;
    }

    .form-control::file-selector-button {
        transition: none;
    }
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: #d9d9d9;
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: #d9d9d9;
}

.form-control::-webkit-file-upload-button {
    padding: 0.50625rem 1rem;
    margin: -0.50625rem -1rem;
    -webkit-margin-end: 1rem;
    margin-inline-end: 1rem;
    color: #000;
    background-color: #e4e4e4;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 0;
    border-radius: 0;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .form-control::-webkit-file-upload-button {
        -webkit-transition: none;
        transition: none;
    }
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: #d9d9d9;
}

textarea.form-control {
    min-height: calc(1.625em + 1.0125rem);
}

.form-check {
    display: block;
    min-height: 1.625rem;
    padding-left: 1.75em;
    margin-bottom: 0.125rem;
}

.form-check .form-check-input {
    float: left;
    margin-left: -1.75em;
}

.form-check-input {
    width: 1.25em;
    height: 1.25em;
    margin-top: 0.1875em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
}

.form-check-input[type=checkbox] {
    border-radius: 0;
}

.form-check-input:active {
    filter: brightness(90%);
}

.form-check-input:focus {
    border-color: gray;
    outline: 0;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.25);
}

.form-check-input:checked {
    background-color: #fff;
    border-color: #fff;
}

.form-check-input:checked[type=checkbox] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23000' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

.form-check-input[type=checkbox]:indeterminate {
    background-color: #000;
    border-color: #000;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}

.form-check-input:disabled {
    pointer-events: none;
    filter: none;
    opacity: 0.5;
}

.form-check-input[disabled]~.form-check-label,
.form-check-input:disabled~.form-check-label {
    opacity: 0.5;
}

.btn {
    display: inline-block;
    font-weight: 700;
    line-height: 1.625;
    color: #000;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.080625rem 1rem;
    font-size: 1.25rem;
    border-radius: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .btn {
        transition: none;
    }
}

.btn:hover {
    color: #000;
}


.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.25);
}

.btn:disabled,
.btn.disabled {
    pointer-events: none;
    opacity: 0.35;
}

.btn-primary {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.btn-primary:hover {
    color: #fff;
    background-color: black;
    border-color: black;
}


.btn-primary:focus {
    color: #fff;
    background-color: black;
    border-color: black;
    box-shadow: 0 0 0 0 rgba(38, 38, 38, 0.5);
}


.btn-primary:active,
.btn-primary.active {
    color: #fff;
    background-color: black;
    border-color: black;
}


.btn-primary:active:focus,
.btn-primary.active:focus {
    box-shadow: 0 0 0 0 rgba(38, 38, 38, 0.5);
}

.btn-primary:disabled,
.btn-primary.disabled {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.btn-lg {
    padding: 0.25rem 1rem;
    font-size: calc(1.2625rem + 0.15vw);
    border-radius: 0;
}

@media (min-width: 1200px) {
    .btn-lg {
        font-size: 1.375rem;
    }
}

.btn-sm {
    padding: 0.125rem 0.5rem;
    font-size: 0.9375rem;
    border-radius: 0;
}

.fade {
    transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
    .fade {
        transition: none;
    }
}

.fade:not(.show) {
    opacity: 0;
}

.collapsing {
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
    .collapsing {
        transition: none;
    }
}

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
    color: #000;
    text-decoration: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .nav-link {
        transition: none;
    }
}

.nav-link:hover,
.nav-link:focus {
    color: black;
}

.nav-link.disabled {
    color: #7f7f7f;
    pointer-events: none;
    cursor: default;
}

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.navbar>.container,
.navbar>.container-fluid,
.navbar>.container-md {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
}

.navbar-brand {
    padding-top: 0.296875rem;
    padding-bottom: 0.296875rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    text-decoration: none;
    white-space: nowrap;
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
}

.navbar-toggler {
    padding: 0.25rem 0.25rem;
    font-size: 1.125rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0;
    transition: box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .navbar-toggler {
        transition: none;
    }
}

.navbar-toggler:hover {
    text-decoration: none;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 0;
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.55);
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .nav-link.active {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.55);
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-724.192 -25.067 27 24'%3e%3cpath d='M-724.192-25.067v4h27v-4H-724.192z M-724.192-11.067h27v-4h-27V-11.067z M-724.192-1.067h27v-4h-27V-1.067z'/%3e%3c/svg%3e");
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid rgba(0, 0, 0, 0.125);
    border-radius: 0;
}

.card>hr {
    margin-right: 0;
    margin-left: 0;
}

.card-body {
    flex: 1 1 auto;
    padding: 1.25rem 1.25rem;
}

.card-title {
    margin-bottom: 1.75rem;
}

.card-text:last-child {
    margin-bottom: 0;
}

.card-footer {
    padding: 0.625rem 1.25rem;
    background-color: #fff;
    border-top: 0 solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
    border-radius: 0 0 0 0;
}


.card-img-top {
    width: 100%;
}


.card-img-top {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.badge {
    display: inline-block;
    padding: 0.35em 0.65em;
    font-size: 0.75em;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0;
}

.badge:empty {
    display: none;
}

.btn .badge {
    position: relative;
    top: -1px;
}

.btn-close {
    box-sizing: content-box;
    width: 1.625em;
    height: 1.625em;
    padding: 0 0;
    color: #000;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28.992 28.992' fill='%23000'%3e%3cpolygon points='28.992,4.243 24.75,0 14.496,10.253 4.243,0 0,4.242 10.253,14.496 0,24.749 4.243,28.992 14.496,18.739 24.749,28.992 28.992,24.75 18.739,14.496 '/%3e%3c/svg%3e") center/1.625em auto no-repeat;
    border: 0;
    border-radius: 0;
    opacity: 1;
}

.btn-close:hover {
    color: #000;
    text-decoration: none;
    opacity: 1;
}

.btn-close:focus {
    outline: 0;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.25);
    opacity: 1;
}

.btn-close:disabled,
.btn-close.disabled {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    opacity: 0.25;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1055;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}

.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none;
    }
}

.modal.show .modal-dialog {
    transform: none;
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem);
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #000;
    border-radius: 0;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    width: 100vw;
    height: 100vh;
    background-color: #fff;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.show {
    opacity: 0.9;
}

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 0 solid #000;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.modal-header .btn-close {
    padding: 0.5rem 0.5rem;
    margin: -0.5rem -0.5rem -0.5rem auto;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.625;
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }
}

@media (min-width: 992px) {

    .modal-lg,
    .modal-xl {
        max-width: 850px;
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px;
    }
}

.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-inner::after {
    display: block;
    clear: both;
    content: "";
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-item {
        transition: none;
    }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    display: block;
}

/* rtl:begin:ignore */
.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
    transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
    transform: translateX(-100%);
}

/* rtl:end:ignore */
.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
    z-index: 1;
    opacity: 1;
}

.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {

    .carousel-fade .active.carousel-item-start,
    .carousel-fade .active.carousel-item-end {
        transition: none;
    }
}

.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 5%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: none;
    border: 0;
    opacity: 1;
    transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {

    .carousel-control-prev,
    .carousel-control-next {
        transition: none;
    }
}

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9;
}

.carousel-control-prev {
    left: 0;
}

.carousel-control-next {
    right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    display: inline-block;
    width: 4.25rem;
    height: 4.25rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
}

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-0.189 0 23 70' fill='%23fff'%3e%3cpolygon points='22.811,1.514 20.169,0 -0.165,34.979 -0.14,34.993 -0.189,35.021 20.146,70 22.788,68.485 3.333,35.02'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-0.189 0 23 70' fill='%23fff'%3e%3cpolygon points='-0.189,1.514 2.453,0 22.787,34.979 22.762,34.993 22.811,35.021 2.476,70 -0.166,68.485 19.29,35.02'/%3e%3c/svg%3e");
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 5%;
    margin-bottom: 1rem;
    margin-left: 5%;
    list-style: none;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 10px;
    padding: 0;
    margin-right: 6px;
    margin-left: 6px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-indicators [data-bs-target] {
        transition: none;
    }
}

.carousel-indicators .active {
    opacity: 1;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 1.25rem;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
}

.offcanvas {
    position: fixed;
    bottom: 0;
    z-index: 1045;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    visibility: hidden;
    background-color: #fff;
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .offcanvas {
        transition: none;
    }
}

.offcanvas-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
}

.offcanvas-header .btn-close {
    padding: 0.5rem 0.5rem;
    margin-top: -0.5rem;
    margin-right: -0.5rem;
    margin-bottom: -0.5rem;
}

.offcanvas-body {
    flex-grow: 1;
    padding: 1rem 1rem;
    overflow-y: auto;
}

.offcanvas-end {
    top: 0;
    right: 0;
    width: 320px;
    border-left: 0 solid #000;
    transform: translateX(100%);
}

.offcanvas.show {
    transform: none;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.align-middle {
    vertical-align: middle !important;
}

.float-end {
    float: right !important;
}

.d-flex {
    display: flex !important;
}

.d-none {
    display: none !important;
}

.position-static {
    position: static !important;
}

.position-relative {
    position: relative !important;
}

.position-absolute {
    position: absolute !important;
}

.top-0 {
    top: 0 !important;
}

.bottom-100 {
    bottom: 100% !important;
}

.start-50 {
    left: 50% !important;
}

.end-0 {
    right: 0 !important;
}

.translate-middle-x {
    transform: translateX(-50%) !important;
}

.border-0 {
    border: 0 !important;
}

.border-top {
    border-top: 1px solid #000 !important;
}

.w-100 {
    width: 100% !important;
}

.h-100 {
    height: 100% !important;
}

.mh-100 {
    max-height: 100% !important;
}

.flex-column {
    flex-direction: column !important;
}

.justify-content-center {
    justify-content: center !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.align-items-end {
    align-items: flex-end !important;
}

.align-items-center {
    align-items: center !important;
}

.mx-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !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-1 {
    margin-top: 0.25rem !important;
}

.mt-2 {
    margin-top: 0.5rem !important;
}

.mt-4 {
    margin-top: 1.5rem !important;
}

.mt-5 {
    margin-top: 3rem !important;
}

.mt-7 {
    margin-top: 9rem !important;
}

.me-1 {
    margin-right: 0.25rem !important;
}

.me-2 {
    margin-right: 0.5rem !important;
}

.me-3 {
    margin-right: 1rem !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;
}

.ms-0 {
    margin-left: 0 !important;
}

.ms-2 {
    margin-left: 0.5rem !important;
}

.ms-auto {
    margin-left: auto !important;
}

.m-n3 {
    margin: -1rem !important;
}

.mt-n1 {
    margin-top: -0.25rem !important;
}

.me-n1 {
    margin-right: -0.25rem !important;
}

.mb-n1 {
    margin-bottom: -0.25rem !important;
}

.p-0 {
    padding: 0 !important;
}

.p-3 {
    padding: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.px-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
}

.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}

.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !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;
}

.pt-6 {
    padding-top: 6rem !important;
}

.pt-7 {
    padding-top: 9rem !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pb-4 {
    padding-bottom: 1.5rem !important;
}

.pb-5 {
    padding-bottom: 3rem !important;
}

.ps-4 {
    padding-left: 1.5rem !important;
}

.fw-normal {
    font-weight: 400 !important;
}

.lh-1 {
    line-height: 1 !important;
}

.lh-sm {
    line-height: 1.25 !important;
}

.text-start {
    text-align: left !important;
}

.text-end {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

.text-nowrap {
    white-space: nowrap !important;
}

/* rtl:begin:remove */

/* rtl:end:remove */

.text-secondary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.text-white {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.text-muted {
    --bs-text-opacity: 1;
    color: #7f7f7f !important;
}

.text-reset {
    --bs-text-opacity: 1;
    color: inherit !important;
}

.bg-primary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-secondary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-light {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.bg-white {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.bg-transparent {
    --bs-bg-opacity: 1;
    background-color: transparent !important;
}

@media (min-width: 576px) {

    .d-sm-block {
        display: block !important;
    }
}

@media (min-width: 768px) {

    .d-md-none {
        display: none !important;
    }

    .my-md-6 {
        margin-top: 6rem !important;
        margin-bottom: 6rem !important;
    }

    .mt-md-2 {
        margin-top: 0.5rem !important;
    }

    .mb-md-5 {
        margin-bottom: 3rem !important;
    }

    .mb-md-6 {
        margin-bottom: 6rem !important;
    }

    .mx-md-n4 {
        margin-right: -1.5rem !important;
        margin-left: -1.5rem !important;
    }

    .mb-md-n4 {
        margin-bottom: -1.5rem !important;
    }

    .p-md-0 {
        padding: 0 !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;
    }

    .py-md-6 {
        padding-top: 6rem !important;
        padding-bottom: 6rem !important;
    }

    .pt-md-0 {
        padding-top: 0 !important;
    }

    .pt-md-5 {
        padding-top: 3rem !important;
    }

    .pt-md-7 {
        padding-top: 9rem !important;
    }

    .pe-md-0 {
        padding-right: 0 !important;
    }

    .ps-md-0 {
        padding-left: 0 !important;
    }
}

@media (min-width: 992px) {

    .align-items-lg-end {
        align-items: flex-end !important;
    }

    .order-lg-first {
        order: -1 !important;
    }

    .order-lg-last {
        order: 6 !important;
    }

    .mx-lg-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }

    .my-lg-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .mt-lg-5 {
        margin-top: 3rem !important;
    }

    .mt-lg-6 {
        margin-top: 6rem !important;
    }

    .mb-lg-5 {
        margin-bottom: 3rem !important;
    }
	
	.mb-lg-6 {
        margin-bottom: 6rem !important;
    }

    .p-lg-4 {
        padding: 1.5rem !important;
    }

    .p-lg-5 {
        padding: 3rem !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-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    .py-lg-6 {
        padding-top: 6rem !important;
        padding-bottom: 6rem !important;
    }

    .py-lg-7 {
        padding-top: 9rem !important;
        padding-bottom: 9rem !important;
    }

    .pt-lg-0 {
        padding-top: 0 !important;
    }

    .pt-lg-5 {
        padding-top: 3rem !important;
    }

    .text-lg-start {
        text-align: left !important;
    }

    .text-lg-end {
        text-align: right !important;
    }
}

@media (min-width: 1200px) {

    .my-xl-7 {
        margin-top: 9rem !important;
        margin-bottom: 9rem !important;
    }

    .mb-xl-6 {
        margin-bottom: 6rem !important;
    }

    .p-xl-6 {
        padding: 6rem !important;
    }

    .px-xl-7 {
        padding-right: 9rem !important;
        padding-left: 9rem !important;
    }

    .py-xl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .pe-xl-7 {
        padding-right: 9rem !important;
    }

    .ps-xl-3 {
        padding-left: 1rem !important;
    }

    .ps-xl-5 {
        padding-left: 3rem !important;
    }
}

@media (min-width: 1400px) {

    .align-items-xxl-center {
        align-items: center !important;
    }

    .order-xxl-first {
        order: -1 !important;
    }

    .px-xxl-6 {
        padding-right: 6rem !important;
        padding-left: 6rem !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;
    }

    .py-xxl-7 {
        padding-top: 9rem !important;
        padding-bottom: 9rem !important;
    }
}

@media (min-width: 1680px) {

    .mb-3xl-n5 {
        margin-bottom: -3rem !important;
    }

    .p-3xl-6 {
        padding: 6rem !important;
    }
}
@font-face {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    font-stretch: normal;
    src: url(assets/font/Ubuntu-normal-400.woff) format("woff");
    unicode-range: U+0-10FFFF;
}

@font-face {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    font-stretch: normal;
    src: url(assets/font/Ubuntu-normal-500.woff) format("woff");
    unicode-range: U+0-10FFFF;
}

@font-face {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    font-stretch: normal;
    src: url(assets/font/Ubuntu-normal-700.woff) format("woff");
    unicode-range: U+0-10FFFF;
}

html {
    height: 100%;
}

body {
    height: 100%;
    min-width: 320px;
}

@media (min-width: 992px) {
    body {
        font-size: 1.125rem;
    }
}

@media (max-width: 767.98px) {
    body {
        font-size: 0.75rem;
    }
}

/*img:not([src$='.svg']) {
  max-width: 100%;
  height: auto;
}*/
.o-header {
    background-color: var(--bs-white);
    transition: all 0.2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .o-header {
        transition: none;
    }
}

.o-header.scroll {
    box-shadow: 0 0 4rem rgba(0, 0, 0, 0.075);
}

@media (max-width: 767.98px) {
    .offcanvas {
        width: 100%;
    }
}

.offcanvas .btn-close {
    transition: all 0.2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .offcanvas .btn-close {
        transition: none;
    }
}

.offcanvas .btn-close:hover {
    transform: rotate(90deg);
}

.offcanvas-header,
.offcanvas-body {
    font-size: 0.9375rem;
}

@media (min-width: 768px) {

    .offcanvas-header,
    .offcanvas-body {
        padding: 2.25rem;
    }
}

@media (max-width: 767.98px) {
    .navbar-brand img {
        width: 170px;
    }
}

.navbar-nav {
    font-size: 1.25rem;
    text-transform: uppercase;
    line-height: 1.25;
}

.navbar-nav .nav-item {
    padding-bottom: 2.25rem;
    border-left: 2px solid #000;
}

.navbar-nav .nav-item:last-child {
    padding-bottom: 0;
}

.navbar-nav .nav-link {
    padding: 0 0 0 1rem;
    border-left: 10px solid transparent;
}

.navbar-nav .nav-link.active {
    border-color: #000;
    color: var(--bs-gray-600);
}

.navbar-nav .nav-link:hover {
    border-color: #000;
}

.o-main {
    position: relative;
    background-color: var(--bs-light);
    z-index: 3;
}

.carousel-main {
    overflow: hidden;
}

.carousel-main .carousel-item {
    height: 100%;
    background-size: cover;
    background-position: 50% 50%;
}

.carousel-indicators {
    z-index: 5;
}

.carousel-indicators [data-bs-target] {
    border-radius: 50rem;
    border: 0;
    background-color: var(--bs-primary);
    box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.5);
}

.carousel-indicators [data-bs-target].active {
    background-color: var(--bs-white);
    box-shadow: 0 0 0 1px var(--bs-primary);
}

.carousel-main .carousel-control-prev,
.carousel-main .carousel-control-next {
    z-index: 5;
}

@media (max-width: 767.98px) {

    .carousel-main .carousel-control-prev,
    .carousel-main .carousel-control-next {
        display: none;
    }
}

.carousel-caption {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 4;
    text-align: left;
}

.carousel-sticker {
    position: absolute;
    right: 0;
    top: 230px;
    width: 380px;
    padding: 1rem;
    margin-top: -9rem;
    margin-right: -6rem;
    background: var(--bs-secondary);
    color: var(--bs-white);
    text-align: center;
    text-transform: uppercase;
    font-size: 1rem;
    line-height: 1.25;
    transform: rotate(34deg);
    text-decoration: none;
    z-index: 5;
}

@media (min-width: 992px) {
    .carousel-sticker {
        width: 450px;
        padding: 1.275rem;
        font-size: 1.375rem;
        margin-top: -6.3rem;
        margin-right: -6rem;
    }
}

a.carousel-sticker:hover {
    text-decoration: underline;
    color: var(--bs-white);
}

.bg-finance {
    background: url(assets/images/bg-finance.jpg) 50% 50% no-repeat var(--bs-white);
    background-size: cover;
}

@media (max-width: 991.98px) {
    .bg-finance {
        background-size: auto 60%;
        background-position: 50% 0;
    }
}

@media (min-width: 992px) {
    .bg-halfwhite {
        background-image: linear-gradient(to right, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0) 50%);
    }
}

@media (max-width: 991.98px) {
    .bg-halfwhite {
        background: var(--bs-white);
    }
}

.bg-future {
    background: url(assets/images/bg-future.jpg) 50% 50% no-repeat var(--bs-light);
    background-size: cover;
}

@media (max-width: 991.98px) {
    .bg-future .bg-halfwhite {
        background: rgba(255, 255, 255, 0.8);
    }
}

.bg-career {
    background: url(assets/images/bg-career.jpg) 40% 50% no-repeat var(--bs-white);
    background-size: cover;
}

@media (max-width: 767.98px) {
    .bg-career {
        background-image: none;
    }
}

@media (min-width: 768px) {
    .bg-career .bg-halfwhite-all {
        background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.9) 50%);
    }
}

@media (max-width: 767.98px) {
    .bg-career .bg-halfwhite-all {
        background: none;
    }
}

@media (max-width: 767.98px) {
    .bg-career-mobile {
        background: url(assets/images/bg-career.jpg) 25% 50% no-repeat;
        background-size: cover;
    }
}

.btn .ico-btn {
    vertical-align: -0.1rem;
    margin-left: 0.5rem;
    transition: all 0.2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .btn .ico-btn {
        transition: none;
    }
}

.btn .ico-btn-reverse {
    vertical-align: -0.1rem;
    margin-left: 0;
    margin-right: 0.5rem;
}

@media (max-width: 767.98px) {
    .btn {
        padding: 0.25rem 0.5rem;
        font-size: 1rem;
    }

    .btn .ico-btn {
        height: 10px;
        vertical-align: 0.1rem;
    }
}

.btn:hover .ico-btn {
    margin-left: 1rem;
    margin-right: -0.5rem;
}

.btn:hover .ico-btn-reverse {
    margin-right: 1rem;
    margin-left: -0.5rem;
}

.btn-sm {
    white-space: nowrap;
}

.btn-sm .ico-btn {
    height: 11px;
}

.btn-sm .ico-pdf {
    height: auto;
    margin: 0;
    vertical-align: -0.25rem;
}

.btn-sm:hover .ico-pdf {
    margin: 0;
}

@media (max-width: 767.98px) {
    .card-title {
        margin-bottom: 1rem;
    }
}

.card-title-absolute {
    position: absolute;
    left: 3rem;
    right: 3rem;
    bottom: 3rem;
    margin: 0;
    color: var(--bs-white);
}

@media (max-width: 991.98px) {
    .card-title-absolute {
        left: 1.5rem;
        right: 1.5rem;
        bottom: 1.5rem;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {

    .card-body,
    .card-footer {
        padding: 1.5rem;
    }
}

@media (min-width: 992px) {

    .card-body,
    .card-footer {
        padding: 2.4rem;
    }
}

@media (max-width: 767.98px) {
    .card-footer {
        padding-bottom: 1.25rem;
    }
}

@media (min-width: 1400px) {
    .img-responsive-cover {
        height: 100%;
    }
}

.img-responsive {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.img-responsive::before {
    display: block;
    padding-top: 100%;
    content: "";
}

@media (max-width: 1399.98px) {
    .img-responsive::before {
        padding-top: 60%;
    }
}

.img-responsive-4by3::before {
    padding-top: 66%;
}

@media (min-width: 576px) {
    .img-responsive-auto::before {
        display: none;
    }
}

.img-responsive-item {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 767.98px) {
    .card-text {
        padding-right: 10%;
    }
}

.card-text-sm {
    line-height: 1.45;
}

@media (min-width: 768px) {
    .card-text-sm {
        font-size: 0.9375rem;
    }
}

.text-shadow {
    text-shadow: 0 0 3.75rem rgba(0, 0, 0, 0.7);
}

.badge-lg {
    font-size: 1rem;
}

@media (min-width: 1200px) {
    .badge-lg {
        font-size: 1.125rem;
    }
}

.theme {
    display: flex;
    min-height: 66%;
    align-items: flex-end;
    color: var(--bs-white);
    background-size: cover;
    background-position: 50% 50%;
}

@media (max-width: 767.98px) {
    .theme {
        padding-top: 6rem;
        align-items: flex-start;
    }
}

.gallery-img {
    display: block;
    position: relative;
}

.gallery-img::after {
    transition: all 0.2s ease-in-out;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(assets/images/ico-zoom.svg) 50% 50% no-repeat rgba(0, 0, 0, 0.33);
    content: "";
    opacity: 0;
}

@media (prefers-reduced-motion: reduce) {
    .gallery-img::after {
        transition: none;
    }
}

.gallery-img:hover::after {
    opacity: 1;
    box-shadow: 0px 0px 0px 10px var(--bs-white) inset;
}

.list-divided {
    -moz-column-count: 1;
    column-count: 1;
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem;
}

@media (min-width: 576px) {
    .list-divided {
        -moz-column-count: 2;
        column-count: 2;
    }
}

@media (min-width: 992px) {
    .list-divided-4 {
        -moz-column-count: 3;
        column-count: 3;
    }
}

@media (min-width: 1400px) {
    .list-divided-4 {
        -moz-column-count: 4;
        column-count: 4;
    }
}

.modal-header .btn-close-ico {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-bottom: -2px;
    background: url(assets/images/ico-close.svg) 50% 50% no-repeat var(--bs-primary);
    transition: all 0.2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .modal-header .btn-close-ico {
        transition: none;
    }
}

.modal-header .btn-close {
    position: absolute;
    right: 0;
    top: 0;
    width: 34px;
    height: 34px;
    background: var(--bs-primary);
}

.modal-header .btn-close:hover .btn-close-ico {
    transform: rotate(90deg);
}

.modal-open {
    overflow: inherit !important;
    padding-right: 0 !important;
}

.modal-open .o-header {
    padding-right: 0 !important;
}

@media (min-width: 768px) {
    .table.table-sm {
        font-size: 0.9375rem;
    }
}

.table.table-lg {
    font-weight: 500;
}

@media (min-width: 992px) {
    .table.table-lg {
        font-size: 1.375rem;
    }
}

.table thead {
    text-transform: uppercase;
}

.table> :not(:first-child) {
    border-width: 0;
}

.project-brand {
    position: absolute;
    top: 0;
    left: 50%;
}

@media (max-width: 767.98px) {
    .project-brand {
        display: none;
    }
}

@media (min-width: 992px) {
    .column-split {
        -moz-columns: 2;
        columns: 2;
        -moz-column-gap: 3rem;
        column-gap: 3rem;
    }
}

@media (min-width: 1200px) {
    .column-split {
        -moz-column-gap: 6rem;
        column-gap: 6rem;
    }
}

.btn-filter::before {
    display: inline-block;
    width: 21px;
    height: 21px;
    margin-right: 1rem;
    margin-bottom: -2px;
    background: var(--bs-white);
    border-radius: 50rem;
    border: 6px solid var(--bs-white);
    content: "";
}

.btn-filter.active::before {
    background: none;
}

.mh-100 {
    min-height: 100vh;
}

.form-check-small .form-check-label {
    font-size: 0.625rem;
}

.form-check-border .form-check-input {
    border: 2px #000 solid;
}

.timeline-progress {
    padding: 0 1.5rem;
    position: relative;
    text-align: center;
    background: url(assets/images/timeline-bg.svg) 50% 50.5% repeat-x;
    font-size: 1.375rem;
}

.timeline-progress::before,
.timeline-progress::after {
    display: block;
    position: absolute;
    width: 0.75rem;
    height: 0.75rem;
    left: 0;
    top: 50.5%;
    background: var(--bs-primary);
    transform: translate(-50%, -50%) rotate(45deg);
    content: "";
}

.timeline-progress::after {
    left: auto;
    right: 0;
    transform: translate(50%, -50%) rotate(45deg);
}

@media (max-width: 1399.98px) {
    .timeline-progress {
        padding: 0;
        background-position: 50% 58.5%;
    }

    .timeline-progress::before,
    .timeline-progress::after {
        top: 58.5%;
    }
}

@media (max-width: 991.98px) {
    .timeline-progress {
        padding: 3rem 0;
        background-position: 50% 58.5%;
        background: url(assets/images/timeline-bg-vert.svg) 50% 50% repeat-y;
        font-size: 1.125rem;
    }

    .timeline-progress::before {
        left: 50%;
        top: 0;
    }

    .timeline-progress::after {
        right: 50%;
        top: auto;
        bottom: 0;
        transform: translate(50%, 50%) rotate(45deg);
    }
}

.timeline-progress .col-lg {
    position: relative;
    display: flex;
    flex-direction: column;
}

@media (max-width: 991.98px) {
    .timeline-progress .col-lg {
        flex-direction: row;
        align-items: center;
    }
}

/*.timeline-progress .col-lg::before {*/
.timeline-progress-ctverec{
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 50%;
    bottom: 38px;
    margin-left: -25px;
    /*background: url(assets/images/timeline-bullet.svg) 50% 50% no-repeat;*/
   /* content: "";*/
}

@media (max-width: 991.98px) {
    .timeline-progress .col-lg::before {
        bottom: 50%;
        margin-bottom: -25px;
    }
}

.timeline-progress span {
    padding-top: 4.5rem;
    white-space: nowrap;
}

@media (max-width: 991.98px) {
    .timeline-progress span {
        padding-top: 0;
        flex: 50% 1;
        padding-left: 3rem;
        text-align: left;
        white-space: normal;
    }
}

@media (max-width: 991.98px) {
    .timeline-progress strong {
        flex: 50% 1;
        padding-right: 3rem;
        text-align: right;
    }
}

.o-footer {
    position: relative;
    padding: 3.75rem 0;
    background-color: var(--bs-white);
    z-index: 3;
}

@media (max-width: 767.98px) {
    .o-footer {
        font-size: 0.9375rem;
    }
}

.footer-contact {
    position: relative;
    padding-left: 3.75rem;
}

@media (max-width: 767.98px) {
    .footer-contact {
        padding-left: 3rem;
    }
}

.footer-contact::before {
    display: block;
    position: absolute;
    top: -0.35rem;
    left: 0;
    width: 40px;
    height: 40px;
    background: url(assets/images/footer-contact.svg) 0 0 no-repeat var(--bs-primary);
    content: "";
}

@media (max-width: 767.98px) {
    .footer-contact::before {
        width: 36px;
        height: 36px;
        background-size: auto 36px;
    }
}

.footer-contact.contact-phone::before {
    background-position: 50% 0;
}

.footer-contact.contact-address::before {
    background-position: 100% 0;
}

.copyright {
    font-size: 0.75rem;
}

@media (min-width: 768px) {
    .copyright {
        font-size: 0.9375rem;
    }
}

@media (max-width: 767.98px) {
    .footer-brand {
        width: 165px;
    }
}

.link-social img {
    width: 40px;
}
.btn-call {
    position: fixed;
    bottom: 20px;
    right: 20px;
    height: 70px;
    width: 70px;
    display: flex;
    align-items: center;
    padding: 1rem;
    border-radius: 50rem;
    font-size: 1.625rem;
    white-space: nowrap;
    overflow: hidden;
    z-index: 5;
    transition: all 0.2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .btn-call {
        transition: none;
    }
}

.btn-call:hover {
    width: 305px;
}

@media (max-width: 991.98px) {
    .btn-call {
        height: 40px;
        width: 40px;
        padding: 0.5rem;
        font-size: 1rem;
    }

    .btn-call:hover {
        width: 190px;
    }

    .btn-call img {
        width: 20px;
    }
}

section.timeline { padding: 80px 0; }
section.timeline .timeline-wrapper {
	position: relative;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 3rem;
	z-index: 0;
}
section.timeline .timeline-wrapper::before {
	content: "";
	position: absolute; left: 5%; top: 25%; width: 90%; height: 1px; z-index: -1;
	background: #007033;
}
section.timeline .timeline-wrapper .timeline-box {
	position: relative;
	color: #4d4d4d;
	font-size: .9rem;
	z-index: 1;
}
section.timeline .timeline-wrapper .timeline-box .title {
	font-size: 20px;
    margin: 10px 0 5px 0;
    font-weight: bold;
	color: #007033;
}

@media (max-width: 991.98px) {
	section.timeline .timeline-wrapper { grid-template-columns: repeat(1, 1fr); gap: 1rem; }
	section.timeline .timeline-wrapper::before { left: 50%; top: 5%; width: 1px; height: 80%; }
}