: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,hsla(0,0%,100%,.15),hsla(0,0%,100%,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 {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    background-color: var(--bs-body-bg);
    color: var(--bs-body-color);
    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);
    margin: 0;
    text-align: var(--bs-body-text-align)
}

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

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

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

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

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

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

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

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

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

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

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

ul {
    padding-left: 2rem
}

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

ul ul {
    margin-bottom: 0
}

b,strong {
    font-weight: bolder
}

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

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
}

figure {
    margin: 0 0 1rem
}

img,svg {
    vertical-align: middle
}

label {
    display: inline-block
}

button {
    border-radius: 0
}

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

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

[role=button] {
    cursor: pointer
}

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

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

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

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

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

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

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

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

iframe {
    border: 0
}

[hidden] {
    display: none!important
}

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

.figure {
    display: inline-block
}

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

@media(min-width: 576px) {
    .container {
        max-width:540px
    }
}

@media(min-width: 768px) {
    .container {
        max-width:720px
    }
}

@media(min-width: 992px) {
    .container {
        max-width:960px
    }
}

@media(min-width: 1200px) {
    .container {
        max-width:1140px
    }
}

@media(min-width: 1400px) {
    .container {
        max-width:1320px
    }
}

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

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

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

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

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

.g-0,.gx-0 {
    --bs-gutter-x: 0
}

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

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

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

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

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

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

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

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

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

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

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

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

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

    .offset-lg-1 {
        margin-left: 8.33333333%
    }
}

.fade {
    transition: opacity .15s linear
}

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

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

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

.dropdown {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

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

.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;
    background-clip: padding-box;
    background-color: var(--bs-dropdown-bg);
    border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
    border-radius: var(--bs-dropdown-border-radius);
    color: var(--bs-dropdown-color);
    display: none;
    font-size: var(--bs-dropdown-font-size);
    list-style: none;
    margin: 0;
    min-width: var(--bs-dropdown-min-width);
    padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
    position: absolute;
    text-align: left;
    z-index: var(--bs-dropdown-zindex)
}

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

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

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

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

.dropdown-menu.show {
    display: block
}

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

.nav-link {
    background: none;
    border: 0;
    color: var(--bs-nav-link-color);
    display: block;
    font-size: var(--bs-nav-link-font-size);
    font-weight: var(--bs-nav-link-font-weight);
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    text-decoration: none;
    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 {
    box-shadow: 0 0 0 .25rem rgba(13,110,253,.25);
    outline: 0
}

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

.navbar {
    --bs-navbar-padding-x: 0;
    --bs-navbar-padding-y: 0.5rem;
    --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb),0.65);
    --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb),0.8);
    --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb),0.3);
    --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb),1);
    --bs-navbar-brand-padding-y: 0.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;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(33, 37, 41, 0.75)' 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;
    flex-wrap: wrap;
    padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
    position: relative
}

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

.navbar>.container {
    flex-wrap: inherit
}

.navbar-brand {
    color: var(--bs-navbar-brand-color);
    font-size: var(--bs-navbar-brand-font-size);
    margin-right: var(--bs-navbar-brand-margin-end);
    padding-bottom: var(--bs-navbar-brand-padding-y);
    padding-top: var(--bs-navbar-brand-padding-y);
    text-decoration: none;
    white-space: nowrap
}

.navbar-brand:focus,.navbar-brand:hover {
    color: var(--bs-navbar-brand-hover-color)
}

.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;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0
}

.navbar-nav .nav-link.active,.navbar-nav .nav-link.show {
    color: var(--bs-navbar-active-color)
}

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

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

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

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

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

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

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

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

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

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

.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;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m2 5 6 6 6-6'/%3E%3C/svg%3E");
    --bs-accordion-btn-icon-width: 1.25rem;
    --bs-accordion-btn-icon-transform: rotate(-180deg);
    --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
    --bs-accordion-btn-active-icon: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23052C65' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m2 5 6 6 6-6'/%3E%3C/svg%3E");
    --bs-accordion-btn-focus-box-shadow: 0 0 0 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 {
    align-items: center;
    background-color: var(--bs-accordion-btn-bg);
    border: 0;
    border-radius: 0;
    color: var(--bs-accordion-btn-color);
    display: flex;
    font-size: 1rem;
    overflow-anchor: none;
    padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
    position: relative;
    text-align: left;
    transition: var(--bs-accordion-transition);
    width: 100%
}

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

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

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

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

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

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

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

.accordion-header {
    margin-bottom: 0
}

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

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

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

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

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

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

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

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

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

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

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

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

:root {
    --bs-btn-close-filter: ;
    --bs-carousel-indicator-active-bg: #fff;
    --bs-carousel-caption-color: #fff;
    --bs-carousel-control-icon-filter:
}

.clearfix:after {
    clear: both;
    content: "";
    display: block
}

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

.hstack {
    align-items: center;
    align-self: stretch;
    display: flex;
    flex-direction: row
}

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

.visually-hidden:not(caption) {
    position: absolute!important
}

.overflow-hidden,.visually-hidden * {
    overflow: hidden!important
}

.d-inline {
    display: inline!important
}

.d-block {
    display: block!important
}

.d-flex {
    display: flex!important
}

.d-none {
    display: none!important
}

.position-relative {
    position: relative!important
}

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

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

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

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

.m-0 {
    margin: 0!important
}

.m-4 {
    margin: 1.5rem!important
}

.mx-auto {
    margin-left: auto!important;
    margin-right: auto!important
}

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

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

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

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

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

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

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

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

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

.gap-3 {
    gap: 1rem!important
}

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

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

@media(min-width: 992px) {
    .justify-content-lg-start {
        justify-content:flex-start!important
    }

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

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

    .pe-lg-0 {
        padding-right: 0!important
    }

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

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

header {
    left: 0;
    margin: 0 auto;
    max-width: 1920px;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 999
}

header .topbar {
    padding: 10px 0 4px
}

header .topbar .top-a {
    align-items: center;
    color: #000;
    display: inline-flex;
    font-size: 14px;
    font-weight: 500;
    gap: 5px;
    margin-right: 20px
}

header .topbar .top-a i {
    color: #000;
    filter: invert(1)
}

header .topbar .top-a svg {
    height: 20px;
    width: 20px
}

header .topbar .social-icon {
    display: inline-flex;
    gap: 10px;
    margin: 0 28px 0 0
}

header .topbar .social-icon a {
    align-items: center;
    border: 1px solid #000;
    border-radius: 30px;
    color: #000;
    display: flex;
    font-size: 14px;
    height: 30px;
    justify-content: center;
    width: 30px
}

header .topbar .social-icon a i {
    color: #000;
    filter: invert(1)
}

header .topbar .social-icon a.top-a {
    margin-right: 0
}

header .topbar .social-icon a.top-a svg {
    background: transparent
}

header .nav-link svg {
    margin-top: -18px!important
}

header .navbar {
    padding: 15px 0
}

header .navbar .navbar-nav {
    gap: 20px
}

header .navbar .navbar-nav a,header .navbar .navbar-nav span {
    color: #000;
    font-size: 16px;
    position: relative
}

header .navbar .navbar-nav a:focus,header .navbar .navbar-nav a:hover,header .navbar .navbar-nav span:focus,header .navbar .navbar-nav span:hover {
    color: #f3692d
}

header .navbar .navbar-nav a span,header .navbar .navbar-nav span span {
    font-size: 12px;
    position: absolute;
    top: -4px
}

header .navbar .navbar-nav img {
    display: inline
}

header .navbar .navbar-nav .nav-item {
    cursor: pointer
}

header .navbar .navbar-nav .nav-item.dropdown {
    line-height: 50px
}

header .navbar .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
    display: block!important
}

header .navbar .navbar-nav .nav-item.dropdown:hover .dropdown-menu a {
    color: #000;
    transition: all .5s ease
}

header .navbar .navbar-nav .nav-item.dropdown:hover .dropdown-menu a:focus,header .navbar .navbar-nav .nav-item.dropdown:hover .dropdown-menu a:hover {
    background: #000;
    color: #f2902b;
    transition: all .5s ease
}

header .navbar .navbar-nav .nav-item.dropdown:hover .dropdown-menu a.dropdown-toggle {
    pointer-events: none!important
}

header .navbar .navbar-nav .dropdown-menu {
    background: #fff;
    border: 0;
    border-radius: 0;
    margin-top: 0
}

header .navbar .navbar-nav .dropdown-menu li {
    margin: 0 0 5px
}

header .navbar .navbar-nav .dropdown-menu li a {
    font-weight: 500
}

header .navbar .navbar-nav .dropdown-menu li a.active {
    background: #000!important;
    color: #f2902b!important
}

header .navbar-toggler {
    box-shadow: none!important
}

header.fixed-top {
    background: #fff!important;
    box-shadow: 0 5px 10px 0 hsla(0,0%,4%,.078);
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1030
}

header.fixed-top .topbar {
    display: none!important
}

header.fixed-top .btn-live {
    border: 2px solid #ff6d24!important
}

header .btn-order {
    animation: heart 1.5s ease-in-out infinite
}

header .btn-order:after {
    width: 0
}

header .header-btn {
    align-items: center;
    animation: heart 1.5s ease-in-out infinite;
    border: 2px solid #ff6d24!important;
    display: inline-flex!important;
    z-index: 1
}

header .header-btn:hover {
    animation: none
}

@keyframes heart {
    0%,to {
        transform: scale(1)
    }

    50% {
        transform: scale(1.15)
    }
}

@media(max-width: 991px) {
    header .topbar {
        display:none
    }

    header .navbar .navbar-brand img {
        height: 53px;
        -o-object-fit: scale-down;
        object-fit: scale-down;
        width: 215px
    }

    header .navbar .navbar-collapse {
        background: #fff;
        box-shadow: 0 0 10px 0;
        height: 100vh;
        left: 0;
        padding: 30px 10px;
        position: absolute;
        top: 0;
        transform: translate(-350px);
        width: 85%;
        z-index: 2
    }

    header .navbar .navbar-collapse.collapse.show {
        transform: translate(0)!important
    }

    header .navbar .navbar-collapse ul.navbar-nav {
        align-items: start!important;
        margin-bottom: 20px;
        padding-left: 10px!important
    }

    header .navbar .navbar-collapse ul.navbar-nav li .nav-link {
        font-size: 16px!important;
        font-weight: 400!important
    }

    header .navbar .navbar-collapse .dropdown {
        line-height: normal!important
    }

    header .navbar .navbar-collapse .dropdown .dropdown-menu {
        border-radius: 0;
        padding: 10px 0!important
    }

    header .header-btn {
        border: 2px solid #ff6d24
    }

    br {
        display: none
    }
}

@media(min-width: 992px)and (max-width:1199px) {
    header .topbar .top-a {
        margin-right:9px
    }

    header .navbar-nav {
        gap: 10px!important
    }

    header .navbar-nav a,header .navbar-nav span {
        font-size: 14px!important
    }

    header .btn-order {
        padding: 10px 30px!important
    }
}

.footer {
    padding: 50px 0 10px
}

.footer .con {
    color: #000!important;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    margin-top: 15px
}

.footer .con:hover {
    color: #ff6d24!important
}

.footer a {
    color: #000!important;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    margin-top: 15px
}

.footer a:hover {
    color: #ff6d24!important
}

.footer .h6 {
    display: block;
    margin-bottom: 0!important
}

.footer p {
    font-size: 15px;
    margin: 20px 0
}

.footer hr {
    color: hsla(0,0%,81%,.973);
    height: 1px;
    margin-top: 0;
    opacity: 1
}

.footer ul {
    padding: 14px 0 0
}

.footer ul li {
    line-height: 38px;
    list-style: none
}

.footer ul li a {
    color: #000;
    font-size: 16px;
    margin-top: 0!important
}

.footer .social-icon {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
    margin-top: 20px
}

.footer .social-icon a {
    margin: 0
}

.footer .social-icon a i {
    align-items: center;
    border: 1px solid #d1d1d1;
    border-radius: 31px;
    color: #000;
    display: flex;
    font-size: 21px;
    gap: 10px;
    height: 40px;
    justify-content: center;
    width: 40px
}

.footer .social-icon a i:before {
    height: 19px;
    margin: auto 0 10px;
    width: 19px
}

.footer .social-icon a i:hover {
    border-color: #ff6d24;
    color: #ff6d24
}

.footer .c-footer {
    align-content: center
}

.footer .footer-b a,.footer .footer-b span {
    color: #000!important;
    display: inline-block!important
}

.footer .footer-b span {
    padding: 0 12px!important
}

.footer .footer-b .policy-links ul {
    display: flex;
    gap: 30px;
    justify-content: end;
    margin: 0;
    padding: 0
}

.footer .footer-b .policy-links ul li {
    font-size: 15px
}

.footer .footer-b .policy-links ul li a.p-line {
    position: relative
}

.footer .footer-b .policy-links ul li a.p-line:before {
    background-color: #000;
    content: "";
    height: 16px;
    position: absolute;
    right: -15px;
    top: 11px;
    width: 1px
}

.footer br {
    display: block!important
}

.fixed-btn-wa {
    align-items: center;
    animation: mover .8s infinite alternate;
    background: #25d366;
    border-radius: 100px;
    bottom: 0;
    box-shadow: 0 5px 10px 0 rgba(0,0,0,.231);
    color: #fff!important;
    display: flex;
    font-size: 40px;
    height: 60px;
    justify-content: center;
    left: 20px;
    position: fixed;
    width: 60px;
    z-index: 9999
}

@keyframes mover {
    0% {
        transform: translateY(0)
    }

    to {
        transform: translateY(-20px)
    }
}

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

@media(max-width: 991px) {
    .footer {
        text-align:center
    }

    .footer img {
        margin: 0 auto
    }

    .footer .social-icon {
        justify-content: center
    }

    .footer .footer-b .policy-links ul {
        justify-content: center!important
    }
}

body::-webkit-scrollbar {
    width: .8em
}

body::-webkit-scrollbar-track {
    background: #fff;
    box-shadow: inset 0 0 6px rgba(0,0,0,.3)
}

body::-webkit-scrollbar-thumb {
    background-color: #f37e45;
    border-radius: 25px
}

::-moz-selection {
    background-color: #f37e45;
    color: #fff
}

::selection {
    background-color: #f37e45;
    color: #fff
}

body,html {
    color: #000;
    margin: 0;
    overflow-x: hidden;
    padding: 0;
    position: relative
}

.h1,.h2,.h3,.h5,.h6,h1,h2,h3,h5,h6 {
    font-family: Sora,"sans-serif";
    margin-bottom: 15px
}

.h1,h1 {
    font-size: 32px;
    font-weight: 700
}

.h1 span,h1 span {
    font-style: italic;
    font-weight: 500
}

.h2,h2 {
    font-size: 29px;
    font-weight: 700
}

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

.h3,.h5,h3,h5 {
    font-weight: 600
}

.h5,h5 {
    font-size: 22px
}

.h6,h6 {
    font-size: 20px;
    font-weight: 600
}

p {
    font-size: 16px
}

a {
    box-shadow: none;
    outline: none!important;
    text-decoration: none!important
}

section {
    margin: 0 auto;
    max-width: 1920px;
    padding: 70px 0;
    position: relative
}

main {
    margin-top: 148px
}

.highlight {
    color: #f9a54e
}

ul {
    list-style: none;
    padding: 0
}

ul li {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px
}

.btn-live {
    background: #fff;
    border-radius: 50px;
    color: #000;
    font-size: 15px;
    font-weight: 600;
    overflow: hidden;
    padding: 13px 40px;
    position: relative
}

.btn-live .web-icon {
    margin-left: 2px;
    position: relative
}

.btn-live .web-icon img {
    height: 20px;
    left: auto;
    margin: auto 0;
    position: absolute;
    right: -20px;
    top: -9px;
    width: 15px
}

.btn-live:hover {
    box-shadow: 0 5px 10px 0 rgba(0,0,0,.251);
    z-index: 2
}

.btn-live:hover .web-icon img {
     transform: scale(42.5) rotate(45deg) translateX(-1px) translateY(1px);
    transition: 1s;
    z-index: -1
}

.btn-order {
    background: linear-gradient(45deg,#f9a74f,#f37e45);
    border: 1px solid #f9a74f;
    border-radius: 30px;
    color: #000;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    overflow: hidden;
    padding: 14px 30px!important;
    position: relative
}

.btn-order:after {
    background: linear-gradient(45deg,#f37e45,#f9a74f);
    border-radius: 30px;
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 1%;
    z-index: -1
}

.btn-order:active,.btn-order:focus,.btn-order:hover {
    background: transparent;
    box-shadow: 0 5px 10px 0 rgba(0,0,0,.239)
}

.btn-order:active:after,.btn-order:focus:after,.btn-order:hover:after {
    transition: .5s;
    width: 100%
}

.btn-order:before {
    animation: slide 1s infinite;
    background: linear-gradient(90deg,rgba(253,255,255,0),hsla(0,0%,100%,.41) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0));
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    transform: translateX(100%);
    width: 100%;
    z-index: 1
}

@keyframes slide {
    0% {
        transform: translateX(-100%)
    }

    to {
        transform: translateX(100%)
    }
}

.btn-green {
    background: #1c5541;
    border: 1px solid #1c5541;
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    padding: 13px 30px 13px 50px!important;
    position: relative
}

.btn-green .call-icon {
    background: #fff;
    border-radius: 40px;
    bottom: 0;
    height: 40px;
    left: auto;
    margin: auto;
    padding: 10px;
    position: absolute;
    right: auto;
    top: -1px;
    transform: translate(-45px);
    width: 40px
}

.btn-green .call-icon svg {
    fill: #1c5541
}

.btn-green:active,.btn-green:focus,.btn-green:hover {
    background: #fff;
    box-shadow: 0 5px 10px 0 rgba(0,0,0,.239);
    color: #000;
    padding-left: 30px!important;
    padding-right: 50px!important
}

.btn-green:active .call-icon,.btn-green:focus .call-icon,.btn-green:hover .call-icon {
    transform: rotate(-90deg) translateY(122px);
    transition: 1s
}

.loading-spinner {
    animation: spin 1s ease-in-out infinite;
    -webkit-animation: spin 1s ease-in-out infinite;
    border: 3px solid hsla(0,0%,100%,.3);
    border-radius: 50%;
    border-top-color: #fff;
    display: inline-block;
    height: 22px;
    width: 22px
}

@keyframes spin {
    to {
        -webkit-transform: rotate(1turn)
    }
}

.lazyload {
    opacity: 0;
    transition: opacity .5s
}

section.brands .h6 {
    font-size: 18px!important;
    font-weight: 300
}

@media(min-width: 1200px)and (max-width:1399px) {
    .btn-green {
        font-size:14px
    }

    .btn-green:active,.btn-green:focus,.btn-green:hover {
        padding-left: 30px!important;
        padding-right: 50px!important
    }

    .btn-green:active svg,.btn-green:focus svg,.btn-green:hover svg {
        transform: rotate(-90deg) translateY(110px)!important
    }

    .btn-order {
        font-size: 14px
    }
}

@media(min-width: 992px)and (max-width:1199px) {
    .btn-green {
        font-size:14px;
        padding: 13px 20px 13px 40px!important
    }

    .btn-green svg {
        font-size: 14px;
        height: 30px;
        transform: translate(-35px)!important;
        width: 30px
    }

    .btn-green:active,.btn-green:focus,.btn-green:hover {
        padding-left: 20px!important;
        padding-right: 40px!important
    }

    .btn-green:active svg,.btn-green:focus svg,.btn-green:hover svg {
        transform: rotate(-90deg) translateY(110px)!important
    }

    .btn-order {
        font-size: 14px;
        padding: 13px 20px!important
    }
}

@media(max-width: 992px) {
    main {
        margin-top:93px
    }

    section.brands .h6 {
        display: block;
        margin-bottom: 24px
    }
}

@media(max-width: 768px) {
    .hstack {
        flex-direction:column
    }
}

@media(max-width: 600px) {
    .h1,h1 {
        font-size:26px
    }

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

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

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

    .mob-hide {
        display: none!important
    }
}

section.amazon-saler {
    padding-bottom: 0;
    padding-top: 0
}

section.amazon-saler .container {
    background: linear-gradient(0deg,#3f3f3f,#2d2d2d);
    border-radius: 13px;
    padding: 40px;
    position: relative;
    z-index: 0
}

section.amazon-saler .container .h2 {
    color: #fff;
    font-size: 29px
}

section.amazon-saler .container .title {
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 600;
    margin: 10px 0
}

section.amazon-saler .container p {
    color: #fff;
    font-size: 14px
}

section.mid-sec .box {
    align-items: center;
    background: linear-gradient(0deg,#3f3f3f,#2d2d2d);
    border-radius: 13px;
    display: grid;
    gap: 30px;
    justify-content: center;
    padding: 25px 40px;
    text-align: center
}

section.mid-sec .box-line {
    background-clip: padding-box,border-box;
    background-image: linear-gradient(#fff,#fff),linear-gradient(70deg,#f9a74f,#f37e45);
    background-origin: border-box;
    border: 2px solid #f37e45;
    border-image-slice: 0;
    border-image-source: linear-gradient(45deg,rgba(48,48,48,0),rgba(243,126,69,0));
    border-radius: 15px;
    display: grid;
    gap: 5px;
    margin-bottom: 10px;
    padding: 12px 20px;
    position: relative
}

section.mid-sec .box-line .num {
    display: block;
    font-family: Sora,"sans-serif";
    font-size: 47px;
    font-weight: 700
}

section.mid-sec .box-line .h6 {
    font-size: 18px;
    margin: 0
}

section.mid-sec .box-line p {
    font-size: 14px;
    margin-bottom: 0
}

@media(min-width: 768px) {
    section.mid-sec .row>* {
        display:flex;
        flex-flow: column
    }

    section.mid-sec .box,section.mid-sec .box-line {
        height: 100%
    }
}

section.reviews .review-box {
    background: linear-gradient(0deg,#f8f9f9,#c1e9f9);
    padding: 30px 40px
}

section.reviews .review-box img {
    margin-bottom: 24px
}

section.reviews .review-box p {
    font-size: 14px
}

section.reviews .review-box .name {
    display: block;
    font-size: 20px;
    font-weight: 700
}

section.reviews .review-box .position {
    display: block;
    font-size: 18px;
    font-weight: 600
}

section.reviews .splide {
    padding: 30px 60px 0
}

section.reviews .splide .splide__arrows .splide__arrow {
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.176);
    color: #f58947;
    font-family: Sora,"sans-serif"!important;
    font-size: 20px;
    font-weight: 700!important;
    opacity: 1!important
}

section.reviews .splide .splide__arrows .splide__arrow.splide__arrow--next {
    right: 0!important;
    transform: rotate(180deg)!important
}

section.reviews .splide .splide__arrows .splide__arrow.splide__arrow--prev {
    left: 0!important;
    transform: rotate(180deg)!important
}

@media(min-width: 992px) {
    section.reviews .review-box p {
        min-height:148px
    }
}

@media(max-width: 1366px) {
    section.reviews .review-box {
        padding:30px
    }

    section.reviews .review-box p {
        min-height: 168px
    }
}

@media(max-width: 575px) {
    section.reviews .splide {
        padding:30px 30px 0
    }
}

section.faqs .accordion {
    margin-top: 50px
}

section.faqs .accordion .accordion-item {
    border: 0;
    border-left: 2px solid #f37e45;
    border-radius: 10px;
    margin: 10px 0;
    overflow: hidden
}

section.faqs .accordion .accordion-item .accordion-button {
    background: #f5f4f4!important;
    box-shadow: none!important;
    color: #000!important;
    font-size: 18px
}

section.faqs .accordion .accordion-item .accordion-button:after {
    background-blend-mode: darken;
    background-color: #f9a64f;
    background-position: 50%;
    background-size: 16px;
    border-radius: 30px;
    padding: 12px
}

@media(min-width: 992px) {
    section.faqs .container {
        padding-left:55px;
        padding-right: 55px
    }
}

section.bottom-cta {
    padding-top: 40px
}

section.bottom-cta .container {
    border-radius: 27px;
    padding: 5% 20px
}

section.bottom-cta .container .desktop-only {
    display: none;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

section.bottom-cta .container .desktop-only img {
    height: 100%;
    margin-left: -40px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

section.bottom-cta .container p {
    margin-bottom: 30px
}

section.bottom-cta .container .btn-live {
    align-items: center;
    border: 2px solid #ff6d24;
    display: inline-flex!important;
    font-size: 18px
}

section.bottom-cta .container .btn-live:hover {
    border-color: #fff
}

section.bottom-cta .container .btn-live:hover .web-icon img {
    transform: scale(25.5) rotate(45deg) translateX(-4px) translateY(1px)
}

@media(max-width: 991px) {
    section.bottom-cta .container {
        background:linear-gradient(0deg,#f37e45,#f9a74f);
        padding: 70px 20px
    }
}

@media(min-width: 992px) {
    .desktop-only {
        display:block!important
    }
}

section.main-banner {
    padding-bottom: 100px
}

section.main-banner:after {
    background: linear-gradient(45deg,#f9a74f,#f37e45);
    border-radius: 100%;
    content: "";
    height: 160%;
    left: auto;
    position: absolute;
    right: -10%;
    top: -65%;
    width: 60%;
    z-index: -1
}

section.brands {
    background-color: #f4f4f4;
    padding: 50px 0
}

section.brands .h6 {
    font-weight: 500
}

section.brands .brand-slider {
    position: relative
}

section.brands .brand-slider:after {
    background: linear-gradient(90deg,#f4f4f4,hsla(0,0%,96%,.4) 76%,hsla(0,0%,96%,0));
    content: "";
    height: 61px;
    left: 0;
    position: absolute;
    top: 0;
    width: 141px
}

section.brands .brand-slider .splide__slide {
    text-align: center!important
}

section.expertise .h5 {
    display: block;
    margin: 20px 0 15px
}

section.expertise ul li {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 15px;
    position: relative;
    text-align: left!important
}

section.amazon-saler .flex-box {
    align-items: flex-start;
    display: flex;
    gap: 20px
}

section.amazon-saler .flex-box .title {
    font-size: 20px!important;
    line-height: 24px;
    margin-top: 0
}

section.amazon-saler .flex-box:hover .title {
    color: #f9a54e!important
}

section.services .box {
    align-items: flex-start;
    background: #f4f4f4;
    border-radius: 18px;
    display: flex;
    gap: 20px;
    padding: 30px
}

section.services .box .h3 {
    display: block;
    font-size: 26px
}

section.amazon-store {
    padding: 0
}

section.amazon-store .container {
    background: linear-gradient(0deg,#f8f9f9,#c1e9f9);
    border-radius: 21px;
    padding: 0;
    position: relative;
    z-index: 0
}

section.amazon-store .container .pad-box {
    padding: 70px 30px 70px 50px
}

section.amazon-store .container .pad-box ul {
    list-style: disc;
    margin-bottom: 20px;
    padding-left: 20px
}

section.amazon-store .container .pad-box ul li {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 15px;
    text-align: left!important
}

section.amazon-store .container .pad-box .h6 {
    display: block;
    font-size: 18px!important;
    font-weight: 500!important
}

section.amazon-store .container img {
    display: block;
    margin-left: auto;
    margin-right: 0;
    width: 100%
}

@media(min-width: 1400px) {
    section.expertise .h5 {
        font-size:21px
    }
}

@media(min-width: 1200px)and (max-width:1399px) {
    section.main-banner:after {
        height:127%;
        right: -10%;
        top: -45%
    }

    section.expertise .h5 {
        min-height: 52px
    }

    section.amazon-store .container .pad-box {
        padding: 50px 30px 50px 50px
    }

    section.amazon-store .container .pad-box .h1 {
        font-size: 26px!important
    }

    section.services .box .h3 {
        font-size: 22px
    }
}

@media(min-width: 992px)and (max-width:1199px) {
    section.main-banner:after {
        height:96%;
        right: -10%;
        top: -31%
    }

    section.amazon-store .container .pad-box {
        padding: 30px 30px 30px 50px
    }

    section.amazon-store .container .pad-box .h1 {
        font-size: 22px
    }

    section.amazon-store .container .pad-box p {
        font-size: 14px
    }

    section.amazon-store .container .pad-box ul li {
        font-size: 14px;
        margin-bottom: 6px
    }

    section.services .box .h3 {
        font-size: 18px
    }

    section.expertise .h5 {
        min-height: 52px
    }
}

@media(max-width: 991px) {
    section.expertise br,section.main-banner:after {
        display:none
    }

    section.amazon-saler .container.pe-lg-0 .cut-img {
        display: none!important
    }

    section.amazon-saler .flex-box,section.services .box {
        display: grid!important;
        place-items: center
    }

    section.services .box {
        text-align: center
    }

    section.amazon-store .container img {
        border-radius: 50px
    }
}

@media(max-width: 575px) {
    section.main-banner {
        padding:50px 0
    }

    section.main-banner .h1,section.main-banner h1 {
        font-size: 22px
    }

    section.amazon-store .container .pad-box {
        padding: 70px 10px 70px 20px
    }

    section.brands {
        display: none
    }
}

@media(min-width: 1400px)and (max-width:1599px) {
    section.main-banner:after {
        height:130%;
        right: -10%;
        top: -37%
    }
}
