@charset "UTF-8";
/*!
Theme Name: pannonia
Theme URI: http://underscores.me/
Author: pannonia
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: pannonia
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.

pannonia 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: 1280px;
}

: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: "Catamaran Thin";
  src: url("./assets/fonts/Catamatan-Thin.woff2") format("woff2"), url("./assets/fonts/Catamatan-Thin.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Catamaran Regular";
  src: url("./assets/fonts/Catamaran-Regular.woff2") format("woff2"), url("./assets/fonts/Catamaran-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Catamaran Medium";
  src: url("./assets/fonts/Catamaran-Medium.woff2") format("woff2"), url("./assets/fonts/Catamaran-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Catamaran SemiBold";
  src: url("./assets/fonts/Catamaran-SemiBold.woff2") format("woff2"), url("./assets/fonts/Catamaran-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Catamaran Bold";
  src: url("./assets/fonts/Catamaran-Bold.woff2") format("woff2"), url("./assets/fonts/Catamaran-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Catamaran ExtraBold";
  src: url("./assets/fonts/Catamaran-ExtraBold.woff2") format("woff2"), url("./assets/fonts/Catamaran-ExtraBold.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-times-circle-solid::before {
  content: "\e91e";
}

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

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

.icon-star::before {
  content: "\e91a";
}

.icon-star-o::before {
  content: "\e91a";
}

.icon-sort::before {
  content: "\e919";
}

.icon-contact1::before {
  content: "\e914";
}

.icon-contact2::before {
  content: "\e915";
}

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

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

.icon-contact5::before {
  content: "\e918";
}

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

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

.icon-angle-right-o::before {
  content: "\e901";
}

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

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

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

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

.icon-envelope::before {
  content: "\e906";
}

.icon-fb::before {
  content: "\e907";
}

.icon-feat1::before {
  content: "\e908";
}

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

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

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

.icon-feat5::before {
  content: "\e90c";
}

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

.icon-map-marker-alt::before {
  content: "\e90e";
}

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

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

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

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

/*--------------------------------------------------------------
# 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: "Catamaran Regular";
}

i {
  font-style: normal;
}

label {
  color: #182D3F;
  font-family: "Catamaran Regular";
  font-weight: 400;
  font-size: 18px;
  line-height: 25.2px;
  letter-spacing: 0.2px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #182D3F;
  font-style: normal;
  letter-spacing: 0.2px;
  clear: both;
}

h1 {
  font-family: "Catamaran ExtraBold";
  font-size: 86px;
  font-weight: 700;
  line-height: 103.2px;
}

h2 {
  font-family: "Catamaran SemiBold";
  font-size: 52px;
  font-weight: 600;
  line-height: 67.6px;
}

h3 {
  font-family: "Catamaran Regular";
  font-size: 34px;
  font-weight: 400;
  line-height: 47.6px;
}

h4 {
  font-family: "Catamaran Regular";
  font-size: 30px;
  font-weight: 400;
  line-height: 47.6px;
}

h5 {
  font-family: "Catamaran Regular";
  font-size: 24px;
  font-weight: 400;
  line-height: 28.8px;
}

h6 {
  font-family: "Catamaran Regular";
  font-size: 18px;
  font-weight: 400;
  line-height: 25.2px;
}

.as-h1 {
  font-family: "Catamaran Regular";
  font-size: 34px;
  font-weight: 400;
  line-height: 47.6px;
}

.as-h2 {
  font-family: "Catamaran Regular";
  font-size: 34px;
  font-weight: 400;
  line-height: 47.6px;
}

.as-h3 {
  font-family: "Catamaran Regular";
  font-size: 24px;
  font-weight: 400;
  line-height: 28.8px;
}

.as-h5 {
  font-family: "Catamaran Regular";
  font-size: 18px;
  font-weight: 400;
  line-height: 25.2px;
}

.as-h6 {
  font-family: "Catamaran Regular";
  font-size: 16px;
  font-weight: 400;
  line-height: 22.6px;
}

p {
  color: #182D3F;
  font-family: "Catamaran Regular";
  font-weight: 300;
  font-size: 16px;
  line-height: 28.6px;
  letter-spacing: 0.5px;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #182D3F;
  font-family: "Catamaran Regular";
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: "Catamaran Regular";
}

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

mark,
ins {
  background: #182D3F;
  text-decoration: none;
}

big {
  font-size: 125%;
}

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

/* Elements
--------------------------------------------- */
body {
  background: #F3F7F8;
  color: #182D3F;
  font-family: "Catamaran Regular";
  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;
}
body.logged-in .header {
  margin: 32px 0 0;
}
body #page {
  padding: 170px 0 0;
}
@media (max-width: 991px) {
  body #page {
    padding: 123px 0 0;
  }
}
@media (max-width: 991px) and (max-width: 450px) {
  body #page {
    padding: 136px 0 0;
  }
}
@media (max-width: 991px) {
  body #wpadminbar {
    display: none;
  }
}
body section[id], body [id]:target {
  scroll-margin-top: 170px;
}
@media (max-width: 991px) {
  body section[id], body [id]:target {
    scroll-margin-top: 123px;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  body section[id], body [id]:target {
    scroll-margin-top: 136px;
  }
}

html {
  scrollbar-color: #182D3F #FFF;
}
html.fixed {
  position: fixed;
  margin-top: 0;
}
html.overflow {
  overflow: hidden;
}

hr {
  background-color: #182D3F;
  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;
}

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: "Catamaran Regular";
  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: #182D3F;
  border: 1px solid #182D3F;
  padding: 16px 40px;
  color: #FFF;
  font-family: "Catamaran Bold";
  font-size: 18px;
  line-height: 25.2px;
  letter-spacing: 0.2px;
  text-align: center;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  background: #04ADBF;
  border: 1px solid #04ADBF;
}
@media (max-width: 991px) {
  button:hover,
  input[type=button]:hover,
  input[type=reset]:hover,
  input[type=submit]:hover {
    background: #182D3F;
    border: 1px solid #182D3F;
  }
}
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 {
  background: #04ADBF;
  border: 1px solid #04ADBF;
  opacity: 0.5;
}

.btn {
  padding: 16px 40px;
  font-family: "Catamaran Bold";
  font-size: 18px;
  line-height: 25.2px;
  letter-spacing: 0.2px;
  text-align: center;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
.btn--primary {
  background: #182D3F;
  border: 1px solid #182D3F;
  color: #FFF;
}
.btn--primary:hover {
  background: #04ADBF;
  border: 1px solid #04ADBF;
}
@media (max-width: 991px) {
  .btn--primary:hover {
    background: #182D3F;
    border: 1px solid #182D3F;
  }
}
.btn--primary:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.btn--primary:disabled:hover {
  background: #04ADBF;
  border: 1px solid #04ADBF;
  opacity: 0.5;
}
.btn--secondary {
  background: #0378A6;
  border: 1px solid #0378A6;
  color: #FFF;
}
.btn--secondary:hover {
  background: #034C8C;
  border: 1px solid #034C8C;
}
@media (max-width: 991px) {
  .btn--secondary:hover {
    background: #0378A6;
    border: 1px solid #0378A6;
  }
}
.btn--secondary:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.btn--secondary:disabled:hover {
  background: #034C8C;
  border: 1px solid #034C8C;
  opacity: 0.5;
}
.btn--tertiary {
  background: #FFF;
  border: 1px solid #FFF;
  color: #182D3F;
}
.btn--tertiary:hover {
  background: #F3F7F8;
  border: 1px solid #F3F7F8;
}
@media (max-width: 991px) {
  .btn--tertiary:hover {
    background: #FFF;
    border: 1px solid #FFF;
  }
}
.btn--tertiary:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.btn--tertiary:disabled:hover {
  background: #F3F7F8;
  border: 1px solid #F3F7F8;
  opacity: 0.5;
}
.btn--nofill {
  border: 1px solid #182D3F;
  background: #FFF;
  color: #182D3F;
}
.btn--nofill:hover {
  border: 1px solid #182D3F;
  background: #182D3F;
  color: #FFF;
}
@media (max-width: 991px) {
  .btn--nofill:hover {
    border: 1px solid #182D3F;
    background: #FFF;
    color: #182D3F;
  }
}
.btn--nofill:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.btn--nofill:disabled:hover {
  border: 1px solid #182D3F;
  background: #182D3F;
  color: #FFF;
  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: none;
  border-bottom: 1px solid #D7AA5E;
  padding: 12px 0;
  color: #182D3F;
  font-family: "Catamaran Regular";
  font-weight: 400;
  font-size: 16px;
  line-height: 28.6px;
  letter-spacing: 0.5px;
  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: #182D3F;
}
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;
  background: #F6F6F7;
}
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: #a5aaac;
  color: #182D3F;
}

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 #034C8C;
  position: relative;
  cursor: pointer;
}
input[type=checkbox]:checked {
  background: #034C8C;
  border: 1px solid #034C8C;
}
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: #034C8C;
}

textarea {
  background: #FFF;
  border: 1px solid #D7AA5E;
  padding: 10px;
  color: #182D3F;
  font-family: "Catamaran Regular";
  font-weight: 400;
  font-size: 16px;
  line-height: 28.6px;
  letter-spacing: 0.5px;
  width: 100%;
  height: 200px;
  resize: none;
}
textarea::placeholder {
  color: #182D3F;
}
textarea:focus {
  outline: none;
  background: #F6F6F7;
}
textarea:focus::placeholder {
  color: transparent;
}

select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  border-bottom: 1px solid #D7AA5E;
  background-color: #FFF;
  padding: 12px 0;
  color: #182D3F;
  font-family: "Catamaran Regular";
  font-weight: 400;
  font-size: 16px;
  line-height: 28.6px;
  letter-spacing: 0.5px;
  cursor: pointer;
  position: relative;
}
select:focus {
  outline: none;
  background-color: #F6F6F7;
}

/*--------------------------------------------------------------
# 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;
}
@media screen and (min-width: 37.5em) {
  .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 {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9997;
  width: 100%;
  height: 170px;
}
@media (max-width: 991px) {
  .header {
    height: 123px;
  }
}
@media (max-width: 991px) and (max-width: 450px) {
  .header {
    height: 136px;
  }
}
.header .header-checkout {
  background: #FFF;
  padding: 38px 0;
}
@media (max-width: 991px) {
  .header .header-checkout {
    padding: 24px 0;
  }
}
@media (max-width: 991px) and (max-width: 450px) {
  .header .header-checkout {
    padding: 31px 0;
  }
}
.header .header-checkout__area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
}
.header .header-checkout__area .account-wrapper {
  position: relative;
  display: inline-block;
}
.header .header-checkout__area .account-wrapper:hover .account-dropdown {
  opacity: 1;
  visibility: visible;
}
.header .header-checkout__area .account-wrapper .account-dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 999;
  background: #FFF;
  border: 1px solid #182D3F;
  padding: 8px 12px;
  min-width: 120px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.header .header-checkout__area .account-wrapper .account-dropdown a {
  display: block;
  padding: 8px 0;
  color: #182D3F;
  font-family: "Catamaran Regular";
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}
.header .header-checkout__area .account-wrapper .account-dropdown a:hover {
  color: #D7AA5E;
}
@media (max-width: 991px) {
  .header .header-checkout__area .account-wrapper .account-dropdown a:hover {
    color: #182D3F;
  }
}
@media (max-width: 991px) {
  .header .header-checkout .header__logo img {
    width: 135px;
  }
}
.header .header-topbar {
  background: #182D3F;
  padding: 14px 0;
}
@media (max-width: 991px) {
  .header .header-topbar__message {
    padding: 0 3px;
  }
}
.header .header-topbar__message p {
  color: #FFF;
  font-size: 14px;
  line-height: 15.4px;
  letter-spacing: 0.2px;
  text-align: center;
}
@media (max-width: 991px) {
  .header .header-topbar__message p {
    font-size: 12px;
    line-height: 13.2px;
    letter-spacing: 0.1px;
  }
}
.header .header-mainbar {
  background: #FFF;
  padding: 16px 0;
}
@media (max-width: 991px) {
  .header .header-mainbar {
    padding: 12px 0;
  }
}
@media (max-width: 991px) {
  .header__row {
    display: flex;
    align-items: center;
    padding: 0 3px;
  }
}
.header .left-side {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.header .left-side__top {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 991px) {
  .header .left-side__top {
    display: none;
  }
}
.header .left-side__top .socials ul {
  display: flex;
  align-items: center;
  gap: 20px;
}
.header .left-side__top .socials ul li a {
  color: #182D3F;
  font-size: 20px;
}
.header .left-side__top .socials ul li a:hover {
  color: #034C8C;
}
.header .left-side__top .socials ul li.separator {
  background: #D7AA5E;
  width: 1px;
  height: 16px;
}
.header .left-side__top .separator {
  background: #D7AA5E;
  width: 1px;
  height: 16px;
}
.header .left-side__top .language-bar select {
  background-image: url("./assets/icons/arrow-down.svg");
  background-repeat: no-repeat;
  background-position: center right;
  border-bottom: 0;
  padding: 0 16px 0 0;
  font-size: 18px;
  line-height: 25.2px;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  position: relative;
  /* &.open {
      background-image: url('./assets/icons/arrow-up.svg');
      background-position: calc(100% - 0px) 40%;
  } */
}
.header .left-side__top .language-bar select:focus {
  background-color: #FFF;
}
.header .left-side__mobile {
  display: none;
}
@media (max-width: 991px) {
  .header .left-side__mobile {
    display: flex;
    align-items: center;
    gap: 20px;
  }
}
.header .left-side__mobile .account-wrapper-mobile {
  position: relative;
  display: inline-block;
}
.header .left-side__mobile .account-wrapper-mobile .account-dropdown-mobile {
  display: none;
  position: absolute;
  top: 120%;
  left: 0;
  z-index: 999;
  background: #FFF;
  border: 1px solid #182D3F;
  padding: 8px 12px;
  min-width: 140px;
}
.header .left-side__mobile .account-wrapper-mobile .account-dropdown-mobile a {
  display: block;
  padding: 8px 0;
  color: #182D3F;
  font-family: "Catamaran Regular";
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}
.header .left-side__mobile .separator {
  background: #D7AA5E;
  width: 1px;
  height: 16px;
}
@media (max-width: 991px) {
  .header .left-side__bottom {
    display: none;
  }
}
.header__logo {
  text-align: center;
}
@media (max-width: 991px) {
  .header__logo img {
    width: 100px;
  }
}
.header__menu {
  display: flex;
  gap: 48px;
}
.header__menu li {
  display: inline-block;
  position: relative;
}
.header__menu li.current_page_item a {
  color: #034C8C;
}
.header__menu li.current_page_item ul li a {
  color: #FFF;
}
.header__menu li.dropdown:hover a::after {
  margin-top: -1px;
  transform: translateY(-50%) rotate(180deg);
}
.header__menu li.dropdown:hover::after {
  opacity: 1;
}
.header__menu li.dropdown:hover ul {
  opacity: 1;
  pointer-events: auto;
}
.header__menu li.dropdown::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  height: 80px;
}
.header__menu li.dropdown::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  border: 0 solid transparent;
  border-right-width: 7px;
  border-left-width: 7px;
  border-bottom: 7px solid #182D3F;
  opacity: 0;
}
.header__menu li.dropdown a::after {
  content: "\e900";
  position: absolute;
  top: 50%;
  right: -10px;
  transform: translateY(-50%);
  color: #182D3F;
  font-family: icomoon;
  font-size: 14px;
  font-weight: 700;
  transition: 0.3s ease-in-out;
}
.header__menu li a {
  color: #182D3F;
  font-family: "Catamaran Regular";
  font-size: 18px;
  line-height: 25.2px;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
}
.header__menu li a:hover {
  color: #034C8C;
}
.header__menu li ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: calc(100% + 16px);
  left: 0;
  min-width: 297px;
  overflow: auto;
  background: #182D3F;
  padding: 24px;
}
@media (max-width: 1199px) {
  .header__menu li ul {
    min-width: 220px;
  }
}
.header__menu li ul li.current_page_item a {
  color: #D7AA5E;
}
.header__menu li ul li a {
  color: #FFF;
  text-transform: none;
}
.header__menu li ul li a:hover {
  color: #D7AA5E;
}
.header__menu li ul li a::after {
  display: none;
}
.header .account-btn, .header .cart-btn {
  color: #182D3F;
  font-size: 20px;
}
.header .account-btn:hover, .header .cart-btn:hover {
  color: #034C8C;
}
@media (max-width: 991px) {
  .header .account-btn:hover, .header .cart-btn:hover {
    color: #182D3F;
  }
}
.header .cart-btn {
  position: relative;
}
.header .cart-btn .count {
  position: absolute;
  top: -2px;
  right: -4px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 14px;
  height: 14px;
  background: #FF0000;
  border-radius: 50%;
  color: #FFF;
  font-family: "Catamaran Regular";
  font-weight: 400;
  font-size: 12px;
  line-height: 28.6px;
  letter-spacing: 0.5px;
  margin: 0;
  padding: 0;
}
.header .right-side {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.header .right-side__top .options {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
}
.header .right-side__top .options .account-wrapper {
  position: relative;
  display: inline-block;
}
@media (max-width: 991px) {
  .header .right-side__top .options .account-wrapper {
    display: none;
  }
}
.header .right-side__top .options .account-wrapper:hover .account-dropdown {
  opacity: 1;
  visibility: visible;
}
.header .right-side__top .options .account-wrapper .account-dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 999;
  background: #FFF;
  border: 1px solid #182D3F;
  padding: 8px 12px;
  min-width: 120px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.header .right-side__top .options .account-wrapper .account-dropdown a {
  display: block;
  padding: 8px 0;
  color: #182D3F;
  font-family: "Catamaran Regular";
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}
.header .right-side__top .options .account-wrapper .account-dropdown a:hover {
  color: #D7AA5E;
}
@media (max-width: 991px) {
  .header .right-side__top .options .account-wrapper .account-dropdown a:hover {
    color: #182D3F;
  }
}
.header .right-side__top .options .search-area {
  position: relative;
  display: flex;
  align-items: center;
}
.header .right-side__top .options .search-area.active form {
  width: 160px;
  margin-left: 10px;
}
.header .right-side__top .options .search-area.active form input {
  padding-left: 5px;
  padding-right: 30px;
}
.header .right-side__top .options .search-area.active form .close-search {
  display: block;
}
.header .right-side__top .options .search-area .search-btn {
  color: #182D3F;
  font-size: 20px;
}
.header .right-side__top .options .search-area .search-btn:hover {
  color: #034C8C;
}
@media (max-width: 991px) {
  .header .right-side__top .options .search-area .search-btn:hover {
    color: #182D3F;
  }
}
.header .right-side__top .options .search-area form {
  width: 0;
  transition: 0.3s ease-in-out;
}
.header .right-side__top .options .search-area form input {
  width: 100%;
  display: block;
  height: 30px;
  border: 0;
  background: #F6F6F7;
  color: #182D3F;
  font-family: "Catamaran Regular";
  font-weight: 400;
  font-size: 16px;
  line-height: 28.6px;
  letter-spacing: 0.5px;
  margin: 0;
  padding: 0;
}
.header .right-side__top .options .search-area form .close-search {
  display: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}
.header .right-side__top .options .separator {
  background: #D7AA5E;
  width: 1px;
  height: 16px;
}
@media (max-width: 991px) {
  .header .right-side__top .options .separator {
    display: none;
  }
}
@media (max-width: 991px) {
  .header .right-side__top .options .separator--desktop {
    display: none;
  }
}
@media (max-width: 991px) {
  .header .right-side__top .options .account-btn, .header .right-side__top .options .cart-btn {
    display: none;
  }
}
@media (max-width: 991px) {
  .header .right-side__bottom {
    display: none;
  }
}
.header .right-side__bottom .header__menu {
  justify-content: flex-end;
}
.header .right-side .menu-toggle {
  display: none;
}
@media (max-width: 991px) {
  .header .right-side .menu-toggle {
    display: block;
    margin-top: 4px;
    background: none;
    border: 0;
    padding: 0;
    width: 20px;
    height: 20px;
    position: relative;
    transform: rotate(0deg);
    transition: 0.3s ease-in-out;
  }
}
.header .right-side .menu-toggle.open span:nth-child(1) {
  top: 7px;
  width: 0%;
  left: 50%;
}
.header .right-side .menu-toggle.open span:nth-child(2) {
  transform: rotate(45deg);
}
.header .right-side .menu-toggle.open span:nth-child(3) {
  transform: rotate(-45deg);
}
.header .right-side .menu-toggle.open span:nth-child(4) {
  top: 7px;
  width: 0%;
  left: 50%;
}
.header .right-side .menu-toggle span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #182D3F;
  border-radius: 7px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.3s ease-in-out;
}
.header .right-side .menu-toggle span:nth-child(1) {
  top: 0;
}
.header .right-side .menu-toggle span:nth-child(2), .header .right-side .menu-toggle span:nth-child(3) {
  top: 7px;
}
.header .right-side .menu-toggle span:nth-child(4) {
  top: 14px;
}

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

.mobile-menu {
  position: fixed !important;
  right: -550px;
  width: 100%;
  max-width: 550px;
  overflow-y: auto;
  height: calc(100% - 85px);
  z-index: 9998;
  transition: all 0.3s ease-in-out;
  background-color: #182D3F;
  text-align: center;
  top: 85px;
}
@media (max-width: 991px) {
  .mobile-menu {
    max-width: 100%;
    right: -100%;
    top: 110px;
    height: calc(100% - 110px);
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .mobile-menu {
    top: 123px;
    height: calc(100% - 123px);
  }
}
@media (max-width: 991px) and (max-width: 991px) and (max-width: 450px) {
  .mobile-menu {
    top: 136px;
    height: calc(100% - 136px);
  }
}
.mobile-menu.active {
  right: 0;
}
.mobile-menu .options {
  padding: 48px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.mobile-menu .options .socials ul {
  display: flex;
  align-items: center;
  gap: 20px;
}
.mobile-menu .options .socials ul li a {
  color: #FFF;
  font-size: 20px;
}
.mobile-menu .options .socials ul li.separator {
  background: #D7AA5E;
  width: 1px;
  height: 16px;
}
.mobile-menu .options .separator {
  background: #D7AA5E;
  width: 1px;
  height: 16px;
}
.mobile-menu .options .language-bar select {
  background-color: transparent;
  background-image: url("./assets/icons/arrow-down-white.svg");
  background-repeat: no-repeat;
  background-position: center right;
  border-bottom: 0;
  padding: 0 16px 0 0;
  color: #FFF;
  font-size: 18px;
  line-height: 25.2px;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  position: relative;
  /* &.open {
      background-image: url('./assets/icons/arrow-up-white.svg');
      background-position: calc(100% - 0px) 40%;
  } */
}
.mobile-menu .options .language-bar select:focus {
  background-color: transparent;
}
.mobile-menu .options .language-bar select option {
  color: #182D3F;
}
.mobile-menu .menu-list {
  padding: 24px 0 0;
  width: 100%;
  margin-left: 0;
}
.mobile-menu .menu-list li.current_page_item a {
  color: #04ADBF;
}
.mobile-menu .menu-list li.menu-item-has-children > a {
  position: relative;
  padding-right: 16px;
}
.mobile-menu .menu-list li.menu-item-has-children > a.active::after {
  transform: translate(50%, -50%) rotate(180deg);
  margin-top: -3px;
}
.mobile-menu .menu-list li.menu-item-has-children > a::after {
  content: "\e900";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  color: #FFF;
  font-family: icomoon;
  font-size: 12px;
  font-weight: 700;
  transition: 0.3s ease-in-out;
}
.mobile-menu .menu-list li a {
  position: relative;
  display: inline-block;
  color: #FFF;
  font-family: "Catamaran Regular";
  font-size: 18px;
  font-weight: 400;
  line-height: 25.2px;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  padding: 16px 0;
}
.mobile-menu .menu-list li .sub-menu {
  display: none;
}
.mobile-menu .menu-list li .sub-menu li a {
  padding: 8px 0;
}

/* Footer
--------------------------------------------------------- */
.newsletter-block {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 40px 0;
}
@media (max-width: 991px) {
  .newsletter-block {
    padding: 25px 3px 40px;
  }
}
@media (max-width: 991px) {
  .newsletter-block__content {
    margin: 0 0 25px;
  }
}
.newsletter-block__content h3 {
  color: #FFF;
}
.newsletter-block__content p {
  color: #FFF;
}
.newsletter-block__form form {
  display: flex;
  gap: 40px;
}
@media (max-width: 1199px) {
  .newsletter-block__form form {
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }
}
@media (max-width: 1199px) and (max-width: 991px) {
  .newsletter-block__form form {
    gap: 40px;
  }
}
.newsletter-block__form form input {
  background: transparent;
  color: #FFF;
  width: 100%;
}
.newsletter-block__form form input::placeholder {
  color: #FFF;
  opacity: 0.8;
}
.newsletter-block__form form input:focus {
  background: transparent;
}
.newsletter-block__form form button {
  width: 100%;
}
@media (max-width: 991px) {
  .newsletter-block__form form button {
    width: fit-content;
  }
}
@media (max-width: 991px) and (max-width: 575px) {
  .newsletter-block__form form button {
    width: 100%;
  }
}

.footer {
  background: #182D3F;
  padding: 40px 0 20px;
  position: relative;
}
@media (max-width: 991px) {
  .footer {
    padding: 40px 3px 20px;
  }
}
.footer__menu {
  display: flex;
  justify-content: center;
  gap: 32px;
  margin: 0 0 25px;
}
@media (max-width: 991px) {
  .footer__menu {
    flex-direction: column;
    gap: 15px;
  }
}
.footer__menu li.current_page_item a {
  color: #D7AA5E;
}
.footer__menu li a {
  color: #FFF;
  font-size: 18px;
  line-height: 25.2px;
  letter-spacing: 0.2px;
}
.footer__menu li a:hover {
  color: #D7AA5E;
}
@media (max-width: 991px) {
  .footer__menu li a:hover {
    color: #FFF;
  }
}
.footer__bottom {
  border-top: 1px solid #D7AA5E;
  padding: 18px 0 0;
}
@media (max-width: 991px) {
  .footer__bottom {
    padding: 15px 0 0;
  }
}
.footer__copyright p {
  color: #FFF;
  font-size: 18px;
  line-height: 25.2px;
  letter-spacing: 0.2px;
  text-align: center;
}
.footer__copyright p a {
  color: #FFF;
  font-weight: 700;
}
.footer__copyright p a:hover {
  color: #D7AA5E;
}
@media (max-width: 991px) {
  .footer__copyright p a:hover {
    color: #FFF;
  }
}
.footer__cards {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}
@media (max-width: 991px) {
  .footer__cards {
    position: absolute;
    top: 40px;
    right: 15px;
    flex-wrap: wrap;
    gap: 14px;
    row-gap: 20px;
    width: 40%;
  }
}

#back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 99999;
  width: 55px;
  height: 55px;
  border: 1px solid #FFF;
  background: #182D3F;
  padding: 16px;
  line-height: 1;
  color: #FFF;
  display: none;
}
@media (max-width: 991px) {
  #back-to-top {
    bottom: 20px;
    right: 20px;
    width: 45px;
    height: 45px;
    font-size: 14px;
  }
}
#back-to-top:hover {
  background: #034C8C;
}
@media (max-width: 991px) {
  #back-to-top:hover {
    background: #182D3F;
  }
}

.newsletter-modal {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  backface-visibility: hidden;
  transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), visibility 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  min-height: calc(100% - 3.5rem);
}
@media (max-width: 991px) {
  .newsletter-modal {
    right: 0;
    bottom: 0;
  }
}
@media (max-width: 991px) and (max-width: 575px) {
  .newsletter-modal {
    min-height: 100%;
  }
}
.newsletter-modal.show {
  display: flex;
}
.newsletter-modal.active {
  opacity: 1;
  visibility: visible;
  overflow-y: scroll;
}
.newsletter-modal .modal {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  margin: 0 auto;
  background-color: #FFF;
  width: 90%;
  max-width: 625px;
  min-height: 20rem;
  padding: 15px;
  border-radius: 0;
  opacity: 0;
  overflow-y: auto;
  visibility: hidden;
  backface-visibility: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transform: scale(1.2);
  transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1);
}
@media (max-width: 991px) {
  .newsletter-modal .modal {
    top: 60px;
    width: calc(100% - 30px);
    left: 50%;
    transform: translateX(-50%) scale(1.1);
    height: auto;
  }
}
.newsletter-modal .modal.active {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 991px) {
  .newsletter-modal .modal.active {
    transform: translateX(-50%) scale(1);
  }
}
.newsletter-modal .modal.active .newsletter-modal__close {
  transform: translateY(10px);
  opacity: 1;
}
.newsletter-modal__close {
  position: absolute;
  cursor: pointer;
  top: 5px;
  right: 15px;
  opacity: 0;
  backface-visibility: hidden;
  transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  transition-delay: 0.3s;
  background: unset;
  border: unset;
  padding: 0;
}
@media (max-width: 991px) {
  .newsletter-modal__close {
    right: 20px;
    z-index: 1;
  }
}
.newsletter-modal__close:hover {
  background: unset;
  border: unset;
}
.newsletter-modal__close svg {
  width: 16px;
  height: 16px;
}
.newsletter-modal__wrapper {
  max-width: 486px;
  padding: 40px 20px;
  overflow-y: auto;
  height: 100%;
}
@media (max-width: 991px) {
  .newsletter-modal__wrapper {
    padding: 25px 20px 40px;
  }
}
.newsletter-modal__wrapper h3 {
  color: #182D3F;
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 24px;
}
.newsletter-modal__form form .field {
  margin: 0 0 24px;
}
.newsletter-modal__form form .field .wpcf7-not-valid-tip {
  color: #fc4949;
  margin: 4px 0 0;
}
.newsletter-modal__form form .consent {
  margin: 0 0 16px;
}
.newsletter-modal__form form .consent .wpcf7-form-control-wrap .wpcf7-acceptance.wpcf7-not-valid .wpcf7-list-item input[type=checkbox] {
  border: 1px solid #fc4949;
}
.newsletter-modal__form form .consent .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}
.newsletter-modal__form form .consent .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item label {
  display: flex;
  align-items: baseline;
  gap: 16px;
  color: #034C8C;
  font-weight: 300;
  font-size: 16px;
  line-height: 28.6px;
  letter-spacing: 0.5px;
}
.newsletter-modal__form form .consent .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  display: none;
}
.newsletter-modal__form form .message {
  margin: 0 0 40px;
}
.newsletter-modal__form form .message p {
  color: #034C8C;
  text-align: center;
}
.newsletter-modal__form form .message p a {
  color: #04ADBF;
  text-decoration: underline;
}
.newsletter-modal__form form .message p a:hover {
  color: #0378A6;
}
@media (max-width: 991px) {
  .newsletter-modal__form form .message p a:hover {
    color: #04ADBF;
  }
}
.newsletter-modal__form form .submit {
  display: flex;
  justify-content: center;
  position: relative;
}
.newsletter-modal__form form .submit .wpcf7-spinner {
  position: absolute;
  bottom: -30px;
  margin: 0;
}
.newsletter-modal__form form.invalid .wpcf7-response-output, .newsletter-modal__form form.failed .wpcf7-response-output {
  background: #fc4949;
  border: 0;
  padding: 12px 16px;
  color: #FFF;
  font-size: 16px;
  line-height: 28.6px;
  letter-spacing: 0.5px;
  margin: 16px 0 0;
}
.newsletter-modal__form form.sent .wpcf7-response-output {
  background: #20b478;
  border: 0;
  padding: 12px 16px;
  color: #FFF;
  font-size: 16px;
  line-height: 28.6px;
  letter-spacing: 0.5px;
  margin: 16px 0 0;
}

/* Breadcrumbs
--------------------------------------------------------- */
.site-breadcrumbs {
  display: flex;
  justify-content: center;
  text-align: center;
  padding: 0 0 24px;
}
.site-breadcrumbs #breadcrumbs {
  font-family: "Catamaran Regular";
  font-weight: 300;
  font-size: 18px;
  line-height: 25.2px;
  letter-spacing: 0.2px;
}
.site-breadcrumbs #breadcrumbs span {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 6px;
}
.site-breadcrumbs #breadcrumbs span a {
  color: #FFF;
}
.site-breadcrumbs #breadcrumbs span a:hover {
  color: #04ADBF;
  text-decoration: underline;
}
@media (max-width: 991px) {
  .site-breadcrumbs #breadcrumbs span a:hover {
    color: #FFF;
    text-decoration: none;
  }
}
.site-breadcrumbs #breadcrumbs span svg {
  width: 16px;
  height: 16px;
}
.site-breadcrumbs #breadcrumbs span .breadcrumb_last {
  color: #04ADBF;
}

/* 404 Page
--------------------------------------------------------- */
.page-404 {
  background: #FFF;
  padding: 120px 0;
}
@media (max-width: 991px) {
  .page-404 {
    padding: 80px 3px;
  }
}
.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: 25.2px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.page-404__content h3 {
  text-align: center;
  margin-bottom: 24px;
}
.page-404__content .description p {
  margin-bottom: 32px;
  text-align: center;
}
.page-404__content .button .btn {
  display: block;
  width: fit-content;
}
@media (max-width: 991px) {
  .page-404__content .button .btn {
    width: 100%;
  }
}

/* GDPR Page Template
--------------------------------------------------------- */
.page-gdpr .page-content {
  padding: 64px 0;
}
@media (max-width: 991px) {
  .page-gdpr .page-content {
    padding: 64px 3px;
  }
}
.page-gdpr .page-content p {
  text-align: justify;
  margin-bottom: 24px;
}
.page-gdpr .page-content p:last-child {
  margin-bottom: 0;
}
.page-gdpr .page-content p strong {
  font-weight: 700;
}
.page-gdpr .page-content p a {
  color: #04ADBF;
  word-break: break-word;
}
.page-gdpr .page-content p a:hover {
  text-decoration: underline;
  color: #034C8C;
}
@media (max-width: 991px) {
  .page-gdpr .page-content p a:hover {
    text-decoration: none;
    color: #04ADBF;
  }
}
.page-gdpr .page-content h5 {
  margin: 48px 0 24px;
}
.page-gdpr .page-content ul {
  margin: 24px 0;
}
.page-gdpr .page-content ul:last-child {
  margin-bottom: 0;
}
.page-gdpr .page-content ul li {
  padding-left: 24px;
  color: #182D3F;
  font-family: "Catamaran Regular";
  font-weight: 300;
  font-size: 16px;
  line-height: 28.6px;
  letter-spacing: 0.5px;
  text-align: justify;
  position: relative;
}
.page-gdpr .page-content ul li::before {
  content: "•";
  font-size: 18px;
  position: absolute;
  top: 0;
  left: 8px;
}
.page-gdpr .page-content ul li strong {
  font-weight: 700;
}
.page-gdpr .page-content ul li a {
  color: #04ADBF;
  word-break: break-word;
}
.page-gdpr .page-content ul li a:hover {
  text-decoration: underline;
  color: #034C8C;
}
@media (max-width: 991px) {
  .page-gdpr .page-content ul li a:hover {
    text-decoration: none;
    color: #04ADBF;
  }
}
.page-gdpr .page-content ol {
  margin: 24px 0;
  padding-left: 24px;
}
.page-gdpr .page-content ol:last-child {
  margin-bottom: 0;
}
.page-gdpr .page-content ol li {
  color: #182D3F;
  font-family: "Catamaran Regular";
  font-weight: 300;
  font-size: 16px;
  line-height: 28.6px;
  letter-spacing: 0.5px;
  text-align: justify;
  position: relative;
}
.page-gdpr .page-content ol li strong {
  font-weight: 700;
}
.page-gdpr .page-content ol li a {
  color: #04ADBF;
  word-break: break-word;
}
.page-gdpr .page-content ol li a:hover {
  text-decoration: underline;
  color: #034C8C;
}
@media (max-width: 991px) {
  .page-gdpr .page-content ol li a:hover {
    text-decoration: none;
    color: #04ADBF;
  }
}
.page-gdpr .page-content .shipping-country-selector {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0 0 24px;
}
.page-gdpr .page-content .shipping-country-selector select {
  background-image: url("./assets/icons/arrow-down.svg");
  background-repeat: no-repeat;
  background-position: center right 12px;
  border: 1px solid #D7AA5E;
  padding: 12px;
  font-size: 18px;
  line-height: 25.2px;
  letter-spacing: 0.2px;
  position: relative;
  width: 100%;
}
.page-gdpr .page-content .shipping-country-selector select:focus {
  background-color: #FFF;
}
.page-gdpr .page-content .shipping-country-selector select.open {
  background-image: url("./assets/icons/arrow-up.svg");
  background-position: calc(100% - 12px) 46%;
}
.page-gdpr .page-content .shipping-tables .shipping-table {
  margin: 0 0 24px;
}
.page-gdpr .page-content .shipping-tables .shipping-table table {
  width: 100%;
  border-collapse: collapse;
}
.page-gdpr .page-content .shipping-tables .shipping-table table th, .page-gdpr .page-content .shipping-tables .shipping-table table td {
  border: 1px solid #182D3F;
  padding: 8px;
  text-align: center;
}
.page-gdpr .page-content .shipping-tables .shipping-table table th {
  background: #F3F7F8;
}
.page-gdpr .page-content .shipping-tables .shipping-table table td {
  font-family: "Catamaran Regular";
  font-weight: 500;
  font-size: 16px;
  line-height: 17.6px;
  letter-spacing: 0.2px;
}

/* Hero Block
--------------------------------------------------------- */
.hero-block {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 140px 0 190px;
}
@media (max-width: 991px) {
  .hero-block {
    padding: 100px 3px;
  }
}
.hero-block__wrapper {
  border-bottom: 1px solid #FFF;
  padding: 0 0 24px;
}
.hero-block__wrapper h1 {
  color: #FFF;
  text-align: center;
  text-transform: uppercase;
}
.hero-block__metas {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin: 24px 0 0;
}
@media (max-width: 575px) {
  .hero-block__metas {
    gap: 24px;
  }
}
.hero-block__metas span {
  color: #FFF;
  font-family: "Catamaran Regular";
  font-size: 16px;
  line-height: 28.6px;
  letter-spacing: 0.5px;
}
.hero-block__metas span.read-time {
  display: flex;
  align-items: center;
  gap: 6px;
}
.hero-block__metas span.read-time i {
  font-size: 10px;
}

/* About Us Content Block
--------------------------------------------------------- */
.about-us-content-block {
  background: #F3F7F8;
  padding: 65px 0 105px;
}
@media (max-width: 991px) {
  .about-us-content-block {
    padding: 65px 3px 50px;
  }
}
.about-us-content-block__intro h2 {
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 24px;
}
.about-us-content-block__intro .description {
  margin: 0 0 105px;
}
@media (max-width: 991px) {
  .about-us-content-block__intro .description {
    margin: 0 0 65px;
  }
}
.about-us-content-block__intro .description p {
  text-align: center;
  margin: 0 0 30px;
}
@media (max-width: 991px) {
  .about-us-content-block__intro .description p {
    margin: 0 0 65px;
  }
}
.about-us-content-block__intro .description p:last-child {
  margin: 0;
}
.about-us-content-block__intro .description p a {
  text-decoration: underline;
  color: #04ADBF;
}
.about-us-content-block__intro .description p a:hover {
  text-decoration: none;
  color: #034C8C;
}
@media (max-width: 991px) {
  .about-us-content-block__intro .description p a:hover {
    text-decoration: underline;
    color: #04ADBF;
  }
}
.about-us-content-block__meaning .meaning-item {
  display: flex;
  align-items: center;
  margin: 0 0 105px;
}
@media (max-width: 991px) {
  .about-us-content-block__meaning .meaning-item {
    flex-direction: column;
    align-items: flex-start;
    margin: 0 0 65px;
  }
}
.about-us-content-block__meaning .meaning-item:last-child {
  flex-direction: row-reverse;
  margin: 0;
}
@media (max-width: 991px) {
  .about-us-content-block__meaning .meaning-item:last-child {
    flex-direction: column;
  }
}
.about-us-content-block__meaning .meaning-item .meaning-photo {
  width: 50%;
}
@media (max-width: 991px) {
  .about-us-content-block__meaning .meaning-item .meaning-photo {
    width: 100%;
    margin: 0 0 24px;
  }
}
.about-us-content-block__meaning .meaning-item .meaning-photo h3 {
  display: none;
}
@media (max-width: 991px) {
  .about-us-content-block__meaning .meaning-item .meaning-photo h3 {
    display: block;
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 24px;
  }
}
.about-us-content-block__meaning .meaning-item .meaning-photo img {
  display: block;
  margin: 0 auto;
}
.about-us-content-block__meaning .meaning-item .meaning-content {
  width: 50%;
}
@media (max-width: 991px) {
  .about-us-content-block__meaning .meaning-item .meaning-content {
    width: 100%;
  }
}
.about-us-content-block__meaning .meaning-item .meaning-content h3 {
  text-transform: uppercase;
  margin: 0 0 24px;
}
@media (max-width: 991px) {
  .about-us-content-block__meaning .meaning-item .meaning-content h3 {
    display: none;
  }
}
.about-us-content-block__meaning .meaning-item .meaning-content .content p {
  text-align: justify;
}
.about-us-content-block__meaning .meaning-item .meaning-content .content p a {
  text-decoration: underline;
  color: #04ADBF;
}
.about-us-content-block__meaning .meaning-item .meaning-content .content p a:hover {
  text-decoration: none;
  color: #034C8C;
}
@media (max-width: 991px) {
  .about-us-content-block__meaning .meaning-item .meaning-content .content p a:hover {
    text-decoration: underline;
    color: #04ADBF;
  }
}

/* Team Block
--------------------------------------------------------- */
.team-block {
  background: #FFF;
  padding: 70px 0;
}
@media (max-width: 991px) {
  .team-block {
    padding: 50px 3px 65px;
  }
}
.team-block h2 {
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 24px;
}
@media (max-width: 575px) {
  .team-block .image {
    margin: 0 -15px;
  }
}
.team-block .image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  margin: 0 0 40px;
}
.team-block .description p {
  text-align: center;
}

/* Values Block
--------------------------------------------------------- */
.values-block {
  background: #F3F7F8;
  padding: 105px 0 65px;
}
@media (max-width: 991px) {
  .values-block {
    padding: 90px 3px 65px;
  }
}
.values-block__wrapper .intro {
  margin: 0 0 65px;
}
.values-block__wrapper .intro h2 {
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 24px;
}
.values-block__wrapper .intro .description p {
  text-align: center;
}
.values-block__items .value-item {
  display: flex;
  align-items: center;
  gap: 30px;
  margin: 0 0 65px;
}
@media (max-width: 991px) {
  .values-block__items .value-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
}
@media (max-width: 991px) and (max-width: 575px) {
  .values-block__items .value-item {
    margin: 0 -15px 65px;
  }
}
@media (max-width: 991px) {
  .values-block__items .value-item:first-child {
    flex-direction: column-reverse;
  }
}
.values-block__items .value-item:nth-child(2) {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .values-block__items .value-item:nth-child(2) {
    flex-direction: column-reverse;
  }
}
.values-block__items .value-item:last-child {
  margin: 0;
}
@media (max-width: 991px) {
  .values-block__items .value-item:last-child {
    flex-direction: column-reverse;
  }
}
@media (max-width: 991px) and (max-width: 575px) {
  .values-block__items .value-item:last-child {
    margin: 0 -15px;
  }
}
.values-block__items .value-item:last-child .value-info p {
  margin: 0 0 20px;
}
.values-block__items .value-item:last-child .value-info p:last-child {
  margin: 0;
}
.values-block__items .value-item .value-info {
  width: 50%;
}
@media (max-width: 991px) {
  .values-block__items .value-item .value-info {
    width: 100%;
  }
}
@media (max-width: 991px) and (max-width: 575px) {
  .values-block__items .value-item .value-info {
    padding: 0 15px;
  }
}
.values-block__items .value-item .value-info h3 {
  text-transform: uppercase;
  margin: 0 0 16px;
}
.values-block__items .value-item .value-info p {
  text-align: justify;
}
.values-block__items .value-item .value-info p a {
  text-decoration: underline;
  color: #04ADBF;
}
.values-block__items .value-item .value-info p a:hover {
  text-decoration: none;
  color: #034C8C;
}
@media (max-width: 991px) {
  .values-block__items .value-item .value-info p a:hover {
    text-decoration: underline;
    color: #04ADBF;
  }
}
.values-block__items .value-item .value-photo {
  width: 50%;
}
@media (max-width: 991px) {
  .values-block__items .value-item .value-photo {
    width: 100%;
  }
}
.values-block__items .value-item .value-photo img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* Mission Vision Block
--------------------------------------------------------- */
.mission-vision-block {
  background: linear-gradient(9deg, #182D3F 9%, #0092A8 96%);
  padding: 65px 0;
}
@media (max-width: 991px) {
  .mission-vision-block {
    padding: 65px 3px;
  }
}
.mission-vision-block__items .item {
  margin: 0 0 65px;
}
.mission-vision-block__items .item:last-child {
  margin: 0;
}
.mission-vision-block__items .item h2 {
  color: #FFF;
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 16px;
}
.mission-vision-block__items .item .content p {
  color: #FFF;
  text-align: center;
}
.mission-vision-block__items .item .content p a {
  color: #FFF;
  text-decoration: underline;
}

/* FAQ Block
--------------------------------------------------------- */
.faq-block {
  background: #F3F7F8;
  padding: 70px 0 105px;
}
@media (max-width: 991px) {
  .faq-block {
    padding: 65px 3px 70px;
  }
}
.faq-block__navigation {
  background: #182D3F;
  padding: 16px;
}
@media (max-width: 991px) {
  .faq-block__navigation {
    margin: 0 0 24px;
  }
}
.faq-block__navigation h3 {
  padding: 0 0 10px;
  border-bottom: 1px solid #D7AA5E;
  color: #FFF;
}
.faq-block__tabs {
  padding: 25px 0 0;
}
.faq-block__tabs .tab-nav {
  padding: 0 0 32px 9px;
  position: relative;
}
.faq-block__tabs .tab-nav::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 16px;
  left: 0;
  background-color: #D7AA5E;
  width: 60px;
  height: 1px;
}
.faq-block__tabs .tab-nav:last-child {
  padding: 0 0 9px 9px;
}
.faq-block__tabs .tab-nav:last-child::after {
  display: none;
}
.faq-block__tabs .tab-nav.active h4 {
  color: #D7AA5E;
}
.faq-block__tabs .tab-nav:hover h4 {
  color: #D7AA5E;
}
.faq-block__tabs .tab-nav h4 {
  color: #FFF;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
.faq-block__tabs-content .tab-item__accordion {
  padding: 0 0 16px;
  border-bottom: 1px solid #D7AA5E;
}
.faq-block__tabs-content .tab-item__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  padding: 16px 0 0;
}
.faq-block__tabs-content .tab-item__title h6 {
  color: #034C8C;
}
.faq-block__tabs-content .tab-item__title.active .plus {
  display: none;
}
.faq-block__tabs-content .tab-item__title.active .minus {
  display: block;
}
.faq-block__tabs-content .tab-item__title .plus {
  display: block;
}
.faq-block__tabs-content .tab-item__title .minus {
  display: none;
}
.faq-block__tabs-content .tab-item__description {
  display: none;
  padding: 10px 0 8px;
}
@media (max-width: 991px) {
  .faq-block__tabs-content .tab-item__description {
    padding: 10px 0 0;
  }
}
.faq-block__tabs-content .tab-item__description .paragraph p {
  text-align: justify;
  margin: 0 0 12px;
}
.faq-block__tabs-content .tab-item__description .paragraph p:last-child {
  margin: 0;
}
.faq-block__tabs-content .tab-item__description .paragraph p a {
  color: #04ADBF;
}
.faq-block__tabs-content .tab-item__description .paragraph p a:hover {
  color: #034C8C;
}
@media (max-width: 991px) {
  .faq-block__tabs-content .tab-item__description .paragraph p a:hover {
    color: #04ADBF;
  }
}
.faq-block__tabs-content .tab-item__description .paragraph ul, .faq-block__tabs-content .tab-item__description .paragraph ol {
  list-style-type: disc;
  margin: 0 0 12px;
  padding: 0 0 0 24px;
  color: #182D3F;
  font-family: "Catamaran Regular";
  font-weight: 300;
  font-size: 16px;
  line-height: 28.6px;
  letter-spacing: 0.5px;
}
.faq-block__tabs-content .tab-item__description .paragraph ul:last-child, .faq-block__tabs-content .tab-item__description .paragraph ol:last-child {
  margin: 0;
}

/* Contact Block
--------------------------------------------------------- */
.contact-info-block {
  background: #F3F7F8;
  padding: 65px 0 40px;
}
@media (max-width: 991px) {
  .contact-info-block {
    padding: 65px 3px 40px;
  }
}
.contact-info-block__boxes {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin: 0 0 65px;
}
@media (max-width: 991px) {
  .contact-info-block__boxes {
    flex-direction: column;
    gap: 16px;
    margin: 0 0 32px;
  }
}
.contact-info-block__boxes .box-item {
  background: #FFF;
  padding: 24px;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .contact-info-block__boxes .box-item {
    padding: 32px;
  }
}
.contact-info-block__boxes .box-item .icon {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  text-align: center;
  height: 56px;
  margin-bottom: 16px;
}
.contact-info-block__boxes .box-item .icon::after {
  display: block;
  content: "";
  background-color: #D7AA5E;
  width: 73px;
  height: 1px;
  margin: 16px 0 0;
}
.contact-info-block__boxes .box-item .icon i {
  font-size: 30px;
}
.contact-info-block__boxes .box-item a {
  display: block;
  color: #182D3F;
  font-family: "Catamaran Regular";
  font-weight: 400;
  font-size: 18px;
  line-height: 25.2px;
  letter-spacing: 0.2px;
  text-align: center;
  max-width: 186px;
  min-height: 51px;
  margin: 0 auto 12px;
}
.contact-info-block__boxes .box-item a:hover {
  color: #034C8C;
}
@media (max-width: 991px) {
  .contact-info-block__boxes .box-item a:hover {
    color: #182D3F;
  }
}
.contact-info-block__boxes .box-item p {
  text-align: center;
}
.contact-info-block__header h2 {
  text-align: center;
  margin: 0 0 24px;
}
.contact-info-block__header .paragraph p {
  text-align: center;
}

.contact-block {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 65px 0;
}
@media (max-width: 991px) {
  .contact-block {
    padding: 40px 3px;
  }
}
.contact-block__form form .form-row {
  margin: 0 0 24px;
}
.contact-block__form form .form-row--flex {
  display: flex;
  gap: 24px;
}
@media (max-width: 991px) {
  .contact-block__form form .form-row--flex {
    flex-direction: column;
  }
}
.contact-block__form form .form-row label {
  color: #FFF;
}
.contact-block__form form .form-row label.textarea {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  margin: 0 0 12px;
}
.contact-block__form form .form-row label input[type=text], .contact-block__form form .form-row label input[type=email] {
  background: transparent;
  border-bottom: 1px solid #FFF;
  color: #FFF;
}
.contact-block__form form .form-row label input[type=text]::placeholder, .contact-block__form form .form-row label input[type=email]::placeholder {
  color: #FFF;
}
.contact-block__form form .form-row textarea {
  background: transparent;
  border: 1px solid #FFF;
  color: #FFF;
}
.contact-block__form form .form-row .wpcf7-list-item {
  margin: 0;
}
.contact-block__form form .form-row .wpcf7-list-item label {
  display: flex;
  gap: 10px;
}
.contact-block__form form .form-row .wpcf7-list-item label input[type=checkbox] {
  border: 1px solid #FFF;
}
.contact-block__form form .form-row .wpcf7-list-item label input[type=checkbox]:checked {
  background: #04ADBF;
  border: 1px solid #04ADBF;
}
.contact-block__form form .form-row .wpcf7-list-item label .wpcf7-list-item-label {
  font-size: 14px;
  line-height: 18.8px;
}
.contact-block__form form .form-row .wpcf7-list-item label .wpcf7-list-item-label a {
  color: #04ADBF;
}
.contact-block__form form .form-row .wpcf7-list-item label .wpcf7-list-item-label a:hover {
  color: #0378A6;
  text-decoration: underline;
}
@media (max-width: 991px) {
  .contact-block__form form .form-row .wpcf7-list-item label .wpcf7-list-item-label a:hover {
    color: #04ADBF;
  }
}
.contact-block__form form .form-row .wpcf7-not-valid-tip {
  color: #FFF;
  margin: 6px 0 0;
}
.contact-block__form form .form-submit {
  display: flex;
  justify-content: center;
  position: relative;
}
.contact-block__form form .form-submit .wpcf7-spinner {
  position: absolute;
  bottom: -30px;
  margin: 0;
}
.contact-block__form form.invalid .wpcf7-response-output, .contact-block__form form.failed .wpcf7-response-output {
  background: #fc4949;
  border: 0;
  padding: 12px 16px;
  color: #FFF;
  font-size: 16px;
  line-height: 28.6px;
  letter-spacing: 0.5px;
  margin: 16px 0 0;
}
.contact-block__form form.sent .wpcf7-response-output {
  background: #20b478;
  border: 0;
  padding: 12px 16px;
  color: #FFF;
  font-size: 16px;
  line-height: 28.6px;
  letter-spacing: 0.5px;
  margin: 16px 0 0;
}

/* Blog Page
--------------------------------------------------------- */
.blog-page {
  background: #F3F7F8;
  position: relative;
}
.blog-page.active {
  z-index: 9998;
}
.blog-page__header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.blog-page__header img {
  object-fit: cover;
  width: 100%;
  height: 459px;
}
@media (max-width: 991px) {
  .blog-page__header img {
    height: 428px;
  }
}
@media (max-width: 991px) {
  .blog-page__header img.desktop {
    display: none;
  }
}
.blog-page__header img.mobile {
  display: none;
}
@media (max-width: 991px) {
  .blog-page__header img.mobile {
    display: block;
  }
}
.blog-page__body {
  position: relative;
  padding: 25px 0 100px;
  z-index: 2;
}
@media (max-width: 991px) {
  .blog-page__body {
    padding: 25px 3px 65px;
  }
}
.blog-page__body .header-wrapper {
  padding: 0 0 24px;
  border-bottom: 1px solid #FFF;
  margin: 0 0 24px;
}
.blog-page__body .header-wrapper .site-breadcrumbs {
  justify-content: flex-start;
}
.blog-page__body .header-wrapper h1 {
  color: #FFF;
  text-transform: uppercase;
}

/* Blog Filters
--------------------------------------------------------- */
.blog-filters {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 0 48px;
}
.blog-filters .filter-toggle {
  display: none;
}
@media (max-width: 991px) {
  .blog-filters .filter-toggle {
    display: flex;
    align-items: center;
    gap: 8px;
  }
}
.blog-filters .blog-filter {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 991px) {
  .blog-filters .blog-filter {
    display: block;
    overflow-y: auto;
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 99999;
    width: 100%;
    height: 100%;
    background: #182D3F;
    padding: 56px 15px;
    transition: 0.3s ease-in-out;
    text-align: center;
  }
}
.blog-filters .blog-filter.active {
  right: 0;
}
.blog-filters .blog-filter__close {
  display: none;
}
@media (max-width: 991px) {
  .blog-filters .blog-filter__close {
    display: block;
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
  }
}
.blog-filters .blog-filter__title {
  display: none;
}
@media (max-width: 991px) {
  .blog-filters .blog-filter__title {
    display: block;
    color: #FFF;
    text-transform: uppercase;
    margin: 0 0 24px;
  }
}
.blog-filters .blog-filter__search {
  min-width: 190px;
}
@media (max-width: 991px) {
  .blog-filters .blog-filter__search {
    margin: 0 0 48px;
  }
}
.blog-filters .blog-filter__search form {
  display: flex;
  flex-direction: row-reverse;
  gap: 8px;
  position: relative;
}
@media (max-width: 991px) {
  .blog-filters .blog-filter__search form {
    flex-direction: row;
    gap: 0;
  }
}
.blog-filters .blog-filter__search form input {
  background: transparent;
  padding: 4px 0;
  color: #FFF;
  border-bottom: 0.5px solid #FFF;
}
@media (max-width: 991px) {
  .blog-filters .blog-filter__search form input {
    padding: 4px 40px 4px 0;
  }
}
.blog-filters .blog-filter__search form input::placeholder {
  color: #FFF;
  opacity: 0.8;
}
.blog-filters .blog-filter__search form input:focus::placeholder {
  color: transparent;
}
.blog-filters .blog-filter__search form button {
  background: transparent;
  padding: 0;
  border: 0;
}
@media (max-width: 991px) {
  .blog-filters .blog-filter__search form button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 12px;
  }
}
.blog-filters .blog-filter__categories ul {
  display: flex;
  gap: 30px;
}
@media (max-width: 1199px) {
  .blog-filters .blog-filter__categories ul {
    gap: 24px;
  }
}
@media (max-width: 1199px) and (max-width: 991px) {
  .blog-filters .blog-filter__categories ul {
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }
}
.blog-filters .blog-filter__categories ul li.current-menu-item a {
  color: #04ADBF;
}
.blog-filters .blog-filter__categories ul li a {
  color: #FFF;
  font-family: "Catamaran Regular";
  font-size: 18px;
  line-height: 25.2px;
  letter-spacing: 0.2px;
}
.blog-filters .blog-filter__categories ul li a:hover {
  color: #04ADBF;
}
@media (max-width: 991px) {
  .blog-filters .blog-filter__categories ul li a:hover {
    color: #FFF;
  }
}

/* Blog Posts
--------------------------------------------------------- */
.blog-posts .posts-loadmore {
  position: relative !important;
  width: unset !important;
  text-align: center;
  padding: 24px 0 0;
}
.blog-posts .posts-loadmore a {
  display: inline-block;
}

.blog-post {
  margin: 0 0 24px;
}
.blog-post__image {
  position: relative;
  overflow: hidden;
}
.blog-post__image:hover a img {
  transform: scale(1.1);
}
@media (max-width: 991px) {
  .blog-post__image:hover a img {
    transform: scale(1);
  }
}
.blog-post__image a img {
  transition: 0.3s ease-in-out;
  vertical-align: bottom;
}
@media (max-width: 991px) {
  .blog-post__image a img {
    width: 100%;
    object-fit: cover;
  }
}
.blog-post__tags {
  position: absolute;
  top: 20px;
  right: 24px;
  display: flex;
  gap: 4px;
}
@media (max-width: 991px) {
  .blog-post__tags {
    top: 15px;
    right: 15px;
  }
}
.blog-post__tags span {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #182D3F;
  border-radius: 50px;
  padding: 2px 12px;
  color: #FFF;
  font-family: "Catamaran SemiBold";
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  z-index: 2;
}
.blog-post__content {
  background: #FFF;
  padding: 24px;
}
.blog-post__meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  margin: 0 0 10px;
}
.blog-post__meta span {
  color: #182D3F;
  font-family: "Catamaran Regular";
  font-size: 16px;
  line-height: 29px;
  letter-spacing: 0.5px;
}
.blog-post__meta span.read-time {
  display: flex;
  align-items: center;
  gap: 6px;
}
.blog-post__meta span.read-time i {
  font-size: 10px;
}
.blog-post h3 {
  font-size: 18px;
  margin: 0 0 30px;
}
@media (max-width: 991px) {
  .blog-post h3 {
    margin: 0 0 10px;
  }
}
.blog-post h3 a {
  color: #182D3F;
}
.blog-post h3 a:hover {
  color: #034C8C;
}
@media (max-width: 991px) {
  .blog-post h3 a:hover {
    color: #182D3F;
  }
}
.blog-post .link {
  display: inline-block;
  color: #04ADBF;
  font-family: "Catamaran Regular";
  font-size: 18px;
  line-height: 25.2px;
  letter-spacing: 0.2px;
  margin: 10px 0 0;
}
@media (max-width: 991px) {
  .blog-post .link {
    margin: 24px 0 0;
  }
}
.blog-post .link::after {
  content: "\e901";
  padding-left: 10px;
  font-family: icomoon;
  vertical-align: middle;
}
.blog-post .link:hover {
  color: #034C8C;
}
@media (max-width: 991px) {
  .blog-post .link:hover {
    color: #04ADBF;
  }
}

/* Single Post
--------------------------------------------------------- */
.blog-single-post {
  background: #F3F7F8;
  padding: 65px 0 105px;
}
@media (max-width: 991px) {
  .blog-single-post {
    padding: 65px 3px 105px;
  }
}

/* No Posts
--------------------------------------------------------- */
.blog-no-posts {
  position: relative !important;
  width: unset !important;
}
.blog-no-posts h1 {
  color: #FFF;
  text-transform: uppercase;
}
.blog-no-posts .content p {
  color: #FFF;
}

/* Post Content Block
--------------------------------------------------------- */
.post-content-block {
  padding: 0 0 65px;
}
.post-content-block h2 {
  text-align: center;
  margin: 0 0 24px;
}
.post-content-block .content p {
  text-align: center;
  margin: 0 0 20px;
}
.post-content-block .content p:last-child {
  margin: 0;
}
.post-content-block .content p a {
  color: #04ADBF;
  word-break: break-word;
}
.post-content-block .content p a:hover {
  text-decoration: underline;
  color: #034C8C;
}
@media (max-width: 991px) {
  .post-content-block .content p a:hover {
    text-decoration: none;
    color: #04ADBF;
  }
}

/* Post Content Half Image Block
--------------------------------------------------------- */
.post-content-half-image-block {
  padding: 0 0 65px;
}
.post-content-half-image-block h2 {
  text-align: center;
  margin: 0 0 24px;
}
.post-content-half-image-block .info {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 991px) {
  .post-content-half-image-block .info {
    flex-direction: column-reverse;
    gap: 24px;
  }
}
.post-content-half-image-block .info .image {
  width: 50%;
}
@media (max-width: 991px) {
  .post-content-half-image-block .info .image {
    width: 100%;
  }
}
.post-content-half-image-block .info .image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.post-content-half-image-block .info .content {
  width: 50%;
}
@media (max-width: 991px) {
  .post-content-half-image-block .info .content {
    width: 100%;
  }
}
.post-content-half-image-block .info .content p {
  margin: 0 0 20px;
}
.post-content-half-image-block .info .content p:last-child {
  margin: 0;
}
.post-content-half-image-block .info .content p a {
  color: #04ADBF;
  word-break: break-word;
}
.post-content-half-image-block .info .content p a:hover {
  text-decoration: underline;
  color: #034C8C;
}
@media (max-width: 991px) {
  .post-content-half-image-block .info .content p a:hover {
    text-decoration: none;
    color: #04ADBF;
  }
}

/* Post Content Full Image Block
--------------------------------------------------------- */
.post-content-full-image-block {
  padding: 0 0 65px;
}
.post-content-full-image-block h2 {
  text-align: center;
  margin: 0 0 24px;
}
.post-content-full-image-block .content {
  margin: 0 0 40px;
}
.post-content-full-image-block .content p {
  text-align: center;
  margin: 0 0 20px;
}
.post-content-full-image-block .content p:last-child {
  margin: 0;
}
.post-content-full-image-block .content p a {
  color: #04ADBF;
  word-break: break-word;
}
.post-content-full-image-block .content p a:hover {
  text-decoration: underline;
  color: #034C8C;
}
@media (max-width: 991px) {
  .post-content-full-image-block .content p a:hover {
    text-decoration: none;
    color: #04ADBF;
  }
}
@media (max-width: 575px) {
  .post-content-full-image-block .image {
    margin: 0 -15px;
  }
}
.post-content-full-image-block .image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.post-content-full-image-block .image .image-description {
  text-align: center;
  margin: 8px 0 0;
}
@media (max-width: 575px) {
  .post-content-full-image-block .image .image-description {
    margin: 8px 15px 0;
  }
}

/* Post Gallery Block
--------------------------------------------------------- */
.post-gallery-block__images {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
@media (max-width: 767px) {
  .post-gallery-block__images {
    gap: 8px;
  }
}
.post-gallery-block__images a {
  width: calc(33.33% - 11px);
  overflow: hidden;
}
@media (max-width: 767px) {
  .post-gallery-block__images a {
    width: calc(50% - 4px);
  }
}
.post-gallery-block__images a:hover img {
  transform: scale(1.1);
}
@media (max-width: 575px) {
  .post-gallery-block__images a:hover img {
    transform: scale(1);
  }
}
.post-gallery-block__images a img {
  width: 100%;
  height: auto;
  object-fit: cover;
  vertical-align: bottom;
  transition: 0.3s ease-in-out;
}

.fancybox__container {
  z-index: 999999 !important;
}

/* Post Quote Block
--------------------------------------------------------- */
.post-quote-block {
  padding: 0 0 65px;
}
.post-quote-block .quote-text p {
  font-size: 20px;
  text-align: center;
  margin: 0 0 12px;
}
.post-quote-block .quote-author {
  color: #182D3F;
  font-family: "Catamaran Regular";
  font-weight: 300;
  font-size: 16px;
  line-height: 28.6px;
  letter-spacing: 0.5px;
  text-align: center;
}

/* Hero Slider Block
--------------------------------------------------------- */
.hero-slider-block {
  height: calc(100vh - 170px);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (max-width: 991px) {
  .hero-slider-block {
    height: calc(100vh - 123px);
  }
}
@media (max-width: 991px) and (max-width: 450px) {
  .hero-slider-block {
    height: calc(100vh - 136px);
  }
}
.hero-slider-block__area {
  width: 100%;
  z-index: 2;
}
.hero-slider-block .hero-slide {
  display: flex !important;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
}
.hero-slider-block .hero-slide__content h1 {
  color: #FFF;
  text-transform: uppercase;
  margin: 0 0 16px;
}
@media (max-width: 991px) {
  .hero-slider-block .hero-slide__content h1 {
    font-size: 52px;
    line-height: 67.6px;
    margin: 0 0 8px;
  }
}
@media (max-width: 991px) and (max-width: 575px) {
  .hero-slider-block .hero-slide__content h1 {
    font-size: 34px;
    line-height: 47.6px;
  }
}
.hero-slider-block .hero-slide__content .text {
  margin: 0 0 48px;
}
@media (max-width: 991px) {
  .hero-slider-block .hero-slide__content .text {
    margin: 0 0 32px;
  }
}
.hero-slider-block .hero-slide__content .text p {
  color: #FFF;
  font-size: 34px;
  line-height: 47.6px;
}
@media (max-width: 991px) {
  .hero-slider-block .hero-slide__content .text p {
    font-size: 24px;
    line-height: 32.4px;
  }
}
@media (max-width: 991px) and (max-width: 575px) {
  .hero-slider-block .hero-slide__content .text p {
    font-size: 18px;
    line-height: 25.2px;
  }
}
.hero-slider-block .hero-slide__content .btn {
  display: inline-block;
}

.hero-video-block {
  position: relative;
  width: 100%;
  height: calc(100vh - 170px);
  overflow: hidden;
}
@media (max-width: 991px) {
  .hero-video-block {
    height: calc(100vh - 123px);
  }
}
@media (max-width: 991px) and (max-width: 450px) {
  .hero-video-block {
    height: calc(100vh - 136px);
  }
}
.hero-video-block__media {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.hero-video-block__media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Benefits Block
--------------------------------------------------------- */
.benefits-block {
  background: #F3F7F8;
  padding: 80px 0 65px;
}
@media (max-width: 991px) {
  .benefits-block {
    padding: 65px 3px 40px;
  }
}
.benefits-block h2 {
  font-weight: 400;
  text-transform: uppercase;
  margin: 0 0 40px;
}
@media (max-width: 991px) {
  .benefits-block h2 {
    text-align: center;
    font-size: 34px;
    line-height: 47.6px;
  }
}
.benefits-block h2::after {
  display: block;
  content: "";
  background: #D7AA5E;
  width: 188px;
  height: 1px;
  margin: 16px 0 0;
}
@media (max-width: 991px) {
  .benefits-block h2::after {
    width: 159px;
    margin: 16px auto 0;
  }
}
.benefits-block__items {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
@media (max-width: 991px) {
  .benefits-block__items {
    gap: 12px;
  }
}
.benefits-block__items .item {
  flex: 1 1 calc(33.33% - 18px);
  background: #FFF;
  padding: 40px 20px;
  text-align: center;
}
@media (max-width: 991px) {
  .benefits-block__items .item {
    flex: 1 1 calc(50% - 6px);
    padding: 20px 10px;
  }
}
.benefits-block__items .item .icon {
  text-align: center;
  margin: 0 0 16px;
}
.benefits-block__items .item .icon img {
  width: 40px;
  height: 40px;
}
.benefits-block__items .item .icon i {
  color: #182D3F;
  font-size: 40px;
}
.benefits-block__items .item .icon::after {
  display: block;
  content: "";
  background: #D7AA5E;
  width: 73px;
  height: 1px;
  margin: 16px auto 0;
}

/* Free Delivery Block
--------------------------------------------------------- */
.free-delivery-block {
  background-color: #F3F7F8;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 96px 0;
}
@media (max-width: 991px) {
  .free-delivery-block {
    padding: 40px 3px;
  }
}
.free-delivery-block__box {
  background: #FFF;
  padding: 40px;
  max-width: 516px;
  text-align: right;
  margin-left: auto;
}
@media (max-width: 991px) {
  .free-delivery-block__box {
    padding: 24px;
    text-align: center;
  }
}
.free-delivery-block__box h3 {
  text-transform: uppercase;
  margin: 0 0 12px;
}
.free-delivery-block__box p {
  font-size: 18px;
  line-height: 25.2px;
}

/* Homepage About Block
--------------------------------------------------------- */
.homepage-about-block {
  background: #F3F7F8;
  padding: 72px 0 64px;
  position: relative;
}
@media (max-width: 991px) {
  .homepage-about-block {
    padding: 64px 3px;
  }
}
.homepage-about-block .background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 470px;
  object-fit: cover;
}
@media (max-width: 991px) {
  .homepage-about-block .background-image {
    height: 600px;
  }
}
.homepage-about-block__area {
  padding: 80px 0 0;
  display: flex;
  align-items: center;
  position: relative;
}
@media (max-width: 1199px) {
  .homepage-about-block__area {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 1199px) and (max-width: 991px) {
  .homepage-about-block__area {
    padding: 24px 0 0;
  }
}
.homepage-about-block__area .image {
  width: 50%;
}
@media (max-width: 1199px) {
  .homepage-about-block__area .image {
    display: none;
  }
}
.homepage-about-block__area .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
}
.homepage-about-block__area .content {
  width: 50%;
  background: #FFF;
  padding: 48px 86px 48px 48px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 632px;
}
@media (max-width: 1399px) {
  .homepage-about-block__area .content {
    padding: 32px 40px 32px 32px;
  }
}
@media (max-width: 1399px) and (max-width: 1199px) {
  .homepage-about-block__area .content {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 1399px) and (max-width: 1199px) and (max-width: 991px) {
  .homepage-about-block__area .content {
    padding: 24px 16px;
  }
}
.homepage-about-block__area .content h2 {
  text-transform: uppercase;
  margin: 0 0 25px;
}
@media (max-width: 991px) {
  .homepage-about-block__area .content h2 {
    font-size: 34px;
    font-weight: 400;
    line-height: 47.6px;
    text-align: center;
  }
}
.homepage-about-block__area .content img {
  display: none;
}
@media (max-width: 1199px) {
  .homepage-about-block__area .content img {
    display: block;
    width: 100%;
    height: 300px;
    object-fit: cover;
    margin: 0 0 32px;
  }
}
@media (max-width: 1199px) and (max-width: 991px) {
  .homepage-about-block__area .content img {
    margin: 0 0 24px;
  }
}
.homepage-about-block__area .content .paragraph {
  margin: 0 0 65px;
}
@media (max-width: 1199px) {
  .homepage-about-block__area .content .paragraph {
    margin: 0 0 40px;
  }
}
.homepage-about-block__area .content .paragraph p {
  text-align: justify;
}
.homepage-about-block__area .content .buttons {
  display: flex;
  gap: 8px;
}
@media (max-width: 575px) {
  .homepage-about-block__area .content .buttons {
    flex-direction: column;
    gap: 16px;
  }
}
.homepage-about-block__area .content .buttons a {
  display: block;
}
@media (max-width: 575px) {
  .homepage-about-block__area .content .buttons a {
    width: 100%;
  }
}

/* Homepage Products Block
--------------------------------------------------------- */
.homepage-products-block {
  background: #F3F7F8;
  padding: 64px 0;
}
.homepage-products-block__title {
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 40px;
}
.homepage-products-block .homepage-products-slider-nav {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 60px 0;
}
.homepage-products-block .homepage-products-slider-nav .product-item-image {
  display: flex !important;
  justify-content: center;
}
.homepage-products-block .homepage-products-slider {
  padding: 24px 0 0;
}
.homepage-products-block .homepage-products-slider .product-item-content {
  display: flex !important;
  flex-direction: column;
  align-items: center;
}
.homepage-products-block .homepage-products-slider .product-item-content a:hover h6 {
  color: #034C8C;
}
@media (max-width: 991px) {
  .homepage-products-block .homepage-products-slider .product-item-content a:hover h6 {
    color: #182D3F;
  }
}
.homepage-products-block .homepage-products-slider .product-item-content a h6 {
  transition: 0.3s ease-in-out;
}
.homepage-products-block .homepage-products-slider .product-item-content a h6::after {
  display: block;
  content: "";
  background: #D7AA5E;
  width: 73px;
  height: 1px;
  margin: 6px auto;
}
.homepage-products-block .homepage-products-slider .slick-dots li.slick-active button {
  background: #034C8C;
}
.homepage-products-block .homepage-products-slider .slick-dots li button {
  background: #034C8C;
  color: #034C8C;
}
.homepage-products-block .see-all-button {
  text-align: center;
  margin: 64px 0 0;
}
.homepage-products-block .see-all-button a {
  display: inline-block;
}

/* Homepage Posts Block
--------------------------------------------------------- */
.homepage-posts-block {
  background: #F3F7F8;
  padding: 0 0 64px;
}
@media (max-width: 991px) {
  .homepage-posts-block {
    padding: 0 3px 64px;
  }
}
.homepage-posts-block__title {
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 40px;
}
.homepage-posts-block .blog-posts-slider .slick-list {
  margin: 0 -12px;
}
.homepage-posts-block .blog-posts-slider .slick-list .slick-slide {
  margin: 0 12px;
}
.homepage-posts-block .blog-posts-slider .slick-list .slick-slide .blog-post__image .post-thumbnail img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
@media (max-width: 575px) {
  .homepage-posts-block .blog-posts-slider .slick-list .slick-slide .blog-post__image .post-thumbnail img {
    height: auto;
  }
}
.homepage-posts-block .blog-posts-slider .slick-dots {
  bottom: -30px;
}
.homepage-posts-block .blog-posts-slider .slick-dots li.slick-active button {
  background: #034C8C;
}
.homepage-posts-block .blog-posts-slider .slick-dots li button {
  background: #034C8C;
  color: #034C8C;
}
.homepage-posts-block .blog-no-posts h1 {
  color: #182D3F;
  text-align: center;
}
.homepage-posts-block .blog-no-posts .content p {
  color: #182D3F;
  text-align: center;
}
.homepage-posts-block .see-all-button {
  text-align: center;
  margin: 64px 0 0;
}
.homepage-posts-block .see-all-button a {
  display: inline-block;
}

/* Slick Slider
--------------------------------------------- */
.slick-slider .slick-dots {
  bottom: -48px;
  left: 50%;
  transform: translateX(-50%);
}
.slick-slider .slick-dots li {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  padding: 0;
  cursor: pointer;
}
.slick-slider .slick-dots li.slick-active button {
  opacity: 1;
  background: #FFF;
}
.slick-slider .slick-dots li button {
  display: block;
  width: 10px;
  height: 10px;
  opacity: 0.3;
  background: #FFF;
  border: 0;
  border-radius: 50%;
  padding: 0;
  outline: none;
  font-size: 0;
  line-height: 0;
  color: #FFF;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
.slick-slider .slick-dots li button::before {
  display: none;
}

/* Content Block
--------------------------------------------------------- */
.content-block {
  background: #F3F7F8;
  padding: 48px 0;
}
@media (max-width: 991px) {
  .content-block {
    padding: 32px 3px;
  }
}
.content-block__paragraph h2 {
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 24px;
}
.content-block__paragraph .description p {
  text-align: center;
  margin: 0 0 24px;
}
.content-block__paragraph .description p:last-child {
  margin: 0;
}
.content-block__paragraph .description p a {
  text-decoration: underline;
  color: #04ADBF;
}
.content-block__paragraph .description p a:hover {
  text-decoration: none;
  color: #034C8C;
}
@media (max-width: 991px) {
  .content-block__paragraph .description p a:hover {
    text-decoration: underline;
    color: #04ADBF;
  }
}
.content-block__paragraph .description ul {
  list-style-type: disc;
  margin: 0 0 24px;
  padding: 0 0 0 20px;
  color: #182D3F;
  font-family: "Catamaran Regular";
  font-weight: 300;
  font-size: 16px;
  line-height: 28.6px;
  letter-spacing: 0.5px;
}
.content-block__paragraph .description ul:last-child {
  margin: 0;
}
.content-block__paragraph .button {
  text-align: center;
  margin: 40px 0 0;
}
@media (max-width: 991px) {
  .content-block__paragraph .button {
    margin: 32px 0 0;
  }
}
.content-block__paragraph .button .btn {
  display: inline-block;
}
@media (max-width: 575px) {
  .content-block__paragraph .button .btn {
    width: 100%;
  }
}

/* GDPR FAQ Block
--------------------------------------------------------- */
.gdpr-faq-block {
  background: #F3F7F8;
  padding: 70px 0 105px;
}
@media (max-width: 991px) {
  .gdpr-faq-block {
    padding: 65px 3px 70px;
  }
}
.gdpr-faq-block__navigation {
  background: #182D3F;
  padding: 16px;
}
@media (max-width: 991px) {
  .gdpr-faq-block__navigation {
    margin: 0 0 24px;
  }
}
.gdpr-faq-block__navigation h3 {
  padding: 0 0 10px;
  border-bottom: 1px solid #D7AA5E;
  color: #FFF;
}
.gdpr-faq-block__menu {
  padding: 25px 0 0;
}
.gdpr-faq-block__menu .item {
  padding: 0 0 32px 9px;
  position: relative;
}
.gdpr-faq-block__menu .item::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 16px;
  left: 0;
  background-color: #D7AA5E;
  width: 60px;
  height: 1px;
}
.gdpr-faq-block__menu .item:last-child {
  padding: 0 0 9px 9px;
}
.gdpr-faq-block__menu .item:last-child::after {
  display: none;
}
.gdpr-faq-block__menu .item.active h4 {
  color: #D7AA5E;
}
.gdpr-faq-block__menu .item:hover h4 {
  color: #D7AA5E;
}
.gdpr-faq-block__menu .item a {
  color: #FFF;
}
.gdpr-faq-block__menu .item a h4 {
  color: #FFF;
  transition: 0.3s ease-in-out;
}
.gdpr-faq-block__content p {
  text-align: justify;
  margin-bottom: 24px;
}
.gdpr-faq-block__content p:last-child {
  margin-bottom: 0;
}
.gdpr-faq-block__content p strong {
  font-weight: 700;
}
.gdpr-faq-block__content p a {
  color: #04ADBF;
  word-break: break-word;
}
.gdpr-faq-block__content p a:hover {
  text-decoration: underline;
  color: #034C8C;
}
@media (max-width: 991px) {
  .gdpr-faq-block__content p a:hover {
    text-decoration: none;
    color: #04ADBF;
  }
}
.gdpr-faq-block__content h5 {
  margin: 48px 0 24px;
}
.gdpr-faq-block__content h5:first-child {
  margin: 0 0 24px;
}
.gdpr-faq-block__content ul {
  margin: 24px 0;
}
.gdpr-faq-block__content ul:last-child {
  margin-bottom: 0;
}
.gdpr-faq-block__content ul li {
  padding-left: 24px;
  color: #182D3F;
  font-family: "Catamaran Regular";
  font-weight: 300;
  font-size: 16px;
  line-height: 28.6px;
  letter-spacing: 0.5px;
  text-align: justify;
  position: relative;
}
.gdpr-faq-block__content ul li::before {
  content: "•";
  font-size: 18px;
  position: absolute;
  top: 0;
  left: 8px;
}
.gdpr-faq-block__content ul li strong {
  font-weight: 700;
}
.gdpr-faq-block__content ul li a {
  color: #04ADBF;
  word-break: break-word;
}
.gdpr-faq-block__content ul li a:hover {
  text-decoration: underline;
  color: #034C8C;
}
@media (max-width: 991px) {
  .gdpr-faq-block__content ul li a:hover {
    text-decoration: none;
    color: #04ADBF;
  }
}
.gdpr-faq-block__content ol {
  margin: 24px 0;
  padding-left: 24px;
}
.gdpr-faq-block__content ol:last-child {
  margin-bottom: 0;
}
.gdpr-faq-block__content ol li {
  color: #182D3F;
  font-family: "Catamaran Regular";
  font-weight: 300;
  font-size: 16px;
  line-height: 28.6px;
  letter-spacing: 0.5px;
  text-align: justify;
  position: relative;
}
.gdpr-faq-block__content ol li strong {
  font-weight: 700;
}
.gdpr-faq-block__content ol li a {
  color: #04ADBF;
  word-break: break-word;
}
.gdpr-faq-block__content ol li a:hover {
  text-decoration: underline;
  color: #034C8C;
}
@media (max-width: 991px) {
  .gdpr-faq-block__content ol li a:hover {
    text-decoration: none;
    color: #04ADBF;
  }
}
.gdpr-faq-block__content .shipping-country-selector {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0 0 24px;
}
.gdpr-faq-block__content .shipping-country-selector select {
  background-image: url("./assets/icons/arrow-down.svg");
  background-repeat: no-repeat;
  background-position: center right 12px;
  border: 1px solid #D7AA5E;
  padding: 12px;
  font-size: 18px;
  line-height: 25.2px;
  letter-spacing: 0.2px;
  position: relative;
  width: 100%;
}
.gdpr-faq-block__content .shipping-country-selector select:focus {
  background-color: #FFF;
}
.gdpr-faq-block__content .shipping-country-selector select.open {
  background-image: url("./assets/icons/arrow-up.svg");
  background-position: calc(100% - 12px) 46%;
}
.gdpr-faq-block__content .shipping-tables .shipping-table {
  margin: 0 0 24px;
}
.gdpr-faq-block__content .shipping-tables .shipping-table table {
  width: 100%;
  border-collapse: collapse;
}
.gdpr-faq-block__content .shipping-tables .shipping-table table th, .gdpr-faq-block__content .shipping-tables .shipping-table table td {
  border: 1px solid #182D3F;
  padding: 8px;
  text-align: center;
}
.gdpr-faq-block__content .shipping-tables .shipping-table table th {
  background: #F3F7F8;
}
.gdpr-faq-block__content .shipping-tables .shipping-table table td {
  font-family: "Catamaran Regular";
  font-weight: 500;
  font-size: 16px;
  line-height: 17.6px;
  letter-spacing: 0.2px;
}

/*--------------------------------------------------------------
# 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: #182D3F;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #0378A6;
  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 */
