/*
 * E-PROJEKT — CSS iteracja 4C
 * Agresywne odchudzanie bez minifikacji.
 * Uwzględnia header.php, footer.php oraz elements.php.
 */

: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-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --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-font-sans-serif: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    --bs-gradient: linear-gradient(180deg,rgba(255,255,255,0.15),rgba(255,255,255,0));
}

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

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

body {
    margin: 0;
    font-family: var(--bs-font-sans-serif);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

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

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

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

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

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

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

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

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

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

h5 {
    font-size: 1.25rem;
}

h6 {
    font-size: 1rem;
}

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

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

ul {
    padding-left: 2rem;
}

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

ul ul {
    margin-bottom: 0;
}

dt {
    font-weight: 700;
}

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

b,
strong {
    font-weight: bolder;
}

a {
    color: #0d6efd;
    text-decoration: underline;
}

a:hover {
    color: #0a58ca;
}

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

img,
svg {
    vertical-align: middle;
}

label {
    display: inline-block;
}

button {
    border-radius: 0;
}

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

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

button {
    text-transform: none;
}

[role=button] {
    cursor: pointer;
}

[list]::-webkit-calendar-picker-indicator {
    display: none;
}

[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-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

[hidden] {
    display: none !important;
}

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

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

.container,
.container-fluid {
    width: 100%;
    padding-right: var(--bs-gutter-x,.75rem);
    padding-left: var(--bs-gutter-x,.75rem);
    margin-right: auto;
    margin-left: auto;
}

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

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

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

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

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

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

.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-12 {
    flex: 0 0 auto;
    width: 100%;
}

.g-2 {
    --bs-gutter-x: 0.5rem;
}

.g-2 {
    --bs-gutter-y: 0.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:992px) {
    .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-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .offset-lg-2 {
        margin-left: 16.66666667%;
    }

    .offset-lg-4 {
        margin-left: 33.33333333%;
    }

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

    .g-lg-5 {
        --bs-gutter-y: 3rem;
    }
}

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

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

.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: .25rem;
    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,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}

.form-control::file-selector-button {
    padding: .375rem .75rem;
    margin: -.375rem -.75rem;
    -webkit-margin-end: .75rem;
    margin-inline-end: .75rem;
    color: #212529;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    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;
}

.form-control::-webkit-file-upload-button {
    padding: .375rem .75rem;
    margin: -.375rem -.75rem;
    -webkit-margin-end: .75rem;
    margin-inline-end: .75rem;
    color: #212529;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    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::-webkit-file-upload-button {
        -webkit-transition: none;
        transition: none;
    }
}

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

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

.card>.card-header+.list-group {
    border-top: 0;
}

.card-header {
    padding: .5rem 1rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}

@media (min-width:576px) {
    .card-group>.card:not(:last-child) .card-header {
        border-top-right-radius: 0;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

.position-relative {
    position: relative !important;
}

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

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

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

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

.justify-content-end {
    justify-content: flex-end !important;
}

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

.align-items-start {
    align-items: flex-start !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-light {
    color: #f8f9fa !important;
}

.bg-light {
    background-color: #f8f9fa !important;
}

.bg-dark {
    background-color: #212529 !important;
}

@media (min-width:992px) {
    .me-lg-3 {
        margin-right: 1rem !important;
    }
}

* {
    --body-font: "Manrope",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
    --body-font-size: 17px;
    --body-font-color: #64748b;
    --body-font-color-dark: #1f2937;
    --body-font-weight: 400;
    --heading-font: "Manrope",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
    --heading-font-weight: 600;
    --heading-font-color: #1f2937;
    --heading-text-transform: none;
    --h1-font-size: 60px;
    --h1-font-weight: var(--heading-font-weight);
    --h1-letter-spacing: -0.02em;
    --h1-line-height: 1.15em;
    --h1-margin-bottom: 20px;
    --h2-font: var(--heading-font);
    --h2-font-size: 48px;
    --h2-font-weight: var(--heading-font-weight);
    --h2-letter-spacing: -0.015em;
    --h2-line-height: 1.2em;
    --h2-margin-bottom: 15px;
    --h3-font-size: 26px;
    --h3-font-weight: var(--heading-font-weight);
    --h3-letter-spacing: 0;
    --h3-line-height: 1.5em;
    --h3-margin-bottom: 10px;
    --h4-font-size: 20px;
    --h4-font-weight: var(--heading-font-weight);
    --h4-letter-spacing: 0;
    --h4-line-height: 1.6em;
    --h4-margin-bottom: 10px;
    --h5-font-size: 18px;
    --h5-font-weight: var(--heading-font-weight);
    --h5-letter-spacing: 0;
    --h5-line-height: 1.6em;
    --h5-margin-bottom: 10px;
    --h6-font-size: 16px;
    --h6-font-weight: var(--heading-font-weight);
    --h6-letter-spacing: 0;
    --h6-line-height: 1.6em;
    --h6-margin-bottom: 10px;
    --mainmenu-font: "Manrope",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
    --mainmenu-font-size: 17px;
    --mainmenu-font-weight: 600;
    --mainmenu-letter-spacing: 0;
    --mainmenu-text-transform: none;
    --logo-width: 240px;
    --border-default: solid 1px rgba(30,30,30,1);
    --bg-color-even: #E8E8E8;
    --bg-color-odd: #F4F4F4;
    --bg-light: #F3F3F4;
    --bg-dark-1: #1B1663;
    --bg-dark-2: #120d4f;
    --bg-dark-3: #1e1e1e;
    --bg-dark-1-rgb: 27,22,99;
    --bg-grey: #eeeeee;
    --bg-gradient-1: 0deg,rgba(var(--primary-color-rgb),.1) 0%,rgba(var(--primary-color-rgb),.2) 100%;
    --swiper-theme-color: var(--primary-color);
    --rounded-1: 10px;
    --border-color: #bbbbbb;
    --container-max-width: 1240px;
    --btn-color: #ffffff;
    --btn-font-family: var(--body-font);
    --btn-font-size: 15px;
    --btn-font-weight: 600;
    --btn-letter-spacing: 0;
    --btn-padding: 6px 20px;
    --btn-rounded: 8px;
    --btn-text-decoration: none;
    --btn-text-transform: none;
    --cta-color: #F97316;
}

@font-face {
    font-family: var(--heading-font);
    src: url("/fonts/manrope/manrope-latin-ext.woff2") format("woff2");
    font-style: normal;
    font-weight: 400 700;
    font-display: swap;
    font-named-instance: "Regular";
    unicode-range: U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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: var(--heading-font);
    src: url("/fonts/manrope/manrope-latin.woff2") format("woff2");
    font-style: normal;
    font-weight: 400 700;
    font-display: swap;
    font-named-instance: "Regular";
    unicode-range: U+0-FF,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}

.bg-color {
    background: linear-gradient(var(--primary-gradient));
}

.bg-light {
    background: var(--bg-light) !important;
}

.bg-dark {
    background-color: var(--bg-dark-1) !important;
}

.bg-dark-2 {
    background-color: var(--bg-dark-2) !important;
}

.bg-dark-gradient {
    background: linear-gradient(0deg,var(--bg-dark-3) 0%,var(--bg-dark-2) 100%);
}

.id-color {
    color: var(--primary-color);
}

.rounded-1 {
    border-radius: var(--rounded-1) !important;
    -moz-border-radius: var(--rounded-1) !important;
    -webkit-border-radius: var(--rounded-1) !important;
}

html {
    overflow-x: hidden;
    padding: 0;
    margin: 0;
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
    font-family: var(--body-font);
    font-size: var(--body-font-size);
    font-weight: var(--body-font-weight);
    color: var(--body-font-color);
    padding: 0;
    line-height: 1.9em;
    word-spacing: 0px;
}

a,
a:hover {
    color: var(--body-font-color);
    text-decoration: none;
    outline: none;
}

.text-light a,
.text-light a:hover {
    color: var(--body-font-color-dark);
    text-decoration: none;
    outline: none;
}

header {
    width: 100%;
    position: absolute;
    left: 0;
    z-index: 1001;
    background: rgba(var(--bg-dark-1-rgb),.5);
    -webkit-backdrop-filter: blur(10px);
    -o-backdrop-filter: blur(10px);
    -moz-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    margin: 0;
}

header.header-s1 {
    top: 0;
}

header.header-bg {
    background: rgba(0,0,0,0.5);
}

header.transparent {
    background: none;
}

body:not(.side-layout) header:not(.smaller):not(.header-mobile).header-light.transparent {
    background: rgba(255,255,255,0.0);
}

header.autoshow {
    top: -120px;
    height: 70px !important;
}

header.autoshow.scrollOn,
header.autoshow.scrollOff {
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    outline: none;
}

header.autoshow.scrollOn {
    top: 0;
}

header.autoshow.scrollOff {
    top: -120px;
}

header div#logo {
    color: white;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

header .logo-2 {
    display: none;
}

header .logo-scroll {
    display: none;
}

header .logo,
header .logo-2 {
    font-family: var(--body-font);
    color: #fff;
    font-size: 40px;
    font-weight: 300;
}

header .logo-2 {
    color: #333;
}

header.header-full nav {
    float: left;
}

header nav a {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

header nav a:hover {
    color: #555;
}

header.smaller #mainmenu ul ul {
    top: 0px;
}

header.smaller {
    position: fixed;
    top: 0px;
    background: rgba(var(--bg-dark-1-rgb),.5);
    -webkit-backdrop-filter: blur(10px);
    -o-backdrop-filter: blur(10px);
    -moz-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border: none;
}

header.header-light.smaller {
    background: rgba(255,255,255,1.0);
}

header.header-center.scroll-down {
    margin-top: -175px;
}

header.header-center #logo-center {
    display: inline-block;
    padding-top: 40px;
}

header.header-center #mainmenu {
    display: inline-block;
}

header.header-center {
    text-align: center;
}

header.header-center #logo {
    display: none;
}

header.smaller .logo-init {
    display: none;
}

header.smaller #topbar {
    margin-top: -42px;
    overflow: hidden;
}

header.smaller #topbar.topbar-dark {
    background: rgba(34,34,34,.05);
}

header.smaller #topbar.topbar-dark a {
    color: #333333;
}

header.smaller.scroll-light {
    background: #ffffff;
}

header.scroll-light .logo-scroll {
    display: none;
}

header.smaller.scroll-light .logo-main {
    display: none;
}

header.smaller.scroll-light .logo-scroll {
    display: block;
}

header.smaller.scroll-dark {
    background: var(--bg-color-even);
}

header.header-light .h-phone,
header.smaller.scroll-light .h-phone {
    color: #202020;
}

header:not(.header-light).smaller.scroll-light div#logo .logo {
    display: none;
}

header.smaller.scroll-light div#logo .logo-2 {
    display: inline-block;
}

header.smaller.scroll-light div#logo .logo-scroll {
    display: inline-block;
}

header.smaller.header-light div#logo .logo {
    display: none;
}

header.smaller.scroll-light .social-icons i {
    color: var(--heading-font-color);
}

header.smaller.scroll-light #mainmenu li a,
header.smaller.scroll-light #mainmenu li.has-child:after {
    color: var(--heading-font-color);
}

.logo-smaller div#logo {
    width: 150px;
    height: 30px;
    line-height: 65px;
    font-size: 30px;
}

.logo-smaller div#logo img {
    font-size: 30px;
}

div#logo img {
    max-width: var(--logo-width);
    position: absolute;
    bottom: 30px;
}

.logo-footer {
    max-width: var(--logo-width);
}

header.smaller div#logo .logo-1 {
    display: none;
}

header.smaller div#logo .logo-2 {
    display: inline-block;
}

header.header-full {
    padding-left: 30px;
    padding-right: 30px;
}

header .header-row {
    text-align: center;
}

header .header-col {
    position: relative;
    height: 100%;
}

header .header-col.left {
    float: left;
    padding: 0 30px 0 0;
}

header .header-col.mid {
    float: right;
}

header .header-col.mid .social-icons {
    float: right;
    padding: 0 30px 0 30px;
}

.header-col-right {
    text-align: right;
}

#subheader {
    overflow: hidden;
    position: relative;
    padding: 40px 0 40px 0;
}

#subheader h3 {
    margin: 0;
}

#subheader.dark {
    background-color: #1A1C26;
}

#subheader.dark h1 {
    color: #fff;
}

.crumb {
    font-size: 13px;
}

.crumb {
    display: inline-block;
    padding: 3px 10px;
    margin-top: 20px;
    line-height: 1.2em;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
}

.text-light .crumb a {
    color: rgba(255,255,255,1.0);
}

#subheader.text-light .crumb {
    color: #fff;
}

#subheader .small-border-deco {
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    width: 100%;
    height: 1px;
    background: rgba(255,255,255,.1);
}

#subheader .small-border-deco span {
    display: block;
    margin: 0 auto;
    height: 2px;
    width: 100px;
}

#subheader.dark h2,
#subheader.dark h4 {
    color: #fff;
}

#subheader.dark h2 {
    font-size: 48px;
}

#subheader.s2 {
    text-align: left;
    padding: 120px 0 20px;
    border: solid 1px #ddd;
    border-left: none;
    border-right: none;
}

.rtl #subheader.s2 {
    text-align: right;
}

#subheader.s2 h1,
#subheader.s2 .crumb {
    margin: 0;
    padding: 0;
}

#subheader.s2 .crumb {
    float: right;
    margin-top: 10px;
}

.rtl #subheader.s2 .crumb {
    float: left;
}

#mainmenu {
    font-size: 13px;
    margin: 0 auto;
    padding: 0;
    float: none;
    counter-reset: my-awesome-counter;
}

#mainmenu ul {
    margin: 0px 0px;
    padding: 0px;
    height: 30px;
    background: #ffffff;
    color: var(--body-font-color);
}

#mainmenu ul:not(.mega) {
    border: solid 1px #dddddd;
}

.dark-scheme #mainmenu ul {
    background: var(--bg-dark-1);
    border: solid 1px rgba(255,255,255,.1);
}

#mainmenu li {
    margin: 0;
    float: left;
    display: inline;
    list-style: none;
    position: relative;
}

#mainmenu>li {
    margin-right: 30px;
}

#mainmenu>li:last-child {
    margin-right: 0;
}

#mainmenu>li {
    counter-increment: my-awesome-counter;
    padding-bottom: 20px;
}

#mainmenu li a.new:before {
    content: "NEW";
    font-size: 12px;
    padding: 1px 4px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    margin-right: 5px;
    color: #ffffff;
    background: var(--primary-color);
}

header.smaller #mainmenu>li::before {
    transform: scale(0);
}

#mainmenu>li.has-child:after {
    font-family: FontAwesome;
    content: "";
    padding-left: 5px;
    font-size: 8px;
    position: relative;
    top: -2px;
    color: rgba(255,255,255,.75);
}

.rtl #mainmenu li.has-child:after {
    padding-left: 15px;
}

.header-light #mainmenu li.has-child:after {
    color: rgba(0,0,0,.5);
}

#mainmenu>li>a {
    padding-right: 6px;
    font-family: var(--mainmenu-font);
    font-size: var(--mainmenu-font-size);
    font-weight: var(--mainmenu-font-weight);
    text-transform: var(--mainmenu-text-transform);
    letter-spacing: var(--mainmenu-letter-spacing);
}

#mainmenu li.has-child>a {
    padding-right: 0;
}

#mainmenu a {
    color: #334155;
    position: relative;
    display: inline-block;
    padding-top: 25px;
    padding-bottom: 5px;
    text-decoration: none;
    text-align: center;
    outline: none;
    font-weight: 500;
    border-bottom: 2px solid transparent;
    letter-spacing: .2px;
    transition: .25s;
}

#mainmenu a:hover {
    color: #2563EB;
    border-color: #2563EB;
}

#mainmenu a.active {
    color: #2563EB;
}

#mainmenu p {
    line-height: 1.8em;
    margin-bottom: 0;
}

header.header-light #mainmenu a {
    color: var(--heading-font-color);
}

#mainmenu a span:not(.badge) {
    position: relative;
    width: 0%;
    color: #ffffff;
    display: block;
    font-size: 10px;
    text-transform: uppercase;
    line-height: 14px;
    border-bottom: solid 2px #ffffff;
}

#mainmenu li:hover a span:not(.badge) {
    width: 100%;
}

#mainmenu li li a span:not(.badge) {
    float: right;
    margin-top: 5px;
}

#mainmenu a.active span:not(.badge) {
    width: 100%;
    margin-left: 0%;
}

.header-light {
    background: #ffffff;
}

.header-light #mainmenu>li>a {
    color: var(--heading-font-color);
    padding-bottom: 20px;
}

#mainmenu li li {
    font-family: var(--body-font);
    font-size: 14px;
}

#mainmenu li li:last-child {
    border-bottom: none;
}

#mainmenu li li a {
    padding: 5px 15px;
    border-top: none;
    color: #606060;
    width: 100%;
    border-left: none;
    text-align: left;
    font-weight: normal;
    border-bottom: solid 1px rgba(255,255,255,.1);
    letter-spacing: 0;
}

#mainmenu li li a:hover {
    background: var(--primary-color);
}

#mainmenu li:last-child>a {
    border-bottom: none;
}

.dark-scheme #mainmenu li li a {
    color: #ffffff;
}

.rtl #mainmenu li li a {
    text-align: right;
}

#mainmenu li li a:hover {
    color: #111;
}

#mainmenu li li a:after {
    content: none;
}

#mainmenu li li a:hover,
#mainmenu ul li:hover>a {
    color: #fff;
}

#mainmenu li a.active {
    color: var(--primary-color) !important;
}

#mainmenu li ul {
    width: 190px;
    height: auto;
    position: absolute;
    left: 0px;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

#mainmenu ul li b {
    background: #333;
    color: #ffffff;
    padding: 0 3px;
    padding-bottom: 3px;
    font-size: 10px;
    margin-right: 3px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

#mainmenu li li {
    font-size: 14px;
    display: block;
    float: none;
    text-transform: none;
}

#mainmenu li:hover>ul {
    visibility: visible;
    opacity: 1;
    margin-top: 0px;
}

#mainmenu li ul ul:not(.ul-list) {
    top: 0px;
    margin-left: 188px;
}

#mainmenu select {
    padding: 10px;
    height: 36px;
    font-size: 14px;
    border: none;
    background: #ff4200;
    color: #eceff3;
}

#mainmenu select option {
    padding: 10px;
}

#mainmenu .btn-type {
    padding: 0;
    margin: 0;
}

#mainmenu .btn-type a {
    background: #eee;
    padding: 0;
    margin: 0;
}

#mainmenu>li ul.mega {
    position: fixed;
    left: 0;
    height: 0%;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: none;
}

#mainmenu>li ul.mega .sb-menu {
    background: #fff;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border: solid 1px #dddddd;
}

.dark-scheme #mainmenu>li ul.mega .sb-menu {
    background: var(--bg-dark-1);
    border-color: rgba(255,255,255,.1);
}

#mainmenu li:hover ul.mega {
    visibility: visible;
    opacity: 1;
}

#mainmenu li ul.mega>li,
#mainmenu li ul.mega>li a {
    width: 100%;
}

#mainmenu li ul.mega li.title {
    padding: 0px 10px 15px 10px;
    text-align: left;
    color: #fff;
    font-weight: bold;
}

#mainmenu li ul.mega>li ul {
    position: static;
    visibility: visible;
    opacity: 1;
    left: 0;
    float: none;
    width: 100%;
}

#mainmenu ul.mega>li ul li {
    margin: 0;
    padding: 0;
}

#mainmenu ul.mega>li ul li:last-child {
    border-bottom: none;
}

#mainmenu li ul.mega .menu-content {
    background: #171A21;
    padding: 30px;
}

#mainmenu li ul.mega li.title {
    font-family: var(--main-font);
    padding: 0px;
    text-align: left;
    font-weight: bold;
    color: #586383;
}

#mainmenu ul.mega>li ul {
    border: none;
}

#mainmenu li ul.mega ul li a {
    background: none;
    padding: 2px 0;
}

#mainmenu li ul.mega ul li a:hover {
    color: #35404e;
}

header.header-mobile #mainmenu>li ul.mega {
    visibility: visible;
    opacity: 1;
}

header:not(.header-mobile) #mainmenu>li:hover ul.mega {
    height: auto;
}

#menu-btn {
    display: none;
    float: right;
    width: 32px;
    height: 32px;
    padding: 4px;
    text-align: center;
    cursor: poInter;
    color: #fff;
    margin-top: 0;
    margin-left: 20px;
}

header.header-light #btn-extra span {
    border-bottom: solid 2px var(--heading-font-color);
}

.header-light #btn-extra span {
    background: var(--bg-dark-1);
}

header.header-mobile.header-light,
header.header-mobile.header-light #menu-btn,
header.header-mobile.header-light #menu-btn:hover {
    background: none;
}

header.header-mobile.header-light #menu-btn {
    color: #222;
}

header.header-mobile.header-center #logo {
    display: block;
}

header.header-mobile.header-center #logo-center {
    display: none;
}

#content {
    width: 100%;
    background: #ffffff;
    padding: 90px 0 90px 0;
    z-index: 100;
}

section {
    padding: 100px 0 100px 0;
}

.de_light section {
    background: #ffffff;
}

footer {
    color: var(--body-font-color-dark);
    background: var(--bg-dark-1);
    padding: 100px 0 0 0;
}

footer p {
    line-height: 1.8em;
}

footer h5,
.de_light footer h5 {
    color: #fff;
    font-size: 18px;
    text-transform: none;
}

footer a {
    color: var(--body-font-color-dark);
    text-decoration: none !important;
}

footer a:hover {
    color: var(--primary-color);
}

.subfooter {
    margin-top: 50px;
    border-top: solid 1px rgba(255,255,255,.1);
    padding: 20px 0 20px 0;
}

header.header-light-transparent {
    background: rgba(255,255,255,.5);
}

header.header-solid.header-light #mainmenu>li>a {
    color: #555;
}

header.header-solid {
    background: #fff;
}

header.smaller.header-dark {
    background: #222222;
    border: none;
}

header.smaller.header-dark #mainmenu a {
    color: #fff;
}

.side-layout header.smaller.header-dark #mainmenu>li {
    border-bottom: solid 1px rgba(255,255,255,.1);
}

.side-layout header.smaller.header-dark #mainmenu>li:last-child {
    border-bottom: none;
}

header.header-mobile {
    position: fixed !important;
    background: var(--heading-font-color);
    top: 0;
    padding-bottom: 10px;
}

header.header-mobile .container {
    max-width: 100% !important;
    padding-left: 20px;
    padding-right: 20px;
}

.dark-scheme header.header-mobile {
    background: var(--bg-dark-1);
}

header.header-mobile.has-topbar .header-row,
header.header-mobile.has-topbar .header-col {
    margin-top: 10px;
}

header.header-mobile nav {
    float: none;
}

header.header-mobile .logo {
    display: none;
}

header.header-mobile .logo-2 {
    display: inline-block;
}

header.header-mobile.header-light {
    background: #fff;
}

header.header-mobile #mainmenu ul {
    padding: 0;
}

header.header-solid.header-light {
    background: #fff;
}

header.header-light .logo {
    display: none;
}

header.header-light .logo-2 {
    display: inline-block;
}

#topbar {
    z-index: 1000;
    width: 100%;
    overflow: hidden;
    line-height: 1.5em;
    top: 0;
    background: var(--bg-dark-);
}

#topbar.topbar-light {
    background: var(--bg-grey);
}

#topbar.topbar-light a,
#topbar.topbar-light .social-icons i {
    color: var(--heading-font-color);
}

#topbar.topbar-dark {
    background: rgba(34,34,34,.2);
}

#topbar a {
    text-decoration: none;
}

#topbar.text-light a {
    color: #ffffff;
}

#topbar:not(.topbar-noborder) .topbar-right .topbar-widget {
    border-left: solid 1px rgba(255,255,255,.1);
}

#topbar:not(.topbar-noborder) .topbar-right span:last-child {
    border-right: solid 1px rgba(255,255,255,.1);
}

#topbar:not(.topbar-noborder) .topbar-light .topbar-right .topbar-widget {
    border-left: solid 1px #eee;
}

#topbar:not(.topbar-noborder) .topbar-light .topbar-right span:last-child {
    border-right: solid 1px #eee;
}

#topbar:not(.topbar-noborder) .tb-light .topbar-right .topbar-widget {
    border-left: solid 1px rgba(0,0,0,.1);
}

#topbar:not(.topbar-noborder) .tb-light .topbar-right span:last-child {
    border-right: solid 1px rgba(0,0,0,.1);
}

#topbar:not(.topbar-noborder) .topbar-left .topbar-widget {
    border-right: solid 1px rgba(255,255,255,.1);
}

#topbar:not(.topbar-noborder) .topbar-light .topbar-left .topbar-widget {
    border-right: solid 1px #eee;
}

#topbar:not(.topbar-noborder) .topbar-left span:first-child {
    border-left: solid 1px rgba(255,255,255,.1);
}

#topbar:not(.topbar-noborder) .tb-light .topbar-left .topbar-widget {
    border-right: solid 1px rgba(0,0,0,.1);
}

#topbar:not(.topbar-noborder) .tb-light .topbar-left span:first-child {
    border-left: solid 1px rgba(0,0,0,.1);
}

header.header-light .h-phone span {
    color: var(--body-font-color);
}

.menu_side_area .btn-line {
    display: inline-block;
}

.topbar-widget {
    font-size: 14px;
    font-weight: 400;
    display: flex;
    padding: 8px 40px 8px 0;
}

.topbar-widget a {
    color: #334155;
}

.topbar-widget a:hover {
    color: #2563EB;
}

.topbar-widget img {
    width: 20px;
    margin-right: 10px;
}

.rtl .topbar-widget img {
    margin-right: 0;
    margin-left: 10px;
}

.topbar-widget.widget-text {
    padding-top: 6px;
}

.topbar-widget i {
    font-size: 16px;
    margin-top: 8px;
    margin-right: 10px;
    color: #64748B;
}

.h-sub .topbar-widget {
    padding: 12px;
}

.topbar-widget:before {
    float: left;
    position: relative;
    font-size: 16px;
    margin-right: 10px;
}

.topbar-widget.tb-social a {
    font-size: 14px;
    padding: 5px;
    padding-left: 15px;
    display: inline-block;
    text-align: center;
}

.topbar-widget a span {
    font-weight: 500;
    margin-right: 10px;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
}

#topbar:not(.topbar-noborder) .topbar-light .topbar-widget.tb-social a,
#topbar:not(.topbar-noborder) .topbar-light .topbar-widget.tb-social a:first-child {
    border-left: solid 1px rgba(0,0,0,.1);
}

#topbar:not(.topbar-noborder) .topbar-widget.tb-social a {
    border-left: solid 1px rgba(255,255,255,.1);
}

.tb-light .topbar-widget.tb-social a {
    border-left: solid 1px rgba(0,0,0,.1);
}

.topbar-widget.tb-social a:first-child {
    border: none;
}

.error {
    display: none;
    margin-top: 30px;
    color: #e7505a;
    clear: both;
    padding-top: 20px;
    padding: 20px;
    background: rgba(231,80,90,.1);
    border: solid 1px #e7505a;
}

.success {
    color: #ffffff;
    display: none;
    margin-top: 30px;
    clear: both;
    padding-top: 20px;
    padding: 20px;
    background: #96c346;
    border: solid 1px #96c346;
}

.error img {
    vertical-align: top;
}

#contact_form input[type=checkbox] {
    position: relative;
    border: solid 1px var(--primary-color);
    background: none;
    cursor: pointer;
    line-height: 0;
    margin: 4px .6em 0 0;
    outline: 0;
    padding: 0 !important;
    vertical-align: text-top;
    height: 15px;
    width: 15px;
    -webkit-appearance: none;
    opacity: .5;
}

.form-control {
    padding: 10px;
    margin-bottom: 20px;
    border: solid 1px rgba(0,0,0,0.05);
    background: rgba(0,0,0,.025);
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

.text-light .form-control {
    color: #ffffff;
    border: solid 1px rgba(255,255,255,0.2);
    background: rgba(255,255,255,.025);
}

.text-light .form-control option {
    background: var(--bg-dark-1);
}

#contact_form input[type=checkbox]:checked {
    background: var(--primary-color);
    opacity: 1;
}

.text-light::placeholder {
    color: #ffffff;
    opacity: 1;
}

.text-light::-ms-input-placeholder {
    color: #ffffff;
}

.error_input {
    border-bottom: solid 1px #ff0000 !important;
}


.de_light .crumb a:hover {
    color: #fff;
}

a {
    text-decoration: none;
}

.de_light a {
    color: #888;
}

.de_light a:hover {
    color: #555;
}

a.btn-main,
a.btn-main:active,
a.btn-main:focus,
a.btn-main:visited,
.btn-main,
input[type=button].btn-main,
a.btn-line,
#mainmenu li ul.mega a.btn-main {
    background: var(--primary-color);
    color: var(--btn-color);
    font-family: var(--btn-font-family);
    font-size: var(--btn-font-size);
    font-weight: var(--btn-font-weight);
    letter-spacing: var(--btn-letter-spacing);
    padding: var(--btn-padding);
    text-decoration: var(--btn-text-decoration);
    text-transform: var(--btn-text-transform);
    border-radius: var(--btn-rounded);
    -moz-border-radius: var(--btn-rounded);
    -webkit-border-radius: var(--btn-rounded);
    border: none;
    position: relative;
    display: inline-block;
    text-align: center;
    outline: 0;
    white-space: nowrap;
}

a.btn-line,
a.btn-line:hover {
    background: none;
    color: #35404e;
    border: solid 1px rgba(255,255,255,.5);
}

.text-light .btn-line {
    color: #ffffff;
}

a.btn-line:hover {
    color: #ffffff;
}

.spacer-single {
    width: 100%;
    height: 30px;
    display: block;
    clear: both;
}

.spacer-double {
    width: 100%;
    height: 60px;
    display: block;
    clear: both;
}

.spacer-20 {
    width: 100%;
    height: 20px;
    display: block;
    clear: both;
}

hr {
    display: block;
    clear: both;
    border-top: solid 1px #ddd;
    margin: 40px 0 40px 0;
}

.field-set label {
    color: #606060;
}

.de_form input[type="radio"],
.de_form input[type="checkbox"] {
    display: none;
}


.de_checkbox {
    position: relative;
    display: block;
    padding-left: 25px;
}

.de_form input[type="radio"]+label,
.de_form input[type="checkbox"]+label {
    cursor: pointer;
    border: none;
    border-radius: 3px;
}

.de_form input[type="radio"]:checked+label,
.de_form input[type="checkbox"]:checked+label {
    border: none;
}

.de_form input[type="checkbox"]:checked+label:before {
    content: "";
    color: #ffffff;
    border: rgba(0,0,0,0);
}

h1,
h2,
h4,
h3,
h5,
h6 {
    margin-top: 0;
    font-family: var(--heading-font);
    font-weight: var(--heading-font-weight);
    color: var(--heading-font-color);
    text-transform: var(--heading-text-transform);
}

footer h1,
footer h2,
footer h4,
footer h4,
footer h5,
footer h6 {
    color: #fff;
}

h2.text-light,
footer h4,
footer h4,
footer h5,
footer h6 {
    color: #fff;
}

h1 {
    font-size: var(--h1-font-size);
    font-weight: var(--h1-font-weight);
    letter-spacing: var(--h1-letter-spacing);
    line-height: var(--h1-line-height);
    margin-bottom: var(--h1-margin-bottom);
}

h2 {
    font-size: var(--h2-font-size);
    font-weight: var(--h2-font-weight);
    letter-spacing: var(--h2-letter-spacing);
    line-height: var(--h2-line-height);
    margin-bottom: var(--h2-margin-bottom);
}

h3 {
    font-size: var(--h3-font-size);
    font-weight: var(--h3-font-weight);
    letter-spacing: var(--h3-letter-spacing);
    line-height: var(--h3-line-height);
    margin-bottom: var(--h3-margin-bottom);
}

h4 {
    font-size: var(--h4-font-size);
    font-weight: var(--h4-font-weight);
    letter-spacing: var(--h4-letter-spacing);
    line-height: var(--h4-line-height);
    margin-bottom: var(--h4-margin-bottom);
}

h5 {
    font-size: var(--h5-font-size);
    font-weight: var(--h5-font-weight);
    letter-spacing: var(--h5-letter-spacing);
    line-height: var(--h5-line-height);
    margin-bottom: var(--h5-margin-bottom);
}

h6 {
    font-size: var(--h6-font-size);
    font-weight: var(--h6-font-weight);
    letter-spacing: var(--h6-letter-spacing);
    line-height: var(--h6-line-height);
    margin-bottom: var(--h6-margin-bottom);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: var(--heading-font-color);
}

h2 .de_light .text-light h2 {
    color: #fff;
}

.text-white,
.de_light .text-white {
    color: #fff;
}

.text-light h1,
.text-light h2,
.text-light h3,
.text-light h4,
.text-light h5,
.text-light h6 {
    color: #fff;
}

.de_light .text-light h1,
.de_light .text-light h2,
.de_light .text-light h4,
.de_light .text-light h4,
.de_light .text-light h5,
.de_light .text-light h6 {
    color: #fff;
}

.text-white h1,
.text-white h2,
.text-white h4,
.text-white h4,
.text-white h5,
.text-white h6 {
    color: #fff;
}

.de_light .text-white h1,
.de_light .text-white h2,
.de_light .text-white h4,
.de_light .text-white h4,
.de_light .text-white h5,
.de_light .text-white h6 {
    color: #fff;
}

.de_light h1,
.de_light h2,
.de_light h4,
.de_light h4,
.de_light h5,
.de_light h6 {
    color: #202020;
}

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

.ul-check li {
    margin: 5px 0 5px 0;
}



ol.ol-style-1 {
    list-style-type: none;
    counter-reset: ordered;
    margin-left: 50px;
}

ol.ol-style-1 li {
    position: relative;
    font-weight: 500;
    margin-bottom: 20px;
    font-size: 18px;
}

ol.ol-style-1.fs-16 li {
    font-size: 16px;
}

ol.ol-style-1 li::before {
    background: rgba(var(--primary-color-rgb),1);
    border-radius: 50%;
    color: #ffffff;
    content: counter(ordered);
    counter-increment: ordered;
    display: inline-block;
    font-weight: 400;
    margin-left: -50px;
    margin-top: -5px;
    padding: 5px 5px;
    position: absolute;
    top: 10px;
    width: 40px;
    height: 40px;
    text-align: center;
}

ol.ol-style-1.c2 li::before {
    background: var(--bg-dark-2);
}

ol.ol-style-1 h4 {
    font-size: 18px;
    margin-bottom: 10px;
}

.text-light ol.ol-style-1 li::before {
    color: #ffffff;
}

.ol-style-1 {
    font-size: 16px;
    font-weight: bold;
}

.ol-style-1 h4 {
    font-size: 16px;
}

.ol-style-1 p {
    font-weight: normal;
}

.ol-style-1 {
    list-style-type: none;
    counter-reset: item;
    margin: 0;
    padding: 0;
}

.ol-style-1 li {
    display: table;
    counter-increment: item;
    margin-bottom: 0.6em;
}

.ol-style-1 li:before {
    content: counters(item,".") ". ";
    display: table-cell;
    padding-right: 0.6em;
}

.ol-style-1 li li {
    margin: 0;
}

.ol-style-1 li li:before {
    content: counters(item,".") " ";
}

@-webkit-keyframes sk-bouncedelay {
    0%,80%,100% {
        -webkit-transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1.0);
    }
}

@keyframes sk-bouncedelay {
    0%,80%,100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}

#de-loader {
    position: fixed;
    z-index: 20000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dark-scheme #de-loader {
    background: var(--bg-dark-1);
}

@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }

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

#topbar .social-icons i {
    font-size: 16px;
    background: none;
    margin-bottom: 0;
    margin-right: 1px;
    padding: 15px 5px;
    height: 30px;
    width: 30px;
    margin-top: 5px;
    color: #ffffff;
}

.accordion-section-title {
    color: #35404e;
    width: 100%;
    padding: 15px 0;
    cursor: poInter;
    font-family: var(--body-font);
    display: inline-block;
    font-size: 17px;
    transition: all linear 0.5s;
    text-decoration: none;
    font-weight: 600;
    overflow: none;
    border-bottom: solid 1px #dddddd;
}

.text-light .accordion-section-title {
    color: #ffffff;
    border-bottom: solid 1px rgba(255,255,255,.4) !important;
}

.accordion-section-title:before {
    font-family: "FontAwesome";
    content: "";
    float: right;
    color: var(--bg-dark-1);
    text-align: center;
    padding: 0 8px 0 8px;
    font-size: 15px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    width: 30px;
}

.text-light .accordion-section-title:before {
    color: #ffffff;
}

.accordion-section-title.active:before {
    content: "";
}

.accordion-section-title.active {
    margin-bottom: 0px;
    text-decoration: none;
}

.accordion-section-title:hover {
    text-decoration: none;
}

.accordion-section-content {
    padding-top: 15px;
    padding-bottom: 5px;
    display: none;
    margin-bottom: 10px;
}

.accordion-item h2 {
    line-height: 24px;
    display: block;
}

.de_tab .de_nav {
    overflow: hidden;
    padding-left: 0;
    margin: 0;
    padding: 0;
    font-weight: bold;
}

.de_tab .de_nav li {
    float: left;
    list-style: none;
    margin-right: 10px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}

.de_tab .de_nav li span {
    border: solid 1px rgba(0,0,0,.2);
    display: block;
    text-decoration: none;
    color: #646464;
    font-size: 15px;
    cursor: poInter;
}

.de_tab .de_nav li span {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.de_tab .de_tab_content {
    padding-top: 30px;
}

.de_tab .de_nav li.active span {
    background: #FFF;
    color: #222;
}

.de_tab .de_nav li.active span {
    background: #27282b;
}

.de_tab h3 {
    font-size: 18px;
    margin-bottom: 10px;
}

.de_tab h3 span {
    font-size: 40px;
}

.de_tab p {
    margin-bottom: 0;
}

.de_nav h3 {
    text-transform: uppercase;
    font-size: 24px;
    line-height: 1em;
    margin-bottom: 0;
}

.de_testi {
    display: block;
    margin-bottom: 10px;
}

.de_testi blockquote p {
    margin-top: 10px;
}

.de_testi blockquote p {
    text-align: center;
    font-size: 16px;
    line-height: 1.7em;
    font-weight: 400;
    margin-bottom: 10px;
}

.de_testi_by div {
    color: var(--heading-font-color);
    font-weight: bold;
    margin-top: 20px;
    display: block;
    text-align: center;
    font-style: normal;
    font-size: 15px;
    line-height: 1.5em;
}

.de_testi_by div span {
    display: block;
    font-weight: 400;
    font-size: 15px;
    opacity: .5;
}

.de_testi_by img {
    width: 80px !important;
    height: 80px !important;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
}

.de_testi_pic {
    float: left;
    padding-right: 15px;
}

.de_testi_company {
    padding-top: 20px;
}

.de_testi blockquote {
    position: relative;
    display: block;
    font-family: var(--body-font);
    border: none;
    font-weight: 300;
    padding: 10px;
}

.de_testi blockquote:before {
    position: absolute;
    font-family: "FontAwesome";
    content: "";
    color: rgba(255,255,255,.05);
    z-index: 100;
    font-size: 84px;
    background: none;
    top: 20px;
    right: 0;
    padding: 20px;
    z-index: -1;
}

.overflow-hidden {
    overflow: hidden;
}

header,
.hover,
.hover *,
.de_tab .de_nav li span,
a.btn-line:after,
.de_count,
.mfp-close,
.mfp-close:hover,
.de_tab .de_nav li span,
.btn-main,
#mainmenu *,
#mainmenu a span,
#mainmenu a.active span,
.error_input,
#contact_form input,
.dropdown *,
.carousel-control-next-icon,
.carousel-control-prev-icon,
.show-on-scroll,
#mainmenu>li::before,
#topbar,
.crumb *,
.de__pcard *,
#de_notif {
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    outline: none;
}

#mainmenu li,
#mainmenu li ul,
.owl-prev,
.owl-next {
    -o-transition: .2s ease;
    -ms-transition: .2s ease;
    -moz-transition: .2s ease;
    -webkit-transition: .2s ease;
    transition: .2s ease;
    outline: none;
}

header.header-mobile #mainmenu>li>span {
    -o-transition: none;
    -ms-transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    transition: none;
    outline: none;
}

@-webkit-keyframes scaleIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(1.5,1.5,1.5);
        transform: scale3d(1.5,1.5,1.5);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1);
    }
}

@keyframes scaleIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(1.5,1.5,1.5);
        transform: scale3d(1.5,1.5,1.5);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1);
    }
}

.scaleIn {
    -webkit-animation-name: scaleIn;
    animation-name: scaleIn;
}

@-webkit-keyframes scaleInFade {
    from {
        opacity: 0;
        -webkit-transform: scale3d(1.5,1.5,1.5);
        transform: scale3d(1.5,1.5,1.5);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1);
    }
}

@keyframes scaleInFade {
    from {
        opacity: 0;
        -webkit-transform: scale3d(1.5,1.5,1.5);
        transform: scale3d(1.5,1.5,1.5);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1);
    }
}

@-webkit-keyframes scaleOutFade {
    from {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1,1,1);
        transform: scale(1,1,1);
    }
}

@keyframes scaleOutFade {
    from {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1,1,1);
        transform: scale(1,1,1);
    }
}

.scaleOut {
    -webkit-animation-name: scaleOutFade;
    animation-name: scaleOutFade;
}

@-webkit-keyframes widthInFade {
    from {
        opacity: 0;
        width: 1px;
    }

    100% {
        opacity: 1;
        width: 100px;
    }
}

@keyframes widthInFade {
    from {
        opacity: 0;
        width: 1px;
    }

    100% {
        opacity: 1;
        width: 100px;
    }
}

video,
object {
    display: inline-block;
    vertical-align: baseline;
    min-width: 100%;
    min-height: 100%;
}

@-webkit-keyframes pulsate {
    0% {
        -webkit-transform: scale(0.1,0.1);
        opacity: 0.0;
    }

    50% {
        opacity: 1.0;
    }

    100% {
        -webkit-transform: scale(1.2,1.2);
        opacity: 0.0;
    }
}

.dark-scheme .modal-header,
.nav-tabs {
    border-bottom-color: rgba(255,255,255,.2);
}

.nav-tabs .nav-link {
    font-weight: 600;
}

.container-fluid {
    padding: 0px;
    margin: 0px;
}

p {
    margin-top: 0;
}

p.lead {
    font-size: 19px;
    line-height: 32px;
    margin-top: 0;
    font-weight: 400;
    letter-spacing: -0.2px;
}

blockquote {
    font-family: var(--body-font);
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.4em;
    border: none;
    border-left: solid 3px #333333;
    padding-left: 30px;
}

.accordion-style-1 {
    overflow: visible;
}

.widget {
    margin-bottom: 30px;
    padding-bottom: 30px;
}

footer .widget {
    margin-bottom: 0;
}

.widget ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.widget ul li {
    margin: 3px 0;
}

footer .widget h5 {
    font-size: 18px;
    margin-bottom: 20px;
}

.d-flex {
    display: flex;
    white-space: nowrap;
}

.gradient-edge-top {
    z-index: 1;
    position: absolute;
    top: 0;
    width: 100%;
    height: 30%;
    background: linear-gradient(180deg,rgba(var(--bg-dark-1-rgb),1) 0%,rgba(var(--bg-dark-1-rgb),0) 100%);
}

.gradient-edge-bottom {
    z-index: 1;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 30%;
    background: linear-gradient(0deg,rgba(var(--bg-dark-1-rgb),1) 0%,rgba(var(--bg-dark-1-rgb),0) 100%);
}

.show-on-scroll {
    opacity: 0;
}

.show-on-scroll.show {
    opacity: 1;
}

.show-on-scroll.hide {
    opacity: 0;
}

.w-80 {
    width: 80%;
}

.w-100 {
    width: 100%;
}

.w-90px {
    width: 90px;
}

.h-60 {
    height: 60%;
}

.h-100 {
    height: 100%;
}

.start-60 {
    left: 60%;
}

.mt-min-70 {
    margin-top: -70px;
}

.fs-16 {
    font-size: 16px;
}

.fs-20 {
    font-size: 20px;
}

.fs-72 {
    font-size: 72px;
}

.fw-600 {
    font-weight: 600;
}

.fw-bold {
    font-weight: bold;
}

.p-40 {
    padding: 40px;
}

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

.hover-op-0 {
    opacity: 1;
}

.hover:hover .hover-op-0 {
    opacity: 0;
}

.hover-op-1 {
    opacity: 0;
}

.hover:hover .hover-op-1 {
    opacity: 1;
}

.hover:hover .hover-scale-1-1 {
    transform: scale(1.1);
}

.hover-mt-40 {
    margin-top: 40px;
}

.hover:hover .hover-mt-40 {
    margin-top: 0px;
}

.op-1 {
    opacity: .1;
}

.op-8 {
    opacity: .8;
}

.lh-1-5 {
    line-height: 1.5em;
}

.absolute,
.abs {
    position: absolute;
}

.abs-middle {
    top: 50%;
    transform: translateY(-50%);
}

.abs-centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.relative,
.position-relative {
    position: relative;
}

.z-2 {
    z-index: 2;
}

.z-4 {
    z-index: 4;
}

.auto-height {
    height: 100%;
    padding-top: 100%;
}

.de__pcard h3 {
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 0px;
    font-size: 17px;
}

#de_notif {
    opacity: 0;
    font-weight: bold;
    background: #ffffff;
    color: #000000;
    padding: 5px 10px;
    position: fixed;
    left: 50%;
    bottom: -50px;
    transform: translate(-50%,0);
    z-index: 100;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

#de_notif.active {
    opacity: 1;
    bottom: 40px;
}

.de__cart-item {
    display: flex;
    margin-bottom: 30px;
}

.de__cart-item img {
    position: absolute;
    width: 64px;
    margin: 0 15px;
    background: var(--bg-light);
    padding: 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.de__cart-item h4 {
    margin-bottom: 0;
    font-size: 18px;
}

.owl-theme .owl-nav [class*=owl-] {
    transition: all 0.3s ease;
}

.owl-theme .owl-nav [class*=owl-].disabled:hover {
    background-color: #D6D6D6;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type="range"]::-webkit-slider-thumb {
    height: 17px;
    width: 17px;
    border-radius: 50%;
    background: var(--primary-color);
    pointer-events: auto;
    -webkit-appearance: none;
    box-shadow: 0 0 6px rgba(0,0,0,0.05);
}

input[type="range"]::-moz-range-thumb {
    height: 17px;
    width: 17px;
    border: none;
    border-radius: 50%;
    background: var(--primary-color);
    pointer-events: auto;
    -moz-appearance: none;
    box-shadow: 0 0 6px rgba(0,0,0,0.05);
}

@keyframes dot-pulse {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2.2);
        opacity: 0;
    }
}

.menu-simple {
    display: inline;
    list-style: none;
    margin: 0;
    padding: 0;
    font-weight: 500;
}

.menu-simple li {
    display: inline;
    margin: 0 15px;
}

@keyframes pulsing {
    from {
        box-shadow: 0 0 0 0 rgba(var(--primary-color-rgb),1);
    }

    70% {
        box-shadow: 0 0 0 15px rgba(var(--primary-color-rgb),0);
    }

    to {
        box-shadow: 0 0 0 0 rgba(var(--primary-color-rgb),0);
    }
}

.sw-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.swiper-slide {
    position: relative;
    background: var(--bg-dark-1);
}

.sw-overlay {
    background: -webkit-linear-gradient(0deg,rgba(var(--bg-dark-1-rgb),.75) 0%,rgba(var(--bg-dark-1-rgb),.75) 50%);
    background: -moz-linear-gradient(0deg,rgba(var(--bg-dark-1-rgb),.75) 0%,rgba(var(--bg-dark-1-rgb),.75) 50%);
    background: linear-gradient(0deg,rgba(var(--bg-dark-1-rgb),.75) 0%,rgba(var(--bg-dark-1-rgb),.75) 50%);
}

.swiper-inner {
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.swiper-pagination {
    width: 100px;
    font-size: 20px;
    text-align: right;
    position: absolute;
    left: auto;
    right: 40px;
    bottom: 40px;
    font-weight: 400;
}

.swiper-pagination-total {
    font-size: 20px;
    opacity: .5;
}

.swiper-pagination-current {
    color: #ffffff;
    font-size: 20px;
}

.swiper-button-next,
.swiper-button-prev {
    color: #ffffff;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 24px;
}

.swiper-button-next {
    right: 20px;
}

.swiper-button-prev {
    left: 20px;
}

.swiper-container {
    overflow: hidden;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width:480px) {
    .swiper-container {
        min-height: 320px;
    }
}

.swiper-container-wrapper {
    display: flex;
    flex-flow: column nowrap;
    height: 100vh;
    width: 100vw;
}

@media (min-width:480px) {
    .swiper-container-wrapper {
        flex-flow: row nowrap;
    }
}

#swiper-s2 .swiper-slide {
    text-align: center;
    background-size: cover;
    background-position: center;
    background-color: var(--bg-dark-1);
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
}

.de-flex #mainmenu {
    margin: 0;
}

.subtitle {
    color: var(--primary-color);
    position: relative;
    font-weight: bold;
    display: inline-block;
    font-size: 14px;
    font-family: var(--heading-font);
    text-transform: none;
    letter-spacing: 0;
    line-height: 1.5em;
    margin-bottom: 20px;
    padding: 6px 0 3px 0;
    letter-spacing: 5px;
    text-transform: uppercase;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.subtitle:after {
    bottom: auto;
    left: auto;
    top: 0;
    right: 0;
}

.text-light .subtitle {
    border-color: rgba(255,255,255,.5);
}

@keyframes blinkingText {
    0% {
        background: var(--primary-color);
    }

    50% {
        background: rgba(var(--primary-color-rgb),0);
    }

    100% {
        background: var(--primary-color);
    }
}

.scrollbar-v {
    background: var(--primary-color);
    position: fixed;
    top: calc(50% + 60px);
    left: 45px;
    width: 2px;
    transition: all linear 0.1s;
    min-height: 0;
    z-index: 1000;
}

.scrollbar-v:before {
    content: "";
    position: absolute;
    left: 0;
    width: 2px;
    min-height: 100px;
    background: rgba(0,0,0,.15);
}

.scrollbar-v.dark:before {
    background: rgba(255,255,255,.2);
}

.float-text {
    width: 20px;
    position: fixed;
    z-index: 1002;
    margin-left: 30px;
    text-align: center;
    font-size: 12px;
    top: 50%;
    left: 16px;
    transform: translate(-50%,-50%);
    font-weight: 500;
}

.float-text a {
    color: #000000;
}

.float-text.dark a {
    color: #ffffff;
}

.float-text span {
    margin-left: -5px;
    margin-top: 20px;
    writing-mode: vertical-rl;
    letter-spacing: .75px;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    color: #222;
}

.float-text-right {
    width: 20px;
    position: fixed;
    z-index: 1000;
    margin-left: 30px;
    text-align: center;
    letter-spacing: 2px;
    font-size: 12px;
    top: 50%;
    right: 15px;
}

.de_social-icons a {
    color: #ffffff;
    margin: 10px 0;
}

.dark-scheme .float-text span {
    color: #ffffff;
}

.triangle-bottomright-dark {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-bottom: 60px solid var(--bg-dark-1);
    border-left: 60px solid transparent;
}

.carousel-indicators [data-mdb-target] {
    background: none !important;
    margin: 0 10px;
}

.carousel-indicators [data-mdb-target] img {
    margin-top: 20px;
}

.de-flex {
    display: flex;
    justify-content: space-between;
}

.de-flex>.de-flex-col {
    display: flex;
    justify-content: center;
    align-items: center;
}

.filter__l,
.filter__r {
    font-family: var(--heading-font);
}

.filter__l {
    font-weight: bold;
}

.filter__r {
    float: right;
    cursor: pointer;
}

@keyframes shadow-pulse {
    0% {
        box-shadow: 0 0 0 0px rgba(120,169,56,0.2);
    }

    100% {
        box-shadow: 0 0 0 20px rgba(120,169,56,0);
    }
}

.owl-thumbs img {
    padding: 3px;
}

strong {
    font-weight: bold;
}

.text-light strong {
    color: #fff;
}

.nav-prev:before,
.nav-next:before,
.nav-exit:before {
    font-family: "FontAwesome";
    content: "";
    color: #fff;
    padding: 20px;
    font-size: 24px;
    cursor: poInter;
}

.nav-exit:before {
    width: 100%;
    display: block;
}

.nav-next:before {
    content: "";
    width: 100%;
    background: #555;
}

.nav-exit:before {
    content: "";
}

.de_light .nav-exit:before {
    color: #222;
}

.no-bottom {
    margin-bottom: 0;
    padding-bottom: 0;
}

p {
    margin-bottom: 20px;
}

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

.no-top {
    padding-top: 0 !important;
}

#filters i {
    margin-right: 10px;
}

.form-control:focus {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.owl-nav {
    display: flex;
}

.owl-prev,
.owl-next {
    cursor: pointer;
    position: absolute;
    top: 27.5%;
    z-index: 100;
    width: 40px;
    height: 40px;
    background-color: rgba(255,255,255,1.0);
    border: solid 1px #ccc;
}

.owl-prev:hover,
.owl-next:hover {
    transform: scale(1.1);
    -webkit-box-shadow: 5px 5px 30px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 5px 5px 30px 0px rgba(0,0,0,0.2);
    box-shadow: 5px 5px 30px 0px rgba(0,0,0,0.2);
}

.owl-prev {
    left: -12px;
    border-radius: 60px;
    padding-left: 4px;
}

.owl-next {
    right: -12px;
    border-radius: 60px;
    padding-right: 4px;
}

.owl-next i {
    top: 12px;
    left: 16px;
}

.owl-arrow {
    z-index: 100;
    background: #fff;
    margin-top: 48%;
    display: none;
    cursor: poInter;
}

.owl-arrow span {
    display: block;
    background: #555;
    position: absolute;
}

.owl-pagination {
    margin-top: 0px;
    height: 40px;
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    margin-top: 20px;
    margin-left: 10px;
    margin-right: 10px;
    width: 6px;
    height: 6px;
    background-color: #555;
    opacity: 1;
}

.owl-theme .owl-controls .owl-page.active span {
    background: none;
}

.owl-theme .owl-controls .owl-page.active span:before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    position: relative;
    border: solid 2px #555;
    top: -2px;
    left: -2px;
}

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

.owl-dots button {
    border: none;
    outline: none;
    padding: 0;
    width: 8px;
    height: 8px;
    margin: 0 5px;
    border-radius: 30px;
    background: rgba(0,0,0,.15);
}

.owl-theme .owl-dots .owl-dot span {
    display: none;
}

.text-light .owl-theme .owl-controls .owl-page span {
    background-color: #fff;
}

.text-light .owl-theme .owl-controls .owl-page.active span {
    background: none;
}

.text-light .owl-theme .owl-controls .owl-page.active span:before {
    border: solid 2px #fff;
}

.wow {
    visibility: hidden;
}

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

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

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

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

@-webkit-keyframes finger {
    0% {
        opacity: 1;
    }

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

@keyframes finger {
    0% {
        opacity: 1;
    }

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

@-webkit-keyframes bounce {
    0%,20%,50%,80%,100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@keyframes bounce {
    0%,20%,50%,80%,100% {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -moz-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    60% {
        -moz-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

.owl-custom-nav a {
    text-decoration: none;
}

.owl-prev,
.owl-next {
    display: none;
}

.owl-slider-nav {
    position: absolute;
    width: 100%;
}

.owl-slider-nav,
.owl-slider-nav div {
    position: absolute;
    z-index: 10;
    cursor: poInter;
}

.owl-dots {
    text-align: center;
}

.owl-dot {
    background: #ccc;
    border: none;
    margin: 5px;
    width: 6px;
    height: 6px;
    padding: 0;
    border-radius: 60px;
    -moz-border-radius: 60px;
    -webkit-border-radius: 60px;
}

.text-light .owl-dot {
    background: rgba(255,255,255,.2);
}

.owl-item.active div blockquote {
    position: relative;
    overflow: hidden;
}

.owl-item.active div blockquote,
.owl-item.active div blockquote .de_testi_by {
    opacity: 1;
}

.owl-stage {
    overflow: none;
}

@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

#owl-logo img:hover {
    opacity: 1;
}

.menu_side_area {
    margin-left: 20px;
    display: flex;
    align-items: center;
}

.de_countdown {
    text-align: right;
    z-index: 100;
    padding: 0 0 10px 0;
}

.ul-check li {
    position: relative;
    display: block;
    margin-top: 0;
    padding: 0px;
    padding-left: 30px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    line-height: 1.6em;
}

.ul-check li h4 {
    font-size: 18px;
    font-weight: 500;
}

.ul-check li:before {
    position: absolute;
    left: 0;
    font-family: "FontAwesome";
    content: "";
    margin-right: 12px;
    width: 20px;
    line-height: 1;
    padding: 4px 0;
    font-size: 15px;
    display: inline-block;
    text-align: center;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    opacity: 1;
    width: 48px;
    height: 48px;
    padding-top: 10px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.carousel-control-next-icon:after,
.carousel-control-prev-icon:after {
    font-family: FontAwesome;
    content: "";
    font-size: 32px;
    color: var(--primary-color);
}

.carousel-control-next-icon:after {
    content: "";
}

.carousel-control-next-icon:hover,
.carousel-control-prev-icon:hover {
    background: #ffffff;
}

.carousel-indicators [data-mdb-target] {
    background-color: var(--primary-color);
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
}

@-webkit-keyframes move-up-down {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

@keyframes move-up-down {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

.dropdown {
    position: relative;
    z-index: 500;
    font-weight: 600;
    display: inline-block;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    text-align: left;
}

.dropdown a,
.dropdown a:hover {
    text-decoration: none;
    outline: none;
    display: inline-block;
}

.dropdown a,
.header-light .dropdown a:hover {
    color: #333;
}

.dark-scheme .header-light .dropdown a:hover {
    color: #ffffff;
}

.dropdown>a {
    display: inline-block;
    padding: 7px 12px 7px 12px;
    min-width: 140px;
    border: solid 1px rgba(0,0,0,.2);
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    font-weight: bold;
}

.dropdown>a:after {
    font-family: "FontAwesome";
    font-size: 16px;
    content: "";
    position: relative;
    float: right;
    margin-left: 10px;
}

.dropdown ul,
.dropdown li {
    list-style: none;
    display: block;
    padding: 0;
    margin: 0;
}

.dropdown ul {
    background: #ffffff;
    padding: 10px;
    position: absolute;
    min-width: 140px;
    display: none;
    cursor: pointer;
    border: solid 1px rgba(0,0,0,.1);
}

.dropdown li span {
    background: #ffffff;
    display: block;
    padding: 5px 10px 5px 10px;
    border-top: none;
    width: 100%;
    font-weight: 400;
    font-size: 14px;
}

.dropdown li span:hover {
    color: #ffffff;
    background: #eeeeee;
}

.dropdown li.active {
    display: none;
}

.text-light .dropdown {
    background: none;
    border: solid 1px rgba(255,255,255,.1);
}

.text-light .dropdown a {
    color: #ffffff;
}

.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -ms-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
}

.isotope {
    -webkit-transition-property: height,width;
    -moz-transition-property: height,width;
    -ms-transition-property: height,width;
    -o-transition-property: height,width;
    transition-property: height,width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform,opacity;
    -moz-transition-property: -moz-transform,opacity;
    -ms-transition-property: -ms-transform,opacity;
    -o-transition-property: -o-transform,opacity;
    transition-property: transform,opacity;
}

#filters {
    font-family: var(--body-font);
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
    font-weight: 400;
}

#filters li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 25px;
}

#filters a {
    outline: none;
    text-decoration: none;
    padding: 8px 20px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    font-weight: bold;
}

.text-light #filters a {
    color: rgba(255,255,255,.5);
}

#filters a:hover {
    background: rgba(255,255,255,.2);
}

#filters a.selected {
    color: #fff;
}

.text-light #filters a:hover {
    color: #fff;
}

#filters a.selected {
    color: #ffffff;
    background: var(--primary-color);
}

.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    poInter-events: none;
    z-index: 1;
}

.owl-theme .owl-dots .owl-dot.active {
    background: var(--primary-color);
}

a,
img {
    outline: 0;
}

.nav-pills .nav-link {
    font-weight: 500;
}

@-webkit-keyframes grow {
    to {
        transform: translateX(-50%) scale(0);
    }
}

@keyframes grow {
    to {
        transform: translateX(-50%) scale(0);
    }
}

@keyframes anim4 {
    to {
        transform: rotate(360deg);
    }
}

@media (min-width:1000px) {
    .container {
        max-width: var(--container-max-width);
    }
}

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

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

@media (min-width:980px) and (max-width:1199px) {
    #mainmenu li a:after {
        margin-left: 15px;
    }

    .container {
        min-width: 95%;
    }
}

@media only screen and (max-width:992px) {
    .container {
        max-width: 100%;
    }

    #topbar {
        display: none;
    }

    header .header-col {
        position: absolute;
        top: 0;
    }

    header .header-col.mid {
        position: absolute;
        top: 70px;
        width: 100%;
        padding: 0 0 0 0;
    }

    .sm-pt10 {
        padding-top: 10px;
    }

    #menu-btn {
        display: block;
        float: right;
        z-index: 1000;
        top: 0;
        right: 0;
    }

    .header-col-left,
    .header-col-right {
        padding-top: 16px;
    }

    .header-col-mid #mainmenu {
        position: absolute;
        top: 90px;
        width: 100%;
        padding: 0 0 0 0;
        left: 20px;
    }

    #mainmenu>li::before {
        display: none;
    }

    header {
        display: none;
    }

    header.header-bg {
        background: rgba(0,0,0,1);
    }

    header,
    header.fixed {
        display: block;
        position: inherit;
        margin: 0;
        padding: 0;
        margin-top: 0;
        height: auto;
        background: var(--bg-dark-1);
    }

    header.autoshow {
        height: auto;
        top: 0;
    }

    header.autoshow #mainmenu li a {
        background: none;
    }

    header.header-mobile-sticky {
        position: fixed;
    }

    #subheader.s2 {
        padding: 40px 0 30px 0;
    }

    #subheader .crumb {
        margin-top: -5px;
        margin-bottom: 0;
    }

    #logo,
    #logo .inner {
        vertical-align: middle;
        height: auto;
    }

    nav {
        height: 0;
    }

    #mainmenu {
        position: fixed;
        height: 100%;
        z-index: 200;
        width: 200px;
        margin: 0;
        margin-top: 10px;
        padding: 0;
        padding-top: 20px;
        padding-bottom: 100px !important;
        overflow-y: auto;
        top: 100px;
    }

    #mainmenu ul {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    #mainmenu a.menu-item {
        text-align: left;
        padding-left: 0;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    #mainmenu li.has-child:after {
        display: none;
    }

    #mainmenu li li a.menu-item,
    #mainmenu li li li a.menu-item {
        padding-left: 0;
    }

    #mainmenu a.menu-item:hover {
        background: #111;
    }

    #mainmenu li ul {
        display: block;
        position: inherit;
        margin: 0;
        width: 100%;
    }

    #mainmenu li {
        border-bottom: solid 1px var(--bg-dark-3);
        margin: 0;
        width: 100%;
        display: block;
    }

    #mainmenu li a.menu-item:after {
        display: none;
    }

    #mainmenu li:last-child {
        margin-bottom: 30px;
    }

    #mainmenu li ul {
        border-top: solid 1px #eee;
        top: auto;
        width: auto;
        height: auto;
        position: inherit;
        visibility: visible;
        opacity: 1;
    }

    #mainmenu>li.menu-item-has-children>a.menu-item {
        position: relative;
        padding-right: 15px;
    }

    #mainmenu>li.menu-item-has-children>a.menu-item:after {
        content: "";
        font-family: "FontAwesome";
        display: inline-block;
        position: absolute;
        top: 0;
        right: 0;
    }

    #mainmenu li ul a.menu-item {
        width: 100%;
        background: none;
        border: none;
    }

    #mainmenu li ul li {
        border: none;
        padding-left: 40px;
    }

    #mainmenu li ul li a.menu-item {
        display: block;
    }

    #mainmenu li ul li:last-child {
        border-bottom: none;
        margin: 0;
    }

    #mainmenu li ul li:last-child a.menu-item {
        border-bottom: none;
    }

    #mainmenu li a {
        color: #eceff3;
    }

    #mainmenu li li a.menu-item:hover {
        color: #fff;
    }

    #mainmenu ul:not(.mega) {
        border: none;
    }

    #mainmenu>li ul.mega .sb-menu {
        border: none;
    }

    header.header-mobile {
        overflow: hidden;
        position: relative;
    }

    header.header-mobile #mainmenu {
        width: 100%;
        padding-right: 30px;
        position: absolute;
    }

    header.header-mobile #mainmenu ul {
        background: none;
    }

    header.header-mobile #mainmenu a.menu-item {
        text-align: left;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    header.header-light.header-mobile #mainmenu a.menu-item {
        color: var(--heading-font-color);
    }

    header.header-mobile #mainmenu a.menu-item:hover {
        background: none;
    }

    header.header-mobile #mainmenu li ul {
        display: block;
        position: inherit;
        margin: 0;
        width: 100%;
    }

    header.header-mobile #mainmenu li {
        border-bottom: solid 1px rgba(255,255,255,.2);
        margin: 0;
        width: 100%;
        display: block;
    }

    .dark-scheme header.header-mobile #mainmenu li {
        border-bottom-color: rgba(255,255,255,.1);
    }

    header.header-mobile #mainmenu li ul.mega ul {
        height: auto;
    }

    header.header-mobile #mainmenu li ul.mega .menu-content {
        background: #fff;
    }

    header.header-light.header-mobile #mainmenu li,
    header.header-light.header-mobile #mainmenu li ul li a.menu-item {
        border-color: #eee;
    }

    header.header-dark.header-mobile {
        background: #222;
    }

    header.header-dark.header-mobile #mainmenu li {
        border-color: #333;
    }

    header.header-dark.header-mobile #mainmenu li a.menu-item {
        color: #fff;
    }

    header.header-mobile #mainmenu li a.menu-item:after {
        display: none;
    }

    header.header-mobile #mainmenu li:last-child {
        margin-bottom: 30px;
    }

    header.header-mobile #mainmenu li ul {
        border-top: none;
        top: auto;
    }

    header.header-mobile #mainmenu li ul a.menu-item {
        width: 100%;
        background: none;
        border: none;
    }

    header.header-mobile #mainmenu li ul li {
        border: none;
        padding-left: 40px;
    }

    header #mainmenu li ul li:first-child {
        border-top: solid 1px var(--bg-dark-3);
    }

    .dark-scheme header #mainmenu li ul li:first-child {
        border-top-color: rgba(255,255,255,.1);
    }

    header.header-mobile #mainmenu li ul li a.menu-item {
        display: block;
        border-bottom: solid 1px var(--bg-dark-3);
    }

    header.header-mobile #mainmenu li ul li:last-child {
        border-bottom: none;
        margin: 0;
    }

    header.header-mobile #mainmenu li ul li:last-child a.menu-item {
        border-bottom: none;
    }

    header.header-mobile #mainmenu li a {
        color: #ffffff;
    }

    .dark-scheme header.header-mobile #mainmenu li a.menu-item {
        color: #ffffff;
    }

    header.header-mobile #mainmenu li a.menu-item:hover {
        color: var(--primary-color);
    }

    .dark-scheme header.header-mobile #mainmenu li a.menu-item:hover {
        color: #fff;
    }

    header.header-mobile #mainmenu li ul {
        height: 0;
        overflow: hidden;
        position: relative;
        left: 0;
    }

    header.header-mobile #mainmenu li ul li ul {
        margin-bottom: 10px;
    }

    header.header-mobile #mainmenu>li>span {
        width: 36px;
        height: 36px;
        background: url(../images/ui/arrow-down-light.png) center no-repeat;
        position: absolute;
        right: 0;
        margin-top: 10px;
        z-index: 1000;
        cursor: poInter;
    }

    .dark-scheme header.header-mobile #mainmenu>li>span {
        background: url(../images/ui/arrow-down-light.png) center no-repeat;
    }

    header.header-mobile #mainmenu li span.active {
        background: url(../images/ui/arrow-up-light.png) center no-repeat;
    }

    .dark-scheme header.header-mobile #mainmenu li span.active {
        background: url(../images/ui/arrow-up-light.png) center no-repeat;
    }

    header.header-mobile #mainmenu li>ul>li>span {
        width: 36px;
        height: 36px;
        background: url(../images/ui/arrow-down.png) center no-repeat;
        position: absolute;
        right: 0;
        margin-top: -45px;
        z-index: 1000;
        cursor: poInter;
    }

    header.header-mobile #mainmenu>li>ul>li>span.active {
        background: url(../images/ui/arrow-up.png) center no-repeat;
    }

    header.header-mobile #mainmenu li ul li a.menu-item {
        border-bottom: solid 1px rgba(255,255,255,.2);
    }

    .dark-scheme header.header-mobile #mainmenu li ul li a.menu-item {
        border-bottom-color: rgba(255,255,255,.1);
    }

    header.header-mobile #mainmenu li ul li:last-child>a.menu-item {
        border-bottom: none;
    }

    header.header-light.header-mobile #mainmenu>li>span,
    header.header-light.header-mobile #mainmenu li>ul>li>span {
        background: url(../images/ui/arrow-down.png) center no-repeat;
    }

    header.header-light.header-mobile #mainmenu>li>span.active,
    header.header-light.header-mobile #mainmenu li>ul>li>span.active {
        background: url(../images/ui/arrow-up.png) center no-repeat;
    }

    #mainmenu li ul.mega {
        position: fixed;
        left: 0;
        width: 100%;
        margin-top: 30px;
        display: block;
    }

    #mainmenu li ul.mega>li {
        width: 100%;
    }

    #mainmenu li ul.mega>li ul {
        position: static;
        visibility: visible;
        opacity: 1;
        left: 0;
        float: none;
        width: 100%;
    }

    #mainmenu ul.mega>li ul li {
        margin: 0;
        padding: 0;
    }

    #mainmenu li ul.mega .menu-content {
        background: #202020;
        padding: 30px;
    }

    .header-light #mainmenu ul li a.menu-item,
    .header-light #mainmenu ul li a.menu-item:hover {
        color: #333;
    }

    .sm-hide {
        display: none;
    }

    #mainmenu a.menu-item span {
        display: none;
    }

    .subfooter .de-flex,
    .subfooter .de-flex-col {
        display: block;
    }

    .dropdown {
        display: inline-block;
        margin-bottom: 10px;
    }

    section {
        padding: 60px 0;
    }

    #subheader h1:not(.cam-style) {
        margin: 0;
        padding: 0;
    }

    #subheader {
        padding: 40px 0 80px 0 !important;
    }

    .crumb {
        margin-bottom: 0;
    }

    h1 {
        font-size: 60px;
    }

    h2 {
        font-size: 40px;
    }

    #content {
        margin-top: 50px;
    }
}

@media only screen and (max-width:767px) {
    header .logo-init {
        display: none;
    }

    header .btn-main {
        display: none;
    }

    #topbar {
        display: none;
    }

    .menu_side_area {
        margin-left: 20px;
        width: 100%;
        position: relative;
        right: 0;
        text-align: right;
        z-index: 0;
        display: flex;
    }

    header .container {
        min-width: 100%;
    }

    .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .xs-hide {
        display: none;
    }

    header a.btn-main {
        display: none !important;
    }

    .scrollbar-v,
    .float-text {
        display: none;
    }

    section {
        padding: 40px 0;
    }

    #subheader {
        padding-top: 100px;
    }

    h1 {
        font-size: 48px;
    }

    h2 {
        font-size: 36px;
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .container {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media only screen and (max-width:480px) {
    header a.btn-main i {
        display: inline-block;
    }

    .de__cart-item {
        display: block;
    }
}

@media only screen and (max-width:360px) {
    #topbar {
        display: none;
    }
}

@media only screen and (min-device-width:768) and (max-device-width:1024) and (orientation:portrait) {
    section {
        -webkit-background-size: auto 100%;
        -moz-background-size: auto 100%;
        -o-background-size: auto 100%;
        background-size: auto 100%;
        background-attachment: scroll;
    }
}

@media only screen and (max-width:992px) {
    #subheader {
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-attachment: scroll;
    }

    section {
        -webkit-background-size: auto 100%;
        -moz-background-size: auto 100%;
        -o-background-size: auto 100%;
        background-size: auto 100%;
        background-attachment: scroll;
    }
}

.half-fluid .right-half {
    left: 50%;
    margin-left: -50vw;
    max-width: 100vw;
    position: relative;
    right: 50%;
    width: 100vw;
    padding: 0px;
}

.half-fluid .image {
    background-size: cover;
    background-position: center;
    min-height: 400px;
    height: 100%;
}

@media (min-width:992px) {
    .half-fluid .right-half {
        padding-right: 0 !important;
        position: absolute;
        right: 0;
        left: 50%;
        margin-left: auto;
        width: auto;
    }
}

.hero-commerce {
    position: relative;
    overflow: hidden;
    padding: 40px 0 30px;
    background: radial-gradient(circle at 78% 22%,rgba(37,99,235,0.11),transparent 28%),radial-gradient(circle at 67% 82%,rgba(249,115,22,0.08),transparent 24%),#f8fafc;
}

.hero-commerce::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0.25;
    background-image: linear-gradient(rgba(31,41,55,0.05) 1px,transparent 1px),linear-gradient(90deg,rgba(31,41,55,0.05) 1px,transparent 1px);
    background-size: 42px 42px;
    mask-image: linear-gradient(to right,transparent,black 55%);
}

.hero-commerce__layout {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0,0.86fr) minmax(620px,1.14fr);
    align-items: center;
    gap: 54px;
}

.hero-commerce__content {
    max-width: 650px;
}

.hero-commerce__content h1 {
    margin: 0 0 24px;
    font-size: clamp(42px,5vw,68px);
    line-height: 1.04;
    letter-spacing: -0.045em;
}

.hero-commerce__content p {
    margin: 0;
    color: #64748b;
    font-size: 19px;
    line-height: 1.75;
}

.hero-commerce__scene {
    position: relative;
    min-height: 670px;
}

.hero-commerce__mockup {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    width: min(680px,86%);
    transform: translate(-50%,-50%);
    filter: drop-shadow(0 36px 56px rgba(15,23,42,0.2));
}

.hero-commerce__mockup img {
    display: block;
    width: 100%;
    height: auto;
}

.integration-card {
    position: absolute;
    z-index: 5;
    display: flex;
    min-width: 190px;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    border: 1px solid rgba(148,163,184,0.22);
    border-radius: 16px;
    background: rgba(255,255,255,0.92);
    box-shadow: 0 16px 38px rgba(15,23,42,0.1);
    backdrop-filter: blur(14px);
    animation: integrationFloat 6s ease-in-out infinite;
}

.integration-card strong,
.integration-card span {
    display: block;
}

.integration-card strong {
    color: #1f2937;
    font-size: 14px;
}

.integration-card div>span {
    margin-top: 2px;
    color: #64748b;
    font-size: 12px;
}

.integration-card__icon {
    display: grid !important;
    flex: 0 0 32px;
    width: 32px;
    height: 32px;
    place-items: center;
    border-radius: 12px;
    color: #2563eb;
    background: #eff6ff;
}

.integration-card__icon svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.integration-card--erp {
    top: 4%;
    left: 2%;
}

.integration-card--warehouse {
    top: 2%;
    right: 1%;
    animation-delay: -1.3s;
}

.integration-card--payments {
    top: 42%;
    left: -3%;
    animation-delay: -2.6s;
}

.integration-card--shipping {
    top: 42%;
    right: -2%;
    animation-delay: -1.9s;
}

.integration-card--analytics {
    bottom: 3%;
    left: 4%;
    animation-delay: -0.8s;
}

.integration-card--automation {
    right: 3%;
    bottom: 4%;
    animation-delay: -2.1s;
}

.hero-commerce__connections {
    position: absolute;
    inset: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    overflow: visible;
    pointer-events: none;
}

.hero-commerce__connections path {
    fill: none;
    stroke: rgba(37,99,235,0.24);
    stroke-width: 1.5;
    stroke-dasharray: 7 8;
    animation: connectionFlow 15s linear infinite;
}

@keyframes integrationFloat {
    0%,100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-8px);
    }
}

@keyframes connectionFlow {
    to {
        stroke-dashoffset: -160;
    }
}

@media (max-width:1199px) {
    .hero-commerce__layout {
        grid-template-columns: 1fr;
    }

    .hero-commerce__content {
        max-width: 820px;
    }

    .hero-commerce__scene {
        width: 100%;
        max-width: 880px;
        min-height: 630px;
        margin: 15px auto 0;
    }
}

@media (max-width:767px) {
    .hero-commerce {
        padding: 80px 0 55px;
    }

    .hero-commerce__content h1 {
        font-size: 42px;
    }

    .hero-commerce__content p {
        font-size: 17px;
    }

    .hero-commerce__scene {
        min-height: 500px;
        margin-top: 30px;
    }

    .hero-commerce__mockup {
        width: 94%;
    }

    .integration-card {
        min-width: auto;
        max-width: 145px;
        padding: 10px 12px;
    }

    .integration-card div>span {
        display: none;
    }

    .integration-card__icon {
        flex-basis: 34px;
        width: 34px;
        height: 34px;
    }

    .integration-card--warehouse,
    .integration-card--analytics {
        display: none;
    }

    .integration-card--erp {
        top: 1%;
        left: 0;
    }

    .integration-card--payments {
        top: 37%;
        left: 0;
    }

    .integration-card--shipping {
        top: 37%;
        right: 0;
    }

    .integration-card--automation {
        right: 1%;
        bottom: 4%;
    }

    .hero-commerce__connections {
        opacity: 0.5;
    }
}

@media (prefers-reduced-motion:reduce) {
    .integration-card,
    .hero-commerce__connections path {
        animation: none;
    }
}

header {
    background: #fff;
    border-bottom: 1px solid rgba(15,23,42,.05);
    box-shadow: 0 10px 35px rgba(15,23,42,.04);
}

#strategy {
    background-color: #F8FAFC;
}

.strategy-box-number {
    color: #DBEAFE;
    opacity: .85;
    font-size: 76px;
    font-weight: 700;
}

.strategy-box {
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 18px;
}

.about-photo-column {
    padding-bottom: 55px;
}

.about-photo-wrapper {
    position: relative;
    max-width: 430px;
    margin: 0 auto;
}

.about-photo {
    display: block;
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 24px 55px rgba(15,23,42,0.08);
}

.about-card {
    position: absolute;
    z-index: 3;
    left: 28px;
    right: 28px;
    bottom: -36px;
    padding: 26px 28px;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    box-shadow: 0 18px 45px rgba(15,23,42,0.09),0 3px 10px rgba(15,23,42,0.04);
}

.about-card h3 {
    margin: 0 0 5px;
    color: #1f2937;
    font-size: 25px;
    line-height: 1.2;
    font-weight: 600;
}

.about-card p {
    margin: 0;
    color: #64748b;
    font-size: 16px;
    line-height: 1.5;
}

.about-content {
    max-width: 650px;
}

.about-content .subtitle {
    margin-bottom: 6px;
    color: #2563eb;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.about-content p {
    margin-bottom: 0;
    color: #64748b;
    font-size: 18px;
    line-height: 1.85;
}

.about-content p+p {
    margin-top: 8px;
}

@media (max-width:991.98px) {
    .about-photo-column {
        padding-bottom: 45px;
    }

    .about-photo-wrapper {
        max-width: 520px;
    }

    .about-content {
        max-width: none;
        margin-top: 20px;
    }
}

@media (max-width:575.98px) {
    .about-card {
        left: 16px;
        right: 16px;
        bottom: -30px;
        padding: 22px;
    }

    .about-card h3 {
        font-size: 22px;
    }

    .about-content p {
        font-size: 17px;
        line-height: 1.75;
    }
}

.contact-section {
    position: relative;
    overflow: hidden;
    padding: 50px 0 120px;
    background: radial-gradient( circle at 0% 45%,rgba(99,102,241,0.1),transparent 28% ),radial-gradient( circle at 100% 10%,rgba(37,99,235,0.09),transparent 30% ),#f8fafc;
}

.contact-section::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0.22;
    background-image: linear-gradient(rgba(15,23,42,0.04) 1px,transparent 1px),linear-gradient(90deg,rgba(15,23,42,0.04) 1px,transparent 1px);
    background-size: 42px 42px;
    mask-image: linear-gradient(to right,transparent,black 45%,transparent);
}

.contact-section .container {
    position: relative;
    z-index: 1;
}

.contact-section__header {
    max-width: 780px;
    margin-bottom: 44px;
}

.contact-section__eyebrow {
    display: inline-block;
    margin-bottom: 13px;
    color: #2563eb;
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
}

.contact-section__header h2 {
    margin: 0 0 14px;
    color: #1f2937;
    font-size: clamp(36px,4vw,52px);
    line-height: 1.08;
    font-weight: 600;
    letter-spacing: -0.035em;
}

.contact-section__header p {
    max-width: 680px;
    margin: 0;
    color: #64748b;
    font-size: 18px;
    line-height: 1.75;
}

.contact-form-card {
    height: 100%;
    padding: 38px;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    background: rgba(255,255,255,0.94);
    box-shadow: 0 24px 60px rgba(15,23,42,0.08),0 4px 14px rgba(15,23,42,0.04);
    backdrop-filter: blur(12px);
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    color: #334155;
    font-size: 13px;
    line-height: 1.4;
    font-weight: 600;
}

.form-label-optional {
    margin-left: 5px;
    color: #94a3b8;
    font-weight: 400;
}

.contact-form-card .form-control {
    width: 100%;
    min-height: 52px;
    padding: 13px 15px;
    color: #1f2937;
    border: 1px solid #dbe3ec;
    border-radius: 10px;
    outline: none;
    background: #fff;
    font-size: 15px;
    line-height: 1.5;
    transition: border-color 0.2s ease,box-shadow 0.2s ease,background-color 0.2s ease;
}

.contact-form-card textarea.form-control {
    min-height: 150px;
    resize: vertical;
}

.contact-form-card .form-control::placeholder {
    color: #94a3b8;
}

.contact-form-card .form-control:hover {
    border-color: #bfdbfe;
}

.contact-form-card .form-control:focus {
    border-color: #2563eb;
    background: #fff;
    box-shadow: 0 0 0 4px rgba(37,99,235,0.1);
}

.contact-form-card__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-top: 10px;
}

.contact-form-card__privacy {
    max-width: 430px;
    color: #94a3b8;
    font-size: 12px;
    line-height: 1.55;
}

.contact-submit:hover {
    background: #AF6A32 !important;
    transform: translateY(-2px);
}

.contact-submit {
    display: inline-flex;
    min-height: 52px;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    gap: 11px;
    cursor: pointer;
    box-shadow: 0 13px 30px rgba(37,99,235,0.23);
    font-size: 14px;
    font-weight: 700;
    background: #C67B3D;
    border-radius: 10px;
    padding: 16px 34px;
    border: 1px solid rgba(0,0,0,.08);
    color: #fff;
    transition: .25s;
}

.contact-submit svg {
    width: 17px;
    height: 17px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.contact-submit:hover {
    color: #fff;
    background: #1d4ed8;
    transform: translateY(-2px);
    box-shadow: 0 17px 36px rgba(37,99,235,0.28);
}

.contact-assurance {
    height: 100%;
    padding: 38px 34px;
    border: 1px solid rgba(148,163,184,0.22);
    border-radius: 16px;
    color: #e2e8f0;
    background: radial-gradient( circle at 100% 0%,rgba(79,140,255,0.22),transparent 35% ),#11142f;
    box-shadow: 0 24px 60px rgba(15,23,42,0.16),0 4px 14px rgba(15,23,42,0.08);
}

.contact-assurance__icon {
    display: grid;
    width: 52px;
    height: 52px;
    margin-bottom: 25px;
    place-items: center;
    border: 1px solid rgba(147,197,253,0.22);
    border-radius: 13px;
    color: #93c5fd;
    background: rgba(37,99,235,0.14);
}

.contact-assurance__icon svg {
    width: 25px;
    height: 25px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.contact-assurance h3 {
    margin: 0 0 16px;
    color: #f8fafc;
    font-size: 25px;
    line-height: 1.25;
    font-weight: 600;
    letter-spacing: -0.025em;
}

.contact-assurance>p {
    margin: 0;
    color: #aebbd0;
    font-size: 15px;
    line-height: 1.75;
}

.contact-assurance__list {
    display: grid;
    gap: 15px;
    margin: 29px 0 32px;
    padding: 0;
    list-style: none;
}

.contact-assurance__list li {
    display: flex;
    align-items: center;
    gap: 13px;
    color: #dbe4f0;
    font-size: 14px;
}

.contact-assurance__list li span {
    display: grid;
    flex: 0 0 31px;
    width: 31px;
    height: 31px;
    place-items: center;
    border-radius: 8px;
    color: #93c5fd;
    background: rgba(37,99,235,0.13);
    font-size: 10px;
    font-weight: 700;
}

.contact-assurance__direct {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding-top: 23px;
    border-top: 1px solid rgba(148,163,184,0.17);
}

.contact-assurance__direct>span {
    margin-bottom: 4px;
    color: #94a3b8;
    font-size: 12px;
}

.contact-assurance__direct a {
    color: #f8fafc;
    font-size: 14px;
    text-decoration: none;
    transition: color 0.2s ease;
}

.contact-assurance__direct a:hover {
    color: #93c5fd;
}

.form-message {
    display: none;
    margin-top: 20px;
    padding: 14px 16px;
    border-radius: 9px;
    font-size: 14px;
    line-height: 1.55;
}

.form-message--success {
    color: #166534;
    border: 1px solid #bbf7d0;
    background: #f0fdf4;
}

.form-message--error {
    color: #991b1b;
    border: 1px solid #fecaca;
    background: #fef2f2;
}

@media (max-width:991.98px) {
    .contact-section {
        padding: 90px 0 96px;
    }

    .contact-form-card,
    .contact-assurance {
        padding: 32px;
    }
}

@media (max-width:575.98px) {
    .contact-section {
        padding: 72px 0 76px;
    }

    .contact-section__header {
        margin-bottom: 30px;
    }

    .contact-section__header h2 {
        font-size: 36px;
    }

    .contact-section__header p {
        font-size: 16px;
    }

    .contact-form-card,
    .contact-assurance {
        padding: 24px 20px;
        border-radius: 13px;
    }

    .contact-form-card__bottom {
        align-items: stretch;
        flex-direction: column;
    }

    .contact-submit {
        width: 100%;
    }

    .contact-assurance h3 {
        font-size: 22px;
    }
}

.site-footer {
    --footer-bg: #10122f;
    --footer-heading: #f8fafc;
    --footer-text: #a9b3c7;
    --footer-muted: #738099;
    --footer-border: rgba(148,163,184,0.14);
    --footer-accent: #4f8cff;
    color: var(--footer-text);
    background: radial-gradient( circle at 10% 0%,rgba(79,140,255,0.08),transparent 26% ),var(--footer-bg);
}

.site-footer__main {
    padding-top: 82px;
    padding-bottom: 68px;
}

.footer-brand__logo {
    display: inline-block;
    margin-bottom: 24px;
}

.footer-brand__logo img {
    display: block;
    width: auto;
    max-width: 240px;
    height: auto;
}

.footer-brand>p {
    max-width: 430px;
    margin: 0 0 25px;
    color: var(--footer-text);
    font-size: 15px;
    line-height: 1.8;
}

.footer-contact {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.footer-contact a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--footer-text);
    font-size: 14px;
    text-decoration: none;
    transition: color 0.2s ease;
}

.footer-contact a:hover {
    color: #ffffff;
}

.footer-contact svg {
    width: 17px;
    height: 17px;
    fill: none;
    stroke: var(--footer-accent);
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.footer-column h3 {
    margin: 0 0 26px;
    color: var(--footer-heading);
    font-size: 16px;
    line-height: 1.3;
    font-weight: 600;
}

.footer-data {
    display: grid;
    gap: 21px;
    margin: 0;
}

.footer-data>div {
    display: grid;
    gap: 5px;
}

.footer-data dt {
    color: var(--footer-heading);
    font-size: 13px;
    line-height: 1.4;
    font-weight: 600;
}

.footer-data dd {
    margin: 0;
    color: var(--footer-text);
    font-size: 14px;
    line-height: 1.7;
}

.site-footer__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding: 25px 0;
    border-top: 1px solid var(--footer-border);
}

.site-footer__bottom p {
    margin: 0;
    color: var(--footer-muted);
    font-size: 12px;
    line-height: 1.5;
}

.site-footer__legal {
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
}

.site-footer__legal a {
    position: relative;
    color: var(--footer-muted);
    font-size: 12px;
    line-height: 1.5;
    text-decoration: none;
    transition: color 0.2s ease;
}

.site-footer__legal a:hover {
    color: #ffffff;
}

.site-footer__legal a+a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -12px;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: var(--footer-muted);
    transform: translateY(-50%);
}

@media (max-width:991.98px) {
    .site-footer__main {
        padding-top: 70px;
        padding-bottom: 58px;
    }
}

@media (max-width:767.98px) {
    .site-footer__main {
        padding-top: 58px;
        padding-bottom: 46px;
    }

    .footer-brand__logo img {
        max-width: 210px;
    }

    .site-footer__bottom {
        align-items: flex-start;
        flex-direction: column;
        gap: 13px;
    }
}

.case-study-page {
    --case-navy: #11142f;
    --case-blue: #2563eb;
    --case-blue-soft: #dbeafe;
    --case-heading: #1f2937;
    --case-text: #64748b;
    --case-border: #e2e8f0;
    --case-muted-bg: #f8fafc;
}

.case-overview {
    padding: 92px 0 46px;
    background: #fff;
}

.case-overview__image {
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 18px 46px rgba(15,23,42,0.08),0 3px 12px rgba(15,23,42,0.04);
}

.case-overview__image img {
    display: block;
    width: 100%;
    height: auto;
    transition: transform 0.45s ease;
}

.case-overview__image:hover img {
    transform: scale(1.012);
}

.case-overview__content {
    max-width: 720px;
}

.case-overview__content h2 {
    margin: 0 0 15px;
    color: var(--case-heading);
    font-size: 28px;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: -0.025em;
}

.case-overview__content p,
.case-overview__continuation p {
    margin: 0;
    color: var(--case-text);
    font-size: 16px;
    line-height: 1.85;
}

.case-overview__content p+p,
.case-overview__continuation p+p {
    margin-top: 17px;
}

.case-overview__continuation {
    max-width: 1110px;
    margin-top: 24px;
}

.case-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 32px;
}

.case-tags span {
    display: inline-flex;
    min-height: 34px;
    align-items: center;
    padding: 0 13px;
    border: 1px solid var(--case-border);
    border-radius: 999px;
    color: #475569;
    background: #f8fafc;
    font-size: 12px;
    line-height: 1;
    font-weight: 600;
}

.case-process {
    padding: 50px 0 90px;
    background: #fff;
}

.case-process .row>div {
    display: flex;
}

.case-process-card {
    width: 100%;
    padding: 36px;
    border: 1px solid var(--case-border);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 16px 42px rgba(15,23,42,0.055),0 3px 10px rgba(15,23,42,0.025);
}

.case-process-card--accent {
    background: linear-gradient( 180deg,rgba(37,99,235,0.035),rgba(37,99,235,0) ),#fff;
    border-color: #d8e5fb;
}

.case-process-card__eyebrow,
.case-results__eyebrow {
    display: inline-block;
    margin-bottom: 11px;
    color: var(--case-blue);
    font-size: 11px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.case-process-card>h2 {
    margin: 0 0 30px;
    color: var(--case-heading);
    font-size: 24px;
    line-height: 1.25;
    font-weight: 600;
    letter-spacing: -0.02em;
}

.case-process-list {
    display: grid;
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    counter-reset: none;
}

.case-process-list li {
    display: grid;
    grid-template-columns: 44px minmax(0,1fr);
    gap: 15px;
    padding: 20px 0;
    border-top: 1px solid #edf1f5;
}

.case-process-list li:first-child {
    padding-top: 0;
    border-top: 0;
}

.case-process-list li:last-child {
    padding-bottom: 0;
}

.case-process-list__number {
    color: var(--case-blue-soft);
    font-size: 31px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: -0.04em;
}

.case-process-list h3 {
    margin: 0 0 6px;
    color: var(--case-heading);
    font-size: 16px;
    line-height: 1.4;
    font-weight: 600;
}

.case-process-list p {
    margin: 0;
    color: var(--case-text);
    font-size: 14px;
    line-height: 1.7;
}

.case-results {
    padding: 82px 0 92px;
    background: radial-gradient( circle at 100% 0%,rgba(37,99,235,0.06),transparent 28% ),var(--case-muted-bg);
}

.case-results h2 {
    margin: 0 0 15px;
    color: var(--case-heading);
    font-size: 34px;
    line-height: 1.15;
    font-weight: 600;
    letter-spacing: -0.03em;
}

.case-results .col-lg-4>p {
    max-width: 430px;
    margin: 0;
    color: var(--case-text);
    font-size: 16px;
    line-height: 1.8;
}

.case-results-list {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 18px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.case-results-list li {
    display: grid;
    grid-template-columns: 42px minmax(0,1fr);
    gap: 14px;
    padding: 23px;
    border: 1px solid var(--case-border);
    border-radius: 12px;
    background: rgba(255,255,255,0.86);
}

.case-results-list__icon {
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    border-radius: 10px;
    color: var(--case-blue);
    background: #eff6ff;
}

.case-results-list__icon svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.case-results-list h3 {
    margin: 0 0 6px;
    color: var(--case-heading);
    font-size: 16px;
    line-height: 1.4;
    font-weight: 600;
}

.case-results-list p {
    margin: 0;
    color: var(--case-text);
    font-size: 14px;
    line-height: 1.65;
}

@media (max-width:991.98px) {
    .case-overview {
        padding-top: 72px;
    }

    .case-overview__content {
        max-width: none;
    }

    .case-process {
        padding-bottom: 72px;
    }

    .case-process-card {
        padding: 30px;
    }

    .case-results {
        padding: 72px 0 78px;
    }

    .case-results-list {
        margin-top: 12px;
    }
}

@media (max-width:767.98px) {
    .case-overview {
        padding: 58px 0 34px;
    }

    .case-overview__content h2 {
        font-size: 25px;
    }

    .case-overview__content p,
    .case-overview__continuation p {
        font-size: 15px;
        line-height: 1.75;
    }

    .case-process {
        padding: 36px 0 58px;
    }

    .case-process-card {
        padding: 24px 20px;
        border-radius: 12px;
    }

    .case-process-card>h2 {
        margin-bottom: 22px;
        font-size: 22px;
    }

    .case-process-list li {
        grid-template-columns: 37px minmax(0,1fr);
        gap: 11px;
        padding: 17px 0;
    }

    .case-process-list__number {
        font-size: 27px;
    }

    .case-results {
        padding: 58px 0 64px;
    }

    .case-results h2 {
        font-size: 30px;
    }

    .case-results-list {
        grid-template-columns: 1fr;
        gap: 13px;
    }

    .case-results-list li {
        padding: 20px;
    }
}

@media (prefers-reduced-motion:reduce) {
    .case-overview__image img {
        transition: none;
    }

    .case-overview__image:hover img {
        transform: none;
    }
}

.case-subheader {
    position: relative;
    overflow: hidden;
    padding: 46px 0 42px;
    border-bottom: 1px solid rgba(15,23,42,0.06);
    background: linear-gradient( 180deg,#ffffff 0%,#f8fafc 100% );
}

.case-subheader__image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 38%;
    background: url("../images/background/7.webp") center center / cover no-repeat;
    opacity: 0.055;
    filter: grayscale(0.35) saturate(0.65) contrast(1.05);
    pointer-events: none;
}

.case-subheader__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient( 90deg,#ffffff 0%,rgba(255,255,255,0.99) 58%,rgba(248,250,252,0.92) 76%,rgba(248,250,252,0.5) 100% );
    pointer-events: none;
}

.case-subheader .container {
    position: relative;
    z-index: 2;
}

.case-subheader__eyebrow {
    display: inline-block;
    margin-bottom: 10px;
    color: #2563eb;
    font-size: 10px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
}

.case-subheader__title {
    max-width: 760px;
    margin: 0 0 12px;
    color: #1f2937;
    font-size: clamp(32px,3.6vw,46px);
    line-height: 1.08;
    font-weight: 600;
    letter-spacing: -0.04em;
}

.case-subheader__lead {
    max-width: 650px;
    margin: 0;
    color: #64748b;
    font-size: 15px;
    line-height: 1.65;
}

.case-subheader__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 16px;
}

.case-subheader__tags span {
    display: inline-flex;
    min-height: 28px;
    align-items: center;
    padding: 0 10px;
    border: 1px solid #e2e8f0;
    border-radius: 999px;
    color: #64748b;
    background: rgba(255,255,255,0.82);
    font-size: 10px;
    line-height: 1;
    font-weight: 600;
}

.case-subheader+.case-study-page .case-overview {
    padding-top: 62px;
}

@media (max-width:991.98px) {
    .case-subheader {
        padding: 40px 0 38px;
    }

    .case-subheader__image {
        width: 48%;
        opacity: 0.045;
    }

    .case-subheader__title {
        font-size: 40px;
    }

    .case-subheader__lead {
        max-width: 600px;
    }
}

@media (max-width:575.98px) {
    .case-subheader {
        padding: 34px 0 32px;
    }

    .case-subheader__image {
        width: 100%;
        opacity: 0.025;
    }

    .case-subheader__overlay {
        background: linear-gradient( 180deg,rgba(255,255,255,0.99),rgba(248,250,252,0.96) );
    }

    .case-subheader__title {
        margin-bottom: 10px;
        font-size: 31px;
        line-height: 1.1;
    }

    .case-subheader__lead {
        font-size: 14px;
        line-height: 1.6;
    }

    .case-subheader__tags {
        margin-top: 14px;
    }

    .case-subheader__tags span {
        min-height: 27px;
        padding: 0 9px;
    }

    .case-subheader+.case-study-page .case-overview {
        padding-top: 48px;
    }
}

.case-studies-section {
    position: relative;
    overflow: hidden;
    padding: 110px 0;
    background: #f8fafc;
    border-top: 1px solid rgba(15,23,42,0.05);
    border-bottom: 1px solid rgba(15,23,42,0.05);
}

.case-studies-header {
    max-width: 980px;
    margin: 0 auto 52px;
    text-align: center;
}

.case-studies-eyebrow {
    display: inline-block;
    margin-bottom: 16px;
    color: #2563eb;
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
}

.case-studies-title {
    max-width: 940px;
    margin: 0 auto 18px;
    color: #1f2937;
    font-size: clamp(38px,4vw,56px);
    line-height: 1.08;
    font-weight: 600;
    letter-spacing: -0.04em;
}

.case-studies-lead {
    max-width: 860px;
    margin: 0 auto;
    color: #64748b;
    font-size: 17px;
    line-height: 1.75;
}

.case-studies-grid>[class*="col-"] {
    display: flex;
    min-width: 0;
}

.case-card {
    display: flex;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    background: #ffffff;
    box-shadow: none;
    transition: transform 0.28s ease,border-color 0.28s ease,background-color 0.28s ease;
}

.case-card:hover {
    transform: translateY(-5px);
    border-color: #cbd5e1;
    background: #ffffff;
}

.case-card__link {
    display: flex !important;
    width: 100%;
    height: 100%;
    min-width: 0;
    flex-direction: column;
    padding: 0 !important;
    margin: 0 !important;
    color: inherit !important;
    background: transparent !important;
    text-decoration: none !important;
}

.case-card__link:hover,
.case-card__link:focus {
    color: inherit !important;
    text-decoration: none !important;
}

.case-card__image {
    position: relative;
    width: 100%;
    overflow: hidden;
    aspect-ratio: 3 / 4;
    background: #ffffff;
}

.case-card__image img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    object-fit: cover;
    object-position: center;
    border: 0 !important;
    border-radius: 0 !important;
    transition: transform 0.4s ease;
}

.case-card:hover .case-card__image img {
    transform: scale(1.02);
}

.case-card__overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient( to bottom,rgba(15,23,42,0) 58%,rgba(15,23,42,0.08) 78%,rgba(15,23,42,0.26) 100% );
    pointer-events: none;
}

.case-card__category {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 2;
    display: inline-flex;
    min-height: 28px;
    align-items: center;
    padding: 0 10px;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    color: #334155;
    background: rgba(255,255,255,0.9);
    box-shadow: none;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    font-size: 10px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.case-card__content {
    display: flex;
    width: 100%;
    min-height: 160px;
    flex: 1 1 auto;
    flex-direction: column;
    justify-content: space-between;
    padding: 24px;
    background: #ffffff;
}

.case-card__title {
    margin: 0 0 14px !important;
    padding: 0 !important;
    color: #1f2937 !important;
    font-size: 22px;
    line-height: 1.35;
    font-weight: 600;
    letter-spacing: -0.02em;
    overflow-wrap: anywhere;
}

.case-card__action {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    gap: 8px;
    margin-top: 18px;
    color: #2563eb;
    font-size: 14px;
    line-height: 1;
    font-weight: 600;
    transition: gap 0.22s ease,color 0.22s ease;
}

.case-card__action svg {
    display: block;
    width: 16px;
    height: 16px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.case-card:hover .case-card__action {
    gap: 12px;
    color: #1d4ed8;
}

@media (max-width:1199.98px) {
    .case-studies-section {
        padding: 90px 0 96px;
    }

    .case-card__image {
        aspect-ratio: 4 / 5;
    }
}

@media (max-width:767.98px) {
    .case-studies-section {
        padding: 72px 0 78px;
    }

    .case-studies-header {
        margin-bottom: 34px;
        text-align: left;
    }

    .case-studies-title {
        font-size: 35px;
    }

    .case-studies-lead {
        font-size: 16px;
        line-height: 1.65;
    }

    .case-card {
        max-width: 520px;
        margin: 0 auto;
    }

    .case-card__content {
        min-height: auto;
        padding: 21px 20px;
    }

    .case-card__title {
        font-size: 19px;
    }
}

@media (prefers-reduced-motion:reduce) {
    .case-card,
    .case-card__image img,
    .case-card__action {
        transition: none;
    }

    .case-card:hover {
        transform: none;
    }

    .case-card:hover .case-card__image img {
        transform: none;
    }
}

img {
    max-width: 100%;
}

img[loading="lazy"] {
    content-visibility: auto;
}

@supports (content-visibility:auto) {
    #strategy,
    #projects,
    #form,
    .case-process,
    .case-results {
        content-visibility: auto;
        contain-intrinsic-size: 1px 900px;
    }
}

:root {
    --ep-header-text: #334155;
    --ep-header-heading: #1f2937;
    --ep-header-accent: #2563eb;
    --ep-header-border: rgba(15,23,42,0.07);
    --ep-header-bg: rgba(255,255,255,0.98);
    --ep-header-sticky-bg: rgba(255,255,255,0.94);
}

body:not(.side-layout) header,
body:not(.side-layout) header.transparent,
body:not(.side-layout) header.header-light.transparent,
body:not(.side-layout) header:not(.smaller):not(.header-mobile).header-light.transparent {
    position: relative;
    left: auto;
    width: 100%;
    margin: 0;
    color: var(--ep-header-text);
    background: var(--ep-header-bg);
    border-bottom: 1px solid var(--ep-header-border);
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

header .container {
    position: relative;
}

header .de-flex {
    display: flex;
    min-height: 76px;
    align-items: center;
    justify-content: space-between;
    gap: 38px;
}

header .de-flex-col {
    display: flex;
    min-width: 0;
    align-items: center;
}

header .header-col-mid {
    flex: 1 1 auto;
    justify-content: flex-end;
}

header #topbar {
    max-height: 38px;
    overflow: hidden;
    color: #64748b;
    background: #ffffff;
    border-bottom: 1px solid rgba(15,23,42,0.045);
    transition: max-height 0.24s ease,opacity 0.18s ease,border-color 0.24s ease;
}

header #topbar .topbar-widget {
    padding-top: 7px;
    padding-bottom: 7px;
}

header #topbar .topbar-widget,
header #topbar .topbar-widget a {
    color: #64748b;
    font-size: 13px;
    line-height: 1.35;
}

header #topbar .topbar-widget a:hover {
    color: var(--ep-header-accent);
}

header #topbar .topbar-widget i {
    margin-top: 0;
    color: #64748b;
    font-size: 15px;
}

header div#logo {
    display: flex;
    width: auto;
    height: auto;
    align-items: center;
    line-height: 1;
}

header div#logo a {
    display: inline-flex;
    align-items: center;
}

header div#logo img,
header div#logo img.logo-main,
header div#logo img.logo-scroll,
header div#logo img.logo-2 {
    position: static !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    display: block;
    width: auto;
    max-width: 210px;
    height: auto;
    margin: 0;
    transform: none;
    transition: max-width 0.25s ease,opacity 0.2s ease,transform 0.25s ease;
}

header .logo-main,
header.smaller .logo-main,
header.smaller.scroll-light .logo-main {
    display: block !important;
}

header .logo-scroll,
header .logo-2,
header.smaller .logo-scroll,
header.smaller .logo-2 {
    display: none !important;
}

#mainmenu {
    display: flex;
    height: auto;
    align-items: center;
    justify-content: flex-end;
    gap: 32px;
    margin: 0;
    padding: 0;
    float: none;
}

#mainmenu>li {
    display: block;
    margin: 0;
    padding: 0;
    float: none;
}

#mainmenu>li:last-child {
    margin: 0;
}

#mainmenu>li>a,
.header-light #mainmenu>li>a,
header.header-light #mainmenu a,
header.smaller.scroll-light #mainmenu li a {
    position: relative;
    display: inline-flex;
    min-height: 76px;
    align-items: center;
    padding: 0 1px;
    border: 0;
    color: var(--ep-header-text) !important;
    font-family: var(--mainmenu-font);
    font-size: 15px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 0.01em;
    text-align: center;
    white-space: nowrap;
    transition: color 0.2s ease;
}

#mainmenu>li>a::after {
    content: "";
    position: absolute;
    right: 50%;
    bottom: 17px;
    left: 50%;
    height: 2px;
    border-radius: 2px;
    background: var(--ep-header-accent);
    transition: right 0.22s ease,left 0.22s ease;
}

#mainmenu>li>a:hover,
#mainmenu>li>a:focus-visible,
#mainmenu>li>a.active,
#mainmenu li a.active {
    color: var(--ep-header-accent) !important;
}

#mainmenu>li>a:hover::after,
#mainmenu>li>a:focus-visible::after,
#mainmenu>li>a.active::after {
    right: 0;
    left: 0;
}

#mainmenu li:last-child>a {
    border-bottom: 0;
}

body:not(.side-layout) header.smaller {
    position: fixed !important;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1100;
    width: 100%;
    margin: 0;
    background: var(--ep-header-sticky-bg);
    border-bottom: 1px solid rgba(15,23,42,0.085);
    box-shadow: 0 1px 0 rgba(15,23,42,0.02),0 10px 28px rgba(15,23,42,0.065);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}

header.smaller #topbar {
    max-height: 0;
    margin: 0;
    opacity: 0;
    border-bottom-color: transparent;
    pointer-events: none;
}

header.smaller .de-flex {
    min-height: 66px;
}

header.smaller div#logo img,
header.smaller div#logo img.logo-main {
    max-width: 170px;
}

header.smaller #mainmenu {
    gap: 28px;
}

header.smaller #mainmenu>li>a {
    min-height: 66px;
    font-size: 14px;
}

header.smaller #mainmenu>li>a::after {
    bottom: 13px;
}

@supports selector(body:has(header.smaller)) {
    body:has(header.smaller) #content {
        scroll-margin-top: 66px;
    }
}

section[id],
footer[id],
div[id="top"] {
    scroll-margin-top: 82px;
}

#menu-btn {
    position: relative;
    display: none;
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    margin: 0 0 0 16px;
    padding: 0;
    border: 0;
    border-radius: 8px;
    color: var(--ep-header-heading);
    background: transparent;
    cursor: pointer;
}

#menu-btn::before,
#menu-btn::after {
    content: "";
    position: absolute;
    left: 10px;
    width: 22px;
    height: 2px;
    border-radius: 2px;
    background: currentColor;
    transition: top 0.22s ease,transform 0.22s ease;
}

#menu-btn::before {
    top: 14px;
    box-shadow: 0 6px 0 currentColor;
}

#menu-btn::after {
    top: 26px;
}

#menu-btn.menu-open::before {
    top: 20px;
    box-shadow: none;
    transform: rotate(45deg);
}

#menu-btn.menu-open::after {
    top: 20px;
    transform: rotate(-45deg);
}

@media (max-width:991.98px) {
    body:not(.side-layout) header,
    body:not(.side-layout) header.transparent,
    body:not(.side-layout) header.header-mobile {
        position: relative;
        padding: 0;
        background: #ffffff;
    }

    body:not(.side-layout) header.smaller {
        position: fixed !important;
        padding-bottom: 15px;
    }
    header div#logo svg{
        max-width: 170px;
    }

    header #topbar {
        display: none;
    }

    header .de-flex,
    header.smaller .de-flex {
        min-height: 66px;
        flex-wrap: wrap;
        gap: 0;
    }

    header div#logo img,
    header div#logo img.logo-main,
    header.smaller div#logo img,
    header.smaller div#logo img.logo-main {
        max-width: 165px;
    }

    header .header-col-mid {
        justify-content: flex-end;
    }

    #menu-btn {
        display: block;
    }

    #mainmenu,
    header.header-mobile #mainmenu {
        display: none;
        order: 3;
        width: 100%;
        max-height: calc(100vh - 66px);
        flex: 0 0 100%;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        overflow-y: auto;
        padding: 8px 0 22px;
        background: #ffffff;
    }

    header.menu-open #mainmenu,
    header.header-mobile.menu-open #mainmenu {
        display: flex;
    }

    #mainmenu>li {
        width: 100%;
    }

    #mainmenu>li>a,
    .header-light #mainmenu>li>a,
    header.header-light #mainmenu a,
    header.smaller #mainmenu>li>a {
        display: flex;
        width: 100%;
        min-height: 50px;
        justify-content: flex-start;
        padding: 0;
        border-bottom: 1px solid rgba(15,23,42,0.065);
        font-size: 15px;
        text-align: left;
    }

    #mainmenu>li>a::after {
        display: none;
    }

    #mainmenu>li>a:hover,
    #mainmenu>li>a.active {
        color: var(--ep-header-accent) !important;
    }

    body.menu-is-open {
        overflow: hidden;
    }

    section[id],
    footer[id],
    div[id="top"] {
        scroll-margin-top: 72px;
    }
}

@media (max-width:575.98px) {
    header div#logo img,
    header div#logo img.logo-main,
    header.smaller div#logo img,
    header.smaller div#logo img.logo-main {
        max-width: 145px;
    }

    header .de-flex,
    header.smaller .de-flex {
        min-height: 62px;
    }

    #mainmenu,
    header.header-mobile #mainmenu {
        max-height: calc(100vh - 62px);
    }
}

@media (prefers-reduced-motion:reduce) {
    header,
    header *,
    #mainmenu>li>a::after {
        transition: none !important;
    }
}

html,
body,
button,
input,
textarea,
select {
    font-family: var(--body-font);
    font-optical-sizing: auto;
}

body {
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--heading-font);
    font-optical-sizing: auto;
}

h1,
h2,
h3 {
    font-weight: 600;
}

h4,
h5,
h6 {
    font-weight: 600;
}

#mainmenu,
#mainmenu a {
    font-family: var(--mainmenu-font);
}

#mainmenu>li>a {
    font-weight: 500;
}

button,
.contact-submit,
.case-card__action,
.case-card__category,
.case-subheader__tags span {
    font-family: var(--body-font);
    font-weight: 600;
}

.contact-icon {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    color: #2563eb;
    transition: .2s;
}

.topbar-widget a:hover .contact-icon {
    color: #1d4ed8;
}

.contact-form-card .form-control.is-invalid,
#contact_form .form-control.is-invalid {
    border-color: #dc5a5a;
    background-color: #fffafa;
    box-shadow: 0 0 0 4px rgba(220,90,90,0.09);
}

.contact-form-card .form-control.is-valid,
#contact_form .form-control.is-valid {
    border-color: #63a47a;
}

#contact_form .field-set {
    position: relative;
}

#contact_form.is-submitting {
    opacity: 0.82;
}

#send_message:disabled {
    cursor: wait;
    opacity: 0.72;
    transform: none !important;
}

#success_message,
#error_message {
    margin-top: 20px;
    border-radius: 10px;
    font-size: 14px;
    line-height: 1.55;
}

#success_message {
    color: #166534;
    border: 1px solid #bbf7d0;
    background: #f0fdf4;
}

#error_message {
    color: #991b1b;
    border: 1px solid #fecaca;
    background: #fef2f2;
}

.contact-honeypot {
    position: absolute !important;
    left: -10000px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

.contact-recaptcha-notice {
    margin: 14px 0 0;
    color: #94a3b8;
    font-size: 11px;
    line-height: 1.55;
}

.contact-recaptcha-notice a {
    color: inherit;
    text-decoration: underline;
    text-underline-offset: 2px;
}

@media (max-width:991.98px) {
    .hero-commerce {
        padding: 110px 0 56px;
    }

    .hero-commerce>.container-fluid {
        padding-right: 0;
        padding-left: 0;
    }

    .hero-commerce__layout {
        grid-template-columns: minmax(0,1fr);
        gap: 34px;
    }

    .hero-commerce__content {
        width: 100%;
        max-width: 720px;
    }

    .hero-commerce__content h1 {
        overflow-wrap: anywhere;
    }

    #about {
        overflow: hidden;
    }

    #about>.container>.row {
        --bs-gutter-x: 1.5rem;
    }

    .about-photo-column {
        padding-bottom: 44px;
    }

    .about-photo-wrapper {
        width: 100%;
        max-width: 520px;
    }

    .about-content {
        max-width: 720px;
        margin: 18px auto 0;
    }
}

@media (max-width:767.98px) {
    .hero-commerce {
        padding: 96px 0 46px;
    }

    .hero-commerce::before {
        opacity: 0.16;
        mask-image: none;
        -webkit-mask-image: none;
    }

    .hero-commerce__layout {
        gap: 28px;
    }

    .hero-commerce__content h1 {
        margin-bottom: 18px;
        font-size: clamp(34px,10.5vw,46px);
        line-height: 1.08;
        letter-spacing: -0.035em;
    }

    .hero-commerce__content p {
        font-size: 17px;
        line-height: 1.65;
    }

    .hero-commerce__scene {
        display: grid;
        grid-template-columns: repeat(2,minmax(0,1fr));
        gap: 10px;
        width: 100%;
        max-width: 620px;
        min-height: 0;
        margin: 0 auto;
    }

    .hero-commerce__mockup {
        position: relative;
        top: auto;
        left: auto;
        grid-column: 1 / -1;
        width: 100%;
        transform: none;
        filter: drop-shadow(0 20px 34px rgba(15,23,42,0.16));
    }

    .hero-commerce__connections {
        display: none;
    }

    .integration-card,
    .integration-card--erp,
    .integration-card--warehouse,
    .integration-card--payments,
    .integration-card--shipping,
    .integration-card--analytics,
    .integration-card--automation {
        position: static;
        display: flex;
        width: 100%;
        min-width: 0;
        max-width: none;
        transform: none;
        animation: none;
        padding: 11px 12px;
        border-radius: 13px;
    }

    .integration-card div {
        min-width: 0;
    }

    .integration-card strong {
        overflow: hidden;
        font-size: 13px;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .integration-card div>span {
        display: none;
    }

    .integration-card__icon {
        flex: 0 0 32px;
        width: 32px;
        height: 32px;
    }

    #about {
        padding-top: 56px;
        padding-bottom: 64px;
    }

    .about-photo-column {
        padding-bottom: 38px;
    }

    .about-photo-wrapper {
        max-width: 460px;
    }

    .about-content {
        margin-top: 8px;
    }

    .about-content p {
        font-size: 17px;
        line-height: 1.72;
    }
}

@media (max-width:575.98px) {
    .hero-commerce {
        padding-top: 88px;
    }

    .hero-commerce__content h1 {
        font-size: clamp(32px,10vw,40px);
    }

    .hero-commerce__scene {
        grid-template-columns: 1fr;
        gap: 9px;
    }

    .integration-card--warehouse,
    .integration-card--analytics {
        display: none;
    }

    .integration-card {
        max-width: 100%;
    }

    #about {
        padding-top: 48px;
        padding-bottom: 54px;
    }

    .about-photo-column {
        padding-bottom: 26px;
    }

    .about-card {
        position: relative;
        left: auto;
        right: auto;
        bottom: auto;
        width: calc(100% - 24px);
        margin: -26px auto 0;
        padding: 18px 18px;
    }

    .about-card h3 {
        font-size: 21px;
    }

    .about-card p {
        font-size: 14px;
    }

    .about-content {
        margin-top: 10px;
    }

    .about-content .subtitle {
        margin-bottom: 10px;
    }

    .about-content p {
        font-size: 16px;
        line-height: 1.68;
    }

    .about-content p+p {
        margin-top: 14px;
    }
}

@media (max-width:359.98px) {
    .hero-commerce__content h1 {
        font-size: 30px;
    }

    .hero-commerce__content p,
    .about-content p {
        font-size: 15px;
    }
}

@media (max-width:991.98px) {
    #strategy .row {
        margin-bottom: 0;
    }

    #strategy .row+.row {
        margin-top: 0;
    }

    #strategy .col-lg-4,
    #strategy .col-lg-6 {
        margin: 0 0 20px !important;
    }

    #strategy .strategy-box {
        height: auto;
        padding: 28px 24px;
    }

    #strategy .strategy-box:last-child {
        margin-bottom: 0;
    }
}

/* Korekta typografii stopki */
.site-footer .footer-brand > p {
    font-size: 17px;
    line-height: 1.75;
}

.site-footer .footer-contact a {
    font-size: 15px;
}

.site-footer .footer-column h3 {
    font-size: 17px;
}

.site-footer .footer-data dt {
    font-size: 14px;
}

.site-footer .footer-data dd {
    font-size: 15px;
}

.site-footer .site-footer__bottom p {
    font-size: 13px;
}
.case-overview__images--domina {
    position: relative;
    max-width: 100%;
    padding-bottom: 74px
}

.case-overview__images--domina .case-overview__image--main {
    position: relative;
    z-index: 1;
    width: 88%;
    overflow: hidden;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 18px 45px rgba(15,23,42,0.08),0 3px 10px rgba(15,23,42,0.035)
}

.case-overview__images--domina .case-overview__image--secondary {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
    width: 57%;
    overflow: hidden;
    border: 7px solid #fff;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 22px 50px rgba(15,23,42,0.14),0 4px 12px rgba(15,23,42,0.06)
}

.case-overview__images--domina img {
    display: block;
    width: 100%;
    height: auto
}

.case-overview__images--domina .case-overview__image img {
    transition: transform 0.4s ease
}

.case-overview__images--domina .case-overview__image:hover img {
    transform: scale(1.012)
}

.case-overview__images--domina {
    position: relative;
    max-width: 100%;
    padding-bottom: 74px
}

.case-overview__images--domina .case-overview__image--main {
    position: relative;
    z-index: 1;
    width: 88%;
    overflow: hidden;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 18px 45px rgba(15,23,42,0.08),0 3px 10px rgba(15,23,42,0.035)
}

.case-overview__images--domina .case-overview__image--secondary {
    position: absolute;
    right: 0;
    bottom: -30px;
    z-index: 2;
    width: 57%;
    overflow: hidden;
    border: 7px solid #fff;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 22px 50px rgba(15,23,42,0.14),0 4px 12px rgba(15,23,42,0.06)
}

.case-overview__images--domina img {
    display: block;
    width: 100%;
    height: auto
}

.case-overview__images--domina .case-overview__image img {
    transition: transform 0.4s ease
}

.case-overview__images--domina .case-overview__image:hover img {
    transform: scale(1.012)
}

@media (max-width: 991.98px) {
    .case-overview__images--domina {
        max-width:650px;
        margin: 0 auto 20px;
        padding-bottom: 82px
    }

    .case-overview__images--domina .case-overview__image--main {
        width: 86%
    }

    .case-overview__images--domina .case-overview__image--secondary {
        width: 55%
    }
}

@media (max-width: 575.98px) {
    .case-overview__images--domina {
        padding-bottom:58px
    }

    .case-overview__images--domina .case-overview__image--main {
        width: 92%
    }

    .case-overview__images--domina .case-overview__image--secondary {
        width: 58%;
        border-width: 5px
    }
}