/*!
Theme Name:   Hellix
Theme URI:    https://madrasthemes.com/hellix/
Author:       MadrasThemes
Author URI:   https://madrasthemes.com/
Description:  Hellix is a niche Elementor WordPress Theme built distinctively for Architects and Interior Designers. Whether you are an individual or a corporate, Hellix is the theme for you to showcase your portfolio. Use Hellix to exhibit your Elevations, Floor Plans, Interior designs, 3D drawings, Product designs, etc.
Version:      1.0.16
Tested up to: 5.8
Requires PHP: 7.4
License:      GNU General Public License v3 or later
License URI:  https://www.gnu.org/licenses/gpl-3.0.html
Text Domain:  hellix
Tags:         e-commerce, two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, threaded-comments, footer-widgets, sticky-post, theme-options, editor-style

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Hellix is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
*/
.ratio {
    position: relative;
    display: block;
    overflow: hidden
}

.ratio::before {
    display: block;
    width: 100%;
    content: ""
}

.ratio-1\:1::before {
    padding-bottom: 100%
}

.ratio-2\:1::before {
    padding-bottom: 50%
}

.ratio-2\:3::before {
    padding-bottom: 150%
}

.ratio-3\:2::before {
    padding-bottom: 66.66667%
}

.ratio-3\:4::before {
    padding-bottom: 133.33333%
}

.ratio-4\:3::before {
    padding-bottom: 75%
}

.ratio-5\:4::before {
    padding-bottom: 80%
}

.ratio-8\:5::before {
    padding-bottom: 62.5%
}

.ratio-29\:33::before {
    padding-bottom: 113.7931%
}

.ratio-62\:60::before {
    padding-bottom: 96.77419%
}

.ratio-63\:50::before {
    padding-bottom: 79.36508%
}

.ratio-63\:60::before {
    padding-bottom: 95.2381%
}

.ratio-93\:53::before {
    padding-bottom: 56.98925%
}

.ratio-41\:35::before {
    padding-bottom: 85.36585%
}

.ratio-41\:45::before {
    padding-bottom: 109.7561%
}

.ratio-77\:60::before {
    padding-bottom: 77.92208%
}

.ratio-129\:112::before {
    padding-bottom: 86.82171%
}

.ratio-16\:9::before {
    padding-bottom: 56.25%
}

:root {
    --text-xs: 0.75rem;
    --text-sm: 0.875rem;
    --text-base: 1rem;
    --text-lg: 1.125rem;
    --text-xl: 1.25rem;
    --text-2xl: 1.5625rem;
    --text-3xl: 1.875rem;
    --text-4xl: 2.1875rem;
    --text-5xl: 2.5rem;
    --text-6xl: 4.375rem
}

:root {
    --preloader-image: url("assets/img/general/logo-light.svg")
}

:root {
    --accent-color: #D7926B;
    --secondary-color: #B88768;
    --bg-light-1: #f5f6f8;
    --bg-light-2: #F1F6F9;
    --bg-dark-1: #131419;
    --bg-dark-2: #1E2027;
    --bg-dark-3: #0D0D12;
    --bg-dark-4: #0A0A0F;
    --font-light: rgb(197, 197, 197);
    --font-dark: #454545
}

:root {
    --font-primary: "Work Sans", sans-serif;
    --font-secondary: "Work Sans", sans-serif
}

[data-anim-wrap] {
    pointer-events: none
}

[data-anim-wrap].animated {
    pointer-events: auto
}

[data-anim*=cover-white]::after,
[data-anim-child*=cover-white]::after {
    background-color: white
}

[data-anim*=cover-black]::after,
[data-anim-child*=cover-black]::after {
    background-color: black
}

[data-anim*=cover-light-1]::after,
[data-anim-child*=cover-light-1]::after {
    background-color: var(--bg-light-1)
}

[data-anim*=cover-light-2]::after,
[data-anim-child*=cover-light-2]::after {
    background-color: var(--bg-light-2)
}

[data-anim*=cover-dark-1]::after,
[data-anim-child*=cover-dark-1]::after {
    background-color: var(--bg-dark-1)
}

[data-anim*=cover-dark-2]::after,
[data-anim-child*=cover-dark-2]::after {
    background-color: var(--bg-dark-2)
}

[data-anim*=cover-accent]::after,
[data-anim-child*=cover-accent]::after {
    background-color: var(--accent-color)
}

@keyframes reveal {
    100% {
        opacity: 1
    }
}

[data-anim^=img-fade],
[data-anim-child^=img-fade] {
    overflow: hidden;
    display: block;
    position: relative
}

[data-anim^=img-fade]>*,
[data-anim-child^=img-fade]>* {
    pointer-events: none;
    opacity: 0;
    transform: scale(1.5);
    transition-property: opacity, transform;
    transition-duration: 1s;
    transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1)
}

[data-anim^=img-fade].is-in-view>*,
[data-anim-child^=img-fade].is-in-view>* {
    pointer-events: auto;
    opacity: 1;
    transform: translate3d(0, 0, 0)
}

[data-anim^=img-right],
[data-anim-child^=img-right] {
    overflow: hidden;
    display: block;
    position: relative
}

[data-anim^=img-right]::after,
[data-anim-child^=img-right]::after {
    content: "";
    position: absolute;
    top: -0.0625rem;
    left: -0.0625rem;
    right: 0;
    z-index: 20;
    height: calc(100% + .125rem);
    width: calc(100% + .125rem);
    transform-origin: right;
    animation-duration: .8s;
    animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    animation-fill-mode: both
}

[data-anim^=img-right]>*,
[data-anim-child^=img-right]>* {
    transform-origin: center;
    animation-duration: .8s;
    animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    animation-fill-mode: both
}

[data-anim^=img-right].is-in-view::after,
[data-anim-child^=img-right].is-in-view::after {
    animation-name: imgRight
}

[data-anim^=img-right].is-in-view>*,
[data-anim-child^=img-right].is-in-view>* {
    animation-name: imgReveal
}

@keyframes imgRight {
    0% {
        transform: scaleX(1)
    }

    100% {
        transform: scaleX(0)
    }
}

@keyframes imgReveal {
    0% {
        transform: scale(1.4)
    }

    100% {
        transform: scale(1.01)
    }
}

[data-anim^=slide-],
[data-anim-child^=slide-] {
    opacity: 0;
    transition-property: opacity, transform;
    pointer-events: none;
    transition-duration: 1.2s;
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1)
}

[data-anim^=slide-].is-in-view,
[data-anim-child^=slide-].is-in-view {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    pointer-events: auto
}

[data-anim^=slide-up],
[data-anim-child^=slide-up] {
    transform: translate3d(0, 2.125rem, 0)
}

[data-anim^=slide-down],
[data-anim-child^=slide-down] {
    transform: translate3d(0, -2.125rem, 0)
}

[data-anim^=slide-right],
[data-anim-child^=slide-right] {
    transform: translate3d(-2.125rem, 0, 0)
}

[data-anim^=slide-left],
[data-anim-child^=slide-left] {
    transform: translate3d(2.125rem, 0, 0)
}

[data-anim^=fade],
[data-anim-child^=fade] {
    opacity: 0;
    transition-property: opacity;
    pointer-events: none;
    transition-duration: .8s;
    transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1)
}

[data-anim^=fade].is-in-view,
[data-anim-child^=fade].is-in-view {
    opacity: 1;
    pointer-events: auto
}

[data-anim*=delay-1],
[data-anim-child*=delay-1] {
    transition-delay: .1s;
    animation-delay: .1s
}

[data-anim*=delay-1]::after,
[data-anim-child*=delay-1]::after {
    animation-delay: .1s
}

[data-anim*=delay-1]>*,
[data-anim-child*=delay-1]>* {
    animation-delay: .1s
}

[data-anim*=delay-2],
[data-anim-child*=delay-2] {
    transition-delay: .2s;
    animation-delay: .2s
}

[data-anim*=delay-2]::after,
[data-anim-child*=delay-2]::after {
    animation-delay: .2s
}

[data-anim*=delay-2]>*,
[data-anim-child*=delay-2]>* {
    animation-delay: .2s
}

[data-anim*=delay-3],
[data-anim-child*=delay-3] {
    transition-delay: .3s;
    animation-delay: .3s
}

[data-anim*=delay-3]::after,
[data-anim-child*=delay-3]::after {
    animation-delay: .3s
}

[data-anim*=delay-3]>*,
[data-anim-child*=delay-3]>* {
    animation-delay: .3s
}

[data-anim*=delay-4],
[data-anim-child*=delay-4] {
    transition-delay: .4s;
    animation-delay: .4s
}

[data-anim*=delay-4]::after,
[data-anim-child*=delay-4]::after {
    animation-delay: .4s
}

[data-anim*=delay-4]>*,
[data-anim-child*=delay-4]>* {
    animation-delay: .4s
}

[data-anim*=delay-5],
[data-anim-child*=delay-5] {
    transition-delay: .5s;
    animation-delay: .5s
}

[data-anim*=delay-5]::after,
[data-anim-child*=delay-5]::after {
    animation-delay: .5s
}

[data-anim*=delay-5]>*,
[data-anim-child*=delay-5]>* {
    animation-delay: .5s
}

[data-anim*=delay-6],
[data-anim-child*=delay-6] {
    transition-delay: .6s;
    animation-delay: .6s
}

[data-anim*=delay-6]::after,
[data-anim-child*=delay-6]::after {
    animation-delay: .6s
}

[data-anim*=delay-6]>*,
[data-anim-child*=delay-6]>* {
    animation-delay: .6s
}

[data-anim*=delay-7],
[data-anim-child*=delay-7] {
    transition-delay: .7s;
    animation-delay: .7s
}

[data-anim*=delay-7]::after,
[data-anim-child*=delay-7]::after {
    animation-delay: .7s
}

[data-anim*=delay-7]>*,
[data-anim-child*=delay-7]>* {
    animation-delay: .7s
}

[data-anim*=delay-8],
[data-anim-child*=delay-8] {
    transition-delay: .8s;
    animation-delay: .8s
}

[data-anim*=delay-8]::after,
[data-anim-child*=delay-8]::after {
    animation-delay: .8s
}

[data-anim*=delay-8]>*,
[data-anim-child*=delay-8]>* {
    animation-delay: .8s
}

[data-anim*=delay-9],
[data-anim-child*=delay-9] {
    transition-delay: .9s;
    animation-delay: .9s
}

[data-anim*=delay-9]::after,
[data-anim-child*=delay-9]::after {
    animation-delay: .9s
}

[data-anim*=delay-9]>*,
[data-anim-child*=delay-9]>* {
    animation-delay: .9s
}

[data-anim*=delay-10],
[data-anim-child*=delay-10] {
    transition-delay: 1s;
    animation-delay: 1s
}

[data-anim*=delay-10]::after,
[data-anim-child*=delay-10]::after {
    animation-delay: 1s
}

[data-anim*=delay-10]>*,
[data-anim-child*=delay-10]>* {
    animation-delay: 1s
}

[data-anim*=delay-11],
[data-anim-child*=delay-11] {
    transition-delay: 1.1s;
    animation-delay: 1.1s
}

[data-anim*=delay-11]::after,
[data-anim-child*=delay-11]::after {
    animation-delay: 1.1s
}

[data-anim*=delay-11]>*,
[data-anim-child*=delay-11]>* {
    animation-delay: 1.1s
}

[data-anim*=delay-12],
[data-anim-child*=delay-12] {
    transition-delay: 1.2s;
    animation-delay: 1.2s
}

[data-anim*=delay-12]::after,
[data-anim-child*=delay-12]::after {
    animation-delay: 1.2s
}

[data-anim*=delay-12]>*,
[data-anim-child*=delay-12]>* {
    animation-delay: 1.2s
}

[data-anim*=delay-13],
[data-anim-child*=delay-13] {
    transition-delay: 1.3s;
    animation-delay: 1.3s
}

[data-anim*=delay-13]::after,
[data-anim-child*=delay-13]::after {
    animation-delay: 1.3s
}

[data-anim*=delay-13]>*,
[data-anim-child*=delay-13]>* {
    animation-delay: 1.3s
}

[data-anim*=delay-14],
[data-anim-child*=delay-14] {
    transition-delay: 1.4s;
    animation-delay: 1.4s
}

[data-anim*=delay-14]::after,
[data-anim-child*=delay-14]::after {
    animation-delay: 1.4s
}

[data-anim*=delay-14]>*,
[data-anim-child*=delay-14]>* {
    animation-delay: 1.4s
}

[data-anim*=delay-15],
[data-anim-child*=delay-15] {
    transition-delay: 1.5s;
    animation-delay: 1.5s
}

[data-anim*=delay-15]::after,
[data-anim-child*=delay-15]::after {
    animation-delay: 1.5s
}

[data-anim*=delay-15]>*,
[data-anim-child*=delay-15]>* {
    animation-delay: 1.5s
}

[data-anim*=delay-16],
[data-anim-child*=delay-16] {
    transition-delay: 1.6s;
    animation-delay: 1.6s
}

[data-anim*=delay-16]::after,
[data-anim-child*=delay-16]::after {
    animation-delay: 1.6s
}

[data-anim*=delay-16]>*,
[data-anim-child*=delay-16]>* {
    animation-delay: 1.6s
}

[data-anim*=delay-17],
[data-anim-child*=delay-17] {
    transition-delay: 1.7s;
    animation-delay: 1.7s
}

[data-anim*=delay-17]::after,
[data-anim-child*=delay-17]::after {
    animation-delay: 1.7s
}

[data-anim*=delay-17]>*,
[data-anim-child*=delay-17]>* {
    animation-delay: 1.7s
}

[data-anim*=delay-18],
[data-anim-child*=delay-18] {
    transition-delay: 1.8s;
    animation-delay: 1.8s
}

[data-anim*=delay-18]::after,
[data-anim-child*=delay-18]::after {
    animation-delay: 1.8s
}

[data-anim*=delay-18]>*,
[data-anim-child*=delay-18]>* {
    animation-delay: 1.8s
}

[data-anim*=delay-19],
[data-anim-child*=delay-19] {
    transition-delay: 1.9s;
    animation-delay: 1.9s
}

[data-anim*=delay-19]::after,
[data-anim-child*=delay-19]::after {
    animation-delay: 1.9s
}

[data-anim*=delay-19]>*,
[data-anim-child*=delay-19]>* {
    animation-delay: 1.9s
}

[data-anim*=delay-20],
[data-anim-child*=delay-20] {
    transition-delay: 2s;
    animation-delay: 2s
}

[data-anim*=delay-20]::after,
[data-anim-child*=delay-20]::after {
    animation-delay: 2s
}

[data-anim*=delay-20]>*,
[data-anim-child*=delay-20]>* {
    animation-delay: 2s
}

.h-100 {
    height: 100%
}

.d-block {
    display: block !important
}

.socialsIcons {
    display: flex;
    margin-left: -0.75rem
}

.socialsIcons a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.1875rem;
    height: 2.1875rem;
    border-radius: 100%;
    border: 1px solid transparent;
    transition: all .15s cubic-bezier(0.165, 0.84, 0.44, 1)
}

.socialsIcons a:hover {
    color: #b88768 !important;
    border: 1px solid #b88768
}

.socialsIcons a+a {
    margin-left: .3125rem
}

html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    min-height: 100%;
    font-family: var(--font-primary);
    color: var(--font-dark);
    line-height: 1;
    font-size: 16px
}

@media(min-width: 1600px) {
    html {
        font-size: 1vw
    }
}

@media(min-width: 1800px) {
    html {
        font-size: .92vw
    }
}

body {
    font-family: var(--font-primary);
    overflow-x: hidden;
    background-color: white;
    color: #615e5e;
    line-height: 1.7;
    width: 100%;
    max-width: 100%;
    padding: 0;
    font-size: .875rem
}

@media(max-width: 575px) {
    .container {
        padding-right: 1.875rem;
        padding-left: 1.875rem
    }
}

.content-wrapper.-left {
    padding-left: 20rem
}

@media(max-width: 1199px) {
    .content-wrapper.-left {
        padding-left: 15rem
    }
}

@media(max-width: 991px) {
    .content-wrapper.-left {
        padding-left: 0
    }
}

.container.-sm {
    max-width: 63.75rem
}

@media(max-width: 1199px) {
    .container.-sm {
        max-width: 960px !important
    }
}

@media(max-width: 991px) {
    .container.-sm {
        max-width: 720px !important
    }
}

@media(max-width: 767px) {
    .container.-sm {
        max-width: 540px !important
    }
}

@media(max-width: 575px) {
    .container.-sm {
        max-width: 100% !important
    }
}

::selection {
    color: white;
    background-color: var(--accent-color);
    text-shadow: none
}

main {
    overflow-x: hidden
}

section {
    overflow: hidden;
    position: relative
}

a {
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    transition: color 200ms ease-in-out
}

a:hover {
    text-decoration: none;
    color: var(--accent-color)
}

ul,
li {
    list-style: none;
    margin: 0;
    padding: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0
}

p {
    margin: 0
}

button:focus {
    outline: 0
}

.nice-select {
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-weight: normal;
    font-size: .875rem;
    height: 2.5rem;
    line-height: 2.25rem;
    outline: none;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    text-align: left !important;
    transition: all .2s ease-in-out;
    -webkit-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto
}

.nice-select:hover {
    border-color: #dbdbdb
}

.nice-select:active,
.nice-select.open,
.nice-select:focus {
    border-color: black
}

.nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: "";
    display: block;
    height: .3125rem;
    margin-top: -rem(4px);
    pointer-events: none;
    position: absolute;
    right: .75rem;
    top: 50%;
    transform-origin: 66% 66%;
    transform: rotate(45deg);
    transition: all .15s ease-in-out;
    width: .3125rem
}

.nice-select.open:after {
    transform: rotate(-135deg)
}

.nice-select.open .nice-select-dropdown {
    opacity: 1;
    pointer-events: auto;
    transform: scaleY(1) translateY(0)
}

.nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none
}

.nice-select.disabled:after {
    border-color: #ccc
}

.nice-select.wide {
    width: 100%
}

.nice-select.wide .nice-select-dropdown {
    left: 0 !important;
    right: 0 !important
}

.nice-select.right {
    float: right
}

.nice-select.right .nice-select-dropdown {
    left: auto;
    right: 0
}

.nice-select.small {
    font-size: .75rem;
    height: 2.25rem;
    line-height: 2.125rem
}

.nice-select.small:after {
    height: .25rem;
    width: .25rem
}

.nice-select.small .option {
    line-height: 2.125rem;
    min-height: 2.125rem
}

.nice-select .nice-select-dropdown {
    margin-top: .0625rem;
    background-color: #fff;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    transform-origin: top;
    transform: scaleY(0.8) translateY(0);
    transition: all .2s cubic-bezier(0.5, 0, 0, 1.25), opacity .15s ease-out;
    z-index: 9;
    opacity: 0
}

.nice-select .list {
    overflow: hidden;
    padding: 0;
    max-height: 13.125rem;
    overflow-y: auto;
    padding: 12px 0
}

.nice-select .list:hover .option:not(:hover) {
    background-color: transparent !important
}

.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 2.5rem;
    list-style: none;
    outline: none;
    margin-left: 1.875rem;
    margin-right: 1.875rem;
    text-align: left;
    transition: all .2s;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2)
}

.nice-select .option:last-child {
    border-bottom: none
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
    background-color: #f6f6f6
}

.nice-select .option.selected {
    font-weight: bold
}

.nice-select .option.disabled {
    background-color: transparent;
    color: #999;
    cursor: default
}

.no-csspointerevents .nice-select .nice-select-dropdown {
    display: none
}

.no-csspointerevents .nice-select.open .nice-select-dropdown {
    display: block
}

.nice-select .list::-webkit-scrollbar {
    width: 0
}

.nice-select .has-multiple {
    white-space: inherit;
    height: auto;
    padding: 7px .75rem;
    min-height: 2.25rem;
    line-height: 1.375rem
}

.nice-select .has-multiple span.current {
    border: 1px solid #ccc;
    background: #eee;
    padding: 0 .625rem;
    display: inline-block;
    line-height: 1.5rem;
    font-size: .875rem;
    margin-bottom: .1875rem;
    margin-right: .1875rem
}

.nice-select .has-multiple .multiple-options {
    display: block;
    line-height: 1.5rem;
    padding: 0
}

.nice-select .nice-select-search-box {
    box-sizing: border-box;
    width: 100%;
    padding: 0 1.875rem;
    margin-bottom: .625rem;
    pointer-events: none
}

.nice-select .nice-select-search {
    box-sizing: border-box;
    background-color: #f9f6f6;
    border: none !important;
    color: #444;
    display: inline-block;
    vertical-align: middle;
    padding: 16px 1.25rem;
    margin-top: 1.25rem;
    width: 100%;
    min-height: 2.25rem;
    line-height: 1.375rem;
    height: auto;
    outline: 0 !important;
    font-size: .875rem
}

button {
    padding: unset;
    margin: unset;
    border: unset;
    border-radius: unset;
    background-color: unset
}

.button {
    position: relative;
    display: inline-block;
    border: 0;
    font-size: .875rem;
    line-height: 1;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    transition: all .3s cubic-bezier(0.165, 0.84, 0.44, 1)
}

.button::after {
    content: "";
    position: absolute;
    top: .3125rem;
    bottom: .3125rem;
    right: .3125rem;
    left: .3125rem
}

.button.-md {
    min-width: 13.75rem;
    padding: 1.25rem 2rem
}

.button::after {
    opacity: .4;
    transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1)
}

.button.-hovered::after {
    opacity: 1 !important
}

.button:hover::after {
    opacity: 1
}

.button.-white {
    background-color: white !important
}

.button.-white::after {
    border: 1px solid #d7926b !important
}

.button.-grey {
    background-color: #615e5e !important
}

.button.-grey::after {
    border: 1px solid white !important
}

.button.-grey:hover {
    color: white !important
}

.button.-accent {
    background-color: var(--accent-color) !important
}

.button.-accent::after {
    border: 1px solid white !important
}

.button.-accent:hover {
    color: white !important
}

.button.-secondary {
    background-color: var(--secondary-color) !important
}

.button.-secondary::after {
    border: 1px solid white !important
}

.button.-dark {
    background-color: #18130c !important
}

.button.-dark::after {
    border: 1px solid white !important
}

.button.-simple {
    position: relative;
    display: flex;
    align-items: center;
    transition: all .3s cubic-bezier(0.165, 0.84, 0.44, 1)
}

.button.-simple::before {
    content: "";
    position: relative;
    display: inline-block;
    margin-right: .625rem;
    width: 2.75rem;
    height: .0625rem;
    background-color: currentColor;
    transition: all .3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transform-origin: left
}

.button.-simple:hover::before {
    width: 4rem
}

.button.-icon .icon {
    transition: transform .3s cubic-bezier(0.165, 0.84, 0.44, 1)
}

.button.-icon:hover .icon {
    transform: translateX(0.375rem)
}

.button-pulse {
    position: relative;
    z-index: unset !important
}

.button-pulse__btn {
    cursor: pointer;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 4.5rem;
    height: 4.5rem;
    border: 0;
    border-radius: 100%
}

.button-pulse__btn::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-color: #b88768;
    animation: video_btn_pulse 2.4s infinite;
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
}

.button-pulse__btn__inner {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%
}

.button-pulse__btn i {
    position: relative;
    z-index: 2
}

.button-pulse.-light .button-pulse__btn::after {
    background-color: #fff
}

@keyframes video_btn_pulse {
    0% {
        opacity: .6;
        transform: scale(1)
    }

    75% {
        opacity: 0;
        transform: scale(1.4)
    }

    100% {
        opacity: 0;
        transform: scale(1.4)
    }
}

.form-switch {
    display: flex;
    align-items: center
}

.form-switch label {
    margin: 0;
    margin-left: .875rem;
    font-size: .875rem
}

.form-switch .switch {
    position: relative;
    width: 3.75rem;
    height: 1.875rem
}

.form-switch .switch__slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    box-shadow: 0px .625rem 3.125rem rgba(13, 38, 59, 0.1);
    background-color: transparent;
    transition: .3s;
    border-radius: 1.875rem;
    border: 1px solid #e4e4e4
}

.form-switch .switch__slider::before {
    position: absolute;
    content: "";
    height: 1.25rem;
    width: 1.25rem;
    left: .3125rem;
    bottom: .25rem;
    background-color: #e4e4e4;
    border-radius: 50%;
    transition: .3s
}

.form-switch .switch input {
    z-index: 5;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0
}

.form-switch .switch input:checked+.switch__slider {
    background-color: #b88768
}

.form-switch .switch input:focus+.switch__slider {
    box-shadow: 0 0 1px #b88768
}

.form-switch .switch input:checked+.switch__slider {
    border-color: #b88768
}

.form-switch .switch input:checked+.switch__slider::before {
    transform: translateX(29px);
    background-color: #fff
}

.form-radio {
    display: flex;
    align-items: center
}

.form-radio label {
    margin: 0;
    margin-left: .5625rem;
    font-size: .875rem
}

.form-radio .radio {
    cursor: pointer;
    position: relative;
    display: block
}

.form-radio .radio__mark {
    height: 1rem;
    width: 1rem;
    border-radius: 100%;
    border: 2px solid #e4e4e4;
    display: flex;
    justify-content: center;
    align-items: center
}

.form-radio .radio__icon {
    display: none;
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background-color: black
}

.form-radio .radio input {
    z-index: 5;
    position: absolute;
    opacity: 0;
    cursor: pointer;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.form-radio .radio input:checked~.radio__mark {
    border-color: black
}

.form-radio .radio input:checked~.radio__mark .radio__icon {
    display: block
}

.form-radio .radio:hover input~.radio__mark {
    background-color: rgba(0, 0, 0, 0.05)
}

.form-checkbox {
    display: flex;
    align-items: center
}

.form-checkbox label {
    margin: 0;
    margin-left: .5625rem;
    font-size: .875rem
}

.form-checkbox .checkbox {
    cursor: pointer;
    position: relative;
    display: block
}

.form-checkbox .checkbox__mark {
    height: 1.125rem;
    width: 1.125rem;
    border: 2px solid #e4e4e4;
    display: flex;
    justify-content: center;
    align-items: center
}

.form-checkbox .checkbox__icon {
    display: none;
    position: absolute;
    width: 16px;
    height: 16px;
    stroke-width: 2;
    color: white
}

.form-checkbox .checkbox input {
    z-index: 5;
    position: absolute;
    opacity: 0;
    cursor: pointer;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.form-checkbox .checkbox input:checked~.checkbox__mark {
    background-color: black;
    border-color: black
}

.form-checkbox .checkbox input:checked~.checkbox__mark .checkbox__icon {
    display: block
}

.form-checkbox .checkbox:hover input~.checkbox__mark {
    background-color: rgba(0, 0, 0, 0.05)
}

.form-checkbox .checkbox:hover input:checked~.checkbox__mark {
    background-color: rgba(0, 0, 0, 0.8)
}

form select,
form input[type=text],
form textarea,
form input[type=email],
form input[type=url] {
    font-size: .875rem;
    line-height: 1.3;
    font-weight: 400;
    width: 100%;
    padding: .875rem 0 .875rem .875rem;
    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, 0.2);
    transition: border .15s cubic-bezier(0.165, 0.84, 0.44, 1);
    border-radius: .3125rem;
    display: block
}

form input[type=search] {
    border: 0;
    font-size: .875rem;
    line-height: 1.3;
    font-weight: 400;
    width: 100%;
    padding: .875rem 0;
    background-color: transparent;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    transition: border .15s cubic-bezier(0.165, 0.84, 0.44, 1);
    display: block
}

form select:focus,
form input[type=text]:focus,
form textarea:focus,
form input[type=email]:focus {
    outline: none;
    border: 1px solid black
}

form input[type=search]:focus {
    outline: none;
    border-bottom: 1px solid black
}

form ::placeholder {
    font-weight: 400
}

form.-light label,
form.-light p {
    color: white
}

form.-light select,
form.-light input[type=text],
form.-light input[type=search],
form.-light textarea,
form.-light input[type=email] {
    color: white;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6)
}

form.-light ::placeholder {
    color: rgba(255, 255, 255, 0.7)
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.2;
    letter-spacing: -0.02em;
    font-weight: 600;
    color: black
}

h1 {
    font-size: var(--text-6xl)
}

h2 {
    font-size: var(--text-5xl)
}

h3 {
    font-size: var(--text-4xl)
}

h4 {
    font-size: var(--text-3xl)
}

h5 {
    font-size: var(--text-2xl)
}

h6 {
    font-size: var(--text-xl)
}

.text-xs {
    font-size: var(--text-xs) !important
}

.text-sm {
    font-size: var(--text-sm) !important
}

.text-base {
    font-size: var(--text-base) !important
}

.text-lg {
    font-size: var(--text-lg) !important
}

.text-xl {
    font-size: var(--text-xl) !important
}

.text-2xl {
    font-size: var(--text-2xl) !important
}

.text-3xl {
    font-size: var(--text-3xl) !important
}

.text-4xl {
    font-size: var(--text-4xl) !important
}

.text-5xl {
    font-size: var(--text-5xl) !important
}

.text-6xl {
    font-size: var(--text-6xl) !important
}

@media(max-width: 1199px) {
    .lg\:text-xs {
        font-size: var(--text-xs) !important
    }

    .lg\:text-sm {
        font-size: var(--text-sm) !important
    }

    .lg\:text-base {
        font-size: var(--text-base) !important
    }

    .lg\:text-lg {
        font-size: var(--text-lg) !important
    }

    .lg\:text-xl {
        font-size: var(--text-xl) !important
    }

    .lg\:text-2xl {
        font-size: var(--text-2xl) !important
    }

    .lg\:text-3xl {
        font-size: var(--text-3xl) !important
    }

    .lg\:text-4xl {
        font-size: var(--text-4xl) !important
    }

    .lg\:text-5xl {
        font-size: var(--text-5xl) !important
    }

    .lg\:text-6xl {
        font-size: var(--text-6xl) !important
    }
}

@media(max-width: 991px) {
    .md\:text-xs {
        font-size: var(--text-xs) !important
    }

    .md\:text-sm {
        font-size: var(--text-sm) !important
    }

    .md\:text-base {
        font-size: var(--text-base) !important
    }

    .md\:text-lg {
        font-size: var(--text-lg) !important
    }

    .md\:text-xl {
        font-size: var(--text-xl) !important
    }

    .md\:text-2xl {
        font-size: var(--text-2xl) !important
    }

    .md\:text-3xl {
        font-size: var(--text-3xl) !important
    }

    .md\:text-4xl {
        font-size: var(--text-4xl) !important
    }

    .md\:text-5xl {
        font-size: var(--text-5xl) !important
    }

    .md\:text-6xl {
        font-size: var(--text-6xl) !important
    }
}

@media(max-width: 767px) {
    .sm\:text-xs {
        font-size: var(--text-xs) !important
    }

    .sm\:text-sm {
        font-size: var(--text-sm) !important
    }

    .sm\:text-base {
        font-size: var(--text-base) !important
    }

    .sm\:text-lg {
        font-size: var(--text-lg) !important
    }

    .sm\:text-xl {
        font-size: var(--text-xl) !important
    }

    .sm\:text-2xl {
        font-size: var(--text-2xl) !important
    }

    .sm\:text-3xl {
        font-size: var(--text-3xl) !important
    }

    .sm\:text-4xl {
        font-size: var(--text-4xl) !important
    }

    .sm\:text-5xl {
        font-size: var(--text-5xl) !important
    }

    .sm\:text-6xl {
        font-size: var(--text-6xl) !important
    }
}

@media(max-width: 575px) {
    .xs\:text-xs {
        font-size: var(--text-xs) !important
    }

    .xs\:text-sm {
        font-size: var(--text-sm) !important
    }

    .xs\:text-base {
        font-size: var(--text-base) !important
    }

    .xs\:text-lg {
        font-size: var(--text-lg) !important
    }

    .xs\:text-xl {
        font-size: var(--text-xl) !important
    }

    .xs\:text-2xl {
        font-size: var(--text-2xl) !important
    }

    .xs\:text-3xl {
        font-size: var(--text-3xl) !important
    }

    .xs\:text-4xl {
        font-size: var(--text-4xl) !important
    }

    .xs\:text-5xl {
        font-size: var(--text-5xl) !important
    }

    .xs\:text-6xl {
        font-size: var(--text-6xl) !important
    }
}

.leading-xs {
    line-height: 1.1 !important
}

.leading-sm {
    line-height: 1.2 !important
}

.leading-md {
    line-height: 1.3 !important
}

.leading-lg {
    line-height: 1.4 !important
}

.leading-xl {
    line-height: 1.5 !important
}

.leading-2xl {
    line-height: 1.6 !important
}

.leading-3xl {
    line-height: 1.7 !important
}

.leading-4xl {
    line-height: 1.8 !important
}

.leading-5xl {
    line-height: 1.9 !important
}

.leading-6xl {
    line-height: 2 !important
}

.tracking-minus-sm {
    letter-spacing: -0.03em !important
}

.tracking-none {
    letter-spacing: 0 !important
}

.tracking-sm {
    letter-spacing: .08em !important
}

.tracking-md {
    letter-spacing: .12em !important
}

.tracking-lg {
    letter-spacing: .16em !important
}

.number {
    font-family: var(--font-secondary);
    line-height: 1;
    letter-spacing: -0.02em
}

.number.-circle-right {
    display: flex;
    align-items: center
}

.number.-circle-right::after {
    content: "";
    width: .375rem;
    height: .375rem;
    border-radius: 100%;
    background-color: black;
    margin-left: 8px
}

.number.-left {
    margin-left: -0.25rem
}

.number.-sm {
    font-size: 3.75rem
}

.number.-md {
    font-size: 4.6875rem
}

.number.-lg {
    font-size: 5.625rem
}

@media(max-width: 991px) {
    .number.-sm {
        font-size: 3.75rem
    }

    .number.-md {
        font-size: 4.375rem
    }

    .number.-lg {
        font-size: 5.25rem
    }
}

@media(max-width: 767px) {
    .number.-sm {
        font-size: 3.5rem
    }

    .number.-md {
        font-size: 4rem
    }

    .number.-lg {
        font-size: 4.875rem
    }
}

.numBlock__number {
    font-family: var(--font-secondary);
    font-size: 5.5rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.05em
}

@media(max-width: 991px) {
    .numBlock__number {
        font-size: 5rem
    }
}

@media(max-width: 767px) {
    .numBlock__number {
        font-size: 4.25rem
    }
}

.numBlock__additional {
    font-size: 2.5rem;
    opacity: .4;
    letter-spacing: -0.04em;
    font-weight: 600
}

.numBlock__text {
    line-height: 1.4
}

.has-topbar .header {
    top: 2.5rem
}

@media(max-width: 991px) {
    .has-topbar .header {
        top: 0
    }
}

.header {
    z-index: 200;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.header.-margin-lg .header__bar {
    padding: 0 7.5rem;
    height: 6.875rem
}

@media(max-width: 991px) {
    .header.-margin-lg .header__bar {
        padding: 0 2.5rem;
        height: 4.5rem
    }
}

@media(max-width: 767px) {
    .header.-margin-lg .header__bar {
        padding: 1.25rem
    }
}

.header.-vertical-sm .header__bar {
    width: 100%;
    padding: 0 3.75rem;
    height: 4.375rem;
    display: flex;
    align-items: center
}

.header.-no-vertical-padding .header__bar {
    padding: 0 3.75rem
}

.header.-no-left-padding .header__bar {
    padding-left: 0 !important
}

.header.-top-border .header__bar {
    border-top: 1px solid white
}

.header.-bottom-border .header__bar {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1)
}

.header__item {
    display: flex;
    align-items: center;
    height: 100%
}

@media(max-width: 991px) {
    .header__item {
        z-index: 10;
        position: relative
    }
}

.header__bar {
    position: relative;
    z-index: 10;
    padding: 0 3.75rem;
    height: 6.875rem;
    transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1)
}

@media(max-width: 991px) {
    .header__bar {
        height: 4.5rem;
        padding: 0 1.875rem
    }
}

.header__bar .container {
    height: 100%
}

.header__bar .row {
    height: 100%
}

.header__bar .row>div {
    height: 100%
}

.header__logo.-separate {
    padding: 30px 2.875rem
}

.header__logo {
    font-size: 3.125rem
}

@media(max-width: 991px) {
    .header__logo {
        font-size: 1.875rem
    }
}

.header__logo a {
    display: flex
}

.header__icons {
    display: flex;
    align-items: center;
    height: 100%;
    color: white
}

.header__icons a,
.header__icons button {
    color: white
}

.header__icons a:hover {
    color: #d7926b !important
}

.header__icons>*+* {
    margin-left: 1.875rem
}

.header__icons.-separate {
    height: 100%
}

.header__icons.-separate>* {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 1.875rem;
    border-left: 1px solid white
}

.header__icons.-separate>*:last-child {
    border-right: 1px solid white
}

.header__icons.-separate>*+* {
    margin-left: 0
}

.header__cart {
    height: 100%;
    font-size: 1.25rem
}

@media(max-width: 991px) {
    .header__cart {
        position: relative;
        font-size: 1rem
    }
}

.header__cart>a {
    height: 100%;
    display: flex;
    align-items: center
}

.header__cart a:hover+.headerCart {
    opacity: 1;
    pointer-events: auto;
    transition: all .15s ease-out
}

.header__search {
    font-size: 1.25rem
}

@media(max-width: 991px) {
    .header__search {
        position: relative;
        font-size: 1rem
    }
}

@media(max-width: 767px) {
    .header__search {
        position: relative
    }
}

.header__menu {
    font-size: .75rem
}

.header.is-sticky {
    position: fixed
}

.header.is-sticky .header__bar {
    padding: 0 3.75rem;
    background: #18130c
}

.header.is-sticky .header__bar .nav__item>a,
.header.is-sticky .header__bar .icon,
.header.is-sticky .header__bar>* {
    color: white !important
}

@media(max-width: 767px) {
    .header.is-sticky .header__bar {
        padding: 1.25rem 1.875rem
    }
}

.header.is-sticky.-sticky-dark .header__bar .nav>li>a,
.header.is-sticky.-sticky-dark .header__bar .icon,
.header.is-sticky.-sticky-dark .header__bar>* {
    color: black !important
}

.header.is-sticky.-sticky-dark .header__bar .icon-logo {
    color: white !important
}

.header.is-sticky.-sticky-font-light .header__bar .nav>li>a,
.header.is-sticky.-sticky-font-light .header__bar .icon,
.header.is-sticky.-sticky-font-light .header__bar>* {
    color: white !important
}

.header.is-sticky.-sticky-font-light .header__bar .icon-logo {
    color: white !important
}

.header.is-sticky.-no-vertical-padding .header__bar {
    padding-top: 0;
    padding-bottom: 0
}

.header.-home-2.-no-pad .container {
    padding: 0 !important
}

.header.-home-2 .menu {
    height: 100%
}

.header.-home-2 .header__item {
    display: flex;
    align-items: center;
    height: 100%
}

.header.-home-2 .header__item.-margin-sm .header__logo {
    margin-right: 2.5rem
}

.header.-home-2 .header__item.-margin-lg .header__logo {
    margin-right: 8vw
}

.header.-home-3.is-sticky .header__bar {
    background: white
}

.header.-home-3 .header__bar {
    padding: 0;
    height: 4.375rem;
    border-top: 1px solid #e4e4e4
}

@media(max-width: 767px) {
    .header.-home-3 .header__bar {
        height: 3.5rem
    }
}

.header.-home-3 .header__logo {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 6.625rem;
    margin-right: 1.875rem !important
}

@media(max-width: 1199px) {
    .header.-home-3 .header__logo {
        width: 5rem
    }
}

.header.-home-3 .header__logo .icon {
    font-size: 1.875rem
}

.header.-home-3 .header__item {
    display: flex;
    align-items: center;
    height: 100%
}

.header.-home-3 .header__item.-margin-sm .header__logo {
    margin-right: 2.5rem
}

.header.-home-3 .header__item.-margin-lg .header__logo {
    margin-right: 8vw
}

.header.-home-3 .header__icons {
    display: flex;
    align-items: center;
    height: 100%;
    color: white
}

.header.-home-3 .header__icons a,
.header.-home-3 .header__icons button {
    color: white
}

.header.-home-3 .header__icons a:hover {
    color: #d7926b !important
}

.header.-home-3 .header__icons>*+* {
    margin-left: 1.875rem
}

.header.-home-3 .header__icons>* {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 1.875rem;
    border-left: 1px solid #e4e4e4
}

@media(max-width: 1199px) {
    .header.-home-3 .header__icons>* {
        padding: 0 1.375rem
    }
}

.header.-home-3 .header__icons>*:last-child {
    border-right: 1px solid #e4e4e4
}

.header.-home-3 .header__icons>*+* {
    margin-left: 0
}

.header.-home-4 {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    border-right: 1px solid #e4e4e4;
    width: 20rem
}

@media(max-width: 1199px) {
    .header.-home-4 {
        width: 15rem
    }
}

@media(max-width: 991px) {
    .header.-home-4 {
        bottom: unset;
        width: 100%;
        right: 0
    }
}

.header.-home-4 .header__container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    padding: 2.5rem 2.75rem
}

@media(max-width: 1199px) {
    .header.-home-4 .header__container {
        padding: 2rem 1.25rem
    }
}

@media(max-width: 991px) {
    .header.-home-4 .header__container {
        display: none
    }
}

.header.-home-4 .header__footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center
}

.header.-home-4 .header__copyright {
    color: #615e5e !important
}

.header.-home-4 .header__socials {
    margin-top: 1.5rem
}

.header.-home-4 .header__socials a {
    padding: 0 .9375rem
}

@media(min-width: 992px) {
    .header.-home-6 .nav {
        position: unset !important
    }

    .header.-home-6 .menu {
        height: 100%
    }

    .header.-home-6 .header__bar {
        padding: 0;
        height: 6.25rem
    }
}

@media(min-width: 992px)and (max-width: 767px) {
    .header.-home-6 .header__bar {
        height: 3.5rem
    }
}

@media(min-width: 992px) {
    .header.-home-6 .header__logo {
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 8.9375rem;
        margin-right: 2.3125rem !important;
        background-color: white
    }
}

@media(min-width: 992px)and (max-width: 1199px) {
    .header.-home-6 .header__logo {
        width: 5rem
    }
}

@media(min-width: 992px) {
    .header.-home-6 .header__logo .icon {
        color: #b88768 !important;
        font-size: 2.75rem
    }

    .header.-home-6 .header__item {
        display: flex;
        align-items: center;
        height: 100%
    }

    .header.-home-6 .header__item.-margin-sm .header__logo {
        margin-right: 2.5rem
    }

    .header.-home-6 .header__item.-margin-lg .header__logo {
        margin-right: 8vw
    }

    .header.-home-6 .header__icons {
        display: flex;
        align-items: center;
        height: 100%;
        color: white
    }

    .header.-home-6 .header__icons a,
    .header.-home-6 .header__icons button {
        color: white
    }

    .header.-home-6 .header__icons a:hover {
        color: #d7926b !important
    }

    .header.-home-6 .header__icons>*+* {
        margin-left: 1.875rem
    }

    .header.-home-6 .header__icons>* {
        display: flex;
        align-items: center;
        height: 100%;
        padding: 0 1.875rem
    }
}

@media(min-width: 992px)and (max-width: 1199px) {
    .header.-home-6 .header__icons>* {
        padding: 0 1.375rem
    }
}

@media(min-width: 992px) {
    .header.-home-6 .header__icons>*+* {
        margin-left: 0
    }
}

@media(max-width: 991px) {
    .header.-home-6 .menu {
        z-index: 2
    }

    .header.-home-6 .header__icons {
        position: relative;
        z-index: 10
    }

    .header.-home-9 .menu {
        z-index: -1
    }
}

.side-nav {
    display: flex;
    flex-direction: column;
    align-items: center
}

.side-nav__item a {
    color: black;
    font-size: .875rem;
    line-height: 1.2;
    text-transform: uppercase
}

.side-nav__item+.side-nav__item {
    margin-top: 1.125rem
}

.side-nav__submenu {
    display: none
}

@media(min-width: 992px) {
    .menu__container {
        height: 100%
    }

    .header.-home-3 .nav,
    .header.-home-2 .nav {
        position: unset;
        top: unset;
        left: unset;
        right: unset;
        margin: 0;
        justify-content: center;
        display: flex;
        align-items: center;
        height: 100%
    }

    .header.-home-3 .nav li,
    .header.-home-2 .nav li {
        height: 100%;
        display: flex;
        align-items: center
    }
}

@media(min-width: 992px)and (max-width: 991px) {

    .header.-home-3 .nav li,
    .header.-home-2 .nav li {
        height: unset
    }
}

@media(min-width: 992px) {

    .header.-home-3 .nav li a,
    .header.-home-2 .nav li a {
        text-transform: uppercase;
        line-height: 1
    }

    .header.-home-3 .nav .nav__item+.nav__item,
    .header.-home-2 .nav .nav__item+.nav__item {
        margin-left: 2.5rem
    }
}

.header__menu {
    position: relative;
    display: flex;
    justify-content: center
}

.header .nav-button-close {
    position: absolute;
    top: 0;
    opacity: 0
}

.header .nav-button-close .icon {
    font-size: 1.0625rem
}

.header .nav {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    justify-content: center;
    display: flex;
    align-items: center;
    height: 100%
}

.header .nav li {
    height: 100%;
    display: flex;
    align-items: center
}

.header .nav li a {
    text-transform: uppercase;
    line-height: 1
}

.header .nav>li+li {
    margin-left: 2.5rem
}

@media(min-width: 992px) {
    .menu .nav {
        display: flex;
        width: 100%
    }

    .menu .nav>li>a {
        position: relative;
        transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1)
    }

    .menu .nav>li>a::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -0.625rem;
        width: 100%;
        height: .0625rem;
        background-color: currentColor;
        transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
        transform-origin: left;
        transform: scaleX(0)
    }

    .menu .nav li {
        cursor: pointer
    }

    .menu .nav li:hover>a {
        color: var(--accent-color)
    }

    .menu .nav li:hover>a::after {
        transform: scaleX(1)
    }

    .menu .nav li.-has-mega-menu {
        position: unset !important
    }

    .menu .nav li.-has-mega-menu:hover .mega {
        opacity: 1;
        pointer-events: auto
    }

    .menu .nav li.menu-item-has-children {
        position: relative
    }

    .menu .nav li.menu-item-has-children:hover>.nav__submenu {
        opacity: 1;
        pointer-events: auto
    }

    .menu .nav__submenu {
        z-index: 4;
        position: absolute;
        top: 100%;
        left: 0;
        display: flex;
        flex-direction: column;
        padding: 1.25rem 2rem;
        width: 15rem;
        background-color: #18130c;
        border: 1px solid var(--border-color);
        transition: all .25s cubic-bezier(0.165, 0.84, 0.44, 1);
        pointer-events: none;
        opacity: 0
    }

    .menu .nav__submenu::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: .1875rem;
        background-color: #b88768
    }

    .menu .nav__submenu::after {
        content: "";
        position: absolute;
        bottom: 100%;
        left: 1rem;
        width: 0;
        height: 0;
        border-left: .625rem solid transparent;
        border-right: .625rem solid transparent;
        border-bottom: .625rem solid var(--secondary-color)
    }

    .menu .nav__submenu_item>a {
        display: block;
        font-size: .8125rem;
        text-transform: uppercase;
        padding: .875rem 0;
        line-height: 1;
        color: #a8a7a5
    }

    .header .menu .nav__submenu_item>a {
        line-height: 1.6 !important;
        padding: 11px 0
    }

    .menu .nav__submenu_item>a:hover {
        color: white;
        text-decoration: underline
    }

    .menu .mobile__background {
        display: none !important
    }

    .menu .mobile__back {
        display: none !important
    }

    .menu .mobile__footer {
        display: none !important
    }

    .menu .mobile__socials {
        display: none !important
    }

    .menu .mobile__copyright {
        display: none !important
    }
}

@media(max-width: 991px) {
    .menu {
        z-index: -1;
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh !important;
        display: flex;
        flex-wrap: wrap;
        padding: 1.875rem;
        padding-top: 4.875rem;
        padding-bottom: 1.875rem;
        pointer-events: none;
        overflow-y: auto
    }

    .menu.is-active {
        pointer-events: auto
    }

    .menu .mega {
        display: none
    }

    .menu__container {
        width: 100%
    }

    .menu ul {
        pointer-events: none;
        position: relative;
        width: 100%
    }

    .menu ul.is-active {
        pointer-events: auto
    }

    .menu .nav {
        position: relative;
        height: unset;
        width: 100%;
        z-index: 5;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1)
    }

    .menu .nav.is-open {
        transform: none;
        pointer-events: auto;
        opacity: 1
    }

    .menu .nav li {
        overflow: hidden;
        width: 100%;
        margin: 0 !important;
        height: unset
    }

    .menu .nav li a {
        font-size: 1.125rem;
        line-height: 3.75rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        color: #a8a7a5;
        transform: translateY(100%)
    }

    .menu .nav li a:hover {
        color: white
    }

    .menu .nav li.menu-item-has-children>a::after {
        content: "";
        font-family: "icomoon" !important;
        speak: never;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale
    }

    .menu .nav__submenu {
        position: absolute;
        top: 0;
        left: 0
    }

    .menu .nav__submenu li a {
        font-size: 1.125rem;
        line-height: 3.375rem
    }

    .menu .mobile__background {
        position: fixed;
        top: 0;
        left: 0;
        display: flex;
        flex-wrap: wrap;
        width: 100vw;
        height: 100vh;
        background-color: #18130c;
        background-image: url("assets/img/patterns/2.png");
        transform: scaleY(0);
        transform-origin: bottom
    }

    .menu .mobile__back {
        position: relative;
        padding: 0 1.875rem;
        left: -1.875rem;
        right: -1.875rem;
        height: 3.75rem;
        width: calc(100% + 60px);
        background-color: #615e5e;
        margin-bottom: .625rem;
        opacity: 0
    }

    .menu .mobile__back a {
        display: flex;
        align-items: center;
        font-size: 1.125rem;
        font-weight: 400;
        line-height: 3.75rem;
        text-transform: uppercase;
        color: white
    }

    .menu .mobile__back a::before {
        content: "";
        margin-right: 1.25rem;
        font-family: "icomoon" !important;
        speak: never;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        color: currentColor;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale
    }

    .menu .mobile__footer {
        z-index: 5;
        align-self: flex-end;
        opacity: 0
    }

    .menu .mobile__socials {
        display: flex;
        margin-top: 1.25rem;
        margin-left: -0.75rem
    }

    .menu .mobile__socials a {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 2.1875rem;
        height: 2.1875rem;
        border-radius: 100%;
        border: 1px solid transparent;
        transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
        color: #b88768 !important
    }

    .menu .mobile__socials a:hover {
        border: 1px solid #b88768
    }

    .menu .mobile__socials a+a {
        margin-left: .3125rem
    }

    .menu .mobile__copyright {
        margin-top: 1.875rem;
        display: flex;
        align-items: center
    }

    .menu .mobile__copyright img {
        margin-right: 1.25rem;
        fill: #b2b2b2;
        width: 1.5rem;
        height: 1.5rem
    }

    .menu .mobile__copyright p {
        font-size: .875rem;
        line-height: 1.5rem
    }
}

.instagram__item {
    display: block;
    position: relative
}

.instagram__item:hover .instagram__content {
    opacity: 1
}

.instagram__content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.6);
    transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
    opacity: 0
}

.instagram__content .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid white;
    width: 2.1875rem;
    height: 2.1875rem;
    border-radius: 100%;
    font-size: .875rem;
    color: white
}

.sidebar {
    z-index: 500;
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    width: 31.25rem;
    background-color: #18130c;
    padding: 3.75rem;
    padding-bottom: 2.1875rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-image: url("assets/img/general/pattern_bg.png");
    transition: transform .5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transform: translateX(100%)
}

.sidebar.is-open {
    transform: none
}

.sidebar__cross {
    z-index: 20;
    position: absolute;
    top: 3.75rem;
    right: 3.75rem
}

.sidebar__cross .button {
    font-size: 1rem;
    color: white
}

.sidebar__header .title {
    font-size: 1.875rem;
    line-height: 2.1875rem;
    margin-top: 1rem;
    color: white
}

.sidebar__header .subtitle {
    font-size: .875rem;
    line-height: 1.5rem;
    margin-top: .625rem;
    color: #b88768
}

.sidebar__instagram .title {
    font-size: 1.375rem;
    line-height: 1.75rem;
    color: white
}

.sidebar__instagram .instagram {
    margin-top: 1rem;
    display: flex;
    flex-wrap: wrap
}

.sidebar__instagram .instagram__item {
    position: relative;
    width: 33%
}

.sidebar__instagram .instagram__item:hover .instagram__content {
    opacity: 1
}

.sidebar__instagram .instagram__content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.6);
    transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
    opacity: 0
}

.sidebar__instagram .instagram__content .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid white;
    width: 2.1875rem;
    height: 2.1875rem;
    border-radius: 100%;
    font-size: .875rem;
    color: white
}

.sidebar__info .title {
    font-size: 1.375rem;
    font-weight: 600;
    line-height: 1.75rem;
    margin-bottom: 1.25rem;
    color: white
}

.sidebar__info .text {
    font-size: .875rem;
    line-height: 1.5rem;
    color: #a8a7a5
}

.sidebar__info .text+.text {
    margin-top: 1.5rem
}

.sidebar__info .button {
    margin: 0 auto;
    margin-top: 1.25rem;
    font-size: .875rem;
    line-height: 1.5rem;
    color: #b88768
}

.sidebar__socials {
    display: flex;
    justify-content: center
}

.sidebar__socials .item {
    color: #b88768;
    border: 1px solid transparent;
    width: 2.1875rem;
    height: 2.1875rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1)
}

.sidebar__socials .item:hover {
    border: 1px solid #b88768
}

.sidebar__socials .item+.item {
    margin-left: .625rem
}

.socialsSection {
    position: relative;
    left: -14px;
    display: flex
}

.socialsSection a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.1875rem;
    height: 2.1875rem;
    border-radius: 100%;
    border: 1px solid transparent
}

.socialsSection a+a {
    margin-left: .75rem
}

.socialsSection a:hover {
    border: 1px solid var(--accent-color)
}

.lines.-vertical-lines {
    z-index: -1;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: .05;
    display: flex;
    justify-content: space-evenly
}

.lines.-vertical-lines span {
    height: 100%;
    width: 1px;
    background-color: black
}

.text-transparent {
    color: transparent
}

.relative {
    position: relative
}

.section-bg-image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0
}

.full-image {
    position: relative;
    width: 100%;
    height: 100%
}

.full-image__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.suit::before {
    z-index: -110 !important
}

.border-accent {
    border: 1px solid #b88768
}

.background-stroke-num {
    z-index: 10;
    position: absolute;
    top: 0;
    font-weight: 400;
    font-size: 120px;
    line-height: 1;
    writing-mode: vertical-rl;
    color: transparent;
    transform: rotate(180deg);
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0.5)
}

.background-stroke-num.-left {
    right: calc(100% - 60px)
}

.background-stroke-num.-right {
    left: calc(100% - 60px)
}

.background-border {
    position: relative
}

.background-border.-left::before {
    z-index: -1;
    content: "";
    position: absolute;
    bottom: -1.875rem;
    left: -1.875rem;
    width: 100%;
    height: 100%;
    border: 1px solid #d7926b
}

@media(max-width: 991px) {
    .background-border.-left::before {
        bottom: -1.25rem;
        left: -1.25rem
    }
}

.background-border.-right::before {
    z-index: -1;
    content: "";
    position: absolute;
    bottom: -1.875rem;
    left: 1.875rem;
    width: 100%;
    height: 100%;
    border: 1px solid #d7926b
}

@media(max-width: 991px) {
    .background-border.-right::before {
        bottom: -1.25rem;
        left: -1.25rem
    }
}

.background-cover {
    position: relative
}

.background-cover::after {
    z-index: -1;
    content: "";
    position: absolute;
    top: .625rem;
    width: 100%;
    height: 100%
}

.background-cover.-dark::after {
    background-color: black
}

.background-cover.-beige::after {
    background: #b88768
}

.background-cover.-left::after {
    left: .625rem
}

.background-cover.-right::after {
    right: .625rem
}

.background-cover .button-pulse {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%)
}

.background-color {
    position: relative
}

.background-color::before {
    content: "";
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 65vw;
    height: 100%;
    background-color: #f9f6f6
}

.form.-subscription {
    position: relative
}

.form.-subscription input {
    border-bottom: 1px solid #474747;
    color: white;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px
}

.form.-subscription input::placeholder {
    color: #a8a7a5
}

.form.-subscription input:focus {
    border-bottom: 1px solid white
}

.form.-subscription button {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center
}

.form.-subscription .icon {
    color: #b88768;
    font-size: 20px
}

.form.-subscription input {
    border-bottom: 1px solid black;
    color: black;
    border-right-width: 0;
    border-left-width: 0;
    border-top: 0;
    border-radius: 0
}

.form.-subscription input::placeholder {
    color: black
}

.form.-subscription input:focus {
    border-bottom: 1px solid black
}

.form.-subscription .icon {
    color: #000
}

.background-num {
    z-index: 1;
    position: relative
}

.background-num.-light .background-num__num {
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.2)
}

.background-num.-accent .background-num__num {
    -webkit-text-stroke: 1px rgba(184, 135, 104, 0.2)
}

.background-num__wrap {
    z-index: -1;
    position: relative;
    padding-top: 3.125rem;
    display: flex;
    justify-content: center;
    width: 100%
}

.background-num__num {
    position: absolute;
    top: 0;
    font-weight: 600;
    font-size: 70px;
    line-height: 82px;
    color: transparent;
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0.2)
}

.background-num__front {
    position: relative;
    z-index: 1
}

.background-num.-hover .background-num__front>div {
    transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1)
}

.background-num.-hover .background-num__front .icon {
    transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1)
}

.background-num.-hover:hover .background-num__front>div {
    background-color: black
}

.background-num.-hover:hover .background-num__front .icon {
    color: white !important
}

.background-num.-hover.-accent:hover .background-num__front>div {
    background-color: #b88768 !important
}

.background-num.-hover.-accent:hover .background-num__front .icon {
    color: white !important
}

.bg-white-10 {
    background-color: rgba(255, 255, 255, 0.1)
}

.section-bg {
    padding-top: 13.75rem;
    padding-bottom: 13.75rem
}

.section-bg__image {
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.section-bg__image::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5)
}

.top-minus-90 {
    position: relative;
    top: -5.625rem
}

.mt-minus-90 {
    margin-top: -5.625rem
}

.mb-minus-60 {
    margin-bottom: -3.75rem
}

.overflow-visible {
    overflow: visible !important
}

.pos-unset {
    position: unset !important
}

@media(max-width: 767px) {
    .sm\:pos-unset {
        position: unset !important
    }
}

.bg-black {
    background-color: #000 !important
}

.bg-dark {
    background-color: #181818
}

.bg-beige-dark {
    background-color: #b88768
}

.bg-beige-light {
    background-color: #fcf7f4
}

.bg-grey {
    background-color: #f9f5f5
}

.bg-dark-img {
    background-color: #18130c
}

.bg-accent {
    background-color: var(--accent-color)
}

.bg-secondary {
    background-color: var(--accent-color)
}

.bg-black {
    background-color: #000
}

.bg-white {
    background-color: #fff
}

.bg-light-1 {
    background-color: var(--bg-light-1)
}

.bg-light-2 {
    background-color: var(--bg-light-2)
}

.bg-dark-1 {
    background-color: var(--bg-dark-1)
}

.bg-dark-2 {
    background-color: var(--bg-dark-2)
}

.bg-dark-3 {
    background-color: var(--bg-dark-3)
}

.bg-dark-4 {
    background-color: var(--bg-dark-4)
}

.text-light {
    color: rgba(255, 255, 255, 0.6) !important
}

.text-dark {
    color: rgba(0, 0, 0, 0.6) !important
}

.text-white {
    color: white !important
}

.text-accent {
    color: var(--accent-color)
}

.text-secondary {
    color: var(--secondary-color)
}

.text-beige {
    color: #d7926b
}

.text-beige-dark {
    color: #b88768
}

.text-beige-light {
    color: #fcf7f4
}

.text-grey {
    color: #f9f5f5
}

.text-dark-img {
    color: #18130c
}

.overlayImgs {
    position: relative;
    width: 100%;
    padding-left: 50px !important;
    padding-right: 40px !important
}

@media(max-width: 991px) {
    .overlayImgs {
        padding-left: 0 !important;
        padding-right: 40px !important
    }
}

.overlayImgs img {
    width: 100%;
    height: auto
}

.overlayImgs__back {
    max-width: 530px
}

.overlayImgs__back.-border {
    border: 6px solid #fff
}

.overlayImgs__front {
    position: absolute !important;
    bottom: -80px;
    right: 0;
    width: 60% !important
}

.overlayImgs__front.-border {
    border: 6px solid #fff
}

.aboutBack {
    position: absolute !important;
    top: -3.8vw;
    left: -12vw
}

.sectionHeading__subtitle {
    color: #d7926b;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 16px
}

.sectionHeading__title {
    font-size: 35px;
    font-weight: 600;
    line-height: 41px
}

@media(max-width: 991px) {
    .sectionHeading__title {
        font-size: 25px;
        line-height: 29px
    }
}

.sectionHeading__text {
    margin-top: 42px;
    font-size: 14px;
    line-height: 24px
}

.sectionHeading__button {
    margin-top: 52px
}

@media(max-width: 991px) {
    .sectionHeading.-about .sectionHeading__title {
        font-size: 25px;
        font-weight: 600;
        line-height: 29px
    }

    .sectionHeading.-about .sectionHeading__text {
        margin-top: 30px;
        font-size: 14px;
        line-height: 24px
    }

    .sectionHeading.-about .sectionHeading__button {
        margin-top: 30px
    }
}

.sectionHeading.-top-line .sectionHeading__subtitle {
    display: flex;
    align-items: center;
    flex-direction: column
}

.sectionHeading.-top-line .sectionHeading__subtitle::before {
    content: "";
    position: relative;
    display: block;
    margin-bottom: 15px;
    width: 64px;
    height: 1px;
    background-color: currentColor
}

@media(max-width: 991px) {
    .sectionHeading.-top-line.-md .sectionHeading__subtitle {
        align-items: flex-start !important
    }
}

.sectionHeading.-left-line .sectionHeading__subtitle {
    display: flex;
    align-items: center
}

.sectionHeading.-left-line .sectionHeading__subtitle::before {
    content: "";
    position: relative;
    margin-right: 1.25rem;
    width: 4rem;
    height: 1px;
    background-color: currentColor
}

@media(max-width: 767px) {
    .sectionHeading.-left-line .sectionHeading__subtitle {
        flex-direction: column;
        align-items: flex-start
    }

    .sectionHeading.-left-line .sectionHeading__subtitle::before {
        margin: 0;
        margin-bottom: 1.25rem
    }
}

.masthead .swiper-wrapper {
    z-index: -1
}

.masthead .container,
.masthead .row {
    height: 100%
}

.masthead .swiper-slide {
    overflow: hidden
}

.masthead {
    background-color: #131313;
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: center
}

.masthead__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.masthead__image::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4)
}

.masthead__title {
    font-size: 70px;
    font-weight: 400;
    line-height: 82px
}

.masthead__title span {
    font-weight: 600
}

@media(max-width: 991px) {
    .masthead__title {
        font-size: 40px;
        line-height: 47px
    }
}

.masthead__button {
    margin-top: 30px;
    opacity: 0
}

@media(max-width: 991px) {
    .masthead__button {
        margin-top: 20px
    }
}

.masthead__pagination_numbers {
    z-index: 5;
    position: absolute;
    top: 330px;
    left: 60px;
    display: flex
}

.masthead__pagination_numbers span {
    color: white
}

.masthead__pagination_numbers span:nth-child(1) {
    font-size: 14px;
    line-height: 16px
}

.masthead__pagination_numbers span:nth-child(2) {
    font-size: 14px;
    line-height: 20px;
    padding: 0 7px
}

.masthead__pagination_numbers span:nth-child(3) {
    font-size: 40px;
    line-height: 47px
}

.masthead__socials {
    position: absolute;
    top: 50%;
    right: 60px;
    transform: translateY(-50%);
    writing-mode: vertical-rl;
    display: flex
}

.masthead__socials a+a {
    margin-top: 30px
}

.masthead__scroll {
    cursor: pointer;
    position: absolute;
    bottom: 50px;
    right: 60px
}

.masthead__scroll_item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 100%;
    color: white;
    font-size: 14px;
    line-height: 16px
}

.masthead__scroll_icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    border: 1px solid #fff;
    transition: all .1s ease-out;
    color: white;
    margin-top: 25px;
    overflow: hidden
}

.masthead__scroll_icon .icon {
    animation-duration: 1.8s;
    animation-name: uiScrollInfinite;
    animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    animation-fill-mode: both;
    animation-iteration-count: infinite;
    color: white;
    position: relative;
    font-size: 30px;
    transition: all .1s ease-out
}

@keyframes uiScrollInfinite {
    0% {
        transform: translateY(-100%) rotate(90deg)
    }

    100% {
        transform: translateY(100%) rotate(90deg)
    }
}

.masthead-pagination {
    z-index: 10;
    position: absolute;
    bottom: 3.125rem;
    left: 3.75rem;
    display: flex
}

@media(max-width: 991px) {
    .masthead-pagination {
        bottom: 1.875rem;
        left: 1.875rem
    }
}

.masthead-pagination__item {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    opacity: .5;
    transition: opacity .4s cubic-bezier(0.77, 0, 0.175, 1) .2s
}

.masthead-pagination__item .masthead-pagination__line {
    transition: transform .4s cubic-bezier(0.77, 0, 0.175, 1) .2s;
    transform: scaleX(0);
    transform-origin: left
}

.masthead-pagination__item.is-active {
    opacity: 1
}

.masthead-pagination__item.is-active .masthead-pagination__line {
    transform: scaleX(1)
}

.masthead-pagination .masthead-pagination__item+.masthead-pagination__item {
    margin-left: 75px
}

@media(max-width: 991px) {
    .masthead-pagination .masthead-pagination__item+.masthead-pagination__item {
        margin-left: 40px
    }
}

.masthead-pagination__number {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    color: white
}

.masthead-pagination__title {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 12px;
    color: white
}

.masthead-pagination__line {
    margin-top: 8px;
    transform-origin: left;
    width: 104px;
    height: 1px;
    background-color: white
}

@media(max-width: 991px) {
    .masthead-pagination__line {
        width: 100%
    }
}

.page-masthead {
    position: relative;
    padding-top: 27.1875rem;
    padding-bottom: 10rem
}

@media(max-width: 1199px) {
    .page-masthead {
        padding-top: 23.75rem;
        padding-bottom: 9.375rem
    }
}

@media(max-width: 991px) {
    .page-masthead {
        padding-top: 15rem;
        padding-bottom: 8.75rem
    }
}

@media(max-width: 767px) {
    .page-masthead {
        padding-top: 12.5rem;
        padding-bottom: 7.5rem
    }
}

.page-masthead__bg {
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.page-masthead__bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6)
}

.page-masthead__content {
    z-index: 1;
    position: relative
}

@media(max-width: 991px) {
    .page-masthead__content {
        text-align: center
    }
}

.page-masthead__subtitle {
    font-size: .875rem;
    font-weight: 600;
    line-height: 1rem;
    text-transform: uppercase;
    color: var(--accent-color);
    padding-left: .25rem;
    margin-bottom: .375rem
}

.page-masthead__back_title {
    white-space: nowrap;
    position: absolute;
    bottom: -2.5rem;
    left: -3rem;
    font-size: 7.5rem;
    font-weight: 400;
    line-height: 1.15;
    color: transparent;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.2)
}

@media(max-width: 1199px) {
    .page-masthead__back_title {
        font-size: 6.25rem
    }
}

@media(max-width: 991px) {
    .page-masthead__back_title {
        font-size: 5rem;
        top: 65%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%)
    }
}

@media(max-width: 767px) {
    .page-masthead__back_title {
        display: none
    }
}

.page-masthead__title {
    font-size: 4.375rem;
    font-weight: 400;
    line-height: 1.1
}

@media(max-width: 767px) {
    .page-masthead__title {
        font-size: 3.625rem
    }
}

.page-masthead-bread {
    font-size: .875rem;
    line-height: 1.5
}

.page-masthead-bread__item {
    color: inherit;
    font-size: inherit;
    line-height: inherit
}

.counter {
    position: relative;
    display: flex;
    align-items: center
}

.counter.-light .counter__back {
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.2)
}

.counter__back {
    font-size: 120px;
    line-height: 141px;
    padding-right: 80px;
    color: transparent;
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0.2)
}

.counter__content {
    display: flex;
    align-items: center;
    position: absolute;
    left: 30%
}

.counter__number {
    font-size: 50px;
    font-weight: 600;
    line-height: 59px
}

.counter__title {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-transform: uppercase;
    margin-left: 9px
}

.counter.-portfolio-single {
    flex-direction: column;
    padding-top: 1.75rem
}

.counter.-portfolio-single .counter__number {
    font-size: 50px;
    font-weight: 600;
    line-height: 1
}

.counter.-portfolio-single .counter__content {
    position: relative;
    left: unset;
    flex-direction: column
}

.counter.-portfolio-single .counter__back {
    padding: 0;
    position: absolute;
    top: 2px;
    font-size: 80px;
    line-height: 1;
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0.2)
}

.counter.-portfolio-single.-light .counter__back {
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.2)
}

.cta__title {
    font-size: 35px;
    font-weight: 600;
    line-height: 41px
}

@media(max-width: 991px) {
    .cta__title {
        font-size: 25px;
        font-weight: 600;
        line-height: 29px
    }
}

.cta__text {
    margin-top: 15px;
    font-size: 14px;
    line-height: 24px
}

@media(max-width: 991px) {
    .cta__text {
        margin-top: 30px;
        font-size: 14px;
        line-height: 24px
    }
}

.cta__button {
    margin-top: 38px
}

@media(max-width: 991px) {
    .cta__button {
        margin-top: 30px
    }
}

.blog__image {
    position: relative
}

.blog__category {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: black;
    color: white;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    padding: 10px 20px
}

.blog__info {
    display: flex;
    margin: -6px
}

.blog__info a {
    padding: 6px;
    color: #b88768;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px
}

.blog__title {
    margin-top: 10px;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px
}

.blog__button {
    margin-top: 20px
}

.blog.-hover .blog__image {
    overflow: hidden
}

.blog.-hover .blog__image img {
    transition: all .5s cubic-bezier(0.165, 0.84, 0.44, 1)
}

.blog.-hover:hover .blog__image img {
    transform: scale(1.1)
}

.blog.-hover:hover .blog__info {
    transform: none
}

.blog.-hover:hover .blog__title {
    transform: none
}

.clients__image {
    display: flex;
    justify-content: center;
    align-items: center
}

@media(max-width: 991px) {
    .clients__image img {
        width: 100%;
        height: auto
    }
}

@media(max-width: 767px) {
    .clients__image img {
        width: 80%;
        height: auto
    }
}

.footer {
    position: relative;
    background-color: #18130c
}

.footer__top {
    padding-top: 100px;
    padding-bottom: 120px
}

@media(max-width: 991px) {
    .footer__top {
        padding-top: 60px;
        padding-bottom: 60px
    }
}

.footer__item p {
    color: #a8a7a5;
    line-height: 22px
}

.footer__item a {
    color: #a8a7a5;
    line-height: 22px
}

.footer__title {
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    text-transform: uppercase
}

.footer__content {
    margin-top: 30px
}

.footer__content__item {
    line-height: 1
}

.footer__content__item span {
    color: #b88768
}

.footer__content__item+.footer__content__item {
    margin-top: 20px
}

.footer__newsletter {
    margin-top: 30px
}

.footer__newsletter form {
    position: relative
}

.footer__newsletter form input {
    border-bottom: 1px solid #474747;
    color: white;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px
}

.footer__newsletter form input::placeholder {
    color: #a8a7a5
}

.footer__newsletter form input:focus {
    border-bottom: 1px solid white
}

.footer__newsletter button {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center
}

.footer__newsletter .icon {
    color: #b88768;
    font-size: 1.25rem
}

.footer__socials {
    margin-top: 1.875rem
}

.footer__socials_content {
    display: flex;
    margin-top: 1.25rem;
    margin-left: -0.75rem
}

.footer__socials_content a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.1875rem;
    height: 2.1875rem;
    border-radius: 100%;
    border: 1px solid transparent;
    transition: all .15s cubic-bezier(0.165, 0.84, 0.44, 1);
    color: #b88768 !important
}

.footer__socials_content a:hover {
    border: 1px solid #b88768
}

.footer__socials_content a+a {
    margin-left: 5px
}

.footer__bottom {
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.15)
}

.footer__bottom_text {
    color: #a8a7a5;
    font-size: 14px;
    line-height: 24px
}

.footer.-light .footer__item p {
    color: #000
}

.footer.-light .footer__item a {
    color: #000
}

.footer.-light .footer__content__item span {
    color: #000
}

.footer.-light .footer__newsletter form input {
    border-bottom: 1px solid black;
    color: black
}

.footer.-light .footer__newsletter form input::placeholder {
    color: black
}

.footer.-light .footer__newsletter form input:focus {
    border-bottom: 1px solid black
}

.footer.-light .footer__newsletter .icon {
    color: #000
}

.footer.-light .footer__socials_content a {
    color: #000 !important
}

.footer.-light .footer__socials_content a:hover {
    border: 1px solid #000
}

.footer.-light .footer__bottom {
    border-top: 1px solid rgba(0, 0, 0, 0.15)
}

.footer.-light .footer__bottom_text {
    color: #000
}

.portfolio__content {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    padding-top: 40px;
    padding-bottom: 16px;
    width: 650px;
    max-width: 80%;
    background-color: white;
    opacity: 0;
    transition: all .3s ease-out .2s
}

@media(max-width: 991px) {
    .portfolio__content {
        padding-top: 16px;
        padding-bottom: 16px
    }
}

.portfolio__category {
    color: #d7926b;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px
}

.portfolio__title {
    font-size: 24px;
    font-weight: 600;
    line-height: 28px
}

@media(max-width: 991px) {
    .portfolio__title {
        font-size: 18px;
        line-height: 21px
    }
}

.swiper-slide-active .portfolio__content {
    opacity: 1
}

.portfolioCard.-type-1 {
    position: relative;
    display: block
}

.portfolioCard.-type-1:hover .portfolioCard__content {
    transform: none;
    opacity: 1
}

.portfolioCard.-type-1 .portfolioCard__content {
    position: absolute;
    bottom: .625rem;
    left: .625rem;
    right: .625rem;
    background-color: white;
    transform: translateY(-16px);
    transition: all .3s cubic-bezier(0.165, 0.84, 0.44, 1);
    opacity: 0
}

.portfolioCard.-type-1 .portfolioCard__link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2
}

.portfolioCard.-type-2 {
    position: relative
}

.portfolioCard.-type-2 .portfolioCard__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    padding-left: 2.5rem;
    padding-bottom: 1.875rem;
    display: flex;
    justify-content: flex-end;
    flex-direction: column
}

.portfolioCard.-type-2 .portfolioCard__content a {
    position: relative;
    z-index: 4
}

.portfolioCard.-type-2 .portfolioCard__link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2
}

.portfolioCard.-zoom .portfolioCard__img {
    overflow: hidden
}

.portfolioCard.-zoom .portfolioCard__img>div {
    transition: all .5s cubic-bezier(0.165, 0.84, 0.44, 1)
}

.portfolioCard.-zoom:hover .portfolioCard__img>div {
    transform: scale(1.1)
}

.portfolioCard.-type-2.-hover .portfolioCard__img {
    overflow: hidden
}

.portfolioCard.-type-2.-hover .portfolioCard__img__inner {
    transform: scale(1.01);
    transition: transform .4s cubic-bezier(0.165, 0.84, 0.44, 1)
}

.portfolioCard.-type-2.-hover .portfolioCard__content {
    opacity: 0;
    transition: opacity .4s cubic-bezier(0.165, 0.84, 0.44, 1)
}

.portfolioCard.-type-2.-hover .portfolioCard__content p,
.portfolioCard.-type-2.-hover .portfolioCard__content a {
    opacity: 0;
    transform: translateY(2rem);
    transition: opacity .4s cubic-bezier(0.165, 0.84, 0.44, 1), transform .4s cubic-bezier(0.165, 0.84, 0.44, 1)
}

.portfolioCard.-type-2.-hover .portfolioCard__content h3 {
    opacity: 0;
    transform: translateY(2rem);
    transition: opacity .4s cubic-bezier(0.165, 0.84, 0.44, 1) .06s, transform .4s cubic-bezier(0.165, 0.84, 0.44, 1) .06s
}

.portfolioCard.-type-2.-hover:hover .portfolioCard__img__inner {
    transform: scale(1.08)
}

.portfolioCard.-type-2.-hover:hover .portfolioCard__content {
    opacity: 1
}

.portfolioCard.-type-2.-hover:hover .portfolioCard__content a,
.portfolioCard.-type-2.-hover:hover .portfolioCard__content p,
.portfolioCard.-type-2.-hover:hover .portfolioCard__content h3 {
    opacity: 1;
    transform: none
}

.portfolioCard.-type-3 {
    position: relative;
    display: block
}

.portfolioCard.-type-3:hover .portfolioCard__content {
    transform: none;
    opacity: 1
}

.portfolioCard.-type-3 .portfolioCard__content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: white;
    border: 1px solid #e4e4e4;
    padding: 2.5rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    transform: translateY(-10px);
    transition: all .3s cubic-bezier(0.165, 0.84, 0.44, 1);
    opacity: 0
}

.portfolioCard.-type-3 .portfolioCard__content::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: #d7926b
}

.portfolioCard.-type-3 .portfolioCard__link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2
}

.service__content {
    position: relative;
    padding: 32px 60px 40px 40px
}

.service__content.-border {
    border: 1px solid #e4e4e4
}

@media(max-width: 1199px) {
    .service__content {
        padding: 36px 30px
    }
}

.service__icon {
    width: 65px;
    height: 65px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(215, 146, 107, 0.1)
}

.service__icon .icon {
    font-size: 24px
}

.service__title {
    font-size: 18px;
    font-weight: 600;
    line-height: 21px
}

.service__text {
    margin-top: 14px;
    font-size: 14px;
    line-height: 24px
}

.service__button {
    margin-top: 24px
}

.service__button .button::before {
    width: 20px
}

.service.-card .service__content::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: #d7926b
}

.service.-card.-hover .service__content {
    transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1)
}

.service.-card.-hover .service__icon {
    transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1)
}

.service.-card.-hover .service__icon .icon {
    transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1)
}

.service.-card.-hover .service__title {
    transition: color .2s cubic-bezier(0.165, 0.84, 0.44, 1)
}

.service.-card.-hover .service__text {
    transition: color .2s cubic-bezier(0.165, 0.84, 0.44, 1)
}

.service.-card.-hover .service__button {
    transition: color .2s cubic-bezier(0.165, 0.84, 0.44, 1)
}

.service.-card.-hover:hover .service__content {
    background-color: #18130c !important
}

.service.-card.-hover:hover .service__icon {
    background-color: #d7926b !important
}

.service.-card.-hover:hover .service__icon .icon {
    color: white !important
}

.service.-card.-hover:hover .service__title {
    color: white !important
}

.service.-card.-hover:hover .service__text {
    color: white !important
}

.service.-card.-hover:hover .service__button a {
    color: white !important
}

.service.-image.-hover .service__image {
    overflow: hidden
}

.service.-image.-hover .service__image div {
    transition: all .6s cubic-bezier(0.165, 0.84, 0.44, 1)
}

.service.-image.-hover .service__content::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: #d7926b;
    opacity: 0;
    transition: all .3s cubic-bezier(0.165, 0.84, 0.44, 1)
}

.service.-image.-hover:hover .service__image div {
    transform: scale(1.1)
}

.service.-image.-hover:hover .service__content::after {
    opacity: 1
}

.service.-icon-hover .service__icon {
    transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1)
}

.service.-icon-hover .service__icon .icon {
    transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1)
}

.service.-icon-hover:hover .service__icon {
    background-color: #d7926b !important
}

.service.-icon-hover:hover .service__icon .icon {
    color: white !important
}

.team {
    cursor: pointer;
    position: relative
}

.team__content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 36px 30px;
    display: flex;
    align-items: flex-end
}

.team__socials {
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    align-items: center
}

.team__socials a {
    font-size: 16px
}

.team__socials a+a {
    margin-top: 10px
}

@media(max-width: 991px) {
    .team__socials {
        top: unset;
        transform: none;
        bottom: 20px;
        left: 20px
    }

    .team__socials a {
        font-size: 14px
    }

    .team__socials a+a {
        margin-top: 10px
    }
}

.team__info {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    color: #d7926b
}

@media(max-width: 991px) {
    .team__info {
        font-size: 12px;
        line-height: 14px
    }
}

.team__title {
    margin-top: 8px;
    font-size: 18px;
    font-weight: 600;
    line-height: 21px
}

@media(max-width: 991px) {
    .team__title {
        font-size: 14px;
        line-height: 16px
    }
}

.team.-hover .team__image {
    overflow: hidden
}

.team.-hover .team__image .bg-image {
    transition: all .5s cubic-bezier(0.165, 0.84, 0.44, 1)
}

.team.-hover .team__content {
    transition: all .5s cubic-bezier(0.165, 0.84, 0.44, 1);
    opacity: 0
}

.team.-hover .team__socials {
    transition: all .5s cubic-bezier(0.165, 0.84, 0.44, 1)
}

.team.-hover .team__info {
    transition: all .5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transform: translateY(16px)
}

.team.-hover .team__title {
    transition: all .5s cubic-bezier(0.165, 0.84, 0.44, 1) .08s;
    transform: translateY(16px)
}

.team.-hover:hover .team__image .bg-image {
    transform: scale(1.1)
}

.team.-hover:hover .team__content {
    opacity: 1
}

.team.-hover:hover .team__info {
    transform: none
}

.team.-hover:hover .team__title {
    transform: none
}

.team.-zoom-hover .team__image {
    overflow: hidden
}

.team.-zoom-hover .team__image .bg-image {
    transition: all .5s cubic-bezier(0.165, 0.84, 0.44, 1)
}

.team.-zoom-hover .team__content {
    transition: all .5s cubic-bezier(0.165, 0.84, 0.44, 1);
    opacity: 0
}

.team.-zoom-hover:hover .team__image .bg-image {
    transform: scale(1.1)
}

.team.-zoom-hover:hover .team__content {
    opacity: 1
}

.sectionSlider {
    width: 100%
}

.pagination.-slider {
    display: flex;
    justify-content: center
}

.pagination.-slider .pagination__item {
    width: 6px;
    height: 6px;
    background-color: #d7926b;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%
}

.pagination.-slider .pagination__item::after {
    border-radius: 100%;
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    border: 1px solid transparent;
    transform: scale(0.5);
    transition: all .15s ease-out
}

.pagination.-slider .pagination__item.is-active::after {
    transform: scale(1);
    border: 1px solid #d7926b
}

.pagination.-slider.-white .pagination__item {
    background-color: #fff
}

.pagination.-slider.-white .pagination__item.is-active::after {
    border: 1px solid #fff
}

.pagination.-slider .pagination__item+.pagination__item {
    margin-left: 18px
}

.pagination.-slider.-left {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    flex-direction: column
}

.pagination.-slider.-left .pagination__item+.pagination__item {
    margin-left: 0;
    margin-top: 18px
}

.sectionSlider .nav.-slider .nav__item {
    z-index: 5;
    cursor: pointer;
    position: absolute;
    top: 52%;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2rem;
    height: 2rem;
    border-radius: 100%;
    border: 1px solid #e4e4e4;
    transition: all .1s ease-out
}

.sectionSlider .nav.-slider .nav__item .icon {
    position: relative;
    font-size: 1.875rem;
    transition: all .1s ease-out
}

.sectionSlider .nav.-slider .nav__item.-left {
    left: 2.5rem
}

.sectionSlider .nav.-slider .nav__item.-left .icon {
    left: .9375rem
}

.sectionSlider .nav.-slider .nav__item.-right {
    right: 2.5rem
}

.sectionSlider .nav.-slider .nav__item.-right .icon {
    right: .9375rem
}

.sectionSlider .nav.-slider .nav__item:hover {
    border: 1px solid #d7926b
}

.sectionSlider .nav.-slider .nav__item:hover .icon {
    color: #d7926b
}



body.preloader-visible .preloader__bg {
    transform: scaleY(1)
}

body.preloader-visible .preloader__progress {
    opacity: 1
}

.preloader {
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5000;
    pointer-events: none;
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.preloader__bg {
    pointer-events: auto;
    height: 100%;
    width: 100%;
    background-color: var(--bg-dark-4);
    box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.12);
    will-change: transform;
    transform-origin: bottom;
    transform: scaleY(0)
}

.preloader__progress {
    position: absolute;
    z-index: 200;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 3.5rem;
    height: 3.5rem;
    background-color: #fff;
    opacity: 0;
    -webkit-mask-image: var(--preloader-image);
    mask-image: var(--preloader-image);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat
}

.preloader__progress__inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--accent-color);
    transform-origin: bottom;
    transform: scaleY(0)
}

.bar-stroke-hidden {
    stroke-width: 0px !important
}

.pieChart__chart {
    transform: rotate(-90deg);
    display: flex;
    justify-content: center;
    align-items: center
}

.pieChart circle {
    stroke-dashoffset: 0;
    fill: transparent
}

.pieChart circle.pieChart__bar {
    stroke: var(--accent-color);
    stroke-width: 1.5px
}

.pieChart__back {
    stroke: black;
    stroke-width: 1.5px !important
}

.pieChart__percent {
    transform: rotate(90deg);
    position: absolute;
    font-size: 35px;
    line-height: 41px;
    font-weight: 600
}

@media(max-width: 991px) {
    .pieChart__percent {
        font-size: 18px;
        line-height: 21px
    }
}

.pieChart__title {
    margin-top: 30px;
    font-size: 18px;
    font-weight: 600;
    line-height: 21px
}

@media(max-width: 991px) {
    .pieChart__title {
        margin-top: 20px;
        font-size: 16px;
        line-height: 19px
    }
}

.pieChart__text {
    margin-top: 14px;
    font-size: 14px;
    line-height: 24px
}

@media(max-width: 991px) {
    .pieChart__text {
        margin-top: 8px
    }
}

.pieChart {
    transition: background-color .35s cubic-bezier(0.165, 0.84, 0.44, 1)
}

.pieChart .pieChart-title,
.pieChart .pieChart-text,
.pieChart .pieChart-percent {
    transition: color .35s cubic-bezier(0.165, 0.84, 0.44, 1)
}

.pieChart-light circle {
    stroke: rgba(255, 255, 255, 0.2)
}

.pieChart-light:hover {
    background-color: white
}

.pieChart-light:hover .pieChart-percent,
.pieChart-light:hover .pieChart-title {
    color: black
}

.pieChart-light:hover .pieChart-text {
    color: var(--font-dark)
}

.pieChart-dark circle {
    stroke: rgba(0, 0, 0, 0.1)
}

.pieChart-dark:hover {
    background-color: black
}

.pieChart-dark:hover .pieChart-percent,
.pieChart-dark:hover .pieChart-title {
    color: white
}

.pieChart-dark:hover .pieChart-text {
    color: var(--font-light)
}

.lineChart__item {
    margin-top: 2rem;
    margin-top: 2rem
}

.lineChart__item:first-child {
    margin-top: 0
}

.lineChart__content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: .5rem
}

.lineChart__content p {
    font-size: inherit;
    color: inherit;
    line-height: inherit
}

.lineChart__bar {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: .1875rem
}

.lineChart__bar__item {
    width: 100%;
    height: 100%;
    transform-origin: 0% 50%;
    transform: scaleX(0)
}

.lineChart__bar__bg {
    position: absolute;
    width: 100%;
    height: .1875rem;
    background-color: rgba(0, 0, 0, 0.1)
}

.lineChart__bar__bg.-light {
    background-color: rgba(255, 255, 255, 0.1)
}

.lineChart__item {
    margin-top: 2rem;
    margin-top: 2rem
}

.lineChart__item:first-child {
    margin-top: 0
}

.lineChart__content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: .5rem
}

.lineChart__content p {
    font-size: inherit;
    color: inherit;
    line-height: inherit
}

.lineChart-bar {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: .1875rem
}

.lineChart-bar__item {
    width: 100%;
    height: 100%;
    transform-origin: 0% 50%;
    transform: scaleX(0)
}

.lineChart-bar__bg {
    position: absolute;
    width: 100%;
    height: .1875rem;
    background-color: rgba(0, 0, 0, 0.1)
}

.lineChart-bar__bg.-light {
    background-color: rgba(255, 255, 255, 0.1)
}

.headerSearch {
    z-index: 500;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    padding: 40px 60px;
    background-color: #18130c;
    transition: all .3s ease-out;
    pointer-events: none;
    opacity: 0
}

@media(max-width: 767px) {
    .headerSearch {
        padding: 40px 30px
    }
}

.headerSearch.is-open {
    pointer-events: auto;
    opacity: 1
}

.headerSearch__line {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 3px;
    background: #b88768
}

.headerSearch__icon {
    position: absolute;
    font-size: 20px;
    color: white
}

.headerSearch__close {
    position: absolute;
    top: calc(50% + 3px);
    right: 60px;
    transform: translateY(-50%);
    font-size: 18px
}

@media(max-width: 767px) {
    .headerSearch__close {
        right: 30px
    }
}

.headerSearch form {
    position: relative;
    display: flex;
    align-items: center
}

.headerSearch form input {
    padding: 0;
    border: none;
    margin-left: 42px;
    margin-right: 42px;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: white
}

.headerSearch form input:focus {
    border: none
}

.headerCart {
    position: fixed;
    top: 100%;
    right: 3.75rem;
    width: 22.5rem;
    background-color: #18130c;
    padding: 35px 1.875rem;
    transition: all .15s ease-out .2s;
    opacity: 0;
    pointer-events: none
}

@media(max-width: 767px) {
    .headerCart {
        right: 50%;
        transform: translateX(50%);
        width: 90vw
    }
}

.headerCart:hover {
    opacity: 1;
    pointer-events: auto
}

.headerCart__content>*+* {
    margin-top: 1.875rem
}

.headerCart__item {
    position: relative;
    display: flex
}

.headerCart__img {
    width: 4.375rem;
    height: 4.375rem
}

.headerCart__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.headerCart__wrap {
    margin-left: .75rem
}

.headerCart__title {
    font-size: .875rem;
    font-weight: 400;
    line-height: 1rem;
    color: white
}

.headerCart__info {
    margin-top: .625rem;
    font-size: .8125rem;
    line-height: 1;
    color: #a8a7a5
}

.headerCart__cross {
    position: absolute;
    top: 0;
    right: 0;
    color: white;
    font-size: .75rem
}

.headerCart__footer {
    margin-top: 1.75rem
}

.headerCart__total {
    margin-bottom: 1.5rem;
    display: flex;
    justify-content: space-between
}

.headerCart__total span {
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.3125rem;
    color: white
}

.headerCart__buttons .button+.button {
    margin-top: 1.25rem
}

.mega {
    cursor: auto;
    z-index: 2000;
    position: absolute;
    top: calc(100% + 0px);
    left: 0;
    width: 100vw;
    background-color: #18130c;
    padding: 3.75rem 0;
    display: flex;
    transition: all .25s cubic-bezier(0.165, 0.84, 0.44, 1);
    opacity: 0;
    pointer-events: none
}

.mega::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background-color: var(--secondary-color)
}

.mega::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: .625rem solid transparent;
    border-right: .625rem solid transparent;
    border-bottom: .625rem solid var(--secondary-color)
}

.mega__menu {
    display: flex;
    flex: 1 0 auto
}

.mega__column {
    display: flex;
    flex-direction: column;
    width: 25%
}

.mega .mega__item+.mega__item {
    margin-top: 1.875rem
}

.mega__title {
    margin-bottom: .625rem;
    color: white;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 600;
    line-height: 40px
}

.mega__list a {
    display: block;
    font-size: .8125rem;
    text-transform: uppercase;
    padding: .875rem 0;
    line-height: 1;
    color: #a8a7a5
}

.mega__list a:hover {
    color: white;
    text-decoration: underline
}

.mega-cta {
    position: relative;
    width: 16.875rem;
    flex: 0 1 auto
}

.mega-cta__img {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.mega-cta__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: .25rem
}

.mega-cta__content {
    padding: 5.625rem 1.875rem;
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.mega-cta__subtitle {
    font-size: .75rem;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: .1em;
    text-transform: uppercase
}

.mega-cta__title {
    font-size: 1.375rem;
    font-weight: 700;
    line-height: 1.5
}

.priceCard {
    position: relative
}

.priceCard__badge {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    padding: .375rem 1rem;
    background-color: var(--secondary-color);
    color: white;
    text-transform: uppercase
}

.priceCard__price {
    letter-spacing: -0.05em
}

.priceCard__list li {
    margin-bottom: 1.5rem
}

.priceCard__list li:last-child {
    margin-bottom: 0
}

.priceCard__list li p {
    line-height: 1.3
}

.accordion__item {
    padding: .5rem 0
}

.accordion__content {
    overflow: hidden;
    max-height: 0;
    transition: max-height .2s ease-out
}

.accordion__button {
    cursor: pointer;
    border: none;
    outline: none;
    padding: .75rem 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transition: .4s
}

.accordion__button button {
    color: #454545
}

.accordion__button:active {
    color: #454545
}

.accordion.-simple .accordion__item {
    padding: .5rem 0
}

.accordion.-simple .accordion__item+.accordion__item {
    border-top: 1px solid #d9d9d9
}

.accordion.-simple .accordion__content {
    overflow: hidden;
    max-height: 0;
    transition: max-height .2s ease-out
}

.accordion.-simple .accordion__content__inner {
    padding-bottom: .625rem
}

.accordion.-simple .accordion__button {
    cursor: pointer;
    color: black;
    padding: .75rem 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    border: none;
    outline: none;
    transition: .4s
}

.accordion.-simple .accordion__button button {
    color: #454545
}

.accordion.-simple .accordion__button:active {
    color: #454545
}

.accordion.-simple .accordion__icon {
    position: relative
}

.accordion.-simple .accordion__icon .icon {
    width: 2rem;
    height: 2rem;
    stroke-width: 1;
    transition: all .2s ease-out
}

.accordion.-simple .accordion__icon .icon:nth-child(1) {
    position: absolute;
    top: 0;
    left: 0
}

.accordion.-simple .accordion__icon .icon:nth-child(2) {
    position: relative;
    transform: rotate(-90deg);
    opacity: 0
}

.accordion.-simple .accordion__item.is-active .accordion__icon>*:nth-child(1) {
    transform: rotate(90deg);
    opacity: 0
}

.accordion.-simple .accordion__item.is-active .accordion__icon>*:nth-child(2) {
    transform: none;
    opacity: 1
}

.accordion.-simple.-light .accordion__item+.accordion__item {
    border-top: 1px solid rgba(255, 255, 255, 0.2)
}

.accordion.-block .accordion__item {
    padding: .5rem 0
}

.accordion.-block .accordion__content {
    overflow: hidden;
    max-height: 0;
    transition: max-height .2s ease-out
}

.accordion.-block .accordion__content__inner {
    padding: 1.25rem 1.375rem
}

.accordion.-block .accordion__button {
    border: none;
    outline: none;
    cursor: pointer;
    padding: 1.25rem 1.375rem;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
    border: 1px solid #e4e4e4;
    border-radius: .25rem
}

.accordion.-block .accordion__icon {
    position: relative
}

.accordion.-block .accordion__icon .icon {
    width: 1rem;
    height: 1rem;
    stroke-width: 1;
    transition: all .2s ease-out
}

.accordion.-block .accordion__item.is-active .accordion__button {
    background-color: #f9f6f6;
    border: 1px solid #f9f6f6
}

.accordion.-block .accordion__item.is-active .accordion__icon .icon {
    transform: rotate(180deg)
}

.accordion.-block.-light .accordion__item+.accordion__item {
    border-top: 1px solid rgba(255, 255, 255, 0.2)
}

.tabs__pane {
    display: none
}

.tabs__pane.is-active {
    display: block
}

.tabs.-buttons .tabs__button {
    padding: .5rem 1.5rem;
    border-radius: 200px;
    transition: all .15s cubic-bezier(0.165, 0.84, 0.44, 1)
}

.tabs.-buttons .tabs__button.is-active {
    color: white;
    background-color: var(--accent-color)
}

.tabs.-buttons .tabs__pane {
    display: none;
    opacity: 0;
    transition: all .15s cubic-bezier(0.165, 0.84, 0.44, 1)
}

.tabs.-buttons .tabs__pane.is-active {
    display: block;
    opacity: 1
}

.tabs.-lines .tabs__controls {
    border-bottom: 1px solid #e6e9ec
}

.tabs.-lines .tabs__button {
    margin-bottom: -1px;
    padding: .625rem .75rem;
    font-weight: 600;
    transition: all .15s cubic-bezier(0.165, 0.84, 0.44, 1)
}

.tabs.-lines .tabs__button.is-active {
    color: var(--accent-color);
    border-bottom: 1px solid var(--accent-color)
}

.tabs.-lines .tabs__button+.tabs__button {
    margin-left: .5rem
}

.tabs.-lines .tabs__pane {
    display: none;
    opacity: 0;
    transition: all .15s cubic-bezier(0.165, 0.84, 0.44, 1)
}

.tabs.-lines .tabs__pane.is-active {
    display: block;
    opacity: 1
}

.tabs.-section .tabs__button {
    padding: 1.25rem;
    transition: all .15s cubic-bezier(0.165, 0.84, 0.44, 1);
    border: 1px solid #e4e4e4;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.1875rem;
    text-align: left;
    display: flex;
    align-items: center
}

.tabs.-section .tabs__button.is-active {
    background-color: #18130c;
    border: 1px solid #18130c;
    color: white !important
}

.tabs.-section .tabs__button.is-active .icon {
    color: white !important
}

.tabs.-section .tabs__pane {
    display: none;
    opacity: 0;
    transition: all .15s cubic-bezier(0.165, 0.84, 0.44, 1)
}

.tabs.-section .tabs__pane.is-active {
    display: block;
    opacity: 1
}

.table {
    width: 100%;
    caption-side: bottom;
    border-collapse: collapse
}

.table thead {
    background-color: #f9f6f6
}

.table th {
    padding: 1.5625rem 1.5625rem
}

.table td {
    padding: 1.5625rem 1.5625rem;
    color: #615e5e
}

.table.-striped>tbody>tr:nth-of-type(even) {
    background-color: #f6f8f9
}

.alert__content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.625rem;
    border-radius: .25rem
}

.alert__title {
    font-weight: 600
}

.alert.-info .alert__content {
    background-color: #eef6fd
}

.alert.-info .alert__icon .icon,
.alert.-info .alert__title {
    color: #4780aa
}

.alert.-warning .alert__content {
    background-color: #fbfae3
}

.alert.-warning .alert__icon .icon,
.alert.-warning .alert__title {
    color: #927238
}

.alert.-error .alert__content {
    background-color: #fbeceb
}

.alert.-error .alert__icon .icon,
.alert.-error .alert__title {
    color: #ab3331
}

.alert.-success .alert__content {
    background-color: #eff7e5
}

.alert.-success .alert__icon .icon,
.alert.-success .alert__title {
    color: #5b7052
}

.shopCard__image {
    z-index: 5;
    position: relative
}

.shopCard__image:hover .shopCard__button {
    opacity: 1
}

.shopCard__button {
    z-index: 10;
    position: absolute;
    bottom: .625rem;
    left: .625rem;
    right: .625rem;
    font-size: .875rem;
    line-height: 1rem;
    color: white;
    display: flex;
    justify-content: center;
    padding: 1.125rem;
    align-items: center;
    text-transform: uppercase;
    background-color: #18130c;
    transition: all .3s cubic-bezier(0.165, 0.84, 0.44, 1);
    opacity: 0
}

.shopCard__button .icon {
    margin-right: .875rem;
    stroke-width: 1
}

.shopCart-header {
    padding: 1.25rem 4.375rem;
    padding-right: 0;
    background-color: #f9f6f6
}

@media(max-width: 1199px) {
    .shopCart-header {
        padding-left: 2.5rem
    }
}

.shopCart-header__title {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.1875rem;
    text-transform: uppercase;
    color: black
}

@media(max-width: 767px) {
    .shopCart-products .shopCart-products__cross {
        left: unset;
        top: 2.25rem;
        right: 0
    }

    .shopCart-products .shopCart-products__item {
        padding-left: 0rem
    }
}

.shopCart-products__title {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.1875rem;
    text-transform: uppercase;
    color: black
}

.shopCart-products__item {
    position: relative;
    padding: 1.875rem 0;
    padding-left: 4.375rem;
    border-bottom: 1px solid #e4e4e4
}

@media(max-width: 1199px) {
    .shopCart-products__item {
        padding-left: 2.5rem
    }
}

.shopCart-products__cross {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

.shopCart-products__cross .icon {
    height: 1.5rem;
    width: 1.5rem;
    stroke-width: 1.5
}

.shopCart-products__product {
    display: flex;
    align-items: center
}

.shopCart-products__product .image {
    position: relative;
    width: 5rem;
    height: 5rem;
    min-width: 5rem;
    min-height: 5rem
}

.shopCart-products__product .image>* {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.shopCart-products__product .title {
    margin-left: 1.25rem;
    font-size: .875rem;
    line-height: 1.5rem;
    color: black
}

.shopCart-products__price {
    font-size: .875rem;
    line-height: 1rem
}

.shopCart-products__quantity {
    font-size: .875rem;
    line-height: 1rem
}

.shopCart-products__subtotal {
    font-size: .875rem;
    line-height: 1rem
}

.shopCart-sidebar {
    width: 21.5625rem
}

@media(max-width: 1349px) {
    .shopCart-sidebar {
        width: 15rem
    }
}

@media(max-width: 991px) {
    .shopCart-sidebar {
        width: 100%;
        margin-top: 3.75rem
    }
}

.shopCart-sidebar__totals {
    border: 1px solid #e4e4e4;
    padding: 1.875rem
}

.shopCart-sidebar__totals .title {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.1875rem;
    color: black;
    margin-bottom: 1.75rem
}

.shopCart-sidebar__totals .item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: .875rem;
    line-height: 2.8125rem;
    text-align: right
}

.shopCart-sidebar__totals .item.-border-none {
    border: none !important
}

.shopCart-sidebar__totals .item+.item {
    border-top: 1px solid #e4e4e4
}

.shopCart-sidebar__button {
    margin-top: 1.25rem
}

.shopCart-footer__item {
    display: flex;
    align-items: flex-end
}

@media(max-width: 1349px) {
    .shopCart-footer__item button {
        min-width: unset !important;
        padding-left: 1.25rem !important;
        padding-right: 1.25rem !important
    }
}

.shopCart-footer__item form {
    width: 15.625rem
}

@media(max-width: 767px) {
    .shopCart-footer__item form {
        width: 9.375rem
    }
}

.shopCart-footer__item input {
    font-size: .875rem;
    line-height: 1.5rem;
    border-bottom: 1px solid #e4e4e4 !important
}

.shopCart-footer__item input:focus {
    border-bottom: 1px solid #000 !important
}

.shopCheckout-form__title {
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.3125rem;
    letter-spacing: 0em
}

@media(max-width: 991px) {
    .shopSidebar {
        margin-top: 7.5rem
    }
}

@media(max-width: 767px) {
    .shopSidebar {
        margin-top: 6.25rem
    }
}

.shopSidebar__item .search>form {
    position: relative
}

.shopSidebar__item .search .field {
    z-index: 1;
    padding-top: 0;
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 9px
}

.shopSidebar__item .search .submit {
    z-index: 5;
    position: absolute;
    top: 0;
    right: 0
}

.shopSidebar__item .search .submit::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: calc(100% + 8px);
    height: calc(100% + 8px)
}

.shopSidebar__item .search .icon {
    width: 20px;
    height: 20px;
    stroke-width: 1
}

.shopSidebar__item.-category a span:first-child {
    position: relative
}

.shopSidebar__item.-category a span:first-child::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -0.25rem;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
    transform-origin: left;
    transform: scaleX(0)
}

.shopSidebar__item.-category a span:first-child:hover {
    color: black
}

.shopSidebar__item.-category a span:first-child:hover::after {
    transform: scaleX(1)
}

.shopSidebar__item.-best .best__item {
    display: flex
}

.shopSidebar__item.-best .best__image {
    position: relative;
    width: 5rem;
    height: 5rem;
    min-width: 5rem;
    min-height: 5rem
}

.shopSidebar__item.-best .best__image>* {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.shopSidebar__item.-best .best__content {
    margin-left: 1.25rem;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.shopSidebar__item.-tags .tags__wrap {
    display: flex;
    flex-wrap: wrap;
    margin: -0.3125rem
}

.shopSidebar__item.-tags .tags__item {
    padding: .3125rem
}

.shopSidebar__item.-tags .tags__item a {
    display: block;
    font-size: .75rem;
    line-height: .875rem;
    font-weight: 600;
    text-transform: uppercase;
    padding: .5rem 1.125rem;
    background-color: #f9f6f6;
    color: #615e5e;
    transition: all .1s ease-in-out
}

.shopSidebar__item.-tags .tags__item a:hover {
    background-color: #000 !important;
    color: #fff !important
}

.shopSingle-preview {
    display: flex
}

@media(max-width: 991px) {
    .shopSingle-preview {
        flex-direction: column-reverse
    }
}

.shopSingle-preview__imageList {
    width: 140px;
    margin: -5px -10px;
    padding-right: 10px
}

.shopSingle-preview__imageList>* {
    padding: 5px 10px
}

@media(max-width: 991px) {
    .shopSingle-preview__imageList {
        padding-right: 0;
        padding-top: .625rem;
        display: flex;
        width: 100%;
        margin: -5px
    }

    .shopSingle-preview__imageList>* {
        padding: 5px;
        width: 100%
    }
}

.shopSingle-preview__image {
    overflow: hidden;
    width: 100%
}

.shopSingle-info__subtitle {
    font-size: .875rem;
    line-height: 1
}

.shopSingle-info__title {
    font-size: 2.1875rem;
    line-height: 1.2;
    font-weight: 600
}

.shopSingle-info__content p {
    font-size: .875rem;
    line-height: 1.6
}

.shopSingle-info__content p+p {
    margin-top: 1rem
}

.shopSingle-info__action {
    display: flex;
    flex-wrap: wrap
}

.shopSingle-info__footer span {
    display: block;
    font-size: .875rem;
    line-height: 1.6;
    margin-bottom: 8px
}

.shopCompleted-header {
    text-align: center
}

.shopCompleted-header .icon {
    margin: 0 auto;
    width: 5rem;
    height: 5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #b88768;
    border-radius: 100%
}

.shopCompleted-header .icon svg {
    stroke-width: 4;
    color: white;
    width: 2.25rem;
    height: 2.25rem
}

.shopCompleted-header .title {
    font-size: 2.5rem;
    line-height: 1.1;
    font-weight: 600;
    letter-spacing: 0em;
    margin-top: .75rem
}

@media(max-width: 767px) {
    .shopCompleted-header .title {
        font-size: 2rem
    }
}

.shopCompleted-header .subtitle {
    font-size: .875rem;
    line-height: 1rem;
    margin-top: .75rem
}

.shopCompleted-info {
    margin-top: 2.5rem;
    border: 1px dashed #000;
    border-radius: .25rem;
    padding: 2.5rem 3.75rem
}

@media(max-width: 767px) {
    .shopCompleted-info {
        padding: 2.125rem
    }
}

.shopCompleted-info__item .subtitle {
    font-size: .875rem;
    line-height: 1rem
}

.shopCompleted-info__item .title {
    font-size: .875rem;
    line-height: 1rem;
    margin-top: .9375rem;
    font-weight: 600
}

.shopCompleted-footer {
    margin-top: 3.75rem
}

@media(max-width: 767px) {
    .shopCompleted-footer {
        margin-top: 2.5rem
    }
}

.shopCompleted-footer__wrap {
    border: 1px solid #e4e4e4;
    padding: 3.75rem
}

@media(max-width: 767px) {
    .shopCompleted-footer__wrap {
        padding: 2.125rem
    }
}

.shopCompleted-footer__wrap .title {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.1875rem;
    color: black;
    margin-bottom: 1.75rem
}

.shopCompleted-footer__wrap .item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: .875rem;
    line-height: 2.8125rem;
    text-align: right
}

.shopCompleted-footer__wrap .item.-border-none {
    border: none !important
}

.shopCompleted-footer__wrap .item+.item {
    border-top: 1px solid #e4e4e4;
    margin-top: .1875rem
}

.shopCompleted-footer__button {
    margin-top: 1.25rem
}

.blogPost.-comments .blogPost__content .comments__list li.comment {
    list-style: none
}

.blogPost.-comments .blogPost__content .comments__list>li:first-child>.comments-item-inner {
    border-top: none
}

.blogPost.-comments .blogPost__content .comments__list>li:first-child {
    border-top: none
}

.blogPost.-comments .blogPost__content .comments__list .trackback a,
.blogPost.-comments .blogPost__content .comments__list .pingback a {
    line-height: 1.5rem;
    text-decoration: none !important
}

.blogPost.-comments .blogPost__content .comments__list {
    margin: 0
}

.comments__item-inner {
    padding-top: 1.875rem;
    margin-top: 1.875rem;
    border-top: 1px solid #e4e4e4
}

.blogPost.-comments .blogPost__content .comments__list>li:first-child>.comments__item-inner {
    padding-top: 0;
    border-top: none
}

.blogPost.-comments .blogPost__content .comments__item .children {
    padding: 0;
    margin: 0;
    padding-left: 5%;
    padding-top: 2rem
}

.blogPost.-comments .blogPost__content .comments__body {
    width: 100%
}

.blogPost.-comments .blogPost__content .comments__img {
    flex: 0 0 auto;
    width: 90px;
    height: 90px;
    max-width: 5.625rem;
    margin-right: 1.375rem
}

@media(max-width: 767px) {
    .blogPost.-comments .blogPost__content .comments__img {
        width: 48px;
        height: 48px;
        max-width: 3rem;
        margin-right: 1rem
    }
}

.blogPost.-comments .blogPost__content .comments__header h4 {
    font-size: 1rem;
    line-height: 1.2;
    font-weight: 600
}

.respondForm__form,
.comment-form {
    margin-top: 35px;
    display: flex;
    flex-wrap: wrap
}

.respondForm__form>*,
.comment-form>* {
    flex: 0 0 100%
}

.comment-reply-target+.respondForm {
    margin-top: 35px
}

#cancel-comment-reply-link {
    font-size: 80%;
    margin-left: 8px
}

.respondForm__form>*+*,
.comment-form>*+* {
    margin-top: 26px
}

.blogPost.-comments .blogPost__content .comments__reply a {
    margin-top: .625rem;
    text-decoration: underline;
    font-weight: 600;
    font-size: .75rem;
    line-height: 1.8
}

.blogSingle-nav .related-nav {
    border: none;
    background-color: #f9f6f6
}

.blogSingle-info .tags__wrap {
    display: flex;
    flex-wrap: wrap;
    margin: -0.3125rem
}

.blogSingle-info .tags__item {
    padding: .3125rem
}

.blogSingle-info .tags__item a {
    display: block;
    font-size: .75rem;
    line-height: .875rem;
    font-weight: 600;
    text-transform: uppercase;
    padding: .5rem 1.125rem;
    background-color: #f9f6f6;
    color: #615e5e;
    transition: all .1s ease-in-out
}

.blogSingle-info .tags__item a:hover {
    background-color: #000 !important;
    color: #fff !important
}

.socials {
    display: flex;
    align-items: center
}

.socials__title {
    font-size: .75rem;
    font-weight: 600;
    line-height: 2;
    color: black;
    margin-right: 1.25rem
}

.socials__wrap {
    display: flex
}

.socials__wrap a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.1875rem;
    height: 2.1875rem;
    border-radius: 100%;
    border: 1px solid transparent;
    transition: all .15s cubic-bezier(0.165, 0.84, 0.44, 1);
    color: #000 !important
}

.socials__wrap a:hover {
    color: #b88768 !important;
    border: 1px solid #b88768
}

.blogSingle-author {
    display: flex;
    padding-bottom: 3.75rem;
    border-bottom: 1px solid #e4e4e4
}

.blogSingle-author__image {
    position: relative;
    width: 10rem;
    height: 10rem;
    min-width: 10rem;
    min-height: 10rem
}

@media(max-width: 767px) {
    .blogSingle-author__image {
        width: 5rem;
        height: 5rem;
        min-width: 5rem;
        min-height: 5rem
    }
}

@media(max-width: 575px) {
    .blogSingle-author__image {
        width: 3.75rem;
        height: 3.75rem;
        min-width: 3.75rem;
        min-height: 3.75rem
    }
}

.blogSingle-author__image>* {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.blogSingle-author__socials {
    margin-left: -0.75rem
}

.sliderNav {
    position: absolute;
    top: -5.125rem;
    right: 0;
    display: flex
}

@media(max-width: 991px) {
    .sliderNav {
        position: relative;
        top: unset;
        margin-bottom: 1.5rem
    }
}

.sliderNav__item {
    display: flex;
    align-items: center;
    transition: all .15s cubic-bezier(0.165, 0.84, 0.44, 1)
}

.sliderNav__item:hover {
    color: var(--accent-color) !important
}

.sliderNav__item.-prev::after {
    content: "";
    width: 3.75rem;
    height: 1px;
    background-color: currentColor;
    margin-left: .625rem
}

.sliderNav__item.-next::before {
    content: "";
    width: 3.75rem;
    height: 1px;
    background-color: currentColor;
    margin-right: .625rem
}

.sliderNav .sliderNav__item+.sliderNav__item {
    margin-left: 1.25rem
}

.mainSlider.-type-2 {
    background-color: #131313;
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: center
}

.mainSlider.-type-2 .swiper-wrapper {
    z-index: -1
}

.mainSlider.-type-2 .container {
    height: 100%;
    width: unset
}

.mainSlider.-type-2 .row {
    height: 100%
}

.mainSlider.-type-2 .swiper-slide {
    overflow: hidden;
    width: 100%
}

.mainSlider.-type-2 .mainSlider-nav {
    z-index: 500
}

@media(max-width: 991px) {
    .mainSlider.-type-2 .mainSlider-nav {
        display: none
    }
}

.mainSlider.-type-2 .mainSlider-nav>* {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    color: white;
    text-transform: uppercase;
    font-size: .875rem;
    line-height: 1
}

.mainSlider.-type-2 .mainSlider-nav .-next {
    position: absolute;
    right: 60px
}

.mainSlider.-type-2 .mainSlider-nav .-next::before {
    content: "";
    display: inline-block;
    width: 60px;
    height: 1px;
    background-color: white;
    margin-right: 12px
}

.mainSlider.-type-2 .mainSlider-nav .-prev {
    position: absolute;
    left: 60px
}

.mainSlider.-type-2 .mainSlider-nav .-prev::after {
    content: "";
    display: inline-block;
    width: 60px;
    height: 1px;
    background-color: white;
    margin-left: 12px
}

.mainSlider.-type-2 .mainSlider-pagination {
    position: absolute;
    bottom: 8.125rem;
    display: flex;
    justify-content: center
}

.mainSlider.-type-2 .mainSlider-pagination .pagination__item {
    display: flex;
    align-items: center;
    color: white;
    font-size: 14px;
    line-height: 1;
    padding: 0 5px
}

.mainSlider.-type-2 .mainSlider-pagination .pagination__item::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 1px;
    background-color: white;
    transition: all .5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transform-origin: left;
    margin-left: 10px
}

.mainSlider.-type-2 .mainSlider-pagination .pagination__item.is-active::after {
    width: 60px
}

.mainSlider.-type-2 .mainSlider__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.mainSlider.-type-2 .mainSlider__image::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4)
}

.mainSlider.-type-2 .mainSlider__title {
    font-size: 70px;
    font-weight: 400;
    line-height: 82px
}

.mainSlider.-type-2 .mainSlider__title span {
    font-weight: 600
}

@media(max-width: 991px) {
    .mainSlider.-type-2 .mainSlider__title {
        font-size: 40px;
        line-height: 1.2
    }
}

@media(max-width: 767px) {
    .mainSlider.-type-2 .mainSlider__title {
        font-size: 38px
    }
}

.mainSlider.-type-2 .mainSlider__pagination_numbers {
    z-index: 5;
    position: absolute;
    top: 330px;
    left: 60px;
    display: flex
}

.mainSlider.-type-2 .mainSlider__pagination_numbers span {
    color: white
}

.mainSlider.-type-2 .mainSlider__pagination_numbers span:nth-child(1) {
    font-size: 14px;
    line-height: 16px
}

.mainSlider.-type-2 .mainSlider__pagination_numbers span:nth-child(2) {
    font-size: 14px;
    line-height: 20px;
    padding: 0 7px
}

.mainSlider.-type-2 .mainSlider__pagination_numbers span:nth-child(3) {
    font-size: 40px;
    line-height: 47px
}

.mainSlider.-type-2 .mainSlider__socials {
    position: absolute;
    top: 50%;
    right: 60px;
    transform: translateY(-50%);
    writing-mode: vertical-rl;
    display: flex
}

.mainSlider.-type-2 .mainSlider__socials a+a {
    margin-top: 30px
}

.mainSlider.-type-2 .mainSlider__scroll {
    cursor: pointer;
    position: absolute;
    bottom: 50px;
    right: 60px
}

.mainSlider.-type-2 .mainSlider__scroll_item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 100%;
    color: white;
    font-size: 14px;
    line-height: 16px
}

.mainSlider.-type-2 .mainSlider__scroll_icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    border: 1px solid #fff;
    transition: all .1s ease-out;
    color: white;
    margin-top: 25px
}

.mainSlider.-type-2 .mainSlider__scroll_icon .icon {
    color: white;
    position: relative;
    font-size: 30px;
    transition: all .1s ease-out;
    transform: rotate(90deg);
    top: -15px
}

.mainSlider-pagination {
    z-index: 10;
    position: absolute;
    bottom: 50px;
    left: 60px;
    display: flex
}

@media(max-width: 991px) {
    .mainSlider-pagination {
        bottom: 30px;
        left: 30px
    }
}

.mainSlider-pagination__item {
    display: flex;
    flex-direction: column;
    opacity: .5;
    transition: opacity .4s cubic-bezier(0.77, 0, 0.175, 1) .2s
}

.mainSlider-pagination__item .masthead-pagination__line {
    transition: transform .4s cubic-bezier(0.77, 0, 0.175, 1) .2s;
    transform: scaleX(0);
    transform-origin: left
}

.mainSlider-pagination__item.is-active {
    opacity: 1
}

.mainSlider-pagination__item.is-active .masthead-pagination__line {
    transform: scaleX(1)
}

.mainSlider-pagination .mainSlider-pagination__item+.mainSlider-pagination__item {
    margin-left: 75px
}

@media(max-width: 991px) {
    .mainSlider-pagination .mainSlider-pagination__item+.mainSlider-pagination__item {
        margin-left: 40px
    }
}

.mainSlider-pagination__number {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    color: white
}

.mainSlider-pagination__title {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 12px;
    color: white
}

.mainSlider-pagination__line {
    margin-top: 8px;
    transform-origin: left;
    width: 104px;
    height: 1px;
    background-color: white
}

@media(max-width: 991px) {
    .mainSlider-pagination__line {
        width: 100%
    }
}

.mainSlider.-type-3 {
    background-color: #131313;
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: center
}

.mainSlider.-type-3 .swiper-wrapper {
    z-index: -1
}

.mainSlider.-type-3 .container,
.mainSlider.-type-3 .row {
    height: 100%
}

.mainSlider.-type-3 .swiper-slide {
    overflow: hidden
}

.mainSlider.-type-3 .pagination.-slider {
    z-index: 5;
    position: absolute;
    bottom: 1.875rem;
    left: 50%;
    transform: translateX(-50%)
}

@media(max-width: 767px) {
    .mainSlider.-type-3 .pagination.-slider {
        left: 1.875rem;
        transform: none;
        width: auto
    }
}

.mainSlider.-type-3 .navigation.-slider {
    z-index: 5;
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex
}

.mainSlider.-type-3 .navigation__item {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 4.375rem;
    height: 4.375rem;
    font-size: 1.875rem;
    background-color: white;
    color: black;
    transition: all .15s ease
}

.mainSlider.-type-3 .navigation__item:hover {
    background-color: black;
    color: white
}

.mainSlider.-type-3 .mainSlider__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.mainSlider.-type-3 .mainSlider__title {
    font-size: 50px;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: 0
}

@media(max-width: 991px) {
    .mainSlider.-type-3 .mainSlider__title {
        font-size: 40px
    }
}

.mainSlider.-type-3 .mainSlider__button {
    display: flex;
    align-items: center
}

.mainSlider.-type-3 .mainSlider__button .button {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    width: 3.4375rem;
    height: 3.4375rem
}

.mainSlider.-type-3 .mainSlider__button .button .icon {
    padding-left: .25rem
}

.mainSlider.-type-3 .mainSlider__pagination_numbers {
    z-index: 5;
    position: absolute;
    top: 330px;
    left: 60px;
    display: flex
}

.mainSlider.-type-3 .mainSlider__pagination_numbers span {
    color: white
}

.mainSlider.-type-3 .mainSlider__pagination_numbers span:nth-child(1) {
    font-size: 14px;
    line-height: 16px
}

.mainSlider.-type-3 .mainSlider__pagination_numbers span:nth-child(2) {
    font-size: 14px;
    line-height: 20px;
    padding: 0 7px
}

.mainSlider.-type-3 .mainSlider__pagination_numbers span:nth-child(3) {
    font-size: 40px;
    line-height: 47px
}

.mainSlider.-type-3 .mainSlider__socials {
    position: absolute;
    top: 50%;
    right: 60px;
    transform: translateY(-50%);
    writing-mode: vertical-rl;
    display: flex
}

.mainSlider.-type-3 .mainSlider__socials a+a {
    margin-top: 30px
}

.mainSlider.-type-3 .mainSlider__scroll {
    cursor: pointer;
    position: absolute;
    bottom: 50px;
    right: 60px
}

.mainSlider.-type-3 .mainSlider__scroll_item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 100%;
    color: white;
    font-size: 14px;
    line-height: 16px
}

.mainSlider.-type-3 .mainSlider__scroll_icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.1875rem;
    height: 2.1875rem;
    border-radius: 100%;
    border: 1px solid #fff;
    transition: all .1s ease-out;
    color: white;
    margin-top: 1.5625rem
}

.mainSlider.-type-3 .mainSlider__scroll_icon .icon {
    color: white;
    position: relative;
    font-size: 1.875rem;
    transition: all .1s ease-out;
    transform: rotate(90deg);
    top: -0.9375rem
}

.mainSlider-pagination {
    z-index: 10;
    position: absolute;
    bottom: 50px;
    left: 60px;
    display: flex
}

@media(max-width: 991px) {
    .mainSlider-pagination {
        bottom: 30px;
        left: 30px
    }
}

.mainSlider-pagination__item {
    display: flex;
    flex-direction: column;
    opacity: .5;
    transition: opacity .4s cubic-bezier(0.77, 0, 0.175, 1) .2s
}

.mainSlider-pagination__item .masthead-pagination__line {
    transition: transform .4s cubic-bezier(0.77, 0, 0.175, 1) .2s;
    transform: scaleX(0);
    transform-origin: left
}

.mainSlider-pagination__item.is-active {
    opacity: 1
}

.mainSlider-pagination__item.is-active .masthead-pagination__line {
    transform: scaleX(1)
}

.mainSlider-pagination .mainSlider-pagination__item+.mainSlider-pagination__item {
    margin-left: 75px
}

@media(max-width: 991px) {
    .mainSlider-pagination .mainSlider-pagination__item+.mainSlider-pagination__item {
        margin-left: 40px
    }
}

.mainSlider-pagination__number {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    color: white
}

.mainSlider-pagination__title {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 12px;
    color: white
}

.mainSlider-pagination__line {
    margin-top: 8px;
    transform-origin: left;
    width: 104px;
    height: 1px;
    background-color: white
}

@media(max-width: 991px) {
    .mainSlider-pagination__line {
        width: 100%
    }
}

.mainSlider.-type-4 {
    display: flex;
    align-items: center;
    background-color: #131313;
    height: 100vh;
    width: 100%
}

.mainSlider.-type-4 .swiper-wrapper {
    z-index: -1
}

.mainSlider.-type-4 .container,
.mainSlider.-type-4 .row {
    height: 100%;
    width: 100%
}

.mainSlider.-type-4 .swiper-slide {
    overflow: hidden
}

.mainSlider.-type-4 .pagination.-slider {
    z-index: 5;
    position: absolute;
    bottom: 1.875rem;
    left: 50%;
    transform: translateX(-50%)
}

.mainSlider.-type-4 .navigation.-slider {
    z-index: 5;
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    background-color: white
}

.mainSlider.-type-4 .navigation__item {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.875rem;
    padding: 2.1875rem .75rem;
    color: black;
    transition: all .15s ease
}

@media(max-width: 991px) {
    .mainSlider.-type-4 .navigation__item {
        padding: 1rem .75rem
    }
}

.mainSlider.-type-4 .navigation__item:nth-child(3) {
    padding-right: 3.75rem
}

.mainSlider.-type-4 .navigation__item:hover {
    color: var(--accent-color)
}

.mainSlider.-type-4 .navigation__content {
    position: relative;
    padding: 2.1875rem 3.75rem
}

@media(max-width: 991px) {
    .mainSlider.-type-4 .navigation__content {
        padding: 1.25rem 1.875rem
    }
}

.mainSlider.-type-4 .navigation__content_item {
    position: absolute;
    top: 2.1875rem;
    left: 3.75rem;
    opacity: 0;
    transition: opacity .3s cubic-bezier(0.77, 0, 0.175, 1)
}

.mainSlider.-type-4 .navigation__content_item.is-active {
    position: relative;
    top: 0;
    left: 0;
    opacity: 1
}

.mainSlider.-type-4 .navigation__content span {
    display: block;
    font-size: .75rem;
    line-height: 1.625rem;
    text-transform: uppercase
}

.mainSlider.-type-4 .navigation__content div {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.625rem;
    color: black
}

.mainSlider.-type-4 .mainSlider__lines::before {
    z-index: 5;
    content: "";
    position: absolute;
    top: 0;
    left: 11.25rem;
    left: 10%;
    width: 1px;
    height: 100%;
    background: rgba(255, 255, 255, 0.15)
}

@media(max-width: 991px) {
    .mainSlider.-type-4 .mainSlider__lines::before {
        display: none
    }
}

.mainSlider.-type-4 .mainSlider__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.mainSlider.-type-4 .mainSlider__image::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6)
}

.mainSlider.-type-4 .mainSlider__content {
    padding-left: 7.5rem;
    height: 100%
}

@media(max-width: 991px) {
    .mainSlider.-type-4 .mainSlider__content {
        padding-left: 0
    }
}

.mainSlider.-type-4 .mainSlider__title {
    font-size: 4.375rem;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: 0
}

@media(max-width: 991px) {
    .mainSlider.-type-4 .mainSlider__title {
        font-size: 2.125rem
    }
}

@media(max-width: 767px) {
    .mainSlider.-type-4 .mainSlider__title {
        font-size: 1.875rem
    }
}

.mainSlider.-type-4 .mainSlider__text p {
    font-size: .875rem;
    line-height: 1.5rem
}

.mainSlider.-type-4 .mainSlider__button {
    display: flex;
    align-items: center
}

.mainSlider.-type-4 .mainSlider__button .button {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    width: 3.4375rem;
    height: 3.4375rem
}

.mainSlider.-type-4 .mainSlider__info {
    z-index: 5;
    position: absolute;
    bottom: 40px;
    left: 60px;
    display: flex
}

.mainSlider.-type-4 .mainSlider__info .mainSlider__info__item+.mainSlider__info__item {
    margin-left: 1.875rem
}

.mainSlider.-type-4 .mainSlider__socials {
    position: absolute;
    top: 50%;
    left: 60px;
    transform: translateY(-50%);
    writing-mode: vertical-rl;
    display: flex
}

.mainSlider.-type-4 .mainSlider__socials a+a {
    margin-top: 30px
}

.mainSlider-pagination {
    z-index: 10;
    position: absolute;
    bottom: 50px;
    left: 60px;
    display: flex
}

@media(max-width: 991px) {
    .mainSlider-pagination {
        bottom: 30px;
        left: 30px
    }
}

.mainSlider-pagination__item {
    display: flex;
    flex-direction: column;
    opacity: .5;
    transition: opacity .4s cubic-bezier(0.77, 0, 0.175, 1) .2s
}

.mainSlider-pagination__item .masthead-pagination__line {
    transition: transform .4s cubic-bezier(0.77, 0, 0.175, 1) .2s;
    transform: scaleX(0);
    transform-origin: left
}

.mainSlider-pagination__item.is-active {
    opacity: 1
}

.mainSlider-pagination__item.is-active .masthead-pagination__line {
    transform: scaleX(1)
}

.mainSlider-pagination .mainSlider-pagination__item+.mainSlider-pagination__item {
    margin-left: 75px
}

@media(max-width: 991px) {
    .mainSlider-pagination .mainSlider-pagination__item+.mainSlider-pagination__item {
        margin-left: 40px
    }
}

.mainSlider-pagination__number {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    color: white
}

.mainSlider-pagination__title {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 12px;
    color: white
}

.mainSlider-pagination__line {
    margin-top: 8px;
    transform-origin: left;
    width: 104px;
    height: 1px;
    background-color: white
}

@media(max-width: 991px) {
    .mainSlider-pagination__line {
        width: 100%
    }
}

.mainSlider.-type-5 {
    overflow: hidden !important;
    display: flex;
    align-items: center;
    height: 100vh;
    width: 100%
}

.mainSlider.-type-5 .swiper-wrapper {
    z-index: -1
}

.mainSlider.-type-5 .container,
.mainSlider.-type-5 .row {
    height: 100%;
    width: 100%
}

.mainSlider.-type-5 .swiper-slide {
    overflow: hidden
}

.mainSlider.-type-5 .pagination.-slider {
    z-index: 5;
    position: absolute;
    bottom: 1.875rem;
    left: 50%;
    transform: translateX(-50%)
}

.mainSlider.-type-5 .navigation.-slider {
    z-index: 5;
    position: absolute;
    bottom: 0;
    left: 42vw;
    display: flex
}

@media(max-width: 991px) {
    .mainSlider.-type-5 .navigation.-slider {
        left: 50%;
        transform: translateX(-50%)
    }
}

.mainSlider.-type-5 .navigation__item {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 4.375rem;
    height: 4.375rem;
    font-size: 1.875rem;
    background-color: white;
    color: black;
    transition: all .15s ease
}

.mainSlider.-type-5 .navigation__item:hover {
    background-color: black;
    color: white
}

.mainSlider.-type-5 .mainSlider__bg {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100rem;
    max-width: 100vw;
    height: 48.75rem;
    background: #f9f6f6
}

.mainSlider.-type-5 .mainSlider__image {
    z-index: 1;
    position: absolute;
    top: 6.25rem;
    right: 0;
    width: 58vw;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

@media(max-width: 991px) {
    .mainSlider.-type-5 .mainSlider__image {
        top: 4.375rem;
        width: 100vw
    }

    .mainSlider.-type-5 .mainSlider__image::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.6)
    }
}

.mainSlider.-type-5 .mainSlider__content {
    z-index: 2;
    position: relative;
    padding-top: 15.625rem;
    padding-bottom: 10rem
}

@media(max-width: 991px) {
    .mainSlider.-type-5 .mainSlider__content {
        padding-top: unset;
        padding-bottom: unset;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center
    }
}

.mainSlider.-type-5 .mainSlider__subtitle {
    display: block;
    font-size: .875rem;
    line-height: 1rem;
    color: #b88768;
    text-transform: uppercase
}

.mainSlider.-type-5 .mainSlider__desc {
    display: block;
    font-weight: 600;
    font-size: 2.1875rem;
    line-height: 1.15;
    text-transform: uppercase;
    color: black
}

@media(max-width: 991px) {
    .mainSlider.-type-5 .mainSlider__desc {
        color: white !important
    }
}

@media(max-width: 767px) {
    .mainSlider.-type-5 .mainSlider__desc {
        font-size: 1.75rem
    }
}

.mainSlider.-type-5 .mainSlider__title_wrap {
    display: flex;
    align-items: center
}

.mainSlider.-type-5 .mainSlider__bg_title {
    z-index: -1;
    position: absolute;
    left: -6.25rem;
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0.1);
    white-space: nowrap;
    color: transparent;
    font-weight: 600;
    font-size: 12vw;
    line-height: 1;
    text-transform: uppercase;
    width: 100vw
}

@media(max-width: 991px) {
    .mainSlider.-type-5 .mainSlider__bg_title {
        font-size: 5rem;
        -webkit-text-stroke: 1px rgba(255, 255, 255, 0.1)
    }
}

@media(max-width: 767px) {
    .mainSlider.-type-5 .mainSlider__bg_title {
        font-size: 3.125rem
    }
}

.mainSlider.-type-5 .mainSlider__title {
    font-size: 6.5vw;
    line-height: 1;
    font-weight: 600;
    text-transform: uppercase
}

@media(max-width: 991px) {
    .mainSlider.-type-5 .mainSlider__title {
        font-size: 4rem;
        color: white !important
    }
}

@media(max-width: 767px) {
    .mainSlider.-type-5 .mainSlider__title {
        font-size: 3.75rem
    }
}

.mainSlider.-type-5 .mainSlider__button .button {
    min-width: 8.75rem
}

.mainSlider.-type-6 {
    overflow: hidden !important;
    display: flex;
    align-items: center;
    height: 100vh;
    width: 100%;
    background-color: #18130c;
    background-image: url("assets/img/general/pattern_bg.png")
}

.mainSlider.-type-6 .swiper-wrapper {
    z-index: -1
}

.mainSlider.-type-6 .container {
    height: 100%;
    width: unset
}

.mainSlider.-type-6 .container,
.mainSlider.-type-6 .row {
    height: 100%
}

.mainSlider.-type-6 .swiper-slide {
    overflow: hidden
}

.mainSlider.-type-6 .pagination.-slider {
    z-index: 5;
    position: absolute;
    bottom: 1.875rem;
    left: 50%;
    transform: translateX(-50%)
}

.mainSlider.-type-6 .mainSlider__image {
    z-index: 1;
    position: absolute
}

.mainSlider.-type-6 .mainSlider__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover
}

.mainSlider.-type-6 .mainSlider__image::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.4)
}

.mainSlider.-type-6 .mainSlider__content {
    z-index: 2;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%
}

.mainSlider.-type-6 .mainSlider__bg_title {
    z-index: 1;
    position: absolute;
    padding-top: 2.5rem;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.1);
    white-space: nowrap;
    color: transparent;
    font-weight: 600;
    font-size: 8.75rem;
    font-size: 9vw;
    line-height: 1;
    text-transform: uppercase
}

@media(max-width: 991px) {
    .mainSlider.-type-6 .mainSlider__bg_title {
        padding-top: 0
    }
}

@media(max-width: 767px) {
    .mainSlider.-type-6 .mainSlider__bg_title {
        font-size: 40px
    }
}

.mainSlider.-type-6 .mainSlider__title {
    z-index: 2;
    position: relative;
    font-size: 6.25rem;
    font-size: 6.5vw;
    line-height: 1;
    font-weight: 600;
    text-transform: uppercase
}

@media(max-width: 767px) {
    .mainSlider.-type-6 .mainSlider__title {
        font-size: 32px
    }
}

.mainSlider.-type-all .navigation {
    z-index: 10;
    position: absolute;
    top: 50%;
    width: 100vw;
    padding: 0 3.75rem;
    display: flex;
    justify-content: space-between;
    align-items: center
}

@media(max-width: 991px) {
    .mainSlider.-type-all .navigation {
        top: unset;
        bottom: 1.875rem;
        padding: 0 1.875rem
    }
}

.mainSlider.-type-all .navigation span {
    position: relative;
    display: flex;
    align-items: center;
    font-size: .875rem;
    line-height: 1;
    transition: all .15s cubic-bezier(0.165, 0.84, 0.44, 1)
}

@media(max-width: 767px) {
    .mainSlider.-type-all .navigation span::after {
        display: none
    }
}

.mainSlider.-type-all .navigation span::after {
    content: "";
    position: absolute;
    width: 3.75rem;
    height: 1px;
    background-color: currentColor;
    transition: all .15s cubic-bezier(0.165, 0.84, 0.44, 1);
    transform: scaleX(0.8)
}

.mainSlider.-type-all .navigation span:hover {
    color: var(--accent-color) !important
}

.mainSlider.-type-all .navigation span:hover::after {
    transform: scaleX(1)
}

.mainSlider.-type-all .navigation .-prev::after {
    left: calc(100% + 10px);
    transform-origin: left
}

.mainSlider.-type-all .navigation .-next::after {
    right: calc(100% + 10px);
    transform-origin: right
}

.mainSlider.-type-7 {
    overflow: hidden !important;
    display: flex;
    align-items: center;
    height: 100vh;
    width: 100%
}

.mainSlider.-type-7 .swiper-wrapper {
    z-index: -1
}

.mainSlider.-type-7 .container {
    height: 100%;
    width: unset
}

.mainSlider.-type-7 .container,
.mainSlider.-type-7 .row {
    height: 100%
}

.mainSlider.-type-7 .swiper-slide {
    overflow: hidden
}

.mainSlider.-type-7 .pagination.-slider {
    bottom: unset;
    width: unset;
    left: unset;
    z-index: 5;
    position: absolute;
    right: 1.25rem;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    justify-content: unset
}

@media(max-width: 991px) {
    .mainSlider.-type-7 .pagination.-slider {
        width: 100%;
        right: unset;
        top: unset;
        left: 50%;
        bottom: 1.875rem;
        transform: translateX(-50%);
        justify-content: center
    }
}

.mainSlider.-type-7 .mainSlider__image {
    z-index: 1;
    position: absolute;
    width: 50%;
    top: 0;
    bottom: 0;
    right: 0
}

@media(max-width: 991px) {
    .mainSlider.-type-7 .mainSlider__image {
        width: 100%
    }
}

.mainSlider.-type-7 .mainSlider__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover
}

.mainSlider.-type-7 .mainSlider__image::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.4)
}

.mainSlider.-type-7 .mainSlider__content {
    z-index: 2;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%
}

.mainSlider.-type-7 .mainSlider__subtitle {
    display: block;
    font-size: .875rem;
    line-height: 1rem;
    color: #b88768;
    text-transform: uppercase
}

.mainSlider.-type-7 .mainSlider__desc {
    display: block;
    font-weight: 600;
    font-size: 2.1875rem;
    line-height: 2.5625rem;
    text-transform: uppercase
}

@media(max-width: 991px) {
    .mainSlider.-type-7 .mainSlider__desc {
        font-size: 1.375rem
    }
}

.mainSlider.-type-7 .mainSlider__title_wrap {
    display: flex;
    align-items: center
}

.mainSlider.-type-7 .mainSlider__bg_title {
    z-index: 1;
    position: absolute;
    left: -3.75rem;
    padding-top: 5rem;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.1);
    white-space: nowrap;
    color: transparent;
    font-weight: 600;
    font-size: 10.5vw;
    line-height: 1;
    text-transform: uppercase
}

@media(max-width: 991px) {
    .mainSlider.-type-7 .mainSlider__bg_title {
        padding-top: 0;
        font-size: 2.75rem
    }
}

@media(max-width: 767px) {
    .mainSlider.-type-7 .mainSlider__bg_title {
        font-size: 2.5rem
    }
}

.mainSlider.-type-7 .mainSlider__title {
    z-index: 2;
    position: relative;
    font-size: 6.2vw;
    line-height: 1;
    font-weight: 600;
    text-transform: uppercase
}

@media(max-width: 991px) {
    .mainSlider.-type-7 .mainSlider__title {
        font-size: 2.75rem
    }
}

.mainSlider.-type-9 {
    overflow: hidden !important;
    display: flex;
    align-items: center;
    height: 100vh;
    width: 100vw
}

.mainSlider.-type-9 .swiper-wrapper {
    z-index: -1
}

.mainSlider.-type-9 .container {
    height: 100%;
    width: unset
}

.mainSlider.-type-9 .container,
.mainSlider.-type-9 .row {
    height: 100%
}

.mainSlider.-type-9 .swiper-slide {
    overflow: hidden;
    padding: 0 7.5rem
}

@media(max-width: 991px) {
    .mainSlider.-type-9 .swiper-slide {
        padding: 0 2.5rem
    }
}

@media(max-width: 767px) {
    .mainSlider.-type-9 .swiper-slide {
        padding: 0 1.25rem
    }
}

.mainSlider.-type-9 .pagination {
    top: unset;
    bottom: unset;
    left: unset;
    right: unset;
    width: unset;
    height: unset;
    z-index: 5;
    position: absolute;
    top: 50%;
    right: 1.875rem;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    align-items: center
}

.mainSlider.-type-9 .pagination__current {
    color: white;
    font-size: .875rem;
    line-height: 1
}

.mainSlider.-type-9 .pagination__line {
    position: relative;
    margin: 0;
    margin: .625rem 0;
    height: 17.9375rem;
    width: .1875rem
}

.mainSlider.-type-9 .pagination__line>span {
    background-color: white
}

.mainSlider.-type-9 .pagination__total {
    color: white;
    font-size: .875rem;
    line-height: 1
}

.mainSlider.-type-9 .mainSlider__image {
    z-index: 1;
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0
}

.mainSlider.-type-9 .mainSlider__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover
}

.mainSlider.-type-9 .mainSlider__image::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4)
}

.mainSlider.-type-9 .mainSlider__content {
    z-index: 2;
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%
}

.mainSlider.-type-9 .mainSlider__subtitle {
    display: block;
    font-size: .8125rem;
    line-height: .9375rem;
    font-weight: 400
}

.mainSlider.-type-9 .mainSlider__title {
    font-weight: 400;
    font-size: 3.75rem;
    line-height: 1.3;
    letter-spacing: 0em
}

@media(max-width: 1199px) {
    .mainSlider.-type-9 .mainSlider__title {
        font-size: 3.25rem
    }
}

@media(max-width: 767px) {
    .mainSlider.-type-9 .mainSlider__title {
        font-size: 2rem
    }
}

@media(max-width: 991px) {
    .mainSlider.-type-9 .mainSlider__button a {
        min-width: 8.75rem
    }
}

.mainSlider.-type-9 .mainSlider__copyright {
    z-index: 5;
    position: absolute;
    bottom: 3.125rem;
    right: 7.5rem
}

@media(max-width: 991px) {
    .mainSlider.-type-9 .mainSlider__copyright {
        right: 2.5rem
    }
}

@media(max-width: 767px) {
    .mainSlider.-type-9 .mainSlider__copyright {
        bottom: 1.875rem;
        right: unset;
        left: 1.25rem
    }
}

.mainSlider.-type-9 .mainSlider__socials {
    z-index: 5;
    position: absolute;
    bottom: 3.125rem;
    left: 7.5rem
}

@media(max-width: 991px) {
    .mainSlider.-type-9 .mainSlider__socials {
        left: 2.5rem
    }
}

@media(max-width: 767px) {
    .mainSlider.-type-9 .mainSlider__socials {
        bottom: 4.375rem;
        left: 1.25rem
    }
}

.mainSlider.-type-9 .mainSlider__socials .socials {
    display: flex;
    margin-top: 1.25rem;
    margin-left: -0.75rem
}

.mainSlider.-type-9 .mainSlider__socials .socials a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.1875rem;
    height: 2.1875rem;
    border-radius: 100%;
    border: 1px solid transparent;
    transition: all .15s cubic-bezier(0.165, 0.84, 0.44, 1)
}

.mainSlider.-type-9 .mainSlider__socials .socials a:hover {
    border: 1px solid white
}

.mainSlider.-type-9 .mainSlider__socials .socials a+a {
    margin-left: .5rem
}

.mainSlider.-type-9 .mainSlider__scroll {
    cursor: pointer;
    position: absolute;
    bottom: 3.125rem;
    left: 50%;
    transform: translateX(-50%)
}

.mainSlider.-type-9 .mainSlider__scroll_item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 100%;
    color: white;
    font-size: 14px;
    line-height: 16px
}

.mainSlider.-type-9 .mainSlider__scroll_icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    border: 1px solid #fff;
    transition: all .1s ease-out;
    color: white;
    margin-top: 25px
}

.mainSlider.-type-9 .mainSlider__scroll_icon .icon {
    color: white;
    position: relative;
    font-size: 30px;
    transition: all .1s ease-out;
    transform: rotate(90deg);
    top: -15px
}

.mainSlider.-type-10 {
    overflow: hidden !important;
    display: flex;
    align-items: center;
    height: 100vh;
    width: 100%
}

.mainSlider.-type-10 .swiper-wrapper {
    z-index: -1
}

.mainSlider.-type-10 .container {
    height: 100%;
    width: unset
}

.mainSlider.-type-10 .container,
.mainSlider.-type-10 .row {
    height: 100%
}

.mainSlider.-type-10 .swiper-slide {
    overflow: hidden
}

.mainSlider.-type-10 .pagination.-slider {
    z-index: 5;
    position: absolute;
    bottom: 1.875rem;
    transform: translateY(-50%)
}

.mainSlider.-type-10 .mainSlider__image {
    z-index: 1;
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0
}

.mainSlider.-type-10 .mainSlider__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover
}

.mainSlider.-type-10 .mainSlider__image::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4)
}

.mainSlider.-type-10 .mainSlider__content {
    z-index: 2;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center
}

.mainSlider.-type-10 .mainSlider__subtitle {
    display: block;
    font-size: .875rem;
    line-height: 1rem;
    text-transform: uppercase
}

.mainSlider.-type-10 .mainSlider__title {
    font-size: 3.75rem;
    line-height: 1.2;
    font-weight: 600;
    text-transform: uppercase
}

@media(max-width: 1199px) {
    .mainSlider.-type-10 .mainSlider__title {
        font-size: 3.375rem
    }
}

@media(max-width: 767px) {
    .mainSlider.-type-10 .mainSlider__title {
        font-size: 2rem
    }
}

@media(max-width: 991px) {
    .mainSlider.-type-10 .mainSlider__button a {
        min-width: 8.75rem
    }
}

.filter-button-group {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: -10px
}

.filter-button-group button {
    padding: 10px;
    font-size: inherit;
    color: inherit;
    font-weight: inherit
}

.filter-button-group button:hover {
    color: var(--accent-color) !important
}

.filter-button-group button.btn-active {
    color: black;
    text-decoration: underline
}

.masonry__item .portfolioCard__img,
.masonry__item .portfolioCard__img__inner {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%
}

.masonry .masonry__item.-no-ratio>.ratio {
    padding-bottom: unset !important
}

.masonry .masonry__item>.ratio {
    padding-bottom: 100%
}

.masonry .masonry__item.-r-120>.ratio {
    padding-bottom: 120%
}

.masonry .masonry__item.-long>.ratio {
    padding-bottom: 200%
}

.masonry .masonry__item.-big>.ratio {
    padding-bottom: 100%
}

.masonry .masonry__item.-wide>.ratio {
    padding-bottom: 50%
}

.masonry.-col-4 .masonry__sizer {
    width: 25%
}

.masonry.-col-4 .masonry__item {
    width: 25%
}

.masonry.-col-4 .masonry__item.-long {
    width: 25%
}

.masonry.-col-4 .masonry__item.-big {
    width: 50%
}

.masonry.-col-4 .masonry__item.-wide {
    width: 50%
}

@media(max-width: 991px) {
    .masonry.-col-4 .masonry__sizer {
        width: 33.33333%
    }

    .masonry.-col-4 .masonry__item {
        width: 33.33333%
    }

    .masonry.-col-4 .masonry__item.-long {
        width: 33.33333%
    }

    .masonry.-col-4 .masonry__item.-big {
        width: 66.66666%
    }

    .masonry.-col-4 .masonry__item.-wide {
        width: 66.66666%
    }
}

@media(max-width: 767px) {
    .masonry.-col-4 .masonry__sizer {
        width: 50%
    }

    .masonry.-col-4 .masonry__item {
        width: 50%
    }

    .masonry.-col-4 .masonry__item.-long {
        width: 50%
    }

    .masonry.-col-4 .masonry__item.-big {
        width: 100%
    }

    .masonry.-col-4 .masonry__item.-wide {
        width: 100%
    }
}

@media(max-width: 575px) {
    .masonry.-col-4 .masonry__sizer {
        width: 100%
    }

    .masonry.-col-4 .masonry__item {
        width: 100%
    }

    .masonry.-col-4 .masonry__item.-long {
        width: 100%
    }

    .masonry.-col-4 .masonry__item.-big {
        width: 100%
    }

    .masonry.-col-4 .masonry__item.-wide {
        width: 100%
    }
}

.masonry.-col-3 .masonry__sizer {
    width: 33.33333%
}

.masonry.-col-3 .masonry__item {
    width: 33.33333%
}

.masonry.-col-3 .masonry__item.-long {
    width: 33.33333%
}

.masonry.-col-3 .masonry__item.-big {
    width: 66.66666%
}

.masonry.-col-3 .masonry__item.-wide {
    width: 66.66666%
}

@media(max-width: 767px) {
    .masonry.-col-3 .masonry__sizer {
        width: 50%
    }

    .masonry.-col-3 .masonry__item {
        width: 50%
    }

    .masonry.-col-3 .masonry__item.-long {
        width: 50%
    }

    .masonry.-col-3 .masonry__item.-big {
        width: 100%
    }

    .masonry.-col-3 .masonry__item.-wide {
        width: 100%
    }
}

@media(max-width: 575px) {
    .masonry.-col-3 .masonry__sizer {
        width: 100%
    }

    .masonry.-col-3 .masonry__item {
        width: 100%
    }

    .masonry.-col-3 .masonry__item.-long {
        width: 100%
    }

    .masonry.-col-3 .masonry__item.-big {
        width: 100%
    }

    .masonry.-col-3 .masonry__item.-wide {
        width: 100%
    }
}

.masonry.-col-2 .masonry__sizer {
    width: 50%
}

.masonry.-col-2 .masonry__item {
    width: 50%
}

.masonry.-col-2 .masonry__item.-long {
    width: 50%
}

.masonry.-col-2 .masonry__item.-big {
    width: 100%
}

.masonry.-col-2 .masonry__item.-wide {
    width: 100%
}

@media(max-width: 575px) {
    .masonry.-col-2 .masonry__sizer {
        width: 100%
    }

    .masonry.-col-2 .masonry__item {
        width: 100%
    }

    .masonry.-col-2 .masonry__item.-long {
        width: 100%
    }

    .masonry.-col-2 .masonry__item.-big {
        width: 100%
    }

    .masonry.-col-2 .masonry__item.-wide {
        width: 100%
    }
}

.masonry.-gap-16 {
    margin-left: -0.5rem;
    margin-right: -0.5rem
}

.masonry.-gap-16 .masonry__item {
    padding: 0 .5rem;
    margin-bottom: 1rem
}

.masonry.-gap-16 .masonry__item.-no-ratio>.ratio {
    padding-bottom: unset !important
}

.masonry.-gap-16 .masonry__item>.ratio {
    padding-bottom: 100%
}

.masonry.-gap-16 .masonry__item.-r-120>.ratio {
    padding-bottom: 120%
}

.masonry.-gap-16 .masonry__item.-long>.ratio {
    padding-bottom: calc(200% + 1rem)
}

.masonry.-gap-16 .masonry__item.-big>.ratio {
    padding-bottom: 100%
}

.masonry.-gap-16 .masonry__item.-wide>.ratio {
    padding-bottom: calc(50% - .5rem)
}

.masonry.-gap-32 {
    margin-left: -1rem;
    margin-right: -1rem
}

.masonry.-gap-32 .masonry__item {
    padding: 0 1rem;
    margin-bottom: 2rem
}

.masonry.-gap-32 .masonry__item.-no-ratio>.ratio {
    padding-bottom: unset !important
}

.masonry.-gap-32 .masonry__item>.ratio {
    padding-bottom: 100%
}

.masonry.-gap-32 .masonry__item.-r-120>.ratio {
    padding-bottom: 120%
}

.masonry.-gap-32 .masonry__item.-long>.ratio {
    padding-bottom: calc(200% + 2rem)
}

.masonry.-gap-32 .masonry__item.-big>.ratio {
    padding-bottom: 100%
}

.masonry.-gap-32 .masonry__item.-wide>.ratio {
    padding-bottom: calc(50% - 1rem)
}

.masonry.-gap-40 {
    margin-left: -1.25rem;
    margin-right: -1.25rem
}

.masonry.-gap-40 .masonry__item {
    padding: 0 1.25rem;
    margin-bottom: 2.5rem
}

.masonry.-gap-40 .masonry__item.-no-ratio>.ratio {
    padding-bottom: unset !important
}

.masonry.-gap-40 .masonry__item>.ratio {
    padding-bottom: 100%
}

.masonry.-gap-40 .masonry__item.-r-120>.ratio {
    padding-bottom: 120%
}

.masonry.-gap-40 .masonry__item.-long>.ratio {
    padding-bottom: calc(200% + 2.5rem)
}

.masonry.-gap-40 .masonry__item.-big>.ratio {
    padding-bottom: 100%
}

.masonry.-gap-40 .masonry__item.-wide>.ratio {
    padding-bottom: calc(50% - 1.25rem)
}

.masonry.-gap-48 {
    margin-left: -1.5rem;
    margin-right: -1.5rem
}

.masonry.-gap-48 .masonry__item {
    padding: 0 1.5rem;
    margin-bottom: 3rem
}

.masonry.-gap-48 .masonry__item.-no-ratio>.ratio {
    padding-bottom: unset !important
}

.masonry.-gap-48 .masonry__item>.ratio {
    padding-bottom: 100%
}

.masonry.-gap-48 .masonry__item.-r-120>.ratio {
    padding-bottom: 120%
}

.masonry.-gap-48 .masonry__item.-long>.ratio {
    padding-bottom: calc(200% + 3rem)
}

.masonry.-gap-48 .masonry__item.-big>.ratio {
    padding-bottom: 100%
}

.masonry.-gap-48 .masonry__item.-wide>.ratio {
    padding-bottom: calc(50% - 1.5rem)
}

.topbar {
    z-index: 500;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 2.5rem;
    display: flex;
    align-items: center
}

.topbar__info {
    display: flex
}

.topbar .topbar__item+.topbar__item {
    margin-left: 1.875rem
}

.topbar__socials_content {
    display: flex
}

.topbar__socials_content a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 100%;
    border: 1px solid transparent;
    transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1)
}

.topbar__socials_content a+a {
    margin-left: .3125rem
}

.blogSidebar__item+.blogSidebar__item {
    margin-top: 1.875rem
}

.blogSidebar__title {
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.3125rem;
    text-transform: uppercase
}

.blogSidebar .search>form {
    position: relative
}

.blogSidebar .search .field {
    z-index: 1;
    padding-top: 0;
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 9px
}

.blogSidebar .search .submit {
    z-index: 5;
    position: absolute;
    top: 0;
    right: 0
}

.blogSidebar .search .submit::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: calc(100% + 8px);
    height: calc(100% + 8px)
}

.blogSidebar .search .icon {
    width: 20px;
    height: 20px;
    stroke-width: 1
}

.blogSidebar .category {
    width: 100%
}

.blogSidebar .category span,
.blogSidebar .category a {
    color: inherit;
    line-height: inherit;
    font-size: inherit
}

.blogSidebar .category a {
    position: relative
}

.blogSidebar .category a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -0.375rem;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
    transform-origin: left;
    transform: scaleX(0)
}

.blogSidebar .category a:hover {
    color: black
}

.blogSidebar .category a:hover::after {
    transform: scaleX(1)
}

.blogSidebar .category__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1
}

.blogSidebar .category__item+.category__item {
    margin-top: 1.375rem
}

.blogSidebar .recent__item {
    display: flex;
    width: 100%
}

.blogSidebar .recent__item+.recent__item {
    margin-top: 1.25rem
}

.blogSidebar .recent__image {
    min-width: 5rem;
    min-height: 5rem;
    width: 5rem;
    height: 5rem
}

.blogSidebar .recent__content div {
    font-size: .875rem;
    line-height: 1.5rem
}

.blogSidebar .tags {
    display: flex;
    flex-wrap: wrap
}

.blogSidebar .tags__item a {
    display: block;
    padding: .5rem 1.125rem;
    text-transform: uppercase;
    font-size: .75rem;
    line-height: .875rem;
    font-weight: 600;
    color: #615e5e;
    background-color: #f9f6f6;
    transition: all .2s ease-out
}

.blogSidebar .tags__item a:hover {
    color: white;
    background-color: #000
}

.no-page {
    width: 100%;
    height: 100vh
}

.no-page .container,
.no-page .row {
    height: 100%
}

.no-page__bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.no-page__bg::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.6)
}

.no-page__content {
    text-align: center
}

.no-page__title {
    font-weight: 400;
    font-size: 8.75rem;
    line-height: 1.15
}

@media(max-width: 991px) {
    .no-page__title {
        font-size: 7.1875rem
    }
}

.no-page__text {
    font-size: 2.5rem;
    line-height: 1.3
}

@media(max-width: 991px) {
    .no-page__text {
        font-size: 1.625rem
    }
}

.soon {
    width: 100%;
    height: 100vh
}

.soon .container,
.soon .row {
    height: 100%
}

.soon__bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.soon__bg::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.6)
}

.soon__content {
    text-align: center
}

.soon__title {
    font-weight: 400;
    font-size: 4.375rem;
    line-height: 1.15
}

@media(max-width: 991px) {
    .soon__title {
        font-size: 3.375rem
    }
}

.soon__count_item {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.soon__count_item>div:nth-child(1) {
    font-size: 3.125rem;
    font-weight: 600;
    line-height: 3.6875rem;
    color: white
}

.soon__count_item>div:nth-child(2) {
    font-size: .875rem;
    line-height: 1.25rem;
    text-transform: uppercase;
    color: white
}

.soon__newsletter {
    width: 18.75rem;
    margin: 0 auto
}

.soon__newsletter form {
    position: relative
}

.soon__newsletter form input {
    border-bottom: 1px solid #fff;
    color: white;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    border-right-width: 0;
    border-left-width: 0;
    border-top: 0;
    border-radius: 0
}

.soon__newsletter form input::placeholder {
    color: #fff
}

.soon__newsletter form input:focus {
    border-bottom: 1px solid white
}

.soon__newsletter button {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center
}

.soon__newsletter .icon {
    color: #fff;
    font-size: 1.25rem
}

.soon__socials {
    position: absolute;
    bottom: 3.75rem;
    left: 50%;
    transform: translateX(-50%)
}

.soon__socials a {
    color: #fff !important
}

.related-nav {
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4
}

.related-nav__icon {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    width: 21px;
    height: 21px
}

.related-nav__icon span {
    border: 1px solid #615e5e;
    width: 8px;
    height: 8px
}

.related-nav__icon span:nth-child(1n+3) {
    margin-top: 5px
}

.related-nav__item {
    display: flex;
    flex-wrap: nowrap;
    margin-left: -10px;
    margin-right: -10px
}

.related-nav__item>* {
    padding-left: 10px;
    padding-right: 10px
}

@media(max-width: 991px) {
    .related-nav__item>* {
        padding-left: 6px;
        padding-right: 6px
    }
}

.related-nav__item:hover span,
.related-nav__item:hover .icon {
    color: var(--color-accent) !important
}

.related-nav__item.-next {
    justify-content: flex-end;
    text-align: right
}

.related-nav__arrow .icon {
    font-size: 24px;
    color: black;
    transition: all .1s ease-out
}

.related-nav__content span {
    display: block;
    font-size: 12px;
    font-weight: 600;
    line-height: 24px;
    color: black;
    transition: all .15s ease-out
}

.related-nav__content p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #615e5e;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word
}

.pagination.-section {
    display: flex;
    align-items: center
}

.pagination.-section .pagination__content {
    margin: 0 5.625rem
}

.pagination.-section .pagination__content>* {
    font-size: 14px;
    line-height: 1;
    color: black;
    padding: 10px 14px
}

.pagination.-section .pagination__content>*.is-active {
    color: var(--accent-color)
}

.pagination.-section .pagination__content a:hover {
    text-decoration: underline
}

.nav-icon {
    position: relative;
    display: block;
    transition: all .1s cubic-bezier(0.165, 0.84, 0.44, 1)
}

.nav-icon__circle {
    border-radius: 100%;
    border: 1px solid black;
    width: 35px;
    height: 35px;
    transition: all .1s cubic-bezier(0.165, 0.84, 0.44, 1)
}

.nav-icon__circle .icon {
    font-size: 28px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.nav-icon.-left {
    padding-right: 12px
}

.nav-icon.-left .icon {
    right: 0
}

.nav-icon.-right {
    padding-left: 12px
}

.nav-icon.-right .icon {
    left: 0
}

.nav-icon:hover {
    color: var(--accent-color)
}

.nav-icon:hover .nav-icon__circle {
    border-color: var(--accent-color)
}

.position-unset {
    position: unset !important
}

.bottom-line::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: .1875rem
}

.bottom-line.-accent::after {
    background-color: var(--accent-color)
}

.map {
    z-index: 5
}

.pattern_bg_1 {
    background-image: url("assets/img/patterns/1.png")
}

.pattern_bg_2 {
    background-image: url("assets/img/patterns/2.png")
}

.video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.ratio-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0
}

.-white-circle {
    position: relative
}

.-white-circle::before {
    content: "";
    position: absolute;
    top: 49%;
    left: -1.125rem;
    transform: translateY(-50%);
    background-color: rgba(255, 255, 255, 0.2);
    width: .5rem;
    height: .5rem;
    border-radius: 100%
}

.base-img {
    width: 100%;
    height: auto
}

.relative {
    position: relative
}

.bg-fill-image {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1 !important
}

@media(max-width: 991px) {
    .md\:container {
        max-width: 45rem;
        padding-top: 0;
        padding-left: 1rem;
        padding-right: 1rem;
        margin: 0 auto
    }
}

@media(max-width: 767px) {
    .md\:container {
        max-width: 33.75rem
    }
}

@media(max-width: 575px) {
    .md\:container {
        max-width: 100%;
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
}

@media(max-width: 767px) {
    .sm\:container {
        max-width: 33.75rem
    }
}

@media(max-width: 575px) {
    .sm\:container {
        max-width: 100%;
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
}

@media(max-width: 575px) {
    .xs\:container {
        max-width: 100%;
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
}

.section-border-bottom-dark>* {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12)
}

.section-border-bottom-dark>*:last-child {
    border-bottom: unset
}

.section-border-bottom-light>* {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1)
}

.section-border-bottom-light>*:last-child {
    border-bottom: unset
}

.html-overflow-hidden {
    overflow: hidden !important
}

.html-overflow-hidden body {
    overflow-y: scroll
}

html.full-page-slider {
    overflow: hidden !important
}

html.full-page-slider body {
    overflow: hidden !important
}

.smooth-scroll {
    scroll-behavior: smooth
}

.origin-top {
    transform-origin: top !important
}

.origin-left {
    transform-origin: left !important
}

.overflow-hidden {
    overflow: hidden !important
}

.overflow-normal {
    overflow: initial !important
}

.overflow-visible {
    overflow: visible !important
}

.pointer-events-auto {
    pointer-events: auto !important
}

.pointer-events-none {
    pointer-events: none !important
}

.bg-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 100%
}

.bg-video {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%
}

.overlay-black-sm::after,
.overlay-black-md::after,
.overlay-black-lg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%
}

.overlay-black-sm::after {
    background-color: rgba(0, 0, 0, 0.3)
}

.overlay-black-md::after {
    background-color: rgba(0, 0, 0, 0.5)
}

.overlay-black-lg::after {
    background-color: rgba(0, 0, 0, 0.7)
}

.container-wide {
    padding-left: 5%;
    padding-right: 5%
}

@media(max-width: 767px) {
    .container-wide {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
}

.rounded-4 {
    border-radius: .25rem
}

.rounded-base {
    border-radius: .375rem
}

.rounded-full {
    border-radius: 100%
}

.z-0 {
    z-index: 0
}

.z-1 {
    z-index: 1
}

.z-2 {
    z-index: 2
}

.z-3 {
    z-index: 3
}

.z-4 {
    z-index: 4
}

.z-5 {
    z-index: 5
}

.size-3xs {
    width: 1rem !important;
    height: 1rem !important
}

.size-2xs {
    width: 1.25rem !important;
    height: 1.25rem !important
}

.size-xs {
    width: 1.5rem !important;
    height: 1.5rem !important
}

.size-sm {
    width: 2rem !important;
    height: 2rem !important
}

.size-md {
    width: 2.5rem !important;
    height: 2.5rem !important
}

.size-lg {
    width: 3rem !important;
    height: 3rem !important
}

.size-xl {
    width: 4rem !important;
    height: 4rem !important
}

.size-2xl {
    width: 5rem !important;
    height: 5rem !important
}

.size-3xl {
    width: 6rem !important;
    height: 6rem !important
}

.str-width-xs {
    stroke-width: .5 !important
}

.str-width-sm {
    stroke-width: .75 !important
}

.str-width-md {
    stroke-width: 1 !important
}

.str-width-lg {
    stroke-width: 1.25 !important
}

.str-width-xl {
    stroke-width: 1.5 !important
}

.str-width-2xl {
    stroke-width: 1.75 !important
}

.str-width-3xl {
    stroke-width: 2 !important
}

.ml-minus-4 {
    margin-left: -0.25rem
}

.bg-accent {
    background-color: var(--accent-color)
}

.bg-black {
    background-color: #000
}

.bg-white {
    background-color: #fff
}

.bg-light-grey {
    background-color: #f6f6f6
}

.bg-light-grey-2 {
    background-color: #f9f6f6
}

.bg-light-1 {
    background-color: var(--bg-light-1)
}

.bg-light-2 {
    background-color: var(--bg-light-2)
}

.bg-dark-1 {
    background-color: var(--bg-dark-1)
}

.bg-dark-2 {
    background-color: var(--bg-dark-2)
}

.bg-dark-3 {
    background-color: var(--bg-dark-3)
}

.bg-dark-4 {
    background-color: var(--bg-dark-4)
}

.shadow-light {
    box-shadow: 0 6px 24px -2px rgba(119, 139, 165, 0.2)
}

.shadow-dark {
    box-shadow: 0px 12px 30px rgba(0, 0, 0, 0.6)
}

.border-none {
    border: none
}

.border-light {
    border: 1px solid rgba(255, 255, 255, 0.1)
}

.border-dark {
    border: 1px solid rgba(0, 0, 0, 0.2)
}

.border-top-light {
    border-top: 1px solid rgba(255, 255, 255, 0.1)
}

.border-top-dark {
    border-top: 1px solid rgba(0, 0, 0, 0.2)
}

.italic {
    font-style: italic
}

.uppercase {
    text-transform: uppercase
}

.capitalize {
    text-transform: capitalize
}

.normal {
    text-transform: none
}

.line-through {
    text-decoration: line-through
}

.underline {
    text-decoration: underline
}

.fw-300 {
    font-weight: 300 !important
}

.fw-400 {
    font-weight: 400 !important
}

.fw-500 {
    font-weight: 500 !important
}

.fw-600 {
    font-weight: 600 !important
}

.fw-700 {
    font-weight: 700 !important
}

.fw-800 {
    font-weight: 800 !important
}

.fw-900 {
    font-weight: 900 !important
}

.text-accent {
    color: var(--accent-color)
}

.text-light {
    color: var(--font-light)
}

.text-dark {
    color: var(--font-dark)
}

.text-grey {
    color: #615e5e
}

.text-black {
    color: #000
}

.text-white {
    color: #fff
}

.ul-list li {
    list-style: disc inside
}

.ul-list-ord li {
    list-style: decimal inside
}

.py-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important
}

.px-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important
}

.pt-0 {
    padding-top: 0rem !important
}

.pb-0 {
    padding-bottom: 0rem !important
}

.pl-0 {
    padding-left: 0rem !important
}

.pr-0 {
    padding-right: 0rem !important
}

.mt-0 {
    margin-top: 0rem !important
}

.mb-0 {
    margin-bottom: 0rem !important
}

.ml-0 {
    margin-left: 0rem !important
}

.mr-0 {
    margin-right: 0rem !important
}

.py-4 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important
}

.px-4 {
    padding-left: .25rem !important;
    padding-right: .25rem !important
}

.pt-4 {
    padding-top: .25rem !important
}

.pb-4 {
    padding-bottom: .25rem !important
}

.pl-4 {
    padding-left: .25rem !important
}

.pr-4 {
    padding-right: .25rem !important
}

.mt-4 {
    margin-top: .25rem !important
}

.mb-4 {
    margin-bottom: .25rem !important
}

.ml-4 {
    margin-left: .25rem !important
}

.mr-4 {
    margin-right: .25rem !important
}

.py-8 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important
}

.px-8 {
    padding-left: .5rem !important;
    padding-right: .5rem !important
}

.pt-8 {
    padding-top: .5rem !important
}

.pb-8 {
    padding-bottom: .5rem !important
}

.pl-8 {
    padding-left: .5rem !important
}

.pr-8 {
    padding-right: .5rem !important
}

.mt-8 {
    margin-top: .5rem !important
}

.mb-8 {
    margin-bottom: .5rem !important
}

.ml-8 {
    margin-left: .5rem !important
}

.mr-8 {
    margin-right: .5rem !important
}

.py-12 {
    padding-top: .75rem !important;
    padding-bottom: .75rem !important
}

.px-12 {
    padding-left: .75rem !important;
    padding-right: .75rem !important
}

.pt-12 {
    padding-top: .75rem !important
}

.pb-12 {
    padding-bottom: .75rem !important
}

.pl-12 {
    padding-left: .75rem !important
}

.pr-12 {
    padding-right: .75rem !important
}

.mt-12 {
    margin-top: .75rem !important
}

.mb-12 {
    margin-bottom: .75rem !important
}

.ml-12 {
    margin-left: .75rem !important
}

.mr-12 {
    margin-right: .75rem !important
}

.py-16 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important
}

.px-16 {
    padding-left: 1rem !important;
    padding-right: 1rem !important
}

.pt-16 {
    padding-top: 1rem !important
}

.pb-16 {
    padding-bottom: 1rem !important
}

.pl-16 {
    padding-left: 1rem !important
}

.pr-16 {
    padding-right: 1rem !important
}

.mt-16 {
    margin-top: 1rem !important
}

.mb-16 {
    margin-bottom: 1rem !important
}

.ml-16 {
    margin-left: 1rem !important
}

.mr-16 {
    margin-right: 1rem !important
}

.py-20 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important
}

.px-20 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important
}

.pt-20 {
    padding-top: 1.25rem !important
}

.pb-20 {
    padding-bottom: 1.25rem !important
}

.pl-20 {
    padding-left: 1.25rem !important
}

.pr-20 {
    padding-right: 1.25rem !important
}

.mt-20 {
    margin-top: 1.25rem !important
}

.mb-20 {
    margin-bottom: 1.25rem !important
}

.ml-20 {
    margin-left: 1.25rem !important
}

.mr-20 {
    margin-right: 1.25rem !important
}

.py-24 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important
}

.px-24 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important
}

.pt-24 {
    padding-top: 1.5rem !important
}

.pb-24 {
    padding-bottom: 1.5rem !important
}

.pl-24 {
    padding-left: 1.5rem !important
}

.pr-24 {
    padding-right: 1.5rem !important
}

.mt-24 {
    margin-top: 1.5rem !important
}

.mb-24 {
    margin-bottom: 1.5rem !important
}

.ml-24 {
    margin-left: 1.5rem !important
}

.mr-24 {
    margin-right: 1.5rem !important
}

.py-30 {
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important
}

.px-30 {
    padding-left: 1.875rem !important;
    padding-right: 1.875rem !important
}

.pt-30 {
    padding-top: 1.875rem !important
}

.pb-30 {
    padding-bottom: 1.875rem !important
}

.pl-30 {
    padding-left: 1.875rem !important
}

.pr-30 {
    padding-right: 1.875rem !important
}

.mt-30 {
    margin-top: 1.875rem !important
}

.mb-30 {
    margin-bottom: 1.875rem !important
}

.ml-30 {
    margin-left: 1.875rem !important
}

.mr-30 {
    margin-right: 1.875rem !important
}

.py-32 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important
}

.px-32 {
    padding-left: 2rem !important;
    padding-right: 2rem !important
}

.pt-32 {
    padding-top: 2rem !important
}

.pb-32 {
    padding-bottom: 2rem !important
}

.pl-32 {
    padding-left: 2rem !important
}

.pr-32 {
    padding-right: 2rem !important
}

.mt-32 {
    margin-top: 2rem !important
}

.mb-32 {
    margin-bottom: 2rem !important
}

.ml-32 {
    margin-left: 2rem !important
}

.mr-32 {
    margin-right: 2rem !important
}

.py-40 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important
}

.px-40 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important
}

.pt-40 {
    padding-top: 2.5rem !important
}

.pb-40 {
    padding-bottom: 2.5rem !important
}

.pl-40 {
    padding-left: 2.5rem !important
}

.pr-40 {
    padding-right: 2.5rem !important
}

.mt-40 {
    margin-top: 2.5rem !important
}

.mb-40 {
    margin-bottom: 2.5rem !important
}

.ml-40 {
    margin-left: 2.5rem !important
}

.mr-40 {
    margin-right: 2.5rem !important
}

.py-48 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
}

.px-48 {
    padding-left: 3rem !important;
    padding-right: 3rem !important
}

.pt-48 {
    padding-top: 3rem !important
}

.pb-48 {
    padding-bottom: 3rem !important
}

.pl-48 {
    padding-left: 3rem !important
}

.pr-48 {
    padding-right: 3rem !important
}

.mt-48 {
    margin-top: 3rem !important
}

.mb-48 {
    margin-bottom: 3rem !important
}

.ml-48 {
    margin-left: 3rem !important
}

.mr-48 {
    margin-right: 3rem !important
}

.py-56 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important
}

.px-56 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important
}

.pt-56 {
    padding-top: 3.5rem !important
}

.pb-56 {
    padding-bottom: 3.5rem !important
}

.pl-56 {
    padding-left: 3.5rem !important
}

.pr-56 {
    padding-right: 3.5rem !important
}

.mt-56 {
    margin-top: 3.5rem !important
}

.mb-56 {
    margin-bottom: 3.5rem !important
}

.ml-56 {
    margin-left: 3.5rem !important
}

.mr-56 {
    margin-right: 3.5rem !important
}

.py-60 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important
}

.px-60 {
    padding-left: 3.75rem !important;
    padding-right: 3.75rem !important
}

.pt-60 {
    padding-top: 3.75rem !important
}

.pb-60 {
    padding-bottom: 3.75rem !important
}

.pl-60 {
    padding-left: 3.75rem !important
}

.pr-60 {
    padding-right: 3.75rem !important
}

.mt-60 {
    margin-top: 3.75rem !important
}

.mb-60 {
    margin-bottom: 3.75rem !important
}

.ml-60 {
    margin-left: 3.75rem !important
}

.mr-60 {
    margin-right: 3.75rem !important
}

.py-64 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important
}

.px-64 {
    padding-left: 4rem !important;
    padding-right: 4rem !important
}

.pt-64 {
    padding-top: 4rem !important
}

.pb-64 {
    padding-bottom: 4rem !important
}

.pl-64 {
    padding-left: 4rem !important
}

.pr-64 {
    padding-right: 4rem !important
}

.mt-64 {
    margin-top: 4rem !important
}

.mb-64 {
    margin-bottom: 4rem !important
}

.ml-64 {
    margin-left: 4rem !important
}

.mr-64 {
    margin-right: 4rem !important
}

.py-72 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important
}

.px-72 {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important
}

.pt-72 {
    padding-top: 4.5rem !important
}

.pb-72 {
    padding-bottom: 4.5rem !important
}

.pl-72 {
    padding-left: 4.5rem !important
}

.pr-72 {
    padding-right: 4.5rem !important
}

.mt-72 {
    margin-top: 4.5rem !important
}

.mb-72 {
    margin-bottom: 4.5rem !important
}

.ml-72 {
    margin-left: 4.5rem !important
}

.mr-72 {
    margin-right: 4.5rem !important
}

.py-80 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important
}

.px-80 {
    padding-left: 5rem !important;
    padding-right: 5rem !important
}

.pt-80 {
    padding-top: 5rem !important
}

.pb-80 {
    padding-bottom: 5rem !important
}

.pl-80 {
    padding-left: 5rem !important
}

.pr-80 {
    padding-right: 5rem !important
}

.mt-80 {
    margin-top: 5rem !important
}

.mb-80 {
    margin-bottom: 5rem !important
}

.ml-80 {
    margin-left: 5rem !important
}

.mr-80 {
    margin-right: 5rem !important
}

.py-100 {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important
}

.px-100 {
    padding-left: 6.25rem !important;
    padding-right: 6.25rem !important
}

.pt-100 {
    padding-top: 6.25rem !important
}

.pb-100 {
    padding-bottom: 6.25rem !important
}

.pl-100 {
    padding-left: 6.25rem !important
}

.pr-100 {
    padding-right: 6.25rem !important
}

.mt-100 {
    margin-top: 6.25rem !important
}

.mb-100 {
    margin-bottom: 6.25rem !important
}

.ml-100 {
    margin-left: 6.25rem !important
}

.mr-100 {
    margin-right: 6.25rem !important
}

@media(max-width: 1199px) {
    .lg\:py-0 {
        padding-top: 0rem !important;
        padding-bottom: 0rem !important
    }

    .lg\:px-0 {
        padding-left: 0rem !important;
        padding-right: 0rem !important
    }

    .lg\:pt-0 {
        padding-top: 0rem !important
    }

    .lg\:pb-0 {
        padding-bottom: 0rem !important
    }

    .lg\:pl-0 {
        padding-left: 0rem !important
    }

    .lg\:pr-0 {
        padding-right: 0rem !important
    }

    .lg\:mt-0 {
        margin-top: 0rem !important
    }

    .lg\:mb-0 {
        margin-bottom: 0rem !important
    }

    .lg\:ml-0 {
        margin-left: 0rem !important
    }

    .lg\:mr-0 {
        margin-right: 0rem !important
    }

    .lg\:py-4 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .lg\:px-4 {
        padding-left: .25rem !important;
        padding-right: .25rem !important
    }

    .lg\:pt-4 {
        padding-top: .25rem !important
    }

    .lg\:pb-4 {
        padding-bottom: .25rem !important
    }

    .lg\:pl-4 {
        padding-left: .25rem !important
    }

    .lg\:pr-4 {
        padding-right: .25rem !important
    }

    .lg\:mt-4 {
        margin-top: .25rem !important
    }

    .lg\:mb-4 {
        margin-bottom: .25rem !important
    }

    .lg\:ml-4 {
        margin-left: .25rem !important
    }

    .lg\:mr-4 {
        margin-right: .25rem !important
    }

    .lg\:py-8 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .lg\:px-8 {
        padding-left: .5rem !important;
        padding-right: .5rem !important
    }

    .lg\:pt-8 {
        padding-top: .5rem !important
    }

    .lg\:pb-8 {
        padding-bottom: .5rem !important
    }

    .lg\:pl-8 {
        padding-left: .5rem !important
    }

    .lg\:pr-8 {
        padding-right: .5rem !important
    }

    .lg\:mt-8 {
        margin-top: .5rem !important
    }

    .lg\:mb-8 {
        margin-bottom: .5rem !important
    }

    .lg\:ml-8 {
        margin-left: .5rem !important
    }

    .lg\:mr-8 {
        margin-right: .5rem !important
    }

    .lg\:py-12 {
        padding-top: .75rem !important;
        padding-bottom: .75rem !important
    }

    .lg\:px-12 {
        padding-left: .75rem !important;
        padding-right: .75rem !important
    }

    .lg\:pt-12 {
        padding-top: .75rem !important
    }

    .lg\:pb-12 {
        padding-bottom: .75rem !important
    }

    .lg\:pl-12 {
        padding-left: .75rem !important
    }

    .lg\:pr-12 {
        padding-right: .75rem !important
    }

    .lg\:mt-12 {
        margin-top: .75rem !important
    }

    .lg\:mb-12 {
        margin-bottom: .75rem !important
    }

    .lg\:ml-12 {
        margin-left: .75rem !important
    }

    .lg\:mr-12 {
        margin-right: .75rem !important
    }

    .lg\:py-16 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .lg\:px-16 {
        padding-left: 1rem !important;
        padding-right: 1rem !important
    }

    .lg\:pt-16 {
        padding-top: 1rem !important
    }

    .lg\:pb-16 {
        padding-bottom: 1rem !important
    }

    .lg\:pl-16 {
        padding-left: 1rem !important
    }

    .lg\:pr-16 {
        padding-right: 1rem !important
    }

    .lg\:mt-16 {
        margin-top: 1rem !important
    }

    .lg\:mb-16 {
        margin-bottom: 1rem !important
    }

    .lg\:ml-16 {
        margin-left: 1rem !important
    }

    .lg\:mr-16 {
        margin-right: 1rem !important
    }

    .lg\:py-20 {
        padding-top: 1.25rem !important;
        padding-bottom: 1.25rem !important
    }

    .lg\:px-20 {
        padding-left: 1.25rem !important;
        padding-right: 1.25rem !important
    }

    .lg\:pt-20 {
        padding-top: 1.25rem !important
    }

    .lg\:pb-20 {
        padding-bottom: 1.25rem !important
    }

    .lg\:pl-20 {
        padding-left: 1.25rem !important
    }

    .lg\:pr-20 {
        padding-right: 1.25rem !important
    }

    .lg\:mt-20 {
        margin-top: 1.25rem !important
    }

    .lg\:mb-20 {
        margin-bottom: 1.25rem !important
    }

    .lg\:ml-20 {
        margin-left: 1.25rem !important
    }

    .lg\:mr-20 {
        margin-right: 1.25rem !important
    }

    .lg\:py-24 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .lg\:px-24 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important
    }

    .lg\:pt-24 {
        padding-top: 1.5rem !important
    }

    .lg\:pb-24 {
        padding-bottom: 1.5rem !important
    }

    .lg\:pl-24 {
        padding-left: 1.5rem !important
    }

    .lg\:pr-24 {
        padding-right: 1.5rem !important
    }

    .lg\:mt-24 {
        margin-top: 1.5rem !important
    }

    .lg\:mb-24 {
        margin-bottom: 1.5rem !important
    }

    .lg\:ml-24 {
        margin-left: 1.5rem !important
    }

    .lg\:mr-24 {
        margin-right: 1.5rem !important
    }

    .lg\:py-30 {
        padding-top: 1.875rem !important;
        padding-bottom: 1.875rem !important
    }

    .lg\:px-30 {
        padding-left: 1.875rem !important;
        padding-right: 1.875rem !important
    }

    .lg\:pt-30 {
        padding-top: 1.875rem !important
    }

    .lg\:pb-30 {
        padding-bottom: 1.875rem !important
    }

    .lg\:pl-30 {
        padding-left: 1.875rem !important
    }

    .lg\:pr-30 {
        padding-right: 1.875rem !important
    }

    .lg\:mt-30 {
        margin-top: 1.875rem !important
    }

    .lg\:mb-30 {
        margin-bottom: 1.875rem !important
    }

    .lg\:ml-30 {
        margin-left: 1.875rem !important
    }

    .lg\:mr-30 {
        margin-right: 1.875rem !important
    }

    .lg\:py-32 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important
    }

    .lg\:px-32 {
        padding-left: 2rem !important;
        padding-right: 2rem !important
    }

    .lg\:pt-32 {
        padding-top: 2rem !important
    }

    .lg\:pb-32 {
        padding-bottom: 2rem !important
    }

    .lg\:pl-32 {
        padding-left: 2rem !important
    }

    .lg\:pr-32 {
        padding-right: 2rem !important
    }

    .lg\:mt-32 {
        margin-top: 2rem !important
    }

    .lg\:mb-32 {
        margin-bottom: 2rem !important
    }

    .lg\:ml-32 {
        margin-left: 2rem !important
    }

    .lg\:mr-32 {
        margin-right: 2rem !important
    }

    .lg\:py-40 {
        padding-top: 2.5rem !important;
        padding-bottom: 2.5rem !important
    }

    .lg\:px-40 {
        padding-left: 2.5rem !important;
        padding-right: 2.5rem !important
    }

    .lg\:pt-40 {
        padding-top: 2.5rem !important
    }

    .lg\:pb-40 {
        padding-bottom: 2.5rem !important
    }

    .lg\:pl-40 {
        padding-left: 2.5rem !important
    }

    .lg\:pr-40 {
        padding-right: 2.5rem !important
    }

    .lg\:mt-40 {
        margin-top: 2.5rem !important
    }

    .lg\:mb-40 {
        margin-bottom: 2.5rem !important
    }

    .lg\:ml-40 {
        margin-left: 2.5rem !important
    }

    .lg\:mr-40 {
        margin-right: 2.5rem !important
    }

    .lg\:py-48 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .lg\:px-48 {
        padding-left: 3rem !important;
        padding-right: 3rem !important
    }

    .lg\:pt-48 {
        padding-top: 3rem !important
    }

    .lg\:pb-48 {
        padding-bottom: 3rem !important
    }

    .lg\:pl-48 {
        padding-left: 3rem !important
    }

    .lg\:pr-48 {
        padding-right: 3rem !important
    }

    .lg\:mt-48 {
        margin-top: 3rem !important
    }

    .lg\:mb-48 {
        margin-bottom: 3rem !important
    }

    .lg\:ml-48 {
        margin-left: 3rem !important
    }

    .lg\:mr-48 {
        margin-right: 3rem !important
    }

    .lg\:py-56 {
        padding-top: 3.5rem !important;
        padding-bottom: 3.5rem !important
    }

    .lg\:px-56 {
        padding-left: 3.5rem !important;
        padding-right: 3.5rem !important
    }

    .lg\:pt-56 {
        padding-top: 3.5rem !important
    }

    .lg\:pb-56 {
        padding-bottom: 3.5rem !important
    }

    .lg\:pl-56 {
        padding-left: 3.5rem !important
    }

    .lg\:pr-56 {
        padding-right: 3.5rem !important
    }

    .lg\:mt-56 {
        margin-top: 3.5rem !important
    }

    .lg\:mb-56 {
        margin-bottom: 3.5rem !important
    }

    .lg\:ml-56 {
        margin-left: 3.5rem !important
    }

    .lg\:mr-56 {
        margin-right: 3.5rem !important
    }

    .lg\:py-60 {
        padding-top: 3.75rem !important;
        padding-bottom: 3.75rem !important
    }

    .lg\:px-60 {
        padding-left: 3.75rem !important;
        padding-right: 3.75rem !important
    }

    .lg\:pt-60 {
        padding-top: 3.75rem !important
    }

    .lg\:pb-60 {
        padding-bottom: 3.75rem !important
    }

    .lg\:pl-60 {
        padding-left: 3.75rem !important
    }

    .lg\:pr-60 {
        padding-right: 3.75rem !important
    }

    .lg\:mt-60 {
        margin-top: 3.75rem !important
    }

    .lg\:mb-60 {
        margin-bottom: 3.75rem !important
    }

    .lg\:ml-60 {
        margin-left: 3.75rem !important
    }

    .lg\:mr-60 {
        margin-right: 3.75rem !important
    }

    .lg\:py-64 {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important
    }

    .lg\:px-64 {
        padding-left: 4rem !important;
        padding-right: 4rem !important
    }

    .lg\:pt-64 {
        padding-top: 4rem !important
    }

    .lg\:pb-64 {
        padding-bottom: 4rem !important
    }

    .lg\:pl-64 {
        padding-left: 4rem !important
    }

    .lg\:pr-64 {
        padding-right: 4rem !important
    }

    .lg\:mt-64 {
        margin-top: 4rem !important
    }

    .lg\:mb-64 {
        margin-bottom: 4rem !important
    }

    .lg\:ml-64 {
        margin-left: 4rem !important
    }

    .lg\:mr-64 {
        margin-right: 4rem !important
    }

    .lg\:py-72 {
        padding-top: 4.5rem !important;
        padding-bottom: 4.5rem !important
    }

    .lg\:px-72 {
        padding-left: 4.5rem !important;
        padding-right: 4.5rem !important
    }

    .lg\:pt-72 {
        padding-top: 4.5rem !important
    }

    .lg\:pb-72 {
        padding-bottom: 4.5rem !important
    }

    .lg\:pl-72 {
        padding-left: 4.5rem !important
    }

    .lg\:pr-72 {
        padding-right: 4.5rem !important
    }

    .lg\:mt-72 {
        margin-top: 4.5rem !important
    }

    .lg\:mb-72 {
        margin-bottom: 4.5rem !important
    }

    .lg\:ml-72 {
        margin-left: 4.5rem !important
    }

    .lg\:mr-72 {
        margin-right: 4.5rem !important
    }

    .lg\:py-80 {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important
    }

    .lg\:px-80 {
        padding-left: 5rem !important;
        padding-right: 5rem !important
    }

    .lg\:pt-80 {
        padding-top: 5rem !important
    }

    .lg\:pb-80 {
        padding-bottom: 5rem !important
    }

    .lg\:pl-80 {
        padding-left: 5rem !important
    }

    .lg\:pr-80 {
        padding-right: 5rem !important
    }

    .lg\:mt-80 {
        margin-top: 5rem !important
    }

    .lg\:mb-80 {
        margin-bottom: 5rem !important
    }

    .lg\:ml-80 {
        margin-left: 5rem !important
    }

    .lg\:mr-80 {
        margin-right: 5rem !important
    }

    .lg\:py-100 {
        padding-top: 6.25rem !important;
        padding-bottom: 6.25rem !important
    }

    .lg\:px-100 {
        padding-left: 6.25rem !important;
        padding-right: 6.25rem !important
    }

    .lg\:pt-100 {
        padding-top: 6.25rem !important
    }

    .lg\:pb-100 {
        padding-bottom: 6.25rem !important
    }

    .lg\:pl-100 {
        padding-left: 6.25rem !important
    }

    .lg\:pr-100 {
        padding-right: 6.25rem !important
    }

    .lg\:mt-100 {
        margin-top: 6.25rem !important
    }

    .lg\:mb-100 {
        margin-bottom: 6.25rem !important
    }

    .lg\:ml-100 {
        margin-left: 6.25rem !important
    }

    .lg\:mr-100 {
        margin-right: 6.25rem !important
    }
}

@media(max-width: 991px) {
    .md\:py-0 {
        padding-top: 0rem !important;
        padding-bottom: 0rem !important
    }

    .md\:px-0 {
        padding-left: 0rem !important;
        padding-right: 0rem !important
    }

    .md\:pt-0 {
        padding-top: 0rem !important
    }

    .md\:pb-0 {
        padding-bottom: 0rem !important
    }

    .md\:pl-0 {
        padding-left: 0rem !important
    }

    .md\:pr-0 {
        padding-right: 0rem !important
    }

    .md\:mt-0 {
        margin-top: 0rem !important
    }

    .md\:mb-0 {
        margin-bottom: 0rem !important
    }

    .md\:ml-0 {
        margin-left: 0rem !important
    }

    .md\:mr-0 {
        margin-right: 0rem !important
    }

    .md\:py-4 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .md\:px-4 {
        padding-left: .25rem !important;
        padding-right: .25rem !important
    }

    .md\:pt-4 {
        padding-top: .25rem !important
    }

    .md\:pb-4 {
        padding-bottom: .25rem !important
    }

    .md\:pl-4 {
        padding-left: .25rem !important
    }

    .md\:pr-4 {
        padding-right: .25rem !important
    }

    .md\:mt-4 {
        margin-top: .25rem !important
    }

    .md\:mb-4 {
        margin-bottom: .25rem !important
    }

    .md\:ml-4 {
        margin-left: .25rem !important
    }

    .md\:mr-4 {
        margin-right: .25rem !important
    }

    .md\:py-8 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .md\:px-8 {
        padding-left: .5rem !important;
        padding-right: .5rem !important
    }

    .md\:pt-8 {
        padding-top: .5rem !important
    }

    .md\:pb-8 {
        padding-bottom: .5rem !important
    }

    .md\:pl-8 {
        padding-left: .5rem !important
    }

    .md\:pr-8 {
        padding-right: .5rem !important
    }

    .md\:mt-8 {
        margin-top: .5rem !important
    }

    .md\:mb-8 {
        margin-bottom: .5rem !important
    }

    .md\:ml-8 {
        margin-left: .5rem !important
    }

    .md\:mr-8 {
        margin-right: .5rem !important
    }

    .md\:py-12 {
        padding-top: .75rem !important;
        padding-bottom: .75rem !important
    }

    .md\:px-12 {
        padding-left: .75rem !important;
        padding-right: .75rem !important
    }

    .md\:pt-12 {
        padding-top: .75rem !important
    }

    .md\:pb-12 {
        padding-bottom: .75rem !important
    }

    .md\:pl-12 {
        padding-left: .75rem !important
    }

    .md\:pr-12 {
        padding-right: .75rem !important
    }

    .md\:mt-12 {
        margin-top: .75rem !important
    }

    .md\:mb-12 {
        margin-bottom: .75rem !important
    }

    .md\:ml-12 {
        margin-left: .75rem !important
    }

    .md\:mr-12 {
        margin-right: .75rem !important
    }

    .md\:py-16 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .md\:px-16 {
        padding-left: 1rem !important;
        padding-right: 1rem !important
    }

    .md\:pt-16 {
        padding-top: 1rem !important
    }

    .md\:pb-16 {
        padding-bottom: 1rem !important
    }

    .md\:pl-16 {
        padding-left: 1rem !important
    }

    .md\:pr-16 {
        padding-right: 1rem !important
    }

    .md\:mt-16 {
        margin-top: 1rem !important
    }

    .md\:mb-16 {
        margin-bottom: 1rem !important
    }

    .md\:ml-16 {
        margin-left: 1rem !important
    }

    .md\:mr-16 {
        margin-right: 1rem !important
    }

    .md\:py-20 {
        padding-top: 1.25rem !important;
        padding-bottom: 1.25rem !important
    }

    .md\:px-20 {
        padding-left: 1.25rem !important;
        padding-right: 1.25rem !important
    }

    .md\:pt-20 {
        padding-top: 1.25rem !important
    }

    .md\:pb-20 {
        padding-bottom: 1.25rem !important
    }

    .md\:pl-20 {
        padding-left: 1.25rem !important
    }

    .md\:pr-20 {
        padding-right: 1.25rem !important
    }

    .md\:mt-20 {
        margin-top: 1.25rem !important
    }

    .md\:mb-20 {
        margin-bottom: 1.25rem !important
    }

    .md\:ml-20 {
        margin-left: 1.25rem !important
    }

    .md\:mr-20 {
        margin-right: 1.25rem !important
    }

    .md\:py-24 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .md\:px-24 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important
    }

    .md\:pt-24 {
        padding-top: 1.5rem !important
    }

    .md\:pb-24 {
        padding-bottom: 1.5rem !important
    }

    .md\:pl-24 {
        padding-left: 1.5rem !important
    }

    .md\:pr-24 {
        padding-right: 1.5rem !important
    }

    .md\:mt-24 {
        margin-top: 1.5rem !important
    }

    .md\:mb-24 {
        margin-bottom: 1.5rem !important
    }

    .md\:ml-24 {
        margin-left: 1.5rem !important
    }

    .md\:mr-24 {
        margin-right: 1.5rem !important
    }

    .md\:py-30 {
        padding-top: 1.875rem !important;
        padding-bottom: 1.875rem !important
    }

    .md\:px-30 {
        padding-left: 1.875rem !important;
        padding-right: 1.875rem !important
    }

    .md\:pt-30 {
        padding-top: 1.875rem !important
    }

    .md\:pb-30 {
        padding-bottom: 1.875rem !important
    }

    .md\:pl-30 {
        padding-left: 1.875rem !important
    }

    .md\:pr-30 {
        padding-right: 1.875rem !important
    }

    .md\:mt-30 {
        margin-top: 1.875rem !important
    }

    .md\:mb-30 {
        margin-bottom: 1.875rem !important
    }

    .md\:ml-30 {
        margin-left: 1.875rem !important
    }

    .md\:mr-30 {
        margin-right: 1.875rem !important
    }

    .md\:py-32 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important
    }

    .md\:px-32 {
        padding-left: 2rem !important;
        padding-right: 2rem !important
    }

    .md\:pt-32 {
        padding-top: 2rem !important
    }

    .md\:pb-32 {
        padding-bottom: 2rem !important
    }

    .md\:pl-32 {
        padding-left: 2rem !important
    }

    .md\:pr-32 {
        padding-right: 2rem !important
    }

    .md\:mt-32 {
        margin-top: 2rem !important
    }

    .md\:mb-32 {
        margin-bottom: 2rem !important
    }

    .md\:ml-32 {
        margin-left: 2rem !important
    }

    .md\:mr-32 {
        margin-right: 2rem !important
    }

    .md\:py-40 {
        padding-top: 2.5rem !important;
        padding-bottom: 2.5rem !important
    }

    .md\:px-40 {
        padding-left: 2.5rem !important;
        padding-right: 2.5rem !important
    }

    .md\:pt-40 {
        padding-top: 2.5rem !important
    }

    .md\:pb-40 {
        padding-bottom: 2.5rem !important
    }

    .md\:pl-40 {
        padding-left: 2.5rem !important
    }

    .md\:pr-40 {
        padding-right: 2.5rem !important
    }

    .md\:mt-40 {
        margin-top: 2.5rem !important
    }

    .md\:mb-40 {
        margin-bottom: 2.5rem !important
    }

    .md\:ml-40 {
        margin-left: 2.5rem !important
    }

    .md\:mr-40 {
        margin-right: 2.5rem !important
    }

    .md\:py-48 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .md\:px-48 {
        padding-left: 3rem !important;
        padding-right: 3rem !important
    }

    .md\:pt-48 {
        padding-top: 3rem !important
    }

    .md\:pb-48 {
        padding-bottom: 3rem !important
    }

    .md\:pl-48 {
        padding-left: 3rem !important
    }

    .md\:pr-48 {
        padding-right: 3rem !important
    }

    .md\:mt-48 {
        margin-top: 3rem !important
    }

    .md\:mb-48 {
        margin-bottom: 3rem !important
    }

    .md\:ml-48 {
        margin-left: 3rem !important
    }

    .md\:mr-48 {
        margin-right: 3rem !important
    }

    .md\:py-56 {
        padding-top: 3.5rem !important;
        padding-bottom: 3.5rem !important
    }

    .md\:px-56 {
        padding-left: 3.5rem !important;
        padding-right: 3.5rem !important
    }

    .md\:pt-56 {
        padding-top: 3.5rem !important
    }

    .md\:pb-56 {
        padding-bottom: 3.5rem !important
    }

    .md\:pl-56 {
        padding-left: 3.5rem !important
    }

    .md\:pr-56 {
        padding-right: 3.5rem !important
    }

    .md\:mt-56 {
        margin-top: 3.5rem !important
    }

    .md\:mb-56 {
        margin-bottom: 3.5rem !important
    }

    .md\:ml-56 {
        margin-left: 3.5rem !important
    }

    .md\:mr-56 {
        margin-right: 3.5rem !important
    }

    .md\:py-60 {
        padding-top: 3.75rem !important;
        padding-bottom: 3.75rem !important
    }

    .md\:px-60 {
        padding-left: 3.75rem !important;
        padding-right: 3.75rem !important
    }

    .md\:pt-60 {
        padding-top: 3.75rem !important
    }

    .md\:pb-60 {
        padding-bottom: 3.75rem !important
    }

    .md\:pl-60 {
        padding-left: 3.75rem !important
    }

    .md\:pr-60 {
        padding-right: 3.75rem !important
    }

    .md\:mt-60 {
        margin-top: 3.75rem !important
    }

    .md\:mb-60 {
        margin-bottom: 3.75rem !important
    }

    .md\:ml-60 {
        margin-left: 3.75rem !important
    }

    .md\:mr-60 {
        margin-right: 3.75rem !important
    }

    .md\:py-64 {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important
    }

    .md\:px-64 {
        padding-left: 4rem !important;
        padding-right: 4rem !important
    }

    .md\:pt-64 {
        padding-top: 4rem !important
    }

    .md\:pb-64 {
        padding-bottom: 4rem !important
    }

    .md\:pl-64 {
        padding-left: 4rem !important
    }

    .md\:pr-64 {
        padding-right: 4rem !important
    }

    .md\:mt-64 {
        margin-top: 4rem !important
    }

    .md\:mb-64 {
        margin-bottom: 4rem !important
    }

    .md\:ml-64 {
        margin-left: 4rem !important
    }

    .md\:mr-64 {
        margin-right: 4rem !important
    }

    .md\:py-72 {
        padding-top: 4.5rem !important;
        padding-bottom: 4.5rem !important
    }

    .md\:px-72 {
        padding-left: 4.5rem !important;
        padding-right: 4.5rem !important
    }

    .md\:pt-72 {
        padding-top: 4.5rem !important
    }

    .md\:pb-72 {
        padding-bottom: 4.5rem !important
    }

    .md\:pl-72 {
        padding-left: 4.5rem !important
    }

    .md\:pr-72 {
        padding-right: 4.5rem !important
    }

    .md\:mt-72 {
        margin-top: 4.5rem !important
    }

    .md\:mb-72 {
        margin-bottom: 4.5rem !important
    }

    .md\:ml-72 {
        margin-left: 4.5rem !important
    }

    .md\:mr-72 {
        margin-right: 4.5rem !important
    }

    .md\:py-80 {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important
    }

    .md\:px-80 {
        padding-left: 5rem !important;
        padding-right: 5rem !important
    }

    .md\:pt-80 {
        padding-top: 5rem !important
    }

    .md\:pb-80 {
        padding-bottom: 5rem !important
    }

    .md\:pl-80 {
        padding-left: 5rem !important
    }

    .md\:pr-80 {
        padding-right: 5rem !important
    }

    .md\:mt-80 {
        margin-top: 5rem !important
    }

    .md\:mb-80 {
        margin-bottom: 5rem !important
    }

    .md\:ml-80 {
        margin-left: 5rem !important
    }

    .md\:mr-80 {
        margin-right: 5rem !important
    }

    .md\:py-100 {
        padding-top: 6.25rem !important;
        padding-bottom: 6.25rem !important
    }

    .md\:px-100 {
        padding-left: 6.25rem !important;
        padding-right: 6.25rem !important
    }

    .md\:pt-100 {
        padding-top: 6.25rem !important
    }

    .md\:pb-100 {
        padding-bottom: 6.25rem !important
    }

    .md\:pl-100 {
        padding-left: 6.25rem !important
    }

    .md\:pr-100 {
        padding-right: 6.25rem !important
    }

    .md\:mt-100 {
        margin-top: 6.25rem !important
    }

    .md\:mb-100 {
        margin-bottom: 6.25rem !important
    }

    .md\:ml-100 {
        margin-left: 6.25rem !important
    }

    .md\:mr-100 {
        margin-right: 6.25rem !important
    }
}

@media(max-width: 767px) {
    .sm\:py-0 {
        padding-top: 0rem !important;
        padding-bottom: 0rem !important
    }

    .sm\:px-0 {
        padding-left: 0rem !important;
        padding-right: 0rem !important
    }

    .sm\:pt-0 {
        padding-top: 0rem !important
    }

    .sm\:pb-0 {
        padding-bottom: 0rem !important
    }

    .sm\:pl-0 {
        padding-left: 0rem !important
    }

    .sm\:pr-0 {
        padding-right: 0rem !important
    }

    .sm\:mt-0 {
        margin-top: 0rem !important
    }

    .sm\:mb-0 {
        margin-bottom: 0rem !important
    }

    .sm\:ml-0 {
        margin-left: 0rem !important
    }

    .sm\:mr-0 {
        margin-right: 0rem !important
    }

    .sm\:py-4 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .sm\:px-4 {
        padding-left: .25rem !important;
        padding-right: .25rem !important
    }

    .sm\:pt-4 {
        padding-top: .25rem !important
    }

    .sm\:pb-4 {
        padding-bottom: .25rem !important
    }

    .sm\:pl-4 {
        padding-left: .25rem !important
    }

    .sm\:pr-4 {
        padding-right: .25rem !important
    }

    .sm\:mt-4 {
        margin-top: .25rem !important
    }

    .sm\:mb-4 {
        margin-bottom: .25rem !important
    }

    .sm\:ml-4 {
        margin-left: .25rem !important
    }

    .sm\:mr-4 {
        margin-right: .25rem !important
    }

    .sm\:py-8 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .sm\:px-8 {
        padding-left: .5rem !important;
        padding-right: .5rem !important
    }

    .sm\:pt-8 {
        padding-top: .5rem !important
    }

    .sm\:pb-8 {
        padding-bottom: .5rem !important
    }

    .sm\:pl-8 {
        padding-left: .5rem !important
    }

    .sm\:pr-8 {
        padding-right: .5rem !important
    }

    .sm\:mt-8 {
        margin-top: .5rem !important
    }

    .sm\:mb-8 {
        margin-bottom: .5rem !important
    }

    .sm\:ml-8 {
        margin-left: .5rem !important
    }

    .sm\:mr-8 {
        margin-right: .5rem !important
    }

    .sm\:py-12 {
        padding-top: .75rem !important;
        padding-bottom: .75rem !important
    }

    .sm\:px-12 {
        padding-left: .75rem !important;
        padding-right: .75rem !important
    }

    .sm\:pt-12 {
        padding-top: .75rem !important
    }

    .sm\:pb-12 {
        padding-bottom: .75rem !important
    }

    .sm\:pl-12 {
        padding-left: .75rem !important
    }

    .sm\:pr-12 {
        padding-right: .75rem !important
    }

    .sm\:mt-12 {
        margin-top: .75rem !important
    }

    .sm\:mb-12 {
        margin-bottom: .75rem !important
    }

    .sm\:ml-12 {
        margin-left: .75rem !important
    }

    .sm\:mr-12 {
        margin-right: .75rem !important
    }

    .sm\:py-16 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .sm\:px-16 {
        padding-left: 1rem !important;
        padding-right: 1rem !important
    }

    .sm\:pt-16 {
        padding-top: 1rem !important
    }

    .sm\:pb-16 {
        padding-bottom: 1rem !important
    }

    .sm\:pl-16 {
        padding-left: 1rem !important
    }

    .sm\:pr-16 {
        padding-right: 1rem !important
    }

    .sm\:mt-16 {
        margin-top: 1rem !important
    }

    .sm\:mb-16 {
        margin-bottom: 1rem !important
    }

    .sm\:ml-16 {
        margin-left: 1rem !important
    }

    .sm\:mr-16 {
        margin-right: 1rem !important
    }

    .sm\:py-20 {
        padding-top: 1.25rem !important;
        padding-bottom: 1.25rem !important
    }

    .sm\:px-20 {
        padding-left: 1.25rem !important;
        padding-right: 1.25rem !important
    }

    .sm\:pt-20 {
        padding-top: 1.25rem !important
    }

    .sm\:pb-20 {
        padding-bottom: 1.25rem !important
    }

    .sm\:pl-20 {
        padding-left: 1.25rem !important
    }

    .sm\:pr-20 {
        padding-right: 1.25rem !important
    }

    .sm\:mt-20 {
        margin-top: 1.25rem !important
    }

    .sm\:mb-20 {
        margin-bottom: 1.25rem !important
    }

    .sm\:ml-20 {
        margin-left: 1.25rem !important
    }

    .sm\:mr-20 {
        margin-right: 1.25rem !important
    }

    .sm\:py-24 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .sm\:px-24 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important
    }

    .sm\:pt-24 {
        padding-top: 1.5rem !important
    }

    .sm\:pb-24 {
        padding-bottom: 1.5rem !important
    }

    .sm\:pl-24 {
        padding-left: 1.5rem !important
    }

    .sm\:pr-24 {
        padding-right: 1.5rem !important
    }

    .sm\:mt-24 {
        margin-top: 1.5rem !important
    }

    .sm\:mb-24 {
        margin-bottom: 1.5rem !important
    }

    .sm\:ml-24 {
        margin-left: 1.5rem !important
    }

    .sm\:mr-24 {
        margin-right: 1.5rem !important
    }

    .sm\:py-30 {
        padding-top: 1.875rem !important;
        padding-bottom: 1.875rem !important
    }

    .sm\:px-30 {
        padding-left: 1.875rem !important;
        padding-right: 1.875rem !important
    }

    .sm\:pt-30 {
        padding-top: 1.875rem !important
    }

    .sm\:pb-30 {
        padding-bottom: 1.875rem !important
    }

    .sm\:pl-30 {
        padding-left: 1.875rem !important
    }

    .sm\:pr-30 {
        padding-right: 1.875rem !important
    }

    .sm\:mt-30 {
        margin-top: 1.875rem !important
    }

    .sm\:mb-30 {
        margin-bottom: 1.875rem !important
    }

    .sm\:ml-30 {
        margin-left: 1.875rem !important
    }

    .sm\:mr-30 {
        margin-right: 1.875rem !important
    }

    .sm\:py-32 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important
    }

    .sm\:px-32 {
        padding-left: 2rem !important;
        padding-right: 2rem !important
    }

    .sm\:pt-32 {
        padding-top: 2rem !important
    }

    .sm\:pb-32 {
        padding-bottom: 2rem !important
    }

    .sm\:pl-32 {
        padding-left: 2rem !important
    }

    .sm\:pr-32 {
        padding-right: 2rem !important
    }

    .sm\:mt-32 {
        margin-top: 2rem !important
    }

    .sm\:mb-32 {
        margin-bottom: 2rem !important
    }

    .sm\:ml-32 {
        margin-left: 2rem !important
    }

    .sm\:mr-32 {
        margin-right: 2rem !important
    }

    .sm\:py-40 {
        padding-top: 2.5rem !important;
        padding-bottom: 2.5rem !important
    }

    .sm\:px-40 {
        padding-left: 2.5rem !important;
        padding-right: 2.5rem !important
    }

    .sm\:pt-40 {
        padding-top: 2.5rem !important
    }

    .sm\:pb-40 {
        padding-bottom: 2.5rem !important
    }

    .sm\:pl-40 {
        padding-left: 2.5rem !important
    }

    .sm\:pr-40 {
        padding-right: 2.5rem !important
    }

    .sm\:mt-40 {
        margin-top: 2.5rem !important
    }

    .sm\:mb-40 {
        margin-bottom: 2.5rem !important
    }

    .sm\:ml-40 {
        margin-left: 2.5rem !important
    }

    .sm\:mr-40 {
        margin-right: 2.5rem !important
    }

    .sm\:py-48 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .sm\:px-48 {
        padding-left: 3rem !important;
        padding-right: 3rem !important
    }

    .sm\:pt-48 {
        padding-top: 3rem !important
    }

    .sm\:pb-48 {
        padding-bottom: 3rem !important
    }

    .sm\:pl-48 {
        padding-left: 3rem !important
    }

    .sm\:pr-48 {
        padding-right: 3rem !important
    }

    .sm\:mt-48 {
        margin-top: 3rem !important
    }

    .sm\:mb-48 {
        margin-bottom: 3rem !important
    }

    .sm\:ml-48 {
        margin-left: 3rem !important
    }

    .sm\:mr-48 {
        margin-right: 3rem !important
    }

    .sm\:py-56 {
        padding-top: 3.5rem !important;
        padding-bottom: 3.5rem !important
    }

    .sm\:px-56 {
        padding-left: 3.5rem !important;
        padding-right: 3.5rem !important
    }

    .sm\:pt-56 {
        padding-top: 3.5rem !important
    }

    .sm\:pb-56 {
        padding-bottom: 3.5rem !important
    }

    .sm\:pl-56 {
        padding-left: 3.5rem !important
    }

    .sm\:pr-56 {
        padding-right: 3.5rem !important
    }

    .sm\:mt-56 {
        margin-top: 3.5rem !important
    }

    .sm\:mb-56 {
        margin-bottom: 3.5rem !important
    }

    .sm\:ml-56 {
        margin-left: 3.5rem !important
    }

    .sm\:mr-56 {
        margin-right: 3.5rem !important
    }

    .sm\:py-60 {
        padding-top: 3.75rem !important;
        padding-bottom: 3.75rem !important
    }

    .sm\:px-60 {
        padding-left: 3.75rem !important;
        padding-right: 3.75rem !important
    }

    .sm\:pt-60 {
        padding-top: 3.75rem !important
    }

    .sm\:pb-60 {
        padding-bottom: 3.75rem !important
    }

    .sm\:pl-60 {
        padding-left: 3.75rem !important
    }

    .sm\:pr-60 {
        padding-right: 3.75rem !important
    }

    .sm\:mt-60 {
        margin-top: 3.75rem !important
    }

    .sm\:mb-60 {
        margin-bottom: 3.75rem !important
    }

    .sm\:ml-60 {
        margin-left: 3.75rem !important
    }

    .sm\:mr-60 {
        margin-right: 3.75rem !important
    }

    .sm\:py-64 {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important
    }

    .sm\:px-64 {
        padding-left: 4rem !important;
        padding-right: 4rem !important
    }

    .sm\:pt-64 {
        padding-top: 4rem !important
    }

    .sm\:pb-64 {
        padding-bottom: 4rem !important
    }

    .sm\:pl-64 {
        padding-left: 4rem !important
    }

    .sm\:pr-64 {
        padding-right: 4rem !important
    }

    .sm\:mt-64 {
        margin-top: 4rem !important
    }

    .sm\:mb-64 {
        margin-bottom: 4rem !important
    }

    .sm\:ml-64 {
        margin-left: 4rem !important
    }

    .sm\:mr-64 {
        margin-right: 4rem !important
    }

    .sm\:py-72 {
        padding-top: 4.5rem !important;
        padding-bottom: 4.5rem !important
    }

    .sm\:px-72 {
        padding-left: 4.5rem !important;
        padding-right: 4.5rem !important
    }

    .sm\:pt-72 {
        padding-top: 4.5rem !important
    }

    .sm\:pb-72 {
        padding-bottom: 4.5rem !important
    }

    .sm\:pl-72 {
        padding-left: 4.5rem !important
    }

    .sm\:pr-72 {
        padding-right: 4.5rem !important
    }

    .sm\:mt-72 {
        margin-top: 4.5rem !important
    }

    .sm\:mb-72 {
        margin-bottom: 4.5rem !important
    }

    .sm\:ml-72 {
        margin-left: 4.5rem !important
    }

    .sm\:mr-72 {
        margin-right: 4.5rem !important
    }

    .sm\:py-80 {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important
    }

    .sm\:px-80 {
        padding-left: 5rem !important;
        padding-right: 5rem !important
    }

    .sm\:pt-80 {
        padding-top: 5rem !important
    }

    .sm\:pb-80 {
        padding-bottom: 5rem !important
    }

    .sm\:pl-80 {
        padding-left: 5rem !important
    }

    .sm\:pr-80 {
        padding-right: 5rem !important
    }

    .sm\:mt-80 {
        margin-top: 5rem !important
    }

    .sm\:mb-80 {
        margin-bottom: 5rem !important
    }

    .sm\:ml-80 {
        margin-left: 5rem !important
    }

    .sm\:mr-80 {
        margin-right: 5rem !important
    }

    .sm\:py-100 {
        padding-top: 6.25rem !important;
        padding-bottom: 6.25rem !important
    }

    .sm\:px-100 {
        padding-left: 6.25rem !important;
        padding-right: 6.25rem !important
    }

    .sm\:pt-100 {
        padding-top: 6.25rem !important
    }

    .sm\:pb-100 {
        padding-bottom: 6.25rem !important
    }

    .sm\:pl-100 {
        padding-left: 6.25rem !important
    }

    .sm\:pr-100 {
        padding-right: 6.25rem !important
    }

    .sm\:mt-100 {
        margin-top: 6.25rem !important
    }

    .sm\:mb-100 {
        margin-bottom: 6.25rem !important
    }

    .sm\:ml-100 {
        margin-left: 6.25rem !important
    }

    .sm\:mr-100 {
        margin-right: 6.25rem !important
    }
}

@media(max-width: 575px) {
    .xs\:py-0 {
        padding-top: 0rem !important;
        padding-bottom: 0rem !important
    }

    .xs\:px-0 {
        padding-left: 0rem !important;
        padding-right: 0rem !important
    }

    .xs\:pt-0 {
        padding-top: 0rem !important
    }

    .xs\:pb-0 {
        padding-bottom: 0rem !important
    }

    .xs\:pl-0 {
        padding-left: 0rem !important
    }

    .xs\:pr-0 {
        padding-right: 0rem !important
    }

    .xs\:mt-0 {
        margin-top: 0rem !important
    }

    .xs\:mb-0 {
        margin-bottom: 0rem !important
    }

    .xs\:ml-0 {
        margin-left: 0rem !important
    }

    .xs\:mr-0 {
        margin-right: 0rem !important
    }

    .xs\:py-4 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .xs\:px-4 {
        padding-left: .25rem !important;
        padding-right: .25rem !important
    }

    .xs\:pt-4 {
        padding-top: .25rem !important
    }

    .xs\:pb-4 {
        padding-bottom: .25rem !important
    }

    .xs\:pl-4 {
        padding-left: .25rem !important
    }

    .xs\:pr-4 {
        padding-right: .25rem !important
    }

    .xs\:mt-4 {
        margin-top: .25rem !important
    }

    .xs\:mb-4 {
        margin-bottom: .25rem !important
    }

    .xs\:ml-4 {
        margin-left: .25rem !important
    }

    .xs\:mr-4 {
        margin-right: .25rem !important
    }

    .xs\:py-8 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .xs\:px-8 {
        padding-left: .5rem !important;
        padding-right: .5rem !important
    }

    .xs\:pt-8 {
        padding-top: .5rem !important
    }

    .xs\:pb-8 {
        padding-bottom: .5rem !important
    }

    .xs\:pl-8 {
        padding-left: .5rem !important
    }

    .xs\:pr-8 {
        padding-right: .5rem !important
    }

    .xs\:mt-8 {
        margin-top: .5rem !important
    }

    .xs\:mb-8 {
        margin-bottom: .5rem !important
    }

    .xs\:ml-8 {
        margin-left: .5rem !important
    }

    .xs\:mr-8 {
        margin-right: .5rem !important
    }

    .xs\:py-12 {
        padding-top: .75rem !important;
        padding-bottom: .75rem !important
    }

    .xs\:px-12 {
        padding-left: .75rem !important;
        padding-right: .75rem !important
    }

    .xs\:pt-12 {
        padding-top: .75rem !important
    }

    .xs\:pb-12 {
        padding-bottom: .75rem !important
    }

    .xs\:pl-12 {
        padding-left: .75rem !important
    }

    .xs\:pr-12 {
        padding-right: .75rem !important
    }

    .xs\:mt-12 {
        margin-top: .75rem !important
    }

    .xs\:mb-12 {
        margin-bottom: .75rem !important
    }

    .xs\:ml-12 {
        margin-left: .75rem !important
    }

    .xs\:mr-12 {
        margin-right: .75rem !important
    }

    .xs\:py-16 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .xs\:px-16 {
        padding-left: 1rem !important;
        padding-right: 1rem !important
    }

    .xs\:pt-16 {
        padding-top: 1rem !important
    }

    .xs\:pb-16 {
        padding-bottom: 1rem !important
    }

    .xs\:pl-16 {
        padding-left: 1rem !important
    }

    .xs\:pr-16 {
        padding-right: 1rem !important
    }

    .xs\:mt-16 {
        margin-top: 1rem !important
    }

    .xs\:mb-16 {
        margin-bottom: 1rem !important
    }

    .xs\:ml-16 {
        margin-left: 1rem !important
    }

    .xs\:mr-16 {
        margin-right: 1rem !important
    }

    .xs\:py-20 {
        padding-top: 1.25rem !important;
        padding-bottom: 1.25rem !important
    }

    .xs\:px-20 {
        padding-left: 1.25rem !important;
        padding-right: 1.25rem !important
    }

    .xs\:pt-20 {
        padding-top: 1.25rem !important
    }

    .xs\:pb-20 {
        padding-bottom: 1.25rem !important
    }

    .xs\:pl-20 {
        padding-left: 1.25rem !important
    }

    .xs\:pr-20 {
        padding-right: 1.25rem !important
    }

    .xs\:mt-20 {
        margin-top: 1.25rem !important
    }

    .xs\:mb-20 {
        margin-bottom: 1.25rem !important
    }

    .xs\:ml-20 {
        margin-left: 1.25rem !important
    }

    .xs\:mr-20 {
        margin-right: 1.25rem !important
    }

    .xs\:py-24 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .xs\:px-24 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important
    }

    .xs\:pt-24 {
        padding-top: 1.5rem !important
    }

    .xs\:pb-24 {
        padding-bottom: 1.5rem !important
    }

    .xs\:pl-24 {
        padding-left: 1.5rem !important
    }

    .xs\:pr-24 {
        padding-right: 1.5rem !important
    }

    .xs\:mt-24 {
        margin-top: 1.5rem !important
    }

    .xs\:mb-24 {
        margin-bottom: 1.5rem !important
    }

    .xs\:ml-24 {
        margin-left: 1.5rem !important
    }

    .xs\:mr-24 {
        margin-right: 1.5rem !important
    }

    .xs\:py-30 {
        padding-top: 1.875rem !important;
        padding-bottom: 1.875rem !important
    }

    .xs\:px-30 {
        padding-left: 1.875rem !important;
        padding-right: 1.875rem !important
    }

    .xs\:pt-30 {
        padding-top: 1.875rem !important
    }

    .xs\:pb-30 {
        padding-bottom: 1.875rem !important
    }

    .xs\:pl-30 {
        padding-left: 1.875rem !important
    }

    .xs\:pr-30 {
        padding-right: 1.875rem !important
    }

    .xs\:mt-30 {
        margin-top: 1.875rem !important
    }

    .xs\:mb-30 {
        margin-bottom: 1.875rem !important
    }

    .xs\:ml-30 {
        margin-left: 1.875rem !important
    }

    .xs\:mr-30 {
        margin-right: 1.875rem !important
    }

    .xs\:py-32 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important
    }

    .xs\:px-32 {
        padding-left: 2rem !important;
        padding-right: 2rem !important
    }

    .xs\:pt-32 {
        padding-top: 2rem !important
    }

    .xs\:pb-32 {
        padding-bottom: 2rem !important
    }

    .xs\:pl-32 {
        padding-left: 2rem !important
    }

    .xs\:pr-32 {
        padding-right: 2rem !important
    }

    .xs\:mt-32 {
        margin-top: 2rem !important
    }

    .xs\:mb-32 {
        margin-bottom: 2rem !important
    }

    .xs\:ml-32 {
        margin-left: 2rem !important
    }

    .xs\:mr-32 {
        margin-right: 2rem !important
    }

    .xs\:py-40 {
        padding-top: 2.5rem !important;
        padding-bottom: 2.5rem !important
    }

    .xs\:px-40 {
        padding-left: 2.5rem !important;
        padding-right: 2.5rem !important
    }

    .xs\:pt-40 {
        padding-top: 2.5rem !important
    }

    .xs\:pb-40 {
        padding-bottom: 2.5rem !important
    }

    .xs\:pl-40 {
        padding-left: 2.5rem !important
    }

    .xs\:pr-40 {
        padding-right: 2.5rem !important
    }

    .xs\:mt-40 {
        margin-top: 2.5rem !important
    }

    .xs\:mb-40 {
        margin-bottom: 2.5rem !important
    }

    .xs\:ml-40 {
        margin-left: 2.5rem !important
    }

    .xs\:mr-40 {
        margin-right: 2.5rem !important
    }

    .xs\:py-48 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .xs\:px-48 {
        padding-left: 3rem !important;
        padding-right: 3rem !important
    }

    .xs\:pt-48 {
        padding-top: 3rem !important
    }

    .xs\:pb-48 {
        padding-bottom: 3rem !important
    }

    .xs\:pl-48 {
        padding-left: 3rem !important
    }

    .xs\:pr-48 {
        padding-right: 3rem !important
    }

    .xs\:mt-48 {
        margin-top: 3rem !important
    }

    .xs\:mb-48 {
        margin-bottom: 3rem !important
    }

    .xs\:ml-48 {
        margin-left: 3rem !important
    }

    .xs\:mr-48 {
        margin-right: 3rem !important
    }

    .xs\:py-56 {
        padding-top: 3.5rem !important;
        padding-bottom: 3.5rem !important
    }

    .xs\:px-56 {
        padding-left: 3.5rem !important;
        padding-right: 3.5rem !important
    }

    .xs\:pt-56 {
        padding-top: 3.5rem !important
    }

    .xs\:pb-56 {
        padding-bottom: 3.5rem !important
    }

    .xs\:pl-56 {
        padding-left: 3.5rem !important
    }

    .xs\:pr-56 {
        padding-right: 3.5rem !important
    }

    .xs\:mt-56 {
        margin-top: 3.5rem !important
    }

    .xs\:mb-56 {
        margin-bottom: 3.5rem !important
    }

    .xs\:ml-56 {
        margin-left: 3.5rem !important
    }

    .xs\:mr-56 {
        margin-right: 3.5rem !important
    }

    .xs\:py-60 {
        padding-top: 3.75rem !important;
        padding-bottom: 3.75rem !important
    }

    .xs\:px-60 {
        padding-left: 3.75rem !important;
        padding-right: 3.75rem !important
    }

    .xs\:pt-60 {
        padding-top: 3.75rem !important
    }

    .xs\:pb-60 {
        padding-bottom: 3.75rem !important
    }

    .xs\:pl-60 {
        padding-left: 3.75rem !important
    }

    .xs\:pr-60 {
        padding-right: 3.75rem !important
    }

    .xs\:mt-60 {
        margin-top: 3.75rem !important
    }

    .xs\:mb-60 {
        margin-bottom: 3.75rem !important
    }

    .xs\:ml-60 {
        margin-left: 3.75rem !important
    }

    .xs\:mr-60 {
        margin-right: 3.75rem !important
    }

    .xs\:py-64 {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important
    }

    .xs\:px-64 {
        padding-left: 4rem !important;
        padding-right: 4rem !important
    }

    .xs\:pt-64 {
        padding-top: 4rem !important
    }

    .xs\:pb-64 {
        padding-bottom: 4rem !important
    }

    .xs\:pl-64 {
        padding-left: 4rem !important
    }

    .xs\:pr-64 {
        padding-right: 4rem !important
    }

    .xs\:mt-64 {
        margin-top: 4rem !important
    }

    .xs\:mb-64 {
        margin-bottom: 4rem !important
    }

    .xs\:ml-64 {
        margin-left: 4rem !important
    }

    .xs\:mr-64 {
        margin-right: 4rem !important
    }

    .xs\:py-72 {
        padding-top: 4.5rem !important;
        padding-bottom: 4.5rem !important
    }

    .xs\:px-72 {
        padding-left: 4.5rem !important;
        padding-right: 4.5rem !important
    }

    .xs\:pt-72 {
        padding-top: 4.5rem !important
    }

    .xs\:pb-72 {
        padding-bottom: 4.5rem !important
    }

    .xs\:pl-72 {
        padding-left: 4.5rem !important
    }

    .xs\:pr-72 {
        padding-right: 4.5rem !important
    }

    .xs\:mt-72 {
        margin-top: 4.5rem !important
    }

    .xs\:mb-72 {
        margin-bottom: 4.5rem !important
    }

    .xs\:ml-72 {
        margin-left: 4.5rem !important
    }

    .xs\:mr-72 {
        margin-right: 4.5rem !important
    }

    .xs\:py-80 {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important
    }

    .xs\:px-80 {
        padding-left: 5rem !important;
        padding-right: 5rem !important
    }

    .xs\:pt-80 {
        padding-top: 5rem !important
    }

    .xs\:pb-80 {
        padding-bottom: 5rem !important
    }

    .xs\:pl-80 {
        padding-left: 5rem !important
    }

    .xs\:pr-80 {
        padding-right: 5rem !important
    }

    .xs\:mt-80 {
        margin-top: 5rem !important
    }

    .xs\:mb-80 {
        margin-bottom: 5rem !important
    }

    .xs\:ml-80 {
        margin-left: 5rem !important
    }

    .xs\:mr-80 {
        margin-right: 5rem !important
    }

    .xs\:py-100 {
        padding-top: 6.25rem !important;
        padding-bottom: 6.25rem !important
    }

    .xs\:px-100 {
        padding-left: 6.25rem !important;
        padding-right: 6.25rem !important
    }

    .xs\:pt-100 {
        padding-top: 6.25rem !important
    }

    .xs\:pb-100 {
        padding-bottom: 6.25rem !important
    }

    .xs\:pl-100 {
        padding-left: 6.25rem !important
    }

    .xs\:pr-100 {
        padding-right: 6.25rem !important
    }

    .xs\:mt-100 {
        margin-top: 6.25rem !important
    }

    .xs\:mb-100 {
        margin-bottom: 6.25rem !important
    }

    .xs\:ml-100 {
        margin-left: 6.25rem !important
    }

    .xs\:mr-100 {
        margin-right: 6.25rem !important
    }
}

.mx-auto {
    margin-left: auto;
    margin-right: auto
}

.lg\:mx-auto {
    margin-left: auto;
    margin-right: auto
}

.md\:mx-auto {
    margin-left: auto;
    margin-right: auto
}

.sm\:mx-auto {
    margin-left: auto;
    margin-right: auto
}

.xs\:mx-auto {
    margin-left: auto;
    margin-right: auto
}

@media(max-width: 991px) {
    .md\:mt-120 {
        margin-top: 7.5rem
    }
}

.ml-minus-sm {
    margin-left: -3.75rem
}

.ml-minus-md {
    margin-left: -6.25rem
}

.ml-minus-lg {
    margin-left: -8.75rem
}

.ml-minus-xl {
    margin-left: -11.25rem
}

.ml-minus-col-1 {
    margin-left: -8.33333vw
}

.ml-minus-col-2 {
    margin-left: -16.66667vw
}

.ml-minus-col-3 {
    margin-left: -25vw
}

.ml-minus-col-4 {
    margin-left: -33.33333vw
}

.mr-minus-sm {
    margin-right: -3.75rem
}

.mr-minus-md {
    margin-right: -6.25rem
}

.mr-minus-lg {
    margin-right: -8.75rem
}

.mr-minus-xl {
    margin-right: -11.25rem
}

.mr-minus-col-1 {
    margin-right: -8.33333vw
}

.mr-minus-col-2 {
    margin-right: -16.66667vw
}

.mr-minus-col-3 {
    margin-right: -25vw
}

.mr-minus-col-4 {
    margin-right: -33.33333vw
}

@media(max-width: 1199px) {
    .lg\:ml-minus-sm {
        margin-left: -3.75rem
    }

    .lg\:ml-minus-md {
        margin-left: -6.25rem
    }

    .lg\:ml-minus-lg {
        margin-left: -8.75rem
    }

    .lg\:ml-minus-xl {
        margin-left: -11.25rem
    }

    .lg\:ml-minus-col-1 {
        margin-left: -8.33333vw
    }

    .lg\:ml-minus-col-2 {
        margin-left: -16.66667vw
    }

    .lg\:ml-minus-col-3 {
        margin-left: -25vw
    }

    .lg\:ml-minus-col-4 {
        margin-left: -33.33333vw
    }

    .lg\:mr-minus-sm {
        margin-right: -3.75rem
    }

    .lg\:mr-minus-md {
        margin-right: -6.25rem
    }

    .lg\:mr-minus-lg {
        margin-right: -8.75rem
    }

    .lg\:mr-minus-xl {
        margin-right: -11.25rem
    }

    .lg\:mr-minus-col-1 {
        margin-right: -8.33333vw
    }

    .lg\:mr-minus-col-2 {
        margin-right: -16.66667vw
    }

    .lg\:mr-minus-col-3 {
        margin-right: -25vw
    }

    .lg\:mr-minus-col-4 {
        margin-right: -33.33333vw
    }

    .lg\:ml-minus-sm {
        margin-left: -3.75rem
    }

    .lg\:ml-minus-md {
        margin-left: -6.25rem
    }

    .lg\:ml-minus-lg {
        margin-left: -8.75rem
    }

    .lg\:ml-minus-xl {
        margin-left: -11.25rem
    }

    .lg\:ml-minus-col-1 {
        margin-left: -8.33333vw
    }

    .lg\:ml-minus-col-2 {
        margin-left: -16.66667vw
    }

    .lg\:ml-minus-col-3 {
        margin-left: -25vw
    }

    .lg\:ml-minus-col-4 {
        margin-left: -33.33333vw
    }

    .lg\:mr-minus-sm {
        margin-right: -3.75rem
    }

    .lg\:mr-minus-md {
        margin-right: -6.25rem
    }

    .lg\:mr-minus-lg {
        margin-right: -8.75rem
    }

    .lg\:mr-minus-xl {
        margin-right: -11.25rem
    }

    .lg\:mr-minus-col-1 {
        margin-right: -8.33333vw
    }

    .lg\:mr-minus-col-2 {
        margin-right: -16.66667vw
    }

    .lg\:mr-minus-col-3 {
        margin-right: -25vw
    }

    .lg\:mr-minus-col-4 {
        margin-right: -33.33333vw
    }

    .lg\:ml-minus-sm {
        margin-left: -3.75rem
    }

    .lg\:ml-minus-md {
        margin-left: -6.25rem
    }

    .lg\:ml-minus-lg {
        margin-left: -8.75rem
    }

    .lg\:ml-minus-xl {
        margin-left: -11.25rem
    }

    .lg\:ml-minus-col-1 {
        margin-left: -8.33333vw
    }

    .lg\:ml-minus-col-2 {
        margin-left: -16.66667vw
    }

    .lg\:ml-minus-col-3 {
        margin-left: -25vw
    }

    .lg\:ml-minus-col-4 {
        margin-left: -33.33333vw
    }

    .lg\:mr-minus-sm {
        margin-right: -3.75rem
    }

    .lg\:mr-minus-md {
        margin-right: -6.25rem
    }

    .lg\:mr-minus-lg {
        margin-right: -8.75rem
    }

    .lg\:mr-minus-xl {
        margin-right: -11.25rem
    }

    .lg\:mr-minus-col-1 {
        margin-right: -8.33333vw
    }

    .lg\:mr-minus-col-2 {
        margin-right: -16.66667vw
    }

    .lg\:mr-minus-col-3 {
        margin-right: -25vw
    }

    .lg\:mr-minus-col-4 {
        margin-right: -33.33333vw
    }

    .lg\:ml-minus-sm {
        margin-left: -3.75rem
    }

    .lg\:ml-minus-md {
        margin-left: -6.25rem
    }

    .lg\:ml-minus-lg {
        margin-left: -8.75rem
    }

    .lg\:ml-minus-xl {
        margin-left: -11.25rem
    }

    .lg\:ml-minus-col-1 {
        margin-left: -8.33333vw
    }

    .lg\:ml-minus-col-2 {
        margin-left: -16.66667vw
    }

    .lg\:ml-minus-col-3 {
        margin-left: -25vw
    }

    .lg\:ml-minus-col-4 {
        margin-left: -33.33333vw
    }

    .lg\:mr-minus-sm {
        margin-right: -3.75rem
    }

    .lg\:mr-minus-md {
        margin-right: -6.25rem
    }

    .lg\:mr-minus-lg {
        margin-right: -8.75rem
    }

    .lg\:mr-minus-xl {
        margin-right: -11.25rem
    }

    .lg\:mr-minus-col-1 {
        margin-right: -8.33333vw
    }

    .lg\:mr-minus-col-2 {
        margin-right: -16.66667vw
    }

    .lg\:mr-minus-col-3 {
        margin-right: -25vw
    }

    .lg\:mr-minus-col-4 {
        margin-right: -33.33333vw
    }

    .lg\:ml-minus-sm {
        margin-left: -3.75rem
    }

    .lg\:ml-minus-md {
        margin-left: -6.25rem
    }

    .lg\:ml-minus-lg {
        margin-left: -8.75rem
    }

    .lg\:ml-minus-xl {
        margin-left: -11.25rem
    }

    .lg\:ml-minus-col-1 {
        margin-left: -8.33333vw
    }

    .lg\:ml-minus-col-2 {
        margin-left: -16.66667vw
    }

    .lg\:ml-minus-col-3 {
        margin-left: -25vw
    }

    .lg\:ml-minus-col-4 {
        margin-left: -33.33333vw
    }

    .lg\:mr-minus-sm {
        margin-right: -3.75rem
    }

    .lg\:mr-minus-md {
        margin-right: -6.25rem
    }

    .lg\:mr-minus-lg {
        margin-right: -8.75rem
    }

    .lg\:mr-minus-xl {
        margin-right: -11.25rem
    }

    .lg\:mr-minus-col-1 {
        margin-right: -8.33333vw
    }

    .lg\:mr-minus-col-2 {
        margin-right: -16.66667vw
    }

    .lg\:mr-minus-col-3 {
        margin-right: -25vw
    }

    .lg\:mr-minus-col-4 {
        margin-right: -33.33333vw
    }

    .lg\:ml-minus-sm {
        margin-left: -3.75rem
    }

    .lg\:ml-minus-md {
        margin-left: -6.25rem
    }

    .lg\:ml-minus-lg {
        margin-left: -8.75rem
    }

    .lg\:ml-minus-xl {
        margin-left: -11.25rem
    }

    .lg\:ml-minus-col-1 {
        margin-left: -8.33333vw
    }

    .lg\:ml-minus-col-2 {
        margin-left: -16.66667vw
    }

    .lg\:ml-minus-col-3 {
        margin-left: -25vw
    }

    .lg\:ml-minus-col-4 {
        margin-left: -33.33333vw
    }

    .lg\:mr-minus-sm {
        margin-right: -3.75rem
    }

    .lg\:mr-minus-md {
        margin-right: -6.25rem
    }

    .lg\:mr-minus-lg {
        margin-right: -8.75rem
    }

    .lg\:mr-minus-xl {
        margin-right: -11.25rem
    }

    .lg\:mr-minus-col-1 {
        margin-right: -8.33333vw
    }

    .lg\:mr-minus-col-2 {
        margin-right: -16.66667vw
    }

    .lg\:mr-minus-col-3 {
        margin-right: -25vw
    }

    .lg\:mr-minus-col-4 {
        margin-right: -33.33333vw
    }

    .lg\:ml-minus-sm {
        margin-left: -3.75rem
    }

    .lg\:ml-minus-md {
        margin-left: -6.25rem
    }

    .lg\:ml-minus-lg {
        margin-left: -8.75rem
    }

    .lg\:ml-minus-xl {
        margin-left: -11.25rem
    }

    .lg\:ml-minus-col-1 {
        margin-left: -8.33333vw
    }

    .lg\:ml-minus-col-2 {
        margin-left: -16.66667vw
    }

    .lg\:ml-minus-col-3 {
        margin-left: -25vw
    }

    .lg\:ml-minus-col-4 {
        margin-left: -33.33333vw
    }

    .lg\:mr-minus-sm {
        margin-right: -3.75rem
    }

    .lg\:mr-minus-md {
        margin-right: -6.25rem
    }

    .lg\:mr-minus-lg {
        margin-right: -8.75rem
    }

    .lg\:mr-minus-xl {
        margin-right: -11.25rem
    }

    .lg\:mr-minus-col-1 {
        margin-right: -8.33333vw
    }

    .lg\:mr-minus-col-2 {
        margin-right: -16.66667vw
    }

    .lg\:mr-minus-col-3 {
        margin-right: -25vw
    }

    .lg\:mr-minus-col-4 {
        margin-right: -33.33333vw
    }

    .lg\:ml-minus-sm {
        margin-left: -3.75rem
    }

    .lg\:ml-minus-md {
        margin-left: -6.25rem
    }

    .lg\:ml-minus-lg {
        margin-left: -8.75rem
    }

    .lg\:ml-minus-xl {
        margin-left: -11.25rem
    }

    .lg\:ml-minus-col-1 {
        margin-left: -8.33333vw
    }

    .lg\:ml-minus-col-2 {
        margin-left: -16.66667vw
    }

    .lg\:ml-minus-col-3 {
        margin-left: -25vw
    }

    .lg\:ml-minus-col-4 {
        margin-left: -33.33333vw
    }

    .lg\:mr-minus-sm {
        margin-right: -3.75rem
    }

    .lg\:mr-minus-md {
        margin-right: -6.25rem
    }

    .lg\:mr-minus-lg {
        margin-right: -8.75rem
    }

    .lg\:mr-minus-xl {
        margin-right: -11.25rem
    }

    .lg\:mr-minus-col-1 {
        margin-right: -8.33333vw
    }

    .lg\:mr-minus-col-2 {
        margin-right: -16.66667vw
    }

    .lg\:mr-minus-col-3 {
        margin-right: -25vw
    }

    .lg\:mr-minus-col-4 {
        margin-right: -33.33333vw
    }

    .lg\:ml-minus-sm {
        margin-left: -3.75rem
    }

    .lg\:ml-minus-md {
        margin-left: -6.25rem
    }

    .lg\:ml-minus-lg {
        margin-left: -8.75rem
    }

    .lg\:ml-minus-xl {
        margin-left: -11.25rem
    }

    .lg\:ml-minus-col-1 {
        margin-left: -8.33333vw
    }

    .lg\:ml-minus-col-2 {
        margin-left: -16.66667vw
    }

    .lg\:ml-minus-col-3 {
        margin-left: -25vw
    }

    .lg\:ml-minus-col-4 {
        margin-left: -33.33333vw
    }

    .lg\:mr-minus-sm {
        margin-right: -3.75rem
    }

    .lg\:mr-minus-md {
        margin-right: -6.25rem
    }

    .lg\:mr-minus-lg {
        margin-right: -8.75rem
    }

    .lg\:mr-minus-xl {
        margin-right: -11.25rem
    }

    .lg\:mr-minus-col-1 {
        margin-right: -8.33333vw
    }

    .lg\:mr-minus-col-2 {
        margin-right: -16.66667vw
    }

    .lg\:mr-minus-col-3 {
        margin-right: -25vw
    }

    .lg\:mr-minus-col-4 {
        margin-right: -33.33333vw
    }

    .lg\:ml-minus-sm {
        margin-left: -3.75rem
    }

    .lg\:ml-minus-md {
        margin-left: -6.25rem
    }

    .lg\:ml-minus-lg {
        margin-left: -8.75rem
    }

    .lg\:ml-minus-xl {
        margin-left: -11.25rem
    }

    .lg\:ml-minus-col-1 {
        margin-left: -8.33333vw
    }

    .lg\:ml-minus-col-2 {
        margin-left: -16.66667vw
    }

    .lg\:ml-minus-col-3 {
        margin-left: -25vw
    }

    .lg\:ml-minus-col-4 {
        margin-left: -33.33333vw
    }

    .lg\:mr-minus-sm {
        margin-right: -3.75rem
    }

    .lg\:mr-minus-md {
        margin-right: -6.25rem
    }

    .lg\:mr-minus-lg {
        margin-right: -8.75rem
    }

    .lg\:mr-minus-xl {
        margin-right: -11.25rem
    }

    .lg\:mr-minus-col-1 {
        margin-right: -8.33333vw
    }

    .lg\:mr-minus-col-2 {
        margin-right: -16.66667vw
    }

    .lg\:mr-minus-col-3 {
        margin-right: -25vw
    }

    .lg\:mr-minus-col-4 {
        margin-right: -33.33333vw
    }

    .lg\:ml-minus-sm {
        margin-left: -3.75rem
    }

    .lg\:ml-minus-md {
        margin-left: -6.25rem
    }

    .lg\:ml-minus-lg {
        margin-left: -8.75rem
    }

    .lg\:ml-minus-xl {
        margin-left: -11.25rem
    }

    .lg\:ml-minus-col-1 {
        margin-left: -8.33333vw
    }

    .lg\:ml-minus-col-2 {
        margin-left: -16.66667vw
    }

    .lg\:ml-minus-col-3 {
        margin-left: -25vw
    }

    .lg\:ml-minus-col-4 {
        margin-left: -33.33333vw
    }

    .lg\:mr-minus-sm {
        margin-right: -3.75rem
    }

    .lg\:mr-minus-md {
        margin-right: -6.25rem
    }

    .lg\:mr-minus-lg {
        margin-right: -8.75rem
    }

    .lg\:mr-minus-xl {
        margin-right: -11.25rem
    }

    .lg\:mr-minus-col-1 {
        margin-right: -8.33333vw
    }

    .lg\:mr-minus-col-2 {
        margin-right: -16.66667vw
    }

    .lg\:mr-minus-col-3 {
        margin-right: -25vw
    }

    .lg\:mr-minus-col-4 {
        margin-right: -33.33333vw
    }

    .lg\:ml-minus-sm {
        margin-left: -3.75rem
    }

    .lg\:ml-minus-md {
        margin-left: -6.25rem
    }

    .lg\:ml-minus-lg {
        margin-left: -8.75rem
    }

    .lg\:ml-minus-xl {
        margin-left: -11.25rem
    }

    .lg\:ml-minus-col-1 {
        margin-left: -8.33333vw
    }

    .lg\:ml-minus-col-2 {
        margin-left: -16.66667vw
    }

    .lg\:ml-minus-col-3 {
        margin-left: -25vw
    }

    .lg\:ml-minus-col-4 {
        margin-left: -33.33333vw
    }

    .lg\:mr-minus-sm {
        margin-right: -3.75rem
    }

    .lg\:mr-minus-md {
        margin-right: -6.25rem
    }

    .lg\:mr-minus-lg {
        margin-right: -8.75rem
    }

    .lg\:mr-minus-xl {
        margin-right: -11.25rem
    }

    .lg\:mr-minus-col-1 {
        margin-right: -8.33333vw
    }

    .lg\:mr-minus-col-2 {
        margin-right: -16.66667vw
    }

    .lg\:mr-minus-col-3 {
        margin-right: -25vw
    }

    .lg\:mr-minus-col-4 {
        margin-right: -33.33333vw
    }

    .lg\:ml-minus-sm {
        margin-left: -3.75rem
    }

    .lg\:ml-minus-md {
        margin-left: -6.25rem
    }

    .lg\:ml-minus-lg {
        margin-left: -8.75rem
    }

    .lg\:ml-minus-xl {
        margin-left: -11.25rem
    }

    .lg\:ml-minus-col-1 {
        margin-left: -8.33333vw
    }

    .lg\:ml-minus-col-2 {
        margin-left: -16.66667vw
    }

    .lg\:ml-minus-col-3 {
        margin-left: -25vw
    }

    .lg\:ml-minus-col-4 {
        margin-left: -33.33333vw
    }

    .lg\:mr-minus-sm {
        margin-right: -3.75rem
    }

    .lg\:mr-minus-md {
        margin-right: -6.25rem
    }

    .lg\:mr-minus-lg {
        margin-right: -8.75rem
    }

    .lg\:mr-minus-xl {
        margin-right: -11.25rem
    }

    .lg\:mr-minus-col-1 {
        margin-right: -8.33333vw
    }

    .lg\:mr-minus-col-2 {
        margin-right: -16.66667vw
    }

    .lg\:mr-minus-col-3 {
        margin-right: -25vw
    }

    .lg\:mr-minus-col-4 {
        margin-right: -33.33333vw
    }

    .lg\:ml-minus-sm {
        margin-left: -3.75rem
    }

    .lg\:ml-minus-md {
        margin-left: -6.25rem
    }

    .lg\:ml-minus-lg {
        margin-left: -8.75rem
    }

    .lg\:ml-minus-xl {
        margin-left: -11.25rem
    }

    .lg\:ml-minus-col-1 {
        margin-left: -8.33333vw
    }

    .lg\:ml-minus-col-2 {
        margin-left: -16.66667vw
    }

    .lg\:ml-minus-col-3 {
        margin-left: -25vw
    }

    .lg\:ml-minus-col-4 {
        margin-left: -33.33333vw
    }

    .lg\:mr-minus-sm {
        margin-right: -3.75rem
    }

    .lg\:mr-minus-md {
        margin-right: -6.25rem
    }

    .lg\:mr-minus-lg {
        margin-right: -8.75rem
    }

    .lg\:mr-minus-xl {
        margin-right: -11.25rem
    }

    .lg\:mr-minus-col-1 {
        margin-right: -8.33333vw
    }

    .lg\:mr-minus-col-2 {
        margin-right: -16.66667vw
    }

    .lg\:mr-minus-col-3 {
        margin-right: -25vw
    }

    .lg\:mr-minus-col-4 {
        margin-right: -33.33333vw
    }

    .lg\:ml-minus-sm {
        margin-left: -3.75rem
    }

    .lg\:ml-minus-md {
        margin-left: -6.25rem
    }

    .lg\:ml-minus-lg {
        margin-left: -8.75rem
    }

    .lg\:ml-minus-xl {
        margin-left: -11.25rem
    }

    .lg\:ml-minus-col-1 {
        margin-left: -8.33333vw
    }

    .lg\:ml-minus-col-2 {
        margin-left: -16.66667vw
    }

    .lg\:ml-minus-col-3 {
        margin-left: -25vw
    }

    .lg\:ml-minus-col-4 {
        margin-left: -33.33333vw
    }

    .lg\:mr-minus-sm {
        margin-right: -3.75rem
    }

    .lg\:mr-minus-md {
        margin-right: -6.25rem
    }

    .lg\:mr-minus-lg {
        margin-right: -8.75rem
    }

    .lg\:mr-minus-xl {
        margin-right: -11.25rem
    }

    .lg\:mr-minus-col-1 {
        margin-right: -8.33333vw
    }

    .lg\:mr-minus-col-2 {
        margin-right: -16.66667vw
    }

    .lg\:mr-minus-col-3 {
        margin-right: -25vw
    }

    .lg\:mr-minus-col-4 {
        margin-right: -33.33333vw
    }

    .lg\:ml-minus-sm {
        margin-left: -3.75rem
    }

    .lg\:ml-minus-md {
        margin-left: -6.25rem
    }

    .lg\:ml-minus-lg {
        margin-left: -8.75rem
    }

    .lg\:ml-minus-xl {
        margin-left: -11.25rem
    }

    .lg\:ml-minus-col-1 {
        margin-left: -8.33333vw
    }

    .lg\:ml-minus-col-2 {
        margin-left: -16.66667vw
    }

    .lg\:ml-minus-col-3 {
        margin-left: -25vw
    }

    .lg\:ml-minus-col-4 {
        margin-left: -33.33333vw
    }

    .lg\:mr-minus-sm {
        margin-right: -3.75rem
    }

    .lg\:mr-minus-md {
        margin-right: -6.25rem
    }

    .lg\:mr-minus-lg {
        margin-right: -8.75rem
    }

    .lg\:mr-minus-xl {
        margin-right: -11.25rem
    }

    .lg\:mr-minus-col-1 {
        margin-right: -8.33333vw
    }

    .lg\:mr-minus-col-2 {
        margin-right: -16.66667vw
    }

    .lg\:mr-minus-col-3 {
        margin-right: -25vw
    }

    .lg\:mr-minus-col-4 {
        margin-right: -33.33333vw
    }

    .lg\:ml-minus-sm {
        margin-left: -3.75rem
    }

    .lg\:ml-minus-md {
        margin-left: -6.25rem
    }

    .lg\:ml-minus-lg {
        margin-left: -8.75rem
    }

    .lg\:ml-minus-xl {
        margin-left: -11.25rem
    }

    .lg\:ml-minus-col-1 {
        margin-left: -8.33333vw
    }

    .lg\:ml-minus-col-2 {
        margin-left: -16.66667vw
    }

    .lg\:ml-minus-col-3 {
        margin-left: -25vw
    }

    .lg\:ml-minus-col-4 {
        margin-left: -33.33333vw
    }

    .lg\:mr-minus-sm {
        margin-right: -3.75rem
    }

    .lg\:mr-minus-md {
        margin-right: -6.25rem
    }

    .lg\:mr-minus-lg {
        margin-right: -8.75rem
    }

    .lg\:mr-minus-xl {
        margin-right: -11.25rem
    }

    .lg\:mr-minus-col-1 {
        margin-right: -8.33333vw
    }

    .lg\:mr-minus-col-2 {
        margin-right: -16.66667vw
    }

    .lg\:mr-minus-col-3 {
        margin-right: -25vw
    }

    .lg\:mr-minus-col-4 {
        margin-right: -33.33333vw
    }
}

@media(max-width: 991px) {
    .md\:ml-minus-sm {
        margin-left: -3.75rem
    }

    .md\:ml-minus-md {
        margin-left: -6.25rem
    }

    .md\:ml-minus-lg {
        margin-left: -8.75rem
    }

    .md\:ml-minus-xl {
        margin-left: -11.25rem
    }

    .md\:ml-minus-col-1 {
        margin-left: -8.33333vw
    }

    .md\:ml-minus-col-2 {
        margin-left: -16.66667vw
    }

    .md\:ml-minus-col-3 {
        margin-left: -25vw
    }

    .md\:ml-minus-col-4 {
        margin-left: -33.33333vw
    }

    .md\:mr-minus-sm {
        margin-right: -3.75rem
    }

    .md\:mr-minus-md {
        margin-right: -6.25rem
    }

    .md\:mr-minus-lg {
        margin-right: -8.75rem
    }

    .md\:mr-minus-xl {
        margin-right: -11.25rem
    }

    .md\:mr-minus-col-1 {
        margin-right: -8.33333vw
    }

    .md\:mr-minus-col-2 {
        margin-right: -16.66667vw
    }

    .md\:mr-minus-col-3 {
        margin-right: -25vw
    }

    .md\:mr-minus-col-4 {
        margin-right: -33.33333vw
    }

    .md\:ml-minus-sm {
        margin-left: -3.75rem
    }

    .md\:ml-minus-md {
        margin-left: -6.25rem
    }

    .md\:ml-minus-lg {
        margin-left: -8.75rem
    }

    .md\:ml-minus-xl {
        margin-left: -11.25rem
    }

    .md\:ml-minus-col-1 {
        margin-left: -8.33333vw
    }

    .md\:ml-minus-col-2 {
        margin-left: -16.66667vw
    }

    .md\:ml-minus-col-3 {
        margin-left: -25vw
    }

    .md\:ml-minus-col-4 {
        margin-left: -33.33333vw
    }

    .md\:mr-minus-sm {
        margin-right: -3.75rem
    }

    .md\:mr-minus-md {
        margin-right: -6.25rem
    }

    .md\:mr-minus-lg {
        margin-right: -8.75rem
    }

    .md\:mr-minus-xl {
        margin-right: -11.25rem
    }

    .md\:mr-minus-col-1 {
        margin-right: -8.33333vw
    }

    .md\:mr-minus-col-2 {
        margin-right: -16.66667vw
    }

    .md\:mr-minus-col-3 {
        margin-right: -25vw
    }

    .md\:mr-minus-col-4 {
        margin-right: -33.33333vw
    }

    .md\:ml-minus-sm {
        margin-left: -3.75rem
    }

    .md\:ml-minus-md {
        margin-left: -6.25rem
    }

    .md\:ml-minus-lg {
        margin-left: -8.75rem
    }

    .md\:ml-minus-xl {
        margin-left: -11.25rem
    }

    .md\:ml-minus-col-1 {
        margin-left: -8.33333vw
    }

    .md\:ml-minus-col-2 {
        margin-left: -16.66667vw
    }

    .md\:ml-minus-col-3 {
        margin-left: -25vw
    }

    .md\:ml-minus-col-4 {
        margin-left: -33.33333vw
    }

    .md\:mr-minus-sm {
        margin-right: -3.75rem
    }

    .md\:mr-minus-md {
        margin-right: -6.25rem
    }

    .md\:mr-minus-lg {
        margin-right: -8.75rem
    }

    .md\:mr-minus-xl {
        margin-right: -11.25rem
    }

    .md\:mr-minus-col-1 {
        margin-right: -8.33333vw
    }

    .md\:mr-minus-col-2 {
        margin-right: -16.66667vw
    }

    .md\:mr-minus-col-3 {
        margin-right: -25vw
    }

    .md\:mr-minus-col-4 {
        margin-right: -33.33333vw
    }

    .md\:ml-minus-sm {
        margin-left: -3.75rem
    }

    .md\:ml-minus-md {
        margin-left: -6.25rem
    }

    .md\:ml-minus-lg {
        margin-left: -8.75rem
    }

    .md\:ml-minus-xl {
        margin-left: -11.25rem
    }

    .md\:ml-minus-col-1 {
        margin-left: -8.33333vw
    }

    .md\:ml-minus-col-2 {
        margin-left: -16.66667vw
    }

    .md\:ml-minus-col-3 {
        margin-left: -25vw
    }

    .md\:ml-minus-col-4 {
        margin-left: -33.33333vw
    }

    .md\:mr-minus-sm {
        margin-right: -3.75rem
    }

    .md\:mr-minus-md {
        margin-right: -6.25rem
    }

    .md\:mr-minus-lg {
        margin-right: -8.75rem
    }

    .md\:mr-minus-xl {
        margin-right: -11.25rem
    }

    .md\:mr-minus-col-1 {
        margin-right: -8.33333vw
    }

    .md\:mr-minus-col-2 {
        margin-right: -16.66667vw
    }

    .md\:mr-minus-col-3 {
        margin-right: -25vw
    }

    .md\:mr-minus-col-4 {
        margin-right: -33.33333vw
    }

    .md\:ml-minus-sm {
        margin-left: -3.75rem
    }

    .md\:ml-minus-md {
        margin-left: -6.25rem
    }

    .md\:ml-minus-lg {
        margin-left: -8.75rem
    }

    .md\:ml-minus-xl {
        margin-left: -11.25rem
    }

    .md\:ml-minus-col-1 {
        margin-left: -8.33333vw
    }

    .md\:ml-minus-col-2 {
        margin-left: -16.66667vw
    }

    .md\:ml-minus-col-3 {
        margin-left: -25vw
    }

    .md\:ml-minus-col-4 {
        margin-left: -33.33333vw
    }

    .md\:mr-minus-sm {
        margin-right: -3.75rem
    }

    .md\:mr-minus-md {
        margin-right: -6.25rem
    }

    .md\:mr-minus-lg {
        margin-right: -8.75rem
    }

    .md\:mr-minus-xl {
        margin-right: -11.25rem
    }

    .md\:mr-minus-col-1 {
        margin-right: -8.33333vw
    }

    .md\:mr-minus-col-2 {
        margin-right: -16.66667vw
    }

    .md\:mr-minus-col-3 {
        margin-right: -25vw
    }

    .md\:mr-minus-col-4 {
        margin-right: -33.33333vw
    }

    .md\:ml-minus-sm {
        margin-left: -3.75rem
    }

    .md\:ml-minus-md {
        margin-left: -6.25rem
    }

    .md\:ml-minus-lg {
        margin-left: -8.75rem
    }

    .md\:ml-minus-xl {
        margin-left: -11.25rem
    }

    .md\:ml-minus-col-1 {
        margin-left: -8.33333vw
    }

    .md\:ml-minus-col-2 {
        margin-left: -16.66667vw
    }

    .md\:ml-minus-col-3 {
        margin-left: -25vw
    }

    .md\:ml-minus-col-4 {
        margin-left: -33.33333vw
    }

    .md\:mr-minus-sm {
        margin-right: -3.75rem
    }

    .md\:mr-minus-md {
        margin-right: -6.25rem
    }

    .md\:mr-minus-lg {
        margin-right: -8.75rem
    }

    .md\:mr-minus-xl {
        margin-right: -11.25rem
    }

    .md\:mr-minus-col-1 {
        margin-right: -8.33333vw
    }

    .md\:mr-minus-col-2 {
        margin-right: -16.66667vw
    }

    .md\:mr-minus-col-3 {
        margin-right: -25vw
    }

    .md\:mr-minus-col-4 {
        margin-right: -33.33333vw
    }

    .md\:ml-minus-sm {
        margin-left: -3.75rem
    }

    .md\:ml-minus-md {
        margin-left: -6.25rem
    }

    .md\:ml-minus-lg {
        margin-left: -8.75rem
    }

    .md\:ml-minus-xl {
        margin-left: -11.25rem
    }

    .md\:ml-minus-col-1 {
        margin-left: -8.33333vw
    }

    .md\:ml-minus-col-2 {
        margin-left: -16.66667vw
    }

    .md\:ml-minus-col-3 {
        margin-left: -25vw
    }

    .md\:ml-minus-col-4 {
        margin-left: -33.33333vw
    }

    .md\:mr-minus-sm {
        margin-right: -3.75rem
    }

    .md\:mr-minus-md {
        margin-right: -6.25rem
    }

    .md\:mr-minus-lg {
        margin-right: -8.75rem
    }

    .md\:mr-minus-xl {
        margin-right: -11.25rem
    }

    .md\:mr-minus-col-1 {
        margin-right: -8.33333vw
    }

    .md\:mr-minus-col-2 {
        margin-right: -16.66667vw
    }

    .md\:mr-minus-col-3 {
        margin-right: -25vw
    }

    .md\:mr-minus-col-4 {
        margin-right: -33.33333vw
    }

    .md\:ml-minus-sm {
        margin-left: -3.75rem
    }

    .md\:ml-minus-md {
        margin-left: -6.25rem
    }

    .md\:ml-minus-lg {
        margin-left: -8.75rem
    }

    .md\:ml-minus-xl {
        margin-left: -11.25rem
    }

    .md\:ml-minus-col-1 {
        margin-left: -8.33333vw
    }

    .md\:ml-minus-col-2 {
        margin-left: -16.66667vw
    }

    .md\:ml-minus-col-3 {
        margin-left: -25vw
    }

    .md\:ml-minus-col-4 {
        margin-left: -33.33333vw
    }

    .md\:mr-minus-sm {
        margin-right: -3.75rem
    }

    .md\:mr-minus-md {
        margin-right: -6.25rem
    }

    .md\:mr-minus-lg {
        margin-right: -8.75rem
    }

    .md\:mr-minus-xl {
        margin-right: -11.25rem
    }

    .md\:mr-minus-col-1 {
        margin-right: -8.33333vw
    }

    .md\:mr-minus-col-2 {
        margin-right: -16.66667vw
    }

    .md\:mr-minus-col-3 {
        margin-right: -25vw
    }

    .md\:mr-minus-col-4 {
        margin-right: -33.33333vw
    }

    .md\:ml-minus-sm {
        margin-left: -3.75rem
    }

    .md\:ml-minus-md {
        margin-left: -6.25rem
    }

    .md\:ml-minus-lg {
        margin-left: -8.75rem
    }

    .md\:ml-minus-xl {
        margin-left: -11.25rem
    }

    .md\:ml-minus-col-1 {
        margin-left: -8.33333vw
    }

    .md\:ml-minus-col-2 {
        margin-left: -16.66667vw
    }

    .md\:ml-minus-col-3 {
        margin-left: -25vw
    }

    .md\:ml-minus-col-4 {
        margin-left: -33.33333vw
    }

    .md\:mr-minus-sm {
        margin-right: -3.75rem
    }

    .md\:mr-minus-md {
        margin-right: -6.25rem
    }

    .md\:mr-minus-lg {
        margin-right: -8.75rem
    }

    .md\:mr-minus-xl {
        margin-right: -11.25rem
    }

    .md\:mr-minus-col-1 {
        margin-right: -8.33333vw
    }

    .md\:mr-minus-col-2 {
        margin-right: -16.66667vw
    }

    .md\:mr-minus-col-3 {
        margin-right: -25vw
    }

    .md\:mr-minus-col-4 {
        margin-right: -33.33333vw
    }

    .md\:ml-minus-sm {
        margin-left: -3.75rem
    }

    .md\:ml-minus-md {
        margin-left: -6.25rem
    }

    .md\:ml-minus-lg {
        margin-left: -8.75rem
    }

    .md\:ml-minus-xl {
        margin-left: -11.25rem
    }

    .md\:ml-minus-col-1 {
        margin-left: -8.33333vw
    }

    .md\:ml-minus-col-2 {
        margin-left: -16.66667vw
    }

    .md\:ml-minus-col-3 {
        margin-left: -25vw
    }

    .md\:ml-minus-col-4 {
        margin-left: -33.33333vw
    }

    .md\:mr-minus-sm {
        margin-right: -3.75rem
    }

    .md\:mr-minus-md {
        margin-right: -6.25rem
    }

    .md\:mr-minus-lg {
        margin-right: -8.75rem
    }

    .md\:mr-minus-xl {
        margin-right: -11.25rem
    }

    .md\:mr-minus-col-1 {
        margin-right: -8.33333vw
    }

    .md\:mr-minus-col-2 {
        margin-right: -16.66667vw
    }

    .md\:mr-minus-col-3 {
        margin-right: -25vw
    }

    .md\:mr-minus-col-4 {
        margin-right: -33.33333vw
    }

    .md\:ml-minus-sm {
        margin-left: -3.75rem
    }

    .md\:ml-minus-md {
        margin-left: -6.25rem
    }

    .md\:ml-minus-lg {
        margin-left: -8.75rem
    }

    .md\:ml-minus-xl {
        margin-left: -11.25rem
    }

    .md\:ml-minus-col-1 {
        margin-left: -8.33333vw
    }

    .md\:ml-minus-col-2 {
        margin-left: -16.66667vw
    }

    .md\:ml-minus-col-3 {
        margin-left: -25vw
    }

    .md\:ml-minus-col-4 {
        margin-left: -33.33333vw
    }

    .md\:mr-minus-sm {
        margin-right: -3.75rem
    }

    .md\:mr-minus-md {
        margin-right: -6.25rem
    }

    .md\:mr-minus-lg {
        margin-right: -8.75rem
    }

    .md\:mr-minus-xl {
        margin-right: -11.25rem
    }

    .md\:mr-minus-col-1 {
        margin-right: -8.33333vw
    }

    .md\:mr-minus-col-2 {
        margin-right: -16.66667vw
    }

    .md\:mr-minus-col-3 {
        margin-right: -25vw
    }

    .md\:mr-minus-col-4 {
        margin-right: -33.33333vw
    }

    .md\:ml-minus-sm {
        margin-left: -3.75rem
    }

    .md\:ml-minus-md {
        margin-left: -6.25rem
    }

    .md\:ml-minus-lg {
        margin-left: -8.75rem
    }

    .md\:ml-minus-xl {
        margin-left: -11.25rem
    }

    .md\:ml-minus-col-1 {
        margin-left: -8.33333vw
    }

    .md\:ml-minus-col-2 {
        margin-left: -16.66667vw
    }

    .md\:ml-minus-col-3 {
        margin-left: -25vw
    }

    .md\:ml-minus-col-4 {
        margin-left: -33.33333vw
    }

    .md\:mr-minus-sm {
        margin-right: -3.75rem
    }

    .md\:mr-minus-md {
        margin-right: -6.25rem
    }

    .md\:mr-minus-lg {
        margin-right: -8.75rem
    }

    .md\:mr-minus-xl {
        margin-right: -11.25rem
    }

    .md\:mr-minus-col-1 {
        margin-right: -8.33333vw
    }

    .md\:mr-minus-col-2 {
        margin-right: -16.66667vw
    }

    .md\:mr-minus-col-3 {
        margin-right: -25vw
    }

    .md\:mr-minus-col-4 {
        margin-right: -33.33333vw
    }

    .md\:ml-minus-sm {
        margin-left: -3.75rem
    }

    .md\:ml-minus-md {
        margin-left: -6.25rem
    }

    .md\:ml-minus-lg {
        margin-left: -8.75rem
    }

    .md\:ml-minus-xl {
        margin-left: -11.25rem
    }

    .md\:ml-minus-col-1 {
        margin-left: -8.33333vw
    }

    .md\:ml-minus-col-2 {
        margin-left: -16.66667vw
    }

    .md\:ml-minus-col-3 {
        margin-left: -25vw
    }

    .md\:ml-minus-col-4 {
        margin-left: -33.33333vw
    }

    .md\:mr-minus-sm {
        margin-right: -3.75rem
    }

    .md\:mr-minus-md {
        margin-right: -6.25rem
    }

    .md\:mr-minus-lg {
        margin-right: -8.75rem
    }

    .md\:mr-minus-xl {
        margin-right: -11.25rem
    }

    .md\:mr-minus-col-1 {
        margin-right: -8.33333vw
    }

    .md\:mr-minus-col-2 {
        margin-right: -16.66667vw
    }

    .md\:mr-minus-col-3 {
        margin-right: -25vw
    }

    .md\:mr-minus-col-4 {
        margin-right: -33.33333vw
    }

    .md\:ml-minus-sm {
        margin-left: -3.75rem
    }

    .md\:ml-minus-md {
        margin-left: -6.25rem
    }

    .md\:ml-minus-lg {
        margin-left: -8.75rem
    }

    .md\:ml-minus-xl {
        margin-left: -11.25rem
    }

    .md\:ml-minus-col-1 {
        margin-left: -8.33333vw
    }

    .md\:ml-minus-col-2 {
        margin-left: -16.66667vw
    }

    .md\:ml-minus-col-3 {
        margin-left: -25vw
    }

    .md\:ml-minus-col-4 {
        margin-left: -33.33333vw
    }

    .md\:mr-minus-sm {
        margin-right: -3.75rem
    }

    .md\:mr-minus-md {
        margin-right: -6.25rem
    }

    .md\:mr-minus-lg {
        margin-right: -8.75rem
    }

    .md\:mr-minus-xl {
        margin-right: -11.25rem
    }

    .md\:mr-minus-col-1 {
        margin-right: -8.33333vw
    }

    .md\:mr-minus-col-2 {
        margin-right: -16.66667vw
    }

    .md\:mr-minus-col-3 {
        margin-right: -25vw
    }

    .md\:mr-minus-col-4 {
        margin-right: -33.33333vw
    }

    .md\:ml-minus-sm {
        margin-left: -3.75rem
    }

    .md\:ml-minus-md {
        margin-left: -6.25rem
    }

    .md\:ml-minus-lg {
        margin-left: -8.75rem
    }

    .md\:ml-minus-xl {
        margin-left: -11.25rem
    }

    .md\:ml-minus-col-1 {
        margin-left: -8.33333vw
    }

    .md\:ml-minus-col-2 {
        margin-left: -16.66667vw
    }

    .md\:ml-minus-col-3 {
        margin-left: -25vw
    }

    .md\:ml-minus-col-4 {
        margin-left: -33.33333vw
    }

    .md\:mr-minus-sm {
        margin-right: -3.75rem
    }

    .md\:mr-minus-md {
        margin-right: -6.25rem
    }

    .md\:mr-minus-lg {
        margin-right: -8.75rem
    }

    .md\:mr-minus-xl {
        margin-right: -11.25rem
    }

    .md\:mr-minus-col-1 {
        margin-right: -8.33333vw
    }

    .md\:mr-minus-col-2 {
        margin-right: -16.66667vw
    }

    .md\:mr-minus-col-3 {
        margin-right: -25vw
    }

    .md\:mr-minus-col-4 {
        margin-right: -33.33333vw
    }

    .md\:ml-minus-sm {
        margin-left: -3.75rem
    }

    .md\:ml-minus-md {
        margin-left: -6.25rem
    }

    .md\:ml-minus-lg {
        margin-left: -8.75rem
    }

    .md\:ml-minus-xl {
        margin-left: -11.25rem
    }

    .md\:ml-minus-col-1 {
        margin-left: -8.33333vw
    }

    .md\:ml-minus-col-2 {
        margin-left: -16.66667vw
    }

    .md\:ml-minus-col-3 {
        margin-left: -25vw
    }

    .md\:ml-minus-col-4 {
        margin-left: -33.33333vw
    }

    .md\:mr-minus-sm {
        margin-right: -3.75rem
    }

    .md\:mr-minus-md {
        margin-right: -6.25rem
    }

    .md\:mr-minus-lg {
        margin-right: -8.75rem
    }

    .md\:mr-minus-xl {
        margin-right: -11.25rem
    }

    .md\:mr-minus-col-1 {
        margin-right: -8.33333vw
    }

    .md\:mr-minus-col-2 {
        margin-right: -16.66667vw
    }

    .md\:mr-minus-col-3 {
        margin-right: -25vw
    }

    .md\:mr-minus-col-4 {
        margin-right: -33.33333vw
    }

    .md\:ml-minus-sm {
        margin-left: -3.75rem
    }

    .md\:ml-minus-md {
        margin-left: -6.25rem
    }

    .md\:ml-minus-lg {
        margin-left: -8.75rem
    }

    .md\:ml-minus-xl {
        margin-left: -11.25rem
    }

    .md\:ml-minus-col-1 {
        margin-left: -8.33333vw
    }

    .md\:ml-minus-col-2 {
        margin-left: -16.66667vw
    }

    .md\:ml-minus-col-3 {
        margin-left: -25vw
    }

    .md\:ml-minus-col-4 {
        margin-left: -33.33333vw
    }

    .md\:mr-minus-sm {
        margin-right: -3.75rem
    }

    .md\:mr-minus-md {
        margin-right: -6.25rem
    }

    .md\:mr-minus-lg {
        margin-right: -8.75rem
    }

    .md\:mr-minus-xl {
        margin-right: -11.25rem
    }

    .md\:mr-minus-col-1 {
        margin-right: -8.33333vw
    }

    .md\:mr-minus-col-2 {
        margin-right: -16.66667vw
    }

    .md\:mr-minus-col-3 {
        margin-right: -25vw
    }

    .md\:mr-minus-col-4 {
        margin-right: -33.33333vw
    }
}

@media(max-width: 767px) {
    .sm\:ml-minus-sm {
        margin-left: -3.75rem
    }

    .sm\:ml-minus-md {
        margin-left: -6.25rem
    }

    .sm\:ml-minus-lg {
        margin-left: -8.75rem
    }

    .sm\:ml-minus-xl {
        margin-left: -11.25rem
    }

    .sm\:ml-minus-col-1 {
        margin-left: -8.33333vw
    }

    .sm\:ml-minus-col-2 {
        margin-left: -16.66667vw
    }

    .sm\:ml-minus-col-3 {
        margin-left: -25vw
    }

    .sm\:ml-minus-col-4 {
        margin-left: -33.33333vw
    }

    .sm\:mr-minus-sm {
        margin-right: -3.75rem
    }

    .sm\:mr-minus-md {
        margin-right: -6.25rem
    }

    .sm\:mr-minus-lg {
        margin-right: -8.75rem
    }

    .sm\:mr-minus-xl {
        margin-right: -11.25rem
    }

    .sm\:mr-minus-col-1 {
        margin-right: -8.33333vw
    }

    .sm\:mr-minus-col-2 {
        margin-right: -16.66667vw
    }

    .sm\:mr-minus-col-3 {
        margin-right: -25vw
    }

    .sm\:mr-minus-col-4 {
        margin-right: -33.33333vw
    }

    .sm\:ml-minus-sm {
        margin-left: -3.75rem
    }

    .sm\:ml-minus-md {
        margin-left: -6.25rem
    }

    .sm\:ml-minus-lg {
        margin-left: -8.75rem
    }

    .sm\:ml-minus-xl {
        margin-left: -11.25rem
    }

    .sm\:ml-minus-col-1 {
        margin-left: -8.33333vw
    }

    .sm\:ml-minus-col-2 {
        margin-left: -16.66667vw
    }

    .sm\:ml-minus-col-3 {
        margin-left: -25vw
    }

    .sm\:ml-minus-col-4 {
        margin-left: -33.33333vw
    }

    .sm\:mr-minus-sm {
        margin-right: -3.75rem
    }

    .sm\:mr-minus-md {
        margin-right: -6.25rem
    }

    .sm\:mr-minus-lg {
        margin-right: -8.75rem
    }

    .sm\:mr-minus-xl {
        margin-right: -11.25rem
    }

    .sm\:mr-minus-col-1 {
        margin-right: -8.33333vw
    }

    .sm\:mr-minus-col-2 {
        margin-right: -16.66667vw
    }

    .sm\:mr-minus-col-3 {
        margin-right: -25vw
    }

    .sm\:mr-minus-col-4 {
        margin-right: -33.33333vw
    }

    .sm\:ml-minus-sm {
        margin-left: -3.75rem
    }

    .sm\:ml-minus-md {
        margin-left: -6.25rem
    }

    .sm\:ml-minus-lg {
        margin-left: -8.75rem
    }

    .sm\:ml-minus-xl {
        margin-left: -11.25rem
    }

    .sm\:ml-minus-col-1 {
        margin-left: -8.33333vw
    }

    .sm\:ml-minus-col-2 {
        margin-left: -16.66667vw
    }

    .sm\:ml-minus-col-3 {
        margin-left: -25vw
    }

    .sm\:ml-minus-col-4 {
        margin-left: -33.33333vw
    }

    .sm\:mr-minus-sm {
        margin-right: -3.75rem
    }

    .sm\:mr-minus-md {
        margin-right: -6.25rem
    }

    .sm\:mr-minus-lg {
        margin-right: -8.75rem
    }

    .sm\:mr-minus-xl {
        margin-right: -11.25rem
    }

    .sm\:mr-minus-col-1 {
        margin-right: -8.33333vw
    }

    .sm\:mr-minus-col-2 {
        margin-right: -16.66667vw
    }

    .sm\:mr-minus-col-3 {
        margin-right: -25vw
    }

    .sm\:mr-minus-col-4 {
        margin-right: -33.33333vw
    }

    .sm\:ml-minus-sm {
        margin-left: -3.75rem
    }

    .sm\:ml-minus-md {
        margin-left: -6.25rem
    }

    .sm\:ml-minus-lg {
        margin-left: -8.75rem
    }

    .sm\:ml-minus-xl {
        margin-left: -11.25rem
    }

    .sm\:ml-minus-col-1 {
        margin-left: -8.33333vw
    }

    .sm\:ml-minus-col-2 {
        margin-left: -16.66667vw
    }

    .sm\:ml-minus-col-3 {
        margin-left: -25vw
    }

    .sm\:ml-minus-col-4 {
        margin-left: -33.33333vw
    }

    .sm\:mr-minus-sm {
        margin-right: -3.75rem
    }

    .sm\:mr-minus-md {
        margin-right: -6.25rem
    }

    .sm\:mr-minus-lg {
        margin-right: -8.75rem
    }

    .sm\:mr-minus-xl {
        margin-right: -11.25rem
    }

    .sm\:mr-minus-col-1 {
        margin-right: -8.33333vw
    }

    .sm\:mr-minus-col-2 {
        margin-right: -16.66667vw
    }

    .sm\:mr-minus-col-3 {
        margin-right: -25vw
    }

    .sm\:mr-minus-col-4 {
        margin-right: -33.33333vw
    }

    .sm\:ml-minus-sm {
        margin-left: -3.75rem
    }

    .sm\:ml-minus-md {
        margin-left: -6.25rem
    }

    .sm\:ml-minus-lg {
        margin-left: -8.75rem
    }

    .sm\:ml-minus-xl {
        margin-left: -11.25rem
    }

    .sm\:ml-minus-col-1 {
        margin-left: -8.33333vw
    }

    .sm\:ml-minus-col-2 {
        margin-left: -16.66667vw
    }

    .sm\:ml-minus-col-3 {
        margin-left: -25vw
    }

    .sm\:ml-minus-col-4 {
        margin-left: -33.33333vw
    }

    .sm\:mr-minus-sm {
        margin-right: -3.75rem
    }

    .sm\:mr-minus-md {
        margin-right: -6.25rem
    }

    .sm\:mr-minus-lg {
        margin-right: -8.75rem
    }

    .sm\:mr-minus-xl {
        margin-right: -11.25rem
    }

    .sm\:mr-minus-col-1 {
        margin-right: -8.33333vw
    }

    .sm\:mr-minus-col-2 {
        margin-right: -16.66667vw
    }

    .sm\:mr-minus-col-3 {
        margin-right: -25vw
    }

    .sm\:mr-minus-col-4 {
        margin-right: -33.33333vw
    }

    .sm\:ml-minus-sm {
        margin-left: -3.75rem
    }

    .sm\:ml-minus-md {
        margin-left: -6.25rem
    }

    .sm\:ml-minus-lg {
        margin-left: -8.75rem
    }

    .sm\:ml-minus-xl {
        margin-left: -11.25rem
    }

    .sm\:ml-minus-col-1 {
        margin-left: -8.33333vw
    }

    .sm\:ml-minus-col-2 {
        margin-left: -16.66667vw
    }

    .sm\:ml-minus-col-3 {
        margin-left: -25vw
    }

    .sm\:ml-minus-col-4 {
        margin-left: -33.33333vw
    }

    .sm\:mr-minus-sm {
        margin-right: -3.75rem
    }

    .sm\:mr-minus-md {
        margin-right: -6.25rem
    }

    .sm\:mr-minus-lg {
        margin-right: -8.75rem
    }

    .sm\:mr-minus-xl {
        margin-right: -11.25rem
    }

    .sm\:mr-minus-col-1 {
        margin-right: -8.33333vw
    }

    .sm\:mr-minus-col-2 {
        margin-right: -16.66667vw
    }

    .sm\:mr-minus-col-3 {
        margin-right: -25vw
    }

    .sm\:mr-minus-col-4 {
        margin-right: -33.33333vw
    }

    .sm\:ml-minus-sm {
        margin-left: -3.75rem
    }

    .sm\:ml-minus-md {
        margin-left: -6.25rem
    }

    .sm\:ml-minus-lg {
        margin-left: -8.75rem
    }

    .sm\:ml-minus-xl {
        margin-left: -11.25rem
    }

    .sm\:ml-minus-col-1 {
        margin-left: -8.33333vw
    }

    .sm\:ml-minus-col-2 {
        margin-left: -16.66667vw
    }

    .sm\:ml-minus-col-3 {
        margin-left: -25vw
    }

    .sm\:ml-minus-col-4 {
        margin-left: -33.33333vw
    }

    .sm\:mr-minus-sm {
        margin-right: -3.75rem
    }

    .sm\:mr-minus-md {
        margin-right: -6.25rem
    }

    .sm\:mr-minus-lg {
        margin-right: -8.75rem
    }

    .sm\:mr-minus-xl {
        margin-right: -11.25rem
    }

    .sm\:mr-minus-col-1 {
        margin-right: -8.33333vw
    }

    .sm\:mr-minus-col-2 {
        margin-right: -16.66667vw
    }

    .sm\:mr-minus-col-3 {
        margin-right: -25vw
    }

    .sm\:mr-minus-col-4 {
        margin-right: -33.33333vw
    }

    .sm\:ml-minus-sm {
        margin-left: -3.75rem
    }

    .sm\:ml-minus-md {
        margin-left: -6.25rem
    }

    .sm\:ml-minus-lg {
        margin-left: -8.75rem
    }

    .sm\:ml-minus-xl {
        margin-left: -11.25rem
    }

    .sm\:ml-minus-col-1 {
        margin-left: -8.33333vw
    }

    .sm\:ml-minus-col-2 {
        margin-left: -16.66667vw
    }

    .sm\:ml-minus-col-3 {
        margin-left: -25vw
    }

    .sm\:ml-minus-col-4 {
        margin-left: -33.33333vw
    }

    .sm\:mr-minus-sm {
        margin-right: -3.75rem
    }

    .sm\:mr-minus-md {
        margin-right: -6.25rem
    }

    .sm\:mr-minus-lg {
        margin-right: -8.75rem
    }

    .sm\:mr-minus-xl {
        margin-right: -11.25rem
    }

    .sm\:mr-minus-col-1 {
        margin-right: -8.33333vw
    }

    .sm\:mr-minus-col-2 {
        margin-right: -16.66667vw
    }

    .sm\:mr-minus-col-3 {
        margin-right: -25vw
    }

    .sm\:mr-minus-col-4 {
        margin-right: -33.33333vw
    }

    .sm\:ml-minus-sm {
        margin-left: -3.75rem
    }

    .sm\:ml-minus-md {
        margin-left: -6.25rem
    }

    .sm\:ml-minus-lg {
        margin-left: -8.75rem
    }

    .sm\:ml-minus-xl {
        margin-left: -11.25rem
    }

    .sm\:ml-minus-col-1 {
        margin-left: -8.33333vw
    }

    .sm\:ml-minus-col-2 {
        margin-left: -16.66667vw
    }

    .sm\:ml-minus-col-3 {
        margin-left: -25vw
    }

    .sm\:ml-minus-col-4 {
        margin-left: -33.33333vw
    }

    .sm\:mr-minus-sm {
        margin-right: -3.75rem
    }

    .sm\:mr-minus-md {
        margin-right: -6.25rem
    }

    .sm\:mr-minus-lg {
        margin-right: -8.75rem
    }

    .sm\:mr-minus-xl {
        margin-right: -11.25rem
    }

    .sm\:mr-minus-col-1 {
        margin-right: -8.33333vw
    }

    .sm\:mr-minus-col-2 {
        margin-right: -16.66667vw
    }

    .sm\:mr-minus-col-3 {
        margin-right: -25vw
    }

    .sm\:mr-minus-col-4 {
        margin-right: -33.33333vw
    }

    .sm\:ml-minus-sm {
        margin-left: -3.75rem
    }

    .sm\:ml-minus-md {
        margin-left: -6.25rem
    }

    .sm\:ml-minus-lg {
        margin-left: -8.75rem
    }

    .sm\:ml-minus-xl {
        margin-left: -11.25rem
    }

    .sm\:ml-minus-col-1 {
        margin-left: -8.33333vw
    }

    .sm\:ml-minus-col-2 {
        margin-left: -16.66667vw
    }

    .sm\:ml-minus-col-3 {
        margin-left: -25vw
    }

    .sm\:ml-minus-col-4 {
        margin-left: -33.33333vw
    }

    .sm\:mr-minus-sm {
        margin-right: -3.75rem
    }

    .sm\:mr-minus-md {
        margin-right: -6.25rem
    }

    .sm\:mr-minus-lg {
        margin-right: -8.75rem
    }

    .sm\:mr-minus-xl {
        margin-right: -11.25rem
    }

    .sm\:mr-minus-col-1 {
        margin-right: -8.33333vw
    }

    .sm\:mr-minus-col-2 {
        margin-right: -16.66667vw
    }

    .sm\:mr-minus-col-3 {
        margin-right: -25vw
    }

    .sm\:mr-minus-col-4 {
        margin-right: -33.33333vw
    }

    .sm\:ml-minus-sm {
        margin-left: -3.75rem
    }

    .sm\:ml-minus-md {
        margin-left: -6.25rem
    }

    .sm\:ml-minus-lg {
        margin-left: -8.75rem
    }

    .sm\:ml-minus-xl {
        margin-left: -11.25rem
    }

    .sm\:ml-minus-col-1 {
        margin-left: -8.33333vw
    }

    .sm\:ml-minus-col-2 {
        margin-left: -16.66667vw
    }

    .sm\:ml-minus-col-3 {
        margin-left: -25vw
    }

    .sm\:ml-minus-col-4 {
        margin-left: -33.33333vw
    }

    .sm\:mr-minus-sm {
        margin-right: -3.75rem
    }

    .sm\:mr-minus-md {
        margin-right: -6.25rem
    }

    .sm\:mr-minus-lg {
        margin-right: -8.75rem
    }

    .sm\:mr-minus-xl {
        margin-right: -11.25rem
    }

    .sm\:mr-minus-col-1 {
        margin-right: -8.33333vw
    }

    .sm\:mr-minus-col-2 {
        margin-right: -16.66667vw
    }

    .sm\:mr-minus-col-3 {
        margin-right: -25vw
    }

    .sm\:mr-minus-col-4 {
        margin-right: -33.33333vw
    }

    .sm\:ml-minus-sm {
        margin-left: -3.75rem
    }

    .sm\:ml-minus-md {
        margin-left: -6.25rem
    }

    .sm\:ml-minus-lg {
        margin-left: -8.75rem
    }

    .sm\:ml-minus-xl {
        margin-left: -11.25rem
    }

    .sm\:ml-minus-col-1 {
        margin-left: -8.33333vw
    }

    .sm\:ml-minus-col-2 {
        margin-left: -16.66667vw
    }

    .sm\:ml-minus-col-3 {
        margin-left: -25vw
    }

    .sm\:ml-minus-col-4 {
        margin-left: -33.33333vw
    }

    .sm\:mr-minus-sm {
        margin-right: -3.75rem
    }

    .sm\:mr-minus-md {
        margin-right: -6.25rem
    }

    .sm\:mr-minus-lg {
        margin-right: -8.75rem
    }

    .sm\:mr-minus-xl {
        margin-right: -11.25rem
    }

    .sm\:mr-minus-col-1 {
        margin-right: -8.33333vw
    }

    .sm\:mr-minus-col-2 {
        margin-right: -16.66667vw
    }

    .sm\:mr-minus-col-3 {
        margin-right: -25vw
    }

    .sm\:mr-minus-col-4 {
        margin-right: -33.33333vw
    }

    .sm\:ml-minus-sm {
        margin-left: -3.75rem
    }

    .sm\:ml-minus-md {
        margin-left: -6.25rem
    }

    .sm\:ml-minus-lg {
        margin-left: -8.75rem
    }

    .sm\:ml-minus-xl {
        margin-left: -11.25rem
    }

    .sm\:ml-minus-col-1 {
        margin-left: -8.33333vw
    }

    .sm\:ml-minus-col-2 {
        margin-left: -16.66667vw
    }

    .sm\:ml-minus-col-3 {
        margin-left: -25vw
    }

    .sm\:ml-minus-col-4 {
        margin-left: -33.33333vw
    }

    .sm\:mr-minus-sm {
        margin-right: -3.75rem
    }

    .sm\:mr-minus-md {
        margin-right: -6.25rem
    }

    .sm\:mr-minus-lg {
        margin-right: -8.75rem
    }

    .sm\:mr-minus-xl {
        margin-right: -11.25rem
    }

    .sm\:mr-minus-col-1 {
        margin-right: -8.33333vw
    }

    .sm\:mr-minus-col-2 {
        margin-right: -16.66667vw
    }

    .sm\:mr-minus-col-3 {
        margin-right: -25vw
    }

    .sm\:mr-minus-col-4 {
        margin-right: -33.33333vw
    }

    .sm\:ml-minus-sm {
        margin-left: -3.75rem
    }

    .sm\:ml-minus-md {
        margin-left: -6.25rem
    }

    .sm\:ml-minus-lg {
        margin-left: -8.75rem
    }

    .sm\:ml-minus-xl {
        margin-left: -11.25rem
    }

    .sm\:ml-minus-col-1 {
        margin-left: -8.33333vw
    }

    .sm\:ml-minus-col-2 {
        margin-left: -16.66667vw
    }

    .sm\:ml-minus-col-3 {
        margin-left: -25vw
    }

    .sm\:ml-minus-col-4 {
        margin-left: -33.33333vw
    }

    .sm\:mr-minus-sm {
        margin-right: -3.75rem
    }

    .sm\:mr-minus-md {
        margin-right: -6.25rem
    }

    .sm\:mr-minus-lg {
        margin-right: -8.75rem
    }

    .sm\:mr-minus-xl {
        margin-right: -11.25rem
    }

    .sm\:mr-minus-col-1 {
        margin-right: -8.33333vw
    }

    .sm\:mr-minus-col-2 {
        margin-right: -16.66667vw
    }

    .sm\:mr-minus-col-3 {
        margin-right: -25vw
    }

    .sm\:mr-minus-col-4 {
        margin-right: -33.33333vw
    }

    .sm\:ml-minus-sm {
        margin-left: -3.75rem
    }

    .sm\:ml-minus-md {
        margin-left: -6.25rem
    }

    .sm\:ml-minus-lg {
        margin-left: -8.75rem
    }

    .sm\:ml-minus-xl {
        margin-left: -11.25rem
    }

    .sm\:ml-minus-col-1 {
        margin-left: -8.33333vw
    }

    .sm\:ml-minus-col-2 {
        margin-left: -16.66667vw
    }

    .sm\:ml-minus-col-3 {
        margin-left: -25vw
    }

    .sm\:ml-minus-col-4 {
        margin-left: -33.33333vw
    }

    .sm\:mr-minus-sm {
        margin-right: -3.75rem
    }

    .sm\:mr-minus-md {
        margin-right: -6.25rem
    }

    .sm\:mr-minus-lg {
        margin-right: -8.75rem
    }

    .sm\:mr-minus-xl {
        margin-right: -11.25rem
    }

    .sm\:mr-minus-col-1 {
        margin-right: -8.33333vw
    }

    .sm\:mr-minus-col-2 {
        margin-right: -16.66667vw
    }

    .sm\:mr-minus-col-3 {
        margin-right: -25vw
    }

    .sm\:mr-minus-col-4 {
        margin-right: -33.33333vw
    }

    .sm\:ml-minus-sm {
        margin-left: -3.75rem
    }

    .sm\:ml-minus-md {
        margin-left: -6.25rem
    }

    .sm\:ml-minus-lg {
        margin-left: -8.75rem
    }

    .sm\:ml-minus-xl {
        margin-left: -11.25rem
    }

    .sm\:ml-minus-col-1 {
        margin-left: -8.33333vw
    }

    .sm\:ml-minus-col-2 {
        margin-left: -16.66667vw
    }

    .sm\:ml-minus-col-3 {
        margin-left: -25vw
    }

    .sm\:ml-minus-col-4 {
        margin-left: -33.33333vw
    }

    .sm\:mr-minus-sm {
        margin-right: -3.75rem
    }

    .sm\:mr-minus-md {
        margin-right: -6.25rem
    }

    .sm\:mr-minus-lg {
        margin-right: -8.75rem
    }

    .sm\:mr-minus-xl {
        margin-right: -11.25rem
    }

    .sm\:mr-minus-col-1 {
        margin-right: -8.33333vw
    }

    .sm\:mr-minus-col-2 {
        margin-right: -16.66667vw
    }

    .sm\:mr-minus-col-3 {
        margin-right: -25vw
    }

    .sm\:mr-minus-col-4 {
        margin-right: -33.33333vw
    }

    .sm\:ml-minus-sm {
        margin-left: -3.75rem
    }

    .sm\:ml-minus-md {
        margin-left: -6.25rem
    }

    .sm\:ml-minus-lg {
        margin-left: -8.75rem
    }

    .sm\:ml-minus-xl {
        margin-left: -11.25rem
    }

    .sm\:ml-minus-col-1 {
        margin-left: -8.33333vw
    }

    .sm\:ml-minus-col-2 {
        margin-left: -16.66667vw
    }

    .sm\:ml-minus-col-3 {
        margin-left: -25vw
    }

    .sm\:ml-minus-col-4 {
        margin-left: -33.33333vw
    }

    .sm\:mr-minus-sm {
        margin-right: -3.75rem
    }

    .sm\:mr-minus-md {
        margin-right: -6.25rem
    }

    .sm\:mr-minus-lg {
        margin-right: -8.75rem
    }

    .sm\:mr-minus-xl {
        margin-right: -11.25rem
    }

    .sm\:mr-minus-col-1 {
        margin-right: -8.33333vw
    }

    .sm\:mr-minus-col-2 {
        margin-right: -16.66667vw
    }

    .sm\:mr-minus-col-3 {
        margin-right: -25vw
    }

    .sm\:mr-minus-col-4 {
        margin-right: -33.33333vw
    }
}

@media(max-width: 575px) {
    .xs\:ml-minus-sm {
        margin-left: -3.75rem
    }

    .xs\:ml-minus-md {
        margin-left: -6.25rem
    }

    .xs\:ml-minus-lg {
        margin-left: -8.75rem
    }

    .xs\:ml-minus-xl {
        margin-left: -11.25rem
    }

    .xs\:ml-minus-col-1 {
        margin-left: -8.33333vw
    }

    .xs\:ml-minus-col-2 {
        margin-left: -16.66667vw
    }

    .xs\:ml-minus-col-3 {
        margin-left: -25vw
    }

    .xs\:ml-minus-col-4 {
        margin-left: -33.33333vw
    }

    .xs\:mr-minus-sm {
        margin-right: -3.75rem
    }

    .xs\:mr-minus-md {
        margin-right: -6.25rem
    }

    .xs\:mr-minus-lg {
        margin-right: -8.75rem
    }

    .xs\:mr-minus-xl {
        margin-right: -11.25rem
    }

    .xs\:mr-minus-col-1 {
        margin-right: -8.33333vw
    }

    .xs\:mr-minus-col-2 {
        margin-right: -16.66667vw
    }

    .xs\:mr-minus-col-3 {
        margin-right: -25vw
    }

    .xs\:mr-minus-col-4 {
        margin-right: -33.33333vw
    }

    .xs\:ml-minus-sm {
        margin-left: -3.75rem
    }

    .xs\:ml-minus-md {
        margin-left: -6.25rem
    }

    .xs\:ml-minus-lg {
        margin-left: -8.75rem
    }

    .xs\:ml-minus-xl {
        margin-left: -11.25rem
    }

    .xs\:ml-minus-col-1 {
        margin-left: -8.33333vw
    }

    .xs\:ml-minus-col-2 {
        margin-left: -16.66667vw
    }

    .xs\:ml-minus-col-3 {
        margin-left: -25vw
    }

    .xs\:ml-minus-col-4 {
        margin-left: -33.33333vw
    }

    .xs\:mr-minus-sm {
        margin-right: -3.75rem
    }

    .xs\:mr-minus-md {
        margin-right: -6.25rem
    }

    .xs\:mr-minus-lg {
        margin-right: -8.75rem
    }

    .xs\:mr-minus-xl {
        margin-right: -11.25rem
    }

    .xs\:mr-minus-col-1 {
        margin-right: -8.33333vw
    }

    .xs\:mr-minus-col-2 {
        margin-right: -16.66667vw
    }

    .xs\:mr-minus-col-3 {
        margin-right: -25vw
    }

    .xs\:mr-minus-col-4 {
        margin-right: -33.33333vw
    }

    .xs\:ml-minus-sm {
        margin-left: -3.75rem
    }

    .xs\:ml-minus-md {
        margin-left: -6.25rem
    }

    .xs\:ml-minus-lg {
        margin-left: -8.75rem
    }

    .xs\:ml-minus-xl {
        margin-left: -11.25rem
    }

    .xs\:ml-minus-col-1 {
        margin-left: -8.33333vw
    }

    .xs\:ml-minus-col-2 {
        margin-left: -16.66667vw
    }

    .xs\:ml-minus-col-3 {
        margin-left: -25vw
    }

    .xs\:ml-minus-col-4 {
        margin-left: -33.33333vw
    }

    .xs\:mr-minus-sm {
        margin-right: -3.75rem
    }

    .xs\:mr-minus-md {
        margin-right: -6.25rem
    }

    .xs\:mr-minus-lg {
        margin-right: -8.75rem
    }

    .xs\:mr-minus-xl {
        margin-right: -11.25rem
    }

    .xs\:mr-minus-col-1 {
        margin-right: -8.33333vw
    }

    .xs\:mr-minus-col-2 {
        margin-right: -16.66667vw
    }

    .xs\:mr-minus-col-3 {
        margin-right: -25vw
    }

    .xs\:mr-minus-col-4 {
        margin-right: -33.33333vw
    }

    .xs\:ml-minus-sm {
        margin-left: -3.75rem
    }

    .xs\:ml-minus-md {
        margin-left: -6.25rem
    }

    .xs\:ml-minus-lg {
        margin-left: -8.75rem
    }

    .xs\:ml-minus-xl {
        margin-left: -11.25rem
    }

    .xs\:ml-minus-col-1 {
        margin-left: -8.33333vw
    }

    .xs\:ml-minus-col-2 {
        margin-left: -16.66667vw
    }

    .xs\:ml-minus-col-3 {
        margin-left: -25vw
    }

    .xs\:ml-minus-col-4 {
        margin-left: -33.33333vw
    }

    .xs\:mr-minus-sm {
        margin-right: -3.75rem
    }

    .xs\:mr-minus-md {
        margin-right: -6.25rem
    }

    .xs\:mr-minus-lg {
        margin-right: -8.75rem
    }

    .xs\:mr-minus-xl {
        margin-right: -11.25rem
    }

    .xs\:mr-minus-col-1 {
        margin-right: -8.33333vw
    }

    .xs\:mr-minus-col-2 {
        margin-right: -16.66667vw
    }

    .xs\:mr-minus-col-3 {
        margin-right: -25vw
    }

    .xs\:mr-minus-col-4 {
        margin-right: -33.33333vw
    }

    .xs\:ml-minus-sm {
        margin-left: -3.75rem
    }

    .xs\:ml-minus-md {
        margin-left: -6.25rem
    }

    .xs\:ml-minus-lg {
        margin-left: -8.75rem
    }

    .xs\:ml-minus-xl {
        margin-left: -11.25rem
    }

    .xs\:ml-minus-col-1 {
        margin-left: -8.33333vw
    }

    .xs\:ml-minus-col-2 {
        margin-left: -16.66667vw
    }

    .xs\:ml-minus-col-3 {
        margin-left: -25vw
    }

    .xs\:ml-minus-col-4 {
        margin-left: -33.33333vw
    }

    .xs\:mr-minus-sm {
        margin-right: -3.75rem
    }

    .xs\:mr-minus-md {
        margin-right: -6.25rem
    }

    .xs\:mr-minus-lg {
        margin-right: -8.75rem
    }

    .xs\:mr-minus-xl {
        margin-right: -11.25rem
    }

    .xs\:mr-minus-col-1 {
        margin-right: -8.33333vw
    }

    .xs\:mr-minus-col-2 {
        margin-right: -16.66667vw
    }

    .xs\:mr-minus-col-3 {
        margin-right: -25vw
    }

    .xs\:mr-minus-col-4 {
        margin-right: -33.33333vw
    }

    .xs\:ml-minus-sm {
        margin-left: -3.75rem
    }

    .xs\:ml-minus-md {
        margin-left: -6.25rem
    }

    .xs\:ml-minus-lg {
        margin-left: -8.75rem
    }

    .xs\:ml-minus-xl {
        margin-left: -11.25rem
    }

    .xs\:ml-minus-col-1 {
        margin-left: -8.33333vw
    }

    .xs\:ml-minus-col-2 {
        margin-left: -16.66667vw
    }

    .xs\:ml-minus-col-3 {
        margin-left: -25vw
    }

    .xs\:ml-minus-col-4 {
        margin-left: -33.33333vw
    }

    .xs\:mr-minus-sm {
        margin-right: -3.75rem
    }

    .xs\:mr-minus-md {
        margin-right: -6.25rem
    }

    .xs\:mr-minus-lg {
        margin-right: -8.75rem
    }

    .xs\:mr-minus-xl {
        margin-right: -11.25rem
    }

    .xs\:mr-minus-col-1 {
        margin-right: -8.33333vw
    }

    .xs\:mr-minus-col-2 {
        margin-right: -16.66667vw
    }

    .xs\:mr-minus-col-3 {
        margin-right: -25vw
    }

    .xs\:mr-minus-col-4 {
        margin-right: -33.33333vw
    }

    .xs\:ml-minus-sm {
        margin-left: -3.75rem
    }

    .xs\:ml-minus-md {
        margin-left: -6.25rem
    }

    .xs\:ml-minus-lg {
        margin-left: -8.75rem
    }

    .xs\:ml-minus-xl {
        margin-left: -11.25rem
    }

    .xs\:ml-minus-col-1 {
        margin-left: -8.33333vw
    }

    .xs\:ml-minus-col-2 {
        margin-left: -16.66667vw
    }

    .xs\:ml-minus-col-3 {
        margin-left: -25vw
    }

    .xs\:ml-minus-col-4 {
        margin-left: -33.33333vw
    }

    .xs\:mr-minus-sm {
        margin-right: -3.75rem
    }

    .xs\:mr-minus-md {
        margin-right: -6.25rem
    }

    .xs\:mr-minus-lg {
        margin-right: -8.75rem
    }

    .xs\:mr-minus-xl {
        margin-right: -11.25rem
    }

    .xs\:mr-minus-col-1 {
        margin-right: -8.33333vw
    }

    .xs\:mr-minus-col-2 {
        margin-right: -16.66667vw
    }

    .xs\:mr-minus-col-3 {
        margin-right: -25vw
    }

    .xs\:mr-minus-col-4 {
        margin-right: -33.33333vw
    }

    .xs\:ml-minus-sm {
        margin-left: -3.75rem
    }

    .xs\:ml-minus-md {
        margin-left: -6.25rem
    }

    .xs\:ml-minus-lg {
        margin-left: -8.75rem
    }

    .xs\:ml-minus-xl {
        margin-left: -11.25rem
    }

    .xs\:ml-minus-col-1 {
        margin-left: -8.33333vw
    }

    .xs\:ml-minus-col-2 {
        margin-left: -16.66667vw
    }

    .xs\:ml-minus-col-3 {
        margin-left: -25vw
    }

    .xs\:ml-minus-col-4 {
        margin-left: -33.33333vw
    }

    .xs\:mr-minus-sm {
        margin-right: -3.75rem
    }

    .xs\:mr-minus-md {
        margin-right: -6.25rem
    }

    .xs\:mr-minus-lg {
        margin-right: -8.75rem
    }

    .xs\:mr-minus-xl {
        margin-right: -11.25rem
    }

    .xs\:mr-minus-col-1 {
        margin-right: -8.33333vw
    }

    .xs\:mr-minus-col-2 {
        margin-right: -16.66667vw
    }

    .xs\:mr-minus-col-3 {
        margin-right: -25vw
    }

    .xs\:mr-minus-col-4 {
        margin-right: -33.33333vw
    }

    .xs\:ml-minus-sm {
        margin-left: -3.75rem
    }

    .xs\:ml-minus-md {
        margin-left: -6.25rem
    }

    .xs\:ml-minus-lg {
        margin-left: -8.75rem
    }

    .xs\:ml-minus-xl {
        margin-left: -11.25rem
    }

    .xs\:ml-minus-col-1 {
        margin-left: -8.33333vw
    }

    .xs\:ml-minus-col-2 {
        margin-left: -16.66667vw
    }

    .xs\:ml-minus-col-3 {
        margin-left: -25vw
    }

    .xs\:ml-minus-col-4 {
        margin-left: -33.33333vw
    }

    .xs\:mr-minus-sm {
        margin-right: -3.75rem
    }

    .xs\:mr-minus-md {
        margin-right: -6.25rem
    }

    .xs\:mr-minus-lg {
        margin-right: -8.75rem
    }

    .xs\:mr-minus-xl {
        margin-right: -11.25rem
    }

    .xs\:mr-minus-col-1 {
        margin-right: -8.33333vw
    }

    .xs\:mr-minus-col-2 {
        margin-right: -16.66667vw
    }

    .xs\:mr-minus-col-3 {
        margin-right: -25vw
    }

    .xs\:mr-minus-col-4 {
        margin-right: -33.33333vw
    }

    .xs\:ml-minus-sm {
        margin-left: -3.75rem
    }

    .xs\:ml-minus-md {
        margin-left: -6.25rem
    }

    .xs\:ml-minus-lg {
        margin-left: -8.75rem
    }

    .xs\:ml-minus-xl {
        margin-left: -11.25rem
    }

    .xs\:ml-minus-col-1 {
        margin-left: -8.33333vw
    }

    .xs\:ml-minus-col-2 {
        margin-left: -16.66667vw
    }

    .xs\:ml-minus-col-3 {
        margin-left: -25vw
    }

    .xs\:ml-minus-col-4 {
        margin-left: -33.33333vw
    }

    .xs\:mr-minus-sm {
        margin-right: -3.75rem
    }

    .xs\:mr-minus-md {
        margin-right: -6.25rem
    }

    .xs\:mr-minus-lg {
        margin-right: -8.75rem
    }

    .xs\:mr-minus-xl {
        margin-right: -11.25rem
    }

    .xs\:mr-minus-col-1 {
        margin-right: -8.33333vw
    }

    .xs\:mr-minus-col-2 {
        margin-right: -16.66667vw
    }

    .xs\:mr-minus-col-3 {
        margin-right: -25vw
    }

    .xs\:mr-minus-col-4 {
        margin-right: -33.33333vw
    }

    .xs\:ml-minus-sm {
        margin-left: -3.75rem
    }

    .xs\:ml-minus-md {
        margin-left: -6.25rem
    }

    .xs\:ml-minus-lg {
        margin-left: -8.75rem
    }

    .xs\:ml-minus-xl {
        margin-left: -11.25rem
    }

    .xs\:ml-minus-col-1 {
        margin-left: -8.33333vw
    }

    .xs\:ml-minus-col-2 {
        margin-left: -16.66667vw
    }

    .xs\:ml-minus-col-3 {
        margin-left: -25vw
    }

    .xs\:ml-minus-col-4 {
        margin-left: -33.33333vw
    }

    .xs\:mr-minus-sm {
        margin-right: -3.75rem
    }

    .xs\:mr-minus-md {
        margin-right: -6.25rem
    }

    .xs\:mr-minus-lg {
        margin-right: -8.75rem
    }

    .xs\:mr-minus-xl {
        margin-right: -11.25rem
    }

    .xs\:mr-minus-col-1 {
        margin-right: -8.33333vw
    }

    .xs\:mr-minus-col-2 {
        margin-right: -16.66667vw
    }

    .xs\:mr-minus-col-3 {
        margin-right: -25vw
    }

    .xs\:mr-minus-col-4 {
        margin-right: -33.33333vw
    }

    .xs\:ml-minus-sm {
        margin-left: -3.75rem
    }

    .xs\:ml-minus-md {
        margin-left: -6.25rem
    }

    .xs\:ml-minus-lg {
        margin-left: -8.75rem
    }

    .xs\:ml-minus-xl {
        margin-left: -11.25rem
    }

    .xs\:ml-minus-col-1 {
        margin-left: -8.33333vw
    }

    .xs\:ml-minus-col-2 {
        margin-left: -16.66667vw
    }

    .xs\:ml-minus-col-3 {
        margin-left: -25vw
    }

    .xs\:ml-minus-col-4 {
        margin-left: -33.33333vw
    }

    .xs\:mr-minus-sm {
        margin-right: -3.75rem
    }

    .xs\:mr-minus-md {
        margin-right: -6.25rem
    }

    .xs\:mr-minus-lg {
        margin-right: -8.75rem
    }

    .xs\:mr-minus-xl {
        margin-right: -11.25rem
    }

    .xs\:mr-minus-col-1 {
        margin-right: -8.33333vw
    }

    .xs\:mr-minus-col-2 {
        margin-right: -16.66667vw
    }

    .xs\:mr-minus-col-3 {
        margin-right: -25vw
    }

    .xs\:mr-minus-col-4 {
        margin-right: -33.33333vw
    }

    .xs\:ml-minus-sm {
        margin-left: -3.75rem
    }

    .xs\:ml-minus-md {
        margin-left: -6.25rem
    }

    .xs\:ml-minus-lg {
        margin-left: -8.75rem
    }

    .xs\:ml-minus-xl {
        margin-left: -11.25rem
    }

    .xs\:ml-minus-col-1 {
        margin-left: -8.33333vw
    }

    .xs\:ml-minus-col-2 {
        margin-left: -16.66667vw
    }

    .xs\:ml-minus-col-3 {
        margin-left: -25vw
    }

    .xs\:ml-minus-col-4 {
        margin-left: -33.33333vw
    }

    .xs\:mr-minus-sm {
        margin-right: -3.75rem
    }

    .xs\:mr-minus-md {
        margin-right: -6.25rem
    }

    .xs\:mr-minus-lg {
        margin-right: -8.75rem
    }

    .xs\:mr-minus-xl {
        margin-right: -11.25rem
    }

    .xs\:mr-minus-col-1 {
        margin-right: -8.33333vw
    }

    .xs\:mr-minus-col-2 {
        margin-right: -16.66667vw
    }

    .xs\:mr-minus-col-3 {
        margin-right: -25vw
    }

    .xs\:mr-minus-col-4 {
        margin-right: -33.33333vw
    }

    .xs\:ml-minus-sm {
        margin-left: -3.75rem
    }

    .xs\:ml-minus-md {
        margin-left: -6.25rem
    }

    .xs\:ml-minus-lg {
        margin-left: -8.75rem
    }

    .xs\:ml-minus-xl {
        margin-left: -11.25rem
    }

    .xs\:ml-minus-col-1 {
        margin-left: -8.33333vw
    }

    .xs\:ml-minus-col-2 {
        margin-left: -16.66667vw
    }

    .xs\:ml-minus-col-3 {
        margin-left: -25vw
    }

    .xs\:ml-minus-col-4 {
        margin-left: -33.33333vw
    }

    .xs\:mr-minus-sm {
        margin-right: -3.75rem
    }

    .xs\:mr-minus-md {
        margin-right: -6.25rem
    }

    .xs\:mr-minus-lg {
        margin-right: -8.75rem
    }

    .xs\:mr-minus-xl {
        margin-right: -11.25rem
    }

    .xs\:mr-minus-col-1 {
        margin-right: -8.33333vw
    }

    .xs\:mr-minus-col-2 {
        margin-right: -16.66667vw
    }

    .xs\:mr-minus-col-3 {
        margin-right: -25vw
    }

    .xs\:mr-minus-col-4 {
        margin-right: -33.33333vw
    }

    .xs\:ml-minus-sm {
        margin-left: -3.75rem
    }

    .xs\:ml-minus-md {
        margin-left: -6.25rem
    }

    .xs\:ml-minus-lg {
        margin-left: -8.75rem
    }

    .xs\:ml-minus-xl {
        margin-left: -11.25rem
    }

    .xs\:ml-minus-col-1 {
        margin-left: -8.33333vw
    }

    .xs\:ml-minus-col-2 {
        margin-left: -16.66667vw
    }

    .xs\:ml-minus-col-3 {
        margin-left: -25vw
    }

    .xs\:ml-minus-col-4 {
        margin-left: -33.33333vw
    }

    .xs\:mr-minus-sm {
        margin-right: -3.75rem
    }

    .xs\:mr-minus-md {
        margin-right: -6.25rem
    }

    .xs\:mr-minus-lg {
        margin-right: -8.75rem
    }

    .xs\:mr-minus-xl {
        margin-right: -11.25rem
    }

    .xs\:mr-minus-col-1 {
        margin-right: -8.33333vw
    }

    .xs\:mr-minus-col-2 {
        margin-right: -16.66667vw
    }

    .xs\:mr-minus-col-3 {
        margin-right: -25vw
    }

    .xs\:mr-minus-col-4 {
        margin-right: -33.33333vw
    }

    .xs\:ml-minus-sm {
        margin-left: -3.75rem
    }

    .xs\:ml-minus-md {
        margin-left: -6.25rem
    }

    .xs\:ml-minus-lg {
        margin-left: -8.75rem
    }

    .xs\:ml-minus-xl {
        margin-left: -11.25rem
    }

    .xs\:ml-minus-col-1 {
        margin-left: -8.33333vw
    }

    .xs\:ml-minus-col-2 {
        margin-left: -16.66667vw
    }

    .xs\:ml-minus-col-3 {
        margin-left: -25vw
    }

    .xs\:ml-minus-col-4 {
        margin-left: -33.33333vw
    }

    .xs\:mr-minus-sm {
        margin-right: -3.75rem
    }

    .xs\:mr-minus-md {
        margin-right: -6.25rem
    }

    .xs\:mr-minus-lg {
        margin-right: -8.75rem
    }

    .xs\:mr-minus-xl {
        margin-right: -11.25rem
    }

    .xs\:mr-minus-col-1 {
        margin-right: -8.33333vw
    }

    .xs\:mr-minus-col-2 {
        margin-right: -16.66667vw
    }

    .xs\:mr-minus-col-3 {
        margin-right: -25vw
    }

    .xs\:mr-minus-col-4 {
        margin-right: -33.33333vw
    }

    .xs\:ml-minus-sm {
        margin-left: -3.75rem
    }

    .xs\:ml-minus-md {
        margin-left: -6.25rem
    }

    .xs\:ml-minus-lg {
        margin-left: -8.75rem
    }

    .xs\:ml-minus-xl {
        margin-left: -11.25rem
    }

    .xs\:ml-minus-col-1 {
        margin-left: -8.33333vw
    }

    .xs\:ml-minus-col-2 {
        margin-left: -16.66667vw
    }

    .xs\:ml-minus-col-3 {
        margin-left: -25vw
    }

    .xs\:ml-minus-col-4 {
        margin-left: -33.33333vw
    }

    .xs\:mr-minus-sm {
        margin-right: -3.75rem
    }

    .xs\:mr-minus-md {
        margin-right: -6.25rem
    }

    .xs\:mr-minus-lg {
        margin-right: -8.75rem
    }

    .xs\:mr-minus-xl {
        margin-right: -11.25rem
    }

    .xs\:mr-minus-col-1 {
        margin-right: -8.33333vw
    }

    .xs\:mr-minus-col-2 {
        margin-right: -16.66667vw
    }

    .xs\:mr-minus-col-3 {
        margin-right: -25vw
    }

    .xs\:mr-minus-col-4 {
        margin-right: -33.33333vw
    }
}

.w-1\/1 {
    width: 100%
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.text-left {
    text-align: left
}

@media(max-width: 1199px) {
    .lg\:text-center {
        text-align: center !important
    }

    .lg\:text-right {
        text-align: right !important
    }

    .lg\:text-left {
        text-align: left !important
    }
}

@media(max-width: 991px) {
    .md\:text-center {
        text-align: center !important
    }

    .md\:text-right {
        text-align: right !important
    }

    .md\:text-left {
        text-align: left !important
    }
}

@media(max-width: 767px) {
    .sm\:text-center {
        text-align: center !important
    }

    .sm\:text-right {
        text-align: right !important
    }

    .sm\:text-left {
        text-align: left !important
    }
}

@media(max-width: 575px) {
    .xs\:text-center {
        text-align: center !important
    }

    .xs\:text-right {
        text-align: right !important
    }

    .xs\:text-left {
        text-align: left !important
    }
}

.justify-content-start {
    justify-content: flex-start
}

.justify-content-end {
    justify-content: flex-end
}

.justify-content-between {
    justify-content: space-between
}

.justify-content-center {
    justify-content: center
}

.align-items-start {
    align-items: flex-start
}

.align-items-end {
    align-items: flex-end
}

.align-items-between {
    align-items: space-between
}

.align-items-center {
    align-items: center
}

@media(max-width: 1199px) {
    .lg\:justify-content-start {
        justify-content: flex-start !important
    }

    .lg\:justify-content-end {
        justify-content: flex-end !important
    }

    .lg\:justify-content-between {
        justify-content: space-between !important
    }

    .lg\:justify-content-center {
        justify-content: center !important
    }

    .lg\:align-items-start {
        align-items: flex-start !important
    }

    .lg\:align-items-end {
        align-items: flex-end !important
    }

    .lg\:align-items-between {
        align-items: space-between !important
    }

    .lg\:align-items-center {
        align-items: center !important
    }
}

@media(max-width: 991px) {
    .md\:justify-content-start {
        justify-content: flex-start !important
    }

    .md\:justify-content-end {
        justify-content: flex-end !important
    }

    .md\:justify-content-between {
        justify-content: space-between !important
    }

    .md\:justify-content-center {
        justify-content: center !important
    }

    .md\:align-items-start {
        align-items: flex-start !important
    }

    .md\:align-items-end {
        align-items: flex-end !important
    }

    .md\:align-items-between {
        align-items: space-between !important
    }

    .md\:align-items-center {
        align-items: center !important
    }
}

@media(max-width: 767px) {
    .sm\:justify-content-start {
        justify-content: flex-start !important
    }

    .sm\:justify-content-end {
        justify-content: flex-end !important
    }

    .sm\:justify-content-between {
        justify-content: space-between !important
    }

    .sm\:justify-content-center {
        justify-content: center !important
    }

    .sm\:align-items-start {
        align-items: flex-start !important
    }

    .sm\:align-items-end {
        align-items: flex-end !important
    }

    .sm\:align-items-between {
        align-items: space-between !important
    }

    .sm\:align-items-center {
        align-items: center !important
    }
}

@media(max-width: 575px) {
    .xs\:justify-content-start {
        justify-content: flex-start !important
    }

    .xs\:justify-content-end {
        justify-content: flex-end !important
    }

    .xs\:justify-content-between {
        justify-content: space-between !important
    }

    .xs\:justify-content-center {
        justify-content: center !important
    }

    .xs\:align-items-start {
        align-items: flex-start !important
    }

    .xs\:align-items-end {
        align-items: flex-end !important
    }

    .xs\:align-items-between {
        align-items: space-between !important
    }

    .xs\:align-items-center {
        align-items: center !important
    }
}

.d-none {
    display: none !important
}

.d-flex {
    display: flex !important
}

.d-block {
    display: block !important
}

.d-inline-block {
    display: inline-block !important
}

@media(max-width: 1199px) {
    .lg\:d-none {
        display: none !important
    }

    .lg\:d-inline-block {
        display: inline-block !important
    }

    .lg\:d-block {
        display: block !important
    }

    .lg\:d-flex {
        display: flex !important
    }
}

@media(max-width: 991px) {
    .md\:d-none {
        display: none !important
    }

    .md\:d-inline-block {
        display: inline-block !important
    }

    .md\:d-block {
        display: block !important
    }

    .md\:d-flex {
        display: flex !important
    }
}

@media(max-width: 767px) {
    .sm\:d-none {
        display: none !important
    }

    .sm\:d-inline-block {
        display: inline-block !important
    }

    .sm\:d-block {
        display: block !important
    }

    .sm\:d-flex {
        display: flex !important
    }
}

@media(max-width: 575px) {
    .xs\:d-none {
        display: none !important
    }

    .xs\:d-inline-block {
        display: inline-block !important
    }

    .xs\:d-block {
        display: block !important
    }

    .xs\:d-flex {
        display: flex !important
    }
}

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

.order-3 {
    order: 3
}

.order-4 {
    order: 4
}

.order-5 {
    order: 5
}

.order-6 {
    order: 6
}

@media(max-width: 1199px) {
    .lg\:order-1 {
        order: 1
    }

    .lg\:order-2 {
        order: 2
    }

    .lg\:order-3 {
        order: 3
    }

    .lg\:order-4 {
        order: 4
    }

    .lg\:order-5 {
        order: 5
    }

    .lg\:order-6 {
        order: 6
    }
}

@media(max-width: 991px) {
    .md\:order-1 {
        order: 1
    }

    .md\:order-2 {
        order: 2
    }

    .md\:order-3 {
        order: 3
    }

    .md\:order-4 {
        order: 4
    }

    .md\:order-5 {
        order: 5
    }

    .md\:order-6 {
        order: 6
    }
}

@media(max-width: 767px) {
    .sm\:order-1 {
        order: 1
    }

    .sm\:order-2 {
        order: 2
    }

    .sm\:order-3 {
        order: 3
    }

    .sm\:order-4 {
        order: 4
    }

    .sm\:order-5 {
        order: 5
    }

    .sm\:order-6 {
        order: 6
    }
}

@media(max-width: 575px) {
    .xs\:order-1 {
        order: 1
    }

    .xs\:order-2 {
        order: 2
    }

    .xs\:order-3 {
        order: 3
    }

    .xs\:order-4 {
        order: 4
    }

    .xs\:order-5 {
        order: 5
    }

    .xs\:order-6 {
        order: 6
    }
}

.layout-pt-xs {
    padding-top: 2.5rem
}

.layout-pt-sm {
    padding-top: 3.125rem
}

.layout-pt-md {
    padding-top: 5rem
}

.layout-pt-lg {
    padding-top: 8.75rem
}

.layout-pt-xl {
    padding-top: 10rem
}

.layout-pt-2xl {
    padding-top: 11.25rem
}

@media(max-width: 991px) {
    .layout-pt-md {
        padding-top: 3.75rem
    }

    .layout-pt-lg {
        padding-top: 6.25rem
    }

    .layout-pt-xl {
        padding-top: 7.5rem
    }

    .layout-pt-2xl {
        padding-top: 10rem
    }
}

@media(max-width: 767px) {
    .layout-pt-md {
        padding-top: 3.75rem
    }

    .layout-pt-lg {
        padding-top: 3.75rem
    }

    .layout-pt-xl {
        padding-top: 7.5rem
    }

    .layout-pt-2xl {
        padding-top: 8.125rem
    }
}

.layout-pb-xs {
    padding-bottom: 2.5rem
}

.layout-pb-sm {
    padding-bottom: 3.125rem
}

.layout-pb-md {
    padding-bottom: 5rem
}

.layout-pb-lg {
    padding-bottom: 8.75rem
}

.layout-pb-xl {
    padding-bottom: 10rem
}

.layout-pb-2xl {
    padding-bottom: 11.25rem
}

@media(max-width: 991px) {
    .layout-pb-md {
        padding-bottom: 3.75rem
    }

    .layout-pb-lg {
        padding-bottom: 6.25rem
    }

    .layout-pb-xl {
        padding-bottom: 7.5rem
    }

    .layout-pb-2xl {
        padding-bottom: 10rem
    }
}

@media(max-width: 767px) {
    .layout-pb-md {
        padding-bottom: 3.75rem
    }

    .layout-pb-lg {
        padding-bottom: 3.75rem
    }

    .layout-pb-xl {
        padding-bottom: 7.5rem
    }

    .layout-pb-2xl {
        padding-bottom: 8.125rem
    }
}

.layout-pt-pageHeader {
    padding-top: 10rem
}

@media(max-width: 767px) {
    .layout-pt-pageHeader {
        padding-top: 8.75rem
    }
}

.x-gap-4 {
    margin-left: -0.125rem;
    margin-right: -0.125rem
}

.x-gap-4>* {
    padding-left: .125rem;
    padding-right: .125rem
}

.x-gap-8 {
    margin-left: -0.25rem;
    margin-right: -0.25rem
}

.x-gap-8>* {
    padding-left: .25rem;
    padding-right: .25rem
}

.x-gap-10 {
    margin-left: -0.3125rem;
    margin-right: -0.3125rem
}

.x-gap-10>* {
    padding-left: .3125rem;
    padding-right: .3125rem
}

.x-gap-16 {
    margin-left: -0.5rem;
    margin-right: -0.5rem
}

.x-gap-16>* {
    padding-left: .5rem;
    padding-right: .5rem
}

.x-gap-20 {
    margin-left: -0.625rem;
    margin-right: -0.625rem
}

.x-gap-20>* {
    padding-left: .625rem;
    padding-right: .625rem
}

.x-gap-32 {
    margin-left: -1rem;
    margin-right: -1rem
}

.x-gap-32>* {
    padding-left: 1rem;
    padding-right: 1rem
}

.x-gap-40 {
    margin-left: -1.25rem;
    margin-right: -1.25rem
}

.x-gap-40>* {
    padding-left: 1.25rem;
    padding-right: 1.25rem
}

.x-gap-48 {
    margin-left: -1.5rem;
    margin-right: -1.5rem
}

.x-gap-48>* {
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

.x-gap-60 {
    margin-left: -1.875rem;
    margin-right: -1.875rem
}

.x-gap-60>* {
    padding-left: 1.875rem;
    padding-right: 1.875rem
}

.x-gap-64 {
    margin-left: -2rem;
    margin-right: -2rem
}

.x-gap-64>* {
    padding-left: 2rem;
    padding-right: 2rem
}

.x-gap-72 {
    margin-left: -2.25rem;
    margin-right: -2.25rem
}

.x-gap-72>* {
    padding-left: 2.25rem;
    padding-right: 2.25rem
}

.x-gap-80 {
    margin-left: -2.5rem;
    margin-right: -2.5rem
}

.x-gap-80>* {
    padding-left: 2.5rem;
    padding-right: 2.5rem
}

.x-gap-88 {
    margin-left: -2.75rem;
    margin-right: -2.75rem
}

.x-gap-88>* {
    padding-left: 2.75rem;
    padding-right: 2.75rem
}

.x-gap-100 {
    margin-left: -3.125rem;
    margin-right: -3.125rem
}

.x-gap-100>* {
    padding-left: 3.125rem;
    padding-right: 3.125rem
}

.x-gap-110 {
    margin-left: -3.4375rem;
    margin-right: -3.4375rem
}

.x-gap-110>* {
    padding-left: 3.4375rem;
    padding-right: 3.4375rem
}

.x-gap-120 {
    margin-left: -3.75rem;
    margin-right: -3.75rem
}

.x-gap-120>* {
    padding-left: 3.75rem;
    padding-right: 3.75rem
}

.y-gap-4 {
    margin-top: -0.125rem;
    margin-bottom: -0.125rem
}

.y-gap-4>* {
    padding-top: .125rem;
    padding-bottom: .125rem
}

.y-gap-8 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem
}

.y-gap-8>* {
    padding-top: .25rem;
    padding-bottom: .25rem
}

.y-gap-10 {
    margin-top: -0.3125rem;
    margin-bottom: -0.3125rem
}

.y-gap-10>* {
    padding-top: .3125rem;
    padding-bottom: .3125rem
}

.y-gap-16 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem
}

.y-gap-16>* {
    padding-top: .5rem;
    padding-bottom: .5rem
}

.y-gap-20 {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem
}

.y-gap-20>* {
    padding-top: .625rem;
    padding-bottom: .625rem
}

.y-gap-32 {
    margin-top: -1rem;
    margin-bottom: -1rem
}

.y-gap-32>* {
    padding-top: 1rem;
    padding-bottom: 1rem
}

.y-gap-40 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem
}

.y-gap-40>* {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem
}

.y-gap-48 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem
}

.y-gap-48>* {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem
}

.y-gap-60 {
    margin-top: -1.875rem;
    margin-bottom: -1.875rem
}

.y-gap-60>* {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem
}

.y-gap-64 {
    margin-top: -2rem;
    margin-bottom: -2rem
}

.y-gap-64>* {
    padding-top: 2rem;
    padding-bottom: 2rem
}

.y-gap-72 {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem
}

.y-gap-72>* {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem
}

.y-gap-80 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem
}

.y-gap-80>* {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem
}

.y-gap-88 {
    margin-top: -2.75rem;
    margin-bottom: -2.75rem
}

.y-gap-88>* {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem
}

.y-gap-100 {
    margin-top: -3.125rem;
    margin-bottom: -3.125rem
}

.y-gap-100>* {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem
}

.y-gap-110 {
    margin-top: -3.4375rem;
    margin-bottom: -3.4375rem
}

.y-gap-110>* {
    padding-top: 3.4375rem;
    padding-bottom: 3.4375rem
}

.y-gap-120 {
    margin-top: -3.75rem;
    margin-bottom: -3.75rem
}

.y-gap-120>* {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem
}

@media(max-width: 767px) {
    .sm\:x-gap-4 {
        margin-left: -0.125rem;
        margin-right: -0.125rem
    }

    .sm\:x-gap-4>* {
        padding-left: .125rem;
        padding-right: .125rem
    }

    .sm\:x-gap-8 {
        margin-left: -0.25rem;
        margin-right: -0.25rem
    }

    .sm\:x-gap-8>* {
        padding-left: .25rem;
        padding-right: .25rem
    }

    .sm\:x-gap-10 {
        margin-left: -0.3125rem;
        margin-right: -0.3125rem
    }

    .sm\:x-gap-10>* {
        padding-left: .3125rem;
        padding-right: .3125rem
    }

    .sm\:x-gap-16 {
        margin-left: -0.5rem;
        margin-right: -0.5rem
    }

    .sm\:x-gap-16>* {
        padding-left: .5rem;
        padding-right: .5rem
    }

    .sm\:x-gap-20 {
        margin-left: -0.625rem;
        margin-right: -0.625rem
    }

    .sm\:x-gap-20>* {
        padding-left: .625rem;
        padding-right: .625rem
    }

    .sm\:x-gap-32 {
        margin-left: -1rem;
        margin-right: -1rem
    }

    .sm\:x-gap-32>* {
        padding-left: 1rem;
        padding-right: 1rem
    }

    .sm\:x-gap-40 {
        margin-left: -1.25rem;
        margin-right: -1.25rem
    }

    .sm\:x-gap-40>* {
        padding-left: 1.25rem;
        padding-right: 1.25rem
    }

    .sm\:x-gap-48 {
        margin-left: -1.5rem;
        margin-right: -1.5rem
    }

    .sm\:x-gap-48>* {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }

    .sm\:x-gap-60 {
        margin-left: -1.875rem;
        margin-right: -1.875rem
    }

    .sm\:x-gap-60>* {
        padding-left: 1.875rem;
        padding-right: 1.875rem
    }

    .sm\:x-gap-64 {
        margin-left: -2rem;
        margin-right: -2rem
    }

    .sm\:x-gap-64>* {
        padding-left: 2rem;
        padding-right: 2rem
    }

    .sm\:x-gap-72 {
        margin-left: -2.25rem;
        margin-right: -2.25rem
    }

    .sm\:x-gap-72>* {
        padding-left: 2.25rem;
        padding-right: 2.25rem
    }

    .sm\:x-gap-80 {
        margin-left: -2.5rem;
        margin-right: -2.5rem
    }

    .sm\:x-gap-80>* {
        padding-left: 2.5rem;
        padding-right: 2.5rem
    }

    .sm\:x-gap-88 {
        margin-left: -2.75rem;
        margin-right: -2.75rem
    }

    .sm\:x-gap-88>* {
        padding-left: 2.75rem;
        padding-right: 2.75rem
    }

    .sm\:x-gap-100 {
        margin-left: -3.125rem;
        margin-right: -3.125rem
    }

    .sm\:x-gap-100>* {
        padding-left: 3.125rem;
        padding-right: 3.125rem
    }

    .sm\:x-gap-110 {
        margin-left: -3.4375rem;
        margin-right: -3.4375rem
    }

    .sm\:x-gap-110>* {
        padding-left: 3.4375rem;
        padding-right: 3.4375rem
    }

    .sm\:x-gap-120 {
        margin-left: -3.75rem;
        margin-right: -3.75rem
    }

    .sm\:x-gap-120>* {
        padding-left: 3.75rem;
        padding-right: 3.75rem
    }

    .sm\:y-gap-4 {
        margin-top: -0.125rem;
        margin-bottom: -0.125rem
    }

    .sm\:y-gap-4>* {
        padding-top: .125rem;
        padding-bottom: .125rem
    }

    .sm\:y-gap-8 {
        margin-top: -0.25rem;
        margin-bottom: -0.25rem
    }

    .sm\:y-gap-8>* {
        padding-top: .25rem;
        padding-bottom: .25rem
    }

    .sm\:y-gap-10 {
        margin-top: -0.3125rem;
        margin-bottom: -0.3125rem
    }

    .sm\:y-gap-10>* {
        padding-top: .3125rem;
        padding-bottom: .3125rem
    }

    .sm\:y-gap-16 {
        margin-top: -0.5rem;
        margin-bottom: -0.5rem
    }

    .sm\:y-gap-16>* {
        padding-top: .5rem;
        padding-bottom: .5rem
    }

    .sm\:y-gap-20 {
        margin-top: -0.625rem;
        margin-bottom: -0.625rem
    }

    .sm\:y-gap-20>* {
        padding-top: .625rem;
        padding-bottom: .625rem
    }

    .sm\:y-gap-32 {
        margin-top: -1rem;
        margin-bottom: -1rem
    }

    .sm\:y-gap-32>* {
        padding-top: 1rem;
        padding-bottom: 1rem
    }

    .sm\:y-gap-40 {
        margin-top: -1.25rem;
        margin-bottom: -1.25rem
    }

    .sm\:y-gap-40>* {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem
    }

    .sm\:y-gap-48 {
        margin-top: -1.5rem;
        margin-bottom: -1.5rem
    }

    .sm\:y-gap-48>* {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem
    }

    .sm\:y-gap-60 {
        margin-top: -1.875rem;
        margin-bottom: -1.875rem
    }

    .sm\:y-gap-60>* {
        padding-top: 1.875rem;
        padding-bottom: 1.875rem
    }

    .sm\:y-gap-64 {
        margin-top: -2rem;
        margin-bottom: -2rem
    }

    .sm\:y-gap-64>* {
        padding-top: 2rem;
        padding-bottom: 2rem
    }

    .sm\:y-gap-72 {
        margin-top: -2.25rem;
        margin-bottom: -2.25rem
    }

    .sm\:y-gap-72>* {
        padding-top: 2.25rem;
        padding-bottom: 2.25rem
    }

    .sm\:y-gap-80 {
        margin-top: -2.5rem;
        margin-bottom: -2.5rem
    }

    .sm\:y-gap-80>* {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem
    }

    .sm\:y-gap-88 {
        margin-top: -2.75rem;
        margin-bottom: -2.75rem
    }

    .sm\:y-gap-88>* {
        padding-top: 2.75rem;
        padding-bottom: 2.75rem
    }

    .sm\:y-gap-100 {
        margin-top: -3.125rem;
        margin-bottom: -3.125rem
    }

    .sm\:y-gap-100>* {
        padding-top: 3.125rem;
        padding-bottom: 3.125rem
    }

    .sm\:y-gap-110 {
        margin-top: -3.4375rem;
        margin-bottom: -3.4375rem
    }

    .sm\:y-gap-110>* {
        padding-top: 3.4375rem;
        padding-bottom: 3.4375rem
    }

    .sm\:y-gap-120 {
        margin-top: -3.75rem;
        margin-bottom: -3.75rem
    }

    .sm\:y-gap-120>* {
        padding-top: 3.75rem;
        padding-bottom: 3.75rem
    }
}

.h-sm {
    height: 32.5rem
}

.h-md {
    height: 36.25rem
}

.h-lg {
    height: 42.5rem
}

.h-70vh {
    height: 70vh
}

.h-80vh {
    height: 80vh
}

.h-90vh {
    height: 90vh
}

.h-100vh {
    height: 100vh
}

.h-unset {
    height: unset
}

.h-full {
    height: 100%
}

@media(max-width: 991px) {
    .md\:h-unset {
        height: unset
    }

    .md\:h-70vh {
        height: 70vh
    }

    .md\:h-80vh {
        height: 80vh
    }

    .md\:h-90vh {
        height: 90vh
    }

    .md\:h-100vh {
        height: 100vh
    }
}

@media(max-width: 991px) {
    .x-gap-100 {
        margin-left: -1.5rem;
        margin-right: -1.5rem
    }

    .x-gap-100>* {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
}

@media(max-width: 767px) {

    .x-gap-100,
    .x-gap-72,
    .x-gap-60,
    .x-gap-40,
    .x-gap-48 {
        margin-left: -1rem;
        margin-right: -1rem
    }

    .x-gap-100>*,
    .x-gap-72>*,
    .x-gap-60>*,
    .x-gap-40>*,
    .x-gap-48>* {
        padding-left: 1rem;
        padding-right: 1rem
    }
}

@media(max-width: 767px) {

    .y-gap-72,
    .y-gap-60,
    .y-gap-40,
    .y-gap-48 {
        margin-top: -1.25rem;
        margin-bottom: -1.25rem
    }

    .y-gap-72>*,
    .y-gap-60>*,
    .y-gap-40>*,
    .y-gap-48>* {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem
    }
}

.fancy-grid {
    position: relative
}

.fancy-grid__button {
    position: absolute;
    bottom: 0;
    left: 1rem
}

@media(max-width: 991px) {
    .fancy-grid__button {
        position: unset;
        bottom: unset;
        left: unset;
        text-align: center;
        margin-top: 6.25rem
    }
}

@media(max-width: 767px) {
    .fancy-grid__button {
        margin-top: 4.5rem
    }
}

.fancy-grid {
    display: flex;
    flex-wrap: wrap
}

@media(max-width: 991px) {
    .fancy-grid {
        justify-content: space-between
    }
}

.fancy-grid .grid__wrap {
    position: relative
}

@media(max-width: 1199px) {
    .fancy-grid .grid__wrap {
        max-width: 72%
    }
}

@media(max-width: 991px) {
    .fancy-grid .grid__wrap {
        max-width: 100%
    }
}

.fancy-grid .grid__item:nth-child(1) {
    margin-top: 0 !important
}

.fancy-grid .grid__item:nth-child(odd) {
    margin-top: 6.25rem
}

.fancy-grid .grid__item:nth-child(odd) .grid__category {
    left: calc(100% + 14px)
}

.fancy-grid .grid__item:nth-child(odd) .grid__content {
    min-width: 32%
}

.fancy-grid .grid__item:nth-child(even) {
    margin-top: -6.25rem;
    justify-content: flex-end
}

@media(max-width: 991px) {
    .fancy-grid .grid__item:nth-child(even) {
        margin-top: 0
    }
}

.fancy-grid .grid__item:nth-child(even) .grid__category {
    top: unset;
    bottom: 0;
    right: calc(100% + 14px)
}

.fancy-grid .grid__item:nth-child(even) .grid__content {
    justify-content: flex-end;
    top: unset;
    bottom: 0;
    left: unset;
    right: calc(100% + 56px);
    display: flex;
    flex-wrap: wrap;
    text-align: right
}

.fancy-grid .grid__item {
    width: 100%;
    padding: 0 1rem
}

@media(max-width: 1349px) {
    .fancy-grid .grid__item {
        margin-top: 7.5rem !important
    }
}

@media(max-width: 991px) {
    .fancy-grid .grid__item {
        display: block !important;
        margin-top: 0 !important;
        width: 46%
    }

    .fancy-grid .grid__item:nth-child(1n+3) {
        margin-top: 6.25rem !important
    }

    .fancy-grid .grid__item .grid__content {
        position: relative !important;
        justify-content: flex-start !important;
        top: unset !important;
        bottom: unset !important;
        left: unset !important;
        right: unset !important;
        display: flex;
        flex-direction: column;
        text-align: left !important;
        min-width: unset !important
    }

    .fancy-grid .grid__item .grid__category {
        top: 0 !important;
        bottom: unset !important;
        right: unset !important;
        left: calc(100% + 14px) !important
    }

    .fancy-grid .grid__item .grid__image img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }

    .fancy-grid .grid__item .grid__image::before {
        display: block;
        width: 100%;
        content: "";
        padding-bottom: 120%
    }
}

@media(max-width: 767px) {
    .fancy-grid .grid__item {
        width: 100%;
        padding-right: 2rem
    }

    .fancy-grid .grid__item:nth-child(1n+2) {
        margin-top: 5rem !important
    }

    .fancy-grid .grid__item .grid__category {
        left: calc(100% + 8px) !important
    }
}

.fancy-grid .grid__item {
    display: flex
}

.fancy-grid .grid__category {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    color: #b88768;
    writing-mode: vertical-rl;
    transform: rotate(180deg)
}

.fancy-grid .grid__content {
    position: absolute;
    top: 0;
    left: calc(100% + 20px)
}

@media(max-width: 991px) {
    .fancy-grid .grid__content {
        position: relative;
        top: unset;
        bottom: unset;
        left: unset;
        right: unset
    }
}

.fancy-grid .grid__title {
    font-weight: 400;
    font-size: 2.5rem;
    line-height: 1.6
}

@media(max-width: 991px) {
    .fancy-grid .grid__title {
        font-size: 1.5rem;
        line-height: 1.4
    }
}

.layout-pt-headerBar {
    padding-top: 6rem
}

.layout-pr-headerBar {
    padding-right: 9.25rem
}

.layout-pl-headerBar {
    margin-left: 9.25rem
}

@media(max-width: 767px) {
    .layout-pt-headerBar {
        padding-top: 3.75rem
    }

    .layout-pr-headerBar {
        padding-right: 7rem
    }

    .layout-pl-headerBar {
        padding-left: 7rem
    }
}

@media(max-width: 767px) {
    .sm\:layout-pt-headerBar {
        padding-top: 3.75rem
    }

    .sm\:layout-pr-headerBar {
        padding-right: 7rem
    }

    .sm\:layout-pl-headerBar {
        padding-left: 7rem
    }
}

.layout-mt-headerBar {
    margin-top: 6rem
}

.layout-mr-headerBar {
    margin-right: 9.25rem
}

.layout-ml-headerBar {
    margin-left: 9.25rem
}

@media(max-width: 767px) {
    .layout-mt-headerBar {
        margin-top: 3.75rem
    }

    .layout-mr-headerBar {
        margin-right: 7rem
    }

    .layout-ml-headerBar {
        margin-left: 7rem
    }
}

@media(max-width: 767px) {
    .sm\:layout-mt-headerBar {
        margin-top: 3.75rem
    }

    .sm\:layout-mr-headerBar {
        margin-right: 7rem
    }

    .sm\:layout-ml-headerBar {
        margin-left: 7rem
    }
}

.bg-pattern-new {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("assets/img/patterns/pattern_bg.png")
}

.select-hidden {
    display: none;
    visibility: hidden;
    padding-right: .625rem
}

.select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 1rem;
    color: #fff;
    width: 13.75rem;
    height: 2.5rem
}

.select-styled {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #c0392b;
    padding: 8px .9375rem;
    transition: all .2s ease-in
}

.select-styled:after {
    content: "";
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    top: 1rem;
    right: .625rem
}

.select-styled:hover {
    background-color: #c0392b
}

.select-styled:active,
.select-styled.active {
    background-color: #c0392b
}

.select-styled:active:after,
.select-styled.active:after {
    top: .5625rem;
    border-color: transparent transparent #fff transparent
}

.select-options {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #c0392b
}

.select-options li {
    margin: 0;
    padding: 12px 0;
    text-indent: .9375rem;
    border-top: 1px solid #c0392b;
    transition: all .15s ease-in
}

.select-options li:hover {
    color: #c0392b;
    background: #fff
}

.select-options li[rel=hide] {
    display: none
}

.shopSidebar__item [slider] {
    margin-top: .75rem
}

.shopSidebar__item [slider]>div>[sign] {
    background-color: unset;
    width: unset;
    height: unset;
    border-radius: unset;
    display: inline-block;
    text-align: unset;
    margin-top: 1.375rem;
    color: black
}

.shopSidebar__item [slider]>div>[sign]:last-child {
    float: right
}

.shopSidebar__item [slider]>div>[sign] span::before {
    content: "Min Price: $";
    display: inline-block;
    color: #615e5e
}

.shopSidebar__item [slider]>div>[sign]:last-child span::before {
    content: "Max Price: $";
    display: inline-block;
    color: #615e5e
}

.shopSidebar__item [slider]>div>[sign]>span {
    font-size: .875rem;
    line-height: 1rem;
    color: black
}

[slider] {
    position: relative;
    height: .3125rem;
    border-radius: .625rem;
    text-align: left;
    margin: 45px 0 10px 0
}

[slider]>div {
    width: 100%
}

[slider]>div>[inverse-left] {
    position: absolute;
    left: 0;
    height: .3125rem;
    border-radius: .625rem;
    background-color: #ccc
}

[slider]>div>[inverse-right] {
    position: absolute;
    right: 0;
    height: .3125rem;
    border-radius: .625rem;
    background-color: #ccc
}

[slider]>div>[range] {
    position: absolute;
    left: 0;
    height: .3125rem;
    border-radius: .875rem;
    background-color: #000
}

[slider]>div>[thumb] {
    position: absolute;
    top: -0.4375rem;
    z-index: 2;
    height: 1.0625rem;
    width: 1.0625rem;
    text-align: left;
    margin-left: -0.6875rem;
    cursor: pointer;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
    background-color: #fff;
    border-radius: 50%;
    outline: none;
    border: 2px solid black
}

div[slider]>input[type=range]::-ms-thumb {
    pointer-events: all;
    width: 1.0625rem;
    height: 1.0625rem;
    border-radius: 0rem;
    border: 0 none;
    background: red
}

div[slider]>input[type=range]::-moz-range-thumb {
    pointer-events: all;
    width: 1.0625rem;
    height: 1.0625rem;
    border-radius: 0rem;
    border: 0 none;
    background: red
}

div[slider]>input[type=range]::-webkit-slider-thumb {
    pointer-events: all;
    width: 1.0625rem;
    height: 1.0625rem;
    border-radius: 0rem;
    border: 0 none;
    background: red;
    -webkit-appearance: none
}

div[slider]>input[type=range]::-ms-fill-lower {
    background: transparent;
    border: 0 none
}

div[slider]>input[type=range]::-ms-fill-upper {
    background: transparent;
    border: 0 none
}

[slider]>input[type=range] {
    position: absolute;
    pointer-events: none;
    -webkit-appearance: none;
    z-index: 3;
    height: .3125rem;
    top: -0.125rem;
    width: 100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0
}

div[slider]>input[type=range]::-ms-track {
    -webkit-appearance: none;
    background: transparent;
    color: transparent
}

div[slider]>input[type=range]::-moz-range-track {
    -moz-appearance: none;
    background: transparent;
    color: transparent
}

div[slider]>input[type=range]:focus::-webkit-slider-runnable-track {
    background: transparent;
    border: transparent
}

div[slider]>input[type=range]:focus {
    outline: none
}

div[slider]>input[type=range]::-ms-tooltip {
    display: none
}

[slider]>div>[sign] {
    background-color: #f9f6f6;
    color: black;
    width: 8.125rem;
    height: 1.875rem;
    border-radius: .1875rem;
    display: inline-block;
    text-align: center;
    margin-top: 1.375rem
}

[slider]>div>[sign]:last-child {
    float: right
}

[slider]>div>[sign]>span {
    font-size: .75rem;
    line-height: 1.75rem
}

[slider]:hover>div>[sign] {
    opacity: 1
}

.icon-circle {
    width: 1.125rem;
    height: 1.125rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: dimgray;
    border-radius: 100%
}

.icon-circle__icon {
    stroke-width: 3;
    width: .625rem;
    height: .625rem
}

.tooltip {
    position: relative;
    width: 6.25rem;
    height: 3.125rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #615e5e
}

.tooltip__content {
    position: absolute;
    padding: 7px .6875rem;
    font-size: .875rem;
    line-height: 1rem;
    background-color: black;
    color: white;
    border-radius: .375rem;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
    opacity: 0
}

.tooltip__content::after {
    content: "";
    position: absolute;
    width: .5rem;
    height: .5rem;
    background-color: black;
    transform: rotate(45deg)
}

.tooltip.-top .tooltip__content {
    bottom: calc(100% + 6px);
    transform: translateY(8px)
}

.tooltip.-top .tooltip__content::after {
    bottom: -0.25rem
}

.tooltip.-bottom .tooltip__content {
    top: calc(100% + 6px);
    transform: translateY(-8px)
}

.tooltip.-bottom .tooltip__content::after {
    top: -0.25rem
}

.tooltip.-left .tooltip__content {
    right: calc(100% + 6px);
    transform: translateX(8px)
}

.tooltip.-left .tooltip__content::after {
    right: -0.25rem
}

.tooltip.-right .tooltip__content {
    left: calc(100% + 6px);
    transform: translateX(-8px)
}

.tooltip.-right .tooltip__content::after {
    left: -0.25rem
}

.tooltip:hover .tooltip__content {
    transform: none;
    opacity: 1
}

.quote {
    position: relative;
    font-size: 1.125rem;
    line-height: 1.875rem;
    padding: .3125rem 0;
    padding-left: 1.5625rem;
    margin-left: .625rem
}

.quote::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: .1875rem;
    background-color: black
}

.quote.-light::before {
    background-color: white
}

ul.list {
    padding-left: 1rem
}

ul.list li {
    list-style: disc
}

.bg-quote-2 {
    position: absolute;
    top: -0.25rem;
    left: -2.125rem
}

@media(max-width: 575px) {
    .bg-quote-2 {
        opacity: .8
    }
}

.backButton {
    z-index: 200;
    position: absolute;
    bottom: 6.5625rem;
    right: 3rem;
    transition: all .2s cubic-bezier(0.77, 0, 0.175, 1)
}

.backButton .nav__item {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2rem;
    height: 2rem;
    border-radius: 100%;
    border: 1px solid var(--accent-color);
    transition: all .1s ease-out
}

.backButton .nav__item .icon {
    position: relative;
    color: var(--accent-color);
    font-size: 1.875rem;
    transition: all .1s ease-out
}

.backButton .nav__item.-left {
    transform: rotate(90deg)
}

.backButton .nav__item.-left .icon {
    left: .9375rem;
    transform: rotate(180deg)
}

.backButton .nav__item:hover {
    transform: scale(1.05) rotate(90deg)
}

.mb-minus-lg {
    margin-bottom: -3.75rem
}

.mt-minus-xl {
    margin-top: -15rem
}

.gallery__item {
    position: relative;
    display: block
}

.gallery__item:hover .gallery__button {
    opacity: 1
}

.gallery__button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    background-color: black;
    border-radius: 100%;
    width: 3.25rem;
    height: 3.25rem;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
    opacity: 0
}

.gallery__button .icon {
    color: white;
    stroke-width: 1;
    width: 1.75rem;
    height: 1.75rem
}

.gallery__button.-bottom-right {
    top: unset;
    left: unset;
    transform: unset;
    bottom: 1.875rem;
    right: 1.875rem
}

.input-counter {
    margin-bottom: 1.25rem;
    display: flex;
    position: relative;
    width: 6.25rem;
    height: 3.4375rem
}

.input-counter input::-webkit-outer-spin-button,
.input-counter input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.input-counter input[type=number] {
    -moz-appearance: textfield
}

.input-counter__counter {
    z-index: 5;
    position: relative;
    width: 100%;
    font-size: .875rem;
    line-height: 1.5rem;
    padding-left: 1.5rem;
    border: 1px solid #e4e4e4;
    border-radius: 0 !important
}

.input-counter__controls {
    z-index: 10;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    display: flex;
    flex-direction: column
}

.input-counter__up {
    width: 2rem;
    height: 50%;
    display: flex;
    justify-content: center;
    align-items: flex-end
}

.input-counter__up .icon {
    stroke-width: 1;
    width: 1.25rem;
    height: 1.25rem
}

.input-counter__down {
    width: 2rem;
    height: 50%;
    display: flex;
    justify-content: center;
    align-items: flex-start
}

.input-counter__down .icon {
    stroke-width: 1;
    width: 1.25rem;
    height: 1.25rem
}

.site-branding-text {
    font-size: 30px;
    letter-spacing: 0;
    font-weight: 400;
    text-transform: uppercase
}

body.admin-bar .topbar.topbar-sticky,
body.admin-bar .header.is-sticky {
    top: 44px
}

@media(min-width: 1024px) {

    body.admin-bar .topbar.topbar-sticky,
    body.admin-bar .header.is-sticky {
        top: 32px
    }
}

@media(min-width: 1024px) {
    body.admin-bar .topbar.topbar-sticky+.header.is-sticky {
        top: calc(2.5rem + 32px)
    }
}

@media(max-width: 991px) {
    body.admin-bar .has-topbar .header.is-sticky {
        top: 44px
    }

    body.admin-bar .has-topbar .header.is-sticky .header__bar {
        padding: 0 1.875rem
    }
}

.topbar {
    position: relative
}

.topbar.topbar-sticky {
    position: fixed
}

@media(max-width: 991px) {
    .menu .-has-mega-menu>.nav__submenu>li:not(.mobile) {
        display: none
    }

    .menu .mega__list a {
        padding: 0
    }
}

@media(min-width: 991px) {
    .mega__column {
        flex-direction: column !important
    }

    .mega__item {
        width: auto !important
    }
}

.header-v10.header.is-sticky,
.header-v10 .header.is-sticky {
    top: 0
}

.header__bar {
    transform: translate(0px, 0%)
}

.menu .menu-item.-has-mega-menu .nav__submenu {
    width: 100%;
    padding: 0
}

.menu .menu-item.-has-mega-menu .nav__submenu::before,
.menu .menu-item.-has-mega-menu .nav__submenu::after {
    display: none
}

.mega__list a:hover::after,
.mega__list li:hover>a::after {
    display: none
}

.mega__list .nav li {
    display: block
}

.mega__list .nav li+li {
    margin-left: 0
}

.menu .mega .nav {
    display: block;
    position: relative
}

@media(min-width: 992px) {
    .menu .nav__submenu {
        padding: 1.25rem 0
    }

    .menu .nav__submenu>.menu-item {
        padding: 0 2rem
    }

    .menu .nav__submenu .nav__submenu {
        left: 100%;
        top: 0
    }

    .menu .nav__submenu .nav__submenu::after {
        opacity: 0
    }
}

.header__icons>div {
    height: auto
}

.header__icons>div>a,
.header__icons>div>button {
    display: block
}

.header.-home-3 .header__cart>a {
    display: flex
}

.header__cart>a {
    padding: 42px 0
}

.is-sticky li.text-black,
.is-sticky .header__logo.text-black {
    color: #fff
}

.-home-3 .menu {
    height: 100%
}

@media(min-width: 992px)and (max-width: 1199px) {
    .header.-home-2 .header__item.-margin-lg .header__logo {
        margin-right: 6vw
    }
}

.menu .mobile__copyright {
    color: #a8a7a5
}

.blogSidebar .category a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -0.375rem;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
    transform-origin: left;
    transform: scaleX(0)
}

.blogSidebar__title {
    margin-bottom: 1.25rem
}

.comments__img {
    border-radius: 50%
}

.block-editor-block-list__block .wp-block-categories__dropdown {
    border: 0;
    font-size: .875rem;
    line-height: 1.3;
    font-weight: 400;
    width: 100%;
    padding: .875rem 0;
    background-color: transparent;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    transition: border .15s cubic-bezier(0.165, 0.84, 0.44, 1);
    border-radius: 0;
    border-top-width: 0;
    border-right-width: 0;
    border-left-width: 0;
    margin-bottom: 1.375rem
}

.block-editor-block-list__block .wp-block-categories__dropdown:focus {
    outline: none;
    border-bottom: 1px solid #000;
    border-top-width: 0;
    border-right-width: 0;
    border-left-width: 0
}

.wp-block-heading {
    font-size: 1.125rem !important;
    font-weight: 600;
    line-height: 1.3125rem !important;
    text-transform: uppercase;
    margin-bottom: 1.25rem
}

.wp-block-heading+div:not([class])::after {
    content: "";
    display: table;
    clear: both
}

h2.widgettitle {
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.3125rem;
    text-transform: uppercase;
    margin-bottom: 1.25rem
}

h2.widgettitle .rss-widget-feed {
    display: none
}

h2.widgettitle+div .menu {
    position: relative;
    display: block;
    width: auto;
    height: 100% !important;
    padding: 0px;
    overflow: visible
}

h2.widgettitle+form {
    position: relative
}

h2.widgettitle+form .headerSearch__icon {
    right: 0;
    bottom: 14px;
    color: #000
}

h2.widgettitle+form select {
    border-radius: 0
}

h2.widgettitle+form,
h2.widgettitle+.calendar_wrap {
    margin-bottom: 1.375rem
}

h2.widgettitle+.textwidget img {
    max-width: 100%;
    height: auto
}

h2.widgettitle+.calendar_wrap .wp-calendar-table {
    width: 100%;
    text-align: center
}

h2.widgettitle+.calendar_wrap .wp-calendar-table caption {
    text-align: center
}

h2.widgettitle+.calendar_wrap .wp-calendar-table th {
    font-weight: 400;
    background: #ddd
}

h2.widgettitle+.calendar_wrap .wp-calendar-table tbody td,
h2.widgettitle+.calendar_wrap .wp-calendar-table th {
    padding: .25em;
    border: 1px solid #ddd
}

h2.widgettitle+.tagcloud {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
    gap: 11px;
    margin-bottom: 1.375rem
}

h2.widgettitle+.tagcloud a {
    display: inline-block;
    padding: .5rem 1rem;
    text-transform: uppercase;
    font-size: .75rem !important;
    line-height: .875rem;
    font-weight: 600;
    color: #615e5e;
    background-color: #f9f6f6;
    transition: all .2s ease-out;
    margin: 0
}

h2.widgettitle+.tagcloud a:hover {
    color: #fff;
    background-color: #000
}

h2.widgettitle~select {
    border: 0;
    font-size: .875rem;
    line-height: 1.3;
    font-weight: 400;
    width: 100%;
    padding: .875rem 0;
    background-color: transparent;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    transition: border .15s cubic-bezier(0.165, 0.84, 0.44, 1);
    border-radius: 0;
    border-top-width: 0;
    border-right-width: 0;
    border-left-width: 0;
    margin-bottom: 1.375rem
}

h2.widgettitle~select:focus {
    outline: none;
    border-bottom: 1px solid #000;
    border-top-width: 0;
    border-right-width: 0;
    border-left-width: 0
}

h2.widgettitle+ul .rsswidget {
    color: var(--accent-color);
    display: block;
    font-weight: 500;
    width: 100%;
    margin-bottom: 8px
}

h2.widgettitle+ul .rssSummary {
    margin: 15px 0;
    width: 100%;
    line-height: 1.6
}

h2.widgettitle+ul,
h2.widgettitle+div ul.menu {
    margin-bottom: 1.375rem
}

h2.widgettitle+ul li,
h2.widgettitle+div ul.menu li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1;
    flex-wrap: wrap
}

h2.widgettitle+ul li ul,
h2.widgettitle+div ul.menu li ul {
    padding-left: 20px;
    margin-top: 1.375rem;
    width: 100%
}

h2.widgettitle+ul li:not(:first-child),
h2.widgettitle+div ul.menu li:not(:first-child) {
    margin-top: 1.375rem
}

h2.widgettitle+ul li a,
h2.widgettitle+div ul.menu li a {
    position: relative
}

h2.widgettitle+ul li a:hover,
h2.widgettitle+div ul.menu li a:hover {
    color: #000
}

h2.widgettitle+ul li a::after,
h2.widgettitle+div ul.menu li a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -0.375rem;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
    transform-origin: left;
    transform: scaleX(0)
}

h2.widgettitle+ul li a:hover::after,
h2.widgettitle+div ul.menu li a:hover::after {
    transform: scaleX(1)
}

h2.widgettitle+ul.product_list_widget li {
    display: block;
    line-height: 1.8
}

h2.widgettitle+ul.product_list_widget li:not(:first-child) {
    margin-top: 8px
}

h2.widgettitle+ul.product_list_widget li>a {
    display: block
}

h2.widgettitle+ul.product_list_widget li>a img {
    float: left;
    width: 70px;
    height: 70px;
    object-fit: cover;
    margin-right: 20px;
    margin-bottom: 20px
}

h2.widgettitle+ul.product_list_widget li::after {
    content: " ";
    display: table;
    clear: both
}

h2.widgettitle+ul li.recentcomments {
    display: block
}

h2.widgettitle+ul li.recentcomments .comment-author-link {
    color: var(--accent-color);
    font-weight: 500
}

@media(min-width: 1024px) {
    .sidebar {
        text-align: left;
        overflow-y: auto
    }

    .sidebar h2.widgettitle+form .headerSearch__icon {
        color: #fff
    }

    .sidebar input[type=search] {
        border-bottom-color: #555;
        color: #fff
    }

    .sidebar input[type=search]:focus {
        border-bottom-color: #fff
    }

    .sidebar .rsswidget::after {
        display: none
    }

    .sidebar li.recentcomments {
        line-height: 1.5
    }

    .sidebar li.recentcomments a::after {
        display: none
    }

    .sidebar::-webkit-scrollbar {
        width: 1px
    }

    .sidebar::-webkit-scrollbar-track {
        background: #f1f1f1
    }

    .sidebar::-webkit-scrollbar-thumb {
        background: #888
    }

    .sidebar .wp-block-group__inner-container>h2 {
        font-size: 1.125rem;
        font-weight: 600;
        line-height: 1.3125rem;
        text-transform: uppercase;
        margin-bottom: 1.25rem;
        color: #fff
    }

    .sidebar h2.widgettitle,
    .sidebar .wp-block-group__inner-container>h2 {
        color: #fff
    }

    .sidebar h2.widgettitle+.calendar_wrap .wp-calendar-table tbody td,
    .sidebar h2.widgettitle+.calendar_wrap .wp-calendar-table th {
        border-color: #343434
    }

    .sidebar h2.widgettitle+.calendar_wrap .wp-calendar-table th {
        background-color: #343434;
        color: #fff
    }

    .sidebar__header,
    .sidebar__instagram,
    .sidebar__info,
    .sidebar__socials {
        text-align: center
    }

    .sidebar select {
        border-bottom-color: #555 !important;
        color: #fff
    }

    .sidebar select:focus {
        border-bottom-color: #fff !important
    }

    .sidebar h2.widgettitle+ul li a:hover,
    .sidebar h2.widgettitle+div ul.menu li a:hover {
        color: #fff
    }
}

.blogSidebar .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image),
.shopSidebar .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image),
.block-editor-block-list__layout .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image) {
    width: 100%
}

.blogSidebar select,
.shopSidebar select,
.block-editor-block-list__layout select,
.sidebar.js-sidebar select {
    border: 0;
    font-size: .875rem;
    line-height: 1.3;
    font-weight: 400;
    width: 100%;
    padding: .875rem 0;
    background-color: transparent;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    transition: border .15s cubic-bezier(0.165, 0.84, 0.44, 1);
    border-radius: 0;
    border-top-width: 0;
    border-right-width: 0;
    border-left-width: 0
}

.blogSidebar select:focus,
.shopSidebar select:focus,
.block-editor-block-list__layout select:focus,
.sidebar.js-sidebar select:focus {
    outline: none;
    border-bottom: 1px solid #000;
    border-top-width: 0;
    border-right-width: 0;
    border-left-width: 0
}

.blogSidebar .widget_search form,
.shopSidebar .widget_search form,
.block-editor-block-list__layout .widget_search form,
.sidebar.js-sidebar .widget_search form {
    position: relative
}

.blogSidebar .widget_search .headerSearch__icon,
.shopSidebar .widget_search .headerSearch__icon,
.block-editor-block-list__layout .widget_search .headerSearch__icon,
.sidebar.js-sidebar .widget_search .headerSearch__icon {
    right: 0;
    bottom: 16px;
    color: var(--tw-prose-body)
}

@media(max-width: 991px) {

    .blogSidebar .menu,
    .shopSidebar .menu,
    .block-editor-block-list__layout .menu,
    .sidebar.js-sidebar .menu {
        position: relative;
        height: auto !important;
        width: auto;
        top: 0;
        padding: 0;
        display: block;
        overflow: visible
    }
}

.blogSidebar .wp-calendar-table,
.shopSidebar .wp-calendar-table,
.block-editor-block-list__layout .wp-calendar-table,
.sidebar.js-sidebar .wp-calendar-table {
    width: 100%
}

.blogSidebar .wp-calendar-table caption,
.shopSidebar .wp-calendar-table caption,
.block-editor-block-list__layout .wp-calendar-table caption,
.sidebar.js-sidebar .wp-calendar-table caption {
    text-align: center
}

.blogSidebar .wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image),
.blogSidebar .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image),
.shopSidebar .wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image),
.shopSidebar .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image),
.block-editor-block-list__layout .wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image),
.block-editor-block-list__layout .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image),
.sidebar.js-sidebar .wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image),
.sidebar.js-sidebar .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image) {
    margin: 0
}

.blogSidebar .widget_media_gallery .gallery,
.blogSidebar .widget_media_gallery .wp-block-gallery,
.shopSidebar .widget_media_gallery .gallery,
.shopSidebar .widget_media_gallery .wp-block-gallery,
.block-editor-block-list__layout .widget_media_gallery .gallery,
.block-editor-block-list__layout .widget_media_gallery .wp-block-gallery,
.sidebar.js-sidebar .widget_media_gallery .gallery,
.sidebar.js-sidebar .widget_media_gallery .wp-block-gallery {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr))
}

.blogSidebar .widget_media_gallery .gallery-item a,
.blogSidebar .widget_media_gallery .wp-block-image,
.shopSidebar .widget_media_gallery .gallery-item a,
.shopSidebar .widget_media_gallery .wp-block-image,
.block-editor-block-list__layout .widget_media_gallery .gallery-item a,
.block-editor-block-list__layout .widget_media_gallery .wp-block-image,
.sidebar.js-sidebar .widget_media_gallery .gallery-item a,
.sidebar.js-sidebar .widget_media_gallery .wp-block-image {
    position: relative;
    overflow: hidden
}

.blogSidebar .widget_media_gallery .gallery-item a::before,
.blogSidebar .widget_media_gallery .wp-block-image::before,
.shopSidebar .widget_media_gallery .gallery-item a::before,
.shopSidebar .widget_media_gallery .wp-block-image::before,
.block-editor-block-list__layout .widget_media_gallery .gallery-item a::before,
.block-editor-block-list__layout .widget_media_gallery .wp-block-image::before,
.sidebar.js-sidebar .widget_media_gallery .gallery-item a::before,
.sidebar.js-sidebar .widget_media_gallery .wp-block-image::before {
    display: block;
    width: 100%;
    content: "";
    padding-bottom: 100%
}

.blogSidebar .widget_media_gallery .gallery-item a img,
.blogSidebar .widget_media_gallery .wp-block-image img,
.shopSidebar .widget_media_gallery .gallery-item a img,
.shopSidebar .widget_media_gallery .wp-block-image img,
.block-editor-block-list__layout .widget_media_gallery .gallery-item a img,
.block-editor-block-list__layout .widget_media_gallery .wp-block-image img,
.sidebar.js-sidebar .widget_media_gallery .gallery-item a img,
.sidebar.js-sidebar .widget_media_gallery .wp-block-image img {
    width: 100% !important;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0
}

.blogSidebar .wp-block-latest-posts__featured-image img,
.shopSidebar .wp-block-latest-posts__featured-image img,
.block-editor-block-list__layout .wp-block-latest-posts__featured-image img,
.sidebar.js-sidebar .wp-block-latest-posts__featured-image img {
    max-height: 80px;
    max-width: 80px
}

@media(min-width: 1500px) {

    .blogSidebar .wp-block-latest-posts__featured-image img,
    .shopSidebar .wp-block-latest-posts__featured-image img,
    .block-editor-block-list__layout .wp-block-latest-posts__featured-image img,
    .sidebar.js-sidebar .wp-block-latest-posts__featured-image img {
        max-height: 88px;
        max-width: 88px
    }
}

.blogSidebar .widget_rss .rss-widget-feed,
.shopSidebar .widget_rss .rss-widget-feed,
.block-editor-block-list__layout .widget_rss .rss-widget-feed,
.sidebar.js-sidebar .widget_rss .rss-widget-feed {
    display: none
}

.blogSidebar .widget_rss li+li,
.shopSidebar .widget_rss li+li,
.block-editor-block-list__layout .widget_rss li+li,
.sidebar.js-sidebar .widget_rss li+li {
    margin-top: 20px
}

.blogSidebar .widget_rss li a,
.shopSidebar .widget_rss li a,
.block-editor-block-list__layout .widget_rss li a,
.sidebar.js-sidebar .widget_rss li a {
    color: var(--accent-color);
    display: block;
    font-weight: 500
}

.blogSidebar .widget_rss li .rssSummary,
.shopSidebar .widget_rss li .rssSummary,
.block-editor-block-list__layout .widget_rss li .rssSummary,
.sidebar.js-sidebar .widget_rss li .rssSummary {
    padding: 12px 0
}

.blogSidebar .widget_recent_comments .wp-block-latest-comments__comment,
.blogSidebar .wp-block-latest-comments .wp-block-latest-comments__comment,
.shopSidebar .widget_recent_comments .wp-block-latest-comments__comment,
.shopSidebar .wp-block-latest-comments .wp-block-latest-comments__comment,
.block-editor-block-list__layout .widget_recent_comments .wp-block-latest-comments__comment,
.block-editor-block-list__layout .wp-block-latest-comments .wp-block-latest-comments__comment,
.sidebar.js-sidebar .widget_recent_comments .wp-block-latest-comments__comment,
.sidebar.js-sidebar .wp-block-latest-comments .wp-block-latest-comments__comment {
    margin-bottom: 0
}

.blogSidebar .widget_recent_comments li,
.blogSidebar .wp-block-latest-comments li,
.shopSidebar .widget_recent_comments li,
.shopSidebar .wp-block-latest-comments li,
.block-editor-block-list__layout .widget_recent_comments li,
.block-editor-block-list__layout .wp-block-latest-comments li,
.sidebar.js-sidebar .widget_recent_comments li,
.sidebar.js-sidebar .wp-block-latest-comments li {
    line-height: 1.6
}

.blogSidebar .widget_recent_comments li .comment-author-link,
.blogSidebar .widget_recent_comments li .wp-block-latest-comments__comment-author,
.blogSidebar .wp-block-latest-comments li .comment-author-link,
.blogSidebar .wp-block-latest-comments li .wp-block-latest-comments__comment-author,
.shopSidebar .widget_recent_comments li .comment-author-link,
.shopSidebar .widget_recent_comments li .wp-block-latest-comments__comment-author,
.shopSidebar .wp-block-latest-comments li .comment-author-link,
.shopSidebar .wp-block-latest-comments li .wp-block-latest-comments__comment-author,
.block-editor-block-list__layout .widget_recent_comments li .comment-author-link,
.block-editor-block-list__layout .widget_recent_comments li .wp-block-latest-comments__comment-author,
.block-editor-block-list__layout .wp-block-latest-comments li .comment-author-link,
.block-editor-block-list__layout .wp-block-latest-comments li .wp-block-latest-comments__comment-author,
.sidebar.js-sidebar .widget_recent_comments li .comment-author-link,
.sidebar.js-sidebar .widget_recent_comments li .wp-block-latest-comments__comment-author,
.sidebar.js-sidebar .wp-block-latest-comments li .comment-author-link,
.sidebar.js-sidebar .wp-block-latest-comments li .wp-block-latest-comments__comment-author {
    color: var(--accent-color);
    font-weight: 500
}

.blogSidebar .widget_recent_comments li:not(:first-child),
.blogSidebar .wp-block-latest-comments li:not(:first-child),
.shopSidebar .widget_recent_comments li:not(:first-child),
.shopSidebar .wp-block-latest-comments li:not(:first-child),
.block-editor-block-list__layout .widget_recent_comments li:not(:first-child),
.block-editor-block-list__layout .wp-block-latest-comments li:not(:first-child),
.sidebar.js-sidebar .widget_recent_comments li:not(:first-child),
.sidebar.js-sidebar .wp-block-latest-comments li:not(:first-child) {
    margin-top: .8rem
}

.blogSidebar .widget_text .textwidget>*,
.shopSidebar .widget_text .textwidget>*,
.block-editor-block-list__layout .widget_text .textwidget>*,
.sidebar.js-sidebar .widget_text .textwidget>* {
    margin-top: 10px
}

.blogSidebar .widget_text img,
.shopSidebar .widget_text img,
.block-editor-block-list__layout .widget_text img,
.sidebar.js-sidebar .widget_text img {
    max-width: 100%;
    height: auto
}

.blogSidebar .widget_tag_cloud .tagcloud,
.blogSidebar .widget_tag_cloud .wp-block-tag-cloud,
.blogSidebar .widget_product_tag_cloud .tagcloud,
.blogSidebar .widget_product_tag_cloud .wp-block-tag-cloud,
.blogSidebar .wp-block-tag-cloud.block-editor-block-list__block .tagcloud,
.blogSidebar .wp-block-tag-cloud.block-editor-block-list__block .wp-block-tag-cloud,
.shopSidebar .widget_tag_cloud .tagcloud,
.shopSidebar .widget_tag_cloud .wp-block-tag-cloud,
.shopSidebar .widget_product_tag_cloud .tagcloud,
.shopSidebar .widget_product_tag_cloud .wp-block-tag-cloud,
.shopSidebar .wp-block-tag-cloud.block-editor-block-list__block .tagcloud,
.shopSidebar .wp-block-tag-cloud.block-editor-block-list__block .wp-block-tag-cloud,
.block-editor-block-list__layout .widget_tag_cloud .tagcloud,
.block-editor-block-list__layout .widget_tag_cloud .wp-block-tag-cloud,
.block-editor-block-list__layout .widget_product_tag_cloud .tagcloud,
.block-editor-block-list__layout .widget_product_tag_cloud .wp-block-tag-cloud,
.block-editor-block-list__layout .wp-block-tag-cloud.block-editor-block-list__block .tagcloud,
.block-editor-block-list__layout .wp-block-tag-cloud.block-editor-block-list__block .wp-block-tag-cloud,
.sidebar.js-sidebar .widget_tag_cloud .tagcloud,
.sidebar.js-sidebar .widget_tag_cloud .wp-block-tag-cloud,
.sidebar.js-sidebar .widget_product_tag_cloud .tagcloud,
.sidebar.js-sidebar .widget_product_tag_cloud .wp-block-tag-cloud,
.sidebar.js-sidebar .wp-block-tag-cloud.block-editor-block-list__block .tagcloud,
.sidebar.js-sidebar .wp-block-tag-cloud.block-editor-block-list__block .wp-block-tag-cloud {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
    gap: 11px
}

.blogSidebar .widget_tag_cloud a,
.blogSidebar .widget_product_tag_cloud a,
.blogSidebar .wp-block-tag-cloud.block-editor-block-list__block a,
.shopSidebar .widget_tag_cloud a,
.shopSidebar .widget_product_tag_cloud a,
.shopSidebar .wp-block-tag-cloud.block-editor-block-list__block a,
.block-editor-block-list__layout .widget_tag_cloud a,
.block-editor-block-list__layout .widget_product_tag_cloud a,
.block-editor-block-list__layout .wp-block-tag-cloud.block-editor-block-list__block a,
.sidebar.js-sidebar .widget_tag_cloud a,
.sidebar.js-sidebar .widget_product_tag_cloud a,
.sidebar.js-sidebar .wp-block-tag-cloud.block-editor-block-list__block a {
    display: inline-block;
    padding: .5rem 1rem;
    text-transform: uppercase;
    font-size: .75rem !important;
    line-height: .875rem;
    font-weight: 600;
    color: #615e5e;
    background-color: #f9f6f6;
    transition: all .2s ease-out;
    margin: 0
}

.blogSidebar .widget_tag_cloud a:hover,
.blogSidebar .widget_product_tag_cloud a:hover,
.blogSidebar .wp-block-tag-cloud.block-editor-block-list__block a:hover,
.shopSidebar .widget_tag_cloud a:hover,
.shopSidebar .widget_product_tag_cloud a:hover,
.shopSidebar .wp-block-tag-cloud.block-editor-block-list__block a:hover,
.block-editor-block-list__layout .widget_tag_cloud a:hover,
.block-editor-block-list__layout .widget_product_tag_cloud a:hover,
.block-editor-block-list__layout .wp-block-tag-cloud.block-editor-block-list__block a:hover,
.sidebar.js-sidebar .widget_tag_cloud a:hover,
.sidebar.js-sidebar .widget_product_tag_cloud a:hover,
.sidebar.js-sidebar .wp-block-tag-cloud.block-editor-block-list__block a:hover {
    color: #fff;
    background-color: #000
}

.blogSidebar .widget_recent_entries::after,
.blogSidebar .wp-block-latest-posts::after,
.shopSidebar .widget_recent_entries::after,
.shopSidebar .wp-block-latest-posts::after,
.block-editor-block-list__layout .widget_recent_entries::after,
.block-editor-block-list__layout .wp-block-latest-posts::after,
.sidebar.js-sidebar .widget_recent_entries::after,
.sidebar.js-sidebar .wp-block-latest-posts::after {
    content: " ";
    display: block;
    clear: both
}

.blogSidebar .widget_recent_entries li,
.blogSidebar .wp-block-latest-posts li,
.shopSidebar .widget_recent_entries li,
.shopSidebar .wp-block-latest-posts li,
.block-editor-block-list__layout .widget_recent_entries li,
.block-editor-block-list__layout .wp-block-latest-posts li,
.sidebar.js-sidebar .widget_recent_entries li,
.sidebar.js-sidebar .wp-block-latest-posts li {
    display: block;
    font-weight: 400
}

.blogSidebar .widget_recent_entries li>div:last-child,
.blogSidebar .widget_recent_entries li>time:last-child,
.blogSidebar .wp-block-latest-posts li>div:last-child,
.blogSidebar .wp-block-latest-posts li>time:last-child,
.shopSidebar .widget_recent_entries li>div:last-child,
.shopSidebar .widget_recent_entries li>time:last-child,
.shopSidebar .wp-block-latest-posts li>div:last-child,
.shopSidebar .wp-block-latest-posts li>time:last-child,
.block-editor-block-list__layout .widget_recent_entries li>div:last-child,
.block-editor-block-list__layout .widget_recent_entries li>time:last-child,
.block-editor-block-list__layout .wp-block-latest-posts li>div:last-child,
.block-editor-block-list__layout .wp-block-latest-posts li>time:last-child,
.sidebar.js-sidebar .widget_recent_entries li>div:last-child,
.sidebar.js-sidebar .widget_recent_entries li>time:last-child,
.sidebar.js-sidebar .wp-block-latest-posts li>div:last-child,
.sidebar.js-sidebar .wp-block-latest-posts li>time:last-child {
    margin-bottom: 30px
}

.blogSidebar .widget_recent_entries li:not(:first-child),
.blogSidebar .wp-block-latest-posts li:not(:first-child),
.shopSidebar .widget_recent_entries li:not(:first-child),
.shopSidebar .wp-block-latest-posts li:not(:first-child),
.block-editor-block-list__layout .widget_recent_entries li:not(:first-child),
.block-editor-block-list__layout .wp-block-latest-posts li:not(:first-child),
.sidebar.js-sidebar .widget_recent_entries li:not(:first-child),
.sidebar.js-sidebar .wp-block-latest-posts li:not(:first-child) {
    margin-top: .8rem
}

.blogSidebar .widget_recent_entries li>a:not(:only-child),
.blogSidebar .widget_recent_entries li>a:not(:only-child):hover,
.blogSidebar .wp-block-latest-posts li>a:not(:only-child),
.blogSidebar .wp-block-latest-posts li>a:not(:only-child):hover,
.shopSidebar .widget_recent_entries li>a:not(:only-child),
.shopSidebar .widget_recent_entries li>a:not(:only-child):hover,
.shopSidebar .wp-block-latest-posts li>a:not(:only-child),
.shopSidebar .wp-block-latest-posts li>a:not(:only-child):hover,
.block-editor-block-list__layout .widget_recent_entries li>a:not(:only-child),
.block-editor-block-list__layout .widget_recent_entries li>a:not(:only-child):hover,
.block-editor-block-list__layout .wp-block-latest-posts li>a:not(:only-child),
.block-editor-block-list__layout .wp-block-latest-posts li>a:not(:only-child):hover,
.sidebar.js-sidebar .widget_recent_entries li>a:not(:only-child),
.sidebar.js-sidebar .widget_recent_entries li>a:not(:only-child):hover,
.sidebar.js-sidebar .wp-block-latest-posts li>a:not(:only-child),
.sidebar.js-sidebar .wp-block-latest-posts li>a:not(:only-child):hover {
    color: #000;
    line-height: 1.5rem;
    display: inline-block
}

.blogSidebar .widget_recent_entries li>a:only-child,
.blogSidebar .wp-block-latest-posts li>a:only-child,
.shopSidebar .widget_recent_entries li>a:only-child,
.shopSidebar .wp-block-latest-posts li>a:only-child,
.block-editor-block-list__layout .widget_recent_entries li>a:only-child,
.block-editor-block-list__layout .wp-block-latest-posts li>a:only-child,
.sidebar.js-sidebar .widget_recent_entries li>a:only-child,
.sidebar.js-sidebar .wp-block-latest-posts li>a:only-child {
    position: relative;
    line-height: 1;
    font-size: .875rem
}

.blogSidebar .widget_recent_entries li>a:only-child:hover,
.blogSidebar .wp-block-latest-posts li>a:only-child:hover,
.shopSidebar .widget_recent_entries li>a:only-child:hover,
.shopSidebar .wp-block-latest-posts li>a:only-child:hover,
.block-editor-block-list__layout .widget_recent_entries li>a:only-child:hover,
.block-editor-block-list__layout .wp-block-latest-posts li>a:only-child:hover,
.sidebar.js-sidebar .widget_recent_entries li>a:only-child:hover,
.sidebar.js-sidebar .wp-block-latest-posts li>a:only-child:hover {
    color: #000
}

.blogSidebar .widget_recent_entries li>a:only-child::after,
.blogSidebar .wp-block-latest-posts li>a:only-child::after,
.shopSidebar .widget_recent_entries li>a:only-child::after,
.shopSidebar .wp-block-latest-posts li>a:only-child::after,
.block-editor-block-list__layout .widget_recent_entries li>a:only-child::after,
.block-editor-block-list__layout .wp-block-latest-posts li>a:only-child::after,
.sidebar.js-sidebar .widget_recent_entries li>a:only-child::after,
.sidebar.js-sidebar .wp-block-latest-posts li>a:only-child::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -0.375rem;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
    transform-origin: left;
    transform: scaleX(0)
}

.blogSidebar .widget_recent_entries li>a:only-child:hover::after,
.blogSidebar .wp-block-latest-posts li>a:only-child:hover::after,
.shopSidebar .widget_recent_entries li>a:only-child:hover::after,
.shopSidebar .wp-block-latest-posts li>a:only-child:hover::after,
.block-editor-block-list__layout .widget_recent_entries li>a:only-child:hover::after,
.block-editor-block-list__layout .wp-block-latest-posts li>a:only-child:hover::after,
.sidebar.js-sidebar .widget_recent_entries li>a:only-child:hover::after,
.sidebar.js-sidebar .wp-block-latest-posts li>a:only-child:hover::after {
    transform: scaleX(1)
}

.blogSidebar .widget_recent_entries .wp-block-latest-posts__featured-image~.wp-block-latest-posts__post-excerpt,
.blogSidebar .wp-block-latest-posts .wp-block-latest-posts__featured-image~.wp-block-latest-posts__post-excerpt,
.shopSidebar .widget_recent_entries .wp-block-latest-posts__featured-image~.wp-block-latest-posts__post-excerpt,
.shopSidebar .wp-block-latest-posts .wp-block-latest-posts__featured-image~.wp-block-latest-posts__post-excerpt,
.block-editor-block-list__layout .widget_recent_entries .wp-block-latest-posts__featured-image~.wp-block-latest-posts__post-excerpt,
.block-editor-block-list__layout .wp-block-latest-posts .wp-block-latest-posts__featured-image~.wp-block-latest-posts__post-excerpt,
.sidebar.js-sidebar .widget_recent_entries .wp-block-latest-posts__featured-image~.wp-block-latest-posts__post-excerpt,
.sidebar.js-sidebar .wp-block-latest-posts .wp-block-latest-posts__featured-image~.wp-block-latest-posts__post-excerpt {
    padding-left: 110px
}

.blogSidebar .widget_recent_entries .wp-block-latest-posts__post-author,
.blogSidebar .widget_recent_entries .wp-block-latest-posts__post-date,
.blogSidebar .wp-block-latest-posts .wp-block-latest-posts__post-author,
.blogSidebar .wp-block-latest-posts .wp-block-latest-posts__post-date,
.shopSidebar .widget_recent_entries .wp-block-latest-posts__post-author,
.shopSidebar .widget_recent_entries .wp-block-latest-posts__post-date,
.shopSidebar .wp-block-latest-posts .wp-block-latest-posts__post-author,
.shopSidebar .wp-block-latest-posts .wp-block-latest-posts__post-date,
.block-editor-block-list__layout .widget_recent_entries .wp-block-latest-posts__post-author,
.block-editor-block-list__layout .widget_recent_entries .wp-block-latest-posts__post-date,
.block-editor-block-list__layout .wp-block-latest-posts .wp-block-latest-posts__post-author,
.block-editor-block-list__layout .wp-block-latest-posts .wp-block-latest-posts__post-date,
.sidebar.js-sidebar .widget_recent_entries .wp-block-latest-posts__post-author,
.sidebar.js-sidebar .widget_recent_entries .wp-block-latest-posts__post-date,
.sidebar.js-sidebar .wp-block-latest-posts .wp-block-latest-posts__post-author,
.sidebar.js-sidebar .wp-block-latest-posts .wp-block-latest-posts__post-date {
    color: var(--accent-color);
    font-size: .875rem
}

.blogSidebar .widget_recent_entries .wp-block-latest-posts__featured-image,
.blogSidebar .wp-block-latest-posts .wp-block-latest-posts__featured-image,
.shopSidebar .widget_recent_entries .wp-block-latest-posts__featured-image,
.shopSidebar .wp-block-latest-posts .wp-block-latest-posts__featured-image,
.block-editor-block-list__layout .widget_recent_entries .wp-block-latest-posts__featured-image,
.block-editor-block-list__layout .wp-block-latest-posts .wp-block-latest-posts__featured-image,
.sidebar.js-sidebar .widget_recent_entries .wp-block-latest-posts__featured-image,
.sidebar.js-sidebar .wp-block-latest-posts .wp-block-latest-posts__featured-image {
    float: left;
    margin-bottom: 22px;
    margin-right: 20px
}

.blogSidebar .widget_recent_entries .wp-block-latest-posts__featured-image+a,
.blogSidebar .wp-block-latest-posts .wp-block-latest-posts__featured-image+a,
.shopSidebar .widget_recent_entries .wp-block-latest-posts__featured-image+a,
.shopSidebar .wp-block-latest-posts .wp-block-latest-posts__featured-image+a,
.block-editor-block-list__layout .widget_recent_entries .wp-block-latest-posts__featured-image+a,
.block-editor-block-list__layout .wp-block-latest-posts .wp-block-latest-posts__featured-image+a,
.sidebar.js-sidebar .widget_recent_entries .wp-block-latest-posts__featured-image+a,
.sidebar.js-sidebar .wp-block-latest-posts .wp-block-latest-posts__featured-image+a {
    display: inline !important
}

.blogSidebar .wp-block-calendar a,
.shopSidebar .wp-block-calendar a,
.block-editor-block-list__layout .wp-block-calendar a,
.sidebar.js-sidebar .wp-block-calendar a {
    text-decoration: none
}

.blogSidebar .wp-calendar-table,
.shopSidebar .wp-calendar-table,
.block-editor-block-list__layout .wp-calendar-table,
.sidebar.js-sidebar .wp-calendar-table {
    width: 100%;
    text-align: center
}

.blogSidebar .wp-calendar-table caption,
.shopSidebar .wp-calendar-table caption,
.block-editor-block-list__layout .wp-calendar-table caption,
.sidebar.js-sidebar .wp-calendar-table caption {
    text-align: center
}

.blogSidebar .wp-calendar-table+nav,
.shopSidebar .wp-calendar-table+nav,
.block-editor-block-list__layout .wp-calendar-table+nav,
.sidebar.js-sidebar .wp-calendar-table+nav {
    display: flex;
    justify-content: space-between
}

.blogSidebar .wp-calendar-table th,
.shopSidebar .wp-calendar-table th,
.block-editor-block-list__layout .wp-calendar-table th,
.sidebar.js-sidebar .wp-calendar-table th {
    font-weight: 400;
    background: #ddd
}

.blogSidebar .wp-calendar-table tbody td,
.blogSidebar .wp-calendar-table th,
.shopSidebar .wp-calendar-table tbody td,
.shopSidebar .wp-calendar-table th,
.block-editor-block-list__layout .wp-calendar-table tbody td,
.block-editor-block-list__layout .wp-calendar-table th,
.sidebar.js-sidebar .wp-calendar-table tbody td,
.sidebar.js-sidebar .wp-calendar-table th {
    padding: .25em;
    border: 1px solid #ddd
}

.blogSidebar .widget_archive li,
.blogSidebar .widget_categories li,
.blogSidebar .widget_pages li,
.blogSidebar .widget_nav_menu li,
.blogSidebar .widget_meta li,
.blogSidebar .woocommerce-widget-layered-nav li,
.blogSidebar .widget_product_categories li,
.blogSidebar .wc-block-product-categories li,
.blogSidebar .wp-block-archives-list li,
.blogSidebar .wp-block-categories-list li,
.blogSidebar .block-editor-block-list__block .wp-block-rss li,
.shopSidebar .widget_archive li,
.shopSidebar .widget_categories li,
.shopSidebar .widget_pages li,
.shopSidebar .widget_nav_menu li,
.shopSidebar .widget_meta li,
.shopSidebar .woocommerce-widget-layered-nav li,
.shopSidebar .widget_product_categories li,
.shopSidebar .wc-block-product-categories li,
.shopSidebar .wp-block-archives-list li,
.shopSidebar .wp-block-categories-list li,
.shopSidebar .block-editor-block-list__block .wp-block-rss li,
.block-editor-block-list__layout .widget_archive li,
.block-editor-block-list__layout .widget_categories li,
.block-editor-block-list__layout .widget_pages li,
.block-editor-block-list__layout .widget_nav_menu li,
.block-editor-block-list__layout .widget_meta li,
.block-editor-block-list__layout .woocommerce-widget-layered-nav li,
.block-editor-block-list__layout .widget_product_categories li,
.block-editor-block-list__layout .wc-block-product-categories li,
.block-editor-block-list__layout .wp-block-archives-list li,
.block-editor-block-list__layout .wp-block-categories-list li,
.block-editor-block-list__layout .block-editor-block-list__block .wp-block-rss li,
.sidebar.js-sidebar .widget_archive li,
.sidebar.js-sidebar .widget_categories li,
.sidebar.js-sidebar .widget_pages li,
.sidebar.js-sidebar .widget_nav_menu li,
.sidebar.js-sidebar .widget_meta li,
.sidebar.js-sidebar .woocommerce-widget-layered-nav li,
.sidebar.js-sidebar .widget_product_categories li,
.sidebar.js-sidebar .wc-block-product-categories li,
.sidebar.js-sidebar .wp-block-archives-list li,
.sidebar.js-sidebar .wp-block-categories-list li,
.sidebar.js-sidebar .block-editor-block-list__block .wp-block-rss li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1;
    flex-wrap: wrap
}

.blogSidebar .widget_archive li ul,
.blogSidebar .widget_categories li ul,
.blogSidebar .widget_pages li ul,
.blogSidebar .widget_nav_menu li ul,
.blogSidebar .widget_meta li ul,
.blogSidebar .woocommerce-widget-layered-nav li ul,
.blogSidebar .widget_product_categories li ul,
.blogSidebar .wc-block-product-categories li ul,
.blogSidebar .wp-block-archives-list li ul,
.blogSidebar .wp-block-categories-list li ul,
.blogSidebar .block-editor-block-list__block .wp-block-rss li ul,
.shopSidebar .widget_archive li ul,
.shopSidebar .widget_categories li ul,
.shopSidebar .widget_pages li ul,
.shopSidebar .widget_nav_menu li ul,
.shopSidebar .widget_meta li ul,
.shopSidebar .woocommerce-widget-layered-nav li ul,
.shopSidebar .widget_product_categories li ul,
.shopSidebar .wc-block-product-categories li ul,
.shopSidebar .wp-block-archives-list li ul,
.shopSidebar .wp-block-categories-list li ul,
.shopSidebar .block-editor-block-list__block .wp-block-rss li ul,
.block-editor-block-list__layout .widget_archive li ul,
.block-editor-block-list__layout .widget_categories li ul,
.block-editor-block-list__layout .widget_pages li ul,
.block-editor-block-list__layout .widget_nav_menu li ul,
.block-editor-block-list__layout .widget_meta li ul,
.block-editor-block-list__layout .woocommerce-widget-layered-nav li ul,
.block-editor-block-list__layout .widget_product_categories li ul,
.block-editor-block-list__layout .wc-block-product-categories li ul,
.block-editor-block-list__layout .wp-block-archives-list li ul,
.block-editor-block-list__layout .wp-block-categories-list li ul,
.block-editor-block-list__layout .block-editor-block-list__block .wp-block-rss li ul,
.sidebar.js-sidebar .widget_archive li ul,
.sidebar.js-sidebar .widget_categories li ul,
.sidebar.js-sidebar .widget_pages li ul,
.sidebar.js-sidebar .widget_nav_menu li ul,
.sidebar.js-sidebar .widget_meta li ul,
.sidebar.js-sidebar .woocommerce-widget-layered-nav li ul,
.sidebar.js-sidebar .widget_product_categories li ul,
.sidebar.js-sidebar .wc-block-product-categories li ul,
.sidebar.js-sidebar .wp-block-archives-list li ul,
.sidebar.js-sidebar .wp-block-categories-list li ul,
.sidebar.js-sidebar .block-editor-block-list__block .wp-block-rss li ul {
    padding-left: 20px;
    margin-top: 1.375rem;
    width: 100%
}

.blogSidebar .widget_archive li:not(:first-child),
.blogSidebar .widget_categories li:not(:first-child),
.blogSidebar .widget_pages li:not(:first-child),
.blogSidebar .widget_nav_menu li:not(:first-child),
.blogSidebar .widget_meta li:not(:first-child),
.blogSidebar .woocommerce-widget-layered-nav li:not(:first-child),
.blogSidebar .widget_product_categories li:not(:first-child),
.blogSidebar .wc-block-product-categories li:not(:first-child),
.blogSidebar .wp-block-archives-list li:not(:first-child),
.blogSidebar .wp-block-categories-list li:not(:first-child),
.blogSidebar .block-editor-block-list__block .wp-block-rss li:not(:first-child),
.shopSidebar .widget_archive li:not(:first-child),
.shopSidebar .widget_categories li:not(:first-child),
.shopSidebar .widget_pages li:not(:first-child),
.shopSidebar .widget_nav_menu li:not(:first-child),
.shopSidebar .widget_meta li:not(:first-child),
.shopSidebar .woocommerce-widget-layered-nav li:not(:first-child),
.shopSidebar .widget_product_categories li:not(:first-child),
.shopSidebar .wc-block-product-categories li:not(:first-child),
.shopSidebar .wp-block-archives-list li:not(:first-child),
.shopSidebar .wp-block-categories-list li:not(:first-child),
.shopSidebar .block-editor-block-list__block .wp-block-rss li:not(:first-child),
.block-editor-block-list__layout .widget_archive li:not(:first-child),
.block-editor-block-list__layout .widget_categories li:not(:first-child),
.block-editor-block-list__layout .widget_pages li:not(:first-child),
.block-editor-block-list__layout .widget_nav_menu li:not(:first-child),
.block-editor-block-list__layout .widget_meta li:not(:first-child),
.block-editor-block-list__layout .woocommerce-widget-layered-nav li:not(:first-child),
.block-editor-block-list__layout .widget_product_categories li:not(:first-child),
.block-editor-block-list__layout .wc-block-product-categories li:not(:first-child),
.block-editor-block-list__layout .wp-block-archives-list li:not(:first-child),
.block-editor-block-list__layout .wp-block-categories-list li:not(:first-child),
.block-editor-block-list__layout .block-editor-block-list__block .wp-block-rss li:not(:first-child),
.sidebar.js-sidebar .widget_archive li:not(:first-child),
.sidebar.js-sidebar .widget_categories li:not(:first-child),
.sidebar.js-sidebar .widget_pages li:not(:first-child),
.sidebar.js-sidebar .widget_nav_menu li:not(:first-child),
.sidebar.js-sidebar .widget_meta li:not(:first-child),
.sidebar.js-sidebar .woocommerce-widget-layered-nav li:not(:first-child),
.sidebar.js-sidebar .widget_product_categories li:not(:first-child),
.sidebar.js-sidebar .wc-block-product-categories li:not(:first-child),
.sidebar.js-sidebar .wp-block-archives-list li:not(:first-child),
.sidebar.js-sidebar .wp-block-categories-list li:not(:first-child),
.sidebar.js-sidebar .block-editor-block-list__block .wp-block-rss li:not(:first-child) {
    margin-top: 1.375rem
}

.blogSidebar .widget_archive li a,
.blogSidebar .widget_categories li a,
.blogSidebar .widget_pages li a,
.blogSidebar .widget_nav_menu li a,
.blogSidebar .widget_meta li a,
.blogSidebar .woocommerce-widget-layered-nav li a,
.blogSidebar .widget_product_categories li a,
.blogSidebar .wc-block-product-categories li a,
.blogSidebar .wp-block-archives-list li a,
.blogSidebar .wp-block-categories-list li a,
.blogSidebar .block-editor-block-list__block .wp-block-rss li a,
.shopSidebar .widget_archive li a,
.shopSidebar .widget_categories li a,
.shopSidebar .widget_pages li a,
.shopSidebar .widget_nav_menu li a,
.shopSidebar .widget_meta li a,
.shopSidebar .woocommerce-widget-layered-nav li a,
.shopSidebar .widget_product_categories li a,
.shopSidebar .wc-block-product-categories li a,
.shopSidebar .wp-block-archives-list li a,
.shopSidebar .wp-block-categories-list li a,
.shopSidebar .block-editor-block-list__block .wp-block-rss li a,
.block-editor-block-list__layout .widget_archive li a,
.block-editor-block-list__layout .widget_categories li a,
.block-editor-block-list__layout .widget_pages li a,
.block-editor-block-list__layout .widget_nav_menu li a,
.block-editor-block-list__layout .widget_meta li a,
.block-editor-block-list__layout .woocommerce-widget-layered-nav li a,
.block-editor-block-list__layout .widget_product_categories li a,
.block-editor-block-list__layout .wc-block-product-categories li a,
.block-editor-block-list__layout .wp-block-archives-list li a,
.block-editor-block-list__layout .wp-block-categories-list li a,
.block-editor-block-list__layout .block-editor-block-list__block .wp-block-rss li a,
.sidebar.js-sidebar .widget_archive li a,
.sidebar.js-sidebar .widget_categories li a,
.sidebar.js-sidebar .widget_pages li a,
.sidebar.js-sidebar .widget_nav_menu li a,
.sidebar.js-sidebar .widget_meta li a,
.sidebar.js-sidebar .woocommerce-widget-layered-nav li a,
.sidebar.js-sidebar .widget_product_categories li a,
.sidebar.js-sidebar .wc-block-product-categories li a,
.sidebar.js-sidebar .wp-block-archives-list li a,
.sidebar.js-sidebar .wp-block-categories-list li a,
.sidebar.js-sidebar .block-editor-block-list__block .wp-block-rss li a {
    position: relative
}

.blogSidebar .widget_archive li a:hover,
.blogSidebar .widget_categories li a:hover,
.blogSidebar .widget_pages li a:hover,
.blogSidebar .widget_nav_menu li a:hover,
.blogSidebar .widget_meta li a:hover,
.blogSidebar .woocommerce-widget-layered-nav li a:hover,
.blogSidebar .widget_product_categories li a:hover,
.blogSidebar .wc-block-product-categories li a:hover,
.blogSidebar .wp-block-archives-list li a:hover,
.blogSidebar .wp-block-categories-list li a:hover,
.blogSidebar .block-editor-block-list__block .wp-block-rss li a:hover,
.shopSidebar .widget_archive li a:hover,
.shopSidebar .widget_categories li a:hover,
.shopSidebar .widget_pages li a:hover,
.shopSidebar .widget_nav_menu li a:hover,
.shopSidebar .widget_meta li a:hover,
.shopSidebar .woocommerce-widget-layered-nav li a:hover,
.shopSidebar .widget_product_categories li a:hover,
.shopSidebar .wc-block-product-categories li a:hover,
.shopSidebar .wp-block-archives-list li a:hover,
.shopSidebar .wp-block-categories-list li a:hover,
.shopSidebar .block-editor-block-list__block .wp-block-rss li a:hover,
.block-editor-block-list__layout .widget_archive li a:hover,
.block-editor-block-list__layout .widget_categories li a:hover,
.block-editor-block-list__layout .widget_pages li a:hover,
.block-editor-block-list__layout .widget_nav_menu li a:hover,
.block-editor-block-list__layout .widget_meta li a:hover,
.block-editor-block-list__layout .woocommerce-widget-layered-nav li a:hover,
.block-editor-block-list__layout .widget_product_categories li a:hover,
.block-editor-block-list__layout .wc-block-product-categories li a:hover,
.block-editor-block-list__layout .wp-block-archives-list li a:hover,
.block-editor-block-list__layout .wp-block-categories-list li a:hover,
.block-editor-block-list__layout .block-editor-block-list__block .wp-block-rss li a:hover,
.sidebar.js-sidebar .widget_archive li a:hover,
.sidebar.js-sidebar .widget_categories li a:hover,
.sidebar.js-sidebar .widget_pages li a:hover,
.sidebar.js-sidebar .widget_nav_menu li a:hover,
.sidebar.js-sidebar .widget_meta li a:hover,
.sidebar.js-sidebar .woocommerce-widget-layered-nav li a:hover,
.sidebar.js-sidebar .widget_product_categories li a:hover,
.sidebar.js-sidebar .wc-block-product-categories li a:hover,
.sidebar.js-sidebar .wp-block-archives-list li a:hover,
.sidebar.js-sidebar .wp-block-categories-list li a:hover,
.sidebar.js-sidebar .block-editor-block-list__block .wp-block-rss li a:hover {
    color: #000
}

.blogSidebar .widget_archive li a::after,
.blogSidebar .widget_categories li a::after,
.blogSidebar .widget_pages li a::after,
.blogSidebar .widget_nav_menu li a::after,
.blogSidebar .widget_meta li a::after,
.blogSidebar .woocommerce-widget-layered-nav li a::after,
.blogSidebar .widget_product_categories li a::after,
.blogSidebar .wc-block-product-categories li a::after,
.blogSidebar .wp-block-archives-list li a::after,
.blogSidebar .wp-block-categories-list li a::after,
.blogSidebar .block-editor-block-list__block .wp-block-rss li a::after,
.shopSidebar .widget_archive li a::after,
.shopSidebar .widget_categories li a::after,
.shopSidebar .widget_pages li a::after,
.shopSidebar .widget_nav_menu li a::after,
.shopSidebar .widget_meta li a::after,
.shopSidebar .woocommerce-widget-layered-nav li a::after,
.shopSidebar .widget_product_categories li a::after,
.shopSidebar .wc-block-product-categories li a::after,
.shopSidebar .wp-block-archives-list li a::after,
.shopSidebar .wp-block-categories-list li a::after,
.shopSidebar .block-editor-block-list__block .wp-block-rss li a::after,
.block-editor-block-list__layout .widget_archive li a::after,
.block-editor-block-list__layout .widget_categories li a::after,
.block-editor-block-list__layout .widget_pages li a::after,
.block-editor-block-list__layout .widget_nav_menu li a::after,
.block-editor-block-list__layout .widget_meta li a::after,
.block-editor-block-list__layout .woocommerce-widget-layered-nav li a::after,
.block-editor-block-list__layout .widget_product_categories li a::after,
.block-editor-block-list__layout .wc-block-product-categories li a::after,
.block-editor-block-list__layout .wp-block-archives-list li a::after,
.block-editor-block-list__layout .wp-block-categories-list li a::after,
.block-editor-block-list__layout .block-editor-block-list__block .wp-block-rss li a::after,
.sidebar.js-sidebar .widget_archive li a::after,
.sidebar.js-sidebar .widget_categories li a::after,
.sidebar.js-sidebar .widget_pages li a::after,
.sidebar.js-sidebar .widget_nav_menu li a::after,
.sidebar.js-sidebar .widget_meta li a::after,
.sidebar.js-sidebar .woocommerce-widget-layered-nav li a::after,
.sidebar.js-sidebar .widget_product_categories li a::after,
.sidebar.js-sidebar .wc-block-product-categories li a::after,
.sidebar.js-sidebar .wp-block-archives-list li a::after,
.sidebar.js-sidebar .wp-block-categories-list li a::after,
.sidebar.js-sidebar .block-editor-block-list__block .wp-block-rss li a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -0.375rem;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
    transform-origin: left;
    transform: scaleX(0)
}

.blogSidebar .widget_archive li a:hover::after,
.blogSidebar .widget_categories li a:hover::after,
.blogSidebar .widget_pages li a:hover::after,
.blogSidebar .widget_nav_menu li a:hover::after,
.blogSidebar .widget_meta li a:hover::after,
.blogSidebar .woocommerce-widget-layered-nav li a:hover::after,
.blogSidebar .widget_product_categories li a:hover::after,
.blogSidebar .wc-block-product-categories li a:hover::after,
.blogSidebar .wp-block-archives-list li a:hover::after,
.blogSidebar .wp-block-categories-list li a:hover::after,
.blogSidebar .block-editor-block-list__block .wp-block-rss li a:hover::after,
.shopSidebar .widget_archive li a:hover::after,
.shopSidebar .widget_categories li a:hover::after,
.shopSidebar .widget_pages li a:hover::after,
.shopSidebar .widget_nav_menu li a:hover::after,
.shopSidebar .widget_meta li a:hover::after,
.shopSidebar .woocommerce-widget-layered-nav li a:hover::after,
.shopSidebar .widget_product_categories li a:hover::after,
.shopSidebar .wc-block-product-categories li a:hover::after,
.shopSidebar .wp-block-archives-list li a:hover::after,
.shopSidebar .wp-block-categories-list li a:hover::after,
.shopSidebar .block-editor-block-list__block .wp-block-rss li a:hover::after,
.block-editor-block-list__layout .widget_archive li a:hover::after,
.block-editor-block-list__layout .widget_categories li a:hover::after,
.block-editor-block-list__layout .widget_pages li a:hover::after,
.block-editor-block-list__layout .widget_nav_menu li a:hover::after,
.block-editor-block-list__layout .widget_meta li a:hover::after,
.block-editor-block-list__layout .woocommerce-widget-layered-nav li a:hover::after,
.block-editor-block-list__layout .widget_product_categories li a:hover::after,
.block-editor-block-list__layout .wc-block-product-categories li a:hover::after,
.block-editor-block-list__layout .wp-block-archives-list li a:hover::after,
.block-editor-block-list__layout .wp-block-categories-list li a:hover::after,
.block-editor-block-list__layout .block-editor-block-list__block .wp-block-rss li a:hover::after,
.sidebar.js-sidebar .widget_archive li a:hover::after,
.sidebar.js-sidebar .widget_categories li a:hover::after,
.sidebar.js-sidebar .widget_pages li a:hover::after,
.sidebar.js-sidebar .widget_nav_menu li a:hover::after,
.sidebar.js-sidebar .widget_meta li a:hover::after,
.sidebar.js-sidebar .woocommerce-widget-layered-nav li a:hover::after,
.sidebar.js-sidebar .widget_product_categories li a:hover::after,
.sidebar.js-sidebar .wc-block-product-categories li a:hover::after,
.sidebar.js-sidebar .wp-block-archives-list li a:hover::after,
.sidebar.js-sidebar .wp-block-categories-list li a:hover::after,
.sidebar.js-sidebar .block-editor-block-list__block .wp-block-rss li a:hover::after {
    transform: scaleX(1)
}

.blogSidebar .widget_block h2,
.blogSidebar .wp-block-search__label,
.shopSidebar .widget_block h2,
.shopSidebar .wp-block-search__label,
.block-editor-block-list__layout .widget_block h2,
.block-editor-block-list__layout .wp-block-search__label,
.sidebar.js-sidebar .widget_block h2,
.sidebar.js-sidebar .wp-block-search__label {
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.3125rem;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
    color: #000
}

.blogSidebar .wp-block-search__button,
.shopSidebar .wp-block-search__button,
.block-editor-block-list__layout .wp-block-search__button,
.sidebar.js-sidebar .wp-block-search__button {
    border-width: 0;
    background-color: transparent
}

.blogSidebar .wp-block-latest-comments,
.shopSidebar .wp-block-latest-comments,
.block-editor-block-list__layout .wp-block-latest-comments,
.sidebar.js-sidebar .wp-block-latest-comments {
    padding: 0
}

.blogSidebar .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input,
.shopSidebar .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input,
.block-editor-block-list__layout .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input,
.sidebar.js-sidebar .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input {
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    padding: 0 30px 12px 0;
    font-size: 14px
}

.blogSidebar .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input:focus,
.shopSidebar .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input:focus,
.block-editor-block-list__layout .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input:focus,
.sidebar.js-sidebar .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input:focus {
    border-color: #000
}

.blogSidebar .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper,
.shopSidebar .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper,
.block-editor-block-list__layout .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper,
.sidebar.js-sidebar .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
    border-width: 0;
    padding: 0;
    position: relative
}

.blogSidebar .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button,
.shopSidebar .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button,
.block-editor-block-list__layout .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button,
.sidebar.js-sidebar .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button {
    border-width: 0;
    background-color: transparent;
    padding: 0;
    bottom: 10px;
    position: absolute;
    right: 0
}

aside.sidebar .wp-block-social-links.is-style-logos-only .wp-social-link svg {
    width: 16px;
    height: 16px
}

aside.sidebar .wp-block-buttons .wp-block-button__link {
    background-color: transparent
}

.shopSidebar .select2-container--default .select2-selection--single {
    border-width: 0;
    border-radius: 0;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    font-size: .875rem;
    line-height: 1.3;
    font-weight: 400;
    transition: border .15s cubic-bezier(0.165, 0.84, 0.44, 1)
}

.shopSidebar .wc-block-product-categories {
    margin-bottom: 0
}

.shopSidebar .select2-container .select2-selection--single {
    height: auto;
    margin: 0;
    padding: 6px 0
}

.shopSidebar .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 5px
}

.shopSidebar .select2-container--default .select2-selection--multiple {
    border-width: 0;
    border-radius: 0;
    border-bottom: 1px solid rgba(0, 0, 0, .2)
}

.shopSidebar .woocommerce-widget-layered-nav-dropdown {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: flex-end
}

.shopSidebar .widget_product_search .woocommerce-product-search {
    position: relative
}

.shopSidebar .widget_product_search .woocommerce-product-search button {
    position: absolute;
    font-size: 0;
    bottom: 14px;
    right: 0
}

.shopSidebar .widget_product_search .woocommerce-product-search button::after {
    content: "";
    font-size: 14px;
    font-family: "icomoon"
}

.shopSidebar .woocommerce-widget-layered-nav-dropdown__submit {
    background-color: #18130c;
    font-weight: normal;
    padding: .5rem 1rem;
    border-radius: 0;
    text-transform: uppercase;
    margin-left: 10px;
    color: #fff
}

.shopSidebar .woocommerce-widget-layered-nav-dropdown__submit:hover {
    color: var(--accent-color)
}

.shopSidebar .select2-container--default.select2-container--focus .select2-selection--multiple {
    border-top-width: 0;
    border-right-width: 0;
    border-left-width: 0
}

.shopSidebar .wc-block-grid__products {
    margin: 0 0 -20px 0
}

.shopSidebar .wc-block-grid__product {
    flex: 1 0 100% !important;
    max-width: 100% !important;
    border-width: 0;
    text-align: left;
    clear: both
}

.shopSidebar .wc-block-grid__product::after {
    content: " ";
    display: block;
    clear: both
}

.shopSidebar .wc-block-product-search__label {
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.3125rem;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
    color: #000
}

.shopSidebar .wc-block-product-search__fields {
    position: relative
}

.shopSidebar .wc-block-product-search .wc-block-product-search__field {
    padding: 2px 28px 6px 0
}

.shopSidebar .wc-block-product-search .wc-block-product-search__field::placeholder {
    font-size: 14px
}

.shopSidebar .wc-block-product-search__button {
    position: absolute;
    right: 0;
    bottom: 8px;
    padding: 0
}

.shopSidebar .wc-block-product-search__button svg {
    display: none
}

.shopSidebar .wc-block-product-search__button:before {
    font-family: "icomoon" !important;
    font-size: 16px;
    content: ""
}

.shopSidebar .wc-block-grid__product-title {
    font-size: .875rem;
    font-weight: normal;
    line-height: 1.5;
    margin: 0 0 4px
}

.shopSidebar .wc-block-grid__product-price {
    font-weight: normal;
    color: #615e5e
}

.shopSidebar .wc-block-grid__product-onsale {
    display: none
}

.shopSidebar .widget_shopping_cart .headerCart__wrap {
    flex-grow: 1
}

.shopSidebar .widget_shopping_cart .headerCart__cross {
    position: relative
}

.shopSidebar .widget_shopping_cart .headerCart__title,
.shopSidebar .widget_shopping_cart .headerCart__cross,
.shopSidebar .widget_shopping_cart .headerCart__total span {
    color: #000
}

.shopSidebar .widget_shopping_cart .headerCart_buttons a:last-child {
    margin-top: 15px
}

.shopSidebar .wp-block-button__link {
    background-color: #18130c;
    font-weight: normal;
    padding: .5rem 2rem;
    border-radius: 0;
    text-transform: uppercase
}

.shopSidebar .wp-block-button__link:hover {
    color: var(--accent-color)
}

.shopSidebar .wc-block-grid__product-image {
    float: left;
    margin-right: 1.25rem !important;
    margin-bottom: 20px !important
}

.shopSidebar .wc-block-grid__product-image img {
    object-fit: cover;
    height: 80px;
    width: 80px
}

@media(min-width: 1500px) {
    .shopSidebar .wc-block-grid__product-image img {
        height: 88px;
        width: 88px
    }
}

.shopSidebar .product_list_widget img {
    float: left;
    max-width: 70px;
    margin-right: 20px;
    margin-bottom: 20px;
    height: auto
}

.shopSidebar .product_list_widget li {
    clear: both
}

.shopSidebar .product_list_widget li>a {
    display: block
}

.shopSidebar .product_list_widget li+li {
    margin-top: 1.6rem
}

.shopSidebar .widget_price_filter .price_slider {
    height: 6px;
    border-radius: .625rem;
    background-color: #ccc;
    position: relative
}

.shopSidebar .widget_price_filter .price_slider_amount {
    margin-top: 20px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.shopSidebar .widget_price_filter .price_slider_amount .button {
    order: 1;
    color: #fff;
    transition: all .2s ease-out;
    margin-top: 10px;
    background-color: #18130c;
    font-weight: normal;
    padding: .5rem 2rem;
    border-radius: 0;
    text-transform: uppercase
}

.shopSidebar .widget_price_filter .price_slider_amount .button:hover {
    color: var(--accent-color)
}

.shopSidebar .widget_price_filter .ui-slider-range {
    background-color: #000;
    height: 6px
}

.shopSidebar .widget_price_filter .ui-slider-handle {
    width: 18px;
    height: 18px;
    background-color: #fff;
    border-radius: 50px;
    border: 2px solid #000;
    box-shadow: 0 3px 8px rgba(0, 0, 0, .4);
    transform: translate(-50%, -50%);
    top: 50%
}

.shopSidebar .widget_price_filter .ui-slider-range,
.shopSidebar .widget_price_filter .ui-slider-handle {
    position: absolute
}

.wpforms-container textarea.wpforms-field-large {
    height: 192px
}

.footer .form.-subscription,
.footer .soon__newsletter,
.elementor-widget-wpforms .form.-subscription,
.elementor-widget-wpforms .soon__newsletter {
    margin-bottom: 0
}

.footer .form.-subscription .wpforms-form .wpforms-field-container input,
.footer .soon__newsletter .wpforms-form .wpforms-field-container input,
.elementor-widget-wpforms .form.-subscription .wpforms-form .wpforms-field-container input,
.elementor-widget-wpforms .soon__newsletter .wpforms-form .wpforms-field-container input {
    padding-right: 30px
}

.footer .form.-subscription .wpforms-form .wpforms-field,
.footer .soon__newsletter .wpforms-form .wpforms-field,
.elementor-widget-wpforms .form.-subscription .wpforms-form .wpforms-field,
.elementor-widget-wpforms .soon__newsletter .wpforms-form .wpforms-field {
    padding: 0
}

.footer .form.-subscription .wpforms-form .wpforms-submit-container,
.footer .soon__newsletter .wpforms-form .wpforms-submit-container,
.elementor-widget-wpforms .form.-subscription .wpforms-form .wpforms-submit-container,
.elementor-widget-wpforms .soon__newsletter .wpforms-form .wpforms-submit-container {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    padding: 0
}

.footer .form.-subscription .wpforms-form .wpforms-submit-container button,
.footer .soon__newsletter .wpforms-form .wpforms-submit-container button,
.elementor-widget-wpforms .form.-subscription .wpforms-form .wpforms-submit-container button,
.elementor-widget-wpforms .soon__newsletter .wpforms-form .wpforms-submit-container button {
    display: inline-block;
    position: relative;
    transform: none
}

.footer:not(.-light) .form.-subscription input {
    border-bottom: 1px solid #474747;
    color: #fff
}

.footer:not(.-light) .form.-subscription input::placeholder {
    color: #a8a7a5
}

.footer:not(.-light) .form.-subscription input:focus {
    border-bottom: 1px solid #fff
}

.footer:not(.-light) .form.-subscription .icon {
    color: #b88768
}

.contact-form textarea,
.contact-form input {
    border: 1px solid rgba(255, 255, 255, .6) !important;
    color: #fff
}

.soon__newsletter form input:focus,
.form.-subscription input:focus {
    border-right-width: 0;
    border-left-width: 0;
    border-top: 0;
    border-radius: 0
}

.wp-block-button .wp-block-button__link {
    color: #fff;
    line-height: 1.4
}

.related-nav__item {
    word-break: break-all
}

.wp-block-button:not(.is-style-outline) .wp-block-button__link:hover {
    color: #fff
}

.wp-block-button__link {
    padding: 15px 30px !important;
    text-decoration: none !important
}

.wp-block-button:not(.alignleft):not(.alignright) {
    margin-top: 30px;
    margin-bottom: 30px
}

.wp-block-image img {
    margin-top: 0;
    margin-bottom: 0
}

.alignleft {
    margin-right: 30px !important
}

.alignright {
    margin-left: 30px !important
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.blogSection .blogCard__content::before,
.blogSection .blogCard__content::after {
    content: "";
    display: table;
    clear: both
}

.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
    width: 100px
}

.blogSection .prose :where(tbody td:first-child):not(:where([class~="not-prose"] *)) {
    padding-left: .5714286em
}

.prose :where(tbody tr):not(:where([class~="not-prose"] *)) {
    border-bottom-style: solid
}

.comments__text {
    max-width: 100%
}

.comments__text img {
    max-width: 100%;
    height: auto
}

.comments__reply .separator:first-child {
    display: none !important
}

.blogPost.-comments li.comment .children {
    padding-left: 20px
}

@media(min-width: 768px) {
    .blogPost.-comments li.comment .children {
        padding-left: 36px
    }
}

.blogPost.-comments li.comment .avatar {
    margin-bottom: 15px
}

@media(min-width: 768px) {
    .blogPost.-comments li.comment .avatar {
        float: left;
        margin-bottom: 0
    }
}

@media(min-width: 768px) {
    .blogPost.-comments li.comment .comments__body {
        padding-left: 114px
    }
}

.prose,
.block-editor-block-list__layout {
    font-size: 16px !important
}

.prose a,
.block-editor-block-list__layout a {
    text-decoration: none;
    text-transform: none
}

.prose p a,
.prose p a:hover,
.block-editor-block-list__layout p a,
.block-editor-block-list__layout p a:hover {
    background-color: transparent
}

.prose p a,
.block-editor-block-list__layout p a {
    padding: 0;
    margin: 0
}

.prose ul,
.prose li,
.block-editor-block-list__layout ul,
.block-editor-block-list__layout li {
    list-style: revert
}

.prose ul ul,
.block-editor-block-list__layout ul ul {
    list-style-type: circle
}

.prose ul ul ul,
.block-editor-block-list__layout ul ul ul {
    list-style-type: square
}

.prose h1,
.prose h2,
.prose h3,
.prose h4,
.prose h5,
.prose h6,
.block-editor-block-list__layout h1,
.block-editor-block-list__layout h2,
.block-editor-block-list__layout h3,
.block-editor-block-list__layout h4,
.block-editor-block-list__layout h5,
.block-editor-block-list__layout h6 {
    margin: 0 0 10px 0 !important;
    line-height: 1.5 !important
}

.prose h1,
.block-editor-block-list__layout h1 {
    font-size: var(--text-4xl)
}

.prose h2,
.block-editor-block-list__layout h2 {
    font-size: var(--text-3xl)
}

.prose h3,
.block-editor-block-list__layout h3 {
    font-size: var(--text-2xl)
}

.prose h4,
.block-editor-block-list__layout h4 {
    font-size: var(--text-xl)
}

.prose h5,
.block-editor-block-list__layout h5 {
    font-size: var(--text-lg)
}

.prose h6,
.block-editor-block-list__layout h6 {
    font-size: var(--text-base)
}

.prose .wp-block-calendar .wp-calendar-nav,
.block-editor-block-list__layout .wp-block-calendar .wp-calendar-nav {
    display: flex;
    justify-content: space-between
}

.prose .wp-calendar-table,
.block-editor-block-list__layout .wp-calendar-table {
    margin-bottom: 0;
    text-align: center
}

.prose .wp-block-group.has-background,
.block-editor-block-list__layout .wp-block-group.has-background {
    padding: 20px 40px
}

.prose .wp-block-latest-posts,
.prose .wp-block-latest-posts li,
.prose .wp-block-archives,
.prose .wp-block-archives li,
.block-editor-block-list__layout .wp-block-latest-posts,
.block-editor-block-list__layout .wp-block-latest-posts li,
.block-editor-block-list__layout .wp-block-archives,
.block-editor-block-list__layout .wp-block-archives li {
    list-style: none;
    padding: 0
}

.prose .wp-block-latest-comments__comment .avatar,
.block-editor-block-list__layout .wp-block-latest-comments__comment .avatar {
    margin-top: 0
}

.prose .has-avatars.wp-block-latest-comments,
.block-editor-block-list__layout .has-avatars.wp-block-latest-comments {
    padding-left: 0
}

.prose select,
.block-editor-block-list__layout select {
    border: 0;
    font-size: .875rem;
    line-height: 1.3;
    font-weight: 400;
    width: 100%;
    padding: .875rem 0;
    background-color: transparent;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    transition: border .15s cubic-bezier(0.165, 0.84, 0.44, 1);
    color: #615e5e
}

.prose select:focus,
.block-editor-block-list__layout select:focus {
    outline: none;
    border-bottom: 1px solid #000
}

.prose .wp-block-latest-posts a,
.block-editor-block-list__layout .wp-block-latest-posts a {
    font-weight: normal
}

.prose .wp-block-tag-cloud,
.block-editor-block-list__layout .wp-block-tag-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 11px
}

.prose .wp-block-tag-cloud a,
.block-editor-block-list__layout .wp-block-tag-cloud a {
    display: inline-block;
    padding: .5rem 1rem !important;
    text-transform: uppercase;
    font-size: .75rem !important;
    line-height: .875rem;
    font-weight: 600;
    color: #615e5e;
    background-color: #f9f6f6 !important;
    transition: all .2s ease-out;
    margin: 0
}

.prose .wp-block-tag-cloud a:hover,
.block-editor-block-list__layout .wp-block-tag-cloud a:hover {
    color: #fff;
    background-color: #000 !important
}

.prose .wp-block-search button,
.block-editor-block-list__layout .wp-block-search button {
    background-color: #32373c;
    border-radius: 9999px;
    font-size: 1.125em;
    padding: 15px 30px;
    border-width: 0;
    color: #fff;
    line-height: 1
}

.prose .wp-block-latest-comments:not(.has-avatars),
.prose .wp-block-latest-comments:not(.has-avatars) li,
.block-editor-block-list__layout .wp-block-latest-comments:not(.has-avatars),
.block-editor-block-list__layout .wp-block-latest-comments:not(.has-avatars) li {
    list-style: none;
    padding: 0
}

.prose .wp-block-latest-comments:not(.has-avatars) .wp-block-latest-comments__comment,
.block-editor-block-list__layout .wp-block-latest-comments:not(.has-avatars) .wp-block-latest-comments__comment {
    margin-bottom: 0
}

.prose .wp-block-latest-comments:not(.has-avatars) li,
.block-editor-block-list__layout .wp-block-latest-comments:not(.has-avatars) li {
    line-height: 1.6
}

.prose .wp-block-latest-comments:not(.has-avatars) li .wp-block-latest-comments__comment-link,
.block-editor-block-list__layout .wp-block-latest-comments:not(.has-avatars) li .wp-block-latest-comments__comment-link {
    color: #615e5e;
    font-weight: normal
}

.prose .wp-block-latest-comments:not(.has-avatars) li .comment-author-link,
.prose .wp-block-latest-comments:not(.has-avatars) li .wp-block-latest-comments__comment-author,
.block-editor-block-list__layout .wp-block-latest-comments:not(.has-avatars) li .comment-author-link,
.block-editor-block-list__layout .wp-block-latest-comments:not(.has-avatars) li .wp-block-latest-comments__comment-author {
    color: var(--accent-color);
    font-weight: 500
}

.prose .wp-block-latest-comments:not(.has-avatars) li:not(:first-child),
.block-editor-block-list__layout .wp-block-latest-comments:not(.has-avatars) li:not(:first-child) {
    margin-top: .8rem
}

.prose .wp-block-archives li,
.prose .wp-block-rss li,
.block-editor-block-list__layout .wp-block-archives li,
.block-editor-block-list__layout .wp-block-rss li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1;
    flex-wrap: wrap;
    margin-bottom: 0
}

.prose .wp-block-archives li+li,
.prose .wp-block-rss li+li,
.block-editor-block-list__layout .wp-block-archives li+li,
.block-editor-block-list__layout .wp-block-rss li+li {
    margin-top: 1.375rem
}

.prose .wp-block-archives a,
.prose .wp-block-rss a,
.block-editor-block-list__layout .wp-block-archives a,
.block-editor-block-list__layout .wp-block-rss a {
    position: relative;
    font-weight: normal;
    color: #615e5e
}

.prose .wp-block-archives a:hover,
.prose .wp-block-rss a:hover,
.block-editor-block-list__layout .wp-block-archives a:hover,
.block-editor-block-list__layout .wp-block-rss a:hover {
    color: #000
}

.prose .wp-block-archives a::after,
.prose .wp-block-rss a::after,
.block-editor-block-list__layout .wp-block-archives a::after,
.block-editor-block-list__layout .wp-block-rss a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -0.375rem;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
    transform-origin: left;
    transform: scaleX(0)
}

.prose .wp-block-archives a:hover::after,
.prose .wp-block-rss a:hover::after,
.block-editor-block-list__layout .wp-block-archives a:hover::after,
.block-editor-block-list__layout .wp-block-rss a:hover::after {
    transform: scaleX(1)
}

.prose li::marker,
.block-editor-block-list__layout li::marker {
    color: var(--tw-prose-body)
}

.prose .post-password-form p~p,
.prose .post-password-form p~p label,
.block-editor-block-list__layout .post-password-form p~p,
.block-editor-block-list__layout .post-password-form p~p label {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex
}

.prose .post-password-form p~p label,
.block-editor-block-list__layout .post-password-form p~p label {
    margin-bottom: 0;
    align-items: center
}

.prose .post-password-form p~p label input,
.block-editor-block-list__layout .post-password-form p~p label input {
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 4px 0 0 4px;
    border-right-width: 0;
    outline: none;
    padding: .875rem;
    margin-left: 20px
}

.prose .post-password-form p~p>input,
.block-editor-block-list__layout .post-password-form p~p>input {
    background-color: var(--accent-color);
    border-width: 0;
    color: #fff;
    padding: 10px 30px;
    border-radius: 0 4px 4px 0
}

.block-editor-block-list__layout ul.wp-block-categories__list {
    list-style: none
}

.blocks-gallery-item figure {
    position: relative
}

.blocks-gallery-item figure img {
    margin: 0
}

.wp-block-cover {
    color: #fff;
    margin-top: 20px;
    margin-bottom: 20px
}

.wp-block-cover strong {
    color: #fff
}

.wp-block-gallery .blocks-gallery-grid {
    padding-left: 0
}

.sticky-badge {
    border-radius: .175rem;
    padding: .25em .625em;
    font-size: .75rem;
    color: #fff;
    background-color: #373f50;
    font-weight: normal
}

iframe {
    max-width: 100%
}

.gallery {
    margin-bottom: 1.5em
}

.alignleft[class*=columns-],
.alignright[class*=columns-] {
    display: flex
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
    margin-bottom: 30px !important;
    margin-top: 0 !important
}

.gallery-item img {
    margin: 0 !important
}

@media(min-width: 768px) {
    .gallery-item {
        max-width: 33.33%
    }
}

@media(min-width: 1199px) {
    .gallery-item {
        padding: 0 15px
    }
}

@media(min-width: 1024px) {
    .gallery-columns-2 .gallery-item {
        max-width: 50%
    }

    .gallery-columns-3 .gallery-item {
        max-width: 33.33%
    }

    .gallery-columns-4 .gallery-item {
        max-width: 25%
    }

    .gallery-columns-5 .gallery-item {
        max-width: 20%
    }

    .gallery-columns-6 .gallery-item {
        max-width: 16.66%
    }

    .gallery-columns-7 .gallery-item {
        max-width: 14.28%
    }

    .gallery-columns-8 .gallery-item {
        max-width: 12.5%
    }

    .gallery-columns-9 .gallery-item {
        max-width: 11.11%
    }

    .gallery-columns-10 .gallery-item {
        max-width: 10%
    }
}

.gallery-caption {
    display: block;
    margin: 14px 0;
    font-size: 14px
}

.wp-block-table td,
.wp-block-table th {
    padding: .5em;
    border: 1px solid;
    word-break: normal
}

.wp-block-media-text .wp-block-media-text__media img {
    margin: 0
}

table:not([class]),
.mce-item-table {
    border-left: 1px solid #e7eaf3;
    border-right: 1px solid #e7eaf3;
    border-bottom: 1px solid #e7eaf3;
    border-collapse: collapse
}

table:not([class]) th,
table:not([class]) td,
.mce-item-table th,
.mce-item-table td {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #e7eaf3
}

table:not([class]) th:not(:last-child),
table:not([class]) td:not(:last-child),
.mce-item-table th:not(:last-child),
.mce-item-table td:not(:last-child) {
    border-right: 1px solid #e7eaf3
}

.wp-block-button.is-style-squared .wp-block-button__link {
    border-radius: 0
}

.wp-block-gallery.alignleft,
.wp-block-gallery.alignright {
    margin-top: 0
}

blockquote:not([class]) {
    border-left: 3px solid #d7926b;
    font-style: italic
}

.wp-block-quote.has-text-align-right {
    border-left: none !important;
    border-right: .25em solid #d7926b;
    padding-left: 0;
    padding-right: 1em
}

.wp-block-quote {
    border-left-color: #d7926b;
    border-left: .25em solid;
    margin: 0 0 1.75em;
    padding-left: 1em
}

.wp-block-quote {
    border-left: 3px solid #d7926b !important
}

.wp-caption .wp-caption-text {
    margin: .8075em 0;
    font-size: 14px
}

.wp-caption-text {
    text-align: center
}

.wp-caption img {
    margin: 0px
}

.wp-caption img[class*=wp-image-] {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    margin-bottom: 2em;
    max-width: 100%
}

.wp-block-embed figcaption {
    color: #555;
    font-size: 13px;
    text-align: center
}

.blogCard__image .img {
    background-repeat: no-repeat;
    background-position: center center
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0, 0, 0, 0)
}

.alignright {
    float: right
}

.alignleft {
    float: left
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.h-100 {
    height: 100% !important
}

.text-uppercase {
    text-transform: uppercase
}

.elementor .swiper-wrapper * {
    box-sizing: content-box
}

.group:hover .group-hover\:text-accent {
    color: var(--accent-color)
}

.bg-cover {
    background-size: cover
}

.row-margin {
    margin-left: -15px !important;
    margin-right: -15px !important
}

.px-col {
    padding-left: 15px !important;
    padding-right: 15px !important
}

.mx-auto {
    margin-left: auto !important;
    margin-right: auto !important
}

.x-gap-40 {
    margin-left: -1.25rem !important;
    margin-right: -1.25rem !important
}

.x-gap-120 {
    margin-left: -3.75rem !important;
    margin-right: -3.75rem !important
}

.sm\:x-gap-20 {
    margin-left: -0.625rem !important;
    margin-right: -0.625rem !important
}

.elementor-container.layout-pb-lg {
    padding-bottom: 8.75rem !important
}

.elementor-container.layout-pt-lg {
    padding-top: 8.75rem !important
}

@font-face {
    font-family: "star";
    src: url("./assets/fonts/star.eot");
    src: url("./assets/fonts/star.eot?#iefix") format("embedded-opentype"), url("./assets/fonts/star.woff") format("woff"), url("./assets/fonts/star.ttf") format("truetype"), url("./assets/fonts/star.svg#star") format("svg");
    font-weight: normal;
    font-style: normal
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important
}

.elementor-widget-hx-posts.load-more-align-center .elementor-button-wrapper,
.elementor-widget-hx-archive-posts.load-more-align-center .elementor-button-wrapper,
.elementor-widget-hx-portfolio.load-more-align-center .elementor-button-wrapper,
.elementor-widget-hx-archive-portfolio.load-more-align-center .elementor-button-wrapper {
    justify-content: center
}

.elementor-widget-hx-posts.load-more-align-start .elementor-button-wrapper,
.elementor-widget-hx-archive-posts.load-more-align-start .elementor-button-wrapper,
.elementor-widget-hx-portfolio.load-more-align-start .elementor-button-wrapper,
.elementor-widget-hx-archive-portfolio.load-more-align-start .elementor-button-wrapper {
    justify-content: start
}

.elementor-widget-hx-posts.load-more-align-end .elementor-button-wrapper,
.elementor-widget-hx-archive-posts.load-more-align-end .elementor-button-wrapper,
.elementor-widget-hx-portfolio.load-more-align-end .elementor-button-wrapper,
.elementor-widget-hx-archive-portfolio.load-more-align-end .elementor-button-wrapper {
    justify-content: end
}

.elementor-widget-hx-posts.load-more-align-justify .elementor-button,
.elementor-widget-hx-archive-posts.load-more-align-justify .elementor-button,
.elementor-widget-hx-portfolio.load-more-align-justify .elementor-button,
.elementor-widget-hx-archive-portfolio.load-more-align-justify .elementor-button {
    width: 100%
}

.elementor-widget-hx-posts .e-load-more-spinner,
.elementor-widget-hx-archive-posts .e-load-more-spinner,
.elementor-widget-hx-portfolio .e-load-more-spinner,
.elementor-widget-hx-archive-portfolio .e-load-more-spinner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.elementor-widget-hx-posts .e-load-more-spinner i,
.elementor-widget-hx-posts .e-load-more-spinner svg,
.elementor-widget-hx-archive-posts .e-load-more-spinner i,
.elementor-widget-hx-archive-posts .e-load-more-spinner svg,
.elementor-widget-hx-portfolio .e-load-more-spinner i,
.elementor-widget-hx-portfolio .e-load-more-spinner svg,
.elementor-widget-hx-archive-portfolio .e-load-more-spinner i,
.elementor-widget-hx-archive-portfolio .e-load-more-spinner svg {
    margin: 0 auto;
    display: none
}

.elementor-widget-hx-posts .e-load-more-spinner i,
.elementor-widget-hx-archive-posts .e-load-more-spinner i,
.elementor-widget-hx-portfolio .e-load-more-spinner i,
.elementor-widget-hx-archive-portfolio .e-load-more-spinner i {
    color: var(--load-more-spinner-color)
}

.elementor-widget-hx-posts .e-load-more-spinner svg,
.elementor-widget-hx-archive-posts .e-load-more-spinner svg,
.elementor-widget-hx-portfolio .e-load-more-spinner svg,
.elementor-widget-hx-archive-portfolio .e-load-more-spinner svg {
    fill: var(--load-more-spinner-color);
    height: 1em;
    width: 1em
}

.elementor-widget-hx-posts .e-load-more-message,
.elementor-widget-hx-archive-posts .e-load-more-message,
.elementor-widget-hx-portfolio .e-load-more-message,
.elementor-widget-hx-archive-portfolio .e-load-more-message {
    color: var(--load-more-message-color);
    text-align: var(--load-more-message-alignment, center);
    display: none;
    margin-top: var(--load-more—spacing, 30px)
}

.elementor-widget-hx-posts.e-load-more-pagination-loading,
.elementor-widget-hx-archive-posts.e-load-more-pagination-loading,
.elementor-widget-hx-portfolio.e-load-more-pagination-loading,
.elementor-widget-hx-archive-portfolio.e-load-more-pagination-loading {
    cursor: default
}

.elementor-widget-hx-posts.e-load-more-pagination-loading .e-load-more-spinner,
.elementor-widget-hx-archive-posts.e-load-more-pagination-loading .e-load-more-spinner,
.elementor-widget-hx-portfolio.e-load-more-pagination-loading .e-load-more-spinner,
.elementor-widget-hx-archive-portfolio.e-load-more-pagination-loading .e-load-more-spinner {
    margin-top: var(--load-more—spacing, 30px)
}

.elementor-widget-hx-posts.e-load-more-pagination-loading .e-load-more-spinner i,
.elementor-widget-hx-posts.e-load-more-pagination-loading .e-load-more-spinner svg,
.elementor-widget-hx-archive-posts.e-load-more-pagination-loading .e-load-more-spinner i,
.elementor-widget-hx-archive-posts.e-load-more-pagination-loading .e-load-more-spinner svg,
.elementor-widget-hx-portfolio.e-load-more-pagination-loading .e-load-more-spinner i,
.elementor-widget-hx-portfolio.e-load-more-pagination-loading .e-load-more-spinner svg,
.elementor-widget-hx-archive-portfolio.e-load-more-pagination-loading .e-load-more-spinner i,
.elementor-widget-hx-archive-portfolio.e-load-more-pagination-loading .e-load-more-spinner svg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.elementor-widget-hx-posts.e-load-more-pagination-loading .elementor-button-content-wrapper,
.elementor-widget-hx-archive-posts.e-load-more-pagination-loading .elementor-button-content-wrapper,
.elementor-widget-hx-portfolio.e-load-more-pagination-loading .elementor-button-content-wrapper,
.elementor-widget-hx-archive-portfolio.e-load-more-pagination-loading .elementor-button-content-wrapper {
    visibility: hidden
}

.elementor-widget-hx-posts.e-load-more-pagination-end .elementor-button-wrapper,
.elementor-widget-hx-archive-posts.e-load-more-pagination-end .elementor-button-wrapper,
.elementor-widget-hx-portfolio.e-load-more-pagination-end .elementor-button-wrapper,
.elementor-widget-hx-archive-portfolio.e-load-more-pagination-end .elementor-button-wrapper {
    display: none
}

.elementor-widget-hx-posts.e-load-more-pagination-end .e-load-more-message,
.elementor-widget-hx-archive-posts.e-load-more-pagination-end .e-load-more-message,
.elementor-widget-hx-portfolio.e-load-more-pagination-end .e-load-more-message,
.elementor-widget-hx-archive-portfolio.e-load-more-pagination-end .e-load-more-message {
    display: block
}

.elementor-widget-hx-posts.e-load-more-no-spinner .elementor-button-content-wrapper,
.elementor-widget-hx-archive-posts.e-load-more-no-spinner .elementor-button-content-wrapper,
.elementor-widget-hx-portfolio.e-load-more-no-spinner .elementor-button-content-wrapper,
.elementor-widget-hx-archive-portfolio.e-load-more-no-spinner .elementor-button-content-wrapper {
    visibility: visible
}

.elementor-widget-hx-posts .elementor-button-wrapper,
.elementor-widget-hx-archive-posts .elementor-button-wrapper,
.elementor-widget-hx-portfolio .elementor-button-wrapper,
.elementor-widget-hx-archive-portfolio .elementor-button-wrapper {
    margin-top: var(--load-more—spacing, 30px)
}

.elementor-widget-hx-posts .elementor-button-wrapper .e-load-more-spinner,
.elementor-widget-hx-archive-posts .elementor-button-wrapper .e-load-more-spinner,
.elementor-widget-hx-portfolio .elementor-button-wrapper .e-load-more-spinner,
.elementor-widget-hx-archive-portfolio .elementor-button-wrapper .e-load-more-spinner {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: inherit
}

@media(max-width: 767px) {
    .pagination__content * {
        display: none
    }
}

.page-loading {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .4s .2s ease-in-out;
    transition: all .4s .2s ease-in-out;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    z-index: 9999
}

.page-loading.active {
    opacity: 1;
    visibility: visible
}

.page-loading-inner {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
    opacity: 0
}

.page-loading.active>.page-loading-inner {
    opacity: 1
}

.page-loading-inner>span {
    display: block;
    font-size: 1rem;
    font-weight: normal;
    color: #9397ad
}

.page-spinner {
    display: inline-block;
    width: 2.75rem;
    height: 2.75rem;
    margin-bottom: .75rem;
    vertical-align: text-bottom;
    border: .15em solid #b4b7c9;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner .75s linear infinite;
    animation: spinner .75s linear infinite
}

@-webkit-keyframes spinner {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spinner {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0
}

.prose {
    color: var(--tw-prose-body);
    max-width: 65ch
}

.prose :where([class~="lead"]):not(:where([class~="not-prose"] *)) {
    color: var(--tw-prose-lead);
    font-size: 1.25em;
    line-height: 1.6;
    margin-top: 1.2em;
    margin-bottom: 1.2em
}

.prose :where(a):not(:where([class~="not-prose"] *)) {
    color: var(--tw-prose-links);
    text-decoration: underline;
    font-weight: 500
}

.prose :where(strong):not(:where([class~="not-prose"] *)) {
    color: var(--tw-prose-bold);
    font-weight: 600
}

.prose :where(ol):not(:where([class~="not-prose"] *)) {
    list-style-type: decimal;
    padding-left: 1.625em
}

.prose :where(ol[type="A"]):not(:where([class~="not-prose"] *)) {
    list-style-type: upper-alpha
}

.prose :where(ol[type="a"]):not(:where([class~="not-prose"] *)) {
    list-style-type: lower-alpha
}

.prose :where(ol[type="A" s]):not(:where([class~="not-prose"] *)) {
    list-style-type: upper-alpha
}

.prose :where(ol[type="a" s]):not(:where([class~="not-prose"] *)) {
    list-style-type: lower-alpha
}

.prose :where(ol[type="I"]):not(:where([class~="not-prose"] *)) {
    list-style-type: upper-roman
}

.prose :where(ol[type="i"]):not(:where([class~="not-prose"] *)) {
    list-style-type: lower-roman
}

.prose :where(ol[type="I" s]):not(:where([class~="not-prose"] *)) {
    list-style-type: upper-roman
}

.prose :where(ol[type="i" s]):not(:where([class~="not-prose"] *)) {
    list-style-type: lower-roman
}

.prose :where(ol[type="1"]):not(:where([class~="not-prose"] *)) {
    list-style-type: decimal
}

.prose :where(ul):not(:where([class~="not-prose"] *)) {
    list-style-type: disc;
    padding-left: 1.625em
}

.prose :where(ol > li):not(:where([class~="not-prose"] *))::marker {
    font-weight: 400;
    color: var(--tw-prose-counters)
}

.prose :where(ul > li):not(:where([class~="not-prose"] *))::marker {
    color: var(--tw-prose-bullets)
}

.prose :where(hr):not(:where([class~="not-prose"] *)) {
    border-color: var(--tw-prose-hr);
    border-top-width: 1px;
    margin-top: 3em;
    margin-bottom: 3em
}

.prose :where(blockquote):not(:where([class~="not-prose"] *)) {
    font-weight: 500;
    font-style: italic;
    color: var(--tw-prose-quotes);
    border-left-width: .25rem;
    border-left-color: var(--tw-prose-quote-borders);
    quotes: "“" "”" "‘" "’";
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-left: 1em
}

.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"] *))::before {
    content: open-quote
}

.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"] *))::after {
    content: close-quote
}

.prose :where(h1):not(:where([class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 800;
    font-size: 2.25em;
    margin-top: 0;
    margin-bottom: .8888889em;
    line-height: 1.1111111
}

.prose :where(h1 strong):not(:where([class~="not-prose"] *)) {
    font-weight: 900
}

.prose :where(h2):not(:where([class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 700;
    font-size: 1.5em;
    margin-top: 2em;
    margin-bottom: 1em;
    line-height: 1.3333333
}

.prose :where(h2 strong):not(:where([class~="not-prose"] *)) {
    font-weight: 800
}

.prose :where(h3):not(:where([class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
    font-size: 1.25em;
    margin-top: 1.6em;
    margin-bottom: .6em;
    line-height: 1.6
}

.prose :where(h3 strong):not(:where([class~="not-prose"] *)) {
    font-weight: 700
}

.prose :where(h4):not(:where([class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
    margin-top: 1.5em;
    margin-bottom: .5em;
    line-height: 1.5
}

.prose :where(h4 strong):not(:where([class~="not-prose"] *)) {
    font-weight: 700
}

.prose :where(figure > *):not(:where([class~="not-prose"] *)) {
    margin-top: 0;
    margin-bottom: 0
}

.prose :where(figcaption):not(:where([class~="not-prose"] *)) {
    color: var(--tw-prose-captions);
    font-size: .875em;
    line-height: 1.4285714;
    margin-top: .8571429em
}

.prose :where(code):not(:where([class~="not-prose"] *)) {
    color: var(--tw-prose-code);
    font-weight: 600;
    font-size: .875em
}

.prose :where(code):not(:where([class~="not-prose"] *))::before {
    content: "`"
}

.prose :where(code):not(:where([class~="not-prose"] *))::after {
    content: "`"
}

.prose :where(a code):not(:where([class~="not-prose"] *)) {
    color: var(--tw-prose-links)
}

.prose :where(pre):not(:where([class~="not-prose"] *)) {
    color: var(--tw-prose-pre-code);
    background-color: var(--tw-prose-pre-bg);
    overflow-x: auto;
    font-weight: 400;
    font-size: .875em;
    line-height: 1.7142857;
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
    border-radius: .375rem;
    padding-top: .8571429em;
    padding-right: 1.1428571em;
    padding-bottom: .8571429em;
    padding-left: 1.1428571em
}

.prose :where(pre code):not(:where([class~="not-prose"] *)) {
    background-color: transparent;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-weight: inherit;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit
}

.prose :where(pre code):not(:where([class~="not-prose"] *))::before {
    content: none
}

.prose :where(pre code):not(:where([class~="not-prose"] *))::after {
    content: none
}

.prose :where(table):not(:where([class~="not-prose"] *)) {
    width: 100%;
    table-layout: auto;
    text-align: left;
    margin-top: 2em;
    margin-bottom: 2em;
    font-size: .875em;
    line-height: 1.7142857
}

.prose :where(thead):not(:where([class~="not-prose"] *)) {
    border-bottom-width: 1px;
    border-bottom-color: var(--tw-prose-th-borders)
}

.prose :where(thead th):not(:where([class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
    vertical-align: bottom;
    padding-right: .5714286em;
    padding-bottom: .5714286em;
    padding-left: .5714286em
}

.prose :where(tbody tr):not(:where([class~="not-prose"] *)) {
    border-bottom-width: 1px;
    border-bottom-color: var(--tw-prose-td-borders)
}

.prose :where(tbody tr:last-child):not(:where([class~="not-prose"] *)) {
    border-bottom-width: 0
}

.prose :where(tbody td):not(:where([class~="not-prose"] *)) {
    vertical-align: baseline;
    padding-top: .5714286em;
    padding-right: .5714286em;
    padding-bottom: .5714286em;
    padding-left: .5714286em
}

.prose {
    --tw-prose-body: #374151;
    --tw-prose-headings: #111827;
    --tw-prose-lead: #4b5563;
    --tw-prose-links: #111827;
    --tw-prose-bold: #111827;
    --tw-prose-counters: #6b7280;
    --tw-prose-bullets: #d1d5db;
    --tw-prose-hr: #e5e7eb;
    --tw-prose-quotes: #111827;
    --tw-prose-quote-borders: #e5e7eb;
    --tw-prose-captions: #6b7280;
    --tw-prose-code: #111827;
    --tw-prose-pre-code: #e5e7eb;
    --tw-prose-pre-bg: #1f2937;
    --tw-prose-th-borders: #d1d5db;
    --tw-prose-td-borders: #e5e7eb;
    --tw-prose-invert-body: #d1d5db;
    --tw-prose-invert-headings: #fff;
    --tw-prose-invert-lead: #9ca3af;
    --tw-prose-invert-links: #fff;
    --tw-prose-invert-bold: #fff;
    --tw-prose-invert-counters: #9ca3af;
    --tw-prose-invert-bullets: #4b5563;
    --tw-prose-invert-hr: #374151;
    --tw-prose-invert-quotes: #f3f4f6;
    --tw-prose-invert-quote-borders: #374151;
    --tw-prose-invert-captions: #9ca3af;
    --tw-prose-invert-code: #fff;
    --tw-prose-invert-pre-code: #d1d5db;
    --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
    --tw-prose-invert-th-borders: #4b5563;
    --tw-prose-invert-td-borders: #374151;
    font-size: 1rem;
    line-height: 1.75
}

.prose :where(p):not(:where([class~="not-prose"] *)) {
    margin-top: 1.25em;
    margin-bottom: 1.25em
}

.prose :where(img):not(:where([class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em
}

.prose :where(video):not(:where([class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em
}

.prose :where(figure):not(:where([class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em
}

.prose :where(h2 code):not(:where([class~="not-prose"] *)) {
    font-size: .875em
}

.prose :where(h3 code):not(:where([class~="not-prose"] *)) {
    font-size: .9em
}

.prose :where(li):not(:where([class~="not-prose"] *)) {
    margin-top: .5em;
    margin-bottom: .5em
}

.prose :where(ol > li):not(:where([class~="not-prose"] *)) {
    padding-left: .375em
}

.prose :where(ul > li):not(:where([class~="not-prose"] *)) {
    padding-left: .375em
}

.prose>:where(ul > li p):not(:where([class~="not-prose"] *)) {
    margin-top: .75em;
    margin-bottom: .75em
}

.prose>:where(ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
    margin-top: 1.25em
}

.prose>:where(ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
    margin-bottom: 1.25em
}

.prose>:where(ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
    margin-top: 1.25em
}

.prose>:where(ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
    margin-bottom: 1.25em
}

.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)) {
    margin-top: .75em;
    margin-bottom: .75em
}

.prose :where(hr + *):not(:where([class~="not-prose"] *)) {
    margin-top: 0
}

.prose :where(h2 + *):not(:where([class~="not-prose"] *)) {
    margin-top: 0
}

.prose :where(h3 + *):not(:where([class~="not-prose"] *)) {
    margin-top: 0
}

.prose :where(h4 + *):not(:where([class~="not-prose"] *)) {
    margin-top: 0
}

.prose :where(thead th:first-child):not(:where([class~="not-prose"] *)) {
    padding-left: 0
}

.prose :where(thead th:last-child):not(:where([class~="not-prose"] *)) {
    padding-right: 0
}

.prose :where(tbody td:first-child):not(:where([class~="not-prose"] *)) {
    padding-left: 0
}

.prose :where(tbody td:last-child):not(:where([class~="not-prose"] *)) {
    padding-right: 0
}

.prose>:where(:first-child):not(:where([class~="not-prose"] *)) {
    margin-top: 0
}

.prose>:where(:last-child):not(:where([class~="not-prose"] *)) {
    margin-bottom: 0
}

.prose-sm {
    font-size: .875rem;
    line-height: 1.7142857
}

.prose-sm :where(p):not(:where([class~="not-prose"] *)) {
    margin-top: 1.1428571em;
    margin-bottom: 1.1428571em
}

.prose-sm :where([class~="lead"]):not(:where([class~="not-prose"] *)) {
    font-size: 1.2857143em;
    line-height: 1.5555556;
    margin-top: .8888889em;
    margin-bottom: .8888889em
}

.prose-sm :where(blockquote):not(:where([class~="not-prose"] *)) {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
    padding-left: 1.1111111em
}

.prose-sm :where(h1):not(:where([class~="not-prose"] *)) {
    font-size: 2.1428571em;
    margin-top: 0;
    margin-bottom: .8em;
    line-height: 1.2
}

.prose-sm :where(h2):not(:where([class~="not-prose"] *)) {
    font-size: 1.4285714em;
    margin-top: 1.6em;
    margin-bottom: .8em;
    line-height: 1.4
}

.prose-sm :where(h3):not(:where([class~="not-prose"] *)) {
    font-size: 1.2857143em;
    margin-top: 1.5555556em;
    margin-bottom: .4444444em;
    line-height: 1.5555556
}

.prose-sm :where(h4):not(:where([class~="not-prose"] *)) {
    margin-top: 1.4285714em;
    margin-bottom: .5714286em;
    line-height: 1.4285714
}

.prose-sm :where(img):not(:where([class~="not-prose"] *)) {
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em
}

.prose-sm :where(video):not(:where([class~="not-prose"] *)) {
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em
}

.prose-sm :where(figure):not(:where([class~="not-prose"] *)) {
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em
}

.prose-sm :where(figure > *):not(:where([class~="not-prose"] *)) {
    margin-top: 0;
    margin-bottom: 0
}

.prose-sm :where(figcaption):not(:where([class~="not-prose"] *)) {
    font-size: .8571429em;
    line-height: 1.3333333;
    margin-top: .6666667em
}

.prose-sm :where(code):not(:where([class~="not-prose"] *)) {
    font-size: .8571429em
}

.prose-sm :where(h2 code):not(:where([class~="not-prose"] *)) {
    font-size: .9em
}

.prose-sm :where(h3 code):not(:where([class~="not-prose"] *)) {
    font-size: .8888889em
}

.prose-sm :where(pre):not(:where([class~="not-prose"] *)) {
    font-size: .8571429em;
    line-height: 1.6666667;
    margin-top: 1.6666667em;
    margin-bottom: 1.6666667em;
    border-radius: .25rem;
    padding-top: .6666667em;
    padding-right: 1em;
    padding-bottom: .6666667em;
    padding-left: 1em
}

.prose-sm :where(ol):not(:where([class~="not-prose"] *)) {
    padding-left: 1.5714286em
}

.prose-sm :where(ul):not(:where([class~="not-prose"] *)) {
    padding-left: 1.5714286em
}

.prose-sm :where(li):not(:where([class~="not-prose"] *)) {
    margin-top: .2857143em;
    margin-bottom: .2857143em
}

.prose-sm :where(ol > li):not(:where([class~="not-prose"] *)) {
    padding-left: .4285714em
}

.prose-sm :where(ul > li):not(:where([class~="not-prose"] *)) {
    padding-left: .4285714em
}

.prose-sm>:where(ul > li p):not(:where([class~="not-prose"] *)) {
    margin-top: .5714286em;
    margin-bottom: .5714286em
}

.prose-sm>:where(ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
    margin-top: 1.1428571em
}

.prose-sm>:where(ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
    margin-bottom: 1.1428571em
}

.prose-sm>:where(ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
    margin-top: 1.1428571em
}

.prose-sm>:where(ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
    margin-bottom: 1.1428571em
}

.prose-sm :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)) {
    margin-top: .5714286em;
    margin-bottom: .5714286em
}

.prose-sm :where(hr):not(:where([class~="not-prose"] *)) {
    margin-top: 2.8571429em;
    margin-bottom: 2.8571429em
}

.prose-sm :where(hr + *):not(:where([class~="not-prose"] *)) {
    margin-top: 0
}

.prose-sm :where(h2 + *):not(:where([class~="not-prose"] *)) {
    margin-top: 0
}

.prose-sm :where(h3 + *):not(:where([class~="not-prose"] *)) {
    margin-top: 0
}

.prose-sm :where(h4 + *):not(:where([class~="not-prose"] *)) {
    margin-top: 0
}

.prose-sm :where(table):not(:where([class~="not-prose"] *)) {
    font-size: .8571429em;
    line-height: 1.5
}

.prose-sm :where(thead th):not(:where([class~="not-prose"] *)) {
    padding-right: 1em;
    padding-bottom: .6666667em;
    padding-left: 1em
}

.prose-sm :where(thead th:first-child):not(:where([class~="not-prose"] *)) {
    padding-left: 0
}

.prose-sm :where(thead th:last-child):not(:where([class~="not-prose"] *)) {
    padding-right: 0
}

.prose-sm :where(tbody td):not(:where([class~="not-prose"] *)) {
    padding-top: .6666667em;
    padding-right: 1em;
    padding-bottom: .6666667em;
    padding-left: 1em
}

.prose-sm :where(tbody td:first-child):not(:where([class~="not-prose"] *)) {
    padding-left: 0
}

.prose-sm :where(tbody td:last-child):not(:where([class~="not-prose"] *)) {
    padding-right: 0
}

.prose-sm>:where(:first-child):not(:where([class~="not-prose"] *)) {
    margin-top: 0
}

.prose-sm>:where(:last-child):not(:where([class~="not-prose"] *)) {
    margin-bottom: 0
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0
}

.mb-12 {
    margin-bottom: 3rem
}

.mb-\[3\.5rem\] {
    margin-bottom: 3.5rem
}

.flex {
    display: flex
}

.max-w-none {
    max-width: none
}

.max-w-full {
    max-width: 100%
}

.max-w-\[75\%\] {
    max-width: 75%
}

.flex-col {
    flex-direction: column
}

.break-words {
    overflow-wrap: break-word
}

.bg-\[\#f9f6f6\] {
    --tw-bg-opacity: 1;
    background-color: rgb(249 246 246/var(--tw-bg-opacity))
}

.text-\[14px\] {
    font-size: 14px
}

.font-medium {
    font-weight: 500
}

@font-face {
    font-family: "star";
    src: url("assets/fonts/star.eot");
    src: url("assets/fonts/star.eot?#iefix") format("embedded-opentype"), url("assets/fonts/star.woff") format("woff"), url("assets/fonts/star.ttf") format("truetype"), url("assets/fonts/star.svg#star") format("svg");
    font-weight: normal;
    font-style: normal
}

.star-rating {
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: 1em;
    width: 5.5em;
    font-family: "star"
}

.star-rating:before {
    content: "sssss";
    color: rgba(0, 0, 0, .2);
    float: left;
    top: 0;
    left: 0;
    position: absolute
}

.star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em
}

.star-rating span:before {
    content: "SSSSS";
    top: 0;
    position: absolute;
    left: 0;
    color: #fed700
}

p.stars {
    display: inline-block;
    margin: 0
}

p.stars a {
    position: relative;
    height: 1em;
    width: 1em;
    text-indent: -999em;
    display: inline-block;
    text-decoration: none;
    margin: 0 1px 0 0;
    padding: 0;
    font-weight: 400;
    background-color: transparent
}

p.stars a::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;
    height: 1em;
    line-height: 1;
    font-family: "star";
    content: "S";
    color: #252525;
    text-indent: 0;
    opacity: .25
}

p.stars a:hover~a::before {
    content: "S";
    color: #252525;
    opacity: .25
}

p.stars:hover a::before {
    content: "S";
    color: #efc609;
    opacity: 1
}

p.stars.selected a.active::before {
    content: "S";
    color: #efc609;
    opacity: 1
}

p.stars.selected a.active~a::before {
    content: "S";
    color: #252525;
    opacity: .25
}

p.stars.selected a:not(.active)::before {
    content: "S";
    color: #efc609;
    opacity: 1
}

ins {
    text-decoration: none
}

table.shop_table .product_name img {
    width: 100px !important
}

table.variations td {
    padding-bottom: 12px
}

table.variations select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
    background-position: right .5rem center;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    padding-right: 2.5rem;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none
}

.woocommerce-breadcrumb {
    color: #fff
}

.woocommerce-shipping-totals td {
    padding: .3rem 0
}

.shop_table.cart,
.shopSingle-info__action form.cart {
    width: 100%
}

.flex-viewport .woocommerce-product-gallery__image.flex-active-slide {
    position: relative !important;
    opacity: 1
}

.flex-viewport .woocommerce-product-gallery__image {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100%;
    float: none !important;
    transition: opacity .3s ease-in-out;
    opacity: 0;
    z-index: 1
}

.product .add_to_cart_button.loading::after {
    z-index: 1000;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: url(assets/img/shop/ajax-loader.gif) center center/16px 16px no-repeat #fff;
    opacity: .6;
    cursor: wait;
    position: absolute
}

.flex-control-thumbs {
    display: flex;
    column-gap: 10px;
    overflow-x: auto;
    padding: 0;
    margin-top: 10px;
    flex-shrink: 0
}

@media(min-width: 1024px) {
    .flex-control-thumbs {
        column-gap: 0;
        row-gap: 10px;
        flex-direction: column;
        margin-top: 0
    }
}

.flex-control-thumbs img {
    width: 92px;
    height: 90px;
    object-fit: cover
}

@media(min-width: 991px) {
    .woocommerce-product-gallery {
        display: flex
    }

    .flex-viewport {
        order: 2
    }
}

.single-product .single_variation_wrap .woocommerce-variation-add-to-cart,
.single-product form.cart:not(.variations_form):not(.grouped_form) {
    width: 100%;
    margin-top: 1.5rem;
    margin-bottom: 1rem
}

@media(min-width: 768px) {

    .single-product .single_variation_wrap .woocommerce-variation-add-to-cart,
    .single-product form.cart:not(.variations_form):not(.grouped_form) {
        display: flex
    }
}

.woocommerce-privacy-policy-text a {
    color: #d7926b;
    text-transform: none !important;
    background-color: transparent !important;
    padding: inherit;
    margin: 0
}

form select,
form input[type=tel] {
    font-size: .875rem;
    line-height: 1.3;
    font-weight: 400;
    width: 100%;
    padding: .875rem;
    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3125rem;
    transition: border .15s cubic-bezier(0.165, 0.84, 0.44, 1)
}

form select,
form input[type=password] {
    font-size: .875rem;
    line-height: 1.3;
    font-weight: 400;
    width: 100%;
    padding: .875rem;
    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, .2);
    transition: border .15s cubic-bezier(0.165, 0.84, 0.44, 1)
}

.product .add_to_cart_button.added {
    display: none
}

.product .added_to_cart {
    display: block;
    z-index: 10;
    position: absolute;
    bottom: .625rem;
    left: .625rem;
    right: .625rem;
    font-size: .875rem;
    line-height: 1rem;
    color: #fff;
    display: flex;
    justify-content: center;
    padding: 1.125rem;
    align-items: center;
    text-transform: uppercase;
    background-color: #18130c;
    transition: all .3s cubic-bezier(0.165, 0.84, 0.44, 1)
}

.input-counter__counter {
    display: flex;
    position: relative;
    width: 6.25rem;
    height: 3.4375rem
}

.shipping-calculator-form p {
    flex: 0 0 50%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .75rem !important
}

.woocommerce-checkout-review-order-table tbody tr,
.woocommerce-table--order-details tbody tr {
    border-top-width: 0 !important
}

.woocommerce-checkout-review-order .woocommerce-shipping-totals td {
    padding: .86rem 0
}

.wc-payment-form {
    padding: 1rem;
    background-color: #f6f5f3 !important;
    margin-top: 10px
}

.woocommerce-checkout-payment .shopCart-sidebar__totals .payment_box.payment_method_stripe p a {
    color: #d7926b;
    text-transform: none !important;
    background-color: transparent !important;
    padding: inherit
}

.cart-collaterals .shop_table tr+tr,
.woocommerce-order-received .shop_table tr+tr,
.woocommerce-checkout-review-order .shop_table tr+tr {
    border-top: 1px solid #e7e7ec
}

.shopCart-sidebar__totals table {
    width: 100%
}

.woocommerce-checkout .woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px
}

.woocommerce-checkout .alert,
.woocommerce-checkout .woocommerce-error {
    margin-bottom: 2rem
}

@media(max-width: 767px) {
    .respondForm .logged-in-as {
        display: block;
        line-height: 2
    }

    .respondForm .logged-in-as a~a,
    .respondForm .logged-in-as>span {
        display: block
    }
}

.woocommerce-tabs .respondForm h3 {
    color: #000;
    font-size: 1.125rem;
    line-height: 1.2;
    font-weight: 600;
    margin: 0;
    margin-bottom: 1.6875rem
}

.shopCompleted-footer__wrap table {
    width: 100%
}

.woocommerce-MyAccount-content p a {
    color: #d7926b;
    text-transform: none !important;
    background-color: transparent !important;
    padding: inherit;
    margin: 0
}

.woocommerce-MyAccount-navigation ul li a {
    text-decoration: none;
    padding: .875em 0;
    display: block;
    color: #77838f
}

.woocommerce-MyAccount-navigation ul li.is-active a {
    color: #d7926b
}

.woocommerce-MyAccount-content table {
    border-spacing: 0;
    width: 100%;
    margin: 0 0 1.41575em;
    border-collapse: separate
}

.woocommerce-MyAccount-content table thead th {
    padding: 1.41575em;
    vertical-align: middle;
    font-weight: 600
}

.woocommerce-MyAccount-content table:not(.has-background) th {
    background-color: #f8f8f8
}

.woocommerce-MyAccount-content table thead th {
    padding: 1.41575em;
    vertical-align: middle;
    font-weight: 600
}

.woocommerce-MyAccount-content table td,
.woocommerce-MyAccount-content table th {
    padding: 1em 1.41575em;
    text-align: left;
    vertical-align: top
}

.woocommerce-MyAccount-content table td a {
    color: #d7926b
}

mark,
.mark {
    padding: .2em;
    background-color: #fcf8e3
}

.woocommerce-MyAccount-content .order_details {
    background-color: #f8f8f8
}

.woocommerce-table--order-details .product-name a {
    color: #77838f
}

.woocommerce-MyAccount-content .woocommerce-Address a {
    color: #d7926b
}

.woocommerce-MyAccount-content .woocommerce-Address {
    color: #615e5e
}

.woocommerce-MyAccount-content .woocommerce-Addresses.addresses {
    padding: 30px;
    border: 1px solid #e7e7ec;
    border-radius: .25rem;
    box-shadow: 0 .5rem .937rem rgba(140, 152, 164, .1);
    margin-bottom: 30px
}

.woocommerce-product-gallery__wrapper {
    position: relative;
    overflow: hidden;
    width: 100% !important;
    margin-bottom: 0;
    transform: none !important
}

.single-product .woocommerce-notices-wrapper {
    margin-bottom: 1rem
}

.single-product .variations .reset_variations {
    position: absolute;
    top: -30px;
    right: 0;
    font-size: .875rem;
    text-decoration: none
}

.single-product .variations {
    position: relative
}

form.variations_form table.variations {
    width: 100%
}

.single-product .shopSingle-preview {
    position: relative
}

@media(min-width: 1024px) {
    .single-product .shopSingle-preview .flex-viewport {
        margin-left: 10px
    }
}

.single-product .shopSingle-preview .woocommerce-product-gallery__image a {
    display: flex
}

.single-product .shopSingle-preview .woocommerce-product-gallery__image img {
    max-width: 100%;
    height: auto
}

@media(min-width: 1200px) {
    .single-product .shopSingle-preview .woocommerce-product-gallery__image a {
        position: relative;
        overflow: hidden;
        width: 644px;
        height: 624px
    }

    .single-product .shopSingle-preview .woocommerce-product-gallery__image a::before {
        display: block;
        width: 100%;
        content: "";
        padding-bottom: 96.77419%
    }

    .single-product .shopSingle-preview .woocommerce-product-gallery__image a img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 0
    }
}

.single-product form.cart .woocommerce-variation-price {
    margin-top: 1rem
}

.woocommerce-product-gallery__trigger {
    font-size: 0;
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 2.5rem;
    height: 2.5rem;
    border: 1px solid #e3e9ef;
    border-radius: 50%;
    background-color: #fff;
    color: #4b566b !important;
    text-align: center;
    line-height: 2.375rem;
    z-index: 10
}

.woocommerce-product-gallery__trigger::before {
    font-family: "icomoon" !important;
    font-size: 1rem;
    content: ""
}

.woocommerce-tabs .wc-tabs .tabs__button {
    white-space: nowrap
}

@media(max-width: 1024px) {
    .wc-tabs {
        overflow-x: auto;
        overflow-y: hidden;
        justify-content: flex-start !important
    }
}

@media(max-width: 767px) {
    form.cart .woocommerce-grouped-product-list .shopCart-products__title {
        display: none !important
    }
}

.blogPost.-comments .blogPost__content .comments__list>div {
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 1.875rem;
    margin-bottom: 1.875rem
}

.blogPost.-comments .blogPost__content .comments__list>div:last-child {
    border: 0 !important;
    margin-bottom: 0 !important
}

.woocommerce-ordering select:focus {
    border: none
}

.woocommerce-tabs ul li.active a {
    color: var(--accent-color);
    position: relative
}

.woocommerce-tabs ul li a {
    padding: .625rem .75rem;
    display: inline-block
}

.woocommerce-tabs ul li.active a:after {
    content: "";
    height: 1px;
    background-color: var(--accent-color);
    position: absolute;
    bottom: -1px;
    right: 0;
    left: 0
}

@media(max-width: 767.98px) {
    .table-responsive {
        display: block;
        width: 100%;
        overflow-x: auto;
        overflow-y: hidden
    }
}

.icon-cross:before {
    content: ""
}

.woocommerce-product-gallery__wrapper {
    text-align: center
}

.shopCart-footer__item .coupon .input-text {
    width: 15.625rem
}

@media(max-width: 767px) {
    .shopCart-footer__item .coupon .input-text {
        width: 9.375rem
    }
}

.woocommerce-MyAccount-navigation ul li {
    list-style: none;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    position: relative
}

.woocommerce-MyAccount-navigation {
    border: 1px solid #e4e4e4
}

.woocommerce-MyAccount-navigation ul {
    padding-left: 10px
}

.alert-danger {
    color: #2f2d51;
    background-color: #ecc8c5;
    border-color: #ecc8c5
}

.alert-info {
    color: #2f2d51;
    background-color: #cde9f6;
    border-color: #cde9f6
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

.alert-success {
    color: #14b989;
    background-color: #ecfbf7;
    border-color: #c7f2e6
}

.select2.select2-container .select2-selection--single,
.select2.select2-container .select2-selection--multiple {
    display: inline-block;
    width: 100%;
    height: 38px;
    padding: .5rem;
    font-size: .875rem;
    font-weight: 500;
    line-height: 1.3;
    color: #a8a3b9;
    vertical-align: middle;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23413C5E' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 1.25rem center;
    background-size: 10px 12px;
    border: 1px solid #dbd8e9;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 0 !important;
    line-height: inherit
}

.select2.select2-container .select2-selection--single .select2-selection__rendered,
.select2.select2-container .select2-selection--multiple .select2-selection__rendered {
    padding-left: 0;
    line-height: 20px
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    margin: 0 !important
}

.shopCart-footer__item .coupon .input-text {
    width: 15.625rem
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none
}

.shop_table.woocommerce-checkout-review-order-table thead tr {
    border-bottom: 1px solid #e4e4e4
}

@media(max-width: 767px) {
    .shopCart-footer__item .coupon .input-text {
        width: 9.375rem
    }
}

.woocommerce-MyAccount-content .order_details th,
.woocommerce-MyAccount-content .order_details td {
    padding: 0 1rem !important
}

.woocommerce-MyAccount-content .order_details thead tr {
    border-bottom: 1px solid #e4e4e4
}

.navbar-tool-badge {
    position: absolute;
    right: -0.5625rem;
    width: 1.125rem;
    height: 1.125rem;
    border-radius: 50%;
    background-color: #d7926b;
    color: #fff;
    font-size: .75rem;
    font-weight: 500;
    text-align: center;
    line-height: 1.125rem
}

.header__cart {
    position: relative
}

.woocommerce-checkout .woocommerce-form-login>.register-text {
    display: none
}

.woocommerce-checkout .woocommerce-form-login>* {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px
}

.woocommerce-checkout .woocommerce-form-login button {
    width: 100%
}

.woocommerce-privacy-policy-text {
    margin-bottom: 1.5rem !important;
    margin-top: 1.5rem !important
}

.woocommerce-tabs .comments__item-inner {
    border: none !important;
    margin: 0;
    padding: 0
}

.variations select {
    margin-bottom: 1rem
}

.woocommerce-variation-price {
    font-weight: 600 !important;
    color: #000
}

.shopSingle-info__action .out-of-stock {
    color: #e00f0f
}

.woocommerce-checkout .woocommerce-form-login .lost_password a {
    color: #d7926b;
    text-transform: none !important;
    background-color: transparent !important;
    padding: inherit;
    margin: 0
}

.flex-control-thumbs li img {
    width: 92px
}

@media(max-width: 1024px) {
    .header.-home-3 .header__cart .navbar-tool-badge {
        right: .8rem
    }
}

@media(min-width: 1025px) {

    .header.-home-3 .header__cart .navbar-tool-badge,
    .header.-home-6 .header__cart .navbar-tool-badge {
        right: 1.4rem
    }
}

.page-links {
    clear: both
}

.footer__logo .site-branding-text {
    font-size: 1rem
}

.bypostauthor .badge {
    font-size: .7rem
}