@charset "UTF-8";

/*!
   * Bootstrap  v5.3.3 (https://getbootstrap.com/)
   * Copyright 2011-2024 The Bootstrap Authors
   * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
   */
:root {
    --bs-blue: #229ac8;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #da4f49;
    --bs-orange: #fd7e14;
    --bs-yellow: #faa732;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #229ac8;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #faa732;
    --bs-danger: #da4f49;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 34, 154, 200;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 250, 167, 50;
    --bs-danger-rgb: 218, 79, 73;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-primary-text-emphasis: #0e3e50;
    --bs-secondary-text-emphasis: #2b2f32;
    --bs-success-text-emphasis: #0a3622;
    --bs-info-text-emphasis: #055160;
    --bs-warning-text-emphasis: #644314;
    --bs-danger-text-emphasis: #57201d;
    --bs-light-text-emphasis: #495057;
    --bs-dark-text-emphasis: #495057;
    --bs-primary-bg-subtle: #d3ebf4;
    --bs-secondary-bg-subtle: #e2e3e5;
    --bs-success-bg-subtle: #d1e7dd;
    --bs-info-bg-subtle: #cff4fc;
    --bs-warning-bg-subtle: #feedd6;
    --bs-danger-bg-subtle: #f8dcdb;
    --bs-light-bg-subtle: #fcfcfd;
    --bs-dark-bg-subtle: #ced4da;
    --bs-primary-border-subtle: #a7d7e9;
    --bs-secondary-border-subtle: #c4c8cb;
    --bs-success-border-subtle: #a3cfbb;
    --bs-info-border-subtle: #9eeaf9;
    --bs-warning-border-subtle: #fddcad;
    --bs-danger-border-subtle: #f0b9b6;
    --bs-light-border-subtle: #e9ecef;
    --bs-dark-border-subtle: #adb5bd;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 0.8125rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.8;
    --bs-body-color: #212529;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg: #fff;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-emphasis-color: #000;
    --bs-emphasis-color-rgb: 0, 0, 0;
    --bs-secondary-color: rgba(33, 37, 41, 0.75);
    --bs-secondary-color-rgb: 33, 37, 41;
    --bs-secondary-bg: #e9ecef;
    --bs-secondary-bg-rgb: 233, 236, 239;
    --bs-tertiary-color: rgba(33, 37, 41, 0.5);
    --bs-tertiary-color-rgb: 33, 37, 41;
    --bs-tertiary-bg: #f8f9fa;
    --bs-tertiary-bg-rgb: 248, 249, 250;
    --bs-heading-color: inherit;
    --bs-link-color: #229ac8;
    --bs-link-color-rgb: 34, 154, 200;
    --bs-link-decoration: none;
    --bs-link-hover-color: #1b7ba0;
    --bs-link-hover-color-rgb: 27, 123, 160;
    --bs-code-color: #d63384;
    --bs-highlight-color: #212529;
    --bs-highlight-bg: #feedd6;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dee2e6;
    --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
    --bs-border-radius: 0.25rem;
    --bs-border-radius-sm: 0.2rem;
    --bs-border-radius-lg: 0.3rem;
    --bs-border-radius-xl: 0.3rem;
    --bs-border-radius-xxl: 2rem;
    --bs-border-radius-2xl: var(--bs-border-radius-xxl);
    --bs-border-radius-pill: 50rem;
    --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
    --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
    --bs-focus-ring-width: 0.25rem;
    --bs-focus-ring-opacity: 0.25;
    --bs-focus-ring-color: rgba(34, 154, 200, 0.25);
    --bs-form-valid-color: #198754;
    --bs-form-valid-border-color: #198754;
    --bs-form-invalid-color: #da4f49;
    --bs-form-invalid-border-color: #da4f49
}

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

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

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

hr {
    margin: 1rem 0;
    color: inherit;
    border: 0;
    border-top: var(--bs-border-width) solid;
    opacity: .25
}

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

.h1,
h1 {
    font-size: calc(1.328125rem+.9375vw)
}

@media (min-width:1200px) {

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

.h2,
h2 {
    font-size: calc(1.2875rem+.45vw)
}

@media (min-width:1200px) {

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

.h3,
h3 {
    font-size: calc(1.2671875rem+.20625vw)
}

@media (min-width:1200px) {

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

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

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

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

ul {
    padding-left: 2rem
}

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

ul ul {
    margin-bottom: 0
}

strong {
    font-weight: bolder
}

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

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

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

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

img,
svg {
    vertical-align: middle
}

button {
    border-radius: 0
}

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

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

button {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

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

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

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

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

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

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

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

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

iframe {
    border: 0
}

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

[hidden] {
    display: none !important
}

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

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

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

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

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x))
}

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

.col {
    flex: 1 0 0%
}

@media (min-width:576px) {
    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

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

@media (min-width:768px) {
    .col-md-6 {
        flex: 0 0 auto;
        width: 50%
    }

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

@media (min-width:992px) {
    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

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

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

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

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

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

@media (min-width:1200px) {
    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

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

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

    .col-xl-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

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

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

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

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

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

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

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

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

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

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #229ac8;
    --bs-btn-border-color: #229ac8;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #1d83aa;
    --bs-btn-hover-border-color: #1b7ba0;
    --bs-btn-focus-shadow-rgb: 67, 169, 208;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #1b7ba0;
    --bs-btn-active-border-color: #1a7496;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #229ac8;
    --bs-btn-disabled-border-color: #229ac8
}

.btn-outline-primary {
    --bs-btn-color: #229ac8;
    --bs-btn-border-color: #229ac8;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #229ac8;
    --bs-btn-hover-border-color: #229ac8;
    --bs-btn-focus-shadow-rgb: 34, 154, 200;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #229ac8;
    --bs-btn-active-border-color: #229ac8;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #229ac8;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #229ac8;
    --bs-gradient: none
}

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

.dropdown {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

.dropdown-menu {
    --bs-dropdown-zindex: 1000;
    --bs-dropdown-min-width: 10rem;
    --bs-dropdown-padding-x: 0;
    --bs-dropdown-padding-y: 0.5rem;
    --bs-dropdown-spacer: 0.125rem;
    --bs-dropdown-font-size: 0.8125rem;
    --bs-dropdown-color: var(--bs-body-color);
    --bs-dropdown-bg: var(--bs-body-bg);
    --bs-dropdown-border-color: var(--bs-border-color-translucent);
    --bs-dropdown-border-radius: var(--bs-border-radius);
    --bs-dropdown-border-width: var(--bs-border-width);
    --bs-dropdown-inner-border-radius: calc(var(--bs-border-radius)- var(--bs-border-width));
    --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
    --bs-dropdown-divider-margin-y: 0.5rem;
    --bs-dropdown-box-shadow: var(--bs-box-shadow);
    --bs-dropdown-link-color: var(--bs-body-color);
    --bs-dropdown-link-hover-color: var(--bs-body-color);
    --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
    --bs-dropdown-link-active-color: #fff;
    --bs-dropdown-link-active-bg: #229ac8;
    --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
    --bs-dropdown-item-padding-x: 1rem;
    --bs-dropdown-item-padding-y: 0.25rem;
    --bs-dropdown-header-color: #6c757d;
    --bs-dropdown-header-padding-x: 1rem;
    --bs-dropdown-header-padding-y: 0.5rem;
    position: absolute;
    z-index: var(--bs-dropdown-zindex);
    display: none;
    min-width: var(--bs-dropdown-min-width);
    padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
    margin: 0;
    font-size: var(--bs-dropdown-font-size);
    color: var(--bs-dropdown-color);
    text-align: left;
    list-style: none;
    background-color: var(--bs-dropdown-bg);
    background-clip: padding-box;
    border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
    border-radius: var(--bs-dropdown-border-radius)
}

.nav {
    --bs-nav-link-padding-x: 1rem;
    --bs-nav-link-padding-y: 0.5rem;
    --bs-nav-link-color: var(--bs-link-color);
    --bs-nav-link-hover-color: var(--bs-link-hover-color);
    --bs-nav-link-disabled-color: var(--bs-secondary-color);
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar {
    --bs-navbar-padding-x: 0;
    --bs-navbar-padding-y: 0.5rem;
    --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
    --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
    --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
    --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
    --bs-navbar-brand-padding-y: 0.3171875rem;
    --bs-navbar-brand-margin-end: 1rem;
    --bs-navbar-brand-font-size: 1.015625rem;
    --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
    --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
    --bs-navbar-nav-link-padding-x: 0.5rem;
    --bs-navbar-toggler-padding-y: 0.25rem;
    --bs-navbar-toggler-padding-x: 0.75rem;
    --bs-navbar-toggler-font-size: 1.015625rem;
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
    --bs-navbar-toggler-border-radius: var(--bs-border-radius);
    --bs-navbar-toggler-focus-width: 0.25rem;
    --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x)
}

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

.navbar-nav {
    --bs-nav-link-padding-x: 0;
    --bs-nav-link-padding-y: 0.5rem;
    --bs-nav-link-color: var(--bs-navbar-color);
    --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
    --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .dropdown-menu {
    position: static
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center
}

@media (min-width:992px) {
    .navbar-expand-lg {
        flex-wrap: nowrap;
        justify-content: flex-start
    }

    .navbar-expand-lg .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }
}

.card {
    --bs-card-spacer-y: 1rem;
    --bs-card-spacer-x: 1rem;
    --bs-card-title-spacer-y: 0.5rem;
    --bs-card-border-width: var(--bs-border-width);
    --bs-card-border-color: var(--bs-border-color-translucent);
    --bs-card-border-radius: var(--bs-border-radius);
    --bs-card-inner-border-radius: calc(var(--bs-border-radius)-(var(--bs-border-width)));
    --bs-card-cap-padding-y: 0.5rem;
    --bs-card-cap-padding-x: 1rem;
    --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
    --bs-card-bg: var(--bs-body-bg);
    --bs-card-img-overlay-padding: 1rem;
    --bs-card-group-margin: 0.75rem;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: var(--bs-card-height);
    color: var(--bs-body-color);
    word-wrap: break-word;
    background-color: var(--bs-card-bg);
    background-clip: border-box;
    border: var(--bs-card-border-width) solid var(--bs-card-border-color);
    border-radius: var(--bs-card-border-radius)
}

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

.alert {
    --bs-alert-bg: transparent;
    --bs-alert-padding-x: 1rem;
    --bs-alert-padding-y: 1rem;
    --bs-alert-margin-bottom: 1rem;
    --bs-alert-color: inherit;
    --bs-alert-border-color: transparent;
    --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
    --bs-alert-border-radius: var(--bs-border-radius);
    --bs-alert-link-color: inherit;
    position: relative;
    padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
    margin-bottom: var(--bs-alert-margin-bottom);
    color: var(--bs-alert-color);
    background-color: var(--bs-alert-bg);
    border: var(--bs-alert-border);
    border-radius: var(--bs-alert-border-radius)
}

@keyframes progress-bar-stripes {
    0% {
        background-position-x: 1rem
    }
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg)
    }
}

@keyframes spinner-grow {
    0% {
        transform: scale(0)
    }

    50% {
        opacity: 1;
        transform: none
    }
}

@keyframes placeholder-glow {
    50% {
        opacity: .2
    }
}

@keyframes placeholder-wave {
    100% {
        mask-position: -200% 0
    }
}

.d-flex {
    display: flex !important
}

.d-none {
    display: none !important
}

.position-relative {
    position: relative !important
}

.border {
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

.border-top {
    border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

.border-bottom {
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

.flex-wrap {
    flex-wrap: wrap !important
}

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

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

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

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

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

.visible {
    visibility: visible !important
}

@media (min-width:1200px) {
    .d-xl-block {
        display: block !important
    }
}

@media (min-width:1024px) {
    #menu .navbar-nav>li>a {
        padding: 0 !important
    }

    #menu .navbar-nav {
        display: flex !important;
        justify-content: center !important;
        flex-wrap: nowrap !important;
        gap: 15px !important
    }
}

@font-face {
    font-display: swap;
    font-family: Roboto-Fallback;
    src: local("Arial"), local("Helvetica Neue"), local("Helvetica");
    size-adjust: 100.06%;
    ascent-override: 92.7%;
    descent-override: 24.4%;
    line-gap-override: 0;
    font-weight: 400
}

@font-face {
    font-family: Roboto-Fallback;
    src: local("Arial"), local("Helvetica Neue"), local("Helvetica");
    size-adjust: 100.06%;
    ascent-override: 92.7%;
    descent-override: 24.4%;
    line-gap-override: 0;
    font-weight: 700
}

body {
    color: #333;
    background-color: #fff
}

.banner-area,
.banner-slider-wrapper,
.bdSliderActive {
    position: relative;
    width: 100%;
    height: 650px;
    min-height: 650px;
    overflow: hidden
}

.banner-slider-wrapper>div {
    min-height: 650px
}

.banner-slider-wrapper img,
.banner-slider-wrapper picture {
    display: block
}

.banner-content-two {
    position: relative;
    z-index: 1;
    padding: 80px 0 60px
}

.banner-subtitle {
    display: block;
    color: #fff;
    font-size: 1rem;
    margin-bottom: 10px
}

.banner-title {
    font-size: clamp(1.75rem, 4vw, 3rem);
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
    margin: 0 0 25px
}

.banner-description {
    font-size: 20px;
    line-height: 1.7;
    color: rgba(255, 255, 255, .92);
    max-width: 620px;
    margin: 0 0 30px;
    opacity: 1;
    visibility: visible;
    transition: none !important;
    animation: none !important
}

.white-text {
    color: #fff !important
}

.mb-25 {
    margin-bottom: 25px !important
}

.banner-description {
    opacity: 1 !important;
    visibility: visible !important;
    display: block !important;
    font-family: inherit
}

.banner-content-two .banner-subtitle,
.banner-content-two .banner-title {
    opacity: 1;
    transform: none
}

.fa-brands,
.fa-regular,
.fa-solid {
    display: inline-block;
    width: 1em;
    height: 1em;
    font-style: normal;
    line-height: 1
}

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

.container {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box
}

.hero-section {
    min-height: 500px
}

.banner-title {
    font-size: 32px;
    line-height: 1.2;
    font-weight: 700
}

.banner-description {
    font-size: 16px;
    line-height: 1.5
}

.banner-btn-group,
.banner-content-two,
.banner-description,
.banner-features,
.banner-title {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    animation: none !important;
    transition: none !important
}

@media (max-width:767px) {

    .banner-area,
    .banner-slider-wrapper,
    .bdSliderActive {
        height: 700px;
        min-height: 700px
    }

    .banner-slider-wrapper>div {
        min-height: 700px
    }
}

.banner-bg-picture {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 0
}

.banner-bg-picture img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    object-position: center
}

.banner-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none
}

.banner-container {
    position: relative;
    z-index: 2;
    height: 100%
}

.banner-row {
    min-height: 650px;
    height: 100%
}

@media (max-width:767px) {
    .banner-row {
        min-height: 700px
    }
}

body {
    width: 100%;
    height: 100%;
    font-family: Roboto, sans-serif;
    line-height: 1.5;
    font-size: 16px
}

button:focus {
    outline: 0 !important
}

.header-top {
    background-color: #076441;
    padding: 10px 100px
}

.header-sign-btn a.bd-btn.btn-primary {
    background-color: #076441;
    border-color: #076441
}

.header-top-left ul {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 0 56px;
    margin-bottom: 0;
    padding: 0
}

.header-top-left ul li:first-child {
    position: relative
}

.header-top-left ul li:first-child::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 20px;
    inset-inline-end: -26px;
    top: 50%;
    background-color: rgb(255 255 255 / .5);
    transform: translateY(-50%)
}

.header-top-left ul li a {
    color: #fff
}

.header-top-left ul li span {
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 14px;
    margin-inline-end: 12px
}

.header-top-right a i::before {
    font-size: 14px
}

.header-top-right a i {
    color: #fff;
    font-size: 0
}

.header-top-right a {
    color: #fff;
    font-size: 16px
}

.header-style-one {
    background-color: #fff;
    box-shadow: 0 1px 2px 1px rgb(3 11 30 / .06), 0 1px 1px 0 rgb(3 11 30 / .1)
}

#site-logo {
    aspect-ratio: 265/71;
    width: 100%;
    max-width: 265px;
    height: auto;
    display: block
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 99;
    padding: 15px 100px
}

#menu ul li .caret::after {
    content: "\f107";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    margin-left: 5px;
    font-size: 14px;
    display: inline-block;
    transition: all .3s ease-out
}

#menu .navbar-nav>li>a:hover .caret::after {
    transform: rotate(180deg);
    color: #07a169
}

#menu ul li .caret {
    font-size: 0
}

#menu .navbar-nav {
    display: inline-flex;
    gap: 0 30px
}

#menu .navbar-nav>li>a {
    color: #00170f !important;
    padding: 28px 0;
    background-color: #fff0;
    font-size: 16px;
    font-weight: 500;
    transition: all .3s linear
}

#menu .dropdown-menu a:hover,
#menu .navbar-nav>li>a:hover {
    color: #07a169
}

#menu .dropdown-menu a {
    transition: all .3s;
    margin-bottom: 0;
    font-size: 16px;
    display: block;
    border-bottom: 1px dashed #dedede;
    padding: 10px 18px;
    color: #272727;
    text-transform: none
}

#menu .dropdown-menu {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    min-width: 230px
}

#menu .dropdown-menu li {
    padding: 0 10px;
    font-size: 12px
}

@media (min-width:960px) {
    #menu .dropdown:hover .dropdown-menu {
        display: block
    }
}

@media (min-width:768px) {
    .bd-offcanvas-contact {
        display: none
    }

    .close-nav,
    .navbar-header.xs-toggle {
        display: none
    }
}

.footer-widget .footer-widget-title {
    margin-bottom: 20px
}

.footer-widget .footer-widget-title {
    margin-bottom: 20px;
    color: #000;
    font-size: 20px;
    font-weight: 700
}

.banner-content-two {
    max-width: 1040px;
    margin: 0 auto
}

.banner-title.white-text {
    font-size: 68px;
    margin-bottom: 25px;
    font-weight: 700
}

.fa-solid,
.fas {
    font-weight: 900
}

.btn,
a,
button,
h1,
h2,
h3,
h4,
img,
li,
p,
span,
svg {
    -webkit-transition: all .3s 0s ease-out;
    -moz-transition: all .3s 0s ease-out;
    -ms-transition: all .3s 0s ease-out;
    -o-transition: all .3s 0s ease-out;
    transition: all .3s 0s ease-out
}

@-webkit-keyframes bdFadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes bdFadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.about-section {
    position: relative
}

.about-decorative-shapes .shape-book {
    position: absolute
}

.about-decorative-shapes .shape-book {
    position: absolute;
    bottom: 100px;
    right: 270px
}

.about-media-container {
    position: relative
}

.about-images-grid {
    display: flex;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px
}

.about-image-column-left {
    max-width: 270px
}

.about-image-column {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.about-experience-badge {
    background: var(--bd-primary);
    padding: 30px;
    border-radius: 12px;
    text-align: center;
    color: var(--bd-white)
}

.about-experience-badge p {
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 5px
}

.experience-number {
    font-size: 48px;
    font-weight: 700;
    margin: 0
}

.about-image-wrapper {
    overflow: hidden;
    border-radius: 12px
}

.about-image-wrapper img {
    width: 100%;
    height: auto;
    object-fit: cover
}

.about-testimonial-card {
    background: var(--bd-white);
    padding: 30px;
    border-radius: 6px;
    box-shadow: 0 6px 100px 0 rgb(8 5 33 / .1)
}

.testimonial-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden
}

.testimonial-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.testimonial-stats {
    flex: 1
}

.stats-number {
    font-size: 38px;
    font-weight: 700;
    margin: 0
}

.gap-15 {
    gap: 15px
}

.mb-10 {
    margin-bottom: 10px
}

.about-testimonial-card p {
    font-size: var(--bd-fs-p);
    font-family: var(--bd-ff-p);
    font-weight: var(--bd-fw-normal);
    color: var(--bd-body-text);
    margin-bottom: 0;
    max-width: 206px;
    margin: 0 auto
}

.about-text-content {
    width: 100%
}

.about-section .about-content-container {
    margin-left: 30px
}

.section-header {
    margin-bottom: 30px
}

.section-header-wrapper {
    margin-bottom: 30px
}

.section-subtitle {
    display: inline-block;
    color: var(--bd-primary);
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    margin-bottom: 10px
}

.section-title {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    color: var(--bd-label-color);
    margin-bottom: 20px
}

.section-description {
    font-size: 16px;
    line-height: 1.6;
    color: var(--bd-body-text)
}

.text-underline-mark {
    position: relative;
    z-index: 2;
    display: inline-block
}

.text-underline-mark::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -2px;
    width: 100%;
    z-index: -1;
    height: 100%;
    background: url(/image/catalog/down-mark-line.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    -webkit-animation: section-animation 3s infinite;
    animation: section-animation 3s infinite
}

@keyframes section-animation {
    0% {
        width: 0
    }

    15% {
        width: 100%
    }

    85% {
        opacity: 1
    }

    90% {
        width: 100%;
        opacity: 0
    }

    to {
        width: 0;
        opacity: 0
    }
}

.features-list ul {
    list-style: none;
    padding: 0;
    margin: 20px 0
}

.features-list {
    margin: 35px 0 50px
}

.features-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    font-size: 16px;
    color: var(--bd-body-text)
}

.about-action-button {
    margin-top: 30px
}

.bd-btn {
    display: inline-block;
    padding: 12px 30px;
    border-radius: 6px;
    text-decoration: none;
    transition: all .3s ease;
    font-size: 16px
}

.bd-btn.btn-primary {
    background: var(--bd-primary);
    color: var(--bd-white);
    border: 2px solid var(--bd-primary);
    font-size: 16px
}

.bd-btn.btn-primary:hover {
    background: #fff0;
    color: var(--bd-primary)
}

.bd-btn.btn-outline-primary {
    background: #fff0;
    color: #075a3b;
    border: 1px solid var(--bd-primary);
    font-size: 16px
}

.bd-btn.btn-outline-primary:hover {
    background: var(--bd-primary);
    color: var(--bd-white)
}

.bd-btn.btn-outline-border-secondary {
    background-color: var(--bd-secondary);
    color: var(--bd-white);
    border: 1px solid var(--bd-secondary)
}

.bd-btn.btn-outline-border-secondary:hover {
    color: var(--bd-secondary);
    border-color: var(--bd-secondary);
    background-color: #fff0
}

.bd-btn.btn-outline-border-white {
    background-color: var(--bd-white);
    color: var(--bd-theme-black);
    border: 1px solid var(--bd-white)
}

.bd-btn.btn-outline-border-white:hover {
    color: var(--bd-white);
    border-color: var(--bd-white);
    background-color: #fff0
}

.bd-btn.btn-small {
    padding: 8px 20px
}

.why-choose-section {
    position: relative
}

.why-choose-card {
    background: var(--bd-white);
    padding: 30px 20px;
    border-radius: 12px;
    transition: all .3s ease;
    height: 100%
}

.why-choose-item {
    text-align: center
}

.why-choose-icon {
    display: inline-block;
    margin-bottom: 20px
}

.why-choose-icon img:hover {
    transition: all .3s 0s ease-out
}

.why-choose-icon img {
    width: 60px;
    height: 60px
}

.why-choose-content {
    text-align: center
}

.why-choose-title {
    font-size: 22px;
    font-weight: 600;
    color: var(--bd-label-color);
    margin-bottom: 15px
}

.why-choose-description {
    font-size: 16px;
    line-height: 30px;
    color: #4f4f4f;
    margin: 0
}

.partners-section {
    position: relative
}

.partners-header-wrapper.has-margin {
    padding-right: 40px
}

.partners-grid-wrapper {
    position: relative
}

.partners-grid-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr)
}

.partner-logo-item {
    border: 1px solid var(--bd-border-primary);
    transition: all .3s linear;
    padding: 15px 15px;
    text-align: center
}

.partner-logo-item:hover {
    box-shadow: 0 10px 50px 0 rgb(26 46 85 / .1);
    background-color: var(--bd-white)
}

.partners-grid-container .partner-logo-item:first-child {
    border-width: 0
}

.partners-grid-container .partner-logo-item:nth-child(2) {
    border-width: 0 0 0 1px
}

.partners-grid-container .partner-logo-item:nth-child(3) {
    border-width: 0 1px 0 1px
}

.partners-grid-container .partner-logo-item:nth-child(4) {
    border-width: 0
}

.partners-grid-container .partner-logo-item:nth-child(5) {
    border-width: 1px 0 0 0
}

.partners-grid-container .partner-logo-item:nth-child(6) {
    border-width: 1px 0 0 1px
}

.partners-grid-container .partner-logo-item:nth-child(7) {
    border-width: 1px 1px 0 1px
}

.partners-grid-container .partner-logo-item:last-child {
    border-width: 1px 0 0 0
}

.video-section {
    min-height: 500px;
    display: flex;
    align-items: center
}

.video-bg-thumb::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgb(0 23 15 / .4);
    inset: 0;
    z-index: -1
}

.video-bg-thumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.video-bg-thumb::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / .5)
}

.video-section .container {
    position: relative;
    z-index: 2
}

.video-content-wrapper {
    color: var(--bd-white)
}

.video-content p {
    color: rgb(255 255 255 / .9);
    font-size: 16px;
    line-height: 1.6
}

.blog-section {
    position: relative
}

.blog-card {
    background: var(--bd-white);
    border-radius: 12px;
    overflow: hidden;
    transition: all .3s ease;
    height: 100%
}

.blog-thumbnail-wrapper {
    position: relative
}

.blog-thumbnail {
    overflow: hidden;
    transition: all .3s ease-out 0s;
    position: relative
}

.blog-card:hover .blog-thumbnail::before {
    animation: shine .8s
}

.blog-card .blog-thumbnail::before {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, #fff0 0, rgb(255 255 255 / .3) 100%);
    transform: skewX(-25deg)
}

@keyframes shine {
    100% {
        left: 125%
    }
}

.blog-thumbnail img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: transform .3s ease
}

.blog-card:hover .blog-thumbnail img {
    transform: scale(1.05)
}

.blog-content {
    padding: 40px 30px 30px 30px;
    background-color: var(--bd-bg-primary);
    border-radius: 0 0 6px 6px
}

.blog-meta-list {
    display: flex;
    gap: 15px;
    margin-bottom: 15px
}

.blog-content .title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 25px;
    line-height: 1.25
}

.blog-content .title.underline {
    position: relative
}

.blog-content .title a {
    color: var(--bd-label-color);
    text-decoration: none;
    transition: color .3s ease
}

.blog-content .title a:hover {
    color: var(--bd-primary)
}

.cta-section {
    position: relative;
    overflow: hidden
}

.cta-content-wrapper {
    position: relative;
    z-index: 2
}

.cta-content {
    color: var(--bd-white)
}

.cta-content .section-title {
    color: var(--bd-white);
    font-weight: 600;
    margin-bottom: 30px
}

.course-details-list ul {
    padding: 0
}

.cta-content .course-details-list ul li {
    color: var(--bd-white);
    align-items: center;
    font-size: 16px
}

.course-details-list ul li:not(:last-child) {
    margin-bottom: 15px
}

.course-details-list ul li {
    list-style: none;
    display: flex;
    gap: 10px
}

.cta-action-buttons {
    margin-top: 30px;
    gap: 10px
}

.cta-image-wrapper {
    position: relative
}

.cta-thumbnail-container {
    position: relative
}

.cta-thumbnail {
    border-radius: 12px;
    overflow: hidden
}

.cta-thumbnail img {
    width: 100%;
    height: auto;
    border-radius: 12px
}

.cta-thumbnail-shape {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1
}

.cta-decorative-shapes {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none
}

.cta-decorative-shapes .shape-1 {
    position: absolute;
    top: 0;
    left: 0
}

.cta-decorative-shapes .shape-2 {
    position: absolute;
    bottom: 0;
    right: 0
}

@-webkit-keyframes rotate-infinite {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

.section-title {
    font-weight: var(--bd-fw-sbold);
    font-family: var(--bd-ff-title)
}

.section-subtitle {
    color: #076440;
    font-size: 16px;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px
}

@keyframes section-animation {
    0% {
        width: 0
    }

    15% {
        width: 100%
    }

    85% {
        opacity: 1
    }

    90% {
        width: 100%;
        opacity: 0
    }

    to {
        width: 0;
        opacity: 0
    }
}

.white-text {
    color: var(--bd-white) !important
}

.underline a {
    display: inline;
    color: var(--bd-theme-black);
    background-image: linear-gradient(var(--bd-primary), var(--bd-primary)), linear-gradient(var(--bd-primary), var(--bd-primary));
    background-size: 0 1px, 0 1px;
    background-position: 100% 100%, 0 83%;
    background-repeat: no-repeat;
    transition: background-size .4s linear;
    padding: 0 0 1% 0
}

.underline a:hover {
    background-size: 0 1px, 100% 1px;
    color: var(--bd-primary) !important
}

.blog-content a {
    color: #000
}

.blog-content a:hover {
    color: var(--bd-primary)
}

@keyframes shine {
    100% {
        left: 125%
    }
}

.mb-30 {
    margin-bottom: 30px
}

@media (max-width:1199px) {
    .about-section .about-content-container {
        margin-left: 0
    }

    .header-inner,
    .header-top {
        padding-left: 15px;
        padding-right: 15px
    }

    .section-title {
        font-size: 32px
    }

    .about-images-grid {
        gap: 15px
    }

    .blog-content {
        padding: 40px 15px 15px 15px
    }
}

@media (max-width:991px) {
    .section-spacing {
        padding: 60px 0
    }

    .section-title {
        font-size: 28px
    }

    .partners-grid-container {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (max-width:767px) {
    .sidenav .close-nav {
        background-color: #161616;
        padding: 12px 15px;
        width: 100%;
        display: inline-block;
        color: #fff;
        letter-spacing: 1px
    }

    .sidenav {
        top: 0;
        left: 0;
        height: 100%
    }

    .sidenav {
        width: 0;
        position: fixed;
        transition: .5s;
        overflow-x: hidden;
        box-shadow: 5px 0 5px 0 rgb(0 0 0 / .06);
        clear: both;
        background-color: #fff;
        list-style: none;
        margin: 0;
        padding: 0;
        text-align: left;
        z-index: 9999
    }

    .sidenav .close-nav {
        background-color: #fff;
        border-bottom: 1px solid #eee;
        padding: 12px 15px;
        width: 100%;
        display: flex;
        color: #fff;
        letter-spacing: 1px;
        justify-content: space-between
    }

    .close-nav img {
        max-width: 140px
    }

    .bd-offcanvas-contact.mb-30 {
        padding: 15px;
        margin-top: 30px
    }

    #menu .navbar-nav>li>a {
        font-weight: 400
    }

    .bd-offcanvas-contact ul {
        padding: 0
    }

    .bd-offcanvas-contact ul li {
        margin-bottom: 20px;
        color: var(--bd-body-text)
    }

    .bd-offcanvas-contact ul li a {
        color: var(--bd-body-text)
    }

    .bd-offcanvas-contact-icon i {
        display: flex;
        width: 36px;
        height: 36px;
        justify-content: center;
        text-align: center;
        align-items: center;
        border-radius: 50%;
        background: #fff0;
        color: var(--bd-theme-black);
        border: 1px solid var(--bd-border-secondary);
        margin-right: 10px
    }

    .bd-offcanvas-contact-icon i {
        font-size: 0
    }

    .bd-offcanvas-contact-icon i::before {
        font-size: 16px
    }

    .closebtn {
        background-color: #fff;
        border: none;
        padding: 0;
        float: right;
        width: 30px;
        font-size: 28px;
        color: var(--bd-primary)
    }

    #menu .navbar-nav>li>a {
        color: #fff;
        padding: 15px 15px;
        display: flex;
        width: 100%;
        justify-content: space-between
    }

    #menu ul li .caret {
        font-size: 0;
        color: #7f8387;
        border: 1px solid #7f8387;
        width: 30px;
        height: 30px;
        text-align: center
    }

    #menu .navbar-nav>li>a:hover .caret::after {
        transform: rotate(180deg);
        color: #07a169;
        font-size: 18px;
        margin: 0
    }

    #menu ul li .caret::after {
        font-size: 18px;
        margin: 0
    }

    #menu .navbar-nav {
        display: block
    }

    .navbar-toggler-icon-xs {
        width: 30px;
        height: 30px;
        margin-left: .25rem;
        display: block;
        font-size: 0;
        background: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='none' fill-rule='evenodd' stroke='%231a1817' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M3.1 5.9c1.93.21 4.562.247 7.897.108C16 5.8 19.765 6.115 20 6.1c.326-.02.659-.054 1-.1M3 12.2c-.112-.211.222-.311 1-.3 3.31.047 8.782.199 11 .1 3-.133 5-.133 6 0M3 18c-.667-.067.833-.1 4.5-.1 1.949 0 4.08.181 6.5.2 1.422.011 3.755-.022 7-.1'/%3E%3C/svg%3E") 50%/100% 100% no-repeat
    }

    #menu .navbar-collapse {
        display: block
    }

    .header-top-left ul {
        gap: 0 10px
    }

    .header-top-left ul li span {
        margin-inline-end: 5px
    }

    .header-top-left ul li:first-child::before {
        display: none
    }

    .bd-btn {
        padding: 8px 15px
    }

    .header-left #logo img {
        max-width: 180px;
        aspect-ratio: 265/71;
        height: auto
    }

    .banner-title.white-text {
        font-size: 32px
    }

    .banner-slider-wrapper {
        min-height: 430px
    }

    .about-experience-badge,
    .about-testimonial-card {
        padding: 15px 10px
    }

    .header-left #logo {
        margin-left: 45px
    }

    .section-spacing {
        padding: 40px 0
    }

    .section-title {
        font-size: 24px
    }

    .why-choose-card {
        padding: 30px 20px
    }

    .partners-grid-container {
        grid-template-columns: repeat(4, 1fr)
    }

    .video-section {
        min-height: 400px
    }

    .cta-content {
        margin-top: 30px
    }

    .g-30,
    .gy-30 {
        --bs-gutter-y: 0
    }

    .partners-header-wrapper.has-margin {
        margin-right: 0
    }

    .navbar-header.xs-toggle {
        position: absolute;
        left: 0;
        top: 8px
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .banner-title.white-text {
        font-size: 30px
    }

    .banner-slider-wrapper {
        min-height: 530px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .banner-slider-wrapper {
        min-height: 530px
    }

    .cta-content {
        margin-top: 50px
    }
}

.swiper {
    width: 100%;
    height: 100%
}

.swiper-slide {
    height: auto
}

.swiper-wrapper {
    align-items: stretch
}

.bd-btn,
.blog-thumbnail img,
.btn,
.partner-logo-item,
.why-choose-card,
a,
button,
img,
svg {
    transition-property: color, background-color, border-color, box-shadow, transform, opacity !important;
    transition-duration: .2s !important;
    transition-timing-function: ease !important
}

h1,
h2,
h3,
h4,
li,
p,
span {
    transition: none !important
}

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

.img-fluid {
    height: auto
}

.about-image-wrapper,
.blog-thumbnail,
.cta-thumbnail,
.partner-logo-item,
.testimonial-avatar {
    overflow: hidden
}

.blog-thumbnail img,
.close-nav img,
.cta-thumbnail img,
.partner-logo-item img,
.why-choose-icon img {
    display: block
}

.banner-area {
    position: relative;
    overflow: hidden
}

.banner-slider-wrapper {
    position: relative;
    min-height: 680px !important;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat
}

@media (max-width:768px) {
    .banner-slider-wrapper {
        min-height: 520px !important
    }

    .banner-title {
        font-size: 28px !important;
        line-height: 1.3 !important
    }

    .section-spacing {
        padding-top: 60px !important;
        padding-bottom: 60px !important
    }
}

.partner-logo-item img {
    width: 100%;
    height: auto
}

.blog-thumbnail img {
    width: 100%;
    height: auto;
    object-fit: cover
}

.cta-thumbnail img {
    width: 100%;
    height: auto
}

.banner-slider-wrapper img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: -1
}

.banner-title {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    animation: none !important;
    transition: none !important
}

.close-nav img,
.sidenav .close-nav img {
    width: 265px;
    height: 71px;
    max-width: 140px;
    aspect-ratio: 265/71;
    object-fit: contain;
    display: block
}

#logo img {
    height: auto;
    aspect-ratio: 265/71;
    object-fit: contain
}

@media (max-width:991px) {
    .banner-slider-wrapper {
        min-height: 520px !important
    }
}

@media (max-width:767px) {
    .banner-slider-wrapper {
        min-height: 700px !important
    }

    .banner-slider-wrapper img {
        display: block
    }
}

.banner-title {
    animation: none !important;
    transition: none !important;
    transform: none !important;
    will-change: auto !important
}

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

:root {
    --brand-primary: #1a3c5e;
    --brand-hover: #14304d;
    --whatsapp-green: #25D366;
    --whatsapp-hover: #1ebe5d
}

.faq-item {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    margin-bottom: 8px;
    overflow: hidden
}

.faq-item summary {
    padding: 15px 20px;
    font-weight: 700;
    font-size: 15px;
    cursor: pointer;
    list-style: none;
    background: #f8f9fa;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #222
}

.faq-item summary::-webkit-details-marker {
    display: none
}

.faq-item summary::after {
    content: '+';
    font-size: 22px;
    color: var(--brand-primary);
    font-weight: 700;
    flex-shrink: 0;
    margin-left: 12px
}

.faq-answer {
    padding: 15px 20px;
    color: #444;
    line-height: 1.7;
    border-top: 1px solid #e0e0e0
}

.banner-slider-wrapper::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / .6)
}

.floating {
    position: fixed;
    height: 40px;
    bottom: 90px;
    right: 40px;
    background-color: #25d366;
    color: #fff !important;
    border-radius: 50px;
    text-align: center;
    font-size: 19px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    padding: 6px 22px
}

.rtx-footer {
    background: #f4fbf8;
    color: #0f172a;
    font-size: 16px
}

.rtx-footer-main {
    padding: 70px 0 55px;
    background: linear-gradient(180deg, #f4fbf8 0, #fff 100%)
}

.rtx-footer-grid {
    display: grid;
    grid-template-columns: 1.35fr .95fr 1.05fr 1.05fr .95fr;
    gap: 46px;
    align-items: start
}

.rtx-footer-brand img {
    max-width: 245px;
    height: auto;
    margin-bottom: 26px
}

.rtx-footer-brand p {
    color: #102033;
    line-height: 1.75;
    margin-bottom: 30px;
    max-width: 330px
}

.footer-bottom-flex ul,
.rtx-contact-list,
.rtx-footer-column ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.rtx-contact-list li {
    display: flex;
    gap: 15px;
    align-items: flex-start;
    margin-bottom: 22px
}

.rtx-contact-list a {
    color: #0f172a;
    font-weight: 700;
    text-decoration: none
}

.rtx-contact-list small {
    display: block;
    color: #64748b;
    margin-top: 4px;
    font-size: 14px
}

.rtx-footer-column h3 {
    display: flex;
    align-items: center;
    gap: 14px;
    color: #0f172a;
    font-size: 21px;
    font-weight: 800;
    margin: 0 0 26px;
    line-height: 1.25
}

.rtx-footer-column h3:before {
    content: "";
    width: 44px;
    height: 44px;
    min-width: 44px;
    border-radius: 50%;
    background-color: #e0f7ee;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 22px
}

.rtx-footer-column:nth-of-type(2) h3:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%2304a96d' stroke-width='2'%3E%3Cpath d='M5 11h14l-1.5-4.5A2 2 0 0 0 15.6 5H8.4a2 2 0 0 0-1.9 1.5L5 11Z'/%3E%3Cpath d='M6 11v6h12v-6M8 17h.01M16 17h.01'/%3E%3C/svg%3E")
}

.rtx-footer-column:nth-of-type(3) h3:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%2304a96d' stroke-width='2'%3E%3Cpath d='M12 21s7-5.2 7-12a7 7 0 1 0-14 0c0 6.8 7 12 7 12Z'/%3E%3Ccircle cx='12' cy='9' r='2.5'/%3E%3C/svg%3E")
}

.rtx-footer-column:nth-of-type(4) h3:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%2304a96d' stroke-width='2'%3E%3Cpath d='M4 19.5V5a2 2 0 0 1 2-2h11l3 3v13.5a1.5 1.5 0 0 1-1.5 1.5h-13A1.5 1.5 0 0 1 4 19.5Z'/%3E%3Cpath d='M8 9h8M8 13h8M8 17h5'/%3E%3C/svg%3E")
}

.rtx-footer-column ul li {
    margin-bottom: 17px
}

.rtx-footer-column ul li a {
    color: #132033;
    text-decoration: none;
    line-height: 1.45;
    transition: color .25s ease
}

.rtx-footer-column ul li a:before {
    content: "›";
    color: #04a96d;
    font-weight: 900;
    margin-right: 9px
}

.rtx-footer-column ul li a:hover {
    color: #04a96d
}

.footer_blog a {
    color: #132033;
    text-decoration: none
}

.footer_blog a:hover {
    color: #04a96d
}

.rtx-review-card {
    background: rgb(255 255 255 / .92);
    border: 1px solid #d7eee5;
    border-radius: 22px;
    padding: 30px 28px;
    box-shadow: 0 22px 55px rgb(15 23 42 / .08)
}

.rtx-review-card h3 {
    font-size: 21px;
    line-height: 1.25;
    font-weight: 800;
    margin: 0 0 25px
}

.score {
    font-size: 30px;
    font-weight: 900;
    color: #0f172a;
    margin-bottom: 8px
}

.score span {
    color: #f5b400;
    font-size: 18px;
    letter-spacing: 2px;
    vertical-align: middle
}

.review-box p {
    color: #64748b;
    font-size: 14px;
    line-height: 1.5;
    margin: 0 0 14px
}

.review-box a {
    color: #04945f;
    font-weight: 800;
    text-decoration: none
}

.rtx-review-card hr {
    border: 0;
    border-top: 1px solid #dbe8e2;
    margin: 25px 0
}

.trust-stars {
    display: inline-block;
    background: #00b67a;
    color: #fff;
    padding: 7px 11px;
    border-radius: 6px;
    letter-spacing: 2px;
    font-size: 15px;
    margin-bottom: 12px
}

.rtx-benefits {
    background: #fff;
    border-top: 1px solid #e2e8f0;
    padding: 30px 0
}

.benefit-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px
}

.benefit-grid div {
    padding-left: 28px;
    border-left: 1px solid #dbe5df
}

.benefit-grid div:first-child {
    border-left: none;
    padding-left: 0
}

.benefit-grid strong {
    display: block;
    color: #05885a;
    font-weight: 800;
    margin-bottom: 7px
}

.benefit-grid span {
    display: block;
    color: #64748b;
    font-size: 14px
}

.rtx-footer-bottom {
    background: linear-gradient(135deg, #058654 0, #06a86b 100%);
    padding: 24px 0
}

.footer-bottom-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px
}

.rtx-footer-bottom a,
.rtx-footer-bottom p {
    color: #fff;
    margin: 0;
    text-decoration: none;
    font-weight: 600
}

.footer-bottom-flex ul {
    display: flex;
    gap: 10px
}

@media (max-width:1400px) {
    .rtx-footer-grid {
        grid-template-columns: 1.35fr 1fr 1fr 1fr
    }

    .rtx-review-card {
        grid-column: 1/-1;
        max-width: 520px
    }
}

@media (max-width:991px) {
    .rtx-footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 34px
    }

    .rtx-footer-brand,
    .rtx-review-card {
        grid-column: 1/-1
    }

    .benefit-grid {
        grid-template-columns: 1fr 1fr
    }

    .benefit-grid div,
    .benefit-grid div:first-child {
        border-left: none;
        padding-left: 0
    }
}

@media (max-width:575px) {
    .rtx-footer-main {
        padding: 45px 0 35px
    }

    .benefit-grid,
    .rtx-footer-grid {
        grid-template-columns: 1fr
    }

    .footer-bottom-flex {
        flex-direction: column;
        text-align: center
    }

    .footer-bottom-flex ul {
        justify-content: center
    }

    .rtx-footer-column h3 {
        font-size: 20px
    }
}

.header-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    gap: 10px
}

.header-top-left ul,
.header-top-right ul {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none
}

.header-top-left a {
    color: #fff;
    font-size: 14px;
    text-decoration: none
}

.header-top-right a {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: rgb(255 255 255 / .12);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    transition: .3s
}

.header-top-right a:hover {
    background: #19b67a
}

@media (max-width:767px) {
    .header-top {
        padding: 6px 10px
    }

    .header-top-left ul {
        gap: 8px
    }

    .header-top-left a {
        font-size: 12px
    }

    .header-top-right ul {
        gap: 6px
    }

    .header-top-right a {
        width: 22px;
        height: 22px;
        font-size: 10px
    }
}

.rtx-footer-social {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 25px
}

@media (max-width:767px) {
    .rtx-footer-social {
        justify-content: flex-start;
        gap: 8px
    }
}

.rtx-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 14px
}

.rtx-contact-icon {
    width: 38px;
    height: 38px;
    min-width: 38px;
    border-radius: 50%;
    background: #eef8f4;
    color: #059669;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    margin-top: 2px
}

.rtx-contact-icon i {
    font-size: 0
}

.rtx-contact-icon i::before {
    font-size: 16px
}

.rtx-contact-content a {
    display: block;
    font-weight: 600
}

.rtx-contact-content small {
    display: block;
    margin-top: 4px
}

.rtx-footer-social {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 25px
}

@media (max-width:767px) {
    .rtx-footer-social {
        justify-content: flex-start;
        gap: 8px
    }

    .rtx-contact-icon {
        width: 32px;
        height: 32px;
        min-width: 32px;
        font-size: 13px
    }
}

.header-top-left ul li:first-child::before {
    content: none !important
}

.benefit-grid strong {
    color: #025a3e
}

.whtsapp {
    background-color: #09672b
}

.rtx-contact-list small {
    color: #434a5b
}

.banner-slider-wrapper {
    position: relative;
    overflow: hidden
}

.banner-bg-picture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    z-index: 1
}

.banner-bg-picture img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.banner-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgb(0 0 0 / .72) 0, rgb(0 0 0 / .55) 35%, rgb(0 0 0 / .2) 100%);
    z-index: 2
}

.banner-container {
    position: relative;
    z-index: 3
}

.banner-row {
    min-height: 620px;
    display: flex;
    align-items: center
}

.banner-content-two {
    max-width: 700px
}

.banner-title {
    font-size: 58px;
    line-height: 1.1;
    font-weight: 700;
    color: #fff;
    margin: 0 0 20px
}

.banner-title-highlight {
    color: #19b67a
}

.banner-description {
    font-size: 20px;
    line-height: 1.7;
    color: rgb(255 255 255 / .92);
    max-width: 620px;
    margin: 0 0 30px;
    transition: none;
    animation: none;
    opacity: 1;
    transform: none;
    visibility: visible;
    font-family: Roboto-Fallback, 'Segoe UI', Arial, sans-serif;
    will-change: auto
}

.banner-btn-group {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 30px
}

.banner-btn-primary {
    display: inline-block;
    background: #0b7a4b;
    color: #fff;
    padding: 16px 28px;
    border-radius: 8px;
    font-size: 17px;
    font-weight: 600;
    text-decoration: none
}

.banner-btn-secondary {
    display: inline-block;
    background: #fff;
    color: #111;
    padding: 16px 28px;
    border-radius: 8px;
    font-size: 17px;
    font-weight: 600;
    text-decoration: none
}

.banner-btn-video {
    display: inline-block;
    background: rgb(255 255 255 / .14);
    color: #fff;
    border: 1px solid rgb(255 255 255 / .45);
    padding: 16px 28px;
    border-radius: 8px;
    font-size: 17px;
    font-weight: 600;
    text-decoration: none
}

.banner-features {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    color: #fff;
    font-size: 15px;
    font-weight: 500
}

.img-aspect-square {
    aspect-ratio: 1
}

.bg-gray-light {
    background: #f8f9fa
}

.section-desc-centered {
    max-width: 760px;
    margin: 0 auto
}

.info-card {
    background: #fff;
    border-radius: 10px;
    padding: 30px;
    height: 100%;
    border-left: 4px solid #1a3c5e
}

.info-card-lg {
    background: #fff;
    border-radius: 10px;
    padding: 36px;
    border-left: 4px solid #1a3c5e
}

.info-card-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px
}

.info-card-title-lg {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 16px
}

.info-card-text {
    color: #444;
    line-height: 1.8
}

.info-card-text-mb {
    color: #444;
    line-height: 1.8;
    margin-bottom: 20px
}

.info-card-list {
    color: #444;
    line-height: 2;
    padding-left: 18px
}

.booking-option-card {
    background: #f4f8fc;
    border-radius: 8px;
    padding: 20px;
    text-align: center
}

.booking-option-card--full {
    height: 100%
}

.booking-option-icon {
    font-size: 28px;
    margin-bottom: 10px
}

.booking-option-icon-wrapper {
    margin-bottom: 10px
}

.booking-option-title {
    display: block;
    margin-bottom: 8px
}

.booking-option-desc {
    color: #555;
    font-size: 14px;
    margin: 0
}

.icon-whatsapp {
    width: 32px;
    height: 32px
}

@media (max-width:767px) {
    .banner-btn-secondary {
        background: #0b7a4b;
        color: #fff
    }

    .banner-btn-video {
        background: rgb(24 20 20 / 14%);
        color: #000
    }

    .banner-features {
        color: #000
    }

    .header-sign-btn .bd-btn {
        font-size: 15px
    }

    #common-home .banner-btn-video {
        background: rgb(255 255 255 / .14);
        color: #fff
    }

    #common-home .banner-features {
        color: #fff
    }

    #common-home .banner-btn-secondary {
        background: #fff;
        color: #111
    }
}

.section-header-wrapper .section-title-modified {
    font-size: 44px;
    font-weight: 600;
    line-height: 1.2
}

footer,
section {
    content-visibility: auto;
    contain-intrinsic-size: 1px 500px
}

.stats-number {
    line-height: 1
}

#site-logo {
    width: 265px;
    height: 71px;
    display: block
}

.banner-btn-video svg {
    width: 18px;
    height: 18px;
    fill: currentColor
}

.banner-container {
    min-height: 300px
}

.banner-content-two {
    transform: none !important;
    opacity: 1 !important;
    animation: none !important
}

.partner-logo-item img {
    width: 100%;
    max-width: 120px;
    height: auto;
    display: block
}

.why-choose-icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center
}

.why-choose-icon img {
    width: 50px;
    height: 50px;
    display: block
}

.img-aspect-square {
    display: block;
    width: 120px;
    height: 120px;
    aspect-ratio: 1/1;
    object-fit: cover
}

@media (max-width:767px) {
    .banner-slider-wrapper {
        min-height: 520px;
        aspect-ratio: 768/900
    }
}

.banner-btn-group {
    min-height: 60px
}

.banner-btn-video {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 48px
}

.banner-btn-video svg {
    width: 18px;
    height: 18px;
    display: block
}

.img-fluid {
    width: auto
}

.navbar {
    min-height: 60px
}

.why-choose-icon img {
    width: 100%;
    height: auto
}

.banner-area {
    position: relative;
    overflow: hidden
}

.banner-slider-wrapper,
.hero-static {
    position: relative;
    width: 100%;
    height: 650px;
    min-height: 650px;
    overflow: hidden
}

.banner-bg-picture {
    position: absolute;
    inset: 0;
    display: block !important;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1
}

.banner-bg-picture img,
.banner-slider-wrapper .banner-bg-picture img {
    position: absolute !important;
    inset: 0;
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    object-fit: cover;
    object-position: center;
    z-index: auto !important;
    opacity: 1 !important;
    visibility: visible !important;
    transition: none !important;
    animation: none !important
}

.banner-overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none
}

.banner-container {
    position: relative;
    z-index: 3;
    height: 100%
}

.banner-row {
    height: 100%;
    min-height: 650px;
    display: flex;
    align-items: center
}

.banner-btn-group,
.banner-content-two,
.banner-description,
.banner-features,
.banner-title {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    animation: none !important;
    transition: none !important
}

@media (max-width:767px) {

    .banner-slider-wrapper,
    .hero-static {
        height: 700px !important;
        min-height: 700px !important;
        aspect-ratio: auto !important
    }

    .banner-row {
        height: 700px;
        min-height: 700px
    }

    .banner-bg-picture,
    .banner-slider-wrapper .banner-bg-picture {
        display: block !important
    }

    .banner-bg-picture img,
    .banner-slider-wrapper .banner-bg-picture img,
    .banner-slider-wrapper img {
        display: block !important
    }

    .banner-content-two {
        padding: 55px 0 40px
    }
}

a {
    transition: all .3s ease-in-out
}

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

.footer_blog .blog-title a {
    font-weight: 500;
    font-size: 16px;
    color: var(--bd-theme-black)
}

.footer_blog .footer-blog-item {
    margin-bottom: 20px;
    padding-left: 15px;
    border-left: 2px solid #00170f
}

.footer_blog .footer-blog-item .blog-title {
    margin-top: 2px
}