img:is([sizes=auto i], [sizes^="auto," i]) {
    contain-intrinsic-size: 3000px 1500px
}

body,
fieldset,
h1,
h2,
h3,
h4,
h6,
html,
iframe,
legend,
li,
ol,
p,
textarea,
ul {
    border: 0;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body {
    margin: 0
}

main,
nav {
    display: block
}

progress {
    display: inline-block;
    vertical-align: baseline
}

a {
    background-color: transparent
}

a:active {
    outline: 0
}

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

img {
    border: 0
}

code {
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

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

input {
    line-height: normal
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid var(--ast-border-color);
    margin: 0;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

fieldset legend {
    margin-bottom: 1.5em;
    padding: 0 .5em
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

h1,
h2,
h3,
h4,
h6 {
    clear: both
}

h1 {
    color: #808285;
    font-size: 2em;
    line-height: 1.2
}

h2 {
    color: #808285;
    font-size: 1.7em;
    line-height: 1.3
}

h3 {
    color: #808285;
    font-size: 1.5em;
    line-height: 1.4
}

h4 {
    color: #808285;
    line-height: 1.5;
    font-size: 1.3em
}

h6 {
    color: #808285;
    line-height: 1.7;
    font-size: 1.1em
}

html {
    box-sizing: border-box
}

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

body {
    color: #808285;
    background: #fff;
    font-style: normal
}

ol,
ul {
    margin: 0 0 1.5em 3em
}

ul {
    list-style: disc
}

ol {
    list-style: decimal
}

li>ol,
li>ul {
    margin-bottom: 0;
    margin-left: 1.5em
}

strong {
    font-weight: 700
}

cite,
em {
    font-style: italic
}

code {
    font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace
}

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

.button,
button,
input,
select,
textarea {
    color: #808285;
    font-weight: 400;
    font-size: 100%;
    margin: 0;
    vertical-align: baseline
}

button,
input {
    line-height: normal
}

table,
td,
th {
    border: 1px solid var(--ast-border-color)
}

table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 1.5em;
    width: 100%
}

th {
    font-weight: 700
}

td,
th {
    padding: 8px;
    border-width: 0 1px 1px 0
}

.button,
button,
input[type=button],
input[type=reset],
input[type=submit] {
    border: 1px solid;
    border-color: var(--ast-border-color);
    border-radius: 2px;
    background: #e6e6e6;
    padding: .6em 1em .4em;
    color: #fff
}

.button:focus,
.button:hover,
button:focus,
button:hover,
input[type=button]:focus,
input[type=button]:hover,
input[type=reset]:focus,
input[type=reset]:hover,
input[type=submit]:focus,
input[type=submit]:hover {
    color: #fff;
    border-color: var(--ast-border-color)
}

.button:active,
.button:focus,
button:active,
button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
    border-color: var(--ast-border-color);
    outline: 0
}

input[type=email],
input[type=search],
input[type=text],
input[type=url],
textarea {
    color: #666;
    border: 1px solid var(--ast-border-color);
    border-radius: 2px;
    -webkit-appearance: none
}

input[type=email]:focus,
input[type=search]:focus,
input[type=text]:focus,
input[type=url]:focus,
textarea:focus {
    color: #111
}

textarea {
    padding-left: 3px;
    width: 100%
}

a {
    color: #4169e1
}

a:focus,
a:hover {
    color: #191970
}

a:focus {
    outline: dotted thin
}

a:hover {
    outline: 0
}

embed,
iframe,
object {
    max-width: 100%
}

::selection {
    color: #fff;
    background: #0274be
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

body:not(.logged-in) {
    position: relative
}

#page {
    position: relative
}

a,
a:focus {
    text-decoration: none
}

.site-footer a *,
.site-header a *,
a {
    transition: all .2s linear
}

img {
    vertical-align: middle
}

p {
    margin-bottom: 1.75em
}

.button,
input[type=button],
input[type=submit] {
    border-radius: 0;
    padding: 18px 30px;
    border: 0;
    box-shadow: none;
    text-shadow: none
}

.button:hover,
input[type=button]:hover,
input[type=submit]:hover {
    box-shadow: none
}

.button:active,
.button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=submit]:active,
input[type=submit]:focus {
    box-shadow: none
}

.search-form .search-field {
    outline: 0
}

.ast-search-menu-icon {
    position: relative;
    z-index: 3
}

input,
select {
    line-height: 1
}

body,
button,
input[type=button],
input[type=submit],
textarea {
    line-height: 1.85714285714286
}

body {
    background-color: #fff
}

#page {
    display: block
}

.ast-search-icon .astra-search-icon {
    font-size: 1.3em
}

.site-header .menu-link * {
    transition: none
}

.ast-header-break-point .main-header-bar-navigation {
    flex: auto
}

.byline {
    display: none
}

.single .byline {
    display: inline
}

body {
    overflow-x: hidden
}

.ast-nav-menu .sub-menu {
    line-height: 1.45
}

.ast-header-break-point #ast-mobile-header {
    display: block
}

.ast-header-break-point .main-header-bar-navigation {
    line-height: 3
}

.ast-header-break-point .main-header-bar-navigation .menu-item-has-children>.ast-menu-toggle {
    display: inline-block;
    position: absolute;
    font-size: inherit;
    top: 0;
    right: 20px;
    cursor: pointer;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 0 .907em;
    font-weight: 400;
    line-height: inherit
}

.ast-header-break-point .main-header-bar-navigation .menu-item-has-children .sub-menu {
    display: none
}

.ast-header-break-point .ast-nav-menu .sub-menu {
    line-height: 3
}

.ast-hfb-header.ast-header-break-point .main-header-bar-navigation {
    width: 100%;
    margin: 0
}

.site-header {
    z-index: 99;
    position: relative
}

.ast-menu-toggle {
    display: none;
    background: 0 0;
    color: inherit;
    border-style: dotted;
    border-color: transparent
}

.ast-menu-toggle:focus,
.ast-menu-toggle:hover {
    background: 0 0;
    border-color: inherit;
    color: inherit
}

.ast-menu-toggle:focus {
    outline: dotted thin
}

.ast-header-break-point .main-header-bar-navigation {
    width: calc(100% + 40px);
    margin: 0 -20px
}

.ast-header-break-point .ast-builder-menu {
    width: 100%
}

input[type=email],
input[type=number],
input[type=reset],
input[type=search],
input[type=text],
input[type=url],
select,
textarea {
    color: #666;
    padding: .75em;
    height: auto;
    border-width: 1px;
    border-style: solid;
    border-color: var(--ast-border-color);
    border-radius: 2px;
    background: var(--ast-comment-inputs-background);
    box-shadow: none;
    box-sizing: border-box;
    transition: all .2s linear
}

input[type=email]:focus,
input[type=reset]:focus,
input[type=search]:focus,
input[type=text]:focus,
input[type=url]:focus,
select:focus,
textarea:focus {
    background-color: #fff;
    border-color: var(--ast-border-color);
    box-shadow: none
}

input[type=button],
input[type=button]:focus,
input[type=button]:hover,
input[type=reset],
input[type=reset]:focus,
input[type=reset]:hover,
input[type=submit],
input[type=submit]:focus,
input[type=submit]:hover {
    box-shadow: none
}

textarea {
    width: 100%
}

input[type=search]:focus {
    outline: dotted thin
}

input[type=color] {
    border: none;
    width: 100px;
    padding: 0;
    height: 30px;
    cursor: pointer
}

input[type=color]::-webkit-color-swatch-wrapper {
    padding: 0;
    border: none
}

input[type=color]::-webkit-color-swatch {
    border: none
}

:root {
    --ast-container-default-xlg-padding: 6.67em;
    --ast-container-default-lg-padding: 5.67em;
    --ast-container-default-slg-padding: 4.34em;
    --ast-container-default-md-padding: 3.34em;
    --ast-container-default-sm-padding: 6.67em;
    --ast-container-default-xs-padding: 2.4em;
    --ast-container-default-xxs-padding: 1.4em;
    --ast-code-block-background: #EEEEEE;
    --ast-comment-inputs-background: #FAFAFA
}

html {
    font-size: 93.75%
}

a {
    color: var(--ast-global-color-0)
}

a:focus,
a:hover {
    color: var(--ast-global-color-1)
}

body,
button,
input,
select,
textarea {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
    font-weight: inherit;
    font-size: 15px;
    font-size: 1rem;
    line-height: 1.6em
}

h1 {
    font-size: 40px;
    font-size: 2.6666666666667rem;
    line-height: 1.4em
}

h2 {
    font-size: 30px;
    font-size: 2rem;
    line-height: 1.25em
}

h3 {
    font-size: 25px;
    font-size: 1.6666666666667rem;
    line-height: 1.2em
}

h4 {
    font-size: 20px;
    font-size: 1.3333333333333rem;
    line-height: 1.2em
}

h6 {
    font-size: 15px;
    font-size: 1rem;
    line-height: 1.25em
}

::selection {
    background-color: var(--ast-global-color-0);
    color: #fff
}

body,
h1,
h2,
h3,
h4,
h6 {
    color: var(--ast-global-color-3)
}

input:focus,
input[type=email]:focus,
input[type=reset]:focus,
input[type=search]:focus,
input[type=text]:focus,
input[type=url]:focus,
textarea:focus {
    border-color: var(--ast-global-color-0)
}

input[type=checkbox]:checked,
input[type=checkbox]:focus:checked,
input[type=checkbox]:hover:checked,
input[type=radio]:checked,
input[type=reset] {
    border-color: var(--ast-global-color-0);
    background-color: var(--ast-global-color-0);
    box-shadow: none
}

.ast-search-menu-icon form.search-form {
    padding-right: 0
}

.ast-search-menu-icon.slide-search input.search-field {
    width: 0
}

.search-form input.search-field:focus {
    outline: 0
}

.ast-header-navigation-arrow:focus-visible,
.ast-menu-toggle:focus-visible,
.woocommerce .astra-shop-summary-wrap a:focus-visible,
a:focus-visible {
    outline-style: dotted;
    outline-color: inherit;
    outline-width: thin;
    border-color: transparent
}

#ast-scroll-top:focus,
.ast-mobile-popup-drawer.active .menu-toggle-close:focus,
input:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=reset]:focus,
input[type=text]:focus,
input[type=url]:focus,
textarea:focus {
    border-style: dotted;
    border-color: inherit;
    border-width: thin;
    outline-color: transparent
}

@media (min-width:922px) {
    #ast-mobile-header {
        display: none
    }
}

.button,
.menu-toggle,
button,
input#submit,
input[type=button],
input[type=reset],
input[type=submit] {
    border-style: solid;
    border-top-width: 0;
    border-right-width: 0;
    border-left-width: 0;
    border-bottom-width: 0;
    color: #fff;
    border-color: var(--ast-global-color-0);
    background-color: var(--ast-global-color-0);
    padding-top: 10px;
    padding-right: 40px;
    padding-bottom: 10px;
    padding-left: 40px;
    font-family: inherit;
    font-weight: inherit;
    line-height: 1em
}

.menu-toggle:hover,
button:focus,
button:hover,
input#submit:focus,
input#submit:hover,
input[type=button]:focus,
input[type=button]:hover,
input[type=reset]:focus,
input[type=reset]:hover,
input[type=submit]:focus,
input[type=submit]:hover {
    color: #fff;
    background-color: var(--ast-global-color-1);
    border-color: var(--ast-global-color-1)
}

@media (max-width:921px) {
    #ast-desktop-header {
        display: none
    }

    h1 {
        font-size: 30px
    }

    h2 {
        font-size: 25px
    }

    h3 {
        font-size: 20px
    }
}

@media (max-width:544px) {
    .ast-search-menu-icon.ast-dropdown-active .search-field {
        width: 170px
    }

    h1 {
        font-size: 30px
    }

    h2 {
        font-size: 25px
    }

    h3 {
        font-size: 20px
    }

    html {
        font-size: 85.5%
    }
}

@media (max-width:921px) {
    html {
        font-size: 85.5%
    }
}

:root {
    --ast-global-color-0: #0170B9;
    --ast-global-color-1: #3a3a3a;
    --ast-global-color-2: #3a3a3a;
    --ast-global-color-3: #4B4F58;
    --ast-global-color-4: #F5F5F5;
    --ast-global-color-5: #FFFFFF;
    --ast-global-color-6: #E5E5E5;
    --ast-global-color-7: #424242;
    --ast-global-color-8: #000000
}

:root {
    --ast-border-color: #dddddd
}

h1,
h2,
h3,
h4,
h6 {
    color: var(--ast-global-color-2)
}

.ast-mobile-popup-content .ast-submenu-expanded>.ast-menu-toggle {
    transform: rotateX(180deg);
    overflow-y: auto
}

.ast-desktop-header-content>*,
.ast-mobile-header-content>* {
    padding: 10px 0;
    height: auto
}

.ast-desktop-header-content>:first-child,
.ast-mobile-header-content>:first-child {
    padding-top: 10px
}

.ast-desktop-header-content>.ast-builder-menu,
.ast-mobile-header-content>.ast-builder-menu {
    padding-top: 0
}

.ast-desktop-header-content>:last-child,
.ast-mobile-header-content>:last-child {
    padding-bottom: 0
}

.ast-desktop-header-content .main-header-bar-navigation .ast-submenu-expanded>.ast-menu-toggle::before {
    transform: rotateX(180deg)
}

#ast-desktop-header .ast-desktop-header-content,
.ast-desktop-header-content .ast-search-icon,
.ast-main-header-nav-open.ast-popup-nav-open .ast-desktop-header-content,
.ast-mobile-header-content .ast-search-icon {
    display: none
}

.ast-main-header-nav-open.ast-header-break-point #ast-desktop-header .ast-desktop-header-content {
    display: block
}

.ast-desktop-header-content .ast-search-menu-icon,
.ast-desktop-header-content .ast-search-menu-icon.slide-search,
.ast-mobile-header-content .ast-search-menu-icon,
.ast-mobile-header-content .ast-search-menu-icon.slide-search {
    width: 100%;
    position: relative;
    display: block;
    right: auto;
    transform: none
}

.ast-desktop-header-content .ast-search-menu-icon .search-form,
.ast-desktop-header-content .ast-search-menu-icon.slide-search .search-form,
.ast-mobile-header-content .ast-search-menu-icon .search-form,
.ast-mobile-header-content .ast-search-menu-icon.slide-search .search-form {
    right: 0;
    visibility: visible;
    opacity: 1;
    position: relative;
    top: auto;
    transform: none;
    padding: 0;
    display: block;
    overflow: hidden
}

.ast-desktop-header-content .ast-search-menu-icon .search-field,
.ast-mobile-header-content .ast-search-menu-icon .search-field {
    width: 100%;
    padding-right: 5.5em
}

.ast-mobile-popup-drawer.active .ast-mobile-popup-inner {
    background-color: #fff
}

.ast-desktop-header-content {
    background-color: #fff
}

.ast-desktop-header-content>*,
.ast-desktop-popup-content>*,
.ast-mobile-header-content>*,
.ast-mobile-popup-content>* {
    padding-top: 0;
    padding-bottom: 0
}

.ast-mobile-popup-drawer.active .menu-toggle-close {
    color: #3a3a3a
}

img.emoji {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 .07em !important;
    vertical-align: -.1em !important;
    background: 0 0 !important;
    padding: 0 !important
}

:where(.wp-block-button__link) {
    border-radius: 9999px;
    box-shadow: none;
    padding: calc(.667em + 2px) calc(1.333em + 2px);
    text-decoration: none
}

:root :where(.wp-block-button .wp-block-button__link.is-style-outline),
:root :where(.wp-block-button.is-style-outline>.wp-block-button__link) {
    border: 2px solid;
    padding: .667em 1.333em
}

:root :where(.wp-block-button .wp-block-button__link.is-style-outline:not(.has-text-color)),
:root :where(.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-text-color)) {
    color: currentColor
}

:root :where(.wp-block-button .wp-block-button__link.is-style-outline:not(.has-background)),
:root :where(.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-background)) {
    background-color: initial;
    background-image: none
}

:where(.wp-block-calendar table:not(.has-background) th) {
    background: #ddd
}

:where(.wp-block-columns) {
    margin-bottom: 1.75em
}

:where(.wp-block-columns.has-background) {
    padding: 1.25em 2.375em
}

:where(.wp-block-post-comments input[type=submit]) {
    border: none
}

:where(.wp-block-cover-image:not(.has-text-color)),
:where(.wp-block-cover:not(.has-text-color)) {
    color: #fff
}

:where(.wp-block-cover-image.is-light:not(.has-text-color)),
:where(.wp-block-cover.is-light:not(.has-text-color)) {
    color: #000
}

:root :where(.wp-block-cover h1:not(.has-text-color)),
:root :where(.wp-block-cover h2:not(.has-text-color)),
:root :where(.wp-block-cover h3:not(.has-text-color)),
:root :where(.wp-block-cover h4:not(.has-text-color)),
:root :where(.wp-block-cover h5:not(.has-text-color)),
:root :where(.wp-block-cover h6:not(.has-text-color)),
:root :where(.wp-block-cover p:not(.has-text-color)) {
    color: inherit
}

:where(.wp-block-file) {
    margin-bottom: 1.5em
}

:where(.wp-block-file__button) {
    border-radius: 2em;
    display: inline-block;
    padding: .5em 1em
}

:where(.wp-block-file__button):is(a):active,
:where(.wp-block-file__button):is(a):focus,
:where(.wp-block-file__button):is(a):hover,
:where(.wp-block-file__button):is(a):visited {
    box-shadow: none;
    color: #fff;
    opacity: .85;
    text-decoration: none
}

:where(.wp-block-group.wp-block-group-is-layout-constrained) {
    position: relative
}

:root :where(.wp-block-image.is-style-rounded img, .wp-block-image .is-style-rounded img) {
    border-radius: 9999px
}

.wp-lightbox-overlay.active {
    visibility: visible
}

@media not (prefers-reduced-motion) {
    .wp-lightbox-overlay.active {
        animation: .25s both turn-on-visibility
    }

    .wp-lightbox-overlay.active img {
        animation: .35s both turn-on-visibility
    }

    .wp-lightbox-overlay.show-closing-animation:not(.active) {
        animation: .35s both turn-off-visibility
    }

    .wp-lightbox-overlay.show-closing-animation:not(.active) img {
        animation: .25s both turn-off-visibility
    }

    .wp-lightbox-overlay.zoom.active {
        animation: none;
        opacity: 1;
        visibility: visible
    }

    .wp-lightbox-overlay.zoom.active .lightbox-image-container {
        animation: .4s lightbox-zoom-in
    }

    .wp-lightbox-overlay.zoom.active .lightbox-image-container img {
        animation: none
    }

    .wp-lightbox-overlay.zoom.active .scrim {
        animation: .4s forwards turn-on-visibility
    }

    .wp-lightbox-overlay.zoom.show-closing-animation:not(.active) {
        animation: none
    }

    .wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container {
        animation: .4s lightbox-zoom-out
    }

    .wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container img {
        animation: none
    }

    .wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .scrim {
        animation: .4s forwards turn-off-visibility
    }
}

@keyframes turn-on-visibility {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes turn-off-visibility {
    0% {
        opacity: 1;
        visibility: visible
    }

    99% {
        opacity: 0;
        visibility: visible
    }

    to {
        opacity: 0;
        visibility: hidden
    }
}

@keyframes lightbox-zoom-in {
    0% {
        transform: translate(calc((-100vw + var(--wp--lightbox-scrollbar-width))/ 2 + var(--wp--lightbox-initial-left-position)), calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale))
    }

    to {
        transform: translate(-50%, -50%) scale(1)
    }
}

@keyframes lightbox-zoom-out {
    0% {
        transform: translate(-50%, -50%) scale(1);
        visibility: visible
    }

    99% {
        visibility: visible
    }

    to {
        transform: translate(calc((-100vw + var(--wp--lightbox-scrollbar-width))/ 2 + var(--wp--lightbox-initial-left-position)), calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale));
        visibility: hidden
    }
}

:where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment)) {
    line-height: 1.1
}

:where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment-excerpt p)) {
    line-height: 1.8
}

:root :where(.wp-block-latest-posts.is-grid) {
    padding: 0
}

:root :where(.wp-block-latest-posts.wp-block-latest-posts__list) {
    padding-left: 0
}

ol,
ul {
    box-sizing: border-box
}

:root :where(.wp-block-list.has-background) {
    padding: 1.25em 2.375em
}

:where(.wp-block-navigation.has-background .wp-block-navigation-item a:not(.wp-element-button)),
:where(.wp-block-navigation.has-background .wp-block-navigation-submenu a:not(.wp-element-button)) {
    padding: .5em 1em
}

:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item a:not(.wp-element-button)),
:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu a:not(.wp-element-button)),
:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu button.wp-block-navigation-item__content),
:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-pages-list__item button.wp-block-navigation-item__content) {
    padding: .5em 1em
}

:root :where(p.has-background) {
    padding: 1.25em 2.375em
}

:where(p.has-text-color:not(.has-link-color)) a {
    color: inherit
}

:where(.wp-block-post-comments-form) input:not([type=submit]),
:where(.wp-block-post-comments-form) textarea {
    border: 1px solid #949494;
    font-family: inherit;
    font-size: 1em
}

:where(.wp-block-post-comments-form) input:where(:not([type=submit]):not([type=checkbox])),
:where(.wp-block-post-comments-form) textarea {
    padding: calc(.667em + 2px)
}

:where(.wp-block-post-excerpt) {
    box-sizing: border-box;
    margin-bottom: var(--wp--style--block-gap);
    margin-top: var(--wp--style--block-gap)
}

:where(.wp-block-preformatted.has-background) {
    padding: 1.25em 2.375em
}

:where(.wp-block-search__button) {
    border: 1px solid #ccc;
    padding: 6px 10px
}

:where(.wp-block-search__input) {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-transform: inherit
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) {
    border: 1px solid #949494;
    box-sizing: border-box;
    padding: 4px
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input {
    border: none;
    border-radius: 0;
    padding: 0 4px
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input:focus {
    outline: 0
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) :where(.wp-block-search__button) {
    padding: 4px 8px
}

:root :where(.wp-block-separator.is-style-dots) {
    height: auto;
    line-height: 1;
    text-align: center
}

:root :where(.wp-block-separator.is-style-dots):before {
    color: currentColor;
    content: "Â·Â·Â·";
    font-family: serif;
    font-size: 1.5em;
    letter-spacing: 2em;
    padding-left: 2em
}

:root :where(.wp-block-site-logo.is-style-rounded) {
    border-radius: 9999px
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link {
    background-color: #f0f0f0;
    color: #444
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-amazon {
    background-color: #f90;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-bandcamp {
    background-color: #1ea0c3;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-behance {
    background-color: #0757fe;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-bluesky {
    background-color: #0a7aff;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-codepen {
    background-color: #1e1f26;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-deviantart {
    background-color: #02e49b;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-discord {
    background-color: #5865f2;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-dribbble {
    background-color: #e94c89;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-dropbox {
    background-color: #4280ff;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-etsy {
    background-color: #f45800;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-facebook {
    background-color: #0866ff;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-fivehundredpx {
    background-color: #000;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-flickr {
    background-color: #0461dd;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-foursquare {
    background-color: #e65678;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-github {
    background-color: #24292d;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-goodreads {
    background-color: #eceadd;
    color: #382110
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-google {
    background-color: #ea4434;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-gravatar {
    background-color: #1d4fc4;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-instagram {
    background-color: #f00075;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-lastfm {
    background-color: #e21b24;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-linkedin {
    background-color: #0d66c2;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-mastodon {
    background-color: #3288d4;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-medium {
    background-color: #000;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-meetup {
    background-color: #f6405f;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-patreon {
    background-color: #000;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-pinterest {
    background-color: #e60122;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-pocket {
    background-color: #ef4155;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-reddit {
    background-color: #ff4500;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-skype {
    background-color: #0478d7;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-snapchat {
    background-color: #fefc00;
    color: #fff;
    stroke: #000
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-soundcloud {
    background-color: #ff5600;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-spotify {
    background-color: #1bd760;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-telegram {
    background-color: #2aabee;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-threads {
    background-color: #000;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-tiktok {
    background-color: #000;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-tumblr {
    background-color: #011835;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-twitch {
    background-color: #6440a4;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-twitter {
    background-color: #1da1f2;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-vimeo {
    background-color: #1eb7ea;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-vk {
    background-color: #4680c2;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-wordpress {
    background-color: #3499cd;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-whatsapp {
    background-color: #25d366;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-x {
    background-color: #000;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-yelp {
    background-color: #d32422;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-youtube {
    background-color: red;
    color: #fff
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link {
    background: 0 0
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link svg {
    height: 1.25em;
    width: 1.25em
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-amazon {
    color: #f90
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-bandcamp {
    color: #1ea0c3
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-behance {
    color: #0757fe
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-bluesky {
    color: #0a7aff
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-codepen {
    color: #1e1f26
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-deviantart {
    color: #02e49b
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-discord {
    color: #5865f2
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-dribbble {
    color: #e94c89
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-dropbox {
    color: #4280ff
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-etsy {
    color: #f45800
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-facebook {
    color: #0866ff
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-fivehundredpx {
    color: #000
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-flickr {
    color: #0461dd
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-foursquare {
    color: #e65678
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-github {
    color: #24292d
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-goodreads {
    color: #382110
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-google {
    color: #ea4434
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-gravatar {
    color: #1d4fc4
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-instagram {
    color: #f00075
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-lastfm {
    color: #e21b24
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-linkedin {
    color: #0d66c2
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-mastodon {
    color: #3288d4
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-medium {
    color: #000
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-meetup {
    color: #f6405f
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-patreon {
    color: #000
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-pinterest {
    color: #e60122
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-pocket {
    color: #ef4155
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-reddit {
    color: #ff4500
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-skype {
    color: #0478d7
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-snapchat {
    color: #fff;
    stroke: #000
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-soundcloud {
    color: #ff5600
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-spotify {
    color: #1bd760
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-telegram {
    color: #2aabee
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-threads {
    color: #000
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-tiktok {
    color: #000
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-tumblr {
    color: #011835
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-twitch {
    color: #6440a4
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-twitter {
    color: #1da1f2
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-vimeo {
    color: #1eb7ea
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-vk {
    color: #4680c2
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-whatsapp {
    color: #25d366
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-wordpress {
    color: #3499cd
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-x {
    color: #000
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-yelp {
    color: #d32422
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-youtube {
    color: red
}

:root :where(.wp-block-social-links .wp-social-link a) {
    padding: .25em
}

:root :where(.wp-block-social-links.is-style-logos-only .wp-social-link a) {
    padding: 0
}

:root :where(.wp-block-social-links.is-style-pill-shape .wp-social-link a) {
    padding-left: .6666666667em;
    padding-right: .6666666667em
}

:root :where(.wp-block-tag-cloud.is-style-outline) {
    display: flex;
    flex-wrap: wrap;
    gap: 1ch
}

:root :where(.wp-block-tag-cloud.is-style-outline a) {
    border: 1px solid;
    font-size: unset !important;
    margin-right: 0;
    padding: 1ch 2ch;
    text-decoration: none !important
}

:root :where(.wp-block-table-of-contents) {
    box-sizing: border-box
}

:where(.wp-block-term-description) {
    box-sizing: border-box;
    margin-bottom: var(--wp--style--block-gap);
    margin-top: var(--wp--style--block-gap)
}

:where(pre.wp-block-verse) {
    font-family: inherit
}

:root {
    --wp--preset--font-size--normal: 16px;
    --wp--preset--font-size--huge: 42px
}

html :where(.has-border-color) {
    border-style: solid
}

html :where([style*=border-top-color]) {
    border-top-style: solid
}

html :where([style*=border-right-color]) {
    border-right-style: solid
}

html :where([style*=border-bottom-color]) {
    border-bottom-style: solid
}

html :where([style*=border-left-color]) {
    border-left-style: solid
}

html :where([style*=border-width]) {
    border-style: solid
}

html :where([style*=border-top-width]) {
    border-top-style: solid
}

html :where([style*=border-right-width]) {
    border-right-style: solid
}

html :where([style*=border-bottom-width]) {
    border-bottom-style: solid
}

html :where([style*=border-left-width]) {
    border-left-style: solid
}

html :where(img[class*=wp-image-]) {
    height: auto;
    max-width: 100%
}

:where(figure) {
    margin: 0 0 1em
}

html :where(.is-position-sticky) {
    --wp-admin--admin-bar--position-offset: var(--wp-admin--admin-bar--height, 0px)
}

@media screen and (max-width:600px) {
    html :where(.is-position-sticky) {
        --wp-admin--admin-bar--position-offset: 0px
    }
}

:root {
    --wp--preset--aspect-ratio--square: 1;
    --wp--preset--aspect-ratio--4-3: 4/3;
    --wp--preset--aspect-ratio--3-4: 3/4;
    --wp--preset--aspect-ratio--3-2: 3/2;
    --wp--preset--aspect-ratio--2-3: 2/3;
    --wp--preset--aspect-ratio--16-9: 16/9;
    --wp--preset--aspect-ratio--9-16: 9/16;
    --wp--preset--color--black: #000000;
    --wp--preset--color--cyan-bluish-gray: #abb8c3;
    --wp--preset--color--white: #ffffff;
    --wp--preset--color--pale-pink: #f78da7;
    --wp--preset--color--vivid-red: #cf2e2e;
    --wp--preset--color--luminous-vivid-orange: #ff6900;
    --wp--preset--color--luminous-vivid-amber: #fcb900;
    --wp--preset--color--light-green-cyan: #7bdcb5;
    --wp--preset--color--vivid-green-cyan: #00d084;
    --wp--preset--color--pale-cyan-blue: #8ed1fc;
    --wp--preset--color--vivid-cyan-blue: #0693e3;
    --wp--preset--color--vivid-purple: #9b51e0;
    --wp--preset--color--ast-global-color-0: var(--ast-global-color-0);
    --wp--preset--color--ast-global-color-1: var(--ast-global-color-1);
    --wp--preset--color--ast-global-color-2: var(--ast-global-color-2);
    --wp--preset--color--ast-global-color-3: var(--ast-global-color-3);
    --wp--preset--color--ast-global-color-4: var(--ast-global-color-4);
    --wp--preset--color--ast-global-color-5: var(--ast-global-color-5);
    --wp--preset--color--ast-global-color-6: var(--ast-global-color-6);
    --wp--preset--color--ast-global-color-7: var(--ast-global-color-7);
    --wp--preset--color--ast-global-color-8: var(--ast-global-color-8);
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg, rgba(6, 147, 227, 1) 0%, rgb(155, 81, 224) 100%);
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg, rgb(122, 220, 180) 0%, rgb(0, 208, 130) 100%);
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg, rgba(252, 185, 0, 1) 0%, rgba(255, 105, 0, 1) 100%);
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg, rgba(255, 105, 0, 1) 0%, rgb(207, 46, 46) 100%);
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg, rgb(238, 238, 238) 0%, rgb(169, 184, 195) 100%);
    --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg, rgb(74, 234, 220) 0%, rgb(151, 120, 209) 20%, rgb(207, 42, 186) 40%, rgb(238, 44, 130) 60%, rgb(251, 105, 98) 80%, rgb(254, 248, 76) 100%);
    --wp--preset--gradient--blush-light-purple: linear-gradient(135deg, rgb(255, 206, 236) 0%, rgb(152, 150, 240) 100%);
    --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg, rgb(254, 205, 165) 0%, rgb(254, 45, 45) 50%, rgb(107, 0, 62) 100%);
    --wp--preset--gradient--luminous-dusk: linear-gradient(135deg, rgb(255, 203, 112) 0%, rgb(199, 81, 192) 50%, rgb(65, 88, 208) 100%);
    --wp--preset--gradient--pale-ocean: linear-gradient(135deg, rgb(255, 245, 203) 0%, rgb(182, 227, 212) 50%, rgb(51, 167, 181) 100%);
    --wp--preset--gradient--electric-grass: linear-gradient(135deg, rgb(202, 248, 128) 0%, rgb(113, 206, 126) 100%);
    --wp--preset--gradient--midnight: linear-gradient(135deg, rgb(2, 3, 129) 0%, rgb(40, 116, 252) 100%);
    --wp--preset--font-size--small: 13px;
    --wp--preset--font-size--medium: 20px;
    --wp--preset--font-size--large: 36px;
    --wp--preset--font-size--x-large: 42px;
    --wp--preset--spacing--20: 0.44rem;
    --wp--preset--spacing--30: 0.67rem;
    --wp--preset--spacing--40: 1rem;
    --wp--preset--spacing--50: 1.5rem;
    --wp--preset--spacing--60: 2.25rem;
    --wp--preset--spacing--70: 3.38rem;
    --wp--preset--spacing--80: 5.06rem;
    --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, .2);
    --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, .4);
    --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, .2);
    --wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);
    --wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1)
}

:root {
    --wp--style--global--content-size: var(--wp--custom--ast-content-width-size);
    --wp--style--global--wide-size: var(--wp--custom--ast-wide-width-size)
}

:where(body) {
    margin: 0
}

:where(.wp-site-blocks)>* {
    margin-block-start: 24px;
    margin-block-end: 0
}

:where(.wp-site-blocks)>:first-child {
    margin-block-start: 0
}

:where(.wp-site-blocks)>:last-child {
    margin-block-end: 0
}

:root {
    --wp--style--block-gap: 24px
}

:root :where(.is-layout-flow)>:first-child {
    margin-block-start: 0
}

:root :where(.is-layout-flow)>:last-child {
    margin-block-end: 0
}

:root :where(.is-layout-flow)>* {
    margin-block-start: 24px;
    margin-block-end: 0
}

:root :where(.is-layout-constrained)>:first-child {
    margin-block-start: 0
}

:root :where(.is-layout-constrained)>:last-child {
    margin-block-end: 0
}

:root :where(.is-layout-constrained)>* {
    margin-block-start: 24px;
    margin-block-end: 0
}

:root :where(.is-layout-flex) {
    gap: 24px
}

:root :where(.is-layout-grid) {
    gap: 24px
}

body {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0
}

a:where(:not(.wp-element-button)) {
    text-decoration: none
}

:root :where(.wp-element-button, .wp-block-button__link) {
    background-color: #32373c;
    border-width: 0;
    color: #fff;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    padding: calc(.667em + 2px) calc(1.333em + 2px);
    text-decoration: none
}

:root :where(.wp-block-pullquote) {
    font-size: 1.5em;
    line-height: 1.6
}

h3 {
    font-size: 1.75rem !important
}

a,
h1,
h2,
h3,
h4,
h6,
p,
span {
    color: #fff;
    margin-bottom: 16px
}

.nav-link {
    color: rgba(255, 255, 255, .7) !important
}

.nav-link:hover {
    color: #6abeff !important
}

.sh-nav .navbar-nav a.active {
    color: rgba(255, 255, 255, .7) !important
}

.sh-nav .navbar-nav a.active:hover {
    color: #6abeff !important
}

.video-container {
    cursor: normal !important
}

#thumbnail {
    position: static !important
}

.sp-light-bg {
    background: #f3f3f3 !important
}

.trustpilot-row {
    margin-bottom: 78px
}

.trustpilot-row .container {
    max-width: 1200px;
    margin: 0 auto
}

.trustpilot-row .sp-light-bg {
    padding: 30px;
    background-color: #f3f3f3;
    border-radius: 12px 12px 12px 12px
}

.footer-testimonial {
    margin-bottom: 78px
}

.footer-testimonial .container {
    max-width: 1200px;
    margin: 0 auto
}

.site-footer .footer-bottom {
    display: flex;
    justify-content: space-between
}

.site-footer .footer-bottom a {
    font-size: 16px
}

.site-footer .footer-bottom a:hover {
    color: #6abeff !important
}

.trustbox-mobile {
    display: none
}

@media screen and (max-width:767px) {
    .trustbox-desktop {
        display: none
    }

    .trustbox-mobile {
        display: block
    }
}

.home--custom--txt--inner {
    background: #0d0d0d;
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, .06);
    margin: 0 0 128px
}

.home--custom--txt--inner .txt--content--main {
    padding: 60px;
    height: 390px;
    overflow-y: scroll;
    scroll-behavior: smooth;
    color: #fff;
    scrollbar-width: thin;
    scrollbar-color: rgba(255, 255, 255, .6) #0D0D0D
}

.home--custom--txt--inner .txt--content--main h2 {
    margin-bottom: 16px !important
}

.home--custom--txt--inner .txt--content--main p {
    color: #fff !important
}

@media (max-width:768px) {
    .txt--content--main {
        padding: 30px !important;
        height: 496px !important
    }
}

.home--custom--txt--inner table td {
    border: 1px solid;
    text-align: center
}

.home--custom--txt--inner ul li {
    list-style-type: disc;
    padding: 10px
}

.home--custom--txt--inner ol li {
    list-style-type: decimal;
    padding: 10px
}

:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 13, 110, 253;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-primary-text-emphasis: #052c65;
    --bs-secondary-text-emphasis: #2b2f32;
    --bs-success-text-emphasis: #0a3622;
    --bs-info-text-emphasis: #055160;
    --bs-warning-text-emphasis: #664d03;
    --bs-danger-text-emphasis: #58151c;
    --bs-light-text-emphasis: #495057;
    --bs-dark-text-emphasis: #495057;
    --bs-primary-bg-subtle: #cfe2ff;
    --bs-secondary-bg-subtle: #e2e3e5;
    --bs-success-bg-subtle: #d1e7dd;
    --bs-info-bg-subtle: #cff4fc;
    --bs-warning-bg-subtle: #fff3cd;
    --bs-danger-bg-subtle: #f8d7da;
    --bs-light-bg-subtle: #fcfcfd;
    --bs-dark-bg-subtle: #ced4da;
    --bs-primary-border-subtle: #9ec5fe;
    --bs-secondary-border-subtle: #c4c8cb;
    --bs-success-border-subtle: #a3cfbb;
    --bs-info-border-subtle: #9eeaf9;
    --bs-warning-border-subtle: #ffe69c;
    --bs-danger-border-subtle: #f1aeb5;
    --bs-light-border-subtle: #e9ecef;
    --bs-dark-border-subtle: #adb5bd;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, .15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg: #fff;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-emphasis-color: #000;
    --bs-emphasis-color-rgb: 0, 0, 0;
    --bs-secondary-color: rgba(33, 37, 41, .75);
    --bs-secondary-color-rgb: 33, 37, 41;
    --bs-secondary-bg: #e9ecef;
    --bs-secondary-bg-rgb: 233, 236, 239;
    --bs-tertiary-color: rgba(33, 37, 41, .5);
    --bs-tertiary-color-rgb: 33, 37, 41;
    --bs-tertiary-bg: #f8f9fa;
    --bs-tertiary-bg-rgb: 248, 249, 250;
    --bs-heading-color: inherit;
    --bs-link-color: #0d6efd;
    --bs-link-color-rgb: 13, 110, 253;
    --bs-link-decoration: underline;
    --bs-link-hover-color: #0a58ca;
    --bs-link-hover-color-rgb: 10, 88, 202;
    --bs-code-color: #d63384;
    --bs-highlight-color: #212529;
    --bs-highlight-bg: #fff3cd;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dee2e6;
    --bs-border-color-translucent: rgba(0, 0, 0, .175);
    --bs-border-radius: 0.375rem;
    --bs-border-radius-sm: 0.25rem;
    --bs-border-radius-lg: 0.5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-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, .15);
    --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, .075);
    --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, .175);
    --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, .075);
    --bs-focus-ring-width: 0.25rem;
    --bs-focus-ring-opacity: 0.25;
    --bs-focus-ring-color: rgba(13, 110, 253, .25);
    --bs-form-valid-color: #198754;
    --bs-form-valid-border-color: #198754;
    --bs-form-invalid-color: #dc3545;
    --bs-form-invalid-border-color: #dc3545
}

*,
::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
}

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

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

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

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

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

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

@media(min-width:1200px) {
    h3 {
        font-size: 1.75rem
    }
}

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

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

h6 {
    font-size: 1rem
}

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

ol,
ul {
    padding-left: 2rem
}

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

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

strong {
    font-weight: bolder
}

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

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

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

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

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

a>code {
    color: inherit
}

img,
svg {
    vertical-align: middle
}

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

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

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

label {
    display: inline-block
}

button {
    border-radius: 0
}

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

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

button,
select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

select:disabled {
    opacity: 1
}

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

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

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

textarea {
    resize: vertical
}

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

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

legend+* {
    clear: left
}

::-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
}

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

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

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

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

iframe {
    border: 0
}

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

progress {
    vertical-align: baseline
}

[hidden] {
    display: none !important
}

.container,
.container-fluid {
    --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) {
    legend {
        font-size: 1.5rem
    }

    .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)
}

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

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

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

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

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

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

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

.table {
    --bs-table-color-type: initial;
    --bs-table-bg-type: initial;
    --bs-table-color-state: initial;
    --bs-table-bg-state: initial;
    --bs-table-color: var(--bs-emphasis-color);
    --bs-table-bg: var(--bs-body-bg);
    --bs-table-border-color: var(--bs-border-color);
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: var(--bs-emphasis-color);
    --bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);
    --bs-table-active-color: var(--bs-emphasis-color);
    --bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
    --bs-table-hover-color: var(--bs-emphasis-color);
    --bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);
    width: 100%;
    margin-bottom: 1rem;
    vertical-align: top;
    border-color: var(--bs-table-border-color)
}

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

.table>tbody {
    vertical-align: inherit
}

.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 {
    box-shadow: var(--bs-btn-focus-box-shadow)
}

.fade {
    transition: opacity .15s linear
}

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

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

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

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

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

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

    .collapsing.collapse-horizontal {
        transition: none
    }
}

.dropdown,
.dropdown-center,
.dropend,
.dropstart,
.dropup,
.dropup-center {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

.dropdown-toggle:empty::after {
    margin-left: 0
}

.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: 1rem;
    --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: #0d6efd;
    --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)
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropend .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid
}

.dropend .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropend .dropdown-toggle::after {
    vertical-align: 0
}

.dropstart .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: ""
}

.dropstart .dropdown-toggle::after {
    display: none
}

.dropstart .dropdown-toggle::before {
    display: inline-block;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent
}

.dropstart .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropstart .dropdown-toggle::before {
    vertical-align: 0
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
    clear: both;
    font-weight: 400;
    color: var(--bs-dropdown-link-color);
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: rgba(0, 0, 0, 0);
    border: 0;
    border-radius: var(--bs-dropdown-item-border-radius, 0)
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: var(--bs-dropdown-link-hover-color);
    background-color: var(--bs-dropdown-link-hover-bg)
}

.dropdown-item.active,
.dropdown-item:active {
    color: var(--bs-dropdown-link-active-color);
    text-decoration: none;
    background-color: var(--bs-dropdown-link-active-bg)
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: var(--bs-dropdown-link-disabled-color);
    pointer-events: none;
    background-color: rgba(0, 0, 0, 0)
}

.dropdown-menu.show {
    display: block
}

.btn-group-vertical>.btn.active,
.btn-group>.btn.active {
    z-index: 1
}

.nav-link {
    display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: var(--bs-nav-link-font-size);
    font-weight: var(--bs-nav-link-font-weight);
    color: var(--bs-nav-link-color);
    text-decoration: none;
    background: 0 0;
    border: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out
}

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

.nav-link:focus,
.nav-link:hover {
    color: var(--bs-nav-link-hover-color)
}

.nav-link:focus-visible {
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.nav-link.disabled,
.nav-link:disabled {
    color: var(--bs-nav-link-disabled-color);
    pointer-events: none;
    cursor: default
}

.nav-tabs .nav-link.active {
    color: var(--bs-nav-tabs-link-active-color);
    background-color: var(--bs-nav-tabs-link-active-bg);
    border-color: var(--bs-nav-tabs-link-active-border-color)
}

.nav-pills .nav-link.active {
    color: var(--bs-nav-pills-link-active-color);
    background-color: var(--bs-nav-pills-link-active-bg)
}

.nav-underline .nav-link.active {
    font-weight: 700;
    color: var(--bs-nav-underline-link-active-color);
    border-bottom-color: currentcolor
}

.tab-content>.active {
    display: block
}

.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.3125rem;
    --bs-navbar-brand-margin-end: 1rem;
    --bs-navbar-brand-font-size: 1.25rem;
    --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.25rem;
    --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,
.navbar>.container-fluid {
    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-font-weight: ;
    --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 .nav-link.active,
.navbar-nav .nav-link.show {
    color: var(--bs-navbar-active-color)
}

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

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

.navbar-toggler {
    padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
    font-size: var(--bs-navbar-toggler-font-size);
    line-height: 1;
    color: var(--bs-navbar-color);
    background-color: rgba(0, 0, 0, 0);
    border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
    border-radius: var(--bs-navbar-toggler-border-radius);
    transition: var(--bs-navbar-toggler-transition)
}

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

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

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width)
}

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

@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-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x)
    }

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

    .navbar-expand-lg .navbar-toggler {
        display: none
    }

    .navbar-expand-lg .offcanvas {
        position: static;
        z-index: auto;
        flex-grow: 1;
        width: auto !important;
        height: auto !important;
        visibility: visible !important;
        background-color: rgba(0, 0, 0, 0) !important;
        border: 0 !important;
        transform: none !important;
        transition: none
    }
}

.card-header-tabs .nav-link.active {
    background-color: var(--bs-card-bg);
    border-bottom-color: var(--bs-card-bg)
}

.accordion {
    --bs-accordion-color: var(--bs-body-color);
    --bs-accordion-bg: var(--bs-body-bg);
    --bs-accordion-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, border-radius 0.15s ease;
    --bs-accordion-border-color: var(--bs-border-color);
    --bs-accordion-border-width: var(--bs-border-width);
    --bs-accordion-border-radius: var(--bs-border-radius);
    --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
    --bs-accordion-btn-padding-x: 1.25rem;
    --bs-accordion-btn-padding-y: 1rem;
    --bs-accordion-btn-color: var(--bs-body-color);
    --bs-accordion-btn-bg: var(--bs-accordion-bg);
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-icon-width: 1.25rem;
    --bs-accordion-btn-icon-transform: rotate(-180deg);
    --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23052c65'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-focus-border-color: #86b7fe;
    --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, .25);
    --bs-accordion-body-padding-x: 1.25rem;
    --bs-accordion-body-padding-y: 1rem;
    --bs-accordion-active-color: var(--bs-primary-text-emphasis);
    --bs-accordion-active-bg: var(--bs-primary-bg-subtle)
}

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

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

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

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

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

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

.accordion-header {
    margin-bottom: 0
}

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

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

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

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

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

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

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

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

.breadcrumb {
    --bs-breadcrumb-padding-x: 0;
    --bs-breadcrumb-padding-y: 0;
    --bs-breadcrumb-margin-bottom: 1rem;
    --bs-breadcrumb-bg: ;
    --bs-breadcrumb-border-radius: ;
    --bs-breadcrumb-divider-color: var(--bs-secondary-color);
    --bs-breadcrumb-item-padding-x: 0.5rem;
    --bs-breadcrumb-item-active-color: var(--bs-secondary-color);
    display: flex;
    flex-wrap: wrap;
    padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
    margin-bottom: var(--bs-breadcrumb-margin-bottom);
    font-size: var(--bs-breadcrumb-font-size);
    list-style: none;
    background-color: var(--bs-breadcrumb-bg);
    border-radius: var(--bs-breadcrumb-border-radius)
}

.breadcrumb-item.active {
    color: var(--bs-breadcrumb-item-active-color)
}

.active>.page-link,
.page-link.active {
    z-index: 3;
    color: var(--bs-pagination-active-color);
    background-color: var(--bs-pagination-active-bg);
    border-color: var(--bs-pagination-active-border-color)
}

.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)
}

.progress {
    --bs-progress-height: 1rem;
    --bs-progress-font-size: 0.75rem;
    --bs-progress-bg: var(--bs-secondary-bg);
    --bs-progress-border-radius: var(--bs-border-radius);
    --bs-progress-box-shadow: var(--bs-box-shadow-inset);
    --bs-progress-bar-color: #fff;
    --bs-progress-bar-bg: #0d6efd;
    --bs-progress-bar-transition: width 0.6s ease;
    display: flex;
    height: var(--bs-progress-height);
    overflow: hidden;
    font-size: var(--bs-progress-font-size);
    background-color: var(--bs-progress-bg);
    border-radius: var(--bs-progress-border-radius)
}

.list-group {
    --bs-list-group-color: var(--bs-body-color);
    --bs-list-group-bg: var(--bs-body-bg);
    --bs-list-group-border-color: var(--bs-border-color);
    --bs-list-group-border-width: var(--bs-border-width);
    --bs-list-group-border-radius: var(--bs-border-radius);
    --bs-list-group-item-padding-x: 1rem;
    --bs-list-group-item-padding-y: 0.5rem;
    --bs-list-group-action-color: var(--bs-secondary-color);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-tertiary-bg);
    --bs-list-group-action-active-color: var(--bs-body-color);
    --bs-list-group-action-active-bg: var(--bs-secondary-bg);
    --bs-list-group-disabled-color: var(--bs-secondary-color);
    --bs-list-group-disabled-bg: var(--bs-body-bg);
    --bs-list-group-active-color: #fff;
    --bs-list-group-active-bg: #0d6efd;
    --bs-list-group-active-border-color: #0d6efd;
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: var(--bs-list-group-border-radius)
}

.list-group-item {
    position: relative;
    display: block;
    padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
    color: var(--bs-list-group-color);
    text-decoration: none;
    background-color: var(--bs-list-group-bg);
    border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color)
}

.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit
}

.list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit
}

.list-group-item.disabled,
.list-group-item:disabled {
    color: var(--bs-list-group-disabled-color);
    pointer-events: none;
    background-color: var(--bs-list-group-disabled-bg)
}

.list-group-item.active {
    z-index: 2;
    color: var(--bs-list-group-active-color);
    background-color: var(--bs-list-group-active-bg);
    border-color: var(--bs-list-group-active-border-color)
}

.list-group-item+.list-group-item {
    border-top-width: 0
}

.list-group-item+.list-group-item.active {
    margin-top: calc(-1*var(--bs-list-group-border-width));
    border-top-width: var(--bs-list-group-border-width)
}

.list-group-horizontal>.list-group-item.active {
    margin-top: 0
}

.list-group-horizontal>.list-group-item+.list-group-item.active {
    margin-left: calc(-1*var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width)
}

@media(min-width:576px) {
    .list-group-horizontal-sm>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-sm>.list-group-item+.list-group-item.active {
        margin-left: calc(-1*var(--bs-list-group-border-width));
        border-left-width: var(--bs-list-group-border-width)
    }
}

@media(min-width:768px) {
    .list-group-horizontal-md>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-md>.list-group-item+.list-group-item.active {
        margin-left: calc(-1*var(--bs-list-group-border-width));
        border-left-width: var(--bs-list-group-border-width)
    }
}

@media(min-width:992px) {
    .list-group-horizontal-lg>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-lg>.list-group-item+.list-group-item.active {
        margin-left: calc(-1*var(--bs-list-group-border-width));
        border-left-width: var(--bs-list-group-border-width)
    }
}

@media(min-width:1200px) {
    .list-group-horizontal-xl>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-xl>.list-group-item+.list-group-item.active {
        margin-left: calc(-1*var(--bs-list-group-border-width));
        border-left-width: var(--bs-list-group-border-width)
    }
}

@media(min-width:1400px) {
    .list-group-horizontal-xxl>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-xxl>.list-group-item+.list-group-item.active {
        margin-left: calc(-1*var(--bs-list-group-border-width));
        border-left-width: var(--bs-list-group-border-width)
    }
}

.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, .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: .25em;
    color: var(--bs-btn-close-color);
    background: rgba(0, 0, 0, 0) var(--bs-btn-close-bg) center/1em auto no-repeat;
    border: 0;
    border-radius: .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)
}

.toast {
    --bs-toast-zindex: 1090;
    --bs-toast-padding-x: 0.75rem;
    --bs-toast-padding-y: 0.5rem;
    --bs-toast-spacing: 1.5rem;
    --bs-toast-max-width: 350px;
    --bs-toast-font-size: 0.875rem;
    --bs-toast-color: ;
    --bs-toast-bg: rgba(var(--bs-body-bg-rgb), 0.85);
    --bs-toast-border-width: var(--bs-border-width);
    --bs-toast-border-color: var(--bs-border-color-translucent);
    --bs-toast-border-radius: var(--bs-border-radius);
    --bs-toast-box-shadow: var(--bs-box-shadow);
    --bs-toast-header-color: var(--bs-secondary-color);
    --bs-toast-header-bg: rgba(var(--bs-body-bg-rgb), 0.85);
    --bs-toast-header-border-color: var(--bs-border-color-translucent);
    width: var(--bs-toast-max-width);
    max-width: 100%;
    font-size: var(--bs-toast-font-size);
    color: var(--bs-toast-color);
    pointer-events: auto;
    background-color: var(--bs-toast-bg);
    background-clip: padding-box;
    border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
    box-shadow: var(--bs-toast-box-shadow);
    border-radius: var(--bs-toast-border-radius)
}

.toast.showing {
    opacity: 0
}

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

.modal {
    --bs-modal-zindex: 1055;
    --bs-modal-width: 500px;
    --bs-modal-padding: 1rem;
    --bs-modal-margin: 0.5rem;
    --bs-modal-color: ;
    --bs-modal-bg: var(--bs-body-bg);
    --bs-modal-border-color: var(--bs-border-color-translucent);
    --bs-modal-border-width: var(--bs-border-width);
    --bs-modal-border-radius: var(--bs-border-radius-lg);
    --bs-modal-box-shadow: var(--bs-box-shadow-sm);
    --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
    --bs-modal-header-padding-x: 1rem;
    --bs-modal-header-padding-y: 1rem;
    --bs-modal-header-padding: 1rem 1rem;
    --bs-modal-header-border-color: var(--bs-border-color);
    --bs-modal-header-border-width: var(--bs-border-width);
    --bs-modal-title-line-height: 1.5;
    --bs-modal-footer-gap: 0.5rem;
    --bs-modal-footer-bg: ;
    --bs-modal-footer-border-color: var(--bs-border-color);
    --bs-modal-footer-border-width: var(--bs-border-width);
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--bs-modal-zindex);
    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 .3s ease-out;
    transform: translate(0, -50px)
}

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

    .accordion-button::after {
        transition: none
    }

    .modal.fade .modal-dialog {
        transition: none
    }
}

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

.modal.modal-static .modal-dialog {
    transform: scale(1.02)
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - var(--bs-modal-margin)*2)
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    color: var(--bs-modal-color);
    pointer-events: auto;
    background-color: var(--bs-modal-bg);
    background-clip: padding-box;
    border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
    border-radius: var(--bs-modal-border-radius);
    outline: 0
}

.modal-backdrop {
    --bs-backdrop-zindex: 1050;
    --bs-backdrop-bg: #000;
    --bs-backdrop-opacity: 0.5;
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--bs-backdrop-zindex);
    width: 100%;
    height: 100vh;
    background-color: var(--bs-backdrop-bg)
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    z-index: 0;
    opacity: var(--bs-backdrop-opacity)
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: var(--bs-modal-padding)
}

@media(min-width:576px) {
    .modal {
        --bs-modal-margin: 1.75rem;
        --bs-modal-box-shadow: var(--bs-box-shadow)
    }

    .modal-dialog {
        max-width: var(--bs-modal-width);
        margin-right: auto;
        margin-left: auto
    }
}

@media(min-width:992px) {
    .modal-xl {
        --bs-modal-width: 800px
    }
}

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

.tooltip {
    --bs-tooltip-zindex: 1080;
    --bs-tooltip-max-width: 200px;
    --bs-tooltip-padding-x: 0.5rem;
    --bs-tooltip-padding-y: 0.25rem;
    --bs-tooltip-margin: ;
    --bs-tooltip-font-size: 0.875rem;
    --bs-tooltip-color: var(--bs-body-bg);
    --bs-tooltip-bg: var(--bs-emphasis-color);
    --bs-tooltip-border-radius: var(--bs-border-radius);
    --bs-tooltip-opacity: 0.9;
    --bs-tooltip-arrow-width: 0.8rem;
    --bs-tooltip-arrow-height: 0.4rem;
    z-index: var(--bs-tooltip-zindex);
    display: block;
    margin: var(--bs-tooltip-margin);
    font-family: var(--bs-font-sans-serif);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    white-space: normal;
    word-spacing: normal;
    line-break: auto;
    font-size: var(--bs-tooltip-font-size);
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: var(--bs-tooltip-opacity)
}

.tooltip .tooltip-arrow {
    display: block;
    width: var(--bs-tooltip-arrow-width);
    height: var(--bs-tooltip-arrow-height)
}

.tooltip .tooltip-arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid
}

.tooltip-inner {
    max-width: var(--bs-tooltip-max-width);
    padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
    color: var(--bs-tooltip-color);
    text-align: center;
    background-color: var(--bs-tooltip-bg);
    border-radius: var(--bs-tooltip-border-radius)
}

.popover {
    --bs-popover-zindex: 1070;
    --bs-popover-max-width: 276px;
    --bs-popover-font-size: 0.875rem;
    --bs-popover-bg: var(--bs-body-bg);
    --bs-popover-border-width: var(--bs-border-width);
    --bs-popover-border-color: var(--bs-border-color-translucent);
    --bs-popover-border-radius: var(--bs-border-radius-lg);
    --bs-popover-inner-border-radius: calc(var(--bs-border-radius-lg) - var(--bs-border-width));
    --bs-popover-box-shadow: var(--bs-box-shadow);
    --bs-popover-header-padding-x: 1rem;
    --bs-popover-header-padding-y: 0.5rem;
    --bs-popover-header-font-size: 1rem;
    --bs-popover-header-color: inherit;
    --bs-popover-header-bg: var(--bs-secondary-bg);
    --bs-popover-body-padding-x: 1rem;
    --bs-popover-body-padding-y: 1rem;
    --bs-popover-body-color: var(--bs-body-color);
    --bs-popover-arrow-width: 1rem;
    --bs-popover-arrow-height: 0.5rem;
    --bs-popover-arrow-border: var(--bs-popover-border-color);
    z-index: var(--bs-popover-zindex);
    display: block;
    max-width: var(--bs-popover-max-width);
    font-family: var(--bs-font-sans-serif);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    white-space: normal;
    word-spacing: normal;
    line-break: auto;
    font-size: var(--bs-popover-font-size);
    word-wrap: break-word;
    background-color: var(--bs-popover-bg);
    background-clip: padding-box;
    border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
    border-radius: var(--bs-popover-border-radius)
}

.popover .popover-arrow {
    display: block;
    width: var(--bs-popover-arrow-width);
    height: var(--bs-popover-arrow-height)
}

.popover .popover-arrow::after,
.popover .popover-arrow::before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid;
    border-width: 0
}

.popover-header {
    padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
    margin-bottom: 0;
    font-size: var(--bs-popover-header-font-size);
    color: var(--bs-popover-header-color);
    background-color: var(--bs-popover-header-bg);
    border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
    border-top-left-radius: var(--bs-popover-inner-border-radius);
    border-top-right-radius: var(--bs-popover-inner-border-radius)
}

.popover-header:empty {
    display: none
}

.popover-body {
    padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
    color: var(--bs-popover-body-color)
}

.carousel {
    position: relative
}

.carousel.pointer-event {
    touch-action: pan-y
}

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

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

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

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

.carousel-fade .carousel-item.active {
    z-index: 1;
    opacity: 1
}

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

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

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

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

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

    .carousel-indicators [data-bs-target] {
        transition: none
    }
}

.carousel-indicators .active {
    opacity: 1
}

.offcanvas {
    --bs-offcanvas-zindex: 1045;
    --bs-offcanvas-width: 400px;
    --bs-offcanvas-height: 30vh;
    --bs-offcanvas-padding-x: 1rem;
    --bs-offcanvas-padding-y: 1rem;
    --bs-offcanvas-color: var(--bs-body-color);
    --bs-offcanvas-bg: var(--bs-body-bg);
    --bs-offcanvas-border-width: var(--bs-border-width);
    --bs-offcanvas-border-color: var(--bs-border-color-translucent);
    --bs-offcanvas-box-shadow: var(--bs-box-shadow-sm);
    --bs-offcanvas-transition: transform 0.3s ease-in-out;
    --bs-offcanvas-title-line-height: 1.5
}

.offcanvas {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition)
}

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

.offcanvas.show:not(.hiding),
.offcanvas.showing {
    transform: none
}

.offcanvas.hiding,
.offcanvas.show,
.offcanvas.showing {
    visibility: visible
}

.offcanvas-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100%;
    height: 100vh;
    background-color: #000
}

.offcanvas-backdrop.fade {
    opacity: 0
}

.offcanvas-backdrop.show {
    opacity: .5
}

.sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020
}

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

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

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

.visible {
    visibility: visible !important
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.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-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

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

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("images/owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.owl-theme .owl-nav {
    display: none;
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav [class*=owl-] {
    color: #fff;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #d6d6d6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #fff;
    text-decoration: none
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px
}

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1
}

/* .owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px
} */

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791
}

*,
body,
html {
    padding: 0;
    margin: 0;
    outline: 0;
    font-weight: 400;
    font-style: normal
}

:after,
:before {
    box-sizing: inherit
}

::-moz-selection {
    text-shadow: none
}

::-moz-selection,
::selection {
    text-shadow: none
}

body,
html {
    width: 100%;
    height: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

html {
    box-sizing: border-box;
    outline: 0;
    padding: 0;
    margin: 0;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    background-color: #0f0f0f;
    overflow-x: hidden
}

body {
    margin: 0;
    height: auto;
    min-height: 100%;
    overflow-x: hidden;
    font-family: Gilroy-Regular;
    font-size: .9375rem;
    font-weight: 400;
    color: #333;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
    /* background-color: #0f0f0f */
}

@media only screen and (max-width:768px) {
    body {
        font-size: .875rem;
        overflow-x: hidden;
    }
    
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }
}

img {
    border: 0;
    max-width: 100%
}

svg:not(:root) {
    overflow: hidden
}

a {
    transition: all .5s ease;
    text-decoration: none
}

a:hover {
    text-decoration: none
}

a:focus {
    text-decoration: none
}

ul {
    margin: 0;
    padding: 0
}

a,
button {
    transition: all ease-in-out .2s
}

a {
    color: #5f5f60;
    text-decoration: none
}

a:focus {
    outline: 0
}

li {
    list-style: none
}

img {
    max-width: 100%
}

p {
    font-size: 1rem;
    line-height: 1.875rem;
    margin: 0 0 20px;
    font-weight: 400;
    color: #606060
}

h1,
h2,
h3,
h4,
h6 {
    font-family: Gilroy-bold
}

h1 {
    font-size: 3.5rem;
    line-height: 3.875rem;
    font-weight: 700;
    letter-spacing: -1.12px;
    font-family: Gilroy-bold
}

@media only screen and (max-width:1024px) {
    h1 {
        font-size: 2rem;
        line-height: 2.875rem
    }
}

@media only screen and (max-width:768px) {
    h1 {
        font-size: 1.75rem;
        line-height: 2.25rem;
    }
}

@media only screen and (max-width:480px) {
    h1 {
        font-size: 1.5rem;
        line-height: 2rem;
    }
}

h2 {
    font-size: 2.25rem;
    line-height: 2.625rem;
    font-weight: 700;
    margin-bottom: .4375rem;
    position: relative
}

@media only screen and (max-width:1024px) {
    h2 {
        font-size: 1.625rem;
        line-height: 2.125rem;
        margin-bottom: .4375rem
    }
}

h3 {
    font-size: 1.5rem;
    line-height: normal;
    font-weight: 700;
    margin-bottom: .625rem;
    position: relative
}

h4 {
    font-size: 1.5rem;
    line-height: 2rem;
    color: #24337d;
    font-weight: 700
}

h6 {
    font-size: 1.125rem;
    line-height: 1.3125rem;
    font-weight: 600
}

.container {
    max-width: 1228px;
    margin: 0 auto
}

.scroll {
    scrollbar-width: auto;
    scrollbar-color: #ccc #fff
}

.scroll::-webkit-scrollbar {
    width: 16px
}

.scroll::-webkit-scrollbar-track {
    background: #fff
}

.scroll::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 10px;
    border: 3px solid #fff
}

@font-face {
    font-family: Gilroy-SemiBold;
    src: url("fonts/gilroy-semibold.woff2") format("woff2"), url("fonts/gilroy-semibold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Gilroy-bold;
    src: url("fonts/gilroy-bold.woff2") format("woff2"), url("fonts/gilroy-bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Gilroy-Regular;
    src: url("fonts/gilroy-regular.woff2") format("woff2"), url("fonts/gilroy-regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

.site-header {
    margin-bottom: 66px;
    position: relative;
    z-index: 100;
}

.site-header .container-fluid {
    padding-left: 80px;
    padding-right: 80px
}

@media only screen and (max-width:768px) {
    .site-header {
        margin-bottom: 25px
    }

    .site-header .container-fluid {
        padding-left: 12px;
        padding-right: 12px
    }
}

.site-footer {
    padding-top: 50px
}

@media screen and (max-width:768px) {
    .site-footer {
        padding-top: 0px;
        padding-bottom: 50px
    }
}

.site-footer .container {
    max-width: 1200px
}

.site-footer .row {
    margin: 0 0 45px
}

@media screen and (max-width:767px) {
    .site-footer .si-footer-link {
        margin-top: 40px
    }
}

@media screen and (max-width:480px) {
    .site-footer {
        padding-top: 0;
        padding-bottom: 40px;
    }
    
    .site-footer .footer-top {
        flex-direction: column;
    }
    
    .site-footer .gg {
        margin-bottom: 30px;
        text-align: center;
    }
    
    .site-footer .si-footer-link {
        margin-top: 30px;
        text-align: center;
    }
    
    .site-footer .si-footer-link h3 {
        font-size: 1.125rem;
    }
    
    .site-footer .si-footer-link ul li {
        font-size: 0.875rem;
    }
    
    .site-footer .footer-bottom {
        display: flex;
        justify-content: center;
        text-align: center;
        padding-top: 0px;
        padding-bottom: 50px;
    }
    
    .site-footer .footer-bottom p {
        font-size: 0.75rem;
    }
}

.site-footer .si-footer-link h3 {
    color: #fff;
    font-family: Gilroy-Regular;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 9px
}

.site-footer .si-footer-link a {
    color: #fff;
    font-family: Gilroy-Regular;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px
}

.site-footer .si-footer-link a:hover {
    color: #E8E000
}

.site-footer .si-footer-link ul li {
    margin-bottom: 4px
}

.site-footer .si-footer-link ul li img {
    margin-right: 8px
}

.site-footer .si-footer-link ul li a {
    color: #fff;
    font-family: Gilroy-Regular;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px
}

.site-footer .si-footer-link ul li a:hover {
    color: #E8E000
}

.site-footer .footer-bottom p {
    margin: 0;
    color: #fff;
    font-family: Gilroy-Regular;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding-bottom: 25px;
    padding-left: 12px
}

/* ========================================
   NAVBAR STYLES - Refactored
   ======================================== */

.sh-nav {
    padding-top: 54px;
    position: relative;
}

/* Desktop Layout: Logo | Menu | Button */
.sh-nav-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.nav-logo {
    flex-shrink: 0;
}
.nav-logo img {
    width: 170px
}

/* Desktop Menu - Centered */
.sh-nav-menu {
    display: flex;
    align-items: center;
    gap: 23px;
    list-style: none;
    margin: 0;
    padding: 0;
    flex: 1;
    justify-content: center;
}

.sh-nav-menu li {
    margin: 0;
    padding: 0;
}

.sh-nav-menu a {
    color: rgba(255, 255, 255, .7);
    text-align: center;
    font-family: Gilroy-Regular;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    transition: color 0.2s ease;
    white-space: nowrap;
    display: inline-block;
    margin: 0
}

.sh-nav-menu a:hover,
.sh-nav-menu a.active {
    color: #fff;
}

/* Desktop Actions (Button + Toggler) */
.sh-nav-actions {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-shrink: 0;
}

.sh-nav-actions .button-secondary {
    padding: 10px 24px;
    font-size: 16px;
    line-height: 20px;
    gap: 10px;
}

.sh-nav-actions .button-secondary img {
    width: 18px;
    height: 18px;
}

/* Hamburger Toggle Button */
.sh-nav-toggler {
    display: none;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 20px 10px 5px 10px;
    cursor: pointer;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.sh-nav-toggler:hover {
    border-color: rgba(255, 255, 255, 0.6);
    background: rgba(255, 255, 255, 0.05);
}

.navbar-toggler-icon {
    display: inline-block;
    width: 24px;
    height: 2px;
    background-color: #fff;
    position: relative;
    transition: all 0.3s ease;
}

.navbar-toggler-icon::before,
.navbar-toggler-icon::after {
    content: '';
    display: block;
    width: 24px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    left: 0;
    transition: all 0.3s ease;
}

.navbar-toggler-icon::before {
    top: -8px;
}

.navbar-toggler-icon::after {
    top: 8px;
}

/* Animated hamburger when menu is open */
.sh-nav-toggler[aria-expanded="true"] .navbar-toggler-icon {
    background-color: transparent;
}

.sh-nav-toggler[aria-expanded="true"] .navbar-toggler-icon::before {
    transform: rotate(45deg);
    top: 0;
}

.sh-nav-toggler[aria-expanded="true"] .navbar-toggler-icon::after {
    transform: rotate(-45deg);
    top: 0;
}

/* Mobile Menu - Hidden by default */
.sh-nav-mobile {
    display: none;
    flex-direction: column;
    text-align: center;
    gap: 20px;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    animation: slideDown 0.3s ease-out;
}

.sh-nav-mobile.show {
    display: flex;
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.sh-nav-menu-mobile {
    display: flex;
    flex-direction: column;
    gap: 15px;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.sh-nav-menu-mobile li {
    margin: 0;
    padding: 0;
}

.sh-nav-menu-mobile a {
    color: rgba(255, 255, 255, .7);
    text-align: center;
    font-family: Gilroy-Regular;
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
    transition: color 0.2s ease;
    display: block;
    padding: 8px 0;
}

.sh-nav-menu-mobile a:hover,
.sh-nav-menu-mobile a.active {
    color: #fff;
}

.sh-nav-mobile .button-secondary {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
}

/* ========================================
   RESPONSIVE BREAKPOINTS
   ======================================== */

/* Tablet: 992px - 1200px */
@media screen and (min-width: 992px) and (max-width: 1200px) {
    .sh-nav-wrapper {
        gap: 30px;
    }
    
    .sh-nav-menu {
        gap: 12px;
    }

    .sh-nav-menu a {
        font-size: 14px;
    }
    
    .sh-nav-actions .button-secondary {
        padding: 8px 20px;
        font-size: 14px;
        line-height: 18px;
    }
}

/* Mobile: < 992px */
@media (max-width: 991px) {
    .sh-nav {
        padding-top: 30px;
    }
    
    /* Mobile Layout: Logo on left, Hamburger on right */
    .sh-nav-wrapper {
        justify-content: space-between;
        gap: 20px;
    }
    
    /* Hide desktop menu */
    .sh-nav-menu {
        display: none;
    }
    
    /* Show only hamburger button, hide desktop join button */
    .sh-nav-actions .button-secondary {
        display: none;
    }
    
    .sh-nav-toggler {
        display: block;
    }
}

/* Small Mobile: < 480px */
@media (max-width: 480px) {
    .sh-nav {
        padding-top: 40px;
    }
    
    .sh-nav-mobile {
        margin-top: 15px;
        padding-top: 15px;
        gap: 15px;
    }
    
    .sh-nav-menu-mobile a {
        font-size: 16px;
        padding: 6px 0;
    }
    
    .sh-nav-mobile .button-secondary {
        max-width: 100%;
        padding: 12px 20px;
    }
}

.logo-modal .modal-md {
    max-width: 700px
}

.logo-modal .modal-md .btn-close {
    top: 20px;
    right: 24px
}

.logo-modal .modal-md .modal-content {
    padding: 50px 30px
}

.logo-modal .modal-md p {
    color: #fff;
    font-family: Gilroy-Regular;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin: 0
}

.logo-modal .modal-content {
    border-radius: 15px;
    background: #1d1d1d;
    padding: 40px
}

.logo-modal .logo-modal-right h2 {
    color: #fff;
    font-family: Gilroy-Bold;
    font-size: 48px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 24px
}

@media only screen and (max-width:1024px) {
    .logo-modal .logo-modal-right h2 {
        font-size: 24px;
        margin: 24px 0
    }
}

.logo-modal .logo-modal-right p {
    color: #fff;
    font-family: Gilroy-Regular;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin: 0 0 25px
}

.logo-modal .logo-modal-right .site-group-btn {
    max-width: 260px;
    text-align: left
}

.logo-modal .logo-modal-right ul {
    margin-bottom: 40px
}

.logo-modal .logo-modal-right ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    color: #fff;
    font-family: Gilroy-Regular;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -.24px
}

.logo-modal .logo-modal-right ul li img {
    width: 21px;
    height: 21px
}

.logo-modal .btn-close {
    position: absolute;
    right: 40px;
    opacity: 1;
    top: 25px;
    z-index: 1
}

.site-member-slider {
    margin-bottom: 95px
}

@media only screen and (max-width:768px) {
    .site-member-slider {
        margin-bottom: 39px
    }
}

.site-member-slider .container {
    /* max-width: 995px */
}

.site-member-slider .smt-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    padding-top: 70px;
    margin-bottom: 60px;
}

@media only screen and (max-width: 1200px) {
    .site-member-slider .smt-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media only screen and (max-width: 900px) {
    .site-member-slider .smt-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (max-width: 600px) {
    .site-member-slider .smt-grid {
        grid-template-columns: 1fr;
        max-width: 400px;
        margin: 0 auto 60px;
        padding-top: 0 !important;
    }
}

.site-member-slider .smt-card {
    width: 100%;
}

.site-member-slider h2 {
    color: #fff;
    text-align: center;
    font-family: Gilroy-Regular;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0 auto 24px;
    max-width: 475px
}

@media only screen and (max-width:1024px) {
    .logo-modal .btn-close {
        top: 0
    }

    .site-testimonial-slider .sts-slider .owl-dots .owl-dot.active span {
        background-color: #E8E000 !important
    }

    .site-member-slider .site-group-btn {
        display: none
    }

    .site-member-slider h2 {
        font-size: 24px;
        width: 65%
    }
}

.site-member-slider .smt-wrap {
    border-radius: 24px;
    border: 1px solid #1C1C1C;
    background: linear-gradient(181deg, #000208 71.87%, #141516 98.47%);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    display: flex;
    padding: 80px 10px 20px 10px;
    flex-direction: column;
    align-items: center;
    gap: 35px;
    overflow: visible;
    position: relative;
}

@media only screen and (max-width:768px) {
    .site-member-slider .smt-wrap {
        gap: 25px;
        margin: 0 auto;
        max-width: 295px;
        padding: 70px 20px 30px 20px;
    }
}

@media only screen and (max-width:360px) {
    .site-member-slider .smt-wrap {
        margin: 0 auto;
        max-width: 350px
    }
}

.site-member-slider .smt-member-top {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    width: 100%;
}

.site-member-slider .smt-member-img {
    position: absolute;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}

@media only screen and (max-width:768px) {
    .site-member-slider .smt-member-img {
        top: -50px;
    }
}

.site-member-slider .smt-member-img img {
    border-radius: 50%;
    width: 120px;
    height: 120px;
    border: 4px solid rgba(255, 255, 255, .15);
    object-fit: cover;
}

@media only screen and (max-width:768px) {
    .site-member-slider .smt-member-img img {
        width: 100px;
        height: 100px;
    }
}

.site-member-slider .smt-member-name {
    text-align: center;
    width: 100%;
}

.site-member-slider .smt-member-name h6 {
    color: #fff;
    font-family: Gilroy-Regular;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    margin: 0;
    text-wrap-mode: nowrap;
}

@media only screen and (max-width:1024px) {
    .site-member-slider .smt-member-name h6 {
        font-size: 20px;
        line-height: 28px;
    }
}

@media only screen and (max-width:768px) {
    .site-member-slider .smt-member-name h6 {
        font-size: 18px;
        line-height: 24px;
    }
}

.site-member-slider .smt-stats-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    position: relative;
    gap: 10px;
}

.site-member-slider .smt-stats-grid::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 1px;
    background: linear-gradient(180deg, #d4af37 0%, #f4d362 50%, #d4af37 100%);
    transform: translateX(-50%);
}

.site-member-slider .smt-stats-grid::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 1px;
    background: linear-gradient(90deg, #d4af37 0%, #f4d362 50%, #d4af37 100%);
    transform: translateY(-50%);
}

.site-member-slider .smt-stat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    text-align: center;
    gap: 8px;
}

@media only screen and (max-width:768px) {
    .site-member-slider .smt-stat-item {
        padding: 20px 10px;
    }
}

.site-member-slider .smt-stat-label {
    color: rgba(255, 255, 255, .7);
    font-family: Gilroy-Regular;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
    text-wrap-mode: nowrap;
}

@media only screen and (max-width:768px) {
    .site-member-slider .smt-stat-label {
        font-size: 12px;
        line-height: 18px;
    }
}
.success-stories-mobile-slider .owl-stage-outer {
    overflow: visible !important;
}

.site-member-slider .smt-stat-value {
    color: #fff;
    font-family: Gilroy-SemiBold;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    margin: 0;
}

@media only screen and (min-width:768px) {
    .site-member-slider .smt-stat-value {
        text-wrap-mode: nowrap;
    }
}

@media only screen and (max-width:1024px) {
    .site-member-slider .smt-stat-value {
        font-size: 18px;
        line-height: 24px;
    }
}

@media only screen and (max-width:768px) {
    .site-member-slider .smt-stat-value {
        font-size: 16px;
        line-height: 22px;
    }
}

/* Legacy styles kept for backward compatibility */
.site-member-slider .smt-member-middle {
    display: flex;
    align-items: flex-start;
    gap: 10px
}

.site-member-slider .smt-number {
    border-radius: 10px;
    border: 1px solid #E8E000;
    display: flex;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #E8E000;
    font-family: Gilroy-Regular;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px
}

@media only screen and (max-width:1024px) {
    .site-member-slider .smt-number {
        padding: 7px 10px;
        font-size: 14px
    }
}

.site-member-slider .smt-number span {
    color: #fff;
    font-family: Gilroy-SemiBold;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px
}

.site-member-slider .smt-member-bottom {
    display: flex;
    align-items: flex-start;
    gap: 10px
}

.site-member-slider .smt-memebr-badge {
    display: flex;
    padding: 5px 10px;
    justify-content: center;
    align-items: center;
    gap: 5px;
    border-radius: 5px;
    background: rgba(106, 190, 255, .1);
    color: #fff;
    font-family: Gilroy-Regular;
    font-size: 16px;
    line-height: 20px
}

.site-member-slider .smt-memebr-badge img {
    width: 15px;
    height: 15px
}

@media only screen and (max-width:1024px) {
    .site-member-slider .smt-number span {
        font-size: 14px
    }

    .site-member-slider .smt-memebr-badge {
        font-size: 14px
    }
}

.site-tour-wrap {
    margin-bottom: 100px
}

.site-tour-wrap .container {
    max-width: 1200px
}

.site-tour-wrap h2 {
    color: #fff;
    font-family: Gilroy-Regular;
    font-size: 40px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 64px !important;
    text-align: center;
    margin: 0 auto;
}

@media only screen and (max-width:1024px) {
    .site-tour-wrap {
        margin-bottom: 60px
    }

    .site-tour-wrap h2 {
        margin: 0 0 40px;
        font-size: 24px
    }
}

.site-tour-wrap .stw-video-group {
    border-radius: 15px;
    position: relative;
    z-index: 0
}

.site-tour-wrap .local-video .stw-video-group {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 499px;
    z-index: 3;
    border-radius: 15px;
    background: #000;
}

.site-tour-wrap .local-video .stw-video-group video {
    width: 100% !important;
    height: 100% !important;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    border-radius: 15px;
    display: block !important;
    background: #000;
    position: relative;
    z-index: 1;
    opacity: 1 !important;
    visibility: visible !important;
}

/* Ensure video is visible when displayed */
.site-tour-wrap .local-video .stw-video-group[style*="display: block"],
.site-tour-wrap .local-video .stw-video-group[style*="display:block"] {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.site-tour-wrap .local-video .stw-video-group[style*="display: block"] video,
.site-tour-wrap .local-video .stw-video-group[style*="display:block"] video {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    width: 100% !important;
    height: 100% !important;
}

@media only screen and (max-width:768px) {
    .site-tour-wrap .local-video .stw-video-group {
        height: calc(100vh - 200px);
        min-height: 500px;
    }
}

.site-tour-wrap .stw-video-item {
    position: relative;
    margin: 0 auto;
    height: 499px
}

@media only screen and (max-width:768px) {
    .site-tour-wrap .stw-video-grid-desktop .stw-video-item {
        height: calc(100vh - 200px);
        min-height: 500px;
    }
    
    .site-tour-wrap .stw-video-slider-mobile .stw-video-item {
        height: 575px;
    }
}

.site-tour-wrap .stw-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    padding: 0
}

.site-tour-wrap .stw-thumbnail {
    width: 100%;
    height: 499px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 15px;
    z-index: 2
}

@media only screen and (max-width:768px) {
    .site-tour-wrap .stw-thumbnail {
        height: calc(100vh - 200px);
        min-height: 500px;
    }
}

.stw-video-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    margin-top: 40px;
    width: 100%;
    border-radius: 24px;
    border: 1px solid #9f9f9f5e;
    background: linear-gradient(181deg, #000208 71.87%, #141516 98.47%);
    padding: 20px;
}

.stw-video-grid .stw-video-item {
    width: 100%;
}

@media (max-width: 1200px) {
    .stw-video-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .stw-video-grid-desktop {
        display: none !important;
    }
    
    .stw-video-slider-mobile {
        display: block !important;
    }
}

@media (min-width: 768px) {
    .stw-video-slider-mobile {
        display: none !important;
    }
    
    .stw-video-grid-desktop {
        display: grid !important;
    }
}

.stw-video-slider-mobile {
    display: none;
    width: 100%;
    border-radius: 24px;
    border: 1px solid #9f9f9f5e;
    background: linear-gradient(181deg, #000208 71.87%, #141516 98.47%);
    padding: 20px;
    margin-top: 40px;
    position: relative;
}

.stw-video-slider-mobile .item {
    padding: 0 5px;
}

.stw-video-slider-mobile .stw-video-item {
    width: 100%;
    margin: 0 auto;
}

@media only screen and (max-width:768px) {
    .stw-video-slider-mobile {
        padding: 15px;
    }
    
    .stw-video-slider-mobile .stw-video-item {
        height: 400px;
        position: relative;
        overflow: hidden;
    }
    
    .stw-video-slider-mobile .stw-video-item .stw-thumbnail,
    .stw-video-slider-mobile .stw-video-item .stw-video-group {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    .stw-video-slider-mobile .item {
        display: flex;
        align-items: stretch;
    }
    
    .stw-video-slider-mobile .owl-stage-outer,
    .stw-video-slider-mobile .owl-stage,
    .stw-video-slider-mobile .owl-item {
        height: auto;
    }
}

.site-tour-wrap .owl-nav {
    position: absolute;
    top: -80px;
    right: 0;
    margin: 0;
    width: 181px;
    display: flex;
    justify-content: space-between;
    z-index: 1
}

.site-tour-wrap .owl-prev {
    width: 43px;
    margin: 0 !important;
    background-image: url(images/icon-video-right.svg) !important;
    background-repeat: no-repeat !important;
    height: 43px !important;
    background-size: 100% !important;
    background-color: rgba(0, 0, 0, 0) !important;
    opacity: 1 !important
}

@media only screen and (max-width:1024px) {
    .site-tour-wrap .stw-play-button img {
        width: 53px;
        height: 53px
    }

    .site-tour-wrap .owl-nav {
        top: auto;
        bottom: -60px;
        right: auto;
        left: 50%;
        transform: translateX(-50%);
    }

    .site-tour-wrap .owl-prev {
        height: 35px !important;
        width: 35px;
        background-size: 33px !important
    }
}

.site-tour-wrap .owl-prev span {
    font-size: 0
}

.site-tour-wrap .owl-next {
    width: 43px;
    margin: 0 !important;
    background-image: url(images/icon-video-left.svg) !important;
    background-repeat: no-repeat !important;
    height: 43px !important;
    background-size: 100% !important;
    background-color: rgba(0, 0, 0, 0) !important;
    opacity: 1 !important
}

@media only screen and (max-width:1024px) {
    .site-tour-wrap .owl-next {
        height: 35px !important;
        width: 35px;
        background-size: 33px !important
    }
}

.site-tour-wrap .owl-next span {
    font-size: 0
}

.site-tour-wrap .owl-dots {
    position: absolute;
    right: 0;
    top: -69px;
    margin: 0 auto;
    width: 181px
}

.site-tour-wrap .owl-dots .owl-dot.active span {
    background-color: #E8E000 !important
}

.site-tour-wrap .owl-dots .owl-dot span {
    width: 8px !important;
    height: 8px !important;
    margin: 0 2px !important;
    background: rgba(255, 255, 255, .2) !important
}

.stw-slider.owl-drag .owl-item {
    -webkit-backface-visibility: visible
}

.stw-slider.owl-drag .owl-item iframe {
    visibility: hidden;
    opacity: 0
}

.button-secondary {
    border-radius: 999px;
    border: 1px solid #515151;
    background: linear-gradient(206deg, #FFF 28.18%, #626262 86.74%);
    padding: 13px 40px;
    color: #000 !important;
    text-align: center;
    font-family: Gilroy-SemiBold;
    font-size: 20px;
    line-height: 24px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    white-space: nowrap
}

.button-secondary:hover {
    background: linear-gradient(206deg, #FFF 40%, #757575 100%);
    color: #000 !important;
    border: 1px solid #515151;
}

.page-template-landingpage {
    background-color: #000000 !important;
    position: relative;
}

.page-template-landingpage::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 800px;
    background: linear-gradient(165deg, #E8E000 -67.99%, #000 32.3%);
    z-index: 0;
    pointer-events: none;
}

.page-template-landingpage > * {
    position: relative;
    z-index: 1;
}

.nav-logo {
    color: #fff;
    font-family: Gilroy-Bold;
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.5px;
}

@media (max-width: 991px) {
    .nav-logo {
        font-size: 30px;
        line-height: 1.2;
    }
}

.site-top {
    padding: 7px 0;
    text-align: center;
    background-color: #000;
    margin-bottom: 13px
}

@media only screen and (max-width:768px) {
    .site-top {
        margin-bottom: 23px
    }
}

@media only screen and (max-width:1024px) {
    .site-tour-wrap .owl-dots {
        right: auto;
        top: auto;
        left: -3px;
        bottom: -55px
    }

    .site-top img {
        max-width: 358px;
        width: 100%;
        margin: 0 auto
    }
}

.site-logo {
    display: block
}

@media screen and (min-width:992px)and (max-width:1200px) {
    .site-logo img {
        width: 60% !important
    }
}

@media screen and (min-width:992px)and (max-width:1025px) {
    .site-header .navbar-nav {
        margin-bottom: 0 !important
    }
}

.site-heading-wrap {
    margin-bottom: 74px
}

.site-heading-wrap .si-testimonial-number {
    display: none
}

@media screen and (min-width:992px)and (max-width:1280px) {
    .site-heading-wrap {
        margin-bottom: 30px;
        position: relative
    }

    .site-heading-wrap .si-testimonial-number {
        line-height: 12px;
        font-size: 12px;
        padding: 12px 6px;
        height: 44px;
        max-width: 53px;
        width: 53px;
        display: block;
        background-size: 100%
    }

    .site-heading-wrap .si-testimonial-number.right {
        top: -50px;
        right: 49px
    }

    .site-heading-wrap .si-testimonial-number span {
        font-size: 12px;
        line-height: 12px
    }
}

@media only screen and (max-width:1024px) {
    .site-logo img {
        max-width: 208px;
        width: 100%;
        margin: 0 auto
    }

    .site-header .navbar-nav {
        margin-bottom: 30px
    }

    .site-header .navbar-collapse {
        text-align: center
    }

    .site-header .navbar-toggler-icon {
        background-image: url(images/icon-menu.svg) !important;
        background-repeat: no-repeat
    }

    .site-heading-wrap {
        margin-bottom: 25px;
        position: relative
    }

    .site-heading-wrap .si-testimonial-number {
        line-height: 12px;
        font-size: 12px;
        padding: 12px 6px;
        height: 65px;
        max-width: 53px;
        width: 53px;
        display: block;
        background-size: 100%
    }

    .site-heading-wrap .si-testimonial-number.right {
        top: -57px;
        right: 85px
    }

    .site-heading-wrap .si-testimonial-number span {
        font-size: 12px;
        line-height: 12px
    }
}

.site-heading-wrap .site-heading {
    max-width: 900px;
    margin: 0 auto 45px;
    margin-top: 110px;
    color: #fff;
    text-align: center;
    font-family: Gilroy-Regular;
    font-size: 60px;
    font-weight: 500;
    line-height: 68px
}

.site-heading-wrap .site-heading > span:not(.desktop-text):not(.mobile-text) {
    color: #E8E000;
    -webkit-text-fill-color: #E8E000
}

.site-heading-wrap .site-heading .desktop-text span,
.site-heading-wrap .site-heading .mobile-text span {
    color: #E8E000;
    -webkit-text-fill-color: #E8E000
}

.site-heading-wrap .site-heading .mobile-text {
    display: none;
}

@media only screen and (max-width:1024px) {
    .site-heading-wrap .site-heading .desktop-text {
        display: none;
    }

    .site-heading-wrap .site-heading .mobile-text {
        display: block;
    }
}

.site-list-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px
}

@media screen and (min-width:1025px)and (max-width:1280px) {
    .site-list-row {
        display: block;
        max-width: 350px;
        margin: 0 auto
    }
}

.site-list-row li {
    color: #fff;
    text-align: center;
    font-family: Gilroy-Regular;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background-image: url(images/icon-check.svg);
    background-repeat: no-repeat;
    padding: 6px 0 6px 35px;
    background-position: left center
}

@media screen and (min-width:1025px)and (max-width:1120px) {
    .site-list-row li {
        font-size: 14px;
        padding: 6px 0 6px 15px;
        background-size: 18px
    }

    .site-list-row li:nth-child(2) {
        margin-left: 19px
    }
}

@media only screen and (max-width:1024px) {
    .site-heading-wrap .site-heading {
        font-size: 32px;
        line-height: normal;
        margin: 70px auto 26px;
        letter-spacing: .39px
    }

    .site-list-row {
        display: block;
        max-width: 340px;
        margin: 0 auto
    }

    .site-list-row li {
        font-size: 14px;
        padding: 6px 0 6px 28px;
        background-size: 18px;
        text-align: left
    }

    .site-list-row li:nth-child(2) {
        margin-left: 19px
    }

    #play-button {
        width: 47px
    }
}

.video-container {
    position: relative;
    max-width: 650px;
    cursor: pointer;
    margin: 0 auto 51px;
    border-radius: 32px;
    border: 1.222px solid #1C1C1C;
    background: linear-gradient(181deg, #000208 72.04%, #141516 98.7%);
    padding: 7px;
}

.video-container #video {
    border-radius: 20px;
    width: 543px;
}

@media only screen and (max-width:768px) {
    .video-container {
        height: 210px;
        margin: 0 auto;
        max-width: 387px;
        border-radius: 20px
    }
    .video-container #video {
        width: 100%;
    }
}

video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 15px
}

#play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    padding: 0
}

#thumbnail {
    width: 100%;
    max-width: 554px;
    height: 310px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    border-radius: 20px
}

.site-group-wrap .container {
    max-width: 1290px;
    position: relative
}

/* New video section layout */
.site-video-section-new {
    margin-bottom: 110px;
}

.video-check-items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 15px;
    max-width: 800px;
    margin-bottom: 20px;
}

.check-item {
    display: flex;
    gap: 12px;
}

.check-item .check-icon {
    width: 24px !important;
    height: 24px;
}

.check-item span {
    color: #fff;
    font-family: Gilroy-Regular;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
}

.video-with-quotes {
    display: flex;
    align-items: start;
    justify-content: center;
    gap: 25px;
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
}

.quotes-column {
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex-shrink: 0;
    align-items: end;
}

.quotes-right {
    align-items: start;
}

/* Mobile Quotes Slider - Hidden on desktop */
.quotes-slider-mobile {
    display: none;
}

/* .quote-badge img {
    width: 100%;
    height: 100%;
    object-fit: cover;
} */

/* Specific positioning for quotes - staggered layout */
.quotes-left .quote-1 {
    /* margin-top: -20px; */
}

.quotes-left .quote-2 {
    margin-top: 30px;
    margin-right: 45px;
}

.quotes-left .quote-3 {
    margin-top: 30px;
}

.quotes-right .quote-4 {
    /* margin-top: 30px; */
}

.quotes-right .quote-5 {
    margin-top: 30px;
    margin-left: 45px;
}

.quotes-right .quote-6 {
    margin-top: 30px;
}

/* Ensure video wrap has proper width */
.site-video-section-new .site-video-wrap {
    flex-shrink: 0;
}

/* Responsive styles for new layout */
@media screen and (max-width: 1400px) {
    .video-with-quotes {
        gap: 50px;
    }
    
    .quote-badge {
        width: 170px;
        height: 170px;
    }
}

@media screen and (max-width: 1280px) {
    .video-with-quotes {
        gap: 40px;
    }
    
    .quote-badge {
        width: 150px;
        height: 150px;
    }
}

@media screen and (max-width: 1024px) {
    .video-check-items {
        grid-template-columns: 1fr;
        gap: 15px;
        max-width: 500px;
        margin-bottom: 40px;
    }
    
    .quotes-column {
        display: none;
    }
    
    .video-with-quotes {
        justify-content: center;
    }
    
    .site-video-section-new {
        margin-bottom: 55px;
    }
    
    /* Mobile Quotes Slider */
    .quotes-slider-mobile {
        display: block;
        margin-top: 30px;
        padding: 0 20px;
    }
    
    .quotes-slider-mobile .item {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .quotes-slider-mobile .quote-badge {
        width: 120px;
        height: 120px;
        margin: 0 auto;
    }
    
    .quotes-slider-mobile .quote-badge img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
}
.quotes-slider-mobile .owl-dots {
    display: none;
}
@media screen and (max-width: 768px) {
    .check-item span {
        font-size: 14px;
    }
    
    .check-item .check-icon {
        width: 20px;
        height: 20px;
    }
    
    .site-video-section-new {
        margin-bottom: 35px;
    }
    
    .site-group-btn {
        padding-top: 40px;
    }
    
    .quotes-slider-mobile {
        margin-top: 0px;
        padding: 0 15px;
    }
    
    .quotes-slider-mobile .quote-badge {
        width: 235px;
        height: 106px;
    }
}

@media screen and (max-width: 480px) {
    .check-item {
        padding: 10px;
    }
    
    .check-item span {
        font-size: 18px;
        line-height: 1.4;
    }
    
    .check-item .check-icon {
        width: 18px;
        height: 18px;
    }
    
    .video-check-items {
        gap: 12px;
        margin-bottom: 30px;
    }
}

.site-group-btn {
    text-align: center
}

.site-group-btn .site-group-txt {
    color: #fff;
    text-align: center;
    font-family: Gilroy-Regular;
    font-size: 13px;
    font-weight: 400;
    display: block;
    margin-top: 11px
}

.site-three-col {
    display: flex;
    gap: 98px;
    margin-bottom: 110px
}

@media screen and (min-width:1025px)and (max-width:1280px) {
    .site-three-col {
        gap: 0;
        margin: 0 0 55px;
        justify-content: center;
        flex-direction: column;
        width: 100%
    }

    .site-testimonial-wrap.left {
        display: none
    }
}

@media only screen and (max-width:1024px) {
    #thumbnail {
        height: 100%
    }

    .site-three-col {
        gap: 0;
        margin: 0 0 35px;
        justify-content: center;
        flex-direction: column;
        width: 100%
    }

    .site-three-col .site-group-btn {
        display: none
    }

    .site-testimonial-wrap.left {
        display: none
    }
}

.si-testimonial-box {
    background-color: rgba(255, 255, 255, .06);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    max-width: 264px;
    border-radius: 20px;
    padding: 24px;
    position: relative
}

.si-testimonial-box:after {
    content: "";
    position: absolute;
    background-image: url(images/arrow-left.png);
    background-repeat: no-repeat;
    width: 77px;
    height: 68px;
    bottom: -67px;
    left: 34px
}

.si-testimonial-content p {
    color: #fff;
    font-family: Gilroy-Regular;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    margin: 0;
    line-height: 20px
}

.si-testimonial-img img {
    max-width: 39px;
    height: auto;
    border-radius: 50px;
    width: 100%
}

.si-testimonial-name h6 {
    color: #fff;
    font-family: Gilroy-Regular;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    margin: 0
}

.si-testimonial-top {
    display: flex;
    gap: 14px;
    margin-bottom: 19px
}

.site-testimonial-wrap.left {
    margin-top: 99px
}

.site-testimonial-wrap.right .si-testimonial-box {
    padding: 24px 21px 24px 24px;
    position: absolute;
    top: 162px
}

.site-testimonial-wrap.right .si-testimonial-box:after {
    content: "";
    position: absolute;
    background-image: url(images/arrow-right.png);
    background-repeat: no-repeat;
    width: 79px;
    height: 63px;
    bottom: -63px;
    right: 29px;
    left: auto
}

@media screen and (min-width:1025px)and (max-width:1280px) {
    .site-testimonial-wrap.right {
        display: none
    }

    .site-trading-course-wrap .stc-list ul li a span {
        display: none
    }

    .site-trading-course-wrap .stc-list ul li a img {
        width: 25px
    }
}

.si-testimonial-number {
    color: #fff;
    font-family: Gilroy-SemiBold;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    max-width: 74px;
    padding: 11px;
    background-image: url(images/badge-bg.png);
    background-repeat: no-repeat;
    height: 79px;
    width: 70px;
    position: absolute;
    display: flex;
    gap: 3px
}

.si-testimonial-number span {
    color: #17ffba;
    font-family: Gilroy-SemiBold;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px
}

.si-testimonial-number.left {
    top: 389px;
    left: 258px
}

.si-testimonial-number.right {
    top: 27px;
    right: 16px
}

.site-community-wrap {
    margin-bottom: 100px
}

.site-community-wrap .container {
    max-width: 1200px
}

.site-community-wrap h2 {
    color: #fff;
    font-family: Gilroy-Regular;
    font-size: 40px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 64px !important;
    text-align: center;
    margin: 0 auto;
}

.site-community-wrap .scw-img-wrap {
    position: relative;
    overflow: hidden
}

.site-community-wrap .scw-img-wrap:after {
    content: "";
    position: absolute;
    background-image: url(images/shadow.png);
    background-repeat: no-repeat;
    top: 0;
    right: -50%;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-size: 100%
}

.site-community-wrap .scw-img-wrap img {
    border-radius: 15px;
    width: 100%
}

.site-community-wrap .scw-content-wrap {
    padding-left: 60px
}

@media only screen and (max-width:1024px) {
    .site-testimonial-wrap.right {
        display: none
    }

    .site-community-wrap {
        margin-bottom: 70px
    }

    .site-community-wrap h2 {
        font-size: 24px;
        width: 80%
    }

    .site-community-wrap .scw-img-wrap:after {
        display: none
    }

    .site-community-wrap .scw-img-wrap img {
        margin-bottom: 20px
    }

    .site-community-wrap .scw-img-wrap img:after {
        display: none
    }

    .site-community-wrap .scw-content-wrap {
        padding-left: 12px
    }
}

.site-community-wrap .scw-content-wrap p {
    color: #fff;
    font-family: Gilroy-Regular;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 0 0 50px
}

.site-community-wrap .scw-content-wrap p:last-child {
    margin-bottom: 0
}

.site-logo-wrap {
    margin-bottom: 100px
}

.site-logo-wrap .container {
    max-width: 1200px
}

.slw-logo-section {
    display: flex;
    align-items: center;
    gap: 64px;
    padding: 40px;
    cursor: pointer;
    border-radius: 24px;
    border: 1px solid #1C1C1C;
    background: linear-gradient(181deg, #000208 71.87%, #141516 98.47%);
}

.slw-logo-section h4 {
    color: #fff;
    font-family: Gilroy-Regular;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal
}

@media only screen and (max-width:1024px) {
    .site-community-wrap .scw-content-wrap p {
        font-size: 14px;
        margin: 0 0 20px
    }

    .site-logo-wrap {
        margin-bottom: 60px
    }

    .slw-logo-section {
        border: none;
        display: block;
        border-radius: 0;
        padding: 0
    }

    .slw-logo-section h4 {
        font-size: 14px;
        margin-bottom: 14px;
        text-align: center
    }
}

.slw-logo-box {
    display: flex;
    align-items: center;
    gap: 90px
}

@media only screen and (max-width:1024px) {
    .slw-logo-box {
        border-radius: 15px;
        border: 1px solid rgba(255, 255, 255, .06);
        gap: 30px;
        padding: 20px;
        justify-content: center
    }

    .slw-logo-box .slw-logo:nth-child(4) {
        display: none
    }
}

.site-trading-wrap .container {
    max-width: 1200px
}

.site-trading-wrap .row {
    padding: 72px 72px 0;
    border-radius: 15px;
    margin: 0;
    border-radius: 24px;
    border: 1px solid #9f9f9f5e;
    background: linear-gradient(181deg, #000208 71.87%, #141516 98.47%);
    display: flex;
}

.site-trading-wrap .site-trading-img {
    position: relative;
}

@media only screen and (min-width: 768px) {
    .site-trading-wrap .site-trading-img {
        order: 1;
    }
    
    .site-trading-wrap .site-trading-content {
        order: 2;
    }
}

.site-trading-wrap .site-trading-img img {
    position: absolute;
    bottom: 0
}

@media only screen and (max-width:1024px) {
    .site-trading-wrap .row {
        padding: 40px 26px 0;
    }

    .site-trading-wrap .site-trading-img img {
        position: initial;
        display: block;
        margin: 0 auto
    }
}

@media only screen and (max-width:768px) {
    .site-trading-wrap .site-trading-img img {
        width: 50%;
        max-width: 50%
    }
}

.site-trading-wrap .site-trading-content h2 {
    color: #fff;
    font-family: Gilroy-Regular;
    font-size: 36px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 24px
}

@media only screen and (max-width:1024px) {
    .site-trading-wrap .site-trading-content h2 {
        font-size: 24px
    }
}

@media only screen and (max-width:768px) {
    .site-trading-wrap.tranding {
        margin-top: 122px;
    }
    
    .site-trading-wrap .site-trading-content h2 {
        font-size: 22px;
        text-align: center;
    }
    
    .site-trading-wrap .site-trading-content p {
        text-align: center;
    }
}

@media only screen and (max-width:480px) {
    .site-trading-wrap .row {
        padding: 30px 15px 0;
    }
    
    .site-trading-wrap .site-trading-content h2 {
        font-size: 20px;
    }
    
    .site-trading-wrap .site-trading-content p {
        font-size: 13px;
        line-height: 1.6;
    }
}

.site-trading-wrap .site-trading-content p {
    color: #fff;
    font-family: Gilroy-Regular;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 35px
}

.site-trading-wrap .site-trading-content .site-group-btn {
    text-align: left;
    max-width: 260px;
    margin-top: 5px;
    margin-bottom: 35px
}

@media only screen and (max-width:768px) {
    .site-trading-wrap .site-trading-content .site-group-btn {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        z-index: 100;
        max-width: 100%;
        padding-bottom: 15px;
        padding-top: 15px;
        transform: translateY(100%);
        transition: transform 0.3s ease-in-out;
        /* background: linear-gradient(to top, rgba(0, 2, 8, 0.95) 0%, rgba(0, 2, 8, 0.8) 70%, transparent 100%); */
        padding-bottom: calc(15px + env(safe-area-inset-bottom));
    }

    .site-trading-wrap .site-trading-content .site-group-btn.scroll-up {
        transform: translateY(0);
    }

    .site-trading-wrap .site-trading-content .site-group-btn .button-secondary {
        width: 260px;
        margin: 0 auto;
        display: flex;
        font-size: 15px;
        padding: 10px;
        line-height: 19px
    }

    .site-trading-wrap .site-trading-content .site-group-btn span {
        display: none
    }
}

.site-trading-list-wrap {
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative
}

/* .site-trading-list-wrap:after {
    content: "";
    background: rgba(106, 190, 255, .6);
    filter: blur(150px);
    position: absolute;
    height: 56%;
    width: 9%;
    left: 0;
    top: 50%;
    z-index: -1;
    transform: translateY(-50%)
} */

/* .site-trading-list-wrap:before {
    content: "";
    background: rgba(255, 106, 106, .6);
    filter: blur(150px);
    position: absolute;
    height: 56%;
    width: 9%;
    right: 0;
    top: 50%;
    z-index: -1;
    transform: translateY(-50%)
} */

@media only screen and (max-width:1024px) {
    .site-trading-wrap .site-trading-content p {
        font-size: 14px;
        margin-bottom: 25px
    }

    .site-trading-list-wrap {
        padding-top: 80px;
        padding-bottom: 80px;
        background-image: none;
        position: relative
    }

    .site-trading-list-wrap:after {
        display: none
    }

    .site-trading-list-wrap:before {
        display: none
    }
}

.site-trading-list-wrap .container {
    max-width: 1200px
}

.site-trading-list-wrap .site-trading-list-row {
    display: flex;
    gap: 80px;
    position: relative;
    border-radius: 24px;
    border: 1px solid #1C1C1C;
    background: linear-gradient(181deg, #000208 71.87%, #141516 98.47%);
    padding: 40px 15px;
}

.site-trading-list-wrap .site-trading-list-row:after {
    content: "";
    position: absolute;
    background-image: url(images/dividerr.svg);
    width: 1px;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    background-repeat: no-repeat;
    background-position: center;
}

.site-trading-list-wrap .site-trading-list-col {
    width: 50%
}

.site-trading-list-wrap .site-trading-list-col h3 {
    font-family: Gilroy-Regular;
    font-size: 32px;
    font-weight: 500;
    line-height: 36px;
    margin-bottom: 24px
}

.site-trading-list-wrap .site-trading-list-col ul li {
    color: #fff;
    font-family: Gilroy-Regular;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -.3px;
    display: flex;
    padding: 20px;
    align-items: center;
    gap: 10px;
    border-radius: 15px;
    margin-bottom: 15px;
    position: relative
}

.site-trading-list-wrap .site-trading-list-col.red {
    position: relative
}

@media only screen and (max-width:1024px) {
    .site-trading-list-wrap .site-trading-list-row {
        display: block
    }

    .site-trading-list-wrap .site-trading-list-row:after {
        display: none
    }

    .site-trading-list-wrap .site-trading-list-col {
        width: 100%
    }

    .site-trading-list-wrap .site-trading-list-col h3 {
        font-size: 24px;
        line-height: normal
    }

    .site-trading-list-wrap .site-trading-list-col ul li {
        font-size: 14px
    }

    .site-trading-list-wrap .site-trading-list-col.red:after {
        content: "";
        position: absolute;
        background: rgba(255, 106, 106, .4);
        filter: blur(150px);
        top: 0;
        right: 0;
        width: 35%;
        height: 100%;
        z-index: -1
    }

    .site-trading-list-wrap .site-trading-list-col.red ul li {
        background-position: 21px center
    }
}

.site-trading-list-wrap .site-trading-list-col.red h3 {
    color: #ffffff;
    text-align: center;
}

.site-trading-list-wrap .site-trading-list-col.red ul li {
    border: 1px solid #FFB96A
}

.site-trading-list-wrap .site-trading-list-col.blue {
    position: relative
}

.site-trading-list-wrap .site-trading-list-col.blue h3 {
    color: #ffffff;
    text-align: center;
}

.site-trading-list-wrap .site-trading-list-col.blue ul li {
    border: 1px solid #1A00D3
}

.site-trading-course-wrap {
    margin-bottom: 100px
}

.site-trading-course-wrap .container {
    max-width: 1200px
}

.site-trading-course-wrap .stc-box {
    border-radius: 15px;
    padding: 335px 20px 20px 20px;
    background-image: url(images/ee.webp);
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    border: 1px solid #9f9f9f5e;
}

.site-trading-course-wrap .stc-box .stc-box-ss {
    position: absolute;
}

.site-trading-course-wrap .stc-box .stc-box-ss {
    top: -145px;
    left: 0%;
}

@media screen and (min-width: 768px) {
    .site-trading-course-wrap .stc-box .stc-box-ss {
        top: -245px;
        left: 38%;
    }
}

.site-trading-course-wrap .stc-box .stc-title-wrap {
    border-radius: 11px;
    border: 1px solid #9f9f9f5e;
    background: linear-gradient(181deg, rgba(0, 2, 8, 0.48) 71.87%, rgba(20, 21, 22, 0.48) 98.47%);
    backdrop-filter: blur(4px);
    padding: 25px 15px;
}

.site-trading-course-wrap .stc-box h2 {
    color: #fff;
    font-family: Gilroy-Regular;
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 24px;
    max-width: 411px
}

.site-trading-course-wrap .stc-flex {
    display: flex;
    gap: 79px
}

.site-trading-course-wrap .stc-content {
    width: 41%
}

@media only screen and (max-width:1024px) {
    .site-trading-list-wrap .site-trading-list-col.blue ul li {
        background-position: 21px center
    }

    .site-trading-list-wrap .site-trading-list-col.blue {
        margin-bottom: 80px
    }

    .site-trading-list-wrap .site-trading-list-col.blue:after {
        content: "";
        position: absolute;
        background: rgba(106, 190, 255, .4);
        filter: blur(150px);
        top: 0;
        right: 0;
        width: 35%;
        height: 100%;
        z-index: -1
    }

    .site-trading-course-wrap {
        margin-bottom: 35px
    }

    .site-trading-course-wrap .stc-box {
        background-image: url(images/ee.webp);
        padding: 145px 20px 20px 20px;
        height: auto;
        background-size: 100%
    }

    .site-trading-course-wrap .stc-box h2 {
        font-size: 24px
    }

    .site-trading-course-wrap .stc-flex {
        display: block
    }

    .site-trading-course-wrap .stc-content {
        width: 100%
    }
}

.site-trading-course-wrap .stc-content p {
    color: #fff;
    font-family: Gilroy-Regular;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 35px
}

.site-trading-course-wrap .stc-list {
    width: 59%;
    display: flex;
    gap: 14px;
    margin-top: 8px
}

.site-trading-course-wrap .stc-list ul li {
    margin-bottom: 15px
}

.site-trading-course-wrap .stc-list ul li a {
    display: flex;
    padding: 4px 0 4px 36px;
    align-items: center;
    gap: 10px;
    color: #ffffff;
    font-family: Gilroy-Regular;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    background-image: url(images/icon-play-small.svg);
    background-repeat: no-repeat;
    background-size: 31px 31px;
    background-position: 0 center
}

.site-trading-course-wrap .stc-list ul li a:hover {
    text-decoration: underline
}

.site-faq-wrap {
    padding-bottom: 40px
}

.site-faq-wrap .container {
    max-width: 1200px
}

.site-faq-wrap .row {
    margin: 0;
    padding: 50px 64px 40px;
    position: relative;
    border-radius: 24px;
    border: 1px solid #1C1C1C;
    background: linear-gradient(181deg, #000208 71.87%, #141516 98.47%);
}

@media only screen and (max-width:1024px) {
    .site-trading-course-wrap .stc-content p {
        font-size: 14px;
        margin-bottom: 20px
    }

    .site-trading-course-wrap .stc-list {
        width: 100%
    }

    .site-trading-course-wrap .stc-list .stc-list-left {
        width: 100%
    }

    .site-trading-course-wrap .stc-list .stc-list-right {
        width: 100%
    }

    .site-trading-course-wrap .stc-list ul li a {
        font-size: 14px;
        gap: 8px
    }

    .site-trading-course-wrap .stc-list ul li a span {
        display: none
    }

    .site-trading-course-wrap .stc-list ul li a img {
        width: 25px
    }

    .stc-list-accordion-toggle {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 16px 20px;
        background: rgba(255, 255, 255, 0.05);
        border: 1px solid rgba(255, 255, 255, 0.1);
        border-radius: 8px;
        cursor: pointer;
        margin-bottom: 0;
        transition: all 0.3s ease;
        border-radius: 24px;
        border: 1px solid #9f9f9f5e;
        background: linear-gradient(181deg, #000208 71.87%, #141516 98.47%);
    }

    .stc-list-accordion-toggle:hover {
        background: rgba(255, 255, 255, 0.08);
    }

    .stc-list-accordion-toggle span {
        color: #ffffff;
        font-size: 16px;
        font-weight: 500;
        margin: 0
    }

    .stc-list-accordion-toggle .arrow-icon {
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 8px solid #e8e000;
        transition: transform 0.3s ease;
    }

    .stc-list-accordion-toggle.active .arrow-icon {
        transform: rotate(180deg);
    }

    .stc-list-wrapper {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.5s ease;
    }

    .stc-list-wrapper.active {
        max-height: 3000px;
        margin-top: 15px;
    }

    .stc-list {
        flex-direction: column !important;
        gap: 0 !important;
    }

    .stc-list .stc-list-left,
    .stc-list .stc-list-right {
        width: 100% !important;
    }

    .site-faq-wrap .row {
        padding: 32px 12px
    }

    .site-faq-wrap .row:after {
        display: none
    }
}

@media screen and (min-width:1025px) {
    .stc-list-accordion-toggle {
        display: none
    }
}

/* .site-faq-wrap .row:after {
    content: "";
    position: absolute;
    background-image: url(images/divider.svg);
    width: 1px;
    height: 92%;
    left: 46%;
    margin: 0 auto;
    top: 26px
} */

.site-faq-wrap .faq-left {
    max-width: 428px
}

.site-faq-wrap .faq-left h2 {
    color: #fff;
    font-family: Gilroy-Regular;
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 26px
}

.gg span {
    color: #fff;
    font-family: Gilroy-Regular;
    font-size: 38px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

@media only screen and (max-width:1024px) {
    .site-faq-wrap .faq-left {
        max-width: 100%
    }

    .site-faq-wrap .faq-left .site-group-btn {
        display: none
    }

    .site-faq-wrap .faq-left h2 {
        font-size: 24px
    }
}

.site-faq-wrap .faq-left p {
    color: #fff;
    font-family: Gilroy-Regular;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 40px;
    max-width: 324px
}

.site-faq-wrap .faq-left .site-group-btn {
    max-width: 260px;
    text-align: left
}

.site-faq-wrap .faq-right .accordion-item {
    padding: 0;
    margin-bottom: 11px;
    border-radius: 24px;
    border: 1px solid #1C1C1C;
    background: linear-gradient(181deg, #000208 71.87%, #141516 98.47%);
}

.site-faq-wrap .faq-right .accordion-item h2 {
    color: #fff;
    font-family: Gilroy-Regular;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.site-faq-wrap .faq-right .accordion-item button {
    color: #fff;
    padding: 10px 0;
    padding-left: 20px;
    box-shadow: none;
    text-align: center;
}
.site-faq-wrap .faq-right .accordion-item button:hover {
    background-color: transparent;
}
.site-faq-wrap .faq-right .accordion-item button:focus {
    background-color: transparent;
}

@media screen and (max-width: 767px) {
    .site-faq-wrap .faq-right .accordion-item button {
        justify-content: center;
    }
}

/* .site-faq-wrap .faq-right .accordion-item button:after {
    background-image: url(images/icon-arrow.svg) !important;
    background-size: 10px 16px;
    margin-left: 0;
    position: absolute;
    left: 18px;
    background-position: center
} */

.site-faq-wrap .faq-right .accordion-button:not(.collapsed)::after {
    transform: rotate(90deg)
}

.site-faq-wrap .faq-right .accordion-body {
    padding: 0 30px 10px;
    font-size: 16px;
    color: #fff;
    margin-top: -8px
}

.site-faq-wrap .faq-right .accordion-body p {
    font-size: 16px;
    color: #fff;
    margin: 0
}

.site-forex-complex-wrap {
    margin-bottom: 100px
}

.site-forex-complex-wrap .sfc-contnet-right {
    padding-top: 77px;
    z-index: 2
}

@media only screen and (max-width:1024px) {
    .site-faq-wrap .faq-left p {
        font-size: 14px
    }

    .site-forex-complex-wrap {
        padding: 0 20px;
        margin-bottom: 60px
    }

    .site-forex-complex-wrap .sfc-contnet-right {
        order: 1;
        padding-top: 0;
        width: 100%;
        text-align: right;
        margin-bottom: 30px;
        position: relative;
        display: none
    }

    .site-forex-complex-wrap .sfc-contnet-right:after {
        content: "";
        background: #6abeff;
        filter: blur(150px);
        position: absolute;
        max-width: 320px;
        height: 62px;
        right: 0;
        bottom: 0;
        z-index: -1;
        width: 100%
    }

    .site-forex-complex-wrap .sfc-contnet-right img {
        max-width: 219px;
        width: 100%
    }
}

.site-forex-complex-wrap .container {
    max-width: 1200px;
    position: relative
}

.site-forex-complex-wrap .sfc-section {
    display: flex;
    justify-content: space-between
}

.site-forex-complex-wrap .sfc-img-left {
    padding-top: 210px;
    position: relative;
    z-index: 2
}

.site-forex-complex-wrap .sfc-img-left:after {
    content: "";
    position: absolute;
    background: #E8E000;
    filter: blur(150px);
    width: 100%;
    height: 10%;
    right: 0;
    top: 138px
}

@media only screen and (max-width:1024px) {
    .site-forex-complex-wrap .sfc-section {
        flex-direction: column
    }

    .site-forex-complex-wrap .sfc-img-left {
        order: 3;
        padding-top: 0;
        max-width: 307px;
        position: relative
    }

    .site-forex-complex-wrap .sfc-img-left:after {
        content: "";
        position: absolute;
        background: #E8E000;
        filter: blur(150px);
        width: 100%;
        height: 35%;
        right: 0;
        top: -45px;
        z-index: -1
    }

    .site-forex-complex-wrap .sfc-contnet-middle {
        order: 2
    }
}

.site-forex-complex-wrap .sfc-contnet-middle {
    max-width: 840px;
    margin: 0 auto;
    position: relative;
    z-index: 2
}

@media only screen and (max-width:1024px) {
    .site-forex-complex-wrap .sfc-contnet-middle .site-group-btn {
        display: none
    }
}

.site-forex-complex-wrap .sfc-contnet-middle h2 {
    color: #fff;
    text-align: center;
    font-family: Gilroy-Bold;
    font-size: 48px;
    line-height: normal;
    margin-bottom: 24px
}

.site-forex-complex-wrap .sfc-contnet-middle h2 span {
    font-family: Gilroy-Regular;
}

.site-forex-complex-wrap .sfc-contnet-middle ul {
    margin-bottom: 51px
}

.site-forex-complex-wrap .sfc-contnet-middle ul.two-column-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 11px;
    list-style: none;
    padding: 0;
    margin-left: 0
}

.site-forex-complex-wrap .sfc-contnet-middle ul li {
    border-radius: 24px;
    border: 1px solid #1C1C1C;
    background-image: url(images/bullet.svg), linear-gradient(181deg, #000208 71.87%, #141516 98.47%);
    background-repeat: no-repeat, no-repeat;
    background-size: 9px 9px, cover;
    background-position: 18px center, center;
    display: flex;
    padding: 10px 20px 10px 45px;
    align-items: center;
    gap: 17px;
    color: #fff;
    font-family: Gilroy-Regular;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 11px
}

@media only screen and (max-width:768px) {
    .site-forex-complex-wrap {
        padding: 0 16px;
        margin-bottom: 40px
    }

    .site-forex-complex-wrap .sfc-contnet-middle h2 {
        font-size: 24px
    }

    .site-forex-complex-wrap .sfc-contnet-middle ul {
        margin-bottom: 0px
    }

    .site-forex-complex-wrap .sfc-contnet-middle ul li {
        font-size: 14px
    }

    .site-forex-complex-wrap .sfc-contnet-middle ul.two-column-list {
        grid-template-columns: 1fr
    }
}

.vimeo-video {
    text-align: center
}

.vimeo-video .player {
    max-width: 100% !important;
    height: 100% !important
}

.si-testimonial-top {
    align-items: center;
    align-content: center
}

#joinGroupModal .modal-content {
    background-color: rgb(28 28 28 / 80%);
    backdrop-filter: blur(15px);
    border-radius: 20px;
    color: white;
  }
  
  #joinGroupModal .modal-header {
    display: flex;
    justify-content: space-between;
    padding: 2rem;
  }
  
  #joinGroupModal .btn-close {
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #2b2b2b;
    border-radius: 10px;
  }
  
  #joinGroupModal .modal-title {
    font-weight: 600;
    font-size: 1.5rem;
    width: 230px;
  }
  
  #joinGroupModal .modal-body {
    padding: 2rem;
    padding-top: 0.5rem;
  }
  
  #joinGroupModal .form-label {
    font-weight: 500;
    margin-bottom: 0.5rem;
    margin-left: 2px;
  }
  
  #joinGroupModal .input-wrapper {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
  }
  
  #joinGroupModal .title-wrapper {
    display: flex;
  }
  
  #joinGroupModal .title-wrapper img {
    margin-right: 10px;
  }
  
  #joinGroupModal .form-control,
  #joinGroupModal .form-select {
    background: #161616;
    outline: 0;
    border: 0;
    box-shadow: inset 0px 0px 1px 2px #2e2e2e;
    color: white;
    padding: 12px;
    border-radius: 10px;
    width: 100%;
  }
  
  #joinGroupModal .custom-country-select {
    position: relative;
  }
  
  #joinGroupModal .country-select-display {
    background: #161616;
    outline: 0;
    border: 0;
    box-shadow: inset 0px 0px 1px 2px #2e2e2e;
    color: white;
    padding: 12px;
    border-radius: 10px;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    position: relative;
    z-index: 1;
    user-select: none;
  }
  
  #joinGroupModal .country-select-display span {
    margin-bottom: 0 !important;
  }
  
  #joinGroupModal .country-select-display:hover {
    box-shadow: inset 0px 0px 1px 2px #3e3e3e;
  }
  
  #joinGroupModal .country-flag-placeholder {
    flex-shrink: 0;
    display: none;
  }
  
  #joinGroupModal .country-name-placeholder {
    flex: 1;
  }
  
  #joinGroupModal .country-arrow {
    font-size: 10px;
    color: #666;
    transition: transform 0.2s;
  }
  
  #joinGroupModal .custom-country-select.open .country-arrow {
    transform: rotate(180deg);
  }
  
  #joinGroupModal .country-dropdown-list {
    position: absolute;
    top: calc(100% + 5px);
    left: 0;
    right: 0;
    background: #2b2b2b;
    border: 1px solid #464646;
    border-radius: 10px;
    max-height: 250px;
    overflow: hidden;
    display: none;
    z-index: 1000;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
  }
  
  #joinGroupModal .custom-country-select.open .country-dropdown-list {
    display: flex;
    flex-direction: column;
  }
  
  #joinGroupModal .country-search-wrapper {
    padding: 10px;
    border-bottom: 1px solid #464646;
  }
  
  #joinGroupModal .country-search-input {
    width: 100%;
    background: #161616;
    border: 1px solid #464646;
    color: white;
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 14px;
    outline: none;
  }
  
  #joinGroupModal .country-search-input:focus {
    border-color: #217bc1;
  }
  
  #joinGroupModal .country-options-list {
    overflow-y: auto;
    max-height: 200px;
  }
  
  #joinGroupModal .country-option {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    cursor: pointer;
    color: white;
    transition: background 0.2s;
  }
  
  #joinGroupModal .country-option:hover {
    background: #3b3b3b;
  }
  
  #joinGroupModal .country-option.selected {
    background: #217bc1;
  }
  
  #joinGroupModal .country-option .iti__flag {
    flex-shrink: 0;
  }
  
  /* Custom scrollbar for country list */
  #joinGroupModal .country-options-list::-webkit-scrollbar {
    width: 8px;
  }
  
  #joinGroupModal .country-options-list::-webkit-scrollbar-track {
    background: #1a1a1a;
    border-radius: 10px;
  }
  
  #joinGroupModal .country-options-list::-webkit-scrollbar-thumb {
    background: #464646;
    border-radius: 10px;
  }
  
  #joinGroupModal .country-options-list::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
  
  #joinGroupModal .form-control:focus,
  #joinGroupModal .form-select:focus {
    box-shadow: 0 0 0 1px #217bc1;
  }
  
  #joinGroupModal .btn-primary {
    padding: 10px 20px;
    font-weight: 600;
    border-radius: 12px;
    background-color: #ffffff;
    border: none;
    margin-top: 1rem;
    color: #007bb6;
    font-size: 16px;
    letter-spacing: 2px;
  }
  
  #joinGroupModal .btn-primary:hover {
    box-shadow: 0 0 6px 5px #039be5;
  }
  
  /* intl-tel-input custom styles for modal */
  #joinGroupModal .iti {
    width: 100%;
  }
  
  #joinGroupModal .iti__flag-container {
    background: #2b2b2b;
    border-radius: 10px 0 0 10px;
  }
  
  #joinGroupModal .iti__selected-flag {
    background: transparent;
    padding-left: 11px;
  }
  
  #joinGroupModal .iti__country-list {
    background: #2b2b2b;
    color: white;
    border: 1px solid #464646;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
    z-index: 10000 !important;
  }
  
  #joinGroupModal .iti__country:hover {
    background: #3b3b3b;
  }
  
  #joinGroupModal .iti__country.iti__highlight {
    background: #3b3b3b;
  }
  
  #joinGroupModal .iti__divider {
    border-bottom: 1px solid #464646;
  }
  
  /* Country flag in custom select - reuse intl-tel-input flag styles */
  #joinGroupModal .iti__flag {
    display: inline-block;
    margin: 0 8px;
  }
  #joinGroupModal #phoneInput {
    padding-left: 100px !important;
  }
  
  #joinGroupModal #phoneInput.is-invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath d='m5.8 3.6 .4.4.4-.4m0 4.8h-.8'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
  }
  
  #joinGroupModal #phoneInput.is-valid {
    border-color: #198754;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
  }
  
  .phone-error-message {
    color: #dc3545;
    font-size: 0.875rem;
    margin-top: 0.25rem;
    display: block;
  }

      /* Hero video play button positioning - matches stw-play-button behavior */
      .itss {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 3;
        cursor: pointer;
        background-color: rgba(0, 0, 0, 0);
        border: none;
        padding: 0;
      }
      .itss:hover {
        background: transparent;
      }
      .herovid-thumbnail {
        border-radius:25px
      }
      .hero-video {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        border-radius: 25px;
      }



      #joinGroupModal .modal-content {
        background-color: rgb(28 28 28 / 80%);
        backdrop-filter: blur(15px);
        border-radius: 20px;
        color: white;
      }
  
      #joinGroupModal .modal-header {
        display: flex;
        justify-content: space-between;
        padding: 2rem;
      }
  
      #joinGroupModal .btn-close {
        padding: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #2b2b2b;
        border-radius: 10px;
      }
  
      #joinGroupModal .modal-title {
        font-weight: 600;
        font-size: 1.5rem;
        width: 230px;
      }
  
      #joinGroupModal .modal-body {
        padding: 2rem;
        padding-top: 0.5rem;
      }
  
      #joinGroupModal .form-label {
        font-weight: 500;
        margin-bottom: 0.5rem;
        margin-left: 2px;
      }
  
      #joinGroupModal .input-wrapper {
        display: flex;
        flex-direction: column;
        margin-bottom: 10px;
      }
  
      #joinGroupModal .title-wrapper {
        display: flex;
      }
  
      #joinGroupModal .title-wrapper img {
        margin-right: 10px;
      }
  
      #joinGroupModal .form-control,
      #joinGroupModal .form-select {
        background: #161616;
        outline: 0;
        border: 0;
        box-shadow: inset 0px 0px 1px 2px #2e2e2e;
        color: white;
        padding: 12px;
        border-radius: 10px;
        width: 100%;
      }
  
      #joinGroupModal .custom-country-select {
        position: relative;
      }
  
      #joinGroupModal .country-select-display {
        background: #161616;
        outline: 0;
        border: 0;
        box-shadow: inset 0px 0px 1px 2px #2e2e2e;
        color: white;
        padding: 12px;
        border-radius: 10px;
        width: 100%;
        display: flex;
        align-items: center;
        gap: 10px;
        cursor: pointer;
        position: relative;
        z-index: 1;
        user-select: none;
      }
  
      #joinGroupModal .country-select-display span {
        margin-bottom: 0 !important;
      }
  
      #joinGroupModal .country-select-display:hover {
        box-shadow: inset 0px 0px 1px 2px #3e3e3e;
      }
  
      #joinGroupModal .country-flag-placeholder {
        flex-shrink: 0;
        display: none;
      }
  
      #joinGroupModal .country-name-placeholder {
        flex: 1;
      }
  
      #joinGroupModal .country-arrow {
        font-size: 10px;
        color: #666;
        transition: transform 0.2s;
      }
  
      #joinGroupModal .custom-country-select.open .country-arrow {
        transform: rotate(180deg);
      }
  
      #joinGroupModal .country-dropdown-list {
        position: absolute;
        top: calc(100% + 5px);
        left: 0;
        right: 0;
        background: #2b2b2b;
        border: 1px solid #464646;
        border-radius: 10px;
        max-height: 250px;
        overflow: hidden;
        display: none;
        z-index: 1000;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
      }
  
      #joinGroupModal .custom-country-select.open .country-dropdown-list {
        display: flex;
        flex-direction: column;
      }
  
      #joinGroupModal .country-search-wrapper {
        padding: 10px;
        border-bottom: 1px solid #464646;
      }
  
      #joinGroupModal .country-search-input {
        width: 100%;
        background: #161616;
        border: 1px solid #464646;
        color: white;
        padding: 8px 12px;
        border-radius: 6px;
        font-size: 14px;
        outline: none;
      }
  
      #joinGroupModal .country-search-input:focus {
        border-color: #217bc1;
      }
  
      #joinGroupModal .country-options-list {
        overflow-y: auto;
        max-height: 200px;
      }
  
      #joinGroupModal .country-option {
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 10px 12px;
        cursor: pointer;
        color: white;
        transition: background 0.2s;
      }
  
      #joinGroupModal .country-option:hover {
        background: #3b3b3b;
      }
  
      #joinGroupModal .country-option.selected {
        background: #217bc1;
      }
  
      #joinGroupModal .country-option .iti__flag {
        flex-shrink: 0;
      }
  
      /* Custom scrollbar for country list */
      #joinGroupModal .country-options-list::-webkit-scrollbar {
        width: 8px;
      }
  
      #joinGroupModal .country-options-list::-webkit-scrollbar-track {
        background: #1a1a1a;
        border-radius: 10px;
      }
  
      #joinGroupModal .country-options-list::-webkit-scrollbar-thumb {
        background: #464646;
        border-radius: 10px;
      }
  
      #joinGroupModal .country-options-list::-webkit-scrollbar-thumb:hover {
        background: #555;
      }
  
      #joinGroupModal .form-control:focus,
      #joinGroupModal .form-select:focus {
        box-shadow: 0 0 0 1px #217bc1;
      }
  
      #joinGroupModal .btn-primary {
        padding: 10px 20px;
        font-weight: 600;
        border-radius: 12px;
        background-color: #ffffff;
        border: none;
        margin-top: 1rem;
        color: #007bb6;
        font-size: 16px;
        letter-spacing: 2px;
      }
  
      #joinGroupModal .btn-primary:hover {
        box-shadow: 0 0 6px 5px #039be5;
      }
  
      /* intl-tel-input custom styles for modal */
      #joinGroupModal .iti {
        width: 100%;
      }
  
      #joinGroupModal .iti__flag-container {
        background: #2b2b2b;
        border-radius: 10px 0 0 10px;
      }
  
      #joinGroupModal .iti__selected-flag {
        background: transparent;
        padding-left: 11px;
      }
  
      #joinGroupModal .iti__country-list {
        background: #2b2b2b;
        color: white;
        border: 1px solid #464646;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
        z-index: 10000 !important;
      }
  
      #joinGroupModal .iti__country:hover {
        background: #3b3b3b;
      }
  
      #joinGroupModal .iti__country.iti__highlight {
        background: #3b3b3b;
      }
  
      #joinGroupModal .iti__divider {
        border-bottom: 1px solid #464646;
      }
  
      /* Country flag in custom select - reuse intl-tel-input flag styles */
      #joinGroupModal .iti__flag {
        display: inline-block;
        margin: 0 8px;
      }
  
      #joinGroupModal #phoneInput {
        padding-left: 100px !important;
      }
  
      #joinGroupModal #phoneInput.is-invalid {
        border-color: #dc3545;
        padding-right: calc(1.5em + 0.75rem);
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath d='m5.8 3.6 .4.4.4-.4m0 4.8h-.8'/%3e%3c/svg%3e");
        background-repeat: no-repeat;
        background-position: right calc(0.375em + 0.1875rem) center;
        background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
      }
  
      #joinGroupModal #phoneInput.is-valid {
        border-color: #198754;
        padding-right: calc(1.5em + 0.75rem);
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
        background-repeat: no-repeat;
        background-position: right calc(0.375em + 0.1875rem) center;
        background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
      }
  
      .phone-error-message {
        color: #dc3545;
        font-size: 0.875rem;
        margin-top: 0.25rem;
        display: block;
      }
  
  
  
      .video-container .stw-thumbnail {
        width: 100%;
        height: 310px;
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        top: 0;
        object-fit: cover;
        border-radius: 15px;
        z-index: 2;
      }
  
      @media only screen and (max-width: 768px) {
        .video-container .stw-thumbnail {
          height: 210px;
        }
      }
      
      @media only screen and (max-width: 480px) {
        .video-container .stw-thumbnail {
          height: 180px;
        }
      }
  
      /* Success Stories Slider - Mobile padding */
      @media only screen and (max-width: 1023px) {
        .success-stories-mobile-slider {
          padding-top: 55px !important;
        }
        
        .success-stories-mobile-slider .owl-stage {
          padding-top: 55px !important;
        }
      }
  
      .video-container .hero-video {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 15px;
        z-index: 1;
        transform: translate(-50%, -50%);
      }
      
      /* Additional responsive modal styles */
      @media only screen and (max-width: 576px) {
        #joinGroupModal .modal-dialog {
          margin: 0.5rem;
          max-width: calc(100% - 1rem);
        }
        
        #joinGroupModal .modal-header {
          padding: 1.25rem 1rem;
          flex-wrap: wrap;
        }
        
        #joinGroupModal .title-wrapper {
          flex: 1;
          min-width: 0;
        }
        
        #joinGroupModal .modal-title {
          font-size: 1.125rem;
          width: auto;
          word-wrap: break-word;
        }
        
        #joinGroupModal .modal-body {
          padding: 1rem;
        }
        
        #joinGroupModal .btn-close {
          padding: 8px;
        }
      }
      
      @media only screen and (max-width: 360px) {
        #joinGroupModal .modal-title {
          font-size: 1rem;
        }
        
        #joinGroupModal .form-control,
        #joinGroupModal .country-select-display {
          font-size: 0.875rem;
          padding: 10px;
        }
        
        #joinGroupModal .btn-primary {
          font-size: 0.875rem;
          padding: 8px 14px;
        }
      }
  
      /* Video Check Items - Desktop/Mobile Toggle */
      .video-check-desktop {
        display: grid;
      }
      
      .video-check-mobile {
        display: none !important;
      }
      
      /* Ensure mobile slider is hidden on desktop */
      @media only screen and (min-width: 768px) {
        .video-check-mobile {
          display: none !important;
        }
        
        .video-check-desktop {
          display: grid;
        }
      }
      
      /* Mobile Slider Styles */
      @media only screen and (max-width: 767px) {
        .video-check-desktop {
          display: none !important;
        }
        
        .video-check-mobile {
          display: block !important;
        }
        
        .video-check-mobile .check-item {
          display: flex ;
          align-items: center;
          justify-content: center;
        }
        
        .video-check-mobile .check-item .check-icon {
          /* margin: 0 auto; */
        }
        
        .video-check-mobile .check-item span {
          text-align: center;
          display: block;
          margin: 0;
        }
        
        .video-check-mobile.owl-carousel .owl-stage-outer {
          overflow: hidden;
        }
        
        .video-check-mobile.owl-carousel .owl-dots {
          text-align: center;
          margin-top: 20px;
        }
        
        .video-check-mobile.owl-carousel .owl-dot {
          display: inline-block;
          width: 8px;
          height: 8px;
          margin: 0 5px;
          background: rgba(255, 255, 255, 0.3);
          border-radius: 50%;
          transition: all 0.3s ease;
        }
        
        .video-check-mobile.owl-carousel .owl-dot.active {
          background: #fff;
          width: 24px;
          border-radius: 4px;
        }
      }



      .iti {
        position: relative;
        display: inline-block; }
        .iti * {
          box-sizing: border-box;
          -moz-box-sizing: border-box; }
        .iti__hide {
          display: none; }
        .iti__v-hide {
          visibility: hidden; }
        .iti input, .iti input[type=text], .iti input[type=tel] {
          position: relative;
          z-index: 0;
          margin-top: 0 !important;
          margin-bottom: 0 !important;
          padding-right: 36px;
          margin-right: 0; }
        .iti__flag-container {
          position: absolute;
          top: 0;
          bottom: 0;
          right: 0;
          padding: 1px; }
        .iti__selected-flag {
          z-index: 1;
          position: relative;
          display: flex;
          align-items: center;
          height: 100%;
          padding: 0 6px 0 8px; }
        .iti__arrow {
          margin-left: 6px;
          width: 0;
          height: 0;
          border-left: 3px solid transparent;
          border-right: 3px solid transparent;
          border-top: 4px solid #555; }
          .iti__arrow--up {
            border-top: none;
            border-bottom: 4px solid #555; }
        .iti__country-list {
          position: absolute;
          z-index: 10000;
          list-style: none;
          text-align: left;
          padding: 0;
          margin: 0 0 0 -1px;
          box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
          background-color: white;
          border: 1px solid #CCC;
          white-space: nowrap;
          max-height: 200px;
          overflow-y: scroll;
          -webkit-overflow-scrolling: touch; }
          .iti__country-list--dropup {
            bottom: 100%;
            margin-bottom: -1px; }
          @media (max-width: 500px) {
            .iti__country-list {
              white-space: normal; } }
        .iti__flag-box {
          display: inline-block;
          width: 20px; }
        .iti__divider {
          padding-bottom: 5px;
          margin-bottom: 5px;
          border-bottom: 1px solid #CCC; }
        .iti__country {
          padding: 5px 10px;
          outline: none; }
        .iti__dial-code {
          color: #999; }
        .iti__country.iti__highlight {
          background-color: rgba(0, 0, 0, 0.05); }
        .iti__flag-box, .iti__country-name, .iti__dial-code {
          vertical-align: middle; }
        .iti__flag-box, .iti__country-name {
          margin-right: 6px; }
        .iti--allow-dropdown input, .iti--allow-dropdown input[type=text], .iti--allow-dropdown input[type=tel], .iti--separate-dial-code input, .iti--separate-dial-code input[type=text], .iti--separate-dial-code input[type=tel] {
          padding-right: 6px;
          padding-left: 52px;
          margin-left: 0; }
        .iti--allow-dropdown .iti__flag-container, .iti--separate-dial-code .iti__flag-container {
          right: auto;
          left: 0; }
        .iti--allow-dropdown .iti__flag-container:hover {
          cursor: pointer; }
          .iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
            background-color: rgba(0, 0, 0, 0.05); }
        .iti--allow-dropdown input[disabled] + .iti__flag-container:hover,
        .iti--allow-dropdown input[readonly] + .iti__flag-container:hover {
          cursor: default; }
          .iti--allow-dropdown input[disabled] + .iti__flag-container:hover .iti__selected-flag,
          .iti--allow-dropdown input[readonly] + .iti__flag-container:hover .iti__selected-flag {
            background-color: transparent; }
        .iti--separate-dial-code .iti__selected-flag {
          background-color: rgba(0, 0, 0, 0.05); }
        .iti--separate-dial-code .iti__selected-dial-code {
          margin-left: 6px; }
        .iti--container {
          position: absolute;
          top: -1000px;
          left: -1000px;
          z-index: 10001;
          padding: 1px; }
          .iti--container:hover {
            cursor: pointer; }
      
      .iti-mobile .iti--container {
        top: auto !important;
        bottom: 0 !important;
        left: 0 !important;
        right: 0 !important;
        position: fixed !important;
        z-index: 10001;
        background: #2b2b2b;
        border-radius: 15px 15px 0 0;
        padding: 0;
        height: 50vh;
        max-height: 400px; }
      
      .iti-mobile .iti__country-list {
        max-height: 100% !important;
        width: 100% !important;
        z-index: 10000;
        background: #2b2b2b;
        color: white;
        border: none;
        border-radius: 15px 15px 0 0;
        box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.5);
        margin-top: 0;
        padding-top: 25px; }
      
      .iti-mobile .iti__country {
        padding: 12px 15px;
        line-height: normal;
        color: white; }
      
      .iti-mobile .iti__country:hover {
        background: #3b3b3b; }
      
      .iti-mobile .iti__country.iti__highlight {
        background: #3b3b3b; }
      
      .iti-mobile .iti__country.iti__active {
        background: #217bc1; }
      
      .iti-mobile .iti__divider {
        border-bottom: 1px solid #464646; }
      
      .iti-mobile .iti__dial-code {
        color: #999; }
      
      .iti-mobile .iti__country-name {
        color: white; }
      
      .iti-mobile .iti__search-input {
        background: #161616;
        border: none;
        border-bottom: 1px solid #464646;
        color: white;
        padding: 12px 15px;
        border-radius: 15px 15px 0 0;
        margin: 0;
        width: 100%;
        font-size: 16px; }
      
      .iti-mobile .iti__search-input::placeholder {
        color: #666; }
      
      .iti-mobile .iti__search-input:focus {
        outline: none;
        border-bottom-color: #217bc1; }
      
      .iti-mobile .iti__country-list::-webkit-scrollbar {
        width: 8px; }
      
      .iti-mobile .iti__country-list::-webkit-scrollbar-track {
        background: #1d1d1d;
        border-radius: 10px; }
      
      .iti-mobile .iti__country-list::-webkit-scrollbar-thumb {
        background: #464646;
        border-radius: 10px; }
      
      .iti-mobile .iti__country-list::-webkit-scrollbar-thumb:hover {
        background: #555; }
      
      .iti-mobile .iti--container::before {
        content: '';
        display: block;
        width: 40px;
        height: 4px;
        background: #464646;
        border-radius: 2px;
        margin: 10px auto 5px;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        z-index: 10002; }
      
      .iti__flag {
        width: 20px; }
        .iti__flag.iti__be {
          width: 18px; }
        .iti__flag.iti__ch {
          width: 15px; }
        .iti__flag.iti__mc {
          width: 19px; }
        .iti__flag.iti__ne {
          width: 18px; }
        .iti__flag.iti__np {
          width: 13px; }
        .iti__flag.iti__va {
          width: 15px; }
        @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
          .iti__flag {
            background-size: 5652px 15px; } }
        .iti__flag.iti__ac {
          height: 10px;
          background-position: 0px 0px; }
        .iti__flag.iti__ad {
          height: 14px;
          background-position: -22px 0px; }
        .iti__flag.iti__ae {
          height: 10px;
          background-position: -44px 0px; }
        .iti__flag.iti__af {
          height: 14px;
          background-position: -66px 0px; }
        .iti__flag.iti__ag {
          height: 14px;
          background-position: -88px 0px; }
        .iti__flag.iti__ai {
          height: 10px;
          background-position: -110px 0px; }
        .iti__flag.iti__al {
          height: 15px;
          background-position: -132px 0px; }
        .iti__flag.iti__am {
          height: 10px;
          background-position: -154px 0px; }
        .iti__flag.iti__ao {
          height: 14px;
          background-position: -176px 0px; }
        .iti__flag.iti__aq {
          height: 14px;
          background-position: -198px 0px; }
        .iti__flag.iti__ar {
          height: 13px;
          background-position: -220px 0px; }
        .iti__flag.iti__as {
          height: 10px;
          background-position: -242px 0px; }
        .iti__flag.iti__at {
          height: 14px;
          background-position: -264px 0px; }
        .iti__flag.iti__au {
          height: 10px;
          background-position: -286px 0px; }
        .iti__flag.iti__aw {
          height: 14px;
          background-position: -308px 0px; }
        .iti__flag.iti__ax {
          height: 13px;
          background-position: -330px 0px; }
        .iti__flag.iti__az {
          height: 10px;
          background-position: -352px 0px; }
        .iti__flag.iti__ba {
          height: 10px;
          background-position: -374px 0px; }
        .iti__flag.iti__bb {
          height: 14px;
          background-position: -396px 0px; }
        .iti__flag.iti__bd {
          height: 12px;
          background-position: -418px 0px; }
        .iti__flag.iti__be {
          height: 15px;
          background-position: -440px 0px; }
        .iti__flag.iti__bf {
          height: 14px;
          background-position: -460px 0px; }
        .iti__flag.iti__bg {
          height: 12px;
          background-position: -482px 0px; }
        .iti__flag.iti__bh {
          height: 12px;
          background-position: -504px 0px; }
        .iti__flag.iti__bi {
          height: 12px;
          background-position: -526px 0px; }
        .iti__flag.iti__bj {
          height: 14px;
          background-position: -548px 0px; }
        .iti__flag.iti__bl {
          height: 14px;
          background-position: -570px 0px; }
        .iti__flag.iti__bm {
          height: 10px;
          background-position: -592px 0px; }
        .iti__flag.iti__bn {
          height: 10px;
          background-position: -614px 0px; }
        .iti__flag.iti__bo {
          height: 14px;
          background-position: -636px 0px; }
        .iti__flag.iti__bq {
          height: 14px;
          background-position: -658px 0px; }
        .iti__flag.iti__br {
          height: 14px;
          background-position: -680px 0px; }
        .iti__flag.iti__bs {
          height: 10px;
          background-position: -702px 0px; }
        .iti__flag.iti__bt {
          height: 14px;
          background-position: -724px 0px; }
        .iti__flag.iti__bv {
          height: 15px;
          background-position: -746px 0px; }
        .iti__flag.iti__bw {
          height: 14px;
          background-position: -768px 0px; }
        .iti__flag.iti__by {
          height: 10px;
          background-position: -790px 0px; }
        .iti__flag.iti__bz {
          height: 14px;
          background-position: -812px 0px; }
        .iti__flag.iti__ca {
          height: 10px;
          background-position: -834px 0px; }
        .iti__flag.iti__cc {
          height: 10px;
          background-position: -856px 0px; }
        .iti__flag.iti__cd {
          height: 15px;
          background-position: -878px 0px; }
        .iti__flag.iti__cf {
          height: 14px;
          background-position: -900px 0px; }
        .iti__flag.iti__cg {
          height: 14px;
          background-position: -922px 0px; }
        .iti__flag.iti__ch {
          height: 15px;
          background-position: -944px 0px; }
        .iti__flag.iti__ci {
          height: 14px;
          background-position: -961px 0px; }
        .iti__flag.iti__ck {
          height: 10px;
          background-position: -983px 0px; }
        .iti__flag.iti__cl {
          height: 14px;
          background-position: -1005px 0px; }
        .iti__flag.iti__cm {
          height: 14px;
          background-position: -1027px 0px; }
        .iti__flag.iti__cn {
          height: 14px;
          background-position: -1049px 0px; }
        .iti__flag.iti__co {
          height: 14px;
          background-position: -1071px 0px; }
        .iti__flag.iti__cp {
          height: 14px;
          background-position: -1093px 0px; }
        .iti__flag.iti__cr {
          height: 12px;
          background-position: -1115px 0px; }
        .iti__flag.iti__cu {
          height: 10px;
          background-position: -1137px 0px; }
        .iti__flag.iti__cv {
          height: 12px;
          background-position: -1159px 0px; }
        .iti__flag.iti__cw {
          height: 14px;
          background-position: -1181px 0px; }
        .iti__flag.iti__cx {
          height: 10px;
          background-position: -1203px 0px; }
        .iti__flag.iti__cy {
          height: 14px;
          background-position: -1225px 0px; }
        .iti__flag.iti__cz {
          height: 14px;
          background-position: -1247px 0px; }
        .iti__flag.iti__de {
          height: 12px;
          background-position: -1269px 0px; }
        .iti__flag.iti__dg {
          height: 10px;
          background-position: -1291px 0px; }
        .iti__flag.iti__dj {
          height: 14px;
          background-position: -1313px 0px; }
        .iti__flag.iti__dk {
          height: 15px;
          background-position: -1335px 0px; }
        .iti__flag.iti__dm {
          height: 10px;
          background-position: -1357px 0px; }
        .iti__flag.iti__do {
          height: 14px;
          background-position: -1379px 0px; }
        .iti__flag.iti__dz {
          height: 14px;
          background-position: -1401px 0px; }
        .iti__flag.iti__ea {
          height: 14px;
          background-position: -1423px 0px; }
        .iti__flag.iti__ec {
          height: 14px;
          background-position: -1445px 0px; }
        .iti__flag.iti__ee {
          height: 13px;
          background-position: -1467px 0px; }
        .iti__flag.iti__eg {
          height: 14px;
          background-position: -1489px 0px; }
        .iti__flag.iti__eh {
          height: 10px;
          background-position: -1511px 0px; }
        .iti__flag.iti__er {
          height: 10px;
          background-position: -1533px 0px; }
        .iti__flag.iti__es {
          height: 14px;
          background-position: -1555px 0px; }
        .iti__flag.iti__et {
          height: 10px;
          background-position: -1577px 0px; }
        .iti__flag.iti__eu {
          height: 14px;
          background-position: -1599px 0px; }
        .iti__flag.iti__fi {
          height: 12px;
          background-position: -1621px 0px; }
        .iti__flag.iti__fj {
          height: 10px;
          background-position: -1643px 0px; }
        .iti__flag.iti__fk {
          height: 10px;
          background-position: -1665px 0px; }
        .iti__flag.iti__fm {
          height: 11px;
          background-position: -1687px 0px; }
        .iti__flag.iti__fo {
          height: 15px;
          background-position: -1709px 0px; }
        .iti__flag.iti__fr {
          height: 14px;
          background-position: -1731px 0px; }
        .iti__flag.iti__ga {
          height: 15px;
          background-position: -1753px 0px; }
        .iti__flag.iti__gb {
          height: 10px;
          background-position: -1775px 0px; }
        .iti__flag.iti__gd {
          height: 12px;
          background-position: -1797px 0px; }
        .iti__flag.iti__ge {
          height: 14px;
          background-position: -1819px 0px; }
        .iti__flag.iti__gf {
          height: 14px;
          background-position: -1841px 0px; }
        .iti__flag.iti__gg {
          height: 14px;
          background-position: -1863px 0px; }
        .iti__flag.iti__gh {
          height: 14px;
          background-position: -1885px 0px; }
        .iti__flag.iti__gi {
          height: 10px;
          background-position: -1907px 0px; }
        .iti__flag.iti__gl {
          height: 14px;
          background-position: -1929px 0px; }
        .iti__flag.iti__gm {
          height: 14px;
          background-position: -1951px 0px; }
        .iti__flag.iti__gn {
          height: 14px;
          background-position: -1973px 0px; }
        .iti__flag.iti__gp {
          height: 14px;
          background-position: -1995px 0px; }
        .iti__flag.iti__gq {
          height: 14px;
          background-position: -2017px 0px; }
        .iti__flag.iti__gr {
          height: 14px;
          background-position: -2039px 0px; }
        .iti__flag.iti__gs {
          height: 10px;
          background-position: -2061px 0px; }
        .iti__flag.iti__gt {
          height: 13px;
          background-position: -2083px 0px; }
        .iti__flag.iti__gu {
          height: 11px;
          background-position: -2105px 0px; }
        .iti__flag.iti__gw {
          height: 10px;
          background-position: -2127px 0px; }
        .iti__flag.iti__gy {
          height: 12px;
          background-position: -2149px 0px; }
        .iti__flag.iti__hk {
          height: 14px;
          background-position: -2171px 0px; }
        .iti__flag.iti__hm {
          height: 10px;
          background-position: -2193px 0px; }
        .iti__flag.iti__hn {
          height: 10px;
          background-position: -2215px 0px; }
        .iti__flag.iti__hr {
          height: 10px;
          background-position: -2237px 0px; }
        .iti__flag.iti__ht {
          height: 12px;
          background-position: -2259px 0px; }
        .iti__flag.iti__hu {
          height: 10px;
          background-position: -2281px 0px; }
        .iti__flag.iti__ic {
          height: 14px;
          background-position: -2303px 0px; }
        .iti__flag.iti__id {
          height: 14px;
          background-position: -2325px 0px; }
        .iti__flag.iti__ie {
          height: 10px;
          background-position: -2347px 0px; }
        .iti__flag.iti__il {
          height: 15px;
          background-position: -2369px 0px; }
        .iti__flag.iti__im {
          height: 10px;
          background-position: -2391px 0px; }
        .iti__flag.iti__in {
          height: 14px;
          background-position: -2413px 0px; }
        .iti__flag.iti__io {
          height: 10px;
          background-position: -2435px 0px; }
        .iti__flag.iti__iq {
          height: 14px;
          background-position: -2457px 0px; }
        .iti__flag.iti__ir {
          height: 12px;
          background-position: -2479px 0px; }
        .iti__flag.iti__is {
          height: 15px;
          background-position: -2501px 0px; }
        .iti__flag.iti__it {
          height: 14px;
          background-position: -2523px 0px; }
        .iti__flag.iti__je {
          height: 12px;
          background-position: -2545px 0px; }
        .iti__flag.iti__jm {
          height: 10px;
          background-position: -2567px 0px; }
        .iti__flag.iti__jo {
          height: 10px;
          background-position: -2589px 0px; }
        .iti__flag.iti__jp {
          height: 14px;
          background-position: -2611px 0px; }
        .iti__flag.iti__ke {
          height: 14px;
          background-position: -2633px 0px; }
        .iti__flag.iti__kg {
          height: 12px;
          background-position: -2655px 0px; }
        .iti__flag.iti__kh {
          height: 13px;
          background-position: -2677px 0px; }
        .iti__flag.iti__ki {
          height: 10px;
          background-position: -2699px 0px; }
        .iti__flag.iti__km {
          height: 12px;
          background-position: -2721px 0px; }
        .iti__flag.iti__kn {
          height: 14px;
          background-position: -2743px 0px; }
        .iti__flag.iti__kp {
          height: 10px;
          background-position: -2765px 0px; }
        .iti__flag.iti__kr {
          height: 14px;
          background-position: -2787px 0px; }
        .iti__flag.iti__kw {
          height: 10px;
          background-position: -2809px 0px; }
        .iti__flag.iti__ky {
          height: 10px;
          background-position: -2831px 0px; }
        .iti__flag.iti__kz {
          height: 10px;
          background-position: -2853px 0px; }
        .iti__flag.iti__la {
          height: 14px;
          background-position: -2875px 0px; }
        .iti__flag.iti__lb {
          height: 14px;
          background-position: -2897px 0px; }
        .iti__flag.iti__lc {
          height: 10px;
          background-position: -2919px 0px; }
        .iti__flag.iti__li {
          height: 12px;
          background-position: -2941px 0px; }
        .iti__flag.iti__lk {
          height: 10px;
          background-position: -2963px 0px; }
        .iti__flag.iti__lr {
          height: 11px;
          background-position: -2985px 0px; }
        .iti__flag.iti__ls {
          height: 14px;
          background-position: -3007px 0px; }
        .iti__flag.iti__lt {
          height: 12px;
          background-position: -3029px 0px; }
        .iti__flag.iti__lu {
          height: 12px;
          background-position: -3051px 0px; }
        .iti__flag.iti__lv {
          height: 10px;
          background-position: -3073px 0px; }
        .iti__flag.iti__ly {
          height: 10px;
          background-position: -3095px 0px; }
        .iti__flag.iti__ma {
          height: 14px;
          background-position: -3117px 0px; }
        .iti__flag.iti__mc {
          height: 15px;
          background-position: -3139px 0px; }
        .iti__flag.iti__md {
          height: 10px;
          background-position: -3160px 0px; }
        .iti__flag.iti__me {
          height: 10px;
          background-position: -3182px 0px; }
        .iti__flag.iti__mf {
          height: 14px;
          background-position: -3204px 0px; }
        .iti__flag.iti__mg {
          height: 14px;
          background-position: -3226px 0px; }
        .iti__flag.iti__mh {
          height: 11px;
          background-position: -3248px 0px; }
        .iti__flag.iti__mk {
          height: 10px;
          background-position: -3270px 0px; }
        .iti__flag.iti__ml {
          height: 14px;
          background-position: -3292px 0px; }
        .iti__flag.iti__mm {
          height: 14px;
          background-position: -3314px 0px; }
        .iti__flag.iti__mn {
          height: 10px;
          background-position: -3336px 0px; }
        .iti__flag.iti__mo {
          height: 14px;
          background-position: -3358px 0px; }
        .iti__flag.iti__mp {
          height: 10px;
          background-position: -3380px 0px; }
        .iti__flag.iti__mq {
          height: 14px;
          background-position: -3402px 0px; }
        .iti__flag.iti__mr {
          height: 14px;
          background-position: -3424px 0px; }
        .iti__flag.iti__ms {
          height: 10px;
          background-position: -3446px 0px; }
        .iti__flag.iti__mt {
          height: 14px;
          background-position: -3468px 0px; }
        .iti__flag.iti__mu {
          height: 14px;
          background-position: -3490px 0px; }
        .iti__flag.iti__mv {
          height: 14px;
          background-position: -3512px 0px; }
        .iti__flag.iti__mw {
          height: 14px;
          background-position: -3534px 0px; }
        .iti__flag.iti__mx {
          height: 12px;
          background-position: -3556px 0px; }
        .iti__flag.iti__my {
          height: 10px;
          background-position: -3578px 0px; }
        .iti__flag.iti__mz {
          height: 14px;
          background-position: -3600px 0px; }
        .iti__flag.iti__na {
          height: 14px;
          background-position: -3622px 0px; }
        .iti__flag.iti__nc {
          height: 10px;
          background-position: -3644px 0px; }
        .iti__flag.iti__ne {
          height: 15px;
          background-position: -3666px 0px; }
        .iti__flag.iti__nf {
          height: 10px;
          background-position: -3686px 0px; }
        .iti__flag.iti__ng {
          height: 10px;
          background-position: -3708px 0px; }
        .iti__flag.iti__ni {
          height: 12px;
          background-position: -3730px 0px; }
        .iti__flag.iti__nl {
          height: 14px;
          background-position: -3752px 0px; }
        .iti__flag.iti__no {
          height: 15px;
          background-position: -3774px 0px; }
        .iti__flag.iti__np {
          height: 15px;
          background-position: -3796px 0px; }
        .iti__flag.iti__nr {
          height: 10px;
          background-position: -3811px 0px; }
        .iti__flag.iti__nu {
          height: 10px;
          background-position: -3833px 0px; }
        .iti__flag.iti__nz {
          height: 10px;
          background-position: -3855px 0px; }
        .iti__flag.iti__om {
          height: 10px;
          background-position: -3877px 0px; }
        .iti__flag.iti__pa {
          height: 14px;
          background-position: -3899px 0px; }
        .iti__flag.iti__pe {
          height: 14px;
          background-position: -3921px 0px; }
        .iti__flag.iti__pf {
          height: 14px;
          background-position: -3943px 0px; }
        .iti__flag.iti__pg {
          height: 15px;
          background-position: -3965px 0px; }
        .iti__flag.iti__ph {
          height: 10px;
          background-position: -3987px 0px; }
        .iti__flag.iti__pk {
          height: 14px;
          background-position: -4009px 0px; }
        .iti__flag.iti__pl {
          height: 13px;
          background-position: -4031px 0px; }
        .iti__flag.iti__pm {
          height: 14px;
          background-position: -4053px 0px; }
        .iti__flag.iti__pn {
          height: 10px;
          background-position: -4075px 0px; }
        .iti__flag.iti__pr {
          height: 14px;
          background-position: -4097px 0px; }
        .iti__flag.iti__ps {
          height: 10px;
          background-position: -4119px 0px; }
        .iti__flag.iti__pt {
          height: 14px;
          background-position: -4141px 0px; }
        .iti__flag.iti__pw {
          height: 13px;
          background-position: -4163px 0px; }
        .iti__flag.iti__py {
          height: 11px;
          background-position: -4185px 0px; }
        .iti__flag.iti__qa {
          height: 8px;
          background-position: -4207px 0px; }
        .iti__flag.iti__re {
          height: 14px;
          background-position: -4229px 0px; }
        .iti__flag.iti__ro {
          height: 14px;
          background-position: -4251px 0px; }
        .iti__flag.iti__rs {
          height: 14px;
          background-position: -4273px 0px; }
        .iti__flag.iti__ru {
          height: 14px;
          background-position: -4295px 0px; }
        .iti__flag.iti__rw {
          height: 14px;
          background-position: -4317px 0px; }
        .iti__flag.iti__sa {
          height: 14px;
          background-position: -4339px 0px; }
        .iti__flag.iti__sb {
          height: 10px;
          background-position: -4361px 0px; }
        .iti__flag.iti__sc {
          height: 10px;
          background-position: -4383px 0px; }
        .iti__flag.iti__sd {
          height: 10px;
          background-position: -4405px 0px; }
        .iti__flag.iti__se {
          height: 13px;
          background-position: -4427px 0px; }
        .iti__flag.iti__sg {
          height: 14px;
          background-position: -4449px 0px; }
        .iti__flag.iti__sh {
          height: 10px;
          background-position: -4471px 0px; }
        .iti__flag.iti__si {
          height: 10px;
          background-position: -4493px 0px; }
        .iti__flag.iti__sj {
          height: 15px;
          background-position: -4515px 0px; }
        .iti__flag.iti__sk {
          height: 14px;
          background-position: -4537px 0px; }
        .iti__flag.iti__sl {
          height: 14px;
          background-position: -4559px 0px; }
        .iti__flag.iti__sm {
          height: 15px;
          background-position: -4581px 0px; }
        .iti__flag.iti__sn {
          height: 14px;
          background-position: -4603px 0px; }
        .iti__flag.iti__so {
          height: 14px;
          background-position: -4625px 0px; }
        .iti__flag.iti__sr {
          height: 14px;
          background-position: -4647px 0px; }
        .iti__flag.iti__ss {
          height: 10px;
          background-position: -4669px 0px; }
        .iti__flag.iti__st {
          height: 10px;
          background-position: -4691px 0px; }
        .iti__flag.iti__sv {
          height: 12px;
          background-position: -4713px 0px; }
        .iti__flag.iti__sx {
          height: 14px;
          background-position: -4735px 0px; }
        .iti__flag.iti__sy {
          height: 14px;
          background-position: -4757px 0px; }
        .iti__flag.iti__sz {
          height: 14px;
          background-position: -4779px 0px; }
        .iti__flag.iti__ta {
          height: 10px;
          background-position: -4801px 0px; }
        .iti__flag.iti__tc {
          height: 10px;
          background-position: -4823px 0px; }
        .iti__flag.iti__td {
          height: 14px;
          background-position: -4845px 0px; }
        .iti__flag.iti__tf {
          height: 14px;
          background-position: -4867px 0px; }
        .iti__flag.iti__tg {
          height: 13px;
          background-position: -4889px 0px; }
        .iti__flag.iti__th {
          height: 14px;
          background-position: -4911px 0px; }
        .iti__flag.iti__tj {
          height: 10px;
          background-position: -4933px 0px; }
        .iti__flag.iti__tk {
          height: 10px;
          background-position: -4955px 0px; }
        .iti__flag.iti__tl {
          height: 10px;
          background-position: -4977px 0px; }
        .iti__flag.iti__tm {
          height: 14px;
          background-position: -4999px 0px; }
        .iti__flag.iti__tn {
          height: 14px;
          background-position: -5021px 0px; }
        .iti__flag.iti__to {
          height: 10px;
          background-position: -5043px 0px; }
        .iti__flag.iti__tr {
          height: 14px;
          background-position: -5065px 0px; }
        .iti__flag.iti__tt {
          height: 12px;
          background-position: -5087px 0px; }
        .iti__flag.iti__tv {
          height: 10px;
          background-position: -5109px 0px; }
        .iti__flag.iti__tw {
          height: 14px;
          background-position: -5131px 0px; }
        .iti__flag.iti__tz {
          height: 14px;
          background-position: -5153px 0px; }
        .iti__flag.iti__ua {
          height: 14px;
          background-position: -5175px 0px; }
        .iti__flag.iti__ug {
          height: 14px;
          background-position: -5197px 0px; }
        .iti__flag.iti__um {
          height: 11px;
          background-position: -5219px 0px; }
        .iti__flag.iti__un {
          height: 14px;
          background-position: -5241px 0px; }
        .iti__flag.iti__us {
          height: 11px;
          background-position: -5263px 0px; }
        .iti__flag.iti__uy {
          height: 14px;
          background-position: -5285px 0px; }
        .iti__flag.iti__uz {
          height: 10px;
          background-position: -5307px 0px; }
        .iti__flag.iti__va {
          height: 15px;
          background-position: -5329px 0px; }
        .iti__flag.iti__vc {
          height: 14px;
          background-position: -5346px 0px; }
        .iti__flag.iti__ve {
          height: 14px;
          background-position: -5368px 0px; }
        .iti__flag.iti__vg {
          height: 10px;
          background-position: -5390px 0px; }
        .iti__flag.iti__vi {
          height: 14px;
          background-position: -5412px 0px; }
        .iti__flag.iti__vn {
          height: 14px;
          background-position: -5434px 0px; }
        .iti__flag.iti__vu {
          height: 12px;
          background-position: -5456px 0px; }
        .iti__flag.iti__wf {
          height: 14px;
          background-position: -5478px 0px; }
        .iti__flag.iti__ws {
          height: 10px;
          background-position: -5500px 0px; }
        .iti__flag.iti__xk {
          height: 15px;
          background-position: -5522px 0px; }
        .iti__flag.iti__ye {
          height: 14px;
          background-position: -5544px 0px; }
        .iti__flag.iti__yt {
          height: 14px;
          background-position: -5566px 0px; }
        .iti__flag.iti__za {
          height: 14px;
          background-position: -5588px 0px; }
        .iti__flag.iti__zm {
          height: 14px;
          background-position: -5610px 0px; }
        .iti__flag.iti__zw {
          height: 10px;
          background-position: -5632px 0px; }
      
      .iti__flag {
        height: 15px;
        box-shadow: 0px 0px 1px 0px #888;
        background-image: url("images/flags.png");
        background-repeat: no-repeat;
        background-color: #DBDBDB;
        background-position: 20px 0; }
        @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
          .iti__flag {
            background-image: url("images/flags@2x.png"); } }
      
      .iti__flag.iti__np {
        background-color: transparent; }

/* Success Stories Slider Navigation Arrows - Mobile */
@media only screen and (max-width: 1023px) {
  #success-stories-slider .owl-nav {
    display: block !important;
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    z-index: 10;
    margin: 0 !important;
  }

  #success-stories-slider .owl-nav button.owl-prev,
  #success-stories-slider .owl-nav button.owl-next {
    position: absolute;
    width: 40px;
    height: 40px;
    background: transparent !important;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    margin: 0 !important;
  }

  #success-stories-slider .owl-nav button.owl-prev:hover,
  #success-stories-slider .owl-nav button.owl-next:hover {
    opacity: 0.7;
  }

  #success-stories-slider .owl-nav button.owl-prev {
    left: -5px;
  }

  #success-stories-slider .owl-nav button.owl-next {
    right: -5px;
  }

  #success-stories-slider .owl-nav button svg {
    width: 32px;
    height: 32px;
    color: #fff;
    stroke-width: 2.5;
  }

  /* Adjust for smaller screens */
  @media only screen and (max-width: 480px) {
    #success-stories-slider .owl-nav button.owl-prev {
      left: 5px;
    }

    #success-stories-slider .owl-nav button.owl-next {
      right: 5px;
    }
  }
}

/* Hide navigation on desktop */
@media only screen and (min-width: 1024px) {
  #success-stories-slider .owl-nav {
    display: none !important;
  }
}