.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-selection--single .select2-selection__clear {
    background-color: transparent;
    border: none;
    font-size: 1em
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px
}

.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline;
    list-style: none;
    padding: 0
}

.select2-container .select2-selection--multiple .select2-selection__clear {
    background-color: transparent;
    border: none;
    font-size: 1em
}

.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    margin-left: 5px;
    padding: 0;
    max-width: 100%;
    resize: none;
    height: 18px;
    vertical-align: bottom;
    font-family: sans-serif;
    overflow: hidden;
    word-break: keep-all
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-dropdown {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051
}

.select2-results {
    display: block
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0
}

.select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none
}

.select2-results__option--selectable {
    cursor: pointer
}

.select2-container--open .select2-dropdown {
    left: 0
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-search--dropdown {
    display: block;
    padding: 4px
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
    display: none
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0)
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    height: 26px;
    margin-right: 20px;
    padding-right: 0
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}

.select2-container--default .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    padding-bottom: 5px;
    padding-right: 5px;
    position: relative
}

.select2-container--default .select2-selection--multiple.select2-selection--clearable {
    padding-right: 25px
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    font-weight: 700;
    height: 20px;
    margin-right: 10px;
    margin-top: 5px;
    position: absolute;
    right: 0;
    padding: 1px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0 0 0 20px;
    position: relative;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
    white-space: nowrap
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-right: 1px solid #aaa;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #999;
    cursor: pointer;
    font-size: 1em;
    font-weight: 700;
    padding: 0 4px;
    position: absolute;
    left: 0;
    top: 0
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
    background-color: #f1f1f1;
    color: #333;
    outline: none
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
    padding-left: 5px;
    padding-right: 2px
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    border-left: 1px solid #aaa;
    border-right: none;
    border-radius: 0 4px 4px 0
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__clear {
    float: left;
    margin-left: 10px;
    margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid black 1px;
    outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em
}

.select2-container--default .select2-results__option--group {
    padding: 0
}

.select2-container--default .select2-results__option--disabled {
    color: #999
}

.select2-container--default .select2-results__option--selected {
    background-color: #ddd
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #5897fb;
    color: #fff
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: linear-gradient(to bottom, #fff 50%, #eee);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0)
}

.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    height: 26px;
    margin-right: 20px
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #ccc);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0)
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 4px 0 0 4px;
    left: 1px;
    right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
    background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
    background-image: linear-gradient(to bottom, #fff, #eee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0)
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #fff);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0)
}

.select2-container--classic .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0;
    padding-bottom: 5px;
    padding-right: 5px
}

.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #888;
    cursor: pointer;
    font-size: 1em;
    font-weight: 700;
    padding: 0 4px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555;
    outline: none
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
    padding-left: 5px;
    padding-right: 2px
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    border-radius: 0 4px 4px 0
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none
}

.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
    border-top: none
}

.select2-container--classic .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--classic .select2-results__option--group {
    padding: 0
}

.select2-container--classic .select2-results__option--disabled {
    color: gray
}

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #3875d7;
    color: #fff
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb
}

:root,
[data-bs-theme=light] {
    --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-primary-text-emphasis: rgb(5.2, 44, 101.2);
    --bs-secondary-text-emphasis: rgb(43.2, 46.8, 50);
    --bs-success-text-emphasis: rgb(10, 54, 33.6);
    --bs-info-text-emphasis: rgb(5.2, 80.8, 96);
    --bs-warning-text-emphasis: rgb(102, 77.2, 2.8);
    --bs-danger-text-emphasis: rgb(88, 21.2, 27.6);
    --bs-light-text-emphasis: #495057;
    --bs-dark-text-emphasis: #495057;
    --bs-primary-bg-subtle: rgb(206.6, 226, 254.6);
    --bs-secondary-bg-subtle: rgb(225.6, 227.4, 229);
    --bs-success-bg-subtle: rgb(209, 231, 220.8);
    --bs-info-bg-subtle: rgb(206.6, 244.4, 252);
    --bs-warning-bg-subtle: rgb(255, 242.6, 205.4);
    --bs-danger-bg-subtle: rgb(248, 214.6, 217.8);
    --bs-light-bg-subtle: rgb(251.5, 252, 252.5);
    --bs-dark-bg-subtle: #ced4da;
    --bs-primary-border-subtle: rgb(158.2, 197, 254.2);
    --bs-secondary-border-subtle: rgb(196.2, 199.8, 203);
    --bs-success-border-subtle: rgb(163, 207, 186.6);
    --bs-info-border-subtle: rgb(158.2, 233.8, 249);
    --bs-warning-border-subtle: rgb(255, 230.2, 155.8);
    --bs-danger-border-subtle: rgb(241, 174.2, 180.6);
    --bs-light-border-subtle: #e9ecef;
    --bs-dark-border-subtle: #adb5bd;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --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, .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-color-rgb: 33, 37, 41;
    --bs-body-bg: #fff;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-emphasis-color: #000;
    --bs-emphasis-color-rgb: 0, 0, 0;
    --bs-secondary-color: rgba(33, 37, 41, .75);
    --bs-secondary-color-rgb: 33, 37, 41;
    --bs-secondary-bg: #e9ecef;
    --bs-secondary-bg-rgb: 233, 236, 239;
    --bs-tertiary-color: rgba(33, 37, 41, .5);
    --bs-tertiary-color-rgb: 33, 37, 41;
    --bs-tertiary-bg: #f8f9fa;
    --bs-tertiary-bg-rgb: 248, 249, 250;
    --bs-heading-color: inherit;
    --bs-link-color: #0d6efd;
    --bs-link-color-rgb: 13, 110, 253;
    --bs-link-decoration: underline;
    --bs-link-hover-color: rgb(10.4, 88, 202.4);
    --bs-link-hover-color-rgb: 10, 88, 202;
    --bs-code-color: #d63384;
    --bs-highlight-color: #212529;
    --bs-highlight-bg: rgb(255, 242.6, 205.4);
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dee2e6;
    --bs-border-color-translucent: rgba(0, 0, 0, .175);
    --bs-border-radius: .375rem;
    --bs-border-radius-sm: .25rem;
    --bs-border-radius-lg: .5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-xxl: 2rem;
    --bs-border-radius-2xl: var(--bs-border-radius-xxl);
    --bs-border-radius-pill: 50rem;
    --bs-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
    --bs-box-shadow-sm: 0 .125rem .25rem rgba(0, 0, 0, .075);
    --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, .175);
    --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, .075);
    --bs-focus-ring-width: .25rem;
    --bs-focus-ring-opacity: .25;
    --bs-focus-ring-color: rgba(13, 110, 253, .25);
    --bs-form-valid-color: #198754;
    --bs-form-valid-border-color: #198754;
    --bs-form-invalid-color: #dc3545;
    --bs-form-invalid-border-color: #dc3545
}

[data-bs-theme=dark] {
    color-scheme: dark;
    --bs-body-color: #dee2e6;
    --bs-body-color-rgb: 222, 226, 230;
    --bs-body-bg: #212529;
    --bs-body-bg-rgb: 33, 37, 41;
    --bs-emphasis-color: #fff;
    --bs-emphasis-color-rgb: 255, 255, 255;
    --bs-secondary-color: rgba(222, 226, 230, .75);
    --bs-secondary-color-rgb: 222, 226, 230;
    --bs-secondary-bg: #343a40;
    --bs-secondary-bg-rgb: 52, 58, 64;
    --bs-tertiary-color: rgba(222, 226, 230, .5);
    --bs-tertiary-color-rgb: 222, 226, 230;
    --bs-tertiary-bg: rgb(42.5, 47.5, 52.5);
    --bs-tertiary-bg-rgb: 43, 48, 53;
    --bs-primary-text-emphasis: rgb(109.8, 168, 253.8);
    --bs-secondary-text-emphasis: rgb(166.8, 172.2, 177);
    --bs-success-text-emphasis: rgb(117, 183, 152.4);
    --bs-info-text-emphasis: rgb(109.8, 223.2, 246);
    --bs-warning-text-emphasis: rgb(255, 217.8, 106.2);
    --bs-danger-text-emphasis: rgb(234, 133.8, 143.4);
    --bs-light-text-emphasis: #f8f9fa;
    --bs-dark-text-emphasis: #dee2e6;
    --bs-primary-bg-subtle: rgb(2.6, 22, 50.6);
    --bs-secondary-bg-subtle: rgb(21.6, 23.4, 25);
    --bs-success-bg-subtle: rgb(5, 27, 16.8);
    --bs-info-bg-subtle: rgb(2.6, 40.4, 48);
    --bs-warning-bg-subtle: rgb(51, 38.6, 1.4);
    --bs-danger-bg-subtle: rgb(44, 10.6, 13.8);
    --bs-light-bg-subtle: #343a40;
    --bs-dark-bg-subtle: #1a1d20;
    --bs-primary-border-subtle: rgb(7.8, 66, 151.8);
    --bs-secondary-border-subtle: rgb(64.8, 70.2, 75);
    --bs-success-border-subtle: rgb(15, 81, 50.4);
    --bs-info-border-subtle: rgb(7.8, 121.2, 144);
    --bs-warning-border-subtle: rgb(153, 115.8, 4.2);
    --bs-danger-border-subtle: rgb(132, 31.8, 41.4);
    --bs-light-border-subtle: #495057;
    --bs-dark-border-subtle: #343a40;
    --bs-heading-color: inherit;
    --bs-link-color: rgb(109.8, 168, 253.8);
    --bs-link-hover-color: rgb(138.84, 185.4, 254.04);
    --bs-link-color-rgb: 110, 168, 254;
    --bs-link-hover-color-rgb: 139, 185, 254;
    --bs-code-color: rgb(230.4, 132.6, 181.2);
    --bs-highlight-color: #dee2e6;
    --bs-highlight-bg: rgb(102, 77.2, 2.8);
    --bs-border-color: #495057;
    --bs-border-color-translucent: rgba(255, 255, 255, .15);
    --bs-form-valid-color: rgb(117, 183, 152.4);
    --bs-form-valid-border-color: rgb(117, 183, 152.4);
    --bs-form-invalid-color: rgb(234, 133.8, 143.4);
    --bs-form-invalid-border-color: rgb(234, 133.8, 143.4)
}

*,
*: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: inherit;
    border: 0;
    border-top: var(--bs-border-width) solid;
    opacity: .25
}

h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
    color: var(--bs-heading-color)
}

h1,
.h1 {
    font-size: calc(1.375rem + 1.5vw)
}

@media (min-width: 1200px) {

    h1,
    .h1 {
        font-size: 2.5rem
    }
}

h2,
.h2 {
    font-size: calc(1.325rem + .9vw)
}

@media (min-width: 1200px) {

    h2,
    .h2 {
        font-size: 2rem
    }
}

h3,
.h3 {
    font-size: calc(1.3rem + .6vw)
}

@media (min-width: 1200px) {

    h3,
    .h3 {
        font-size: 1.75rem
    }
}

h4,
.h4 {
    font-size: calc(1.275rem + .3vw)
}

@media (min-width: 1200px) {

    h4,
    .h4 {
        font-size: 1.5rem
    }
}

h5,
.h5 {
    font-size: 1.25rem
}

h6,
.h6 {
    font-size: 1rem
}

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

abbr[title] {
    text-decoration: underline dotted;
    cursor: help;
    text-decoration-skip-ink: none
}

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

ol,
ul {
    padding-left: 2rem
}

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

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b,
strong {
    font-weight: bolder
}

small,
.small {
    font-size: .875em
}

mark,
.mark {
    padding: .1875em;
    color: var(--bs-highlight-color);
    background-color: var(--bs-highlight-bg)
}

sub,
sup {
    position: relative;
    font-size: .75em;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
    text-decoration: underline
}

a:hover {
    --bs-link-color-rgb: var(--bs-link-hover-color-rgb)
}

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

pre,
code,
kbd,
samp {
    font-family: var(--bs-font-monospace);
    font-size: 1em
}

pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    font-size: .875em
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal
}

code {
    font-size: .875em;
    color: var(--bs-code-color);
    word-wrap: break-word
}

a>code {
    color: inherit
}

kbd {
    padding: .1875rem .375rem;
    font-size: .875em;
    color: var(--bs-body-bg);
    background-color: var(--bs-body-color);
    border-radius: .25rem
}

kbd kbd {
    padding: 0;
    font-size: 1em
}

figure {
    margin: 0 0 1rem
}

img,
svg {
    vertical-align: middle
}

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

caption {
    padding-top: .5rem;
    padding-bottom: .5rem;
    color: var(--bs-secondary-color);
    text-align: left
}

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

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

label {
    display: inline-block
}

button {
    border-radius: 0
}

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

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

button,
select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

select:disabled {
    opacity: 1
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
    display: none !important
}

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

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

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

textarea {
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    line-height: inherit;
    font-size: calc(1.275rem + .3vw)
}

@media (min-width: 1200px) {
    legend {
        font-size: 1.5rem
    }
}

legend+* {
    clear: left
}

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

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

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

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

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

output {
    display: inline-block
}

iframe {
    border: 0
}

summary {
    display: list-item;
    cursor: pointer
}

progress {
    vertical-align: baseline
}

[hidden] {
    display: none !important
}

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

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

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

.display-2 {
    font-weight: 300;
    line-height: 1.2;
    font-size: calc(1.575rem + 3.9vw)
}

@media (min-width: 1200px) {
    .display-2 {
        font-size: 4.5rem
    }
}

.display-3 {
    font-weight: 300;
    line-height: 1.2;
    font-size: calc(1.525rem + 3.3vw)
}

@media (min-width: 1200px) {
    .display-3 {
        font-size: 4rem
    }
}

.display-4 {
    font-weight: 300;
    line-height: 1.2;
    font-size: calc(1.475rem + 2.7vw)
}

@media (min-width: 1200px) {
    .display-4 {
        font-size: 3.5rem
    }
}

.display-5 {
    font-weight: 300;
    line-height: 1.2;
    font-size: calc(1.425rem + 2.1vw)
}

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

.display-6 {
    font-weight: 300;
    line-height: 1.2;
    font-size: calc(1.375rem + 1.5vw)
}

@media (min-width: 1200px) {
    .display-6 {
        font-size: 2.5rem
    }
}

.list-unstyled,
.list-inline {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem
}

.initialism {
    font-size: .875em;
    text-transform: uppercase
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

.blockquote>:last-child {
    margin-bottom: 0
}

.blockquote-footer {
    margin-top: -1rem;
    margin-bottom: 1rem;
    font-size: .875em;
    color: #6c757d
}

.blockquote-footer:before {
    content: "— "
}

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

.img-thumbnail {
    padding: .25rem;
    background-color: var(--bs-body-bg);
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    max-width: 100%;
    height: auto
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption {
    font-size: .875em;
    color: var(--bs-secondary-color)
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    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: 90%
    }
}

@media (min-width: 992px) {

    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 90%
    }
}

@media (min-width: 1280px) {

    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 93%
    }
}

@media (min-width: 1500px) {

    .container-xxl,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 1380px
    }
}

:root {
    --bs-breakpoint-xs: 0;
    --bs-breakpoint-sm: 576px;
    --bs-breakpoint-md: 768px;
    --bs-breakpoint-lg: 992px;
    --bs-breakpoint-xl: 1280px;
    --bs-breakpoint-xxl: 1500px
}

.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(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x))
}

.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y)
}

.col {
    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.33333333%
}

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

.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: .25rem
}

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

.g-2,
.gx-2 {
    --bs-gutter-x: .5rem
}

.g-2,
.gy-2 {
    --bs-gutter-y: .5rem
}

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

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

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

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

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

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

@media (min-width: 576px) {
    .col-sm {
        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.33333333%
    }

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

    .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: .25rem
    }

    .g-sm-1,
    .gy-sm-1 {
        --bs-gutter-y: .25rem
    }

    .g-sm-2,
    .gx-sm-2 {
        --bs-gutter-x: .5rem
    }

    .g-sm-2,
    .gy-sm-2 {
        --bs-gutter-y: .5rem
    }

    .g-sm-3,
    .gx-sm-3 {
        --bs-gutter-x: 1rem
    }

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

    .g-sm-4,
    .gx-sm-4 {
        --bs-gutter-x: 1.5rem
    }

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

    .g-sm-5,
    .gx-sm-5 {
        --bs-gutter-x: 3rem
    }

    .g-sm-5,
    .gy-sm-5 {
        --bs-gutter-y: 3rem
    }
}

@media (min-width: 768px) {
    .col-md {
        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.33333333%
    }

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

    .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: .25rem
    }

    .g-md-1,
    .gy-md-1 {
        --bs-gutter-y: .25rem
    }

    .g-md-2,
    .gx-md-2 {
        --bs-gutter-x: .5rem
    }

    .g-md-2,
    .gy-md-2 {
        --bs-gutter-y: .5rem
    }

    .g-md-3,
    .gx-md-3 {
        --bs-gutter-x: 1rem
    }

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

    .g-md-4,
    .gx-md-4 {
        --bs-gutter-x: 1.5rem
    }

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

    .g-md-5,
    .gx-md-5 {
        --bs-gutter-x: 3rem
    }

    .g-md-5,
    .gy-md-5 {
        --bs-gutter-y: 3rem
    }
}

@media (min-width: 992px) {
    .col-lg {
        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.33333333%
    }

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

    .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: .25rem
    }

    .g-lg-1,
    .gy-lg-1 {
        --bs-gutter-y: .25rem
    }

    .g-lg-2,
    .gx-lg-2 {
        --bs-gutter-x: .5rem
    }

    .g-lg-2,
    .gy-lg-2 {
        --bs-gutter-y: .5rem
    }

    .g-lg-3,
    .gx-lg-3 {
        --bs-gutter-x: 1rem
    }

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

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

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

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

    .g-lg-5,
    .gy-lg-5 {
        --bs-gutter-y: 3rem
    }
}

@media (min-width: 1280px) {
    .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.33333333%
    }

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

    .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: .25rem
    }

    .g-xl-1,
    .gy-xl-1 {
        --bs-gutter-y: .25rem
    }

    .g-xl-2,
    .gx-xl-2 {
        --bs-gutter-x: .5rem
    }

    .g-xl-2,
    .gy-xl-2 {
        --bs-gutter-y: .5rem
    }

    .g-xl-3,
    .gx-xl-3 {
        --bs-gutter-x: 1rem
    }

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

    .g-xl-4,
    .gx-xl-4 {
        --bs-gutter-x: 1.5rem
    }

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

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

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

@media (min-width: 1500px) {
    .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.33333333%
    }

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

    .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: .25rem
    }

    .g-xxl-1,
    .gy-xxl-1 {
        --bs-gutter-y: .25rem
    }

    .g-xxl-2,
    .gx-xxl-2 {
        --bs-gutter-x: .5rem
    }

    .g-xxl-2,
    .gy-xxl-2 {
        --bs-gutter-y: .5rem
    }

    .g-xxl-3,
    .gx-xxl-3 {
        --bs-gutter-x: 1rem
    }

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

    .g-xxl-4,
    .gx-xxl-4 {
        --bs-gutter-x: 1.5rem
    }

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

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

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

.btn {
    --bs-btn-padding-x: .75rem;
    --bs-btn-padding-y: .375rem;
    --bs-btn-font-family: ;
    --bs-btn-font-size: 1rem;
    --bs-btn-font-weight: 400;
    --bs-btn-line-height: 1.5;
    --bs-btn-color: var(--bs-body-color);
    --bs-btn-bg: transparent;
    --bs-btn-border-width: var(--bs-border-width);
    --bs-btn-border-color: transparent;
    --bs-btn-border-radius: var(--bs-border-radius);
    --bs-btn-hover-border-color: transparent;
    --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
    --bs-btn-disabled-opacity: .65;
    --bs-btn-focus-box-shadow: 0 0 0 .25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
    display: inline-block;
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    font-family: var(--bs-btn-font-family);
    font-size: var(--bs-btn-font-size);
    font-weight: var(--bs-btn-font-weight);
    line-height: var(--bs-btn-line-height);
    color: var(--bs-btn-color);
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius: var(--bs-btn-border-radius);
    background-color: var(--bs-btn-bg);
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

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

.btn:hover {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color)
}

.btn-check+.btn:hover {
    color: var(--bs-btn-color);
    background-color: var(--bs-btn-bg);
    border-color: var(--bs-btn-border-color)
}

.btn:focus-visible {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
    outline: 0;
    box-shadow: var(--bs-btn-focus-box-shadow)
}

.btn-check:focus-visible+.btn {
    border-color: var(--bs-btn-hover-border-color);
    outline: 0;
    box-shadow: var(--bs-btn-focus-box-shadow)
}

.btn-check:checked+.btn,
:not(.btn-check)+.btn:active,
.btn:first-child:active,
.btn.active,
.btn.show {
    color: var(--bs-btn-active-color);
    background-color: var(--bs-btn-active-bg);
    border-color: var(--bs-btn-active-border-color)
}

.btn-check:checked+.btn:focus-visible,
:not(.btn-check)+.btn:active:focus-visible,
.btn:first-child:active:focus-visible,
.btn.active:focus-visible,
.btn.show:focus-visible {
    box-shadow: var(--bs-btn-focus-box-shadow)
}

.btn-check:checked:focus-visible+.btn {
    box-shadow: var(--bs-btn-focus-box-shadow)
}

.btn:disabled,
.btn.disabled,
fieldset:disabled .btn {
    color: var(--bs-btn-disabled-color);
    pointer-events: none;
    background-color: var(--bs-btn-disabled-bg);
    border-color: var(--bs-btn-disabled-border-color);
    opacity: var(--bs-btn-disabled-opacity)
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #0d6efd;
    --bs-btn-border-color: #0d6efd;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: rgb(11.05, 93.5, 215.05);
    --bs-btn-hover-border-color: rgb(10.4, 88, 202.4);
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: rgb(10.4, 88, 202.4);
    --bs-btn-active-border-color: rgb(9.75, 82.5, 189.75);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #0d6efd;
    --bs-btn-disabled-border-color: #0d6efd
}

.btn-secondary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #6c757d;
    --bs-btn-border-color: #6c757d;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: rgb(91.8, 99.45, 106.25);
    --bs-btn-hover-border-color: rgb(86.4, 93.6, 100);
    --bs-btn-focus-shadow-rgb: 130, 138, 145;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: rgb(86.4, 93.6, 100);
    --bs-btn-active-border-color: rgb(81, 87.75, 93.75);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #6c757d;
    --bs-btn-disabled-border-color: #6c757d
}

.btn-success {
    --bs-btn-color: #fff;
    --bs-btn-bg: #198754;
    --bs-btn-border-color: #198754;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: rgb(21.25, 114.75, 71.4);
    --bs-btn-hover-border-color: rgb(20, 108, 67.2);
    --bs-btn-focus-shadow-rgb: 60, 153, 110;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: rgb(20, 108, 67.2);
    --bs-btn-active-border-color: rgb(18.75, 101.25, 63);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #198754;
    --bs-btn-disabled-border-color: #198754
}

.btn-info {
    --bs-btn-color: #000;
    --bs-btn-bg: #0dcaf0;
    --bs-btn-border-color: #0dcaf0;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: rgb(49.3, 209.95, 242.25);
    --bs-btn-hover-border-color: rgb(37.2, 207.3, 241.5);
    --bs-btn-focus-shadow-rgb: 11, 172, 204;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: rgb(61.4, 212.6, 243);
    --bs-btn-active-border-color: rgb(37.2, 207.3, 241.5);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #0dcaf0;
    --bs-btn-disabled-border-color: #0dcaf0
}

.btn-warning {
    --bs-btn-color: #000;
    --bs-btn-bg: #ffc107;
    --bs-btn-border-color: #ffc107;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: rgb(255, 202.3, 44.2);
    --bs-btn-hover-border-color: rgb(255, 199.2, 31.8);
    --bs-btn-focus-shadow-rgb: 217, 164, 6;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: rgb(255, 205.4, 56.6);
    --bs-btn-active-border-color: rgb(255, 199.2, 31.8);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #ffc107;
    --bs-btn-disabled-border-color: #ffc107
}

.btn-danger {
    --bs-btn-color: #fff;
    --bs-btn-bg: #dc3545;
    --bs-btn-border-color: #dc3545;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: rgb(187, 45.05, 58.65);
    --bs-btn-hover-border-color: rgb(176, 42.4, 55.2);
    --bs-btn-focus-shadow-rgb: 225, 83, 97;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: rgb(176, 42.4, 55.2);
    --bs-btn-active-border-color: rgb(165, 39.75, 51.75);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #dc3545;
    --bs-btn-disabled-border-color: #dc3545
}

.btn-light {
    --bs-btn-color: #000;
    --bs-btn-bg: #f8f9fa;
    --bs-btn-border-color: #f8f9fa;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: rgb(210.8, 211.65, 212.5);
    --bs-btn-hover-border-color: rgb(198.4, 199.2, 200);
    --bs-btn-focus-shadow-rgb: 211, 212, 213;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: rgb(198.4, 199.2, 200);
    --bs-btn-active-border-color: rgb(186, 186.75, 187.5);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #f8f9fa;
    --bs-btn-disabled-border-color: #f8f9fa
}

.btn-dark {
    --bs-btn-color: #fff;
    --bs-btn-bg: #212529;
    --bs-btn-border-color: #212529;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: rgb(66.3, 69.7, 73.1);
    --bs-btn-hover-border-color: rgb(55.2, 58.8, 62.4);
    --bs-btn-focus-shadow-rgb: 66, 70, 73;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: rgb(77.4, 80.6, 83.8);
    --bs-btn-active-border-color: rgb(55.2, 58.8, 62.4);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #212529;
    --bs-btn-disabled-border-color: #212529
}

.btn-outline-primary {
    --bs-btn-color: #0d6efd;
    --bs-btn-border-color: #0d6efd;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0d6efd;
    --bs-btn-hover-border-color: #0d6efd;
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0d6efd;
    --bs-btn-active-border-color: #0d6efd;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #0d6efd;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #0d6efd;
    --bs-gradient: none
}

.btn-outline-secondary {
    --bs-btn-color: #6c757d;
    --bs-btn-border-color: #6c757d;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #6c757d;
    --bs-btn-hover-border-color: #6c757d;
    --bs-btn-focus-shadow-rgb: 108, 117, 125;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #6c757d;
    --bs-btn-active-border-color: #6c757d;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #6c757d;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #6c757d;
    --bs-gradient: none
}

.btn-outline-success {
    --bs-btn-color: #198754;
    --bs-btn-border-color: #198754;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #198754;
    --bs-btn-hover-border-color: #198754;
    --bs-btn-focus-shadow-rgb: 25, 135, 84;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #198754;
    --bs-btn-active-border-color: #198754;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #198754;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #198754;
    --bs-gradient: none
}

.btn-outline-info {
    --bs-btn-color: #0dcaf0;
    --bs-btn-border-color: #0dcaf0;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #0dcaf0;
    --bs-btn-hover-border-color: #0dcaf0;
    --bs-btn-focus-shadow-rgb: 13, 202, 240;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #0dcaf0;
    --bs-btn-active-border-color: #0dcaf0;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #0dcaf0;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #0dcaf0;
    --bs-gradient: none
}

.btn-outline-warning {
    --bs-btn-color: #ffc107;
    --bs-btn-border-color: #ffc107;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #ffc107;
    --bs-btn-hover-border-color: #ffc107;
    --bs-btn-focus-shadow-rgb: 255, 193, 7;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #ffc107;
    --bs-btn-active-border-color: #ffc107;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #ffc107;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #ffc107;
    --bs-gradient: none
}

.btn-outline-danger {
    --bs-btn-color: #dc3545;
    --bs-btn-border-color: #dc3545;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #dc3545;
    --bs-btn-hover-border-color: #dc3545;
    --bs-btn-focus-shadow-rgb: 220, 53, 69;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #dc3545;
    --bs-btn-active-border-color: #dc3545;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #dc3545;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #dc3545;
    --bs-gradient: none
}

.btn-outline-light {
    --bs-btn-color: #f8f9fa;
    --bs-btn-border-color: #f8f9fa;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #f8f9fa;
    --bs-btn-hover-border-color: #f8f9fa;
    --bs-btn-focus-shadow-rgb: 248, 249, 250;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #f8f9fa;
    --bs-btn-active-border-color: #f8f9fa;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #f8f9fa;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #f8f9fa;
    --bs-gradient: none
}

.btn-outline-dark {
    --bs-btn-color: #212529;
    --bs-btn-border-color: #212529;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #212529;
    --bs-btn-hover-border-color: #212529;
    --bs-btn-focus-shadow-rgb: 33, 37, 41;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #212529;
    --bs-btn-active-border-color: #212529;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #212529;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #212529;
    --bs-gradient: none
}

.btn-link {
    --bs-btn-font-weight: 400;
    --bs-btn-color: var(--bs-link-color);
    --bs-btn-bg: transparent;
    --bs-btn-border-color: transparent;
    --bs-btn-hover-color: var(--bs-link-hover-color);
    --bs-btn-hover-border-color: transparent;
    --bs-btn-active-color: var(--bs-link-hover-color);
    --bs-btn-active-border-color: transparent;
    --bs-btn-disabled-color: #6c757d;
    --bs-btn-disabled-border-color: transparent;
    --bs-btn-box-shadow: 0 0 0 #000;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    text-decoration: underline
}

.btn-link:focus-visible {
    color: var(--bs-btn-color)
}

.btn-link:hover {
    color: var(--bs-btn-hover-color)
}

.btn-lg {
    --bs-btn-padding-y: .5rem;
    --bs-btn-padding-x: 1rem;
    --bs-btn-font-size: 1.25rem;
    --bs-btn-border-radius: var(--bs-border-radius-lg)
}

.btn-sm {
    --bs-btn-padding-y: .25rem;
    --bs-btn-padding-x: .5rem;
    --bs-btn-font-size: .875rem;
    --bs-btn-border-radius: var(--bs-border-radius-sm)
}

.accordion {
    --bs-accordion-color: var(--bs-body-color);
    --bs-accordion-bg: var(--bs-body-bg);
    --bs-accordion-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
    --bs-accordion-border-color: var(--bs-border-color);
    --bs-accordion-border-width: var(--bs-border-width);
    --bs-accordion-border-radius: 0;
    --bs-accordion-inner-border-radius: 0;
    --bs-accordion-btn-padding-x: 1.25rem;
    --bs-accordion-btn-padding-y: 1rem;
    --bs-accordion-btn-color: var(--bs-body-color);
    --bs-accordion-btn-bg: var(--bs-accordion-bg);
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    --bs-accordion-btn-icon-width: 1.25rem;
    --bs-accordion-btn-icon-transform: rotate(-180deg);
    --bs-accordion-btn-icon-transition: transform .2s ease-in-out;
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='rgb%285.2, 44, 101.2%29' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    --bs-accordion-btn-focus-box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
    --bs-accordion-body-padding-x: 1.25rem;
    --bs-accordion-body-padding-y: 1rem;
    --bs-accordion-active-color: var(--bs-primary-text-emphasis);
    --bs-accordion-active-bg: var(--bs-primary-bg-subtle)
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
    font-size: 1rem;
    color: var(--bs-accordion-btn-color);
    text-align: left;
    background-color: var(--bs-accordion-btn-bg);
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: var(--bs-accordion-transition)
}

@media (prefers-reduced-motion: reduce) {
    .accordion-button {
        transition: none
    }
}

.accordion-button:not(.collapsed) {
    color: var(--bs-accordion-active-color);
    background-color: var(--bs-accordion-active-bg);
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color)
}

.accordion-button:not(.collapsed):after {
    background-image: var(--bs-accordion-btn-active-icon);
    transform: var(--bs-accordion-btn-icon-transform)
}

.accordion-button:after {
    flex-shrink: 0;
    width: var(--bs-accordion-btn-icon-width);
    height: var(--bs-accordion-btn-icon-width);
    margin-left: auto;
    content: "";
    background-image: var(--bs-accordion-btn-icon);
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    transition: var(--bs-accordion-btn-icon-transition)
}

@media (prefers-reduced-motion: reduce) {
    .accordion-button:after {
        transition: none
    }
}

.accordion-button:hover {
    z-index: 2
}

.accordion-button:focus {
    z-index: 3;
    outline: 0;
    box-shadow: var(--bs-accordion-btn-focus-box-shadow)
}

.accordion-header {
    margin-bottom: 0
}

.accordion-item {
    color: var(--bs-accordion-color);
    background-color: var(--bs-accordion-bg);
    border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color)
}

.accordion-item:first-of-type {
    border-top-left-radius: var(--bs-accordion-border-radius);
    border-top-right-radius: var(--bs-accordion-border-radius)
}

.accordion-item:first-of-type>.accordion-header .accordion-button {
    border-top-left-radius: var(--bs-accordion-inner-border-radius);
    border-top-right-radius: var(--bs-accordion-inner-border-radius)
}

.accordion-item:not(:first-of-type) {
    border-top: 0
}

.accordion-item:last-of-type {
    border-bottom-right-radius: var(--bs-accordion-border-radius);
    border-bottom-left-radius: var(--bs-accordion-border-radius)
}

.accordion-item:last-of-type>.accordion-header .accordion-button.collapsed {
    border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
    border-bottom-left-radius: var(--bs-accordion-inner-border-radius)
}

.accordion-item:last-of-type>.accordion-collapse {
    border-bottom-right-radius: var(--bs-accordion-border-radius);
    border-bottom-left-radius: var(--bs-accordion-border-radius)
}

.accordion-body {
    padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x)
}

.accordion-flush>.accordion-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0
}

.accordion-flush>.accordion-item:first-child {
    border-top: 0
}

.accordion-flush>.accordion-item:last-child {
    border-bottom: 0
}

.accordion-flush>.accordion-item>.accordion-collapse,
.accordion-flush>.accordion-item>.accordion-header .accordion-button,
.accordion-flush>.accordion-item>.accordion-header .accordion-button.collapsed {
    border-radius: 0
}

[data-bs-theme=dark] .accordion-button:after {
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb%28109.8, 168, 253.8%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb%28109.8, 168, 253.8%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e")
}

.fade {
    transition: opacity .15s linear
}

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

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

.collapse:not(.show) {
    display: none
}

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

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

.collapsing.collapse-horizontal {
    width: 0;
    height: auto;
    transition: width .35s ease
}

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

.all_pages {
    position: fixed;
    top: 20%;
    right: 0;
    z-index: 999999
}

.all_pages:hover ul {
    right: 0
}

.all_pages .page_point {
    padding: 10px 15px;
    background: #00d2ff;
    cursor: pointer
}

.all_pages ul {
    background: #00d2ff;
    padding: 15px 20px;
    position: absolute;
    top: 100%;
    width: 200px;
    right: -200px;
    transition: .4s;
    max-height: 500px;
    overflow-y: auto
}

.all_pages ul li {
    list-style: none;
    margin-bottom: 15px;
    font-size: 14px
}

.all_pages ul li a {
    color: #fff
}

@font-face {
    font-family: Noto-Serif-f;
    src: url(../fonts/NotoSerif-Medium-aiulAmcf.woff2) format("woff2"), url(../fonts/NotoSerif-Medium-aiulAmcf.ttf) format("truetype");
    font-weight: 500;
    font-display: swap
}

@font-face {
    font-family: Noto-Serif-f;
    src: url(../fonts/NotoSerif-SemiBold-G8fHbmQ6.woff2) format("woff2"), url(../fonts/NotoSerif-SemiBold-G8fHbmQ6.ttf) format("truetype");
    font-weight: 600;
    font-display: swap
}

@font-face {
    font-family: Noto-Sans-f;
    src: url(../fonts/NotoSans-Regular-D96CXwz4.woff2) format("woff2"), url(../fonts/NotoSans-Regular-D96CXwz4.ttf) format("truetype");
    font-weight: 400;
    font-display: swap
}

@font-face {
    font-family: Noto-Sans-f;
    src: url(../fonts/NotoSans-Medium-BX6xEgvr.woff2) format("woff2"), url(../fonts/NotoSans-Medium-BX6xEgvr.ttf) format("truetype");
    font-weight: 500;
    font-display: swap
}

@font-face {
    font-family: Noto-Sans-f;
    src: url(../fonts/NotoSans-SemiBold-ByM6Da3X.woff2) format("woff2"), url(../fonts/NotoSans-SemiBold-ByM6Da3X.ttf) format("truetype");
    font-weight: 600;
    font-display: swap
}

@font-face {
    font-family: Noto-Sans-Display-f;
    src: url(../fonts/NotoSansDisplay-SemiBold-BCSDTMMK.woff2) format("woff2"), url(../fonts/NotoSansDisplay-SemiBold-BCSDTMMK.ttf) format("truetype");
    font-weight: 600;
    font-display: swap
}

* {
    outline: 0 !important
}

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

a,
a:link,
a:visited,
a:hover {
    text-decoration: none
}

ul,
li,
p {
    list-style: none;
    margin: 0;
    padding: 0
}

img,
svg {
    height: auto;
    max-width: 100%
}

input,
textarea,
button,
select {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    background-color: transparent
}

input::-ms-clear {
    display: none
}

button,
input[type=submit] {
    display: inline-block;
    box-shadow: none;
    background-color: transparent;
    background: none;
    cursor: pointer
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

label {
    cursor: pointer
}

input,
textarea,
select,
button:focus-visible {
    outline: 0
}

input,
textarea {
    border-radius: 0
}

.header__burger {
    cursor: pointer
}

html,
body {
    font-family: Noto-Sans-f, sans-serif;
    font-weight: 400;
    line-height: 1.5;
    color: #333;
    box-sizing: border-box;
    font-size: 12px
}

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

    html,
    body {
        font-size: 12px
    }
}

@media screen and (min-width: 1280px) {

    html,
    body {
        font-size: 14px
    }
}

body {
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
    background-color: #fff;
    min-height: 100vh
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000080;
    z-index: 9;
    display: none;
    transition: opacity .35s ease
}

body.open {
    overflow: hidden
}

body.open .overlay {
    display: block;
    opacity: 1
}

.wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex: 1
}

@media screen and (max-width: 767px) {
    .container {
        padding-inline: 24px
    }
}

h1,
.h1 {
    font-family: Noto-Serif-f, sans-serif;
    margin-bottom: 0;
    color: #fff;
    line-height: 1.2;
    font-weight: 600;
    font-size: calc(28px + .0075*(100vw - 320px))
}

@media screen and (min-width: 1921px) {

    h1,
    .h1 {
        font-size: 40px
    }
}

h2,
.h2 {
    font-family: Noto-Serif-f, sans-serif;
    color: #fff;
    margin-bottom: 0;
    line-height: 1.38;
    font-weight: 600;
    font-size: calc(22px + 7 * (100vw - 320px) / 1600)
}

@media screen and (min-width: 1921px) {

    h2,
    .h2 {
        font-size: 29px
    }
}

h3,
.h3 {
    font-family: Noto-Serif-f, sans-serif;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0;
    line-height: 1.6;
    font-weight: 600;
    font-size: calc(12px + .0025*(100vw - 320px))
}

@media screen and (min-width: 1921px) {

    h3,
    .h3 {
        font-size: 16px
    }
}

h4,
.h4 {
    font-family: Noto-Serif-f, sans-serif;
    color: #1d3949;
    margin-bottom: 0;
    line-height: 1.25;
    font-weight: 600;
    font-size: calc(14px + 5 * (100vw - 320px) / 1600)
}

@media screen and (min-width: 1921px) {

    h4,
    .h4 {
        font-size: 19px
    }
}

p {
    font-family: Noto-Sans-f, sans-serif;
    font-weight: 400;
    line-height: 1.5;
    color: #1d3949;
    font-size: 12px
}

@media screen and (min-width: 768px) {
    p {
        font-size: 12px
    }
}

@media screen and (min-width: 1280px) {
    p {
        font-size: 14px
    }
}

.pblock {
    padding-top: 60px;
    padding-bottom: 80px
}

@media screen and (min-width: 768px) {
    .pblock {
        padding-top: 100px;
        padding-bottom: 100px
    }
}

@media screen and (min-width: 1280px) {
    .pblock {
        padding-bottom: 120px;
        padding-top: 120px
    }
}

.pad-bot-block {
    padding-bottom: 80px
}

@media screen and (min-width: 768px) {
    .pad-bot-block {
        padding-bottom: 100px
    }
}

@media screen and (min-width: 1280px) {
    .pad-bot-block {
        padding-bottom: 120px
    }
}

.approach.pad-bot-block {
    padding-top: 60px;
    padding-bottom: 60px
}

.main-btn {
    font-family: Noto-Serif-f, sans-serif;
    font-weight: 500;
    line-height: 1.8;
    font-size: 14px;
    padding: 10px 40px;
    position: relative;
    overflow: hidden;
    z-index: 0;
    transition: background .33s ease, color .33s ease;
    display: flex;
    width: fit-content;
    text-decoration: none;
    border-radius: 5px;
    text-align: center;
    max-width: 100%
}

.main-btn span {
    margin-inline: auto
}

.main-btn:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    transition: height .33s ease;
    z-index: -1
}

.main-btn--brown {
    background: #b78d65;
    color: #fff
}

.main-btn--brown:before {
    background: #fff
}

.main-btn--brown:hover {
    color: #b78d65;
    box-shadow: 0 4px 10px #00000080
}

.main-btn--brown:hover:before {
    height: 100%
}

.main-btn--white {
    background: #fff;
    color: #b78d65
}

.main-btn--white:before {
    background: #b78d65
}

.main-btn--white:hover {
    color: #fff;
    box-shadow: 0 4px 10px #00000080
}

.main-btn--white:hover:before {
    height: 100%
}

.container-fluid.header-width,
.header-width.container-sm,
.header-width.container-md,
.header-width.container-lg,
.header-width.container-xl,
.header-width.container-xxl {
    width: 1840px;
    max-width: 100%;
    padding-inline: 15px;
    margin-inline: auto
}

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

    .container-fluid.header-width,
    .header-width.container-sm,
    .header-width.container-md,
    .header-width.container-lg,
    .header-width.container-xl,
    .header-width.container-xxl {
        padding-inline: 40px
    }
}

.header-btn__wrap {
    display: flex;
    column-gap: 10px;
    row-gap: 20px;
    flex-direction: column;
    margin-top: 40px
}

.header-btn__wrap .main-btn {
    padding: 4px 12px;
    font-size: 11px
}

@media screen and (max-width: 991px) {
    .header-btn__wrap .main-btn {
        width: 300px
    }
}

@media screen and (min-width: 992px) {
    .header-btn__wrap {
        flex-direction: row;
        margin-top: 0
    }
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    padding-top: 30px;
    padding-bottom: 5px;
    transition: all ease .3s
}

header.header_scroll {
    background: #1d3949;
    padding-top: 10px
}

.header__wrapper {
    display: flex;
    justify-content: space-between;
    transition: all ease .5s;
    column-gap: 40px
}

.header.header_scroll {
    box-shadow: 0 5px 30px #0000001a
}

.header__item-menu {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    margin-right: 0
}

@media (min-width: 1351px) {
    .header__item-menu {
        flex-direction: row;
        align-items: center;
        gap: 25px;
        margin-right: 30px
    }
}

.header__item-menu .menu-item {
    font-family: Noto-Serif-f, sans-serif;
    color: #fff;
    font-weight: 500;
    line-height: 1.8;
    font-size: 13px
}

@media (min-width: 992px) and (max-width: 1279px) {
    .header__item-menu .menu-item {
        font-size: 14px
    }
}

.header__item-menu .menu-item a {
    color: #fff;
    font-size: 13px;
    transition: color ease .3s;
    display: block
}

.header__item-menu .menu-item a:hover,
.header__item-menu .menu-item:hover {
    color: #b78d65
}

@media (min-width: 1351px) {
    .header__item-menu .menu-item>.menu-item {
        line-height: 2
    }
}

.header__item-menu .menu-item>.sub-menu {
    opacity: 1;
    position: relative;
    background: transparent;
    box-shadow: none;
    padding: 0 0 10px;
    transform: translateY(0);
    display: none
}

.header__item-menu .menu-item>.sub-menu>li {
    padding-left: 10px;
    line-height: 1.3;
    margin-bottom: 15px;
    margin-top: 10px;
    position: relative
}

@media (min-width: 1351px) {
    .header__item-menu .menu-item>.sub-menu>li {
        margin-top: 0;
        padding-left: 0
    }
}

@media (min-width: 1351px) {
    .header__item-menu .menu-item>.sub-menu {
        opacity: 0;
        pointer-events: none;
        position: absolute;
        background: #fff;
        box-shadow: 0 4px 15px #00000026;
        border-radius: 8px;
        padding: 15px 0;
        min-width: 280px;
        top: 100%;
        left: 0;
        z-index: -1;
        transform: translateY(-10px);
        transition: all .3s ease
    }

    .header__item-menu .menu-item>.sub-menu>li {
        padding: 0;
        margin: 0;
        position: relative
    }

    .header__item-menu .menu-item>.sub-menu>li>a {
        font-size: 12px;
        font-weight: 600;
        padding: 7px 20px;
        transition: all .3s ease;
        color: #1d3949
    }

    .header__item-menu .menu-item>.sub-menu>li>a:hover {
        color: #b78d65
    }
}

.header__item-menu .menu-item>.sub-menu.open {
    display: block
}

@media (min-width: 1351px) {
    .header__item-menu .menu-item>.sub-menu .sub-menu {
        opacity: 0;
        pointer-events: none;
        position: absolute;
        top: -15px;
        left: 100%;
        margin-left: 0;
        background: #fff;
        box-shadow: 0 4px 15px #00000026;
        border-radius: 8px;
        padding: 15px 0;
        min-width: 280px;
        max-height: calc(100vh - 120px);
        overflow-y: auto;
        transform: translate(0);
        transition: all .3s ease;
        z-index: -1
    }

    .header__item-menu .menu-item>.sub-menu .sub-menu>li>a {
        font-size: 12px;
        font-weight: 600;
        padding: 7px 20px;
        display: block
    }

    .header__item-menu .menu-item>.sub-menu .sub-menu>li>a:hover {
        color: #b78d65
    }

    .header__item-menu .menu-item>.sub-menu .sub-menu:before {
        display: none
    }
}

@media (min-width: 1351px) {
    .header__item-menu .menu-item>.sub-menu .sub-menu .sub-menu {
        opacity: 0;
        pointer-events: none;
        position: absolute;
        top: -15px;
        left: 100%;
        margin-left: 0;
        background: #fff;
        box-shadow: 0 4px 15px #00000026;
        border-radius: 8px;
        padding: 15px 0;
        min-width: 280px;
        max-height: calc(100vh - 120px);
        overflow-y: auto;
        transform: translate(0);
        transition: all .3s ease
    }

    .header__item-menu .menu-item>.sub-menu .sub-menu .sub-menu>li>a {
        font-size: 12px;
        padding: 7px 20px;
        display: block;
        font-weight: 500;
        font-family: Noto-Serif-f, sans-serif
    }

    .header__item-menu .menu-item>.sub-menu .sub-menu .sub-menu>li>a:hover {
        color: #b78d65
    }

    .header__item-menu .menu-item>.sub-menu .sub-menu .sub-menu:before {
        display: none
    }
}

@media (max-width: 1350px) {
    .header__item-menu>.menu-item-has-children .menu-toggle {
        padding-right: 35px
    }
}

.menu-item-has-children {
    position: relative;
    max-width: 300px
}

@media (min-width: 576px) {
    .menu-item-has-children {
        text-align: left
    }
}

@media (min-width: 1351px) {
    .menu-item-has-children {
        max-width: none
    }
}

.menu-item-has-children.active {
    color: #b78d65
}

@media (max-width: 1350px) {
    .menu-item-has-children .menu-toggle-icon {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 23px;
        height: 20px;
        cursor: pointer;
        position: absolute;
        right: 0;
        top: 0;
        transition: transform .3s ease
    }

    .menu-item-has-children .menu-toggle-icon:after {
        content: "";
        width: 12px;
        height: 12px;
        background-image: url("data:image/svg+xml,%3csvg%20width='12'%20height='12'%20viewBox='0%200%2012%2012'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M3.66677%2011.3333C3.53494%2011.3333%203.40607%2011.2942%203.29646%2011.2209C3.18686%2011.1477%203.10143%2011.0436%203.05098%2010.9218C3.00054%2010.8%202.98733%2010.6659%203.01305%2010.5366C3.03876%2010.4073%203.10223%2010.2886%203.19544%2010.1953L7.39077%206L3.19544%201.80467C3.074%201.67893%203.0068%201.51053%203.00832%201.33573C3.00984%201.16093%203.07995%200.993726%203.20356%200.87012C3.32716%200.746515%203.49437%200.676402%203.66917%200.674883C3.84397%200.673364%204.01237%200.740561%204.1381%200.861999L8.80477%205.52867C8.92975%205.65368%208.99996%205.82322%208.99996%206C8.99996%206.17678%208.92975%206.34631%208.80477%206.47133L4.1381%2011.138C4.0763%2011.2%204.00284%2011.2492%203.92195%2011.2827C3.84105%2011.3163%203.75433%2011.3335%203.66677%2011.3333Z'%20fill='%231D3949'/%3e%3c/svg%3e");
        background-repeat: no-repeat;
        background-size: contain;
        transform: rotate(0);
        filter: brightness(0) invert(1);
        transition: transform .3s ease;
        display: block
    }

    .menu-item-has-children.open>a {
        color: #b78d65
    }

    .menu-item-has-children.open>.menu-toggle-icon:after {
        transform: rotate(90deg);
        filter: invert(62%) sepia(40%) saturate(398%) hue-rotate(348deg) brightness(88%) contrast(86%)
    }

    .menu-item-has-children>a {
        padding-right: 35px
    }
}

@media (min-width: 1351px) {
    .menu-item-has-children:hover>.sub-menu {
        opacity: 1;
        pointer-events: auto;
        z-index: 5000;
        transform: translateY(0);
        display: block
    }
}

@media (max-width: 1350px) {
    .menu-item-has-children .sub-menu .menu-item-has-children .menu-toggle-icon {
        right: 0
    }

    .menu-item-has-children .sub-menu .menu-item-has-children>a {
        padding-right: 35px
    }
}

@media (min-width: 1351px) {
    .menu-item-has-children .sub-menu .menu-item-has-children:after {
        content: "";
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
        width: 12px;
        height: 12px;
        background-image: url("data:image/svg+xml,%3csvg%20width='12'%20height='12'%20viewBox='0%200%2012%2012'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M3.66677%2011.3333C3.53494%2011.3333%203.40607%2011.2942%203.29646%2011.2209C3.18686%2011.1477%203.10143%2011.0436%203.05098%2010.9218C3.00054%2010.8%202.98733%2010.6659%203.01305%2010.5366C3.03876%2010.4073%203.10223%2010.2886%203.19544%2010.1953L7.39077%206L3.19544%201.80467C3.074%201.67893%203.0068%201.51053%203.00832%201.33573C3.00984%201.16093%203.07995%200.993726%203.20356%200.87012C3.32716%200.746515%203.49437%200.676402%203.66917%200.674883C3.84397%200.673364%204.01237%200.740561%204.1381%200.861999L8.80477%205.52867C8.92975%205.65368%208.99996%205.82322%208.99996%206C8.99996%206.17678%208.92975%206.34631%208.80477%206.47133L4.1381%2011.138C4.0763%2011.2%204.00284%2011.2492%203.92195%2011.2827C3.84105%2011.3163%203.75433%2011.3335%203.66677%2011.3333Z'%20fill='%231D3949'/%3e%3c/svg%3e");
        background-repeat: no-repeat;
        background-size: contain;
        transition: filter .3s ease
    }
}

@media (min-width: 1351px) {
    .menu-item-has-children .sub-menu .menu-item-has-children:hover:after {
        filter: invert(62%) sepia(40%) saturate(398%) hue-rotate(348deg) brightness(88%) contrast(86%)
    }
}

@media (min-width: 1351px) {
    .menu-item-has-children .sub-menu .menu-item-has-children:hover>.sub-menu {
        opacity: 1;
        pointer-events: auto;
        z-index: 5001;
        transform: translate(0);
        display: block
    }
}

@media (min-width: 1351px) {
    .menu-item-has-children .sub-menu .menu-item-has-children>a {
        padding-right: 40px !important
    }
}

.menu-item-has-children:hover:after,
.menu-item-has-children:hover>.sub-menu .menu-item-has-children:hover:after,
.menu-item-has-children:hover>.sub-menu .menu-item-has-children:hover>.sub-menu .menu-item-has-children:hover:after {
    filter: invert(62%) sepia(40%) saturate(398%) hue-rotate(348deg) brightness(88%) contrast(86%)
}

.menu-item-has-children:hover>a,
.menu-item-has-children:hover>.sub-menu .menu-item-has-children:hover>a,
.menu-item-has-children:hover>.sub-menu .menu-item-has-children:hover>.sub-menu .menu-item-has-children:hover>a {
    color: #b78d65
}

@media screen and (max-width: 1351px) {
    .header__item-menu .menu-item.menu-item-has-children:hover {
        color: #fff
    }

    .header__item-menu .menu-item.menu-item-has-children.open {
        color: #b78d65
    }

    .header__item-menu .menu-item.menu-item-has-children.open>a {
        color: #b78d65 !important
    }

    .header__item-menu .menu-item.menu-item-has-children.open>.menu-toggle-icon:after {
        filter: invert(62%) sepia(40%) saturate(398%) hue-rotate(348deg) brightness(88%) contrast(86%)
    }
}

@media (min-width: 1351px) {
    .sub-menu li {
        opacity: 0;
        animation: fadeInUp .3s ease forwards
    }

    .sub-menu li:nth-child(1) {
        animation-delay: .05s
    }

    .sub-menu li:nth-child(2) {
        animation-delay: .1s
    }

    .sub-menu li:nth-child(3) {
        animation-delay: .15s
    }

    .sub-menu li:nth-child(4) {
        animation-delay: .2s
    }

    .sub-menu li:nth-child(5) {
        animation-delay: .25s
    }

    .sub-menu li:nth-child(6) {
        animation-delay: .3s
    }

    .sub-menu li:nth-child(7) {
        animation-delay: .35s
    }

    .sub-menu li:nth-child(8) {
        animation-delay: .4s
    }

    .sub-menu li:nth-child(9) {
        animation-delay: .45s
    }

    .sub-menu li:nth-child(10) {
        animation-delay: .5s
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(10px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.header__burger {
    display: block;
    position: relative;
    width: 26px;
    height: 19px;
    z-index: 101
}

.header__burger:before,
.header__burger:after {
    content: "";
    position: absolute;
    height: 3px;
    right: 0;
    border-radius: 5px;
    background-color: #fff;
    transition: all ease .3s
}

.header__burger:before {
    top: 0;
    width: 100%
}

.header__burger:after {
    bottom: 0;
    width: 100%
}

.header__burger span {
    position: absolute;
    width: 100%;
    height: 3px;
    right: 0;
    top: 8px;
    border-radius: 5px;
    background-color: #fff;
    transition: all ease .3s
}

.header__burger.active {
    margin-right: 0;
    margin-top: 0;
    position: absolute;
    left: 40%
}

@media (max-width: 767px) {
    .header__burger.active {
        left: calc(80% - 50px)
    }
}

.header__burger.active:before {
    transform: rotate(45deg);
    top: 9px;
    width: 80%
}

.header__burger.active:after {
    transform: rotate(-45deg);
    top: 9px;
    width: 80%
}

.header__burger.active span {
    transform: scale(0)
}

@media (min-width: 1351px) {
    .header__burger {
        display: none
    }
}

.container__header-menu,
.header-menu__wrapper {
    display: flex;
    justify-content: flex-end;
    align-items: center
}

@media (max-width: 1350px) {
    .header-menu__wrapper {
        position: fixed;
        transition: all 555ms ease;
        top: 0;
        left: 0;
        width: 45%;
        height: 100%;
        z-index: 11;
        overflow: auto;
        padding: 100px 20px 40px 60px;
        box-shadow: 0 4px 10px #0000001a;
        background: #1d3949;
        display: block
    }
}

@media (max-width: 767px) {
    .header-menu__wrapper {
        padding: 100px 40px 40px;
        width: 80%
    }
}

@media screen and (max-width: 1350px) {
    .header_mobile .header-menu__wrapper {
        display: block;
        transform: translate(-100%);
        transition: all .35s ease
    }
}

.header-links__wrapper {
    display: flex;
    column-gap: 40px;
    align-items: center;
    justify-content: flex-end
}

.header-soc-links__wrap {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 20px
}

.header-soc-links__wrap li a img {
    transition: filter ease .3s;
    width: 20px;
    height: 20px;
    min-width: 20px
}

.header-soc-links__wrap li a img:hover {
    filter: invert(56%) sepia(10%) saturate(1527%) hue-rotate(348deg) brightness(102%) contrast(88%)
}

.search-btn img {
    width: 20px;
    height: 20px;
    min-width: 20px;
    transition: filter ease .3s
}

.search-btn img:hover {
    filter: invert(56%) sepia(10%) saturate(1527%) hue-rotate(348deg) brightness(102%) contrast(88%)
}

.header__language-switcher {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 20px;
    column-gap: 20px
}

.header__language-switcher a {
    font-family: Noto-Serif-f, sans-serif;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    font-weight: 500
}

.header__language-switcher a.active {
    color: #b78d65
}

.fixed-navigation .fixed-navigation-wrap-styles {
    background: #b78d65;
    border-radius: 10px;
    column-gap: 12px;
    padding: 7px 10px
}

@media screen and (min-width: 1280px) {
    .fixed-navigation .fixed-navigation-wrap-styles {
        column-gap: 10px
    }
}

.fixed-navigation .fixed-navigation-wrap-styles li a {
    display: flex
}

.fixed-navigation .fixed-navigation-wrap-styles img {
    width: 20px;
    height: 20px;
    transition: transform ease .3s
}

@media screen and (min-width: 1280px) {
    .fixed-navigation .fixed-navigation-wrap-styles img {
        width: 20px;
        height: 20px
    }
}

.fixed-navigation .fixed-navigation-wrap-styles img:hover {
    filter: none;
    transform: translateY(-2px)
}

.fixed-navigation {
    display: flex;
    align-items: flex-end;
    column-gap: 20px;
    position: fixed;
    left: 20px;
    bottom: 20px;
    width: calc(100% - 40px);
    justify-content: space-between;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
    transform: translateY(10px)
}

@media screen and (min-width: 1280px) {
    .fixed-navigation {
        left: 40px;
        bottom: 40px;
        width: calc(100% - 80px)
    }
}

.fixed-navigation.visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
}

.fixed-navigation-wrap-styles.chat-btn {
    padding: 8px 12px
}

@media screen and (min-width: 1280px) {
    .fixed-navigation-wrap-styles.chat-btn {
        padding: 10px 12px
    }
}

.fixed-navigation-wrap-styles.chat-btn img {
    width: 20px;
    height: 20px
}

@media screen and (min-width: 1280px) {
    .fixed-navigation-wrap-styles.chat-btn img {
        width: 25px;
        height: 25px
    }
}

.header-soc-links__wrap.fixed-navigation-wrap-styles {
    height: fit-content
}

.chat-popup {
    position: fixed;
    left: 20px;
    bottom: 90px;
    width: 320px;
    max-width: calc(100vw - 40px);
    max-height: calc(100vh - 130px);
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, .18);
    z-index: 11;
    display: flex;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all .3s ease;
    overflow: hidden
}

@media screen and (min-width: 1280px) {
    .chat-popup {
        left: 40px;
        bottom: 110px
    }
}

.chat-popup.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
}

.chat-popup__head {
    display: flex;
    align-items: center;
    column-gap: 10px;
    padding: 16px 18px;
    background: #1d3949;
    flex: none
}

.chat-popup__head h4 {
    font-family: Noto-Serif-f, sans-serif;
    color: #fff;
    font-size: 16px;
    margin: 0;
    flex-grow: 1
}

.chat-popup__dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #4caf50;
    flex: none
}

.chat-popup__close {
    background: transparent;
    border: none;
    cursor: pointer;
    width: 14px;
    height: 14px;
    display: flex;
    flex: none
}

.chat-popup__close img {
    filter: brightness(0) invert(1)
}

.chat-popup__body {
    padding: 16px 18px 18px;
    overflow-y: auto
}

.chat-popup__bubble {
    background: #f5f1ec;
    border-radius: 12px;
    padding: 12px 14px;
    margin-bottom: 14px
}

.chat-popup__bubble p {
    font-size: 13px;
    line-height: 1.5;
    color: #333;
    margin: 0
}

.chat-popup__disclaimer {
    margin-top: 8px !important;
    color: #777 !important;
    font-size: 12px !important
}

.chat-popup__actions {
    display: flex;
    flex-direction: column;
    row-gap: 8px;
    margin-bottom: 14px
}

.chat-popup__action {
    display: flex;
    align-items: center;
    column-gap: 10px;
    padding: 8px 10px;
    border: 1px solid rgba(29, 57, 73, .12);
    border-radius: 10px;
    transition: border-color .3s ease, background .3s ease
}

.chat-popup__action span:last-child {
    font-size: 13px;
    color: #333;
    font-weight: 500
}

.chat-popup__action:hover {
    border-color: #b78d65;
    background: #faf7f3
}

.chat-popup__action-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    min-width: 28px;
    border-radius: 50%;
    background: #b78d65
}

.chat-popup__action-icon img {
    width: 14px;
    height: 14px
}

.chat-popup__cta {
    width: 100%;
    justify-content: center
}

.hero-section__bg {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 150%;
    width: 120vw;
    object-fit: cover;
    z-index: 0;
    object-position: bottom center;
    transition: transform ease 15s;
    animation: floatDiagonalWave 26s ease-in-out infinite;
    will-change: transform;
    transform-origin: top center
}

.hero-section {
    position: relative;
    height: 100%;
    min-height: 100vh;
    min-height: 100svh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1d3949;
    padding: 130px 0 100px;
    overflow: hidden;
    z-index: 1
}

@media screen and (min-width: 768px) {
    .hero-section {
        padding: 130px 0
    }
}

.hero-section>.container>.row {
    align-items: center;
    flex-direction: column-reverse;
    row-gap: 40px
}

@media screen and (min-width: 768px) {
    .hero-section>.container>.row {
        flex-direction: row
    }
}

.al-center>.container>.row {
    align-items: center
}

@keyframes floatDiagonalWave {
    0% {
        transform: scale(1) translate(0)
    }

    25% {
        transform: scale(1.15) translateY(-3%)
    }

    50% {
        transform: scale(1.1) translateY(-7%)
    }

    75% {
        transform: scale(1.05) translateY(-3%)
    }

    to {
        transform: scale(1) translate(0)
    }
}

.hero-section__image {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-inline: 15%;
    position: relative
}

@media screen and (min-width: 768px) {
    .hero-section__image {
        padding-inline: 9%
    }
}

.hero-section__image svg {
    height: auto;
    object-fit: contain;
    width: 80%
}

.hero-section__content {
    text-align: center;
    position: relative
}

@media screen and (min-width: 768px) {
    .hero-section__content {
        text-align: left
    }
}

.hero-section__content p {
    padding-top: 2.8vh;
    padding-bottom: 5.6vh;
    color: #fff
}

.btn-wrap {
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
    column-gap: 10px;
    justify-content: center
}

.btn-wrap .main-btn {
    min-width: 0;
    width: 100%;
    max-width: 350px
}

@media screen and (min-width: 768px) {
    .btn-wrap .main-btn {
        min-width: 350px
    }
}

@media screen and (min-width: 1280px) {
    .btn-wrap .main-btn {
        min-width: 0
    }
}

@media screen and (min-width: 768px) {
    .btn-wrap {
        justify-content: flex-start
    }
}

.section-title {
    position: relative;
    display: flex;
    align-items: center;
    column-gap: 10px;
    margin-bottom: 10px;
    justify-content: center
}

@media screen and (min-width: 768px) {
    .section-title {
        justify-content: flex-start
    }
}

.section-title:before {
    content: "";
    background: #b78d65;
    min-width: 13px;
    width: 13px;
    height: 13px;
    border-radius: 3px
}

.bg-top-blue {
    position: relative;
    background: #fff
}

.bg-top-blue:after {
    background: #1d3949;
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    z-index: -1
}

.services__wrap h2,
.services__wrap .h2,
.services__wrap h3,
.services__wrap .h3 {
    color: #1d3949;
    text-align: center
}

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

    .services__wrap h2,
    .services__wrap .h2,
    .services__wrap h3,
    .services__wrap .h3 {
        text-align: left
    }
}

.services__wrap h2,
.services__wrap .h2 {
    margin-bottom: 40px
}

.services__wrap .main-btn {
    margin-inline: auto;
    margin-top: 70px
}

@media screen and (min-width: 768px) {
    .services__wrap .main-btn {
        margin-left: 0
    }
}

.services__items {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    column-gap: 30px;
    row-gap: 70px;
    margin-bottom: 40px
}

.services__item {
    width: 100%;
    position: relative;
    background: linear-gradient(180deg, #f3f6f7, #fff);
    border-radius: 20px;
    padding: 40px 40px 90px;
    transition: all .4s cubic-bezier(.4, 0, .2, 1);
    z-index: 1;
    display: flex;
    flex-direction: column
}

@media screen and (min-width: 768px) {
    .services__item {
        width: calc(50% - 15px)
    }
}

@media screen and (min-width: 1280px) {
    .services__item {
        width: calc(33.3333333333% - 20px)
    }
}

.services__item>img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    margin-bottom: 20px
}

.services__item h4,
.services__item .h4 {
    color: #1d3949;
    margin-bottom: 20px;
    transition: color ease .3s
}

.services__item:hover,
.services__item.is-expanded {
    box-shadow: 0 4px 10px #0000001f;
    z-index: 5;
    transform: translateY(-4px);
    background: #fff
}

.services__item:hover h4,
.services__item:hover .h4 {
    color: #b78d65
}

.services__categories {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative
}

.services__categories li {
    margin-bottom: 6px;
    transition: all .3s ease
}

.services__categories li:last-child {
    margin-bottom: 0
}

.services__categories li a {
    font-family: Noto-Sans-f, sans-serif;
    color: #1d3949;
    font-size: 14px;
    line-height: 1.6;
    text-decoration: none;
    transition: color .3s ease;
    display: flex;
    align-items: flex-start;
    gap: 10px
}

.services__categories li a:before {
    content: "";
    background: #b78d65;
    width: 9px;
    min-width: 9px;
    height: 9px;
    border-radius: 3px;
    margin-top: 8px
}

.services__categories li a:hover {
    color: #b78d65
}

.services__categories-extra {
    position: absolute;
    top: 100%;
    left: -40px;
    right: -40px;
    background: #fff;
    border-radius: 0 0 12px 12px;
    padding: 5px 40px 60px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-5px);
    transition: all .4s cubic-bezier(.4, 0, .2, 1);
    z-index: 10;
    overflow: visible
}

.services__categories-extra:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    border-radius: 0 0 20px 20px;
    box-shadow: 0 4px 4px #1400001f;
    pointer-events: none
}

.services__item.is-expanded .services__categories-extra {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    height: fit-content
}

.services__categories-extra li {
    opacity: 0;
    transform: translateY(-10px)
}

.services__item.is-expanded .services__categories-extra li {
    opacity: 1;
    transform: translateY(0)
}

.services__categories-extra li:nth-child(1) {
    transition-delay: .05s
}

.services__categories-extra li:nth-child(2) {
    transition-delay: .08s
}

.services__categories-extra li:nth-child(3) {
    transition-delay: .11s
}

.services__categories-extra li:nth-child(4) {
    transition-delay: .14s
}

.services__categories-extra li:nth-child(5) {
    transition-delay: .17s
}

.services__categories-extra li:nth-child(6) {
    transition-delay: .2s
}

.services__categories-extra li:nth-child(7) {
    transition-delay: .23s
}

.services__categories-extra li:nth-child(8) {
    transition-delay: .26s
}

.services__categories-extra li:nth-child(9) {
    transition-delay: .29s
}

.services__categories-extra li:nth-child(10) {
    transition-delay: .32s
}

.services__categories-extra li:nth-child(11) {
    transition-delay: .35s
}

.services__categories-extra li:nth-child(12) {
    transition-delay: .37s
}

.services__arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 5px;
    transition: all .3s ease;
    text-decoration: none;
    align-self: flex-start;
    z-index: 2;
    transition: all ease 555ms;
    border: 1px solid #B78D65;
    position: absolute;
    bottom: 10px;
    left: 40px
}

.services__arrow img {
    width: 18px;
    height: 18px;
    margin: 0;
    transition: transform .3s ease;
    position: relative;
    z-index: 1
}

.services__arrow:hover {
    background: #b78d65
}

.services__arrow:hover img {
    filter: brightness(0) invert(1)
}

.services__item:hover .services__arrow,
.services__item.is-expanded .services__arrow {
    position: absolute;
    right: 40px;
    top: 40px;
    bottom: auto;
    left: auto
}

.services__item:hover {
    height: fit-content
}

.section-radius {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px
}

@media screen and (min-width: 768px) {
    .section-radius {
        border-top-left-radius: 60px;
        border-top-right-radius: 60px
    }
}

.home-benefits {
    position: relative;
    overflow: hidden;
    background: #1d3949
}

.home-benefits__content {
    padding-right: 0;
    position: relative
}

@media screen and (min-width: 992px) {
    .home-benefits__content {
        padding-right: 30px
    }
}

.home-benefits__content p {
    color: #fff
}

.home-benefits__content p:not(:last-of-type) {
    padding-bottom: 20px
}

.home-benefits__content .section-title {
    justify-content: center
}

@media screen and (min-width: 992px) {
    .home-benefits__content .section-title {
        justify-content: flex-start
    }
}

.home-benefits__content h2,
.home-benefits__content .h2,
.home-benefits__content h3,
.home-benefits__content .h3 {
    text-align: center
}

@media screen and (min-width: 992px) {

    .home-benefits__content h2,
    .home-benefits__content .h2,
    .home-benefits__content h3,
    .home-benefits__content .h3 {
        text-align: left
    }
}

.home-benefits__content h2,
.home-benefits__content .h2 {
    margin: 10px 0 20px
}

.home-benefits__content .main-btn {
    margin-top: 40px;
    margin-inline: auto
}

@media screen and (min-width: 992px) {
    .home-benefits__content .main-btn {
        margin-left: 0
    }
}

.masked-image {
    width: 660px;
    height: auto;
    aspect-ratio: 1.29;
    max-width: 100%;
    background-size: cover;
    background-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-image: url(../img/mask-B2v2JjFD.svg);
    mask-image: url(../img/mask-B2v2JjFD.svg)
}

.home-benefits-slider {
    margin-top: 40px
}

@media screen and (min-width: 992px) {
    .home-benefits-slider {
        margin-top: 0
    }
}

.home-benefits-slider .swiper-slide {
    display: flex;
    justify-content: center
}

.home-benefits .main-btn {
    margin-top: 40px;
    margin-inline: auto
}

@media screen and (min-width: 992px) {
    .home-benefits .main-btn {
        margin-left: 0
    }
}

.template-section {
    display: flex;
    align-items: center;
    column-gap: 8%;
    row-gap: 40px;
    flex-direction: column
}

@media screen and (min-width: 768px) {
    .template-section {
        flex-direction: row
    }
}

.template-section__content {
    width: 100%
}

@media screen and (min-width: 768px) {
    .template-section__content {
        width: 59%
    }
}

.template-section__content p:not(:last-of-type) {
    padding-bottom: 20px
}

.template-section__content .section-title {
    justify-content: center
}

@media screen and (min-width: 768px) {
    .template-section__content .section-title {
        justify-content: flex-start
    }
}

.template-section__content h2,
.template-section__content .h2,
.template-section__content h3,
.template-section__content .h3 {
    text-align: center;
    color: #1d3949
}

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

    .template-section__content h2,
    .template-section__content .h2,
    .template-section__content h3,
    .template-section__content .h3 {
        text-align: left
    }
}

.template-section__content h2,
.template-section__content .h2 {
    margin: 10px 0 20px
}

.template-section__content .main-btn {
    margin-top: 40px;
    margin-inline: auto
}

@media screen and (min-width: 768px) {
    .template-section__content .main-btn {
        margin-left: 0
    }
}

.template-section__image {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    width: 100%;
    transform-origin: bottom
}

@media screen and (min-width: 768px) {
    .template-section__image {
        width: 33%
    }
}

.template-section__image img {
    border-radius: 20px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 1
}

@media screen and (min-width: 768px) {
    .template-section__image img {
        aspect-ratio: .72
    }
}

.template-section__image:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0003;
    display: inline-block
}

.advantages__number.section-title {
    font-family: Noto-Serif-f, sans-serif;
    margin-bottom: 10px;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
    color: #fff
}

@media screen and (min-width: 1280px) {
    .advantages__number.section-title {
        margin-bottom: 20px
    }
}

@media screen and (min-width: 576px) {
    .advantages__number.section-title {
        justify-content: flex-start
    }
}

.blue-line-section {
    position: relative;
    background: #1d3949;
    overflow: hidden
}

.advantages__image {
    position: relative;
    min-height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
    background-position: center center;
    display: none
}

@media screen and (min-width: 992px) {
    .advantages__image {
        display: block
    }
}

.blue-line-section .container .row {
    align-items: stretch
}

.blue-line-section h2,
.blue-line-section .h2 {
    margin-bottom: 40px;
    text-align: center;
    position: relative
}

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

    .blue-line-section h2,
    .blue-line-section .h2 {
        text-align: left
    }
}

.advantages__item-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    position: relative;
    z-index: 2
}

.advantages__item {
    background: #09253580;
    border-radius: 20px;
    padding: 20px 20px 30px;
    width: 100%
}

@media screen and (min-width: 1280px) {
    .advantages__item {
        padding: 30px 30px 50px
    }
}

@media screen and (min-width: 576px) {
    .advantages__item {
        width: calc(50% - 15px)
    }
}

@media screen and (min-width: 768px) {
    .advantages__item {
        width: calc(33.3333333333% - 20px)
    }
}

.advantages__item p,
.advantages__item h5,
.advantages__item .h5 {
    color: #fff;
    text-align: center
}

@media screen and (min-width: 576px) {

    .advantages__item p,
    .advantages__item h5,
    .advantages__item .h5 {
        text-align: left
    }
}

.advantages__item h5,
.advantages__item .h5 {
    font-family: Noto-Serif-f, sans-serif;
    margin: 0 0 10px;
    line-height: 1.5;
    font-weight: 600;
    font-size: calc(14px + .0025*(100vw - 320px))
}

@media screen and (min-width: 1921px) {

    .advantages__item h5,
    .advantages__item .h5 {
        font-size: 18px
    }
}

.advantages__item p {
    font-size: 12px
}

@media screen and (min-width: 1280px) {
    .advantages__item p {
        font-size: 14px
    }
}

.slide__logo {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto
}

.slide__logo img {
    width: 200px;
    max-width: 100%;
    height: auto;
    object-fit: contain;
    max-height: 80px;
    transition: transform ease .3s
}

.slide__logo img:hover {
    transform: scale(1.05)
}

.logo-section h2,
.logo-section .h2 {
    text-align: center
}

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

    .logo-section h2,
    .logo-section .h2 {
        text-align: left
    }
}

.logo-section h2,
.logo-section .h2,
.logo-section .section-title,
.blog-section h2,
.blog-section .h2,
.blog-section .section-title {
    color: #1d3949
}

.swiper-logo {
    margin-top: 60px
}

.blog-section h2,
.blog-section .h2 {
    text-align: center
}

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

    .blog-section h2,
    .blog-section .h2 {
        text-align: left
    }
}

.blog-section .main-btn {
    margin-inline: auto
}

@media screen and (min-width: 768px) {
    .blog-section .main-btn {
        margin-left: 0
    }
}

.blog-items__wrap {
    display: grid;
    margin-block: 40px;
    row-gap: 40px;
    align-items: start;
    grid-template-columns: 1fr;
    grid-template-rows: auto
}

@media screen and (min-width: 768px) {
    .blog-items__wrap {
        grid-template-columns: 60% 40%;
        grid-template-rows: 1fr 1fr
    }
}

.blog-item {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    min-height: 100%
}

.blog-item:not(:last-of-type) {
    border-bottom: 1px solid rgba(63, 102, 122, .3019607843);
    padding-bottom: 40px
}

.blog-item h4,
.blog-item .h4 {
    transition: color ease .5s
}

.blog-item h4:hover,
.blog-item .h4:hover {
    color: #b78d65
}

.blog-item p {
    color: #333;
    font-size: 12px
}

@media screen and (min-width: 768px) {
    .blog-item p {
        font-size: 14px
    }
}

@media screen and (min-width: 1280px) {
    .blog-item p {
        font-size: 16px
    }
}

.blog-item:hover .blog-item__image:after {
    opacity: 1
}

.blog-item:hover .blog-item__image img {
    transform: scale(1.1)
}

.blog-item:nth-child(1) {
    grid-column: auto;
    grid-row: auto;
    border-right: none;
    padding-right: 0;
    margin-right: 0
}

@media screen and (min-width: 768px) {
    .blog-item:nth-child(1) {
        border-right: 1px solid rgba(63, 102, 122, .3019607843);
        grid-column: 1;
        grid-row: 1/span 2;
        padding-right: 40px;
        margin-right: 40px;
        border-bottom: 0
    }
}

@media screen and (min-width: 1280px) {
    .blog-item:nth-child(1) {
        padding-right: 60px;
        margin-right: 60px
    }
}

.blog-item:nth-child(2) {
    grid-column: auto
}

@media screen and (min-width: 768px) {
    .blog-item:nth-child(2) {
        grid-column: 2;
        padding-bottom: 40px;
        border-bottom: 1px solid rgba(63, 102, 122, .3019607843)
    }
}

.blog-item:nth-child(2) .blog-item__image {
    display: none
}

.blog-item:nth-child(3) {
    grid-column: auto
}

@media screen and (min-width: 768px) {
    .blog-item:nth-child(3) {
        grid-column: 2
    }
}

.blog-item:nth-child(3) .blog-item__image {
    display: none
}

.blog-item__image {
    position: relative;
    aspect-ratio: 1.9;
    border-radius: 20px;
    overflow: hidden
}

.blog-item__image:after {
    content: "";
    background: #1d394980;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    opacity: 0;
    transition: opacity ease .5s
}

.blog-item__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform ease .7s
}

.blog-item__date {
    font-family: Noto-Sans-f, sans-serif;
    line-height: 1.6;
    font-weight: 600;
    font-size: calc(12px + .0025*(100vw - 320px));
    color: #333
}

@media screen and (min-width: 1921px) {
    .blog-item__date {
        font-size: 16px
    }
}

.tags__wrap {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 10px
}

.tag__item {
    border: 1px solid #7993A1;
    border-radius: 5px;
    padding: 5px 10px;
    font-size: 10px;
    font-weight: 400;
    line-height: 1.5;
    font-family: Noto-Sans-f, sans-serif;
    transition: all ease .3s;
    color: #1d3949
}

.tag__item a {
    color: #1d3949;
    transition: color ease .3s
}

.tag__item:hover {
    color: #fff;
    background: #7993a1
}

.tag__item:hover a {
    color: #fff
}

@media screen and (min-width: 768px) {
    .tag__item {
        font-size: 12px
    }
}

@media screen and (min-width: 1280px) {
    .tag__item {
        font-size: 14px
    }
}

.contact-section__wrap {
    background: #1d3949;
    position: relative;
    overflow: hidden;
    padding: 40px 20px;
    border-radius: 20px;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    column-gap: 10%;
    row-gap: 60px
}

@media screen and (min-width: 768px) {
    .contact-section__wrap {
        padding: 40px
    }
}

@media screen and (min-width: 1280px) {
    .contact-section__wrap {
        padding: 80px
    }
}

.contact-section__nav {
    position: relative;
    width: 100%;
    text-align: center
}

@media screen and (min-width: 768px) {
    .contact-section__nav {
        text-align: left
    }
}

@media screen and (min-width: 992px) {
    .contact-section__nav {
        width: 32%
    }
}

.contact-section__nav p {
    color: #fff;
    padding: 22px 0 30px
}

.contact-section__nav .footer__soc-link-list {
    margin-top: 40px;
    justify-content: center
}

@media screen and (min-width: 768px) {
    .contact-section__nav .footer__soc-link-list {
        justify-content: flex-start
    }
}

.contact-section__form {
    position: relative;
    width: 100%
}

@media screen and (min-width: 992px) {
    .contact-section__form {
        width: 58%
    }
}

.contact-section__data {
    display: flex;
    flex-direction: column;
    row-gap: 10px
}

.contact-section__data a {
    color: #fff;
    font-family: Noto-Serif-f, sans-serif;
    line-height: 1.5;
    font-weight: 600;
    font-size: calc(14px + .0025*(100vw - 320px));
    transition: color ease .3s
}

.contact-section__data a:hover {
    color: #b78d65
}

@media screen and (min-width: 1921px) {
    .contact-section__data a {
        font-size: 18px
    }
}

.form-contacts__input-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.form__input {
    width: 100%
}

@media (min-width: 992px) {
    .form__input {
        width: 48%
    }
}

.form__input-33 {
    width: 100%
}

@media (min-width: 992px) {
    .form__input-33 {
        width: 32%
    }
}

.form__input-full-width {
    width: 100%
}

.form__input input,
.form__input select,
.form__textarea textarea {
    display: block;
    font-family: Noto-Sans-f, sans-serif;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    color: #fff;
    line-height: 1.6;
    font-weight: 400;
    font-size: 12px;
    padding-block: 10px;
    width: 100%;
    background: transparent;
    border-radius: 0;
    margin-bottom: 20px
}

.form__input input:focus-visible,
.form__input select:focus-visible,
.form__textarea textarea:focus-visible {
    border-color: #b78d65
}

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

    .form__input input,
    .form__input select,
    .form__textarea textarea {
        font-size: 14px
    }
}

@media (min-width: 992px) {

    .form__input input,
    .form__input select,
    .form__textarea textarea {
        margin-bottom: 30px
    }
}

.form__textarea textarea::placeholder,
.form__input input::placeholder {
    color: #fff;
    opacity: 1
}

.form-contacts__btn-wrap {
    margin-top: 10px;
    max-width: 100%
}

@media screen and (max-width: 768px) {
    .form-contacts__btn-wrap {
        margin-inline: auto
    }
}

.form__error,
.form__success {
    color: #fff;
    display: none
}

.form_text_field_error,
.form_text_field_error input {
    border-bottom: 1px solid #CC0D00
}

.form_text_field_success input {
    border-bottom: 1px solid #42904F
}

.form_send_error {
    display: block;
    width: 100%;
    text-align: center;
    border: 2px solid red;
    color: #cc0d00;
    padding: 8px 5px;
    margin-top: 12px
}

.form_send_success {
    display: block;
    width: 100%;
    text-align: center;
    border: 2px solid green;
    color: #42904f;
    padding: 8px 5px;
    margin-top: 12px
}

.footer {
    margin-top: auto;
    background: #132f3f
}

.footer__wrapper {
    padding-block: 50px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px
}

@media screen and (min-width: 576px) {
    .footer__wrapper {
        gap: 30px
    }
}

@media screen and (max-width: 575px) {
    .footer__wrapper>div {
        text-align: center
    }
}

.footer__wrapper h4,
.footer__wrapper .h4 {
    font-family: Noto-Serif-f, sans-serif;
    color: #ffffffe6;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 10px;
    color: #b78d65
}

.footer-logo img {
    width: 282px;
    height: auto;
    object-fit: contain;
    max-width: 80%
}

@media screen and (min-width: 1280px) {
    .footer-logo img {
        max-width: 100%
    }
}

.footer__soc-link-list {
    display: flex;
    align-items: center;
    column-gap: 20px;
    margin-top: 20px
}

@media screen and (min-width: 576px) {
    .footer__soc-link-list {
        margin-top: 60px
    }
}

@media screen and (max-width: 575px) {
    .footer__soc-link-list {
        justify-content: center
    }
}

.footer__soc-link-list li {
    line-height: 1
}

.footer__soc-link-list li:hover img {
    transform: translateY(-4px)
}

.footer__soc-link-list img {
    width: 20px;
    height: 20px;
    transition: transform ease .3s;
    object-fit: contain
}

@media screen and (min-width: 992px) {
    .footer__soc-link-list img {
        width: 24px;
        height: 24px
    }
}

.footer-nav li {
    line-height: 1;
    padding-block: 0
}

@media screen and (min-width: 576px) {
    .footer-nav li {
        padding-block: 3px
    }
}

.footer-nav a {
    font-family: Noto-Sans-f, sans-serif;
    color: #ffffffe6;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.5;
    transition: color ease .5s
}

.footer-nav a:hover {
    color: #b78d65
}

@media screen and (min-width: 992px) {
    .footer-nav a {
        font-size: 14px
    }
}

footer .footer-nav.footer__contact-info {
    width: 300px;
    max-width: 100%;
    display: flex;
    margin-inline: auto;
    align-items: center;
    flex-direction: column;
    row-gap: 7px
}

@media screen and (min-width: 576px) {
    footer .footer-nav.footer__contact-info {
        row-gap: 0;
        align-items: flex-start;
        margin-left: 0
    }
}

footer .footer-nav.footer__contact-info li a {
    transition: color ease .3s
}

footer .footer-nav.footer__contact-info li:hover {
    color: #b78d65
}

.footer__copyright {
    background: #092535;
    padding-block: 15px
}

.footer__copyright p,
.footer__copyright a {
    font-family: Noto-Sans-f, sans-serif;
    color: #ffffffe6;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.5;
    transition: color ease .5s
}

@media screen and (min-width: 1280px) {

    .footer__copyright p,
    .footer__copyright a {
        font-size: 14px
    }
}

.footer__copyright p {
    text-align: center
}

@media screen and (min-width: 576px) {
    .footer__copyright p {
        text-align: left
    }
}

.footer__copyright a {
    transition: color ease 333ms
}

.footer__copyright a:hover {
    color: #b78d65;
    text-decoration: none
}

.footer-links__terms,
.footer-links__terms-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 15px;
    row-gap: 5px
}

.terms__block {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 15px;
    row-gap: 10px
}

@media screen and (min-width: 992px) {
    .terms__block {
        flex-direction: row;
        justify-content: space-between
    }
}

.footer__link-block {
    width: 100%
}

@media screen and (min-width: 576px) {
    .footer__link-block {
        width: calc(50% - 15px)
    }
}

@media screen and (min-width: 768px) {
    .footer__link-block {
        width: calc(26% - 22.5px)
    }
}

@media screen and (min-width: 1280px) {
    .footer__link-block {
        width: calc(33% - 22.5px)
    }
}

.footer__wrapper .nav-block.first-col,
.footer__wrapper .nav-block.second-col,
.footer__wrapper .nav-block.third-col {
    width: 100%
}

@media screen and (min-width: 576px) {

    .footer__wrapper .nav-block.first-col,
    .footer__wrapper .nav-block.second-col,
    .footer__wrapper .nav-block.third-col {
        width: calc(50% - 15px)
    }
}

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

    .footer__wrapper .nav-block.first-col,
    .footer__wrapper .nav-block.second-col {
        width: calc(20% - 22.5px)
    }

    .footer__wrapper .nav-block.third-col {
        width: calc(34% - 22.5px);
        padding-left: 4%
    }
}

@media screen and (min-width: 1280px) {

    .footer__wrapper .nav-block.first-col,
    .footer__wrapper .nav-block.second-col {
        width: calc(16% - 22.5px)
    }

    .footer__wrapper .nav-block.third-col {
        width: calc(35% - 22.5px);
        padding-left: 8%
    }
}

.element-fade-in {
    animation: fadeIn 1.2s ease forwards
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(14px) translate(-6px)
    }

    to {
        opacity: 1;
        transform: translateY(0) translate(0)
    }
}

.element-rotate {
    animation: rotate 1.2s ease forwards;
    transform-origin: center
}

@keyframes rotate {
    0% {
        transform: rotate(10deg)
    }

    to {
        transform: rotate(0)
    }
}

.modal {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #0009;
    justify-content: center;
    align-items: center;
    z-index: 9999
}

.modal.active {
    display: flex
}

.modal__content {
    background: #fff;
    padding: 60px 40px;
    border-radius: 20px;
    max-width: 90%;
    width: 500px;
    position: relative;
    height: auto;
    overflow-y: auto;
    max-height: 95vh
}

.modal__content .form__input input,
.modal__content .form__textarea textarea,
.modal__content select {
    color: #333;
    font-size: 14px;
    border-bottom: 1px solid rgba(29, 57, 73, .2)
}

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

    .modal__content .form__input input,
    .modal__content .form__textarea textarea,
    .modal__content select {
        font-size: 14px
    }
}

.modal__content .form__textarea textarea::placeholder,
.modal__content .form__input input::placeholder {
    color: #333
}

.modal__content h2,
.modal__content .h2 {
    color: #333;
    font-size: calc(18px + .00375*(100vw - 320px));
    margin-bottom: 20px;
    text-align: center
}

@media screen and (min-width: 1921px) {

    .modal__content h2,
    .modal__content .h2 {
        font-size: 24px
    }
}

.modal__content select {
    width: 100%
}

.modal__content .form-contacts__input-wrapper {
    justify-content: center
}

.modal__content .form-contacts__input-wrapper button {
    width: 300px;
    max-width: 100%;
    justify-content: center
}

.modal__close {
    position: absolute;
    top: 30px;
    right: 30px;
    background: transparent;
    border: none;
    cursor: pointer;
    width: 16px;
    height: 16px;
    display: flex
}

.select2-container--open {
    z-index: 9999
}

.select2-container .select2-selection {
    padding: 0;
    height: auto
}

.select2 {
    display: flex;
    box-sizing: border-box;
    display: inline-block;
    margin: 0 0 20px;
    position: relative;
    vertical-align: middle;
    padding: 10px 0;
    border-bottom: 1px solid rgba(29, 57, 73, .2);
    border-radius: 0;
    color: #333;
    font-weight: 400;
    line-height: 1.6;
    font-size: 12px
}

@media screen and (min-width: 768px) {
    .select2 {
        font-size: 14px
    }
}

.select2 .select2-container .selection {
    overflow: hidden
}

.select2-container--default .select2-selection--single {
    background-color: transparent;
    border: none;
    border-radius: 0;
    height: 30px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #333;
    padding: 0;
    line-height: 30px
}

.select2-container--default .select2-selection--single .select2-selection__arrow,
.select2-container .select2-selection .select2-selection__arrow {
    height: 10px;
    position: absolute;
    top: 50%;
    right: 0;
    width: 10px;
    background: url("data:image/svg+xml,%3csvg%20width='9'%20height='5'%20viewBox='0%200%209%205'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1.71419e-05%200.555437C4.09885e-05%200.445576%200.0326366%200.338188%200.0936832%200.246849C0.15473%200.15551%200.241487%200.0843214%200.342987%200.0422825C0.444488%200.000243588%200.556172%20-0.0107582%200.663923%200.0106682C0.771675%200.0320946%200.870655%200.0849873%200.948351%200.162659L4.44446%203.65877L7.94057%200.16266C8.04535%200.0614607%208.18569%200.00546354%208.33135%200.00672934C8.47702%200.00799513%208.61636%200.0664225%208.71936%200.169427C8.82237%200.272431%208.88079%200.411772%208.88206%200.557437C8.88332%200.703101%208.82733%200.843436%208.72613%200.948215L4.83724%204.8371C4.73306%204.94125%204.59178%204.99976%204.44446%204.99976C4.29715%204.99976%204.15587%204.94125%204.05168%204.8371L0.162795%200.948215C0.111105%200.896711%200.0701112%200.835493%200.0421753%200.768084C0.0142393%200.700675%20-8.87192e-05%200.628406%201.71419e-05%200.555437Z'%20fill='%231D3949'/%3e%3c/svg%3e");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 10px;
    transform: translateY(-50%) rotate(0);
    margin-top: 5px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b,
.select2-container .select2-selection .select2-selection__arrow b {
    display: none
}

.select2-dropdown,
.select2-container .select2-dropdown {
    border: 1px solid #B78D65;
    border-radius: 0;
    padding: 0;
    background: #fff
}

.select2-results__option {
    padding: 7px 10px;
    color: #333;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.6
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #1d3949;
    color: #fff
}

.select2-search {
    display: none
}

.custom-checkbox {
    display: inline-block;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    line-height: 1;
    width: 100%;
    margin-bottom: 30px
}

.custom-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.custom-checkbox input[type=checkbox]:checked+label:after {
    display: block
}

.custom-checkbox label {
    display: inline-block;
    position: relative;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    user-select: none;
    padding-left: 30px;
    line-height: 1;
    font-weight: 400;
    margin-bottom: 0;
    color: #1d3949
}

.custom-checkbox label:before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    background: transparent;
    border: 1px solid rgba(29, 57, 73, .2);
    border-radius: 3px
}

.custom-checkbox label:after {
    content: "";
    display: none;
    position: absolute;
    left: 4px;
    top: 4px;
    background: url("data:image/svg+xml,%3csvg%20width='12'%20height='10'%20viewBox='0%200%2012%2010'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M11.8349%202.44017L4.8114%209.82738C4.69944%209.94115%204.55763%2010%204.41582%2010C4.27027%2010%204.12846%209.94115%204.02023%209.82738L0.165138%205.77481C-0.0550461%205.54727%20-0.0550461%205.17458%200.165138%204.94311L1.5273%203.50726C1.73628%203.28756%202.10948%203.28756%202.31847%203.50726L4.41582%205.71204L9.68158%200.172617C9.78607%200.0627696%209.92789%200%2010.0768%200C10.2261%200%2010.3679%200.0627696%2010.4724%200.172617L11.8345%201.60847C12.0551%201.83994%2012.0551%202.21263%2011.8349%202.44017Z'%20fill='%23B78D65'/%3e%3c/svg%3e") no-repeat;
    background-size: contain;
    width: 12px;
    height: 12px
}

.flatpickr-input {
    cursor: pointer
}

.flatpickr-calendar {
    border-radius: 12px;
    box-shadow: 0 10px 40px #00000026
}

.flatpickr-day.selected,
.flatpickr-day.selected:hover {
    background: #1d3949;
    border-color: #1d3949
}

.select-date {
    display: flex;
    align-items: center;
    width: 100%;
    column-gap: 22px;
    row-gap: 30px;
    margin-bottom: 30px;
    flex-direction: column
}

@media screen and (min-width: 576px) {
    .select-date {
        flex-direction: row
    }
}

.select-date>.form-group {
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(29, 57, 73, .2);
    position: relative
}

@media screen and (min-width: 576px) {
    .select-date>.form-group {
        width: calc(48% - 11px)
    }
}

.select-date>.form-group:after {
    content: "";
    position: absolute;
    height: 10px;
    top: 50%;
    right: 0;
    width: 10px;
    background: url("data:image/svg+xml,%3csvg%20width='9'%20height='5'%20viewBox='0%200%209%205'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1.71419e-05%200.555437C4.09885e-05%200.445576%200.0326366%200.338188%200.0936832%200.246849C0.15473%200.15551%200.241487%200.0843214%200.342987%200.0422825C0.444488%200.000243588%200.556172%20-0.0107582%200.663923%200.0106682C0.771675%200.0320946%200.870655%200.0849873%200.948351%200.162659L4.44446%203.65877L7.94057%200.16266C8.04535%200.0614607%208.18569%200.00546354%208.33135%200.00672934C8.47702%200.00799513%208.61636%200.0664225%208.71936%200.169427C8.82237%200.272431%208.88079%200.411772%208.88206%200.557437C8.88332%200.703101%208.82733%200.843436%208.72613%200.948215L4.83724%204.8371C4.73306%204.94125%204.59178%204.99976%204.44446%204.99976C4.29715%204.99976%204.15587%204.94125%204.05168%204.8371L0.162795%200.948215C0.111105%200.896711%200.0701112%200.835493%200.0421753%200.768084C0.0142393%200.700675%20-8.87192e-05%200.628406%201.71419e-05%200.555437Z'%20fill='%231D3949'/%3e%3c/svg%3e");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 10px;
    transform: translateY(-50%) rotate(0);
    display: inline-block;
    margin-top: -2px;
    z-index: 0
}

.select-date>.form-group input {
    width: 100%;
    z-index: 2;
    position: relative;
    cursor: pointer
}

.select-date>.form-group input::placeholder {
    color: #1d3949;
    opacity: 1
}

.time-row {
    width: 100%;
    display: flex;
    align-items: center;
    column-gap: 20px
}

@media screen and (min-width: 576px) {
    .time-row {
        width: calc(52% - 11px)
    }
}

.time-row .form-group {
    flex: 1
}

.time-row .form-group .select2 {
    width: 100% !important;
    padding-top: 0;
    margin-bottom: 0
}

.time-row .form-group .select2 .select2-selection__arrow {
    margin-top: -2px
}

.time-label {
    padding-bottom: 10px
}

.form-group>* {
    font-size: 14px
}

.form-group .select2-selection__placeholder {
    color: #1d3949 !important
}

.about-page .hero-section__content p {
    padding: 0 0 30px
}

.about-page h1,
.about-page .h1 {
    margin-bottom: 30px
}

.about-page .template-section__content h2:not(:first-of-type),
.about-page .template-section__content .h2:not(:first-of-type) {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid rgba(63, 102, 122, .3)
}

@media screen and (min-width: 1279px) {

    .about-page .template-section__content h2:not(:first-of-type),
    .about-page .template-section__content .h2:not(:first-of-type) {
        padding-top: 40px;
        margin-top: 40px
    }
}

.square-list {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative
}

.square-list li {
    margin-bottom: 6px;
    transition: all .3s ease;
    font-family: Noto-Sans-f, sans-serif;
    color: #333;
    line-height: 1.5;
    text-decoration: none;
    transition: color .3s ease;
    gap: 10px;
    font-size: 12px;
    padding-left: 23px
}

@media screen and (min-width: 768px) {
    .square-list li {
        font-size: 12px
    }
}

@media screen and (min-width: 1280px) {
    .square-list li {
        font-size: 14px
    }
}

.square-list li:before {
    content: "";
    position: absolute;
    left: 0;
    background: #b78d65;
    width: 13px;
    min-width: 13px;
    height: 13px;
    border-radius: 3px;
    margin-top: 8px
}

.square-list li:last-child {
    margin-bottom: 0
}

.services-page .temp-sect-wrap {
    border-radius: 0;
    padding-top: 0
}

.services-page .temp-sect-wrap:after {
    display: none
}

.title-section {
    padding: 120px 0 180px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin-top: -80px;
    background-position: center
}

@media screen and (min-width: 992px) {
    .title-section {
        padding: 170px 0 230px
    }
}

.title-section:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    background: #00000080;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px
}

@media screen and (min-width: 768px) {
    .title-section:after {
        border-top-left-radius: 60px;
        border-top-right-radius: 60px
    }
}

.title-section h1,
.title-section .h1 {
    z-index: 2;
    position: relative;
    font-size: calc(1rem + 1vw)
}

@media (min-width: 1200px) {

    .title-section h1,
    .title-section .h1 {
        font-size: 1.75rem
    }
}

.serv-pages__serv-list {
    margin-top: -80px;
    z-index: 2;
    position: relative;
    background-color: #fff;
    padding-top: 80px
}

.section-top-bg {
    height: 210px;
    overflow: hidden;
    position: relative
}

.serv-page-single .page>.temp-sect-wrap {
    margin-top: -80px
}

.serv-page-single .page>.temp-sect-wrap:after {
    display: none
}

.all-temp-sections .col-12 {
    display: flex;
    flex-direction: column;
    row-gap: 80px
}

@media screen and (min-width: 768px) {
    .all-temp-sections .col-12 {
        row-gap: 100px
    }
}

@media screen and (min-width: 1280px) {
    .all-temp-sections .col-12 {
        row-gap: 120px
    }
}

.all-temp-sections .col-12 .template-section:nth-child(odd) {
    flex-direction: row-reverse
}

.all-temp-sections .col-12 .template-section {
    flex-direction: column;
    flex-wrap: wrap
}

@media screen and (min-width: 768px) {
    .all-temp-sections .col-12 .template-section {
        flex-direction: row
    }
}

.service-portfolio__wrap {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px
}

.service-portfolio__item {
    padding: 40px 20px 55px;
    background: #09253580;
    border-radius: 20px;
    width: 100%
}

@media screen and (min-width: 992px) {
    .service-portfolio__item {
        width: calc(33.3333333333% - 20px)
    }
}

@media screen and (min-width: 1280px) {
    .service-portfolio__item {
        padding: 40px 40px 55px
    }
}

.service-portfolio__item h4,
.service-portfolio__item .h4 {
    color: #fff;
    margin: 20px 0
}

.service-portfolio__item img {
    width: 60px;
    min-width: 60px;
    height: 60px;
    object-fit: contain
}

.service-portfolio__item ul li {
    margin-bottom: 6px;
    transition: all .3s ease;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.6;
    text-decoration: none;
    transition: color .3s ease;
    display: flex;
    align-items: flex-start;
    gap: 10px
}

.service-portfolio__item ul li:before {
    content: "";
    background: #b78d65;
    width: 9px;
    min-width: 9px;
    height: 9px;
    border-radius: 3px;
    margin-top: 8px
}

.service-portfolio__item ul li:last-child {
    margin-bottom: 0
}

.service-accordion {
    background: linear-gradient(180deg, #fff, #f7fafb)
}

.service-accordion .section-title {
    color: #b78d65
}

.service-accordion .section-title,
.service-accordion .service-accordion__title {
    text-align: left
}

.service-accordion__title {
    margin-bottom: 40px;
    color: #1d3949
}

.service-accordion__wrap {
    display: flex;
    flex-direction: column;
    row-gap: 14px;
    width: 100%
}

.service-accordion__item {
    border: 1px solid rgba(63, 102, 122, .16);
    border-radius: 0px;
    background: linear-gradient(180deg, #fffffff5, #f7fafbe6), linear-gradient(135deg, #b78d6514, #3f667a0a);
    overflow: hidden;
    box-shadow: 0 14px 34px #1d39490d;
    transition: border-color .3s ease, box-shadow .3s ease, transform .3s ease
}

.service-accordion__item:hover {
    border-color: #b78d656b;
    box-shadow: 0 18px 44px #1d394914;
    transform: translateY(-2px)
}

.service-accordion__item:has(.service-accordion__collapse.show) {
    border-color: #b78d65b8;
    box-shadow: 0 24px 60px #1d39491a
}

.service-accordion__button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 20px;
    color: #1d3949;
    background: transparent;
    border: 0;
    box-shadow: none;
    cursor: pointer;
    font-family: Noto-Serif-f, sans-serif;
    font-weight: 600;
    line-height: 1.45;
    font-size: 14px;
    text-align: left;
    transition: color .3s ease, background .3s ease, box-shadow .3s ease
}

@media screen and (min-width: 768px) {
    .service-accordion__button {
        padding: 24px 28px;
        font-size: 16px
    }
}

.service-accordion__button:hover {
    color: #b78d65;
    background: #b78d650a
}

.service-accordion__button:focus,
.service-accordion__button:focus-visible {
    border-color: transparent;
    box-shadow: inset 0 0 0 2px #b78d6538
}

.service-accordion__button:not(.collapsed) {
    color: #1d3949;
    background: linear-gradient(180deg, #b78d651a, #fffffff5), linear-gradient(135deg, #b78d6514, #3f667a0a);
    box-shadow: inset 4px 0 #b78d65
}

.service-accordion__button:not(.collapsed):hover {
    color: #1d3949;
    background: linear-gradient(180deg, #b78d6524, #fffffff5), linear-gradient(135deg, #b78d651a, #3f667a0d)
}

.service-accordion__button:after {
    width: 38px;
    min-width: 38px;
    height: 38px;
    border-radius: 50%;
    background-color: #b78d65;
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.5 6.75L9 11.25L13.5 6.75' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 18px 18px;
    transform: none;
    transition: transform .3s ease, background-color .3s ease
}

@media screen and (min-width: 768px) {
    .service-accordion__button:after {
        width: 42px;
        min-width: 42px;
        height: 42px
    }
}

.service-accordion__button:not(.collapsed):after {
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.5 6.75L9 11.25L13.5 6.75' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    transform: rotate(180deg)
}

.service-accordion__content {
    padding: 0 20px 24px;
    border-top: 1px solid rgba(63, 102, 122, .1)
}

@media screen and (min-width: 768px) {
    .service-accordion__content {
        padding: 0 28px 30px
    }
}

.service-accordion__content>*:first-child {
    margin-top: 20px
}

.service-accordion__content p,
.service-accordion__content li {
    color: #333
}

.service-accordion__content p:last-child,
.service-accordion__content ul:last-child,
.service-accordion__content ol:last-child {
    margin-bottom: 0
}

.service-accordion__content ul,
.service-accordion__content ol {
    padding-left: 22px;
    margin-bottom: 20px
}

.service-accordion__content ul li {
    list-style-type: disc
}

.service-accordion__content ol li {
    list-style: auto
}

.service-steps,
.service-checklist {
    background: #fff
}

.service-steps .section-title,
.service-steps .service-steps__title,
.service-steps .service-checklist__title,
.service-checklist .section-title,
.service-checklist .service-steps__title,
.service-checklist .service-checklist__title {
    text-align: left
}

.service-steps .section-title,
.service-checklist .section-title {
    color: #b78d65
}

.service-steps__title,
.service-checklist__title {
    margin-bottom: 24px;
    color: #1d3949
}

.service-steps__intro,
.service-checklist__intro {
    max-width: 850px;
    margin: 0 0 36px;
    text-align: left
}

.service-steps__intro p,
.service-checklist__intro p {
    color: #333
}

.service-steps__intro p:last-child,
.service-checklist__intro p:last-child {
    margin-bottom: 0
}

.service-steps__wrap {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px
}

.service-steps__item {
    display: flex;
    gap: 18px;
    padding: 22px 20px;
    border: 1px solid rgba(63, 102, 122, .16);
    border-radius: 18px;
    background: linear-gradient(180deg, #fffffffa, #f7fafbeb), linear-gradient(135deg, #b78d6514, #3f667a0a);
    box-shadow: 0 14px 34px #1d39490d;
    transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease
}

.service-steps__item:hover {
    transform: translateY(-2px);
    border-color: #b78d656b;
    box-shadow: 0 18px 44px #1d394914
}

.service-steps__item h3,
.service-steps__item .h3 {
    margin-bottom: 8px;
    color: #1d3949;
    font-family: Noto-Serif-f, sans-serif;
    font-weight: 600;
    font-size: 14px
}

@media screen and (min-width: 1280px) {

    .service-steps__item h3,
    .service-steps__item .h3 {
        font-size: 16px
    }
}

.service-steps__item p {
    margin-bottom: 0;
    color: #333
}

.service-steps__number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    min-width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #b78d65;
    color: #fff;
    font-family: Noto-Serif-f, sans-serif;
    font-weight: 600;
    font-size: 14px
}

.service-checklist {
    background: linear-gradient(180deg, #f7fafb, #fff)
}

.service-checklist__wrap {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px
}

@media screen and (min-width: 768px) {
    .service-checklist__wrap {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }
}

@media screen and (min-width: 1280px) {
    .service-checklist__wrap {
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }
}

.service-checklist__item {
    position: relative;
    padding: 22px 20px 22px 54px;
    border: 1px solid rgba(63, 102, 122, .14);
    border-radius: 18px;
    background: #ffffffdb;
    box-shadow: 0 12px 30px #1d39490b;
    transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease
}

.service-checklist__item:before {
    content: "";
    position: absolute;
    left: 20px;
    top: 26px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background-color: #b78d65
}

.service-checklist__item:after {
    content: "";
    position: absolute;
    left: 28px;
    top: 29px;
    width: 7px;
    height: 11px;
    border-right: 2px solid #FFFFFF;
    border-bottom: 2px solid #FFFFFF;
    transform: rotate(45deg)
}

.service-checklist__item:hover {
    transform: translateY(-2px);
    border-color: #b78d656b;
    box-shadow: 0 18px 44px #1d394914
}

.service-checklist__item h3,
.service-checklist__item .h3 {
    margin-bottom: 8px;
    color: #1d3949;
    font-family: Noto-Serif-f, sans-serif;
    font-weight: 600;
    font-size: 14px
}

@media screen and (min-width: 1280px) {

    .service-checklist__item h3,
    .service-checklist__item .h3 {
        font-size: 16px
    }
}

.service-checklist__item p {
    margin-bottom: 0;
    color: #333
}

.service-checklist--accent {
    background: linear-gradient(135deg, #1d3949fa, #3f667af0), linear-gradient(180deg, #b78d6538, #b78d6500)
}

.service-checklist--accent .service-checklist__title {
    color: #fff
}

.service-checklist--accent .service-checklist__intro p {
    color: #ffffffd1
}

@media screen and (min-width: 1280px) {
    .service-checklist--accent .service-checklist__wrap {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }
}

.service-checklist--accent .service-checklist__item {
    border-color: #ffffff24;
    background: #ffffff14;
    box-shadow: none
}

.service-checklist--accent .service-checklist__item:hover {
    border-color: #b78d659e;
    background: #ffffff1f;
    box-shadow: 0 18px 44px #00000029
}

.service-checklist--accent .service-checklist__item h3,
.service-checklist--accent .service-checklist__item .h3 {
    color: #fff
}

.service-checklist--accent .service-checklist__item p {
    color: #ffffffc2
}

.service-checklist--lined {
    background: #fff
}

.service-checklist--lined .service-checklist__wrap {
    counter-reset: serviceChecklist;
    gap: 0;
    border-top: 1px solid rgba(63, 102, 122, .14)
}

@media screen and (min-width: 768px) {
    .service-checklist--lined .service-checklist__wrap {
        grid-template-columns: 1fr
    }
}

@media screen and (min-width: 992px) {
    .service-checklist--lined .service-checklist__wrap {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 48px
    }
}

.service-checklist--lined .service-checklist__item {
    counter-increment: serviceChecklist;
    padding: 24px 0 24px 64px;
    border: 0;
    border-bottom: 1px solid rgba(63, 102, 122, .14);
    border-radius: 0;
    background: transparent;
    box-shadow: none
}

.service-checklist--lined .service-checklist__item:before {
    content: counter(serviceChecklist, decimal-leading-zero);
    left: 0;
    top: 24px;
    width: 44px;
    height: 44px;
    border: 1px solid rgba(183, 141, 101, .5);
    background: #b78d6514;
    color: #b78d65;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Noto-Serif-f, sans-serif;
    font-weight: 600;
    font-size: 14px
}

.service-checklist--lined .service-checklist__item:after {
    content: none
}

.service-checklist--lined .service-checklist__item:hover {
    transform: none;
    border-color: #b78d655c;
    box-shadow: none
}

.service-cta {
    background: #fff
}

.service-cta__wrap {
    position: relative;
    overflow: hidden;
    padding: 34px 22px;
    border-radius: 22px;
    background: linear-gradient(135deg, #1d3949f5, #3f667aeb), linear-gradient(135deg, #b78d6540, #fff0);
    text-align: left
}

@media screen and (min-width: 768px) {
    .service-cta__wrap {
        padding: 54px 70px
    }
}

.service-cta__wrap .section-title {
    color: #b78d65
}

.service-cta__wrap h2,
.service-cta__wrap .h2 {
    color: #fff;
    margin-bottom: 18px
}

.service-cta__wrap p {
    color: #ffffffdb
}

.service-cta__wrap .main-btn {
    margin: 28px 0 0
}

.service-cta__text {
    max-width: 780px
}

.service-cta__text p:last-child {
    margin-bottom: 0
}

.approach .template-section__content {
    width: 100%;
    max-width: 900px;
    padding-right: 0;
    margin-bottom: 42px
}

.approach__items-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    padding-top: 0
}

.approach__items-wrap > .approach__item {
    flex: 0 1 100%
}

@media screen and (min-width: 576px) {
    .approach__items-wrap > .approach__item {
        flex: 0 1 calc(50% - 10px)
    }
}

@media screen and (min-width: 992px) {
    .approach__items-wrap > .approach__item {
        flex: 0 1 calc(25% - 15px)
    }

    .approach__items-wrap:has(> .approach__item:nth-child(5):last-child) > .approach__item {
        flex: 0 1 calc(20% - 16px)
    }
}

.approach__item {
    background: linear-gradient(180deg, #3f667a0f, #3f667a00);
    border-radius: 20px;
    padding: 30px 15px;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    align-items: center
}

@media screen and (min-width: 1280px) {
    .approach__item {
        padding: 42px 24px 34px
    }
}

.approach__item img {
    width: 60px;
    height: 60px;
    min-width: 60px;
    object-fit: contain;
    margin-bottom: 10px;
    filter: brightness(0) saturate(100%) invert(56%) sepia(10%) saturate(1527%) hue-rotate(348deg) brightness(102%) contrast(88%)
}

@media screen and (min-width: 1280px) {
    .approach__item img {
        width: 80px;
        height: 80px;
        min-width: 80px
    }
}

.approach__item h3,
.approach__item .h3 {
    color: #1d3949;
    text-transform: initial;
    font-size: 12px;
    text-align: center
}

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

    .approach__item h3,
    .approach__item .h3 {
        font-size: 12px
    }
}

@media screen and (min-width: 1280px) {

    .approach__item h3,
    .approach__item .h3 {
        font-size: 14px
    }
}

.approach__item p {
    font-size: 12px;
    text-align: center
}

@media screen and (min-width: 1280px) {
    .approach__item p {
        font-size: 14px
    }
}

.approach-btn {
    margin-inline: auto;
    margin-top: 40px
}

@media screen and (min-width: 992px) {
    .approach-btn {
        margin-inline: left;
        margin-top: 0
    }
}

.pages-temp-section-styles {
    margin-top: -80px;
    z-index: 2;
    position: relative;
    padding-top: 60px;
    padding-bottom: 80px;
    background: #fff
}

@media screen and (min-width: 768px) {
    .pages-temp-section-styles {
        padding-bottom: 100px
    }
}

@media screen and (min-width: 1280px) {
    .pages-temp-section-styles {
        padding-bottom: 150px;
        padding-top: 80px
    }
}

.category-intro {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(63, 102, 122, .3019607843)
}

.category-intro .category-intro__icon {
    width: 48px;
    height: 48px;
    object-fit: contain;
    margin-bottom: 15px
}

.category-intro p {
    color: #333;
    margin-bottom: 10px
}

.category-intro p:last-child {
    margin-bottom: 0
}

.category-intro__count {
    display: inline-block;
    font-family: Noto-Serif-f, sans-serif;
    font-weight: 600;
    font-size: 12px;
    color: #1d3949
}

@media screen and (min-width: 1280px) {
    .category-intro__count {
        font-size: 14px
    }
}

.jurisdiction-intro {
    color: #333;
    margin-bottom: 30px
}

.jurisdiction-list {
    display: flex;
    flex-direction: column
}

.jurisdiction-item {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 28px 0;
    border-bottom: 1px solid rgba(63, 102, 122, .3019607843)
}

.jurisdiction-item:first-child {
    padding-top: 0
}

.jurisdiction-item:last-child {
    border-bottom: none;
    padding-bottom: 0
}

@media screen and (min-width: 768px) {
    .jurisdiction-item {
        flex-direction: row;
        gap: 32px
    }
}

.jurisdiction-item__head {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0
}

@media screen and (min-width: 768px) {
    .jurisdiction-item__head {
        width: 240px
    }
}

.jurisdiction-item__flag {
    width: 36px;
    height: 27px;
    object-fit: cover;
    border-radius: 4px;
    box-shadow: 0 0 0 1px rgba(63, 102, 122, .2);
    flex-shrink: 0
}

.jurisdiction-item__head h3 {
    color: #1d3949;
    margin: 0
}

.jurisdiction-item__body {
    flex: 1
}

.jurisdiction-item__services {
    font-family: Noto-Serif-f, sans-serif;
    font-weight: 600;
    font-size: 12px;
    color: #b78d65;
    margin-bottom: 10px
}

@media screen and (min-width: 1280px) {
    .jurisdiction-item__services {
        font-size: 14px
    }
}

.jurisdiction-item__description {
    color: #333
}

.jurisdiction-item__description ol,
.jurisdiction-item__description ul {
    padding-left: 20px;
    margin: 0
}

.jurisdiction-item__description li {
    margin-bottom: 8px
}

.jurisdiction-item__description li:last-child {
    margin-bottom: 0
}

.jurisdiction-item__description p {
    margin-bottom: 10px
}

.jurisdiction-item__description p:last-child {
    margin-bottom: 0
}

.blog_categories {
    padding-left: 0;
    position: sticky;
    top: 130px;
    transition: all ease 555ms
}

@media screen and (min-width: 992px) {
    .blog_categories {
        padding-left: 30px
    }
}

@media screen and (max-width: 991px) {
    .blog_categories {
        position: relative;
        top: 0;
        margin-top: 60px
    }
}

.blog_categories h2,
.blog_categories .h2 {
    margin-bottom: 20px;
    font-size: calc(16px + .0025*(100vw - 320px));
    color: #1d3949
}

@media screen and (min-width: 1921px) {

    .blog_categories h2,
    .blog_categories .h2 {
        font-size: 20px
    }
}

.blog_categories a {
    color: #1d3949;
    transition: color ease .3s
}

.blog_categories a:hover {
    color: #b78d65
}

.blog_categories ul li {
    margin-bottom: 10px
}

.blog_categories ul li a {
    font-family: Noto-Serif-f, sans-serif;
    font-weight: 600;
    line-height: 1.6;
    color: #1d3949;
    transition: color ease .3s;
    font-size: 12px
}

@media screen and (min-width: 768px) {
    .blog_categories ul li a {
        font-size: 12px
    }
}

@media screen and (min-width: 1280px) {
    .blog_categories ul li a {
        font-size: 14px
    }
}

.blog_categories ul li a:hover {
    color: #b78d65
}

.blog_categories .categories {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(63, 102, 122, .3019607843)
}

.blog_item {
    column-gap: 30px
}

@media screen and (max-width: 575px) {
    .blog_item {
        column-gap: 15px
    }
}

.blog_item h5,
.blog_item .h5 {
    font-family: Noto-Serif-f, sans-serif;
    font-weight: 600;
    line-height: 1.6;
    transition: color ease .3s;
    margin-bottom: 10px;
    font-size: calc(14px + .00375*(100vw - 320px));
    color: #1d3949
}

.blog_item h5:hover,
.blog_item .h5:hover {
    color: #b78d65
}

@media screen and (min-width: 1921px) {

    .blog_item h5,
    .blog_item .h5 {
        font-size: 20px
    }
}

.blog_item span {
    font-weight: 600;
    font-size: 12px;
    line-height: 1.5;
    color: #333;
    padding-bottom: 10px;
    display: inline-block
}

@media screen and (min-width: 768px) {
    .blog_item span {
        font-size: 12px
    }
}

@media screen and (min-width: 1280px) {
    .blog_item span {
        font-size: 14px
    }
}

.blog__content-block {
    border-right: none;
    padding-right: 0
}

@media screen and (min-width: 992px) {
    .blog__content-block {
        padding-right: 60px;
        border-right: 1px solid rgba(63, 102, 122, .3019607843)
    }
}

.blog__content-block .blog_item {
    display: flex;
    flex-direction: column;
    margin-bottom: 60px
}

@media screen and (min-width: 576px) {
    .blog__content-block .blog_item {
        flex-direction: row
    }
}

.blog__content-block .blog_item>a {
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    height: fit-content;
    position: relative;
    margin-bottom: 10px
}

.blog__content-block .blog_item>a:hover:after {
    opacity: 1;
    height: 100%
}

@media screen and (min-width: 576px) {
    .blog__content-block .blog_item>a {
        width: 35%;
        margin-bottom: 0
    }
}

.blog__content-block .blog_item>a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    background: #1d394999;
    opacity: 0;
    transition: all ease .5s;
    height: 0
}

.blog__content-block .blog_item>a img {
    width: 100%;
    height: auto;
    aspect-ratio: 1.26;
    object-fit: cover
}

.blog__content-block .blog_item>div {
    width: 100%
}

@media screen and (min-width: 576px) {
    .blog__content-block .blog_item>div {
        width: calc(65% - 30px)
    }
}

.blog__content-block .blog_item p {
    color: #333
}

.blog__content-block .blog_item:first-child {
    flex-direction: column
}

.blog__content-block .blog_item:first-child>a {
    margin-bottom: 10px;
    width: 100%
}

.blog__content-block .blog_item:first-child>a img {
    aspect-ratio: 2.1
}

.blog__content-block .blog_item:first-child>div {
    width: 100%
}

.popular__post .blog_item {
    margin-bottom: 15px
}

.popular__post .blog_item h5,
.popular__post .blog_item .h5 {
    font-size: 14px;
    margin-bottom: 5px
}

@media screen and (min-width: 1280px) {

    .popular__post .blog_item h5,
    .popular__post .blog_item .h5 {
        font-size: 16px
    }
}

.popular__post .blog_item span {
    font-size: 10px;
    padding-bottom: 0
}

@media screen and (min-width: 1280px) {
    .popular__post .blog_item span {
        font-size: 12px
    }
}

.blog-post__tag {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    column-gap: 10px;
    row-gap: 5px;
    margin-top: 20px
}

.blog-post__tag li {
    color: #1d3949;
    border-radius: 5px;
    border: 1px solid rgb(121, 147, 161);
    padding: 5px 10px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.5;
    transition: background ease 555ms
}

@media screen and (min-width: 992px) {
    .blog-post__tag li {
        font-size: 14px
    }
}

.blog-post__tag li a {
    color: inherit;
    text-decoration: none
}

.blog-post__tag li:hover a {
    color: #b78d65
}

.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
    column-gap: 10px;
    padding-right: 0
}

@media screen and (min-width: 768px) {
    .pagination {
        margin-top: 90px
    }
}

@media screen and (min-width: 992px) {
    .pagination {
        padding-right: 60px
    }
}

.page-numbers__list {
    display: flex;
    column-gap: 10px
}

.page-numbers {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    max-width: 50px;
    height: 50px;
    border-radius: 5px;
    font-family: Noto-Serif-f, sans-serif;
    border: 1px solid #1D3949;
    background: #1d3949;
    color: #fff;
    font-size: 12px;
    width: 34px;
    height: 34px;
    max-width: 34px;
    line-height: 1.5;
    font-weight: 500;
    transition: all .3s ease-in
}

.page-numbers.dots {
    background: transparent;
    border: none;
    color: #1d3949
}

.page-numbers:hover {
    color: #b78d65;
    background: transparent;
    text-decoration: none
}

@media screen and (min-width: 1280px) {
    .page-numbers {
        width: 50px;
        max-width: 50px;
        height: 50px;
        font-size: 16px
    }
}

.page-numbers.current {
    background: #b78d65;
    border: 1px solid #B78D65;
    color: #fff
}

.page-numbers.prev.inactive,
.page-numbers.next.inactive {
    opacity: .2;
    pointer-events: none;
    cursor: default
}

.page-numbers.next:hover svg path,
.page-numbers.prev:hover svg path {
    fill: #1d3949
}

.page-numbers.next svg,
.page-numbers.prev svg {
    transition: all 555ms ease-in;
    width: 14px;
    height: 14px
}

.general-section__styles p,
.post p {
    margin-bottom: 30px;
    color: #333
}

.general-section__styles h2,
.general-section__styles .h2,
.general-section__styles h3,
.general-section__styles .h3,
.general-section__styles h4,
.general-section__styles .h4,
.general-section__styles h5,
.general-section__styles .h5,
.post h2,
.post .h2,
.post h3,
.post .h3,
.post h4,
.post .h4,
.post h5,
.post .h5 {
    margin-bottom: 10px;
    font-family: Noto-Serif-f, sans-serif;
    font-weight: 600;
    color: #1d3949;
    text-transform: initial
}

.general-section__styles h2,
.general-section__styles .h2,
.post h2,
.post .h2 {
    font-size: calc(16px + .00375*(100vw - 320px))
}

@media screen and (min-width: 1921px) {

    .general-section__styles h2,
    .general-section__styles .h2,
    .post h2,
    .post .h2 {
        font-size: 22px
    }
}

.general-section__styles h3,
.general-section__styles .h3,
.post h3,
.post .h3 {
    font-size: calc(15px + 5 * (100vw - 320px) / 1600)
}

@media screen and (min-width: 1921px) {

    .general-section__styles h3,
    .general-section__styles .h3,
    .post h3,
    .post .h3 {
        font-size: 20px
    }
}

.general-section__styles h4,
.general-section__styles .h4,
.post h4,
.post .h4 {
    font-size: calc(14px + .0025*(100vw - 320px))
}

@media screen and (min-width: 1921px) {

    .general-section__styles h4,
    .general-section__styles .h4,
    .post h4,
    .post .h4 {
        font-size: 18px
    }
}

.general-section__styles h5,
.general-section__styles .h5,
.post h5,
.post .h5 {
    font-size: calc(12px + .00125*(100vw - 320px))
}

@media screen and (min-width: 1921px) {

    .general-section__styles h5,
    .general-section__styles .h5,
    .post h5,
    .post .h5 {
        font-size: 14px
    }
}

.general-section__styles ul,
.general-section__styles ol,
.post ul,
.post ol {
    margin-bottom: 20px
}

.general-section__styles ul,
.post ul {
    padding-left: 30px
}

.general-section__styles ul li,
.post ul li {
    list-style-type: disc
}

.general-section__styles ol,
.post ol {
    padding-left: 30px
}

.general-section__styles ol li,
.post ol li {
    list-style: auto
}

.general-section__styles li,
.post li {
    font-family: Noto-Sans-f, sans-serif;
    font-weight: 400;
    line-height: 1.5;
    color: #333;
    font-size: 12px;
    margin-bottom: 5px
}

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

    .general-section__styles li,
    .post li {
        font-size: 12px
    }
}

@media screen and (min-width: 1280px) {

    .general-section__styles li,
    .post li {
        font-size: 14px
    }
}

.general-section__styles a,
.post a {
    transition: color ease .3s
}

.general-section__styles a:hover,
.post a:hover {
    color: #1d3949
}

.post blockquote {
    line-height: 1.5;
    color: #333;
    padding: 4% 6%;
    background: linear-gradient(180deg, #f3f6f7, #fff);
    border-radius: 20px;
    margin-bottom: 30px;
    font-weight: 400;
    font-size: calc(14px + .0025*(100vw - 320px))
}

@media screen and (min-width: 1921px) {
    .post blockquote {
        font-size: 18px
    }
}

.post ul {
    padding-left: 30px
}

.post ul.blog-post__tag {
    padding-left: 0
}

.post ul.blog-post__tag li {
    list-style-type: none
}

.post a:not(a.share-btn):not(.post__tag-item) {
    color: #1d3949;
    font-size: 12px
}

@media screen and (min-width: 1280px) {
    .post a:not(a.share-btn):not(.post__tag-item) {
        font-size: 14px
    }
}

.post a:not(a.share-btn):not(.post__tag-item):hover {
    text-decoration: underline
}

cite {
    font-style: normal
}

.post__share-btn-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 60px
}

@media screen and (min-width: 768px) {
    .post__share-btn-wrap {
        justify-content: flex-start
    }
}

.news-block__date {
    font-size: 12px;
    margin-bottom: 10px
}

@media screen and (min-width: 768px) {
    .news-block__date {
        font-size: 12px
    }
}

.share-btn {
    padding: 6.5px 20px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.7;
    display: flex;
    justify-content: center;
    column-gap: 5px;
    text-transform: uppercase;
    align-items: center;
    position: relative;
    width: 30%;
    border-radius: 5px;
    overflow: hidden
}

@media screen and (min-width: 576px) {
    .share-btn {
        font-size: 14px;
        column-gap: 10px
    }
}

@media screen and (min-width: 768px) {
    .share-btn {
        width: auto
    }
}

.share-btn:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    background: #00000026;
    height: 0;
    transition: height ease 333ms;
    border-radius: 5px
}

.share-btn:hover {
    color: #fff
}

.share-btn:hover:after {
    height: 100%
}

.share-btn img {
    width: 14px;
    height: 14px;
    object-fit: contain
}

@media screen and (min-width: 576px) {
    .share-btn img {
        width: 16px;
        height: 16px
    }
}

.post-facebook {
    background: #3b5998
}

.post-tweet {
    background: #000
}

.post-whatsapp {
    background: #25d366
}

.post-mail {
    background: #1d3949
}

.post-share {
    background: #b78d65
}

.post-linkedin {
    background: #0072b1
}

.post__wrap {
    border-right: none;
    padding-right: 0
}

@media screen and (min-width: 992px) {
    .post__wrap {
        padding-right: 60px;
        border-right: 1px solid rgba(63, 102, 122, .3019607843)
    }
}

.career__wrap p:not(:last-of-type) {
    margin-bottom: 30px
}

.contact-page-main-section .contact-section__wrap {
    overflow: visible;
    background: transparent;
    padding: 0;
    flex-direction: column
}

.contact-page-main-section .contact-section__form {
    width: 100%
}

.form__file-upload {
    margin-bottom: 20px;
    margin-top: 10px
}

.file-upload-label {
    display: block;
    padding: 30px 20px;
    border: 1px dashed rgba(255, 255, 255, .3);
    border-radius: 10px;
    cursor: pointer;
    transition: all .3s ease;
    text-align: center
}

.file-upload-label:hover {
    border-color: #ffffff80;
    background: #ffffff0d
}

.file-upload-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    color: #fffc
}

.file-upload-text {
    display: flex;
    flex-direction: column;
    gap: 5px
}

.file-upload-text strong {
    font-size: 12px;
    font-weight: 600;
    color: #fff
}

@media screen and (min-width: 992px) {
    .file-upload-text strong {
        font-size: 14px
    }
}

.file-upload-text span {
    font-size: 12px;
    font-weight: 400;
    color: #fff
}

@media screen and (min-width: 992px) {
    .file-upload-text span {
        font-size: 14px
    }
}

.file-name {
    display: none;
    margin-top: 10px;
    padding: 8px 12px;
    background: #ffffff1a;
    border-radius: 4px;
    font-size: 14px;
    color: #fff
}

.file-name.active {
    display: inline-block
}

.file-upload-label.has-file {
    border-color: #b78d65;
    background: #a67c521a
}

.file-upload-label.has-file .file-upload-content img {
    filter: invert(55%) sepia(68%) saturate(238%) hue-rotate(348deg) brightness(94%) contrast(89%)
}

.contacts-page__contact-info {
    width: 100%;
    padding-right: 5%;
    text-align: center
}

@media screen and (min-width: 768px) {
    .contacts-page__contact-info {
        width: 34%;
        text-align: left
    }
}

.contacts-page__contact-form {
    width: 100%
}

@media screen and (min-width: 768px) {
    .contacts-page__contact-form {
        width: 66%
    }
}

.contacts-page__contact-form .form__input input,
.contacts-page__contact-form .form__textarea textarea,
.contacts-page__contact-form .form__textarea textarea::placeholder,
.contacts-page__contact-form .form__input input::placeholder {
    color: #1d3949
}

.contacts-page__contact-form .form__input input,
.contacts-page__contact-form .form__textarea textarea {
    border-bottom: 1px solid rgba(29, 57, 73, .2)
}

.contacts-page__contact-form .form__input input:focus-visible,
.contacts-page__contact-form .form__textarea textarea:focus-visible {
    border-color: #b78d65
}

.contacts-page__main-block {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    row-gap: 40px;
    align-items: center
}

@media screen and (min-width: 768px) {
    .contacts-page__main-block {
        flex-direction: row;
        align-items: flex-start
    }
}

.contacts-page__main-block h2,
.contacts-page__main-block .h2 {
    color: #1d3949;
    margin-bottom: 20px;
    text-align: center
}

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

    .contacts-page__main-block h2,
    .contacts-page__main-block .h2 {
        text-align: left
    }
}

.contacts-page__contact-info h3,
.contacts-page__contact-info .h3 {
    font-family: Noto-Sans-f, sans-serif;
    color: #b78d65;
    font-weight: 600;
    font-size: 12px
}

.contacts-page__contact-info a {
    font-family: Noto-Serif-f, sans-serif;
    color: #1d3949;
    font-weight: 600;
    line-height: 1.5;
    font-size: 12px;
    transition: color ease .3s;
    width: 315px;
    max-width: 100%
}

.contacts-page__contact-info a:hover {
    color: #b78d65
}

@media screen and (min-width: 768px) {
    .contacts-page__contact-info a {
        font-size: 14px
    }
}

@media screen and (min-width: 1280px) {
    .contacts-page__contact-info a {
        font-size: 14px
    }
}

.contacts-page__contact-info a[href^="mailto:"] {
    word-break: break-all
}

.contacts-page__contact-info>div {
    margin-bottom: 20px
}

.contacts-page__contact-info .footer__soc-link-list {
    margin-top: 10px;
    justify-content: center
}

@media screen and (min-width: 768px) {
    .contacts-page__contact-info .footer__soc-link-list {
        justify-content: flex-start
    }
}

.general-section__styles span {
    margin-bottom: 5px;
    display: inline-block
}

.general-section__styles h1,
.general-section__styles .h1 {
    color: #1d3949;
    margin-bottom: 30px
}

@media screen and (min-width: 992px) {

    .general-section__styles h1,
    .general-section__styles .h1 {
        margin-bottom: 60px
    }
}

.general-section__styles>div h3,
.general-section__styles>div .h3 {
    color: #333;
    font-family: Noto-Sans-f, sans-serif
}

.general-section__styles>div p {
    font-size: 12px
}

@media screen and (min-width: 768px) {
    .general-section__styles>div p {
        font-size: 12px
    }
}

@media screen and (min-width: 1280px) {
    .general-section__styles>div p {
        font-size: 14px
    }
}

.general-section__styles>div a {
    color: #333;
    transition: color ease .3s
}

.general-section__styles>div a:hover {
    color: #1d3949
}

.page404__section {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 100%;
    min-height: 100vh;
    overflow: hidden
}

.page404__section:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 150%;
    width: 120vw;
    z-index: 0;
    transition: transform ease 15s;
    animation: floatDiagonalWave 26s ease-in-out infinite;
    will-change: transform;
    transform-origin: top center;
    background-color: #1d3949;
    background-image: url(../img/hero-section-bg-DvIQw44H.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center
}

.page404__wrap {
    padding: 80px 0;
    width: 800px;
    max-width: 100%;
    margin-inline: auto;
    text-align: center;
    z-index: 1;
    position: relative
}

@media screen and (min-width: 992px) {
    .page404__wrap {
        padding-block: 110px
    }
}

.page404__wrap h1,
.page404__wrap .h1 {
    font-family: Noto-Serif-f, sans-serif;
    margin-bottom: 20px;
    line-height: 1.25
}

.page404__wrap p {
    color: #fff
}

.page404__wrap .main-btn {
    margin-top: 40px;
    margin-inline: auto;
    justify-content: center;
    max-width: 100%
}

.page404__wrap img {
    width: 606px;
    max-width: 80%;
    height: auto;
    object-fit: contain;
    margin-bottom: 60px
}

@media screen and (min-width: 768px) {
    .page404__wrap img {
        max-width: 90%
    }
}

.banner__text {
    background: linear-gradient(180deg, #f3f6f7, #fff);
    padding: 40px 20px;
    border-radius: 20px
}

@media screen and (min-width: 768px) {
    .banner__text {
        padding: 40px
    }
}

.banner__text p {
    font-weight: 600
}

.temp-blocks__wrap {
    display: flex;
    flex-direction: column
}

.temp-blocks__wrap .template-section {
    margin-bottom: 30px
}

@media screen and (min-width: 768px) {
    .temp-blocks__wrap .template-section {
        margin-bottom: 60px
    }
}

.temp-blocks__wrap .template-section:nth-child(odd) {
    flex-direction: column
}

@media screen and (min-width: 768px) {
    .temp-blocks__wrap .template-section:nth-child(odd) {
        flex-direction: row-reverse
    }
}

.text-page-temp>div p:not(:last-of-type) {
    padding-bottom: 0
}

.text-page-temp>div span {
    font-weight: 600
}

.text-page-temp h2,
.text-page-temp .h2 {
    text-align: center
}

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

    .text-page-temp h2,
    .text-page-temp .h2 {
        text-align: left
    }
}

body {
    -webkit-user-select: none;
    user-select: none
}

input,
textarea,
select,
[contenteditable="true"] {
    -webkit-user-select: text;
    user-select: text
}