@charset "UTF-8";
/*!
Theme Name: Omalo Theme
Theme URI: https://www.franchisemarketingfactory.com/
Description: Custom made theme for Omalo using Timber
Author: Franchise Marketing Factory
Author URI: https://www.franchisemarketingfactory.com/
Version: 1.0.6
*/
/* required styles */
.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
    position: absolute;
    left: 0;
    top: 0;
}

.leaflet-container {
    overflow: hidden;
}

.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
}

/* Prevents IE11 from highlighting tiles in blue */
.leaflet-tile::-moz-selection {
    background: transparent;
}
.leaflet-tile::selection {
    background: transparent;
}

/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
    image-rendering: -webkit-optimize-contrast;
}

/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
    width: 1600px;
    height: 1600px;
    -webkit-transform-origin: 0 0;
}

.leaflet-marker-icon,
.leaflet-marker-shadow {
    display: block;
}

/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
    max-width: none !important;
    max-height: none !important;
}

.leaflet-container.leaflet-touch-zoom {
    touch-action: pan-x pan-y;
}

.leaflet-container.leaflet-touch-drag {
    /* Fallback for FF which doesn't support pinch-zoom */
    touch-action: none;
    touch-action: pinch-zoom;
}

.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
    touch-action: none;
}

.leaflet-container {
    -webkit-tap-highlight-color: transparent;
}

.leaflet-container a {
    -webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}

.leaflet-tile {
    -webkit-filter: inherit;
    filter: inherit;
    visibility: hidden;
}

.leaflet-tile-loaded {
    visibility: inherit;
}

.leaflet-zoom-box {
    width: 0;
    height: 0;
    box-sizing: border-box;
    z-index: 800;
}

/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
    -moz-user-select: none;
}

.leaflet-pane {
    z-index: 400;
}

.leaflet-tile-pane {
    z-index: 200;
}

.leaflet-overlay-pane {
    z-index: 400;
}

.leaflet-shadow-pane {
    z-index: 500;
}

.leaflet-marker-pane {
    z-index: 600;
}

.leaflet-tooltip-pane {
    z-index: 650;
}

.leaflet-popup-pane {
    z-index: 700;
}

.leaflet-map-pane canvas {
    z-index: 100;
}

.leaflet-map-pane svg {
    z-index: 200;
}

.leaflet-vml-shape {
    width: 1px;
    height: 1px;
}

.lvml {
    behavior: url(#default#VML);
    display: inline-block;
    position: absolute;
}

/* control positioning */
.leaflet-control {
    position: relative;
    z-index: 800;
    pointer-events: visiblePainted;
    /* IE 9-10 doesn't have auto */
    pointer-events: auto;
}

.leaflet-top,
.leaflet-bottom {
    position: absolute;
    z-index: 1000;
    pointer-events: none;
}

.leaflet-top {
    top: 0;
}

.leaflet-right {
    right: 0;
}

.leaflet-bottom {
    bottom: 0;
}

.leaflet-left {
    left: 0;
}

.leaflet-control {
    float: left;
    clear: both;
}

.leaflet-right .leaflet-control {
    float: right;
}

.leaflet-top .leaflet-control {
    margin-top: 10px;
}

.leaflet-bottom .leaflet-control {
    margin-bottom: 10px;
}

.leaflet-left .leaflet-control {
    margin-left: 10px;
}

.leaflet-right .leaflet-control {
    margin-right: 10px;
}

/* zoom and fade animations */
.leaflet-fade-anim .leaflet-tile {
    will-change: opacity;
}

.leaflet-fade-anim .leaflet-popup {
    opacity: 0;
    transition: opacity 0.2s linear;
}

.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
    opacity: 1;
}

.leaflet-zoom-animated {
    transform-origin: 0 0;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
    will-change: transform;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
    transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
}

.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
    transition: none;
}

.leaflet-zoom-anim .leaflet-zoom-hide {
    visibility: hidden;
}

/* cursors */
.leaflet-interactive {
    cursor: pointer;
}

.leaflet-grab {
    cursor: -webkit-grab;
    cursor: grab;
}

.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
    cursor: crosshair;
}

.leaflet-popup-pane,
.leaflet-control {
    cursor: auto;
}

.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
    pointer-events: none;
}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
    pointer-events: visiblePainted;
    /* IE 9-10 doesn't have auto */
    pointer-events: auto;
}

/* visual tweaks */
.leaflet-container {
    background: #ddd;
    outline: 0;
}

.leaflet-container a {
    color: #0078a8;
}

.leaflet-container a.leaflet-active {
    outline: 2px solid orange;
}

.leaflet-zoom-box {
    border: 2px dotted #38f;
    background: rgba(255, 255, 255, 0.5);
}

/* general typography */
.leaflet-container {
    font: 12px/1.5 'Helvetica Neue', Arial, Helvetica, sans-serif;
}

/* general toolbar styles */
.leaflet-bar {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
    border-radius: 4px;
}

.leaflet-bar a,
.leaflet-bar a:hover {
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    width: 26px;
    height: 26px;
    line-height: 26px;
    display: block;
    text-align: center;
    text-decoration: none;
    color: black;
}

.leaflet-bar a,
.leaflet-control-layers-toggle {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: block;
}

.leaflet-bar a:hover {
    background-color: #f4f4f4;
}

.leaflet-bar a:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.leaflet-bar a:last-child {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom: none;
}

.leaflet-bar a.leaflet-disabled {
    cursor: default;
    background-color: #f4f4f4;
    color: #bbb;
}

.leaflet-touch .leaflet-bar a {
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.leaflet-touch .leaflet-bar a:first-child {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.leaflet-touch .leaflet-bar a:last-child {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}

/* zoom control */
.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
    font: bold 18px 'Lucida Console', Monaco, monospace;
    text-indent: 1px;
}

.leaflet-touch .leaflet-control-zoom-in,
.leaflet-touch .leaflet-control-zoom-out {
    font-size: 22px;
}

/* layers control */
.leaflet-control-layers {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
    background: #fff;
    border-radius: 5px;
}

.leaflet-control-layers-toggle {
    background-image: url(assets/img/layers.png);
    width: 36px;
    height: 36px;
}

.leaflet-retina .leaflet-control-layers-toggle {
    background-image: url(assets/img/layers-2x.png);
    background-size: 26px 26px;
}

.leaflet-touch .leaflet-control-layers-toggle {
    width: 44px;
    height: 44px;
}

.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
    display: none;
}

.leaflet-control-layers-expanded .leaflet-control-layers-list {
    display: block;
    position: relative;
}

.leaflet-control-layers-expanded {
    padding: 6px 10px 6px 6px;
    color: #333;
    background: #fff;
}

.leaflet-control-layers-scrollbar {
    overflow-y: scroll;
    overflow-x: hidden;
    padding-right: 5px;
}

.leaflet-control-layers-selector {
    margin-top: 2px;
    position: relative;
    top: 1px;
}

.leaflet-control-layers label {
    display: block;
}

.leaflet-control-layers-separator {
    height: 0;
    border-top: 1px solid #ddd;
    margin: 5px -10px 5px -6px;
}

/* Default icon URLs */
.leaflet-default-icon-path {
    background-image: url(assets/img/marker-icon.png);
}

/* attribution and scale controls */
.leaflet-container .leaflet-control-attribution {
    background: #fff;
    background: rgba(255, 255, 255, 0.7);
    margin: 0;
}

.leaflet-control-attribution,
.leaflet-control-scale-line {
    padding: 0 5px;
    color: #333;
}

.leaflet-control-attribution a {
    text-decoration: none;
}

.leaflet-control-attribution a:hover {
    text-decoration: underline;
}

.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
    font-size: 11px;
}

.leaflet-left .leaflet-control-scale {
    margin-left: 5px;
}

.leaflet-bottom .leaflet-control-scale {
    margin-bottom: 5px;
}

.leaflet-control-scale-line {
    border: 2px solid #777;
    border-top: none;
    line-height: 1.1;
    padding: 2px 5px 1px;
    font-size: 11px;
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
    background: #fff;
    background: rgba(255, 255, 255, 0.5);
}

.leaflet-control-scale-line:not(:first-child) {
    border-top: 2px solid #777;
    border-bottom: none;
    margin-top: -2px;
}

.leaflet-control-scale-line:not(:first-child):not(:last-child) {
    border-bottom: 2px solid #777;
}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
    box-shadow: none;
}

.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
    border: 2px solid rgba(0, 0, 0, 0.2);
    background-clip: padding-box;
}

/* popup */
.leaflet-popup {
    position: absolute;
    text-align: center;
    margin-bottom: 20px;
}

.leaflet-popup-content-wrapper {
    padding: 1px;
    text-align: left;
    border-radius: 12px;
}

.leaflet-popup-content {
    margin: 13px 19px;
    line-height: 1.4;
}

.leaflet-popup-content p {
    margin: 18px 0;
}

.leaflet-popup-tip-container {
    width: 40px;
    height: 20px;
    position: absolute;
    left: 50%;
    margin-left: -20px;
    overflow: hidden;
    pointer-events: none;
}

.leaflet-popup-tip {
    width: 17px;
    height: 17px;
    padding: 1px;
    margin: -10px auto 0;
    transform: rotate(45deg);
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
    background: white;
    color: #333;
    box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
}

.leaflet-container a.leaflet-popup-close-button {
    position: absolute;
    top: 0;
    right: 0;
    padding: 4px 4px 0 0;
    border: none;
    text-align: center;
    width: 18px;
    height: 14px;
    font: 16px/14px Tahoma, Verdana, sans-serif;
    color: #c3c3c3;
    text-decoration: none;
    font-weight: bold;
    background: transparent;
}

.leaflet-container a.leaflet-popup-close-button:hover {
    color: #999;
}

.leaflet-popup-scrolled {
    overflow: auto;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
}

.leaflet-oldie .leaflet-popup-content-wrapper {
    -ms-zoom: 1;
}

.leaflet-oldie .leaflet-popup-tip {
    width: 24px;
    margin: 0 auto;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)';
    filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
}

.leaflet-oldie .leaflet-popup-tip-container {
    margin-top: -1px;
}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
    border: 1px solid #999;
}

/* div icon */
.leaflet-div-icon {
    background: #fff;
    border: 1px solid #666;
}

/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
    position: absolute;
    padding: 6px;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 3px;
    color: #222;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

.leaflet-tooltip.leaflet-clickable {
    cursor: pointer;
    pointer-events: auto;
}

.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
    position: absolute;
    pointer-events: none;
    border: 6px solid transparent;
    background: transparent;
    content: '';
}

/* Directions */
.leaflet-tooltip-bottom {
    margin-top: 6px;
}

.leaflet-tooltip-top {
    margin-top: -6px;
}

.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
    left: 50%;
    margin-left: -6px;
}

.leaflet-tooltip-top:before {
    bottom: 0;
    margin-bottom: -12px;
    border-top-color: #fff;
}

.leaflet-tooltip-bottom:before {
    top: 0;
    margin-top: -12px;
    margin-left: -6px;
    border-bottom-color: #fff;
}

.leaflet-tooltip-left {
    margin-left: -6px;
}

.leaflet-tooltip-right {
    margin-left: 6px;
}

.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
    top: 50%;
    margin-top: -6px;
}

.leaflet-tooltip-left:before {
    right: 0;
    margin-right: -12px;
    border-left-color: #fff;
}

.leaflet-tooltip-right:before {
    left: 0;
    margin-left: -12px;
    border-right-color: #fff;
}

/* lg and xl are good */
/*!
 * Bootstrap Reboot v4.6.0 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
        'Helvetica Neue', Arial, 'Noto Sans', 'Liberation Sans', sans-serif,
        'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol',
        'Noto Color Emoji';
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}

[tabindex='-1']:focus:not(:focus-visible) {
    outline: 0 !important;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

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

abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}

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

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

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}

dt {
    font-weight: 700;
}

dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

b,
strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}
a:hover {
    color: #0056b3;
    text-decoration: underline;
}

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

pre,
code,
kbd,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono',
        'Courier New', monospace;
    font-size: 1em;
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar;
}

figure {
    margin: 0 0 1rem;
}

img {
    vertical-align: middle;
    border-style: none;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
}

caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
}

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

label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

button {
    border-radius: 0;
}

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

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

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

[role='button'] {
    cursor: pointer;
}

select {
    word-wrap: normal;
}

button,
[type='button'],
[type='reset'],
[type='submit'] {
    -webkit-appearance: button;
}

button:not(:disabled),
[type='button']:not(:disabled),
[type='reset']:not(:disabled),
[type='submit']:not(:disabled) {
    cursor: pointer;
}

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

input[type='radio'],
input[type='checkbox'] {
    box-sizing: border-box;
    padding: 0;
}

textarea {
    overflow: auto;
    resize: vertical;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
    height: auto;
}

[type='search'] {
    outline-offset: -2px;
    -webkit-appearance: none;
}

[type='search']::-webkit-search-decoration {
    -webkit-appearance: none;
}

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

output {
    display: inline-block;
}

summary {
    display: list-item;
    cursor: pointer;
}

template {
    display: none;
}

[hidden] {
    display: none !important;
}

/*!
 * Bootstrap Grid v4.6.0 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar;
}

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

.container,
.container-fluid,
.container-md,
.container-lg,
.wp-block-latest-posts,
.container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 800px) {
    .container,
    .container-sm,
    .container-md {
        max-width: 780px;
    }
}

@media (min-width: 1200px) {
    .container,
    .container-sm,
    .container-md,
    .container-lg,
    .wp-block-latest-posts {
        max-width: 1180px;
    }
}

@media (min-width: 1440px) {
    .container,
    .container-sm,
    .container-md,
    .container-lg,
    .wp-block-latest-posts,
    .container-xl {
        max-width: 1410px;
    }
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}

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

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

.row-cols-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

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

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

.row-cols-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}

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

.col-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}

.col-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}

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

.col-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

.col-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}

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

.col-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}

.col-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}

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

.col-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}

.col-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
}

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

.order-first {
    order: -1;
}

.order-last {
    order: 13;
}

.order-0 {
    order: 0;
}

.order-1 {
    order: 1;
}

.order-2 {
    order: 2;
}

.order-3 {
    order: 3;
}

.order-4 {
    order: 4;
}

.order-5 {
    order: 5;
}

.order-6 {
    order: 6;
}

.order-7 {
    order: 7;
}

.order-8 {
    order: 8;
}

.order-9 {
    order: 9;
}

.order-10 {
    order: 10;
}

.order-11 {
    order: 11;
}

.order-12 {
    order: 12;
}

.offset-1 {
    margin-left: 8.33333%;
}

.offset-2 {
    margin-left: 16.66667%;
}

.offset-3 {
    margin-left: 25%;
}

.offset-4 {
    margin-left: 33.33333%;
}

.offset-5 {
    margin-left: 41.66667%;
}

.offset-6 {
    margin-left: 50%;
}

.offset-7 {
    margin-left: 58.33333%;
}

.offset-8 {
    margin-left: 66.66667%;
}

.offset-9 {
    margin-left: 75%;
}

.offset-10 {
    margin-left: 83.33333%;
}

.offset-11 {
    margin-left: 91.66667%;
}

@media (min-width: 576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-sm-1 > * {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-sm-2 > * {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-sm-3 > * {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .row-cols-sm-4 > * {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-sm-5 > * {
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-sm-6 > * {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-sm-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-sm-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-sm-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-sm-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-sm-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-sm-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-sm-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-sm-first {
        order: -1;
    }
    .order-sm-last {
        order: 13;
    }
    .order-sm-0 {
        order: 0;
    }
    .order-sm-1 {
        order: 1;
    }
    .order-sm-2 {
        order: 2;
    }
    .order-sm-3 {
        order: 3;
    }
    .order-sm-4 {
        order: 4;
    }
    .order-sm-5 {
        order: 5;
    }
    .order-sm-6 {
        order: 6;
    }
    .order-sm-7 {
        order: 7;
    }
    .order-sm-8 {
        order: 8;
    }
    .order-sm-9 {
        order: 9;
    }
    .order-sm-10 {
        order: 10;
    }
    .order-sm-11 {
        order: 11;
    }
    .order-sm-12 {
        order: 12;
    }
    .offset-sm-0 {
        margin-left: 0;
    }
    .offset-sm-1 {
        margin-left: 8.33333%;
    }
    .offset-sm-2 {
        margin-left: 16.66667%;
    }
    .offset-sm-3 {
        margin-left: 25%;
    }
    .offset-sm-4 {
        margin-left: 33.33333%;
    }
    .offset-sm-5 {
        margin-left: 41.66667%;
    }
    .offset-sm-6 {
        margin-left: 50%;
    }
    .offset-sm-7 {
        margin-left: 58.33333%;
    }
    .offset-sm-8 {
        margin-left: 66.66667%;
    }
    .offset-sm-9 {
        margin-left: 75%;
    }
    .offset-sm-10 {
        margin-left: 83.33333%;
    }
    .offset-sm-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 800px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-md-1 > * {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-md-2 > * {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-md-3 > * {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .row-cols-md-4 > * {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-md-5 > * {
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-md-6 > * {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-md-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-md-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-md-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-md-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-md-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-md-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-md-first {
        order: -1;
    }
    .order-md-last {
        order: 13;
    }
    .order-md-0 {
        order: 0;
    }
    .order-md-1 {
        order: 1;
    }
    .order-md-2 {
        order: 2;
    }
    .order-md-3 {
        order: 3;
    }
    .order-md-4 {
        order: 4;
    }
    .order-md-5 {
        order: 5;
    }
    .order-md-6 {
        order: 6;
    }
    .order-md-7 {
        order: 7;
    }
    .order-md-8 {
        order: 8;
    }
    .order-md-9 {
        order: 9;
    }
    .order-md-10 {
        order: 10;
    }
    .order-md-11 {
        order: 11;
    }
    .order-md-12 {
        order: 12;
    }
    .offset-md-0 {
        margin-left: 0;
    }
    .offset-md-1 {
        margin-left: 8.33333%;
    }
    .offset-md-2 {
        margin-left: 16.66667%;
    }
    .offset-md-3 {
        margin-left: 25%;
    }
    .offset-md-4 {
        margin-left: 33.33333%;
    }
    .offset-md-5 {
        margin-left: 41.66667%;
    }
    .offset-md-6 {
        margin-left: 50%;
    }
    .offset-md-7 {
        margin-left: 58.33333%;
    }
    .offset-md-8 {
        margin-left: 66.66667%;
    }
    .offset-md-9 {
        margin-left: 75%;
    }
    .offset-md-10 {
        margin-left: 83.33333%;
    }
    .offset-md-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 1200px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-lg-1 > * {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-lg-2 > * {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-lg-3 > * {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .row-cols-lg-4 > * {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-lg-5 > * {
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-lg-6 > * {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-lg-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-lg-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-lg-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-lg-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-lg-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-lg-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-lg-first {
        order: -1;
    }
    .order-lg-last {
        order: 13;
    }
    .order-lg-0 {
        order: 0;
    }
    .order-lg-1 {
        order: 1;
    }
    .order-lg-2 {
        order: 2;
    }
    .order-lg-3 {
        order: 3;
    }
    .order-lg-4 {
        order: 4;
    }
    .order-lg-5 {
        order: 5;
    }
    .order-lg-6 {
        order: 6;
    }
    .order-lg-7 {
        order: 7;
    }
    .order-lg-8 {
        order: 8;
    }
    .order-lg-9 {
        order: 9;
    }
    .order-lg-10 {
        order: 10;
    }
    .order-lg-11 {
        order: 11;
    }
    .order-lg-12 {
        order: 12;
    }
    .offset-lg-0 {
        margin-left: 0;
    }
    .offset-lg-1 {
        margin-left: 8.33333%;
    }
    .offset-lg-2 {
        margin-left: 16.66667%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .offset-lg-4 {
        margin-left: 33.33333%;
    }
    .offset-lg-5 {
        margin-left: 41.66667%;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
    .offset-lg-7 {
        margin-left: 58.33333%;
    }
    .offset-lg-8 {
        margin-left: 66.66667%;
    }
    .offset-lg-9 {
        margin-left: 75%;
    }
    .offset-lg-10 {
        margin-left: 83.33333%;
    }
    .offset-lg-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 1440px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-xl-1 > * {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-xl-2 > * {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-xl-3 > * {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .row-cols-xl-4 > * {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-xl-5 > * {
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-xl-6 > * {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-xl-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-xl-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xl-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-xl-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xl-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-xl-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xl-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-xl-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-xl-first {
        order: -1;
    }
    .order-xl-last {
        order: 13;
    }
    .order-xl-0 {
        order: 0;
    }
    .order-xl-1 {
        order: 1;
    }
    .order-xl-2 {
        order: 2;
    }
    .order-xl-3 {
        order: 3;
    }
    .order-xl-4 {
        order: 4;
    }
    .order-xl-5 {
        order: 5;
    }
    .order-xl-6 {
        order: 6;
    }
    .order-xl-7 {
        order: 7;
    }
    .order-xl-8 {
        order: 8;
    }
    .order-xl-9 {
        order: 9;
    }
    .order-xl-10 {
        order: 10;
    }
    .order-xl-11 {
        order: 11;
    }
    .order-xl-12 {
        order: 12;
    }
    .offset-xl-0 {
        margin-left: 0;
    }
    .offset-xl-1 {
        margin-left: 8.33333%;
    }
    .offset-xl-2 {
        margin-left: 16.66667%;
    }
    .offset-xl-3 {
        margin-left: 25%;
    }
    .offset-xl-4 {
        margin-left: 33.33333%;
    }
    .offset-xl-5 {
        margin-left: 41.66667%;
    }
    .offset-xl-6 {
        margin-left: 50%;
    }
    .offset-xl-7 {
        margin-left: 58.33333%;
    }
    .offset-xl-8 {
        margin-left: 66.66667%;
    }
    .offset-xl-9 {
        margin-left: 75%;
    }
    .offset-xl-10 {
        margin-left: 83.33333%;
    }
    .offset-xl-11 {
        margin-left: 91.66667%;
    }
}

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }
    .d-sm-inline {
        display: inline !important;
    }
    .d-sm-inline-block {
        display: inline-block !important;
    }
    .d-sm-block {
        display: block !important;
    }
    .d-sm-table {
        display: table !important;
    }
    .d-sm-table-row {
        display: table-row !important;
    }
    .d-sm-table-cell {
        display: table-cell !important;
    }
    .d-sm-flex {
        display: flex !important;
    }
    .d-sm-inline-flex {
        display: inline-flex !important;
    }
}

@media (min-width: 800px) {
    .d-md-none {
        display: none !important;
    }
    .d-md-inline {
        display: inline !important;
    }
    .d-md-inline-block {
        display: inline-block !important;
    }
    .d-md-block {
        display: block !important;
    }
    .d-md-table {
        display: table !important;
    }
    .d-md-table-row {
        display: table-row !important;
    }
    .d-md-table-cell {
        display: table-cell !important;
    }
    .d-md-flex {
        display: flex !important;
    }
    .d-md-inline-flex {
        display: inline-flex !important;
    }
}

@media (min-width: 1200px) {
    .d-lg-none {
        display: none !important;
    }
    .d-lg-inline {
        display: inline !important;
    }
    .d-lg-inline-block {
        display: inline-block !important;
    }
    .d-lg-block {
        display: block !important;
    }
    .d-lg-table {
        display: table !important;
    }
    .d-lg-table-row {
        display: table-row !important;
    }
    .d-lg-table-cell {
        display: table-cell !important;
    }
    .d-lg-flex {
        display: flex !important;
    }
    .d-lg-inline-flex {
        display: inline-flex !important;
    }
}

@media (min-width: 1440px) {
    .d-xl-none {
        display: none !important;
    }
    .d-xl-inline {
        display: inline !important;
    }
    .d-xl-inline-block {
        display: inline-block !important;
    }
    .d-xl-block {
        display: block !important;
    }
    .d-xl-table {
        display: table !important;
    }
    .d-xl-table-row {
        display: table-row !important;
    }
    .d-xl-table-cell {
        display: table-cell !important;
    }
    .d-xl-flex {
        display: flex !important;
    }
    .d-xl-inline-flex {
        display: inline-flex !important;
    }
}

@media print {
    .d-print-none {
        display: none !important;
    }
    .d-print-inline {
        display: inline !important;
    }
    .d-print-inline-block {
        display: inline-block !important;
    }
    .d-print-block {
        display: block !important;
    }
    .d-print-table {
        display: table !important;
    }
    .d-print-table-row {
        display: table-row !important;
    }
    .d-print-table-cell {
        display: table-cell !important;
    }
    .d-print-flex {
        display: flex !important;
    }
    .d-print-inline-flex {
        display: inline-flex !important;
    }
}

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

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

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

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

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

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

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

.flex-fill {
    flex: 1 1 auto !important;
}

.flex-grow-0 {
    flex-grow: 0 !important;
}

.flex-grow-1 {
    flex-grow: 1 !important;
}

.flex-shrink-0 {
    flex-shrink: 0 !important;
}

.flex-shrink-1 {
    flex-shrink: 1 !important;
}

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

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

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

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

.justify-content-around {
    justify-content: space-around !important;
}

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

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

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

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

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

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

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

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

.align-content-between {
    align-content: space-between !important;
}

.align-content-around {
    align-content: space-around !important;
}

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

.align-self-auto {
    align-self: auto !important;
}

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

.align-self-end {
    align-self: flex-end !important;
}

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

.align-self-baseline {
    align-self: baseline !important;
}

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

@media (min-width: 576px) {
    .flex-sm-row {
        flex-direction: row !important;
    }
    .flex-sm-column {
        flex-direction: column !important;
    }
    .flex-sm-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-sm-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-sm-wrap {
        flex-wrap: wrap !important;
    }
    .flex-sm-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .flex-sm-fill {
        flex: 1 1 auto !important;
    }
    .flex-sm-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-sm-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-sm-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-sm-shrink-1 {
        flex-shrink: 1 !important;
    }
    .justify-content-sm-start {
        justify-content: flex-start !important;
    }
    .justify-content-sm-end {
        justify-content: flex-end !important;
    }
    .justify-content-sm-center {
        justify-content: center !important;
    }
    .justify-content-sm-between {
        justify-content: space-between !important;
    }
    .justify-content-sm-around {
        justify-content: space-around !important;
    }
    .align-items-sm-start {
        align-items: flex-start !important;
    }
    .align-items-sm-end {
        align-items: flex-end !important;
    }
    .align-items-sm-center {
        align-items: center !important;
    }
    .align-items-sm-baseline {
        align-items: baseline !important;
    }
    .align-items-sm-stretch {
        align-items: stretch !important;
    }
    .align-content-sm-start {
        align-content: flex-start !important;
    }
    .align-content-sm-end {
        align-content: flex-end !important;
    }
    .align-content-sm-center {
        align-content: center !important;
    }
    .align-content-sm-between {
        align-content: space-between !important;
    }
    .align-content-sm-around {
        align-content: space-around !important;
    }
    .align-content-sm-stretch {
        align-content: stretch !important;
    }
    .align-self-sm-auto {
        align-self: auto !important;
    }
    .align-self-sm-start {
        align-self: flex-start !important;
    }
    .align-self-sm-end {
        align-self: flex-end !important;
    }
    .align-self-sm-center {
        align-self: center !important;
    }
    .align-self-sm-baseline {
        align-self: baseline !important;
    }
    .align-self-sm-stretch {
        align-self: stretch !important;
    }
}

@media (min-width: 800px) {
    .flex-md-row {
        flex-direction: row !important;
    }
    .flex-md-column {
        flex-direction: column !important;
    }
    .flex-md-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-md-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-md-wrap {
        flex-wrap: wrap !important;
    }
    .flex-md-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .flex-md-fill {
        flex: 1 1 auto !important;
    }
    .flex-md-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-md-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-md-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-md-shrink-1 {
        flex-shrink: 1 !important;
    }
    .justify-content-md-start {
        justify-content: flex-start !important;
    }
    .justify-content-md-end {
        justify-content: flex-end !important;
    }
    .justify-content-md-center {
        justify-content: center !important;
    }
    .justify-content-md-between {
        justify-content: space-between !important;
    }
    .justify-content-md-around {
        justify-content: space-around !important;
    }
    .align-items-md-start {
        align-items: flex-start !important;
    }
    .align-items-md-end {
        align-items: flex-end !important;
    }
    .align-items-md-center {
        align-items: center !important;
    }
    .align-items-md-baseline {
        align-items: baseline !important;
    }
    .align-items-md-stretch {
        align-items: stretch !important;
    }
    .align-content-md-start {
        align-content: flex-start !important;
    }
    .align-content-md-end {
        align-content: flex-end !important;
    }
    .align-content-md-center {
        align-content: center !important;
    }
    .align-content-md-between {
        align-content: space-between !important;
    }
    .align-content-md-around {
        align-content: space-around !important;
    }
    .align-content-md-stretch {
        align-content: stretch !important;
    }
    .align-self-md-auto {
        align-self: auto !important;
    }
    .align-self-md-start {
        align-self: flex-start !important;
    }
    .align-self-md-end {
        align-self: flex-end !important;
    }
    .align-self-md-center {
        align-self: center !important;
    }
    .align-self-md-baseline {
        align-self: baseline !important;
    }
    .align-self-md-stretch {
        align-self: stretch !important;
    }
}

@media (min-width: 1200px) {
    .flex-lg-row {
        flex-direction: row !important;
    }
    .flex-lg-column {
        flex-direction: column !important;
    }
    .flex-lg-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-lg-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-lg-wrap {
        flex-wrap: wrap !important;
    }
    .flex-lg-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .flex-lg-fill {
        flex: 1 1 auto !important;
    }
    .flex-lg-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-lg-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-lg-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-lg-shrink-1 {
        flex-shrink: 1 !important;
    }
    .justify-content-lg-start {
        justify-content: flex-start !important;
    }
    .justify-content-lg-end {
        justify-content: flex-end !important;
    }
    .justify-content-lg-center {
        justify-content: center !important;
    }
    .justify-content-lg-between {
        justify-content: space-between !important;
    }
    .justify-content-lg-around {
        justify-content: space-around !important;
    }
    .align-items-lg-start {
        align-items: flex-start !important;
    }
    .align-items-lg-end {
        align-items: flex-end !important;
    }
    .align-items-lg-center {
        align-items: center !important;
    }
    .align-items-lg-baseline {
        align-items: baseline !important;
    }
    .align-items-lg-stretch {
        align-items: stretch !important;
    }
    .align-content-lg-start {
        align-content: flex-start !important;
    }
    .align-content-lg-end {
        align-content: flex-end !important;
    }
    .align-content-lg-center {
        align-content: center !important;
    }
    .align-content-lg-between {
        align-content: space-between !important;
    }
    .align-content-lg-around {
        align-content: space-around !important;
    }
    .align-content-lg-stretch {
        align-content: stretch !important;
    }
    .align-self-lg-auto {
        align-self: auto !important;
    }
    .align-self-lg-start {
        align-self: flex-start !important;
    }
    .align-self-lg-end {
        align-self: flex-end !important;
    }
    .align-self-lg-center {
        align-self: center !important;
    }
    .align-self-lg-baseline {
        align-self: baseline !important;
    }
    .align-self-lg-stretch {
        align-self: stretch !important;
    }
}

@media (min-width: 1440px) {
    .flex-xl-row {
        flex-direction: row !important;
    }
    .flex-xl-column {
        flex-direction: column !important;
    }
    .flex-xl-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-xl-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-xl-wrap {
        flex-wrap: wrap !important;
    }
    .flex-xl-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .flex-xl-fill {
        flex: 1 1 auto !important;
    }
    .flex-xl-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-xl-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-xl-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-xl-shrink-1 {
        flex-shrink: 1 !important;
    }
    .justify-content-xl-start {
        justify-content: flex-start !important;
    }
    .justify-content-xl-end {
        justify-content: flex-end !important;
    }
    .justify-content-xl-center {
        justify-content: center !important;
    }
    .justify-content-xl-between {
        justify-content: space-between !important;
    }
    .justify-content-xl-around {
        justify-content: space-around !important;
    }
    .align-items-xl-start {
        align-items: flex-start !important;
    }
    .align-items-xl-end {
        align-items: flex-end !important;
    }
    .align-items-xl-center {
        align-items: center !important;
    }
    .align-items-xl-baseline {
        align-items: baseline !important;
    }
    .align-items-xl-stretch {
        align-items: stretch !important;
    }
    .align-content-xl-start {
        align-content: flex-start !important;
    }
    .align-content-xl-end {
        align-content: flex-end !important;
    }
    .align-content-xl-center {
        align-content: center !important;
    }
    .align-content-xl-between {
        align-content: space-between !important;
    }
    .align-content-xl-around {
        align-content: space-around !important;
    }
    .align-content-xl-stretch {
        align-content: stretch !important;
    }
    .align-self-xl-auto {
        align-self: auto !important;
    }
    .align-self-xl-start {
        align-self: flex-start !important;
    }
    .align-self-xl-end {
        align-self: flex-end !important;
    }
    .align-self-xl-center {
        align-self: center !important;
    }
    .align-self-xl-baseline {
        align-self: baseline !important;
    }
    .align-self-xl-stretch {
        align-self: stretch !important;
    }
}

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

.mt-0,
.my-0 {
    margin-top: 0 !important;
}

.mr-0,
.mx-0 {
    margin-right: 0 !important;
}

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

.ml-0,
.mx-0 {
    margin-left: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
    margin-left: 0.5rem !important;
}

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

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

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

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

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

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

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

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important;
}

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

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important;
}

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

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

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

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

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

.m-6 {
    margin: 4.6875rem !important;
}

.mt-6,
.my-6 {
    margin-top: 4.6875rem !important;
}

.mr-6,
.mx-6 {
    margin-right: 4.6875rem !important;
}

.mb-6,
.my-6 {
    margin-bottom: 4.6875rem !important;
}

.ml-6,
.mx-6 {
    margin-left: 4.6875rem !important;
}

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

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

.pr-0,
.px-0 {
    padding-right: 0 !important;
}

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

.pl-0,
.px-0 {
    padding-left: 0 !important;
}

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

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

.pr-1,
.px-1 {
    padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
    padding-left: 0.5rem !important;
}

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

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

.pr-3,
.px-3 {
    padding-right: 1rem !important;
}

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

.pl-3,
.px-3 {
    padding-left: 1rem !important;
}

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

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

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

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important;
}

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

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

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

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

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

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

.p-6 {
    padding: 4.6875rem !important;
}

.pt-6,
.py-6 {
    padding-top: 4.6875rem !important;
}

.pr-6,
.px-6 {
    padding-right: 4.6875rem !important;
}

.pb-6,
.py-6 {
    padding-bottom: 4.6875rem !important;
}

.pl-6,
.px-6 {
    padding-left: 4.6875rem !important;
}

.m-n1 {
    margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
    margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
    margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
    margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
    margin-left: -0.25rem !important;
}

.m-n2 {
    margin: -0.25rem !important;
}

.mt-n2,
.my-n2 {
    margin-top: -0.25rem !important;
}

.mr-n2,
.mx-n2 {
    margin-right: -0.25rem !important;
}

.mb-n2,
.my-n2 {
    margin-bottom: -0.25rem !important;
}

.ml-n2,
.mx-n2 {
    margin-left: -0.25rem !important;
}

.m-n3 {
    margin: -0.25rem !important;
}

.mt-n3,
.my-n3 {
    margin-top: -0.25rem !important;
}

.mr-n3,
.mx-n3 {
    margin-right: -0.25rem !important;
}

.mb-n3,
.my-n3 {
    margin-bottom: -0.25rem !important;
}

.ml-n3,
.mx-n3 {
    margin-left: -0.25rem !important;
}

.m-n4 {
    margin: -0.25rem !important;
}

.mt-n4,
.my-n4 {
    margin-top: -0.25rem !important;
}

.mr-n4,
.mx-n4 {
    margin-right: -0.25rem !important;
}

.mb-n4,
.my-n4 {
    margin-bottom: -0.25rem !important;
}

.ml-n4,
.mx-n4 {
    margin-left: -0.25rem !important;
}

.m-n5 {
    margin: -0.25rem !important;
}

.mt-n5,
.my-n5 {
    margin-top: -0.25rem !important;
}

.mr-n5,
.mx-n5 {
    margin-right: -0.25rem !important;
}

.mb-n5,
.my-n5 {
    margin-bottom: -0.25rem !important;
}

.ml-n5,
.mx-n5 {
    margin-left: -0.25rem !important;
}

.m-n6 {
    margin: -0.25rem !important;
}

.mt-n6,
.my-n6 {
    margin-top: -0.25rem !important;
}

.mr-n6,
.mx-n6 {
    margin-right: -0.25rem !important;
}

.mb-n6,
.my-n6 {
    margin-bottom: -0.25rem !important;
}

.ml-n6,
.mx-n6 {
    margin-left: -0.25rem !important;
}

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

.mt-auto,
.my-auto {
    margin-top: auto !important;
}

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

.mb-auto,
.my-auto {
    margin-bottom: auto !important;
}

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

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important;
    }
    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important;
    }
    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important;
    }
    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important;
    }
    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important;
    }
    .m-sm-1 {
        margin: 0.25rem !important;
    }
    .mt-sm-1,
    .my-sm-1 {
        margin-top: 0.25rem !important;
    }
    .mr-sm-1,
    .mx-sm-1 {
        margin-right: 0.25rem !important;
    }
    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-sm-1,
    .mx-sm-1 {
        margin-left: 0.25rem !important;
    }
    .m-sm-2 {
        margin: 0.5rem !important;
    }
    .mt-sm-2,
    .my-sm-2 {
        margin-top: 0.5rem !important;
    }
    .mr-sm-2,
    .mx-sm-2 {
        margin-right: 0.5rem !important;
    }
    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 0.5rem !important;
    }
    .m-sm-3 {
        margin: 1rem !important;
    }
    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important;
    }
    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important;
    }
    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important;
    }
    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important;
    }
    .m-sm-4 {
        margin: 1.5rem !important;
    }
    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important;
    }
    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important;
    }
    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important;
    }
    .m-sm-5 {
        margin: 2rem !important;
    }
    .mt-sm-5,
    .my-sm-5 {
        margin-top: 2rem !important;
    }
    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 2rem !important;
    }
    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 2rem !important;
    }
    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 2rem !important;
    }
    .m-sm-6 {
        margin: 4.6875rem !important;
    }
    .mt-sm-6,
    .my-sm-6 {
        margin-top: 4.6875rem !important;
    }
    .mr-sm-6,
    .mx-sm-6 {
        margin-right: 4.6875rem !important;
    }
    .mb-sm-6,
    .my-sm-6 {
        margin-bottom: 4.6875rem !important;
    }
    .ml-sm-6,
    .mx-sm-6 {
        margin-left: 4.6875rem !important;
    }
    .p-sm-0 {
        padding: 0 !important;
    }
    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important;
    }
    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important;
    }
    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important;
    }
    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important;
    }
    .p-sm-1 {
        padding: 0.25rem !important;
    }
    .pt-sm-1,
    .py-sm-1 {
        padding-top: 0.25rem !important;
    }
    .pr-sm-1,
    .px-sm-1 {
        padding-right: 0.25rem !important;
    }
    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-sm-1,
    .px-sm-1 {
        padding-left: 0.25rem !important;
    }
    .p-sm-2 {
        padding: 0.5rem !important;
    }
    .pt-sm-2,
    .py-sm-2 {
        padding-top: 0.5rem !important;
    }
    .pr-sm-2,
    .px-sm-2 {
        padding-right: 0.5rem !important;
    }
    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-sm-2,
    .px-sm-2 {
        padding-left: 0.5rem !important;
    }
    .p-sm-3 {
        padding: 1rem !important;
    }
    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important;
    }
    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important;
    }
    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important;
    }
    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important;
    }
    .p-sm-4 {
        padding: 1.5rem !important;
    }
    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important;
    }
    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important;
    }
    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important;
    }
    .p-sm-5 {
        padding: 2rem !important;
    }
    .pt-sm-5,
    .py-sm-5 {
        padding-top: 2rem !important;
    }
    .pr-sm-5,
    .px-sm-5 {
        padding-right: 2rem !important;
    }
    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 2rem !important;
    }
    .pl-sm-5,
    .px-sm-5 {
        padding-left: 2rem !important;
    }
    .p-sm-6 {
        padding: 4.6875rem !important;
    }
    .pt-sm-6,
    .py-sm-6 {
        padding-top: 4.6875rem !important;
    }
    .pr-sm-6,
    .px-sm-6 {
        padding-right: 4.6875rem !important;
    }
    .pb-sm-6,
    .py-sm-6 {
        padding-bottom: 4.6875rem !important;
    }
    .pl-sm-6,
    .px-sm-6 {
        padding-left: 4.6875rem !important;
    }
    .m-sm-n1 {
        margin: -0.25rem !important;
    }
    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -0.25rem !important;
    }
    .m-sm-n2 {
        margin: -0.25rem !important;
    }
    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -0.25rem !important;
    }
    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -0.25rem !important;
    }
    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -0.25rem !important;
    }
    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -0.25rem !important;
    }
    .m-sm-n3 {
        margin: -0.25rem !important;
    }
    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -0.25rem !important;
    }
    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -0.25rem !important;
    }
    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -0.25rem !important;
    }
    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -0.25rem !important;
    }
    .m-sm-n4 {
        margin: -0.25rem !important;
    }
    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -0.25rem !important;
    }
    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -0.25rem !important;
    }
    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -0.25rem !important;
    }
    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -0.25rem !important;
    }
    .m-sm-n5 {
        margin: -0.25rem !important;
    }
    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -0.25rem !important;
    }
    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -0.25rem !important;
    }
    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -0.25rem !important;
    }
    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -0.25rem !important;
    }
    .m-sm-n6 {
        margin: -0.25rem !important;
    }
    .mt-sm-n6,
    .my-sm-n6 {
        margin-top: -0.25rem !important;
    }
    .mr-sm-n6,
    .mx-sm-n6 {
        margin-right: -0.25rem !important;
    }
    .mb-sm-n6,
    .my-sm-n6 {
        margin-bottom: -0.25rem !important;
    }
    .ml-sm-n6,
    .mx-sm-n6 {
        margin-left: -0.25rem !important;
    }
    .m-sm-auto {
        margin: auto !important;
    }
    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important;
    }
    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important;
    }
    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important;
    }
    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 800px) {
    .m-md-0 {
        margin: 0 !important;
    }
    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important;
    }
    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important;
    }
    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important;
    }
    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important;
    }
    .m-md-1 {
        margin: 0.25rem !important;
    }
    .mt-md-1,
    .my-md-1 {
        margin-top: 0.25rem !important;
    }
    .mr-md-1,
    .mx-md-1 {
        margin-right: 0.25rem !important;
    }
    .mb-md-1,
    .my-md-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-md-1,
    .mx-md-1 {
        margin-left: 0.25rem !important;
    }
    .m-md-2 {
        margin: 0.5rem !important;
    }
    .mt-md-2,
    .my-md-2 {
        margin-top: 0.5rem !important;
    }
    .mr-md-2,
    .mx-md-2 {
        margin-right: 0.5rem !important;
    }
    .mb-md-2,
    .my-md-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-md-2,
    .mx-md-2 {
        margin-left: 0.5rem !important;
    }
    .m-md-3 {
        margin: 1rem !important;
    }
    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important;
    }
    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important;
    }
    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important;
    }
    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important;
    }
    .m-md-4 {
        margin: 1.5rem !important;
    }
    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important;
    }
    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important;
    }
    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important;
    }
    .m-md-5 {
        margin: 2rem !important;
    }
    .mt-md-5,
    .my-md-5 {
        margin-top: 2rem !important;
    }
    .mr-md-5,
    .mx-md-5 {
        margin-right: 2rem !important;
    }
    .mb-md-5,
    .my-md-5 {
        margin-bottom: 2rem !important;
    }
    .ml-md-5,
    .mx-md-5 {
        margin-left: 2rem !important;
    }
    .m-md-6 {
        margin: 4.6875rem !important;
    }
    .mt-md-6,
    .my-md-6 {
        margin-top: 4.6875rem !important;
    }
    .mr-md-6,
    .mx-md-6 {
        margin-right: 4.6875rem !important;
    }
    .mb-md-6,
    .my-md-6 {
        margin-bottom: 4.6875rem !important;
    }
    .ml-md-6,
    .mx-md-6 {
        margin-left: 4.6875rem !important;
    }
    .p-md-0 {
        padding: 0 !important;
    }
    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important;
    }
    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important;
    }
    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important;
    }
    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important;
    }
    .p-md-1 {
        padding: 0.25rem !important;
    }
    .pt-md-1,
    .py-md-1 {
        padding-top: 0.25rem !important;
    }
    .pr-md-1,
    .px-md-1 {
        padding-right: 0.25rem !important;
    }
    .pb-md-1,
    .py-md-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-md-1,
    .px-md-1 {
        padding-left: 0.25rem !important;
    }
    .p-md-2 {
        padding: 0.5rem !important;
    }
    .pt-md-2,
    .py-md-2 {
        padding-top: 0.5rem !important;
    }
    .pr-md-2,
    .px-md-2 {
        padding-right: 0.5rem !important;
    }
    .pb-md-2,
    .py-md-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-md-2,
    .px-md-2 {
        padding-left: 0.5rem !important;
    }
    .p-md-3 {
        padding: 1rem !important;
    }
    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important;
    }
    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important;
    }
    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important;
    }
    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important;
    }
    .p-md-4 {
        padding: 1.5rem !important;
    }
    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important;
    }
    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important;
    }
    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important;
    }
    .p-md-5 {
        padding: 2rem !important;
    }
    .pt-md-5,
    .py-md-5 {
        padding-top: 2rem !important;
    }
    .pr-md-5,
    .px-md-5 {
        padding-right: 2rem !important;
    }
    .pb-md-5,
    .py-md-5 {
        padding-bottom: 2rem !important;
    }
    .pl-md-5,
    .px-md-5 {
        padding-left: 2rem !important;
    }
    .p-md-6 {
        padding: 4.6875rem !important;
    }
    .pt-md-6,
    .py-md-6 {
        padding-top: 4.6875rem !important;
    }
    .pr-md-6,
    .px-md-6 {
        padding-right: 4.6875rem !important;
    }
    .pb-md-6,
    .py-md-6 {
        padding-bottom: 4.6875rem !important;
    }
    .pl-md-6,
    .px-md-6 {
        padding-left: 4.6875rem !important;
    }
    .m-md-n1 {
        margin: -0.25rem !important;
    }
    .mt-md-n1,
    .my-md-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -0.25rem !important;
    }
    .m-md-n2 {
        margin: -0.25rem !important;
    }
    .mt-md-n2,
    .my-md-n2 {
        margin-top: -0.25rem !important;
    }
    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -0.25rem !important;
    }
    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -0.25rem !important;
    }
    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -0.25rem !important;
    }
    .m-md-n3 {
        margin: -0.25rem !important;
    }
    .mt-md-n3,
    .my-md-n3 {
        margin-top: -0.25rem !important;
    }
    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -0.25rem !important;
    }
    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -0.25rem !important;
    }
    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -0.25rem !important;
    }
    .m-md-n4 {
        margin: -0.25rem !important;
    }
    .mt-md-n4,
    .my-md-n4 {
        margin-top: -0.25rem !important;
    }
    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -0.25rem !important;
    }
    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -0.25rem !important;
    }
    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -0.25rem !important;
    }
    .m-md-n5 {
        margin: -0.25rem !important;
    }
    .mt-md-n5,
    .my-md-n5 {
        margin-top: -0.25rem !important;
    }
    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -0.25rem !important;
    }
    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -0.25rem !important;
    }
    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -0.25rem !important;
    }
    .m-md-n6 {
        margin: -0.25rem !important;
    }
    .mt-md-n6,
    .my-md-n6 {
        margin-top: -0.25rem !important;
    }
    .mr-md-n6,
    .mx-md-n6 {
        margin-right: -0.25rem !important;
    }
    .mb-md-n6,
    .my-md-n6 {
        margin-bottom: -0.25rem !important;
    }
    .ml-md-n6,
    .mx-md-n6 {
        margin-left: -0.25rem !important;
    }
    .m-md-auto {
        margin: auto !important;
    }
    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important;
    }
    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important;
    }
    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important;
    }
    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 1200px) {
    .m-lg-0 {
        margin: 0 !important;
    }
    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important;
    }
    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important;
    }
    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important;
    }
    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important;
    }
    .m-lg-1 {
        margin: 0.25rem !important;
    }
    .mt-lg-1,
    .my-lg-1 {
        margin-top: 0.25rem !important;
    }
    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 0.25rem !important;
    }
    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 0.25rem !important;
    }
    .m-lg-2 {
        margin: 0.5rem !important;
    }
    .mt-lg-2,
    .my-lg-2 {
        margin-top: 0.5rem !important;
    }
    .mr-lg-2,
    .mx-lg-2 {
        margin-right: 0.5rem !important;
    }
    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 0.5rem !important;
    }
    .m-lg-3 {
        margin: 1rem !important;
    }
    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important;
    }
    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important;
    }
    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important;
    }
    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important;
    }
    .m-lg-4 {
        margin: 1.5rem !important;
    }
    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important;
    }
    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important;
    }
    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important;
    }
    .m-lg-5 {
        margin: 2rem !important;
    }
    .mt-lg-5,
    .my-lg-5 {
        margin-top: 2rem !important;
    }
    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 2rem !important;
    }
    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 2rem !important;
    }
    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 2rem !important;
    }
    .m-lg-6 {
        margin: 4.6875rem !important;
    }
    .mt-lg-6,
    .my-lg-6 {
        margin-top: 4.6875rem !important;
    }
    .mr-lg-6,
    .mx-lg-6 {
        margin-right: 4.6875rem !important;
    }
    .mb-lg-6,
    .my-lg-6 {
        margin-bottom: 4.6875rem !important;
    }
    .ml-lg-6,
    .mx-lg-6 {
        margin-left: 4.6875rem !important;
    }
    .p-lg-0 {
        padding: 0 !important;
    }
    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important;
    }
    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important;
    }
    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important;
    }
    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important;
    }
    .p-lg-1 {
        padding: 0.25rem !important;
    }
    .pt-lg-1,
    .py-lg-1 {
        padding-top: 0.25rem !important;
    }
    .pr-lg-1,
    .px-lg-1 {
        padding-right: 0.25rem !important;
    }
    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-lg-1,
    .px-lg-1 {
        padding-left: 0.25rem !important;
    }
    .p-lg-2 {
        padding: 0.5rem !important;
    }
    .pt-lg-2,
    .py-lg-2 {
        padding-top: 0.5rem !important;
    }
    .pr-lg-2,
    .px-lg-2 {
        padding-right: 0.5rem !important;
    }
    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-lg-2,
    .px-lg-2 {
        padding-left: 0.5rem !important;
    }
    .p-lg-3 {
        padding: 1rem !important;
    }
    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important;
    }
    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important;
    }
    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important;
    }
    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important;
    }
    .p-lg-4 {
        padding: 1.5rem !important;
    }
    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important;
    }
    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important;
    }
    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important;
    }
    .p-lg-5 {
        padding: 2rem !important;
    }
    .pt-lg-5,
    .py-lg-5 {
        padding-top: 2rem !important;
    }
    .pr-lg-5,
    .px-lg-5 {
        padding-right: 2rem !important;
    }
    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 2rem !important;
    }
    .pl-lg-5,
    .px-lg-5 {
        padding-left: 2rem !important;
    }
    .p-lg-6 {
        padding: 4.6875rem !important;
    }
    .pt-lg-6,
    .py-lg-6 {
        padding-top: 4.6875rem !important;
    }
    .pr-lg-6,
    .px-lg-6 {
        padding-right: 4.6875rem !important;
    }
    .pb-lg-6,
    .py-lg-6 {
        padding-bottom: 4.6875rem !important;
    }
    .pl-lg-6,
    .px-lg-6 {
        padding-left: 4.6875rem !important;
    }
    .m-lg-n1 {
        margin: -0.25rem !important;
    }
    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -0.25rem !important;
    }
    .m-lg-n2 {
        margin: -0.25rem !important;
    }
    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -0.25rem !important;
    }
    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -0.25rem !important;
    }
    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -0.25rem !important;
    }
    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -0.25rem !important;
    }
    .m-lg-n3 {
        margin: -0.25rem !important;
    }
    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -0.25rem !important;
    }
    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -0.25rem !important;
    }
    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -0.25rem !important;
    }
    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -0.25rem !important;
    }
    .m-lg-n4 {
        margin: -0.25rem !important;
    }
    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -0.25rem !important;
    }
    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -0.25rem !important;
    }
    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -0.25rem !important;
    }
    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -0.25rem !important;
    }
    .m-lg-n5 {
        margin: -0.25rem !important;
    }
    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -0.25rem !important;
    }
    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -0.25rem !important;
    }
    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -0.25rem !important;
    }
    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -0.25rem !important;
    }
    .m-lg-n6 {
        margin: -0.25rem !important;
    }
    .mt-lg-n6,
    .my-lg-n6 {
        margin-top: -0.25rem !important;
    }
    .mr-lg-n6,
    .mx-lg-n6 {
        margin-right: -0.25rem !important;
    }
    .mb-lg-n6,
    .my-lg-n6 {
        margin-bottom: -0.25rem !important;
    }
    .ml-lg-n6,
    .mx-lg-n6 {
        margin-left: -0.25rem !important;
    }
    .m-lg-auto {
        margin: auto !important;
    }
    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important;
    }
    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important;
    }
    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important;
    }
    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 1440px) {
    .m-xl-0 {
        margin: 0 !important;
    }
    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important;
    }
    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important;
    }
    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important;
    }
    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important;
    }
    .m-xl-1 {
        margin: 0.25rem !important;
    }
    .mt-xl-1,
    .my-xl-1 {
        margin-top: 0.25rem !important;
    }
    .mr-xl-1,
    .mx-xl-1 {
        margin-right: 0.25rem !important;
    }
    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-xl-1,
    .mx-xl-1 {
        margin-left: 0.25rem !important;
    }
    .m-xl-2 {
        margin: 0.5rem !important;
    }
    .mt-xl-2,
    .my-xl-2 {
        margin-top: 0.5rem !important;
    }
    .mr-xl-2,
    .mx-xl-2 {
        margin-right: 0.5rem !important;
    }
    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-xl-2,
    .mx-xl-2 {
        margin-left: 0.5rem !important;
    }
    .m-xl-3 {
        margin: 1rem !important;
    }
    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important;
    }
    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important;
    }
    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important;
    }
    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important;
    }
    .m-xl-4 {
        margin: 1.5rem !important;
    }
    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important;
    }
    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important;
    }
    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important;
    }
    .m-xl-5 {
        margin: 2rem !important;
    }
    .mt-xl-5,
    .my-xl-5 {
        margin-top: 2rem !important;
    }
    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 2rem !important;
    }
    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 2rem !important;
    }
    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 2rem !important;
    }
    .m-xl-6 {
        margin: 4.6875rem !important;
    }
    .mt-xl-6,
    .my-xl-6 {
        margin-top: 4.6875rem !important;
    }
    .mr-xl-6,
    .mx-xl-6 {
        margin-right: 4.6875rem !important;
    }
    .mb-xl-6,
    .my-xl-6 {
        margin-bottom: 4.6875rem !important;
    }
    .ml-xl-6,
    .mx-xl-6 {
        margin-left: 4.6875rem !important;
    }
    .p-xl-0 {
        padding: 0 !important;
    }
    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important;
    }
    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important;
    }
    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important;
    }
    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important;
    }
    .p-xl-1 {
        padding: 0.25rem !important;
    }
    .pt-xl-1,
    .py-xl-1 {
        padding-top: 0.25rem !important;
    }
    .pr-xl-1,
    .px-xl-1 {
        padding-right: 0.25rem !important;
    }
    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-xl-1,
    .px-xl-1 {
        padding-left: 0.25rem !important;
    }
    .p-xl-2 {
        padding: 0.5rem !important;
    }
    .pt-xl-2,
    .py-xl-2 {
        padding-top: 0.5rem !important;
    }
    .pr-xl-2,
    .px-xl-2 {
        padding-right: 0.5rem !important;
    }
    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-xl-2,
    .px-xl-2 {
        padding-left: 0.5rem !important;
    }
    .p-xl-3 {
        padding: 1rem !important;
    }
    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important;
    }
    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important;
    }
    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important;
    }
    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important;
    }
    .p-xl-4 {
        padding: 1.5rem !important;
    }
    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important;
    }
    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important;
    }
    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important;
    }
    .p-xl-5 {
        padding: 2rem !important;
    }
    .pt-xl-5,
    .py-xl-5 {
        padding-top: 2rem !important;
    }
    .pr-xl-5,
    .px-xl-5 {
        padding-right: 2rem !important;
    }
    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 2rem !important;
    }
    .pl-xl-5,
    .px-xl-5 {
        padding-left: 2rem !important;
    }
    .p-xl-6 {
        padding: 4.6875rem !important;
    }
    .pt-xl-6,
    .py-xl-6 {
        padding-top: 4.6875rem !important;
    }
    .pr-xl-6,
    .px-xl-6 {
        padding-right: 4.6875rem !important;
    }
    .pb-xl-6,
    .py-xl-6 {
        padding-bottom: 4.6875rem !important;
    }
    .pl-xl-6,
    .px-xl-6 {
        padding-left: 4.6875rem !important;
    }
    .m-xl-n1 {
        margin: -0.25rem !important;
    }
    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -0.25rem !important;
    }
    .m-xl-n2 {
        margin: -0.25rem !important;
    }
    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -0.25rem !important;
    }
    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -0.25rem !important;
    }
    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -0.25rem !important;
    }
    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -0.25rem !important;
    }
    .m-xl-n3 {
        margin: -0.25rem !important;
    }
    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -0.25rem !important;
    }
    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -0.25rem !important;
    }
    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -0.25rem !important;
    }
    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -0.25rem !important;
    }
    .m-xl-n4 {
        margin: -0.25rem !important;
    }
    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -0.25rem !important;
    }
    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -0.25rem !important;
    }
    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -0.25rem !important;
    }
    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -0.25rem !important;
    }
    .m-xl-n5 {
        margin: -0.25rem !important;
    }
    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -0.25rem !important;
    }
    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -0.25rem !important;
    }
    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -0.25rem !important;
    }
    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -0.25rem !important;
    }
    .m-xl-n6 {
        margin: -0.25rem !important;
    }
    .mt-xl-n6,
    .my-xl-n6 {
        margin-top: -0.25rem !important;
    }
    .mr-xl-n6,
    .mx-xl-n6 {
        margin-right: -0.25rem !important;
    }
    .mb-xl-n6,
    .my-xl-n6 {
        margin-bottom: -0.25rem !important;
    }
    .ml-xl-n6,
    .mx-xl-n6 {
        margin-left: -0.25rem !important;
    }
    .m-xl-auto {
        margin: auto !important;
    }
    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important;
    }
    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important;
    }
    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important;
    }
    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important;
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
}

.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

.float-none {
    float: none !important;
}

@media (min-width: 576px) {
    .float-sm-left {
        float: left !important;
    }
    .float-sm-right {
        float: right !important;
    }
    .float-sm-none {
        float: none !important;
    }
}

@media (min-width: 800px) {
    .float-md-left {
        float: left !important;
    }
    .float-md-right {
        float: right !important;
    }
    .float-md-none {
        float: none !important;
    }
}

@media (min-width: 1200px) {
    .float-lg-left {
        float: left !important;
    }
    .float-lg-right {
        float: right !important;
    }
    .float-lg-none {
        float: none !important;
    }
}

@media (min-width: 1440px) {
    .float-xl-left {
        float: left !important;
    }
    .float-xl-right {
        float: right !important;
    }
    .float-xl-none {
        float: none !important;
    }
}

.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);
}

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
}
.nav-link:hover,
.nav-link:focus {
    text-decoration: none;
}
.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default;
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
    margin-bottom: -1px;
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
    border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.nav-pills .nav-link {
    border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: #007bff;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
    flex: 1 1 auto;
    text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center;
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 1rem;
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-md,
.navbar .container-lg,
.navbar .wp-block-latest-posts,
.navbar .container-xl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.navbar-brand {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}
.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none;
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
}
.navbar-nav .dropdown-menu {
    position: static;
    float: none;
}

.navbar-text {
    display: inline-block;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

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

.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}
.navbar-toggler:hover,
.navbar-toggler:focus {
    text-decoration: none;
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: '';
    background: 50% / 100% 100% no-repeat;
}

.navbar-nav-scroll {
    max-height: 75vh;
    overflow-y: auto;
}

@media (max-width: 575.98px) {
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid,
    .navbar-expand-sm > .container-md,
    .navbar-expand-sm > .container-lg,
    .navbar-expand-sm > .wp-block-latest-posts,
    .navbar-expand-sm > .container-xl {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 576px) {
    .navbar-expand-sm {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-sm .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid,
    .navbar-expand-sm > .container-md,
    .navbar-expand-sm > .container-lg,
    .navbar-expand-sm > .wp-block-latest-posts,
    .navbar-expand-sm > .container-xl {
        flex-wrap: nowrap;
    }
    .navbar-expand-sm .navbar-nav-scroll {
        overflow: visible;
    }
    .navbar-expand-sm .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-sm .navbar-toggler {
        display: none;
    }
}

@media (max-width: 799.98px) {
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid,
    .navbar-expand-md > .container-md,
    .navbar-expand-md > .container-lg,
    .navbar-expand-md > .wp-block-latest-posts,
    .navbar-expand-md > .container-xl {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 800px) {
    .navbar-expand-md {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-md .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid,
    .navbar-expand-md > .container-md,
    .navbar-expand-md > .container-lg,
    .navbar-expand-md > .wp-block-latest-posts,
    .navbar-expand-md > .container-xl {
        flex-wrap: nowrap;
    }
    .navbar-expand-md .navbar-nav-scroll {
        overflow: visible;
    }
    .navbar-expand-md .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-md .navbar-toggler {
        display: none;
    }
}

@media (max-width: 1199.98px) {
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid,
    .navbar-expand-lg > .container-md,
    .navbar-expand-lg > .container-lg,
    .navbar-expand-lg > .wp-block-latest-posts,
    .navbar-expand-lg > .container-xl {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 1200px) {
    .navbar-expand-lg {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid,
    .navbar-expand-lg > .container-md,
    .navbar-expand-lg > .container-lg,
    .navbar-expand-lg > .wp-block-latest-posts,
    .navbar-expand-lg > .container-xl {
        flex-wrap: nowrap;
    }
    .navbar-expand-lg .navbar-nav-scroll {
        overflow: visible;
    }
    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-lg .navbar-toggler {
        display: none;
    }
}

@media (max-width: 1439.98px) {
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid,
    .navbar-expand-xl > .container-md,
    .navbar-expand-xl > .container-lg,
    .navbar-expand-xl > .wp-block-latest-posts,
    .navbar-expand-xl > .container-xl {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 1440px) {
    .navbar-expand-xl {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-xl .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid,
    .navbar-expand-xl > .container-md,
    .navbar-expand-xl > .container-lg,
    .navbar-expand-xl > .wp-block-latest-posts,
    .navbar-expand-xl > .container-xl {
        flex-wrap: nowrap;
    }
    .navbar-expand-xl .navbar-nav-scroll {
        overflow: visible;
    }
    .navbar-expand-xl .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-xl .navbar-toggler {
        display: none;
    }
}

.navbar-expand {
    flex-flow: row nowrap;
    justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .wp-block-latest-posts,
.navbar-expand > .container-xl {
    padding-right: 0;
    padding-left: 0;
}
.navbar-expand .navbar-nav {
    flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .wp-block-latest-posts,
.navbar-expand > .container-xl {
    flex-wrap: nowrap;
}
.navbar-expand .navbar-nav-scroll {
    overflow: visible;
}
.navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
}
.navbar-expand .navbar-toggler {
    display: none;
}

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
    color: #fff;
}
.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
    color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
    color: #fff;
}

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
    color: #fff;
}
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
    color: #fff;
}

.dropup,
.dropright,
.dropdown,
.dropleft {
    position: relative;
}

.dropdown-toggle {
    white-space: nowrap;
}
.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

.dropdown-menu-left {
    right: auto;
    left: 0;
}

.dropdown-menu-right {
    right: 0;
    left: auto;
}

@media (min-width: 576px) {
    .dropdown-menu-sm-left {
        right: auto;
        left: 0;
    }
    .dropdown-menu-sm-right {
        right: 0;
        left: auto;
    }
}

@media (min-width: 800px) {
    .dropdown-menu-md-left {
        right: auto;
        left: 0;
    }
    .dropdown-menu-md-right {
        right: 0;
        left: auto;
    }
}

@media (min-width: 1200px) {
    .dropdown-menu-lg-left {
        right: auto;
        left: 0;
    }
    .dropdown-menu-lg-right {
        right: 0;
        left: auto;
    }
}

@media (min-width: 1440px) {
    .dropdown-menu-xl-left {
        right: auto;
        left: 0;
    }
    .dropdown-menu-xl-right {
        right: 0;
        left: auto;
    }
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: '';
    border-top: 0;
    border-right: 0.3em solid transparent;
    border-bottom: 0.3em solid;
    border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: '';
    border-top: 0.3em solid transparent;
    border-right: 0;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropright .dropdown-toggle::after {
    vertical-align: 0;
}

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: '';
}

.dropleft .dropdown-toggle::after {
    display: none;
}

.dropleft .dropdown-toggle::before {
    display: inline-block;
    margin-right: 0.255em;
    vertical-align: 0.255em;
    content: '';
    border-top: 0.3em solid transparent;
    border-right: 0.3em solid;
    border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropleft .dropdown-toggle::before {
    vertical-align: 0;
}

.dropdown-menu[x-placement^='top'],
.dropdown-menu[x-placement^='right'],
.dropdown-menu[x-placement^='bottom'],
.dropdown-menu[x-placement^='left'] {
    right: auto;
    bottom: auto;
}

.dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.dropdown-item:hover,
.dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #e9ecef;
}
.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #adb5bd;
    pointer-events: none;
    background-color: transparent;
}

.dropdown-menu.show {
    display: block;
}

.dropdown-header {
    display: block;
    padding: 0.5rem 1.5rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #6c757d;
    white-space: nowrap;
}

.dropdown-item-text {
    display: block;
    padding: 0.25rem 1.5rem;
    color: #212529;
}

.fade {
    transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
    .fade {
        transition: none;
    }
}
.fade:not(.show) {
    opacity: 0;
}

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

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
    .collapsing {
        transition: none;
    }
}

.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;
}

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

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

@supports ((position: -webkit-sticky) or (position: sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

/*!
 * Bootstrap-select v1.13.18 (https://developer.snapappointments.com/bootstrap-select)
 *
 * Copyright 2012-2020 SnapAppointments, LLC
 * Licensed under MIT (https://github.com/snapappointments/bootstrap-select/blob/master/LICENSE)
 */
@-webkit-keyframes bs-notify-fadeOut {
    0% {
        opacity: 0.9;
    }
    100% {
        opacity: 0;
    }
}

@keyframes bs-notify-fadeOut {
    0% {
        opacity: 0.9;
    }
    100% {
        opacity: 0;
    }
}

.bootstrap-select > select.bs-select-hidden,
select.bs-select-hidden,
select.selectpicker {
    display: none !important;
}

.bootstrap-select {
    width: 220px\0;
    vertical-align: middle;
}

.bootstrap-select > .dropdown-toggle {
    position: relative;
    width: 100%;
    text-align: right;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
}

.bootstrap-select > .dropdown-toggle:after {
    margin-top: -1px;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
    color: #999;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:hover {
    color: rgba(255, 255, 255, 0.5);
}

.bootstrap-select > select {
    position: absolute !important;
    bottom: 0;
    left: 50%;
    display: block !important;
    width: 0.5px !important;
    height: 100% !important;
    padding: 0 !important;
    opacity: 0 !important;
    border: none;
    z-index: 0 !important;
}

.bootstrap-select > select.mobile-device {
    top: 0;
    left: 0;
    display: block !important;
    width: 100% !important;
    z-index: 2 !important;
}

.bootstrap-select.is-invalid .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle,
.has-error .bootstrap-select .dropdown-toggle,
.was-validated .bootstrap-select select:invalid + .dropdown-toggle {
    border-color: #b94a48;
}

.bootstrap-select.is-valid .dropdown-toggle,
.was-validated .bootstrap-select select:valid + .dropdown-toggle {
    border-color: #28a745;
}

.bootstrap-select.fit-width {
    width: auto !important;
}

.bootstrap-select:not([class*='col-']):not([class*='form-control']):not(.input-group-btn) {
    width: 220px;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
    outline: thin dotted #333 !important;
    outline: 5px auto -webkit-focus-ring-color !important;
    outline-offset: -2px;
}

.bootstrap-select.form-control {
    margin-bottom: 0;
    padding: 0;
    border: none;
    height: auto;
}

:not(.input-group) > .bootstrap-select.form-control:not([class*='col-']) {
    width: 100%;
}

.bootstrap-select.form-control.input-group-btn {
    float: none;
    z-index: auto;
}

.form-inline .bootstrap-select,
.form-inline .bootstrap-select.form-control:not([class*='col-']) {
    width: auto;
}

.bootstrap-select:not(.input-group-btn),
.bootstrap-select[class*='col-'] {
    float: none;
    display: inline-block;
    margin-left: 0;
}

.bootstrap-select.dropdown-menu-right,
.bootstrap-select[class*='col-'].dropdown-menu-right,
.row .bootstrap-select[class*='col-'].dropdown-menu-right {
    float: right;
}

.form-group .bootstrap-select,
.form-horizontal .bootstrap-select,
.form-inline .bootstrap-select {
    margin-bottom: 0;
}

.form-group-lg .bootstrap-select.form-control,
.form-group-sm .bootstrap-select.form-control {
    padding: 0;
}

.form-group-lg .bootstrap-select.form-control .dropdown-toggle,
.form-group-sm .bootstrap-select.form-control .dropdown-toggle {
    height: 100%;
    font-size: inherit;
    line-height: inherit;
    border-radius: inherit;
}

.bootstrap-select.form-control-lg .dropdown-toggle,
.bootstrap-select.form-control-sm .dropdown-toggle {
    font-size: inherit;
    line-height: inherit;
    border-radius: inherit;
}

.bootstrap-select.form-control-sm .dropdown-toggle {
    padding: 0.25rem 0.5rem;
}

.bootstrap-select.form-control-lg .dropdown-toggle {
    padding: 0.5rem 1rem;
}

.form-inline .bootstrap-select .form-control {
    width: 100%;
}

.bootstrap-select.disabled,
.bootstrap-select > .disabled {
    cursor: not-allowed;
}

.bootstrap-select.disabled:focus,
.bootstrap-select > .disabled:focus {
    outline: 0 !important;
}

.bootstrap-select.bs-container {
    position: absolute;
    top: 0;
    left: 0;
    height: 0 !important;
    padding: 0 !important;
}

.bootstrap-select.bs-container .dropdown-menu {
    z-index: 1060;
}

.bootstrap-select .dropdown-toggle .filter-option {
    position: static;
    top: 0;
    left: 0;
    float: left;
    height: 100%;
    width: 100%;
    text-align: left;
    overflow: hidden;
    flex: 0 1 auto;
}

.bs3.bootstrap-select .dropdown-toggle .filter-option {
    padding-right: inherit;
}

.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option {
    position: absolute;
    padding-top: inherit;
    padding-bottom: inherit;
    padding-left: inherit;
    float: none;
}

.input-group
    .bs3-has-addon.bootstrap-select
    .dropdown-toggle
    .filter-option
    .filter-option-inner {
    padding-right: inherit;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    overflow: hidden;
}

.bootstrap-select .dropdown-toggle .filter-expand {
    width: 0 !important;
    float: left;
    opacity: 0 !important;
    overflow: hidden;
}

.bootstrap-select .dropdown-toggle .caret {
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -2px;
    vertical-align: middle;
}

.input-group .bootstrap-select.form-control .dropdown-toggle {
    border-radius: inherit;
}

.bootstrap-select[class*='col-'] .dropdown-toggle {
    width: 100%;
}

.bootstrap-select .dropdown-menu {
    min-width: 100%;
    box-sizing: border-box;
}

.bootstrap-select .dropdown-menu > .inner:focus {
    outline: 0 !important;
}

.bootstrap-select .dropdown-menu.inner {
    position: static;
    float: none;
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
}

.bootstrap-select .dropdown-menu li {
    position: relative;
}

.bootstrap-select .dropdown-menu li.active small {
    color: rgba(255, 255, 255, 0.5) !important;
}

.bootstrap-select .dropdown-menu li.disabled a {
    cursor: not-allowed;
}

.bootstrap-select .dropdown-menu li a {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.bootstrap-select .dropdown-menu li a.opt {
    position: relative;
    padding-left: 2.25em;
}

.bootstrap-select .dropdown-menu li a span.check-mark {
    display: none;
}

.bootstrap-select .dropdown-menu li a span.text {
    display: inline-block;
}

.bootstrap-select .dropdown-menu li small {
    padding-left: 0.5em;
}

.bootstrap-select .dropdown-menu .notify {
    position: absolute;
    bottom: 5px;
    width: 96%;
    margin: 0 2%;
    min-height: 26px;
    padding: 3px 5px;
    background: #f5f5f5;
    border: 1px solid #e3e3e3;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    pointer-events: none;
    opacity: 0.9;
    box-sizing: border-box;
}

.bootstrap-select .dropdown-menu .notify.fadeOut {
    -webkit-animation: 0.3s linear 750ms forwards bs-notify-fadeOut;
    animation: 0.3s linear 750ms forwards bs-notify-fadeOut;
}

.bootstrap-select .no-results {
    padding: 3px;
    background: #f5f5f5;
    margin: 0 5px;
    white-space: nowrap;
}

.bootstrap-select.fit-width .dropdown-toggle .filter-option {
    position: static;
    display: inline;
    padding: 0;
}

.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner,
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {
    display: inline;
}

.bootstrap-select.fit-width .dropdown-toggle .bs-caret:before {
    content: '\00a0';
}

.bootstrap-select.fit-width .dropdown-toggle .caret {
    position: static;
    top: auto;
    margin-top: -1px;
}

.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
    position: absolute;
    display: inline-block;
    right: 15px;
    top: 5px;
}

.bootstrap-select.show-tick .dropdown-menu li a span.text {
    margin-right: 34px;
}

.bootstrap-select .bs-ok-default:after {
    content: '';
    display: block;
    width: 0.5em;
    height: 1em;
    border-style: solid;
    border-width: 0 0.26em 0.26em 0;
    transform-style: preserve-3d;
    transform: rotate(45deg);
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle {
    z-index: 1061;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before {
    content: '';
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid rgba(204, 204, 204, 0.2);
    position: absolute;
    bottom: -4px;
    left: 9px;
    display: none;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after {
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    position: absolute;
    bottom: -4px;
    left: 10px;
    display: none;
}

.bootstrap-select.show-menu-arrow.dropup
    .dropdown-toggle
    .filter-option:before {
    bottom: auto;
    top: -4px;
    border-top: 7px solid rgba(204, 204, 204, 0.2);
    border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after {
    bottom: auto;
    top: -4px;
    border-top: 6px solid #fff;
    border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.pull-right
    .dropdown-toggle
    .filter-option:before {
    right: 12px;
    left: auto;
}

.bootstrap-select.show-menu-arrow.pull-right
    .dropdown-toggle
    .filter-option:after {
    right: 13px;
    left: auto;
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:after,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:before,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:after,
.bootstrap-select.show-menu-arrow.show
    > .dropdown-toggle
    .filter-option:before {
    display: block;
}

.bs-actionsbox,
.bs-donebutton,
.bs-searchbox {
    padding: 4px 8px;
}

.bs-actionsbox {
    width: 100%;
    box-sizing: border-box;
}

.bs-actionsbox .btn-group button {
    width: 50%;
}

.bs-donebutton {
    float: left;
    width: 100%;
    box-sizing: border-box;
}

.bs-donebutton .btn-group button {
    width: 100%;
}

.bs-searchbox + .bs-actionsbox {
    padding: 0 8px 4px;
}

.bs-searchbox .form-control {
    margin-bottom: 0;
    width: 100%;
    float: none;
}

/**
 * Swiper 6.5.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: March 5, 2021
 */
@font-face {
    font-family: 'swiper-icons';
    src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA')
        format('woff');
    font-weight: 400;
    font-style: normal;
}

:root {
    --swiper-theme-color: #007aff;
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    /* Fix of Webkit flickering */
    z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
    flex-direction: column;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
    flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.swiper-container-pointer-events {
    touch-action: pan-y;
}

.swiper-container-pointer-events.swiper-container-vertical {
    touch-action: pan-x;
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}

.swiper-slide-invisible-blank {
    visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height;
}

/* 3D Effects */
.swiper-container-3d {
    perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
    transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(
        to left,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0)
    );
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0)
    );
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0)
    );
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0)
    );
}

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    /* For Firefox */
    -ms-overflow-style: none;
    /* For Internet Explorer and Edge */
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
    -webkit-scroll-snap-type: x mandatory;
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
    -webkit-scroll-snap-type: y mandatory;
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory;
}

:root {
    --swiper-navigation-size: 44px;
    /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
    content: 'prev';
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    content: 'next';
}

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

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
    --swiper-navigation-color: #000000;
}

.swiper-button-lock {
    display: none;
}

:root {
    /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: 300ms opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 10px;
    left: 0;
    width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(0.33);
    position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33);
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 50%;
    background: #000;
    opacity: 0.2;
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical
    > .swiper-pagination-bullets
    .swiper-pagination-bullet {
    margin: 6px 0;
    display: block;
}

.swiper-container-vertical
    > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
}

.swiper-container-vertical
    > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
    .swiper-pagination-bullet {
    display: inline-block;
    transition: 200ms transform, 200ms top;
}

.swiper-container-horizontal
    > .swiper-pagination-bullets
    .swiper-pagination-bullet {
    margin: 0 4px;
}

.swiper-container-horizontal
    > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}

.swiper-container-horizontal
    > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
    .swiper-pagination-bullet {
    transition: 200ms transform, 200ms left;
}

.swiper-container-horizontal.swiper-container-rtl
    > .swiper-pagination-bullets-dynamic
    .swiper-pagination-bullet {
    transition: 200ms transform, 200ms right;
}

/* Progress */
.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top;
}

.swiper-container-rtl
    .swiper-pagination-progressbar
    .swiper-pagination-progressbar-fill {
    transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical
    > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal
    > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
}

.swiper-pagination-white {
    --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
    --swiper-pagination-color: #000000;
}

.swiper-pagination-lock {
    display: none;
}

/* Scrollbar */
.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0;
}

.swiper-scrollbar-cursor-drag {
    cursor: move;
}

.swiper-scrollbar-lock {
    display: none;
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.swiper-slide-zoomed {
    cursor: move;
}

/* Preloader */
:root {
    /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s infinite linear;
    animation: swiper-preloader-spin 1s infinite linear;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent;
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg);
    }
}

/* a11y */
.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-cube {
    overflow: visible;
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
    pointer-events: auto;
    visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    z-index: 0;
}

.swiper-container-cube .swiper-cube-shadow:before {
    content: '';
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    -webkit-filter: blur(50px);
    filter: blur(50px);
}

.swiper-container-flip {
    overflow: visible;
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.modal-open {
    overflow: hidden;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}
.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none;
    }
}
.modal.show .modal-dialog {
    transform: none;
}
.modal.modal-static .modal-dialog {
    transform: scale(1.02);
}

.modal-dialog-scrollable {
    display: flex;
    max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
    flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
    overflow-y: auto;
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    content: '';
}
.modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
    content: none;
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}
.modal-backdrop.fade {
    opacity: 0;
}
.modal-backdrop.show {
    opacity: 0.5;
}

.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: 0.75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
    margin: 0.25rem;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }
    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem);
    }
    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem);
    }
    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }
    .modal-dialog-centered::before {
        height: calc(100vh - 3.5rem);
        height: -webkit-min-content;
        height: -moz-min-content;
        height: min-content;
    }
    .modal-sm {
        max-width: 300px;
    }
}

@media (min-width: 1200px) {
    .modal-lg,
    .modal-xl {
        max-width: 800px;
    }
}

@media (min-width: 1440px) {
    .modal-xl {
        max-width: 1140px;
    }
}

/* Main css */
/* ----------------------------- *
 *             MIXINS            *
 * ----------------------------- */
/* ------ FONTS ------ */
.img-fluid,
.wp-block-image img,
.tease-post_thumbnail img,
.article_header_img {
    max-width: 100%;
    height: auto;
}

/**
 * @include fontface('archia', '../fonts/archia_thin-webfont', 100, normal, normal, woff2 woff);
 */
@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    font-stretch: normal;
    src: url(assets/fonts/Ubuntu-Regular.ttf) format('truetype');
}

@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 700;
    font-stretch: normal;
    src: url(assets/fonts/Ubuntu-Bold.ttf) format('truetype');
}

@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 500;
    font-stretch: normal;
    src: url(assets/fonts/Ubuntu-Medium.ttf) format('truetype');
}

@font-face {
    font-family: 'icon-omalo';
    src: url(assets/fonts/icon-omalo.eot);
    src: url(assets/fonts/icon-omalo.eot#iefix) format('embedded-opentype'),
        url(assets/fonts/icon-omalo.ttf) format('truetype'),
        url(assets/fonts/icon-omalo.woff) format('woff'),
        url("data:image/svg+xml,%3c!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd' %3e %3csvg xmlns='http://www.w3.org/2000/svg'%3e %3cmetadata%3eGenerated by IcoMoon%3c/metadata%3e %3cdefs%3e %3cfont id='icon-omalo' horiz-adv-x='1024'%3e %3cfont-face units-per-em='1024' ascent='960' descent='-64' /%3e %3cmissing-glyph horiz-adv-x='1024' /%3e %3cglyph unicode='&%23x20;' horiz-adv-x='512' d='' /%3e %3cglyph unicode='&%23xe900;' glyph-name='chevron-down' d='M225.835 524.502l256-256c16.683-16.683 43.691-16.683 60.331 0l256 256c16.683 16.683 16.683 43.691 0 60.331s-43.691 16.683-60.331 0l-225.835-225.835-225.835 225.835c-16.683 16.683-43.691 16.683-60.331 0s-16.683-43.691 0-60.331z' /%3e %3cglyph unicode='&%23xe901;' glyph-name='image, picture, photo, graphic' d='M959.884 832c0.040-0.034 0.082-0.076 0.116-0.116v-767.77c-0.034-0.040-0.076-0.082-0.116-0.116h-895.77c-0.040 0.034-0.082 0.076-0.114 0.116v767.772c0.034 0.040 0.076 0.082 0.114 0.114h895.77zM960 896h-896c-35.2 0-64-28.8-64-64v-768c0-35.2 28.8-64 64-64h896c35.2 0 64 28.8 64 64v768c0 35.2-28.8 64-64 64v0zM832 672c0-53.020-42.98-96-96-96s-96 42.98-96 96 42.98 96 96 96 96-42.98 96-96zM896 128h-768v128l224 384 256-320h64l224 192z' /%3e %3cglyph unicode='&%23xe902;' glyph-name='angle-right' horiz-adv-x='347' d='M340 402.286c0-4.571-2.286-9.714-5.714-13.143l-266.286-266.286c-3.429-3.429-8.571-5.714-13.143-5.714s-9.714 2.286-13.143 5.714l-28.571 28.571c-3.429 3.429-5.714 8-5.714 13.143 0 4.571 2.286 9.714 5.714 13.143l224.571 224.571-224.571 224.571c-3.429 3.429-5.714 8.571-5.714 13.143s2.286 9.714 5.714 13.143l28.571 28.571c3.429 3.429 8.571 5.714 13.143 5.714s9.714-2.286 13.143-5.714l266.286-266.286c3.429-3.429 5.714-8.571 5.714-13.143z' /%3e %3cglyph unicode='&%23xe903;' glyph-name='phone' d='M222.549 854.13c-35.157-18.091-72.818-49.209-96.256-95.118-24.064-47.502-35.783-116.281-4.949-214.13 41.984-133.86 151.836-250.482 261.632-338.091 106.155-84.878 205.483-137.273 223.972-146.546 16.043-5.404 90.738-27.591 163.556-19.456 36.409 4.153 69.689 15.474 95.004 36.978 24.064 20.594 45.682 54.158 55.58 111.73-53.134 29.412-111.104 64.171-152.462 89.771 0 0.114 0 0.114-0.626 0.114 0 0.057 0 0.057 0 0v-0.114l-71.566-90.453c-25.941-33.621-73.444-49.835-117.248-29.355-72.818 34.19-234.496 129.308-352.939 338.318-22.812 39.481-16.043 90.226 18.489 121.856 14.222 12.8 27.193 24.178 40.107 34.987 14.222 12.516 27.762 24.178 40.107 35.954l-102.4 163.612zM185.572 950.955c48.071 23.040 98.076-0.967 121.515-38.059l107.349-171.179c22.187-34.532 23.438-85.163-11.719-119.751-15.417-14.848-36.409-33.166-56.149-50.062-10.468-9.387-20.992-18.318-29.582-26.112 102.4-177.948 238.763-260.324 301.056-290.418l69.12 88.121c32.711 41.529 90.738 51.257 135.168 23.893 40.732-25.259 97.451-59.278 148.708-87.723 34.532-18.944 58.596-58.425 51.769-103.026-12.288-80.156-44.999-138.468-91.25-177.892-45.682-38.684-100.011-55.125-149.333-60.644-98.133-10.98-191.943 18.66-209.18 24.348-4.324 1.479-7.396 3.015-11.719 4.949-17.92 9.387-126.521 65.764-242.517 158.379-114.802 91.762-244.338 224.37-295.595 387.982-37.604 120.036-26.51 217.486 11.719 292.409 37.035 73.557 97.508 119.865 150.585 144.782z' /%3e %3cglyph unicode='&%23xe904;' glyph-name='map' horiz-adv-x='1084' d='M1058.756 952.29c15.661-9.336 25.48-25.901 25.48-43.61v-719.089c0-19.456-11.083-37.225-30.057-45.96l-325.271-154.082c-15.059-7.228-32.648-7.228-48.309 0l-301.116 142.637-301.116-142.637c-16.264-8.011-36.563-7.108-52.224 2.289-16.324 9.336-26.142 25.901-26.142 43.671v770.409c0 22.046 15.059 41.743 37.225 48.73l325.271 102.701c13.734 4.337 28.732 3.313 41.141-2.771l301.116-142.577 301.116 142.577c16.986 7.951 36.563 7.108 52.887-2.289zM650.541 722.793l-216.847 102.701v-604.16l216.847-102.761v604.28zM758.965 118.633l216.847 102.701v604.16l-216.847-102.641v-604.28zM325.271 221.335v616.087l-216.847-68.548v-650.3l216.847 102.761z' /%3e %3cglyph unicode='&%23xe905;' glyph-name='world' d='M512-64.057c282.51 0 512 229.205 512 512.057 0 282.738-229.49 512-512 512-283.136 0-512-229.262-512-512 0-282.795 228.864-512.057 512-512.057zM512 857.6c9.273 0 19.115-0.284 28.388-0.967 1.82-2.219 3.698-4.722 5.518-7.339 12.971-17.067 30.265-43.292 48.128-78.62 16.043-31.744 32.085-71.054 45.056-117.874h-254.123c12.914 46.82 28.956 86.073 44.373 117.931 17.863 35.271 35.157 61.497 48.128 78.507 1.82 2.674 3.698 5.12 5.518 7.396 9.899 0.683 19.172 0.967 29.013 0.967zM256 448c0-36.068 1.877-70.258 5.575-102.4h-146.204c-8.647 32.711-12.971 67.015-12.971 102.4 0 35.328 4.324 69.632 12.971 102.4h146.204c-3.698-32.199-5.575-66.332-5.575-102.4zM278.869 243.143c15.986-65.536 37.547-120.092 59.164-163.669l1.877-3.3c-77.141 35.556-140.686 94.208-182.613 166.969h121.515zM384.91 243.143h254.18c-12.971-46.82-29.013-86.073-45.056-117.874-17.863-35.385-35.157-61.554-48.128-78.62-1.82-2.617-3.698-5.12-5.518-7.339-9.273-0.569-19.115-0.967-28.388-0.967-9.842 0-19.115 0.341-29.013 0.967-1.82 2.276-3.698 4.722-5.518 7.396-12.971 17.010-30.265 43.236-48.128 78.507-15.417 31.858-31.46 71.111-44.373 117.931zM658.83 345.6h-294.286c-4.267 31.687-6.144 65.877-6.144 102.4 0 36.409 1.877 70.656 6.144 102.4h294.286c4.324-31.744 6.77-65.991 6.77-102.4 0-36.523-2.446-70.713-6.827-102.4zM744.562 243.143h122.14c-41.927-72.761-106.098-131.413-182.613-166.969l1.252 3.3c22.244 43.577 43.804 98.133 59.221 163.669zM908.629 345.6h-146.204c3.129 32.142 5.575 66.332 5.575 102.4s-2.446 70.201-5.575 102.4h146.204c8.021-32.768 12.971-67.072 12.971-102.4 0-35.385-4.949-69.689-12.971-102.4zM338.034 816.526c-21.618-43.634-43.179-98.19-59.164-163.726h-121.572c41.927 72.818 105.472 131.413 182.613 166.969l-1.877-3.243zM684.089 819.769c76.516-35.556 140.686-94.151 182.613-166.969h-122.14c-15.417 65.536-36.978 120.092-59.221 163.726l-1.252 3.243z' /%3e %3cglyph unicode='&%23xe906;' glyph-name='pin' horiz-adv-x='796' d='M192.626 960h411.193c77.483 0 132.324-76.060 107.634-149.788l-68.551-206.734c89.828-34.304 153.543-121.572 153.543-222.834v-103.31c0-31.46-25.372-56.889-56.889-56.889h-284.444v-227.556c0-31.46-25.372-56.889-56.889-56.889s-56.889 25.429-56.889 56.889v227.556h-284.444c-31.516 0-56.889 25.429-56.889 56.889v103.31c0 101.205 63.090 188.53 153.543 222.834l-69.234 206.734c-24.007 73.728 30.834 149.788 108.316 149.788zM398.222 334.222h284.444v46.421c0 65.308-50.745 119.467-115.826 124.245-38.4 2.731-63.716 40.789-51.428 77.084l88.405 264.249h-411.193l87.723-264.249c12.345-36.295-13.084-74.354-51.428-77.084-65.081-4.722-115.143-58.937-115.143-124.245v-46.421h284.444z' /%3e %3cglyph unicode='&%23xe907;' glyph-name='mapmarker' horiz-adv-x='755' d='M590.309 440.509c37.619 75.722 40.691 165.78 9.216 244.628-91.244 229.592-393.485 228.783-482.897-0.701-31.475-79.279-27.163-169.391 11.102-245.005l231.909-334.579 230.669 335.656zM674.816 392.003l-260.312-395.857-2.479-5.12-24.63-36.541c-12.396-24.522-44.409-24.684-56.751-0.269l-22.205 36.379-2.479 5.12-262.737 394.509c-51.847 103.208-57.398 226.196-14.821 334.255 122.718 313.56 534.744 314.099 659.348 1.186 42.577-107.574 38.265-230.292-12.935-333.608zM407.714 582.899c-0.647 28.51-21.558 51.469-48.074 51.469-26.57-0.108-48.128-23.229-48.128-51.739 0.593-28.403 21.612-51.416 48.128-51.362s48.074 23.175 48.074 51.631zM503.323 583.114c0-85.369-64.135-154.732-143.091-154.947-79.549-0.162-143.683 68.877-144.33 154.301 0 85.369 64.135 154.678 143.091 154.947 79.603 0.162 143.737-68.931 144.33-154.301z' /%3e %3cglyph unicode='&%23xe908;' glyph-name='user' horiz-adv-x='796' d='M398.222 243.2c38.969 0 70.144-2.674 97.166-6.656 109.739-16.555 201.5-131.47 201.5-249.344 0-28.274 22.187-51.2 49.778-51.2s49.778 22.926 49.778 51.2c0 132.779-80.953 263.168-196.722 321.764 88.747 64.853 146.944 171.748 146.944 292.636 0 197.973-155.932 358.4-348.444 358.4s-348.444-160.427-348.444-358.4c0-120.832 58.197-227.783 147.513-292.636-116.338-58.539-197.291-188.985-197.291-321.764 0-28.274 22.187-51.2 49.778-51.2s49.778 22.926 49.778 51.2c0 117.874 92.331 232.789 202.126 249.344 26.396 3.982 57.572 6.656 96.54 6.656zM398.222 345.6c-137.33 0-248.889 114.631-248.889 256 0 141.426 111.502 256 248.889 256 137.33 0 248.889-114.574 248.889-256 0-141.369-111.502-256-248.889-256z' /%3e %3cglyph unicode='&%23xe909;' glyph-name='checkmark' horiz-adv-x='1280' d='M302.080 540.16c-50.304 49.664-131.328 49.152-180.992-1.28-49.664-50.176-49.152-131.2 1.28-180.864l325.12-321.152c53.504-52.736 140.8-48.384 188.672 9.728l528.128 640c44.928 54.528 37.12 135.168-17.28 180.096-54.528 45.056-135.296 37.248-180.224-17.28l-439.040-531.968-225.664 222.72z' /%3e %3cglyph unicode='&%23xe90a;' glyph-name='stop' d='M192 960h640c106.048 0 192-85.952 192-192v-640c0-106.048-85.952-192-192-192h-640c-106.048 0-192 85.952-192 192v640c0 106.048 85.952 192 192 192z' /%3e %3cglyph unicode='&%23xe90b;' d='M32.047 447.986c0 265.082 214.874 479.947 479.947 479.947s479.947-214.874 479.947-479.947-214.874-479.947-479.947-479.947-479.947 214.874-479.947 479.947z' /%3e %3cglyph unicode='&%23xe90c;' d='M497.618 537.828l1.006-16.604-16.773 2.037c-61.106 7.811-114.487 34.228-159.798 78.624l-22.168 22.043-5.718-16.268c-12.079-36.267-4.354-74.561 20.817-100.315 13.423-14.249 10.41-16.289-12.754-7.811-8.060 2.73-15.095 4.769-15.767 3.736-2.344-2.373 5.718-33.209 12.089-45.428 8.729-16.949 26.508-33.541 45.984-43.364l16.463-7.811-19.469-0.34c-18.805 0-19.479-0.33-17.469-7.45 6.725-22.043 33.233-45.428 62.782-55.583l20.817-7.115-18.135-10.856c-26.848-15.572-58.406-24.386-89.964-25.061-15.095-0.34-27.514-1.71-27.514-2.73 0-3.39 40.947-22.352 64.794-29.829 71.516-22.043 156.439-12.529 220.218 25.088 45.327 26.787 90.657 79.996 111.802 131.512 11.429 27.448 22.829 77.604 22.829 101.663 0 15.598 0.99 17.635 19.811 36.267 11.069 10.856 21.483 22.714 23.488 26.088 3.375 6.45 3.043 6.45-14.094 0.69-28.528-10.169-32.564-8.791-18.475 6.444 10.41 10.856 22.856 30.508 22.856 36.267 0 1.033-5.050-0.669-10.768-3.714-6.030-3.39-19.469-8.48-29.521-11.523l-18.149-5.775-16.463 11.188c-9.042 6.090-21.808 12.89-28.528 14.909-17.129 4.769-43.306 4.076-58.738-1.338-41.97-15.269-68.485-54.582-65.485-97.631z' /%3e %3cglyph unicode='&%23xe90d;' horiz-adv-x='1033' d='M39.954 448.016c0 263.195 213.349 476.546 476.546 476.546s476.546-213.349 476.546-476.546-213.349-476.546-476.546-476.546-476.546 213.349-476.546 476.546z' /%3e %3cglyph unicode='&%23xe90e;' horiz-adv-x='1033' d='M556.412 188.763v259.263h71.558l9.498 89.354h-81.048l0.117 44.706c0 23.319 2.216 35.8 35.683 35.8h44.74v89.354h-71.575c-85.988 0-116.239-43.34-116.239-116.223v-53.646h-53.596v-89.33h53.596v-259.263h107.282z' /%3e %3cglyph unicode='&%23xe90f;' d='M45.181 448.016c0 263.194 213.348 476.542 476.542 476.542s476.542-213.348 476.542-476.542-213.348-476.542-476.542-476.542-476.542 213.348-476.542 476.542z' /%3e %3cglyph unicode='&%23xe910;' d='M765.25 565.696c-5.84 22.47-23.070 40.149-44.931 46.139-39.632 10.914-198.595 10.914-198.595 10.914s-158.962 0-198.595-10.914c-21.861-5.99-39.091-23.678-44.931-46.139-10.631-40.699-10.631-125.62-10.631-125.62s0-84.905 10.631-125.62c5.84-22.47 23.070-40.149 44.931-46.139 39.632-10.914 198.595-10.914 198.595-10.914s158.962 0 198.595 10.914c21.861 5.99 39.091 23.678 44.931 46.139 10.631 40.699 10.631 125.62 10.631 125.62s0 84.905-10.631 125.62z' /%3e %3cglyph unicode='&%23xe911;' d='M474.068 352.705v158.846l127.078-79.423z' /%3e %3cglyph unicode='&%23xe912;' glyph-name='lock' d='M308.428 601.6h407.121v51.2c0 113.071-86.339 204.8-203.56 204.8-111.023 0-203.56-91.729-203.56-204.8v-51.2zM203.603 583.923v68.877c0 169.661 141.851 307.2 308.386 307.2 172.733 0 308.44-137.539 308.44-307.2v-68.877c30.828-19.779 49.314-54.434 49.314-93.777v-195.746c0-197.955-160.337-358.4-357.753-358.4-197.363 0-357.753 160.445-357.753 358.4v195.746c0 39.343 18.486 73.997 49.368 93.777zM265.258 499.146c-6.144 0-6.144-3.988-6.144-9v-195.746c0-141.42 111.023-256 252.874-256 141.905 0 259.072 114.58 259.072 256v195.746c0 5.012-6.144 9-12.342 9h-493.406zM511.988 396.746c55.512 0 104.879-45.811 104.879-102.4 0-56.482-49.368-102.4-104.879-102.4s-98.681 45.918-98.681 102.4c0 56.589 43.17 102.4 98.681 102.4z' /%3e %3cglyph unicode='&%23xe913;' glyph-name='email' d='M165.864 843.244h692.294c81.511 0 148.192-66.35 148.192-148.192v-494.119c0-81.84-66.682-148.192-148.192-148.192h-692.294c-81.511 0-148.192 66.35-148.192 148.192v494.119c0 81.84 66.682 148.192 148.192 148.192zM121.265 715.704l360.702-280.345c17.795-13.896 42.844-13.896 60.089 0l360.702 280.345c-7.689 16.972-24.992 28.725-44.6 28.725h-692.294c-19.609 0-36.911-11.753-44.6-28.725zM116.487 593.987v-287.595l178.567 148.74-178.567 138.855zM120.661 181.214c7.689-17.467 24.992-29.661 45.203-29.661h692.294c20.214 0 37.459 12.194 45.203 29.661l-254.145 211.852-46.414-35.703c-53.608-41.689-127.978-41.689-181.587 0l-46.414 35.703-254.145-211.852zM907.537 306.448v287.541l-178.567-138.855 178.567-148.74z' /%3e %3cglyph unicode='&%23xe914;' glyph-name='eye' d='M142.546 469.211c17.298 26.048 40.379 60.596 69.243 95.093 63.511 68.491 161.669 135.12 300.208 135.12s230.915-66.629 294.426-135.12c34.597-34.496 57.728-69.044 69.296-95.093 5.733-7.893 11.567-15.186 11.567-21.221s-5.835-12.722-11.567-20.619c-11.567-26.048-34.646-60.544-69.296-95.093-63.511-68.491-155.888-135.723-294.426-135.723s-236.698 67.232-300.208 135.723c-28.864 34.547-51.947 69.044-69.243 95.093 0 7.893-5.781 14.581-11.567 20.619 5.781 6.034 11.567 13.327 11.567 21.221zM985.344 427.974c0 0.603 0 0.603-40.379 20.015l40.432-19.41c5.781 12.117 5.781 26.651 0 39.424v0 4.827c0 2.415-5.781 6.034-5.781 10.912-5.781 9.051-11.567 22.427-23.131 37.563-17.298 30.875-40.379 71.509-80.76 112.64-75.077 82.52-196.319 166.046-363.721 166.046-173.185 0-288.644-83.627-363.721-165.995-40.379-41.235-69.243-81.816-86.592-112.693-5.733-15.136-11.567-28.464-17.298-37.563-5.781-4.879-5.781-8.498-5.781-10.912v-4.827c-5.781-12.722-5.781-27.307 0-39.424l40.432 19.41c-40.432-19.41-40.432-19.41-40.432-20.015v-4.224c0-3.019 0-6.639 5.781-11.515 5.781-9.051 11.567-21.824 17.298-37.563 17.349-30.272 46.213-71.509 86.592-112.089 75.077-82.368 190.534-166.597 363.721-166.597 167.454 0 288.644 84.229 363.721 166.597 40.379 40.581 63.461 81.816 80.811 112.139 11.567 15.691 17.298 28.411 23.131 37.515 0 4.879 5.733 8.498 5.733 11.567v4.123zM511.999 347.417c51.947 0 92.376 45.459 92.376 100.572 0 55.717-40.432 100.572-92.376 100.572s-98.16-44.854-98.16-100.572c0-55.115 46.213-100.572 98.16-100.572zM321.466 447.99c0 111.484 86.645 201.146 190.534 201.146s190.534-89.659 190.534-201.146c0-110.88-86.645-201.146-190.534-201.146s-190.534 90.264-190.534 201.146z' /%3e %3cglyph unicode='&%23xe915;' glyph-name='basket' d='M301.436 960c-45.013 0-87.588-21.020-114.872-56.821l-109.744-143.897c-19.181-25.166-29.538-55.957-29.538-87.59v-591.282c0-79.293 65.117-144.41 144.41-144.41h640.615c79.293 0 144.41 65.117 144.41 144.41v591.282c0 31.633-10.398 62.414-29.641 87.59h0.102l-109.745 143.897c-27.282 35.801-69.857 56.821-114.87 56.821zM301.436 881.231h421.128c20.523 0 39.789-9.554 52.205-25.846l109.744-143.897c8.694-11.374 13.436-25.426 13.436-39.795v-591.282c0-36.76-28.881-65.641-65.641-65.641h-640.615c-36.76 0-65.641 28.881-65.641 65.641v591.282c0 14.368 4.68 28.307 13.436 39.795l109.744 143.897c12.416 16.292 31.682 25.846 52.205 25.846zM301.949 592.41c-21.752 0-39.385-17.633-39.385-39.385v0c0-137.289 112.147-249.436 249.436-249.436s249.436 112.147 249.436 249.436c0 21.752-17.633 39.385-39.385 39.385v0c-21.752 0-39.385-17.633-39.385-39.385v0c0-94.713-75.954-170.667-170.667-170.667s-170.667 75.954-170.667 170.667c0 21.752-17.633 39.385-39.385 39.385v0zM92.923 746.256c-21.752 0-39.385-17.633-39.385-39.385v0c0-21.752 17.633-39.385 39.385-39.385h838.154c21.752 0 39.385 17.633 39.385 39.385v0c0 21.752-17.633 39.385-39.385 39.385v0z' /%3e %3cglyph unicode='&%23xe916;' glyph-name='clock' d='M897.506 459.987c0 220.943-180.706 400.023-397.553 400.023-222.871 0-403.576-179.080-403.576-400.023 0-220.883 180.706-399.962 403.576-399.962 216.847 0 397.553 179.080 397.553 399.962zM999.906 459.987c0-276.119-228.894-499.953-499.953-499.953-277.082 0-499.953 223.834-499.953 499.953 0 276.179 222.871 500.013 499.953 500.013 271.059 0 499.953-223.834 499.953-500.013zM548.141 710.024c0 27.588-24.094 49.995-48.188 49.995-30.118 0-54.212-22.408-54.212-49.995v-250.037c0-15.721 6.024-30.539 24.094-39.996l198.776-149.986c18.071-16.565 54.212-12.047 66.259 9.999 18.071 22.106 12.047 53.429-6.024 69.993l-180.706 134.987v225.039z' /%3e %3cglyph unicode='&%23xe917;' glyph-name='arrow-down' horiz-adv-x='1434' d='M1433.498 861.491h-1433.6l716.8-921.6z' /%3e %3c/font%3e%3c/defs%3e%3c/svg%3e#icon-omalo")
            format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

.ico {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icon-omalo' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ico-arrow-down:before {
    content: '';
}

.ico-clock:before {
    content: '';
}

.ico-basket:before {
    content: '';
}

.ico-eye:before {
    content: '';
}

.ico-lock:before {
    content: '';
}

.ico-email:before {
    content: '';
}

.ico-phone:before {
    content: '';
}

.ico-map:before {
    content: '';
}

.ico-world:before {
    content: '';
}

.ico-pin:before {
    content: '';
}

.ico-mapmarker:before {
    content: '';
}

.ico-user:before {
    content: '';
}

.ico-checkmark:before {
    content: '';
}

.ico-stop:before {
    content: '';
}

.ico-twitter .path1:before {
    content: '';
    color: white;
}

.ico-twitter .path2:before {
    content: '';
    margin-left: -1em;
    color: white;
}

.ico-facebook .path1:before {
    content: '';
    color: white;
}

.ico-facebook .path2:before {
    content: '';
    margin-left: -1.0087890625em;
    color: white;
}

.ico-image:before {
    content: '';
}

.ico-picture:before {
    content: '';
}

.ico-photo:before {
    content: '';
}

.ico-graphic:before {
    content: '';
}

.ico-youtube .path1:before {
    content: '';
    color: white;
}

.ico-youtube .path2:before {
    content: '';
    margin-left: -1em;
    color: white;
}

.ico-youtube .path3:before {
    content: '';
    margin-left: -1em;
    color: white;
}

.ico-chevron-down:before {
    content: '';
}

.ico-angle-right:before {
    content: '';
}

.emphase_circle,
.link:hover,
.link:focus {
    display: inline-block;
    position: relative;
}
.emphase_circle::after,
.link:hover::after,
.link:focus::after {
    background: url(assets/img/circle.png);
    display: block;
    position: absolute;
    content: '';
    height: 150%;
    width: 130%;
    top: -20%;
    left: -15%;
    background-size: 100% 100%;
}

.emphase_circle--green {
    display: inline-block;
    position: relative;
}
.emphase_circle--green::after {
    background: url(assets/img/circle_green.png);
    display: block;
    position: absolute;
    content: '';
    height: 150%;
    width: 130%;
    top: -20%;
    left: -15%;
    background-size: 100% 100%;
}

.emphase_circle--red {
    display: inline-block;
    position: relative;
}
.emphase_circle--red::after {
    background: url(assets/img/circle_red.png);
    display: block;
    position: absolute;
    content: '';
    height: 120%;
    width: 120%;
    top: -6px;
    left: -18px;
    background-size: 100% 100%;
}

.emphase_scratch {
    display: inline-block;
    position: relative;
}
.emphase_scratch::after {
    background: url(assets/img/scratch.png);
    display: block;
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    bottom: -75%;
    left: 0;
    background-size: 100% 100%;
}

.emphase_scratch--simple {
    display: inline-block;
    position: relative;
}
.emphase_scratch--simple::after {
    background: url(assets/img/scratch_simple.png);
    display: block;
    position: absolute;
    content: '';
    height: 39px;
    width: 304px;
    bottom: -13px;
    right: 0;
    background-size: 100% 100%;
}

.emphase_scratch_yellow {
    display: inline-block;
    position: relative;
}
.emphase_scratch_yellow::after {
    background: url(assets/img/scratch_yellow.png);
    display: block;
    position: absolute;
    content: '';
    height: 44px;
    width: 242px;
    bottom: -12px;
    left: 0;
    background-size: 100% 100%;
}

.emphase_scratch_yellow-invert {
    display: inline-block;
    position: relative;
}
.emphase_scratch_yellow-invert::after {
    background: url(assets/img/scratch_yellow.png);
    display: block;
    position: absolute;
    content: '';
    height: 110%;
    width: 110%;
    top: 32px;
    left: 0;
    background-size: 100% 100%;
    transform: scaleY(-1);
}

.emphase_scratch_green,
.select-restaurant-bar .srb_current {
    display: inline;
    position: relative;
}
.emphase_scratch_green::after,
.select-restaurant-bar .srb_current::after {
    background: url(assets/img/scratch_green.png);
    display: block;
    position: absolute;
    content: '';
    background-size: 100% 100%;
    height: 100%;
    width: 110%;
    top: 0;
    left: -05%;
    max-height: 67px;
    transform: translateY(80%);
}

.emphase_scratch_green--simple {
    display: inline-block;
    position: relative;
}
.emphase_scratch_green--simple::after {
    background: url(assets/img/scratch_green_simple.png);
    display: block;
    position: absolute;
    content: '';
    height: 34px;
    width: 140%;
    bottom: -26px;
    left: -10%;
    background-size: 100% 100%;
}

.emphase_scratch_yellow--simple {
    display: inline-block;
    position: relative;
}
.emphase_scratch_yellow--simple::after {
    background: url(assets/img/scratch_yellow_simple.png);
    display: block;
    position: absolute;
    content: '';
    height: 27px;
    width: 100%;
    bottom: -20px;
    left: 0;
    background-size: 100% 100%;
}

body {
    font-family: 'Ubuntu', sans-serif;
}

h2,
.h2,
.pageheader_under .pageheader_content h1 {
    font-family: 'Ubuntu', sans-serif;
    font-size: 2rem;
    line-height: 1.3125;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    color: #292929;
}
@media (min-width: 800px) {
    h2,
    .h2,
    .pageheader_under .pageheader_content h1 {
        font-family: 'Ubuntu', sans-serif;
        font-size: 3.5625rem;
        line-height: 1.15789;
        font-weight: 400;
        font-style: normal;
        font-stretch: normal;
        color: #292929;
    }
}

.wysiwyg p {
    font-family: 'Ubuntu', sans-serif;
    font-size: 1.3125rem;
    line-height: 1.42857;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    color: #636363;
}
@media (min-width: 576px) {
    .wysiwyg p {
        font-family: 'Ubuntu', sans-serif;
        font-size: 1.625rem;
        line-height: 1.88462;
        font-weight: 400;
        font-style: normal;
        font-stretch: normal;
        color: #636363;
    }
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}
h1 a:hover,
h1 a:focus,
h2 a:hover,
h2 a:focus,
h3 a:hover,
h3 a:focus,
h4 a:hover,
h4 a:focus,
h5 a:hover,
h5 a:focus,
h6 a:hover,
h6 a:focus {
    color: inherit;
    text-decoration: none;
}

.gform_wrapper {
    margin: 0;
    padding: 52px 0 40px;
}
@media (min-width: 800px) {
    .gform_wrapper {
        padding: 120px 0 40px;
    }
}
.gform_wrapper .gform_description {
    display: none;
}
.gform_wrapper h3.gform_title {
    font-family: 'Roboto';
    font-size: 1.5625rem;
    line-height: 1;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    color: #000;
    margin-bottom: 0;
    margin-top: 0;
}
.gform_wrapper .gform_heading {
    display: none;
}
.gform_wrapper .gform_body .gform_fields {
    padding: 0;
    list-style: none;
}
.gform_wrapper .gform_body .gfield_label {
    padding-left: 15px;
    font-family: 'Ubuntu', sans-serif;
    font-size: 0.75rem;
    line-height: 1.33333;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    color: rgba(41, 41, 41, 0.5);
}
.gform_wrapper .gform_body .hidden_label .gfield_label {
    display: none;
}
.gform_wrapper .gform_body .ginput_container {
    padding-bottom: 40px;
}
.gform_wrapper .gform_body .ginput_container input {
    border: none;
    padding: 8px 15px;
    border-bottom: 1px solid #dedede;
    font-family: 'Ubuntu', sans-serif;
    font-size: 1rem;
    line-height: 1;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    color: #292929;
}
.gform_wrapper .gform_body .ginput_container input:hover,
.gform_wrapper .gform_body .ginput_container input:focus {
    border: none;
    outline: none;
    border-bottom: 1px solid #dedede;
}
.gform_wrapper .gform_body .ginput_container input::-webkit-input-placeholder {
    color: rgba(41, 41, 41, 0.5);
}
.gform_wrapper .gform_body .ginput_container input::-moz-placeholder {
    color: rgba(41, 41, 41, 0.5);
}
.gform_wrapper .gform_body .ginput_container input:-ms-input-placeholder {
    color: rgba(41, 41, 41, 0.5);
}
.gform_wrapper .gform_body .ginput_container input::placeholder {
    color: rgba(41, 41, 41, 0.5);
}
.gform_wrapper .gform_body .ginput_container_select {
    padding-bottom: 26px;
    position: relative;
}
.gform_wrapper .gform_body .ginput_container_select select {
    background: #fff;
    padding: 15px;
    font-family: 'Ubuntu', sans-serif;
    font-size: 0.875rem;
    line-height: 1.42857;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    color: rgba(41, 41, 41, 0.5);
    width: 100%;
    border: none;
    margin-bottom: 1rem;
    border-bottom: 1px solid #dedede;
}
.gform_wrapper .gform_body .ginput_container_select::after {
    position: absolute;
    border-bottom: 1px solid #dedede;
    height: 50px;
    right: 0;
    background: #fff;
    font-family: 'icon-omalo' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '';
    line-height: 50px;
}
.gform_wrapper .gform_body .ginput_container_textarea {
    padding-bottom: 60px;
}
.gform_wrapper .gform_body .ginput_container_textarea textarea {
    width: 100%;
    border: none;
    background: #f5f5f5;
}
.gform_wrapper .gform_body .ginput_container.gf_name_has_2 {
    display: flex;
}
.gform_wrapper .gform_body .ginput_container.gf_name_has_2 span {
    width: 50%;
    margin: 0 15px;
}
.gform_wrapper .gform_body .ginput_container.gf_name_has_2 span input {
    width: 100%;
}
.gform_wrapper .gform_body .ginput_container.gf_name_has_2 span:first-child {
    margin-left: 0;
}
.gform_wrapper .gform_body .ginput_container.gf_name_has_2 span:last-child {
    margin-right: 0;
}
.gform_wrapper .gform_footer {
    text-align: right;
}
.gform_wrapper .gform_footer .gform_button {
    padding: 16px 53px !important;
}

.ginput_container_checkbox .gfield_checkbox {
    list-style: none;
    padding: 0;
    margin: 0;
}
.ginput_container_checkbox .gfield_checkbox input {
    display: none;
}
.ginput_container_checkbox .gfield_checkbox label {
    padding-left: 2rem;
    position: relative;
    font-family: 'Ubuntu', sans-serif;
    font-size: 0.875rem;
    line-height: 1.71429;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    color: #292929;
}
.ginput_container_checkbox .gfield_checkbox label::before {
    display: block;
    content: '';
    border: 1px solid #ff493c;
    width: 16px;
    height: 16px;
    border-radius: 4px;
    position: absolute;
    left: 0;
    top: 3px;
}
.ginput_container_checkbox
    .gfield_checkbox
    input[type='checkbox']:checked
    ~ label::after {
    background: #ff493c;
    display: block;
    content: '';
    border: 1px solid #ff493c;
    width: 12px;
    height: 12px;
    border-radius: 4px;
    position: absolute;
    left: 2px;
    top: 5px;
}

.gfield_description.validation_message {
    font-family: 'Ubuntu', sans-serif;
    font-size: 0.875rem;
    line-height: 1.42857;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    color: #ff493c;
}

.hamburger {
    padding: 10px 10px;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, -webkit-filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
}
.hamburger:hover {
    opacity: 0.7;
}
.hamburger[aria-expanded='true']:hover {
    opacity: 0.7;
}
.hamburger[aria-expanded='true'] .hamburger-inner,
.hamburger[aria-expanded='true'] .hamburger-inner::before,
.hamburger[aria-expanded='true'] .hamburger-inner::after {
    background-color: #ff493c;
}

.hamburger-box {
    width: 26px;
    height: 22px;
    display: inline-block;
    position: relative;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -1px;
}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    width: 26px;
    height: 2px;
    background-color: #ff493c;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}
.hamburger-inner::before,
.hamburger-inner::after {
    content: '';
    display: block;
}
.hamburger-inner::before {
    top: -10px;
}
.hamburger-inner::after {
    bottom: -10px;
}

/*
     * Spring
     */
.hamburger--spring .hamburger-inner {
    top: 1px;
    transition: background-color 0s 0.13s linear;
}
.hamburger--spring .hamburger-inner::before {
    top: 10px;
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
        transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring .hamburger-inner::after {
    top: 20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
        transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring[aria-expanded='true'] .hamburger-inner {
    transition-delay: 0.22s;
    background-color: transparent !important;
}
.hamburger--spring[aria-expanded='true'] .hamburger-inner::before {
    top: 0;
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
        transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--spring[aria-expanded='true'] .hamburger-inner::after {
    top: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
        transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(-45deg);
}

.btn,
.gform_wrapper .gform_footer .gform_button,
.site-content .woocommerce #respond input#submit.alt,
.site-content .woocommerce a.button.alt,
.site-content .woocommerce button.button.alt,
.site-content .woocommerce input.button.alt,
.variations_form button.single_add_to_cart_button.button.alt,
.modal-addtocart button.single_add_to_cart_button.button.alt,
.wfsmodal .wfsmodal-footer .wfs-modal-actions .wfs-product-add-to-cart {
    display: inline-block;
    transition: all 0.3s ease-out;
    cursor: pointer;
    text-decoration: none;
    box-sizing: border-box;
    text-align: center;
    margin: 0 0 0 10px;
    padding: 17px 20px;
    font-family: 'Ubuntu', sans-serif;
    font-size: 1rem;
    line-height: 1;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    color: #fff;
    border-radius: 25px;
    background: #ff493c;
    color: #fff;
    border: 1px solid #ff493c;
}
.btn:hover,
.gform_wrapper .gform_footer .gform_button:hover,
.site-content .woocommerce #respond input#submit.alt:hover,
.site-content .woocommerce a.button.alt:hover,
.site-content .woocommerce button.button.alt:hover,
.site-content .woocommerce input.button.alt:hover,
.variations_form button.single_add_to_cart_button.button.alt:hover,
.modal-addtocart button.single_add_to_cart_button.button.alt:hover,
.wfsmodal .wfsmodal-footer .wfs-modal-actions .wfs-product-add-to-cart:hover,
.btn:focus,
.gform_wrapper .gform_footer .gform_button:focus,
.site-content .woocommerce #respond input#submit.alt:focus,
.site-content .woocommerce a.button.alt:focus,
.site-content .woocommerce button.button.alt:focus,
.site-content .woocommerce input.button.alt:focus,
.variations_form button.single_add_to_cart_button.button.alt:focus,
.modal-addtocart button.single_add_to_cart_button.button.alt:focus,
.wfsmodal .wfsmodal-footer .wfs-modal-actions .wfs-product-add-to-cart:focus {
    text-decoration: none;
    color: #ff493c;
    background-color: #fff;
}
.btn--outline {
    background: transparent;
    color: #ff493c;
    border: 1px solid #ff493c;
}
.btn--outline:hover,
.btn--outline:focus {
    color: #fff;
    background-color: #ff493c;
}
.btn--border-fat {
    border-width: 2px;
}
.btn-block {
    display: block;
    width: 100%;
}
.btn--icon {
    padding: 17px;
}

.responsive-video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 60px;
    margin-bottom: 20px;
    overflow: hidden;
}

.responsive-video iframe,
.responsive-video object,
.responsive-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.map {
    height: 485px;
}

/*
 Collapsable search form for header
 */
.searchbox .searchform {
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
    width: 350px;
    height: auto;
    transition: all 0.8s ease-out;
}

.searchbox.collapsed .searchform {
    width: 0;
    height: 0;
}

#search {
    width: 100%;
    height: 29px;
    margin: 0;
    padding: 0;
    transition: all 0.5s ease-out;
    line-height: 29px;
    background: none;
    border: none;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Ubuntu', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
#search::-webkit-input-placeholder {
    text-transform: uppercase;
}
#search::-moz-placeholder {
    text-transform: uppercase;
}
#search:-ms-input-placeholder {
    text-transform: uppercase;
}
#search::placeholder {
    text-transform: uppercase;
}
@media (min-width: 800px) {
    #search::-webkit-input-placeholder {
        color: white;
    }
    #search::-moz-placeholder {
        color: white;
    }
    #search:-ms-input-placeholder {
        color: white;
    }
    #search::placeholder {
        color: white;
    }
}

@media (min-width: 800px) {
    #search {
        padding: 9px 38px 3px 0;
        border-bottom: 1px solid transparent;
    }
}
@media (min-width: 800px) and (min-width: 800px) {
    #search {
        background: none;
        border-bottom: 1px solid transparent;
        text-transform: uppercase;
        box-shadow: none;
        margin: 0;
        padding: 0;
        font-size: 18px;
        line-height: 16px;
        letter-spacing: 0.05em;
        color: #fff;
        font-weight: 500;
    }
}

@media (min-width: 800px) {
    #search:focus {
        color: white;
        border-bottom: 1px solid #f9f9f9;
    }
}

#searchsubmit {
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 17.665 17.665'%3E%3Cpath fill='%23213849' d='M12.964 11.4a7.2 7.2 0 1 0-1.564 1.566l4.7 4.7 1.561-1.561-4.7-4.7zm-5.787.742a4.968 4.968 0 1 1 4.968-4.968 4.974 4.974 0 0 1-4.968 4.968z' transform='translate(0 -.002)'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center -10px center;
    color: transparent;
    width: 30px;
    height: 30px;
    border: none;
    position: absolute;
    right: 24px;
}
@media (min-width: 800px) {
    #searchsubmit {
        background-color: transparent;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 17.665 17.665'%3E%3Cpath fill='%23fff' d='M12.964 11.4a7.2 7.2 0 1 0-1.564 1.566l4.7 4.7 1.561-1.561-4.7-4.7zm-5.787.742a4.968 4.968 0 1 1 4.968-4.968 4.974 4.974 0 0 1-4.968 4.968z' transform='translate(0 -.002)'/%3E%3C/svg%3E");
        background-position: top 3px center;
        width: 38px;
        height: 38px;
        color: transparent;
        padding: 0 12px;
        font-size: 18px;
        line-height: 16px;
        letter-spacing: 0.05em;
        transition: all 500ms ease;
        border: 1px solid transparent;
    }
}

.site-content {
    padding-bottom: 0;
    padding-top: 61px;
}
@media (min-width: 800px) {
    .site-content {
        padding-top: 112px;
    }
}

@media (min-width: 800px) {
    .home .site-content {
        padding-top: 0;
    }
}

.page-header {
    padding-top: 118px;
    display: flex;
    align-items: center;
    padding-bottom: 36px;
}
.page-header_title {
    flex-grow: 1;
    margin-bottom: 0;
    font-size: 36px;
}
.page-header_filter {
    flex-grow: 0;
    display: flex;
    align-items: center;
}
.page-header_filter label {
    font-family: 'Oswald';
    font-size: 1.125rem;
    line-height: 1.27778;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    color: #292929;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-right: 0.5rem;
}
.page-header_filter select {
    /* class applies to select element itself, not a wrapper element */
    display: block;
    font-size: 15px;
    font-family: 'Arial', sans-serif;
    font-weight: 400;
    color: #444;
    line-height: 1.3;
    padding: 0.8em 2.5em 0.8em 1.5em;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0;
    border: 2px solid #292929;
    border-radius: 23px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E%3Cpath d='M1.5 0l-1.5 1.5 4 4 4-4-1.5-1.5-2.5 2.5-2.5-2.5z' transform='translate(0 1)' /%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: right 0.7em top 52%;
    background-size: 0.65em auto;
    /* Hover style */
    /* Focus style */
    /* Set options to normal weight */
    /* Support for rtl text, explicit support for Arabic and Hebrew */
    /* Disabled styles */
}
.page-header_filter select::-ms-expand {
    display: none;
}
.page-header_filter select:hover {
    border-color: #000;
}
.page-header_filter select:focus {
    border-color: #aaa;
    box-shadow: 0 0 1px 3px rgba(59, 153, 252, 0.7);
    box-shadow: 0 0 0 3px -moz-mac-focusring;
    color: #222;
    outline: none;
}
.page-header_filter select option {
    font-weight: normal;
}
*[dir='rtl'] .page-header_filter select,
:root:lang(ar) .page-header_filter select,
:root:lang(iw) .page-header_filter select {
    background-position: left 0.7em top 50%, 0 0;
    padding: 0.6em 0.8em 0.5em 1.4em;
}
.page-header_filter select:disabled,
.page-header_filter select[aria-disabled='true'] {
    color: graytext;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22graytext%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),
        linear-gradient(to bottom, #fff 0%, #e5e5e5 100%);
}
.page-header_filter select:disabled:hover,
.page-header_filter select[aria-disabled='true'] {
    border-color: #aaa;
}

.site-header {
    width: 100%;
    position: fixed;
    z-index: 1100;
    background: #fff;
}

.home .site-header {
    background: transparent;
}

.topnav {
    transition: all 200ms ease-in;
}

.navbar {
    padding: 0.5rem 0 0.5rem 0;
    position: static;
    transition: all 200ms ease-in;
}
@media (min-width: 800px) {
    .navbar {
        padding: 2rem 1rem;
    }
}
.navbar .hamburger {
    display: flex;
}
@media (max-width: 1439.98px) {
    .navbar .navbar-brand {
        flex-grow: 1;
    }
}
@media (max-width: 799.98px) {
    .navbar .navbar-brand {
        text-align: center;
        margin-left: 42px !important;
    }
}
@media (max-width: 575.98px) {
    .navbar .navbar-brand {
        margin-left: 0px !important;
    }
}
.navbar .menu {
    justify-content: space-between;
    padding: 0 20px;
    border-bottom: 1px solid #e3e3e3;
}
@media (min-width: 800px) {
    .navbar .menu {
        border-bottom: none;
    }
}
@media (min-width: 1200px) {
    .navbar .menu {
        justify-content: center;
    }
}
.navbar .menu-item {
    margin: 0 10px;
}
@media (min-width: 1200px) {
    .navbar .menu-item {
        margin: 0 20px;
    }
}
@media (max-width: 799.98px) {
    .navbar .navbar-nav {
        order: 10;
        position: relative;
    }
    .navbar .navbar-nav .menu {
        flex-direction: column;
        position: absolute;
        background: #fff;
    }
    .navbar .navbar-nav .menu li {
        font-size: 1.0625rem;
        padding: 20px 0;
    }
    .navbar .navbar-nav .menu .menu-item-has-children .menu {
        display: none !important;
    }
}
.navbar .btn,
.navbar .gform_wrapper .gform_footer .gform_button,
.gform_wrapper .gform_footer .navbar .gform_button,
.navbar .site-content .woocommerce #respond input#submit.alt,
.site-content .woocommerce #respond .navbar input#submit.alt,
.navbar .site-content .woocommerce a.button.alt,
.site-content .woocommerce .navbar a.button.alt,
.navbar .site-content .woocommerce button.button.alt,
.site-content .woocommerce .navbar button.button.alt,
.navbar .site-content .woocommerce input.button.alt,
.site-content .woocommerce .navbar input.button.alt,
.navbar .variations_form button.single_add_to_cart_button.button.alt,
.variations_form .navbar button.single_add_to_cart_button.button.alt,
.navbar .modal-addtocart button.single_add_to_cart_button.button.alt,
.modal-addtocart .navbar button.single_add_to_cart_button.button.alt,
.navbar .wfsmodal .wfsmodal-footer .wfs-modal-actions .wfs-product-add-to-cart,
.wfsmodal .wfsmodal-footer .wfs-modal-actions .navbar .wfs-product-add-to-cart {
    white-space: nowrap;
}
@media (max-width: 1199.98px) {
    .navbar .btn,
    .navbar .gform_wrapper .gform_footer .gform_button,
    .gform_wrapper .gform_footer .navbar .gform_button,
    .navbar .site-content .woocommerce #respond input#submit.alt,
    .site-content .woocommerce #respond .navbar input#submit.alt,
    .navbar .site-content .woocommerce a.button.alt,
    .site-content .woocommerce .navbar a.button.alt,
    .navbar .site-content .woocommerce button.button.alt,
    .site-content .woocommerce .navbar button.button.alt,
    .navbar .site-content .woocommerce input.button.alt,
    .site-content .woocommerce .navbar input.button.alt,
    .navbar .variations_form button.single_add_to_cart_button.button.alt,
    .variations_form .navbar button.single_add_to_cart_button.button.alt,
    .navbar .modal-addtocart button.single_add_to_cart_button.button.alt,
    .modal-addtocart .navbar button.single_add_to_cart_button.button.alt,
    .navbar
        .wfsmodal
        .wfsmodal-footer
        .wfs-modal-actions
        .wfs-product-add-to-cart,
    .wfsmodal
        .wfsmodal-footer
        .wfs-modal-actions
        .navbar
        .wfs-product-add-to-cart {
        padding: 12px 12px;
        margin: 0 1rem 0 0;
    }
    .navbar .btn i,
    .navbar .gform_wrapper .gform_footer .gform_button i,
    .gform_wrapper .gform_footer .navbar .gform_button i,
    .navbar .site-content .woocommerce #respond input#submit.alt i,
    .site-content .woocommerce #respond .navbar input#submit.alt i,
    .navbar .site-content .woocommerce a.button.alt i,
    .site-content .woocommerce .navbar a.button.alt i,
    .navbar .site-content .woocommerce button.button.alt i,
    .site-content .woocommerce .navbar button.button.alt i,
    .navbar .site-content .woocommerce input.button.alt i,
    .site-content .woocommerce .navbar input.button.alt i,
    .navbar .variations_form button.single_add_to_cart_button.button.alt i,
    .variations_form .navbar button.single_add_to_cart_button.button.alt i,
    .navbar .modal-addtocart button.single_add_to_cart_button.button.alt i,
    .modal-addtocart .navbar button.single_add_to_cart_button.button.alt i,
    .navbar
        .wfsmodal
        .wfsmodal-footer
        .wfs-modal-actions
        .wfs-product-add-to-cart
        i,
    .wfsmodal
        .wfsmodal-footer
        .wfs-modal-actions
        .navbar
        .wfs-product-add-to-cart
        i {
        width: 1rem;
        display: inline-block;
    }
}

@media (min-width: 800px) {
    .custom-logo img {
        transform: scale(1.25);
    }
}

.site-header.compact {
    background: #fff;
}
@media (min-width: 800px) {
    .site-header.compact .navbar {
        padding: 1rem 1rem;
    }
}

.site-footer {
    background-image: linear-gradient(256deg, #f9f9f9 100%, #ededed 3%);
    color: #2e2e2e;
    z-index: 1000;
    position: relative;
}
.site-footer_main {
    padding: 120px 0;
}
.site-footer_main_info {
    max-width: 400px;
    font-family: 'Ubuntu', sans-serif;
    font-size: 1.25rem;
    line-height: 1.75;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    color: #2e2e2e;
}
.site-footer_main_menu .menu--footer .menu {
    display: block;
    -moz-columns: 2;
    columns: 2;
    font-family: 'Ubuntu', sans-serif;
    font-size: 1.0625rem;
    line-height: 1.47059;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    color: #2e2e2e;
}
.site-footer_main_menu .menu--footer .menu li {
    margin: 0 0 15px;
    padding: 0;
}
.site-footer_legal {
    padding: 0 0 120px;
}
.site-footer_legal_copyright {
    display: flex;
    align-items: center;
    font-family: 'Ubuntu', sans-serif;
    font-size: 1.0625rem;
    line-height: 1.47059;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    color: #2e2e2e;
    margin-bottom: 0;
}
.site-footer_legal .menu--legal .menu {
    display: block;
    -moz-columns: 2;
    columns: 2;
    font-family: 'Ubuntu', sans-serif;
    font-size: 1.0625rem;
    line-height: 1.47059;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    color: #353535;
}
.site-footer_legal .menu--legal .menu li {
    margin-left: 0;
}
.site-footer_legal .link--footerlegal {
    font-size: 0.75rem;
    color: #fff;
    display: inline-block;
    padding: 0 35px;
    font-stretch: condensed;
    line-height: 18px;
}
.site-footer_legal .link--footerlegal:last-child {
    padding-right: 0;
}
.site-footer_legal .link--footerlegal:hover {
    color: #292929;
    text-decoration: none;
}

.footer_social {
    flex: 0 0 50px;
}

.social_link:hover svg path {
    fill: #ff493c;
}

.menu {
    font-family: 'Ubuntu', sans-serif;
    font-size: 0.9375rem;
    line-height: 1;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    color: #2e2e2e;
    display: flex;
    justify-content: center;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
}
.menu-item {
    margin: 0 0 0 40px;
    padding: 15px 0;
}
.menu-item a {
    color: #2e2e2e;
    white-space: nowrap;
}
.menu-item a:hover,
.menu-item a:focus {
    text-decoration: none;
    color: #ff493c;
}
.menu-item-has-children .menu {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}
.menu-item-has-children .menu .menu-item {
    border: 1px solid #e3e3e3;
    background: #fff;
    margin: 0;
    text-align: center;
}
@media (min-width: 800px) {
    .menu-item-has-children .menu .menu-item {
        padding: 6px 32px 14px;
    }
}
@media (min-width: 1200px) {
    .menu-item-has-children .menu .menu-item {
        padding: 6px 32px 28px;
    }
}
.menu-item-has-children .menu .menu-item a {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.menu-item-has-children .menu .menu-item a .nav_item_img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    text-align: center;
}
.menu-item-has-children .menu .menu-item a .nav_item_img img {
    max-height: 100%;
    width: auto;
}
.menu-item-has-children .menu-wrapper {
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    overflow: auto;
    max-height: calc(100vh - 64px);
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0) 22px,
        white 22px
    );
    padding-bottom: 65px;
    padding-left: calc(100vw / 2 - 1410px / 2);
    padding-right: calc(100vw / 2 - 1410px / 2);
    box-shadow: 0 39px 78px 0 rgba(41, 41, 41, 0.05);
    padding-top: 32px;
}
@media (min-width: 800px) {
    .menu-item-has-children .menu-wrapper {
        padding-top: 32px;
    }
}
@media (min-width: 1200px) {
    .menu-item-has-children .menu-wrapper {
        padding-top: 64px;
    }
}
.menu-item-has-children:hover .menu-wrapper {
    display: block;
}
.menu-item-has-children .menu-description {
    text-align: center;
    margin-bottom: 1.75rem;
}

.woocommerce .woocommerce-billing-fields {
    padding-top: 0px;
    max-width: 480px;
    margin-bottom: 70px;
}
.woocommerce .woocommerce-billing-fields .form-row {
    padding: 0;
    border: solid 1px #e3e3e3;
    border-radius: 6px;
    margin-bottom: 15px;
}
.woocommerce .woocommerce-billing-fields .form-row.woocommerce-invalid {
    border-color: #ff493c;
}
.woocommerce .woocommerce-billing-fields .form-row label {
    display: none;
}
.woocommerce .woocommerce-billing-fields .form-row input.input-text,
.woocommerce .woocommerce-billing-fields .form-row textarea {
    padding: 7px;
    font-family: 'Ubuntu', sans-serif;
    font-size: 0.9375rem;
    line-height: 1.86667;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    color: #2e2e2e;
    border: none;
    margin-right: 4px;
}
.woocommerce .woocommerce-billing-fields .form-row.form-row-first,
.woocommerce .woocommerce-billing-fields .form-row.form-row-last {
    float: none;
    clear: both;
    width: auto;
    overflow: visible;
}
.woocommerce
    .woocommerce-billing-fields
    .form-row
    .select2-container--default
    .select2-selection--single {
    border: none;
    border-radius: 0;
    padding: 7px 0;
}
.woocommerce
    .woocommerce-billing-fields
    .form-row
    .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    line-height: 28px;
    padding-left: 7px;
}
.woocommerce
    .woocommerce-billing-fields
    .form-row
    .select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    height: 42px;
}
.woocommerce .woocommerce-billing-fields .woocommerce-input-wrapper {
    display: flex;
}
.woocommerce .woocommerce-billing-fields .woocommerce-input-wrapper::before {
    display: block;
    width: 42px;
    height: 42px;
    border-right: solid 1px #e3e3e3;
    float: left;
    color: #ff493c;
    text-align: center;
    flex: 0 0 42px;
    line-height: 42px !important;
}
.woocommerce
    .woocommerce-billing-fields
    .woocommerce-input-wrapper
    .password-input {
    width: 100%;
}
.woocommerce
    .woocommerce-billing-fields
    .woocommerce-input-wrapper
    .password-input
    .show-password-input {
    top: 0;
    right: 14px;
}
.woocommerce
    .woocommerce-billing-fields
    .woocommerce-input-wrapper
    .password-input
    .show-password-input::after {
    font-family: 'icon-omalo' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '';
    color: #ff493c;
    line-height: 42px;
}
.woocommerce .woocommerce-billing-fields #billing_last_name_field,
.woocommerce .woocommerce-billing-fields #shipping_last_name_field {
    margin-bottom: 15px;
}

.woocommerce .woocommerce-error {
    border-top-color: #ff493c;
    background-color: #fff;
    box-shadow: 0 27px 55px 0 rgba(41, 41, 41, 0.07);
    border-radius: 0 0 6px 6px;
}
.woocommerce .woocommerce-error::before {
    color: #ff493c;
}

.checkout.woocommerce-checkout {
    width: 100%;
    display: flex;
    flex-direction: column;
}
@media (min-width: 800px) {
    .checkout.woocommerce-checkout {
        display: grid;
        grid-template-areas: 'a c' 'b c';
        grid-template-columns: auto fit-content(476px);
    }
}
.checkout.woocommerce-checkout .woocommerce-NoticeGroup-checkout {
    order: 2;
    padding: 32px 0 32px 130px;
    max-width: 780px;
}
@media (min-width: 800px) {
    .checkout.woocommerce-checkout .woocommerce-NoticeGroup-checkout {
        grid-area: a;
    }
}
.checkout.woocommerce-checkout .checkout_main {
    order: 3;
}
@media (min-width: 800px) {
    .checkout.woocommerce-checkout .checkout_main {
        grid-area: b;
    }
}
.checkout.woocommerce-checkout .checkout_aside {
    order: 1;
}
@media (min-width: 800px) {
    .checkout.woocommerce-checkout .checkout_aside {
        grid-area: c;
    }
}

.checkout_main {
    padding: 32px 16px;
}
@media (min-width: 1200px) {
    .checkout_main {
        padding: 70px 0 70px 130px;
    }
}
.checkout_main .checkout-container {
    max-width: 660px;
}
.checkout_main .checkout_title {
    font-size: 1.1875rem;
    line-height: 31px;
    font-weight: 400;
    margin-bottom: 32px;
}
.checkout_main .checkout_delivery {
    display: flex;
    margin-bottom: 70px;
}
.checkout_main .checkout_delivery_choice {
    border-radius: 7px;
    box-shadow: 0 27px 55px 0 rgba(41, 41, 41, 0.07);
    border: solid 1px #e3e3e3;
}
.checkout_main .checkout_delivery_choice_label {
    font-size: 0.875rem;
    padding: 16px;
    padding-left: 46px;
    position: relative;
    border-bottom: solid 1px #e3e3e3;
    display: block;
}
.checkout_main .checkout_delivery_choice_label_icon {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
}
.checkout_main .checkout_delivery_choice_label .dot {
    fill: #ff493c;
}
.checkout_main .checkout_delivery_choice_label .circle {
    stroke: #ff493c;
}
.checkout_main .checkout_delivery_choice_content {
    padding: 25px 36px 20px 46px;
    font-size: 0.9375rem;
}
.checkout_main .checkout_delivery_choice_content .rest_name {
    margin-bottom: 10px;
}
.checkout_main .checkout_delivery_choice_content .rest_contactinfo {
    margin-bottom: 15px;
}
.checkout_main .checkout_delivery_choice_content .rest_change {
    padding: 0;
    margin: 0;
    display: inline-block;
    background: none;
    border: none;
    color: #b1b1b1;
}
.checkout_main .checkout_delivery_choice_content .rest_change:hover,
.checkout_main .checkout_delivery_choice_content .rest_change:focus {
    color: #292929;
}

.woocommerce-checkout #payment.woocommerce-checkout-payment {
    background: none;
}
.woocommerce-checkout
    #payment.woocommerce-checkout-payment
    ul.wc_payment_methods {
    border-radius: 6px;
    box-shadow: 0 27px 55px 0 rgba(41, 41, 41, 0.07);
    border: solid 1px #ff493c;
}

.checkout_aside {
    background: #ffb820;
    padding: 32px 16px;
}
@media (min-width: 1200px) {
    .checkout_aside {
        padding: 70px 50px;
        width: 476px;
    }
}
.checkout_aside_content {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 20px 78px 0 rgba(41, 41, 41, 0.1);
    padding: 24px 12px;
}
@media (min-width: 1200px) {
    .checkout_aside_content {
        padding: 46px 26px;
    }
}
.checkout_aside .cart_item td {
    padding-bottom: 32px;
    vertical-align: text-top;
}
.checkout_aside .cart_item:first-child td {
    margin-top: 0;
}
.checkout_aside .cart_item .product-qty {
    padding-right: 24px;
}
.checkout_aside .cart_item .product-qty .quantity {
    padding: 0;
    padding-right: 24px;
    display: flex;
    flex-wrap: nowrap;
}
.checkout_aside .cart_item .product-qty .quantity input {
    width: 2rem;
    border: none;
    /* Chrome, Safari, Edge, Opera */
    /* Firefox */
}
.checkout_aside
    .cart_item
    .product-qty
    .quantity
    input::-webkit-outer-spin-button,
.checkout_aside
    .cart_item
    .product-qty
    .quantity
    input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.checkout_aside .cart_item .product-qty .quantity input[type='number'] {
    -moz-appearance: textfield;
}
.checkout_aside .cart_item .product-qty .quantity button {
    background: none;
    border: 1px solid #ff493c;
    color: #ff493c;
    width: 18px;
    height: 18px;
    line-height: 18px;
    border-radius: 50%;
    padding: 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.checkout_aside .cart_item .product-name {
    font-size: 0.9375rem;
    line-height: 15px;
}
.checkout_aside .cart_item .quantity {
    font-size: 0.9375rem;
    line-height: 15px;
    padding-right: 8px;
}
.checkout_aside .cart_item .product-quantity {
    font-size: 0.9375rem;
    line-height: 15px;
}
.checkout_aside .cart_item .product-quantity strong {
    font-weight: 400;
}
.checkout_aside .cart_item .product-total {
    line-height: 15px;
}
.checkout_aside .cart_item .variation {
    padding-top: 10px;
}
.checkout_aside .cart_item .variation dt {
    font-weight: 400;
    margin-bottom: 10px;
}
.checkout_aside .cart_item .variation dd {
    display: none;
}
.checkout_aside .cart_item .woocommerce-Price-amount {
    font-size: 0.9375rem;
    line-height: 15px;
    color: #ff493c;
    font-weight: bold;
}

.woocommerce-checkout-review-order
    table.shop_table.woocommerce-checkout-review-order-table {
    border: none;
}
.woocommerce-checkout-review-order
    table.shop_table.woocommerce-checkout-review-order-table
    tbody
    td {
    border: none;
    padding: 0;
}
.woocommerce-checkout-review-order
    table.shop_table.woocommerce-checkout-review-order-table
    .cart_item
    td {
    padding-bottom: 32px;
    vertical-align: text-top;
}
.woocommerce-checkout-review-order
    table.shop_table.woocommerce-checkout-review-order-table
    .cart_item:first-child
    td {
    margin-top: 0;
}

.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.woocommerce-order_info {
    padding: 108px 0;
    text-align: center;
}
.woocommerce-order_info .thankyou--pickup {
    border-radius: 6px;
    padding: 16px;
    box-shadow: 0 27px 55px 0 rgba(41, 41, 41, 0.07);
    border: solid 1px #e3e3e3;
    background-color: var(--white);
    display: inline-block;
    line-height: 16px;
    margin-bottom: 32px;
}
.woocommerce-order_info .thankyou--pickup .ico {
    color: #ff493c;
    margin-right: 16px;
    vertical-align: bottom;
}
.woocommerce-order_info .thankyou--pickup strong {
    color: #ff493c;
}
.woocommerce-order_info .thankyou--title {
    font-family: 'Ubuntu', sans-serif;
    font-size: 2.5rem;
    line-height: 1;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    color: #2e2e2e;
    margin-bottom: 56px;
}
.woocommerce-order_info .thankyou--status {
    font-family: 'Ubuntu', sans-serif;
    font-size: 1.125rem;
    line-height: 1.66667;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    color: #2e2e2e;
    max-width: 360px;
    margin: 0 auto;
}

.woocommerce-order_summary {
    background: url(assets/img/edit-script-sign-copy.png),
        url(assets/img/edit-script-sign-copy.png),
        linear-gradient(250deg, #f9f9f9 100%, #ededed 7%);
    background-position: top -40px right -160px, bottom -40px left -160px,
        top center;
    background-repeat: no-repeat;
}
.woocommerce-order_summary_content {
    margin: 0 auto;
    padding: 120px 0;
    max-width: 700px;
}
.woocommerce-order_summary_table {
    width: 100%;
    border: none;
}
.woocommerce-order_summary_table thead tr {
    border-top: 1px solid #f3f3f3;
}
.woocommerce-order_summary_table thead tr th {
    padding: 12px 8px;
    font-family: 'Ubuntu', sans-serif;
    font-size: 0.8125rem;
    line-height: 1;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    color: #2e2e2e;
}
.woocommerce-order_summary_table thead tr td {
    padding: 28px 8px;
    font-family: 'Ubuntu', sans-serif;
    font-size: 0.9375rem;
    line-height: 1;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    color: #2e2e2e;
}
.woocommerce-order_summary_table thead tr .product-quantity {
    margin-right: 16px;
}
.woocommerce-order_summary_table thead button {
    border: none;
    background: none;
    font-family: 'Ubuntu', sans-serif;
    font-size: 0.8125rem;
    line-height: 1;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    color: #2e2e2e;
}
.woocommerce-order_summary_table tbody {
    background: #fff;
}
.woocommerce-order_summary_table tbody td {
    padding: 12px 8px;
    font-family: 'Ubuntu', sans-serif;
    font-size: 0.9375rem;
    line-height: 1.2;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    color: #2e2e2e;
}
.woocommerce-order_summary_table tbody td a {
    color: inherit;
    display: block;
}
.woocommerce-order_summary_table .cell--min {
    width: 1%;
    white-space: nowrap;
}
.woocommerce-order_summary_table td.price {
    font-weight: 700;
    color: #ff493c;
    text-align: right;
}

.woocommerce-order .woocommerce-thankyou-order-details {
    padding: 0;
}

@media (min-width: 800px) {
    .omalo.woocommerce-account .woocommerce {
        flex-direction: row;
    }
}

.omalo.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
    display: none;
}
@media (min-width: 800px) {
    .omalo.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
        display: block;
        width: 25%;
    }
}

.omalo.woocommerce-account .woocommerce .woocommerce-MyAccount-content {
    padding-left: 32px;
    padding-top: 32px;
    width: 100%;
}
@media (min-width: 576px) {
    .omalo.woocommerce-account .woocommerce .woocommerce-MyAccount-content {
        padding-left: 64px;
        padding-top: 32px;
    }
}
@media (min-width: 800px) {
    .omalo.woocommerce-account .woocommerce .woocommerce-MyAccount-content {
        width: 75%;
    }
}
@media (min-width: 1200px) {
    .omalo.woocommerce-account .woocommerce .woocommerce-MyAccount-content {
        padding-left: 16.66667%;
        padding-top: 140px;
    }
}

.woocommerce-MyAccount-content_title {
    font-family: 'Ubuntu', sans-serif;
    font-size: 1.875rem;
    line-height: 1.33333;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    color: #2e2e2e;
}

.wc-dashboard_title {
    font-family: 'Ubuntu', sans-serif;
    font-size: 1.875rem;
    line-height: 1.33333;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    color: #2e2e2e;
    margin-bottom: 80px;
}

.wc-dashboard_actionslist {
    display: grid;
    max-width: 80%;
    margin: 0;
    padding: 0;
    list-style: none;
}
@media (min-width: 576px) {
    .wc-dashboard_actionslist {
        grid-template-columns: repeat(2, 1fr);
        gap: 72px;
    }
}
.wc-dashboard_actionslist_item {
    border-bottom: 1px solid #e3e3e3;
    padding: 32px 0;
}
@media (min-width: 576px) {
    .wc-dashboard_actionslist_item {
        padding: 48px 0;
    }
}
.wc-dashboard_actionslist_item .number {
    font-family: 'Ubuntu', sans-serif;
    font-size: 0.9375rem;
    line-height: 1;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    color: #ff493c;
    display: block;
    margin-bottom: 20px;
}
.wc-dashboard_actionslist_item a {
    font-family: 'Ubuntu', sans-serif;
    font-size: 1.4375rem;
    line-height: 0.78261;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    color: #2e2e2e;
}
.wc-dashboard_actionslist_item a:hover,
.wc-dashboard_actionslist_item a:focus {
    text-decoration: none;
    color: #ff493c;
}

.woocommerce-MyAccount-favorite .woocommerce-MyAccount-content_title {
    margin-bottom: 68px;
}

.woocommerce-MyAccount-favorite .shop_title {
    font-size: 1.25rem;
    line-height: 24px;
    margin-bottom: 12px;
}
@media (min-width: 576px) {
    .woocommerce-MyAccount-favorite .shop_title {
        margin-bottom: 28px;
    }
}

.woocommerce-MyAccount-favorite .rest_change {
    border: none;
    background: none;
    padding: 0;
    margin: 0;
    margin-bottom: 28px;
    margin-right: 32px;
    font-family: 'Ubuntu', sans-serif;
    font-size: 1.1875rem;
    line-height: 1.26316;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    color: #ff493c;
}

.woocommerce-MyAccount-favorite .shop_address {
    font-size: 1.25rem;
    margin-bottom: 28px;
}

.woocommerce-MyAccount-favorite .shopdetails_actions {
    margin-bottom: 32px;
}

.woocommerce-MyAccount-favorite .woocommerce-MyAccount-favorite_img-container {
    float: right;
    max-width: 660px;
    -webkit-clip-path: polygon(96px 0, 100% 96px, 100% 100%, 0% 100%);
    clip-path: polygon(96px 0, 100% 96px, 100% 100%, 0% 100%);
}

.woocommerce form.myacccount-form {
    padding-top: 48px;
}
@media (min-width: 800px) {
    .woocommerce form.myacccount-form {
        max-width: 53.33333%;
    }
}
.woocommerce form.myacccount-form .form-row {
    padding: 0;
    border: solid 2px #d8d8d8;
    border-radius: 0;
    margin-bottom: 15px;
}
.woocommerce form.myacccount-form .form-row label {
    display: none;
}
.woocommerce form.myacccount-form .form-row input.input-text,
.woocommerce form.myacccount-form .form-row textarea {
    padding: 14px;
    font-family: 'Ubuntu', sans-serif;
    font-size: 0.9375rem;
    line-height: 1.8;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    color: #2e2e2e;
    border: none;
}
.woocommerce form.myacccount-form .form-row.form-row-first,
.woocommerce form.myacccount-form .form-row.form-row-last {
    float: none;
    clear: both;
    width: auto;
    overflow: visible;
}
.woocommerce
    form.myacccount-form
    .form-row
    .select2-container--default
    .select2-selection--single {
    border: none;
    border-radius: 0;
    padding: 14px 0;
}
.woocommerce
    form.myacccount-form
    .form-row
    .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    line-height: 27px;
    padding-left: 14px;
}
.woocommerce
    form.myacccount-form
    .form-row
    .select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    height: 55px;
}
.woocommerce form.myacccount-form .woocommerce-input-wrapper {
    display: flex;
}
.woocommerce form.myacccount-form .woocommerce-input-wrapper::before {
    display: block;
    width: 55px;
    height: 55px;
    border-right: solid 1px #d8d8d8;
    float: left;
    color: #ff493c;
    text-align: center;
    flex: 0 0 55px;
}
.woocommerce form.myacccount-form .woocommerce-input-wrapper .password-input {
    width: 100%;
}
.woocommerce
    form.myacccount-form
    .woocommerce-input-wrapper
    .password-input
    .show-password-input {
    top: 0;
    right: 14px;
}
.woocommerce
    form.myacccount-form
    .woocommerce-input-wrapper
    .password-input
    .show-password-input::after {
    font-family: 'icon-omalo' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '';
    color: #ff493c;
    line-height: 55px;
}

#billing_last_name_field,
#shipping_last_name_field {
    margin-bottom: 45px;
}

#billing_first_name_field .woocommerce-input-wrapper::before,
#shipping_first_name_field .woocommerce-input-wrapper::before,
#account_first_name_field .woocommerce-input-wrapper::before {
    font-family: 'icon-omalo' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '';
    line-height: 55px;
}

#billing_last_name_field .woocommerce-input-wrapper::before,
#shipping_last_name_field .woocommerce-input-wrapper::before,
#account_last_name_field .woocommerce-input-wrapper::before {
    font-family: 'icon-omalo' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '';
    line-height: 55px;
}

#billing_country_field .woocommerce-input-wrapper::before,
#shipping_country_field .woocommerce-input-wrapper::before {
    font-family: 'icon-omalo' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '';
    line-height: 55px;
}

#billing_address_1_field .woocommerce-input-wrapper::before,
#shipping_address_1_field .woocommerce-input-wrapper::before {
    font-family: 'icon-omalo' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '';
    line-height: 55px;
}

#billing_address_2_field .woocommerce-input-wrapper::before,
#shipping_address_2_field .woocommerce-input-wrapper::before {
    font-family: 'icon-omalo' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '';
    line-height: 55px;
}

#billing_postcode_field .woocommerce-input-wrapper::before,
#shipping_postcode_field .woocommerce-input-wrapper::before {
    font-family: 'icon-omalo' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '';
    line-height: 55px;
}

#billing_city_field .woocommerce-input-wrapper::before,
#shipping_city_field .woocommerce-input-wrapper::before {
    font-family: 'icon-omalo' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '';
    line-height: 55px;
}

#billing_phone_field .woocommerce-input-wrapper::before,
#shipping_phone_field .woocommerce-input-wrapper::before {
    font-family: 'icon-omalo' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '';
    line-height: 55px;
}

#billing_email_field .woocommerce-input-wrapper::before,
#shipping_email_field .woocommerce-input-wrapper::before,
#account_email_field .woocommerce-input-wrapper::before {
    font-family: 'icon-omalo' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '';
    line-height: 55px;
}

#account_password_current_field .woocommerce-input-wrapper::before,
#account_password_1_field .woocommerce-input-wrapper::before,
#account_password_2_field .woocommerce-input-wrapper::before {
    font-family: 'icon-omalo' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '';
    line-height: 55px;
}

.article-body > .woocommerce {
    display: flex;
    min-height: 50vh;
    flex-direction: column;
}

.woocommerce-MyAccount-navigation {
    background: #ff493c;
    min-height: calc(100vh - 128px);
}
@media (min-width: 1200px) {
    .woocommerce-MyAccount-navigation {
        padding: 136px 48px 48px 60px;
    }
}
.woocommerce-MyAccount-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    z-index: 100;
}
.woocommerce-MyAccount-navigation-link a {
    display: block;
    padding: 24px 12px;
    font-family: 'Ubuntu', sans-serif;
    font-size: 0.9375rem;
    line-height: 1;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    color: #a8261d;
}
.woocommerce-MyAccount-navigation-link a:hover,
.woocommerce-MyAccount-navigation-link a:focus {
    color: #fff;
    text-decoration: none;
}
.woocommerce-MyAccount-navigation-link.is-active a {
    color: #fff;
}
.woocommerce-MyAccount-navigation-link--customer-logout {
    margin-left: 12px;
    margin-top: 195px;
}
.woocommerce-MyAccount-navigation-link--customer-logout a {
    display: inline-block;
    font-size: 0.9375rem;
    color: #fff;
    font-weight: 500;
    border: 1px solid #fff;
    border-radius: 1rem;
    padding: 10px 14px;
    background: transparent;
    transition: all 0.3s ease-in;
}
.woocommerce-MyAccount-navigation-link--customer-logout a:hover,
.woocommerce-MyAccount-navigation-link--customer-logout a:focus {
    background: #fff;
    color: #ff493c;
}

.woocommerce table.woocommerce-MyAccount-orders.my_account_orders {
    border: none;
    margin-top: 48px;
    border-collapse: collapse;
}
.woocommerce
    table.woocommerce-MyAccount-orders.my_account_orders
    thead
    .woocommerce-orders-table__header {
    padding: 12px 0;
    font-weight: 400;
}
.woocommerce
    table.woocommerce-MyAccount-orders.my_account_orders
    .woocommerce-orders-table__cell {
    font-size: 0.9375rem;
    padding: 25px 0;
}
.woocommerce
    table.woocommerce-MyAccount-orders.my_account_orders
    .woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-total {
    text-align: right;
    padding-right: 16px;
}
.woocommerce
    table.woocommerce-MyAccount-orders.my_account_orders
    .woocommerce-orders-table__cell
    .woocommerce-Price-amount {
    color: #ff493c;
    font-weight: 700;
}
.woocommerce
    table.woocommerce-MyAccount-orders.my_account_orders
    .woocommerce-orders-table__cell
    .vieworder-details {
    border: none;
    color: #ff493c;
    background: none;
    font-size: 10px;
}
.woocommerce
    table.woocommerce-MyAccount-orders.my_account_orders
    .woocommerce-orders-table__cell
    .vieworder-details[aria-expanded='true'] {
    transform: rotate(180deg);
}
.woocommerce
    table.woocommerce-MyAccount-orders.my_account_orders
    .woocommerce-orders-table__row--orderdetails {
    background: #f9f9f9;
    border: none;
}
.woocommerce
    table.woocommerce-MyAccount-orders.my_account_orders
    .woocommerce-orders-table__row--orderdetails
    td {
    border: none;
    padding: 0;
    font-size: 0.9375rem;
    line-height: 18px;
    padding: 12px 0;
}
.woocommerce
    table.woocommerce-MyAccount-orders.my_account_orders
    .woocommerce-orders-table__row--orderdetails
    td.qty {
    padding-right: 16px;
}
.woocommerce
    table.woocommerce-MyAccount-orders.my_account_orders
    .woocommerce-orders-table__row--orderdetails
    td.price {
    color: #ff493c;
    font-weight: 700;
    text-align: right;
    padding-right: 16px;
}
.woocommerce
    table.woocommerce-MyAccount-orders.my_account_orders
    .woocommerce-orders-table__row--orderdetails
    td::before {
    display: none !important;
}

.blog_and_social {
    margin: 32px auto;
}
@media (min-width: 800px) {
    .blog_and_social {
        margin: 64px auto;
    }
}
@media (min-width: 1200px) {
    .blog_and_social {
        margin: 96px auto;
    }
}
.blog_and_social .content {
    display: flex;
    flex-direction: column;
}
.blog_and_social .content h2 {
    text-align: center;
    margin-bottom: 32px;
}
.blog_and_social .content .social_links {
    display: flex;
    justify-content: center;
    align-items: center;
}
.blog_and_social .content .social_links a {
    margin: 0 0.5rem;
}
@media (min-width: 576px) {
    .blog_and_social .content {
        flex-direction: row;
    }
    .blog_and_social .content h2 {
        margin-bottom: 0;
    }
    .blog_and_social .content .social_links {
        margin-left: auto;
        order: 2;
    }
    .blog_and_social .content .social_links a {
        margin: 0 0.75rem;
    }
}

.swiper-container.swiper--homeslider {
    margin-bottom: 0;
    position: relative;
    overflow: hidden;
    background: url(assets/img/edit-script-sign-copy.png),
        linear-gradient(250deg, #f9f9f9 100%, #ededed 7%);
    background-position: top 40px left 160px, top center;
    background-repeat: no-repeat;
    height: 540px;
    margin-bottom: 48px;
    max-height: calc(100vh);
    width: 100%;
}
@media (min-width: 576px) {
    .swiper-container.swiper--homeslider {
        margin-bottom: 64px;
    }
}
@media (min-width: 800px) {
    .swiper-container.swiper--homeslider {
        margin-bottom: 130px;
    }
}
@media (min-width: 800px) {
    .swiper-container.swiper--homeslider {
        height: 44vw;
        height: 850px;
    }
}
.swiper-container.swiper--homeslider .swiper-slide {
    font-size: 18px;
    display: flex;
    align-items: center;
}
.swiper-container.swiper--homeslider .swiper-slide .homeslider_slide_number {
    font-family: 'Ubuntu', sans-serif;
    font-size: 1.125rem;
    line-height: 1;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    color: #292929;
    margin-bottom: 24px;
    display: none;
}
@media (min-width: 1200px) {
    .swiper-container.swiper--homeslider
        .swiper-slide
        .homeslider_slide_number {
        margin-top: 12px;
        display: block;
    }
}
.swiper-container.swiper--homeslider .swiper-slide .homeslider_slide_content {
    max-width: 720px;
    z-index: 150;
    position: relative;
    padding-top: 16px;
}
.swiper-container.swiper--homeslider
    .swiper-slide
    .homeslider_slide_content
    h2 {
    margin-bottom: 32px;
}
@media (min-width: 800px) {
    .swiper-container.swiper--homeslider
        .swiper-slide
        .homeslider_slide_content
        h2 {
        margin-bottom: 52px;
    }
}
.swiper-container.swiper--homeslider .swiper-slide .homeslider_slide_content p {
    max-width: 460px;
    font-family: 'Ubuntu', sans-serif;
    font-size: 0.875rem;
    line-height: 1.5;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    color: #292929;
}
@media (min-width: 800px) {
    .swiper-container.swiper--homeslider
        .swiper-slide
        .homeslider_slide_content
        p {
        font-family: 'Ubuntu', sans-serif;
        font-size: 1.0625rem;
        line-height: 1.64706;
        font-weight: 400;
        font-style: normal;
        font-stretch: normal;
        color: #292929;
    }
}
.swiper-container.swiper--homeslider .swiper-slide .homeslider_slide_content a {
    margin: 32px 0 16px 0;
    padding: 16px 44px 18px 44px;
}
@media (min-width: 800px) {
    .swiper-container.swiper--homeslider
        .swiper-slide
        .homeslider_slide_content
        a {
        margin: 63px 0 0 0;
    }
}
.swiper-container.swiper--homeslider .swiper-slide .homeslider_slide_image {
    display: none;
}
@media (min-width: 576px) {
    .swiper-container.swiper--homeslider .swiper-slide .homeslider_slide_image {
        display: block;
        position: absolute;
        bottom: 0;
        right: 0;
        max-width: 50%;
        z-index: 100;
        max-height: calc(100vw - 96px);
        -webkit-clip-path: polygon(112px 0, 100% 112px, 100% 100%, 0% 100%);
        clip-path: polygon(112px 0, 100% 112px, 100% 100%, 0% 100%);
    }
}
.swiper-container.swiper--homeslider .swiper-slide .homeslider_slide_image img {
    max-width: 100%;
    max-height: calc(100vh - 96px);
}
.swiper-container.swiper--homeslider .swiper-slide .homeslider_slide_next {
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 476px;
    width: 100%;
}
.swiper-container.swiper--homeslider .swiper-slide .homeslider_slide_next p {
    max-width: 220px;
    font-family: 'Ubuntu', sans-serif;
    font-size: 1.25rem;
    line-height: normal/20;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    color: #fff;
}
.swiper-container.swiper--homeslider
    .swiper-slide
    .homeslider_slide_next_number {
    display: none;
}
.swiper-container.swiper--homeslider
    .swiper-slide
    .homeslider_slide_next_title {
    display: none;
}
.swiper-container.swiper--homeslider
    .swiper-slide
    .homeslider_slide_next
    .swiper-button-next--home {
    height: 39px;
    width: 39px;
    right: 16px;
    bottom: 16px;
    top: auto;
}
.swiper-container.swiper--homeslider
    .swiper-slide
    .homeslider_slide_next
    .swiper-button-next--home
    svg {
    height: 100%;
    width: 100%;
}
.swiper-container.swiper--homeslider
    .swiper-slide
    .homeslider_slide_next
    .swiper-button-next--home
    .progress-ring__circle {
    stroke-dasharray: 10 20;
    transition: stroke-dashoffset 0.35s;
    transform: rotate(-90deg);
    transform-origin: 50% 50%;
}
.swiper-container.swiper--homeslider
    .swiper-slide
    .homeslider_slide_next
    .swiper-button-next--home::after {
    display: none;
}
@media (min-width: 800px) {
    .swiper-container.swiper--homeslider .swiper-slide .homeslider_slide_next {
        padding: 8px 20px 8px 50px;
    }
    .swiper-container.swiper--homeslider
        .swiper-slide
        .homeslider_slide_next_number {
        display: block;
        font-family: 'Ubuntu', sans-serif;
        font-size: 1.125rem;
        line-height: 1;
        font-weight: 700;
        font-style: normal;
        font-stretch: normal;
        color: #fff;
        margin-bottom: 20px;
    }
    .swiper-container.swiper--homeslider
        .swiper-slide
        .homeslider_slide_next_title {
        display: block;
    }
    .swiper-container.swiper--homeslider
        .swiper-slide
        .homeslider_slide_next
        .swiper-button-next--home {
        height: 52px;
        width: 52px;
        right: 40px;
        bottom: 50px;
        top: auto;
    }
    .swiper-container.swiper--homeslider
        .swiper-slide
        .homeslider_slide_next
        .swiper-button-next--home
        svg {
        height: 52px;
        width: 52px;
    }
    .swiper-container.swiper--homeslider
        .swiper-slide
        .homeslider_slide_next
        .swiper-button-next--home
        .progress-ring__circle {
        stroke-dasharray: 10 20;
        transition: stroke-dashoffset 0.35s;
        transform: rotate(-90deg);
        transform-origin: 50% 50%;
    }
    .swiper-container.swiper--homeslider
        .swiper-slide
        .homeslider_slide_next
        .swiper-button-next--home::after {
        display: none;
    }
}
@media (min-width: 1200px) {
    .swiper-container.swiper--homeslider .swiper-slide .homeslider_slide_next {
        padding: 37px 40px 57px 60px;
        min-height: 181px;
        left: initial;
    }
}

.pageheader {
    position: relative;
    overflow: hidden;
    background: url(assets/img/edit-script-sign-copy.png),
        linear-gradient(250deg, #f9f9f9 100%, #ededed 7%);
    background-position: top right 160px, top center;
    background-repeat: no-repeat;
    margin-bottom: 130px;
    width: 100%;
    max-height: calc(90vh - 60px);
    margin-bottom: 48px;
}
@media (min-width: 576px) {
    .pageheader {
        margin-bottom: 64px;
    }
}
@media (min-width: 800px) {
    .pageheader {
        margin-bottom: 130px;
    }
}
.pageheader--restaurant {
    margin-bottom: 0;
    background: #fff;
}
@media (min-width: 800px) {
    .pageheader {
        height: 44vw;
        height: 696px;
    }
}
.pageheader .container {
    height: 100%;
}
.pageheader_content {
    display: flex;
    align-items: center;
    height: 100%;
}
.pageheader_content h2 {
    font-family: 'Ubuntu', sans-serif;
    font-size: 3.5625rem;
    line-height: 1.15789;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    color: #292929;
    margin-bottom: 52px;
}
.pageheader_content p {
    max-width: 460px;
    font-family: 'Ubuntu', sans-serif;
    font-size: 1.0625rem;
    line-height: 1.64706;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    color: #292929;
}
.pageheader_content a {
    margin: 63px 0 0 0;
    padding: 16px 44px 18px 45px;
}
.pageheader_content > div {
    margin: 0 auto;
}
@media (min-width: 800px) {
    .pageheader_content {
        width: 50%;
        max-width: 582px;
    }
    .pageheader_content > div {
        margin: 0;
    }
}

.pageheader--red {
    background: url(assets/img/edit-script-sign-copy.png),
        url(assets/img/edit-script-sign-copy.png), #ff493c;
    background-position: top -40px right -160px, bottom -40px left -160px,
        top center;
}

.pageheader--yellow {
    background: url(assets/img/edit-script-sign-copy.png),
        url(assets/img/edit-script-sign-copy.png), #ffb820;
    background-position: top -40px right -160px, bottom -40px left -160px,
        top center;
}

.pageheader--red,
.pageheader--yellow {
    background-repeat: no-repeat;
    position: relative;
    overflow: visible;
    margin: 0 0;
    height: 200px;
    margin-bottom: 55px;
    padding-top: 40px;
}
.pageheader--red::after,
.pageheader--yellow::after {
    position: absolute;
    bottom: -6px;
    left: 0;
    right: 0;
    display: block;
    content: '';
    background: url(assets/img/hr.png);
    background-size: cover;
    height: 16px;
    width: 100%;
}

@media (min-width: 800px) {
    .pageheader--red,
    .pageheader--yellow {
        height: 400px;
        padding-top: 80px;
    }
}

.pageheader_under {
    max-height: calc(60vh - 60px);
}
.pageheader_under--img {
    margin-bottom: 55px;
    padding-top: 64px;
}
@media (max-width: 799.98px) {
    .pageheader_under--img {
        height: 200px;
    }
}
@media (min-width: 800px) {
    .pageheader_under--img {
        max-height: 500px;
        margin-bottom: 105px;
    }
}
.pageheader_under--img .pageheader_content {
    position: absolute;
}
.pageheader_under .pageheader_content {
    max-width: 940px;
    display: flex;
    align-items: center;
    background: #fff;
    z-index: 50;
}
@media (min-width: 800px) {
    .pageheader_under .pageheader_content {
        max-width: 640px;
    }
}
@media (min-width: 1200px) {
    .pageheader_under .pageheader_content {
        max-width: 940px;
    }
}
.pageheader_under .pageheader_content--left {
    background: #ff493c;
    bottom: 0;
    right: auto;
    left: 0;
    height: auto;
    padding: 2rem;
    -webkit-clip-path: polygon(0 32px, calc(100% - 32px) 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 32px, calc(100% - 32px) 0, 100% 100%, 0% 100%);
}
.pageheader_under .pageheader_content--left h1 {
    color: #fff;
}
@media (min-width: 800px) {
    .pageheader_under .pageheader_content--left {
        padding: 4rem;
        -webkit-clip-path: polygon(
            0 64px,
            calc(100% - 64px) 0,
            100% 100%,
            0% 100%
        );
        clip-path: polygon(0 64px, calc(100% - 64px) 0, 100% 100%, 0% 100%);
    }
}
@media (min-width: 1200px) {
    .pageheader_under .pageheader_content--left {
        width: calc(11 / 24 * 100%);
        max-width: 650px;
        padding-left: calc(2 / 24 * 100%);
        height: 80%;
        -webkit-clip-path: polygon(
            0 112px,
            calc(100% - 112px) 0,
            100% 100%,
            0% 100%
        );
        clip-path: polygon(0 112px, calc(100% - 112px) 0, 100% 100%, 0% 100%);
    }
}
.pageheader_under .pageheader_content--center {
    margin: 0 15px 0;
    height: 100%;
    width: auto;
    justify-content: center;
}
.pageheader_under .pageheader_content--center h1 {
    text-align: center;
}
@media (min-width: 800px) {
    .pageheader_under .pageheader_content--center {
        margin: 0 auto 0;
    }
}
.pageheader_under .pageheader_content--right {
    width: calc(11 / 24 * 100%);
}
.pageheader_under .pageheader_image {
    position: absolute;
    -webkit-clip-path: none;
    clip-path: none;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 25;
}
.pageheader_under .pageheader_image img {
    position: absolute;
    -webkit-clip-path: none;
    clip-path: none;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
@media (min-width: 1200px) {
    .pageheader_under .pageheader_image img {
        height: auto;
    }
}

.pageheader--img {
    max-height: none;
}
.pageheader--img .pageheader_content {
    padding: 32px 15px 0;
}
@media (min-width: 800px) {
    .pageheader--img .pageheader_content--right {
        margin-left: 50%;
    }
}
.pageheader--img .pageheader_image {
    display: none;
}
@media (min-width: 800px) {
    .pageheader--img .pageheader_image {
        display: block;
        width: calc(11 / 24 * 100%);
        position: absolute;
        bottom: -32px;
        left: 0;
        -webkit-clip-path: polygon(
            0 112px,
            calc(100% - 112px) 0,
            100% 100%,
            0% 100%
        );
        clip-path: polygon(0 112px, calc(100% - 112px) 0, 100% 100%, 0% 100%);
    }
}
@media (min-width: 1200px) {
    .pageheader--img .pageheader_image {
        bottom: 0;
        height: 560px;
        width: auto;
    }
}
.pageheader--img .pageheader_image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
@media (min-width: 800px) {
    .pageheader--img .pageheader_image img {
        -o-object-fit: contain;
        object-fit: contain;
    }
}
@media (min-width: 1200px) {
    .pageheader--img .pageheader_image img {
        -o-object-fit: cover;
        object-fit: cover;
    }
}
.pageheader--img .pageheader_image--right {
    left: auto;
    right: 0;
}
@media (min-width: 800px) {
    .pageheader--img .pageheader_image--right {
        -webkit-clip-path: polygon(112px 0, 100% 112px, 100% 100%, 0% 100%);
        clip-path: polygon(112px 0, 100% 112px, 100% 100%, 0% 100%);
    }
}

.pageheader_content .shop_title {
    margin-bottom: 45px;
}

.pageheader_content .shop_address {
    font-family: 'Ubuntu', sans-serif;
    font-size: 1.1875rem;
    line-height: 1.63158;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    color: #454545;
    padding-left: 30px;
    background: url(assets/img/puce.png) no-repeat;
    background-position: top 5px left;
    margin-bottom: 0;
}

.pageheader_content .shop_open {
    font-family: 'Ubuntu', sans-serif;
    font-size: 1.1875rem;
    line-height: 1.63158;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    color: #2e2e2e;
    padding-left: 30px;
}

.pageheader_content .shop_open_sum {
    padding-left: 30px;
    background: url(assets/img/puce.png) no-repeat;
    background-position: top 5px left;
    margin-bottom: 0.5rem;
}

.pageheader_content .shop_modal_open {
    padding-left: 30px;
    font-family: 'Ubuntu', sans-serif;
    font-size: 1.1875rem;
    line-height: 1.63158;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    color: #2e2e2e;
}
.pageheader_content .shop_modal_open::after {
    background: url("data:image/svg+xml,%3c!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e %3c!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e %3csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='792.033px' height='792.033px' viewBox='0 0 792.033 792.033' style='enable-background:new 0 0 792.033 792.033;' xml:space='preserve'%3e %3cg%3e %3cg id='_x38_'%3e %3cg%3e %3cpath d='M617.858,370.896L221.513,9.705c-13.006-12.94-34.099-12.94-47.105,0c-13.006,12.939-13.006,33.934,0,46.874 l372.447,339.438L174.441,735.454c-13.006,12.94-13.006,33.935,0,46.874s34.099,12.939,47.104,0l396.346-361.191 c6.932-6.898,9.904-16.043,9.441-25.087C627.763,386.972,624.792,377.828,617.858,370.896z'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e")
        no-repeat;
    background-size: contain;
    width: 10px;
    height: 10px;
    content: '';
    display: inline-block;
    margin-left: 0.5rem;
    transition: all 200ms ease;
}
.pageheader_content .shop_modal_open:hover,
.pageheader_content .shop_modal_open:focus {
    text-decoration: none;
}
.pageheader_content .shop_modal_open:hover::after,
.pageheader_content .shop_modal_open:focus::after {
    margin-left: 1rem;
}

.pageheader_content .shopdetails_actions {
    margin-top: 62px;
}
.pageheader_content .shopdetails_actions a {
    margin-top: 0;
    margin-bottom: 16px;
    margin-right: 20px;
}

.features {
    padding-top: 476px;
    margin-top: -372px;
    padding-bottom: 110px;
    margin-bottom: 110px;
    background: url(assets/img/edit-script-sign-copy.png),
        linear-gradient(250deg, #f9f9f9 100%, #ededed 7%);
    background-position: bottom -170px left 160px, top center;
    background-repeat: no-repeat;
}
.features_container {
    max-width: 1172px;
    margin: 0 auto;
}
.features h2 {
    margin-bottom: 52px;
    text-align: center;
}
.features_row {
    display: flex;
    justify-content: space-between;
    gap: 36px;
    flex-direction: column;
}
@media (min-width: 576px) {
    .features_row {
        flex-direction: row;
    }
}
@media (min-width: 1200px) {
    .features_row {
        gap: 72px;
    }
}
.features_block {
    padding: 36px 16px;
    background: #fff;
    box-shadow: 0 39px 78px 0 rgba(41, 41, 41, 0.1);
    flex: 1;
}
@media (min-width: 800px) {
    .features_block {
        padding: 72px 32px;
    }
}
.features_block h3 {
    font-family: 'Ubuntu', sans-serif;
    font-size: 1.625rem;
    line-height: 1;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    color: #2e2e2e;
    margin-bottom: 21px;
}
.features_block p {
    font-family: 'Ubuntu', sans-serif;
    font-size: 1.1875rem;
    line-height: 1.63158;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    color: #353535;
}

.bestsellers_title {
    display: block;
    text-align: center;
    margin-bottom: 32px;
}
@media (min-width: 576px) {
    .bestsellers_title {
        margin-bottom: 64px;
    }
}
@media (min-width: 800px) {
    .bestsellers_title {
        display: none;
    }
}

.swiper-container.swiper--bestsellers {
    position: relative;
    overflow: hidden;
    background: #fff;
    width: 100%;
    margin-bottom: 48px;
}
@media (min-width: 576px) {
    .swiper-container.swiper--bestsellers {
        margin-bottom: 64px;
    }
}
@media (min-width: 800px) {
    .swiper-container.swiper--bestsellers {
        margin-bottom: 130px;
    }
}
@media (min-width: 576px) {
    .swiper-container.swiper--bestsellers {
        padding-left: 35px;
        padding-right: 35px;
    }
}
.swiper-container.swiper--bestsellers .swiper-wrapper {
    margin-bottom: 65px;
}
.swiper-container.swiper--bestsellers .swiper-wrapper .swiper-slide {
    max-width: 340px;
    height: auto;
}
.swiper-container.swiper--bestsellers
    .swiper-wrapper
    .swiper-slide.bestsellers_slide--title {
    width: 400px;
    padding: 15px 0;
}
.swiper-container.swiper--bestsellers .swiper-wrapper .swiper-slide article {
    position: relative;
    background-color: #f3f3f3;
    width: 100%;
    height: 100%;
    padding: 52px 0 60px;
    box-sizing: border-box;
}
.swiper-container.swiper--bestsellers
    .swiper-wrapper
    .swiper-slide
    article
    .bestsellers_slide_image {
    text-align: center;
}
.swiper-container.swiper--bestsellers
    .swiper-wrapper
    .swiper-slide
    article
    .bestsellers_slide_image
    img {
    max-width: 100%;
}
.swiper-container.swiper--bestsellers
    .swiper-wrapper
    .swiper-slide
    article
    .bestsellers_slide_image
    .ico {
    font-size: 128px;
    color: #e3e3e3;
}
.swiper-container.swiper--bestsellers
    .swiper-wrapper
    .swiper-slide
    article
    .bestsellers_slide_content {
    box-sizing: border-box;
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 52px 0 60px;
    transition: all 250ms ease-in;
}
.swiper-container.swiper--bestsellers
    .swiper-wrapper
    .swiper-slide
    article
    .bestsellers_slide_content:hover,
.swiper-container.swiper--bestsellers
    .swiper-wrapper
    .swiper-slide
    article
    .bestsellers_slide_content:focus {
    color: inherit;
    text-decoration: none;
}
@media (min-width: 576px) {
    .swiper-container.swiper--bestsellers
        .swiper-wrapper
        .swiper-slide
        article
        .bestsellers_slide_content {
        opacity: 0;
    }
}
.swiper-container.swiper--bestsellers
    .swiper-wrapper
    .swiper-slide
    article
    .bestsellers_slide_content
    .entry-title {
    font-family: 'Ubuntu', sans-serif;
    font-size: 1.25rem;
    line-height: normal/20;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    color: #2e2e2e;
}
.swiper-container.swiper--bestsellers
    .swiper-wrapper
    .swiper-slide
    article:hover,
.swiper-container.swiper--bestsellers
    .swiper-wrapper
    .swiper-slide
    article:focus {
    background-color: rgba(46, 46, 46, 0.1);
}
.swiper-container.swiper--bestsellers
    .swiper-wrapper
    .swiper-slide
    article:hover
    .bestsellers_slide_content,
.swiper-container.swiper--bestsellers
    .swiper-wrapper
    .swiper-slide
    article:focus
    .bestsellers_slide_content {
    opacity: 1;
}
.swiper-container.swiper--bestsellers .swiper-scrollbar {
    background: #e5e3e3;
}
.swiper-container.swiper--bestsellers .swiper-scrollbar-drag {
    background: #ffb820;
}
.swiper-container.swiper--bestsellers .swiper-button-prev--bestsellers,
.swiper-container.swiper--bestsellers .swiper-button-next--bestsellers {
    height: 40px;
    width: 40px;
    margin-top: -55px;
}
.swiper-container.swiper--bestsellers .swiper-button-prev--bestsellers svg,
.swiper-container.swiper--bestsellers .swiper-button-next--bestsellers svg {
    width: 100%;
    height: 100%;
}
@media (min-width: 576px) {
    .swiper-container.swiper--bestsellers .swiper-button-prev--bestsellers,
    .swiper-container.swiper--bestsellers .swiper-button-next--bestsellers {
        height: 80px;
        width: 80px;
        margin-top: -75px;
    }
}
.swiper-container.swiper--bestsellers .swiper-button-prev--bestsellers::after,
.swiper-container.swiper--bestsellers .swiper-button-next--bestsellers::after {
    display: none;
}
.swiper-container.swiper--bestsellers
    .swiper-button-prev--bestsellers.swiper-button-disabled,
.swiper-container.swiper--bestsellers
    .swiper-button-next--bestsellers.swiper-button-disabled {
    opacity: 0;
}

.wp-block-latest-posts {
    margin: 32px auto;
}
@media (min-width: 800px) {
    .wp-block-latest-posts {
        margin-bottom: 270px;
    }
}
@media (min-width: 800px) {
    .wp-block-latest-posts {
        margin: 64px auto;
    }
}
@media (min-width: 1200px) {
    .wp-block-latest-posts {
        margin: 96px auto;
    }
}
.wp-block-latest-posts__list {
    display: flex;
    gap: 72px;
    align-items: flex-start;
    justify-content: space-evenly;
    flex-direction: column;
}
@media (min-width: 576px) {
    .wp-block-latest-posts__list {
        flex-direction: row;
        flex-wrap: wrap;
    }
}
@media (min-width: 1200px) {
    .wp-block-latest-posts__list {
        height: 600px;
        flex-wrap: nowrap;
    }
}
.wp-block-latest-posts__list li {
    flex: 0 0 340px;
    box-shadow: 0 39px 78px 0 rgba(41, 41, 41, 0.1);
    display: flex;
    flex-direction: column;
    position: relative;
    padding-bottom: 110px;
}
@media (min-width: 576px) {
    .wp-block-latest-posts__list li {
        flex: 0 0 45%;
    }
}
@media (min-width: 800px) {
    .wp-block-latest-posts__list li {
        flex: 0 0 340px;
        display: flex;
        flex-direction: column;
    }
}
.wp-block-latest-posts__list li::after {
    position: absolute;
    right: 30px;
    bottom: 30px;
    display: block;
    content: '';
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 50 50'%3e %3cg fill='none' fill-rule='evenodd'%3e %3cg stroke='%23FF493C'%3e %3cg%3e %3cg transform='translate(-394 -3997) translate(134 3616) translate(260 381)'%3e %3crect width='49' height='49' x='.5' y='.5' rx='24.5'/%3e %3cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2.4' d='M21 22L26 28 31 22' transform='rotate(-90 26 25)'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e")
        no-repeat;
    width: 50px;
    height: 50px;
    background-size: contain;
}
.wp-block-latest-posts__list li .wp-block-latest-posts__featured-image img {
    width: 100%;
    height: auto;
}
.wp-block-latest-posts__list li .wp-block-latest-posts__post-excerpt {
    padding: 0 30px 0;
    font-family: 'Ubuntu', sans-serif;
    font-size: 1.1875rem;
    line-height: 1.63158;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    color: #353535;
}
.wp-block-latest-posts__list li a {
    display: block;
    padding: 30px 30px 20px;
    font-family: 'Ubuntu', sans-serif;
    font-size: 1.1875rem;
    line-height: 1;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    color: #353535;
}
.wp-block-latest-posts__list li a:hover,
.wp-block-latest-posts__list li a:focus {
    text-decoration: none;
}
@media (min-width: 1200px) {
    .wp-block-latest-posts__list li:nth-child(2) {
        top: 70px;
    }
    .wp-block-latest-posts__list li:nth-child(3) {
        top: 140px;
    }
    .wp-block-latest-posts__list li:nth-child(4) {
        display: none;
    }
}

.restaurantgeoloc .container-lg,
.restaurantgeoloc .wp-block-latest-posts {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
@media (min-width: 576px) {
    .restaurantgeoloc .container-lg,
    .restaurantgeoloc .wp-block-latest-posts {
        flex-direction: row;
    }
}
.restaurantgeoloc .container-lg .restaurantgeoloc_block,
.restaurantgeoloc .wp-block-latest-posts .restaurantgeoloc_block {
    padding-left: 30px;
    background: url(assets/img/puce.png) no-repeat;
    background-position: top 5px left;
    margin-top: 32px;
}
@media (min-width: 576px) {
    .restaurantgeoloc .container-lg .restaurantgeoloc_block,
    .restaurantgeoloc .wp-block-latest-posts .restaurantgeoloc_block {
        margin-top: 0;
    }
}
.restaurantgeoloc .container-lg label,
.restaurantgeoloc .wp-block-latest-posts label {
    font-family: 'Ubuntu', sans-serif;
    font-size: 1.1875rem;
    line-height: 1.63158;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    color: #454545;
    margin-bottom: 0;
}
.restaurantgeoloc .container-lg .restaurantgeoloc_result,
.restaurantgeoloc .wp-block-latest-posts .restaurantgeoloc_result {
    font-family: 'Ubuntu', sans-serif;
    font-size: 1.1875rem;
    line-height: 1.63158;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    color: #454545;
}

.restaurantsearch {
    display: flex;
    background: #ffb820;
    position: relative;
    flex-direction: column;
}
@media (min-width: 800px) {
    .restaurantsearch {
        flex-direction: row;
        height: 749px;
    }
}
.restaurantsearch::after {
    position: absolute;
    background-image: url(assets/img/hr.png);
    content: '';
    display: block;
    bottom: -4px;
    width: 100%;
    left: 0;
    height: 16px;
    background-repeat: no-repeat;
    z-index: 100;
}
.restaurantsearch_form {
    flex: 1 1 50%;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    transition: all 250ms ease-in;
    padding: 32px;
}
@media (min-width: 800px) {
    .restaurantsearch_form {
        margin-top: 106px;
        padding: 138px 57px 138px 132px;
        -webkit-clip-path: polygon(112px 0, 100% 112px, 100% 100%, 0% 100%);
        clip-path: polygon(112px 0, 100% 112px, 100% 100%, 0% 100%);
    }
}
.restaurantsearch_form_title {
    flex-grow: 0;
}
.restaurantsearch_form_input {
    flex-grow: 0;
    margin-bottom: 60px;
}
.restaurantsearch_form_input input {
    font-family: 'Ubuntu', sans-serif;
    font-size: 1.0625rem;
    line-height: 1.64706;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    color: #2e2e2e;
    border: none;
    box-shadow: none;
    border-bottom: solid 1px #e3e3e3;
    padding: 11px 16px 11px 34px;
    width: 100%;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='21' height='30' viewBox='0 0 21 30'%3e %3cg fill='none' fill-rule='evenodd'%3e %3cg fill='%23FF493C'%3e %3cpath d='M1156.5 656c-2.482 0-4.5-2.019-4.5-4.5 0-2.482 2.018-4.5 4.5-4.5s4.5 2.018 4.5 4.5c0 2.481-2.018 4.5-4.5 4.5m0-14c-5.79 0-10.5 4.64-10.5 10.344 0 4.073 5.161 13.267 8.238 18.385.478.796 1.323 1.271 2.262 1.271.939 0 1.785-.475 2.262-1.27 3.077-5.119 8.238-14.313 8.238-18.386 0-5.704-4.71-10.344-10.5-10.344' transform='translate(-1146 -642)'/%3e %3c/g%3e %3c/g%3e %3c/svg%3e");
    background-repeat: no-repeat;
    background-position: left center;
}
.restaurantsearch_form_input input::-webkit-input-placeholder {
    color: #b9b9b9;
}
.restaurantsearch_form_input input::-moz-placeholder {
    color: #b9b9b9;
}
.restaurantsearch_form_input input:-ms-input-placeholder {
    color: #b9b9b9;
}
.restaurantsearch_form_input input::placeholder {
    color: #b9b9b9;
}
.restaurantsearch_form_input input:hover,
.restaurantsearch_form_input input:focus {
    border: none;
    border-bottom: solid 1px #2e2e2e;
    box-shadow: none;
    outline: none;
}
.restaurantsearch_form_results {
    overflow-y: auto;
    display: none;
    flex-grow: 1;
}
.restaurantsearch_form_results ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.restaurantsearch_form_results ul li:hover,
.restaurantsearch_form_results ul li:focus {
    background: #f9f9f9;
}
.restaurantsearch_form_results .restaurant {
    display: block;
    padding: 36px 56px 36px 72px;
}
.restaurantsearch_form_results .restaurant:hover,
.restaurantsearch_form_results .restaurant:focus {
    background: #f9f9f9;
}
.restaurantsearch_form_results .restaurant .restaurant_address {
    font-family: 'Ubuntu', sans-serif;
    font-size: 1.1875rem;
    line-height: 1.10526;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    color: #353535;
}
.restaurantsearch_form_results .restaurant .restaurant_phone {
    font-family: 'Ubuntu', sans-serif;
    font-size: 1.1875rem;
    line-height: 1.10526;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    color: #353535;
}
.restaurantsearch_form_results .restaurant .restaurant_actions {
    padding: 20px 0;
}
@media (min-width: 800px) {
    .restaurantsearch_form.has-result {
        -webkit-clip-path: none;
        clip-path: none;
        margin-top: 0;
        padding: 0;
    }
    .restaurantsearch_form.has-result .restaurantsearch_form_title {
        padding: 40px 57px 0 72px;
        font-family: 'Ubuntu', sans-serif;
        font-size: 2.25rem;
        line-height: 1.83333;
        font-weight: 400;
        font-style: normal;
        font-stretch: normal;
        color: #353535;
    }
    .restaurantsearch_form.has-result .restaurantsearch_form_title span::after {
        display: none;
    }
    .restaurantsearch_form.has-result .restaurantsearch_form_title br {
        display: none;
    }
    .restaurantsearch_form.has-result .restaurantsearch_form_input {
        padding: 0 57px 0 72px;
    }
    .restaurantsearch_form.has-result .restaurantsearch_form_results {
        display: block;
    }
}
@media (max-width: 799.98px) {
    .restaurantsearch_map {
        height: 500px;
    }
}
@media (min-width: 800px) {
    .restaurantsearch_map {
        flex: 1 1 50%;
    }
}
.restaurantsearch_map .map {
    height: 100%;
    z-index: 98;
}

.link {
    font-family: 'Ubuntu', sans-serif;
    font-size: 1rem;
    line-height: 1;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    color: #ff493c;
    padding: 0 15px;
    border-left: solid 1px #e3e3e3;
}
.link:first-child {
    margin-left: -15px;
    border-left: none;
}
.link:hover,
.link:focus {
    text-decoration: none;
    font-weight: 700;
    color: #ff493c;
}
.link:hover::after,
.link:focus::after {
    height: 62px;
    width: 100%;
    top: -24px;
    left: 0%;
}

.restaurantservices {
    padding: 52px 0;
    background: url(assets/img/edit-script-sign-copy.png),
        linear-gradient(250deg, #f9f9f9 100%, #ededed 7%);
    background-position: top 40px right -360px, top center;
    background-repeat: no-repeat;
    margin-bottom: 120px;
}
.restaurantservices h2 {
    margin-bottom: 42px;
    text-align: center;
}
@media (min-width: 576px) {
    .restaurantservices h2 {
        margin-bottom: 86px;
    }
}
@media (min-width: 800px) {
    .restaurantservices {
        padding: 105px 0;
    }
}
.restaurantservices .services {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    row-gap: 16px;
}
.restaurantservices .services .service {
    display: flex;
    align-items: center;
    gap: 20px;
}
@media (min-width: 576px) {
    .restaurantservices .services {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (min-width: 800px) {
    .restaurantservices .services {
        row-gap: 66px;
        grid-template-columns: repeat(3, 1fr);
    }
}

.restaurant_offers {
    padding: 92px 0 120px;
    background: #f2f2f2;
}
.restaurant_offers h2 {
    margin-bottom: 82px;
}

.swiper--timeline .swiper-slide--empty {
    width: 594px;
}
@media (max-width: 799.98px) {
    .swiper--timeline .swiper-slide--empty {
        display: none;
    }
}

.timeline {
    height: 320px;
    background: url(assets/img/timeline.png);
    position: relative;
    margin-bottom: 110px;
    background-repeat: repeat-x;
    display: flex;
    width: auto;
}
.timeline .event {
    width: 298px;
    top: 0;
}
.timeline .event--empty {
    background: white;
    height: 100%;
    width: 594px;
}
.timeline .event:nth-child(2n) {
    top: auto;
    bottom: 0;
    align-self: flex-end;
}
.timeline .event_date {
    font-family: 'Ubuntu', sans-serif;
    font-size: 1.625rem;
    line-height: 1;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    color: #ff493c;
}
.timeline .event_content {
    font-family: 'Ubuntu', sans-serif;
    font-size: 1.1875rem;
    line-height: 1.63158;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    color: #353535;
}
.timeline .swiper-slide:nth-child(2n + 1) .event {
    top: auto;
    bottom: 0;
}

.know-more {
    margin: 32px auto;
}
.know-more h2 {
    font-size: 2.125rem;
    color: white;
    text-shadow: -1px -1px 0 #ff493c, 1px -1px 0 #ff493c, -1px 1px 0 #ff493c,
        1px 1px 0 #ff493c;
    margin-bottom: 70px;
}
@media (min-width: 576px) {
    .know-more h2 {
        font-size: 2.5rem;
    }
}
@media (min-width: 800px) {
    .know-more {
        margin: 64px auto;
    }
}
@media (min-width: 1200px) {
    .know-more {
        margin: 96px auto;
    }
}

.quality {
    background: url(assets/img/edit-script-sign.png),
        linear-gradient(250deg, #f9f9f9 100%, #ededed 7%);
    background-position: bottom 192px center, top center;
    background-repeat: no-repeat;
    padding-top: 52px;
    margin-bottom: 100px;
    position: relative;
    text-align: center;
}
@media (min-width: 800px) {
    .quality {
        padding-bottom: 150px;
    }
}
@media (min-width: 800px) {
    .quality {
        padding-top: 114px;
        padding-bottom: 450px;
        margin-bottom: 300px;
    }
}
.quality .content {
    max-width: 700px;
    margin: 0 15px;
    text-align: left;
}
@media (min-width: 800px) {
    .quality .content {
        margin: 0 auto;
    }
}
.quality .content h2 {
    margin-bottom: 52px;
    text-align: center;
}
@media (min-width: 576px) {
    .quality .content h2 {
        margin-bottom: 105px;
    }
}
.quality .content p {
    margin-bottom: 50px;
}
.quality .frites {
    max-width: 32%;
    margin-bottom: 1rem;
}
@media (min-width: 1200px) {
    .quality .frites {
        position: absolute;
        top: 60px;
        left: calc(50vw + 360px);
        width: inherit;
        margin-bottom: 1rem;
    }
}
.quality .viande {
    max-width: 32%;
    margin-bottom: 1rem;
}
@media (min-width: 1200px) {
    .quality .viande {
        position: absolute;
        top: 360px;
        width: inherit;
        left: calc(50vw - 360px - 300px);
    }
}
.quality .packaging {
    max-width: 32%;
    margin-bottom: 1rem;
}
@media (min-width: 1200px) {
    .quality .packaging {
        position: absolute;
        bottom: 200px;
        width: inherit;
        left: calc(50vw + 360px);
        z-index: 90;
    }
}
.quality .restaurant {
    max-width: 100%;
}
@media (min-width: 800px) {
    .quality .restaurant {
        position: absolute;
        transform-origin: center;
        bottom: 0;
        left: 50%;
        transform: translate(-50%, 40%);
        z-index: 50;
    }
}

.history .content {
    max-width: 700px;
    margin: 0 auto;
    margin-bottom: 105px;
    margin: 0 15px;
    text-align: left;
}
@media (min-width: 800px) {
    .history .content {
        margin: 0 auto;
    }
}
.history .content h2 {
    margin-bottom: 52px;
    text-align: center;
}
@media (min-width: 576px) {
    .history .content h2 {
        margin-bottom: 105px;
    }
}
.history .content p {
    margin-bottom: 50px;
}

.container--short {
    margin-bottom: 105px;
    margin-bottom: 48px;
}
@media (min-width: 576px) {
    .container--short {
        margin-bottom: 64px;
    }
}
@media (min-width: 800px) {
    .container--short {
        margin-bottom: 130px;
    }
}
.container--short .content {
    max-width: 740px;
    margin: 0 auto;
}
.container--short .content h2 {
    margin-bottom: 48px;
}
@media (min-width: 800px) {
    .container--short .content h2 {
        margin-bottom: 96px;
    }
}
.container--short .content p {
    padding: 0 20px;
}

.container--form {
    background: url(assets/img/edit-script-sign-copy.png),
        url(assets/img/edit-script-sign-copy.png), #ffb820;
    background-position: top 240px left -40px, bottom 80px right -160px,
        top center;
    background-repeat: no-repeat;
    position: relative;
    overflow: visible;
    padding: 60px 0;
}
.container--form .wp-block-group__inner-container {
    padding: 32px 16px 32px;
    max-width: 820px;
    background: #fff;
    margin: 0 15px;
}
@media (min-width: 800px) {
    .container--form .wp-block-group__inner-container {
        padding: 86px 108px 86px;
        margin: 0 auto;
    }
}

.products_slider_title {
    display: block;
    text-align: center;
    margin-bottom: 32px;
}
@media (min-width: 576px) {
    .products_slider_title {
        margin-bottom: 64px;
    }
}
@media (min-width: 800px) {
    .products_slider_title {
        display: none;
    }
}

.swiper-container.swiper--products {
    position: relative;
    overflow: hidden;
    background: #fff;
    width: 100%;
    margin-bottom: 48px;
}
@media (min-width: 576px) {
    .swiper-container.swiper--products {
        margin-bottom: 64px;
    }
}
@media (min-width: 800px) {
    .swiper-container.swiper--products {
        margin-bottom: 130px;
    }
}
@media (min-width: 576px) {
    .swiper-container.swiper--products {
        padding-left: 35px;
        padding-right: 35px;
    }
}
.swiper-container.swiper--products .swiper-wrapper {
    margin-bottom: 65px;
}
.swiper-container.swiper--products .swiper-wrapper .swiper-slide {
    max-width: 340px;
    height: auto;
    font-size: 18px;
}
.swiper-container.swiper--products
    .swiper-wrapper
    .swiper-slide.products_slide--title {
    width: 400px;
    padding-top: 15px;
}
.swiper-container.swiper--products
    .swiper-wrapper
    .swiper-slide.products_slide--title
    h2 {
    font-family: 'Ubuntu', sans-serif;
    font-size: 2.5rem;
    line-height: 1.225;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    color: #292929;
    margin-bottom: 52px;
}
.swiper-container.swiper--products .swiper-wrapper .swiper-slide article {
    position: relative;
    background-color: #f3f3f3;
    width: 100%;
    height: 100%;
    padding: 52px 0 60px;
}
.swiper-container.swiper--products
    .swiper-wrapper
    .swiper-slide
    article
    .products_slide_image {
    display: flex;
    align-items: center;
    justify-content: center;
}
.swiper-container.swiper--products
    .swiper-wrapper
    .swiper-slide
    article
    .products_slide_image
    img {
    max-width: 100%;
    height: auto;
    border-radius: 50%;
}
.swiper-container.swiper--products
    .swiper-wrapper
    .swiper-slide
    article
    .products_slide_image
    .ico {
    font-size: 128px;
    color: #e3e3e3;
}
.swiper-container.swiper--products
    .swiper-wrapper
    .swiper-slide
    article
    .products_slide_content {
    box-sizing: border-box;
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 52px 0 60px;
    transition: all 250ms ease-in;
}
.swiper-container.swiper--products
    .swiper-wrapper
    .swiper-slide
    article
    .products_slide_content:hover,
.swiper-container.swiper--products
    .swiper-wrapper
    .swiper-slide
    article
    .products_slide_content:focus {
    color: inherit;
    text-decoration: none;
}
@media (min-width: 576px) {
    .swiper-container.swiper--products
        .swiper-wrapper
        .swiper-slide
        article
        .products_slide_content {
        opacity: 0;
    }
}
.swiper-container.swiper--products
    .swiper-wrapper
    .swiper-slide
    article
    .products_slide_content
    .entry-title {
    font-family: 'Ubuntu', sans-serif;
    font-size: 1.25rem;
    line-height: normal/20;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    color: #2e2e2e;
}
.swiper-container.swiper--products .swiper-wrapper .swiper-slide article:hover,
.swiper-container.swiper--products .swiper-wrapper .swiper-slide article:focus {
    background-color: rgba(46, 46, 46, 0.1);
}
.swiper-container.swiper--products
    .swiper-wrapper
    .swiper-slide
    article:hover
    .products_slide_content,
.swiper-container.swiper--products
    .swiper-wrapper
    .swiper-slide
    article:focus
    .products_slide_content {
    opacity: 1;
}
.swiper-container.swiper--products .swiper-scrollbar {
    background: #e5e3e3;
}
.swiper-container.swiper--products .swiper-scrollbar-drag {
    background: #ffb820;
}
.swiper-container.swiper--products .swiper-button-prev--products,
.swiper-container.swiper--products .swiper-button-next--products {
    height: 40px;
    width: 40px;
    margin-top: -55px;
}
.swiper-container.swiper--products .swiper-button-prev--products svg,
.swiper-container.swiper--products .swiper-button-next--products svg {
    width: 100%;
    height: 100%;
}
@media (min-width: 576px) {
    .swiper-container.swiper--products .swiper-button-prev--products,
    .swiper-container.swiper--products .swiper-button-next--products {
        height: 80px;
        width: 80px;
        margin-top: -75px;
    }
}
.swiper-container.swiper--products .swiper-button-prev--products::after,
.swiper-container.swiper--products .swiper-button-next--products::after {
    display: none;
}
.swiper-container.swiper--products
    .swiper-button-prev--products.swiper-button-disabled,
.swiper-container.swiper--products
    .swiper-button-next--products.swiper-button-disabled {
    opacity: 0;
}

.swiper-container.swiper--blogslider {
    margin-bottom: 0;
    position: relative;
    overflow: hidden;
    background: url(assets/img/edit-script-sign-copy.png),
        linear-gradient(250deg, #f9f9f9 100%, #ededed 7%);
    background-position: bottom 40px left 40%, top center;
    background-repeat: no-repeat;
    max-height: calc(100vh - 60px);
    width: 100%;
    padding: 2rem 0;
}
@media (min-width: 800px) {
    .swiper-container.swiper--blogslider {
        height: 44vw;
        max-height: 700px;
    }
}
@media (min-width: 1200px) {
    .swiper-container.swiper--blogslider {
        padding: 0;
    }
}
.swiper-container.swiper--blogslider .swiper-slide {
    font-size: 18px;
    display: flex;
    align-items: center;
}
.swiper-container.swiper--blogslider .swiper-slide .blogslider_slide_content {
    max-width: 720px;
}
@media (min-width: 800px) {
    .swiper-container.swiper--blogslider
        .swiper-slide
        .blogslider_slide_content {
        margin-left: 50%;
    }
}
.swiper-container.swiper--blogslider
    .swiper-slide
    .blogslider_slide_content
    h2 {
    margin-bottom: 52px;
}
.swiper-container.swiper--blogslider .swiper-slide .blogslider_slide_content p {
    max-width: 460px;
    font-family: 'Ubuntu', sans-serif;
    font-size: 1.0625rem;
    line-height: 1.64706;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    color: #292929;
}
.swiper-container.swiper--blogslider
    .swiper-slide
    .blogslider_slide_content
    .terms {
    margin-bottom: 22px;
}
.swiper-container.swiper--blogslider
    .swiper-slide
    .blogslider_slide_content
    .terms
    .term {
    display: inline-block;
    padding: 10px 13px 10px 14px;
    margin-right: 1rem;
    border-radius: 17.5px;
    border: solid 1px #ff493c;
    font-family: 'Ubuntu', sans-serif;
    font-size: 0.875rem;
    line-height: 1.07143;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    color: #ff493c;
}
@media (min-width: 800px) {
    .swiper-container.swiper--blogslider .swiper-slide .blogslider_slide_image {
        position: absolute;
        bottom: -32px;
        left: 0;
        -webkit-clip-path: polygon(
            0 112px,
            calc(100% - 112px) 0,
            100% 100%,
            0% 100%
        );
        clip-path: polygon(0 112px, calc(100% - 112px) 0, 100% 100%, 0% 100%);
        width: calc(11 / 24 * 100%);
    }
}
@media (min-width: 1200px) {
    .swiper-container.swiper--blogslider .swiper-slide .blogslider_slide_image {
        bottom: 0;
        height: 560px;
    }
}
.swiper-container.swiper--blogslider .swiper-slide .blogslider_slide_image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
@media (min-width: 800px) {
    .swiper-container.swiper--blogslider
        .swiper-slide
        .blogslider_slide_image
        img {
        -o-object-fit: contain;
        object-fit: contain;
    }
}
@media (min-width: 1200px) {
    .swiper-container.swiper--blogslider
        .swiper-slide
        .blogslider_slide_image
        img {
        -o-object-fit: cover;
        object-fit: cover;
    }
}
.swiper-container.swiper--blogslider .swiper-slide .swiper-button-next--blog {
    height: 52px;
    width: 52px;
    right: 15px;
    top: 12px;
}
.swiper-container.swiper--blogslider
    .swiper-slide
    .swiper-button-next--blog
    .progress-ring__circle {
    stroke-dasharray: 10 20;
    transition: stroke-dashoffset 0.35s;
    transform: rotate(-90deg);
    transform-origin: 50% 50%;
}
.swiper-container.swiper--blogslider
    .swiper-slide
    .swiper-button-next--blog::after {
    display: none;
}
@media (min-width: 800px) {
    .swiper-container.swiper--blogslider
        .swiper-slide
        .swiper-button-next--blog {
        top: auto;
        right: 40px;
        bottom: 50px;
    }
}

.swiper-button-prev--timeline,
.swiper-button-next--timeline {
    height: 60px;
    width: 60px;
    margin-top: -100px;
}
.swiper-button-prev--timeline svg,
.swiper-button-next--timeline svg {
    width: 100%;
    height: 100%;
}
.swiper-button-prev--timeline::after,
.swiper-button-next--timeline::after {
    display: none;
}
.swiper-button-prev--timeline.swiper-button-disabled,
.swiper-button-next--timeline.swiper-button-disabled {
    opacity: 0;
}

.modal {
    z-index: 1900;
}

.opennings {
    width: 735px;
    text-align: center;
}
.opennings th,
.opennings td {
    padding: 15px 0;
    font-family: 'Ubuntu', sans-serif;
    font-size: 1.1875rem;
    line-height: 1.15789;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    color: #454545;
}
.opennings th {
    font-weight: 700;
}
.opennings tbody tr {
    border-top: solid 1px #e5e3e3;
}
.opennings tbody tr th {
    padding: 15px 0 15px 27px;
    text-align: left;
}

.modal-selectrestaurant {
    max-width: 80vw;
}
.modal-selectrestaurant .modal-content {
    padding: 0 0 60px;
}
.modal-selectrestaurant .modal-content .modal-body {
    padding: 0;
    border-radius: 20px;
}
.modal-selectrestaurant .modal-content .modal-body .restaurantsearch {
    border-radius: 20px;
}

.modal-addtocart {
    border-radius: 20px;
    box-shadow: 0 46px 78px 0 rgba(41, 41, 41, 0.1);
}
@media (min-width: 600px) {
    .modal-addtocart {
        max-width: 580px;
    }
}
.modal-addtocart .modal-content {
    padding: 60px 56px 16px;
}
.modal-addtocart .modal-body {
    padding: 0;
}
.modal-addtocart .modal-body form.cart {
    margin: 0 -56px -16px;
    padding: 16px 56px 16px;
    border-radius: 0 0 20px 20px;
    text-align: right;
    box-shadow: 0 11px 20px 0 rgba(65, 44, 40, 0.4);
}

.modal-addtocart .wooco_components .wooco_component {
    padding: 0 0 60px;
    border-bottom: none;
}
.modal-addtocart .wooco_components .wooco_component_name {
    font-size: 1.0625rem;
    line-height: 18px;
    color: #2e2e2e;
    margin-bottom: 12px;
}
.modal-addtocart .wooco_components .wooco_component_desc {
    font-size: 0.875rem;
    line-height: 18px;
    color: #2e2e2e;
    margin-bottom: 25px;
}
.modal-addtocart .wooco_components .wooco_component_required::after {
    color: #ff493c;
}

.modal-addtocart .wooco_total {
    display: none !important;
}

.modal-addtocart .quantity {
    display: none;
}

.wooco_component_product_radio {
    width: 100%;
}
.wooco_component_product_radio_label {
    display: block;
    width: 100%;
    border: 1px solid #e3e3e3;
    border-radius: 7px;
    margin-bottom: 10px;
    padding: 16px 46px;
    position: relative;
    transition: all 200ms ease-in;
    font-size: 1.0625rem;
    line-height: 18px;
    color: #2e2e2e;
}
.wooco_component_product_radio_label_icon {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
}
.wooco_component_product_radio_label .dot {
    display: none;
    fill: #ff493c;
}
.wooco_component_product_radio_label .circle {
    stroke: #e3e3e3;
}
.wooco_component_product_radio input[type='radio'] {
    display: none;
}
.wooco_component_product_radio
    input[type='radio']:checked
    + .wooco_component_product_radio_label {
    background: #fff;
    box-shadow: 0 27px 55px 0 rgba(41, 41, 41, 0.07);
}
.wooco_component_product_radio
    input[type='radio']:checked
    + .wooco_component_product_radio_label
    .dot {
    display: initial;
}
.wooco_component_product_radio
    input[type='radio']:checked
    + .wooco_component_product_radio_label
    .circle {
    stroke: #ff493c;
}

.subcategories {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    width: 100%;
    background: transparent;
    padding-top: 65px;
    padding-bottom: 130px;
    border-collapse: collapse;
}
@media (min-width: 576px) {
    .subcategories {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (min-width: 800px) {
    .subcategories {
        grid-template-columns: repeat(3, 1fr);
        padding-top: 130px;
    }
}
.subcategories .subcategory {
    padding: 35px 32px 40px;
    border: 1px solid #e3e3e3;
    background: #fff;
    margin: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.subcategories .subcategory:hover,
.subcategories .subcategory:focus {
    text-decoration: none;
    background: #e3e3e3;
}
.subcategories .subcategory_img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    text-align: center;
}
.subcategories .subcategory_title {
    font-family: 'Ubuntu', sans-serif;
    font-size: 1.625rem;
    line-height: 1;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    color: #353535;
}

.select-restaurant-bar {
    padding: 42px 0;
    border-top: solid 1px #e3e3e3;
    border-bottom: solid 1px #e3e3e3;
}
.select-restaurant-bar .srb {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}
@media (min-width: 576px) {
    .select-restaurant-bar .srb {
        flex-direction: row;
    }
}
.select-restaurant-bar .srb_current {
    font-family: 'Ubuntu', sans-serif;
    font-size: 1.875rem;
    line-height: 1.33333;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    color: #2e2e2e;
}
.select-restaurant-bar .srb_current::after {
    height: 44px;
    width: 110%;
    bottom: -5px;
    left: 0;
}
.select-restaurant-bar .srb_select {
    position: relative;
}
.select-restaurant-bar .srb_select_label {
    font-family: 'Ubuntu', sans-serif;
    font-size: 1.1875rem;
    line-height: 1.63158;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    color: #2e2e2e;
}
.select-restaurant-bar .srb_select_label .ico {
    vertical-align: middle;
    color: #ff493c;
    font-weight: 700;
    display: inline-block;
    transition: transform 200ms ease-in;
}
.select-restaurant-bar .srb_select_list {
    opacity: none;
    height: 0;
    overflow: hidden;
    position: absolute;
    top: 31px;
    right: 0;
    background: #f9f9f9;
    min-width: 100%;
    list-style: none;
    padding: 0;
    border: 1px solid transparent;
    transition: all 500ms ease-in;
    z-index: 1000;
}
.select-restaurant-bar .srb_select_list li a {
    display: block;
    padding: 1rem 1rem;
    color: #454545;
}
.select-restaurant-bar .srb_select_list li a:hover,
.select-restaurant-bar .srb_select_list li a:focus {
    color: #292929;
    text-decoration: none;
    background: #e3e3e3;
}
.select-restaurant-bar .srb_select:hover .srb_select_label .ico,
.select-restaurant-bar .srb_select:focus .srb_select_label .ico {
    transform: rotate(-180deg);
}
.select-restaurant-bar .srb_select:hover .srb_select_list,
.select-restaurant-bar .srb_select:focus .srb_select_list {
    opacity: 1;
    height: auto;
    border: 1px solid #e3e3e3;
}

.single-product-details {
    display: flex;
    flex-direction: column;
    margin-bottom: 48px;
    margin-bottom: 48px;
}
@media (min-width: 576px) {
    .single-product-details {
        margin-bottom: 64px;
    }
}
@media (min-width: 800px) {
    .single-product-details {
        margin-bottom: 130px;
    }
}
@media (min-width: 800px) {
    .single-product-details {
        flex-direction: row;
        min-height: 758px;
    }
}
@media (min-width: 576px) {
    .single-product-details {
        margin-bottom: 64px;
    }
}
@media (min-width: 800px) {
    .single-product-details {
        margin-bottom: 130px;
    }
}
.single-product-details .spd_image {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f3f3f3;
}
@media (min-width: 800px) {
    .single-product-details .spd_image {
        flex: 1 1 45%;
    }
}
.single-product-details .spd_summary {
    padding: 32px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (min-width: 800px) {
    .single-product-details .spd_summary {
        flex: 1 1 55%;
    }
}
.single-product-details .spd_summary_content {
    width: 100%;
    max-width: 400px;
}
.single-product-details .spd_summary_content .product_title {
    font-family: 'Ubuntu', sans-serif;
    font-size: 2.5rem;
    line-height: 1.225;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    color: #2e2e2e;
    margin-bottom: 22px;
}
.single-product-details .spd_summary_content .price {
    font-family: 'Ubuntu', sans-serif;
    font-size: 1.375rem;
    line-height: 0.68182;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    color: #ff493c;
    margin-bottom: 52px;
}
.single-product-details
    .spd_summary_content
    .woocommerce-product-details__short-description {
    font-family: 'Ubuntu', sans-serif;
    font-size: 1.1875rem;
    line-height: 1.63158;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    color: #454545;
    position: relative;
    margin-bottom: 48px;
}
.single-product-details
    .spd_summary_content
    .woocommerce-product-details__short-description
    > ul {
    list-style: none;
    padding: 0;
}
.single-product-details
    .spd_summary_content
    .woocommerce-product-details__short-description
    > ul
    > li {
    position: relative;
    margin-bottom: 12px;
}
.single-product-details
    .spd_summary_content
    .woocommerce-product-details__short-description
    > ul
    > li::before {
    position: absolute;
    content: '';
    display: block;
    left: -36px;
    top: 6px;
    background: url(assets/img/puce.png) no-repeat;
    background-position: center;
    margin-bottom: 0;
    width: 20px;
    height: 20px;
}
.single-product-details
    .spd_summary_content
    .woocommerce-product-details__short-description
    > ul
    > li
    ul {
    list-style: none;
}
.single-product-details
    .spd_summary_content
    .woocommerce-product-details__short-description
    > ul
    > li
    ul
    li {
    position: relative;
}
.single-product-details
    .spd_summary_content
    .woocommerce-product-details__short-description
    > ul
    > li
    ul
    li::before {
    position: absolute;
    content: '';
    display: block;
    left: -16px;
    top: 10px;
    background: url(assets/img/puce.png) no-repeat;
    background-position: center;
    background-size: contain;
    margin-bottom: 0;
    width: 12px;
    height: 12px;
}
@media (min-width: 576px) {
    .single-product-details
        .spd_summary_content
        .woocommerce-product-details__short-description {
        margin-bottom: 64px;
    }
}
@media (min-width: 800px) {
    .single-product-details
        .spd_summary_content
        .woocommerce-product-details__short-description {
        margin-bottom: 130px;
    }
}

.product_more_info {
    margin-bottom: 72px;
}
.product_more_info .accordion-card {
    border: 1px solid #e3e3e3;
    box-shadow: 0 27px 55px 0 rgba(41, 41, 41, 0.07);
    border-radius: 0.5rem;
    margin-bottom: 6px;
}
.product_more_info .accordion-header {
    border-bottom: 1px solid #e3e3e3;
}
.product_more_info .accordion-header button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 45px;
    width: 100%;
    background: none;
    border: none;
    text-align: left;
    font-family: 'Ubuntu', sans-serif;
    font-size: 0.8125rem;
    line-height: 1.69231;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    color: #2e2e2e;
}
.product_more_info .accordion-header button .ico {
    margin-left: auto;
    vertical-align: middle;
    color: #ff493c;
    font-weight: 700;
    transition: transform 200ms ease-in;
}
.product_more_info .accordion-header button[aria-expanded='true'] .ico {
    transform: rotate(-180deg);
}
.product_more_info .accordion-body {
    padding: 12px 0;
    font-family: 'Ubuntu', sans-serif;
    font-size: 0.8125rem;
    line-height: 1.69231;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    color: #2e2e2e;
}
.product_more_info .accordion-body_content {
    padding: 12px 45px;
}
.product_more_info .accordion-body_table {
    width: 100%;
}
.product_more_info .accordion-body_table tr {
    border-bottom: 1px solid #e3e3e3;
}
.product_more_info .accordion-body_table tr:last-child {
    border-bottom: none;
}
.product_more_info .accordion-body_table tr th,
.product_more_info .accordion-body_table tr td {
    padding: 6px 45px;
}

.sidebar-terms {
    background: #ff493c;
}
.sidebar-terms .terms_list {
    list-style: none;
    padding: 32px;
    margin: 0;
}
@media (min-width: 800px) {
    .sidebar-terms .terms_list {
        padding: 110px 0 0 32px;
    }
}
@media (min-width: 1200px) {
    .sidebar-terms .terms_list {
        padding: 135px 0 0 100px;
    }
}
.sidebar-terms .terms_list li {
    padding: 25px 0;
}
.sidebar-terms .terms_list li a {
    font-family: 'Ubuntu', sans-serif;
    font-size: 1.375rem;
    line-height: 1.18182;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    color: #fff;
}
.sidebar-terms .terms_list li a:hover,
.sidebar-terms .terms_list li a:focus {
    text-decoration: none;
}

.site-header-cart {
    position: relative;
}
.site-header-cart .widget_shopping_cart .widget_title {
    border-radius: 50%;
    content: '';
}
.site-header-cart .widget_shopping_cart .widget_shopping_cart_content {
    display: none;
    opacity: 0;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 46px 78px 0 rgba(41, 41, 41, 0.1);
    padding: 42px 16px 24px;
    position: absolute;
    right: 0;
    transition: 250ms opacity ease-in;
    max-width: calc(100vw - 16px);
    margin: 0 8px;
}
@media (min-width: 800px) {
    .site-header-cart .widget_shopping_cart .widget_shopping_cart_content {
        margin: 0;
        padding: 60px 50px 30px;
    }
}
.site-header-cart
    .widget_shopping_cart
    .widget_shopping_cart_content
    .woocommerce-Price-amount {
    font-size: 0.9375rem;
    line-height: 15px;
    font-weight: 700;
    color: #ff493c;
}
.site-header-cart
    .widget_shopping_cart
    .widget_shopping_cart_content
    .woocommerce-mini-cart-item {
    display: flex;
    flex-wrap: nowrap;
    padding: 0;
    margin: 0 0 32px;
    align-items: center;
}
.site-header-cart
    .widget_shopping_cart
    .widget_shopping_cart_content
    .woocommerce-mini-cart-item
    .quantity {
    font-size: 0.9375rem;
    line-height: 15px;
    white-space: nowrap;
    flex: 0 0 20px;
    margin-right: 24px;
}
.site-header-cart
    .widget_shopping_cart
    .widget_shopping_cart_content
    .woocommerce-mini-cart-item
    .remove_from_cart_button,
.site-header-cart
    .widget_shopping_cart
    .widget_shopping_cart_content
    .woocommerce-mini-cart-item
    img {
    display: none;
}
.site-header-cart
    .widget_shopping_cart
    .widget_shopping_cart_content
    .woocommerce-mini-cart-item
    a {
    font-size: 0.9375rem;
    line-height: 15px;
    font-weight: 400;
    color: #2e2e2e;
    white-space: nowrap;
    flex: 1 1 auto;
    margin-right: 24px;
}
.site-header-cart
    .widget_shopping_cart
    .widget_shopping_cart_content
    .woocommerce-mini-cart-item
    .variation {
    display: none;
}
.site-header-cart
    .widget_shopping_cart
    .widget_shopping_cart_content
    .woocommerce-mini-cart__total {
    white-space: nowrap;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    padding: 18px 0;
    margin: 30px 0;
    display: flex;
    justify-content: space-between;
}
.site-header-cart
    .widget_shopping_cart
    .widget_shopping_cart_content
    .woocommerce-mini-cart__total
    strong {
    font-size: 0.9375rem;
    line-height: 15px;
}
.site-header-cart
    .widget_shopping_cart
    .widget_shopping_cart_content
    .woocommerce-mini-cart__buttons {
    margin: 0;
}
.site-header-cart
    .widget_shopping_cart
    .widget_shopping_cart_content
    .woocommerce-mini-cart__buttons
    .btn,
.site-header-cart
    .widget_shopping_cart
    .widget_shopping_cart_content
    .woocommerce-mini-cart__buttons
    .gform_wrapper
    .gform_footer
    .gform_button,
.gform_wrapper
    .gform_footer
    .site-header-cart
    .widget_shopping_cart
    .widget_shopping_cart_content
    .woocommerce-mini-cart__buttons
    .gform_button,
.site-header-cart
    .widget_shopping_cart
    .widget_shopping_cart_content
    .woocommerce-mini-cart__buttons
    .site-content
    .woocommerce
    #respond
    input#submit.alt,
.site-content
    .woocommerce
    #respond
    .site-header-cart
    .widget_shopping_cart
    .widget_shopping_cart_content
    .woocommerce-mini-cart__buttons
    input#submit.alt,
.site-header-cart
    .widget_shopping_cart
    .widget_shopping_cart_content
    .woocommerce-mini-cart__buttons
    .site-content
    .woocommerce
    a.button.alt,
.site-content
    .woocommerce
    .site-header-cart
    .widget_shopping_cart
    .widget_shopping_cart_content
    .woocommerce-mini-cart__buttons
    a.button.alt,
.site-header-cart
    .widget_shopping_cart
    .widget_shopping_cart_content
    .woocommerce-mini-cart__buttons
    .site-content
    .woocommerce
    button.button.alt,
.site-content
    .woocommerce
    .site-header-cart
    .widget_shopping_cart
    .widget_shopping_cart_content
    .woocommerce-mini-cart__buttons
    button.button.alt,
.site-header-cart
    .widget_shopping_cart
    .widget_shopping_cart_content
    .woocommerce-mini-cart__buttons
    .site-content
    .woocommerce
    input.button.alt,
.site-content
    .woocommerce
    .site-header-cart
    .widget_shopping_cart
    .widget_shopping_cart_content
    .woocommerce-mini-cart__buttons
    input.button.alt,
.site-header-cart
    .widget_shopping_cart
    .widget_shopping_cart_content
    .woocommerce-mini-cart__buttons
    .variations_form
    button.single_add_to_cart_button.button.alt,
.variations_form
    .site-header-cart
    .widget_shopping_cart
    .widget_shopping_cart_content
    .woocommerce-mini-cart__buttons
    button.single_add_to_cart_button.button.alt,
.site-header-cart
    .widget_shopping_cart
    .widget_shopping_cart_content
    .woocommerce-mini-cart__buttons
    .modal-addtocart
    button.single_add_to_cart_button.button.alt,
.modal-addtocart
    .site-header-cart
    .widget_shopping_cart
    .widget_shopping_cart_content
    .woocommerce-mini-cart__buttons
    button.single_add_to_cart_button.button.alt,
.site-header-cart
    .widget_shopping_cart
    .widget_shopping_cart_content
    .woocommerce-mini-cart__buttons
    .wfsmodal
    .wfsmodal-footer
    .wfs-modal-actions
    .wfs-product-add-to-cart,
.wfsmodal
    .wfsmodal-footer
    .wfs-modal-actions
    .site-header-cart
    .widget_shopping_cart
    .widget_shopping_cart_content
    .woocommerce-mini-cart__buttons
    .wfs-product-add-to-cart {
    margin: 0;
}
.site-header-cart
    .widget_shopping_cart
    .widget_shopping_cart_content
    .woocommerce-mini-cart__empty-message {
    white-space: nowrap;
}
.site-header-cart:hover .widget_shopping_cart .widget_shopping_cart_content,
.site-header-cart:focus .widget_shopping_cart .widget_shopping_cart_content {
    display: block;
    opacity: 1;
}
.site-header-cart .widget_title:hover ~ .widget_shopping_cart_content,
.site-header-cart .widget_title:focus ~ .widget_shopping_cart_content {
    display: block;
    opacity: 1;
}

.products-list {
    display: grid;
    gap: 72px;
    padding-top: 65px;
    grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 576px) {
    .products-list {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (min-width: 800px) {
    .products-list {
        grid-template-columns: repeat(3, 1fr);
        padding-top: 130px;
    }
}
@media (min-width: 1200px) {
    .products-list {
        grid-template-columns: repeat(4, 1fr);
    }
}
.products-list--offers {
    max-width: 1180px;
    margin: 0 auto;
    grid-template-columns: repeat(1, 1fr);
    padding-top: 0;
}
@media (min-width: 576px) {
    .products-list--offers {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (min-width: 800px) {
    .products-list--offers {
        grid-template-columns: repeat(3, 1fr);
    }
}

.tease-product {
    text-align: center;
    background-color: #fff;
    width: 100%;
    height: 100%;
    padding: 20px 0;
    border-radius: 10px;
    box-shadow: 0 39px 78px 0 rgba(41, 41, 41, 0.05);
    display: flex;
    flex-direction: column;
}
@media (min-width: 800px) {
    .tease-product {
        padding: 40px 0;
    }
}
.tease-product_image {
    width: 180px;
    height: 180px;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
    background: #d7d7d7;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tease-product_image img {
    max-width: 100%;
    height: auto;
    border-radius: 50%;
}
.tease-product_image .ico {
    font-size: 128px;
    color: #e3e3e3;
}
.tease-product_content {
    box-sizing: border-box;
    display: flex;
    opacity: 1;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    top: 0;
    left: 0;
    width: 100%;
    padding: 26px 0 0px;
    transition: all 250ms ease-in;
}
.tease-product_content:hover,
.tease-product_content:focus {
    color: inherit;
    text-decoration: none;
}
.tease-product_content_title,
.tease-product_content .entry-title {
    font-family: 'Ubuntu', sans-serif;
    font-size: 1.25rem;
    line-height: normal/20;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    color: #2e2e2e;
}
.tease-product_content_descr {
    max-width: 280px;
    margin-bottom: 30px;
}
.tease-product_link {
    flex-grow: 1;
    display: block;
    color: inherit;
}
.tease-product_link:hover,
.tease-product_link:focus {
    text-decoration: none;
}
.tease-product_cta {
    flex-grow: 0;
}

.post-list {
    padding-top: 130px;
}

.tease-post {
    margin-bottom: 48px;
}
@media (min-width: 576px) {
    .tease-post {
        display: flex;
    }
}
@media (min-width: 576px) {
    .tease-post {
        margin-bottom: 64px;
    }
}
@media (min-width: 800px) {
    .tease-post {
        margin-bottom: 130px;
    }
}
.tease-post_thumbnail {
    float: left;
    width: 96px;
    margin-right: 16px;
}
@media (min-width: 576px) {
    .tease-post_thumbnail {
        width: 128px;
    }
}
@media (min-width: 800px) {
    .tease-post_thumbnail {
        float: none;
        width: auto;
    }
}
.tease-post_content {
    padding: 0 0;
}
@media (min-width: 1200px) {
    .tease-post_content {
        padding: 30px 74px;
    }
}
.tease-post_content .terms {
    margin-bottom: 22px;
}
.tease-post_content .terms .term {
    display: inline-block;
    padding: 10px 6px;
    margin-right: 1rem;
    border-radius: 17.5px;
    border: solid 1px #ff493c;
    font-family: 'Ubuntu', sans-serif;
    font-size: 0.875rem;
    line-height: 1.07143;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    color: #ff493c;
}
@media (min-width: 576px) {
    .tease-post_content .terms .term {
        padding: 10px 13px 10px 14px;
    }
}
.tease-post_content h2 {
    font-family: 'Ubuntu', sans-serif;
    font-size: 1.625rem;
    line-height: 1;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    color: #2e2e2e;
    margin-bottom: 24px;
}
.tease-post_content p {
    max-width: 340px;
    font-family: 'Ubuntu', sans-serif;
    font-size: 0.9375rem;
    line-height: 1.8;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    color: #262319;
}
.tease-post_content .read-more {
    display: none;
}

.article_header {
    background: url(assets/img/edit-script-sign-copy.png),
        url(assets/img/edit-script-sign-copy.png),
        linear-gradient(250deg, #f9f9f9 100%, #ededed 7%);
    background-position: top -40px right -160px, bottom -40px left -160px,
        top center;
    background-repeat: no-repeat;
    position: relative;
    overflow: visible;
    padding-top: 52px;
    margin-bottom: 100px;
    position: relative;
    text-align: center;
}
@media (min-width: 800px) {
    .article_header {
        padding-bottom: 150px;
    }
}
@media (min-width: 800px) {
    .article_header {
        padding-top: 114px;
        padding-bottom: 450px;
        margin-bottom: 300px;
    }
}
.article_header .terms {
    text-align: center;
}
.article_header .terms .term {
    display: inline-block;
    padding: 10px 13px 10px 14px;
    margin-right: 1rem;
    border-radius: 17.5px;
    border: solid 1px #ff493c;
    font-family: 'Ubuntu', sans-serif;
    font-size: 0.875rem;
    line-height: 1.07143;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    color: #ff493c;
}
.article_header h1 {
    font-family: 'Ubuntu', sans-serif;
    font-size: 3.5625rem;
    line-height: 1.15789;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    color: #292929;
    text-align: center;
}
.article_header_img {
    max-width: 100%;
}
@media (min-width: 800px) {
    .article_header_img {
        position: absolute;
        transform-origin: center;
        bottom: 0;
        left: 50%;
        transform: translate(-50%, 40%);
        z-index: 50;
    }
}

.article_body {
    margin: 0 15px 60px;
}
@media (min-width: 800px) {
    .article_body {
        max-width: 740px;
        margin: 0 auto 120px;
    }
}
.article_body p {
    font-family: 'Ubuntu', sans-serif;
    font-size: 1.0625rem;
    line-height: 1.76471;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    color: #262319;
    margin-bottom: 30px;
}
.article_body h2 {
    font-family: 'Ubuntu', sans-serif;
    font-size: 1.5625rem;
    line-height: 1.08;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    color: #412c28;
    margin-bottom: 36px;
}

.post_navigation {
    background: url(assets/img/edit-script-sign-copy.png), #ffb820;
    background-position: center center, top center;
    background-repeat: no-repeat;
    position: relative;
    overflow: visible;
    padding: 48px 0;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
}
@media (min-width: 576px) {
    .post_navigation {
        flex-direction: row;
    }
}
@media (min-width: 800px) {
    .post_navigation {
        padding: 96px 0;
    }
}
.post_navigation .nav_block {
    padding: 32px 16px;
    background: #fff;
    margin-bottom: 16px;
    max-width: 80%;
    align-self: start;
}
@media (min-width: 576px) {
    .post_navigation .nav_block {
        padding: 32px 36px;
    }
}
@media (min-width: 800px) {
    .post_navigation .nav_block {
        padding: 110px 72px;
        width: 420px;
        height: 420px;
    }
}
.post_navigation .nav_block h3 {
    margin: 1rem 0;
    font-family: 'Ubuntu', sans-serif;
    font-size: 1.625rem;
    line-height: 1;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    color: #2e2e2e;
}
.post_navigation .nav_block p {
    max-width: 120px;
}
.post_navigation .nav_block--prev {
    text-align: left;
    border-radius: 0 20px 20px 0;
}
.post_navigation .nav_block--prev svg {
    transform: scaleX(-1);
}
.post_navigation .nav_block--next {
    text-align: right;
    border-radius: 20px 0 0 20px;
    align-self: end;
}
.post_navigation .nav_block--next p {
    float: right;
}

.woocommerce-notices-wrapper .woocommerce-message {
    margin-bottom: 0;
    background-color: #f3f3f3;
    font-family: 'Ubuntu', sans-serif;
    font-size: 0.875rem;
    line-height: normal/14;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    color: #2e2e2e;
}
.woocommerce-notices-wrapper .woocommerce-message .button.wc-forward {
    display: none;
}

.woocommerce .woocommerce-info {
    background-color: #f3f3f3;
    border-top: none;
    margin: 16px auto;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    border-radius: 16px;
    font-family: 'Ubuntu', sans-serif;
    font-size: 0.875rem;
    line-height: normal/14;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    color: #2e2e2e;
}
.woocommerce .woocommerce-info .button.wc-forward {
    display: none;
}

.return-to-shop {
    text-align: center;
    margin: 64px 0;
}

.xoo-el-modal .xoo-el-inmodal,
.xoo-el-modal .xoo-el-srcont {
    border-radius: 20px;
}

@media (max-width: 799.98px) {
    .xoo-el-modal .xoo-el-inmodal {
        height: auto;
    }
}

@media (max-width: 799.98px) {
    .xoo-el-modal .xoo-el-srcont {
        width: 100%;
    }
}

.xoo-el-modal .xoo-el-section {
    padding: 0px;
}

.xoo-el-modal .xoo-el-main {
    padding: 0 8px;
}
@media (min-width: 576px) {
    .xoo-el-modal .xoo-el-main {
        padding: 20px 40px 80px;
    }
}
@media (min-width: 800px) {
    .xoo-el-modal .xoo-el-main {
        padding: 20px 120px 80px;
    }
}

.xoo-el-modal .xoo-el-close {
    position: relative;
    float: right;
    margin-top: 30px;
    margin-right: 30px;
}

.xoo-el-modal .xoo-el-header {
    padding: 0;
}
@media (min-width: 576px) {
    .xoo-el-modal .xoo-el-header {
        padding: 0 16px 0;
    }
}
.xoo-el-modal .xoo-el-header h2 {
    font-family: 'Ubuntu', sans-serif;
    font-size: 2.5rem;
    line-height: 1;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    color: inherit;
    text-align: center;
    margin-bottom: 56px;
}

.xoo-el-modal .xoo-el-fields .xoo-aff-group {
    margin-bottom: 14px;
    width: 100%;
}
@media (min-width: 576px) {
    .xoo-el-modal .xoo-el-fields .xoo-aff-group {
        width: calc(100% - 20px);
    }
}

.xoo-el-modal .xoo-el-fields .xoo-aff-input-group {
    border: solid 1px #d8d8d8;
}

.xoo-el-modal .xoo-el-fields .xoo-aff-input-icon {
    background: none;
    color: #ff493c;
    border: none;
    width: 54px;
    height: 54px;
    max-width: none;
    min-width: 54px;
    border-right: solid 1px #d8d8d8;
}

.xoo-el-modal .xoo-el-fields .xoo-aff-text,
.xoo-el-modal .xoo-el-fields .xoo-aff-password,
.xoo-el-modal .xoo-el-fields .xoo-aff-email {
    border: none;
    padding: 0 16px;
    height: 54px;
}

.xoo-el-modal .xoo-el-fields .xoo-el-login-btm-fields {
    margin: 0 0 16px;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
}
@media (max-width: 799.98px) {
    .xoo-el-modal .xoo-el-fields .xoo-el-login-btm-fields label,
    .xoo-el-modal .xoo-el-fields .xoo-el-login-btm-fields a {
        margin: 8px 0;
    }
}
@media (min-width: 576px) {
    .xoo-el-modal .xoo-el-fields .xoo-el-login-btm-fields {
        margin: 42px 0 60px;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
}

.xoo-el-modal .xoo-el-remember-label {
    display: flex;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 16px;
}
.xoo-el-modal .xoo-el-remember-label > * {
    line-height: inherit;
}

.xoo-el-modal .xoo-el-lostpw {
    font-weight: 700;
    font-size: 0.875rem;
    color: #ff493c;
}

.xoo-el-modal .xoo-el-actions {
    border-top: solid 1px #d8d8d8;
    padding: 16px 0;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
}
@media (min-width: 576px) {
    .xoo-el-modal .xoo-el-actions {
        padding: 60px 0;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
}
.xoo-el-modal .xoo-el-actions .xoo-el-register {
    font-weight: 700;
    font-size: 0.875rem;
    margin-bottom: 16px;
}
@media (min-width: 576px) {
    .xoo-el-modal .xoo-el-actions .xoo-el-register {
        margin-bottom: 0;
    }
}
.xoo-el-modal .xoo-el-actions .xoo-el-login-btn,
.xoo-el-modal .xoo-el-actions .xoo-el-register-btn {
    margin-bottom: 16px;
    margin-left: 0;
}
@media (min-width: 576px) {
    .xoo-el-modal .xoo-el-actions .xoo-el-login-btn,
    .xoo-el-modal .xoo-el-actions .xoo-el-register-btn {
        margin-bottom: 0;
        margin-left: 10px;
    }
}
.xoo-el-modal .xoo-el-actions .btn,
.xoo-el-modal .xoo-el-actions .gform_wrapper .gform_footer .gform_button,
.gform_wrapper .gform_footer .xoo-el-modal .xoo-el-actions .gform_button,
.xoo-el-modal
    .xoo-el-actions
    .site-content
    .woocommerce
    #respond
    input#submit.alt,
.site-content
    .woocommerce
    #respond
    .xoo-el-modal
    .xoo-el-actions
    input#submit.alt,
.xoo-el-modal .xoo-el-actions .site-content .woocommerce a.button.alt,
.site-content .woocommerce .xoo-el-modal .xoo-el-actions a.button.alt,
.xoo-el-modal .xoo-el-actions .site-content .woocommerce button.button.alt,
.site-content .woocommerce .xoo-el-modal .xoo-el-actions button.button.alt,
.xoo-el-modal .xoo-el-actions .site-content .woocommerce input.button.alt,
.site-content .woocommerce .xoo-el-modal .xoo-el-actions input.button.alt,
.xoo-el-modal
    .xoo-el-actions
    .variations_form
    button.single_add_to_cart_button.button.alt,
.variations_form
    .xoo-el-modal
    .xoo-el-actions
    button.single_add_to_cart_button.button.alt,
.xoo-el-modal
    .xoo-el-actions
    .modal-addtocart
    button.single_add_to_cart_button.button.alt,
.modal-addtocart
    .xoo-el-modal
    .xoo-el-actions
    button.single_add_to_cart_button.button.alt,
.xoo-el-modal
    .xoo-el-actions
    .wfsmodal
    .wfsmodal-footer
    .wfs-modal-actions
    .wfs-product-add-to-cart,
.wfsmodal
    .wfsmodal-footer
    .wfs-modal-actions
    .xoo-el-modal
    .xoo-el-actions
    .wfs-product-add-to-cart {
    padding: 16px 44px 18px 44px;
}

.wfs_co_service_type {
    display: none;
}

#wfs_checkout_fields {
    margin-bottom: 32px;
    display: flex !important;
    flex-direction: column;
}
@media (min-width: 800px) {
    #wfs_checkout_fields {
        display: grid !important;
        grid-template-columns: auto !important;
        grid-template-areas: 'a a' 'b c';
        margin-bottom: 70px;
    }
}
#wfs_checkout_fields .checkout_title {
    grid-area: a;
}

.woocommerce form .form-row.wfs_co_service_date,
.woocommerce form .form-row.wfs_co_service_time {
    border-radius: 6px;
    padding: 16px;
    box-shadow: 0 27px 55px 0 rgba(41, 41, 41, 0.07);
    border: solid 1px #e3e3e3;
    background-color: var(--white);
    display: flex;
}
.woocommerce form .form-row.wfs_co_service_date label,
.woocommerce form .form-row.wfs_co_service_time label {
    font-weight: 700;
    margin-bottom: 0;
    margin-right: 16px;
}
.woocommerce form .form-row.wfs_co_service_date .woocommerce-input-wrapper,
.woocommerce form .form-row.wfs_co_service_time .woocommerce-input-wrapper {
    display: block;
    flex: 1 1 100px;
}

.woocommerce form .form-row label .required {
    color: #ff493c;
}

.wfsmodal-dialog .wfsmodal-container {
    border-radius: 20px;
    box-shadow: 0 46px 78px 0 rgba(41, 41, 41, 0.1);
    margin: 0 8px;
}
@media (min-width: 600px) {
    .wfsmodal-dialog .wfsmodal-container {
        max-width: 580px;
    }
}
@media (min-width: 576px) {
    .wfsmodal-dialog .wfsmodal-container {
        margin: 0;
    }
}

.wfsmodal .wfsmodal-header {
    border: none;
    padding: 0;
    height: 60px;
}
.wfsmodal .wfsmodal-header .wfsmodal-title {
    display: none;
}
.wfsmodal .wfsmodal-header .wfsmodal-close {
    position: absolute;
    right: 30px;
    top: 30px;
    background: none;
    border: none;
    color: #b9b9b9;
    font-size: 30px;
    line-height: 30px;
}

.wfsmodal .wfsmodal-body {
    padding: 0 16px;
}
@media (min-width: 576px) {
    .wfsmodal .wfsmodal-body {
        padding: 0 56px;
    }
}

.wfsmodal .wfsmodal-footer {
    margin-top: 60px;
    padding: 16px 56px 16px;
    background: #fff;
    border-radius: 0 0 20px 20px;
    box-shadow: 0 11px 20px 0 rgba(65, 44, 40, 0.4);
}
.wfsmodal .wfsmodal-footer .wfs-modal-actions .wfs-modal-minus,
.wfsmodal .wfsmodal-footer .wfs-modal-actions .wfs-modal-quantity,
.wfsmodal .wfsmodal-footer .wfs-modal-actions .wfs-modal-plus {
    display: none;
}
.wfsmodal .wfsmodal-footer .wfs-modal-actions .wfs-product-add-to-cart {
    background: #ff493c !important;
    height: auto;
    float: none;
}
.wfsmodal .wfsmodal-footer .wfs-modal-actions .wfs-product-add-to-cart:hover,
.wfsmodal .wfsmodal-footer .wfs-modal-actions .wfs-product-add-to-cart:focus {
    text-decoration: none;
    color: #ff493c;
    background-color: #fff !important;
}

.wfs-item-addons-container {
    padding-bottom: 60px;
}
.wfs-item-addons-container .wfs-addon-category-title {
    font-size: 1.0625rem;
    line-height: 18px;
    color: #2e2e2e;
    margin-bottom: 12px;
}
.wfs-item-addons-container .wfs-addon-category-title:not(:first-child) {
    margin-top: 60px;
}
.wfs-item-addons-container .wfs-addon-category-desc {
    font-size: 0.875rem;
    line-height: 18px;
    color: #2e2e2e;
    margin-bottom: 25px;
}
.wfs-item-addons-container .wfs-addon-category {
    width: 100%;
}
.wfs-item-addons-container .wfs-addon-category label {
    display: block;
    width: 100%;
    border: 1px solid #e3e3e3;
    border-radius: 7px;
    margin-bottom: 10px;
    padding: 16px 46px;
    position: relative;
    transition: all 200ms ease-in;
    font-size: 1.0625rem;
    line-height: 18px;
    color: #2e2e2e;
}
.wfs-item-addons-container
    .wfs-addon-category
    label
    .wfs-addon-category_radio_icon {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
}
.wfs-item-addons-container
    .wfs-addon-category
    label
    .wfs-addon-category_radio_icon
    .dot {
    display: none;
    fill: #ff493c;
}
.wfs-item-addons-container
    .wfs-addon-category
    label
    .wfs-addon-category_radio_icon
    .circle {
    stroke: #e3e3e3;
}
.wfs-item-addons-container .wfs-addon-category input[type='radio'] {
    display: none;
}
.wfs-item-addons-container
    .wfs-addon-category
    input[type='radio']:checked
    + label {
    background: #fff;
    box-shadow: 0 27px 55px 0 rgba(41, 41, 41, 0.07);
}
.wfs-item-addons-container
    .wfs-addon-category
    input[type='radio']:checked
    + label
    .dot {
    display: initial;
}
.wfs-item-addons-container
    .wfs-addon-category
    input[type='radio']:checked
    + label
    .circle {
    stroke: #ff493c;
}

.wfs-special-instruction-wrapper .wfs-special-note-label {
    font-size: 1.0625rem;
    line-height: 18px;
    color: #2e2e2e;
    margin-bottom: 12px;
}

.wfs-special-instruction-wrapper textarea {
    font-size: 1.0625rem;
    line-height: 18px;
    padding: 18px 20px;
    border-radius: 6px;
    box-shadow: 0 27px 55px 0 rgba(41, 41, 41, 0.07);
    border: solid 1px #e3e3e3;
}

.spd_summary #foodstore.fs-container {
    margin: 0;
}

.spd_summary #wfs-food-items {
    padding: 0;
}

.spd_summary .wfs-store-close-msg {
    display: none;
}

.spd_summary .wfs-food-item-summery {
    text-align: right;
}

@media (min-width: 576px) {
    .container--left {
        margin-left: calc(50vw - 238px);
    }
}

@media (min-width: 800px) {
    .container--left {
        margin-left: calc(50vw - 480px);
    }
}

@media (min-width: 1200px) {
    .container--left {
        margin-left: calc(50vw - 600px);
    }
}

@media (min-width: 1440px) {
    .container--left {
        margin-left: calc(50vw - 680px);
    }
}

@media (min-width: 576px) {
    .container--right {
        margin-right: calc(50vw - 238px);
    }
}

@media (min-width: 800px) {
    .container--right {
        margin-right: calc(50vw - 480px);
    }
}

@media (min-width: 1200px) {
    .container--right {
        margin-right: calc(50vw - 600px);
    }
}

@media (min-width: 1440px) {
    .container--right {
        margin-right: calc(50vw - 680px);
    }
}

.services_imgs {
    background: url(assets/img/default-service.png);
    background: url(assets/img/acces-handicape.png);
    background: url(assets/img/aire-jeux-exterieure.png);
    background: url(assets/img/aire-jeux-interieure.png);
    background: url(assets/img/chaise-enfant.png);
    background: url(assets/img/drive.png);
    background: url(assets/img/parking.png);
    background: url(assets/img/terrasse.png);
    background: url(assets/img/viande.png);
    background: url(assets/img/wifi.png);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='21' height='30' viewBox='0 0 21 30'%3e %3cg fill='none' fill-rule='evenodd'%3e %3cg fill='%23FF493C'%3e %3cpath d='M1156.5 656c-2.482 0-4.5-2.019-4.5-4.5 0-2.482 2.018-4.5 4.5-4.5s4.5 2.018 4.5 4.5c0 2.481-2.018 4.5-4.5 4.5m0-14c-5.79 0-10.5 4.64-10.5 10.344 0 4.073 5.161 13.267 8.238 18.385.478.796 1.323 1.271 2.262 1.271.939 0 1.785-.475 2.262-1.27 3.077-5.119 8.238-14.313 8.238-18.386 0-5.704-4.71-10.344-10.5-10.344' transform='translate(-1146 -642)'/%3e %3c/g%3e %3c/g%3e %3c/svg%3e");
    color: #f0d;
}

.admin-bar .site-content {
    padding-top: 112px;
    padding-bottom: 0;
}

.admin-bar.home .site-content {
    padding-top: 0;
}

hr.wp-block-separator {
    background: url(assets/img/hr.png);
    height: 16px;
    border: none;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin: 32px 0;
}
@media (min-width: 800px) {
    hr.wp-block-separator {
        margin: 64px 0;
    }
}
@media (min-width: 1200px) {
    hr.wp-block-separator {
        margin: 96px 0;
    }
}

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

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

.alignright {
    float: right;
}

.mb {
    margin-bottom: 110px;
}

.modal-content {
    padding: 60px;
}

.modal-lg,
.modal-xl {
    max-width: 860px;
}

.modal-content {
    border-radius: 20px;
    box-shadow: 0 46px 78px 0 rgba(41, 41, 41, 0.1);
}

.modal-header {
    padding: 0;
    border-bottom: none;
}
.modal-header .close {
    background: none;
    border: none;
    position: absolute;
    right: 30px;
    top: 30px;
    font-size: 2rem;
    padding: 0;
    margin: 0;
    line-height: 1;
}
.modal-header .close--selectrestaurant {
    right: 0;
    top: 0;
    font-size: 1.75rem;
    font-size: 2rem;
    z-index: 1000;
    padding: 8px;
    background: white;
    line-height: 16px;
    border-left: 2px solid rgba(0, 0, 0, 0.2);
    border-bottom: 2px solid rgba(0, 0, 0, 0.2);
}

#editor .wp-block-group {
    border: 1px solid red;
}

#editor .admin_gut_info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
    padding: 0.75rem 1.25rem;
    margin-bottom: 0rem;
    border-radius: 1rem 1rem 0 0;
}

#editor .admin_gut_notice {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
    padding: 0.75rem 1.25rem;
    margin-bottom: 0rem;
    border-radius: 1rem 1rem 0 0;
}

#editor .admin_gut_danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    border-radius: 1rem 1rem 0 0;
}

.container-text {
    max-width: 820px;
}
.container-text p {
    font-family: 'Ubuntu', sans-serif;
    font-size: 1.0625rem;
    line-height: 1.76471;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    color: #262319;
    margin-bottom: 30px;
}
.container-text h2 {
    font-family: 'Ubuntu', sans-serif;
    font-size: 1.5625rem;
    line-height: 1.08;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    color: #412c28;
    margin-bottom: 36px;
}

.w-100 {
    width: 100%;
}

.restaurantsearch_form.has-result .restaurantsearch_form_results {
    display: block;
}
