@charset "UTF-8";
/*!
Theme Name: loveprint
Theme URI: http://underscores.me/
Author: loveprint
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: loveprint
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

loveprint is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*!
 * Bootstrap Grid v5.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2023 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.container,
.container-fluid,
.container-xxl {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

.container-xl, .container-lg, .container-md, .container-sm, .container {
  max-width: 1200px;
}

:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
.d-inline {
  display: inline !important;
}

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

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

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

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

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

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

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

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

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

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

.flex-fill {
  flex: 1 1 auto !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-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;
}

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

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

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !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;
}

.justify-content-evenly {
  justify-content: space-evenly !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;
}

.order-first {
  order: -1 !important;
}

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

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.me-0 {
  margin-right: 0 !important;
}

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

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

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

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

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

.me-auto {
  margin-right: auto !important;
}

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

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

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

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

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

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

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

.ms-0 {
  margin-left: 0 !important;
}

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

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

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

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

.ms-5 {
  margin-left: 3rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pt-5 {
  padding-top: 3rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

.ps-0 {
  padding-left: 0 !important;
}

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-inline-grid {
    display: inline-grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .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-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;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !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;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !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;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-inline-grid {
    display: inline-grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .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-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;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !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;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !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;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 992px) {
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-inline-grid {
    display: inline-grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .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-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;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !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;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !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;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-inline-grid {
    display: inline-grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .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-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;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !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;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !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;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-inline-grid {
    display: inline-grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
@font-face {
  font-family: "Poppins Light";
  src: url("./assets/fonts/Poppins-Light.woff2") format("woff2"), url("./assets/fonts/Poppins-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins Medium";
  src: url("./assets/fonts/Poppins-Medium.woff2") format("woff2"), url("./assets/fonts/Poppins-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins LightItalic";
  src: url("./assets/fonts/Poppins-LightItalic.woff2") format("woff2"), url("./assets/fonts/Poppins-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins Regular";
  src: url("./assets/fonts/Poppins-Regular.woff2") format("woff2"), url("./assets/fonts/Poppins-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins ExtraBold";
  src: url("./assets/fonts/Poppins-ExtraBold.woff2") format("woff2"), url("./assets/fonts/Poppins-ExtraBold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins SemiBold";
  src: url("./assets/fonts/Poppins-SemiBold.woff2") format("woff2"), url("./assets/fonts/Poppins-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins Bold";
  src: url("./assets/fonts/Poppins-Bold.woff2") format("woff2"), url("./assets/fonts/Poppins-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.light {
  font-weight: 300;
}

.regular {
  font-weight: 400;
}

.medium {
  font-weight: 600;
}

.bold {
  font-weight: 700;
}

@font-face {
  font-family: "icomoon";
  src: url("./assets/fonts/icomoon.eot?y4sdbn");
  src: url("./assets/fonts/icomoon.eot?y4sdbn#iefix") format("embedded-opentype"), url("./assets/fonts/icomoon.ttf?y4sdbn") format("truetype"), url("./assets/fonts/icomoon.woff?y4sdbn") format("woff"), url("./assets/fonts/icomoon.svg?y4sdbn#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !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;
}

.icon-eye::before {
  content: "\e917";
}

.icon-circle-info::before {
  content: "\e916";
}

.icon-filter::before {
  content: "\e915";
  color: #c5bbb1;
}

.icon-heart-r::before {
  content: "\e914";
  color: #FFF;
}

.icon-chevron-right::before {
  content: "\e911";
}

.icon-list::before {
  content: "\e912";
}

.icon-grid::before {
  content: "\e913";
}

.icon-twitter::before {
  content: "\e910";
}

.icon-minus::before {
  content: "\e90e";
}

.icon-plus::before {
  content: "\e90f";
}

.icon-angle-down::before {
  content: "\e90d";
}

.icon-quote-left::before {
  content: "\e900";
}

.icon-youtube::before {
  content: "\e901";
}

.icon-tiktok::before {
  content: "\e902";
}

.icon-instagram::before {
  content: "\e903";
}

.icon-facebook-f::before {
  content: "\e904";
}

.icon-heart-o::before {
  content: "\e905";
}

.icon-pause::before {
  content: "\e906";
  color: #FFF;
}

.icon-phone::before {
  content: "\e907";
  color: #c5bbb1;
}

.icon-play::before {
  content: "\e908";
  color: #FFF;
}

.icon-search::before {
  content: "\e909";
}

.icon-user::before {
  content: "\e90a";
}

.icon-cart::before {
  content: "\e90b";
}

.icon-heart::before {
  content: "\e90c";
  color: #626262;
}

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea,
span {
  font-family: "Poppins Light";
}

i {
  font-style: normal;
}

label {
  font-family: "Poppins Light";
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.05em;
  color: #231F20;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #231F20;
  font-family: "Poppins Light";
  font-weight: 300;
  font-style: normal;
  text-transform: uppercase;
  clear: both;
}

h1, h2 {
  font-size: 22px;
  line-height: 33px;
  letter-spacing: 0.07em;
}

h3, h4, h5, h6 {
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0.07em;
}

p {
  font-family: "Poppins Light";
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.05em;
  color: #626262;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #626262;
  font-family: "Poppins Light";
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: "Poppins Light";
}

abbr,
acronym {
  border-bottom: 1px dotted #626262;
  cursor: help;
}

mark,
ins {
  background: #231F20;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #FFF;
  color: #626262;
  font-family: "Poppins Light";
  position: relative;
  padding: 0;
  margin: 0;
  -webkit-text-size-adjust: 100%;
}
body.overflow {
  overflow: hidden;
}
body.fixed {
  position: fixed;
  margin-top: 0;
}
body .container {
  width: unset;
}
body .container-fluid, body .container-xxl {
  width: unset;
}

html {
  scrollbar-color: #8a817b #FFF;
}
html.fixed {
  position: fixed;
  margin-top: 0;
}

hr {
  background-color: #626262;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
  border-style: none;
}

figure {
  margin: 1em 0;
}

table {
  margin-bottom: 0;
  border-spacing: 0;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  font-family: "Poppins Light";
  text-decoration: none;
  transition: 0.3s ease-in-out;
}
a:focus {
  outline: none;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  background: #FFF;
  border: 1px solid #E4D7CD;
  padding: 16px 40px;
  color: #746558;
  font-family: "Poppins Regular";
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
@media (max-width: 991px) {
  button,
  input[type=button],
  input[type=reset],
  input[type=submit] {
    padding: 16px 22px;
    display: flex;
    justify-content: center;
  }
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border: 1px solid #E4D7CD;
  background: #E4D7CD;
  color: #FFF;
}
@media (max-width: 991px) {
  button:hover,
  input[type=button]:hover,
  input[type=reset]:hover,
  input[type=submit]:hover {
    background: #FFF;
    color: #746558;
  }
}
button:disabled,
input[type=button]:disabled,
input[type=reset]:disabled,
input[type=submit]:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
button:disabled:hover,
input[type=button]:disabled:hover,
input[type=reset]:disabled:hover,
input[type=submit]:disabled:hover {
  border: 1px solid #E4D7CD;
  background: #FFF;
  color: #746558;
  opacity: 0.5;
}

.btn {
  padding: 16px 40px;
  font-family: "Poppins Regular";
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
@media (max-width: 991px) {
  .btn {
    padding: 16px 22px;
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 991px) and (max-width: 575px) {
  .btn {
    width: 100%;
  }
}
.btn--background {
  border: 1px solid #E4D7CD;
  background: #E4D7CD;
  color: #FFF;
}
.btn--background:hover {
  border: 1px solid #E4D7CD;
  background: #FFF;
  color: #746558;
}
@media (max-width: 991px) {
  .btn--background:hover {
    border: 1px solid #E4D7CD;
    background: #E4D7CD;
    color: #FFF;
  }
}
.btn--background:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.btn--background:disabled:hover {
  border: 1px solid #E4D7CD;
  background: #E4D7CD;
  color: #FFF;
  opacity: 0.5;
}
.btn--nofill {
  border: 1px solid #E4D7CD;
  background: #FFF;
  color: #746558;
}
.btn--nofill:hover {
  border: 1px solid #E4D7CD;
  background: #E4D7CD;
  color: #FFF;
}
@media (max-width: 991px) {
  .btn--nofill:hover {
    border: 1px solid #E4D7CD;
    background: #FFF;
    color: #746558;
  }
}
.btn--nofill:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.btn--nofill:disabled:hover {
  border: 1px solid #E4D7CD;
  background: #FFF;
  color: #746558;
  opacity: 0.5;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color] {
  background: #FFF;
  border: 1px solid #E4D7CD;
  padding: 16px 30px;
  color: #626262;
  font-family: "Poppins Light";
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.07em;
  width: 100%;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=url]::placeholder,
input[type=password]::placeholder,
input[type=search]::placeholder,
input[type=number]::placeholder,
input[type=tel]::placeholder,
input[type=range]::placeholder,
input[type=date]::placeholder,
input[type=month]::placeholder,
input[type=week]::placeholder,
input[type=time]::placeholder,
input[type=datetime]::placeholder,
input[type=datetime-local]::placeholder,
input[type=color]::placeholder {
  color: #8a817b;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus {
  outline: none;
}
input[type=text]:focus::placeholder,
input[type=email]:focus::placeholder,
input[type=url]:focus::placeholder,
input[type=password]:focus::placeholder,
input[type=search]:focus::placeholder,
input[type=number]:focus::placeholder,
input[type=tel]:focus::placeholder,
input[type=range]:focus::placeholder,
input[type=date]:focus::placeholder,
input[type=month]:focus::placeholder,
input[type=week]:focus::placeholder,
input[type=time]:focus::placeholder,
input[type=datetime]:focus::placeholder,
input[type=datetime-local]:focus::placeholder,
input[type=color]:focus::placeholder {
  color: transparent;
}
input[type=text]:disabled,
input[type=email]:disabled,
input[type=url]:disabled,
input[type=password]:disabled,
input[type=search]:disabled,
input[type=number]:disabled,
input[type=tel]:disabled,
input[type=range]:disabled,
input[type=date]:disabled,
input[type=month]:disabled,
input[type=week]:disabled,
input[type=time]:disabled,
input[type=datetime]:disabled,
input[type=datetime-local]:disabled,
input[type=color]:disabled {
  background: #626262;
  color: #231F20;
}

input[type=search] {
  /* clears the ‘X’ from Internet Explorer */
  /* clears the ‘X’ from Chrome */
}
input[type=search]::-ms-clear, input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
input[type=search]::-webkit-search-decoration, input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-results-button, input[type=search]::-webkit-search-results-decoration {
  display: none;
}

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

input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 14px;
  min-width: 14px;
  height: 14px;
  border: 1px solid #7c7c7c;
  position: relative;
  cursor: pointer;
}
input[type=checkbox]:checked {
  background: #7c7c7c;
  border: 1px solid #7c7c7c;
}
input[type=checkbox]:checked::before {
  content: url("./assets/icons/checkmark.svg");
  position: absolute;
  top: -1px;
  left: 0;
  z-index: 1;
  height: 14px;
  line-height: 1;
}

input[type=radio] {
  width: 14px;
  min-width: 14px;
  height: 14px;
  accent-color: #746558;
}

textarea {
  background: #FFF;
  border: 1px solid #E4D7CD;
  padding: 16px 30px;
  color: #626262;
  font-family: "Poppins Light";
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.07em;
  width: 100%;
  height: 183px;
  resize: none;
}
textarea::placeholder {
  color: #8a817b;
}
textarea:focus {
  outline: none;
}
textarea:focus::placeholder {
  color: transparent;
}

select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  border-bottom: 1px solid #E4D7CD;
  background: #f9f6f4;
  padding: 8px 12px;
  color: #626262;
  font-family: "Poppins Light";
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.07em;
  cursor: pointer;
  position: relative;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  select {
    padding: 16px 22px;
  }
}
select:focus {
  outline: none;
}
select option {
  text-transform: none;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: flex;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/* Header
--------------------------------------------- */
.header .topbar {
  background: #4d4d4d;
  padding: 7px 0;
}
@media (max-width: 1199px) {
  .header .topbar {
    display: none;
  }
}
.header .topbar__left {
  display: flex;
  align-items: center;
  gap: 20px;
}
.header .topbar__left .leadline p {
  font-weight: 400;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.05em;
  color: #FFF;
}
.header .topbar__socials ul {
  display: flex;
  align-items: center;
  gap: 10px;
}
.header .topbar__socials ul li {
  display: inline-block;
  vertical-align: middle;
}
.header .topbar__socials ul li.separator::before {
  font-family: icomoon;
  content: "\e905";
  color: #FFF;
  font-size: 8px;
  display: inline-block;
  vertical-align: middle;
}
.header .topbar__socials ul li a {
  font-size: 14px;
  color: #FFF;
}
.header .topbar__socials ul li a:hover {
  color: #E4D7CD;
}
@media (max-width: 991px) {
  .header .topbar__socials ul li a:hover {
    color: #FFF;
  }
}
.header .topbar .vertical-separator {
  background: #989898;
  width: 1px;
  height: 30px;
}
.header .topbar__right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 24px;
}
.header .topbar__links ul {
  display: flex;
  align-items: center;
  gap: 4px;
}
.header .topbar__links ul li {
  display: inline-block;
  vertical-align: middle;
}
.header .topbar__links ul li + li::before {
  font-family: icomoon;
  content: "\e905";
  color: #FFF;
  font-size: 8px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 12px 0 8px;
}
.header .topbar__links ul li a {
  font-family: "Poppins Regular";
  font-weight: 400;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.05em;
  color: #FFF;
}
.header .topbar__links ul li a:hover {
  color: #E4D7CD;
}
@media (max-width: 991px) {
  .header .topbar__links ul li a:hover {
    color: #FFF;
  }
}
.header .mainbar {
  background: #FFF;
  padding: 40px 0;
}
@media (max-width: 991px) {
  .header .mainbar {
    padding: 30px 4px;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .header .mainbar {
    background: #f9f6f4;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
  }
}
.header .mainbar.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999999;
  transition: 0.3s ease-in-out;
}
.header .mainbar.sticky .mainbar__logo a img {
  height: 80px;
}
.header .mainbar__left .menu-toggle {
  display: none;
}
@media (max-width: 1199px) {
  .header .mainbar__left .menu-toggle {
    display: flex;
    flex-direction: column;
    gap: 6px;
    background: none;
    border: 0;
    padding: 0;
    width: 23px;
  }
}
.header .mainbar__left .menu-toggle span {
  display: block;
  background: #231F20;
  height: 2px;
  width: 23px;
  transition: 0.3s ease-in-out;
}
.header .mainbar__left .search-area {
  max-width: 380px;
}
@media (max-width: 1199px) {
  .header .mainbar__left .search-area {
    display: none;
  }
}
.header .mainbar__left .search-area form {
  position: relative;
}
.header .mainbar__left .search-area form input[type=text] {
  padding: 10px 24px 10px 0;
  border: 0;
  border-bottom: 1px solid #E4D7CD;
  width: 100%;
}
.header .mainbar__left .search-area form input[type=text]::placeholder {
  text-transform: uppercase;
}
.header .mainbar__left .search-area form button[type=submit] {
  background: none;
  border: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  right: 4px;
  transform: translateY(-50%);
}
.header .mainbar__left .search-area form button[type=submit] .icon-search {
  color: #231F20;
  font-size: 16px;
}
.header .mainbar__logo {
  text-align: center;
}
.header .mainbar__logo a img {
  height: 130px;
}
.header .mainbar__actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
@media (max-width: 1199px) {
  .header .mainbar__actions {
    justify-content: flex-end;
  }
}
.header .mainbar__actions .call {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 1199px) {
  .header .mainbar__actions .call {
    display: none;
  }
}
.header .mainbar__actions .call .icon-phone {
  color: #c5bbb1;
  font-size: 34px;
  min-width: 34px;
}
.header .mainbar__actions .call a {
  color: #231F20;
  font-family: "Poppins Regular";
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}
.header .mainbar__actions .call a:hover {
  color: #8a817b;
}
@media (max-width: 991px) {
  .header .mainbar__actions .call a:hover {
    color: #231F20;
  }
}
.header .mainbar__actions .call a:hover span {
  color: #8a817b;
}
@media (max-width: 991px) {
  .header .mainbar__actions .call a:hover span {
    color: #969696;
  }
}
.header .mainbar__actions .call a span {
  display: block;
  color: #969696;
  font-family: "Poppins Regular";
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  transition: 0.3s ease-in-out;
}
.header .mainbar__actions .options {
  display: flex;
  align-items: center;
  gap: 24px;
}
.header .mainbar__actions .options a {
  color: #231F20;
  font-size: 26px;
}
@media (max-width: 1199px) {
  .header .mainbar__actions .options a.account-btn, .header .mainbar__actions .options a.wishlist-btn {
    display: none;
  }
}
.header .mainbar__actions .options a.cart-btn {
  position: relative;
}
.header .mainbar__actions .options a.cart-btn span.num {
  position: absolute;
  top: -3px;
  right: -3px;
  width: 14px;
  height: 14px;
  background: #fc4949;
  border-radius: 50%;
  color: #FFF;
  font-family: "Poppins ExtraBold";
  font-weight: 700;
  font-size: 10px;
  line-height: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.header .mainbar__actions .options a:hover {
  color: #8a817b;
}
@media (max-width: 991px) {
  .header .mainbar__actions .options a:hover {
    color: #231F20;
  }
}
.header .bottombar {
  background: #f9f6f4;
}
@media (max-width: 1199px) {
  .header .bottombar {
    display: none;
  }
}
.header .bottombar.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999999;
  transition: 0.3s ease-in-out;
}
.header .bottombar .menu-categories {
  position: relative;
  display: flex;
  gap: 44px;
}
.header .bottombar .menu-categories li {
  display: inline-block;
}
.header .bottombar .menu-categories li.dropdown {
  position: relative;
}
.header .bottombar .menu-categories li.dropdown:hover a {
  color: #746558;
}
@media (max-width: 991px) {
  .header .bottombar .menu-categories li.dropdown:hover a {
    color: #231F20;
  }
}
.header .bottombar .menu-categories li.dropdown:hover a::after {
  transform: translateY(-50%) rotate(180deg);
  color: #746558;
}
@media (max-width: 991px) {
  .header .bottombar .menu-categories li.dropdown:hover a::after {
    color: #333;
  }
}
.header .bottombar .menu-categories li.dropdown:hover .dropdown-menu {
  opacity: 1;
  pointer-events: auto;
}
.header .bottombar .menu-categories li.dropdown:hover .dropdown-menu::after {
  content: "";
  position: absolute;
  top: -25px;
  left: -100px;
  width: 120px;
  height: 532px;
}
.header .bottombar .menu-categories li.dropdown > a {
  position: relative;
  padding-right: 14px;
}
.header .bottombar .menu-categories li.dropdown > a::after {
  font-family: icomoon;
  content: "\e90d";
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  color: #333;
  font-size: 14px;
  transition: 0.3s ease-in-out;
}
.header .bottombar .menu-categories li.dropdown .dropdown-menu {
  background: #FFF;
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.05);
  padding: 20px 20px 22px 20px;
  margin: 0;
  border: 0;
  border-radius: 0;
  opacity: 0;
  display: block;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 100%;
  max-height: 470px;
  width: 580px;
  z-index: 9999;
}
.header .bottombar .menu-categories li.dropdown .dropdown-menu .dropdown-menu-wrapper {
  background: #f4efeb;
  padding: 24px 40px;
  height: 332px;
}
.header .bottombar .menu-categories li.dropdown .dropdown-menu .dropdown-menu-wrapper ul {
  display: flex;
  flex-flow: wrap column;
  max-height: 300px;
}
.header .bottombar .menu-categories li.dropdown .dropdown-menu .dropdown-menu-wrapper ul li {
  margin: 0;
  max-width: 230px;
  width: 100%;
}
.header .bottombar .menu-categories li.dropdown .dropdown-menu .dropdown-menu-wrapper ul li a {
  padding: 16px 0;
  color: #231F20;
}
.header .bottombar .menu-categories li.dropdown .dropdown-menu .dropdown-menu-wrapper ul li a:hover {
  color: #746558;
}
@media (max-width: 991px) {
  .header .bottombar .menu-categories li.dropdown .dropdown-menu .dropdown-menu-wrapper ul li a:hover {
    color: #231F20;
  }
}
.header .bottombar .menu-categories li.dropdown .dropdown-menu .menu-footer {
  padding: 20px 0 0;
}
.header .bottombar .menu-categories li.dropdown .dropdown-menu .menu-footer p {
  color: #000;
}
.header .bottombar .menu-categories li:last-of-type .dropdown-menu {
  right: unset;
}
.header .bottombar .menu-categories li a {
  display: block;
  padding: 20px 0;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #231F20;
}

.header-minimal {
  background: #FFF;
  padding: 32px 0 40px;
  text-align: center;
}

.menu-overlay {
  background: rgba(116, 101, 88, 0.8);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out;
}
.menu-overlay.active-overlay {
  opacity: 1;
  visibility: visible;
}

.mobile-nav {
  background: #FFF;
  position: fixed;
  top: 0;
  left: -100%;
  z-index: 99999;
  width: calc(100% - 30px);
  max-width: 398px;
  height: 100%;
  overflow-y: auto;
  text-align: left;
  transition: all 0.5s ease-in-out;
  scrollbar-color: #c5bbb1 #c9c9c9;
}
.mobile-nav.active-nav {
  left: 0;
}
.mobile-nav .close-nav {
  position: absolute;
  top: 51px;
  left: 31px;
  z-index: 1;
  width: 23px;
  height: 23px;
}
.mobile-nav .nav-wrap {
  padding: 124px 10px 10px;
}
.mobile-nav .nav-wrap > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.mobile-nav .nav-wrap .search-area {
  width: 100%;
  margin-bottom: 20px;
}
.mobile-nav .nav-wrap .search-area form {
  position: relative;
}
.mobile-nav .nav-wrap .search-area input[type=text] {
  background: #fafafa;
  display: block;
  padding: 12px 60px 12px 30px;
  border: 0;
  border-bottom: 1px solid #E4D7CD;
  width: 100%;
}
.mobile-nav .nav-wrap .search-area input[type=text]::placeholder {
  text-transform: uppercase;
}
.mobile-nav .nav-wrap .search-area button[type=submit] {
  background: none;
  border: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}
.mobile-nav .nav-wrap .search-area button[type=submit] .icon-search {
  color: #231F20;
  font-size: 14px;
}
.mobile-nav .nav-wrap .menu-categories {
  width: 100%;
}
.mobile-nav .nav-wrap .menu-categories li {
  margin-bottom: 10px;
}
.mobile-nav .nav-wrap .menu-categories li.menu-item-has-children > a {
  background: #fafafa;
}
.mobile-nav .nav-wrap .menu-categories li.menu-item-has-children > a.active::after {
  content: "\e90e";
}
.mobile-nav .nav-wrap .menu-categories li.menu-item-has-children > a::after {
  font-family: icomoon;
  content: "\e90f";
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  font-size: 16px;
  transition: 0.3s ease-in-out;
}
.mobile-nav .nav-wrap .menu-categories li.menu-item-has-children ul {
  background: #FFF;
  padding: 11px 0 11px 20px;
}
.mobile-nav .nav-wrap .menu-categories li.menu-item-has-children ul li {
  margin-bottom: 0;
}
.mobile-nav .nav-wrap .menu-categories li.menu-item-has-children ul li a {
  background: #FFF;
  padding: 10px 30px 10px 0;
}
.mobile-nav .nav-wrap .menu-categories li a {
  display: block;
  position: relative;
  background: #f9f6f4;
  padding: 16px 50px 16px 30px;
  color: #231F20;
  font-weight: 300;
  font-size: 18px;
  line-height: 27px;
  text-transform: uppercase;
}
.mobile-nav .nav-wrap .menu-list {
  width: 100%;
}
.mobile-nav .nav-wrap .menu-list li {
  margin-bottom: 10px;
}
.mobile-nav .nav-wrap .menu-list li a {
  display: block;
  position: relative;
  background: #f9f6f4;
  padding: 16px 50px 16px 30px;
  color: #231F20;
  font-weight: 300;
  font-size: 18px;
  line-height: 27px;
  text-transform: uppercase;
}
.mobile-nav .nav-wrap .nav-footer {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 9px);
  margin: 0 -4.5px;
}
.mobile-nav .nav-wrap .nav-footer .nav-footer-item {
  background: #f9f6f4;
  color: #231F20;
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  margin: 0 4.5px;
}
.mobile-nav .nav-wrap .nav-footer .nav-footer-item a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #231F20;
  font-size: 26px;
  width: 100%;
  height: 60px;
}

/* Footer
--------------------------------------------- */
.footer {
  background: #8a817b;
  padding: 60px 0 0;
}
@media (max-width: 991px) {
  .footer {
    padding: 60px 4px 0;
  }
}
.footer__area {
  padding: 0 0 20px;
}
.footer__logo {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .footer__logo a {
    display: flex;
    justify-content: center;
  }
}
.footer__logo a img {
  display: block;
  max-width: 200px;
  width: 100%;
}
@media (max-width: 991px) {
  .footer__logo a img {
    max-width: 280px;
  }
}
@media (max-width: 991px) {
  .footer__socials {
    margin-bottom: 50px;
  }
}
.footer__socials ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 991px) {
  .footer__socials ul {
    flex-direction: row;
    justify-content: center;
    gap: 30px;
  }
}
.footer__socials ul li {
  display: block;
}
.footer__socials ul li a {
  font-family: "Poppins Regular";
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 14px;
  color: #FFF;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.05em;
}
@media (max-width: 1199px) {
  .footer__socials ul li a {
    font-size: 12px;
    line-height: 20px;
  }
}
@media (max-width: 1199px) and (max-width: 991px) {
  .footer__socials ul li a {
    font-size: 0;
    width: 47px;
  }
}
.footer__socials ul li a:hover {
  color: #E4D7CD;
}
@media (max-width: 991px) {
  .footer__socials ul li a:hover {
    color: #FFF;
  }
}
.footer__socials ul li a:hover i {
  border: 1px solid #E4D7CD;
}
@media (max-width: 991px) {
  .footer__socials ul li a:hover i {
    border: 1px solid #FFF;
  }
}
.footer__socials ul li a i {
  border: 1px solid #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  max-width: 34px;
  height: 34px;
  transition: 0.3s ease-in-out;
}
@media (max-width: 991px) {
  .footer__socials ul li a i {
    font-size: 20px;
    min-width: 47px;
    max-width: 47px;
    height: 47px;
  }
}
.footer__info {
  display: flex;
  flex-direction: column;
  gap: 34px;
}
@media (max-width: 991px) {
  .footer__info {
    flex-direction: row;
    gap: 8px;
    margin-bottom: 32px;
  }
}
@media (max-width: 991px) {
  .footer__info .footer__links, .footer__info .footer__group {
    width: calc(50% - 4px);
  }
}
.footer__links.delivery {
  margin-bottom: 32px;
}
@media (max-width: 575px) {
  .footer__links.help {
    margin-bottom: 32px;
  }
}
.footer__links .header {
  display: block;
  color: #FFF;
  font-family: "Poppins Medium";
  font-weight: 500;
  margin-bottom: 8px;
}
.footer__links .menu-list li a {
  display: inline-block;
  padding: 8px 0;
  color: #FFF;
  font-family: "Poppins Regular";
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.05em;
}
@media (max-width: 991px) {
  .footer__links .menu-list li a {
    padding: 10px 0;
  }
}
@media (max-width: 991px) and (max-width: 429px) {
  .footer__links .menu-list li a {
    font-size: 14px;
    line-height: 20px;
  }
}
.footer__links .menu-list li a:hover {
  color: #E4D7CD;
}
@media (max-width: 991px) {
  .footer__links .menu-list li a:hover {
    color: #FFF;
  }
}
.footer__group .header {
  display: block;
  color: #FFF;
  font-family: "Poppins Medium";
  font-weight: 500;
  margin-bottom: 8px;
}
.footer__group .info {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 991px) {
  .footer__group .info {
    margin-top: 14px;
  }
}
@media (max-width: 991px) and (max-width: 429px) {
  .footer__group .info {
    margin-top: 18px;
    gap: 20px;
  }
}
.footer__group .info a {
  display: inline-block;
  color: #FFF;
  font-family: "Poppins Regular";
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.05em;
}
@media (max-width: 429px) {
  .footer__group .info a {
    font-size: 14px;
    line-height: 20px;
  }
}
.footer__group .info a:hover {
  color: #E4D7CD;
}
@media (max-width: 991px) {
  .footer__group .info a:hover {
    color: #FFF;
  }
}
.footer__group .info p {
  color: #FFF;
  font-family: "Poppins Regular";
  font-weight: 400;
}
@media (max-width: 429px) {
  .footer__group .info p {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 991px) {
  .footer__col {
    width: calc(50% - 8px);
  }
}
@media (max-width: 991px) and (max-width: 575px) {
  .footer__col {
    width: 100%;
  }
}
.footer__col .header {
  display: block;
  color: #FFF;
  font-family: "Poppins Medium";
  font-weight: 500;
  margin-bottom: 8px;
}
.footer__cards {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  row-gap: 12px;
  margin: 20px 0;
}
.footer__eu {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.footer__eu p {
  color: #FFF;
}
@media (max-width: 429px) {
  .footer__eu p {
    font-size: 14px;
    line-height: 20px;
  }
}
.footer__copyright {
  text-align: center;
}
.footer__copyright .area {
  border-top: 1px solid #FFF;
  padding: 30px 0;
}
.footer__copyright .area p {
  color: #FFF;
  font-family: "Poppins Regular";
  font-weight: 400;
}
@media (max-width: 429px) {
  .footer__copyright .area p {
    font-size: 14px;
    line-height: 20px;
  }
}

/* Breadcrumbs
--------------------------------------------- */
.site-breadcrumbs {
  padding: 30px 0 60px;
  display: flex;
  justify-content: center;
  text-align: center;
}
@media (max-width: 991px) {
  .site-breadcrumbs {
    padding: 30px 0 50px;
  }
}
.site-breadcrumbs #breadcrumbs {
  font-family: "Poppins Light";
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}
.site-breadcrumbs #breadcrumbs span {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.site-breadcrumbs #breadcrumbs span a {
  color: #c5bbb1;
}
.site-breadcrumbs #breadcrumbs span a:hover {
  color: #E4D7CD;
}
@media (max-width: 991px) {
  .site-breadcrumbs #breadcrumbs span a:hover {
    color: #c5bbb1;
  }
}
.site-breadcrumbs #breadcrumbs span svg {
  height: 21px;
}
.site-breadcrumbs #breadcrumbs span .breadcrumb_last {
  color: #626262;
}

/* GDPR Page Template
--------------------------------------------- */
.page-gdpr {
  padding: 0 4px 80px;
}
@media (max-width: 991px) {
  .page-gdpr {
    padding: 0 4px 64px;
  }
}
.page-gdpr__title {
  margin-bottom: 30px;
}
.page-gdpr__title h1 {
  text-align: center;
}
.page-gdpr__content p {
  text-align: justify;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .page-gdpr__content p {
    text-align: left;
  }
}
.page-gdpr__content p:last-child {
  margin-bottom: 0;
}
.page-gdpr__content p strong {
  font-weight: 700;
}
.page-gdpr__content p a {
  text-decoration: underline;
  color: #746558;
  word-break: break-word;
}
.page-gdpr__content p a:hover {
  text-decoration: none;
  color: #626262;
}
@media (max-width: 991px) {
  .page-gdpr__content p a:hover {
    text-decoration: underline;
    color: #746558;
  }
}
.page-gdpr__content h2 {
  text-align: center;
  margin: 60px 0 30px;
}
.page-gdpr__content ul {
  margin: 30px 0;
}
.page-gdpr__content ul li {
  padding-left: 24px;
  color: #626262;
  font-family: "Poppins Light";
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.05em;
  position: relative;
}
.page-gdpr__content ul li::before {
  content: "•";
  font-size: 18px;
  position: absolute;
  top: 0;
  left: 8px;
}
.page-gdpr__content ul li strong {
  font-weight: 700;
}
.page-gdpr__content ul li a {
  text-decoration: underline;
  color: #746558;
  word-break: break-word;
}
.page-gdpr__content ul li a:hover {
  text-decoration: none;
  color: #626262;
}
@media (max-width: 991px) {
  .page-gdpr__content ul li a:hover {
    text-decoration: underline;
    color: #746558;
  }
}
.page-gdpr__content ol {
  margin: 30px 0;
  padding-left: 24px;
}
.page-gdpr__content ol li {
  color: #626262;
  font-family: "Poppins Light";
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.05em;
  position: relative;
}

/* FAQ Page Template
--------------------------------------------- */
.page-faq {
  padding: 0 0 80px;
}
@media (max-width: 991px) {
  .page-faq {
    padding: 0 0 64px;
  }
}

/* FAQ Block
--------------------------------------------- */
.faq-block {
  background: #FFF;
}
@media (max-width: 991px) {
  .faq-block {
    padding: 0 4px;
  }
}
.faq-block__item h3 {
  background: #f9f6f4;
  padding: 16px 50px;
  position: relative;
  color: #231F20;
  font-size: 22px;
  line-height: 33px;
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .faq-block__item h3 {
    padding: 20px 40px;
  }
}
.faq-block__item h3.active::after {
  content: "\e90e";
}
.faq-block__item h3::after {
  font-family: icomoon;
  color: #231F20;
  font-size: 16px;
  content: "\e90f";
  position: absolute;
  top: 15px;
  right: 30px;
  transition: 0.3s ease-in-out;
}
@media (max-width: 991px) {
  .faq-block__item h3::after {
    top: 20px;
    right: 20px;
  }
}
.faq-block__item .content {
  display: none;
  max-width: 775px;
  margin: 0 auto;
  padding: 0 0 60px;
}
.faq-block__item .content p {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .faq-block__item .content p {
    text-align: justify;
  }
}
.faq-block__item .content p:last-child {
  margin-bottom: 0;
}
.faq-block__item .content p a {
  text-decoration: underline;
  color: #746558;
}
.faq-block__item .content p a:hover {
  text-decoration: none;
  color: #626262;
}
@media (max-width: 991px) {
  .faq-block__item .content p a:hover {
    text-decoration: underline;
    color: #746558;
  }
}

/* Breadcrumbs Block
--------------------------------------------- */
.breadcrumbs-block {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 300px;
}
@media (max-width: 991px) {
  .breadcrumbs-block {
    background-image: none !important;
    padding: 30px 4px 0;
    min-height: auto;
  }
}
.breadcrumbs-block .site-breadcrumbs {
  padding: 56px 0 24px;
}
.breadcrumbs-block .site-breadcrumbs #breadcrumbs {
  font-family: "Poppins SemiBold";
  font-weight: 600;
  font-size: 26px;
  line-height: 39px;
}
@media (max-width: 991px) {
  .breadcrumbs-block .site-breadcrumbs #breadcrumbs {
    font-family: "Poppins Light";
    font-weight: 300;
    font-size: 14px;
    line-height: 21px;
  }
}
.breadcrumbs-block .site-breadcrumbs #breadcrumbs span {
  gap: 20px;
}
@media (max-width: 991px) {
  .breadcrumbs-block .site-breadcrumbs #breadcrumbs span {
    gap: 10px;
  }
}
.breadcrumbs-block .site-breadcrumbs #breadcrumbs span a {
  color: #FFF;
}
@media (max-width: 991px) {
  .breadcrumbs-block .site-breadcrumbs #breadcrumbs span a {
    color: #c5bbb1;
  }
}
.breadcrumbs-block .site-breadcrumbs #breadcrumbs span a:hover {
  color: #E4D7CD;
}
@media (max-width: 991px) {
  .breadcrumbs-block .site-breadcrumbs #breadcrumbs span a:hover {
    color: #c5bbb1;
  }
}
@media (max-width: 991px) {
  .breadcrumbs-block .site-breadcrumbs #breadcrumbs span svg {
    filter: brightness(0) saturate(100%) invert(83%) sepia(6%) saturate(444%) hue-rotate(349deg) brightness(91%) contrast(91%);
    height: 11px;
  }
}
.breadcrumbs-block .site-breadcrumbs #breadcrumbs span .breadcrumb_last {
  color: #FFF;
}
@media (max-width: 991px) {
  .breadcrumbs-block .site-breadcrumbs #breadcrumbs span .breadcrumb_last {
    color: #626262;
  }
}
.breadcrumbs-block h1 {
  color: #FFF;
  font-family: "Poppins Bold";
  font-weight: 700;
  font-size: 40px;
  line-height: 1.5;
}
@media (max-width: 991px) {
  .breadcrumbs-block h1 {
    color: #231F20;
    font-family: "Poppins Light";
    font-weight: 300;
    font-size: 22px;
    line-height: 33px;
  }
}

/* About Us Block
--------------------------------------------- */
.about-us-block {
  background: #FFF;
  padding: 100px 0;
}
@media (max-width: 991px) {
  .about-us-block {
    padding: 80px 4px;
  }
}
.about-us-block__item {
  margin: 0 auto;
}
@media (max-width: 991px) {
  .about-us-block__item {
    margin: 0 auto 48px;
  }
}
@media (max-width: 991px) and (max-width: 575px) {
  .about-us-block__item {
    margin: 0 auto 24px;
  }
}
.about-us-block__item:last-child {
  margin: 0 auto;
}
.about-us-block__item:nth-child(even) .about-us-block__row {
  flex-direction: row-reverse;
}
.about-us-block__item:nth-child(even) .image {
  padding: 85px 60px 115px 0px;
}
@media (max-width: 575px) {
  .about-us-block__item:nth-child(even) .image {
    padding: 0;
  }
}
.about-us-block__item:nth-child(even) .image img {
  left: -20px;
  right: auto;
}
@media (max-width: 575px) {
  .about-us-block__item:nth-child(even) .image img {
    left: 0;
    right: 0;
  }
}
.about-us-block__item:nth-child(even) .info {
  justify-content: flex-end;
  align-items: flex-end;
}
.about-us-block__item:nth-child(even) .info .description {
  text-align: right;
}
.about-us-block__item .image {
  width: 100%;
  background: #f9f6f4;
  padding: 80px 0 80px 60px;
  position: relative;
  display: flex;
  max-height: 480px;
  min-height: 480px;
}
@media (max-width: 991px) {
  .about-us-block__item .image {
    padding: 60px 0 60px 40px;
    max-width: 480px;
  }
}
@media (max-width: 991px) and (max-width: 575px) {
  .about-us-block__item .image {
    padding: 0;
    background: #FFF;
    max-height: 280px;
    min-height: 280px;
    max-width: unset;
  }
}
@media (max-width: 991px) and (max-width: 575px) and (max-width: 429px) {
  .about-us-block__item .image {
    max-height: unset;
    min-height: unset;
  }
}
.about-us-block__item .image img {
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
  right: -20px;
}
@media (max-width: 991px) {
  .about-us-block__item .image img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (max-width: 991px) and (max-width: 575px) {
  .about-us-block__item .image img {
    position: relative;
    top: 0;
    right: 0;
    transform: unset;
    object-fit: cover;
  }
}
.about-us-block__item .info {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 28px;
}
@media (max-width: 991px) {
  .about-us-block__item .info {
    max-width: 480px;
  }
}
.about-us-block__item .info p {
  margin-bottom: 24px;
}
.about-us-block__item .info p:last-child {
  margin-bottom: 0;
}
.about-us-block__row {
  align-items: center;
  gap: 56px;
}
@media (max-width: 991px) {
  .about-us-block__row {
    gap: 48px;
  }
}
@media (max-width: 991px) and (max-width: 575px) {
  .about-us-block__row {
    gap: 24px;
  }
}
.about-us-block__col {
  width: calc(50% - 28px);
}
@media (max-width: 991px) {
  .about-us-block__col {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}

/* Contact Block
--------------------------------------------- */
.contact-block {
  background: #FFF;
  padding: 100px 0;
}
@media (max-width: 991px) {
  .contact-block {
    padding: 80px 4px;
  }
}
.contact-block__row {
  align-items: center;
}
.contact-block__col {
  position: relative;
}
@media (max-width: 1399px) {
  .contact-block__col {
    display: flex;
    justify-content: flex-end;
  }
}
.contact-block__collage {
  background: #f9f6f4;
  width: 100%;
  max-width: 380px;
  height: 696px;
}
@media (max-width: 991px) {
  .contact-block__collage {
    display: none;
  }
}
.contact-block__collage::before {
  content: "";
  display: block;
  border: 1.5px solid #E4D7CD;
  position: absolute;
  top: -40px;
  left: -25px;
  width: 385px;
  height: 385px;
}
@media (max-width: 1399px) {
  .contact-block__collage::before {
    left: auto;
    right: 25px;
  }
}
.contact-block__collage::after {
  content: "";
  display: block;
  border: 1.5px solid #E4D7CD;
  position: absolute;
  top: 480px;
  left: -25px;
  width: 264px;
  height: 264px;
}
@media (max-width: 1399px) {
  .contact-block__collage::after {
    left: auto;
    right: 25px;
  }
}
.contact-block__collage img {
  display: block;
  position: absolute;
  z-index: 1;
  object-fit: cover;
}
.contact-block__collage img:first-child {
  top: 100px;
  left: -55px;
  width: 420px;
  height: 280px;
}
@media (max-width: 1399px) {
  .contact-block__collage img:first-child {
    left: 55px;
  }
}
.contact-block__collage img:last-child {
  top: 318px;
  left: 117px;
  width: 343px;
  height: 343px;
}
@media (max-width: 1199px) {
  .contact-block__collage img:last-child {
    left: auto;
    right: 20px;
  }
}
.contact-block h1 {
  text-align: center;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .contact-block h1 {
    margin-bottom: 48px;
  }
}
.contact-block__form form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 991px) {
  .contact-block__form form {
    gap: 32px;
  }
}
.contact-block__form form .form-group label {
  display: block;
  color: #626262;
  font-family: "Poppins Regular";
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  width: 100%;
  margin-bottom: 8px;
}
@media (max-width: 991px) {
  .contact-block__form form .form-group label {
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 16px;
  }
}
.contact-block__form form .form-group input {
  width: 100%;
}
@media (max-width: 991px) {
  .contact-block__form form .form-group input[type=text], .contact-block__form form .form-group input[type=email] {
    padding: 16px 20px;
    font-size: 18px;
    line-height: 27px;
  }
}
@media (max-width: 991px) {
  .contact-block__form form .form-group textarea {
    padding: 16px 20px;
    font-size: 18px;
    line-height: 27px;
  }
}
.contact-block__form form .form-group .wpcf7-not-valid-tip {
  color: #fc4949;
  margin: 8px 0 0;
}
.contact-block__form form .form-group .wpcf7-spinner {
  margin: 16px 0 0;
}
.contact-block__form form.invalid .wpcf7-response-output {
  background: #fc4949;
  border: 0;
  padding: 12px 16px;
  color: #FFF;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.07em;
  margin: 0;
}
.contact-block__form form.sent .wpcf7-response-output {
  background: #20b478;
  border: 0;
  padding: 12px 16px;
  color: #FFF;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.07em;
  margin: 0;
}

/* Blog Page
--------------------------------------------- */
.blog-page {
  background: #FFF;
  padding: 80px 0;
}
@media (max-width: 991px) {
  .blog-page {
    padding: 64px 4px;
  }
}

/* Blog Filters
--------------------------------------------- */
.blog-filters {
  margin-bottom: 64px;
}
.blog-filters__border {
  border-bottom: 1px solid #E4D7CD;
}
@media (max-width: 991px) {
  .blog-filters .blog-categories .categories-wrapper {
    position: relative;
    cursor: pointer;
  }
}
@media (max-width: 991px) {
  .blog-filters .blog-categories .categories-wrapper.active::after {
    transform: translateY(-50%) rotate(180deg);
  }
}
@media (max-width: 991px) {
  .blog-filters .blog-categories .categories-wrapper.active .blog-list {
    opacity: 1;
    pointer-events: auto;
  }
}
@media (max-width: 991px) {
  .blog-filters .blog-categories .categories-wrapper::after {
    font-family: icomoon;
    content: "\e90d";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 28px;
    color: #626262;
    font-size: 18px;
    font-weight: 700;
    transition: 0.3s ease-in-out;
  }
}
.blog-filters .blog-categories .categories-wrapper .tab-placeholder {
  display: none;
}
@media (max-width: 991px) {
  .blog-filters .blog-categories .categories-wrapper .tab-placeholder {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: #f9f6f4;
    padding: 16px 20px;
    line-height: 24px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
  }
}
.blog-filters .blog-categories .categories-wrapper .blog-list {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 991px) {
  .blog-filters .blog-categories .categories-wrapper .blog-list {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 999;
    overflow: scroll;
    background: #FFF;
    transition: 0.3s ease-in-out;
    opacity: 0;
    pointer-events: none;
  }
}
.blog-filters .blog-categories .categories-wrapper .blog-list li {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 991px) {
  .blog-filters .blog-categories .categories-wrapper .blog-list li {
    display: block;
    border-bottom: 1px solid #dadada;
    width: 100%;
    transition: 0.3s ease-in-out;
  }
}
.blog-filters .blog-categories .categories-wrapper .blog-list li.current-menu-item a {
  background: #746558;
  color: #FFF;
}
.blog-filters .blog-categories .categories-wrapper .blog-list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 24px;
  color: #626262;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .blog-filters .blog-categories .categories-wrapper .blog-list li a {
    justify-content: flex-start;
    padding: 12px 24px;
  }
}
.blog-filters .blog-categories .categories-wrapper .blog-list li a:hover {
  background: #746558;
  color: #FFF;
}
@media (max-width: 991px) {
  .blog-filters .blog-categories .categories-wrapper .blog-list li a:hover {
    background: #FFF;
    color: #626262;
  }
}
.blog-filters .blog-search {
  max-width: 280px;
  margin-left: auto;
}
@media (max-width: 991px) {
  .blog-filters .blog-search {
    max-width: 100%;
    margin-top: 20px;
  }
}
.blog-filters .blog-search form {
  position: relative;
}
.blog-filters .blog-search form input[type=text] {
  padding: 16px 24px 16px 0;
  border: 0;
  width: 100%;
}
@media (max-width: 991px) {
  .blog-filters .blog-search form input[type=text] {
    background: #fafafa;
    border-bottom: 1px solid #E4D7CD;
    padding: 16px 48px 16px 24px;
  }
}
.blog-filters .blog-search form input[type=text]::placeholder {
  text-transform: uppercase;
}
.blog-filters .blog-search form button[type=submit] {
  background: none;
  border: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  line-height: 1;
}
@media (max-width: 991px) {
  .blog-filters .blog-search form button[type=submit] {
    right: 24px;
  }
}
.blog-filters .blog-search form button[type=submit] .icon-search {
  color: #231F20;
  font-size: 16px;
}

/* Blog Posts
--------------------------------------------- */
.blog-posts {
  background: #FFF;
}

.blog-post {
  position: relative;
  margin: 0 0 48px;
}
@media (max-width: 991px) {
  .blog-post {
    margin: 0 auto 32px;
    max-width: 400px;
    padding: 0 24px;
  }
}
.blog-post__image img {
  display: block;
  width: 100%;
  max-width: 280px;
  height: 368px;
  object-fit: cover;
}
@media (max-width: 991px) {
  .blog-post__image img {
    max-width: 100%;
  }
}
.blog-post__content {
  display: block;
  background: #f9f6f4;
  padding: 16px 8px;
  position: absolute;
  bottom: 30px;
  right: 0;
  z-index: 1;
  min-height: 166px;
  margin-left: 90px;
}
@media (max-width: 1199px) {
  .blog-post__content {
    margin-left: 40px;
  }
}
@media (max-width: 1199px) and (max-width: 991px) {
  .blog-post__content {
    right: auto;
    margin-left: 50px;
    min-width: 326px;
  }
}
@media (max-width: 1199px) and (max-width: 991px) and (max-width: 429px) {
  .blog-post__content {
    min-width: unset;
  }
}
.blog-post__content:hover .blog-main .blog-info .blog-title {
  color: #746558;
}
@media (max-width: 991px) {
  .blog-post__content:hover .blog-main .blog-info .blog-title {
    color: #231F20;
  }
}
.blog-post__content::before {
  content: "";
  background: inherit;
  position: absolute;
  left: -15px;
  top: 0;
  transform: skewX(-340deg);
  z-index: -1;
  width: 30px;
  height: 50%;
}
.blog-post__content::after {
  content: "";
  background: inherit;
  position: absolute;
  left: -15px;
  top: 50%;
  transform: skewX(340deg);
  z-index: -1;
  width: 30px;
  height: 50%;
}
.blog-post__content .blog-main {
  display: flex;
  gap: 16px;
}
@media (max-width: 575px) {
  .blog-post__content .blog-main {
    gap: 8px;
  }
}
.blog-post__content .blog-main .blog-date {
  min-width: 55px;
  max-width: 55px;
  height: 75px;
  border: 1.5px solid #E4D7CD;
  text-align: center;
}
.blog-post__content .blog-main .blog-date .month {
  display: block;
  border-bottom: 1.5px solid #E4D7CD;
  padding: 4px;
  color: #E4D7CD;
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.07em;
  text-align: center;
  text-transform: uppercase;
}
.blog-post__content .blog-main .blog-date .day {
  color: #E4D7CD;
  font-family: "Poppins Regular";
  font-weight: 400;
  font-size: 30px;
  line-height: 45px;
  text-align: center;
  text-transform: uppercase;
}
.blog-post__content .blog-main .blog-info {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  gap: 4px;
}
.blog-post__content .blog-main .blog-info .category {
  display: block;
  color: #626262;
  font-family: "Poppins Regular";
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}
.blog-post__content .blog-main .blog-info .blog-title {
  color: #231F20;
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  transition: 0.3s ease-in-out;
}

/* Single Post
--------------------------------------------- */
.post-single {
  background: #FFF;
  padding: 0 0 80px;
}
@media (max-width: 991px) {
  .post-single {
    padding: 0 4px 64px;
  }
}
.post-single .blog-intro {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-bottom: 32px;
}
@media (max-width: 991px) {
  .post-single .blog-intro {
    gap: 16px;
    margin-bottom: 16px;
  }
}
.post-single .blog-intro .featured-image img {
  width: 100%;
  vertical-align: bottom;
}
.post-single .blog-intro .info {
  display: flex;
  align-items: center;
  gap: 32px;
}
@media (max-width: 991px) {
  .post-single .blog-intro .info {
    gap: 16px;
  }
}
.post-single .blog-intro .info span {
  color: #231F20;
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}
.post-single .blog-intro .info span strong {
  color: #626262;
}
.post-single .post-title {
  background: #f9f6f4;
  padding: 12px;
  text-align: center;
  margin-bottom: 32px;
}
.post-single .post-content p {
  margin-bottom: 32px;
}
.post-single .post-content p:last-child {
  margin-bottom: 0;
}
.post-single .post-content p a {
  color: #746558;
  text-decoration: underline;
  word-break: break-word;
}
.post-single .post-content p a:hover {
  color: #626262;
}
@media (max-width: 991px) {
  .post-single .post-content p a:hover {
    color: #746558;
  }
}
.post-single .post-content ul {
  list-style-type: disc;
  padding-left: 32px;
  margin: 0 0 32px;
}
.post-single .post-content ul li {
  color: #626262;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.05em;
}
.post-single .post-content .wp-block-embed {
  width: 100%;
}
.post-single .post-content .wp-block-embed__wrapper {
  height: 0;
  margin: auto;
  z-index: 1;
  position: relative;
  padding-top: 25px;
  padding-bottom: 56.25%;
  display: block;
  overflow: hidden;
}
.post-single .post-content .wp-block-embed__wrapper iframe {
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  position: absolute;
}
.post-single .post-content .wp-block-gallery {
  margin-bottom: 32px;
}
.post-single .post-content ol {
  padding-left: 24px;
  margin: 0 0 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.post-single .post-content ol li {
  color: #626262;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.05em;
}

.mentioned-products {
  background: #f9f9f9;
  padding: 80px 0;
}
@media (max-width: 991px) {
  .mentioned-products {
    padding: 64px 4px;
  }
}
.mentioned-products .sections-header h2 {
  background: #f9f9f9;
}
.mentioned-products__items .slick-list {
  margin: 0 -8px;
}
.mentioned-products__items .slick-slide {
  margin: 0 8px;
}

.related-posts {
  background: #FFF;
  padding: 80px 0;
}
@media (max-width: 991px) {
  .related-posts {
    padding: 64px 4px;
  }
}
.related-posts .no-related-posts {
  text-align: center;
}

.post-comments {
  background: #FFF;
  padding: 0 0 80px;
}
@media (max-width: 991px) {
  .post-comments {
    padding: 0 4px 64px;
  }
}
.post-comments .comments-area .comment-reply-title {
  font-size: 22px;
  line-height: 33px;
  margin-bottom: 48px;
}
.post-comments .comments-area .comment-form .logged-in-as,
.post-comments .comments-area .comment-form .comment-notes {
  display: none;
}
.post-comments .comments-area .comment-form .comment-form-comment,
.post-comments .comments-area .comment-form .comment-form-author,
.post-comments .comments-area .comment-form .comment-form-email,
.post-comments .comments-area .comment-form .comment-form-url {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 16px;
}
.post-comments .comments-area .comment-form .comment-form-cookies-consent {
  display: flex;
  align-items: baseline;
  gap: 12px;
}
.post-comments .comments-area .comment-form .form-submit {
  display: flex;
  justify-content: center;
  margin: 32px 0 0;
}
.post-comments .comments-area .comment-form .form-submit input {
  min-width: 400px;
}
@media (max-width: 575px) {
  .post-comments .comments-area .comment-form .form-submit input {
    min-width: unset;
    width: 100%;
  }
}

/* No Posts
--------------------------------------------- */
.no-posts {
  background: #FFF;
  padding: 0 0 80px;
  display: flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .no-posts {
    padding: 0 0 64px;
  }
}
.no-posts__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 596px;
}
@media (max-width: 767px) {
  .no-posts__content {
    max-width: unset;
  }
}
.no-posts__content .subtitle {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.no-posts__content h3 {
  margin-bottom: 24px;
}
.no-posts__content .description p {
  margin-bottom: 32px;
  text-align: center;
}
.no-posts__content .button .btn {
  display: block;
  width: fit-content;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.07em;
}
@media (max-width: 991px) {
  .no-posts__content .button .btn {
    width: 100%;
  }
}

/* 404 Page
--------------------------------------------- */
.page-404 {
  background: #FFF;
  padding: 120px 0;
}
@media (max-width: 991px) {
  .page-404 {
    padding: 80px 4px;
  }
}
.page-404__col {
  display: flex;
  justify-content: center;
}
.page-404__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 596px;
}
@media (max-width: 767px) {
  .page-404__content {
    max-width: unset;
  }
}
.page-404__content .subtitle {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.page-404__content h3 {
  margin-bottom: 24px;
}
.page-404__content .description p {
  margin-bottom: 32px;
  text-align: center;
}
.page-404__content .button .btn {
  display: block;
  width: fit-content;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.07em;
}
@media (max-width: 991px) {
  .page-404__content .button .btn {
    width: 100%;
  }
}

/* Sections Header
--------------------------------------------- */
.sections-header {
  position: relative;
  margin-bottom: 48px;
}
.sections-header--right {
  text-align: right;
}
.sections-header--right h2 {
  padding-left: 16px;
  padding-right: 0 !important;
}
.sections-header--right h2 i {
  left: -9px;
  right: auto !important;
}
.sections-header--right h2 i::before {
  transform: skewX(-320deg) !important;
}
.sections-header--right h2 i::after {
  transform: skewX(320deg) !important;
}
.sections-header--cart {
  margin: 32px 0 24px;
}
.sections-header::before {
  content: "";
  background: #ece4df;
  position: absolute;
  bottom: 6px;
  left: 0;
  width: 100%;
  height: 2px;
}
@media (max-width: 991px) {
  .sections-header::before {
    display: none;
  }
}
.sections-header h2,
.sections-header h1 {
  display: inline-block;
  background: #FFF;
  padding-right: 16px;
  position: relative;
}
.sections-header h2 strong,
.sections-header h1 strong {
  position: relative;
  z-index: 2;
}
.sections-header h2 strong::after,
.sections-header h1 strong::after {
  content: "";
  background: #ece4df;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 11px;
}
.sections-header h2 strong i,
.sections-header h1 strong i {
  display: inline-block;
  position: absolute;
  bottom: 0px;
  right: -3px;
  width: 11px;
  height: 11px;
}
.sections-header h2 strong i::before,
.sections-header h1 strong i::before {
  content: "";
  background: #ece4df;
  position: absolute;
  right: 0;
  top: 0;
  transform: skewX(-40deg);
  z-index: -1;
  width: 5.5px;
  height: 50%;
}
.sections-header h2 strong i::after,
.sections-header h1 strong i::after {
  content: "";
  background: #ece4df;
  position: absolute;
  right: 0;
  top: 45%;
  transform: skewX(40deg);
  z-index: -1;
  width: 5.5px;
  height: 50%;
}

/* Form Page Template
--------------------------------------------- */
.page-form {
  padding: 0 4px 80px;
}
@media (max-width: 991px) {
  .page-form {
    padding: 0 4px 64px;
  }
}
.page-form__title {
  margin-bottom: 30px;
}
.page-form__title h1 {
  text-align: center;
}
.page-form__form form .form-group {
  display: flex;
  gap: 16px;
}
@media (max-width: 991px) {
  .page-form__form form .form-group {
    flex-direction: column;
    gap: 0;
  }
}
.page-form__form form .form-group .form-item {
  width: calc(50% - 8px);
}
@media (max-width: 991px) {
  .page-form__form form .form-group .form-item {
    width: 100%;
  }
}
.page-form__form form .form-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 16px;
}
.page-form__form form .form-item label {
  display: block;
  color: #626262;
  font-family: "Poppins Regular";
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  width: 100%;
}
@media (max-width: 991px) {
  .page-form__form form .form-item label {
    font-size: 18px;
    line-height: 27px;
  }
}
.page-form__form form .form-item input {
  width: 100%;
}
@media (max-width: 991px) {
  .page-form__form form .form-item input[type=text], .page-form__form form .form-item input[type=email] {
    padding: 16px 20px;
    font-size: 18px;
    line-height: 27px;
  }
}
@media (max-width: 991px) {
  .page-form__form form .form-item textarea {
    padding: 16px 20px;
    font-size: 18px;
    line-height: 27px;
  }
}
.page-form__form form .form-item .wpcf7-not-valid-tip {
  color: #fc4949;
  margin: 8px 0 0;
}
.page-form__form form .form-submit {
  display: flex;
  justify-content: center;
  position: relative;
  margin: 32px 0 0;
}
.page-form__form form .form-submit .wpcf7-spinner {
  position: absolute;
  bottom: -40px;
  margin: 0;
}
.page-form__form form .form-submit input {
  min-width: 400px;
}
@media (max-width: 575px) {
  .page-form__form form .form-submit input {
    min-width: unset;
    width: 100%;
  }
}
.page-form__form form.invalid .wpcf7-response-output {
  background: #fc4949;
  border: 0;
  padding: 12px 16px;
  color: #FFF;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.07em;
  margin: 16px 0 0;
}
.page-form__form form.sent .wpcf7-response-output {
  background: #20b478;
  border: 0;
  padding: 12px 16px;
  color: #FFF;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.07em;
  margin: 16px 0 0;
}

/* Hero Slider Block
--------------------------------------------- */
.hero-slider {
  display: block;
  position: relative;
  height: 80vh;
}
@media (max-width: 991px) {
  .hero-slider {
    display: none;
  }
}
@media (min-width: 1900px) {
  .hero-slider {
    height: 65vh;
  }
}
.hero-slider__slide {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  height: 80vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #FFF;
}
@media (min-width: 1900px) {
  .hero-slider__slide {
    height: 65vh;
  }
}

.hero-slider-mobile {
  display: none;
}
@media (max-width: 991px) {
  .hero-slider-mobile {
    display: block;
    position: relative;
    height: 50vh;
  }
}
.hero-slider-mobile__slide {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  height: 50vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #FFF;
}

/* Personalized Block
--------------------------------------------- */
.personalized-block {
  background: #FFF;
  padding: 80px 0;
}
@media (max-width: 991px) {
  .personalized-block {
    padding: 64px 4px;
  }
}
.personalized-block__items {
  display: flex;
  gap: 32px;
}
@media (max-width: 991px) {
  .personalized-block__items {
    flex-wrap: wrap;
    gap: 16px;
  }
}
.personalized-block__items .item {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 16px;
  width: calc(25% - 16px);
}
@media (max-width: 991px) {
  .personalized-block__items .item {
    gap: 8px;
    width: calc(50% - 8px);
  }
}
.personalized-block__items .item__title {
  text-align: right;
}

/* Popular Block
--------------------------------------------- */
.popular-block {
  background: #f9f9f9;
  padding: 80px 0;
}
@media (max-width: 991px) {
  .popular-block {
    padding: 64px 4px;
  }
}
.popular-block .sections-header h2 {
  background: #f9f9f9;
}
.popular-block .sections-header h2 strong i::after {
  top: 50%;
}
.popular-block__items .slick-list {
  margin: 0 -8px;
}
.popular-block__items .slick-slide {
  margin: 0 8px;
}

/* Blog Block
--------------------------------------------- */
.blog-block {
  background: #f9f9f9;
  padding: 80px 0;
}
@media (max-width: 991px) {
  .blog-block {
    padding: 64px 4px;
  }
}
.blog-block .sections-header h2 {
  background: #f9f9f9;
}
.blog-block .sections-header h2 strong i::after {
  top: 50%;
  height: 5px;
}
.blog-block__button {
  display: flex;
  justify-content: center;
  margin: 32px 0 0;
}
.blog-block__button .btn {
  min-width: 220px;
}
@media (max-width: 575px) {
  .blog-block__button .btn {
    min-width: unset;
  }
}

/* Video Block
--------------------------------------------- */
.video-block {
  background: #FFF;
  padding: 80px 0;
}
@media (max-width: 991px) {
  .video-block {
    padding: 64px 4px;
  }
}
.video-block__row {
  align-items: center;
}
.video-block__left {
  padding: 0;
}
@media (max-width: 991px) {
  .video-block__left {
    padding: 0 12px;
  }
}
@media (max-width: 991px) {
  .video-block__holder {
    margin-bottom: 32px;
  }
}
.video-block__holder video {
  width: 100%;
  vertical-align: bottom;
}
.video-block__cards {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-left: 80px;
}
@media (max-width: 1199px) {
  .video-block__cards {
    padding-left: 0;
  }
}
.video-block__cards .card {
  background: #ece4df;
  padding: 24px;
  max-width: 470px;
}
@media (max-width: 991px) {
  .video-block__cards .card {
    max-width: unset;
    width: 100%;
  }
}
.video-block__cards .card h3 {
  color: #746558;
  margin-bottom: 4px;
}
@media (max-width: 991px) {
  .video-block__cards .card h3 {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .video-block__cards .card p {
    text-align: center;
  }
}
.video-block__cards .card .btn {
  display: flex;
  justify-content: center;
  min-width: 220px;
  width: fit-content;
  margin: 16px 0 0;
}
@media (max-width: 991px) {
  .video-block__cards .card .btn {
    margin: 16px auto 0;
  }
}
@media (max-width: 991px) and (max-width: 575px) {
  .video-block__cards .card .btn {
    min-width: unset;
    width: 100%;
  }
}

/* Benefits Block
--------------------------------------------- */
.benefits-block {
  background: #f9f9f9;
  padding: 80px 0;
}
@media (max-width: 991px) {
  .benefits-block {
    padding: 64px 4px;
  }
}
.benefits-block__items {
  display: flex;
  gap: 24px;
}
.benefits-block__items .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc(33.33% - 12px);
}
.benefits-block__items .item__image {
  border: 1px solid #E4D7CD;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 92px;
  height: 92px;
  margin: 0 0 24px;
}
@media (max-width: 767px) {
  .benefits-block__items .item__image {
    margin: 0 auto 24px;
  }
}
.benefits-block__items .item h3 {
  text-align: center;
  margin-bottom: 8px;
}
.benefits-block__items .item p {
  color: #231F20;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
}

/* Slick Slider
--------------------------------------------- */
.slick-slider .slick-dots {
  bottom: -55px;
  left: 50%;
  transform: translateX(-50%);
}
.slick-slider .slick-dots li {
  width: 24px;
  height: 24px;
  margin: 0 4px;
}
.slick-slider .slick-dots li:hover button {
  color: #626262;
}
@media (max-width: 991px) {
  .slick-slider .slick-dots li:hover button {
    color: #c5bbb1;
  }
}
.slick-slider .slick-dots li:hover button::before {
  color: #626262;
}
@media (max-width: 991px) {
  .slick-slider .slick-dots li:hover button::before {
    color: #c5bbb1;
  }
}
.slick-slider .slick-dots li.slick-active button {
  color: #626262;
}
.slick-slider .slick-dots li.slick-active button::before {
  color: #626262;
  opacity: 1;
}
.slick-slider .slick-dots li button {
  background: none;
  padding: 0;
  width: 24px;
  height: 24px;
  color: #c5bbb1;
  font-family: icomoon;
  transition: 0.3s ease-in-out;
}
.slick-slider .slick-dots li button:hover {
  outline: none;
  color: #626262;
}
@media (max-width: 991px) {
  .slick-slider .slick-dots li button:hover {
    color: #c5bbb1;
  }
}
.slick-slider .slick-dots li button:hover::before {
  color: #626262;
}
@media (max-width: 991px) {
  .slick-slider .slick-dots li button:hover::before {
    color: #c5bbb1;
  }
}
.slick-slider .slick-dots li button::before {
  content: "\e90c";
  color: #c5bbb1;
  font-family: icomoon;
  font-size: 24px;
  opacity: 1;
  transition: 0.3s ease-in-out;
}

/* Latest Block
--------------------------------------------- */
.latest-block {
  background: #f9f9f9;
  padding: 80px 0;
}
@media (max-width: 991px) {
  .latest-block {
    padding: 64px 4px;
  }
}
.latest-block .sections-header h2 {
  background: #f9f9f9;
}
.latest-block__items .slick-list {
  margin: 0 -8px;
}
.latest-block__items .slick-slide {
  margin: 0 8px;
}

/* Joy Block
--------------------------------------------- */
.joy-block {
  background: #FFF;
}
@media (max-width: 991px) {
  .joy-block {
    padding: 64px 4px;
  }
}
.joy-block__row {
  align-items: center;
}
.joy-block__col-1 {
  display: flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .joy-block__col-1 {
    order: 2;
  }
}
.joy-block__info {
  max-width: 400px;
}
.joy-block__info h3 {
  text-align: center;
  margin-bottom: 24px;
}
.joy-block__info .description p {
  margin-bottom: 16px;
}
.joy-block__info .description p:last-child {
  margin-bottom: 0;
}
.joy-block__info .button {
  display: flex;
  justify-content: center;
}
.joy-block__info .button .btn {
  margin: 32px 0 0;
}
@media (max-width: 991px) {
  .joy-block__info .button .btn {
    margin: 24px auto 0;
  }
}
@media (max-width: 991px) and (max-width: 575px) {
  .joy-block__info .button .btn {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .joy-block__col-2 {
    order: 1;
  }
}
@media (max-width: 991px) {
  .joy-block__image {
    margin-bottom: 32px;
  }
}
.joy-block__image img {
  vertical-align: bottom;
}

/* Testimonials Block
--------------------------------------------- */
.testimonials-block {
  background: #f9f9f9;
  padding: 80px 0;
}
@media (max-width: 991px) {
  .testimonials-block {
    padding: 64px 4px;
  }
}
.testimonials-block .sections-header h2 {
  background: #f9f9f9;
}
.testimonials-block .sections-header h2 strong i::after {
  top: 50%;
  height: 5px;
}
.testimonials-block__items .slick-list {
  margin: 0 -16px;
}
.testimonials-block__items .slick-slide {
  margin: 0 16px;
}
.testimonials-block__items .item {
  background: #FFF;
  max-width: 570px;
  width: 100%;
  padding: 40px 30px 40px 80px;
  position: relative;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .testimonials-block__items .item {
    padding: 40px 30px;
    text-align: center;
  }
}
.testimonials-block__items .item::before {
  position: absolute;
  content: url("./assets/icons/quotation-mark.svg");
  left: 30px;
  top: 40px;
  width: 22px;
  height: 22px;
  filter: brightness(0) saturate(100%) invert(54%) sepia(9%) saturate(340%) hue-rotate(341deg) brightness(93%) contrast(85%);
}
@media (max-width: 991px) {
  .testimonials-block__items .item::before {
    display: none;
  }
}
.testimonials-block__items .item p {
  color: #231F20;
  font-family: "Poppins LightItalic";
  font-style: italic;
  line-height: 24px;
}
.testimonials-block__items .item .author {
  margin: 24px 0 0;
}
.testimonials-block__items .item .author .author-info {
  display: block;
  color: #231F20;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.05em;
}

/* Instagram Block
--------------------------------------------- */
.instagram-block {
  background: #FFF;
  padding: 80px 0;
}
@media (max-width: 991px) {
  .instagram-block {
    padding: 64px 4px;
  }
}
.instagram-block__items .slick-list {
  margin: 0 -8px;
}
.instagram-block__items .slick-slide {
  margin: 0 8px;
}
.instagram-block__items .item {
  position: relative;
}
.instagram-block__items .item:hover .overlay {
  opacity: 1;
}
.instagram-block__items .item .overlay {
  background: rgba(66, 48, 36, 0.8);
  padding: 32px;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  opacity: 0;
  text-align: center;
  transition: 0.3s ease-in-out;
}
@media (max-width: 991px) {
  .instagram-block__items .item .overlay {
    display: none;
  }
}
.instagram-block__items .item .overlay .instagram-url {
  display: block;
  color: #FFF;
  font-family: "Poppins Regular";
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}
.instagram-block__items .item .overlay .instagram-icon {
  display: block;
  color: #FFF;
  font-size: 18px;
}

/* Newsletter Block
--------------------------------------------- */
.newsletter-block {
  background: #f1f1f1;
  padding: 80px 0;
}
@media (max-width: 991px) {
  .newsletter-block {
    padding: 64px 4px;
  }
}
.newsletter-block__area {
  text-align: center;
}
.newsletter-block__area h2 {
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .newsletter-block__area h2 {
    margin-bottom: 16px;
  }
}
.newsletter-block__area form {
  margin: 24px 0 0;
}
@media (max-width: 767px) {
  .newsletter-block__area form {
    margin: 32px 0 0;
  }
}
.newsletter-block__area form .form-group {
  display: flex;
  gap: 8px;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .newsletter-block__area form .form-group {
    flex-direction: column;
  }
}
.newsletter-block__area form .form-group input[type=email]::placeholder {
  text-transform: uppercase;
}
.newsletter-block__area form .form-acceptance {
  display: flex;
  align-items: baseline;
  gap: 12px;
  text-align: left;
}
.newsletter-block__area form .form-acceptance label {
  color: #7c7c7c;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #231F20;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #746558;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}
/*# sourceMappingURL=style.css.map */
