*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
html,
body {
    width: 100%;
    position: relative;
    font-size: 16px;
    line-height: 1;
    background: #fff;
    min-height: 100vh;
}
html::-webkit-scrollbar {
    width: 8px;
    background: #eee;
}
html::-webkit-scrollbar-thumb {
    width: 8px;
    background: #c20000;
}
img,
picture,
video,
canvas,
svg {
    border-style: none;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    position: relative;
    display: block;
}
hr {
    box-sizing: content-box;
    overflow: visible;
}
a {
    color: inherit;
    text-decoration: none;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}
button,
input,
optgroup,
select,
textarea {
    font-size: 100%;
    border: none;
    outline: none;
    background: rgba(0, 0, 0, 0);
    font: inherit;
}
button,
[type='button'],
[type='reset'],
[type='submit'] {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    cursor: pointer;
    background: rgba(0, 0, 0, 0);
}
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
    border-style: none;
    padding: 0;
    background: rgba(0, 0, 0, 0);
}
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
    outline: 1px dotted ButtonText;
    background: rgba(0, 0, 0, 0);
}
ul[role='list'],
ol[role='list'] {
    list-style: none;
    padding: 0;
}
fieldset {
    padding: 0.35em 0.75em 0.625em;
}
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
textarea {
    overflow: auto;
}
[type='search'] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
    outline-offset: -2px;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
    display: none;
    opacity: 0;
    visibility: hidden;
}
[type='search']::-webkit-search-decoration {
    -webkit-appearance: none;
    appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    appearance: button;
    font: inherit;
}
@media (prefers-reduced-motion: reduce) {
    html:focus-within {
        scroll-behavior: auto;
    }
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}
[hidden] {
    display: none !important;
}
:where(button, input:not([type='checkbox']), select, textarea) {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
strong,
b {
    font-weight: 600;
    color: inherit;
    font-family: inherit;
}
em,
i {
    font-style: italic;
}
.__no-scroll {
    overflow: hidden !important;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-ExtraBoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-ExtraLightItalic.woff') format('woff');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}
* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeSpeed;
    font-family: 'Poppins', sans-serif;
    color: #000;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    line-height: 125%;
}
h4 {
    font-size: 2.5em;
}
@media (max-width: 575px) {
    h4 {
        font-size: 2em;
    }
}
h5 {
    font-size: 2em;
}
h6 {
    font-size: 1.25em;
}
p,
li,
a {
    line-height: 125%;
}
header {
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    z-index: 100;
    transition: 0.4s ease-in-out;
}
header .header_wrapper {
    width: 100%;
    position: relative;
    display: block;
    background: #fff;
}
header .header_wrapper .header_top--box {
    width: 85%;
    max-width: 1215px;
    position: relative;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 20px 0;
    gap: 16px;
}
@media (max-width: 834px) {
    header .header_wrapper .header_top--box {
        width: 90%;
    }
}
@media (max-width: 575px) {
    header .header_wrapper .header_top--box {
        width: 100%;
        padding: 20px 5%;
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1019607843);
    }
}
header .header_wrapper .header_top--box ._menu-toggler {
    display: none;
}
header .header_wrapper .header_top--box ._menu-toggler button {
    width: 36px;
    height: 19px;
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
header .header_wrapper .header_top--box ._menu-toggler button::before,
header .header_wrapper .header_top--box ._menu-toggler button::after {
    content: '';
    display: block;
    position: relative;
    width: 100%;
    height: 3px;
    background: #000;
    border-radius: 2px;
    transform-origin: center;
    transition: 0.4s ease-in-out;
}
header .header_wrapper .header_top--box ._menu-toggler button::after {
    width: 65%;
}
header .header_wrapper .header_top--box ._menu-toggler button span {
    width: 100%;
    height: 3px;
    position: relative;
    display: block;
    background: #000;
    border-radius: 2px;
    transform-origin: center;
    transition: 0.4s ease-in-out;
}
header .header_wrapper .header_top--box ._menu-toggler button.active::before {
    transform: translateY(8px) rotate(45deg);
}
header .header_wrapper .header_top--box ._menu-toggler button.active span {
    transform: scale(0);
}
header .header_wrapper .header_top--box ._menu-toggler button.active::after {
    width: 100%;
    transform: translateY(-8px) rotate(-45deg);
}
@media (max-width: 575px) {
    header .header_wrapper .header_top--box ._menu-toggler {
        width: -moz-fit-content;
        width: fit-content;
        height: -moz-fit-content;
        height: fit-content;
        position: relative;
        display: block;
        order: 1;
    }
}
header .header_wrapper .header_top--box ._logo-comforza {
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: relative;
    display: block;
}
@media (max-width: 575px) {
    header .header_wrapper .header_top--box ._logo-comforza {
        order: 3;
    }
}
header .header_wrapper .header_top--box ._logo-comforza a {
    width: 187px;
    position: relative;
    display: block;
}
@media (max-width: 1024px) {
    header .header_wrapper .header_top--box ._logo-comforza a {
        width: 150px;
    }
}
@media (max-width: 834px) {
    header .header_wrapper .header_top--box ._logo-comforza a {
        width: 140px;
    }
}
@media (max-width: 575px) {
    header .header_wrapper .header_top--box ._logo-comforza a {
        width: 36px;
    }
}
header .header_wrapper .header_top--box ._search {
    width: 100%;
    position: relative;
    max-width: 510px;
    display: block;
}
@media (max-width: 1024px) {
    header .header_wrapper .header_top--box ._search {
        max-width: 400px;
    }
}
@media (max-width: 834px) {
    header .header_wrapper .header_top--box ._search {
        max-width: 300px;
    }
}
@media (max-width: 575px) {
    header .header_wrapper .header_top--box ._search {
        display: none;
    }
}
header .header_wrapper .header_top--box ._search ._form {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    border: 1px solid #9e9e9e;
    border-radius: 5px;
    padding: 4px 4px;
}
header .header_wrapper .header_top--box ._search ._form ._input {
    width: calc(100% - 33px);
    position: relative;
    display: block;
}
header .header_wrapper .header_top--box ._search ._form ._input input {
    width: 100%;
    position: relative;
    display: block;
    padding: 0 8px;
    font-weight: 500;
    caret-color: #c20000;
}
header
    .header_wrapper
    .header_top--box
    ._search
    ._form
    ._input
    input.placeholder {
    color: #bfbfbf;
}
header
    .header_wrapper
    .header_top--box
    ._search
    ._form
    ._input
    input:-moz-placeholder {
    color: #bfbfbf;
}
header
    .header_wrapper
    .header_top--box
    ._search
    ._form
    ._input
    input::-moz-placeholder {
    color: #bfbfbf;
}
header
    .header_wrapper
    .header_top--box
    ._search
    ._form
    ._input
    input:-ms-input-placeholder {
    color: #bfbfbf;
}
header
    .header_wrapper
    .header_top--box
    ._search
    ._form
    ._input
    input::-webkit-input-placeholder {
    color: #bfbfbf;
}
header .header_wrapper .header_top--box ._search ._form ._submit {
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: relative;
    display: block;
    border-left: 1px solid #737373;
    padding-left: 4px;
}
header .header_wrapper .header_top--box ._search ._form ._submit button {
    width: 28px;
    height: 28px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
header .header_wrapper .header_top--box ._search ._form ._submit button svg {
    width: 20px;
    position: relative;
    display: block;
    stroke: #c20000;
}
header .header_wrapper .header_top--box ._search ._form-options {
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    position: absolute;
    display: block;
    padding: 4px 8px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1019607843);
    top: 100%;
    left: 0;
    z-index: 2;
}
header .header_wrapper .header_top--box ._search ._form-options .close_options {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: flex-end;
}
header
    .header_wrapper
    .header_top--box
    ._search
    ._form-options
    .close_options
    button {
    width: 24px;
    height: 24px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
header
    .header_wrapper
    .header_top--box
    ._search
    ._form-options
    .close_options
    button
    svg {
    width: 20px;
    position: relative;
    display: block;
}
header
    .header_wrapper
    .header_top--box
    ._search
    ._form-options
    .close_options
    button
    svg
    path {
    stroke: #c20000;
}
header .header_wrapper .header_top--box ._search ._form-options ul {
    width: 100%;
    position: relative;
    display: block;
    max-height: 200px;
    overflow: auto;
}
header
    .header_wrapper
    .header_top--box
    ._search
    ._form-options
    ul::-webkit-scrollbar {
    width: 8px;
    background: #eee;
    border-radius: 4px;
}
header
    .header_wrapper
    .header_top--box
    ._search
    ._form-options
    ul::-webkit-scrollbar-thumb {
    width: 8px;
    background: #c20000;
    border-radius: 4px;
}
header .header_wrapper .header_top--box ._search ._form-options ul li {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 4px 8px;
    border-radius: 5px;
    transition: 0.4s ease-in-out;
}
header .header_wrapper .header_top--box ._search ._form-options ul li a {
    width: calc(100% - 24px);
    position: relative;
    display: block;
}
@media not all and (pointer: coarse) {
    header
        .header_wrapper
        .header_top--box
        ._search
        ._form-options
        ul
        li:hover {
        background: #f7f7f7;
    }
}
header .header_wrapper .header_top--box ._logo-honda {
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: relative;
    display: block;
}
@media (max-width: 575px) {
    header .header_wrapper .header_top--box ._logo-honda {
        order: 2;
    }
}
header .header_wrapper .header_top--box ._logo-honda a {
    width: 265px;
    position: relative;
    display: block;
}
@media (max-width: 1024px) {
    header .header_wrapper .header_top--box ._logo-honda a {
        width: 210px;
    }
}
@media (max-width: 768px) {
    header .header_wrapper .header_top--box ._logo-honda a {
        width: 180px;
    }
}
@media (max-width: 575px) {
    header .header_wrapper .header_top--box ._logo-honda a {
        width: 200px;
    }
}
header .header_wrapper .header_bottom--box {
    width: 100%;
    position: relative;
    display: block;
    padding: 16px 0;
    background: #000;
}
@media (max-width: 575px) {
    header .header_wrapper .header_bottom--box {
        position: absolute;
        top: 100%;
        height: calc(100dvh - 76px);
        overflow: auto;
        left: -100%;
        transition: 0.4s ease-in-out;
    }
    header .header_wrapper .header_bottom--box.active {
        left: 0;
    }
}
header .header_wrapper .header_bottom--box .header_bottom--box_wrapper {
    width: 85%;
    max-width: 1215px;
    position: relative;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
@media (max-width: 768px) {
    header .header_wrapper .header_bottom--box .header_bottom--box_wrapper {
        width: 90%;
    }
}
@media (max-width: 768px) {
    header .header_wrapper .header_bottom--box .header_bottom--box_wrapper {
        position: initial;
    }
}
@media (max-width: 575px) {
    header .header_wrapper .header_bottom--box .header_bottom--box_wrapper {
        position: relative;
    }
}
header
    .header_wrapper
    .header_bottom--box
    .header_bottom--box_wrapper
    ._search {
    width: 100%;
    position: relative;
    display: none;
    margin-bottom: 12px;
}
@media (max-width: 575px) {
    header
        .header_wrapper
        .header_bottom--box
        .header_bottom--box_wrapper
        ._search {
        display: block;
    }
}
header
    .header_wrapper
    .header_bottom--box
    .header_bottom--box_wrapper
    ._search
    ._form {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    border: 1px solid #9e9e9e;
    border-radius: 5px;
    padding: 4px 4px;
    background: #fff;
}
header
    .header_wrapper
    .header_bottom--box
    .header_bottom--box_wrapper
    ._search
    ._form
    ._input {
    width: calc(100% - 33px);
    position: relative;
    display: block;
}
header
    .header_wrapper
    .header_bottom--box
    .header_bottom--box_wrapper
    ._search
    ._form
    ._input
    input {
    width: 100%;
    position: relative;
    display: block;
    padding: 0 8px;
    font-weight: 500;
    caret-color: #c20000;
}
header
    .header_wrapper
    .header_bottom--box
    .header_bottom--box_wrapper
    ._search
    ._form
    ._input
    input.placeholder {
    color: #bfbfbf;
}
header
    .header_wrapper
    .header_bottom--box
    .header_bottom--box_wrapper
    ._search
    ._form
    ._input
    input:-moz-placeholder {
    color: #bfbfbf;
}
header
    .header_wrapper
    .header_bottom--box
    .header_bottom--box_wrapper
    ._search
    ._form
    ._input
    input::-moz-placeholder {
    color: #bfbfbf;
}
header
    .header_wrapper
    .header_bottom--box
    .header_bottom--box_wrapper
    ._search
    ._form
    ._input
    input:-ms-input-placeholder {
    color: #bfbfbf;
}
header
    .header_wrapper
    .header_bottom--box
    .header_bottom--box_wrapper
    ._search
    ._form
    ._input
    input::-webkit-input-placeholder {
    color: #bfbfbf;
}
header
    .header_wrapper
    .header_bottom--box
    .header_bottom--box_wrapper
    ._search
    ._form
    ._submit {
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: relative;
    display: block;
    border-left: 1px solid #737373;
    padding-left: 4px;
}
header
    .header_wrapper
    .header_bottom--box
    .header_bottom--box_wrapper
    ._search
    ._form
    ._submit
    button {
    width: 28px;
    height: 28px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
header
    .header_wrapper
    .header_bottom--box
    .header_bottom--box_wrapper
    ._search
    ._form
    ._submit
    button
    svg {
    width: 20px;
    position: relative;
    display: block;
    stroke: #c20000;
}
header
    .header_wrapper
    .header_bottom--box
    .header_bottom--box_wrapper
    ._search
    ._form-options {
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    position: absolute;
    display: block;
    padding: 4px 8px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1019607843);
    top: 100%;
    left: 0;
    z-index: 2;
}
header
    .header_wrapper
    .header_bottom--box
    .header_bottom--box_wrapper
    ._search
    ._form-options
    .close_options {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: flex-end;
}
header
    .header_wrapper
    .header_bottom--box
    .header_bottom--box_wrapper
    ._search
    ._form-options
    .close_options
    button {
    width: 24px;
    height: 24px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
header
    .header_wrapper
    .header_bottom--box
    .header_bottom--box_wrapper
    ._search
    ._form-options
    .close_options
    button
    svg {
    width: 20px;
    position: relative;
    display: block;
}
header
    .header_wrapper
    .header_bottom--box
    .header_bottom--box_wrapper
    ._search
    ._form-options
    .close_options
    button
    svg
    path {
    stroke: #c20000;
}
header
    .header_wrapper
    .header_bottom--box
    .header_bottom--box_wrapper
    ._search
    ._form-options
    ul {
    width: 100%;
    position: relative;
    display: block;
    max-height: 200px;
    overflow: auto;
}
header
    .header_wrapper
    .header_bottom--box
    .header_bottom--box_wrapper
    ._search
    ._form-options
    ul::-webkit-scrollbar {
    width: 8px;
    background: #eee;
    border-radius: 4px;
}
header
    .header_wrapper
    .header_bottom--box
    .header_bottom--box_wrapper
    ._search
    ._form-options
    ul::-webkit-scrollbar-thumb {
    width: 8px;
    background: #c20000;
    border-radius: 4px;
}
header
    .header_wrapper
    .header_bottom--box
    .header_bottom--box_wrapper
    ._search
    ._form-options
    ul
    li {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 4px 8px;
    border-radius: 5px;
    transition: 0.4s ease-in-out;
}
header
    .header_wrapper
    .header_bottom--box
    .header_bottom--box_wrapper
    ._search
    ._form-options
    ul
    li
    a {
    width: calc(100% - 24px);
    position: relative;
    display: block;
}
@media not all and (pointer: coarse) {
    header
        .header_wrapper
        .header_bottom--box
        .header_bottom--box_wrapper
        ._search
        ._form-options
        ul
        li:hover {
        background: #f7f7f7;
    }
}
header .header_wrapper .header_bottom--box .header_bottom--box_wrapper nav {
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: initial;
    display: block;
    margin: 0 auto;
}
@media (max-width: 575px) {
    header .header_wrapper .header_bottom--box .header_bottom--box_wrapper nav {
        width: 100%;
        position: relative;
    }
}
header
    .header_wrapper
    .header_bottom--box
    .header_bottom--box_wrapper
    nav
    > ul {
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: initial;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}
@media (max-width: 834px) {
    header
        .header_wrapper
        .header_bottom--box
        .header_bottom--box_wrapper
        nav
        > ul {
        gap: 8px;
    }
}
@media (max-width: 575px) {
    header
        .header_wrapper
        .header_bottom--box
        .header_bottom--box_wrapper
        nav
        > ul {
        width: 100%;
        position: relative;
    }
}
header
    .header_wrapper
    .header_bottom--box
    .header_bottom--box_wrapper
    nav
    > ul
    > li {
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: initial;
    display: block;
}
@media (max-width: 575px) {
    header
        .header_wrapper
        .header_bottom--box
        .header_bottom--box_wrapper
        nav
        > ul
        > li {
        width: 100%;
        position: relative;
    }
}
header
    .header_wrapper
    .header_bottom--box
    .header_bottom--box_wrapper
    nav
    > ul
    > li
    > a {
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: relative;
    display: flex;
    align-items: center;
    padding: 10px;
    color: #fff;
    font-weight: 500;
    border-radius: 5px;
    font-size: 1em;
    transition: 0.4s ease-in-out;
    gap: 5px;
}
header
    .header_wrapper
    .header_bottom--box
    .header_bottom--box_wrapper
    nav
    > ul
    > li
    > a
    svg {
    width: 12px;
    position: relative;
    display: block;
    transition: 0.4s ease-in-out;
}
header
    .header_wrapper
    .header_bottom--box
    .header_bottom--box_wrapper
    nav
    > ul
    > li
    > a
    svg
    path {
    fill: #fff;
    transition: 0.4s ease-in-out;
}
header
    .header_wrapper
    .header_bottom--box
    .header_bottom--box_wrapper
    nav
    > ul
    > li
    > a.active {
    color: #c20000;
}
header
    .header_wrapper
    .header_bottom--box
    .header_bottom--box_wrapper
    nav
    > ul
    > li
    > a.active
    svg
    path {
    fill: #c20000;
}
@media not all and (pointer: coarse) {
    header
        .header_wrapper
        .header_bottom--box
        .header_bottom--box_wrapper
        nav
        > ul
        > li
        > a:hover {
        color: #c20000;
    }
    header
        .header_wrapper
        .header_bottom--box
        .header_bottom--box_wrapper
        nav
        > ul
        > li
        > a:hover
        svg
        path {
        fill: #c20000;
    }
}
header
    .header_wrapper
    .header_bottom--box
    .header_bottom--box_wrapper
    nav
    > ul
    > li.has_children
    ._children {
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    position: absolute;
    display: none;
    top: calc(100% + 16px);
    left: 0;
    z-index: 5;
}
@media (max-width: 575px) {
    header
        .header_wrapper
        .header_bottom--box
        .header_bottom--box_wrapper
        nav
        > ul
        > li.has_children
        ._children {
        position: relative;
        top: 0;
    }
}
header
    .header_wrapper
    .header_bottom--box
    .header_bottom--box_wrapper
    nav
    > ul
    > li.has_children
    ._children
    ._children-wrapper {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    padding: 32px;
    background: #fff;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1019607843);
    gap: 24px;
}
@media (max-width: 768px) {
    header
        .header_wrapper
        .header_bottom--box
        .header_bottom--box_wrapper
        nav
        > ul
        > li.has_children
        ._children
        ._children-wrapper {
        justify-content: flex-start;
    }
}
@media (max-width: 575px) {
    header
        .header_wrapper
        .header_bottom--box
        .header_bottom--box_wrapper
        nav
        > ul
        > li.has_children
        ._children
        ._children-wrapper {
        border-radius: unset;
        box-shadow: unset;
        padding: 24px;
    }
}
header
    .header_wrapper
    .header_bottom--box
    .header_bottom--box_wrapper
    nav
    > ul
    > li.has_children
    ._children
    ._children-wrapper
    ._child {
    width: calc(25% - 18px);
    position: relative;
    display: block;
}
@media (max-width: 768px) {
    header
        .header_wrapper
        .header_bottom--box
        .header_bottom--box_wrapper
        nav
        > ul
        > li.has_children
        ._children
        ._children-wrapper
        ._child {
        width: calc(50% - 12px);
    }
}
@media (max-width: 575px) {
    header
        .header_wrapper
        .header_bottom--box
        .header_bottom--box_wrapper
        nav
        > ul
        > li.has_children
        ._children
        ._children-wrapper
        ._child {
        width: 100%;
    }
}
header
    .header_wrapper
    .header_bottom--box
    .header_bottom--box_wrapper
    nav
    > ul
    > li.has_children
    ._children
    ._children-wrapper
    ._child
    ._child-title {
    width: 100%;
    position: relative;
    display: block;
    padding-bottom: 8px;
    margin-bottom: 16px;
    border-bottom: 1px solid #d3d3d3;
}
header
    .header_wrapper
    .header_bottom--box
    .header_bottom--box_wrapper
    nav
    > ul
    > li.has_children
    ._children
    ._children-wrapper
    ._child
    ._child-title
    a {
    width: 100%;
    position: relative;
    display: block;
    font-size: 1.125em;
    font-weight: 600;
    color: #c20000;
}
header
    .header_wrapper
    .header_bottom--box
    .header_bottom--box_wrapper
    nav
    > ul
    > li.has_children
    ._children
    ._children-wrapper
    ._child
    ._child-items {
    width: 100%;
    position: relative;
    display: block;
}
header
    .header_wrapper
    .header_bottom--box
    .header_bottom--box_wrapper
    nav
    > ul
    > li.has_children
    ._children
    ._children-wrapper
    ._child
    ._child-items
    ._box {
    width: 100%;
    position: relative;
    display: block;
}
header
    .header_wrapper
    .header_bottom--box
    .header_bottom--box_wrapper
    nav
    > ul
    > li.has_children
    ._children
    ._children-wrapper
    ._child
    ._child-items
    ._box
    ._toggler {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
header
    .header_wrapper
    .header_bottom--box
    .header_bottom--box_wrapper
    nav
    > ul
    > li.has_children
    ._children
    ._children-wrapper
    ._child
    ._child-items
    ._box
    ._toggler
    a {
    width: calc(100% - 24px);
    position: relative;
    display: block;
    font-weight: 600;
    color: #676766;
    transition: 0.4s ease-in-out;
}
header
    .header_wrapper
    .header_bottom--box
    .header_bottom--box_wrapper
    nav
    > ul
    > li.has_children
    ._children
    ._children-wrapper
    ._child
    ._child-items
    ._box
    ._toggler
    button {
    width: 24px;
    height: 24px;
    position: relative;
    display: block;
}
header
    .header_wrapper
    .header_bottom--box
    .header_bottom--box_wrapper
    nav
    > ul
    > li.has_children
    ._children
    ._children-wrapper
    ._child
    ._child-items
    ._box
    ._toggler
    button
    svg {
    width: 12px;
    position: relative;
    display: block;
    transform-origin: center;
    transform: rotate(-90deg);
    transition: 0.4s ease-in-out;
}
header
    .header_wrapper
    .header_bottom--box
    .header_bottom--box_wrapper
    nav
    > ul
    > li.has_children
    ._children
    ._children-wrapper
    ._child
    ._child-items
    ._box
    ._toggler
    button
    svg
    path {
    fill: #676766;
    transition: 0.4s ease-in-out;
}
header
    .header_wrapper
    .header_bottom--box
    .header_bottom--box_wrapper
    nav
    > ul
    > li.has_children
    ._children
    ._children-wrapper
    ._child
    ._child-items
    ._box
    ._toggler.active
    a {
    color: #000;
}
header
    .header_wrapper
    .header_bottom--box
    .header_bottom--box_wrapper
    nav
    > ul
    > li.has_children
    ._children
    ._children-wrapper
    ._child
    ._child-items
    ._box
    ._toggler.active
    button
    svg {
    transform: rotate(0deg);
}
header
    .header_wrapper
    .header_bottom--box
    .header_bottom--box_wrapper
    nav
    > ul
    > li.has_children
    ._children
    ._children-wrapper
    ._child
    ._child-items
    ._box
    ._toggler.active
    button
    svg
    path {
    fill: #000;
}
header
    .header_wrapper
    .header_bottom--box
    .header_bottom--box_wrapper
    nav
    > ul
    > li.has_children
    ._children
    ._children-wrapper
    ._child
    ._child-items
    ._box
    ._content {
    width: 100%;
    position: relative;
    display: none;
}
header
    .header_wrapper
    .header_bottom--box
    .header_bottom--box_wrapper
    nav
    > ul
    > li.has_children
    ._children
    ._children-wrapper
    ._child
    ._child-items
    ._box
    ._content
    ul {
    width: 100%;
    position: relative;
    display: block;
    padding: 4px 0 0 8px;
}
header
    .header_wrapper
    .header_bottom--box
    .header_bottom--box_wrapper
    nav
    > ul
    > li.has_children
    ._children
    ._children-wrapper
    ._child
    ._child-items
    ._box
    ._content
    ul
    li {
    width: 100%;
    position: relative;
    display: block;
}
header
    .header_wrapper
    .header_bottom--box
    .header_bottom--box_wrapper
    nav
    > ul
    > li.has_children
    ._children
    ._children-wrapper
    ._child
    ._child-items
    ._box
    ._content
    ul
    li
    a {
    width: 100%;
    position: relative;
    display: block;
    color: #676766;
    font-weight: 300;
    font-size: 0.875em;
    transition: 0.4s ease-in-out;
}
@media not all and (pointer: coarse) {
    header
        .header_wrapper
        .header_bottom--box
        .header_bottom--box_wrapper
        nav
        > ul
        > li.has_children
        ._children
        ._children-wrapper
        ._child
        ._child-items
        ._box
        ._content
        ul
        li
        a:hover {
        color: #c20000;
    }
}
header
    .header_wrapper
    .header_bottom--box
    .header_bottom--box_wrapper
    nav
    > ul
    > li.has_children
    ._children
    ._children-wrapper
    ._child
    ._child-items
    ._box
    ._content
    ul
    li:not(:last-child) {
    margin-bottom: 8px;
}
header
    .header_wrapper
    .header_bottom--box
    .header_bottom--box_wrapper
    nav
    > ul
    > li.has_children
    ._children
    ._children-wrapper
    ._child
    ._child-items
    ._box:not(:last-child) {
    margin-bottom: 12px;
}
@media not all and (pointer: coarse) {
    header
        .header_wrapper
        .header_bottom--box
        .header_bottom--box_wrapper
        nav
        > ul
        > li.has_children
        ._children
        ._children-wrapper
        ._child
        ._child-items
        ._box:hover
        ._toggler
        a {
        color: #000;
    }
    header
        .header_wrapper
        .header_bottom--box
        .header_bottom--box_wrapper
        nav
        > ul
        > li.has_children
        ._children
        ._children-wrapper
        ._child
        ._child-items
        ._box:hover
        ._toggler
        button
        svg
        path {
        fill: #000;
    }
}
header
    .header_wrapper
    .header_bottom--box
    .header_bottom--box_wrapper
    nav
    > ul
    > li.highlight
    > a {
    background: #c20000;
}
@media not all and (pointer: coarse) {
    header
        .header_wrapper
        .header_bottom--box
        .header_bottom--box_wrapper
        nav
        > ul
        > li.highlight
        > a:hover {
        background: rgb(153.2, 0, 0);
        color: #fff;
    }
}
header .header_wrapper .header_bottom--box .header_bottom--box_wrapper ._cart {
    width: 25px;
    position: absolute;
    display: block;
    right: 0;
    z-index: 1;
}
@media (max-width: 834px) {
    header
        .header_wrapper
        .header_bottom--box
        .header_bottom--box_wrapper
        ._cart {
        width: 50px;
        height: 50px;
        position: fixed;
        bottom: 40px;
        right: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #000;
        border-radius: 50%;
        border: 3px solid #c20000;
    }
}
header
    .header_wrapper
    .header_bottom--box
    .header_bottom--box_wrapper
    ._cart
    a {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 4px;
}
@media (max-width: 834px) {
    header
        .header_wrapper
        .header_bottom--box
        .header_bottom--box_wrapper
        ._cart
        a {
        height: 100%;
    }
}
header
    .header_wrapper
    .header_bottom--box
    .header_bottom--box_wrapper
    ._cart
    a
    span {
    width: 20px;
    height: 20px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: #c20000;
    color: #fff;
    border-radius: 50%;
    line-height: 1;
    font-size: 0.75em;
}
@media (max-width: 834px) {
    header
        .header_wrapper
        .header_bottom--box
        .header_bottom--box_wrapper
        ._cart
        a
        span {
        position: absolute;
        top: 0;
        right: 0;
        transform: translate(0px, -5px);
        z-index: 2;
    }
}
header
    .header_wrapper
    .header_bottom--box
    .header_bottom--box_wrapper
    ._cart
    a
    svg {
    width: 100%;
    position: relative;
    display: block;
}
@media (max-width: 834px) {
    header
        .header_wrapper
        .header_bottom--box
        .header_bottom--box_wrapper
        ._cart
        a
        svg {
        width: 25px;
    }
}
header
    .header_wrapper
    .header_bottom--box
    .header_bottom--box_wrapper
    ._cart
    a
    svg
    path {
    fill: #fff;
}
footer {
    width: 100%;
    position: relative;
    display: block;
    background: #000;
    padding-top: 24px;
}
footer .footer_wrapper {
    width: 100%;
    position: relative;
    display: block;
    max-width: 1320px;
    margin: 0 auto;
}
footer .footer_wrapper .newsletter {
    width: 90%;
    max-width: 1215px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 20px 32px;
    background: #161616;
    border-radius: 5px;
    margin: 0 auto;
}
@media (max-width: 575px) {
    footer .footer_wrapper .newsletter {
        padding: 16px;
    }
}
footer .footer_wrapper .newsletter ._title {
    width: calc(50% - 10px);
    position: relative;
    display: block;
}
@media (max-width: 768px) {
    footer .footer_wrapper .newsletter ._title {
        width: 100%;
    }
}
footer .footer_wrapper .newsletter ._title h5 {
    width: 100%;
    position: relative;
    display: block;
    font-size: 2.25em;
    color: #fff;
    font-weight: 500;
    margin-bottom: 16px;
}
footer .footer_wrapper .newsletter ._title p {
    width: 100%;
    position: relative;
    display: block;
    font-size: 1.0625em;
    color: #ccc;
    font-weight: 300;
    line-height: 100%;
}
footer .footer_wrapper .newsletter ._title p strong {
    font-weight: 500;
}
footer .footer_wrapper .newsletter ._form {
    width: calc(50% - 10px);
    position: relative;
    display: block;
}
@media (max-width: 768px) {
    footer .footer_wrapper .newsletter ._form {
        width: 100%;
    }
}
footer .footer_wrapper .newsletter ._form form {
    width: 100%;
    position: relative;
    display: block;
}
footer .footer_wrapper .newsletter ._form form ._field {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 8px;
    gap: 8px;
}
footer .footer_wrapper .newsletter ._form form ._field ._input {
    width: calc(100% - 132px);
    position: relative;
    display: block;
}
footer .footer_wrapper .newsletter ._form form ._field ._input input {
    width: 100%;
    position: relative;
    height: 43px;
    display: block;
    background: #f7f7f7;
    border-radius: 5px;
    padding: 0 10px;
    line-height: 1;
    font-weight: 500;
    caret-color: #c20000;
}
footer
    .footer_wrapper
    .newsletter
    ._form
    form
    ._field
    ._input
    input.placeholder {
    color: #bfbfbf;
}
footer
    .footer_wrapper
    .newsletter
    ._form
    form
    ._field
    ._input
    input:-moz-placeholder {
    color: #bfbfbf;
}
footer
    .footer_wrapper
    .newsletter
    ._form
    form
    ._field
    ._input
    input::-moz-placeholder {
    color: #bfbfbf;
}
footer
    .footer_wrapper
    .newsletter
    ._form
    form
    ._field
    ._input
    input:-ms-input-placeholder {
    color: #bfbfbf;
}
footer
    .footer_wrapper
    .newsletter
    ._form
    form
    ._field
    ._input
    input::-webkit-input-placeholder {
    color: #bfbfbf;
}
footer .footer_wrapper .newsletter ._form form ._field ._submit {
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: relative;
    display: block;
}
footer .footer_wrapper .newsletter ._form form ._field ._submit button {
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: relative;
    display: flex;
    align-items: center;
    padding: 12px;
    color: #fff;
    font-weight: 500;
    line-height: 1;
    border-radius: 5px;
    font-size: 1em;
    transition: 0.4s ease-in-out;
    gap: 5px;
    background: #c20000;
    border: 2px solid #c20000;
}
@media not all and (pointer: coarse) {
    footer
        .footer_wrapper
        .newsletter
        ._form
        form
        ._field
        ._submit
        button:hover {
        background: #fff;
        color: #c20000;
    }
}
footer .footer_wrapper .newsletter ._form form ._recaptcha {
    width: calc(100% - 129px);
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 12px;
    gap: 8px;
}
@media (max-width: 575px) {
    footer .footer_wrapper .newsletter ._form form ._recaptcha {
        width: 100%;
    }
}
footer .footer_wrapper .newsletter ._form form ._recaptcha ._code {
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
}
footer .footer_wrapper .newsletter ._form form ._recaptcha ._code button {
    width: 28px;
    position: relative;
    display: block;
}
footer .footer_wrapper .newsletter ._form form ._recaptcha ._code button svg {
    width: 100%;
    position: relative;
    display: block;
    fill: #c20000;
}
footer .footer_wrapper .newsletter ._form form ._recaptcha ._code ._value {
    width: 124px;
    height: 40px;
    position: relative;
    display: block;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
}
footer
    .footer_wrapper
    .newsletter
    ._form
    form
    ._recaptcha
    ._code
    ._value
    ._value-wrapper {
    width: 100%;
    position: relative;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255, 181, 180, 0.3);
}
footer
    .footer_wrapper
    .newsletter
    ._form
    form
    ._recaptcha
    ._code
    ._value
    ._value-wrapper
    img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
footer
    .footer_wrapper
    .newsletter
    ._form
    form
    ._recaptcha
    ._code
    ._value
    ._value-wrapper
    p {
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: absolute;
    display: block;
    font-size: 1.0625em;
    font-weight: 600;
    line-height: 1;
    z-index: 5;
}
footer .footer_wrapper .newsletter ._form form ._recaptcha ._validate {
    width: calc(100% - 168px);
    position: relative;
    display: block;
}
footer .footer_wrapper .newsletter ._form form ._recaptcha ._validate input {
    width: 100%;
    position: relative;
    height: 40px;
    display: block;
    background: #f7f7f7;
    border-radius: 5px;
    padding: 0 10px;
    line-height: 1;
    font-weight: 500;
    caret-color: #c20000;
}
footer
    .footer_wrapper
    .newsletter
    ._form
    form
    ._recaptcha
    ._validate
    input.placeholder {
    color: #bfbfbf;
}
footer
    .footer_wrapper
    .newsletter
    ._form
    form
    ._recaptcha
    ._validate
    input:-moz-placeholder {
    color: #bfbfbf;
}
footer
    .footer_wrapper
    .newsletter
    ._form
    form
    ._recaptcha
    ._validate
    input::-moz-placeholder {
    color: #bfbfbf;
}
footer
    .footer_wrapper
    .newsletter
    ._form
    form
    ._recaptcha
    ._validate
    input:-ms-input-placeholder {
    color: #bfbfbf;
}
footer
    .footer_wrapper
    .newsletter
    ._form
    form
    ._recaptcha
    ._validate
    input::-webkit-input-placeholder {
    color: #bfbfbf;
}
footer .footer_wrapper .newsletter ._form form ._checkbox {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
footer .footer_wrapper .newsletter ._form form ._checkbox label {
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    line-height: 1;
}
footer .footer_wrapper .newsletter ._form form ._checkbox label input {
    width: 17px;
    height: 17px;
    position: relative;
    display: block;
    accent-color: #c20000;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
}
footer .footer_wrapper .newsletter ._form form ._checkbox label span {
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: relative;
    display: block;
    font-size: 0.8125em;
    color: #ccc;
    font-weight: 300;
    line-height: 1;
}
footer .footer_wrapper .newsletter ._form form ._checkbox a {
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: relative;
    display: block;
    font-size: 0.8125em;
    color: #c20000;
    font-weight: 300;
    line-height: 1;
    margin-left: 8px;
    padding-left: 8px;
    border-left: 1px solid #ccc;
    line-height: 100%;
}
footer .footer_wrapper .footer_navigation {
    width: 100%;
    position: relative;
    display: block;
    padding: 12px 0;
    margin-top: 12px;
    border-top: 1px solid #737373;
    border-bottom: 1px solid #737373;
}
footer .footer_wrapper .footer_navigation .footer_navigation--wrapper {
    width: 90%;
    max-width: 1215px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding: 20px 32px;
    margin: 0 auto;
}
@media (max-width: 1024px) {
    footer .footer_wrapper .footer_navigation .footer_navigation--wrapper {
        padding: 12px 0;
        gap: 24px;
    }
}
footer
    .footer_wrapper
    .footer_navigation
    .footer_navigation--wrapper
    .footer_links {
    position: relative;
    display: block;
}
footer
    .footer_wrapper
    .footer_navigation
    .footer_navigation--wrapper
    .footer_links:nth-child(1),
footer
    .footer_wrapper
    .footer_navigation
    .footer_navigation--wrapper
    .footer_links:nth-child(2) {
    width: 18%;
}
footer
    .footer_wrapper
    .footer_navigation
    .footer_navigation--wrapper
    .footer_links:nth-child(5) {
    width: 15%;
}
footer
    .footer_wrapper
    .footer_navigation
    .footer_navigation--wrapper
    .footer_links:nth-child(4) {
    width: 23%;
}
footer
    .footer_wrapper
    .footer_navigation
    .footer_navigation--wrapper
    .footer_links:nth-child(3) {
    width: 26%;
}
@media (max-width: 1024px) {
    footer
        .footer_wrapper
        .footer_navigation
        .footer_navigation--wrapper
        .footer_links {
        width: calc(50% - 12px) !important;
    }
}
@media (max-width: 575px) {
    footer
        .footer_wrapper
        .footer_navigation
        .footer_navigation--wrapper
        .footer_links:nth-child(3) {
        width: 100% !important;
    }
}
footer
    .footer_wrapper
    .footer_navigation
    .footer_navigation--wrapper
    .footer_links
    h6 {
    width: 100%;
    position: relative;
    display: block;
    color: #fff;
    font-size: 1.125em;
    font-weight: 500;
    margin-bottom: 16px;
}
footer
    .footer_wrapper
    .footer_navigation
    .footer_navigation--wrapper
    .footer_links
    ul {
    width: 100%;
    position: relative;
    display: block;
}
footer
    .footer_wrapper
    .footer_navigation
    .footer_navigation--wrapper
    .footer_links
    ul
    li {
    width: 100%;
    position: relative;
    display: block;
    line-height: 100%;
}
footer
    .footer_wrapper
    .footer_navigation
    .footer_navigation--wrapper
    .footer_links
    ul
    li
    a {
    width: 100%;
    position: relative;
    display: block;
    font-weight: 300;
    color: #ccc;
    transition: 0.4s ease-in-out;
    line-height: 100%;
}
@media not all and (pointer: coarse) {
    footer
        .footer_wrapper
        .footer_navigation
        .footer_navigation--wrapper
        .footer_links
        ul
        li
        a:hover {
        color: #c20000;
    }
}
footer
    .footer_wrapper
    .footer_navigation
    .footer_navigation--wrapper
    .footer_links
    ul
    li
    a.highlight {
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: relative;
    display: flex;
    align-items: center;
    padding: 12px;
    color: #fff;
    font-weight: 500;
    line-height: 1;
    border-radius: 5px;
    font-size: 1em;
    transition: 0.4s ease-in-out;
    gap: 5px;
    background: #c20000;
    border: 2px solid #c20000;
}
@media not all and (pointer: coarse) {
    footer
        .footer_wrapper
        .footer_navigation
        .footer_navigation--wrapper
        .footer_links
        ul
        li
        a.highlight:hover {
        background: #fff;
        color: #c20000;
    }
}
footer
    .footer_wrapper
    .footer_navigation
    .footer_navigation--wrapper
    .footer_links
    ul
    li
    p {
    width: 100%;
    position: relative;
    display: block;
    font-weight: 300;
    color: #ccc;
    line-height: 100%;
}
footer
    .footer_wrapper
    .footer_navigation
    .footer_navigation--wrapper
    .footer_links
    ul
    li:not(:last-child) {
    margin-bottom: 12px;
}
footer
    .footer_wrapper
    .footer_navigation
    .footer_navigation--wrapper
    .footer_links
    ul.social {
    display: flex;
    align-items: center;
    gap: 16px;
}
footer
    .footer_wrapper
    .footer_navigation
    .footer_navigation--wrapper
    .footer_links
    ul.social
    li {
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-bottom: 0;
    line-height: 100%;
}
footer
    .footer_wrapper
    .footer_navigation
    .footer_navigation--wrapper
    .footer_links
    ul.social
    li
    a {
    width: 24px;
    height: 24px;
    position: relative;
    display: block;
    line-height: 100%;
}
footer
    .footer_wrapper
    .footer_navigation
    .footer_navigation--wrapper
    .footer_links
    ul.social
    li
    a
    img {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    -o-object-fit: contain;
    object-fit: contain;
}
footer .footer_wrapper .footer_copyright {
    width: 85%;
    max-width: 1215px;
    position: relative;
    margin: 0 auto;
    display: block;
    padding: 16px 0;
}
@media (max-width: 768px) {
    footer .footer_wrapper .footer_copyright {
        width: 90%;
    }
}
footer .footer_wrapper .footer_copyright p {
    width: 100%;
    position: relative;
    display: block;
    color: #ccc;
    text-align: center;
    font-weight: 300;
    line-height: 100%;
}
