@charset "UTF-8";

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

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

body {
    margin: 0;
    font-family: 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";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fefaf4;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
    margin: 1rem 0;
    color: inherit;
    border: 0;
    border-top: 1px solid;
    opacity: 0.25;
}

h6,
.h6,
h5,
h4,
.h4,
h3,
h2,
h1,
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}

h1,
.h1 {
    font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
    h1,
    .h1 {
        font-size: 2.5rem;
    }
}

h2 {
    font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
    h2 {
        font-size: 2rem;
    }
}

h3 {
    font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
    h3 {
        font-size: 1.75rem;
    }
}

h4,
.h4 {
    font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
    h4,
    .h4 {
        font-size: 1.5rem;
    }
}

h5 {
    font-size: 1.25rem;
}

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

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

ol,
ul {
    padding-left: 2rem;
    margin-top: 0;
    margin-bottom: 1rem;
}

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

blockquote {
    margin: 0 0 1rem;
}

strong {
    font-weight: bolder;
}

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

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

a {
    color: #c1bd8a;
    text-decoration: underline;
    font-weight: bold !important;
}

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

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 {
    text-transform: none;
}

[role="button"] {
    cursor: pointer;
}

select {
    word-wrap: normal;
}
select:disabled {
    opacity: 1;
}

[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
    cursor: pointer;
}

textarea {
    resize: vertical;
}

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

iframe {
    border: 0;
}

[hidden] {
    display: none !important;
}

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

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

.container {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}
@media (min-width: 1400px) {
    .container {
        max-width: 1320px;
    }
}

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

.col {
    flex: 1 0 0%;
}

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

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

.col-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
}

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

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

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

@media (min-width: 576px) {
    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%;
    }
}
@media (min-width: 768px) {
    .row-cols-md-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-md-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-md-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-md-2 {
        margin-left: 16.66666667%;
    }
}
@media (min-width: 992px) {
    .col-lg {
        flex: 1 0 0%;
    }
    .row-cols-lg-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .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-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%;
    }
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fefaf4;
    background-clip: padding-box;
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .form-control {
        transition: none;
    }
}
.form-control[type="file"] {
    overflow: hidden;
}
.form-control[type="file"]:not(:disabled):not([readonly]) {
    cursor: pointer;
}
.form-control:focus {
    color: #212529;
    background-color: #fefaf4;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-control::-webkit-date-and-time-value {
    min-width: 85px;
    height: 1.5em;
    margin: 0;
}
.form-control::-webkit-datetime-edit {
    display: block;
    padding: 0;
}
.form-control::-moz-placeholder {
    color: rgba(33, 37, 41, 0.75);
    opacity: 1;
}
.form-control::placeholder {
    color: rgba(33, 37, 41, 0.75);
    opacity: 1;
}
.form-control:disabled {
    background-color: #e9ecef;
    opacity: 1;
}
.form-control::file-selector-button {
    padding: 0.375rem 0.75rem;
    margin: -0.375rem -0.75rem;
    margin-inline-end: 0.75rem;
    color: #212529;
    background-color: #f8f9fa;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .form-control::file-selector-button {
        transition: none;
    }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: #e9ecef;
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding: 0.375rem 0;
    margin-bottom: 0;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
}

textarea.form-control {
    min-height: calc(1.5em + 0.75rem + calc(1px * 2));
}
textarea.form-control-sm {
    min-height: calc(1.5em + 0.5rem + calc(1px * 2));
}
textarea.form-control-lg {
    min-height: calc(1.5em + 1rem + calc(1px * 2));
}

.form-select {
    --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    display: block;
    width: 100%;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fefaf4;
    background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .form-select {
        transition: none;
    }
}
.form-select:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-select[multiple],
.form-select[size]:not([size="1"]) {
    padding-right: 0.75rem;
    background-image: none;
}
.form-select:disabled {
    background-color: #e9ecef;
}
.form-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #212529;
}

.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: 0.125rem;
}
.form-check .form-check-input {
    float: left;
    margin-left: -1.5em;
}

.form-check-reverse {
    padding-right: 1.5em;
    padding-left: 0;
    text-align: right;
}
.form-check-reverse .form-check-input {
    float: right;
    margin-right: -1.5em;
    margin-left: 0;
}

.form-check-input {
    --bs-form-check-bg: #fefaf4;
    flex-shrink: 0;
    width: 1em;
    height: 1em;
    margin-top: 0.25em;
    vertical-align: top;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-form-check-bg);
    background-image: var(--bs-form-check-bg-image);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid #dee2e6;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
}
.form-check-input[type="checkbox"] {
    border-radius: 0.25em;
}
.form-check-input[type="radio"] {
    border-radius: 50%;
}
.form-check-input:active {
    filter: brightness(90%);
}
.form-check-input:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-check-input:checked {
    background-color: #0d6efd;
    border-color: #0d6efd;
}
.form-check-input:checked[type="checkbox"] {
    --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type="radio"] {
    --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type="checkbox"]:indeterminate {
    background-color: #0d6efd;
    border-color: #0d6efd;
    --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
    pointer-events: none;
    filter: none;
    opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label,
.form-check-input:disabled ~ .form-check-label {
    cursor: default;
    opacity: 0.5;
}


.btn {
    --bs-btn-color: #212529;
    --bs-btn-border-color: transparent;
    --bs-btn-hover-border-color: transparent;
    display: inline-block;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-btn-color);
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 1px solid var(--bs-btn-border-color);
    border-radius: 0.375rem;
    background-color: transparent;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .btn {
        transition: none;
    }
}
.btn:hover {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-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: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), 0.5);
}
.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:first-child:active:focus-visible,
.btn.active:focus-visible,
.btn.show:focus-visible {
    box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), 0.5);
}
.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: 0.65;
}

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


.fade {
    transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
    .fade {
        transition: none;
    }
}
.fade:not(.show) {
    opacity: 0;
}

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

.collapsing {
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
    .collapsing {
        transition: none;
    }
}
.collapsing.collapse-horizontal {
    width: 0;
    height: auto;
    transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
    .collapsing.collapse-horizontal {
        transition: none;
    }
}


.nav {
    --bs-nav-link-padding-x: 1rem;
    --bs-nav-link-padding-y: 0.5rem;
    --bs-nav-link-color: #c1bd8a;
    --bs-nav-link-hover-color: #0a58ca;
    --bs-nav-link-disabled-color: rgba(33, 37, 41, 0.75);
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}


.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: var(--bs-card-height);
    color: #212529;
    word-wrap: break-word;
    background-color: rgba(254, 250, 244, 0.7);
    background-clip: border-box;
    border-left: 1px solid #bbb;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #bbb;
    border-right: 1px solid #eee;    
}

.card-body {
    flex: 1 1 auto;
    padding: 1rem 1rem;
    color: var(--bs-card-color);
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0;
    margin-bottom: 1rem;
    list-style: none;
}

.breadcrumb-item {
    color: #ccc;
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
    float: left;
    padding-right: 0.5rem;
    color: #ccc;
    content: var(--bs-breadcrumb-divider, ">") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}
.breadcrumb-item.active {
    color: #ccc;
}

.btn-close {
    --bs-btn-close-color: #000;
    --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
    --bs-btn-close-opacity: 0.5;
    --bs-btn-close-hover-opacity: 0.75;
    --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    --bs-btn-close-focus-opacity: 1;
    --bs-btn-close-disabled-opacity: 0.25;
    --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em 0.25em;
    color: var(--bs-btn-close-color);
    background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
    border: 0;
    border-radius: 0.375rem;
    opacity: var(--bs-btn-close-opacity);
}
.btn-close:hover {
    color: var(--bs-btn-close-color);
    text-decoration: none;
    opacity: var(--bs-btn-close-hover-opacity);
}
.btn-close:focus {
    outline: 0;
    box-shadow: var(--bs-btn-close-focus-shadow);
    opacity: var(--bs-btn-close-focus-opacity);
}
.btn-close:disabled,
.btn-close.disabled {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    opacity: var(--bs-btn-close-disabled-opacity);
}

.btn-close-white {
    filter: var(--bs-btn-close-white-filter);
}

[data-bs-theme="dark"] .btn-close {
    filter: var(--bs-btn-close-white-filter);
}


.modal {
    --bs-modal-width: 500px;
    --bs-modal-margin: 0.5rem;
    --bs-modal-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1055;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: var(--bs-modal-margin);
    pointer-events: none;
}
.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none;
    }
}
.modal.show .modal-dialog {
    transform: none;
}
.modal.modal-static .modal-dialog {
    transform: scale(1.02);
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fefaf4;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.175);
    border-radius: 0.5rem;
    outline: 0;
}

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

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.5rem - (1px));
    border-top-right-radius: calc(0.5rem - (1px));
}
.modal-header .btn-close {
    padding: calc(1rem * 0.5) calc(1rem * 0.5);
    margin: calc(-0.5 * 1rem) calc(-0.5 * 1rem) calc(-0.5 * 1rem) auto;
}

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

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

@media (min-width: 576px) {
    .modal {
        --bs-modal-margin: 1.75rem;
        --bs-modal-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    }
    .modal-dialog {
        max-width: var(--bs-modal-width);
        margin-right: auto;
        margin-left: auto;
    }
    .modal-sm {
        --bs-modal-width: 300px;
    }
}
@media (min-width: 992px) {
    .modal-lg,
    .modal-xl {
        --bs-modal-width: 800px;
    }
}
@media (min-width: 1200px) {
    .modal-xl {
        --bs-modal-width: 1140px;
    }
}

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

.bg-light {
    background-color: rgba(248, 249, 250, 1) !important;
}

.text-dark {
    color: rgba(33, 37, 41, 1) !important;
}

.overflow-hidden {
    overflow: hidden !important;
}

.overflow-visible {
    overflow: visible !important;
}

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

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

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

.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.border {
    border: 1px solid #dee2e6 !important;
}

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

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

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

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

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

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

.flex-row-reverse {
    flex-direction: row-reverse !important;
}

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

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

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

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

.m-0 {
    margin: 0 !important;
}

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

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

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

.mt-10 {
    margin-top: 10px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.me-0 {
    margin-right: 0 !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

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

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

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

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

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

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

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

.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.px-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
}

.pt-10 {
    padding-top: 10px !important;
}

.pt-15 {
    padding-top: 15px !important;
}

.pt-20 {
    padding-top: 20px !important;
}

.pt-30 {
    padding-top: 30px !important;
}

.pt-70 {
    padding-top: 70px !important;
}

.pt-90 {
    padding-top: 90px !important;
}

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

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

.pb-10 {
    padding-bottom: 10px !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.pb-30 {
    padding-bottom: 30px !important;
}

.pb-50 {
    padding-bottom: 50px !important;
}

.pb-60 {
    padding-bottom: 60px !important;
}

.pb-90 {
    padding-bottom: 90px !important;
}

.fw-medium {
    font-weight: 500 !important;
}

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

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

.rounded-circle {
    border-radius: 50% !important;
}

.z-1 {
    z-index: 1 !important;
}

@media (min-width: 576px) {
    .me-sm-4 {
        margin-right: 1.5rem !important;
    }
}

@media (min-width: 768px) {
    .p-md-5 {
        padding: 3rem !important;
    }
}
@media (min-width: 992px) {
    .flex-lg-row {
        flex-direction: row !important;
    }
    .justify-content-lg-start {
        justify-content: flex-start !important;
    }
    .justify-content-lg-end {
        justify-content: flex-end !important;
    }
    .order-lg-last {
        order: 6 !important;
    }
    .mt-lg-0 {
        margin-top: 0 !important;
    }
    .me-lg-auto {
        margin-right: auto !important;
    }
    .mb-lg-0 {
        margin-bottom: 0 !important;
    }
    .text-lg-start {
        text-align: left !important;
    }
    .text-lg-end {
        text-align: right !important;
    }
}
@media (min-width: 1200px) {
    .float-xl-start {
        float: left !important;
    }
    .float-xl-end {
        float: right !important;
    }
    .float-xl-none {
        float: none !important;
    }
    .object-fit-xl-contain {
        -o-object-fit: contain !important;
        object-fit: contain !important;
    }
    .object-fit-xl-cover {
        -o-object-fit: cover !important;
        object-fit: cover !important;
    }
    .object-fit-xl-fill {
        -o-object-fit: fill !important;
        object-fit: fill !important;
    }
    .object-fit-xl-scale {
        -o-object-fit: scale-down !important;
        object-fit: scale-down !important;
    }
    .object-fit-xl-none {
        -o-object-fit: none !important;
        object-fit: none !important;
    }
    .d-xl-inline {
        display: inline !important;
    }
    .d-xl-inline-block {
        display: inline-block !important;
    }
    .d-xl-block {
        display: block !important;
    }
    .d-xl-grid {
        display: grid !important;
    }
    .d-xl-inline-grid {
        display: inline-grid !important;
    }
    .d-xl-table {
        display: table !important;
    }
    .d-xl-table-row {
        display: table-row !important;
    }
    .d-xl-table-cell {
        display: table-cell !important;
    }
    .d-xl-flex {
        display: flex !important;
    }
    .d-xl-inline-flex {
        display: inline-flex !important;
    }
    .d-xl-none {
        display: none !important;
    }
    .flex-xl-fill {
        flex: 1 1 auto !important;
    }
    .flex-xl-row {
        flex-direction: row !important;
    }
    .flex-xl-column {
        flex-direction: column !important;
    }
    .flex-xl-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-xl-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-xl-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-xl-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-xl-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-xl-shrink-1 {
        flex-shrink: 1 !important;
    }
    .flex-xl-wrap {
        flex-wrap: wrap !important;
    }
    .flex-xl-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-xl-start {
        justify-content: flex-start !important;
    }
    .justify-content-xl-end {
        justify-content: flex-end !important;
    }
    .justify-content-xl-center {
        justify-content: center !important;
    }
    .justify-content-xl-between {
        justify-content: space-between !important;
    }
    .justify-content-xl-around {
        justify-content: space-around !important;
    }
    .justify-content-xl-evenly {
        justify-content: space-evenly !important;
    }
    .align-items-xl-start {
        align-items: flex-start !important;
    }
    .align-items-xl-end {
        align-items: flex-end !important;
    }
    .align-items-xl-center {
        align-items: center !important;
    }
    .align-items-xl-baseline {
        align-items: baseline !important;
    }
    .align-items-xl-stretch {
        align-items: stretch !important;
    }
    .align-content-xl-start {
        align-content: flex-start !important;
    }
    .align-content-xl-end {
        align-content: flex-end !important;
    }
    .align-content-xl-center {
        align-content: center !important;
    }
    .align-content-xl-between {
        align-content: space-between !important;
    }
    .align-content-xl-around {
        align-content: space-around !important;
    }
    .align-content-xl-stretch {
        align-content: stretch !important;
    }
    .align-self-xl-auto {
        align-self: auto !important;
    }
    .align-self-xl-start {
        align-self: flex-start !important;
    }
    .align-self-xl-end {
        align-self: flex-end !important;
    }
    .align-self-xl-center {
        align-self: center !important;
    }
    .align-self-xl-baseline {
        align-self: baseline !important;
    }
    .align-self-xl-stretch {
        align-self: stretch !important;
    }
    .order-xl-first {
        order: -1 !important;
    }
    .order-xl-0 {
        order: 0 !important;
    }
    .order-xl-1 {
        order: 1 !important;
    }
    .order-xl-2 {
        order: 2 !important;
    }
    .order-xl-3 {
        order: 3 !important;
    }
    .order-xl-4 {
        order: 4 !important;
    }
    .order-xl-5 {
        order: 5 !important;
    }
    .order-xl-last {
        order: 6 !important;
    }
    .m-xl-0 {
        margin: 0 !important;
    }
    .m-xl-1 {
        margin: 0.25rem !important;
    }
    .m-xl-2 {
        margin: 0.5rem !important;
    }
    .m-xl-3 {
        margin: 1rem !important;
    }
    .m-xl-4 {
        margin: 1.5rem !important;
    }
    .m-xl-5 {
        margin: 3rem !important;
    }
    .m-xl-6 {
        margin: 5rem !important;
    }
    .m-xl-auto {
        margin: auto !important;
    }
    .mx-xl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .mx-xl-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }
    .mx-xl-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }
    .mx-xl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
    .mx-xl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }
    .mx-xl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }
    .mx-xl-6 {
        margin-right: 5rem !important;
        margin-left: 5rem !important;
    }
    .mx-xl-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .my-xl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .my-xl-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }
    .my-xl-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    .my-xl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .my-xl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    .my-xl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    .my-xl-6 {
        margin-top: 5rem !important;
        margin-bottom: 5rem !important;
    }
    .my-xl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
    .mt-xl-0 {
        margin-top: 0 !important;
    }
    .mt-xl-1 {
        margin-top: 0.25rem !important;
    }
    .mt-xl-2 {
        margin-top: 0.5rem !important;
    }
    .mt-xl-3 {
        margin-top: 1rem !important;
    }
    .mt-xl-4 {
        margin-top: 1.5rem !important;
    }
    .mt-xl-5 {
        margin-top: 3rem !important;
    }
    .mt-xl-6 {
        margin-top: 5rem !important;
    }
    .mt-xl-auto {
        margin-top: auto !important;
    }
    .me-xl-0 {
        margin-right: 0 !important;
    }
    .me-xl-1 {
        margin-right: 0.25rem !important;
    }
    .me-xl-2 {
        margin-right: 0.5rem !important;
    }
    .me-xl-3 {
        margin-right: 1rem !important;
    }
    .me-xl-4 {
        margin-right: 1.5rem !important;
    }
    .me-xl-5 {
        margin-right: 3rem !important;
    }
    .me-xl-6 {
        margin-right: 5rem !important;
    }
    .me-xl-auto {
        margin-right: auto !important;
    }
    .mb-xl-0 {
        margin-bottom: 0 !important;
    }
    .mb-xl-1 {
        margin-bottom: 0.25rem !important;
    }
    .mb-xl-2 {
        margin-bottom: 0.5rem !important;
    }
    .mb-xl-3 {
        margin-bottom: 1rem !important;
    }
    .mb-xl-4 {
        margin-bottom: 1.5rem !important;
    }
    .mb-xl-5 {
        margin-bottom: 3rem !important;
    }
    .mb-xl-6 {
        margin-bottom: 5rem !important;
    }
    .mb-xl-auto {
        margin-bottom: auto !important;
    }
    .ms-xl-0 {
        margin-left: 0 !important;
    }
    .ms-xl-1 {
        margin-left: 0.25rem !important;
    }
    .ms-xl-2 {
        margin-left: 0.5rem !important;
    }
    .ms-xl-3 {
        margin-left: 1rem !important;
    }
    .ms-xl-4 {
        margin-left: 1.5rem !important;
    }
    .ms-xl-5 {
        margin-left: 3rem !important;
    }
    .ms-xl-6 {
        margin-left: 5rem !important;
    }
    .ms-xl-auto {
        margin-left: auto !important;
    }
    .m-xl-n1 {
        margin: -0.25rem !important;
    }
    .m-xl-n2 {
        margin: -0.5rem !important;
    }
    .m-xl-n3 {
        margin: -1rem !important;
    }
    .m-xl-n4 {
        margin: -1.5rem !important;
    }
    .m-xl-n5 {
        margin: -3rem !important;
    }
    .m-xl-n6 {
        margin: -5rem !important;
    }
    .mx-xl-n1 {
        margin-right: -0.25rem !important;
        margin-left: -0.25rem !important;
    }
    .mx-xl-n2 {
        margin-right: -0.5rem !important;
        margin-left: -0.5rem !important;
    }
    .mx-xl-n3 {
        margin-right: -1rem !important;
        margin-left: -1rem !important;
    }
    .mx-xl-n4 {
        margin-right: -1.5rem !important;
        margin-left: -1.5rem !important;
    }
    .mx-xl-n5 {
        margin-right: -3rem !important;
        margin-left: -3rem !important;
    }
    .mx-xl-n6 {
        margin-right: -5rem !important;
        margin-left: -5rem !important;
    }
    .my-xl-n1 {
        margin-top: -0.25rem !important;
        margin-bottom: -0.25rem !important;
    }
    .my-xl-n2 {
        margin-top: -0.5rem !important;
        margin-bottom: -0.5rem !important;
    }
    .my-xl-n3 {
        margin-top: -1rem !important;
        margin-bottom: -1rem !important;
    }
    .my-xl-n4 {
        margin-top: -1.5rem !important;
        margin-bottom: -1.5rem !important;
    }
    .my-xl-n5 {
        margin-top: -3rem !important;
        margin-bottom: -3rem !important;
    }
    .my-xl-n6 {
        margin-top: -5rem !important;
        margin-bottom: -5rem !important;
    }
    .mt-xl-n1 {
        margin-top: -0.25rem !important;
    }
    .mt-xl-n2 {
        margin-top: -0.5rem !important;
    }
    .mt-xl-n3 {
        margin-top: -1rem !important;
    }
    .mt-xl-n4 {
        margin-top: -1.5rem !important;
    }
    .mt-xl-n5 {
        margin-top: -3rem !important;
    }
    .mt-xl-n6 {
        margin-top: -5rem !important;
    }
    .me-xl-n1 {
        margin-right: -0.25rem !important;
    }
    .me-xl-n2 {
        margin-right: -0.5rem !important;
    }
    .me-xl-n3 {
        margin-right: -1rem !important;
    }
    .me-xl-n4 {
        margin-right: -1.5rem !important;
    }
    .me-xl-n5 {
        margin-right: -3rem !important;
    }
    .me-xl-n6 {
        margin-right: -5rem !important;
    }
    .mb-xl-n1 {
        margin-bottom: -0.25rem !important;
    }
    .mb-xl-n2 {
        margin-bottom: -0.5rem !important;
    }
    .mb-xl-n3 {
        margin-bottom: -1rem !important;
    }
    .mb-xl-n4 {
        margin-bottom: -1.5rem !important;
    }
    .mb-xl-n5 {
        margin-bottom: -3rem !important;
    }
    .mb-xl-n6 {
        margin-bottom: -5rem !important;
    }
    .ms-xl-n1 {
        margin-left: -0.25rem !important;
    }
    .ms-xl-n2 {
        margin-left: -0.5rem !important;
    }
    .ms-xl-n3 {
        margin-left: -1rem !important;
    }
    .ms-xl-n4 {
        margin-left: -1.5rem !important;
    }
    .ms-xl-n5 {
        margin-left: -3rem !important;
    }
    .ms-xl-n6 {
        margin-left: -5rem !important;
    }
    .p-xl-0 {
        padding: 0 !important;
    }
    .p-xl-1 {
        padding: 0.25rem !important;
    }
    .p-xl-2 {
        padding: 0.5rem !important;
    }
    .p-xl-3 {
        padding: 1rem !important;
    }
    .p-xl-4 {
        padding: 1.5rem !important;
    }
    .p-xl-5 {
        padding: 3rem !important;
    }
    .p-xl-6 {
        padding: 5rem !important;
    }
    .px-xl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .px-xl-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }
    .px-xl-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }
    .px-xl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .px-xl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    .px-xl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
    .px-xl-6 {
        padding-right: 5rem !important;
        padding-left: 5rem !important;
    }
    .py-xl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .py-xl-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }
    .py-xl-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    .py-xl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .py-xl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .py-xl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .py-xl-6 {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important;
    }
    .pt-xl-0 {
        padding-top: 0 !important;
    }
    .pt-xl-1 {
        padding-top: 0.25rem !important;
    }
    .pt-xl-2 {
        padding-top: 0.5rem !important;
    }
    .pt-xl-3 {
        padding-top: 1rem !important;
    }
    .pt-xl-4 {
        padding-top: 1.5rem !important;
    }
    .pt-xl-5 {
        padding-top: 3rem !important;
    }
    .pt-xl-6 {
        padding-top: 5rem !important;
    }
    .pe-xl-0 {
        padding-right: 0 !important;
    }
    .pe-xl-1 {
        padding-right: 0.25rem !important;
    }
    .pe-xl-2 {
        padding-right: 0.5rem !important;
    }
    .pe-xl-3 {
        padding-right: 1rem !important;
    }
    .pe-xl-4 {
        padding-right: 1.5rem !important;
    }
    .pe-xl-5 {
        padding-right: 3rem !important;
    }
    .pe-xl-6 {
        padding-right: 5rem !important;
    }
    .pb-xl-0 {
        padding-bottom: 0 !important;
    }
    .pb-xl-1 {
        padding-bottom: 0.25rem !important;
    }
    .pb-xl-2 {
        padding-bottom: 0.5rem !important;
    }
    .pb-xl-3 {
        padding-bottom: 1rem !important;
    }
    .pb-xl-4 {
        padding-bottom: 1.5rem !important;
    }
    .pb-xl-5 {
        padding-bottom: 3rem !important;
    }
    .pb-xl-6 {
        padding-bottom: 5rem !important;
    }
    .ps-xl-0 {
        padding-left: 0 !important;
    }
    .ps-xl-1 {
        padding-left: 0.25rem !important;
    }
    .ps-xl-2 {
        padding-left: 0.5rem !important;
    }
    .ps-xl-3 {
        padding-left: 1rem !important;
    }
    .ps-xl-4 {
        padding-left: 1.5rem !important;
    }
    .ps-xl-5 {
        padding-left: 3rem !important;
    }
    .ps-xl-6 {
        padding-left: 5rem !important;
    }
    .gap-xl-0 {
        gap: 0 !important;
    }
    .gap-xl-1 {
        gap: 0.25rem !important;
    }
    .gap-xl-2 {
        gap: 0.5rem !important;
    }
    .gap-xl-3 {
        gap: 1rem !important;
    }
    .gap-xl-4 {
        gap: 1.5rem !important;
    }
    .gap-xl-5 {
        gap: 3rem !important;
    }
    .gap-xl-6 {
        gap: 5rem !important;
    }
    .row-gap-xl-0 {
        row-gap: 0 !important;
    }
    .row-gap-xl-1 {
        row-gap: 0.25rem !important;
    }
    .row-gap-xl-2 {
        row-gap: 0.5rem !important;
    }
    .row-gap-xl-3 {
        row-gap: 1rem !important;
    }
    .row-gap-xl-4 {
        row-gap: 1.5rem !important;
    }
    .row-gap-xl-5 {
        row-gap: 3rem !important;
    }
    .row-gap-xl-6 {
        row-gap: 5rem !important;
    }
    .column-gap-xl-0 {
        -moz-column-gap: 0 !important;
        column-gap: 0 !important;
    }
    .column-gap-xl-1 {
        -moz-column-gap: 0.25rem !important;
        column-gap: 0.25rem !important;
    }
    .column-gap-xl-2 {
        -moz-column-gap: 0.5rem !important;
        column-gap: 0.5rem !important;
    }
    .column-gap-xl-3 {
        -moz-column-gap: 1rem !important;
        column-gap: 1rem !important;
    }
    .column-gap-xl-4 {
        -moz-column-gap: 1.5rem !important;
        column-gap: 1.5rem !important;
    }
    .column-gap-xl-5 {
        -moz-column-gap: 3rem !important;
        column-gap: 3rem !important;
    }
    .column-gap-xl-6 {
        -moz-column-gap: 5rem !important;
        column-gap: 5rem !important;
    }
    .text-xl-start {
        text-align: left !important;
    }
    .text-xl-end {
        text-align: right !important;
    }
    .text-xl-center {
        text-align: center !important;
    }
}
@media (min-width: 1200px) {
    .fs-1 {
        font-size: 2.5rem !important;
    }
    .fs-2 {
        font-size: 2rem !important;
    }
    .fs-3 {
        font-size: 1.75rem !important;
    }
    .fs-4 {
        font-size: 1.5rem !important;
    }
}
@media print {
    .d-print-inline {
        display: inline !important;
    }
    .d-print-inline-block {
        display: inline-block !important;
    }
    .d-print-block {
        display: block !important;
    }
    .d-print-grid {
        display: grid !important;
    }
    .d-print-inline-grid {
        display: inline-grid !important;
    }
    .d-print-table {
        display: table !important;
    }
    .d-print-table-row {
        display: table-row !important;
    }
    .d-print-table-cell {
        display: table-cell !important;
    }
    .d-print-flex {
        display: flex !important;
    }
    .d-print-inline-flex {
        display: inline-flex !important;
    }
    .d-print-none {
        display: none !important;
    }
}
:root {
    --bs-bg-opacity: 1;
    --cnvs-header-height: 100px;
    --cnvs-header-height-sm: 60px;
}

:root,
.not-dark {
    color: #343a40;
}

/* ----------------------------------------------------------------

	Layouts.scss

-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
	Bootstrap Adjustments
-----------------------------------------------------------------*/
@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: auto;
    }
}
[class*="col-"]:not([class*="sticky-"]):not([class*="position-"]) {
    position: relative;
}

.form-group {
    margin-bottom: 1rem;
}

#wrapper {
    position: relative;
    float: none;
    width: 100%;
    margin: 0 auto;
    background-color: #fefaf4;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
@media (min-width: 1200px) {
    body:not(.stretched) #wrapper {
        max-width: 1200px;
    }
}
@media (min-width: 1400px) {
    body:not(.stretched) #wrapper {
        max-width: 1400px;
    }
}
.stretched #wrapper {
    width: 100%;
    margin: 0;
    box-shadow: none;
}

/* ----------------------------------------------------------------
	Sections
-----------------------------------------------------------------*/
.section {
    position: relative;
    width: 100%;
    margin: 4rem 0;
    padding: 4rem 0;
    background-color: #f8f9fa;
    overflow: hidden;
}
.section .container {
    z-index: 2;
}

/* ----------------------------------------------------------------
	Columns & Grids
-----------------------------------------------------------------*/
.postcontent,
.sidebar {
    position: relative;
}

/*-----------------------------------------------------------------------------------
	typography.scss
-----------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------
	Basic
-----------------------------------------------------------------*/
ol,
ul,
li {
    margin: 0;
    padding: 0;
}

em {
    font-family: "Playfair Display", serif !important;
}

.clear {
    clear: both;
    display: block;
    font-size: 0px;
    height: 0px;
    line-height: 0;
    width: 100%;
    overflow: hidden;
}

:active,
:focus {
    outline: none !important;
}

/* ----------------------------------------------------------------
	Typography
-----------------------------------------------------------------*/
body {
    line-height: 1.5;
    font-size: 1rem;
    font-family: "Inter", sans-serif;
    background: #fefaf4;
}
body:not(.stretched) {
    background: #fefaf4;
}

a {
    color: #c1bd8a;
}
a:not(.btn-link):not(.text-decoration-underline):not(.more-link) {
    text-decoration: none !important;
}
a:hover {
    color: #777;
}
a img {
    border: none;
}

img {
    max-width: 100%;
}

iframe {
    width: 100%;
    border: 0 !important;
    overflow: hidden !important;
}

/* ----------------------------------------------------------------
	Basic Layout Styles
-----------------------------------------------------------------*/
h1,
h2,
h3,
h4,
.h4,
h5,
h6,
.h6 {
    color: #212529;
    font-weight: 600;
    line-height: 1.3;
    margin: 0 0 30px 0;
    font-family: "Inter", sans-serif;
}

h5,
h6,
.h6 {
    font-weight: bold;
    margin-bottom: 20px;
}

h1 {
    font-size: 2.25rem;
}

h2 {
    font-size: 1.875rem;
}

h3 {
    font-size: 1.625rem;
}

h4,
.h4 {
    font-size: 1.6rem;
}

h5 {
    font-size: 1.125rem;
}

h6 {
    font-size: 0.875rem;
}

.h6 {
    font-size: 1rem;
}

h4,
.h4 {
    font-weight: 600;
}

h5,
h6,
.h6 {
    font-weight: bold;
}

@media (max-width: 767.98px) {
    h1 {
        font-size: 1.75rem;
    }
    h2 {
        font-size: 1.5rem;
    }
    h3 {
        font-size: 1.25rem;
    }
    h4,
    .h4 {
        font-size: 1.75rem;
    }
}
h1 > span:not(.nocolor):not(.badge),
h2 > span:not(.nocolor):not(.badge),
h3 > span:not(.nocolor):not(.badge),
h4 > span:not(.nocolor):not(.badge),
.h4 > span:not(.nocolor):not(.badge),
h5 > span:not(.nocolor):not(.badge),
h6 > span:not(.nocolor):not(.badge),
.h6 > span:not(.nocolor):not(.badge) {
    color: #c1bd8a;
}

p,
pre,
ul,
ol,
blockquote,
address,
table,
fieldset,
form {
    margin-bottom: 30px;
}

blockquote p:last-child {
    margin-bottom: 0;
}

small,
.small {
    font-size: calc(1rem * 0.875);
}

/*-----------------------------------------------------------------------------------

	Utilities.scss

-----------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------
	Helper Classes
-----------------------------------------------------------------*/
.center {
    text-align: center !important;
}

.overflow-visible {
    overflow: visible !important;
}

/* ----------------------------------------------------------------
	Font Weight Utility Classes
-----------------------------------------------------------------*/
.fw-medium {
    font-weight: 500 !important;
}

.bg-icon {
    display: block;
    position: absolute;
    bottom: -60px;
    right: -50px;
    font-size: 210px;
    color: rgba(0, 0, 0, 0.1);
}

/* ----------------------------------------------------------------
	Opacity Utility Classes
-----------------------------------------------------------------*/
.op-0,
.h-op-0:hover {
    opacity: 0 !important;
}

.op-02,
.h-op-02:hover {
    opacity: 0.2 !important;
}

/* ----------------------------------------------------------------
	Text Sizing Utility
-----------------------------------------------------------------*/
.text-fineprint {
    font-size: 9.8px !important;
}
.text-smaller {
    font-size: 80% !important;
}
.text-smaller small,
.text-smaller .small {
    font-size: 90% !important;
}

/* ----------------------------------------------------------------
	Bootstrap Utility Classes Extended
-----------------------------------------------------------------*/
/*	Gutters */
[class*="gutter-"] {
    --cnvs-custom-gutter: var(--bs-gutter-x);
    margin-right: calc(var(--cnvs-custom-gutter) * -0.5);
    margin-left: calc(var(--cnvs-custom-gutter) * -0.5);
    margin-top: calc(var(--cnvs-custom-gutter) * -1);
}

[class*="gutter-"] > .col,
[class*="gutter-"] > [class*="col-"] {
    padding-right: calc(var(--cnvs-custom-gutter) * 0.5);
    padding-left: calc(var(--cnvs-custom-gutter) * 0.5);
    margin-top: var(--cnvs-custom-gutter);
}

.gutter-30 {
    --cnvs-custom-gutter: 30px;
}

.gutter-40 {
    --cnvs-custom-gutter: 40px;
}

/* ----------------------------------------------------------------
	col-mb-classes & Bootstrap Utility Classes Extended
-----------------------------------------------------------------*/
[class*="col-mb-"] {
    margin-bottom: calc(var(--cnvs-col-mb) * -1);
}

[class*="col-mb-"] > .col,
[class*="col-mb-"] > [class*="col-"] {
    padding-bottom: var(--cnvs-col-mb);
}

.col-mb-30 {
    --cnvs-col-mb: 30px;
}

.col-mb-50 {
    --cnvs-col-mb: 50px;
}

.col-mb-80 {
    --cnvs-col-mb: 80px;
}

/* ----------------------------------------------------------------
	Height Utility Classes
-----------------------------------------------------------------*/
.h-100 {
    height: 100% !important;
}

.min-vh-80 {
    min-height: 80vh !important;
}

.min-vh-60 {
    min-height: 60vh !important;
}

.vh-60 {
    height: 60vh !important;
}

.h-60 {
    height: 60% !important;
}
@media (min-width: 768px) {
    .min-vh-md-100 {
        min-height: 100vh !important;
    }
    .vh-md-100 {
        height: 100vh !important;
    }
    .h-md-100 {
        height: 100% !important;
    }
}

/* ----------------------------------------------------------------
	Lazy Loading
-----------------------------------------------------------------*/
.lazy {
    opacity: 0;
}
.lazy:not(.initial) {
    transition: opacity 1s;
}
@media (prefers-reduced-motion: reduce) {
    .lazy:not(.initial) {
        transition: none;
    }
}
.lazy.initial,
.lazy-loaded,
.lazy-error {
    opacity: 1;
}
img.lazy {
    max-width: 100%;
    height: auto;
}
img.lazy:not([src]) {
    visibility: hidden;
}

/* ----------------------------------------------------------------
	Borders
-----------------------------------------------------------------*/

/* ----------------------------------------------------------------
	Shadow
-----------------------------------------------------------------*/
.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

/* ----------------------------------------------------------------
	z-Index
-----------------------------------------------------------------*/
.z-1 {
    z-index: 1 !important;
}

/* ----------------------------------------------------------------

	header.scss

-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
	Header
-----------------------------------------------------------------*/
#header {
    background-color: #333;
    --cnvs-sticky-header-height: var(--cnvs-header-height);
    --cnvs-primary-menu-padding-x: 15px;
    /*  Primary Menu */
    --cnvs-primary-menu-submenu-display-speed: 0.3s;
    --cnvs-primary-menu-submenu-font: "Inter", sans-serif;
    --cnvs-primary-menu-submenu-font-weight: 600;
    --cnvs-primary-menu-submenu-hover-font-weight: 700;
    position: relative;
}
#header-wrap {
    position: fixed;
    height: auto;
    z-index: 299;
    width: 100%;
    background-color: #fefaf4;
    transition: height 0.2s ease 0s, background-color 0.3s ease 0s;
    backface-visibility: hidden;
}
@media (prefers-reduced-motion: reduce) {
    #header-wrap {
        transition: none;
    }
}

.is-expanded-menu #top-bar + #header:not(.sticky-header) #header-wrap,
.is-expanded-menu #slider + #header:not(.sticky-header) #header-wrap,
.is-expanded-menu .floating-header:not(.sticky-header) #header-wrap,
.is-expanded-menu div + #header-wrap,
.is-expanded-menu .no-sticky #header-wrap,
.is-expanded-menu #header[data-sticky-offset]:not([data-sticky-offset="full"]):not(.sticky-header) #header-wrap {
    position: absolute;
}

body.is-expanded-menu:not(.stretched) #header:not(.sticky-header) #header-wrap {
    position: absolute;
}

body:not(.is-expanded-menu) #header:not([data-mobile-sticky="true"]) #header-wrap {
    position: relative;
}

body:not(.is-expanded-menu) #header:not([data-mobile-sticky="true"]) .header-wrap-clone {
    display: none;
}

.header-wrap-clone {
    height: calc(var(--cnvs-header-height) + 1px);
}

.header-row {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.is-expanded-menu .header-row {
    position: initial;
}

.is-expanded-menu {
    /* ----------------------------------------------------------------
  	Sticky Header
  -----------------------------------------------------------------*/
}
.is-expanded-menu .header-size-sm {
    --cnvs-header-height: var(--cnvs-header-height-sm);
}
.is-expanded-menu .sub-menu-container {
    transition: top 0.4s ease;
}
@media (prefers-reduced-motion: reduce) {
    .is-expanded-menu .sub-menu-container {
        transition: none;
    }
}
.is-expanded-menu .sticky-header #header-wrap {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fefaf4;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15) !important;

}
body:not(.is-expanded-menu) [data-mobile-sticky="true"] .menu-container {
    max-height: 60vh;
    margin: 0 0 1rem;
    overflow-x: hidden;
    overflow-y: scroll;
}
body:not(.is-expanded-menu) .sticky-header #header-wrap {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 299;
    background-color: #fefaf4;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
}
body:not(.is-expanded-menu) .sticky-header .header-wrap-clone {
    display: block;
}

/* ----------------------------------------------------------------
	Logo
-----------------------------------------------------------------*/
#logo {
    position: relative;
    display: flex;
    align-items: center;
    margin-right: auto;
    max-height: 100%;
}
#logo a {
    color: #000;
    font-family: "Inter", sans-serif;
    font-size: 36px;
    width: 100%;
}
#logo a [class^="logo-"] {
    display: none;
}
#logo a .logo-default {
    display: flex;
}
#logo img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    margin-left: auto;
    margin-right: auto;
    transition: height 0.4s ease, padding 0.4s ease, margin 0.4s ease, opacity 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
    #logo img {
        transition: none;
    }
}
#header-wrap #logo img {
    height: var(--cnvs-header-height);
}

/* ----------------------------------------------------------------
	Header Right Area
-----------------------------------------------------------------*/
.header-extras {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 0;
}
.header-extras li {
    display: flex;
    align-items: center;
    margin-left: 1.25rem;
    overflow: hidden;
    list-style: none;
}
.header-extras li:first-child {
    margin-left: 0;
}
.header-extras li .he-text {
    color: #fefaf4;
    padding-left: 10px;
    font-weight: bold;
    font-size: 0.78rem;
}
.header-extras li .he-text span {
    display: block;
    font-size: 0.875rem;
    font-weight: 400;
    color: #c1bd8a;
}

/* ----------------------------------------------------------------
	Primary Menu
-----------------------------------------------------------------*/
.primary-menu {
    display: flex;
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
}
.is-expanded-menu .primary-menu {
    flex: 0 0 auto;
    flex-grow: 0;
}
.primary-menu + .primary-menu {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.is-expanded-menu .primary-menu + .primary-menu {
    border-top: 0;
}

.primary-menu-trigger,
#page-menu-trigger {
    --cnvs-menu-trigger-gap: 0.75rem;
    display: flex;
    opacity: 1;
    pointer-events: auto;
    z-index: 1;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    padding: var(--cnvs-menu-trigger-gap);
    transition: opacity 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
    .primary-menu-trigger,
    #page-menu-trigger {
        transition: none;
    }
}
.is-expanded-menu .primary-menu-trigger,
.is-expanded-menu #page-menu-trigger {
    display: none;
    opacity: 0;
    pointer-events: none;
    z-index: 0;
}

.primary-menu-trigger .primary-menu-trigger-text {
    margin-left: 0.25rem;
}

.cnvs-hamburger {
    display: block;
    position: relative;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    padding: 0;
    overflow: visible;
}
.cnvs-hamburger .cnvs-hamburger-box {
    width: 1rem;
    height: 1rem;
    display: block;
    position: relative;
}
.cnvs-hamburger .cnvs-hamburger-inner {
    display: block;
    top: 50%;
    margin-top: calc(-1 * 2px * 0.5);
    transition-duration: 0.075s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.cnvs-hamburger .cnvs-hamburger-inner,
.cnvs-hamburger .cnvs-hamburger-inner::before,
.cnvs-hamburger .cnvs-hamburger-inner::after {
    width: 1rem;
    height: 2px;
    background-color: #212529;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}
.cnvs-hamburger .cnvs-hamburger-inner::before,
.cnvs-hamburger .cnvs-hamburger-inner::after {
    content: "";
    display: block;
}
.cnvs-hamburger .cnvs-hamburger-inner::before {
    top: calc(-1 * calc(calc(1rem - calc(2px * 2)) * 0.5));
    transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.cnvs-hamburger .cnvs-hamburger-inner::after {
    bottom: calc(-1 * calc(calc(1rem - calc(2px * 2)) * 0.5));
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.primary-menu-trigger-active .cnvs-hamburger .cnvs-hamburger-inner {
    transform: rotate(45deg);
    transition-delay: 0.12s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.primary-menu-trigger-active .cnvs-hamburger .cnvs-hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.primary-menu-trigger-active .cnvs-hamburger .cnvs-hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.menu-container {
    display: none;
    list-style: none;
    margin: 0;
    width: 100%;
}

.menu-item {
    position: relative;
}
.menu-item:not(:first-child) {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.is-expanded-menu .menu-item:not(:first-child) {
    border-top: 0;
}
.menu-item:hover > .menu-link {
    color: #c1bd8a;
}
.menu-item.current > .menu-link {
    color: #c1bd8a;
}
.menu-item .sub-menu-trigger {
    display: block;
    position: absolute;
    cursor: pointer;
    outline: none;
    border: none;
    background: none;
    padding: 0;
    top: 9px;
    right: 0;
    width: 32px;
    height: 32px;
    font-size: 12px;
    line-height: 32px;
    text-align: center;
    color: #212529;
    transition: transform 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
    .menu-item .sub-menu-trigger {
        transition: none;
    }
}

.is-expanded-menu .menu-item.menu-item-important > .menu-link > div::after {
    content: "";
    display: inline-block;
    position: relative;
    top: -0.25rem;
    left: 0.25rem;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background-color: #dc3545;
}

.menu-link {
    --cnvs-primary-menu-padding-y: 14px;
    --cnvs-primary-menu-padding-x: 5px;
    display: block;
    line-height: 22px;
    padding: var(--cnvs-primary-menu-padding-y) var(--cnvs-primary-menu-padding-x);
    color: #212529;
    font-weight: 700;
    font-size: 0.8125rem;
    font-family: "Inter", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.is-expanded-menu .menu-link {
    --cnvs-primary-menu-padding-y: calc(calc(var(--cnvs-sticky-header-height) - 22px) * 0.5);
    --cnvs-primary-menu-padding-x: 15px;
    transition: margin 0.4s ease, padding 0.4s ease;
}
@media (prefers-reduced-motion: reduce) {
    .is-expanded-menu .menu-link {
        transition: none;
    }
}
.menu-link span {
    display: none;
}
.menu-link i {
    position: relative;
    font-size: 1rem;
    width: 1rem;
    text-align: center;
    margin-right: 0.625rem;
    vertical-align: top;
}
.menu-link div > i.sub-menu-indicator {
    display: none;
}

.is-expanded-menu .menu-container > .menu-item-divider {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    height: 2.5rem;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.is-expanded-menu .sub-menu-container > .menu-item-divider {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.sub-menu-container,
.mega-menu-content {
    position: relative;
    padding-left: 15px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    list-style: none;
    margin-bottom: 0;
}
.is-expanded-menu .sub-menu-container,
.is-expanded-menu .mega-menu-content {
    position: absolute;
    visibility: hidden;
    background-color: #fefaf4;
    box-shadow: 0px 13px 42px 11px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-top: 2px solid #c1bd8a;
    z-index: 399;
    top: 100%;
    left: 0;
    padding: 0;
}

.is-expanded-menu .menu-container > .menu-item:not(.mega-menu) .sub-menu-container:not([class*="col-"]):not([class="col"]) {
    width: 240px;
}

.sub-menu-container .menu-item:not(:first-child) {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.sub-menu-container .menu-item > .menu-link {
    position: relative;
    padding: 10px 5px;
    font-size: 0.75rem;
    font-weight: var(--cnvs-primary-menu-submenu-font-weight);
    color: #212529;
    letter-spacing: 0;
    font-family: var(--cnvs-primary-menu-submenu-font);
}
.sub-menu-container .menu-item > .menu-link div {
    position: relative;
}
.sub-menu-container .menu-item:hover > .menu-link {
    --cnvs-primary-menu-submenu-font-weight: var(--cnvs-primary-menu-submenu-hover-font-weight);
}
.sub-menu-container .menu-item .sub-menu-trigger {
    top: 6px;
}
.sub-menu-container .sub-menu-trigger {
    font-size: 10px;
}

.is-expanded-menu .primary-menu:not(.on-click) .menu-item:not(.mega-menu) .sub-menu-container {
    display: none;
    opacity: 0;
    margin-top: 0.5rem;
    z-index: -9999;
    pointer-events: none;
    transition: all calc(0.3s * 0.75) ease;
}
.is-expanded-menu .primary-menu:not(.on-click) .menu-item:hover > .sub-menu-container {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    z-index: 399;
    pointer-events: auto;
    transition: opacity 0.3s ease, margin 0.3s ease;
}
.is-expanded-menu .primary-menu:not(.on-click) .menu-item:not(.menu-item-hover) > .sub-menu-container > * {
    display: none;
}
.is-expanded-menu .primary-menu:not(.on-click).primary-menu-init .menu-item:not(.mega-menu) .sub-menu-container {
    display: block;
}
.is-expanded-menu .with-arrows .menu-container > .menu-item > .menu-link div > i.sub-menu-indicator {
    display: inline-block;
}

body:not(.is-expanded-menu) .primary-menu {
    max-width: 100%;
}
body:not(.is-expanded-menu) .primary-menu > .container {
    max-width: none;
    padding: 0;
}

/* Mobile Menu: Overlay
-----------------------------------------------------------------*/

.is-expanded-menu .menu-container:not(.mobile-primary-menu) {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.is-expanded-menu .menu-item .sub-menu-trigger {
    display: none;
}

/* ----------------------------------------------------------------
	Header Misc
-----------------------------------------------------------------*/
.header-misc {
    position: initial;
    display: flex;
    align-items: center;
    margin-left: 15px;
}
.header-misc-icon {
    margin: 0 8px;
}
.header-misc-icon > a {
    display: flex;
    position: relative;
    width: calc(1.125rem + 0.125rem);
    height: calc(1.125rem + 0.125rem);
    font-size: calc(1.125rem);
    line-height: calc(1.125rem + 0.125rem);
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #212529;
    transition: color 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .header-misc-icon > a {
        transition: none;
    }
}

.is-expanded-menu .header-misc:not([class*="order-"]) {
    order: 6;
}

#top-search {
    transition: opacity 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
    #top-search {
        transition: none;
    }
}
#top-search a {
    z-index: 11;
}
#top-search a i {
    transition: opacity 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
    #top-search a i {
        transition: none;
    }
}

.top-search-open #top-search a i:nth-child(1),
#top-search a i:nth-child(2) {
    display: none;
}

.top-search-open #top-search a i:nth-child(2) {
    display: block;
    z-index: 11;
    font-size: 1.125rem;
}

/* ----------------------------------------------------------------
	pagetitle.scss
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
	Page Title
-----------------------------------------------------------------*/
#page-title,
.page-title {
    --cnvs-page-title-padding: 4rem;
    --cnvs-page-title-mini-padding: 1rem;
    --cnvs-page-title-color: #212529;
    --cnvs-page-title-font-size: 2.25rem;
    --cnvs-page-title-font-weight: 500;
    --cnvs-page-title-mini-size: 1.25rem;
    position: relative;
    padding: 1rem 0;
    background-color: #f8f9fa;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 767.98px) {
    #page-title,
    .page-title {
        --cnvs-page-title-padding: 3rem;
        text-align: center;
    }
}

.page-title-row {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
@media (min-width: 768px) {
    .page-title-row {
        flex-direction: row;
        justify-content: space-between;
        align-items: end;
    }
}

.page-title-content {
    text-align: center;
}
@media (min-width: 768px) {
    .page-title-content {
        text-align: left;
    }
}
.page-title-content h1 {
    padding: 0;
    margin: 0;
    line-height: 1;
    font-weight: var(--cnvs-page-title-font-weight);
    color: #fefaf4;
    font-size: var(--cnvs-page-title-font-size);
    letter-spacing: 0;
}
@media (max-width: 767.98px) {
    .page-title-content h1,
    .page-title-content .h1 {
        font-size: calc(1.5rem + 1.25vw);
        line-height: 1.5;
    }
}
.page-title-content span {
    display: block;
    margin-top: 1rem;
    color: #777;
    font-size: 1.125rem;
}

.breadcrumb {
    position: relative;
    margin: 1.5rem 0 0;
    justify-content: center;
    font-size: 90%;
}
.breadcrumb a {
    color: #fefaf4;
}
.breadcrumb a:hover {
    color: #c1bd8a;
}
.breadcrumb i {
    width: auto !important;
}
@media (min-width: 768px) {
    .breadcrumb {
        margin: 0;
        justify-content: flex-start;
    }
}

.page-title-mini {
    --cnvs-page-title-color: #212529;
    --cnvs-page-title-padding: var(--cnvs-page-title-mini-padding);
    --cnvs-page-title-font-size: var(--cnvs-page-title-mini-size);
    --cnvs-page-title-font-weight: 600;
}
@media (max-width: 767.98px) {
    .page-title-mini {
        --cnvs-page-title-padding: 2rem;
    }
    .page-title-mini h1,
    .page-title-mini .h1 {
        font-size: var(--cnvs-page-title-mini-size);
    }
    .page-title-mini .breadcrumb {
        margin-top: 1rem;
    }
}
.page-title-mini span {
    display: none;
}

/* ----------------------------------------------------------------

	content.scss

-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
	Content
-----------------------------------------------------------------*/
#content {
    position: relative;
    background-color: #fefaf4;
}

.content-wrap {
    position: relative;
    overflow: hidden;
}
.content-wrap .container {
    position: relative;
}
.content-wrap p {
    line-height: 1.65;
}

.grid-container,
.grid-inner {
    position: relative;
    overflow: hidden;
    will-change: transform;
}

.grid-inner {
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.grid-container {
    transition: height 0.4s ease;
}
@media (prefers-reduced-motion: reduce) {
    .grid-container {
        transition: none;
    }
}

/* ----------------------------------------------------------------

	portfolio.scss

-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
	Portfolio
-----------------------------------------------------------------*/
/* Portfolio - Items
-----------------------------------------------------------------*/
.portfolio {
    position: relative;
    transition: height 0.4s linear;
}
.portfolio-item {
    position: relative;
}
.portfolio-item .portfolio-image {
    position: relative;
    overflow: hidden;
}
.portfolio-item .portfolio-image,
.portfolio-item .portfolio-image > a,
.portfolio-item .portfolio-image img {
    display: block;
    width: 100%;
    height: auto;
}
@media (prefers-reduced-motion: reduce) {
    .portfolio {
        transition: none;
    }
}

/* Portfolio - Item Title
-----------------------------------------------------------------*/
.portfolio-desc {
    position: relative;
    z-index: 6;
    padding: 1.25rem 0.375rem;
}
.portfolio-desc h3 {
    margin: 0;
    padding: 0;
    font-size: 1.25rem;
}
.portfolio-desc h3 a {
    color: #212529;
}
.portfolio-desc h3 a:hover {
    color: #c1bd8a;
}
.portfolio-desc span {
    display: block;
}
.portfolio-desc span,
.portfolio-desc span a {
    color: #777;
}
.portfolio-desc span a:hover {
    color: #212529;
}

/* ----------------------------------------------------------------

	blog.scss

-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
	Blog
-----------------------------------------------------------------*/
#posts,
.posts,
.entry,
[class*="entry-"] {
    --cnvs-post-title-font-size: 1.75rem;
    --cnvs-post-meta-fontsize: 80%;
    position: relative;
}

.entry {
    margin-bottom: 50px;
}
.posts-md .entry,
.posts-sm .entry {
    margin-bottom: 0;
}
.entry::after {
    content: "";
    position: relative;
    height: 2px;
    margin-top: 50px;
    background-color: #f8f9fa;
}
.entry-image {
    margin-bottom: 10px;
}

.posts-md .entry-image {
    margin-bottom: 10px;
}

.entry-image,
.entry-image > a,
.entry-image .slide a,
.entry-image img {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
}

.entry-image iframe {
    display: block;
}
.entry-image video {
    display: block;
    width: 100%;
}

.posts-md .entry-image + .entry-title {
    margin-top: 0.875rem;
}

.entry-title h2,
.entry-title h3,
.entry-title h4 {
    margin: 0;
    font-size: var(--cnvs-post-title-font-size);
    font-weight: 600;
    text-transform: none;
    letter-spacing: 0;
}
.entry-title h2 a,
.entry-title h3 a,
.entry-title h4 a {
    color: #212529;
}
.entry-title h2 a:hover,
.entry-title h3 a:hover,
.entry-title h4 a:hover {
    color: #c1bd8a;
}
.entry-title h4 {
    --cnvs-post-title-font-size: 0.875rem;
    letter-spacing: 0;
}
.entry-title h4 {
    text-transform: none;
}

.entry-title.title-xs h2,
.entry-title.title-xs .h2,
.entry-title.title-xs h3,
.entry-title.title-xs .h3 {
    --cnvs-post-title-font-size: 1rem;
    letter-spacing: 0;
}

.entry-meta {
    position: relative;
    overflow: hidden;
}
.single-post .entry-meta {
    margin-bottom: 1.5rem;
}
.posts-md .entry-meta,
.posts-sm .entry-meta {
    margin-bottom: 0;
}
.entry-meta ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 0 0.3rem 0;
    list-style: none;
}
.entry-meta ul.flex-column {
    margin-left: 0;
    align-items: flex-start;
}
.entry-meta li {
    font-size: 80%;
    color: #777;
}

.entry-meta li a {
    color: #88837d !important;
}

.entry-meta ul.flex-column li {
    margin-left: 0;
}
.entry-meta i {
    position: relative;
    font-size: 1rem;
    padding-left: 1px;
    margin-right: 0.25rem;
}
.entry-meta a:not(:hover) {
    color: #777;
}
.entry-meta ins {
    font-weight: 700;
    text-decoration: none;
}

.entry-content {
    position: relative;
    margin-top: 2rem;
}
.single-post .entry-content {
    margin-top: 0;
}
.posts-md .entry-content {
    margin-top: calc(2rem / 1.5);
}
.single-post .entry-content .entry-image {
    max-width: 350px;
}

/* Blog - Grid
-----------------------------------------------------------------*/
.post-grid {
    --cnvs-post-grid-margin: 1.5rem;
}
.post-grid .entry {
    margin-bottom: var(--cnvs-post-grid-margin);
}
.post-grid .entry-title h2,
.post-grid .entry-title .h2 {
    --cnvs-post-title-font-size: 1.125rem;
    letter-spacing: 0;
    font-weight: 600;
}


/*-----------------------------------------------------------------------------------

	Shortcodes: buttons.scss

-----------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------
	Buttons
-----------------------------------------------------------------*/
.button {
    display: inline-block;
    position: relative;
    cursor: pointer;
    outline: none;
    white-space: nowrap;
    margin: 5px;
    padding: 0.5rem 1.375rem;
    font-size: 1rem;
    line-height: calc(1rem * 1.6);
    text-align: center;
    background-color: #c1bd8a;
    color: #fefaf4;
    font-weight: 500;
    border: 1px solid transparent;
    transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .button {
        transition: none;
    }
}
.button.button-dark {
    background-color: #212529;
}
.button:hover {
    background-color: #212529;
    color: #fefaf4;
}
.button.button-dark:hover {
    background-color: #c1bd8a;
}


/*-----------------------------------------------------------------------------------

	Shortcodes: promo.scss

-----------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------
	Promo Boxes
-----------------------------------------------------------------*/
.promo {
    position: relative;
}
.promo h3 {
    font-weight: bold;
    margin-bottom: 0;
}

.promo h3 + span {
    display: block;
    color: #212529;
    font-weight: 300;
    font-size: 1.125rem;
    margin-top: 6px;
}
.promo-light {
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 3px;
}

/*-----------------------------------------------------------------------------------

	Shortcodes: feature-box.scss

-----------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------
	Featured Boxes
-----------------------------------------------------------------*/
.feature-box {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-left: calc(-1 * 0.75rem);
    margin-right: calc(-1 * 0.75rem);
}
.feature-box:first-child {
    margin-top: 0;
}

.fbox-icon {
    width: calc(4rem + 0.75rem * 2);
    height: 4rem;
    padding: 0 0.75rem;
}
.fbox-icon a,
.fbox-icon i,
.fbox-icon img {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    color: #fefaf4;
}
.fbox-icon i,
.fbox-icon img {
    border-radius: 50%;
    background-color: #c1bd8a;
}
.fbox-icon i {
    font-style: normal;
    font-size: 1.75rem;
    line-height: 4rem;
    text-align: center;
}
.fbox-content {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
    padding: 0 0.75rem;
}
.fbox-content h3,
.fbox-content .h3 {
    font-size: 1.125rem;
    font-weight: 600;
    font-family: "Inter", sans-serif;
    text-transform: none;
    margin-bottom: 0;
    color: #212529;
}
.fbox-content p {
    margin-top: 0.5rem;
    margin-bottom: 0px;
    color: #777;
}
.fbox-content .before-heading {
    font-size: calc(1.125rem / 1.142);
}
.fbox-content-sm h3,
.fbox-content-sm .h3,
.fbox-content-sm p {
    font-size: calc(1.125rem / 1.142);
}
.fbox-content-sm .before-heading {
    font-size: calc(1.125rem / 1.333);
}
.fbox-content-lg h3,
.fbox-content-lg .h3 {
    font-size: calc(1.125rem * 1.25);
}
.fbox-content-lg p {
    font-size: calc(1.125rem * 1.25);
    margin-top: 0.75rem;
}
.fbox-content-lg .before-heading {
    font-size: 1.125rem;
}
.fbox-plain {
    /* Feature Box - Icon Plain Sizes
  -----------------------------------------------------------------*/
}
.fbox-plain .fbox-icon {
    border: none !important;
    height: auto !important;
}
.fbox-plain .fbox-icon i,
.fbox-plain .fbox-icon img {
    border: none;
    background-color: transparent;
    color: #c1bd8a;
    border-radius: 0;
}
.fbox-plain .fbox-icon i {
    font-size: 3rem;
    line-height: 1;
}
.fbox-plain .fbox-icon img {
    height: auto;
}
.fbox-plain.fbox-image .fbox-icon {
    width: auto;
}
.fbox-plain.fbox-image .fbox-icon img {
    width: auto;
    display: inline-block;
}
.fbox-plain.fbox-light .fbox-icon i,
.fbox-plain.fbox-light .fbox-icon img {
    color: #777;
}
.fbox-plain.fbox-dark .fbox-icon i,
.fbox-plain.fbox-dark .fbox-icon img {
    color: #495057;
}
.fbox-plain.fbox-sm .fbox-icon i {
    font-size: calc(3rem / 1.5);
}
.fbox-plain.fbox-lg .fbox-icon i {
    font-size: calc(3rem * 1.5);
}
.fbox-plain.fbox-xl .fbox-icon i {
    font-size: calc(3rem * 2);
}
.fbox-center {
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.fbox-center .fbox-icon {
    margin-bottom: 1.5rem;
}
.fbox-content h3 + .fbox-icon,
.fbox-content .h3 + .fbox-icon {
    margin-top: 1.5rem;
    margin-bottom: 0 !important;
}
.fbox-content h3 span.subtitle,
.fbox-content .h3 span.subtitle {
    display: block;
    margin-top: 5px;
    color: #212529;
    font-weight: 300;
    text-transform: none;
}
.fbox-center.fbox-sep:not(.fbox-bg) h3::after,
.fbox-center.fbox-sep:not(.fbox-bg) .h3::after {
    content: "";
    display: block;
    margin: 1.25rem auto;
    width: 2rem;
    height: 2px;
    background-color: #777;
    transition: width 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
    .fbox-center.fbox-sep:not(.fbox-bg) h3::after,
    .fbox-center.fbox-sep:not(.fbox-bg) .h3::after {
        transition: none;
    }
}
.fbox-center.fbox-sep:not(.fbox-bg):hover h3::after,
.fbox-center.fbox-sep:not(.fbox-bg):hover .h3::after {
    width: 3rem;
}
.fbox-center.fbox-italic p {
    font-style: italic;
    font-family: "Inter", sans-serif;
}
.fbox-bg.fbox-center {
    margin-top: 2rem;
    margin-left: 0;
    margin-right: 0;
    padding: 0 2rem 2rem;
    border: 1px solid #e9ecef;
    border-radius: 5px;
}
.fbox-bg.fbox-center .fbox-icon {
    margin-top: -2rem;
    background-color: #fefaf4;
}
.fbox-bg.fbox-center .fbox-lg {
    margin-top: 3rem;
}
.fbox-bg.fbox-center .fbox-lg .fbox-icon {
    margin-top: -3rem;
}
.fbox-bg.fbox-center .fbox-xl {
    margin-top: 4rem;
}
.fbox-bg.fbox-center .fbox-xl .fbox-icon {
    margin-top: -4rem;
}

/* Media Featured Box
-----------------------------------------------------------------*/
.media-box {
    padding: 0;
    margin-left: 0;
    margin-right: 0;
    flex-direction: column;
}
.media-box .fbox-media {
    margin: 0 0 1.5rem;
    position: relative;
    display: block;
    width: 100%;
    height: auto;
}
.media-box .fbox-media a,
.media-box .fbox-media img {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
}
.media-box .fbox-media iframe {
    display: block;
}
.media-box p {
    margin-top: 1rem;
}
.media-box.fbox-bg .fbox-media {
    margin: 0;
}
.media-box.fbox-bg .fbox-media img {
    border-radius: 5px 5px 0 0;
}
.media-box.fbox-bg .fbox-content {
    padding: 1.5rem;
    background-color: #fefaf4;
    border: 1px solid #e9ecef;
    border-top: 0;
    border-radius: 0 0 5px 5px;
}
.media-box .fbox-content {
    -ms-flex-preferred-size: auto;
}


/*-----------------------------------------------------------------------------------

	Shortcodes: styled-icons.scss

-----------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------
	Styled Icons
-----------------------------------------------------------------*/
[class^="i-"] {
    --cnvs-i-size: 3.25rem;
    --cnvs-i-border: 1px;
    --cnvs-i-fontsize: calc(var(--cnvs-i-size) / 2.666666);
    --cnvs-i-color: #212529;
    --cnvs-i-bg-color: transparent;
}

.i-plain,
.social-icon {
    --cnvs-i-color: #fefaf4;
    text-align: center !important;
    font-size: var(--cnvs-i-fontsize);
    color: #fefaf4;
    cursor: pointer;
    font-style: normal;
    transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
    .i-plain,
    .social-icon {
        transition: none;
    }
}

.i-plain {
    --cnvs-i-size: 3.25rem;
    --cnvs-i-border: 1px;
    --cnvs-i-fontsize: calc(var(--cnvs-i-size) / 2.666666);
    --cnvs-i-bg-color: #343a40;
    display: inline-block;
    width: var(--cnvs-i-size) !important;
    height: var(--cnvs-i-size) !important;
    line-height: var(--cnvs-i-size) !important;
    background-color: var(--cnvs-i-bg-color);
}

.i-plain {
    --cnvs-i-size: 3rem;
    --cnvs-i-fontsize: 1.625rem;
    --cnvs-i-color: var(--bs-contrast-900);
}

.i-plain {
    --cnvs-i-bg-color: transparent !important;
}

.i-style:hover {
    --cnvs-i-bg-color: #c1bd8a !important;
    --cnvs-i-color: #f8f9fa;
}

.i-plain:hover {
    --cnvs-i-bg-color: transparent !important;
    --cnvs-i-color: #c1bd8a;
}

/* Icon Size - Small
-----------------------------------------------------------------*/
.i-small.i-plain {
    --cnvs-i-size: 1.5rem;
    --cnvs-i-fontsize: 1rem;
}

/*-----------------------------------------------------------------------------------

	Shortcodes: social-icons.scss

-----------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------
	Social Icons
-----------------------------------------------------------------*/
.social-icon {
    --cnvs-socialicon-size: 2.5rem;
    --cnvs-socialicon-gap: 5px;
    --cnvs-socialicon-fontsize: calc(2.5rem / 2.5);
    --cnvs-socialicon-border: 1px;
    --cnvs-socialicon-border-color: #777;
    --cnvs-socialicon-lineheight: calc(var(--cnvs-socialicon-size) - calc(var(--cnvs-socialicon-border) * 2));
    --cnvs-socialicon-rounded: 0.375rem;
    --cnvs-socialicon-color: var(--bs-contrast-900);
    float: left;
    display: block;
    margin: 0 var(--cnvs-socialicon-gap) var(--cnvs-socialicon-gap) 0;
    width: var(--cnvs-socialicon-size);
    height: var(--cnvs-socialicon-size);
    font-size: var(--cnvs-socialicon-fontsize);
    line-height: var(--cnvs-socialicon-lineheight) !important;
    color: var(--cnvs-socialicon-color);
    text-shadow: none;
    border: var(--cnvs-socialicon-border) solid var(--cnvs-socialicon-border-color);
    border-radius: var(--cnvs-socialicon-rounded);
    overflow: hidden;
    /* Social Icons - Large
  -----------------------------------------------------------------*/
    /* Social Icons - Small
  -----------------------------------------------------------------*/
}
[class*="-flex"] > .social-icon,
[class*="row"] > .social-icon {
    float: none;
    margin-right: var(--cnvs-socialicon-gap-x);
    margin-bottom: var(--cnvs-socialicon-gap-y);
    flex: 0 0 auto;
}
.social-icon.si-large {
    --cnvs-socialicon-size: 3.5rem;
}
.social-icon.si-small {
    --cnvs-socialicon-size: 2rem;
    --cnvs-socialicon-fontsize: 0.875rem;
}
.social-icon i {
    display: block;
    position: relative;
    line-height: inherit;
    transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
    .social-icon i {
        transition: none;
    }
}
.social-icon i:last-child {
    color: #fefaf4;
}
.social-icon:hover i:first-child {
    margin-top: calc(var(--cnvs-socialicon-lineheight) * -1);
}
.social-icon:hover {
    color: var(--cnvs-socialicon-color);
    border-color: transparent;
}
.social-icon.bg-dark,
.social-icon.bg-dark:hover {
    color: #e9ecef;
}
.social-icon.bg-light {
    --cnvs-socialicon-color: #212529;
    background-color: #e9ecef !important;
}
.social-icon[class*=" bg-"] {
    border-color: transparent;
}
.social-icon.no-transition:hover i:first-child {
    display: none;
    margin-top: 0;
}

/* Social Icons - Group
-----------------------------------------------------------------*/
[class*="-flex"],
[class*="row"] {
    --cnvs-socialicon-gap: 5px;
    --cnvs-socialicon-gap-x: var(--cnvs-socialicon-gap);
    --cnvs-socialicon-gap-y: 0px;
}

/* Social Icons - colors
-----------------------------------------------------------------*/
.bg-facebook,
.h-bg-facebook:hover {
    background-color: rgba(59, 89, 152, 1) !important;
}

.bg-google,
.h-bg-google:hover {
    background-color: rgba(var(--cnvs-color-google-rgb), 1) !important;
}

.bg-linkedin,
.h-bg-linkedin:hover {
    background-color: rgba(14, 118, 168, 1) !important;
}

.bg-youtube,
.h-bg-youtube:hover {
    background-color: rgba(196, 48, 43, 1) !important;
}

.bg-vimeo,
.h-bg-vimeo:hover {
    background-color: rgba(var(--cnvs-color-vimeo-rgb), 1) !important;
}

.bg-figma,
.h-bg-figma:hover {
    background-color: rgba(171, 124, 99, 1) !important;
}

.border-facebook,
.h-border-facebook:hover {
    border-color: rgba(59, 89, 152, 1) !important;
}

.border-google,
.h-border-google:hover {
    border-color: rgba(var(--cnvs-color-google-rgb), 1) !important;
}

.border-linkedin,
.h-border-linkedin:hover {
    border-color: rgba(14, 118, 168, 1) !important;
}

.border-youtube,
.h-border-youtube:hover {
    border-color: rgba(196, 48, 43, 1) !important;
}

.border-vimeo,
.h-border-vimeo:hover {
    border-color: rgba(var(--cnvs-color-vimeo-rgb), 1) !important;
}

.border-figma,
.h-border-figma:hover {
    border-color: rgba(171, 124, 99, 1) !important;
}

.color-facebook,
.h-color-facebook:hover {
    color: rgba(59, 89, 152, 1) !important;
}

.color-google,
.h-color-google:hover {
    color: rgba(var(--cnvs-color-google-rgb), 1) !important;
}

.color-linkedin,
.h-color-linkedin:hover {
    color: rgba(14, 118, 168, 1) !important;
}

.color-vimeo,
.h-color-vimeo:hover {
    color: rgba(var(--cnvs-color-vimeo-rgb), 1) !important;
}

.color-figma,
.h-color-figma:hover {
    color: rgba(171, 124, 99, 1) !important;
}


/*-----------------------------------------------------------------------------------

	Shortcodes: carousels.scss

-----------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------
	Owl Carousel CSS
-----------------------------------------------------------------*/
.owl-carousel {
    --cnvs-owl-dots-gutters: 0.25rem;
    --cnvs-owl-dots-sizes: 0.5rem;
    --cnvs-owl-nav-bg: #c1bd8a;
}
@keyframes fadeout {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.owl-height {
    transition: height 500ms ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .owl-height {
        transition: none;
    }
}

.owl-carousel {
    direction: ltr;
    display: none;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;
    width: 100%;
    touch-action: manipulation;
}
.owl-carousel .owl-stage {
    position: relative;
}
.owl-carousel .owl-stage::after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel.owl-loaded {
    display: block;
}
.owl-carousel.owl-loading {
    display: block;
    min-height: 100px;
    background: no-repeat center center;
    opacity: 0;
    display: block;
}
.owl-carousel .owl-refresh .owl-item {
    display: none;
}
.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    transform-style: preserve-3d;
}
.slider-element .owl-carousel .owl-item img {
    -webkit-transform-style: preserve-3d;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot,
.owl-carousel .owl-dots button {
    cursor: pointer;
    cursor: hand;
    padding: 0;
    border: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.owl-carousel.owl-refresh .owl-item {
    display: none;
}
.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.owl-carousel.owl-grab {
    cursor: move;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}
.no-js .owl-carousel {
    display: block;
}
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease;
}
@media (prefers-reduced-motion: reduce) {
    .owl-carousel .owl-item .owl-lazy {
        transition: none;
    }
}

/* Owl Carousel - Controls
-----------------------------------------------------------------*/
.owl-carousel .owl-dots,
.owl-carousel .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    line-height: 1;
}

/* Owl Carousel - Controls - Arrows
-----------------------------------------------------------------*/
.owl-carousel .owl-nav [class*="owl-"] {
    position: absolute;
    top: 50%;
    zoom: 1;
    border: 1px solid rgba(0, 0, 0, 0.2);
    color: #777;
    background-color: #fefaf4;
    border-radius: 50%;
    opacity: 0;
    left: calc(36px * -1);
    transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
    .owl-carousel .owl-nav [class*="owl-"] {
        transition: none;
    }
}

.owl-carousel.with-carousel-dots .owl-nav [class*="owl-"] {
    margin-top: calc(36px - 2);
}

.slider-element .owl-nav [class*="owl-"],
.owl-carousel-full .owl-nav [class*="owl-"] {
    margin-top: -30px;
    left: 0 !important;
    height: calc(28px * 2.143);
    line-height: calc(28px * 2.143);
    border: none;
    color: #f8f9fa;
    background-color: rgba(0, 0, 0, 0.4);
    font-size: 28px;
    border-radius: 0 0.25rem 0.25rem 0;
}

.owl-carousel-full .with-carousel-dots .owl-nav [class*="owl-"] {
    margin-top: -50px;
}

.owl-carousel .owl-nav .owl-next {
    left: auto;
    right: calc(36px * -1);
}

.slider-element .owl-nav .owl-next,
.owl-carousel-full .owl-nav .owl-next {
    left: auto !important;
    right: 0 !important;
    border-radius: 0.25rem 0 0 0.25rem;
}

.owl-carousel:hover .owl-nav [class*="owl-"] {
    opacity: 1;
    left: calc(-0.5 * 36px);
}

.owl-carousel:hover .owl-nav .owl-next {
    left: auto;
    right: calc(-0.5 * 36px);
}

.owl-carousel .owl-nav [class*="owl-"]:hover {
    background-color: #c1bd8a !important;
    color: #fefaf4 !important;
    text-decoration: none;
}

.owl-carousel .owl-nav .disabled {
    display: none !important;
}

/* Owl Carousel - Controls - Dots
-----------------------------------------------------------------*/
.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    opacity: 0.5;
    width: var(--cnvs-owl-dots-sizes);
    height: var(--cnvs-owl-dots-sizes);
    margin-top: 30px;
    border-radius: 50%;
    background-color: #c1bd8a;
    transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
    .owl-carousel .owl-dots .owl-dot {
        transition: none;
    }
}
.owl-carousel .owl-dots .owl-dot.active,
.owl-carousel .owl-dots .owl-dot:hover {
    opacity: 1;
}

/* Owl Carousel - Controls - Dots - Positions
-----------------------------------------------------------------*/
.owl-carousel[class*="owl-nav-pos-"],
.owl-carousel[class*="owl-dots-pos-"] .owl-carousel[class*="owl-img-pos-"] {
    display: flex;
    flex-direction: column;
}

.owl-carousel.owl-nav-pos-1 .owl-nav,
.owl-carousel.owl-dots-pos-1 .owl-dots,
.owl-carousel.owl-content-pos-1 .owl-stage-outer {
    order: 1;
}

.owl-carousel.owl-nav-pos-2 .owl-nav,
.owl-carousel.owl-dots-pos-2 .owl-dots,
.owl-carousel.owl-content-pos-2 .owl-stage-outer {
    order: 2;
    margin: 20px 0;
}

.owl-carousel.owl-nav-pos-3 .owl-nav,
.owl-carousel.owl-dots-pos-3 .owl-dots,
.owl-carousel.owl-content-pos-3 .owl-stage-outer {
    order: 3;
}

.owl-carousel.owl-dots-pos-2 .owl-dots .owl-dot,
.owl-carousel.owl-dots-pos-3 .owl-dots .owl-dot {
    margin-top: 0;
}

.owl-carousel.owl-nav-pos-left .owl-nav,
.owl-carousel.owl-nav-pos-right .owl-nav,
.owl-carousel.owl-dots-pos-left .owl-dots,
.owl-carousel.owl-dots-pos-right .owl-dots {
    display: flex;
    justify-content: center;
}

.owl-carousel.owl-dots-pos-left .owl-dots,
.owl-carousel.owl-nav-pos-left .owl-nav {
    justify-content: flex-start;
}

.owl-carousel.owl-dots-pos-right .owl-dots,
.owl-carousel.owl-nav-pos-right .owl-nav {
    justify-content: flex-end;
}

.owl-carousel.with-carousel-dots.owl-dots-pos-top .owl-nav [class*="owl-"] {
    margin-top: 0;
}

/* Owl Carousel - Controls - Dots - Sizes
-----------------------------------------------------------------*/
.owl-carousel.owl-dots-size-sm {
    --cnvs-owl-dots-sizes: 4px;
    --cnvs-owl-dots-gutters: 2px;
}

.owl-carousel.owl-dots-size-lg {
    --cnvs-owl-dots-sizes: 12px;
    --cnvs-owl-dots-gutters: 5px;
}

.owl-carousel.owl-dots-size-xl {
    --cnvs-owl-dots-sizes: 16px;
    --cnvs-owl-dots-gutters: 6px;
}

.owl-carousel .owl-dots .owl-dot {
    width: var(--cnvs-owl-dots-sizes);
    height: var(--cnvs-owl-dots-sizes);
    background-color: #c1bd8a;
    margin-left: var(--cnvs-owl-dots-gutters);
    margin-right: var(--cnvs-owl-dots-gutters);
    transition: all 0.3s;
}

.owl-carousel.owl-nav-hover-fixed[class*="owl-nav-pos-"] .owl-nav .disabled {
    display: inline-block !important;
    pointer-events: none;
    opacity: 0.4 !important;
}


/* Owl Carousel - Controls - Arrows - Sizes
-----------------------------------------------------------------*/
.owl-carousel .owl-nav [class*="owl-"] {
    left: calc(-1 * 36px);
    width: 36px;
    height: 36px;
    line-height: calc(-1 * 36px - 4px);
    font-size: calc(36px / 2);
    margin-top: calc(36px / -2);
}
@media (max-width: 767.98px) {
    .owl-carousel .owl-nav [class*="owl-"] {
        left: 36px;
    }
}

.owl-carousel.with-carousel-dots .owl-nav [class*="owl-"] {
    margin-top: calc(calc(36px / -2) - calc(calc(30px + 0.5rem) / 2));
}

.owl-carousel .owl-nav .owl-next {
    left: auto;
    right: calc(-1 * 36px);
}
@media (max-width: 767.98px) {
    .owl-carousel .owl-nav .owl-next {
        right: 36px;
    }
}

.slider-element .owl-nav .owl-next,
.owl-carousel-full .owl-nav .owl-next {
    left: auto !important;
    right: 0 !important;
}

.owl-carousel.owl-nav-hover-fixed .owl-nav [class*="owl-"],
.owl-carousel:hover .owl-nav [class*="owl-"] {
    opacity: 1;
    left: calc(-1 * 36px / 2);
}
@media (max-width: 767.98px) {
    .owl-carousel.owl-nav-hover-fixed .owl-nav [class*="owl-"],
    .owl-carousel:hover .owl-nav [class*="owl-"] {
        left: calc(36px / 4);
    }
}

.owl-carousel.owl-nav-hover-fixed .owl-nav .owl-next,
.owl-carousel:hover .owl-nav .owl-next {
    left: auto;
    right: calc(-1 * 36px / 2);
}
@media (max-width: 767.98px) {
    .owl-carousel.owl-nav-hover-fixed .owl-nav .owl-next,
    .owl-carousel:hover .owl-nav .owl-next {
        right: calc(36px / 4);
    }
}

.owl-carousel .owl-nav [class*="owl-"]:hover {
    background-color: #c1bd8a !important;
}

.slider-element .owl-nav [class*="owl-"],
.owl-carousel-full .owl-nav [class*="owl-"] {
    margin-top: -30px;
    height: calc(36px * 1.6666666667);
    line-height: calc(36px * 1.6666666667);
    font-size: calc(36px * 1.6666666667 / 2);
}

.owl-carousel-full .with-carousel-dots .owl-nav [class*="owl-"] {
    margin-top: calc(36px * 1.6666666667 / -2 - (30px + var(--cnvs-owl-dots-sizes)) / 2);
}

.owl-carousel.owl-nav-hover-fixed[class*="owl-nav-pos-"] .owl-nav [class*="owl-"] {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    margin: 0;
}

.owl-carousel.owl-nav-hover-fixed[class*="owl-nav-pos-"] .owl-nav .owl-prev {
    margin-right: 5px;
}

.owl-carousel.owl-nav-hover-fixed[class*="owl-nav-pos-"] .owl-nav .owl-next {
    margin-left: 5px;
}

.owl-carousel.owl-nav-text .owl-nav [class*="owl-"] {
    width: auto;
    height: auto;
    line-height: 1.5;
    font-size: 0.925rem;
    border-radius: 3px;
    padding: 4px 8px;
}

.owl-carousel.owl-nav-text .owl-nav [class*="owl-"] i {
    position: relative;
    top: 1px;
}


/* Heading Block - with Subtitle
-----------------------------------------------------------------*/
.heading-block {
    margin-bottom: 50px;
}
.heading-block h1,
.heading-block .h1,
.heading-block h2,
.heading-block .h2,
.heading-block h3,
.heading-block .h3,
.heading-block h4,
.heading-block .h4 {
    margin-bottom: 0;
    font-weight: 600;
    text-transform: none;
    letter-spacing: 0;
    color: #212529;
}
.heading-block h1,
.heading-block .h1 {
    font-size: 2.5rem;
}
.heading-block h2,
.heading-block .h2 {
    font-size: 2.125rem;
}
.heading-block h3,
.heading-block .h3 {
    font-size: 1.875rem;
}
.heading-block h4,
.heading-block .h4 {
    font-size: 1.375rem;
}
.heading-block > span {
    display: block;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    font-size: calc(2.125rem / 1.75);
    font-weight: 600;
    color: firebrick;
}
.heading-block.center > span,
.heading-block.text-center > span,
.center .heading-block > span,
.text-center .heading-block > span {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}
@media (min-width: 768px) {
    .text-md-start .heading-block > span {
        max-width: none !important;
    }
}
.heading-block h1 + span,
.heading-block .h1 + span {
    font-size: calc(2.5rem / 1.5);
}
.heading-block h2 + span,
.heading-block .h2 + span,
.heading-block h3 + span,
.heading-block .h3 + span,
.heading-block h4 + span,
.heading-block .h4 + span {
    font-size: calc(2.125rem / 1.75);
}
/* .heading-block::after {
    content: "";
    display: block;
    margin-top: 30px;
    width: var(--cnvs-title-block-border-size);
    border-top: var(--cnvs-heading-block-border);
} */

.center .heading-block::after,
.text-center .heading-block::after,
.heading-block.center::after,
.heading-block.text-center::after {
    margin: 30px auto 0;
}
@media (min-width: 768px) {
    .text-md-start .heading-block::after {
        margin-left: 0 !important;
    }
}
.text-end .heading-block,
.heading-block.text-end,
.heading-block.title-right {
    direction: rtl;
}
.heading-block.border-0::after,
.heading-block.border-bottom-0::after {
    display: none;
}
.heading-block.border-color::after {
    border-color: #c1bd8a;
}

/* Justify Border Title
-----------------------------------------------------------------*/
.fancy-title {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
}
.fancy-title h3,
.fancy-title h4 {
    position: relative;
    margin-bottom: 0;
}
.fancy-title::before,
.fancy-title::after {
    content: "";
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    height: 0;
    border-top: 1px solid #fff;
}
.fancy-title::before {
    display: none;
    margin-right: 0.75rem;
}
.fancy-title::after {
    margin-left: 0.75rem;
}

/* Fancy Title - Bottom Short Border
-----------------------------------------------------------------*/
.title-bottom-border::before,
.title-bottom-border::after {
    display: none;
}
.title-bottom-border h4 {
    width: 100%;
    padding: 0 0 0.75rem;
    border-bottom: 2px solid firebrick;
}


/* ----------------------------------------------------------------
	Blockquotes
-----------------------------------------------------------------*/
blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 1.6rem;
    border-left: 5px solid #e9ecef;
}

/* ----------------------------------------------------------------
	Overlays
-----------------------------------------------------------------*/
.bg-overlay,
.bg-overlay-bg,
.bg-overlay-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
}

.bg-overlay {
    z-index: 5;
}
.bg-overlay [data-hover-animate]:not(.animated) {
    opacity: 0;
}
.bg-overlay-content {
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    padding: 20px;
}
.bg-overlay-bg {
    background-color: rgba(0, 0, 0, 0.7);
}

.overlay-trigger-icon {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 0 0.25rem;
    font-size: 1.125rem;
    text-align: center;
    border-radius: 50%;
    -webkit-backface-visibility: hidden;
    transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
    .overlay-trigger-icon {
        transition: none;
    }
}
.overlay-trigger-icon .uil-play {
    position: relative;
    left: 1px;
}
.overlay-trigger-icon:hover {
    color: #c1bd8a !important;
}

.bg-overlay-mask {
    position: relative;
}
.bg-overlay-mask::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #000;
    opacity: 0.55;
}


/* ----------------------------------------------------------------
	Go To Top
-----------------------------------------------------------------*/
#gotoTop {
    z-index: -999;
    position: fixed;
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    background-color: rgba(0, 0, 0, 0.3);
    font-size: 1.5rem;
    text-align: center;
    color: #fefaf4;
    top: auto;
    left: auto;
    right: 30px;
    bottom: 50px;
    cursor: pointer;
    border-radius: 2px;
    opacity: 0;
    transition: background-color 0.2s linear, opacity 0.4s ease;
}
@media (prefers-reduced-motion: reduce) {
    #gotoTop {
        transition: none;
    }
}
.gototop-active #gotoTop {
    z-index: 599;
    opacity: 1;
}
.stretched #gotoTop {
    right: 100;
    bottom: 100;
}
#gotoTop:hover {
    background-color: #c1bd8a;
}

/* ----------------------------------------------------------------
	Forms
-----------------------------------------------------------------*/
form .form-group {
    margin-bottom: 1.25rem;
}

.form-control {
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fefaf4;
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    /* ----------------------------------------------------------------
  	Border Form Control
  -----------------------------------------------------------------*/
}
.form-control:focus {
    color: #212529;
    background-color: #fefaf4;
    border-color: #86b7fe;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* ----------------------------------------------------------------
	Contact Form
-----------------------------------------------------------------*/
.contact-form-overlay {
    position: relative;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 10;
    border-radius: 4px;
}


/* ----------------------------------------------------------------
	Footer
-----------------------------------------------------------------*/
#footer {
    position: relative;
    background-color: #333;
    border-top: 1px solid #777;
    color: #fefaf4;
}

.footer-logo {
    display: block;
    margin-bottom: 30px;
}

/* ----------------------------------------------------------------
	Widgets
-----------------------------------------------------------------*/
.widget {
    position: relative;
    margin-top: 3rem;
    /* Widget - Links
  -----------------------------------------------------------------*/
    /* Widget - Testimonial & Twitter
  -----------------------------------------------------------------*/
}
.widget p {
    line-height: 1.7;
}
.sidebar-widgets-wrap .widget {
    padding-top: 3rem;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.sidebar-widgets-wrap .widget:first-child {
    padding-top: 0;
    border-top: 0;
}
.sidebar-widgets-wrap .widget > h4,
.sidebar-widgets-wrap .widget > .h4 {
    letter-spacing: calc(1px + 1px);
}
.widget:first-child {
    margin-top: 0;
}
.widget > h4,
.widget > .h4 {
    margin-bottom: 1.5rem;
    font-size: 0.9325rem;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .sidebar-widgets-wrap {
        position: relative;
        display: -ms-flex;
        display: flex;
        flex-wrap: wrap;
        margin: 0 -20px -40px -20px;
    }
    .sidebar-widgets-wrap .widget {
        flex: 0 0 50%;
        max-width: 50%;
        margin: 0 0 40px 0;
        padding-top: 0;
        padding-left: 20px;
        padding-right: 20px;
        border-top: 0;
    }
}

label.radio,
label.checkbox {
    padding-left: 20px;
}


/* Magnific Popup SCSS */

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.9;
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
}

.mfp-container::before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container::before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation;
}
button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 4rem;
    height: 4rem;
    line-height: 4rem;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #fefaf4;
    font-style: normal;
    font-size: 1.5rem;
}
.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
}
.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-counter {
    position: absolute;
    top: auto;
    bottom: 25px;
    right: 20px;
    font-size: 0.75rem;
    line-height: 18px;
    white-space: nowrap;
    padding: 0.5rem 1rem;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 0.25rem;
    color: #ccc;
}
.mfp-counter:empty {
    display: none;
}

.mfp-arrow {
    opacity: 0.65;
    position: absolute;
    margin: 0;
    top: 50%;
    left: 0;
    padding: 0;
    width: 4rem;
    height: 4rem;
    font-family: "bootstrap-icons";
    line-height: inherit;
    -webkit-tap-highlight-color: transparent;
    font-size: 2rem;
    transform: translateY(-50%);
    color: #ccc;
    transition: all 0.3s ease;
}
.mfp-arrow:hover {
    opacity: 1;
    transform: translateY(-50%) scale(1.2);
}

@media (max-width: 991.98px) {
    .mfp-arrow {
        background-color: rgba(0, 0, 0, 0.75) !important;
    }
    .mfp-arrow:hover {
        transform: translateY(-50%);
        background-color: rgba(0, 0, 0, 0.85) !important;
    }
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: calc(9/16 * 100%);
}
.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
    line-height: 0;
}
.mfp-figure::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}
.mfp-figure small,
.mfp-figure .small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px;
}
.mfp-figure small:empty,
.mfp-figure .small:empty {
    display: none;
}
.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    position: absolute;
    left: 50%;
    bottom: 25px;
    transform: translateX(-50%);
    width: auto;
    text-align: center;
    line-height: 1.65;
    color: #f3f3f3;
    word-wrap: break-word;
    padding: 1rem;
    background: rgba(39, 60, 68, 0.2);
    -webkit-backdrop-filter: blur(3em);
    backdrop-filter: blur(3em);
    border-radius: 0.25rem;
}
.mfp-title:empty {
    display: none;
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        transform: translateY(-50%) scale(0.75) !important;
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */
.not-animated,
[data-animate]:not(.animated) {
    opacity: 0;
}

.animated {
    animation-duration: 1s;
    animation-duration: 1s;
    animation-fill-mode: both;
}

/* ----------------------------------------------------------------
	Custom Animate.css Styles
-----------------------------------------------------------------*/
@keyframes fadeInDownSmall {
    from {
        opacity: 0;
        transform: translate3d(0, -50%, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}
.fadeInDownSmall {
    animation-name: fadeInDownSmall;
}

@keyframes fadeOutUpSmall {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        transform: translate3d(0, -50%, 0);
    }
}
.fadeOutUpSmall {
    animation-name: fadeOutUpSmall;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.fadeIn {
    animation-name: fadeIn;
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
.fadeOut {
    animation-name: fadeOut;
}

/***********************************************************************************/
/*                                      BB                                         */                           /***********************************************************************************/

html { visibility:hidden; }

.bb_button {
    display: inline-block;
    background-color: #c1bd8a;
    color: #222;
    padding: 12px 15px 12px 15px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    border-top: 2px solid #eee;
    border-right: 2px solid #eee;
    border-bottom: 2px solid #999;
    border-left: 2px solid #999;
}

.bb_button:hover {
    background-color: #333;
    color: #c1bd8a;
    cursor: pointer;
}

.slide-headline, .slide-headline > h1 {
	font-family: "Inter", sans-serif !important;
    font-weight: 900 !important;
    font-size: 38px !important;
    line-height: 44px !important;
    text-align: center !important;
}

@media (max-width: 768px) {
    .slide-headline, .slide-headline > h1 {
        font-size: 36px !important;
        line-height: 39px !important;
    }
}

@media (max-width: 667px) {
    .slide-headline, .slide-headline > h1 {
        font-size: 30px !important;
        line-height: 32px !important;
    }
}

@media (max-width: 393px) {
    .slide-headline, .slide-headline > h1 {
        font-size: 22px !important;
        line-height: 25px !important;
    }
}

@media (max-width: 576px) {
    .header-extras {
        display: none;
    }
    #logo {
        padding-top: 20px !important;
    }
}

.mt-0 {
    margin-top: 0;
}

.mt-10 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-25 {
    margin-top: 25px;
}

.mb-0 {
    margin-bottom: 0;
}

.mb-3 {
    margin-bottom: 3px !important;
}

.pt-60 {
    padding-top: 60px;
}

.pt-90 {
    padding-top: 90px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pb-110 {
    padding-bottom: 110px;
}

span.preheader {
    font-size: 20px;
    font-weight: 600;
    color: firebrick;
}

.zebra {
    background-color: #fcf4e8;
}

section.services h3 {
    color: firebrick;
}

.gold-relief, .gold-relief2 {
    border-bottom: 2px solid #c1bd8a;
    border-left: 2px solid #c1bd8a;
}

.brown-relief {
    border-bottom: 2px solid #88837d;
    border-left: 2px solid #88837d;
}

.gold-relief2:hover, .brown-relief:hover, .no-relief:hover {
    filter: brightness(80%);
}

section.testimonials {
    margin-top: 60px;
    padding-top 90px;
    padding-bottom: 90px;
}

.testimonial-text {
    font-family: "Playfair Display", serif !important;
    font-style: italic;
}

@media (max-width: 768px) {
    .footer-socials {
        margin: 40px 0 40px 0;    
    }
}

.lead strong {
    font-weight: 600;
}

.center-button {
    width: 100%;
    text-align: center;
}

span.more {
    display: inline;
}

@media (max-width: 992px) {
    span.more {
        display: none;
    }
    aside {
        display: none;
    }
}

.postcontent > .single-post > .entry > .entry-content > p {
    font-size: 18px !important;
}

.page-title {
    background-color: #88837d !important;
}

.firebrick {
    color: firebrick !important;
}

.indented {
    padding-left: 30px !important;
}

a.current {
    color: #c1bd8a !important;
}

a.current:hover {
    cursor: default;
}

ul.topicnav > a > li {
    width: 100%;
    list-style-type: none;
    margin-bottom: 10px;
    color: #88837d;
    border: 1px solid #88837d;
    padding: 10px 10px 10px 10px;
    margin-bottom: 10px;
}

ul.topicnav > a:hover > li {
    color: #fff;
    background-color: #88837d;
    border: 1px solid #888;
    padding: 10px 10px 10px 10px;
}

ul.topicnav > a > li.current {
    color: #fff;
    background-color: #88837d;
    border: 1px solid #888;
    padding: 10px 10px 10px 10px;
}

ul.topicnav > a:hover > li.current {
    cursor: default;
}

.blog-nav-color {
    color: #88837d;
}

.link1:hover, .link1 i:hover  {
    color: #ccc !important;
}

.link2:hover, .link2 i:hover {
    color: #777 !important;
}

.success {
    padding-top: 30px;
    font-size: 30px;
    font-weight: bold;
    color: chartreuse;
}

.error {
    padding-top: 30px;
    font-size: 30px;
    font-weight: bold;
    color: yellow;
}

.required_company {
    display: none;
}