/*!
 * Bootstrap  v5.2.0 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
: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-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg-rgb: 255, 255, 255;
    --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-bg: #fff;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dee2e6;
    --bs-border-color-translucent: rgba(0, 0, 0, .175);
    --bs-border-radius: 6px;
    --bs-border-radius-sm: 0.25rem;
    --bs-border-radius-lg: 0.5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-2xl: 2rem;
    --bs-border-radius-pill: 50rem;
    --bs-link-color: #0d6efd;
    --bs-link-hover-color: #0a58ca;
    --bs-code-color: #d63384;
    --bs-highlight-bg: #0c4a6e
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

p {
    margin-top: 0
}

address, p {
    margin-bottom: 1rem
}

address {
    font-style: normal;
    line-height: inherit
}

ul {
    padding-left: 2rem
}

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

ul ul {
    margin-bottom: 0
}

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

b, strong {
    font-weight: bolder
}

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

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

a {
    color: var(--bs-link-color);
    text-decoration: underline
}

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

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;
    font-size: .875em;
    color: var(--bs-code-color);
    word-wrap: break-word
}

a > code {
    color: inherit
}

figure {
    margin: 0 0 1rem
}

img, svg {
    vertical-align: middle
}

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

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

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

label {
    display: inline-block
}

button {
    border-radius: 0
}

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

button, input, 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
}

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

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

::-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] {
    outline-offset: -2px;
    -webkit-appearance: textfield
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.figure {
    display: inline-block
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
    --bs-gutter-x: 20px;
    --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, .container-sm {
        max-width: 100%
    }
}

@media (min-width: 791px) {
    .container, .container-md, .container-sm {
        max-width: 770px
    }
}

@media (min-width: 1025px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 990px
    }
}

@media (min-width: 1230px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1200px
    }
}

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

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

.col {
    flex: 1 0
}

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

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

.row-cols-2 > * {
    flex: 0 0 auto;
    width: 50%
}

.row-cols-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%
}

.row-cols-4 > * {
    flex: 0 0 auto;
    width: 25%
}

.row-cols-5 > * {
    flex: 0 0 auto;
    width: 20%
}

.row-cols-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%
}

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

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

.col-2 {
    flex: 0 0 auto;
    width: 16.66666667%
}

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

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

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

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

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

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

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

.col-10 {
    flex: 0 0 auto;
    width: 83.33333333%
}

.col-11 {
    flex: 0 0 auto;
    width: 91.66666667%
}

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

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

.g-3 {
    --bs-gutter-x: 1rem;
    --bs-gutter-y: 1rem
}

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

@media (min-width: 576px) {
    .col-sm {
        flex: 1 0
    }

    .row-cols-sm-auto > * {
        flex: 0 0 auto;
        width: auto
    }

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

    .row-cols-sm-2 > * {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-sm-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-sm-4 > * {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-sm-5 > * {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-sm-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

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

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

    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

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

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

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

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

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

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

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

    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-sm-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

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

@media (min-width: 791px) {
    .col-md {
        flex: 1 0
    }

    .row-cols-md-auto > * {
        flex: 0 0 auto;
        width: auto
    }

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

    .row-cols-md-2 > * {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-md-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-md-4 > * {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-md-5 > * {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-md-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

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

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

    .col-md-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

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

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

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

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

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

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

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

    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-md-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

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

@media (min-width: 1025px) {
    .col-lg {
        flex: 1 0
    }

    .row-cols-lg-auto > * {
        flex: 0 0 auto;
        width: auto
    }

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

    .row-cols-lg-2 > * {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-lg-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-lg-4 > * {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-lg-5 > * {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-lg-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

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

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

    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

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

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

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

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

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

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

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

    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

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

@media (min-width: 1230px) {
    .col-xl {
        flex: 1 0
    }

    .row-cols-xl-auto > * {
        flex: 0 0 auto;
        width: auto
    }

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

    .row-cols-xl-2 > * {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-xl-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-xl-4 > * {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-xl-5 > * {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-xl-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

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

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

    .col-xl-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

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

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

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

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

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

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

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

    .col-xl-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-xl-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

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

.table {
    --bs-table-color: var(--bs-body-color);
    --bs-table-bg: transparent;
    --bs-table-border-color: var(--bs-border-color);
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: var(--bs-body-color);
    --bs-table-striped-bg: rgba(0, 0, 0, .05);
    --bs-table-active-color: var(--bs-body-color);
    --bs-table-active-bg: rgba(0, 0, 0, .1);
    --bs-table-hover-color: var(--bs-body-color);
    --bs-table-hover-bg: rgba(0, 0, 0, .075);
    width: 100%;
    margin-bottom: 1rem;
    color: var(--bs-table-color);
    vertical-align: top;
    border-color: var(--bs-table-border-color)
}

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

.table > tbody {
    vertical-align: inherit
}

.table > thead {
    vertical-align: bottom
}

.table-borderless > :not(caption) > * > * {
    border-bottom-width: 0
}

.table-borderless > :not(:first-child) {
    border-top-width: 0
}

.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

.col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.col-form-label-lg {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.25rem
}

.col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .875rem
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 6px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

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

.form-control[type=file] {
    overflow: hidden
}

.form-control[type=file]:not(:disabled):not([readonly]) {
    cursor: pointer
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.form-control::-webkit-date-and-time-value {
    height: 1.5em
}

.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:disabled {
    background-color: #e9ecef;
    opacity: 1
}

.form-control::file-selector-button {
    padding: .375rem .75rem;
    margin: -.375rem -.75rem;
    margin-inline-end: .75rem;
    color: #212529;
    background-color: #e9ecef;
    pointer-events: none;
    border: 0 solid;
    border-color: inherit;
    border-inline-end-width: 1px;
    border-radius: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .form-control::file-selector-button {
        transition: none
    }
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: #dde0e3
}

textarea.form-control {
    min-height: calc(1.5em + .75rem + 2px)
}

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

.form-check .form-check-input {
    float: left;
    margin-left: -1.5em
}

.form-check-input {
    width: 1em;
    height: 1em;
    margin-top: .25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, .25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact
}

.form-check-input[type=checkbox] {
    border-radius: .25em
}

.form-check-input[type=radio] {
    border-radius: 50%
}

.form-check-input:active {
    filter: brightness(90%)
}

.form-check-input:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.form-check-input:checked {
    background-color: #0d6efd;
    border-color: #0d6efd
}

.form-check-input:checked[type=checkbox] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e")
}

.form-check-input:checked[type=radio] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e")
}

.form-check-input[type=checkbox]:indeterminate {
    background-color: #0d6efd;
    border-color: #0d6efd;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")
}

.form-check-input:disabled {
    pointer-events: none;
    filter: none;
    opacity: .5
}

.form-check-input:disabled ~ .form-check-label, .form-check-input[disabled] ~ .form-check-label {
    cursor: default;
    opacity: .5
}

.btn-check {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.btn-check:disabled + .btn, .btn-check[disabled] + .btn {
    pointer-events: none;
    filter: none;
    opacity: .65
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%
}

.input-group > .form-control {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0
}

.input-group > .form-control:focus {
    z-index: 3
}

.input-group .btn {
    position: relative;
    z-index: 2
}

.input-group .btn:focus {
    z-index: 3
}

.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3), .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group > :not(:first-child):not(.dropdown-menu):not(.form-floating):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.btn {
    --bs-btn-padding-x: 0.75rem;
    --bs-btn-padding-y: 0.375rem;
    --bs-btn-font-family: ;
    --bs-btn-font-size: 1rem;
    --bs-btn-font-weight: 400;
    --bs-btn-line-height: 1.5;
    --bs-btn-color: #212529;
    --bs-btn-bg: transparent;
    --bs-btn-border-width: 1px;
    --bs-btn-border-color: transparent;
    --bs-btn-border-radius: 6px;
    --bs-btn-box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .15), 0 1px 1px rgba(0, 0, 0, .075);
    --bs-btn-disabled-opacity: 0.65;
    --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
    display: inline-block;
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    font-family: var(--bs-btn-font-family);
    font-size: var(--bs-btn-font-size);
    font-weight: var(--bs-btn-font-weight);
    line-height: var(--bs-btn-line-height);
    color: var(--bs-btn-color);
    text-decoration: none;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius: var(--bs-btn-border-radius);
    background-color: var(--bs-btn-bg);
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

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

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

.btn-check:focus + .btn, .btn:focus {
    outline: 0;
    box-shadow: var(--bs-btn-focus-box-shadow)
}

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

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

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

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #0d6efd;
    --bs-btn-border-color: #0d6efd;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0b5ed7;
    --bs-btn-hover-border-color: #0a58ca;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0a58ca;
    --bs-btn-active-border-color: #0a53be;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #0d6efd;
    --bs-btn-disabled-border-color: #0d6efd
}

.btn-secondary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #6c757d;
    --bs-btn-border-color: #6c757d;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #5c636a;
    --bs-btn-hover-border-color: #565e64;
    --bs-btn-focus-shadow-rgb: 130, 138, 145;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #565e64;
    --bs-btn-active-border-color: #51585e;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #6c757d;
    --bs-btn-disabled-border-color: #6c757d
}

.btn-success {
    --bs-btn-color: #fff;
    --bs-btn-bg: #198754;
    --bs-btn-border-color: #198754;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #157347;
    --bs-btn-hover-border-color: #146c43;
    --bs-btn-focus-shadow-rgb: 60, 153, 110;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #146c43;
    --bs-btn-active-border-color: #13653f;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #198754;
    --bs-btn-disabled-border-color: #198754
}

.btn-info {
    --bs-btn-color: #000;
    --bs-btn-bg: #0dcaf0;
    --bs-btn-border-color: #0dcaf0;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #31d2f2;
    --bs-btn-hover-border-color: #25cff2;
    --bs-btn-focus-shadow-rgb: 11, 172, 204;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #3dd5f3;
    --bs-btn-active-border-color: #25cff2;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #0dcaf0;
    --bs-btn-disabled-border-color: #0dcaf0
}

.btn-warning {
    --bs-btn-color: #000;
    --bs-btn-bg: #ffc107;
    --bs-btn-border-color: #ffc107;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #ffca2c;
    --bs-btn-hover-border-color: #ffc720;
    --bs-btn-focus-shadow-rgb: 217, 164, 6;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #ffcd39;
    --bs-btn-active-border-color: #ffc720;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #ffc107;
    --bs-btn-disabled-border-color: #ffc107
}

.btn-danger {
    --bs-btn-color: #fff;
    --bs-btn-bg: #dc3545;
    --bs-btn-border-color: #dc3545;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #bb2d3b;
    --bs-btn-hover-border-color: #b02a37;
    --bs-btn-focus-shadow-rgb: 225, 83, 97;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #b02a37;
    --bs-btn-active-border-color: #a52834;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #dc3545;
    --bs-btn-disabled-border-color: #dc3545
}

.btn-light {
    --bs-btn-color: #000;
    --bs-btn-bg: #f8f9fa;
    --bs-btn-border-color: #f8f9fa;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #d3d4d5;
    --bs-btn-hover-border-color: #c6c7c8;
    --bs-btn-focus-shadow-rgb: 211, 212, 213;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #c6c7c8;
    --bs-btn-active-border-color: #babbbc;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #f8f9fa;
    --bs-btn-disabled-border-color: #f8f9fa
}

.btn-dark {
    --bs-btn-color: #fff;
    --bs-btn-bg: #212529;
    --bs-btn-border-color: #212529;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #424649;
    --bs-btn-hover-border-color: #373b3e;
    --bs-btn-focus-shadow-rgb: 66, 70, 73;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #4d5154;
    --bs-btn-active-border-color: #373b3e;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #212529;
    --bs-btn-disabled-border-color: #212529
}

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

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

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

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

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

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

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

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

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

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

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

.btn-group-lg > .btn, .btn-lg {
    --bs-btn-padding-y: 0.5rem;
    --bs-btn-padding-x: 1rem;
    --bs-btn-font-size: 1.25rem;
    --bs-btn-border-radius: 0.5rem
}

.btn-group-sm > .btn, .btn-sm {
    --bs-btn-padding-y: 0.25rem;
    --bs-btn-padding-x: 0.5rem;
    --bs-btn-font-size: 0.875rem;
    --bs-btn-border-radius: 0.25rem
}

.fade {
    transition: opacity .15s linear
}

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

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

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

.dropdown, .dropdown-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-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: #212529;
    --bs-dropdown-bg: #fff;
    --bs-dropdown-border-color: var(--bs-border-color-translucent);
    --bs-dropdown-border-radius: 6px;
    --bs-dropdown-border-width: 1px;
    --bs-dropdown-inner-border-radius: 5px;
    --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
    --bs-dropdown-divider-margin-y: 0.5rem;
    --bs-dropdown-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15);
    --bs-dropdown-link-color: #212529;
    --bs-dropdown-link-hover-color: #1e2125;
    --bs-dropdown-link-hover-bg: #e9ecef;
    --bs-dropdown-link-active-color: #fff;
    --bs-dropdown-link-active-bg: #0d6efd;
    --bs-dropdown-link-disabled-color: #adb5bd;
    --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: 1000;
    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)
}

.dropdown-menu-start {
    --bs-position: start
}

.dropdown-menu-end {
    --bs-position: end
}

@media (min-width: 576px) {
    .dropdown-menu-sm-start {
        --bs-position: start
    }

    .dropdown-menu-sm-end {
        --bs-position: end
    }
}

@media (min-width: 791px) {
    .dropdown-menu-md-start {
        --bs-position: start
    }

    .dropdown-menu-md-end {
        --bs-position: end
    }
}

@media (min-width: 1025px) {
    .dropdown-menu-lg-start {
        --bs-position: start
    }

    .dropdown-menu-lg-end {
        --bs-position: end
    }
}

@media (min-width: 1230px) {
    .dropdown-menu-xl-start {
        --bs-position: start
    }

    .dropdown-menu-xl-end {
        --bs-position: end
    }
}

.dropdown-divider {
    height: 0;
    margin: var(--bs-dropdown-divider-margin-y) 0;
    overflow: hidden;
    border-top: 1px solid var(--bs-dropdown-divider-bg);
    opacity: 1
}

.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: transparent;
    border: 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: transparent
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
    margin-bottom: 0;
    font-size: .875rem;
    color: var(--bs-dropdown-header-color);
    white-space: nowrap
}

.dropdown-item-text {
    display: block;
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
    color: var(--bs-dropdown-link-color)
}

.dropdown-menu-dark {
    --bs-dropdown-color: #dee2e6;
    --bs-dropdown-bg: #343a40;
    --bs-dropdown-border-color: var(--bs-border-color-translucent);
    --bs-dropdown-box-shadow: ;
    --bs-dropdown-link-color: #dee2e6;
    --bs-dropdown-link-hover-color: #fff;
    --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
    --bs-dropdown-link-hover-bg: hsla(0, 0%, 100%, .15);
    --bs-dropdown-link-active-color: #fff;
    --bs-dropdown-link-active-bg: #0d6efd;
    --bs-dropdown-link-disabled-color: #adb5bd;
    --bs-dropdown-header-color: #adb5bd
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle
}

.btn-group-vertical > .btn, .btn-group > .btn {
    position: relative;
    flex: 1 1 auto
}

.btn-group-vertical > .btn-check:checked + .btn, .btn-group-vertical > .btn-check:focus + .btn, .btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:hover, .btn-group > .btn-check:checked + .btn, .btn-group > .btn-check:focus + .btn, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus, .btn-group > .btn:hover {
    z-index: 1
}

.btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

.btn-toolbar .input-group {
    width: auto
}

.btn-group {
    border-radius: 6px
}

.btn-group > .btn-group:not(:first-child), .btn-group > .btn:not(:first-child) {
    margin-left: -1px
}

.btn-group > .btn-group:not(:last-child) > .btn, .btn-group > .btn.dropdown-toggle-split:first-child, .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group > .btn-group:not(:first-child) > .btn, .btn-group > .btn:nth-child(n+3), .btn-group > :not(.btn-check) + .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.dropdown-toggle-split {
    padding-right: .5625rem;
    padding-left: .5625rem
}

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

.btn-group-sm > .btn + .dropdown-toggle-split, .btn-sm + .dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem
}

.btn-group-lg > .btn + .dropdown-toggle-split, .btn-lg + .dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

.btn-group-vertical {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center
}

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group {
    width: 100%
}

.btn-group-vertical > .btn-group:not(:first-child), .btn-group-vertical > .btn:not(:first-child) {
    margin-top: -1px
}

.btn-group-vertical > .btn-group:not(:last-child) > .btn, .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical > .btn-group:not(:first-child) > .btn, .btn-group-vertical > .btn ~ .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.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: #6c757d;
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-tabs {
    --bs-nav-tabs-border-width: 1px;
    --bs-nav-tabs-border-color: #dee2e6;
    --bs-nav-tabs-border-radius: 6px;
    --bs-nav-tabs-link-hover-border-color: #e9ecef #e9ecef #dee2e6;
    --bs-nav-tabs-link-active-color: #495057;
    --bs-nav-tabs-link-active-bg: #fff;
    --bs-nav-tabs-link-active-border-color: #dee2e6 #dee2e6 #fff;
    border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color)
}

.nav-tabs .dropdown-menu {
    margin-top: calc(var(--bs-nav-tabs-border-width) * -1);
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.navbar {
    --bs-navbar-padding-x: 0;
    --bs-navbar-padding-y: 0.5rem;
    --bs-navbar-color: rgba(0, 0, 0, .55);
    --bs-navbar-hover-color: rgba(0, 0, 0, .7);
    --bs-navbar-disabled-color: rgba(0, 0, 0, .3);
    --bs-navbar-active-color: rgba(0, 0, 0, .9);
    --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(0, 0, 0, .9);
    --bs-navbar-brand-hover-color: rgba(0, 0, 0, .9);
    --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%280, 0, 0, 0.55%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(0, 0, 0, .1);
    --bs-navbar-toggler-border-radius: 6px;
    --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, .navbar > .container-lg, .navbar > .container-md, .navbar > .container-sm, .navbar > .container-xl {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between
}

.navbar-brand {
    padding-top: var(--bs-navbar-brand-padding-y);
    padding-bottom: var(--bs-navbar-brand-padding-y);
    margin-right: var(--bs-navbar-brand-margin-end);
    font-size: var(--bs-navbar-brand-font-size);
    color: var(--bs-navbar-brand-color);
    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;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

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

.navbar-text {
    padding-top: .5rem;
    padding-bottom: .5rem;
    color: var(--bs-navbar-color)
}

.navbar-text a, .navbar-text a:focus, .navbar-text a:hover {
    color: var(--bs-navbar-active-color)
}

.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: transparent;
    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: 50%;
    background-size: 100%
}

.navbar-nav-scroll {
    max-height: var(--bs-scroll-height, 75vh);
    overflow-y: auto
}

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

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

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

    .navbar-expand-sm .navbar-nav-scroll {
        overflow: visible
    }

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

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

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

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

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

    .navbar-expand-md .navbar-nav-scroll {
        overflow: visible
    }

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

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

@media (min-width: 1025px) {
    .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-scroll {
        overflow: visible
    }

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

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

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

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

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

    .navbar-expand-xl .navbar-nav-scroll {
        overflow: visible
    }

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

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

.navbar-expand {
    flex-wrap: nowrap;
    justify-content: flex-start
}

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

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

.navbar-expand .navbar-nav-scroll {
    overflow: visible
}

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

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

.navbar-dark {
    --bs-navbar-color: hsla(0, 0%, 100%, .55);
    --bs-navbar-hover-color: hsla(0, 0%, 100%, .75);
    --bs-navbar-disabled-color: hsla(0, 0%, 100%, .25);
    --bs-navbar-active-color: #fff;
    --bs-navbar-brand-color: #fff;
    --bs-navbar-brand-hover-color: #fff;
    --bs-navbar-toggler-border-color: hsla(0, 0%, 100%, .1);
    --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%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.card {
    --bs-card-spacer-y: 1rem;
    --bs-card-spacer-x: 1rem;
    --bs-card-title-spacer-y: 0.5rem;
    --bs-card-border-width: 1px;
    --bs-card-border-color: var(--bs-border-color-translucent);
    --bs-card-border-radius: 6px;
    --bs-card-box-shadow: ;
    --bs-card-inner-border-radius: 5px;
    --bs-card-cap-padding-y: 0.5rem;
    --bs-card-cap-padding-x: 1rem;
    --bs-card-cap-bg: rgba(0, 0, 0, .03);
    --bs-card-cap-color: ;
    --bs-card-height: ;
    --bs-card-color: ;
    --bs-card-bg: #fff;
    --bs-card-img-overlay-padding: 1rem;
    --bs-card-group-margin: 10px;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: var(--bs-card-height);
    word-wrap: break-word;
    background-color: var(--bs-card-bg);
    background-clip: border-box;
    border: var(--bs-card-border-width) solid var(--bs-card-border-color);
    border-radius: var(--bs-card-border-radius)
}

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

.card-title {
    margin-bottom: var(--bs-card-title-spacer-y)
}

.card-subtitle {
    margin-top: calc(-.5 * var(--bs-card-title-spacer-y))
}

.card-subtitle, .card-text:last-child {
    margin-bottom: 0
}

.card-link + .card-link {
    margin-left: var(--bs-card-spacer-x)
}

.card-header {
    padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
    margin-bottom: 0;
    color: var(--bs-card-cap-color);
    background-color: var(--bs-card-cap-bg);
    border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color)
}

.card-header:first-child {
    border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0
}

.card-footer {
    padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
    color: var(--bs-card-cap-color);
    background-color: var(--bs-card-cap-bg);
    border-top: var(--bs-card-border-width) solid var(--bs-card-border-color)
}

.card-footer:last-child {
    border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius)
}

.card-header-tabs {
    margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
    border-bottom: 0
}

.card-header-pills, .card-header-tabs {
    margin-right: calc(-.5 * var(--bs-card-cap-padding-x));
    margin-left: calc(-.5 * var(--bs-card-cap-padding-x))
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: var(--bs-card-img-overlay-padding);
    border-radius: var(--bs-card-inner-border-radius)
}

.card-img, .card-img-bottom, .card-img-top {
    width: 100%
}

.card-img, .card-img-top {
    border-top-left-radius: var(--bs-card-inner-border-radius);
    border-top-right-radius: var(--bs-card-inner-border-radius)
}

.card-img, .card-img-bottom {
    border-bottom-right-radius: var(--bs-card-inner-border-radius);
    border-bottom-left-radius: var(--bs-card-inner-border-radius)
}

.card-group > .card {
    margin-bottom: var(--bs-card-group-margin)
}

@media (min-width: 576px) {
    .card-group {
        display: flex;
        flex-flow: row wrap
    }

    .card-group > .card {
        flex: 1 0;
        margin-bottom: 0
    }

    .card-group > .card + .card {
        margin-left: 0;
        border-left: 0
    }

    .card-group > .card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .card-group > .card:not(:last-child) .card-header, .card-group > .card:not(:last-child) .card-img-top {
        border-top-right-radius: 0
    }

    .card-group > .card:not(:last-child) .card-footer, .card-group > .card:not(:last-child) .card-img-bottom {
        border-bottom-right-radius: 0
    }

    .card-group > .card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .card-group > .card:not(:first-child) .card-header, .card-group > .card:not(:first-child) .card-img-top {
        border-top-left-radius: 0
    }

    .card-group > .card:not(:first-child) .card-footer, .card-group > .card:not(:first-child) .card-img-bottom {
        border-bottom-left-radius: 0
    }
}

.breadcrumb {
    --bs-breadcrumb-padding-x: 0;
    --bs-breadcrumb-padding-y: 0;
    --bs-breadcrumb-margin-bottom: 1rem;
    --bs-breadcrumb-bg: #f7f8fa;
    --bs-breadcrumb-border-radius: ;
    --bs-breadcrumb-divider-color: #6c757d;
    --bs-breadcrumb-item-padding-x: 0.5rem;
    --bs-breadcrumb-item-active-color: #6c757d;
    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)
}

.badge {
    --bs-badge-padding-x: 0.65em;
    --bs-badge-padding-y: 0.35em;
    --bs-badge-font-size: 0.75em;
    --bs-badge-font-weight: 700;
    --bs-badge-color: #fff;
    --bs-badge-border-radius: 6px;
    display: inline-block;
    padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
    font-size: var(--bs-badge-font-size);
    font-weight: var(--bs-badge-font-weight);
    line-height: 1;
    color: var(--bs-badge-color);
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: var(--bs-badge-border-radius)
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.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: 1px solid var(--bs-alert-border-color);
    --bs-alert-border-radius: 6px;
    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)
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 3rem
}

.alert-dismissible .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 1.25rem 1rem
}

.alert-primary {
    --bs-alert-color: #084298;
    --bs-alert-bg: #cfe2ff;
    --bs-alert-border-color: #b6d4fe
}

.alert-primary .alert-link {
    color: #06357a
}

.alert-secondary {
    --bs-alert-color: #41464b;
    --bs-alert-bg: #e2e3e5;
    --bs-alert-border-color: #d3d6d8
}

.alert-secondary .alert-link {
    color: #34383c
}

.alert-success {
    --bs-alert-color: #0f5132;
    --bs-alert-bg: #d1e7dd;
    --bs-alert-border-color: #badbcc
}

.alert-success .alert-link {
    color: #0c4128
}

.alert-info {
    --bs-alert-color: #055160;
    --bs-alert-bg: #cff4fc;
    --bs-alert-border-color: #b6effb
}

.alert-info .alert-link {
    color: #04414d
}

.alert-warning {
    --bs-alert-color: #664d03;
    --bs-alert-bg: #fff3cd;
    --bs-alert-border-color: #ffecb5
}

.alert-warning .alert-link {
    color: #523e02
}

.alert-danger {
    --bs-alert-color: #842029;
    --bs-alert-bg: #f8d7da;
    --bs-alert-border-color: #f5c2c7
}

.alert-danger .alert-link {
    color: #6a1a21
}

.alert-light {
    --bs-alert-color: #636464;
    --bs-alert-bg: #fefefe;
    --bs-alert-border-color: #fdfdfe
}

.alert-light .alert-link {
    color: #4f5050
}

.alert-dark {
    --bs-alert-color: #141619;
    --bs-alert-bg: #d3d3d4;
    --bs-alert-border-color: #bcbebf
}

.alert-dark .alert-link {
    color: #101214
}

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

.progress {
    --bs-progress-height: 1rem;
    --bs-progress-font-size: 0.75rem;
    --bs-progress-bg: #e9ecef;
    --bs-progress-border-radius: 6px;
    --bs-progress-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075);
    --bs-progress-bar-color: #fff;
    --bs-progress-bar-bg: #0d6efd;
    --bs-progress-bar-transition: width 0.6s ease;
    height: var(--bs-progress-height);
    font-size: var(--bs-progress-font-size);
    background-color: var(--bs-progress-bg);
    border-radius: var(--bs-progress-border-radius)
}

.progress, .progress-bar {
    display: flex;
    overflow: hidden
}

.progress-bar {
    flex-direction: column;
    justify-content: center;
    color: var(--bs-progress-bar-color);
    text-align: center;
    white-space: nowrap;
    background-color: var(--bs-progress-bar-bg);
    transition: var(--bs-progress-bar-transition)
}

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

.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em;
    color: #000;
    background: transparent 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") 50%/1em auto no-repeat;
    border: 0;
    border-radius: 6px;
    opacity: .5
}

.btn-close:hover {
    color: #000;
    text-decoration: none;
    opacity: .75
}

.btn-close:focus {
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
    opacity: 1
}

.btn-close.disabled, .btn-close:disabled {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    opacity: .25
}

.btn-close-white {
    filter: invert(1) grayscale(100%) brightness(200%)
}

.modal {
    --bs-modal-zindex: 1055;
    --bs-modal-width: 500px;
    --bs-modal-padding: 1rem;
    --bs-modal-margin: 0.5rem;
    --bs-modal-color: ;
    --bs-modal-bg: #fff;
    --bs-modal-border-color: var(--bs-border-color-translucent);
    --bs-modal-border-width: 1px;
    --bs-modal-border-radius: 0.5rem;
    --bs-modal-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, .075);
    --bs-modal-inner-border-radius: calc(0.5rem - 1px);
    --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: 1px;
    --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: 1px;
    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: translateY(-50px)
}

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

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

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

.modal-dialog-scrollable {
    height: calc(100% - var(--bs-modal-margin) * 2)
}

.modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.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: 100vw;
    height: 100vh;
    background-color: var(--bs-backdrop-bg)
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: var(--bs-backdrop-opacity)
}

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: var(--bs-modal-header-padding);
    border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
    border-top-left-radius: var(--bs-modal-inner-border-radius);
    border-top-right-radius: var(--bs-modal-inner-border-radius)
}

.modal-header .btn-close {
    padding: calc(var(--bs-modal-header-padding-y) * .5) calc(var(--bs-modal-header-padding-x) * .5);
    margin: calc(var(--bs-modal-header-padding-y) * -.5) calc(var(--bs-modal-header-padding-x) * -.5) calc(var(--bs-modal-header-padding-y) * -.5) auto
}

.modal-title {
    margin-bottom: 0;
    line-height: var(--bs-modal-title-line-height)
}

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

.modal-footer {
    display: flex;
    flex-shrink: 0;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * .5);
    background-color: var(--bs-modal-footer-bg);
    border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
    border-bottom-right-radius: var(--bs-modal-inner-border-radius);
    border-bottom-left-radius: var(--bs-modal-inner-border-radius)
}

.modal-footer > * {
    margin: calc(var(--bs-modal-footer-gap) * .5)
}

@media (min-width: 576px) {
    .modal {
        --bs-modal-margin: 1.75rem;
        --bs-modal-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15)
    }

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

    .modal-sm {
        --bs-modal-width: 300px
    }
}

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

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

.modal-fullscreen {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0
}

.modal-fullscreen .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0
}

.modal-fullscreen .modal-footer, .modal-fullscreen .modal-header {
    border-radius: 0
}

.modal-fullscreen .modal-body {
    overflow-y: auto
}

@media (max-width: 575.98px) {
    .modal-fullscreen-sm-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-sm-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-sm-down .modal-footer, .modal-fullscreen-sm-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-sm-down .modal-body {
        overflow-y: auto
    }
}

@media (max-width: 790.98px) {
    .modal-fullscreen-md-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-md-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-md-down .modal-footer, .modal-fullscreen-md-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-md-down .modal-body {
        overflow-y: auto
    }
}

@media (max-width: 1024.98px) {
    .modal-fullscreen-lg-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-lg-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-lg-down .modal-footer, .modal-fullscreen-lg-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-lg-down .modal-body {
        overflow-y: auto
    }
}

@media (max-width: 1229.98px) {
    .modal-fullscreen-xl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-xl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-xl-down .modal-footer, .modal-fullscreen-xl-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-xl-down .modal-body {
        overflow-y: auto
    }
}

@keyframes spinner-border {
    to {
        transform: rotate(1turn)
    }
}

@keyframes spinner-grow {
    0% {
        transform: scale(0)
    }
    50% {
        opacity: 1;
        transform: none
    }
}

.placeholder {
    display: inline-block;
    min-height: 1em;
    vertical-align: middle;
    cursor: wait;
    background-color: currentcolor;
    opacity: .5
}

.placeholder.btn:before {
    display: inline-block;
    content: ""
}

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

@keyframes placeholder-wave {
    to {
        -webkit-mask-position: -200% 0;
        mask-position: -200% 0
    }
}

.text-bg-primary {
    color: #fff !important;
    background-color: RGBA(13, 110, 253, var(--bs-bg-opacity, 1)) !important
}

.text-bg-secondary {
    color: #fff !important;
    background-color: RGBA(108, 117, 125, var(--bs-bg-opacity, 1)) !important
}

.text-bg-success {
    color: #fff !important;
    background-color: RGBA(25, 135, 84, var(--bs-bg-opacity, 1)) !important
}

.text-bg-info {
    color: #000 !important;
    background-color: RGBA(13, 202, 240, var(--bs-bg-opacity, 1)) !important
}

.text-bg-warning {
    color: #000 !important;
    background-color: RGBA(255, 193, 7, var(--bs-bg-opacity, 1)) !important
}

.text-bg-danger {
    color: #fff !important;
    background-color: RGBA(220, 53, 69, var(--bs-bg-opacity, 1)) !important
}

.text-bg-light {
    color: #000 !important;
    background-color: RGBA(248, 249, 250, var(--bs-bg-opacity, 1)) !important
}

.text-bg-dark {
    color: #fff !important;
    background-color: RGBA(33, 37, 41, var(--bs-bg-opacity, 1)) !important
}

.ratio {
    position: relative;
    width: 100%
}

.ratio:before {
    display: block;
    padding-top: var(--bs-aspect-ratio);
    content: ""
}

.ratio > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

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

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.d-inline {
    display: inline !important
}

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

.d-block {
    display: block !important
}

.d-grid {
    display: grid !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: flex !important
}

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

.d-none {
    display: none !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

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

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

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

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

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

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

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

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

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

.justify-content-start {
    justify-content: flex-start !important
}

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

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

.m-0 {
    margin: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

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

.m-5 {
    margin: 3rem !important
}

.m-auto {
    margin: auto !important
}

.mx-1 {
    margin-right: .25rem !important;
    margin-left: .25rem !important
}

.mx-2 {
    margin-right: .5rem !important;
    margin-left: .5rem !important
}

.mx-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important
}

.my-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important
}

.my-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important
}

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

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

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

.mt-1 {
    margin-top: .25rem !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-2 {
    margin-bottom: .5rem !important
}

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

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

.p-0 {
    padding: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

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

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

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

.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important
}

.px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.py-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important
}

.py-3 {
    padding-bottom: 1rem !important
}

.pt-3, .py-3 {
    padding-top: 1rem !important
}

.pt-4 {
    padding-top: 1.5rem !important
}

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

.pb-2 {
    padding-bottom: .5rem !important
}

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

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

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

.text-decoration-none {
    text-decoration: none !important
}

.text-decoration-underline {
    text-decoration: underline !important
}

.text-decoration-line-through {
    text-decoration: line-through !important
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.text-wrap {
    white-space: normal !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-break {
    word-wrap: break-word !important;
    word-break: break-word !important
}

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

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

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

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

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

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

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

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

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

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

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

.text-muted {
    --bs-text-opacity: 1;
    color: #6c757d !important
}

.text-black-50 {
    --bs-text-opacity: 1;
    color: rgba(0, 0, 0, .5) !important
}

.text-white-50 {
    --bs-text-opacity: 1;
    color: hsla(0, 0%, 100%, .5) !important
}

.text-reset {
    --bs-text-opacity: 1;
    color: inherit !important
}

.text-opacity-25 {
    --bs-text-opacity: 0.25
}

.text-opacity-50 {
    --bs-text-opacity: 0.5
}

.text-opacity-75 {
    --bs-text-opacity: 0.75
}

.text-opacity-100 {
    --bs-text-opacity: 1
}

.bg-primary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important
}

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

.bg-success {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important
}

.bg-info {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important
}

.bg-warning {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important
}

.bg-danger {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important
}

.bg-light {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important
}

.bg-dark {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important
}

.bg-black {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important
}

.bg-white {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important
}

.bg-body {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important
}

.bg-transparent {
    --bs-bg-opacity: 1;
    background-color: transparent !important
}

.bg-opacity-10 {
    --bs-bg-opacity: 0.1
}

.bg-opacity-25 {
    --bs-bg-opacity: 0.25
}

.bg-opacity-50 {
    --bs-bg-opacity: 0.5
}

.bg-opacity-75 {
    --bs-bg-opacity: 0.75
}

.bg-opacity-100 {
    --bs-bg-opacity: 1
}

.bg-gradient {
    background-image: var(--bs-gradient) !important
}

.visible {
    visibility: visible !important
}

@media (min-width: 576px) {
    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

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

    .d-sm-grid {
        display: grid !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

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

    .d-sm-inline-flex {
        display: inline-flex !important
    }

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

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

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

    .m-sm-1 {
        margin: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

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

    .m-sm-5 {
        margin: 3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

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

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

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

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

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

@media (min-width: 791px) {
    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

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

    .d-md-grid {
        display: grid !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

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

    .d-md-inline-flex {
        display: inline-flex !important
    }

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

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

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

    .m-md-1 {
        margin: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

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

    .m-md-5 {
        margin: 3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

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

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

    .p-md-0 {
        padding: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

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

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

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

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

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

@media (min-width: 1025px) {
    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

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

    .d-lg-grid {
        display: grid !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

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

    .d-lg-inline-flex {
        display: inline-flex !important
    }

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

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

    .m-lg-1 {
        margin: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

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

    .m-lg-5 {
        margin: 3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

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

    .p-lg-0 {
        padding: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

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

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

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

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

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

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

    .d-xl-inline-block {
        display: inline-block !important
    }

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

    .d-xl-grid {
        display: grid !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

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

    .d-xl-inline-flex {
        display: inline-flex !important
    }

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

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

    .m-xl-1 {
        margin: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

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

    .m-xl-5 {
        margin: 3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

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

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

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

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

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

@media print {
    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

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

    .d-print-grid {
        display: grid !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

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

    .d-print-inline-flex {
        display: inline-flex !important
    }

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

.tt-header-icon svg {
    font-size: 37px;
    line-height: 1;
    top: 0;
    position: relative;
    transition: color .2s linear;
    color: #0369a1;
    width: 40px;
    height: 30px
}

.tt-header-icon:hover svg {
    color: #0c4a6e
}

.tt-top-panel {
    background: #0369a1
}

.tt-top-panel .tt-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: flex-start;
    align-items: flex-start;
    padding: 24px 15px 15px;
    font-size: 13px;
    line-height: 23px;
    color: #fff;
    font-family: Inter, sans-serif;
    letter-spacing: .06em;
    word-spacing: .03em;
    position: relative
}

.tt-top-panel .tt-row a:not([class]) {
    display: inline-block;
    color: #fff;
    position: relative
}

.tt-top-panel .tt-row a:not([class]):before {
    content: "";
    display: block;
    position: absolute;
    bottom: 4px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
    transition: background-color .2s linear
}

.tt-top-panel .tt-row a:not([class]):hover:before {
    background-color: transparent
}

.tt-top-panel .tt-row .tt-description {
    text-align: center
}

.tt-top-panel .tt-row .tt-btn-close {
    text-decoration: none;
    margin-left: 27px;
    padding: 2px;
    font-weight: 400;
    cursor: pointer;
    background: none;
    border: none;
    font-weight: 500;
    position: relative;
    top: -1px
}

.tt-top-panel .tt-row .tt-btn-close:before {
    font-family: wokiee;
    content: "";
    color: #fff;
    font-size: 20px;
    line-height: 1;
    transition: color .2s linear
}

.tt-top-panel .tt-row .tt-btn-close:hover:before {
    color: #fff
}

.tt-top-panel.tt-color-02 {
    background-color: #373e48;
    color: #fff
}

.tt-top-panel.tt-top-panel-largexl .tt-text-large {
    font-size: 28px
}

.tt-top-panel.tt-top-panel-largexl .tt-row {
    padding: 26px 15px 18px;
    font-size: 18px;
    font-weight: 500
}

header .tt-logo {
    position: relative;
    display: inline-flex
}

header .tt-logo .tt-title {
    padding: 0;
    display: inline-block;
    font-size: 19px;
    line-height: 1.1;
    font-family: Inter, sans-serif;
    font-weight: 500;
    color: #0369a1;
    text-transform: uppercase
}

header .tt-logo:hover .tt-title {
    color: #0c4a6e
}

header .tt-logo-alignment {
    position: relative
}

header .tt-desktop-header .tt-logo {
    margin-top: 13px;
    margin-bottom: 17px
}

header .tt-desktop-header .tt-logo .tt-title {
    margin-top: 6px;
    transition: color .2s linear
}

@media (min-width: 1230px) {
    header .tt-desktop-header .dropdown-menu {
        max-width: 1200px
    }
}

header .tt-dropdown-obj {
    display: inline-flex
}

header .tt-dropdown-obj .tt-dropdown-toggle {
    position: relative;
    z-index: 1;
    cursor: pointer;
    padding: 5px 8px;
    font-size: 20px;
    line-height: 1;
    color: #0c4a6e;
    background: none;
    border: none;
    display: inline-block;
    transition: color .2s linear
}

header .tt-dropdown-obj .tt-dropdown-toggle i {
    pointer-events: none
}

header .tt-dropdown-obj .tt-dropdown-toggle:hover {
    color: #0369a1
}

header .tt-dropdown-obj .tt-dropdown-menu {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    background: #fff;
    position: absolute;
    right: 0;
    top: calc(100% + 15px);
    z-index: 22;
    transition: .4s
}

@media (max-width: 1024px) {
    header .tt-dropdown-obj:not(.tt-search) .tt-dropdown-menu {
        display: block;
        right: auto;
        height: 100%;
        top: 0;
        left: 0;
        transform: translate(-100%);
        transform: translate3d(-100%, 0, 0);
        transition: transform .3s ease;
        position: fixed
    }

    header .container {
        max-width: inherit
    }
}

header .tt-dropdown-obj.active .tt-dropdown-toggle {
    z-index: 2;
    color: #0369a1
}

header .tt-account .tt-dropdown-menu, header .tt-cart .tt-dropdown-menu, header .tt-multi-obj .tt-dropdown-menu {
    box-shadow: 0 0 10px rgba(0, 0, 0, .08)
}

@media (min-width: 1025px) {
    header .tt-account .tt-dropdown-menu, header .tt-cart .tt-dropdown-menu, header .tt-multi-obj .tt-dropdown-menu {
        width: 280px
    }
}

@media (max-width: 1024px) {
    header .tt-account .tt-dropdown-menu, header .tt-cart .tt-dropdown-menu, header .tt-multi-obj .tt-dropdown-menu {
        width: 270px
    }

    header .tt-cart .tt-dropdown-menu {
        width: 320px
    }

    header .tt-cart .tt-dropdown-menu .tt-cart-layout .tt-cart-content {
        padding: 26px 30px 23px
    }

    header .tt-cart .tt-dropdown-menu .tt-cart-layout .tt-cart-content .tt-cart-total-row {
        margin-top: 30px;
        padding-top: 24px
    }

    header .tt-cart .tt-dropdown-menu .tt-cart-layout .tt-cart-content .tt-cart-btn {
        margin-top: 4px
    }

    header .tt-cart .tt-dropdown-menu .tt-cart-layout .tt-cart-content .tt-cart-btn .tt-item {
        margin-top: 20px
    }

    header .tt-cart .tt-dropdown-menu .tt-cart-layout .tt-cart-content .tt-cart-btn .btn {
        font-weight: 500
    }

    header .tt-cart .tt-dropdown-menu .tt-cart-layout .tt-cart-content .tt-cart-btn .btn:not(.btn-border) {
        font-size: 12px
    }

    header .tt-cart .tt-dropdown-menu .tt-cart-layout .tt-cart-content .tt-cart-total-title {
        letter-spacing: .02em
    }
}

header .tt-account.active .tt-dropdown-menu, header .tt-cart.active .tt-dropdown-menu, header .tt-multi-obj.active .tt-dropdown-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: visible;
    top: 100%
}

@media (max-width: 1024px) {
    header .tt-account.active .tt-dropdown-menu, header .tt-cart.active .tt-dropdown-menu, header .tt-multi-obj.active .tt-dropdown-menu {
        display: block;
        right: auto;
        top: 0;
        transform: translate(0);
        transform: translateZ(0)
    }
}

header .tt-parent-box:first-child .tt-dropdown-toggle {
    padding-left: 0
}

header .tt-parent-box:last-child .tt-dropdown-toggle {
    padding-right: 0
}

header .tt-parent-box {
    display: inline-flex;
    vertical-align: top
}

header .tt-box-info ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

header .tt-box-info ul li {
    padding-top: 8px;
    padding-bottom: 8px;
    letter-spacing: .01em;
    font-size: 14px
}

header .tt-box-info ul li a {
    transition: color .2s linear
}

header .tt-box-info ul li a.tt-link-underline {
    display: inline-block;
    position: relative
}

header .tt-box-info ul li a.tt-link-underline:before {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 4px;
    width: 100%;
    height: 1px;
    transition: background-color .1s linear
}

header .tt-box-info ul li a.tt-link-underline:hover:before {
    background-color: transparent
}

header .tt-box-info ul li [class^=icon-] {
    margin-right: 4px;
    font-size: 18px;
    position: relative;
    top: 2px
}

header .tt-box-info ul li:not(:first-child) {
    margin-left: 15px
}

@media (min-width: 1025px) {
    header .tt-account .tt-dropdown-menu .tt-dropdown-inner {
        padding: 33px 20px 37px 39px
    }
}

@media (max-width: 1024px) {
    header .tt-account .tt-dropdown-menu .tt-dropdown-inner {
        padding: 15px 20px 37px 29px
    }

    header .tt-account .tt-dropdown-menu .tt-dropdown-inner ul li {
        letter-spacing: .01em
    }

    header .tt-account .tt-dropdown-menu .tt-dropdown-inner ul li a {
        display: inline-block;
        padding: 7px 0;
        color: #0c4a6e
    }

    header .tt-account .tt-dropdown-menu .tt-dropdown-inner ul li a [class^=icon-] {
        top: 3px;
        margin-right: 7px;
        color: #0c4a6e
    }

    header .tt-account .tt-dropdown-menu .tt-dropdown-inner ul li a .icon-n-072, header .tt-account .tt-dropdown-menu .tt-dropdown-inner ul li a .icon-n-08 {
        margin-right: 10px
    }

    header .tt-account .tt-dropdown-menu .tt-dropdown-inner ul li a:hover, header .tt-account .tt-dropdown-menu .tt-dropdown-inner ul li a:hover [class^=icon-] {
        color: #0369a1
    }
}

header .tt-account ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    margin: -1px 0 0
}

header .tt-account ul li {
    font-size: 14px
}

header .tt-account ul li a {
    color: #0c4a6e;
    padding: 1px 0;
    display: block;
    transition: color .2s linear
}

header .tt-account ul li a [class^=icon-] {
    font-size: 20px;
    line-height: 1;
    margin-right: 8px;
    position: relative;
    top: 4px;
    color: #0c4a6e;
    transition: color .2s linear
}

header .tt-account ul li a .icon-n-072, header .tt-account ul li a .icon-n-08 {
    font-size: 16px;
    margin-right: 11px
}

header .tt-account ul li a:hover, header .tt-account ul li a:hover [class^=icon-] {
    color: #0369a1
}

@media (min-width: 1025px) {
    header .tt-multi-obj .tt-dropdown-menu .tt-dropdown-inner {
        padding: 35px 20px 30px 41px
    }
}

@media (max-width: 1024px) {
    header .tt-multi-obj .tt-dropdown-menu .tt-dropdown-inner ul {
        padding: 16px 30px 16px 31px;
        position: relative;
        margin-top: 0
    }

    header .tt-multi-obj .tt-dropdown-menu .tt-dropdown-inner ul li {
        letter-spacing: .02em
    }

    header .tt-multi-obj .tt-dropdown-menu .tt-dropdown-inner ul li a, header .tt-multi-obj .tt-dropdown-menu .tt-dropdown-inner ul li button {
        padding: 9px 0;
        color: #0c4a6e
    }

    header .tt-multi-obj .tt-dropdown-menu .tt-dropdown-inner ul li a [class^=icon-], header .tt-multi-obj .tt-dropdown-menu .tt-dropdown-inner ul li button [class^=icon-] {
        font-size: 20px;
        color: #0c4a6e
    }

    header .tt-multi-obj .tt-dropdown-menu .tt-dropdown-inner ul li a:hover, header .tt-multi-obj .tt-dropdown-menu .tt-dropdown-inner ul li a:hover [class^=icon-], header .tt-multi-obj .tt-dropdown-menu .tt-dropdown-inner ul li button:hover, header .tt-multi-obj .tt-dropdown-menu .tt-dropdown-inner ul li button:hover [class^=icon-], header .tt-multi-obj .tt-dropdown-menu .tt-dropdown-inner ul li.active a, header .tt-multi-obj .tt-dropdown-menu .tt-dropdown-inner ul li.active a [class^=icon-], header .tt-multi-obj .tt-dropdown-menu .tt-dropdown-inner ul li.active button, header .tt-multi-obj .tt-dropdown-menu .tt-dropdown-inner ul li.active button [class^=icon-] {
        color: #0369a1
    }

    header .tt-multi-obj .tt-dropdown-menu .tt-dropdown-inner ul:not(:first-child) {
        border-top: 1px solid #e9e7e7
    }
}

header .tt-multi-obj ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    margin: -4px 0 0
}

header .tt-multi-obj ul li {
    font-size: 14px
}

header .tt-multi-obj ul li button {
    background-color: transparent;
    border: none
}

header .tt-multi-obj ul li a, header .tt-multi-obj ul li button {
    color: #0c4a6e;
    padding: 3px 0;
    display: block;
    transition: color .2s linear
}

header .tt-multi-obj ul li a [class^=icon-], header .tt-multi-obj ul li button [class^=icon-] {
    font-size: 15px;
    line-height: 1;
    margin-right: 8px;
    margin-left: -3px;
    position: relative;
    top: 1px;
    color: #0c4a6e;
    transition: color .2s linear
}

header .tt-multi-obj ul li a:hover, header .tt-multi-obj ul li a:hover [class^=icon-], header .tt-multi-obj ul li button:hover, header .tt-multi-obj ul li button:hover [class^=icon-], header .tt-multi-obj ul li.active a, header .tt-multi-obj ul li.active a [class^=icon-], header .tt-multi-obj ul li.active button, header .tt-multi-obj ul li.active button [class^=icon-] {
    color: #0369a1
}

header .tt-multi-obj ul:not(:first-child) {
    margin-top: 22px
}

header .tt-multi-obj .tt-mobile-add + ul {
    margin-top: 0
}

header .tt-dropdown-obj:not(.tt-search) .tt-mobile-add {
    border-bottom: 1px solid #e9e7e7
}

@media (min-width: 1025px) {
    header .tt-dropdown-obj:not(.tt-search) .tt-mobile-add {
        display: none
    }
}

header .tt-dropdown-obj:not(.tt-search) .tt-mobile-add .tt-title {
    color: #0c4a6e;
    font-size: 14px;
    line-height: 1.1;
    pointer-events: none
}

header .tt-dropdown-obj:not(.tt-search) .tt-mobile-add .tt-close {
    font-size: 14px;
    padding: 13px 12px 13px 29px;
    display: block;
    color: #0f1111;
    transition: color .2s linear;
    background: none;
    border: none;
    cursor: pointer;
    width: 100%;
    text-align: left
}

header .tt-dropdown-obj:not(.tt-search) .tt-mobile-add .tt-close:before {
    font-family: wokiee;
    content: "";
    padding-right: 6px;
    font-size: 14px;
    position: relative;
    top: 1px;
    color: #0f1111;
    transition: color .2s linear
}

header .tt-dropdown-obj:not(.tt-search) .tt-mobile-add .tt-close:hover, header .tt-dropdown-obj:not(.tt-search) .tt-mobile-add .tt-close:hover:before {
    color: #0369a1
}

header .tt-dropdown-obj:not(.tt-search) .tt-mobile-add .tt-title {
    padding: 18px 0 17px 30px
}

header .tt-dropdown-obj:not(.tt-search) .tt-mobile-add .tt-title + .tt-close {
    position: absolute;
    right: 9px;
    top: 0;
    font-size: 0;
    text-align: right
}

header .tt-cart .tt-dropdown-toggle .tt-badge-cart {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: #0369a1;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    top: -3px;
    right: -10px;
    font-size: 12px;
    line-height: 1.7;
    pointer-events: none
}

header .tt-cart .tt-cart-layout .tt-cart-empty {
    padding: 21px 20px 19px;
    text-align: center;
    display: block
}

header .tt-cart .tt-cart-layout .tt-cart-empty [class^=icon-] {
    font-size: 40px;
    line-height: 1;
    color: #cdcdcd
}

header .tt-cart .tt-cart-layout .tt-cart-empty p {
    margin-top: 7px;
    letter-spacing: .01em;
    color: #0f1111
}

header .tt-cart .tt-cart-layout .tt-cart-content {
    padding: 26px 20px 23px
}

header .tt-cart .tt-cart-layout .tt-cart-content .tt-cart-list .tt-item {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: stretch;
    align-items: flex-start
}

header .tt-cart .tt-cart-layout .tt-cart-content .tt-cart-list .tt-item .tt-item-img {
    margin-top: 4px
}

header .tt-cart .tt-cart-layout .tt-cart-content .tt-cart-list .tt-item .tt-item-img img {
    width: 67px;
    height: auto
}

header .tt-cart .tt-cart-layout .tt-cart-content .tt-cart-list .tt-item a:not([class]) {
    display: flex;
    width: 100%;
    transition: color .2s linear
}

header .tt-cart .tt-cart-layout .tt-cart-content .tt-cart-list .tt-item a:not([class]) .tt-title {
    color: #0c4a6e
}

header .tt-cart .tt-cart-layout .tt-cart-content .tt-cart-list .tt-item a:not([class]):hover .tt-title {
    color: #0369a1
}

header .tt-cart .tt-cart-layout .tt-cart-content .tt-cart-list .tt-item .tt-item-img + .tt-item-descriptions {
    margin-left: 20px
}

header .tt-cart .tt-cart-layout .tt-cart-content .tt-cart-list .tt-item .tt-item-descriptions {
    flex: 2 1 auto
}

header .tt-cart .tt-cart-layout .tt-cart-content .tt-cart-list .tt-item .tt-item-descriptions .tt-title {
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    transition: color .2s linear
}

header .tt-cart .tt-cart-layout .tt-cart-content .tt-cart-list .tt-item .tt-item-descriptions .tt-add-info {
    list-style: none;
    margin: 4px 0 0;
    padding: 0 0 5px
}

header .tt-cart .tt-cart-layout .tt-cart-content .tt-cart-list .tt-item .tt-item-descriptions .tt-add-info li {
    color: #999;
    font-size: 14px;
    line-height: 1
}

header .tt-cart .tt-cart-layout .tt-cart-content .tt-cart-list .tt-item .tt-item-descriptions .tt-quantity {
    display: inline-flex;
    font-size: 14px;
    color: #0f1111
}

header .tt-cart .tt-cart-layout .tt-cart-content .tt-cart-list .tt-item .tt-item-descriptions .tt-price {
    display: inline-flex;
    font-size: 16px;
    color: #0c4a6e;
    font-weight: 500
}

header .tt-cart .tt-cart-layout .tt-cart-content .tt-cart-list .tt-item .tt-item-descriptions > :first-child {
    margin-top: 0
}

header .tt-cart .tt-cart-layout .tt-cart-content .tt-cart-list .tt-item:not(:first-child) {
    margin-top: 16px
}

header .tt-cart .tt-cart-layout .tt-cart-content .tt-cart-list .tt-item-close .tt-btn-close {
    padding: 4px;
    margin-right: -6px;
    position: relative;
    top: -1px;
    background: none;
    border: none
}

header .tt-cart .tt-cart-layout .tt-cart-content .tt-cart-list .tt-item-close .tt-btn-close:before {
    content: "";
    color: #0c4a6e;
    font-size: 15px;
    line-height: 22px;
    font-family: wokiee;
    transition: color .2s linear
}

header .tt-cart .tt-cart-layout .tt-cart-content .tt-cart-list .tt-item-close .tt-btn-close:hover:before {
    color: #0369a1
}

header .tt-cart .tt-cart-layout .tt-cart-content .tt-cart-total-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: stretch;
    align-items: flex-start;
    border-top: 1px solid #e9e7e7;
    margin-top: 20px;
    padding-top: 14px
}

header .tt-cart .tt-cart-layout .tt-cart-content .tt-cart-total-row .tt-cart-total-title {
    font-weight: 500;
    color: #0c4a6e;
    font-size: 14px;
    font-family: Inter, sans-serif
}

header .tt-cart .tt-cart-layout .tt-cart-content .tt-cart-total-row .tt-cart-total-price {
    flex: 2 1 auto;
    text-align: right;
    font-size: 16px;
    font-weight: 500;
    color: #0c4a6e
}

header .tt-cart .tt-cart-layout .tt-cart-content .tt-cart-btn {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    text-align: center
}

header .tt-cart .tt-cart-layout .tt-cart-content .tt-cart-btn .tt-item {
    margin-top: 11px;
    width: 100%
}

header .tt-cart .tt-cart-layout .tt-cart-content .tt-cart-btn .btn {
    padding-left: 13px;
    padding-right: 13px;
    width: 100%
}

header .tt-dropdown-obj .tt-dropdown-toggle:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0
}

@media (min-width: 1025px) {
    header .tt-search .tt-dropdown-menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background: #fff;
        display: block;
        box-shadow: 0 0 10px rgba(0, 0, 0, .08);
        transform: translateY(-100%);
        transform: translate3d(0, -100%, 0);
        visibility: hidden;
        transition: all .2s linear
    }

    header .tt-search .tt-dropdown-menu .container {
        position: relative;
        padding-top: 40px;
        padding-bottom: 40px
    }

    header .tt-search .tt-dropdown-menu .form, header .tt-search .tt-dropdown-menu form {
        position: relative;
        display: block
    }

    header .tt-search .tt-dropdown-menu .tt-search-input {
        background: transparent;
        font-size: 24px;
        font-weight: 500;
        border: none;
        border-bottom: 1px solid #eceaea;
        padding: 11px 12px 10px 0;
        font-family: Inter, sans-serif;
        box-shadow: none;
        outline: none;
        width: 100%;
        text-transform: uppercase;
        color: #0c4a6e;
        margin-top: 28px;
        border-right: 0;
        transition: all .2s linear
    }

    header .tt-search .tt-dropdown-menu .tt-search-input:not(focus)::-webkit-input-placeholder {
        color: #0c4a6e;
        text-transform: uppercase
    }

    header .tt-search .tt-dropdown-menu .tt-search-input:not(focus):-moz-placeholder, header .tt-search .tt-dropdown-menu .tt-search-input:not(focus)::-moz-placeholder {
        color: #0c4a6e;
        text-transform: uppercase
    }

    header .tt-search .tt-dropdown-menu .tt-search-input:not(focus):-ms-input-placeholder {
        color: #0c4a6e;
        text-transform: uppercase
    }

    header .tt-search .tt-dropdown-menu .tt-btn-search {
        color: #333;
        font-size: 30px;
        line-height: 1;
        font-family: wokiee;
        position: absolute;
        cursor: pointer;
        top: 41px;
        padding: 4px 0 4px 4px;
        margin-top: -4px;
        right: 0;
        z-index: 3;
        display: inline-block;
        background: none;
        border: none;
        transition: color .2s linear
    }

    header .tt-search .tt-dropdown-menu .tt-btn-search:before {
        content: ""
    }

    header .tt-search .tt-dropdown-menu .tt-btn-search:hover {
        color: #0369a1
    }

    header .tt-search .tt-dropdown-menu .tt-info-text {
        position: absolute;
        top: 0;
        left: 0
    }

    header .tt-search .tt-dropdown-menu .tt-btn-close {
        display: inline-flex;
        position: absolute;
        top: 0;
        right: 0;
        margin-top: -1px;
        color: #0f1111;
        font-size: 14px;
        line-height: 1;
        font-family: wokiee;
        padding: 5px 0 5px 5px;
        background: none;
        border: none;
        cursor: pointer;
        transition: color .2s linear
    }

    header .tt-search .tt-dropdown-menu .tt-btn-close:before {
        font-family: wokiee;
        content: "";
        line-height: 1
    }

    header .tt-search .tt-dropdown-menu .tt-btn-close:hover {
        color: #0369a1
    }

    header .tt-search .tt-dropdown-menu .tt-description {
        text-align: center
    }

    header .tt-search .tt-dropdown-menu .tt-price {
        justify-content: center
    }

    header .tt-search .tt-dropdown-menu > .container {
        display: none
    }
}

@media (max-width: 1024px) {
    header .tt-search .tt-dropdown-menu {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-content: flex-start;
        align-items: center;
        background: #fff;
        position: absolute;
        z-index: -2;
        opacity: 0;
        width: 100%;
        top: 0;
        left: 0
    }

    header .tt-search .tt-dropdown-menu:before {
        content: "";
        display: block;
        width: calc(100% + 20px);
        z-index: 0;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        background: #fff;
        margin-left: -10px;
        margin-right: -10px
    }

    header .tt-search .tt-dropdown-menu .container {
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
        position: relative
    }

    header .tt-search .tt-dropdown-menu .container [class^=tt-col]:first-child:first-child {
        padding-left: 0
    }

    header .tt-search .tt-dropdown-menu .tt-info-text {
        display: none
    }

    header .tt-search .tt-dropdown-menu .form, header .tt-search .tt-dropdown-menu form {
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-content: flex-end;
        align-items: center
    }

    header .tt-search .tt-dropdown-menu .form .tt-col:first-child, header .tt-search .tt-dropdown-menu form .tt-col:first-child {
        flex: 2 1 auto
    }

    header .tt-search .tt-dropdown-menu .form .tt-col:last-child, header .tt-search .tt-dropdown-menu form .tt-col:last-child {
        margin-left: 20px
    }

    header .tt-search .tt-dropdown-menu .form .tt-search-input, header .tt-search .tt-dropdown-menu form .tt-search-input {
        background: transparent;
        font-size: 16px;
        border: 1px solid transparent;
        padding: 14px 12px 8px 0;
        font-family: Inter, sans-serif;
        box-shadow: none;
        outline: none;
        width: calc(100% - 40px);
        color: #0f1111;
        border-right: 0;
        transition: all .2s linear
    }

    header .tt-search .tt-dropdown-menu .form .tt-search-input:not(focus)::-webkit-input-placeholder, header .tt-search .tt-dropdown-menu form .tt-search-input:not(focus)::-webkit-input-placeholder {
        color: #0c4a6e;
        text-transform: uppercase
    }

    header .tt-search .tt-dropdown-menu .form .tt-search-input:not(focus):-moz-placeholder, header .tt-search .tt-dropdown-menu .form .tt-search-input:not(focus)::-moz-placeholder, header .tt-search .tt-dropdown-menu form .tt-search-input:not(focus):-moz-placeholder, header .tt-search .tt-dropdown-menu form .tt-search-input:not(focus)::-moz-placeholder {
        color: #0c4a6e;
        text-transform: uppercase
    }

    header .tt-search .tt-dropdown-menu .form .tt-search-input:not(focus):-ms-input-placeholder, header .tt-search .tt-dropdown-menu form .tt-search-input:not(focus):-ms-input-placeholder {
        color: #0c4a6e;
        text-transform: uppercase
    }

    header .tt-search .tt-dropdown-menu .tt-btn-close {
        display: inline-flex;
        color: #0f1111;
        font-size: 20px;
        line-height: 1;
        font-family: wokiee;
        padding: 3px 0 5px 5px;
        background: none;
        border: none;
        cursor: pointer;
        position: relative;
        top: 3px;
        transition: color .2s linear
    }

    header .tt-search .tt-dropdown-menu .tt-btn-close:before {
        font-family: wokiee;
        content: "";
        font-size: 20px;
        line-height: 1
    }

    header .tt-search .tt-dropdown-menu .tt-btn-close:hover {
        color: #0369a1
    }

    header .tt-search .tt-dropdown-menu .tt-btn-search {
        color: #0369a1;
        font-size: 20px;
        line-height: 1;
        font-family: wokiee;
        position: absolute;
        cursor: pointer;
        top: 50%;
        margin-top: -10px;
        right: 40px;
        z-index: 3;
        display: inline-block;
        background: none;
        border: none;
        transition: color .2s linear
    }

    header .tt-search .tt-dropdown-menu .tt-btn-search:before {
        content: ""
    }

    header .tt-search .tt-dropdown-menu .search-results {
        position: absolute;
        top: 38px;
        left: 0;
        padding: 11px 11px 19px
    }
}

@media (max-width: 1024px)and (min-width: 481px) {
    header .tt-search .tt-dropdown-menu .search-results {
        width: calc(100% + 40px);
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px;
        padding-right: 20px
    }
}

@media (max-width: 1024px)and (max-width: 481px) {
    header .tt-search .tt-dropdown-menu .search-results {
        width: calc(100% + 20px);
        margin-left: -10px;
        margin-right: -10px
    }
}

header .tt-search .search-results {
    position: relative;
    padding: 0;
    width: 100%
}

@media (max-width: 1024px) {
    header .tt-search .search-results {
        background: #fff;
        box-shadow: 0 5px 5px rgba(0, 0, 0, .04);
        margin-top: 22px
    }
}

@media (max-width: 1024px)and (max-width: 1024px)and (min-width: 481px) {
    header .tt-search .search-results {
        width: calc(100% + 40px);
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px;
        padding-right: 20px
    }
}

@media (max-width: 1024px)and (max-width: 481px) {
    header .tt-search .search-results {
        width: 100%;
        margin-left: 0;
        margin-right: 0
    }
}

@media (max-width: 1024px) {
    header .tt-search .search-results ul {
        list-style: none;
        padding: 0;
        margin: 0
    }

    header .tt-search .search-results ul > li {
        display: none;
        width: 100%;
        margin: 0;
        overflow: hidden
    }

    header .tt-search .search-results ul > li a {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-content: center;
        align-items: center;
        color: #0f1111;
        padding: 0;
        position: relative;
        background-color: transparent;
        transition: background-color .2s linear
    }

    header .tt-search .search-results ul > li a .thumbnail {
        width: 50px;
        height: auto;
        margin: 0;
        padding: 0;
        border-radius: 0;
        border: none;
        border-right: 2px solid #fff
    }

    header .tt-search .search-results ul > li a .thumbnail img {
        width: 100%;
        height: auto
    }

    header .tt-search .search-results ul > li a .tt-description {
        padding: 5px 15px 5px 16px;
        white-space: normal;
        font-size: 14px;
        line-height: 24px
    }

    header .tt-search .search-results ul > li a .tt-description .tt-title {
        font-size: 14px;
        line-height: 24px;
        color: #333
    }

    header .tt-search .search-results ul > li a .tt-description .tt-price {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        font-size: 16px;
        line-height: 20px;
        font-weight: 500;
        color: #0c4a6e
    }

    header .tt-search .search-results ul > li a .tt-description .tt-price .new-price {
        color: #f8353e;
        margin-right: 7px
    }

    header .tt-search .search-results ul > li a .tt-description .tt-price .old-price {
        color: #0c4a6e;
        text-decoration: line-through
    }

    header .tt-search .search-results ul > li a .tt-description .tt-price .old-price .money {
        text-decoration: line-through
    }

    header .tt-search .search-results ul > li a .tt-description .tt-price span {
        display: inline-block
    }

    header .tt-search .search-results ul > li a:hover {
        background-color: #f7f8fa
    }

    header .tt-search .search-results ul > li:not(:first-child) {
        margin-top: 10px
    }

    header .tt-search .search-results ul li:nth-child(-n+3) {
        display: block
    }
}

@media (min-width: 1025px) {
    header .tt-search .search-results {
        margin-top: 27px;
        background: #fff
    }

    header .tt-search .search-results ul {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-content: stretch;
        align-items: flex-start;
        list-style: none;
        padding: 0;
        overflow: hidden;
        margin-right: -10px;
        margin-left: -10px
    }

    header .tt-search .search-results ul > li {
        display: block;
        width: 16.666%;
        margin: 0;
        padding-left: 10px;
        padding-right: 10px;
        overflow: hidden
    }

    header .tt-search .search-results ul > li a {
        display: block;
        color: #0f1111
    }

    header .tt-search .search-results ul > li a .thumbnail img {
        width: 100%;
        height: auto
    }

    header .tt-search .search-results ul > li a .tt-description {
        padding: 14px 0 5px;
        white-space: normal;
        font-size: 14px;
        line-height: 24px
    }

    header .tt-search .search-results ul > li a .tt-description .tt-title {
        font-size: 14px;
        line-height: 24px;
        color: #333;
        transition: color .2s linear
    }

    header .tt-search .search-results ul > li a .tt-description .tt-price {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        font-size: 16px;
        line-height: 20px;
        font-weight: 500;
        color: #0c4a6e
    }

    header .tt-search .search-results ul > li a .tt-description .tt-price .new-price {
        color: #f8353e;
        margin-right: 7px
    }

    header .tt-search .search-results ul > li a .tt-description .tt-price .old-price {
        color: #0c4a6e;
        text-decoration: line-through
    }

    header .tt-search .search-results ul > li a .tt-description .tt-price .old-price .money {
        text-decoration: line-through
    }

    header .tt-search .search-results ul > li a .tt-description .tt-price span {
        display: inline-block
    }

    header .tt-search .search-results ul > li a:hover .tt-title {
        color: #0369a1
    }
}

header .tt-search .tt-view-all {
    background: none;
    border: none;
    padding: 0;
    margin-top: 15px;
    color: #0369a1;
    text-decoration: none;
    cursor: pointer;
    transition: color .2s linear
}

header .tt-search .tt-view-all:hover {
    text-decoration: none;
    color: #0c4a6e
}

@media (min-width: 1025px) {
    header .tt-search.active .tt-dropdown-menu {
        visibility: visible;
        opacity: 1;
        pointer-events: visible;
        transform: translate(0);
        transform: translateZ(0)
    }

    header .tt-search.active .tt-dropdown-menu > .container {
        display: block
    }
}

@media (max-width: 1024px) {
    header .tt-search.active .tt-dropdown-menu {
        visibility: visible;
        pointer-events: visible;
        z-index: 3;
        opacity: 1
    }
}

header .tt-social-icon {
    margin-top: 7px;
    padding-bottom: 5px
}

header .tt-social-icon li:first-child a {
    padding-left: 0
}

header .tt-social-icon li:last-child a {
    padding-right: 0
}

@media (max-width: 480px) {
    header .tt-mobile-header .container-fluid, header .tt-mobile-header .container-lg, header .tt-mobile-header .container-md, header .tt-mobile-header .container-sm, header .tt-mobile-header .container-xl {
        padding-left: 10px;
        padding-right: 10px
    }
}

header .tt-color-scheme-01 {
    background: #303030;
    color: #888
}

header .tt-color-scheme-01 .tt-box-info ul li a, header .tt-color-scheme-01 .tt-box-info ul li a:hover {
    color: #888
}

header .tt-color-scheme-01 .tt-box-info ul li a.tt-link-underline {
    color: #0369a1
}

header .tt-color-scheme-01 .tt-box-info ul li a.tt-link-underline:before {
    background-color: #0369a1
}

header .tt-color-scheme-01 .tt-box-info ul li a.tt-link-underline:hover:before {
    background-color: transparent
}

header .tt-color-scheme-01 .tt-box-info ul li [class^=icon-] {
    color: #fff
}

header .tt-color-scheme-01 .tt-social-icon li a {
    color: #0f1111
}

header .tt-color-scheme-01 .tt-social-icon li a:hover {
    color: #fff
}

header .tt-color-scheme-01 .tt-desktop-menu:not(.tt-hover-02) nav > ul li.dropdown > a {
    color: #fff;
    background: transparent
}

header .tt-color-scheme-01 .tt-desktop-menu:not(.tt-hover-02) nav > ul li.dropdown.active > a, header .tt-color-scheme-01 .tt-desktop-menu:not(.tt-hover-02) nav > ul li.dropdown.selected > a, header .tt-color-scheme-01 .tt-desktop-menu:not(.tt-hover-02) nav > ul li.dropdown > a:hover {
    color: #0369a1;
    background: transparent
}

header .tt-color-scheme-01 .tt-dropdown-obj .tt-dropdown-toggle {
    color: #fff
}

header .tt-color-scheme-01 .tt-dropdown-obj .tt-dropdown-toggle:hover {
    color: #0369a1
}

header .tt-color-scheme-01 .tt-menu-toggle:not(:hover) i {
    color: #fff
}

header .tt-color-scheme-02 {
    background: #f7f8fa;
    color: #888
}

header .tt-color-scheme-02 .tt-box-info ul li a, header .tt-color-scheme-02 .tt-box-info ul li a:hover {
    color: #888
}

header .tt-color-scheme-02 .tt-box-info ul li [class^=icon-] {
    color: #0369a1
}

header .tt-color-scheme-02 .tt-social-icon li a {
    color: #cdcdcd
}

header .tt-color-scheme-02 .tt-social-icon li a:hover {
    color: #0c4a6e
}

header .tt-color-scheme-02 .tt-desktop-menu:not(.tt-hover-02) nav > ul li.dropdown > a {
    color: #0c4a6e;
    background: transparent
}

header .tt-color-scheme-02 .tt-desktop-menu:not(.tt-hover-02) nav > ul li.dropdown.active > a, header .tt-color-scheme-02 .tt-desktop-menu:not(.tt-hover-02) nav > ul li.dropdown.selected > a, header .tt-color-scheme-02 .tt-desktop-menu:not(.tt-hover-02) nav > ul li.dropdown > a:hover {
    color: #0369a1;
    background: transparent
}

header .tt-color-scheme-02 .tt-dropdown-obj .tt-dropdown-toggle {
    color: #0c4a6e
}

header .tt-color-scheme-02 .tt-dropdown-obj .tt-dropdown-toggle:hover {
    color: #0369a1
}

header .tt-color-scheme-03 {
    background: transparent;
    color: #888
}

header .tt-color-scheme-03 .tt-desktop-menu:not(.tt-hover-02) nav > ul li.dropdown > a {
    color: #fff;
    background: transparent
}

header .tt-color-scheme-03 .tt-desktop-menu:not(.tt-hover-02) nav > ul li.dropdown.active > a, header .tt-color-scheme-03 .tt-desktop-menu:not(.tt-hover-02) nav > ul li.dropdown.selected > a, header .tt-color-scheme-03 .tt-desktop-menu:not(.tt-hover-02) nav > ul li.dropdown > a:hover {
    color: #0369a1;
    background: transparent
}

header .tt-color-scheme-03 .tt-dropdown-obj .tt-dropdown-toggle {
    color: #fff
}

header .tt-color-scheme-03 .tt-dropdown-obj .tt-dropdown-toggle:hover {
    color: #0369a1
}

html.ie .tt-desktop-parent-menu {
    line-height: 0
}

html.ie .tt-desktop-parent-menu .dropdown-menu {
    line-height: 22px
}

.tt-desktop-header {
    position: relative;
    z-index: 8
}

@media (max-width: 1024px) {
    .tt-desktop-header {
        display: none
    }
}

.tt-desktop-header .tt-dropdown-obj {
    margin-top: 9px;
    padding-bottom: 7px
}

header .container-fluid, header .container-lg, header .container-md, header .container-sm, header .container-xl {
    padding-left: 20px;
    padding-right: 20px
}

.tt-desktop-header .container-fluid .container, .tt-desktop-header .container-lg .container, .tt-desktop-header .container-md .container, .tt-desktop-header .container-sm .container, .tt-desktop-header .container-xl .container, .tt-header-row {
    position: relative
}

.tt-header-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: flex-start;
    align-items: center;
    min-height: 40px
}

.tt-header-row .tt-col-right {
    vertical-align: top;
    align-items: flex-end
}

.tt-header-row .tt-col-right div.tt-desktop-parent-menu:not(:last-child) {
    margin-right: 15px
}

.tt-header-row .tt-col-left {
    display: flex;
    vertical-align: top
}

.tt-header-row .tt-col-left:last-child .tt-desktop-menu:last-child:first-child nav > ul li.dropdown > a {
    padding-top: 18px;
    padding-bottom: 17px
}

.tt-header-row .tt-col-left:last-child .tt-desktop-menu:last-child:first-child nav > ul li.dropdown > a .tt-badge {
    top: 2px
}

.tt-header-row .tt-col-left:not(.tt-row-center):not(.tt-row-left) .tt-logo {
    margin-right: 30px
}

.tt-header-row .tt-col-center, .tt-header-row .tt-col-center .container {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center
}

@media (max-width: 870px) {
    .tt-header-row.tt-top-row {
        flex-direction: column;
        flex-wrap: wrap;
        padding: 12px 0 7px
    }

    .tt-header-row.tt-top-row > div {
        max-width: inherit;
        width: 100%;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center;
        align-content: center;
        align-items: center
    }

    .tt-header-row.tt-top-row .tt-box-info {
        width: 100%;
        margin-top: 6px
    }

    .tt-header-row.tt-top-row .tt-box-info ul {
        flex-direction: column;
        align-items: center
    }

    .tt-header-row.tt-top-row .tt-box-info ul li {
        margin-left: 0;
        margin-right: 0;
        padding-top: 1px;
        padding-bottom: 1px;
        text-align: center
    }

    .tt-header-row.tt-top-row .tt-social-icon {
        margin-top: 6px
    }

    .tt-header-row.tt-top-row .tt-social-icon li:first-child {
        margin-right: 10px
    }

    .tt-header-row.tt-top-row .tt-social-icon li:not(:last-child):not(:first-child) {
        margin: 0 10px
    }

    .tt-header-row.tt-top-row .tt-social-icon li:last-child {
        margin-left: 10px
    }
}

@media (min-width: 481px)and (max-width: 1024px) {
    .tt-header-row.tt-top-row {
        padding-left: 10px;
        padding-right: 10px
    }
}

.tt-desktop-menu img {
    width: 100%;
    max-width: 100%;
    height: auto
}

.tt-desktop-menu ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.tt-desktop-menu ul li {
    display: inline-block
}

.tt-desktop-menu > ul > li > a {
    transition: color .2s linear, background-color .2s linear;
    display: inline-block;
    position: relative
}

.tt-desktop-menu .dropdown.megamenu {
    position: inherit
}

.tt-desktop-menu .dropdown > a {
    transition: color .2s linear, background-color .2s linear
}

.tt-desktop-menu .dropdown .dropdown-menu {
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    top: calc(100% + 15px);
    background: #fff;
    transition: .3s
}

.tt-desktop-menu .dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: visible;
    top: 100% !important
}

.tt-desktop-menu .dropdown:hover, .tt-desktop-menu .dropdown:hover .dropdown-menu {
    top: auto
}

.tt-desktop-menu .dropdown-menu {
    padding: 33px 5px 27px 39px;
    margin-top: 0;
    border: none;
    display: block;
    position: absolute;
    border-radius: 0
}

.tt-desktop-menu .megamenu .dropdown-menu {
    left: 0
}

.tt-desktop-menu:not(.tt-hover-02) nav > ul li.dropdown:first-child .dropdown-menu {
    margin-left: 0
}

.tt-desktop-menu .dropdown > a {
    position: relative
}

.tt-desktop-menu .dropdown > a .tt-badge {
    position: absolute;
    top: 9px;
    right: 0
}

.tt-desktop-menu .dropdown li.coming_soon {
    pointer-events: none
}

.tt-desktop-menu .tt-badge {
    display: inline-block;
    font-family: Inter, sans-serif;
    font-weight: 400;
    color: #fff;
    background-color: transparent;
    font-size: 10px;
    line-height: 1;
    padding: 3px 4px 1px;
    position: relative;
    top: -1px;
    border-right: 2px;
    margin-left: 5px
}

.tt-desktop-menu nav > ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: center;
    align-items: center
}

.tt-desktop-menu nav > ul > li.dropdown > a {
    font-family: Inter, sans-serif;
    font-size: 14px;
    line-height: 1.1;
    font-weight: 400;
    letter-spacing: .04em;
    padding: 17px 12px 16px;
    display: inline-flex
}

.tt-desktop-menu nav > ul > li.nav-flag {
    display: flex;
    justify-content: center;
    align-items: center
}

.tt-desktop-menu nav > ul > li.nav-flag > div {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background-position: 50%
}

.tt-desktop-menu .tt-title-submenu {
    font-size: 14px;
    display: block;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: .03em;
    padding-bottom: 8px;
    font-family: Inter, sans-serif;
    color: #3d566f;
    transition: all .2s linear
}

.tt-desktop-menu .tt-title-submenu img {
    width: 100%;
    height: auto;
    margin-top: 13px;
    margin-bottom: 7px
}

.tt-desktop-menu .tt-title-submenu a {
    color: #3d566f;
    transition: all .2s linear
}

.tt-desktop-menu .tt-title-submenu.active, .tt-desktop-menu .tt-title-submenu.active a, .tt-desktop-menu .tt-title-submenu:hover, .tt-desktop-menu .tt-title-submenu:hover a {
    color: #0369a1
}

.tt-desktop-menu .tt-megamenu-submenu {
    margin-top: -3px;
    display: inline-block
}

.tt-desktop-menu .tt-megamenu-submenu > li {
    display: block;
    position: relative
}

.tt-desktop-menu .tt-megamenu-submenu > li > a {
    color: #0f1111;
    font-size: 14px;
    line-height: 22px;
    display: inline-block;
    position: relative;
    padding-top: 1px;
    padding-right: 23px;
    padding-bottom: 1px;
    transition: all .2s linear
}

.tt-desktop-menu .tt-megamenu-submenu > li > a img {
    width: auto;
    position: absolute;
    right: -8px;
    top: 0;
    visibility: hidden;
    z-index: 3;
    opacity: 0;
    transition: all .2s linear
}

.tt-desktop-menu .tt-megamenu-submenu > li > a:hover {
    color: #0369a1
}

.tt-desktop-menu .tt-megamenu-submenu > li > a:hover img {
    visibility: visible;
    right: -34px;
    opacity: 1
}

.tt-desktop-menu .tt-megamenu-submenu > li > a:hover:before {
    left: 0;
    opacity: 1
}

.tt-desktop-menu .tt-megamenu-submenu > li.active > a {
    color: #0369a1
}

.tt-desktop-menu .tt-megamenu-submenu li a:not(:only-child):after {
    content: "";
    speak: none;
    right: 13px;
    margin-top: 6px;
    border-top: 4px solid transparent;
    border-left: 4px solid #0c4a6e;
    border-bottom: 4px solid transparent;
    position: relative;
    display: inline-block;
    float: right;
    -webkit-font-smoothing: antialiased;
    pointer-events: none;
    transition: border .2s linear
}

.tt-desktop-menu .tt-megamenu-submenu li a:not(:only-child):after .tt-badge {
    position: relative;
    top: 1px
}

.tt-desktop-menu .tt-megamenu-submenu > li > a:not(:only-child):after {
    right: -13px
}

.tt-desktop-menu .tt-megamenu-submenu > li ul {
    display: none;
    margin-top: 0;
    background: #fff;
    position: absolute;
    z-index: 13;
    left: 100%;
    top: -13px;
    padding: 13px 0 10px;
    min-width: 210px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .08)
}

.tt-desktop-menu .tt-megamenu-submenu > li ul ul.right, .tt-desktop-menu .tt-megamenu-submenu > li ul ul.right ul {
    left: auto;
    right: 100%
}

.tt-desktop-menu .tt-megamenu-submenu > li ul ul.right .left, .tt-desktop-menu .tt-megamenu-submenu > li ul ul.right .left ul {
    left: 100%;
    right: auto
}

.tt-desktop-menu .tt-megamenu-submenu > li ul li {
    margin-bottom: 0;
    display: block;
    position: relative
}

.tt-desktop-menu .tt-megamenu-submenu > li ul li a {
    padding: 1px 7px 1px 20px;
    font-size: 14px;
    display: block;
    color: #0f1111;
    transition: all .2s linear
}

.tt-desktop-menu .tt-megamenu-submenu > li ul li a:hover, .tt-desktop-menu .tt-megamenu-submenu > li ul li.active > a {
    color: #0369a1
}

.tt-desktop-menu .dropdown-menu {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .08)
}

.tt-desktop-menu .dropdown-menu > .row:not(:first-child) {
    margin-top: 26px
}

.tt-desktop-menu .megamenu .dropdown-menu {
    width: 100%;
    padding: 33px 39px 39px
}

.tt-desktop-menu .megamenu .col {
    max-width: 281px
}

@media (max-width: 1229px) {
    .tt-desktop-menu .megamenu .col {
        max-width: 228px
    }
}

.tt-desktop-menu .tt-megamenu-col-01 .dropdown-menu {
    width: 280px;
    margin-left: -40px
}

.tt-desktop-menu .tt-megamenu-col-01 .col {
    width: 100%;
    display: block
}

.tt-desktop-menu .tt-megamenu-col-01 .tt-col-list [class^=col] {
    flex-basis: inherit
}

.tt-desktop-menu .tt-megamenu-col-01 .row.tt-col-list {
    margin-left: 0;
    margin-right: 0
}

.tt-desktop-menu .tt-col-list {
    margin-top: -23px
}

.tt-desktop-menu .tt-col-list [class^=col] {
    margin-top: 23px
}

.tt-desktop-menu:not(.tt-hover-02) li.dropdown:first-child > a {
    padding-left: 0
}

.tt-desktop-menu:not(.tt-hover-02) li.dropdown:last-child > a {
    padding-right: 0
}

.tt-desktop-menu:not(.tt-hover-02) li.dropdown > a {
    color: #0c4a6e;
    background: transparent
}

.tt-desktop-menu:not(.tt-hover-02) li.dropdown.active > a, .tt-desktop-menu:not(.tt-hover-02) li.dropdown.selected > a, .tt-desktop-menu:not(.tt-hover-02) li.dropdown > a:hover {
    color: #0369a1;
    background: transparent
}

.tt-mobile-header .tt-dropdown-obj {
    padding: 10px 0
}

.tt-mobile-header .tt-parent-box {
    margin-left: 20px
}

.tt-mobile-header .tt-search .tt-dropdown-menu form {
    height: 50px
}

.tt-mobile-header .container-fluid, .tt-mobile-header .container-lg, .tt-mobile-header .container-md, .tt-mobile-header .container-sm, .tt-mobile-header .container-xl {
    min-height: 50px
}

@media (min-width: 481px) {
    .tt-mobile-header .container-fluid, .tt-mobile-header .container-lg, .tt-mobile-header .container-md, .tt-mobile-header .container-sm, .tt-mobile-header .container-xl {
        padding-left: 20px;
        padding-right: 20px
    }

    .tt-mobile-header .tt-mobile-parent-menu {
        flex: 2 1 auto
    }
}

@media (max-width: 480px) {
    .tt-mobile-header .tt-header-row.tt-top-row {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        align-content: flex-start;
        align-items: flex-start;
        padding-left: 10px;
        padding-right: 10px
    }

    .tt-mobile-header .tt-header-row {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-around
    }

    .tt-mobile-header .tt-header-row .tt-parent-box {
        margin-left: inherit
    }

    .tt-mobile-header .tt-header-row .tt-menu-toggle {
        padding-left: 8px;
        padding-right: 8px
    }

    .tt-mobile-header .tt-header-row .tt-parent-box:last-child .tt-dropdown-toggle {
        padding-right: 8px
    }
}

.tt-menu-toggle {
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: inline-block !important;
    position: relative;
    padding: 10px 0;
    margin-left: 1px
}

.tt-menu-toggle i {
    color: #0c4a6e;
    font-size: 20px;
    line-height: 1;
    position: relative;
    display: inline-block
}

body:not(.touch-device) .tt-menu-toggle:not(.stylization-02):hover i {
    color: #0369a1
}

@media (max-width: 1024px) {
    .tt-desktop-header {
        display: none
    }

    .tt-mobile-header {
        display: block
    }
}

@media (min-width: 1025px) {
    .tt-desktop-header {
        display: block
    }

    .tt-mobile-header {
        display: none
    }
}

.tt-stuck-nav {
    width: 100%;
    position: fixed;
    backface-visibility: hidden;
    top: 0;
    z-index: 20;
    box-shadow: 0 0 8px rgba(0, 0, 0, .3);
    min-height: 45px
}

.tt-stuck-nav .tt-dropdown-obj {
    padding: 10px 0
}

@media (max-width: 1024px) {
    .tt-stuck-nav .tt-header-row .tt-logo-sticky {
        width: calc(100% - 34px);
        margin-left: 34px;
        padding-right: 34px
    }

    .tt-stuck-nav .tt-header-row .tt-logo-sticky a img {
        max-height: 40px
    }
}

.tt-stuck-nav .tt-desktop-menu nav > ul li.dropdown > a {
    padding-top: 17px;
    padding-bottom: 16px
}

.tt-stuck-nav .tt-desktop-menu nav > ul li.dropdown > a .tt-badge {
    top: 2px;
    padding: 1px 3px
}

.tt-stuck-nav .tt-desktop-menu:not(.tt-hover-02) nav > ul li.dropdown:first-child > a {
    padding-left: 0
}

.tt-stuck-nav .tt-menu-toggle {
    top: -1px
}

.tt-stuck-nav .tt-btn-close {
    position: relative;
    top: 1px
}

.tt-stuck-nav .tt-menu-categories:not(.opened) .tt-dropdown-toggle {
    -webkit-border-bottom-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px
}

@media (max-width: 1024px) {
    .tt-stuck-nav .container {
        max-width: 100%
    }

    .tt-stuck-nav .tt-parent-box {
        margin-left: 20px
    }
}

@media (min-width: 481px) {
    .tt-stuck-nav .tt-stuck-parent-menu {
        flex: 2 1 auto
    }
}

@media only screen and (min-width: 481px)and (min-width: 1025px)and (max-width: 1229.98px), only screen and (min-width: 481px)and (min-width: 1230px) {
    .tt-stuck-nav .tt-stuck-parent-menu {
        display: flex !important;
        flex-direction: row;
        justify-content: space-between;
        padding: .5rem 0
    }
}

@media (min-width: 481px)and (max-width: 1024px) {
    .tt-stuck-nav .container, .tt-stuck-nav .container-fluid, .tt-stuck-nav .container-lg, .tt-stuck-nav .container-md, .tt-stuck-nav .container-sm, .tt-stuck-nav .container-xl {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media (max-width: 480px) {
    .tt-stuck-nav .tt-header-row {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-around
    }

    .tt-stuck-nav .tt-header-row .tt-parent-box {
        margin-left: inherit
    }

    .tt-stuck-nav .tt-header-row .tt-menu-toggle {
        padding-left: 8px;
        padding-right: 8px
    }

    .tt-stuck-nav .tt-header-row .tt-parent-box:last-child .tt-dropdown-toggle {
        padding-right: 8px
    }
}

@media (max-width: 480px)and (max-width: 1024px) {
    .tt-stuck-nav .tt-header-row .tt-logo-sticky {
        width: calc(100% - 34px);
        margin-left: 34px;
        padding-right: 34px
    }

    .tt-stuck-nav .tt-header-row .tt-logo-sticky a img {
        max-height: 40px
    }
}

@media (min-width: 1025px) {
    .tt-stuck-nav .container-fluid .tt-desktop-menu .dropdown-menu, .tt-stuck-nav .container-lg .tt-desktop-menu .dropdown-menu, .tt-stuck-nav .container-md .tt-desktop-menu .dropdown-menu, .tt-stuck-nav .container-sm .tt-desktop-menu .dropdown-menu, .tt-stuck-nav .container-xl .tt-desktop-menu .dropdown-menu {
        max-width: 990px
    }
}

@media (min-width: 1230px) {
    .tt-stuck-nav .container-fluid .tt-desktop-menu .dropdown-menu, .tt-stuck-nav .container-lg .tt-desktop-menu .dropdown-menu, .tt-stuck-nav .container-md .tt-desktop-menu .dropdown-menu, .tt-stuck-nav .container-sm .tt-desktop-menu .dropdown-menu, .tt-stuck-nav .container-xl .tt-desktop-menu .dropdown-menu {
        max-width: 1200px
    }
}

.stuck.tt-stuck-nav {
    animation: headerSlideDown .5s ease forwards
}

@media (max-width: 1024px) {
    .stuck.tt-stuck-nav {
        background: #fff
    }

    .stuck.tt-stuck-nav .tt-search .tt-dropdown-menu .search-results {
        top: 23px;
        border-top: 1px solid #e9e7e7;
        padding-top: 20px
    }

    .stuck.tt-stuck-nav .tt-search.active .tt-dropdown-menu:before {
        content: "";
        display: block;
        width: calc(100% + 40px);
        z-index: 0;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        background: #fff;
        margin-left: -20px;
        margin-right: -20px
    }
}

@media (min-width: 1025px) {
    .stuck.tt-stuck-nav {
        background: #fff
    }
}

@keyframes headerSlideDown {
    0% {
        margin-top: -100px
    }
    to {
        margin-top: 0
    }
}

.tt-promo-02 {
    display: block;
    position: relative;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.tt-promo-02 > img {
    width: 100%;
    height: auto
}

.tt-promo-02 .tt-description {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding: 39px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    color: #0f1111;
    transition: color .2s linear
}

.tt-promo-02 .tt-description .tt-title-small {
    font-size: 16px;
    line-height: 26px
}

.tt-promo-02 .tt-description .tt-title-large, .tt-promo-02 .tt-description .tt-title-small {
    font-family: Inter, sans-serif;
    font-weight: 500;
    letter-spacing: .04em;
    transition: color .2s linear
}

.tt-promo-02 .tt-description .tt-title-large {
    font-size: 26px;
    line-height: 34px
}

.tt-promo-02 .tt-description p {
    font-size: 14px;
    line-height: 22px;
    margin-top: 4px;
    letter-spacing: .02em;
    transition: color .2s linear
}

.tt-promo-02 .tt-description [class^=btn] {
    margin-top: 20px
}

.tt-promo-02 .tt-description .tt-title-large:not([class$=color]), .tt-promo-02 .tt-description .tt-title-small:not([class$=color]) {
    color: #0c4a6e
}

.tt-promo-02 .tt-description img {
    max-width: 100%;
    height: auto
}

@media (max-width: 575px) {
    .tt-promo-02 .tt-description .tt-title-small {
        font-size: 15px;
        line-height: 22px
    }

    .tt-promo-02 .tt-description .tt-title-large {
        font-size: 20px;
        line-height: 29px
    }

    .tt-promo-02 .tt-description p {
        margin-top: 0;
        line-height: 20px
    }

    .tt-promo-02 .tt-description [class^=btn] {
        margin-top: 10px
    }
}

.tt-promo-02 .tt-description :first-child {
    margin-top: 0
}

.tt-promo-02 .tt-description:not(.tt-point-v-t) {
    padding: 20px 39px
}

.tt-promo-02 .tt-description.tt-point-v-t {
    padding: 26px 46px 26px 28px
}

@media (max-width: 1229px) {
    .tt-promo-02 .tt-description.tt-point-v-t {
        padding: 26px 28px
    }
}

.tt-promo-02 .tt-point-v-t {
    align-items: flex-start
}

.tt-promo-02 .tt-point-v-b {
    align-items: flex-end
}

.tt-promo-02 .tt-point-h-l {
    justify-content: flex-start;
    align-content: flex-start
}

.tt-promo-02:hover .btn-underline, .tt-promo-02:hover .btn-underline.tt-white-color {
    border-color: transparent !important
}

.tt-promo-02:hover .btn-underline.tt-white-color {
    color: #fff
}

.tt-obj-menu.obj-alignment-center .tt-desktop-menu nav > ul {
    justify-content: center
}

html.ie .desktop-menu-large .tt-desktop-header .tt-obj-menu .tt-desktop-menu nav > ul, html.ie .desktop-menu-large .tt-stuck-nav .tt-stuck-parent-menu .tt-desktop-menu nav > ul {
    display: inline-block
}

.tt-desktop-menu.tt-hover-03:not(.tt-hover-02):not(.tt-hover-01) nav > ul li.dropdown > a span {
    position: relative;
    display: inline-block
}

.tt-desktop-menu.tt-hover-03:not(.tt-hover-02):not(.tt-hover-01) nav > ul li.dropdown > a span:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 0;
    height: 2px;
    background: #191919;
    transition: width .3s ease-out
}

.tt-desktop-menu.tt-hover-03:not(.tt-hover-02):not(.tt-hover-01) nav > ul li.dropdown.active > a span:before, .tt-desktop-menu.tt-hover-03:not(.tt-hover-02):not(.tt-hover-01) nav > ul li.dropdown.selected > a span:before, .tt-desktop-menu.tt-hover-03:not(.tt-hover-02):not(.tt-hover-01) nav > ul li.dropdown > a:hover span:before {
    width: 100%
}

.mmpanels, .mmpanels > .mmpanel, .panel-menu {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: inherit
}

.panel-menu {
    width: 270px;
    background: #fff;
    position: fixed;
    z-index: 999999
}

.panel-menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.panel-menu ul li {
    margin: 0;
    width: 100%
}

.panel-menu ul li.title {
    padding: 9px 27px 9px 30px
}

.panel-menu ul li.coming_soon {
    pointer-events: none
}

.panel-menu ul li a {
    display: flex;
    padding: 4px 27px 4px 30px;
    font-size: 14px;
    line-height: 22px;
    text-decoration: none;
    color: #0c4a6e;
    background: transparent;
    transition: all .2s linear
}

.panel-menu ul li a:hover {
    color: #0369a1;
    background: transparent
}

.panel-menu #mm0.mmpanel a:not(.mm-close) {
    font-family: Inter, sans-serif;
    font-weight: 500;
    color: #0c4a6e;
    background-color: transparent
}

.panel-menu #mm0.mmpanel a:not(.mm-close):after {
    color: #0c4a6e
}

.panel-menu #mm0.mmpanel a:not(.mm-close):hover {
    color: #0369a1;
    background-color: transparent
}

.panel-menu #mm0.mmpanel a:not(.mm-close):hover:after {
    color: #0369a1
}

.panel-menu #mm0.mmpanel .mm-next-level:after {
    top: 12px
}

.panel-menu .mmpanel .tt-badge, .panel-menu .mmpanel:not(#mm0) a:not(.mm-original-link) {
    font-family: Inter, sans-serif;
    font-weight: 400
}

.panel-menu .mmpanel .tt-badge {
    display: inline-block;
    color: #fff;
    font-size: 12px;
    line-height: 1;
    padding: 3px 4px 1px;
    max-height: 16px;
    top: 2px;
    position: relative;
    margin-left: 7px;
    border-right: 2px
}

.panel-menu .mm-close {
    display: block;
    color: #0f1111;
    background-color: transparent
}

.panel-menu .mm-close:before, .panel-menu .mm-next-level:after {
    font-family: wokiee;
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    transition: all .2s linear;
    color: #0f1111
}

.panel-menu .mm-close:hover, .panel-menu .mm-next-level:hover {
    color: #0369a1;
    background-color: transparent
}

.panel-menu .mm-close:hover:before, .panel-menu .mm-next-level:hover:after {
    color: #0369a1
}

.panel-menu li.mm-close-parent {
    margin-bottom: 15px
}

.panel-menu li.mm-close-parent .mm-close {
    padding: 15px 16px 13px 29px;
    color: #0f1111;
    border: none;
    border-bottom: 1px solid #e9e7e7;
    background-color: transparent;
    width: 100%;
    text-align: left
}

.panel-menu li.mm-close-parent .mm-close:hover {
    color: #0369a1;
    background-color: transparent
}

.panel-menu li.mm-close-parent .mm-close:hover:before {
    color: #0369a1
}

.panel-menu .mm-next-level {
    color: #0c4a6e;
    background-color: transparent
}

.panel-menu .mm-next-level:after {
    content: "";
    padding-left: 10px;
    top: 12px;
    right: 30px;
    position: absolute;
    color: #0f1111
}

.panel-menu .mm-next-level.menu-expand:after {
    content: ""
}

.panel-menu .mm-next-level:hover {
    color: #0369a1;
    background-color: transparent
}

.panel-menu .mm-next-level:hover:after {
    color: #0369a1
}

.mmitemopen.panel-menu {
    transition: transform .3s ease;
    transform: translate(0);
    transform: translateZ(0)
}

.panel-menu {
    transform: translate(-100%);
    transform: translate3d(-100%, 0, 0)
}

.mmpanel {
    transition: transform .3s ease;
    transform: translate(100%);
    transform: translate3d(100%, 0, 0)
}

.mmpanels {
    overflow: hidden
}

.mmpanel.mmopened {
    transform: translate(0);
    transform: translateZ(0)
}

.mmpanels > .mmpanel {
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto
}

.mmpanels, .mmpanels > .mmpanel {
    background: inherit;
    border-color: inherit
}

.mmpanels > .mmpanel:not(.mmhidden) {
    display: block
}

.mmpanels > .mmpanel:after {
    content: "";
    display: block;
    height: 20px
}

.tt-header-holder {
    display: flex;
    width: 100%;
    position: relative;
    align-items: center
}

.tt-header-holder .tt-col-obj {
    order: 1
}

.tt-header-holder .tt-obj-menu {
    flex: 2 1 auto
}

.tt-header-holder .obj-alignment-left {
    text-align: left
}

.tt-header-holder .obj-alignment-center {
    flex: 2 1 auto;
    text-align: center
}

.tt-header-holder .obj-alignment-center > * {
    text-align: left;
    margin-left: 0;
    margin-right: 0
}

.tt-header-holder .obj-alignment-right {
    flex: 2 1 auto;
    text-align: right
}

.tt-header-holder .obj-alignment-right > * {
    text-align: left
}

.tt-header-holder .obj-alignment-right:not(:first-child):not(:last-child) > * {
    margin-right: 30px
}

.tt-header-holder .tt-obj-logo:not(.obj-move-right):not(.obj-alignment-center) .tt-logo {
    margin-right: 33px
}

.tt-header-holder .tt-obj-menu:last-child:first-child .tt-desktop-menu:not(.tt-menu-small) nav > ul li.dropdown > a {
    padding-top: 18px;
    padding-bottom: 17px
}

.tt-header-holder .tt-desktop-menu:not(.tt-hover-02) nav > ul li.dropdown:first-child > a {
    padding-left: 0
}

.tt-header-holder .tt-desktop-menu:not(.tt-hover-02) nav > ul li.dropdown:last-child > a {
    padding-right: 0
}

html.ie .tt-header-holder .tt-desktop-menu.tt-menu-small {
    margin-top: -7px
}

.tt-obj-menu.obj-alignment-center .tt-desktop-menu .megamenu > .dropdown-menu {
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto
}

.tt-obj-menu.obj-alignment-right .tt-desktop-menu .megamenu .dropdown-menu {
    left: auto;
    right: 0
}

.tt-mobile-header .header-flag, .tt-stuck-nav .header-flag {
    position: absolute;
    right: 0;
    height: 1.6rem;
    width: 1.6rem;
    background-position: 50%;
    border-radius: 50%
}

@media (max-width: 1024px) {
    .tt-mobile-header .tt-header-row .tt-logo-sticky {
        width: calc(100% - 34px);
        margin-left: 34px;
        padding-right: 34px
    }

    .tt-mobile-header .tt-header-row .tt-logo-sticky a img {
        max-height: 40px
    }
}

.panel-menu ul li a {
    position: relative
}

.panel-menu ul li a svg {
    position: absolute;
    top: 10px;
    left: 30px;
    width: 13px;
    height: auto
}

.panel-menu ul li a svg path {
    fill: #999;
    transition: fill .2s linear
}

.panel-menu ul li a [class^=icon-] {
    position: absolute;
    top: 10px;
    color: #999
}

.panel-menu ul li a span {
    display: inline-block
}

.panel-menu ul li a > [class^=icon-] + span, .panel-menu ul li a > svg + span {
    margin-left: 24px
}

.panel-menu ul li a:hover svg path {
    fill: #191919
}

.panel-menu ul li a:hover [class^=icon-] {
    color: #191919
}

.tt-desktop-menu .tt-megamenu-submenu > li ul li a svg {
    left: 20px
}

.tt-desktop-menu ul li a {
    position: relative
}

.tt-desktop-menu > nav > ul > li > a .tt-icon {
    position: absolute;
    top: 17px;
    left: 16px
}

.tt-desktop-menu > nav > ul > li > a .tt-icon svg {
    width: 13px;
    height: auto
}

.tt-desktop-menu > nav > ul > li > a .tt-icon svg path {
    fill: #999;
    transition: fill .2s linear
}

.tt-desktop-menu > nav > ul > li > a .tt-icon [class^=icon-] {
    color: #999;
    transition: color .2s linear
}

.tt-desktop-menu > nav > ul > li > a .tt-icon:hover {
    fill: #191919
}

.tt-desktop-menu > nav > ul > li > a .tt-icon + span {
    margin-left: 37px
}

.tt-desktop-menu > nav > ul > li.active > a .tt-icon [class^=icon-] {
    color: #191919
}

.tt-desktop-menu > nav > ul > li.active > a .tt-icon svg path {
    fill: #191919 !important
}

.tt-desktop-menu .dropdown-menu ul li > a .tt-icon {
    position: absolute;
    top: 3px
}

.tt-desktop-menu .dropdown-menu ul li > a .tt-icon [class^=icon-] {
    transition: color .2s linear
}

.tt-desktop-menu .dropdown-menu ul li > a .tt-icon svg {
    width: 13px;
    height: auto
}

.tt-desktop-menu .dropdown-menu ul li > a .tt-icon svg path {
    fill: #999;
    transition: fill .2s linear
}

.tt-desktop-menu .dropdown-menu ul li > a .tt-icon + span {
    margin-left: 24px;
    display: inline-block
}

.tt-desktop-menu .dropdown-menu ul li > a:hover .tt-icon svg path {
    fill: #191919
}

.tt-desktop-menu .dropdown-menu ul li.active > a .tt-icon [class^=icon-] {
    color: #191919
}

.tt-obj-link {
    position: relative;
    margin-top: 9px;
    padding-bottom: 7px
}

.tt-obj-link, .tt-obj-link .tt-dropdown-toggle {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: center;
    align-items: center
}

.tt-obj-link .tt-dropdown-toggle {
    background: none;
    border: none;
    box-shadow: none
}

.tt-obj-link .tt-dropdown-toggle .tt-text {
    font-size: 14px;
    line-height: 15px;
    margin-left: 5px;
    font-weight: 400
}

.tt-obj-link .tt-dropdown-toggle .tt-badge-cart {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: #2879fe;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    top: -5px;
    left: 27px;
    font-size: 12px;
    line-height: 1.7;
    pointer-events: none
}

.tt-obj-link .tt-dropdown-toggle i {
    font-size: 37px;
    line-height: 1;
    color: #0369a1;
    top: 0;
    position: relative;
    transition: color .2s linear
}

.tt-obj-link .tt-dropdown-toggle:hover i {
    color: #0c4a6e
}

.tt-obj-link.tt-compare-wrapper {
    margin-top: 8px
}

.tt-menu-categories.categories-btn-nobtn {
    width: 100%
}

.tt-menu-categories.categories-btn-nobtn .tt-dropdown-toggle {
    display: none
}

.tt-menu-categories.categories-btn-nobtn .tt-dropdown-menu {
    display: block;
    position: relative;
    width: 100%;
    box-shadow: none;
    border: 1px solid #e9e7e7
}

#tt-pageContent .tt-menu-categories.tt-categories-size-large .tt-dropdown-toggle, .tt-desktop-header .tt-menu-categories.tt-categories-size-large .tt-dropdown-toggle {
    font-size: 18px;
    letter-spacing: 0;
    padding: 15px 40px 13px 20px
}

#tt-pageContent .tt-menu-categories.tt-categories-size-large .tt-dropdown-menu nav > ul .tt-title-submenu, .tt-desktop-header .tt-menu-categories.tt-categories-size-large .tt-dropdown-menu nav > ul .tt-title-submenu {
    font-size: 18px
}

#tt-pageContent .tt-menu-categories.tt-categories-size-large .tt-dropdown-menu nav > ul > li > a, .tt-desktop-header .tt-menu-categories.tt-categories-size-large .tt-dropdown-menu nav > ul > li > a {
    padding-top: 16px;
    padding-bottom: 16px
}

#tt-pageContent .tt-menu-categories.tt-categories-size-large .tt-dropdown-menu nav > ul > li > a svg, .tt-desktop-header .tt-menu-categories.tt-categories-size-large .tt-dropdown-menu nav > ul > li > a svg {
    width: 24px;
    top: 12px;
    left: 19px
}

#tt-pageContent .tt-menu-categories.tt-categories-size-large .tt-dropdown-menu nav > ul > li > a [class^=icon], .tt-desktop-header .tt-menu-categories.tt-categories-size-large .tt-dropdown-menu nav > ul > li > a [class^=icon] {
    font-size: 25px
}

#tt-pageContent .tt-menu-categories.tt-categories-size-large .tt-dropdown-menu nav > ul > li > a > span, .tt-desktop-header .tt-menu-categories.tt-categories-size-large .tt-dropdown-menu nav > ul > li > a > span {
    font-size: 16px;
    font-weight: 300;
    position: relative;
    top: 1px
}

#tt-pageContent .tt-menu-categories.tt-categories-size-large .tt-dropdown-menu nav > ul > li > a [class^=icon] + span, #tt-pageContent .tt-menu-categories.tt-categories-size-large .tt-dropdown-menu nav > ul > li > a img + span, #tt-pageContent .tt-menu-categories.tt-categories-size-large .tt-dropdown-menu nav > ul > li > a svg + span, .tt-desktop-header .tt-menu-categories.tt-categories-size-large .tt-dropdown-menu nav > ul > li > a [class^=icon] + span, .tt-desktop-header .tt-menu-categories.tt-categories-size-large .tt-dropdown-menu nav > ul > li > a img + span, .tt-desktop-header .tt-menu-categories.tt-categories-size-large .tt-dropdown-menu nav > ul > li > a svg + span {
    margin-left: 36px
}

#tt-pageContent .tt-menu-categories.tt-categories-size-large .tt-dropdown-menu nav > ul > li.tt-submenu > a:after, .tt-desktop-header .tt-menu-categories.tt-categories-size-large .tt-dropdown-menu nav > ul > li.tt-submenu > a:after {
    top: 17px
}

@media (max-width: 1229px) {
    #tt-pageContent .tt-menu-categories.tt-categories-size-large .tt-dropdown-menu nav > ul > li > a, .tt-desktop-header .tt-menu-categories.tt-categories-size-large .tt-dropdown-menu nav > ul > li > a {
        padding-top: 12px;
        padding-bottom: 11px
    }

    #tt-pageContent .tt-menu-categories.tt-categories-size-large .tt-dropdown-menu nav > ul > li > a svg, .tt-desktop-header .tt-menu-categories.tt-categories-size-large .tt-dropdown-menu nav > ul > li > a svg {
        width: 20px;
        top: 9px;
        left: 19px
    }

    #tt-pageContent .tt-menu-categories.tt-categories-size-large .tt-dropdown-menu nav > ul > li > a [class^=icon] + span, #tt-pageContent .tt-menu-categories.tt-categories-size-large .tt-dropdown-menu nav > ul > li > a img + span, #tt-pageContent .tt-menu-categories.tt-categories-size-large .tt-dropdown-menu nav > ul > li > a svg + span, .tt-desktop-header .tt-menu-categories.tt-categories-size-large .tt-dropdown-menu nav > ul > li > a [class^=icon] + span, .tt-desktop-header .tt-menu-categories.tt-categories-size-large .tt-dropdown-menu nav > ul > li > a img + span, .tt-desktop-header .tt-menu-categories.tt-categories-size-large .tt-dropdown-menu nav > ul > li > a svg + span {
        margin-left: 30px
    }

    #tt-pageContent .tt-menu-categories.tt-categories-size-large .tt-dropdown-menu nav > ul > li.tt-submenu > a:after, .tt-desktop-header .tt-menu-categories.tt-categories-size-large .tt-dropdown-menu nav > ul > li.tt-submenu > a:after {
        top: 14px
    }
}

.categories-btn-align {
    margin-top: -20px
}

.mm-next-level ~ ul {
    display: none
}

footer {
    margin-top: 60px
}

@media (max-width: 1024px) {
    footer {
        margin-top: 50px
    }
}

@media (max-width: 575px) {
    footer {
        margin-top: 40px
    }
}

footer .tt-logo .tt-title {
    padding: 0;
    display: inline-block;
    font-size: 17px;
    line-height: 1.1;
    position: relative;
    top: 5px;
    font-family: Inter, sans-serif;
    color: #0369a1;
    font-weight: 500;
    transition: color .2s linear
}

footer .tt-logo .tt-title span {
    font-weight: 400
}

@media (max-width: 789px) {
    footer .tt-logo .tt-title {
        top: 0
    }
}

footer .tt-logo img {
    height: auto;
    max-height: 20px
}

footer .tt-logo-alignment {
    position: relative
}

@media (min-width: 790px) {
    footer .tt-logo-alignment {
        top: 1px
    }
}

@media (max-width: 789px) {
    footer .tt-logo-alignment {
        top: 0
    }
}

@media (min-width: 790px) {
    footer .tt-footer-col {
        padding-bottom: 49px
    }

    footer .tt-footer-col div[class^=col-] {
        margin-top: 55px
    }

    footer .tt-footer-col .tt-social-icon {
        margin-left: -8px
    }

    footer .tt-footer-col .tt-newsletter {
        padding-bottom: 0
    }

    footer .tt-footer-col .tt-newsletter:not(.tt-indent-item) .tt-collapse-content form {
        margin-top: 24px
    }

    footer .tt-footer-col .tt-newsletter:not(.tt-indent-item) .tt-collapse-content .form-inline .form-group {
        width: 100%;
        flex-wrap: nowrap
    }

    footer .tt-footer-col .tt-newsletter:not(.tt-indent-item) .tt-collapse-content .form-inline .form-group .form-control {
        width: 100%;
        -webkit-border-top-right-radius: 0;
        -webkit-border-bottom-right-radius: 0;
        -moz-border-radius-topright: 0;
        -moz-border-radius-bottomright: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    footer .tt-footer-col .tt-newsletter:not(.tt-indent-item) .tt-collapse-content .form-inline .form-group .btn {
        -webkit-border-top-left-radius: 0;
        -webkit-border-bottom-left-radius: 0;
        -moz-border-radius-topleft: 0;
        -moz-border-radius-bottomleft: 0;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    footer .tt-footer-col .tt-newsletter:not(.tt-indent-item) .tt-collapse-content > :first-child {
        margin-top: 0
    }

    footer .tt-footer-col .tt-collapse-listing div[class^=col-] {
        margin-top: 35px
    }

    footer .tt-footer-custom {
        padding: 10px 0
    }

    footer .tt-footer-custom .tt-row {
        flex-wrap: nowrap;
        justify-content: space-between
    }

    footer .tt-footer-custom .tt-col-left, footer .tt-footer-custom .tt-row {
        display: flex;
        flex-direction: row;
        align-content: center;
        align-items: center
    }

    footer .tt-footer-custom .tt-col-left {
        flex-wrap: wrap;
        justify-content: flex-start;
        margin-left: -10px
    }

    footer .tt-footer-custom .tt-col-left .tt-col-item {
        margin-left: 10px
    }

    footer .tt-footer-custom .tt-col-center {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
        align-content: flex-start;
        align-items: flex-start;
        flex: 1 1 auto
    }

    footer .tt-footer-custom .tt-col-right {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-content: center;
        align-items: center
    }

    footer .tt-footer-custom .tt-box-copyright {
        padding: 19px 0 7px
    }

    footer .tt-footer-custom .tt-logo-col + .tt-col-item .tt-box-copyright {
        padding-top: 19px;
        padding-bottom: 7px
    }

    footer .tt-footer-custom .tt-newsletter .tt-collapse-title {
        margin-right: 106px
    }

    footer .tt-footer-custom .tt-newsletter .tt-mobile-collapse {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-content: center;
        align-items: center
    }

    footer .tt-footer-custom .tt-newsletter .tt-collapse-content p {
        display: none
    }
}

@media (min-width: 790px)and (min-width: 790px) {
    footer .tt-footer-custom .tt-newsletter .tt-collapse-title {
        padding-bottom: 0
    }

    footer .tt-footer-custom .tt-newsletter .form-default .form-group {
        margin-bottom: 0
    }
}

@media (min-width: 790px)and (min-width: 1230px) {
    footer .tt-footer-custom .tt-newsletter .tt-collapse-title {
        margin-right: 106px
    }

    footer .tt-footer-custom .tt-newsletter .tt-collapse-content .form-control {
        width: 507px
    }
}

@media (min-width: 790px)and (max-width: 1229px)and (min-width: 1025px) {
    footer .tt-footer-custom .tt-newsletter .tt-collapse-title {
        margin-right: 50px
    }

    footer .tt-footer-custom .tt-newsletter .tt-collapse-content .form-control {
        width: 340px
    }
}

@media (min-width: 790px)and (max-width: 1024px) {
    footer .tt-footer-custom .tt-newsletter .tt-collapse-title {
        margin-right: 50px
    }

    footer .tt-footer-custom .tt-newsletter .tt-collapse-content .form-control {
        width: auto
    }
}

@media (max-width: 789px) {
    footer .tt-footer-custom .tt-col-right img {
        width: 100%
    }
}

@media (min-width: 790px) {
    footer .tt-footer-center {
        padding-top: 54px;
        padding-bottom: 44px
    }

    footer .tt-footer-center .tt-row {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center;
        align-content: center;
        align-items: center;
        margin: 0 auto;
        text-align: center
    }
}

@media (min-width: 790px)and (min-width: 1025px) {
    footer .tt-footer-center .tt-row {
        max-width: 587px
    }
}

@media (min-width: 790px)and (max-width: 1229px) {
    footer .tt-footer-center .tt-row {
        max-width: 500px
    }
}

@media (min-width: 790px) {
    footer .tt-footer-center .tt-row > :first-child {
        margin-top: 0
    }

    footer .tt-footer-center .tt-newsletter {
        padding-bottom: 4px
    }

    footer .tt-footer-center .tt-newsletter .tt-collapse-content, footer .tt-footer-center .tt-newsletter .tt-mobile-collapse {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: center;
        align-content: center;
        align-items: center
    }

    footer .tt-footer-center .tt-newsletter .tt-collapse-content form {
        margin-top: 24px
    }

    footer .tt-footer-center .tt-newsletter .tt-collapse-content .form-inline {
        width: 100%
    }

    footer .tt-footer-center .tt-newsletter .tt-collapse-content .form-inline .form-group {
        width: 100%;
        flex-wrap: nowrap
    }

    footer .tt-footer-center .tt-newsletter .tt-collapse-content .form-inline .form-group .form-control {
        width: 100%;
        -webkit-border-top-right-radius: 0;
        -webkit-border-bottom-right-radius: 0;
        -moz-border-radius-topright: 0;
        -moz-border-radius-bottomright: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    footer .tt-footer-center .tt-newsletter .tt-collapse-content .form-inline .form-group .btn {
        -webkit-border-top-left-radius: 0;
        -webkit-border-bottom-left-radius: 0;
        -moz-border-radius-topleft: 0;
        -moz-border-radius-bottomleft: 0;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    footer .tt-footer-center .tt-newsletter .tt-collapse-content > :first-child {
        margin-top: 0
    }
}

footer .tt-footer-box .tt-logo img {
    max-height: 27px
}

footer .tt-footer-box > :not(address) {
    margin-top: 28px
}

footer .tt-footer-box address.tt-address01 {
    font-size: 14px;
    line-height: 28px;
    font-weight: 500;
    margin-top: 32px;
    color: #0c4a6e
}

footer .tt-footer-box address.tt-address01 .tt-text-large {
    font-size: 24px;
    line-height: 31px;
    display: block
}

footer .tt-footer-box address.tt-address01 .tt-text-large .tt-icon {
    position: relative;
    top: 4px
}

footer .tt-footer-box address.tt-address02 {
    margin-top: 22px;
    font-size: 14px;
    line-height: 22px
}

footer .tt-footer-box address.tt-address02 p {
    margin-top: 30px
}

footer .tt-footer-box .tt-link-icon .tt-icon {
    position: relative;
    top: 3px;
    color: #0369a1
}

footer .tt-footer-box .tt-link-icon .tt-icon + .tt-text {
    margin-left: 10px
}

footer .tt-footer-box .tt-link-icon .tt-text {
    color: #0369a1;
    text-decoration: underline;
    transition: color .2s linear
}

footer .tt-footer-box .tt-link-icon:hover .tt-text {
    color: #0c4a6e;
    text-decoration: none
}

footer .tt-footer-box .tt-social-icon {
    margin-top: 32px
}

footer .tt-footer-box .tt-social-icon li a {
    font-size: 24px
}

footer .tt-footer-box > :first-child {
    margin-top: 0
}

@media (max-width: 789px) {
    footer .tt-footer-box {
        margin-top: 35px
    }
}

footer .tt-footer-default {
    width: 100%
}

@media (min-width: 790px) {
    footer .tt-footer-default {
        padding: 10px 0
    }

    footer .tt-footer-default .row {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-content: center;
        align-items: center
    }

    footer .tt-footer-default .tt-box-copyright {
        padding: 19px 0 7px
    }

    footer .tt-footer-default .tt-logo-col + .tt-col-item .tt-box-copyright {
        padding-top: 19px;
        padding-bottom: 7px
    }

    footer .tt-footer-default .tt-newsletter .tt-collapse-title {
        margin-right: 106px;
        white-space: nowrap;
        padding-top: 3px
    }

    footer .tt-footer-default .tt-newsletter .tt-mobile-collapse {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-content: center;
        align-items: center
    }

    footer .tt-footer-default .tt-newsletter .tt-collapse-content {
        width: 100%
    }

    footer .tt-footer-default .tt-newsletter .tt-collapse-content p {
        display: none
    }

    footer .tt-footer-default .tt-newsletter .tt-collapse-content .form-group {
        width: 100%
    }
}

@media (min-width: 790px)and (min-width: 790px) {
    footer .tt-footer-default .tt-newsletter .tt-collapse-title {
        padding-bottom: 0
    }

    footer .tt-footer-default .tt-newsletter .form-default .form-group {
        margin-bottom: 0
    }

    footer .tt-footer-default .tt-newsletter .form-default .form-group .form-control {
        -webkit-border-top-right-radius: 0;
        -webkit-border-bottom-right-radius: 0;
        -moz-border-radius-topright: 0;
        -moz-border-radius-bottomright: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    footer .tt-footer-default .tt-newsletter .form-default .form-group .btn {
        -webkit-border-top-left-radius: 0;
        -webkit-border-bottom-left-radius: 0;
        -moz-border-radius-topleft: 0;
        -moz-border-radius-bottomleft: 0;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }
}

@media (min-width: 790px)and (min-width: 1230px) {
    footer .tt-footer-default .tt-newsletter .tt-collapse-title {
        margin-right: 106px
    }
}

@media (min-width: 790px)and (max-width: 1229px)and (min-width: 1025px) {
    footer .tt-footer-default .tt-newsletter .tt-collapse-title {
        margin-right: 50px
    }
}

@media (min-width: 790px)and (max-width: 1024px) {
    footer .tt-footer-default .tt-newsletter .tt-collapse-title {
        margin-right: 50px
    }

    footer .tt-footer-default .tt-newsletter .tt-collapse-content .form-control {
        width: auto
    }
}

@media (min-width: 790px) {
    footer .tt-footer-default .tt-newsletter .form-group {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-content: stretch;
        align-items: center
    }

    footer .tt-footer-default .tt-newsletter .form-group .form-control {
        flex: 2 1 auto
    }

    footer .tt-footer-default .tt-social-icon {
        justify-content: flex-end
    }
}

footer .form-default [class^=btn] {
    padding-left: 20px;
    padding-right: 20px
}

footer .tt-box-copyright {
    font-size: 16px;
    letter-spacing: .01em
}

footer .tt-mobile-collapse .tt-collapse-title {
    font-size: 20px;
    line-height: 26px;
    letter-spacing: .04em;
    font-weight: 500
}

@media (min-width: 790px) {
    footer .tt-mobile-collapse .tt-collapse-title {
        padding-bottom: 13px
    }
}

footer .tt-mobile-collapse .tt-collapse-content {
    display: block
}

footer .tt-mobile-collapse .tt-collapse-content > :first-child {
    margin-top: 0
}

footer .tt-mobile-collapse .tt-collapse-content > .tt-list:first-child {
    margin-top: -1px
}

footer .tt-list {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    margin-top: -3px
}

footer .tt-list li a {
    display: inline-block;
    padding: 3px 0;
    transition: color .2s linear
}

footer address {
    margin-right: 9px
}

footer address p:first-child {
    margin-top: 0
}

footer address p:not(:first-child) {
    margin-top: 6px
}

footer address a {
    transition: color .2s linear
}

footer .tt-newsletter form {
    position: relative
}

footer .tt-newsletter form .errors:not(label) {
    position: absolute;
    top: 56px;
    left: 0
}

footer .tt-newsletter form .errors:not(label) ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: stretch;
    align-items: center;
    background: #f8353e
}

footer .tt-newsletter form .errors:not(label) ul li {
    position: relative;
    padding: 6px 19px 8px;
    color: #fff;
    font-size: 14px;
    line-height: 22px
}

footer .tt-newsletter form .errors:not(label) ul li:before {
    content: "";
    font-family: wokiee;
    display: inline-block;
    font-size: 20px;
    line-height: 1;
    position: relative;
    top: 4px;
    margin-right: 7px;
    color: #fff
}

footer .tt-newsletter form .errors:not(label):before {
    content: "";
    position: absolute;
    top: -12px;
    left: 50%;
    border: 6px solid transparent;
    border-bottom-color: #f8353e
}

footer .tt-newsletter form label.error {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: stretch;
    align-items: center;
    position: absolute;
    top: 56px;
    left: 0;
    padding: 8px 19px 6px 43px;
    background: #f8353e;
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    z-index: 1
}

footer .tt-newsletter form label.error:before {
    content: "";
    font-family: wokiee;
    display: inline-block;
    font-size: 20px;
    line-height: 1;
    position: absolute;
    top: 7px;
    left: 19px;
    color: #fff
}

footer .tt-newsletter form label.error:after {
    content: "";
    position: absolute;
    top: -12px;
    left: 50%;
    border: 6px solid transparent;
    border-bottom-color: #f8353e
}

@media (min-width: 790px) {
    footer .tt-color-scheme-01 {
        background: #f7f8fa;
        color: #0f1111
    }

    footer .tt-color-scheme-01 .tt-collapse-title, footer .tt-color-scheme-01 .tt-collapse-title a {
        color: #3d566f
    }

    footer .tt-color-scheme-01 .tt-collapse-title a:hover {
        color: #0369a1
    }

    footer .tt-color-scheme-01 .tt-collapse-content {
        color: #0f1111
    }

    footer .tt-color-scheme-01 .tt-collapse-content a {
        color: #0369a1
    }

    footer .tt-color-scheme-01 .tt-collapse-content a:hover {
        color: #0c4a6e
    }

    footer .tt-color-scheme-01 .tt-list li a, footer .tt-color-scheme-01 .tt-mobile-collapse .tt-collapse-content .tt-list li a {
        color: #0f1111
    }

    footer .tt-color-scheme-01 .tt-list li a:hover, footer .tt-color-scheme-01 .tt-mobile-collapse .tt-collapse-content .tt-list li a:hover {
        color: #0369a1
    }

    footer .tt-color-scheme-01 address span {
        color: #3d566f
    }

    footer .tt-color-scheme-01 .tt-newsletter .form-control:not(:active):not(:focus) {
        color: #0f1111;
        background: #fff;
        border-color: #fff
    }

    footer .tt-color-scheme-01 .tt-newsletter .form-control:focus {
        color: #0f1111;
        border-color: #0369a1;
        background: #fff
    }

    footer .tt-color-scheme-01 .tt-newsletter ::-webkit-input-placeholder {
        color: #0f1111
    }

    footer .tt-color-scheme-01 .tt-newsletter :-moz-placeholder, footer .tt-color-scheme-01 .tt-newsletter ::-moz-placeholder {
        color: #0f1111
    }

    footer .tt-color-scheme-01 .tt-newsletter :-ms-input-placeholder {
        color: #0f1111
    }

    footer .tt-color-scheme-01 .tt-newsletter .btn {
        background: #0369a1;
        color: #fff
    }

    footer .tt-color-scheme-01 .tt-newsletter .btn:hover {
        background: #000;
        color: #fff
    }

    footer .tt-color-scheme-01 .tt-social-icon li a {
        color: #d8d8d8
    }

    footer .tt-color-scheme-01 .tt-footer-box .tt-social-icon li a, footer .tt-color-scheme-01 .tt-social-icon li a:hover {
        color: #0c4a6e
    }

    footer .tt-color-scheme-01 .tt-footer-box .tt-social-icon li a:hover {
        color: #0369a1
    }

    footer .tt-color-scheme-01 .tt-footer-box .tt-social-icon li:not(:last-child):not(:first-child) {
        margin: 0 9px
    }

    footer .tt-color-scheme-02 {
        background: #0369a1;
        color: #fff
    }

    footer .tt-color-scheme-02 .tt-list li a, footer .tt-color-scheme-02 .tt-mobile-collapse .tt-collapse-content .tt-list li a {
        color: #fff
    }

    footer .tt-color-scheme-02 .tt-list li a:hover, footer .tt-color-scheme-02 .tt-mobile-collapse .tt-collapse-content .tt-list li a:hover {
        color: #0c4a6e
    }

    footer .tt-color-scheme-02 address a {
        color: #fff
    }

    footer .tt-color-scheme-02 address a:hover {
        color: #0c4a6e
    }

    footer .tt-color-scheme-02 address span {
        color: #3d566f
    }

    footer .tt-color-scheme-02 .tt-collapse-title {
        color: #fff
    }

    footer .tt-color-scheme-02 .tt-newsletter .form-control:not(:active):not(:focus) {
        color: #0f1111;
        background: #fff;
        border-color: #fff
    }

    footer .tt-color-scheme-02 .tt-newsletter .form-control:focus {
        color: #0f1111;
        border-color: #0c4a6e;
        background: #fff
    }

    footer .tt-color-scheme-02 .tt-newsletter ::-webkit-input-placeholder {
        color: #0f1111
    }

    footer .tt-color-scheme-02 .tt-newsletter :-moz-placeholder, footer .tt-color-scheme-02 .tt-newsletter ::-moz-placeholder {
        color: #0f1111
    }

    footer .tt-color-scheme-02 .tt-newsletter :-ms-input-placeholder {
        color: #0f1111
    }

    footer .tt-color-scheme-02 .tt-newsletter .btn {
        background: #303030;
        color: #fff
    }

    footer .tt-color-scheme-02 .tt-newsletter .btn:hover {
        background: #000;
        color: #fff
    }

    footer .tt-color-scheme-02 .tt-social-icon li a {
        color: #fff
    }

    footer .tt-color-scheme-02 .tt-social-icon li a:hover {
        color: #1c302d
    }

    footer .tt-color-scheme-03 {
        background: #2f3c63;
        color: #94a3b8
    }

    footer .tt-color-scheme-03 .tt-mobile-collapse .tt-collapse-title {
        color: #fff
    }

    footer .tt-color-scheme-03 .tt-mobile-collapse .tt-collapse-content {
        color: #94a3b8;
        font-size: 14px
    }

    footer .tt-color-scheme-03 .tt-mobile-collapse .tt-collapse-content a, footer .tt-color-scheme-03 .tt-mobile-collapse .tt-collapse-content a:hover {
        color: #94a3b8
    }

    footer .tt-color-scheme-03 .tt-box-copyright {
        color: #888
    }

    footer .tt-color-scheme-03 .tt-list li a, footer .tt-color-scheme-03 .tt-list li a:hover, footer .tt-color-scheme-03 .tt-list li.active a, footer .tt-color-scheme-03 .tt-mobile-collapse .tt-collapse-content .tt-list li a, footer .tt-color-scheme-03 .tt-mobile-collapse .tt-collapse-content .tt-list li a:hover, footer .tt-color-scheme-03 .tt-mobile-collapse .tt-collapse-content .tt-list li.active a, footer .tt-color-scheme-03 address span {
        color: #fff
    }

    footer .tt-color-scheme-03 .tt-social-icon li a {
        color: #0f1111
    }

    footer .tt-color-scheme-03 .tt-social-icon li a:hover {
        color: #fff
    }

    footer .tt-color-scheme-03 .tt-newsletter .form-control:not(:active):not(:focus) {
        background: #fff;
        border-color: #fff;
        color: #0f1111
    }

    footer .tt-color-scheme-03 .tt-newsletter .form-control:focus {
        border-color: #0369a1;
        background: #fff;
        color: #0f1111
    }

    footer .tt-color-scheme-03 .tt-newsletter ::-webkit-input-placeholder {
        color: #0f1111
    }

    footer .tt-color-scheme-03 .tt-newsletter :-moz-placeholder, footer .tt-color-scheme-03 .tt-newsletter ::-moz-placeholder {
        color: #0f1111
    }

    footer .tt-color-scheme-03 .tt-newsletter :-ms-input-placeholder {
        color: #0f1111
    }

    footer .tt-color-scheme-03 .tt-newsletter .btn {
        background: #0369a1;
        color: #fff
    }

    footer .tt-color-scheme-03 .tt-newsletter .btn:hover {
        background: #000;
        color: #fff
    }

    footer .tt-color-scheme-03 .tt-newsletter .input-group .btn {
        border-top-right-radius: 5px !important;
        border-bottom-right-radius: 5px !important
    }

    footer .tt-color-scheme-04 {
        background: #2f3c63;
        color: #888
    }

    footer .tt-color-scheme-04 .tt-box-copyright, footer .tt-color-scheme-04 .tt-logo .tt-title {
        color: #fff
    }

    footer .tt-color-scheme-04 .tt-social-icon li a {
        color: #0f1111
    }

    footer .tt-color-scheme-04 .tt-mobile-collapse .tt-collapse-title, footer .tt-color-scheme-04 .tt-social-icon li a:hover {
        color: #fff
    }

    footer .tt-color-scheme-04 .tt-mobile-collapse .tt-collapse-content, footer .tt-color-scheme-04 .tt-mobile-collapse .tt-collapse-content a {
        color: #888
    }

    footer .tt-color-scheme-04 .tt-mobile-collapse .tt-collapse-content a:hover {
        color: #fff
    }

    footer .tt-color-scheme-04 .tt-newsletter .form-control:not(:active):not(:focus) {
        background: #fff;
        border-color: #fff;
        color: #fff
    }

    footer .tt-color-scheme-04 .tt-newsletter .form-control:focus {
        border-color: #0369a1;
        background: #fff;
        color: #fff
    }

    footer .tt-color-scheme-04 .tt-newsletter ::-webkit-input-placeholder {
        color: #0f1111
    }

    footer .tt-color-scheme-04 .tt-newsletter :-moz-placeholder, footer .tt-color-scheme-04 .tt-newsletter ::-moz-placeholder {
        color: #0f1111
    }

    footer .tt-color-scheme-04 .tt-newsletter :-ms-input-placeholder {
        color: #0f1111
    }

    footer .tt-color-scheme-04 .tt-newsletter .btn {
        background: #0369a1;
        color: #fff
    }

    footer .tt-color-scheme-04 .tt-newsletter .btn:hover {
        background: #000;
        color: #fff
    }
}

@media (max-width: 789px) {
    footer {
        background: #f7f8fa;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-content: flex-start;
        align-items: flex-start
    }

    footer .tt-footer-center, footer .tt-footer-col {
        background: #2f3c63;
        color: #94a3b8;
        padding: 0;
        width: 100%
    }

    footer .tt-footer-center .container, footer .tt-footer-col .container, footer .tt-footer-custom .container, footer .tt-footer-default .container {
        padding-left: 30px;
        padding-right: 30px
    }

    footer .tt-footer-custom:not(:last-child) {
        order: 3;
        width: 100%;
        background: #2f3c63;
        color: #888
    }

    footer .tt-footer-custom:not(:last-child) .tt-col-left, footer .tt-footer-custom:not(:last-child) .tt-col-right, footer .tt-footer-custom:not(:last-child) .tt-row {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-content: flex-start;
        align-items: flex-start;
        width: 100%
    }

    footer .tt-footer-custom:not(:last-child) .tt-col-item {
        width: 100%
    }

    footer .tt-footer-default:not(:last-child) {
        order: 3
    }

    footer .tt-footer-custom:last-child {
        background: #2f3c63;
        order: 4;
        width: 100%
    }

    footer .tt-footer-custom:last-child .tt-row, footer .tt-footer-custom:last-child .tt-row .tt-col-left, footer .tt-footer-custom:last-child .tt-row .tt-col-right {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center;
        align-content: center;
        align-items: center
    }

    footer .tt-footer-custom:last-child .tt-box-copyright {
        margin-top: 16px;
        text-align: center;
        padding: 12px 0;
        color: #fff;
        font-size: 14px
    }

    footer .tt-footer-custom:last-child > :first-child {
        margin-top: 0
    }

    footer .tt-footer-center {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-content: center;
        align-items: flex-start;
        width: 100%
    }

    footer .tt-mobile-collapse .tt-collapse-title {
        cursor: pointer;
        color: #fff;
        padding-bottom: 12px;
        padding-right: 20px;
        transition: color .2s linear;
        width: 100%;
        text-align: left;
        outline: none
    }

    footer .tt-mobile-collapse .tt-collapse-title:hover:not(:focus) {
        color: #fff
    }

    footer .tt-mobile-collapse .tt-collapse-content {
        margin-top: 16px;
        display: none
    }

    footer .tt-mobile-collapse .tt-collapse-title.tt-open + .tt-collapse-content {
        display: block
    }

    footer .tt-mobile-collapse {
        margin-top: 35px
    }

    footer .tt-newsletter form {
        margin-top: 24px
    }

    footer .tt-newsletter form .form-group {
        width: 100%;
        margin-bottom: 0
    }

    footer .tt-newsletter form .btn, footer .tt-newsletter form .form-group .form-control {
        width: 100%;
        border-radius: 5px !important
    }

    footer .tt-newsletter form .btn {
        margin-top: 10px;
        text-align: center;
        display: block;
        align-items: center;
        justify-content: center;
        align-content: center
    }

    footer .tt-newsletter .form-control:not(:active):not(:focus) {
        color: #0f1111;
        background: #fff;
        border-color: #fff
    }

    footer .tt-newsletter .form-control:focus {
        color: #0f1111;
        border-color: #0369a1;
        background: #fff
    }

    footer .tt-newsletter ::-webkit-input-placeholder {
        color: #0f1111
    }

    footer .tt-newsletter :-moz-placeholder, footer .tt-newsletter ::-moz-placeholder {
        color: #0f1111
    }

    footer .tt-newsletter :-ms-input-placeholder {
        color: #0f1111
    }

    footer .tt-newsletter .btn {
        background: #0369a1;
        color: #fff
    }

    footer .tt-newsletter .btn:hover {
        background: #000;
        color: #fff
    }

    footer .tt-list li a {
        color: #fff
    }

    footer .tt-list li a:hover, footer address a, footer address a:hover, footer address span {
        color: #94a3b8
    }

    footer .tt-social-icon {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-content: center;
        align-items: center;
        margin-top: 26px;
        margin-left: -7px
    }

    footer .tt-social-icon li a {
        color: #0f1111
    }

    footer .tt-social-icon li a:hover {
        color: #94a3b8
    }

    footer .tt-logo .tt-title {
        color: #0369a1
    }
}

footer > :first-child {
    margin-top: 0
}

@media (min-width: 790px) {
    html.ie footer .tt-footer-col .tt-newsletter .tt-collapse-content .form-inline .form-group .form-control {
        width: auto
    }

    html.ie footer .tt-footer-center .tt-newsletter .tt-collapse-content, html.ie footer .tt-footer-center .tt-newsletter .tt-collapse-content p {
        width: 590px
    }

    html.ie footer .tt-footer-center .tt-newsletter .tt-collapse-content .form-inline {
        width: auto
    }

    html.ie footer .tt-footer-center .tt-newsletter .tt-collapse-content .form-inline .form-group .form-control {
        width: auto;
        min-width: 370px
    }
}

@media (max-width: 789px) {
    .f-mobile-dark {
        background: #303030
    }

    .f-mobile-dark .tt-footer-custom:last-child {
        background: #222
    }

    .f-mobile-dark .tt-footer-center, .f-mobile-dark .tt-footer-col {
        background: #303030;
        color: #888
    }

    .f-mobile-dark .tt-mobile-collapse .tt-collapse-title {
        color: #fff;
        border-bottom: 1px solid hsla(0, 4%, 91%, .14)
    }

    .f-mobile-dark .tt-social-icon li a:hover, .f-mobile-dark address a:hover, .f-mobile-dark address span {
        color: #fff
    }
}

.ht-copy {
    border-top: 1px solid #ffffff1a;
    text-align: center
}

.ht-copy a {
    font-weight: 700
}

.ht-copy i {
    vertical-align: middle;
    font-size: 17px
}

@media (min-width: 789px)and (max-width: 1024px) {
    .leftColumn:not(.rightColumn) {
        padding-right: 25px;
        margin-top: -6px
    }
}

@media (min-width: 1025px) {
    .leftColumn:not(.rightColumn) {
        padding-right: 50px;
        margin-top: 1px
    }
}

@media (max-width: 790px) {
    .leftColumn:not(.rightColumn) {
        margin-top: 54px
    }
}

@media (min-width: 789px)and (max-width: 1024px) {
    .rightColumn {
        padding-left: 25px;
        margin-top: -6px
    }
}

@media (min-width: 1025px) {
    .rightColumn {
        padding-left: 50px;
        margin-top: 1px
    }
}

@media (max-width: 790px) {
    .rightColumn {
        margin-top: 54px
    }
}

.tt-post-single {
    font-size: 16px;
    text-align: center;
    padding-top: 3px
}

.tt-post-single .b, .tt-post-single strong {
    font-weight: 600
}

.tt-post-single .h1:not(:first-child), .tt-post-single h1.tt-title:not(:first-child), .tt-post-single h1:not(:first-child) {
    margin-top: 24px
}

.tt-post-single .h1, .tt-post-single h1, .tt-post-single h1.tt-title {
    font-size: 34px;
    line-height: 44px;
    font-weight: 700;
    letter-spacing: .03em
}

@media (max-width: 1024px) {
    .tt-post-single .h1, .tt-post-single h1, .tt-post-single h1.tt-title {
        font-size: 26px;
        line-height: 36px
    }
}

@media (max-width: 575px) {
    .tt-post-single .h1, .tt-post-single h1, .tt-post-single h1.tt-title {
        font-size: 23px;
        line-height: 33px
    }
}

.tt-post-single .tt-author {
    margin-top: 23px;
    font-size: 12px;
    color: #999
}

.tt-post-single .tt-author a, .tt-post-single .tt-author span {
    color: #0c4a6e
}

.tt-post-single .tt-post-content {
    text-align: left;
    margin-top: 33px
}

.tt-post-single .tt-post-content .related-products-carousel {
    margin-top: 46px;
    padding-bottom: 14px
}

.tt-post-single .tt-post-content img {
    max-width: 100%;
    height: auto;
    margin-top: 20px
}

.tt-post-single .tt-post-content .h1, .tt-post-single .tt-post-content .h2, .tt-post-single .tt-post-content .h3, .tt-post-single .tt-post-content .h4, .tt-post-single .tt-post-content .h5, .tt-post-single .tt-post-content .h6, .tt-post-single .tt-post-content h1, .tt-post-single .tt-post-content h2, .tt-post-single .tt-post-content h3, .tt-post-single .tt-post-content h4, .tt-post-single .tt-post-content h5, .tt-post-single .tt-post-content h6 {
    padding-bottom: 0 !important
}

.tt-post-single .tt-post-content .h2:not(:first-child), .tt-post-single .tt-post-content h2.tt-title:not(:first-child), .tt-post-single .tt-post-content h2:not(:first-child) {
    margin-top: 32px
}

.tt-post-single .tt-post-content .h2, .tt-post-single .tt-post-content h2, .tt-post-single .tt-post-content h2.tt-title {
    font-size: 20px !important;
    line-height: 30px !important;
    font-weight: 500 !important;
    letter-spacing: .03em !important
}

.tt-post-single .tt-post-content p {
    margin-top: 5px
}

.tt-post-single .tt-post-content p img {
    margin-top: 8px;
    margin-bottom: 8px
}

.tt-post-single .tt-post-content > :first-child, .tt-post-single .tt-post-content > :first-child div[class^=col-] > :first-child {
    margin-top: 0
}

.tt-post-single .tt-post-content .img-sqr {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0
}

.tt-post-single .tt-post-content .img-sqr img {
    width: 80%
}

@media (max-width: 575px) {
    .tt-post-single .tt-post-content .img-sqr img {
        width: 100%
    }
}

.tt-post-single .tt-post-content .img-sqr.attached-image-1 img, .tt-post-single .tt-post-content .img-sqr.attached-image-2 img {
    width: auto;
    max-height: 220px
}

@media (max-width: 575px) {
    .tt-post-single .tt-post-content .img-sqr.attached-image-1 img, .tt-post-single .tt-post-content .img-sqr.attached-image-2 img {
        max-height: 180px
    }
}

.tt-post-single > :first-child {
    margin-top: 0
}

.tt-post-single a {
    color: #0369a1;
    transition: color .2s linear, background-color .2s linear;
    font-weight: 400
}

.tt-post-single a, .tt-post-single a:hover {
    -webkit-text-decoration: dotted;
    text-decoration: dotted;
    text-decoration-line: revert;
    text-decoration-thickness: from-font
}

@media (max-width: 1229px) {
    .tt-post-single .tt-title.h1:not(:first-child), .tt-post-single h1.tt-title:not(:first-child) {
        margin-top: 18px
    }

    .tt-post-single .tt-author {
        margin-top: 17px
    }

    .tt-post-single .tt-post-content {
        margin-top: 21px
    }

    .tt-post-single .tt-post-content .tt-title.h2:not(:first-child), .tt-post-single .tt-post-content h2.tt-title:not(:first-child) {
        margin-top: 26px
    }

    .tt-post-single .tt-post-content p {
        margin-top: 19px
    }

    .tt-post-single .tt-post-content p img {
        margin-top: 2px;
        margin-bottom: 2px
    }
}

@media (max-width: 575px) {
    .tt-post-single .tt-title.h1:not(:first-child), .tt-post-single h1.tt-title:not(:first-child) {
        margin-top: 12px
    }

    .tt-post-single .tt-author {
        margin-top: 10px
    }

    .tt-post-single .tt-post-content {
        margin-top: 18px
    }

    .tt-post-single .tt-post-content .tt-title.h2:not(:first-child), .tt-post-single .tt-post-content h2.tt-title:not(:first-child) {
        margin-top: 20px
    }

    .tt-post-single .tt-post-content img {
        margin-top: 10px
    }

    .tt-post-single .tt-post-content p {
        margin-top: 13px
    }

    .tt-post-single .tt-post-content p img {
        margin-top: 2px;
        margin-bottom: 2px
    }
}

.tt-blog-thumb-list {
    margin-top: -35px
}

@media (max-width: 575px) {
    .tt-blog-thumb-list {
        margin-top: -27px
    }

    .tt-blog-thumb-list [class^=col-] {
        padding-left: 0;
        padding-right: 0
    }

    .tt-blog-thumb-list [class^=col-] .tt-title-description {
        margin-left: 10px;
        margin-right: 10px
    }
}

.tt-blog-thumb {
    margin-top: 35px
}

.tt-blog-thumb .tt-img {
    text-align: center
}

.tt-blog-thumb .tt-img img {
    max-width: 100%;
    height: auto
}

.tt-blog-thumb .tt-img + .tt-title-description {
    margin-top: -70px
}

.tt-blog-thumb .tt-title-description {
    position: relative;
    margin-right: 20px;
    margin-left: 20px;
    padding: 23px 15px 0;
    text-align: center;
    min-height: 80px;
    color: #0f1111;
    transition: color .2s linear, background-color .2s linear
}

.tt-blog-thumb .tt-title-description .tt-description {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

.tt-blog-thumb .tt-title-description .tt-background {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: #fffdfc;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px
}

.tt-blog-thumb .tt-title-description > :not(.tt-background) {
    position: relative
}

.tt-blog-thumb .tt-title-description .tt-title {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    letter-spacing: .04em;
    font-family: Inter, sans-serif;
    position: relative;
    margin: 7px 0 0;
    color: #3d566f;
    display: block; /* 或者其他适合的display值 */
    overflow: hidden;
    height: 60px;
    text-overflow: ellipsis;
    /*white-space: nowrap;*/
}

.tt-blog-thumb .tt-title-description .tt-title a {
    color: #3d566f;
    display: inline-block;
    transition: color .2s linear, background-color .2s linear
}

.tt-blog-thumb .tt-title-description .tt-title a:hover {
    color: #0369a1
}

.tt-blog-thumb .tt-title-description p {
    margin-top: 13px
}

.tt-blog-thumb .tt-title-description .tt-meta {
    width: 100%;
    text-align: center;
    margin-top: 10px;
    font-size: 12px;
    color: #999;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: flex-start;
    align-items: center
}

.tt-blog-thumb .tt-title-description .tt-meta > div {
    padding: 0 10px
}

.tt-blog-thumb .tt-title-description .tt-meta .tt-author {
    letter-spacing: .01em;
    margin-top: 4px
}

.tt-blog-thumb .tt-title-description .tt-meta .tt-author a {
    color: #0c4a6e;
    text-decoration: none
}

.tt-blog-thumb .tt-title-description .tt-meta .tt-author a:hover {
    text-decoration: underline
}

.tt-blog-thumb .tt-title-description > :first-child {
    margin-top: 0
}

@media (max-width: 575px) {
    .tt-blog-thumb {
        margin-top: 18px
    }

    .tt-blog-thumb .tt-title-description {
        padding-top: 16px
    }

    .tt-blog-thumb .tt-title-description .tt-title {
        margin-top: 6px
    }
}

.tt-blog-thumb:hover .tt-title-description .tt-background {
    top: -10px;
    left: -10px;
    width: calc(100% + 20px);
    height: calc(100% + 20px)
}

html:not(.ie) .tt-blog-thumb .tt-title-description .tt-background {
    transition: color .2s linear, background-color .2s linear
}

.tt-list-inline {
    list-style: none;
    margin: -2px 0 0 -11px;
    padding: 0 0 1px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: stretch;
    align-items: flex-start
}

.tt-list-inline li {
    margin: 0 6px;
    color: #0f1111
}

.tt-list-inline li a {
    color: #0f1111;
    padding: 0 5px;
    display: inline-block;
    transition: color .2s linear, background-color .2s linear
}

.tt-list-inline li a:hover {
    color: #0369a1
}

html:not(.ie) .tt-layout-01-post .tt-post-content .tt-background {
    transition: color .2s linear, background-color .2s linear
}

.isotop_showmore_js {
    margin-top: 55px
}

@media (max-width: 1024px) {
    .isotop_showmore_js {
        margin-top: 35px
    }
}

@media (max-width: 575px) {
    .isotop_showmore_js {
        margin-top: 28px
    }
}

.tt-blog-masonry .grid:after {
    content: "";
    display: block;
    clear: both
}

.tt-blog-masonry .element-item {
    position: relative;
    float: left
}

.tt-blog-masonry .tt-grid-col-3 .element-item {
    width: 33.33%;
    padding: 0 10px
}

@media (max-width: 1024px) {
    .tt-blog-masonry .tt-grid-col-3 .element-item {
        width: 50%
    }
}

@media (max-width: 789px) {
    .tt-blog-masonry .tt-grid-col-3 .element-item {
        width: 100%
    }
}

@media (max-width: 575px) {
    .tt-blog-masonry .tt-grid-col-3 .element-item {
        padding: 0
    }
}

.tt-portfolio-masonry .grid:after {
    content: "";
    display: block;
    clear: both
}

.tt-portfolio-masonry .element-item {
    position: relative;
    float: left
}

.tt-portfolio-masonry .tt-portfolio-content {
    opacity: 0;
    transition: opacity .2s linear
}

.tt-portfolio-masonry .tt-portfolio-content.tt-show {
    opacity: 1
}

.tt-portfolio-masonry .tt-grid-col-5 .element-item {
    width: 20%;
    padding: 10px
}

@media (max-width: 1024px) {
    .tt-portfolio-masonry .tt-grid-col-5 .element-item {
        width: 33.333%
    }
}

@media (max-width: 789px) {
    .tt-portfolio-masonry .tt-grid-col-5 .element-item {
        width: 50%
    }
}

@media (max-width: 575px) {
    .tt-portfolio-masonry .tt-grid-col-5 .element-item {
        padding: 10px 0;
        width: 100%
    }
}

.tt-portfolio-masonry .tt-grid-col-3 .element-item {
    width: 33.333%;
    padding: 10px
}

@media (max-width: 789px) {
    .tt-portfolio-masonry .tt-grid-col-3 .element-item {
        width: 50%
    }
}

@media (max-width: 575px) {
    .tt-portfolio-masonry .tt-grid-col-3 .element-item {
        padding: 5px;
        width: 100%
    }
}

.tt-portfolio-masonry .element-item {
    float: inherit !important
}

.tt-portfolio-content {
    margin-top: -30px
}

@media (max-width: 1024px) {
    .tt-portfolio-content {
        margin-top: -10px
    }
}

@media (min-width: 576px) {
    .tt-portfolio-content {
        margin-left: -10px;
        margin-right: -10px
    }
}

@media (max-width: 575px) {
    .tt-portfolio-content {
        margin-left: -5px;
        margin-right: -5px;
        margin-top: -5px
    }
}

.tt-portfolio-content figure {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    margin: 0
}

.tt-portfolio-content figure img {
    width: 100%;
    height: auto
}

.tt-portfolio-content figure figcaption {
    position: absolute;
    background: rgba(0, 0, 0, .7);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 13px 19px;
    z-index: 0;
    color: #fff;
    visibility: hidden;
    opacity: 0;
    transition: opacity .2s linear
}

.tt-portfolio-content figure figcaption .tt-btn-zomm {
    background-color: transparent;
    border: none;
    font-family: wokiee;
    color: #fff;
    font-size: 20px;
    line-height: 1;
    padding: 3px;
    transition: color .2s linear, background-color .2s linear
}

.tt-portfolio-content figure figcaption .tt-btn-zomm:before {
    content: "";
    display: inline-block
}

.tt-portfolio-content figure figcaption .tt-btn-zomm:hover {
    color: #0369a1
}

.tt-portfolio-content figure figcaption .tt-title {
    font-size: 16px;
    line-height: 1.3;
    letter-spacing: .03em;
    font-weight: 500;
    margin: 0;
    padding: 0;
    color: #fff;
    font-family: Inter, sans-serif
}

.tt-portfolio-content figure figcaption .tt-title a {
    color: #fff
}

.tt-portfolio-content figure figcaption .tt-title a:hover {
    color: #0369a1
}

.tt-portfolio-content figure figcaption p {
    margin-top: 4px;
    letter-spacing: .005em
}

.tt-portfolio-content figure figcaption > :first-child {
    margin-top: 0
}

.tt-portfolio-masonry.tt-no-gutter .element-item {
    padding: 0 !important
}

.tt-portfolio-masonry.tt-no-gutter .tt-portfolio-content {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0
}

.tt-portfolio-content.layout-default figure figcaption {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-content: flex-start;
    align-items: flex-start;
    text-align: left
}

.tt-portfolio-content.layout-default figure figcaption .tt-btn-zomm {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1
}

.tt-portfolio-content.layout-default figure figcaption .tt-btn-zomm:before {
    top: 15px;
    right: 15px;
    position: absolute
}

.tt-portfolio-content.layout-default figure figcaption .tt-title, .tt-portfolio-content.layout-default figure figcaption p {
    position: relative;
    z-index: 2
}

body:not(.touch-device) .tt-portfolio-content figure:hover figcaption, html.edge .tt-portfolio-content figure:hover figcaption {
    z-index: 7;
    left: 0;
    top: 0;
    opacity: 1;
    visibility: visible
}

.modal-open {
    overflow: hidden
}

body:not(.touch-device).modal-open {
    overflow-x: hidden
}

html.ie.gecko body.modal-open {
    padding-right: 0 !important
}

.modal {
    padding: 0;
    transition: opacity .15s linear;
    opacity: 0;
    text-align: center
}

.modal.show {
    opacity: 1
}

.modal-md {
    width: 736px
}

.modal-lg {
    width: 962px
}

@media (max-width: 1229px) {
    .modal-lg {
        width: 900px
    }
}

@media (max-width: 1024px) {
    .modal-lg {
        width: 730px
    }
}

@media (max-width: 789px) {
    .modal-lg {
        width: 550px
    }
}

@media (max-width: 650px) {
    .modal-lg {
        width: 420px
    }
}

@media (max-width: 500px) {
    .modal-lg {
        width: 320px
    }
}

@media (max-width: 370px) {
    .modal-lg {
        width: 280px
    }
}

.modal-compare {
    width: 996px
}

@media (max-width: 1229px) {
    .modal-compare {
        width: 900px
    }
}

@media (max-width: 1024px) {
    .modal-compare {
        width: 730px
    }
}

@media (max-width: 789px) {
    .modal-compare {
        width: 550px
    }
}

@media (max-width: 650px) {
    .modal-compare {
        width: 420px
    }
}

@media (max-width: 500px) {
    .modal-compare {
        width: 320px
    }
}

@media (max-width: 370px) {
    .modal-compare {
        width: 280px
    }
}

@media (min-width: 651px) {
    .modal-sm {
        width: 506px
    }
}

@media (max-width: 650px) {
    .modal-sm {
        width: 420px
    }
}

@media (max-width: 500px) {
    .modal-sm {
        width: 320px
    }
}

@media (max-width: 370px) {
    .modal-sm {
        width: 280px
    }
}

@media (min-width: 651px) {
    .modal-discount {
        width: 600px
    }
}

@media (max-width: 650px) {
    .modal-discount {
        width: 420px
    }
}

@media (max-width: 500px) {
    .modal-discount {
        width: 320px
    }
}

@media (max-width: 370px) {
    .modal-discount {
        width: 280px
    }
}

.modal-small {
    width: 400px
}

@media (max-width: 450px) {
    .modal-small {
        width: 280px
    }
}

.modal-backdrop.in {
    opacity: 1
}

.modal-newsletter .modal-backdrop.show {
    opacity: .87
}

.modal .modal-content {
    border-radius: 0;
    border: none
}

.modal .close {
    font-size: 24px;
    line-height: 24px;
    position: relative;
    z-index: 7;
    opacity: 1;
    text-shadow: none;
    margin: 0 0 0 auto;
    padding: 0
}

.modal .modal-header {
    border: none;
    padding: 22px 20px 0;
    margin: 0
}

.modal .modal-title {
    font-size: 20px;
    line-height: 26px;
    margin: 34px 0 0;
    padding-bottom: 19px;
    letter-spacing: .02em
}

.modal .modal-footer {
    border: none
}

#modalAddToCartProduct.modal-dialog {
    width: 736px
}

@media (max-width: 1024px) {
    #modalAddToCartProduct.modal-dialog {
        width: 420px
    }
}

@media (max-width: 575px) {
    #modalAddToCartProduct.modal-dialog {
        width: 270px
    }
}

.tt-modal-addtocart.desktop {
    position: relative
}

.tt-modal-addtocart.desktop .row {
    justify-content: center;
    align-content: center;
    align-items: center
}

.tt-modal-addtocart.desktop .row > div:first-child {
    padding-right: 52px
}

.tt-modal-addtocart.desktop .row > div:last-child {
    padding-left: 49px
}

.tt-modal-addtocart.desktop .row > div:last-child .btn {
    width: 100%
}

.tt-modal-addtocart.desktop .tt-modal-messages {
    font-family: Inter, sans-serif;
    color: #0c4a6e;
    font-size: 20px;
    line-height: 1;
    font-weight: 500
}

.tt-modal-addtocart.desktop .tt-modal-messages [class^=icon-] {
    color: #0369a1
}

.tt-modal-addtocart.desktop .tt-modal-product {
    margin-top: 26px
}

.tt-modal-addtocart.desktop .tt-modal-product .tt-img img {
    width: 100%;
    max-width: 154px;
    height: auto
}

.tt-modal-addtocart.desktop .tt-modal-product .tt-title {
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 14px;
    margin-top: 12px;
    color: #3d566f
}

.tt-modal-addtocart.desktop .tt-modal-product .tt-title a {
    color: #3d566f
}

.tt-modal-addtocart.desktop .tt-modal-product .tt-title a:hover {
    color: #0369a1
}

.tt-modal-addtocart.desktop .tt-modal-product .tt-qty {
    font-family: Inter, sans-serif;
    font-weight: 500;
    font-size: 14px;
    margin-top: 7px;
    color: #0c4a6e
}

.tt-modal-addtocart.desktop .tt-modal-product > :first-child {
    margin-top: 0
}

.tt-modal-addtocart.desktop .tt-product-total {
    font-family: Inter, sans-serif;
    font-weight: 500;
    color: #0c4a6e;
    font-size: 14px;
    margin-top: 5px
}

.tt-modal-addtocart.desktop .tt-product-total .tt-price {
    font-size: 16px
}

.tt-modal-addtocart.desktop .tt-cart-total {
    color: #0f1111;
    display: inline-block
}

.tt-modal-addtocart.desktop .tt-cart-total .tt-total {
    font-family: Inter, sans-serif;
    font-weight: 500;
    color: #3d566f;
    margin-top: 11px
}

.tt-modal-addtocart.desktop .tt-cart-total .tt-total .tt-price {
    color: #0369a1;
    font-size: 24px
}

.tt-modal-addtocart.desktop [class^=col] .btn {
    margin-top: 20px
}

.tt-modal-addtocart.desktop [class^=col] .tt-cart-total + .btn {
    margin-top: 25px
}

.tt-modal-addtocart.desktop [class^=col] > :first-child {
    margin-top: 0
}

.tt-modal-addtocart.desktop:before {
    content: "";
    width: 1px;
    height: 100%;
    background: #e9e7e7;
    position: absolute;
    left: 50%;
    margin-left: 8px;
    top: 0
}

.tt-modal-addtocart.mobile {
    margin-top: 9px
}

.tt-modal-addtocart.mobile .tt-modal-messages {
    font-family: Inter, sans-serif;
    color: #0c4a6e;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 500;
    padding-bottom: 13px
}

.tt-modal-addtocart.mobile .tt-modal-messages [class^=icon-] {
    color: #0369a1
}

.tt-modal-addtocart.mobile [class^=btn] {
    padding-top: 9px;
    padding-bottom: 9px
}

@media (min-width: 1025px) {
    .tt-modal-addtocart.desktop {
        display: block
    }

    .tt-modal-addtocart.mobile {
        display: none
    }
}

@media (max-width: 1024px) {
    .tt-modal-addtocart.desktop {
        display: none
    }

    .tt-modal-addtocart.mobile {
        display: flex;
        flex-direction: column
    }
}

@media screen and (max-width: 991px) {
    .tt-modal-quickview-wrapper.modal-body {
        height: 70vh;
        overflow-y: auto !important;
        margin-bottom: 20px
    }
}

.tt-modal-quickview {
    text-align: left
}

@media (max-width: 1024px)and (min-width: 791px) {
    .tt-modal-quickview .tt-product-single-info {
        padding-top: 0
    }
}

@media (max-width: 575px) {
    .tt-modal-quickview .tt-product-single-info {
        padding-left: 0;
        padding-right: 0
    }
}

.tt-modal-quickview .tt-product-single-info .tt-title {
    font-weight: 500
}

.modal .modal-dialog {
    display: inline-block;
    vertical-align: middle
}

@media (min-width: 576px) {
    .modal .modal-dialog {
        max-width: inherit
    }
}

.modal .modal-header {
    height: 54px;
    position: relative
}

.modal .close {
    top: -40px;
    position: absolute;
    text-decoration: none;
    text-align: center;
    color: #fff;
    background: none;
    border: none;
    cursor: pointer;
    font-family: wokiee;
    transition: all .2s linear;
    opacity: 1 !important
}

@media (min-width: 1025px) {
    .modal .close {
        right: -40px
    }
}

@media (max-width: 1024px) {
    .modal .close {
        right: -20px
    }
}

.modal .close:before {
    font-size: 20px;
    line-height: 1
}

.modal .close:hover {
    color: #0369a1
}

.modal .modal-body:not(.no-background) {
    background-color: #fff;
    border-radius: 6px
}

.modal .modal-body {
    overflow: hidden
}

@media (min-width: 1025px) {
    .modal .modal-body {
        padding: 40px
    }
}

@media (max-width: 1024px) {
    .modal .modal-body {
        padding: 30px
    }
}

@media (max-width: 789px) {
    .modal .modal-body {
        padding: 25px
    }
}

@media (max-width: 500px) {
    .modal .modal-body {
        padding: 20px
    }
}

@media (max-width: 270px) {
    .modal .modal-body {
        padding: 15px
    }
}

@media (min-width: 320px) {
    .modal:before {
        content: "";
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -4px
    }
}

.modal-backdrop {
    background: #000
}

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

.modal-video {
    width: 1055px
}

@media (max-width: 1170px) {
    .modal-video {
        width: 604px
    }
}

@media (max-width: 667px) {
    .modal-video {
        width: 461px
    }
}

@media (max-width: 507px) {
    .modal-video {
        width: 277px
    }
}

.modal-video-content {
    font-size: 0;
    line-height: 0;
    display: flex
}

.modal-video-content iframe {
    border: none;
    width: 100%;
    height: 584px;
    max-height: 80vh
}

@media (max-width: 1100px) {
    .modal-video-content iframe {
        height: 315px
    }
}

@media (max-width: 667px) {
    .modal-video-content iframe {
        height: 239px
    }
}

@media (max-width: 507px) {
    .modal-video-content iframe {
        height: 134px
    }
}

@media (min-width: 1025px) {
    #modalProductInfo-02 .modal-body {
        padding: 36px 40px 32px 36px
    }
}

.modal-xs {
    width: 280px
}

.modal-xs .close {
    right: -42px;
    top: 10px
}

.modal-xs .modal-body {
    padding: 10px 10px 23px !important
}

.shop-compare {
    max-width: 1024px
}

@media only screen and (min-width: 768px)and (max-width: 1024.98px) {
    .shop-compare {
        max-width: 770px
    }
}

@media only screen and (min-width: 1025px)and (max-width: 1229.98px) {
    .shop-compare {
        max-width: 990px
    }
}

.shop-compare .tt-rating svg {
    fill: #fb923c;
    stroke: #fb923c
}

.shop-compare div > a:hover {
    color: #000;
    color: initial
}

.shop-compare div > a:hover .shop-compare-item {
    box-shadow: 0 0 12px 0 hsla(0, 0%, 50%, .89)
}

.shop-compare .shop-compare-item {
    align-items: stretch;
    position: relative;
    background-color: #fff;
    padding: 20px 10px;
    margin-bottom: 20px;
    box-shadow: 1px 1px 5px 0 hsla(0, 0%, 50%, .89);
    transition: box-shadow .15s ease-in-out;
    border-radius: 10px
}

@media only screen and (max-width: 767.98px) {
    .shop-compare .shop-compare-item {
        padding: 0 0 12px
    }
}

@media only screen and (min-width: 1025px)and (max-width: 1229.98px), only screen and (min-width: 1230px), only screen and (min-width: 768px)and (max-width: 1024.98px) {
    .shop-compare .shop-compare-item {
        min-height: 270px
    }
}

.shop-compare .shop-compare-item a:hover {
    color: #000;
    color: initial
}

.shop-compare .shop-compare-item a:hover.btn {
    color: #fff
}

.shop-compare .shop-compare-item > a {
    color: #000;
    color: initial
}

@media only screen and (min-width: 1025px)and (max-width: 1229.98px), only screen and (min-width: 1230px), only screen and (min-width: 768px)and (max-width: 1024.98px) {
    .shop-compare .shop-compare-item > a {
        display: inherit
    }
}

@media only screen and (max-width: 767.98px) {
    .shop-compare .shop-compare-item > a {
        padding: 0
    }
}

.shop-compare .shop-compare-item .shop-compare-placement {
    position: absolute;
    left: -18px;
    top: 1.8rem;
    background: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    border: 2px solid #fbfbfb;
    border-radius: 50%;
    font-weight: 600;
    font-size: 16px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, .24)
}

@media only screen and (max-width: 767.98px) {
    .shop-compare .shop-compare-item .shop-compare-placement {
        left: -10px;
        top: 2.1rem;
        width: 30px;
        height: 30px
    }
}

.shop-compare .shop-compare-item .badge {
    letter-spacing: .6px;
    padding: 5.25px 9.75px;
    line-height: 15px;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 15px;
    margin-top: 4px;
    background: none !important
}

@media only screen and (max-width: 575.98px), only screen and (max-width: 767.98px) {
    .shop-compare .shop-compare-item .badge {
        margin-bottom: 2px;
        margin-right: 4px
    }
}

@media only screen and (min-width: 1025px)and (max-width: 1229.98px), only screen and (min-width: 1230px), only screen and (min-width: 768px)and (max-width: 1024.98px) {
    .shop-compare .shop-compare-item .badge {
        margin-right: 2px
    }
}

@media only screen and (max-width: 767.98px) {
    html[lang=de-DE] .shop-compare .shop-compare-item .badge, html[lang=it-IT] .shop-compare .shop-compare-item .badge {
        font-size: 1.8vw
    }
}

@media only screen and (max-width: 575.98px) {
    html[lang=de-DE] .shop-compare .shop-compare-item .badge, html[lang=it-IT] .shop-compare .shop-compare-item .badge {
        font-size: 2.8vw
    }
}

@media only screen and (max-width: 374.98px) {
    html[lang=de-DE] .shop-compare .shop-compare-item .badge {
        font-size: 2.6vw
    }
}

.shop-compare .shop-compare-item .badge.discount-badge {
    border: 1px solid #b12704;
    color: #b12704
}

.shop-compare .shop-compare-item .badge.free-shipping-badge {
    border: 1px solid #446dc0;
    color: #446dc0
}

html[lang=es-ES] .shop-compare .shop-compare-item .badge.prime-deal-badge, html[lang=fr-FR] .shop-compare .shop-compare-item .badge.prime-deal-badge {
    display: none
}

.shop-compare .shop-compare-item .black-friday-deal-text {
    color: #f44e6d;
    font-size: 14px;
    font-weight: 600;
    padding: 0 4px;
    display: none
}

@media only screen and (max-width: 575.98px), only screen and (max-width: 767.98px) {
    .shop-compare .shop-compare-item .black-friday-deal-text {
        display: inline-block;
        font-size: 14px
    }
}

.shop-compare .shop-compare-item .main-highlights-title, .shop-compare .shop-compare-item .why-we-love-it-title {
    font-size: 14px;
    color: #000;
    color: initial;
    font-weight: 600;
    line-height: 26px;
    padding-bottom: 6px;
    letter-spacing: .03em
}

@media only screen and (max-width: 767.98px) {
    .shop-compare .shop-compare-item .shop-compare-text-area {
        padding: 10px
    }
}

@media only screen and (max-width: 575.98px), only screen and (max-width: 767.98px) {
    .shop-compare .shop-compare-item .shop-compare-text-area .badges-stack, .shop-compare .shop-compare-item .shop-compare-text-area .hstack {
        flex-wrap: wrap;
        margin: 8px 0
    }
}

@media only screen and (min-width: 1025px)and (max-width: 1229.98px), only screen and (min-width: 1230px), only screen and (min-width: 768px)and (max-width: 1024.98px) {
    .shop-compare .shop-compare-item .shop-compare-text-area .badges-stack, .shop-compare .shop-compare-item .shop-compare-text-area .hstack {
        gap: .25rem !important
    }
}

@media only screen and (max-width: 575.98px), only screen and (max-width: 767.98px) {
    .shop-compare .shop-compare-item .shop-compare-text-area .badges-stack.has-black-friday .free-shipping-badge, .shop-compare .shop-compare-item .shop-compare-text-area .hstack.has-black-friday .free-shipping-badge {
        display: none
    }
}

.shop-compare .shop-compare-item .shop-compare-text-area .title {
    font-size: 16px;
    font-weight: 600;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden
}

@media only screen and (max-width: 767.98px) {
    .shop-compare .shop-compare-item .shop-compare-text-area .title {
        font-size: 16px;
        font-weight: 600
    }
}

.shop-compare .shop-compare-item .shop-compare-text-area li {
    padding-left: 5px;
    padding-right: 10px
}

@media only screen and (max-width: 767.98px) {
    .shop-compare .shop-compare-item .shop-compare-text-area ul {
        padding-left: 1.2rem
    }
}

.shop-compare .shop-compare-item .shop-compare-text-area ul.shop-compare-why-we-love-it {
    list-style-type: "🔥"
}

.shop-compare .shop-compare-item .shop-compare-text-area ul.shop-compare-main-highlights {
    list-style-type: "✅"
}

@media only screen and (min-width: 1025px)and (max-width: 1229.98px), only screen and (min-width: 1230px), only screen and (min-width: 768px)and (max-width: 1024.98px) {
    .shop-compare .shop-compare-item .shop-compare-text-area .shop-compare-show-more-wrapper {
        min-height: 100px
    }
}

.shop-compare .shop-compare-item .shop-compare-text-area .shop-compare-show-more {
    display: flex;
    margin: 3px 0 15px;
    text-decoration: underline;
    cursor: pointer;
    color: #1e306e
}

@media only screen and (max-width: 767.98px) {
    .shop-compare .shop-compare-item .shop-compare-text-area .shop-compare-show-more {
        margin: 0 auto 8px
    }
}

@media only screen and (max-width: 575.98px) {
    .shop-compare .shop-compare-item .shop-compare-text-area .shop-compare-show-more {
        justify-content: center
    }
}

.shop-compare .shop-compare-item .shop-compare-image-area {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

@media only screen and (max-width: 767.98px) {
    .shop-compare .shop-compare-item .shop-compare-image-area {
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        align-items: flex-start
    }
}

.shop-compare .shop-compare-item .shop-compare-image-area img {
    max-width: 100%
}

@media only screen and (max-width: 767.98px) {
    .shop-compare .shop-compare-item .shop-compare-image-area img {
        max-width: 120px
    }
}

.shop-compare .shop-compare-item .shop-compare-cta-area {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center
}

.shop-compare .shop-compare-item .shop-compare-cta-area a {
    width: inherit
}

.shop-compare .shop-compare-item .shop-compare-cta-area .btn {
    margin-bottom: 5px;
    width: 100%;
    padding: 0;
    font-size: 16px;
    max-width: 260px
}

html[lang=de-DE] .shop-compare .shop-compare-item .shop-compare-cta-area .btn {
    font-size: 15.5px
}

@media only screen and (max-width: 767.98px) {
    .shop-compare .shop-compare-item .shop-compare-cta-area .btn {
        padding: 0;
        height: 50px;
        max-width: 95%
    }
}

@media only screen and (min-width: 768px)and (max-width: 1024.98px) {
    .shop-compare .shop-compare-item .shop-compare-cta-area .btn {
        font-size: 14px
    }

    .shop-compare .shop-compare-item .shop-compare-cta-area .text-center {
        font-size: 12px
    }
}

.shop-compare .shop-compare-item .shop-compare-cta-area .on-amazon-text {
    margin-top: -2px;
    margin-bottom: 5px
}

.shop-compare .shop-compare-item .shop-compare-cta-area .on-amazon-text, .shop-compare .shop-compare-item .shop-compare-cta-area .picked-by {
    color: #b12704;
    font-weight: 600;
    padding-top: 4px
}

@media only screen and (max-width: 767.98px) {
    .shop-compare .shop-compare-item .shop-compare-cta-area .on-amazon-text, .shop-compare .shop-compare-item .shop-compare-cta-area .picked-by {
        padding-top: 10px;
        font-size: 16px
    }
}

@media only screen and (min-width: 768px)and (max-width: 1024.98px) {
    .shop-compare .shop-compare-item .shop-compare-cta-area .on-amazon-text, .shop-compare .shop-compare-item .shop-compare-cta-area .picked-by {
        font-size: 11px
    }
}

.shop-compare .shop-compare-item .shop-compare-cta-area .picked-by {
    font-size: 12px
}

.shop-compare .shop-compare-item .shop-compare-cta-area .black-friday-deal-text-desktop {
    color: #f44e6d;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    margin-top: 8px;
    display: block
}

@media only screen and (max-width: 575.98px), only screen and (max-width: 767.98px) {
    .shop-compare .shop-compare-item .shop-compare-cta-area .black-friday-deal-text-desktop {
        display: none
    }
}

@media only screen and (min-width: 768px)and (max-width: 1024.98px) {
    .shop-compare .shop-compare-item .shop-compare-cta-area .black-friday-deal-text-desktop {
        font-size: 12px;
        margin-top: 6px
    }
}

.shop-compare .shop-compare-top-wrapper {
    display: flex;
    padding: 10px 0 0;
    flex-direction: row;
    gap: 1.5rem;
    justify-content: flex-end
}

@media only screen and (max-width: 767.98px) {
    .shop-compare .shop-compare-top-wrapper {
        justify-content: space-between;
        align-items: center;
        font-size: 12px;
        gap: initial
    }
}

.shop-compare .shop-compare-cta-area, .shop-compare .shop-compare-image-area {
    position: relative
}

.shop-compare .shop-compare-cta-area .shop-compare-cta-container, .shop-compare .shop-compare-image-area .shop-compare-cta-container {
    position: absolute;
    width: 60%;
    height: 130px;
    top: -20px;
    padding: 8px;
    border-radius: 0 0 10px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #fbfbfb;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .35)
}

@media only screen and (min-width: 768px)and (max-width: 1024.98px) {
    .shop-compare .shop-compare-cta-area .shop-compare-cta-container, .shop-compare .shop-compare-image-area .shop-compare-cta-container {
        width: 90%
    }
}

.shop-compare .shop-compare-cta-area .shop-compare-cta-container .rank-container, .shop-compare .shop-compare-image-area .shop-compare-cta-container .rank-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #0c4a6e
}

.shop-compare .shop-compare-cta-area .shop-compare-cta-container .rank-container .ad-disclosure-icon-wrapper, .shop-compare .shop-compare-image-area .shop-compare-cta-container .rank-container .ad-disclosure-icon-wrapper {
    height: 20px;
    width: 20px;
    position: absolute;
    right: 14px;
    top: 14px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center
}

.shop-compare .shop-compare-cta-area .shop-compare-cta-container .rank-container .ad-disclosure-icon-wrapper .ad-disclosure-icon, .shop-compare .shop-compare-image-area .shop-compare-cta-container .rank-container .ad-disclosure-icon-wrapper .ad-disclosure-icon {
    color: #a0a0a0
}

.shop-compare .shop-compare-cta-area .shop-compare-cta-container .rank-container .rank-text, .shop-compare .shop-compare-image-area .shop-compare-cta-container .rank-container .rank-text {
    margin-top: 12px;
    font-weight: 600;
    font-size: 14px;
    color: #0c4a6e
}

html[lang=de-DE] .shop-compare .shop-compare-cta-area .shop-compare-cta-container .rank-container .rank-text, html[lang=de-DE] .shop-compare .shop-compare-image-area .shop-compare-cta-container .rank-container .rank-text {
    font-size: 12px
}

@media only screen and (max-width: 767.98px) {
    html[lang=de-DE] .shop-compare .shop-compare-cta-area .shop-compare-cta-container .rank-container .rank-text, html[lang=de-DE] .shop-compare .shop-compare-image-area .shop-compare-cta-container .rank-container .rank-text {
        font-size: 1.5vw
    }
}

@media only screen and (max-width: 575.98px) {
    html[lang=de-DE] .shop-compare .shop-compare-cta-area .shop-compare-cta-container .rank-container .rank-text, html[lang=de-DE] .shop-compare .shop-compare-image-area .shop-compare-cta-container .rank-container .rank-text {
        font-size: 3.4vw
    }
}

.shop-compare .shop-compare-cta-area .shop-compare-cta-container .rank-container .rank, .shop-compare .shop-compare-image-area .shop-compare-cta-container .rank-container .rank {
    margin-top: 10px;
    font-weight: 600;
    font-size: 34px
}

.shop-compare .shop-compare-cta-area .shop-compare-cta-container .rank-container .rank-save-text, .shop-compare .shop-compare-image-area .shop-compare-cta-container .rank-container .rank-save-text {
    text-align: center;
    font-weight: 600;
    color: #b12704;
    margin-top: 2px;
    font-size: 15px
}

html[lang=fr-FR] .shop-compare .shop-compare-cta-area .shop-compare-cta-container .rank-container .rank-save-text, html[lang=fr-FR] .shop-compare .shop-compare-image-area .shop-compare-cta-container .rank-container .rank-save-text, html[lang=it-IT] .shop-compare .shop-compare-cta-area .shop-compare-cta-container .rank-container .rank-save-text, html[lang=it-IT] .shop-compare .shop-compare-image-area .shop-compare-cta-container .rank-container .rank-save-text {
    font-size: 12px
}

@media only screen and (max-width: 374.98px) {
    html[lang=fr-FR] .shop-compare .shop-compare-cta-area .shop-compare-cta-container .rank-container .rank-save-text, html[lang=fr-FR] .shop-compare .shop-compare-image-area .shop-compare-cta-container .rank-container .rank-save-text, html[lang=it-IT] .shop-compare .shop-compare-cta-area .shop-compare-cta-container .rank-container .rank-save-text, html[lang=it-IT] .shop-compare .shop-compare-image-area .shop-compare-cta-container .rank-container .rank-save-text {
        font-size: 11px
    }
}

@media only screen and (max-width: 575.98px), only screen and (max-width: 767.98px) {
    .shop-compare .shop-compare-cta-area .shop-compare-cta-container {
        display: none
    }
}

@media only screen and (max-width: 575.98px) {
    .shop-compare .shop-compare-image-area {
        margin-bottom: 10px
    }
}

.shop-compare .shop-compare-image-area .shop-compare-cta-container {
    width: 100px;
    height: 100px;
    top: -20px;
    right: 2px;
    display: none
}

@media only screen and (max-width: 575.98px), only screen and (max-width: 767.98px) {
    .shop-compare .shop-compare-image-area .shop-compare-cta-container {
        display: flex;
        position: relative;
        top: auto;
        right: auto;
        width: 38%;
        height: 160px;
        border-bottom-right-radius: 0;
        box-shadow: -1.5px 0 8px 0 rgba(0, 0, 0, .09)
    }
}

.shop-compare .shop-compare-image-area .shop-compare-cta-container .rank-container .rank-save-text {
    margin-top: 6px
}

.shop-compare .shop-compare-image-area .shop-image-wrapper {
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

@media only screen and (max-width: 767.98px) {
    .shop-compare .shop-compare-image-area .shop-image-wrapper {
        padding-top: 20px;
        width: 62%;
        min-height: 130px
    }
}

.shop-compare .shop-compare-cta-container.on-sale .btn.view-on-amazon {
    background: #fff;
    font-weight: 600
}

.modal-best-choice.prime-day .modal-dialog .modal-content .product-wrapper .product-item-info .button-wrapper img {
    max-width: 7.5rem
}

.modal-best-choice a {
    height: inherit
}

.modal-best-choice a:hover {
    color: inherit
}

.modal-best-choice .close-button {
    position: absolute;
    top: .8rem;
    right: .8rem;
    width: 2rem;
    height: 2rem;
    color: #969696
}

.modal-best-choice .modal-dialog {
    width: 50rem
}

.modal-best-choice .modal-dialog .modal-content {
    height: 28rem;
    border-radius: 1.5rem
}

.modal-best-choice .modal-dialog .modal-content .product-wrapper {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
    height: 100%
}

.modal-best-choice .modal-dialog .modal-content .product-wrapper .product-item-image {
    width: 40%;
    display: flex;
    flex-direction: column;
    align-items: center
}

.modal-best-choice .modal-dialog .modal-content .product-wrapper .product-item-image img {
    max-width: 100%;
    max-height: 100%
}

.modal-best-choice .modal-dialog .modal-content .product-wrapper .product-item-image span {
    font-size: 16px;
    font-weight: 600;
    margin-top: 4px
}

.modal-best-choice .modal-dialog .modal-content .product-wrapper .product-item-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 60%;
    height: 100%;
    background: #242f3f;
    color: #fff;
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
    padding: 2rem 3.5rem;
    text-align: left
}

.modal-best-choice .modal-dialog .modal-content .product-wrapper .product-item-info .modal-best-choice-title {
    color: #fff;
    font-weight: 700;
    font-size: 2.1rem;
    line-height: 3.5rem
}

html[lang=de-DE] .modal-best-choice .modal-dialog .modal-content .product-wrapper .product-item-info .modal-best-choice-title {
    font-size: 1.8rem
}

html[lang=es-ES] .modal-best-choice .modal-dialog .modal-content .product-wrapper .product-item-info .modal-best-choice-title {
    font-size: 1.6rem
}

html[lang=fr-FR] .modal-best-choice .modal-dialog .modal-content .product-wrapper .product-item-info .modal-best-choice-title {
    font-size: 1.5rem
}

html[lang=it-IT] .modal-best-choice .modal-dialog .modal-content .product-wrapper .product-item-info .modal-best-choice-title {
    font-size: 2rem
}

html[lang=ja-JP] .modal-best-choice .modal-dialog .modal-content .product-wrapper .product-item-info .modal-best-choice-title {
    font-size: 2.1rem
}

.modal-best-choice .modal-dialog .modal-content .product-wrapper .product-item-info .countdown-title {
    font-weight: 500;
    font-size: 18px
}

.modal-best-choice .modal-dialog .modal-content .product-wrapper .product-item-info .countdown-wrapper {
    display: flex;
    flex-direction: row;
    margin-top: .5rem;
    color: #000
}

.modal-best-choice .modal-dialog .modal-content .product-wrapper .product-item-info .countdown-wrapper .countdown-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    margin-right: 1rem;
    border-radius: .5rem;
    font-weight: 700;
    width: 4.5rem;
    height: 5rem;
    padding: .8rem 0
}

.modal-best-choice .modal-dialog .modal-content .product-wrapper .product-item-info .countdown-wrapper .countdown-item .countdown-item-number {
    font-size: 2rem;
    line-height: 2rem
}

.modal-best-choice .modal-dialog .modal-content .product-wrapper .product-item-info .countdown-wrapper .countdown-item .countdown-item-text {
    font-size: .7rem;
    line-height: .7rem
}

.modal-best-choice .modal-dialog .modal-content .product-wrapper .product-item-info .product-item-title {
    font-size: 16px;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

.modal-best-choice .modal-dialog .modal-content .product-wrapper .product-item-info .button-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center
}

.modal-best-choice .modal-dialog .modal-content .product-wrapper .product-item-info .button-wrapper button {
    color: #fff;
    background: #ef6644;
    font-size: 1rem;
    font-weight: 600;
    width: 70%
}

.modal-best-choice .modal-dialog .modal-content .product-wrapper .product-item-info .button-wrapper img {
    height: auto;
    max-width: 3.5rem;
    margin-top: 1rem
}

html[lang=es-ES] .modal-best-choice.before-prime-day .modal-dialog .modal-content .product-wrapper .product-item-info .modal-best-choice-title {
    font-size: 1.8rem
}

html[lang=de-DE] .modal-best-choice.before-prime-day .modal-dialog .modal-content .product-wrapper .product-item-info .modal-best-choice-title {
    font-size: 1.5rem
}

html[lang=ja-JP] .modal-best-choice.before-prime-day .modal-dialog .modal-content .product-wrapper .product-item-info .modal-best-choice-title {
    font-size: 1.7rem
}

.product-page-footer-text {
    max-width: 1024px
}

@media only screen and (min-width: 768px)and (max-width: 1024.98px) {
    .product-page-footer-text {
        max-width: 770px
    }
}

@media only screen and (min-width: 1025px)and (max-width: 1229.98px) {
    .product-page-footer-text {
        max-width: 990px
    }
}

.product-page-footer-text li {
    margin-bottom: 10px
}

.sale-ribbon {
    padding: .44em 1em;
    position: absolute;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .3);
    box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .3), inset 0 0 20px rgba(0, 0, 0, .1), 0 1px 1px rgba(0, 0, 0, .4);
    background: #ef6644;
    display: inline-block;
    left: 0;
    top: -14px;
    width: auto;
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
    z-index: 1
}

html[lang=es-ES] .sale-ribbon, html[lang=it-IT] .sale-ribbon {
    width: 130px
}

html[lang=fr-FR] .sale-ribbon {
    width: 134px;
    padding: .44em .5em
}

.sale-ribbon :before {
    content: "";
    width: .2em;
    bottom: -.2em;
    position: absolute;
    display: block;
    border: .9em solid #ef6644;
    box-shadow: 0 1px 0 rgba(0, 0, 0, .4);
    z-index: -2;
    left: -1.35em;
    border-right-width: .75em;
    border-left-color: transparent
}

.sale-ribbon .sale-ribbon-content svg {
    margin-right: 4px
}

.sale-ribbon .sale-ribbon-content :before {
    content: "";
    bottom: -.5em;
    position: absolute;
    display: block;
    border-style: solid;
    border-color: #0675b3 transparent transparent;
    z-index: -1;
    left: 0;
    border-width: .5em 0 0 .5em
}

body, html.touch-device {
    overflow-x: hidden
}

body {
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
    color: #0f1111;
    background-color: #fffdfc;
    background-position: center 0;
    background-repeat: no-repeat;
    margin: 0;
    direction: ltr
}

a {
    color: #0f1111
}

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

.btn {
    font-family: Inter, sans-serif;
    border: none;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: .03em;
    position: relative;
    outline: none;
    padding: 6px 31px 4px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 40px;
    cursor: pointer;
    border-radius: 6px;
    transition: color .2s linear, background-color .2s linear
}

@media (max-width: 575px) {
    .btn {
        font-size: 12px;
        padding-left: 25px;
        padding-right: 25px;
        height: 39px
    }
}

.btn-primary {
    background: #f64242
}

@media (min-width: 576px) {
    .btn:not(.tt-icon-right) [class^=icon-] {
        font-size: 20px;
        margin-right: 10px
    }
}

@media (max-width: 575px) {
    .btn:not(.tt-icon-right) [class^=icon-] {
        font-size: 18px;
        margin-right: 10px
    }
}

.btn:active, .btn:focus, .btn:visited, button:focus {
    outline: none;
    box-shadow: none
}

.btn-primary:active, .btn-primary:focus, .btn-primary:hover, .btn-primary:visited {
    background: #f64242;
    color: #fff;
    outline: none;
    box-shadow: none
}

.btn-group-lg > .btn, .btn-lg {
    height: 50px;
    padding: 5px 31px 4px
}

@media (min-width: 1101px) {
    .btn-xl {
        height: 50px;
        padding: 2px 41px 0
    }
}

@media (min-width: 790px)and (max-width: 1100px) {
    .btn-xl {
        height: 40px;
        padding-top: 2px;
        padding-bottom: 0
    }
}

@media (max-width: 789px) {
    .btn-xl {
        padding: 2px 25px 0
    }
}

.btn.focus, .btn:focus {
    box-shadow: none
}

.btn.btn-white {
    background: #fff;
    color: #0c4a6e
}

.btn.btn-dark, .btn.btn-white:hover {
    background: #0c4a6e;
    color: #fff
}

.btn.btn-dark:hover {
    background: #0369a1;
    color: #fff
}

.btn.btn-border {
    background: transparent;
    color: #0369a1;
    border: 2px solid #0369a1;
    height: 40px;
    padding-left: 29px;
    padding-right: 29px
}

.btn.btn-border:hover {
    background: #0c4a6e;
    color: #fff;
    border-color: #0c4a6e
}

.btn.btn-border01 {
    background: transparent;
    color: #999;
    border: 2px solid #999;
    height: 36px;
    padding-left: 29px;
    padding-right: 29px;
    pointer-events: none;
    border-radius: 6px
}

.btn.btn-border01:hover {
    background: #0c4a6e;
    color: #fff;
    outline-color: #0c4a6e
}

.btn-link, .btn-link:focus {
    display: inline-block;
    font-size: 14px;
    color: #0369a1;
    text-decoration: none;
    font-weight: 500;
    letter-spacing: .02em;
    font-family: Inter, sans-serif;
    transition: all .2s linear
}

.btn-link [class^=icon-], .btn-link:focus [class^=icon-] {
    margin-right: 7px;
    font-size: 20px;
    position: relative;
    top: 3px
}

.btn-link:hover {
    text-decoration: none;
    color: #0c4a6e
}

.btn-link-02, .btn-link-02:focus {
    display: inline-block;
    font-size: 14px;
    color: #0369a1;
    text-decoration: none;
    transition: all .2s linear;
    border: none;
    background-color: transparent;
    padding: 0
}

.btn-link-02:hover {
    text-decoration: none;
    color: #0c4a6e
}

.btn-underline {
    display: inline-block;
    font-size: 14px;
    line-height: 16px;
    text-decoration: none;
    font-weight: 500;
    letter-spacing: .04em;
    font-family: Inter, sans-serif;
    border-bottom: 1px solid #0369a1;
    transition: all .2s linear
}

.btn-underline:not([class$=color]) {
    color: #0369a1
}

.btn-underline:hover {
    text-decoration: none;
    color: #0c4a6e;
    border-bottom-color: transparent
}

.btn-underline.tt-white-color {
    color: #fff;
    border-color: #fff
}

.btn-underline.tt-white-color:hover {
    color: #0c4a6e;
    border-color: transparent
}

.disable {
    opacity: .3;
    pointer-events: none
}

@media (min-width: 790px) {
    .btn-top {
        margin-top: 40px
    }
}

@media (max-width: 789px)and (min-width: 576px) {
    .btn-top {
        margin-top: 30px
    }
}

@media (max-width: 575px) {
    .btn-top {
        margin-top: 20px
    }
}

.tt-link {
    color: #0369a1;
    transition: all .2s linear
}

.tt-link:hover {
    color: #0c4a6e
}

.btn.btn-small {
    height: 35px;
    padding: 6px 29px 3px
}

@media (min-width: 418px) {
    .btn.btn-small {
        padding-bottom: 5px
    }
}

.btn.btn-small [class^=icon-] {
    position: relative;
    top: -2px
}

.btn-transparent {
    opacity: .9
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    display: block;
    position: relative;
    font-family: Inter, sans-serif;
    color: #3d566f;
    margin-bottom: 0
}

.h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #3d566f;
    transition: color .2s linear, background-color .2s linear
}

.h1 a:hover, .h2 a:hover, .h3 a:hover, .h4 a:hover, .h5 a:hover, .h6 a:hover, h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
    color: #0369a1
}

.h3:not([class^=tt-title]):not([class^=tt-collapse]):not([class^=tt-aside]), .small.h2:not([class^=tt-title]):not([class^=tt-collapse]):not([class^=tt-aside]), h2.small:not([class^=tt-title]):not([class^=tt-collapse]):not([class^=tt-aside]), h3:not([class^=tt-title]):not([class^=tt-collapse]):not([class^=tt-aside]) {
    font-size: 30px;
    line-height: 40px;
    font-weight: 500;
    padding-bottom: 23px
}

@media (max-width: 1024px) {
    .h3:not([class^=tt-title]):not([class^=tt-collapse]):not([class^=tt-aside]), .small.h2:not([class^=tt-title]):not([class^=tt-collapse]):not([class^=tt-aside]), h2.small:not([class^=tt-title]):not([class^=tt-collapse]):not([class^=tt-aside]), h3:not([class^=tt-title]):not([class^=tt-collapse]):not([class^=tt-aside]) {
        font-size: 26px;
        line-height: 36px;
        padding-bottom: 17px
    }
}

@media (max-width: 575px) {
    .h3:not([class^=tt-title]):not([class^=tt-collapse]):not([class^=tt-aside]), .small.h2:not([class^=tt-title]):not([class^=tt-collapse]):not([class^=tt-aside]), h2.small:not([class^=tt-title]):not([class^=tt-collapse]):not([class^=tt-aside]), h3:not([class^=tt-title]):not([class^=tt-collapse]):not([class^=tt-aside]) {
        font-size: 19px;
        line-height: 29px;
        padding-bottom: 9px
    }
}

.h4:not([class^=tt-title]):not([class^=tt-collapse]):not([class^=tt-aside]), h4:not([class^=tt-title]):not([class^=tt-collapse]):not([class^=tt-aside]) {
    font-size: 24px;
    line-height: 34px;
    font-weight: 500;
    letter-spacing: .03em;
    padding-bottom: 24px
}

@media (max-width: 1024px) {
    .h4:not([class^=tt-title]):not([class^=tt-collapse]):not([class^=tt-aside]), h4:not([class^=tt-title]):not([class^=tt-collapse]):not([class^=tt-aside]) {
        font-size: 24px;
        line-height: 34px;
        padding-bottom: 16px
    }
}

@media (max-width: 575px) {
    .h4:not([class^=tt-title]):not([class^=tt-collapse]):not([class^=tt-aside]), h4:not([class^=tt-title]):not([class^=tt-collapse]):not([class^=tt-aside]) {
        font-size: 18px;
        line-height: 28px;
        padding-bottom: 8px
    }
}

.h5:not([class^=tt-title]):not([class^=tt-collapse]):not([class^=tt-aside]), h5:not([class^=tt-title]):not([class^=tt-collapse]):not([class^=tt-aside]) {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    letter-spacing: .03em;
    padding-bottom: 15px
}

@media (max-width: 1024px) {
    .h5:not([class^=tt-title]):not([class^=tt-collapse]):not([class^=tt-aside]), h5:not([class^=tt-title]):not([class^=tt-collapse]):not([class^=tt-aside]) {
        font-size: 22px;
        line-height: 32px;
        padding-bottom: 15px
    }
}

@media (max-width: 575px) {
    .h5:not([class^=tt-title]):not([class^=tt-collapse]):not([class^=tt-aside]), h5:not([class^=tt-title]):not([class^=tt-collapse]):not([class^=tt-aside]) {
        font-size: 17px;
        line-height: 27px;
        padding-bottom: 7px
    }
}

.h6:not([class^=tt-title]):not([class^=tt-collapse]):not([class^=tt-aside]), h6:not([class^=tt-title]):not([class^=tt-collapse]):not([class^=tt-aside]) {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    letter-spacing: .03em;
    padding-bottom: 15px
}

@media (max-width: 575px) {
    .h6:not([class^=tt-title]):not([class^=tt-collapse]):not([class^=tt-aside]), h6:not([class^=tt-title]):not([class^=tt-collapse]):not([class^=tt-aside]) {
        font-size: 16px;
        line-height: 26px;
        padding-bottom: 6px
    }
}

.tt-title-subpages:not(.noborder) {
    border-bottom: 1px solid #e9e7e7;
    font-size: 34px;
    line-height: 44px;
    letter-spacing: .003em;
    font-weight: 500;
    padding: 0 0 50px;
    margin-bottom: 46px;
    margin-top: -10px
}

@media (max-width: 1024px) {
    .tt-title-subpages:not(.noborder) {
        font-size: 33px;
        line-height: 43px;
        padding: 0 0 32px;
        margin-bottom: 28px
    }
}

@media (max-width: 575px) {
    .tt-title-subpages:not(.noborder) {
        font-size: 24px;
        line-height: 34px;
        padding: 0 0 26px;
        margin-bottom: 22px
    }
}

.tt-title-subpages.noborder {
    font-size: 34px;
    line-height: 44px;
    letter-spacing: .03em;
    font-weight: 500;
    margin-top: -10px
}

@media (max-width: 1024px) {
    .tt-title-subpages.noborder {
        font-size: 33px;
        line-height: 43px;
        padding: 0 0 32px
    }
}

@media (max-width: 575px) {
    .tt-title-subpages.noborder {
        font-size: 24px;
        line-height: 34px;
        padding-bottom: 26px
    }
}

.tt-blog-desc {
    color: #64788c;
    font-size: 18px;
    margin-top: 10px
}

.tt-blog-desc, .tt-title-subpages:not(.text-start):not(.text-right) {
    text-align: center
}

p {
    margin: 16px 0 0
}

@media (max-width: 575px) {
    p {
        margin: 10px 0 0
    }
}

address {
    margin: 0
}

@media (max-width: 575px) {
    .col-12-575width {
        max-width: 100%;
        flex: 0 0 100%
    }
}

@media (max-width: 440px) {
    .col-12-440width {
        max-width: 100%;
        flex: 0 0 100%
    }
}

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

#tt-pageContent .nomargin, .nomargin {
    margin-top: 0
}

.text-start {
    text-align: left
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.link {
    color: #0369a1;
    transition: all .2s linear
}

.link:hover {
    text-decoration: none;
    color: #0c4a6e
}

.divider {
    height: 46px;
    clear: both;
    overflow: hidden;
    width: 100%
}

@media (max-width: 1024px) {
    .divider {
        height: 40px
    }
}

@media (max-width: 575px) {
    .divider {
        height: 32px
    }
}

.divider-sm {
    height: 20px;
    clear: both;
    overflow: hidden;
    width: 100%
}

.tt-logo {
    display: inline-block
}

.tt-box-info {
    line-height: 22px
}

.tt-box-info p {
    margin-top: 6px
}

.tt-box-info > :first-child {
    margin-top: 0
}

.tt-list-dot {
    list-style: none;
    margin: 0;
    padding: 0
}

.tt-list-dot > li {
    font-size: 14px;
    position: relative;
    padding: 0 0 0 11px;
    color: #0f1111
}

.tt-list-dot > li a {
    color: #0c4a6e;
    transition: all .2s linear
}

.tt-list-dot > li a:hover {
    color: #0369a1
}

.tt-list-dot > li:not(:first-child) {
    margin-top: 6px
}

.tt-list-dot > li:before {
    content: "";
    width: 3px;
    height: 3px;
    background: #0369a1;
    display: inline-block;
    position: absolute;
    top: 8px;
    left: 0;
    border-radius: 50%
}

.tt-list-dot ul {
    list-style: none;
    padding: 0;
    margin: 0 0 0 8px
}

.tt-list-dot ul > li {
    font-size: 14px;
    position: relative;
    padding: 6px 0 0 9px
}

.tt-list-dot ul > li:before {
    content: "";
    width: 3px;
    height: 3px;
    background: #191918;
    display: inline-block;
    position: absolute;
    top: 14px;
    left: -2px;
    border-radius: 50%
}

.tt-list-dot.list-dot-large > li {
    padding-left: 13px;
    color: #0c4a6e
}

.tt-list-dot.list-dot-large > li:before {
    width: 7px;
    height: 7px;
    top: 6px
}

.tt-table-03 {
    width: 100%
}

.tt-table-03 tbody tr td:first-child {
    color: #0c4a6e;
    width: 74px;
    padding: 0 10px 0 0
}

.tt-table-03 tbody tr td {
    padding-top: 3px;
    padding-bottom: 3px
}

.tt-table-03 tbody tr:last-child td {
    padding-bottom: 0
}

#tt-pageContent > .container-indent0:not(.nomargin):not([class^=tt-offset]) {
    margin-top: 32px
}

@media (max-width: 1024px) {
    #tt-pageContent > .container-indent0:not(.nomargin):not([class^=tt-offset]) {
        margin-top: 43px
    }
}

@media (max-width: 575px) {
    #tt-pageContent > .container-indent0:not(.nomargin):not([class^=tt-offset]) {
        margin-top: 33px
    }
}

#tt-pageContent > .container-indent:not(.nomargin):not([class^=tt-offset]) {
    margin-top: 52px
}

@media (max-width: 1024px) {
    #tt-pageContent > .container-indent:not(.nomargin):not([class^=tt-offset]) {
        margin-top: 43px
    }
}

@media (max-width: 575px) {
    #tt-pageContent > .container-indent:not(.nomargin):not([class^=tt-offset]) {
        margin-top: 33px
    }
}

#tt-pageContent > .container-indent1:not(.nomargin):not([class^=tt-offset]) {
    margin-top: 63px
}

@media (max-width: 1024px) {
    #tt-pageContent > .container-indent1:not(.nomargin):not([class^=tt-offset]) {
        margin-top: 43px
    }
}

@media (max-width: 575px) {
    #tt-pageContent > .container-indent1:not(.nomargin):not([class^=tt-offset]) {
        margin-top: 33px
    }
}

#tt-pageContent > .container-inner {
    padding-top: 53px;
    padding-bottom: 53px
}

#tt-pageContent .container-fluid, #tt-pageContent .container-lg, #tt-pageContent .container-md, #tt-pageContent .container-sm, #tt-pageContent .container-xl {
    padding-right: 10px;
    padding-left: 10px
}

@media (max-width: 575px) {
    .container-fluid-custom:not(.container-fluid-custom-mobile-padding) {
        padding-right: 0;
        padding-left: 0;
        overflow: hidden
    }

    #tt-pageContent .container-fluid-custom-mobile-padding {
        padding-right: 20px;
        padding-left: 20px
    }

    .container-fluid-custom-mobile-padding-02 {
        padding-right: 10px;
        padding-left: 10px
    }
}

.container-fluid-custom {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px
}

.tt-block-title {
    text-align: center;
    padding-bottom: 32px
}

.tt-block-title .tt-title {
    font-size: 24px;
    line-height: 31px;
    font-weight: 500;
    letter-spacing: .04em;
    margin: 0;
    padding: 0;
    color: #3d566f
}

.tt-block-title .tt-title a {
    color: #0369a1;
    text-decoration: none;
    display: inline-block;
    position: relative;
    transition: border .2s linear
}

.tt-block-title .tt-title a:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 2px;
    height: 2px;
    width: 100%;
    background: #0369a1
}

.tt-block-title .tt-title a:hover {
    border-color: transparent;
    color: #0369a1
}

.tt-block-title .tt-title a:hover:before {
    background: transparent
}

.tt-block-title .tt-title-small {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    margin: 0;
    padding: 0;
    color: #3d566f
}

.tt-block-title .tt-title-small a {
    color: #0369a1;
    text-decoration: none;
    display: inline-block;
    border-bottom: 2px solid #0369a1;
    transition: border .2s linear
}

.tt-block-title .tt-title-small a:hover {
    color: #0369a1;
    border-color: transparent
}

.tt-block-title .tt-description {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: .04em;
    font-family: Inter, sans-serif;
    color: #3d566f;
    margin: 0;
    padding: 0
}

@media (max-width: 575px) {
    .tt-block-title {
        padding-bottom: 23px
    }
}

.tt-title-sub {
    font-size: 16px;
    padding-bottom: 34px;
    margin-top: 4px;
    font-weight: 500;
    letter-spacing: .01em
}

@media (max-width: 575px) {
    .tt-title-sub {
        padding-bottom: 22px
    }
}

@media (min-width: 576px) {
    html.tt-boxed .tt-about-box .container {
        padding-right: 40px;
        padding-left: 40px
    }
}

.tt-contact02-col-list {
    margin-top: -51px
}

.tt-contact02-col-list div[class^=col] {
    margin-top: 51px
}

@media (max-width: 1024px) {
    .tt-contact02-col-list div[class^=col] {
        margin-top: 42px
    }
}

@media (max-width: 575px) {
    .tt-contact02-col-list div[class^=col] {
        margin-top: 25px
    }
}

@media (max-width: 1024px) {
    .tt-contact02-col-list {
        margin-top: -42px
    }
}

@media (max-width: 575px) {
    .tt-contact02-col-list {
        margin-top: -25px
    }
}

.tt-contact-info:not(.text-start):not(.text-right) {
    text-align: center
}

.tt-contact-info .tt-icon {
    font-size: 55px;
    line-height: 1.1;
    color: #0369a1
}

.tt-contact-info .tt-title {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    letter-spacing: .03em;
    color: #3d566f;
    margin: 15px 0 0;
    padding-bottom: 0
}

.tt-contact-info address {
    margin: 15px 0 0;
    letter-spacing: .01em
}

@media (max-width: 1229px) {
    .tt-contact-info .tt-icon {
        font-size: 55px
    }

    .tt-contact-info .tt-title {
        font-size: 20px;
        line-height: 30px;
        margin: 15px 0 0;
        padding-bottom: 0
    }
}

@media (max-width: 575px) {
    .tt-contact-info {
        padding-bottom: 0
    }

    .tt-contact-info .tt-icon {
        font-size: 48px
    }

    .tt-contact-info .tt-title {
        font-size: 18px;
        line-height: 28px;
        margin: 5px 0 0
    }

    .tt-contact-info address {
        margin-top: 8px
    }
}

.tt-contact-info > :first-child {
    margin-top: 0
}

::-webkit-input-placeholder {
    color: #0f1111
}

::-moz-placeholder {
    color: #0f1111
}

input:not(.tt-search-input):focus::-webkit-input-placeholder {
    color: transparent
}

input:not(.tt-search-input):focus:-moz-placeholder, input:not(.tt-search-input):focus::-moz-placeholder {
    color: transparent
}

input:not(.tt-search-input):focus:-ms-input-placeholder {
    color: transparent
}

textarea:focus::-webkit-input-placeholder {
    color: transparent
}

textarea:focus:-moz-placeholder, textarea:focus::-moz-placeholder {
    color: transparent
}

textarea:focus:-ms-input-placeholder {
    color: transparent
}

.form-default .form-group {
    margin-bottom: 20px
}

.form-default .form-group label:not(.error) {
    font-size: 14px;
    color: #0c4a6e;
    font-family: Inter, sans-serif;
    font-weight: 500;
    padding-bottom: 4px;
    letter-spacing: .02em
}

.form-default .form-control {
    background: #f7f8fa;
    font-size: 14px;
    border: 1px solid #f7f8fa;
    padding: 11px 12px 10px 15px;
    font-family: Inter, sans-serif;
    box-shadow: none;
    outline: none;
    color: #0f1111;
    font-weight: 300;
    border-radius: 6px;
    transition: all .2s linear
}

.form-default .form-control:not(textarea) {
    height: 40px
}

@media (max-width: 575px) {
    .form-default .form-control:not(textarea) {
        height: 39px
    }
}

.form-default input.form-control, .form-default textarea.form-control {
    -webkit-appearance: none
}

.form-default select.form-control {
    padding: 10px 12px 11px 15px;
    cursor: pointer
}

.form-default select.form-control:not([size]):not([multiple]) {
    height: auto
}

.form-default .form-control.error {
    border-color: red
}

.form-default .form-control:focus {
    border-color: #0369a1;
    background: #fff
}

input[type=checkbox]:checked ~ label .check {
    opacity: 1;
    transform: scale(1)
}

.radio {
    display: block;
    cursor: pointer;
    margin: 0 0 8px;
    transition: all .15s linear;
    color: #0f1111
}

.radio input {
    width: 1px;
    height: 1px;
    opacity: 0
}

.radio .inner {
    width: 10px;
    height: 10px;
    top: 2px;
    left: 2px;
    display: block;
    background-color: #0369a1;
    opacity: 0;
    position: relative;
    transform: scale(0);
    border-radius: 50%;
    transition: all .2s linear
}

.radio:hover {
    color: #0369a1
}

.radio:hover .inner {
    transform: scale(1)
}

.contact-form {
    margin-top: 39px
}

.contact-form textarea {
    height: 160px
}

.contact-form .btn {
    margin-top: 20px
}

@media (max-width: 575px) {
    .contact-form {
        margin-top: 33px
    }
}

.contact-form p {
    padding-bottom: 20px
}

.contact-form .form-group {
    position: relative
}

.contact-form label.error {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: stretch;
    align-items: center;
    position: absolute;
    top: 56px;
    left: 0;
    padding: 8px 19px 6px 43px;
    background: #f8353e;
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    z-index: 1
}

.contact-form label.error:before {
    content: "";
    font-family: wokiee;
    display: inline-block;
    font-size: 20px;
    line-height: 1;
    position: absolute;
    top: 7px;
    left: 19px;
    color: #fff
}

.contact-form label.error:after {
    content: "";
    position: absolute;
    top: -12px;
    left: 50%;
    border: 6px solid transparent;
    border-bottom-color: #f8353e
}

.tt-page404 {
    background: #fff;
    color: #0c4a6e;
    text-align: center;
    padding: 79px 20px 103px
}

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

.tt-page404 .tt-title {
    color: #0c4a6e;
    padding: 0;
    margin: 42px 0 0;
    font-size: 34px;
    font-weight: 500;
    letter-spacing: .03em;
    line-height: 44px
}

.tt-page404 p {
    margin-top: 2px;
    font-size: 15px
}

.tt-page404 .btn {
    margin-top: 34px
}

@media (max-width: 1024px) {
    .tt-page404 img {
        max-width: 400px
    }

    .tt-page404 .tt-title {
        font-size: 28px;
        line-height: 40px
    }
}

@media (max-width: 789px) {
    .tt-page404 {
        padding: 35px 20px 59px
    }

    .tt-page404 img {
        width: 350px;
        max-width: 70%
    }

    .tt-page404 .tt-title {
        font-size: 25px;
        line-height: 34px
    }
}

@media (max-width: 575px) {
    .tt-page404 .tt-title {
        font-size: 23px;
        line-height: 32px;
        margin: 28px 0 0
    }

    .tt-page404 .btn {
        margin-top: 25px
    }
}

.tt-page404 > :first-child {
    margin-top: 0
}

.tt-page404 {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center
}

.tt-empty-wishlist {
    text-align: center;
    padding: 102px 20px;
    color: #0f1111
}

.tt-empty-wishlist img {
    max-width: 100%;
    height: auto
}

.tt-empty-wishlist .icon-svg {
    margin: 17px 0 0
}

.tt-empty-wishlist .icon-svg svg {
    width: 58px;
    height: 58px
}

.tt-empty-wishlist .tt-title {
    color: #3d566f;
    padding: 0;
    margin: 13px 0 0;
    font-size: 34px;
    font-weight: 500;
    letter-spacing: .03em;
    line-height: 44px
}

.tt-empty-wishlist p {
    color: #777;
    font-size: 26px;
    line-height: 1.3;
    font-weight: 400
}

.tt-empty-wishlist .btn {
    margin-top: 34px
}

@media (max-width: 1024px) {
    .tt-empty-wishlist {
        padding: 71px 20px 82px
    }

    .tt-empty-wishlist .tt-title {
        font-size: 28px;
        line-height: 38px
    }
}

@media (max-width: 575px) {
    .tt-empty-wishlist {
        padding: 51px 15px 62px
    }

    .tt-empty-wishlist .tt-title {
        font-size: 24px;
        line-height: 34px
    }

    .tt-empty-wishlist p {
        font-size: 22px
    }
}

.tt-empty-wishlist > :first-child {
    margin-top: 0
}

.tt-empty-cart {
    text-align: center;
    padding: 102px 20px;
    color: #0f1111
}

.tt-empty-cart img {
    max-width: 100%;
    height: auto
}

.tt-empty-cart .tt-icon {
    font-size: 150px;
    line-height: 1.1;
    color: #ebecee
}

.tt-empty-cart .tt-title {
    color: #3d566f;
    padding: 0;
    margin: 13px 0 0;
    font-size: 34px;
    font-weight: 500;
    letter-spacing: .03em;
    line-height: 44px
}

.tt-empty-cart p {
    margin-top: 2px;
    font-size: 15px
}

.tt-empty-cart .btn {
    margin-top: 34px
}

@media (max-width: 1024px) {
    .tt-empty-cart {
        padding: 71px 20px 82px
    }

    .tt-empty-cart .tt-icon {
        font-size: 130px
    }

    .tt-empty-cart .tt-title {
        font-size: 28px;
        line-height: 38px
    }
}

@media (max-width: 575px) {
    .tt-empty-cart {
        padding: 51px 15px 62px
    }

    .tt-empty-cart .tt-icon {
        font-size: 120px
    }

    .tt-empty-cart .tt-title {
        font-size: 24px;
        line-height: 34px
    }
}

.tt-empty-cart > :first-child {
    margin-top: 0
}

.tt-empty-search {
    text-align: center;
    padding: 106px 20px 102px;
    color: #0f1111
}

.tt-empty-search img {
    max-width: 100%;
    height: auto
}

.tt-empty-search .tt-icon {
    font-size: 150px;
    line-height: 1.1;
    color: #ebecee
}

.tt-empty-search .tt-title {
    color: #3d566f;
    padding: 0;
    margin: 9px 0 0;
    font-size: 34px;
    font-weight: 500;
    line-height: 44px
}

.tt-empty-search p {
    margin-top: 2px;
    font-size: 15px
}

.tt-empty-search .btn {
    margin-top: 34px
}

@media (max-width: 1024px) {
    .tt-empty-search {
        padding: 71px 20px 82px
    }

    .tt-empty-search .tt-icon {
        font-size: 130px
    }

    .tt-empty-search .tt-title {
        font-size: 28px;
        line-height: 38px
    }
}

@media (max-width: 575px) {
    .tt-empty-search {
        padding: 51px 15px 62px
    }

    .tt-empty-search .tt-icon {
        font-size: 120px
    }

    .tt-empty-search .tt-title {
        font-size: 24px;
        line-height: 34px
    }
}

.tt-empty-search > :first-child {
    margin-top: 0
}

.tt-social-icon {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

.tt-social-icon li a {
    font-size: 18px;
    line-height: 26px;
    color: #d8d8d8;
    padding: 4px;
    transition: all .2s linear
}

.tt-social-icon li a:hover {
    color: #0c4a6e
}

.tt-social-icon li:first-child {
    margin-right: 5px
}

.tt-social-icon li:last-child {
    margin-left: 5px
}

.tt-social-icon li:not(:last-child):not(:first-child) {
    margin: 0 5px
}

.slick-animated-show-js {
    opacity: 0;
    transition: opacity .2s linear
}

.tt-slick-button-vertical {
    font-size: 0;
    line-height: 0
}

.wrapper-social-icon {
    background: #f7f8fa;
    padding: 12px 5px 10px
}

.tt-breadcrumb {
    margin-top: 4px;
    padding-bottom: 4px
}

@media (max-width: 1024px) {
    .tt-breadcrumb {
        display: none
    }
}

.tt-breadcrumb ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: center;
    align-items: center
}

.tt-breadcrumb ul li {
    font-size: 16px;
    padding: 4px 8px 4px 14px;
    position: relative;
    color: #3d566f;
    display: inline;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 600px
}

@media (max-width: 1024px) {
    .tt-breadcrumb ul li {
        max-width: 200px
    }
}

.tt-breadcrumb ul li a {
    color: #3d566f;
    transition: color .2s linear
}

.tt-breadcrumb ul li a:hover {
    color: #436cc0;
    text-decoration: underline
}

.tt-breadcrumb ul li:not(:first-child):before {
    position: absolute;
    left: 0;
    top: 12px;
    content: "";
    display: block;
    height: .375rem;
    width: .375rem;
    transform: matrix(.707107, .707107, -.707107, .707107, 0, 0);
    opacity: .4;
    border-top: 1px solid;
    border-right: 1px solid;
    background-color: transparent
}

.tt-breadcrumb ul li:first-child {
    padding-left: 0
}

@media (max-width: 575px) {
    .tt-breadcrumb {
        padding-left: 10px;
        padding-right: 10px
    }
}

.tt-services-listing:not(.tt-layout-02) {
    margin-top: -30px
}

.tt-services-listing:not(.tt-layout-02) .tt-services-block {
    margin-top: 30px
}

@media (max-width: 575px) {
    .tt-services-listing:not(.tt-layout-02) {
        margin-top: -35px
    }

    .tt-services-listing:not(.tt-layout-02) .tt-services-block {
        margin-top: 37px
    }
}

@media (min-width: 791px) {
    .tt-services-listing-alignment {
        margin-bottom: -5px
    }
}

@media (max-width: 790px)and (min-width: 576px) {
    .tt-services-listing-alignment {
        margin-bottom: -12px
    }
}

@media (max-width: 575px) {
    .tt-services-listing-alignment {
        margin-bottom: -10px
    }
}

.tt-services-block {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: center;
    align-items: center
}

.tt-services-block .tt-col-icon {
    align-self: flex-start;
    font-size: 50px;
    color: #0369a1
}

.tt-services-block .tt-col-icon [class^=icon-] {
    position: relative;
    top: -5px
}

@media (min-width: 576px) {
    .tt-services-block .tt-col-icon + .tt-col-description {
        padding-left: 21px
    }
}

@media (max-width: 575px) {
    .tt-services-block .tt-col-icon + .tt-col-description {
        padding-left: 11px
    }
}

.tt-services-block .tt-col-description {
    flex: 2 1 auto;
    line-height: 1.3;
    color: #0f1111
}

.tt-services-block .tt-col-description .tt-title {
    padding: 0;
    margin: 0;
    font-size: 16px;
    letter-spacing: .03em;
    font-weight: 500;
    color: #3d566f;
    transition: all .2s linear
}

.tt-services-block .tt-col-description p {
    margin-top: 7px;
    font-size: 14px;
    line-height: 22px
}

.tt-services-block .tt-col-description > :first-child {
    margin-top: 0
}

.tt-services-block:hover {
    text-decoration: none
}

.tt-services-block:hover .tt-title {
    color: #0369a1
}

.tt-img-box-listing {
    margin-top: -20px
}

.tt-img-box-listing .tt-img-box {
    margin-top: 20px
}

.tt-img-box {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    border: 1px solid #e9e7e7;
    text-decoration: none;
    position: relative;
    text-align: center;
    border-radius: 6px;
    transition: border .2s linear;
    padding: 25%
}

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

.tt-img-box:before {
    content: "";
    width: 100%;
    height: 100%;
    border: 1px solid;
    border-color: inherit;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity .2s linear;
    opacity: 0
}

.tt-img-box:hover {
    border-color: #0369a1
}

.tt-img-box:hover:before {
    opacity: 1
}

@media (min-width: 1025px) {
    .tt-img-box {
        height: 138px
    }
}

@media (max-width: 1024px)and (min-width: 576px) {
    .tt-img-box {
        height: 118px
    }
}

@media (max-width: 575px)and (min-width: 421px) {
    .tt-img-box {
        height: 100px
    }
}

@media (max-width: 420px) {
    .tt-img-box {
        height: 100px
    }
}

.tt-layout-vertical-listing .tt-item:not(:first-child) {
    margin-top: 18px
}

.tt-layout-vertical {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start
}

.tt-layout-vertical .tt-img {
    max-width: 100%;
    margin-top: 2px;
    position: relative
}

.tt-layout-vertical .tt-img img {
    width: 100%;
    max-width: 100px;
    height: auto
}

.tt-layout-vertical .tt-img .tt-img-default {
    transition: opacity .3s ease-out;
    overflow: hidden;
    top: 0;
    left: 0
}

.tt-layout-vertical .tt-img .tt-img-roll-over {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 1;
    width: 100%;
    transition: opacity .3s ease-out
}

.tt-layout-vertical .tt-img + .tt-description {
    padding-left: 20px
}

.tt-layout-vertical .tt-title {
    font-size: 14px;
    font-family: Inter, sans-serif;
    font-weight: 400;
    color: #3d566f
}

.tt-layout-vertical .tt-title a {
    color: #3d566f
}

.tt-layout-vertical .tt-title a:hover {
    color: #0369a1
}

.tt-layout-vertical .tt-description .tt-rating {
    margin-left: -1px
}

.tt-layout-vertical .tt-description .tt-add-info {
    list-style: none;
    padding: 0;
    margin: 3px 0 0
}

.tt-layout-vertical .tt-description .tt-add-info li {
    font-size: 12px;
    color: #999
}

.tt-layout-vertical .tt-description .tt-add-info li a {
    color: #999
}

.tt-layout-vertical .tt-description .tt-add-info li a:hover {
    color: #0369a1
}

.tt-layout-vertical .tt-description .tt-price {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    color: #0c4a6e
}

.tt-layout-vertical .tt-description .tt-price .new-price {
    color: #f8353e;
    margin-right: 7px
}

.tt-layout-vertical .tt-description .tt-price .old-price {
    color: #0c4a6e;
    text-decoration: line-through
}

.tt-layout-vertical .tt-description .tt-price span {
    display: inline-block
}

.tt-layout-vertical .tt-description > :first-child {
    margin-top: 0
}

.tt-layout-vertical ul.tt-options-swatch {
    margin: 12px 0 0 -2px
}

.tt-layout-vertical ul.tt-options-swatch li {
    margin: 4px 2px 0
}

.tt-layout-vertical:hover .tt-img .tt-img-roll-over, .tt-layout-vertical:hover .tt-img [class^=tt-img]:last-child {
    opacity: 1
}

.tt-block-title + .tt-tab-wrapper {
    position: relative
}

@media (min-width: 1025px) {
    .tt-block-title + .tt-tab-wrapper {
        margin-top: -65px
    }
}

.tt-tab-wrapper {
    position: relative
}

@media (min-width: 1025px) {
    .tt-tab-wrapper {
        margin-top: -1px
    }

    .arrow-location-tab {
        margin-top: 90px
    }

    .tt-block-title + .arrow-location-tab.tt-carousel-products {
        margin-top: -38px
    }
}

.tt-tabs-default {
    text-align: left;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: flex-start;
    border-bottom: none
}

.tt-tabs-default li > a {
    color: #999;
    font-size: 14px;
    letter-spacing: .02em;
    font-family: Inter, sans-serif;
    font-weight: 500;
    transition: all .2s linear;
    padding: 5px 13px;
    display: inline-block;
    border: none !important
}

.tt-tabs-default li > a.active, .tt-tabs-default li > a:hover {
    background-color: transparent !important
}

.tt-tabs-default li > a.active, .tt-tabs-default li > a:hover {
    color: #0c4a6e !important
}

@media (min-width: 1025px) {
    .tt-tabs-default {
        justify-content: center;
        padding-left: 130px;
        padding-right: 130px;
        padding-bottom: 29px
    }
}

@media (max-width: 1024px) {
    .tt-tabs-default {
        margin-left: -14px;
        padding-bottom: 29px
    }
}

@media (max-width: 575px) {
    .tt-tabs-default {
        padding-bottom: 19px;
        margin-top: -5px
    }
}

.tt-tabs-default.text-start {
    text-align: left;
    justify-content: flex-start;
    padding-left: 0
}

@media (min-width: 1025px) {
    .tt-tabs-default.text-start {
        text-align: left;
        justify-content: flex-start;
        padding-left: 0
    }

    .tt-tab-wrapper .tt-tabs-default {
        justify-content: center;
        padding-left: 130px;
        padding-right: 130px;
        padding-bottom: 49px
    }
}

@media (max-width: 1024px) {
    .tt-tab-wrapper .tt-tabs-default {
        margin-left: -14px;
        padding-bottom: 31px
    }
}

@media (max-width: 575px) {
    .tt-tab-wrapper .tt-tabs-default {
        padding-bottom: 20px;
        margin-top: -5px
    }
}

.tt-tab-wrapper .tt-tabs-default.text-start {
    text-align: left;
    justify-content: flex-start;
    padding-left: 0
}

@media (min-width: 1025px) {
    .tt-tab-wrapper .tt-tabs-default.text-start {
        text-align: left;
        justify-content: flex-start;
        padding-left: 0
    }
}

.tt-text-box01 {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    text-align: center;
    max-width: 862px;
    margin: 0 auto
}

.tt-text-box01 > :first-child {
    margin-top: 0
}

.tt-content-info {
    text-align: center;
    text-decoration: none;
    display: block;
    position: relative;
    color: #0f1111
}

.tt-content-info .tt-title {
    font-size: 24px;
    line-height: 34px;
    padding-bottom: 23px;
    color: #0c4a6e;
    transition: all .2s linear
}

.tt-content-info p {
    margin-top: 0
}

.tt-content-info .tt-subscription {
    margin-top: 20px
}

.tt-content-info .tt-subscription .tt-text-large {
    font-size: 16px;
    color: #0c4a6e;
    font-weight: 500;
    font-family: Inter, sans-serif
}

.tt-content-info .tt-subscription .tt-text-small {
    color: #999;
    font-size: 12px
}

.tt-content-info:hover {
    color: #0f1111
}

.tt-content-info:hover .tt-title {
    color: #0369a1
}

@media (min-width: 1230px) {
    .tt-content-info {
        padding-left: 20%;
        padding-right: 20%
    }
}

@media (max-width: 1229px) {
    .tt-content-info {
        padding-left: 15%;
        padding-right: 15%
    }
}

.tt-slider-fullwidth {
    position: relative
}

.tt-slider-fullwidth.arrow-location-center-02:after, .tt-slider-fullwidth.arrow-location-center-02:before {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    z-index: 1
}

@media (min-width: 401px) {
    .tt-slider-fullwidth.arrow-location-center-02:after, .tt-slider-fullwidth.arrow-location-center-02:before {
        width: 70px
    }
}

@media (max-width: 400px) {
    .tt-slider-fullwidth.arrow-location-center-02:after, .tt-slider-fullwidth.arrow-location-center-02:before {
        width: 55px
    }
}

.tt-carousel-brands {
    margin: 4px 0 -4px
}

.tt-carousel-brands a {
    display: inline-block;
    padding: 0 20px
}

.tt-carousel-brands a img {
    height: auto;
    width: 100%;
    max-width: 131px;
    opacity: .2
}

.tt-carousel-brands a:hover img {
    opacity: 1
}

html:not(.mac):not(.touch-device) .tt-carousel-brands .slick-track {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center
}

.container-bg {
    background-size: cover
}

.container-bg-01 {
    background: url(/assets/images/custom/wrapper-section-01.jpg) 50% no-repeat;
    color: #fff
}

.container-bg-01 .tt-content-info, .container-bg-01 .tt-content-info .tt-subscription .tt-text-large, .container-bg-01 .tt-content-info .tt-subscription .tt-text-small, .container-bg-01 .tt-title, .container-bg-01 p {
    color: #fff
}

.container-bg-01 .tt-content-info:hover .tt-title {
    color: #0c4a6e
}

@media (min-width: 1440px) {
    .col-9-inrow-lg {
        flex: 0 0 11.11%;
        max-width: 11.11%
    }
}

@media (min-width: 1025px) {
    .col-5-inrow-lg {
        flex: 0 0 20%;
        max-width: 20%
    }

    .col-5_end-inrow-lg {
        flex: 0 0 80%;
        max-width: 80%
    }

    .col-5-inrow-lg {
        flex: 0 0 20%;
        max-width: 20%
    }
}

.tt-btn-img-list {
    margin-top: -20px
}

.tt-btn-img {
    background-color: #fff
}

.tt-btn-img.tt-layout-01 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    position: relative;
    overflow: hidden;
    border-radius: 6px
}

.tt-btn-img.tt-layout-01 .tt-img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 80px;
    background-size: cover;
    background-position: 50%
}

.tt-btn-img.tt-layout-01 .tt-img:before {
    content: "";
    background: #0c4a6e;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50%;
    transition: opacity .3s ease-out;
    opacity: .2;
    z-index: 1
}

.tt-btn-img.tt-layout-01 .tt-title {
    font-size: 18px;
    line-height: 1.2;
    font-weight: 500;
    letter-spacing: 1px;
    text-shadow: 1px 1px 9px #000;
    position: absolute;
    color: #fff;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.tt-btn-img.tt-layout-01:hover .tt-img:before {
    opacity: .8;
    background: #0369a1
}

@media (min-width: 576px) {
    .form-default .form-control[type=email], .form-default .form-control[type=text], footer .tt-footer-default .tt-newsletter .form-default .form-group .form-control {
        padding-top: 3px;
        padding-bottom: 1px;
        line-height: 2.9
    }
}

@media (max-width: 575px) {
    .form-default .form-control[type=email], .form-default .form-control[type=text], footer .tt-footer-default .tt-newsletter .form-default .form-group .form-control {
        padding-top: 1px;
        padding-bottom: 1px;
        line-height: 2.4
    }
}

@media (min-width: 576px) {
    html.ie.win .form-default .form-control[type=email], html.ie.win .form-default .form-control[type=password], html.ie.win .form-default .form-control[type=text], html.ie.win .tt-modal-newsletter .input-group input[type=email], html.ie.win footer .tt-footer-default .tt-newsletter .form-default .form-group .form-control {
        padding-top: 2px;
        padding-bottom: 1px;
        line-height: 2.6
    }
}

@media (max-width: 575px) {
    .form-default .form-control[type=email], .form-default .form-control[type=text], html.ie.win .tt-modal-newsletter .input-group input[type=email], html.ie.win footer .tt-footer-default .tt-newsletter .form-default .form-group .form-control {
        padding-top: 1px;
        padding-bottom: 1px;
        line-height: 2.6
    }
}

.tt-tabs-imgbox {
    background-size: cover;
    background-position: 50%;
    height: 375px;
    width: 100%;
    padding: 34px 15px 30px;
    display: flex;
    align-items: center
}

.tt-tabs-imgbox .tt-title-small {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 600;
    padding: 0 5px 0 18px
}

.tt-tabs-imgbox .tt-title-large {
    font-size: 28px;
    line-height: 1.2;
    font-weight: 600;
    padding: 0 5px 0 18px;
    margin-top: 3px
}

.tt-tabs-imgbox .nav-tabs {
    list-style: none;
    margin: 10px 0 0;
    padding: 0
}

.tt-tabs-imgbox .nav-tabs li a {
    display: block;
    font-weight: 300;
    line-height: 1.2;
    font-size: 14px;
    padding: 8px 18px 6px;
    transition: all .2s linear;
    border-radius: 6px
}

.tt-tabs-imgbox.tt-layout-color01 .nav-tabs li a {
    color: #0f1111
}

.tt-tabs-imgbox.tt-layout-color01 .nav-tabs li a.active, .tt-tabs-imgbox.tt-layout-color01 .nav-tabs li a:hover {
    color: #0369a1;
    background-color: hsla(0, 0%, 100%, .9)
}

@media (max-width: 1229px) {
    .tt-tabs-imgbox {
        height: 360px
    }

    .tt-tabs-imgbox .tt-title-small {
        font-size: 15px;
        padding-left: 10px
    }

    .tt-tabs-imgbox .tt-title-large {
        font-size: 26px;
        padding-left: 10px
    }

    .tt-tabs-imgbox .nav-tabs li a {
        padding: 7px 10px 5px
    }
}

@media (max-width: 1024px) {
    .tt-tabs-imgbox .tt-title-small {
        font-size: 14px
    }

    .tt-tabs-imgbox .tt-title-large {
        font-size: 24px
    }
}

@media (max-width: 575px) {
    .tt-tabs-imgbox {
        height: 340px
    }
}

.tt-radius-left {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px
}

@media (max-width: 575px) {
    .tt-radius-left {
        border-radius: 5px
    }
}

.tt-offset-20 {
    margin-top: 20px
}

.visible-lg, .visible-md, .visible-sm, .visible-xl, .visible-xs {
    display: none
}

@media (min-width: 1230px) {
    .visible-xl {
        display: block
    }
}

@media (max-width: 1230px)and (min-width: 1025px) {
    .visible-lg {
        display: block
    }
}

@media (max-width: 1025px)and (min-width: 789px) {
    .visible-md {
        display: block
    }
}

@media (max-width: 789px)and (min-width: 575px) {
    .visible-sm {
        display: block
    }
}

@media (max-width: 575px) {
    .visible-xs {
        display: block
    }
}

.hide {
    display: none !important
}

@media (max-width: 1024px) {
    .tt-hidden-mobile {
        display: none !important
    }
}

@media (min-width: 1025px) {
    .tt-hidden-desktop {
        display: none !important
    }
}

.tt-base-color {
    color: #0369a1
}

.tt-white-color {
    color: #fff
}

@media (min-width: 1440px) {
    .col-8-inrow-lg {
        flex: 0 0 12.5%;
        max-width: 12.5%
    }
}

@keyframes bounce {
    0% {
        transform: translateY(0)
    }
    50% {
        transform: translateY(-30px)
    }
    to {
        transform: translateY(0)
    }
}

.map-marker {
    animation-name: bounce;
    animation-timing-function: linear;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-direction: alternate
}

.ad-disclosure-button {
    cursor: pointer
}

.ad-disclosure-button svg {
    margin-right: 4px
}

[class*=" flag-"], [class^=flag-] {
    display: inline-block;
    background-size: cover;
    width: 1.5em;
    height: 1em;
    vertical-align: middle
}

.flag-GB {
    background-image: url(../fonts/GB.9a10b0e5.svg)
}

.flag-CA {
    background-image: url(../fonts/CA.31115d57.svg)
}

.flag-UM, .flag-US {
    background-image: url(../fonts/US.5055df47.svg)
}

.flag-FR {
    background-image: url(../fonts/FR.0373e610.svg)
}

.flag-ES {
    background-image: url(../fonts/ES.cb8d930c.svg)
}

.flag-JP {
    background-image: url(../fonts/JP.e2b2f235.svg)
}

.flag-PL {
    background-image: url(../fonts/PL.5ccc6fcd.svg)
}

.flag-DE {
    background-image: url(../fonts/DE.af40688e.svg)
}

.flag-IT {
    background-image: url(../fonts/IT.e6c80a17.svg)
}

.static-page .h2, .static-page h2 {
    padding: 10px 0;
    margin-top: 10px;
    font-size: 24px
}

.subcategories-list {
    min-height: 410px
}

.subcategory-btn {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    height: 80px;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    background: #fff
}

.subcategory-btn .img {
    width: 30%;
    height: 50px;
    background-position: 50%;
    background-size: contain;
    background-repeat: no-repeat
}

.subcategory-btn .title {
    width: 70%;
    font-size: 16px;
    font-weight: 500;
    color: #262626;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

.related-products-carousel {
    position: relative
}

.related-products-carousel .ad-disclosure-button-wrapper {
    position: absolute;
    bottom: -15px;
    font-size: 10px
}

@media (max-width: 1024px) {
    .related-products-carousel .ad-disclosure-button-wrapper {
        bottom: -22px;
        font-size: 12px
    }
}

.category-map-container .category-map-item {
    background-color: #fff;
    padding: 20px 10px;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    height: 300px
}

.category-map-container .category-map-item .category-map-item-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 50px
}

.category-map-container .category-map-item .category-map-item-header img {
    max-height: 48px;
    max-width: 58px
}

.category-map-container .category-map-item .category-map-item-header .main-category-name {
    padding-left: 8px;
    font-weight: 500;
    font-size: 16px
}

.category-map-container .category-map-item .category-map-item-header .main-category-name a, .category-map-container .category-map-item .category-map-item-header .main-category-name a:hover {
    color: #262626
}

.category-map-container .category-map-item .category-map-sub-category {
    display: flex
}

.category-map-container .category-map-item .category-map-sub-category .sub-category-arrow {
    width: 14px;
    margin-right: 5px;
    color: #8a8a8a
}

.category-map-container .category-map-item .category-map-sub-category .sub-category-name {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: .5rem
}

.category-map-container .category-map-item a {
    width: 100%
}

.category-map-container .category-map-item a .sub-category-show-more {
    width: 80%;
    height: 40px;
    background-color: #f5f6fa;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    color: #436cc0;
    font-weight: 400;
    font-size: 16px;
    border: 0
}

@media (max-width: 575px) {
    .category-map-container .category-map-item a .sub-category-show-more {
        width: 70%
    }
}

.category-map-container .category-map-item a .sub-category-show-more:hover {
    background-color: #436cc0;
    color: #fff
}

.home-main-section {
    position: relative;
    min-height: 420px;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 16px;
    margin-left: -1px
}

@media (max-width: 1024px) {
    .home-main-section {
        background-size: cover;
        background-position: 0 0;
        padding: 0 32px
    }
}

@media (min-width: 1400px) {
    .home-main-section {
        background-size: cover;
        min-height: 580px
    }
}

.home-main-section .h1, .home-main-section h1 {
    font-size: 70px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 40px;
    text-align: center
}

@media (max-width: 1024px) {
    .home-main-section .h1, .home-main-section h1 {
        font-size: 36px
    }
}

.home-main-section .h1 span, .home-main-section h1 span {
    position: relative
}

.home-main-section .h1 span:before, .home-main-section h1 span:before {
    position: absolute;
    background-color: #f90;
    height: 4px;
    width: 100%;
    content: "";
    border-radius: 100%;
    top: 100%
}

.home-main-section .content-wrapper {
    width: 768px;
    row-gap: 2.5rem;
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    font-weight: 400
}

@media (max-width: 575px) {
    .home-main-section .content-wrapper {
        width: 100%
    }
}

.home-main-section .content-wrapper > div {
    display: flex;
    flex-direction: column
}

.home-main-section .content-wrapper > div span {
    text-align: center
}

.home-main-section .content-wrapper > div:last-child {
    font-size: 20px
}

.top-title {
    position: relative;
    height: 238px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center
}

@media only screen and (max-width: 767.98px) {
    .top-title {
        min-height: 5rem;
        height: auto
    }
}

@media only screen and (min-width: 768px)and (max-width: 1024.98px) {
    .top-title {
        min-height: 8rem;
        height: auto
    }
}

.top-title .h1, .top-title h1 {
    color: #fff
}

@media only screen and (max-width: 767.98px), only screen and (min-width: 768px)and (max-width: 1024.98px) {
    .top-title .h1, .top-title h1 {
        text-align: center;
        padding: 0 8px;
        font-size: 1.25rem;
        line-height: 1.75rem
    }
}

.top-title .h1 span, .top-title h1 span {
    color: #f64242
}

.top-title.alternate-bg-image {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
    border-bottom: 1px solid #e2e2e2;
    padding: 20px 0 20px 12px;
    height: auto
}

@media only screen and (max-width: 767.98px), only screen and (min-width: 768px)and (max-width: 1024.98px) {
    .top-title.alternate-bg-image {
        min-height: 2rem;
        height: auto;
        padding: 1rem 0 1rem .5rem;
        border-top: 1px solid #e2e2e2
    }
}

@media only screen and (min-width: 768px)and (max-width: 1024.98px) {
    .top-title.alternate-bg-image {
        padding: 1rem
    }
}

.top-title.alternate-bg-image .h1, .top-title.alternate-bg-image h1 {
    color: #000;
    font-weight: 700;
    text-align: left;
    text-align: initial
}

@media only screen and (max-width: 767.98px), only screen and (min-width: 768px)and (max-width: 1024.98px) {
    .top-title.alternate-bg-image .h1, .top-title.alternate-bg-image h1 {
        padding: 0 8px;
        font-size: 1.75rem;
        line-height: 2rem
    }
}

.related-deals {
    max-width: 1024px
}

@media only screen and (min-width: 768px)and (max-width: 1024.98px) {
    .related-deals {
        max-width: 770px
    }
}

@media only screen and (min-width: 1025px)and (max-width: 1229.98px) {
    .related-deals {
        max-width: 990px
    }
}

.related-deals .related-deals-title.h2, .related-deals h2.related-deals-title {
    text-align: center;
    font-size: 28px;
    font-weight: 400
}

@media only screen and (max-width: 767.98px), only screen and (min-width: 768px)and (max-width: 1024.98px) {
    .related-deals .related-deals-title.h2, .related-deals h2.related-deals-title {
        text-align: left;
        text-align: initial;
        font-size: 1.25rem;
        line-height: 1.75rem;
        font-weight: 500
    }
}

.related-deals .deals a:hover {
    color: #000;
    color: initial
}

.related-deals .deals a:hover .deal {
    box-shadow: 1px 1px 5px 0 hsla(0, 0%, 50%, .89)
}

.related-deals .deals .deal {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #436cc033;
    padding: 12px;
    border-radius: 10px;
    box-shadow: 0 0 0 0;
    transition: box-shadow 80ms ease-in-out
}

.related-deals .deals .deal .free-shipping-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    vertical-align: middle;
    font-weight: 500;
    border-radius: 4px;
    padding: 6px;
    border: 1px solid #446dc0;
    color: #446dc0;
    background: none !important;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 28px
}

@media only screen and (max-width: 767.98px), only screen and (min-width: 768px)and (max-width: 1024.98px) {
    .related-deals .deals .deal .free-shipping-badge {
        top: 6px;
        left: 6px
    }
}

@media only screen and (max-width: 374.98px) {
    .related-deals .deals .deal .free-shipping-badge {
        min-height: 24px;
        padding: 3px
    }
}

@media only screen and (max-width: 575.98px) {
    .related-deals .deals .deal .free-shipping-badge {
        font-size: 3vw
    }
}

html[lang=de-DE] .related-deals .deals .deal .prime-deal-badge, html[lang=fr-FR] .related-deals .deals .deal .prime-deal-badge, html[lang=it-IT] .related-deals .deals .deal .prime-deal-badge {
    display: none
}

.related-deals .deals .deal figure {
    display: flex;
    align-items: center;
    justify-content: center
}

.related-deals .deals .deal figure.deal-image-wrapper {
    width: 120px;
    height: 120px
}

@media only screen and (max-width: 767.98px), only screen and (min-width: 768px)and (max-width: 1024.98px) {
    .related-deals .deals .deal figure.deal-image-wrapper {
        width: 5rem;
        height: 5rem
    }
}

.related-deals .deals .deal figure.deal-image-wrapper a {
    text-align: center
}

.related-deals .deals .deal figure.deal-image-wrapper img {
    max-width: 100%;
    height: auto;
    max-height: 120px;
    vertical-align: middle
}

@media only screen and (max-width: 767.98px), only screen and (min-width: 768px)and (max-width: 1024.98px) {
    .related-deals .deals .deal figure.deal-image-wrapper img {
        max-height: 5rem
    }
}

.related-deals .deals .deal a, .related-deals .deals .deal button {
    width: 100%
}

.related-deals .deals .deal .related-deal-title.h3, .related-deals .deals .deal h3.related-deal-title {
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 20px;
    font-size: 1rem;
    padding: 0
}

@media only screen and (max-width: 767.98px), only screen and (min-width: 768px)and (max-width: 1024.98px) {
    .related-deals .deals .deal .related-deal-title.h3, .related-deals .deals .deal h3.related-deal-title {
        font-size: .875rem;
        line-height: 1.25rem;
        height: 2.5rem
    }
}

.related-deals .deals .deal .related-deal-desc {
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: .875rem;
    height: 22px
}

@media only screen and (max-width: 767.98px), only screen and (min-width: 768px)and (max-width: 1024.98px) {
    .related-deals .deals .deal .related-deal-desc {
        font-size: .75rem;
        line-height: 1rem;
        height: 1rem
    }
}

.related-deals .deals .deal .related-deal-price-wrapper {
    width: 100%
}

.related-deals .deals .deal .related-deal-price-wrapper:hover {
    color: inherit
}

.related-deals .deals .deal .related-deal-price-wrapper .related-deal-price-off {
    display: block;
    height: 1.05rem;
    font-size: .95rem;
    color: #b12704;
    font-weight: 700
}

@media only screen and (max-width: 767.98px) {
    .related-deals .deals .deal .related-deal-price-wrapper .related-deal-price-off {
        font-size: 3.5vw
    }
}

.related-deals .deals .deal .btn {
    padding: 0;
    font-size: 16px
}

@media only screen and (max-width: 374.98px) {
    .related-deals .deals .deal .btn {
        font-size: 13px
    }
}

.cookie-consent-block {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background: #fff;
    z-index: 1
}

.cookie-consent-block .cookie-consent-wrapper {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    flex-direction: row;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    height: 100%
}

@media only screen and (max-width: 767.98px) {
    .cookie-consent-block .cookie-consent-wrapper {
        padding: 16px;
        font-size: 12px
    }
}

.cookie-consent-block .cookie-consent-wrapper a {
    color: #f64242
}

.cookie-consent-block .cookie-consent-wrapper button {
    border: 1px solid #446dc0;
    color: #446dc0;
    background: none !important;
    height: 28px;
    margin-left: 10px
}

.navbarSearchWrapper {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    z-index: 10 !important;
    color: #000 !important;
    width: 100% !important;
    transition: all .4s cubic-bezier(.4, 0, .2, 1) !important
}

.navbarSearchWrapper:focus-within {
    transform: translateY(-2px) !important;
    filter: drop-shadow(0 8px 25px rgba(59, 130, 246, .15)) !important
}

.navbarSearchWrapper .searchInput {
    display: block !important;
    width: 100% !important;
    height: 40px !important;
    padding: 8px 16px !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    color: #374151 !important;
    background: linear-gradient(135deg, #fafafa, #f8fafc) !important;
    background-clip: padding-box !important;
    border: 2px solid #e5e7eb !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    border-radius: 12px !important;
    transition: all .4s cubic-bezier(.4, 0, .2, 1) !important;
    box-sizing: border-box !important;
    position: relative !important
}

.navbarSearchWrapper .searchInput::-moz-placeholder {
    color: #9ca3af !important;
    font-weight: 400 !important;
    -moz-transition: all .3s ease !important;
    transition: all .3s ease !important
}

.navbarSearchWrapper .searchInput::placeholder {
    color: #9ca3af !important;
    font-weight: 400 !important;
    transition: all .3s ease !important
}

.navbarSearchWrapper .searchInput:focus {
    outline: none !important;
    border-color: #3b82f6 !important;
    background: linear-gradient(135deg, #fff, #eff6ff) !important;
    box-shadow: 0 0 0 4px rgba(59, 130, 246, .1), 0 8px 25px rgba(59, 130, 246, .15), inset 0 1px 0 hsla(0, 0%, 100%, .1) !important;
    transform: translateY(-1px) scale(1.02) !important
}

.navbarSearchWrapper .searchInput:focus::-moz-placeholder {
    color: #60a5fa !important;
    transform: translateX(2px) !important
}

.navbarSearchWrapper .searchInput:focus::placeholder {
    color: #60a5fa !important;
    transform: translateX(2px) !important
}

.navbarSearchWrapper .searchInput:hover:not(:focus) {
    border-color: #d1d5db !important;
    background: linear-gradient(135deg, #fff, #f9fafb) !important;
    transform: translateY(-.5px) !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .08) !important
}

.navbarSearchWrapper .searchInput:focus:not(:-moz-placeholder) {
    background: linear-gradient(135deg, #fff, #f0f9ff) !important
}

.navbarSearchWrapper .searchInput:focus:not(:placeholder-shown) {
    background: linear-gradient(135deg, #fff, #f0f9ff) !important
}

.navbarSearchWrapper .searchResultWrapper {
    display: flex !important;
    flex-direction: column !important;
    position: absolute !important;
    width: 100% !important;
    top: calc(100% + 2px) !important;
    left: 0 !important;
    background: #fff !important;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .1), 0 4px 10px rgba(0, 0, 0, .05) !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 8px !important;
    padding: 0 !important;
    z-index: 10000 !important;
    max-height: 400px !important;
    overflow: hidden !important;
    opacity: 1 !important;
    transform: translateY(0) scale(1) !important;
    transform-origin: top center !important;
    transition: all .3s cubic-bezier(.4, 0, .2, 1) !important;
    animation: searchDropdownOpen .3s cubic-bezier(.4, 0, .2, 1) forwards !important
}

.navbarSearchWrapper .searchResultWrapper.hideResults {
    opacity: 0 !important;
    transform: translateY(-8px) scale(.95) !important;
    pointer-events: none !important;
    transition: all .2s cubic-bezier(.4, 0, .2, 1) !important
}

.navbarSearchWrapper .searchResultWrapper .search-results-scroll {
    max-height: 400px !important;
    overflow-y: auto !important;
    padding: 4px 0 !important
}

@keyframes searchDropdownOpen {
    0% {
        opacity: 0;
        transform: translateY(-8px) scale(.95)
    }
    50% {
        opacity: .8;
        transform: translateY(-2px) scale(.98)
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1)
    }
}

@keyframes searchItemSlideIn {
    0% {
        opacity: 0;
        transform: translateX(-12px)
    }
    60% {
        opacity: .8;
        transform: translateX(2px)
    }
    to {
        opacity: 1;
        transform: translateX(0)
    }
}

.navbarSearchWrapper .searchResultItem {
    display: flex !important;
    gap: 5px !important;
    padding: 10px 14px !important;
    cursor: pointer !important;
    color: #374151 !important;
    border-bottom: 1px solid #f3f4f6 !important;
    transition: all .3s cubic-bezier(.4, 0, .2, 1) !important;
    transform: translateX(0) !important;
    opacity: 1 !important;
    animation: searchItemSlideIn .4s cubic-bezier(.4, 0, .2, 1) forwards !important;
    animation-delay: calc(var(--item-index, 0) * .05s) !important
}

.navbarSearchWrapper .searchResultItem:last-child {
    border-bottom: none !important
}

.navbarSearchWrapper .searchResultItem:hover {
    background: #f8fafc !important;
    color: #1f2937 !important;
    transform: translateX(2px) !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .08) !important
}

.navbarSearchWrapper .searchResultItem.selectedItem {
    background: #eff6ff !important;
    color: #1f2937 !important;
    border-left: 3px solid #3b82f6 !important;
    padding-left: 11px !important;
    transform: translateX(0) !important
}

.navbarSearchWrapper .searchResultItem div {
    font-size: 13px !important;
    color: inherit !important;
    line-height: 1.4 !important;
    font-weight: 400 !important;
    transition: all .2s ease !important
}

.text-header-shacking {
    background: #0678ff;
    color: #fff;
    font-weight: 700;
    border-radius: 0 0 6px 6px;
    padding: 4px;
    font-size: 16px;
    display: flex;
    align-content: center;
    justify-content: center
}

@media only screen and (max-width: 767.98px) {
    html[lang=de-DE] .text-header-shacking, html[lang=es-ES] .text-header-shacking, html[lang=fr-FR] .text-header-shacking, html[lang=it-IT] .text-header-shacking {
        text-align: center
    }
}

@media only screen and (max-width: 575.98px) {
    .text-header-shacking {
        font-size: 4vw
    }

    html[lang=de-DE] .text-header-shacking {
        font-size: 3.8vw
    }

    html[lang=es-ES] .text-header-shacking, html[lang=fr-FR] .text-header-shacking {
        font-size: 3.5vw
    }

    html[lang=it-IT] .text-header-shacking {
        font-size: 3.8vw
    }

    html[lang=ja-JP] .text-header-shacking {
        font-size: 3.7vw
    }
}

@media only screen and (max-width: 767.98px) {
    .text-header-shacking.before-prime-day {
        font-size: 2.4vw
    }
}

@media only screen and (max-width: 575.98px) {
    .text-header-shacking.before-prime-day {
        font-size: 3.2vw
    }

    html[lang=de-DE] .text-header-shacking.before-prime-day {
        font-size: 4vw
    }

    html[lang=es-ES] .text-header-shacking.before-prime-day, html[lang=fr-FR] .text-header-shacking.before-prime-day {
        font-size: 3.5vw
    }

    html[lang=it-IT] .text-header-shacking.before-prime-day {
        font-size: 3.4vw
    }

    html[lang=ja-JP] .text-header-shacking.before-prime-day {
        font-size: 3.8vw
    }
}

@media only screen and (max-width: 374.98px) {
    .text-header-shacking.before-prime-day {
        font-size: 3.4vw
    }
}

.text-header-shacking > div {
    animation: skew-y-shake 5.3s 1s infinite
}

.text-header-shacking > div > span {
    font-weight: 600;
    color: #fff
}

@keyframes skew-y-shake {
    0% {
        transform: skewY(-2deg)
    }
    1% {
        transform: skewY(2deg)
    }
    2% {
        transform: skewY(-2deg)
    }
    3% {
        transform: skewY(2deg)
    }
    4% {
        transform: skewY(0deg)
    }
    5% {
        transform: skewY(0deg)
    }
    to {
        transform: skewY(0deg)
    }
}

.prime-day-banner-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center
}

.prime-day-banner-wrapper .prime-day-banner {
    width: 100%;
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat
}

@media only screen and (max-width: 767.98px), only screen and (min-width: 1025px)and (max-width: 1229.98px), only screen and (min-width: 1230px), only screen and (min-width: 768px)and (max-width: 1024.98px) {
    .prime-day-banner-wrapper .prime-day-banner {
        background-image: url(../fonts/EN_PD25_LB_728.a438a7ee.jpg);
        max-width: 728px;
        height: 90px
    }

    html[lang=de-DE] .prime-day-banner-wrapper .prime-day-banner {
        background-image: url(../fonts/DE_PD25_LB_728.a66e9469.jpg)
    }

    html[lang=es-ES] .prime-day-banner-wrapper .prime-day-banner {
        background-image: url(../fonts/ES_PD25_LB_728.ecd5f183.jpg)
    }

    html[lang=fr-FR] .prime-day-banner-wrapper .prime-day-banner {
        background-image: url(../fonts/FR_PD25_LB_728.32f6b899.jpg)
    }

    html[lang=it-IT] .prime-day-banner-wrapper .prime-day-banner {
        background-image: url(../fonts/IT_PD25_LB_728.a2df0242.jpg)
    }

    html[lang=ja-JP] .prime-day-banner-wrapper .prime-day-banner {
        background-image: url(../fonts/JP_PD25_LU_728.afb4be31.jpg);
        background-color: #0678ff
    }
}

@media only screen and (max-width: 767.98px) {
    .prime-day-banner-wrapper .prime-day-banner {
        height: 12vw
    }
}

@media only screen and (max-width: 374.98px), only screen and (max-width: 575.98px) {
    .prime-day-banner-wrapper .prime-day-banner {
        background-image: url(../fonts/EN_PD25_LB_970.115a1e58.jpg);
        height: 25vw
    }

    html[lang=de-DE] .prime-day-banner-wrapper .prime-day-banner {
        background-image: url(../fonts/DE_PD25_LB_970.80a6d190.jpg)
    }

    html[lang=es-ES] .prime-day-banner-wrapper .prime-day-banner {
        background-image: url(../fonts/ES_PD25_LB_970.2af93b16.jpg)
    }

    html[lang=fr-FR] .prime-day-banner-wrapper .prime-day-banner {
        background-image: url(../fonts/FR_PD25_LB_970.7318f821.jpg)
    }

    html[lang=it-IT] .prime-day-banner-wrapper .prime-day-banner {
        background-image: url(../fonts/IT_PD25_LB_970.82583ea5.jpg)
    }
}

@media only screen and (max-width: 767.98px), only screen and (min-width: 1025px)and (max-width: 1229.98px), only screen and (min-width: 1230px), only screen and (min-width: 768px)and (max-width: 1024.98px) {
    .prime-day-banner-wrapper.before-prime-day .prime-day-banner {
        background-image: url(../fonts/EN_PD25_LU_728.804645df.jpg)
    }

    html[lang=de-DE] .prime-day-banner-wrapper.before-prime-day .prime-day-banner {
        background-image: url(../fonts/DE_PD25_LU_728.34724c85.jpg)
    }

    html[lang=es-ES] .prime-day-banner-wrapper.before-prime-day .prime-day-banner {
        background-image: url(../fonts/ES_PD25_LU_728.222145ff.jpg)
    }

    html[lang=fr-FR] .prime-day-banner-wrapper.before-prime-day .prime-day-banner {
        background-image: url(../fonts/FR_PD25_LU_728.c07abbdb.jpg)
    }

    html[lang=it-IT] .prime-day-banner-wrapper.before-prime-day .prime-day-banner {
        background-image: url(../fonts/IT_PD25_LU_728.b5fb1c11.jpg)
    }
}

@media only screen and (max-width: 374.98px), only screen and (max-width: 575.98px) {
    .prime-day-banner-wrapper.before-prime-day .prime-day-banner {
        background-image: url(../fonts/EN_PD25_LU_970.4d525da3.jpg)
    }

    html[lang=de-DE] .prime-day-banner-wrapper.before-prime-day .prime-day-banner {
        background-image: url(../fonts/DE_PD25_LU_970.a8173267.jpg)
    }

    html[lang=es-ES] .prime-day-banner-wrapper.before-prime-day .prime-day-banner {
        background-image: url(../fonts/ES_PD25_LU_970.24523c2c.jpg)
    }

    html[lang=fr-FR] .prime-day-banner-wrapper.before-prime-day .prime-day-banner {
        background-image: url(../fonts/FR_PD25_LU_970.f8fcaf4a.jpg)
    }

    html[lang=it-IT] .prime-day-banner-wrapper.before-prime-day .prime-day-banner {
        background-image: url(../fonts/IT_PD25_LU_970.a6de92b8.jpg)
    }
}

.prime-day-banner-wrapper .prime-day-deal-timer {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #0678ff;
    color: #fff;
    font-weight: 600;
    padding: 6px 4px;
    width: 100%
}

@media only screen and (max-width: 374.98px), only screen and (max-width: 575.98px) {
    .prime-day-banner-wrapper .prime-day-deal-timer {
        background: #0678ff
    }
}

@media only screen and (max-width: 575.98px), only screen and (max-width: 767.98px), only screen and (min-width: 1025px)and (max-width: 1229.98px), only screen and (min-width: 1230px), only screen and (min-width: 768px)and (max-width: 1024.98px) {
    .prime-day-banner-wrapper .prime-day-deal-timer {
        max-width: 728px
    }
}

@media only screen and (max-width: 575.98px) {
    .prime-day-banner-wrapper .prime-day-deal-timer {
        font-size: 3.4vw
    }

    html[lang=de-DE] .prime-day-banner-wrapper .prime-day-deal-timer {
        font-size: 3.1vw
    }
}

@media only screen and (max-width: 374.98px) {
    .prime-day-banner-wrapper .prime-day-deal-timer {
        font-size: 3.4vw
    }
}

.prime-day-banner-wrapper .prime-day-deal-timer > span {
    margin-right: 6px
}

.prime-day-banner-wrapper .prime-day-deal-timer > svg {
    font-size: 18px;
    margin-left: 4px
}

.prime-day-banner-wrapper .prime-day-deal-timer .countdown-wrapper {
    display: flex
}

.prime-day-banner-wrapper .prime-day-deal-timer .countdown-wrapper .countdown-item, .prime-day-banner-wrapper .prime-day-deal-timer .countdown-wrapper .countdown-item .countdown-item-number {
    display: flex;
    justify-content: center
}

.prime-day-banner-wrapper .prime-day-deal-timer .countdown-wrapper .countdown-item-text {
    display: none
}

.prime-day-banner-wrapper .prime-day-deal-timer .countdown-wrapper .countdown-item-number {
    width: 20px
}

@media only screen and (max-width: 575.98px) {
    .prime-day-banner-wrapper .prime-day-deal-timer .countdown-wrapper .countdown-item-number {
        width: 4.5vw
    }
}

@media only screen and (max-width: 374.98px) {
    .prime-day-banner-wrapper .prime-day-deal-timer .countdown-wrapper .countdown-item-number {
        width: 4.5vw
    }
}

.prime-day-banner-wrapper .prime-day-deal-timer .countdown-wrapper .countdown-item:after {
    content: ":"
}

.prime-day-banner-wrapper .prime-day-deal-timer .countdown-wrapper .countdown-item:last-of-type:after {
    content: "";
    margin: 0
}

@media only screen and (max-width: 575.98px) {
    html[lang=ja-JP] .prime-day-banner-wrapper.before-prime-day .prime-day-deal-timer > span {
        font-size: 2.8vw
    }
}

.off-badge {
    position: absolute;
    top: 330px;
    left: 248px;
    letter-spacing: .08em;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    transition: transform .3s ease;
    transform: rotate(-14deg);
    text-align: center;
    filter: drop-shadow(.25em .7em .95em rgba(0, 0, 0, .8));
    font-size: 12px;
    font-weight: 500
}

.off-badge:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 10em;
    height: 10em;
    border-radius: 100%;
    background: #d62c01;
    opacity: .95;
    transition: opacity .3s linear
}

.off-badge:hover {
    color: #fff;
    text-decoration: none;
    transform: rotate(-10deg) scale(1.05)
}

.off-badge:hover:before {
    opacity: .9
}

.off-badge svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    z-index: 0;
    width: 10em;
    height: 10em
}

.off-badge span {
    display: block;
    background: #d62c01;
    border-radius: .4em;
    padding: .15em 1.9em;
    z-index: 1;
    min-width: 5em;
    border: 1px solid;
    text-transform: uppercase;
    font-size: 24px
}

.social-single-post, .social-single-product {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #373c43
}

.social-single-post .product-image, .social-single-product .product-image {
    text-align: center
}

@media only screen and (max-width: 767.98px) {
    .social-single-post .product-image, .social-single-product .product-image {
        padding: 15px 0
    }
}

.social-single-post .post-title, .social-single-product .post-title {
    text-align: center;
    margin-top: 1rem;
    line-height: 1.2;
    font-size: 2.5rem;
    font-weight: 600;
    color: #1d1d1d
}

@media only screen and (max-width: 767.98px) {
    .social-single-post .post-title, .social-single-product .post-title {
        margin-top: 0;
        font-size: 1.4rem
    }
}

.social-single-post .product-title-container, .social-single-product .product-title-container {
    text-align: center;
    margin-top: 1rem
}

@media only screen and (max-width: 767.98px) {
    .social-single-post .product-title-container, .social-single-product .product-title-container {
        margin-top: 0
    }
}

.social-single-post .product-title-container .product-title, .social-single-product .product-title-container .product-title {
    line-height: 1.2;
    font-size: 1.5rem;
    font-weight: 600;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    margin-bottom: .5rem;
    color: #1d1d1d
}

@media only screen and (max-width: 767.98px) {
    .social-single-post .product-title-container .product-title, .social-single-product .product-title-container .product-title {
        font-size: 1.4rem
    }
}

.social-single-post .product-title-container .product-sub-title, .social-single-product .product-title-container .product-sub-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1d1d1d
}

@media only screen and (max-width: 767.98px) {
    .social-single-post .product-title-container .product-sub-title, .social-single-product .product-title-container .product-sub-title {
        font-size: 1.2rem
    }
}

.social-single-post .post-content, .social-single-product .post-content {
    font-size: 1.5rem;
    text-align: center;
    font-weight: 500
}

@media only screen and (max-width: 767.98px) {
    .social-single-post .post-content, .social-single-product .post-content {
        font-size: 1rem
    }
}

.social-single-post .product-content, .social-single-product .product-content {
    margin-top: 1rem;
    font-size: 1.5rem;
    text-align: center;
    font-weight: 500
}

.social-single-post .product-content .product-content-discount, .social-single-product .product-content .product-content-discount {
    font-weight: 700
}

@media only screen and (max-width: 767.98px) {
    .social-single-post .product-content, .social-single-product .product-content {
        font-size: 1rem
    }
}

.social-single-post .ratings-container, .social-single-product .ratings-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 1rem
}

.social-single-post .ratings-container .stars, .social-single-product .ratings-container .stars {
    font-size: 1.4rem
}

@media only screen and (max-width: 767.98px) {
    .social-single-post .ratings-container .stars, .social-single-product .ratings-container .stars {
        font-size: 1rem
    }
}

.social-single-post .ratings-container .stars-reviews, .social-single-product .ratings-container .stars-reviews {
    font-size: 1.2rem;
    font-weight: 500;
    color: #0073e6;
    text-decoration: none
}

@media only screen and (max-width: 767.98px) {
    .social-single-post .ratings-container .stars-reviews, .social-single-product .ratings-container .stars-reviews {
        font-size: 1rem
    }
}

.social-single-post .ratings-container .stars-reviews:hover, .social-single-product .ratings-container .stars-reviews:hover {
    text-decoration: underline
}

.social-single-post .amazon-button, .social-single-product .amazon-button {
    text-align: center;
    width: 100%;
    margin-top: 2rem
}

.social-single-post .amazon-button .btn.view-on-amazon, .social-single-product .amazon-button .btn.view-on-amazon {
    background-color: #ffa41c;
    margin-bottom: 5px;
    font-weight: 600;
    width: 100%;
    padding: 0;
    font-size: 24px;
    max-width: 60%;
    font-style: italic;
    height: 70px
}

@media only screen and (max-width: 767.98px) {
    .social-single-post .amazon-button .btn.view-on-amazon, .social-single-product .amazon-button .btn.view-on-amazon {
        padding: 0;
        height: 60px;
        max-width: 100%;
        font-size: 18px
    }

    .social-single-post .amazon-button, .social-single-product .amazon-button {
        margin-top: 1.5rem
    }
}

.social-single-post .editorial-note, .social-single-product .editorial-note {
    margin-top: 20px;
    text-align: center;
    font-size: .9rem;
    opacity: .6;
    font-style: italic;
    color: #777
}

.social-blog {
    color: #373c43
}

.social-blog .social-post-category {
    color: #526077;
    font-weight: 500
}

.social-blog .h1, .social-blog h1 {
    color: #2b3647;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 32px
}

.social-blog .h2, .social-blog h2 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #302e2e;
    line-height: 1.7rem
}

.social-blog .post-author {
    font-size: .7rem
}

.social-blog .post-author .by-author {
    text-decoration: underline;
    font-size: .8rem
}

.social-blog .post-content {
    font-size: 1rem
}

.social-blog .post-content .editorial-note {
    font-weight: 300;
    font-style: italic;
    font-size: .7rem;
    line-height: .9rem;
    color: #1d1d1d
}

.social-blog .product-feed .product-item {
    position: relative;
    color: #0f1111;
    border-top: 5px solid #dfdbdb
}

.social-blog .product-feed .product-item .image-wrapper {
    width: 100%;
    overflow: hidden
}

.social-blog .product-feed .product-item .image-wrapper.img-not-square {
    aspect-ratio: 2/1
}

.social-blog .product-feed .product-item .image-wrapper.img-square {
    aspect-ratio: 1/1
}

.social-blog .product-feed .product-item .image-wrapper img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.social-blog .product-feed .product-item:first-of-type {
    margin-top: 25px
}

.social-blog .product-feed .product-item .btn-primary {
    font-size: 1.05rem;
    height: 3.5rem;
    font-weight: 500
}

.social-blog .product-feed .product-item .deal-wrapper .limited-deal-wrapper {
    font-size: 12px;
    font-weight: 700;
    line-height: 15px;
    color: #f64242
}

.social-blog .product-feed .product-item .deal-wrapper .claimed-progress-wrapper {
    font-size: 12px;
    color: #302e2e;
    font-weight: 500
}

.social-blog .product-feed .product-item .deal-wrapper .claimed-progress-wrapper .progress-bar {
    margin-left: 10px;
    width: 100px;
    height: 4px;
    background: #c8cccc
}

.social-blog .product-feed .product-item .deal-wrapper .claimed-progress-wrapper .progress-bar .claimed-progress-bar {
    background: #000;
    height: 4px;
    border-right: 2px solid #fff
}

.social-blog .product-feed .product-item .h2 .save-text, .social-blog .product-feed .product-item h2 .save-text {
    color: #f64242;
    text-decoration: underline;
    margin-right: .35rem
}

.social-blog .product-feed .product-item .discount-badge {
    background-color: #f64242 !important;
    font-size: .9rem;
    font-weight: 600;
    padding: 8px !important
}

.social-blog .product-feed .product-item .product-index {
    width: 3.2rem;
    height: 3.2rem;
    font-size: 1rem;
    font-weight: 700;
    color: #000;
    aspect-ratio: 1;
    display: grid;
    place-content: center;
    text-align: center;
    position: absolute;
    top: -1.3rem;
    left: .5rem;
    z-index: 0
}

.social-blog .product-feed .product-item .product-index:after {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 10%;
    outline: .2em solid #fff;
    outline-offset: -.3em;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23)
}

.social-blog .product-feed .product-item .product-info {
    font-size: 1rem;
    font-weight: 400
}

.social-blog .whats-trending .whats-trending-title svg {
    font-size: 1.45rem;
    color: #f64242
}

.social-blog .whats-trending .h2, .social-blog .whats-trending h2 {
    font-weight: 400
}

.social-blog .whats-trending .whats-trending-articles a:hover {
    color: #000;
    color: initial
}

.social-blog .whats-trending .whats-trending-articles .whats-trending-article {
    border: 2px solid #dfdbdb;
    border-radius: 8px
}

.social-blog .whats-trending .whats-trending-articles .whats-trending-article img {
    border-radius: 8px 8px 0 0;
    border-bottom: 2px solid #dfdbdb
}

.social-blog .whats-trending .whats-trending-articles .whats-trending-article .h3, .social-blog .whats-trending .whats-trending-articles .whats-trending-article h3 {
    font-size: .95rem;
    font-weight: 500;
    color: #302e2e;
    line-height: 1.2rem
}

.social-blog .whats-trending .whats-trending-articles .whats-trending-article .read-more {
    font-size: .85rem
}

.social-blog .whats-trending .whats-trending-articles .whats-trending-article .read-more svg {
    font-size: .95rem
}

@font-face {
    font-family: __Inter_8b3a0b;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/ba9851c3c22cd980-s.woff2) format("woff2");
    unicode-range: u+0460 -052f, u+1c80-1c8a, u+20b4, u+2de0-2dff, u+a640-a69f, u+fe2e-fe2f
}

@font-face {
    font-family: __Inter_8b3a0b;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/21350d82a1f187e9-s.woff2) format("woff2");
    unicode-range: u+0301, u+0400 -045f, u+0490 -0491, u+04b0-04b1, u+2116
}

@font-face {
    font-family: __Inter_8b3a0b;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/c5fe6dc8356a8c31-s.woff2) format("woff2");
    unicode-range: u+1f ? ?
}

@font-face {
    font-family: __Inter_8b3a0b;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/19cfc7226ec3afaa-s.woff2) format("woff2");
    unicode-range: u+0370 -0377, u+037a-037f, u+0384 -038a, u+038c, u+038e-03a1, u+03a3-03ff
}

@font-face {
    font-family: __Inter_8b3a0b;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/df0a9ae256c0569c-s.woff2) format("woff2");
    unicode-range: u+0102 -0103, u+0110 -0111, u+0128 -0129, u+0168 -0169, u+01a0-01a1, u+01af-01b0, u+0300 -0301, u+0303 -0304, u+0308 -0309, u+0323, u+0329, u+1ea0-1ef9, u+20ab
}

@font-face {
    font-family: __Inter_8b3a0b;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/8e9860b6e62d6359-s.woff2) format("woff2");
    unicode-range: u+0100 -02ba, u+02bd-02c5, u+02c7-02cc, u+02ce-02d7, u+02dd-02ff, u+0304, u+0308, u+0329, u+1d00-1dbf, u+1e00-1e9f, u+1ef2-1eff, u+2020, u+20a0-20ab, u+20ad-20c0, u+2113, u+2c60-2c7f, u+a720-a7ff
}

@font-face {
    font-family: __Inter_8b3a0b;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/e4af272ccee01ff0-s.p.woff2) format("woff2");
    unicode-range: u+00 ? ?, u+0131, u+0152 -0153, u+02bb-02bc, u+02c6, u+02da, u+02dc, u+0304, u+0308, u+0329, u+2000 -206f, u+20ac, u+2122, u+2191, u+2193, u+2212, u+2215, u+feff, u+fffd
}

@font-face {
    font-family: __Inter_8b3a0b;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../fonts/ba9851c3c22cd980-s.woff2) format("woff2");
    unicode-range: u+0460 -052f, u+1c80-1c8a, u+20b4, u+2de0-2dff, u+a640-a69f, u+fe2e-fe2f
}

@font-face {
    font-family: __Inter_8b3a0b;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../fonts/21350d82a1f187e9-s.woff2) format("woff2");
    unicode-range: u+0301, u+0400 -045f, u+0490 -0491, u+04b0-04b1, u+2116
}

@font-face {
    font-family: __Inter_8b3a0b;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../fonts/c5fe6dc8356a8c31-s.woff2) format("woff2");
    unicode-range: u+1f ? ?
}

@font-face {
    font-family: __Inter_8b3a0b;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../fonts/19cfc7226ec3afaa-s.woff2) format("woff2");
    unicode-range: u+0370 -0377, u+037a-037f, u+0384 -038a, u+038c, u+038e-03a1, u+03a3-03ff
}

@font-face {
    font-family: __Inter_8b3a0b;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../fonts/df0a9ae256c0569c-s.woff2) format("woff2");
    unicode-range: u+0102 -0103, u+0110 -0111, u+0128 -0129, u+0168 -0169, u+01a0-01a1, u+01af-01b0, u+0300 -0301, u+0303 -0304, u+0308 -0309, u+0323, u+0329, u+1ea0-1ef9, u+20ab
}

@font-face {
    font-family: __Inter_8b3a0b;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../fonts/8e9860b6e62d6359-s.woff2) format("woff2");
    unicode-range: u+0100 -02ba, u+02bd-02c5, u+02c7-02cc, u+02ce-02d7, u+02dd-02ff, u+0304, u+0308, u+0329, u+1d00-1dbf, u+1e00-1e9f, u+1ef2-1eff, u+2020, u+20a0-20ab, u+20ad-20c0, u+2113, u+2c60-2c7f, u+a720-a7ff
}

@font-face {
    font-family: __Inter_8b3a0b;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../fonts/e4af272ccee01ff0-s.p.woff2) format("woff2");
    unicode-range: u+00 ? ?, u+0131, u+0152 -0153, u+02bb-02bc, u+02c6, u+02da, u+02dc, u+0304, u+0308, u+0329, u+2000 -206f, u+20ac, u+2122, u+2191, u+2193, u+2212, u+2215, u+feff, u+fffd
}

@font-face {
    font-family: __Inter_8b3a0b;
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(../fonts/ba9851c3c22cd980-s.woff2) format("woff2");
    unicode-range: u+0460 -052f, u+1c80-1c8a, u+20b4, u+2de0-2dff, u+a640-a69f, u+fe2e-fe2f
}

@font-face {
    font-family: __Inter_8b3a0b;
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(../fonts/21350d82a1f187e9-s.woff2) format("woff2");
    unicode-range: u+0301, u+0400 -045f, u+0490 -0491, u+04b0-04b1, u+2116
}

@font-face {
    font-family: __Inter_8b3a0b;
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(../fonts/c5fe6dc8356a8c31-s.woff2) format("woff2");
    unicode-range: u+1f ? ?
}

@font-face {
    font-family: __Inter_8b3a0b;
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(../fonts/19cfc7226ec3afaa-s.woff2) format("woff2");
    unicode-range: u+0370 -0377, u+037a-037f, u+0384 -038a, u+038c, u+038e-03a1, u+03a3-03ff
}

@font-face {
    font-family: __Inter_8b3a0b;
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(../fonts/df0a9ae256c0569c-s.woff2) format("woff2");
    unicode-range: u+0102 -0103, u+0110 -0111, u+0128 -0129, u+0168 -0169, u+01a0-01a1, u+01af-01b0, u+0300 -0301, u+0303 -0304, u+0308 -0309, u+0323, u+0329, u+1ea0-1ef9, u+20ab
}

@font-face {
    font-family: __Inter_8b3a0b;
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(../fonts/8e9860b6e62d6359-s.woff2) format("woff2");
    unicode-range: u+0100 -02ba, u+02bd-02c5, u+02c7-02cc, u+02ce-02d7, u+02dd-02ff, u+0304, u+0308, u+0329, u+1d00-1dbf, u+1e00-1e9f, u+1ef2-1eff, u+2020, u+20a0-20ab, u+20ad-20c0, u+2113, u+2c60-2c7f, u+a720-a7ff
}

@font-face {
    font-family: __Inter_8b3a0b;
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(../fonts/e4af272ccee01ff0-s.p.woff2) format("woff2");
    unicode-range: u+00 ? ?, u+0131, u+0152 -0153, u+02bb-02bc, u+02c6, u+02da, u+02dc, u+0304, u+0308, u+0329, u+2000 -206f, u+20ac, u+2122, u+2191, u+2193, u+2212, u+2215, u+feff, u+fffd
}

@font-face {
    font-family: __Inter_8b3a0b;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../fonts/ba9851c3c22cd980-s.woff2) format("woff2");
    unicode-range: u+0460 -052f, u+1c80-1c8a, u+20b4, u+2de0-2dff, u+a640-a69f, u+fe2e-fe2f
}

@font-face {
    font-family: __Inter_8b3a0b;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../fonts/21350d82a1f187e9-s.woff2) format("woff2");
    unicode-range: u+0301, u+0400 -045f, u+0490 -0491, u+04b0-04b1, u+2116
}

@font-face {
    font-family: __Inter_8b3a0b;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../fonts/c5fe6dc8356a8c31-s.woff2) format("woff2");
    unicode-range: u+1f ? ?
}

@font-face {
    font-family: __Inter_8b3a0b;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../fonts/19cfc7226ec3afaa-s.woff2) format("woff2");
    unicode-range: u+0370 -0377, u+037a-037f, u+0384 -038a, u+038c, u+038e-03a1, u+03a3-03ff
}

@font-face {
    font-family: __Inter_8b3a0b;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../fonts/df0a9ae256c0569c-s.woff2) format("woff2");
    unicode-range: u+0102 -0103, u+0110 -0111, u+0128 -0129, u+0168 -0169, u+01a0-01a1, u+01af-01b0, u+0300 -0301, u+0303 -0304, u+0308 -0309, u+0323, u+0329, u+1ea0-1ef9, u+20ab
}

@font-face {
    font-family: __Inter_8b3a0b;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../fonts/8e9860b6e62d6359-s.woff2) format("woff2");
    unicode-range: u+0100 -02ba, u+02bd-02c5, u+02c7-02cc, u+02ce-02d7, u+02dd-02ff, u+0304, u+0308, u+0329, u+1d00-1dbf, u+1e00-1e9f, u+1ef2-1eff, u+2020, u+20a0-20ab, u+20ad-20c0, u+2113, u+2c60-2c7f, u+a720-a7ff
}

@font-face {
    font-family: __Inter_8b3a0b;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../fonts/e4af272ccee01ff0-s.p.woff2) format("woff2");
    unicode-range: u+00 ? ?, u+0131, u+0152 -0153, u+02bb-02bc, u+02c6, u+02da, u+02dc, u+0304, u+0308, u+0329, u+2000 -206f, u+20ac, u+2122, u+2191, u+2193, u+2212, u+2215, u+feff, u+fffd
}

@font-face {
    font-family: __Inter_Fallback_8b3a0b;
    src: local("Arial");
    ascent-override: 90.49%;
    descent-override: 22.56%;
    line-gap-override: 0.00%;
    size-adjust: 107.06%
}

.__className_8b3a0b {
    font-family: __Inter_8b3a0b, __Inter_Fallback_8b3a0b;
    font-style: normal
}