/*!
Theme Name: Mamula
Theme URI: http://underscores.me/
Author: Codepixel
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: mamula
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.

Mamula 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

--------------------------------------------------------------*/
/*CINZEL*/
/* Define the CINZEL Regular font */
@font-face {
  font-family: "Cinzel";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/cinzel/Cinzel-Regular.woff") format("woff"), url("fonts/cinzel/Cinzel-Regular.ttf") format("truetype");
  font-display: swap;
}
/* Define the CINZEL Medium font */
@font-face {
  font-family: "Cinzel";
  font-style: normal;
  font-weight: 500;
  src: url("fonts/cinzel/Cinzel-Medium.woff") format("woff"), url("fonts/cinzel/Cinzel-Medium.ttf") format("truetype");
  font-display: swap;
}
/* Define the CINZEL Semi-Bold font */
@font-face {
  font-family: "Cinzel";
  font-style: normal;
  font-weight: 600;
  src: url("fonts/cinzel/Cinzel-SemiBold.woff") format("woff"), url("fonts/cinzel/Cinzel-SemiBold.ttf") format("truetype");
  font-display: swap;
}
/* Define the CINZEL Bold font */
@font-face {
  font-family: "Cinzel";
  font-style: normal;
  font-weight: 700;
  src: url("fonts/cinzel/Cinzel-Bold.woff") format("woff"), url("fonts/cinzel/Cinzel-Bold.ttf") format("truetype");
  font-display: swap;
}
/*DM SANS*/
/* Define the DM Sans regular font */
@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/dm-sans/DMSans-Regular.woff") format("woff"), url("fonts/dm-sans/DMSans-Regular.ttf") format("truetype");
  font-display: swap;
}
/* Define the DM Sans medium font */
@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 500;
  src: url("fonts/dm-sans/DMSans-Medium.woff") format("woff"), url("fonts/dm-sans/DMSans-Medium.ttf") format("truetype");
  font-display: swap;
}
/* Define the DM Sans semi-bold font */
@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 600;
  src: url("fonts/dm-sans/DMSans-SemiBold.woff") format("woff"), url("fonts/dm-sans/DMSans-SemiBold.ttf") format("truetype");
  font-display: swap;
}
/* Define the DM Sans bold font */
@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 700;
  src: url("fonts/dm-sans/DMSans-Bold.woff") format("woff"), url("fonts/dm-sans/DMSans-Bold.ttf") format("truetype");
  font-display: swap;
}
/* Apply the font to body */
html {
  font-family: "Cinzel", serif;
  font-size: 62.5%;
}

body {
  /* 16px */
  font-size: 1.6rem;
}

body * {
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* 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 {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
/*CINZEL*/
/* Define the CINZEL Regular font */
@font-face {
  font-family: "Cinzel";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/cinzel/Cinzel-Regular.woff") format("woff"), url("fonts/cinzel/Cinzel-Regular.ttf") format("truetype");
  font-display: swap;
}
/* Define the CINZEL Medium font */
@font-face {
  font-family: "Cinzel";
  font-style: normal;
  font-weight: 500;
  src: url("fonts/cinzel/Cinzel-Medium.woff") format("woff"), url("fonts/cinzel/Cinzel-Medium.ttf") format("truetype");
  font-display: swap;
}
/* Define the CINZEL Semi-Bold font */
@font-face {
  font-family: "Cinzel";
  font-style: normal;
  font-weight: 600;
  src: url("fonts/cinzel/Cinzel-SemiBold.woff") format("woff"), url("fonts/cinzel/Cinzel-SemiBold.ttf") format("truetype");
  font-display: swap;
}
/* Define the CINZEL Bold font */
@font-face {
  font-family: "Cinzel";
  font-style: normal;
  font-weight: 700;
  src: url("fonts/cinzel/Cinzel-Bold.woff") format("woff"), url("fonts/cinzel/Cinzel-Bold.ttf") format("truetype");
  font-display: swap;
}
/*DM SANS*/
/* Define the DM Sans regular font */
@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/dm-sans/DMSans-Regular.woff") format("woff"), url("fonts/dm-sans/DMSans-Regular.ttf") format("truetype");
  font-display: swap;
}
/* Define the DM Sans medium font */
@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 500;
  src: url("fonts/dm-sans/DMSans-Medium.woff") format("woff"), url("fonts/dm-sans/DMSans-Medium.ttf") format("truetype");
  font-display: swap;
}
/* Define the DM Sans semi-bold font */
@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 600;
  src: url("fonts/dm-sans/DMSans-SemiBold.woff") format("woff"), url("fonts/dm-sans/DMSans-SemiBold.ttf") format("truetype");
  font-display: swap;
}
/* Define the DM Sans bold font */
@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 700;
  src: url("fonts/dm-sans/DMSans-Bold.woff") format("woff"), url("fonts/dm-sans/DMSans-Bold.ttf") format("truetype");
  font-display: swap;
}
/* Apply the font to body */
html {
  font-family: "Cinzel", serif;
  font-size: 62.5%;
}

body {
  /* 16px */
  font-size: 1.6rem;
}

body * {
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.homepage__slide--title,
.homepage__slide--subtitle {
  color: white;
}

.menu-svg {
  width: 100%;
  max-width: 500px;
  max-height: 500px;
  margin-top: 2.5rem;
  padding: 2rem;
}
.menu-svg .tooltip {
  position: fixed;
  color: white;
  padding: 10px;
  border-radius: 3px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  pointer-events: none;
  white-space: nowrap;
  font-size: 2rem;
  top: 50%;
  left: 50% !important;
  -webkit-transform: translate(-50%, -80%) !important;
          transform: translate(-50%, -80%) !important;
}
@media (min-width: 768px) {
  .menu-svg .tooltip {
    -webkit-transform: translate(-50%, -50%) !important;
            transform: translate(-50%, -50%) !important;
  }
}
@media (min-width: 992px) {
  .menu-svg .tooltip {
    font-size: 2.6rem;
  }
}
@media (min-width: 1240px) {
  .menu-svg .tooltip {
    font-size: 3.2rem;
  }
}
@media (min-width: 1440px) {
  .menu-svg {
    top: 5%;
    position: relative;
    max-width: 650px;
    max-height: 650px;
  }
}

h1.homepage__slide--title {
  font-size: 1.9rem;
  font-weight: 600;
  color: #f3f5f5;
  text-align: center;
}
@media (min-width: 375px) {
  h1.homepage__slide--title {
    font-size: 2.3rem;
  }
}
@media (min-width: 425px) {
  h1.homepage__slide--title {
    font-size: 2.6rem;
  }
}
@media (min-width: 768px) {
  h1.homepage__slide--title {
    font-size: 4rem;
  }
}
@media (min-width: 1240px) {
  h1.homepage__slide--title {
    font-size: 4.8rem;
  }
}

h2.homepage__slide--subtitle {
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "DM Sans", sans-serif;
  color: #f3f5f5;
  text-wrap: nowrap;
}
@media (min-width: 768px) {
  h2.homepage__slide--subtitle {
    font-size: 2.2rem;
  }
}
@media (min-width: 992px) {
  h2.homepage__slide--subtitle {
    font-size: 2.8rem;
  }
}

h1.page__title {
  font-size: 2.4rem;
}
@media (min-width: 768px) {
  h1.page__title {
    font-size: 6.4rem;
  }
}

.fs-48 {
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 2rem;
  color: #152d2f;
  font-family: "Cinzel", serif;
  line-height: 120%;
}
@media (min-width: 768px) {
  .fs-48 {
    font-size: 4.8rem;
    margin-bottom: 3rem;
  }
}

.fs-18 {
  font-size: 1.8rem;
}

.fw-500 {
  font-weight: 500;
}

p,
a {
  font-family: "DM Sans", sans-serif;
}

p {
  line-height: 150%;
}

/* Elements
--------------------------------------------- */
body {
  background: #f3f5f5;
  margin: 0;
}

.container {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding: 0 1rem;
}
@media (min-width: 1440px) {
  .container {
    padding: 0;
  }
}

.mobile-only {
  display: block;
}
@media (min-width: 992px) {
  .mobile-only {
    display: none;
  }
}

.desktop-only {
  display: none;
}
@media (min-width: 992px) {
  .desktop-only {
    display: block;
  }
}

.swiper-container1 {
  display: none; /* Default state for all sliders */
}

.swiper-container1.active {
  display: block; /* Show the active container */
}

ul,
ol {
  margin: 0 0 1.5em 3em;
  font-family: "DM Sans", sans-serif;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

img {
  height: auto;
  max-width: 100%;
  width: 100%;
}

figure {
  margin: 1em 0;
}

video {
  -o-object-fit: cover;
     object-fit: cover;
}

iframe {
  width: 100%;
  height: 100%;
}

.lightbox {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.show-credits {
  display: none;
  position: absolute;
  right: 5px;
  bottom: 5px;
  width: auto;
  z-index: 9999;
}

.show-credits,
.show-credits a {
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  color: #ececec !important;
}

#content-home .wrapper:hover .show-credits {
  display: block;
}

.post__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 7rem 0 5rem 0;
}
@media (min-width: 992px) {
  .post__pagination {
    padding: 10rem 0 5rem 0;
  }
}

.post__pagination:nth-of-type(2) {
  padding: 0 !important;
}

.post__pagination span,
.post__pagination a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin-right: 1.25rem;
  width: 4rem;
  height: 4rem;
  line-height: 1.5;
  text-decoration: none;
  border: 2px solid #152d2f;
  font-size: 2rem;
  font-weight: 700;
  font-family: "DM Sans", sans-serif;
  cursor: pointer;
}
@media (min-width: 992px) {
  .post__pagination span,
  .post__pagination a {
    font-size: 2.2rem;
    width: 5rem;
    height: 5rem;
  }
}

.post__pagination span.current-page {
  background-color: #152d2f;
  color: white;
  pointer-events: none;
  cursor: default;
}

.post__pagination .previous,
.post__pagination .next {
  max-width: 2.2rem;
  max-height: 1.8rem;
}

.testimonials .post__pagination:nth-of-type(2) {
  padding: 0 0 5rem 0 !important;
}

.select-dropdown,
.select-dropdown__archive {
  position: relative;
  display: inline-block;
  max-width: 92px;
  width: 100%;
  font-family: "DM Sans", sans-serif;
  color: #152d2f;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: normal;
}
@media (min-width: 992px) {
  .select-dropdown,
  .select-dropdown__archive {
    font-size: 2.2rem;
    max-width: 120px;
  }
}
.select-dropdown__button,
.select-dropdown__archive__button {
  padding: 10px 35px 10px 15px;
  background-color: #fff;
  border: 1px solid #152d2f;
  cursor: pointer;
  width: 100%;
  text-align: left;
}
.select-dropdown__button:focus,
.select-dropdown__archive__button:focus {
  outline: none;
}
.select-dropdown__button svg,
.select-dropdown__archive__button svg {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.select-dropdown__button span,
.select-dropdown__archive__button span {
  font-size: 1.3rem;
}
@media (min-width: 375px) {
  .select-dropdown__button span,
  .select-dropdown__archive__button span {
    font-size: 1.6rem;
  }
}
@media (min-width: 420px) {
  .select-dropdown__button span,
  .select-dropdown__archive__button span {
    font-size: 1.8rem;
  }
}
.select-dropdown__list, .select-dropdown__list-archive,
.select-dropdown__archive__list,
.select-dropdown__archive__list-archive {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  overflow: auto;
  margin: 0;
  padding: 0;
  list-style-type: none;
  opacity: 0;
  pointer-events: none;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transform: scale(1, 0);
          transform: scale(1, 0);
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  z-index: 2;
}
.select-dropdown__list.active, .select-dropdown__list-archive.active,
.select-dropdown__archive__list.active,
.select-dropdown__archive__list-archive.active {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.select-dropdown__list-item, .select-dropdown__list-archive-item,
.select-dropdown__archive__list-item,
.select-dropdown__archive__list-archive-item {
  display: block;
  list-style-type: none;
  padding: 10px 15px;
  background: #fff;
  cursor: pointer;
  color: #152d2f;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.select-dropdown__list-item:hover, .select-dropdown__list-archive-item:hover,
.select-dropdown__archive__list-item:hover,
.select-dropdown__archive__list-archive-item:hover {
  background-color: rgba(21, 45, 47, 0.4);
}
.select-dropdown__list-archive-item,
.select-dropdown__archive__list-archive-item {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  text-align: left;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.select-dropdown__list-archive-item label,
.select-dropdown__archive__list-archive-item label {
  font-size: 1.6rem;
  font-weight: 500;
  color: #152d2f;
}
.select-dropdown input[type=checkbox],
.select-dropdown__archive input[type=checkbox] {
  display: none;
}
.select-dropdown .custom-checkbox,
.select-dropdown__archive .custom-checkbox {
  width: 18px;
  height: 18px;
  border: 2px solid #152d2f;
  border-radius: 4px;
  background-color: #fff;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  position: relative;
}
.select-dropdown input[type=checkbox]:checked + .custom-checkbox,
.select-dropdown__archive input[type=checkbox]:checked + .custom-checkbox {
  background-color: #152d2f;
}
.select-dropdown input[type=checkbox]:checked + .custom-checkbox::after,
.select-dropdown__archive input[type=checkbox]:checked + .custom-checkbox::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 0;
  width: 6px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.select-dropdown label,
.select-dropdown__archive label {
  cursor: pointer;
}

.select-dropdown__list,
.select-dropdown__list-archive {
  border: 1px solid rgba(21, 45, 47, 0.2);
  background: #fff;
}

.select-dropdown__archive {
  max-width: 100% !important;
}
.select-dropdown__archive__button {
  background: hsla(185, 38%, 13%, 0.15);
  border: none;
  padding: 1.8rem 2.3rem;
  color: hsla(185, 38%, 13%, 0.7);
  font-size: 1.8rem;
  font-weight: 700;
}

/* Links
--------------------------------------------- */
a {
  color: #152d2f;
  text-decoration: none;
}
a:visited {
  color: #152d2f;
}
a:hover, a:focus, a:active {
  color: #152d2f;
}
a:focus {
  outline: none;
}
a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: none;
  background: #152d2f;
  color: white;
  line-height: 1;
  padding: 0;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  outline: none;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  outline: none;
}

.download-btn {
  font-style: 1.8rem;
  font-weight: 700;
  text-transform: uppercase;
  padding: 1rem 2.5rem;
  color: #1e1e1e;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.download-btn svg {
  margin-left: 1.4rem;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
textarea {
  font-family: "DM Sans", sans-serif;
  color: #152d2f;
  border: 1px solid rgba(21, 45, 47, 0.0015);
  background: hsla(185, 38%, 13%, 0.15);
  padding: 1.8rem 2.3rem;
  width: 100%;
  font-size: 1.8rem;
}
@media (min-width: 992px) {
  input[type=text],
  input[type=email],
  input[type=url],
  input[type=password],
  input[type=search],
  input[type=number],
  input[type=tel],
  textarea {
    font-size: 2.2rem;
  }
}
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,
textarea:focus {
  color: #152d2f;
}

select {
  border: 1px solid #152d2f;
}

textarea {
  width: 100%;
}

label {
  font-family: "DM Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
}
@media (min-width: 992px) {
  label {
    font-size: 2.2rem;
  }
}

input[type=submit] {
  cursor: pointer;
  font-family: "DM Sans", sans-serif;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
#masthead {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 1.2rem;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 992px) {
  #masthead {
    padding: 2rem;
    height: 90px;
  }
}
#masthead:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 80px;
  border-bottom: 0.5px rgba(255, 255, 255, 0.1) solid;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  z-index: -1;
}
@media (min-width: 992px) {
  #masthead:after {
    height: 90px;
  }
}
#masthead .container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 999999;
}

.main-navigation {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
  background-color: rgba(243, 245, 245, 0.95);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translateX(-1000px);
          transform: translateX(-1000px);
  max-width: 75vw;
  width: 100%;
  height: 90vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3rem;
  z-index: 999999;
  padding-left: 2rem;
}
@media (min-width: 992px) {
  .main-navigation ul {
    max-width: 586px;
    height: 100vh;
    gap: 3.4rem;
    padding-left: 16rem;
  }
}
.main-navigation ul ul {
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
          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 ul .menu-custom-content {
  font-weight: 700;
  position: fixed;
  left: 2rem;
  top: 2rem;
  cursor: pointer;
}
@media (min-width: 768px) {
  .main-navigation ul .menu-custom-content {
    left: unset;
    right: 5rem;
    top: 5rem;
  }
}
.main-navigation ul .menu-custom-content svg {
  max-width: 2rem;
}
@media (min-width: 992px) {
  .main-navigation ul .menu-custom-content svg {
    max-width: 100%;
  }
}
.main-navigation li {
  position: relative;
  font-size: 2rem;
  font-weight: 600;
}
@media (min-width: 992px) {
  .main-navigation li {
    font-size: 2.6rem;
  }
}
@media (min-width: 1440px) {
  .main-navigation li {
    font-size: 3.6rem;
  }
}
.main-navigation a {
  display: block;
  text-decoration: none;
  font-family: "Cinzel", serif;
}
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
  text-decoration: underline;
  font-weight: 600;
}

.menu-toggle {
  border: none;
  background-color: transparent !important;
  color: #152d2f;
  font-size: 1.8rem;
  font-weight: 500;
  font-family: "DM Sans", sans-serif;
  text-transform: uppercase;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.menu-toggle img {
  z-index: 99999;
}
.menu-toggle span {
  display: none;
  margin-left: 10px;
}
@media (min-width: 576px) {
  .menu-toggle span {
    display: block;
  }
}

.page-template-template-home .menu-toggle img {
  -webkit-filter: invert(100%) brightness(2); /* Safari/Chrome with WebKit prefix */
  filter: invert(100%) brightness(2); /* Standard syntax */
  width: 26px;
  height: 20px;
}

.page-template-template-home .menu-toggle span {
  color: white;
}

/* Small menu. */
.main-navigation.toggled ul {
  border: none;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.languages {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  opacity: 0;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (min-width: 768px) {
  .languages {
    opacity: 1;
  }
}
.languages img {
  margin-right: 5px;
  width: auto;
  -webkit-filter: invert(100%); /* Safari/Chrome */
  filter: invert(100%);
}
.languages .lang-item {
  display: inline;
}
.languages .lang-item a {
  color: #152d2f;
  margin-left: 5px;
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: 500;
}
.languages .lang-item.current-lang a {
  text-decoration: underline;
}
.languages .lang-item-bs {
  margin-right: 15px;
}
.languages .lang-item-bs a {
  margin-right: 37px;
  position: relative;
  z-index: 1;
}
.languages .lang-item-en a {
  position: relative;
}
.languages .lang-item-en a:after {
  content: "";
  position: absolute;
  top: 50% !important;
  left: -30px;
  width: 2px;
  height: 13px !important;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #152d2f;
  z-index: 99999 !important;
}

.page-template-template-home .languages img {
  -webkit-filter: unset; /* Safari/Chrome */
  filter: unset;
}

.page-template-template-home .lang-item a {
  color: white;
}

.page-template-template-home .lang-item-en a:after {
  content: "";
  background-color: #fff !important;
}

.trp-language-switcher {
  width: auto;
}
.trp-language-switcher div {
  background-color: transparent;
  border: none;
}
.trp-language-switcher div a {
  color: #152d2f;
}

.page-template-template-home .trp-language-switcher a {
  color: white;
}

.page-template-template-home .site-branding img {
  -webkit-filter: invert(100%) brightness(2); /* Safari/Chrome with WebKit prefix */
  filter: invert(100%) brightness(2); /* Standard syntax */
}

.site-branding {
  max-width: 64px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (min-width: 576px) {
  .site-branding {
    max-width: 92px;
  }
}
.site-branding img {
  position: relative;
  z-index: 999;
}

.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
}
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
}

/* Footer
--------------------------------------------- */
.footer {
  background-color: #152d2f;
  padding: 5rem 2.5rem 18rem 2.5rem;
  background-image: url("../images/svg/mamula.svg");
  background-position: 50% 115%;
  background-repeat: no-repeat;
  background-size: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (min-width: 375px) {
  .footer {
    background-size: 60%;
    background-position: 50% 115%;
  }
}
@media (min-width: 768px) {
  .footer {
    background-size: 50%;
    background-position: 50% 140%;
  }
}
@media (min-width: 992px) {
  .footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    background-size: 30%;
    background-position: 0% 20%;
    padding-bottom: 2rem;
  }
}
@media (min-width: 1240px) {
  .footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    background-size: 30%;
    background-position: 0% 10%;
  }
}
.footer * {
  color: white;
}
.footer .container {
  width: 100%;
  padding: 0;
}
.footer__wrapper {
  width: 100%;
}
@media (min-width: 992px) {
  .footer__wrapper {
    max-width: 800px;
    margin-left: auto;
  }
}
@media (min-width: 1240px) {
  .footer__wrapper {
    max-width: 1000px;
    margin-left: auto;
  }
}
.footer__block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (min-width: 768px) {
  .footer__block {
    gap: 3.5rem;
  }
}
@media (min-width: 992px) {
  .footer__block {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(0, auto) 0 minmax(0, auto) 0 minmax(0, auto);
    grid-template-columns: repeat(3, minmax(0, auto));
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    max-width: 1000px;
    gap: 0;
  }
}
.footer__logo {
  width: 100%;
  max-width: 75px;
  margin: 0 auto;
  margin-bottom: 3.5rem;
  -webkit-filter: invert(100%) brightness(2); /* Safari/Chrome with WebKit prefix */
  filter: invert(100%) brightness(2); /* Standard syntax */
}
@media (min-width: 768px) {
  .footer__logo {
    margin: 0;
    max-width: 130px;
  }
}
@media (min-width: 992px) {
  .footer__logo {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    margin-top: -2rem;
  }
}
.footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 3rem;
}
@media (min-width: 375px) {
  .footer__links {
    gap: 8rem;
  }
}
@media (min-width: 1240px) {
  .footer__links {
    gap: 15rem;
  }
}
.footer__links .links a {
  display: block;
  text-transform: uppercase;
  color: white;
  font-size: 1.8rem;
  text-align: left;
  margin-bottom: 2rem;
}
.footer__location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
  margin: 3rem 0;
  width: 100%;
}
@media (min-width: 768px) {
  .footer__location {
    margin: 0;
  }
}
.footer__location .helper {
  max-width: 65%;
}
@media (min-width: 768px) {
  .footer__location .helper {
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .footer__location .helper {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}
.footer__location .element {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: inherit;
  gap: 1.8rem;
  margin-bottom: 2rem;
  line-height: 2rem;
}
.footer__location .element img {
  max-width: 2rem;
}
.footer__location .element p {
  font-size: 1.8rem;
}
.footer__bottom {
  width: 100%;
  margin-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding: 1.5rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer__bottom .policy {
  color: rgba(255, 255, 255, 0.4);
}
.footer__bottom .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.5rem;
}

.page-template-template-home .footer {
  display: none;
}

#scrollToTopBtn {
  max-width: 50px;
  position: fixed; /* Fixed position at bottom right */
  bottom: 2rem; /* Distance from bottom */
  right: 2rem; /* Distance from right */
  opacity: 0;
  border: none; /* No border */
  cursor: pointer; /* Cursor on hover */
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  background-color: transparent;
  z-index: 1000; /* Stays on top */
  mix-blend-mode: difference;
}

/* Template parts
--------------------------------------------- */
.header-box {
  height: 80px;
  width: 100%;
  background-color: #152d2f;
  margin-top: 8rem;
  color: white;
  text-transform: uppercase;
  background-image: url("../images/svg/bg-page.svg");
  background-position: center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 768px) {
  .header-box {
    margin-top: 9rem;
    height: 217px;
  }
}
.header-box h1 {
  font-weight: 500;
}

.block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 5rem;
}
@media (min-width: 992px) {
  .block {
    gap: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.block__image {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (min-width: 992px) {
  .block__image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.block__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  color: #152d2f;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (min-width: 992px) {
  .block__content {
    padding-left: 10rem;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.block__content p {
  color: #1e1e1e;
  line-height: 150%;
  text-align: justify;
}
.block__content a {
  text-decoration: underline;
  cursor: pointer;
}

.block__reverse {
  gap: 5rem;
  padding-bottom: 2rem;
  background-size: cover;
  background-position: center;
}
@media (min-width: 992px) {
  .block__reverse {
    padding-bottom: 15rem;
    gap: 0;
  }
}
.block__reverse .block__image {
  -webkit-box-ordinal-group: 3 !important;
      -ms-flex-order: 2 !important;
          order: 2 !important;
}
.block__reverse .block__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-ordinal-group: 2 !important;
      -ms-flex-order: 1 !important;
          order: 1 !important;
  padding-left: 0rem;
}
@media (min-width: 992px) {
  .block__reverse .block__content {
    padding-right: 10rem;
  }
}

.padding__block {
  padding: 5rem 0;
}
@media (min-width: 992px) {
  .padding__block {
    padding: 15rem 0;
  }
}

.read-more {
  margin-top: 2rem;
}
@media (min-width: 992px) {
  .read-more {
    margin-top: 3rem;
  }
}

.expand {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 5; /* Initially show only 3 lines */
  line-clamp: 5;
  -webkit-transition: max-height 0.5s ease;
  transition: max-height 0.5s ease; /* Smooth transition for max-height */
  max-height: 7.3em;
  font-size: 15px;
}

.expand.expanded {
  -webkit-line-clamp: unset; /* Remove line clamp when expanded */
  line-clamp: unset;
  max-height: 100em; /* Large max-height to reveal all content */
}

/* Card styles
--------------------------------------------- */
.post {
  background-color: #f3f5f5;
  padding: 5rem 0;
}
@media (min-width: 992px) {
  .post {
    padding: 10rem 0;
  }
}
.post__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: ;
  grid-template-columns: repeat(1fr);
  grid-auto-rows: auto;
  gap: 2.5rem;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  justify-items: center;
}
@media (min-width: 992px) {
  .post__wrapper {
    -ms-grid-columns: minmax(0, 435px) 6.8rem minmax(0, 435px);
    grid-template-columns: repeat(2, minmax(0, 435px));
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 6.8rem;
  }
}
.post__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  max-width: 434px;
  height: auto;
  width: 100%;
  background-color: white;
  -webkit-box-shadow: 0 0 0 0 rgba(21, 45, 47, 0);
          box-shadow: 0 0 0 0 rgba(21, 45, 47, 0);
  -webkit-transition: -webkit-box-shadow 0.2s ease-in-out;
  transition: -webkit-box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
}
@media (min-width: 992px) {
  .post__card {
    max-width: 435px;
  }
}
.post__card:hover {
  -webkit-box-shadow: 0 0 0 1.5rem rgba(21, 45, 47, 0.4);
          box-shadow: 0 0 0 1.5rem rgba(21, 45, 47, 0.4);
}
.post__card:hover .post__feature-image img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: all 0.3 ease-in-out;
  transition: all 0.3 ease-in-out;
}
.post__feature-image {
  width: 100%;
  height: 100%;
  max-height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}
@media (min-width: 768px) {
  .post__feature-image {
    max-height: 250px;
  }
}
@media (min-width: 992px) {
  .post__feature-image {
    max-height: 246px;
  }
}
.post__feature-image a {
  width: 100%;
}
.post__feature-image img {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  height: 100%;
}
.post__content {
  padding: 2.4rem;
}
@media (min-width: 992px) {
  .post__content {
    padding: 3rem;
  }
}
.post__title {
  display: block;
  font-size: 1.8rem;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Cinzel", serif;
  margin-bottom: 1.6rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 992px) {
  .post__title {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}
.post__author {
  display: block;
  font-size: 1.6rem;
  font-family: "DM Sans", sans-serif;
  color: rgba(30, 30, 30, 0.4);
  margin-bottom: 0.8rem;
}
@media (min-width: 992px) {
  .post__author {
    margin-bottom: 1rem;
  }
}

/* Lightbox
--------------------------------------------- */
.lb-outerContainer {
  position: unset;
}

.lb-nav a.lb-next {
  opacity: 1;
}

.lb-nav a.lb-prev {
  opacity: 1;
}

.lb-closeContainer {
  position: absolute;
  top: 0;
  right: 20px;
  z-index: 99999999999;
}

/* Booking form
--------------------------------------------- */
#msform {
  text-align: center;
  position: relative;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#msform fieldset {
  background: transparent;
  border: 0 none;
  border-radius: 0.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding-bottom: 20px;
  position: relative;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.form-card {
  text-align: left;
  width: 100%;
}

#msform fieldset:not(:first-of-type) {
  display: none;
}

#msform input:focus,
#msform textarea:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 1px solid #152d2f;
  outline-width: 0;
}

#msform .action-button {
  width: auto;
  background: #152d2f;
  font-weight: bold;
  color: white;
  border: 0 none;
  border-radius: 0px;
  cursor: pointer;
  padding: 1rem 2.5rem;
  float: right;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  border: 3px solid #152d2f;
  text-transform: uppercase;
  font-size: 1.8rem;
  font-weight: 700;
  font-family: "DM Sans", sans-serif;
}

#msform .action-button-previous {
  width: auto;
  background: #fff;
  font-weight: bold;
  color: #152d2f;
  border: 3px solid #152d2f;
  cursor: pointer;
  padding: 1rem 2.5rem;
  float: right;
  margin-right: 3.5rem;
  text-transform: uppercase;
  font-size: 1.8rem;
  font-weight: 700;
  font-family: "DM Sans", sans-serif;
}

.card {
  z-index: 0;
  border: none;
  position: relative;
}

.steps__nav-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2.5rem;
}
@media (min-width: 992px) {
  .steps__nav-buttons {
    margin-top: 5rem;
  }
}

.fieldlabels {
  color: gray;
  text-align: left;
}

#progressbar {
  margin: 0;
  padding: 0;
  overflow: hidden;
  color: lightgrey;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-family: "DM Sans", sans-serif;
  padding: 0 0 3rem 0;
  max-width: 92px;
  width: 100%;
  margin: 0 auto;
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}
@media (min-width: 992px) {
  #progressbar {
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
    max-width: 100%;
    padding: 0 0 9rem 0;
  }
}

#progressbar .active {
  color: #152d2f;
}

#progressbar li {
  list-style-type: none;
  font-size: 1.8rem;
  width: 100%;
  float: left;
  position: relative;
  font-weight: 500;
  height: inherit;
  margin-top: 0.5rem;
}
#progressbar li span {
  display: none;
}
@media (min-width: 992px) {
  #progressbar li span {
    display: block;
    text-align: left;
    position: relative;
    left: -11%;
    top: 2rem;
    font-weight: 500;
  }
}

#progressbar li:nth-child(1) span {
  left: 0%;
}

#progressbar li:nth-child(2) span {
  left: -13%;
}

#progressbar li:nth-child(3) span {
  left: -8%;
}

#progressbar li:last-child {
  width: auto;
}

#progressbar #account:before {
  content: "";
}

#progressbar #personal:before {
  content: "";
}

#progressbar #payment:before {
  content: "";
}

#progressbar #confirm:before {
  content: "";
}

#progressbar li:before {
  width: 10px;
  height: 10px;
  display: block;
  font-size: 20px;
  color: #ffffff;
  background: #fff;
  border: 1px solid #152d2f;
  border-radius: 50%;
  padding: 2px;
}
@media (min-width: 992px) {
  #progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    background: rgba(21, 45, 47, 0.35);
    border: none;
  }
}

#progressbar li:after {
  content: "";
  width: 70%;
  height: 5px;
  background: rgba(21, 45, 47, 0.35);
  position: absolute;
  left: 58%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 25px;
  z-index: -1;
  border-radius: 8px;
  display: none;
}
@media (min-width: 992px) {
  #progressbar li:after {
    display: block;
  }
}

#progressbar li:last-child:after {
  content: "";
  width: 0;
}

#progressbar li.active:before,
#progressbar li.active:after {
  background: #152d2f;
}

#progressbar li.active:before {
  content: "";
  -webkit-box-shadow: inset 0 0 0 5px #152d2f, inset 0 0 0 10px #fff;
          box-shadow: inset 0 0 0 5px #152d2f, inset 0 0 0 10px #fff;
}

.fit-image {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* TICKET TYPE*/
.ticket {
  font-family: "DM Sans", sans-serif;
  /* Hide the default radio button */
  /* Style the label to look like a radio button */
  /* Add the checked state using the ::after pseudo-element */
}
.ticket__block {
  width: 100%;
  padding: 2rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid rgba(21, 45, 47, 0.35);
}
.ticket__block:last-child {
  border-bottom: 0;
}
.ticket__block p {
  color: #152d2f;
  font-size: 1.6rem;
  font-weight: 500;
}
@media (min-width: 992px) {
  .ticket__block p {
    font-size: 1.8rem;
  }
}
.ticket__radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 0 7rem 0;
  max-width: 480px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .ticket__radio {
    padding: 0 0 10rem 0;
  }
}
.ticket__block-wrapper {
  max-width: 705px;
  width: 100%;
  margin: 0 auto;
}
.ticket .ticket__radio-input {
  display: none;
}
.ticket .ticket__radio-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.ticket .ticket__radio-block p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: normal;
  color: #152d2f;
  margin-left: 1.5rem;
}
@media (min-width: 992px) {
  .ticket .ticket__radio-block p {
    font-size: 2rem;
  }
}
.ticket .ticket__radio-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 30px;
  height: 30px;
  border: 3px solid #333; /* Border color for radio button */
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  vertical-align: middle;
  -webkit-transition: background-color 0.3s ease, border-color 0.3s ease;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}
.ticket .ticket__radio-input:checked + .ticket__radio-label::after {
  content: "";
  width: 17px;
  height: 17px;
  background-color: #333; /* Inner circle color when selected */
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* DATE AND TIME PICKER*/
.date-time-picker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  font-family: "DM Sans", sans-serif;
  gap: 2.6rem;
}
@media (min-width: 992px) {
  .date-time-picker {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.calendar {
  max-width: 100%;
  width: 100%;
  border: 1px solid hsla(0, 0%, 12%, 0.2);
  color: #1e1e1e;
  background-color: #fff;
  font-family: "DM Sans", sans-serif;
}
@media (min-width: 992px) {
  .calendar {
    max-width: 717px;
  }
}
.calendar .month-nav {
  background: transparent;
  cursor: pointer;
}

.calendar-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: hsla(185, 38%, 13%, 0.15);
  padding: 1.9rem 3rem;
  font-size: 2.6rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #152d2f;
}
.calendar-header .month-nav {
  color: #152d2f;
  font-size: 1.8rem;
  font-weight: 700;
  text-transform: uppercase;
}
.calendar-header button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.calendar-header #prevMonth span {
  margin-left: 1rem;
}
.calendar-header #nextMonth span {
  margin-right: 1rem;
}

.calendar-header .month-year {
  font-weight: bold;
}

.calendar-body {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 5px 1fr 5px 1fr 5px 1fr 5px 1fr 5px 1fr 5px 1fr;
  grid-template-columns: repeat(7, 1fr);
  place-items: center;
  gap: 5px;
  padding: 0rem 0.5rem 1.5rem 0.5rem;
}
@media (min-width: 768px) {
  .calendar-body {
    padding: 0rem 2.5rem 2rem 2.5rem;
  }
}

.day-header,
.day,
.empty {
  text-align: center;
  padding: 10px;
  background-color: #fff;
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.empty {
  color: rgba(30, 30, 30, 0.6);
}

.day-header {
  font-size: 1.8rem;
  font-weight: 700;
}

.day {
  cursor: pointer;
  font-weight: 500;
  font-size: 1.6rem;
  max-width: 50px;
  width: 100%;
}
@media (min-width: 768px) {
  .day {
    font-size: 1.8rem;
    max-width: 63px;
  }
}

.day.selected {
  background-color: #152d2f;
  color: white;
}

.time-picker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  border: 1px solid hsla(0, 0%, 12%, 0.2);
  font-family: "DM Sans", sans-serif;
}
@media (min-width: 992px) {
  .time-picker {
    max-width: 318px;
  }
}
.time-picker--header {
  background: hsla(185, 38%, 13%, 0.15);
  padding: 1.9rem;
  color: #152d2f;
  font-size: 2.6rem;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
}
.time-picker--hours {
  padding: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
  background-color: #fff;
}
@media (min-width: 768px) {
  .time-picker--hours {
    gap: 2.5rem;
  }
}

.time-option {
  padding: 1.5rem 3rem;
  border: 1.5px solid hsla(185, 38%, 13%, 0.5);
  cursor: pointer;
  text-align: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 31%;
          flex: 0 1 31%;
  font-size: 1.6rem;
  font-weight: 500;
}
@media (min-width: 768px) {
  .time-option {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 30%;
            flex: 0 1 30%;
  }
}
@media (min-width: 992px) {
  .time-option {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 45%;
            flex: 0 1 45%;
  }
}

.time-option:hover {
  background-color: #f0f0f0;
}

.time-option.selected {
  background-color: #152d2f;
  color: white;
  border-color: #152d2f;
}

/* PERSONAL DATA*/
.data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.5rem;
}
@media (min-width: 992px) {
  .data {
    gap: 5rem;
  }
}
.data__form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}
@media (min-width: 992px) {
  .data__form-group {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 45%;
            flex: 1 1 45%;
  }
}
.data__form-group span {
  color: red;
}
.data__message {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}
.data__form-group label, .data__message label {
  display: block;
  margin-bottom: 1.5rem;
}

/* PERSONAL DATA SUMMARY */
.summary {
  width: 100%;
}
.summary .time-picker {
  max-width: 100%;
}
.summary .time-picker--hours {
  padding: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (min-width: 992px) {
  .summary .time-picker--hours {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 5rem;
  }
}
.summary__block p {
  font-size: 1.6rem;
  color: #1e1e1e;
}
@media (min-width: 992px) {
  .summary__block p {
    font-size: 2.4rem;
  }
}
.summary__block p:first-child {
  color: #152d2f;
}

/* THANK YOU SECTION */
.completed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.completed img {
  max-width: 8.3rem;
}
@media (min-width: 992px) {
  .completed img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 11.6rem;
  }
}
.completed p {
  font-size: 2.2rem;
  color: #152d2f;
  font-weight: 500;
  text-align: center;
  margin: 3rem 0 24rem 0;
}
@media (min-width: 992px) {
  .completed p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 3rem;
    margin: 5rem 0 30rem 0;
  }
}

#hidden_form {
  display: none;
}

/* Archive card
--------------------------------------------- */
.archive__card {
  width: 100%;
  font-family: "DM Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  background-color: #fff;
  border: 1px solid hsla(185, 38%, 13%, 0.25);
  padding: 2rem 1.5rem;
  text-align: left;
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 992px) {
  .archive__card {
    font-size: 1.8rem;
    padding: 2.1rem 2.5rem;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 3.7rem;
  }
}
.archive__item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
}
@media (min-width: 992px) {
  .archive__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
}
.archive__item:nth-child(1) {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  text-align: right;
  margin-bottom: 1.8rem;
}
@media (min-width: 992px) {
  .archive__item:nth-child(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    text-align: left;
    margin-bottom: 0;
  }
}
.archive__item:nth-child(2) {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-bottom: 1.8rem;
}
@media (min-width: 992px) {
  .archive__item:nth-child(2) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 0;
  }
}
.archive__item:nth-child(3) {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.archive__item:nth-child(4) {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  text-align: right;
}
@media (min-width: 992px) {
  .archive__item:nth-child(4) {
    text-align: left;
  }
}

/* Docs card
--------------------------------------------- */
.documents__card {
  width: 100%;
  padding: 3rem;
  background-color: rgba(21, 45, 47, 0.25);
  font-weight: 700;
  font-size: 1.8rem;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 2rem;
}
@media (min-width: 992px) {
  .documents__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

/*--------------------------------------------------------------
# Pages
--------------------------------------------------------------*/
.wrapper {
  height: 100%;
  width: 100%;
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: 999;
}

.swiper-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.swiper-container .swiper-scrollbar {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 10px;
  background: rgba(0, 0, 0, 0.1);
  z-index: 99999;
}
.swiper-container .swiper-scrollbar .swiper-scrollbar-drag {
  height: 100%;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
  transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
  background: rgba(0, 0, 0, 0.4);
}
.swiper-container .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.swiper-container .swiper-slide {
  height: 100%;
  width: 100%;
  font-size: 9rem;
  font-weight: 700;
  color: #f3f5f5;
  text-align: center;
  /*Styling*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 992px) {
  .swiper-container .swiper-slide {
    text-align: left;
  }
}
.swiper-container .swiper-slide:after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(21, 45, 47, 0.85);
  z-index: -1;
}
.swiper-container .swiper-slide .title__wrapper {
  max-width: 1440px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  row-gap: 60px;
  position: relative;
  top: 5%;
  padding: 2rem;
}
@media (min-width: 992px) {
  .swiper-container .swiper-slide .title__wrapper {
    padding: 2rem 12rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 1440px) {
  .swiper-container .swiper-slide .title__wrapper {
    padding: 2rem;
  }
}

.swiper-button-next__homepage {
  position: absolute;
  z-index: 99999999999999;
  bottom: 10%;
  -webkit-transform: translateX(-50%) !important;
          transform: translateX(-50%) !important;
  left: 50%;
  width: 50px;
  height: 50px;
  cursor: pointer;
  font-size: 1.6rem;
  font-weight: 500;
  color: white;
  text-transform: capitalize;
  font-family: "DM Sans", sans-serif;
  text-align: center;
}
.swiper-button-next__homepage:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.4);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1; /* Make sure the pulsing effect is behind the image */
  -webkit-animation: pulse 2s infinite;
          animation: pulse 2s infinite;
}
.swiper-button-next__homepage.swiper-button-disabled {
  opacity: 0.5 !important;
}
@media (min-width: 992px) {
  .swiper-button-next__homepage {
    top: 50%;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
    right: 6%;
    left: unset;
  }
}

.swiper-button-prev__homepage {
  position: absolute;
  z-index: 99999999999999;
  bottom: 10%;
  -webkit-transform: translateX(-50%) !important;
          transform: translateX(-50%) !important;
  left: 50%;
  width: 50px;
  height: 50px;
  cursor: pointer;
  font-size: 1.6rem;
  font-weight: 500;
  color: white;
  text-transform: capitalize;
  font-family: "DM Sans", sans-serif;
  text-align: center;
  display: none;
}
.swiper-button-prev__homepage:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.4);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1; /* Make sure the pulsing effect is behind the image */
  -webkit-animation: pulse 2s infinite;
          animation: pulse 2s infinite;
}
@media (min-width: 992px) {
  .swiper-button-prev__homepage {
    top: 50%;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
    left: 6%;
  }
}
.swiper-button-prev__homepage img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.swiper-button-next.no-animation:before {
  -webkit-animation: none;
          animation: none;
}

/*Swiper button animation*/
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: translate(-50%, -50%) scale(1.5);
            transform: translate(-50%, -50%) scale(1.5);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: translate(-50%, -50%) scale(1.5);
            transform: translate(-50%, -50%) scale(1.5);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
}
#video__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}

.map__image {
  width: 100%;
  height: 295px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border: 1px solid rgba(21, 45, 47, 0.1);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 992px) {
  .map__image {
    height: 542px;
  }
}
.map__image .map__text-box {
  margin-top: -150px;
  display: none;
}
@media (min-width: 992px) {
  .map__image .map__text-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.gallery {
  padding: 0px;
  text-align: center;
  position: relative;
  overflow-x: hidden;
  text-align: center;
  padding-top: 7rem;
  padding-bottom: 7rem;
  /*Filter buttons*/
  /*Swiper gallery*/
}
@media (min-width: 992px) {
  .gallery {
    padding: 15rem 2rem 5rem 2rem;
  }
}
.gallery .tabs-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 12px;
  list-style: none;
  overflow-x: hidden;
  scroll-behavior: smooth;
  margin-bottom: 4rem;
  padding: 1rem;
}
@media (min-width: 1240px) {
  .gallery .tabs-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 4rem;
  }
}
.gallery .tabs-box.dragging {
  scroll-behavior: auto;
  cursor: -webkit-grab;
  cursor: grab;
}
.gallery .tabs-box .tab {
  cursor: pointer;
  white-space: nowrap;
  background: transparent;
  padding: 1.5rem 2.5rem;
  color: #152d2f;
  font-family: "DM Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  text-wrap: wrap;
  max-width: 360px;
  outline: 1px solid #152d2f;
}
@media (min-width: 992px) {
  .gallery .tabs-box .tab {
    font-size: 2rem;
  }
}
.gallery .tabs-box .tab:hover {
  background: #152d2f;
  color: white;
}
.gallery .tabs-box.dragging .tab {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}
.gallery .tabs-box .tab.active {
  color: #fff;
  background: #152d2f;
}
.gallery .swiper-container1 {
  border-radius: 5px;
  width: 100%;
  overflow: hidden;
  height: 261px;
  font-size: 50px;
  position: relative;
  font-family: sans-serif;
  padding: 0 20px 50px 20px;
}
@media (min-width: 768px) {
  .gallery .swiper-container1 {
    height: 636px;
    padding: 0 20px 100px 20px;
  }
}
.gallery .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  overflow: hidden;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0px;
  border-left: 15px solid #fff;
  border-right: 15px solid #fff;
}
@media (min-width: 992px) {
  .gallery .swiper-slide {
    width: 600px !important;
  }
}
.gallery .swiper-slide img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery .swiper-container1 a {
  width: 100%;
  height: 100%;
}
.gallery .navigation__buttons {
  display: none !important;
  width: 100%;
  padding: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3rem;
}
@media (min-width: 992px) {
  .gallery .navigation__buttons {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.gallery .navigation__buttons .swiper-button-next__about,
.gallery .navigation__buttons .swiper-button-prev__about,
.gallery .navigation__buttons .swiper-button-prev__docs,
.gallery .navigation__buttons .swiper-button-next__docs {
  max-width: 40px;
  max-height: 40px;
  cursor: pointer;
}
.gallery .swiper-pagination {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.8rem;
  margin-top: 3rem;
}
@media (min-width: 992px) {
  .gallery .swiper-pagination {
    display: none !important;
  }
}
@media (max-width: 638px) {
  .gallery .swiper-container {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .gallery .swiper-container {
    width: 70vw;
  }
}
@media (max-width: 300px) {
  .gallery .swiper-container {
    width: 100%;
  }
  .gallery .swiper-slide {
    border-radius: 0px;
  }
  .gallery .swiper-container .ImgHolder {
    border-radius: 0px;
  }
  .gallery .ContentHolder {
    border-radius: 0px;
  }
}

.map__text-box {
  max-width: 100%;
  width: 100%;
  padding: 4rem 1.5rem;
  background-color: white;
  border: 1px solid rgba(21, 45, 47, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: left;
}
@media (min-width: 992px) {
  .map__text-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    max-width: 640px;
    padding: 4rem;
    position: absolute;
  }
}

@media (min-width: 992px) {
  .mobile {
    display: none;
  }
}

.virtual {
  text-align: left;
  padding-top: 7rem;
  padding-bottom: 10rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 992px) {
  .virtual {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    padding-bottom: 15rem;
  }
}
.virtual__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-bottom: 5rem;
}
@media (min-width: 992px) {
  .virtual__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 703px;
    margin-bottom: 7rem;
  }
}
.virtual__image {
  position: relative;
  width: 100%;
  height: 243px;
}
@media (min-width: 992px) {
  .virtual__image {
    height: 657px;
  }
}

.swiper-pagination {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.8rem;
  margin-top: 3rem;
}
@media (min-width: 992px) {
  .swiper-pagination {
    display: none !important;
  }
}

.swiper-pagination-bullet {
  background-color: white;
  opacity: 1;
  border: 1px solid #152d2f;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  background-color: #152d2f;
}

/**/
.intro {
  background-color: #f3f5f5;
  width: 100%;
  padding: 5rem 1rem 0rem 1rem;
}
@media (min-width: 992px) {
  .intro {
    padding-top: 10rem;
  }
}
.intro__content {
  max-width: 882px;
  margin: 0 auto;
  text-align: left;
}
@media (min-width: 992px) {
  .intro__content {
    text-align: center;
  }
}
.intro__content p {
  font-weight: 500;
}

.single__post .post__author {
  font-size: 1.8rem;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .single__post .post__author {
    font-size: 2.4rem;
    margin-bottom: 5rem;
  }
}
.single__post-image {
  height: 200px;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .single__post-image {
    height: 517px;
    margin-bottom: 7rem;
  }
}
.single__post-image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single__post-content {
  text-align: justify;
}

hr {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  hr {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}

/* Recommendation section */
.recommendations {
  padding-top: 7rem;
  text-align: left;
}
@media (min-width: 992px) {
  .recommendations {
    padding-top: 15rem;
  }
}
.recommendations h2 {
  margin-bottom: 5rem;
  text-align: center;
}
.recommendations .swiper-posts {
  padding: 2rem;
}
.recommendations .swiper-pagination {
  margin-top: 0rem;
}
.recommendations.container {
  padding-left: 0;
  padding-right: 0;
}

.page-template-template-history .footer {
  display: none;
}

.panel {
  width: 100%;
  min-height: 100vh;
  color: black;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.panel:before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #ffffff;
}
.panel .container {
  width: 100%;
  margin-top: 15rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.panel h1 {
  font-weight: 600;
  text-align: center;
}
.panel .year {
  font-size: 2rem;
  font-family: "Cinzel", serif;
  text-align: center;
  margin-top: 1rem;
}
@media (min-width: 992px) {
  .panel .year {
    font-size: 3.6rem;
    font-weight: 600;
  }
}
.panel > * {
  z-index: 9;
}
.panel .panel-2 p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 5rem;
}
.panel__header {
  position: absolute;
  top: 9rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (min-width: 992px) {
  .panel__header {
    top: 13%;
  }
}
.panel__content p {
  position: relative;
  margin-bottom: 10rem;
  padding-left: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: justify;
}
@media (min-width: 768px) {
  .panel__content p {
    padding-left: 12.6rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.panel__content p:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 17px;
  height: 17px;
  background-color: #152d2f;
  border-radius: 50%;
  z-index: 1;
}
@media (min-width: 768px) {
  .panel__content p:before {
    width: 30px;
    height: 30px;
  }
}
.panel__content p:after {
  content: "";
  position: absolute;
  left: 7px;
  top: 0;
  width: 3px;
  height: calc(100% + 10rem);
  background-color: #152d2f;
  z-index: 0;
}
@media (min-width: 768px) {
  .panel__content p:after {
    width: 3px;
    left: 15px;
  }
}
.panel__content p:last-child::after {
  display: none;
}
.panel__content p span {
  font-size: 2rem;
  font-weight: 600;
  font-family: "Cinzel", serif;
  position: relative;
  line-height: 0.7;
}
@media (min-width: 768px) {
  .panel__content p span {
    position: absolute;
    left: 5rem;
  }
}
.panel__content p span br {
  display: none;
}
@media (min-width: 992px) {
  .panel__content p span br {
    display: block;
  }
}
.panel__content p .break-p {
  display: block;
}
@media (min-width: 768px) {
  .panel__content p .break-p {
    display: none;
  }
}
.panel__image {
  max-width: 250px;
  width: 100%;
  height: auto;
}
.panel__image--big {
  max-width: 450px;
  width: 100%;
  height: auto;
}
.panel__coat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 2rem;
}
@media (min-width: 992px) {
  .panel__coat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 5rem;
  }
}

.panel-1 {
  background-position: top center;
}
.panel-1 .container {
  margin-top: 0;
}
.panel-1 .panel__content {
  margin-top: 5rem;
}
@media (min-width: 768px) {
  .panel-1 .panel__content {
    margin-top: 10rem;
  }
}
@media (min-width: 992px) {
  .panel-1 .panel__content {
    margin-top: 13rem;
  }
}

.scroll__down {
  position: absolute;
  z-index: 9999;
  bottom: 5%;
  -webkit-transform: translateX(-50%) !important;
          transform: translateX(-50%) !important;
  left: 50%;
  width: 50px;
  height: 50px;
  font-size: 1.6rem;
  font-weight: 500;
  color: white;
  text-transform: capitalize;
  font-family: "DM Sans", sans-serif;
  text-align: center;
}
.scroll__down:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.4);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
  -webkit-animation: pulse 2s infinite;
          animation: pulse 2s infinite;
}

#multimedia {
  background-color: #f3f5f5;
  background-size: cover;
  background-position: center;
}

.multimedia__wrapper {
  overflow: hidden;
  --position: 50%;
  height: 100%;
}
.multimedia .image-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.multimedia .slider-image {
  width: 100%;
  height: 100%;
}
.multimedia .image-after {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
}
.multimedia .image-before {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
  position: absolute;
  inset: 0;
  width: var(--position);
}
@media (min-width: 992px) {
  .multimedia .image-before {
    -o-object-fit: none;
       object-fit: none;
  }
}
.multimedia .cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.multimedia .slider {
  position: absolute;
  inset: 0;
  cursor: pointer;
  opacity: 0;
  /* for Firefox */
  width: 100%;
  height: 100%;
}
.multimedia .slider:focus-visible ~ .slider-button {
  outline: 5px solid black;
  outline-offset: 3px;
}
.multimedia .slider-line {
  position: absolute;
  inset: 0;
  width: 0.2rem;
  height: 100%;
  background-color: #fff;
  /* z-index: 10; */
  left: var(--position);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  pointer-events: none;
}
.multimedia .slider-button {
  position: absolute;
  background-color: rgba(21, 45, 47, 0.4);
  border: 2px solid #fff;
  width: 50px;
  height: 50px;
  padding: 0.5rem;
  border-radius: 100%;
  display: -ms-grid;
  display: grid;
  place-items: center;
  top: 50%;
  left: var(--position);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}
.multimedia .slider-button img {
  -o-object-fit: unset;
     object-fit: unset;
}
.multimedia .p-100 {
  padding: 2.5rem 0;
}
@media (min-width: 992px) {
  .multimedia .p-100 {
    padding: 10rem 0;
  }
}
.multimedia__full-width {
  height: 170px;
}
@media (min-width: 768px) {
  .multimedia__full-width {
    height: 310px;
  }
}
@media (min-width: 992px) {
  .multimedia__full-width {
    height: 581px;
  }
}
.multimedia__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  gap: 20px;
  height: auto;
}
.multimedia__grid > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.multimedia__grid .multimedia__wrapper {
  height: auto;
}
@media (min-width: 768px) {
  .multimedia__grid .multimedia__wrapper {
    height: 100%;
  }
}
@media (min-width: 992px) {
  .multimedia__grid {
    -ms-grid-columns: 1fr 54px 1fr;
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: 1fr 54px 1fr;
    grid-template-rows: repeat(2, 1fr);
    gap: 54px;
    height: 500px;
  }
  .multimedia__grid > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .multimedia__grid > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .multimedia__grid > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .multimedia__grid > *:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .multimedia__grid--item-1 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 1/1/2/2;
  }
  .multimedia__grid--item-2 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 2/1/3/2;
  }
  .multimedia__grid--item-3 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 1/2/3/3;
  }
}
.multimedia__items--2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: repeat(1, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: repeat(1, 1fr);
  gap: 20px;
  height: auto;
}
.multimedia__items--2 > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
@media (min-width: 992px) {
  .multimedia__items--2 {
    -ms-grid-columns: 1fr 54px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 54px;
    height: 428px;
  }
}
.multimedia__items--2 .multimedia__wrapper {
  height: 300px;
}
@media (min-width: 768px) {
  .multimedia__items--2 .multimedia__wrapper {
    height: auto;
  }
}
@media (min-width: 992px) {
  .multimedia__items--2 .multimedia__wrapper {
    height: auto;
  }
}
.multimedia__items--3 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  height: auto;
}
@media (min-width: 992px) {
  .multimedia__items--3 {
    -ms-grid-columns: 1fr 54px 1fr 54px 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 54px;
    height: 600px;
  }
}
.multimedia__items--3 .multimedia__wrapper {
  height: auto;
}
@media (min-width: 992px) {
  .multimedia__items--3 .multimedia__wrapper {
    height: auto;
  }
}
.multimedia .item-3-single .image-container {
  max-width: 340px;
  -ms-grid-column-align: center;
      justify-self: center;
}
.multimedia__items--4 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: repeat(1, 1fr);
  justify-items: center;
  gap: 20px;
  height: auto;
}
@media (min-width: 992px) {
  .multimedia__items--4 {
    gap: 54px;
    height: 428px;
    -ms-grid-columns: 1fr 54px 1fr 54px 1fr 54px 1fr;
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 992px) {
  .multimedia .item-4-single {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-area: 1/2/2/4;
  }
}

.video {
  padding: 5rem 0;
}
@media (min-width: 992px) {
  .video {
    padding: 10rem 0;
  }
}
.video__container {
  max-width: 1137px;
  width: 100%;
  margin: 0 auto;
  padding: 0 1rem;
  position: relative;
}
@media (min-width: 1240px) {
  .video__container {
    padding: 0;
  }
}
.video__wrapper {
  position: relative;
  height: 240px;
  overflow: hidden;
  background: #000;
  width: 100%;
}
@media (min-width: 768px) {
  .video__wrapper {
    height: 450px;
  }
}
@media (min-width: 992px) {
  .video__wrapper {
    height: 640px;
  }
}
.video__wrapper iframe,
.video__wrapper video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.video__content {
  text-align: left;
}
.video__content h3 {
  font-size: 2.4rem;
  font-weight: 600;
  margin: 3rem 0 2rem 0;
}
@media (min-width: 992px) {
  .video__content h3 {
    font-size: 3.2rem;
  }
}
.video__content p {
  text-align: justify;
}

.video:first-child {
  padding-top: 0;
}

.tabs {
  padding: 0;
  padding-top: 7rem;
  list-style: none;
  position: relative;
  font-family: "DM Sans", sans-serif;
  max-width: 1440px;
  width: 100%;
  margin: auto;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 992px) {
  .tabs {
    padding-top: 10rem;
  }
}
.tabs .active-tab {
  position: relative;
  color: #fff;
  background-color: #152d2f;
}
.tabs .active-tab:after {
  width: 100%;
  height: 2px;
  position: absolute;
  content: "";
  bottom: -0.1em;
  left: 0;
}
.tabs li {
  display: inline-block;
  cursor: pointer;
  color: #152d2f;
  padding: 1.7rem 4rem;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.4rem;
  border: 2px solid #152d2f;
}
@media (min-width: 992px) {
  .tabs li {
    padding: 2rem 4.5rem;
    font-size: 1.8rem;
  }
}

.tabs-content {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-top: 5em;
  text-align: center;
}
@media (min-width: 992px) {
  .tabs-content {
    padding-top: 10rem;
  }
}
.tabs-content li {
  display: none;
}

.bg-white {
  background-color: white;
}

.multimediaSwiper {
  padding-top: 5rem;
}
@media (min-width: 992px) {
  .multimediaSwiper {
    padding-top: 10rem;
  }
}

.multimediaThumbs {
  max-width: 976px;
  margin: auto;
}

.thumb-slides {
  aspect-ratio: 5/3;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper-button-prev--multimedia,
.swiper-button-next--multimedia {
  max-width: 50px;
  position: absolute;
  bottom: 50%;
  z-index: 999;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}

.swiper-button-prev--multimedia {
  left: 1.5%;
}
@media (min-width: 1240px) {
  .swiper-button-prev--multimedia {
    left: 0;
  }
}

.swiper-button-next--multimedia {
  right: 1.5%;
}
@media (min-width: 1240px) {
  .swiper-button-next--multimedia {
    right: 0;
  }
}

.swiper-button-prev--multimedia,
.swiper-button-next--multimedia {
  display: none;
}
@media (min-width: 1240px) {
  .swiper-button-prev--multimedia,
  .swiper-button-next--multimedia {
    display: block;
  }
}

#hover-image {
  width: 500px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

#hover-image {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

/* On hover, show the image */
.hover-target:hover #hover-image {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  display: block;
  opacity: 1;
}

.player-wrap {
  width: 90%;
  margin: 200px auto;
}

.audio-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
}

#waveform {
  max-width: 878px;
}

input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  height: 10px;
  background: transparent;
  position: relative;
}

input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 10px;
  background: #ddd;
  border-radius: 5px;
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 24px;
  height: 24px;
  background: #4caf50;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  z-index: 2;
}

input[type=range]::-moz-range-track {
  width: 100%;
  height: 10px;
  background: #ddd;
  border-radius: 5px;
}

input[type=range]::-moz-range-thumb {
  width: 24px;
  height: 24px;
  background: #4caf50;
  border-radius: 50%;
  cursor: pointer;
}

input[type=range]::-ms-track {
  width: 100%;
  height: 10px;
  background: transparent;
  border-color: transparent;
  color: transparent;
}

input[type=range]::-ms-fill-lower {
  background: #4caf50;
  border-radius: 5px;
}

input[type=range]::-ms-fill-upper {
  background: #ddd;
  border-radius: 5px;
}

input[type=range]::-ms-thumb {
  width: 24px;
  height: 24px;
  background: #4caf50;
  border-radius: 50%;
  cursor: pointer;
}

#custom-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

#current-time,
#duration-time {
  font-family: Arial, sans-serif;
  font-size: 14px;
}

/* Testimonials */
#testimonials-content {
  background-color: #f3f5f5;
}

.testimonials {
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  /* Audio Tab*/
  /* Tekstovi Tab*/
}
.testimonials__intro {
  background: transparent;
}
.testimonials__intro p {
  font-size: 20px;
  text-align: center;
}
.testimonials__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1382px;
  margin: 0 auto;
  width: 100%;
}
@media (min-width: 992px) {
  .testimonials__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 135px;
  }
}
.testimonials__card {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .testimonials__card {
    padding: 10rem 2rem;
  }
}
.testimonials__card:nth-child(even) {
  background-color: white;
}
@media (min-width: 992px) {
  .testimonials__card:nth-child(even) .testimonials__feature-image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.testimonials__card:first-child {
  padding-top: 0;
}
@media (min-width: 992px) {
  .testimonials__card:first-child {
    padding-top: 5rem;
  }
}
.testimonials__feature-image {
  max-width: 233px;
  width: 100%;
  text-align: center;
  margin-bottom: 5rem;
}
@media (min-width: 992px) {
  .testimonials__feature-image {
    max-width: 359px;
    width: 100%;
    height: 493px;
    margin-bottom: 0;
  }
}
.testimonials__title {
  margin-bottom: 0;
}
.testimonials .test {
  width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 992px) {
  .testimonials .test {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.testimonials__content {
  max-width: 876px;
  width: 100%;
  color: #152d2f;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 992px) {
  .testimonials__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 2rem;
  }
}
.testimonials__text {
  margin: 1.5rem 0 5rem 0;
}
@media (min-width: 992px) {
  .testimonials__text {
    margin: 1.5rem 0 9.5rem 0;
  }
}
.testimonials__text p {
  font-size: 1.8rem;
  font-weight: bold;
}
@media (min-width: 992px) {
  .testimonials__text p {
    font-size: 3rem;
  }
}
.testimonials__source {
  font-size: 1.6rem;
  font-weight: bold;
  margin-top: 8rem;
  margin-right: auto;
  text-align: left;
}
@media (min-width: 768px) {
  .testimonials__source {
    text-align: center;
    margin-right: unset;
  }
}
@media (min-width: 992px) {
  .testimonials__source {
    font-size: 1.8rem;
    margin-top: 8rem;
    text-align: left;
  }
}
.testimonials .testimonials__waveform {
  height: 70px; /* Ensure this is not overridden */
  max-width: 500px;
  width: 100%; /* Ensure it occupies the full width */
}
@media (min-width: 992px) {
  .testimonials .testimonials__waveform {
    max-width: 878px;
  }
}
.testimonials .tekstovi__wrapper {
  max-width: 1382px;
  margin: 0 auto;
  width: 100%;
  padding: 0 1rem 3rem 1rem;
}
@media (min-width: 1440px) {
  .testimonials .tekstovi__wrapper {
    padding: 0 0 3rem 0;
  }
}
.testimonials .tekstovi__wrapper .accordion-content > div p {
  padding: 2rem 4rem;
  text-align: justify;
}

.accordion-content {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 0fr;
  grid-template-rows: 0fr;
  -webkit-transition: grid-template-rows 500ms;
  transition: grid-template-rows 500ms;
  transition: grid-template-rows 500ms, -ms-grid-rows 500ms;
  background-color: #fff;
  border: 1px solid rgba(21, 45, 47, 0.2);
  text-align: left;
  color: #000;
  font-weight: 500;
}
.accordion-content .image {
  padding: 0;
  -webkit-transition: padding 0.3s ease-in-out;
  transition: padding 0.3s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3rem;
}
@media (min-width: 992px) {
  .accordion-content .image {
    gap: 7rem;
  }
}
.accordion-content .image img {
  max-width: 122px;
  aspect-ratio: 1/1;
}

.accordion-content[aria-hidden=false] {
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
}

.accordion-content > div {
  overflow: hidden;
}
.accordion-content > div p {
  padding: 3.5rem 2rem;
}
@media (min-width: 992px) {
  .accordion-content > div p {
    padding: 3.5rem 4rem;
  }
}

/* other styles */
.accordion {
  font-family: "DM Sans", sans-serif;
  color: #1e1e1e;
}

.accordion__title {
  cursor: pointer;
  position: relative;
  list-style: none;
  text-align: left;
  font-weight: bold;
  font-size: 2.2rem;
}
@media (min-width: 992px) {
  .accordion__title {
    font-size: 2.4rem;
  }
}

.accordion__author {
  font-size: 2rem;
  margin: 1.5rem 0 0.5rem 0;
}
@media (min-width: 992px) {
  .accordion__author {
    margin: 0.8rem 0;
  }
}

time {
  font-size: 1.6rem;
  color: rgba(0, 0, 0, 0.5);
}

.accordion-panel {
  margin-bottom: 2rem;
  background-color: rgba(21, 45, 47, 0.2);
}

.accordion h2 {
  position: relative;
}

.accordion-trigger {
  background: transparent;
  position: relative;
  border: 0;
  font: inherit;
  color: inherit;
  width: 100%;
  padding: 3.5rem 3rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: 264px;
  cursor: pointer;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (min-width: 992px) {
  .accordion-trigger {
    padding: 2.3rem 3rem;
    font-size: 2.4rem;
  }
}
.accordion-trigger svg {
  position: absolute;
  right: 50%;
  bottom: 2.5rem;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
@media (min-width: 992px) {
  .accordion-trigger svg {
    right: 3rem;
    bottom: 50%;
  }
}

.accordion-trigger[aria-expanded=true] svg {
  -webkit-transform: rotate(180deg) translateX(-50%);
          transform: rotate(180deg) translateX(-50%);
}

.accordion-content[aria-hidden=false] .image {
  padding: 3.5rem 4rem;
}

.contact {
  background-color: #f3f5f5;
  padding: 5rem 0;
}
@media (min-width: 992px) {
  .contact {
    padding: 15rem 0;
  }
}
.contact__info {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto; /* Stack blocks on small screens */
  gap: 2.5rem;
  background: url("../../images/svg/pin.svg") no-repeat;
}
.contact__info > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
@media (min-width: 768px) {
  .contact__info {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: (1fr)[4];
    grid-template-rows: repeat(4, 1fr); /* Adjust grid for medium screens */
  }
  .contact__info > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .contact__info > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .contact__info > *:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .contact__info > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .contact__info > *:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .contact__info > *:nth-child(6) {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
  .contact__info > *:nth-child(7) {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
  .contact__info > *:nth-child(8) {
    -ms-grid-row: 4;
    -ms-grid-column: 2;
  }
}
@media (min-width: 992px) {
  .contact__info {
    -ms-grid-columns: 1fr 5rem 1fr 5rem 1fr 5rem 1fr;
    grid-template-columns: repeat(4, 1fr);
    -ms-grid-rows: 1fr 5rem 1fr;
    grid-template-rows: repeat(2, 1fr);
    gap: 5rem;
  }
  .contact__info > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .contact__info > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .contact__info > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  .contact__info > *:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 7;
  }
  .contact__info > *:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .contact__info > *:nth-child(6) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .contact__info > *:nth-child(7) {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
  }
  .contact__info > *:nth-child(8) {
    -ms-grid-row: 3;
    -ms-grid-column: 7;
  }
}
.contact__block {
  width: 100%;
  height: 230px;
  background-color: #fff;
  background-size: 94px;
  background-position: 115% 50%;
  background-repeat: no-repeat;
  padding: 3.2rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contact__block:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 992px) {
  .contact__block {
    background-position: 120% 50%;
    height: 300px;
    max-width: 341px;
  }
}
@media (min-width: 1240px) {
  .contact__block {
    width: 342px;
  }
}
.contact__block img {
  max-width: 5rem;
  width: 100%;
}
@media (min-width: 1240px) {
  .contact__block img {
    max-width: 7rem;
  }
}
.contact__block span {
  color: #152d2f;
  font-size: 2.4rem;
  font-weight: 600;
  margin: 2rem 0 3rem 0;
  text-transform: uppercase;
}
@media (min-width: 1240px) {
  .contact__block span {
    font-size: 3.2rem;
  }
}
.contact__block small {
  color: #1e1e1e;
  font-family: "DM Sans", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 150%;
}
@media (min-width: 1240px) {
  .contact__block small {
    font-size: 2.4rem;
  }
}
.contact__location {
  background-image: url(".././images/svg/pin.svg");
  background-position: 120% 3.5rem;
}
@media (min-width: 576px) {
  .contact__location {
    background-position: 110% 3.5rem;
  }
}
@media (min-width: 768px) {
  .contact__location {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 1/1/2/2;
    background-position: 120% 3.5rem;
  }
}
@media (min-width: 992px) {
  .contact__location {
    background-position: 120% 3.5rem;
  }
}
.contact__phone {
  background-image: url(".././images/svg/envelope1.svg");
  background-position: 125% 3.5rem;
  background-size: 120px;
}
@media (min-width: 576px) {
  .contact__phone {
    background-position: 110% 3.5rem;
  }
}
@media (min-width: 768px) {
  .contact__phone {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 1/2/2/3;
    background-position: 125% 3.5rem;
  }
}
.contact__email {
  background-image: url(".././images/svg/tel.svg");
  background-position: 120% 3.5rem;
}
@media (min-width: 576px) {
  .contact__email {
    background-position: 110% 3.5rem;
  }
}
@media (min-width: 768px) {
  .contact__email {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 2/1/3/2;
    background-position: 117% 3.5rem;
  }
}
.contact__hours {
  background-image: url(".././images/svg/clock.svg");
  background-position: 120% 3.5rem;
}
@media (min-width: 768px) {
  .contact__hours {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 2/2/3/3;
    background-position: 115% 3.5rem;
  }
}
.contact__map {
  height: 268px;
}
@media (min-width: 768px) {
  .contact__map {
    height: 100%;
    -ms-grid-row: 3;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: 3/1/5/3;
  }
}
@media (min-width: 992px) {
  .contact__map {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
    grid-area: 1/3/3/5;
  }
}
.contact .map__image {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.appointments {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0.5))), url(".././images/texture-bg.jpg");
  background: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url(".././images/texture-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 4rem;
}
.appointments__container {
  max-width: 1006px;
  width: 100%;
  margin: 0 auto;
  padding: 0 1rem;
  text-align: center;
}
.appointments__container h1 {
  padding: 9rem 0 5rem 0;
}
.appointments .steps__counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  color: #152d2f;
  font-weight: 700;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .appointments .steps__counter {
    display: none;
  }
}
.appointments .steps__counter p,
.appointments .steps__counter span {
  font-size: 2.4rem;
}

.banner {
  width: 100%;
  padding: 7rem 1rem 7rem 1rem;
  background-color: #f3f5f5;
  overflow: hidden;
  -webkit-transition: background-size 0.3s ease-in-out;
  transition: background-size 0.3s ease-in-out;
}
@media (min-width: 1240px) {
  .banner {
    padding: 15rem 0 15rem 0;
  }
}
.banner__content {
  height: 250px;
  background-image: url(".././images/contact-banner.jpg");
  background-position: bottom center;
  background-size: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.5rem;
  -webkit-transition: background-size 0.3s ease-in-out;
  transition: background-size 0.3s ease-in-out;
}
@media (min-width: 1240px) {
  .banner__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 2.7rem;
    height: 270px;
  }
}
.banner__content img,
.banner__content a {
  position: inherit;
  z-index: 2;
  color: white;
}
.banner__content img {
  max-width: 5rem;
  width: 100%;
}
@media (min-width: 992px) {
  .banner__content img {
    max-width: 7rem;
  }
}
.banner__content a {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
}
@media (min-width: 992px) {
  .banner__content a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 3.26rem;
  }
}
.banner__content:after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(21, 45, 47, 0.7);
  z-index: 1;
}
.banner__content:hover {
  background-size: 105%;
}

.day.disabled {
  background-color: #e0e0e0;
  color: #9e9e9e;
  cursor: not-allowed;
}

#error__emails-not-match {
  color: red;
  font-family: "DM Sans", sans-serif;
  font-size: 1.2rem;
  width: 100%;
}
@media (min-width: 992px) {
  #error__emails-not-match {
    margin-top: -6rem;
  }
}

.archive {
  background-color: #f3f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.archive .tabs {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 576px) {
  .archive .tabs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.archive .tabs li {
  max-width: 200px;
  width: 100%;
}
@media (min-width: 576px) {
  .archive .tabs li {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    width: 100%;
  }
}
.archive__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.archive__form input[type=submit] {
  background-color: #152d2f;
  padding: 1rem 2.5rem;
  text-transform: uppercase;
  font-size: 1.8rem;
}
.archive__form-field-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  gap: 1.5rem;
  padding: 0 0 3.5rem 0;
}
@media (min-width: 992px) {
  .archive__form-field-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 0 5rem 0;
    gap: 3.7rem;
  }
}
.archive__search {
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  .archive__search {
    padding-bottom: 10rem;
  }
}
.archive__search-field {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
}
.archive__search-field input[type=text] {
  color: hsla(185, 38%, 13%, 0.7) !important;
  font-size: 1.8rem;
  font-weight: 700;
}
.archive__search-field input[type=submit] {
  font-weight: 700;
}
.archive__search-field input::-webkit-input-placeholder {
  color: hsla(185, 38%, 13%, 0.7);
  font-size: 1.3rem;
  font-weight: 700;
}
.archive__search-field input::-moz-placeholder {
  color: hsla(185, 38%, 13%, 0.7);
  font-size: 1.3rem;
  font-weight: 700;
}
.archive__search-field input:-ms-input-placeholder {
  color: hsla(185, 38%, 13%, 0.7);
  font-size: 1.3rem;
  font-weight: 700;
}
.archive__search-field input::-ms-input-placeholder {
  color: hsla(185, 38%, 13%, 0.7);
  font-size: 1.3rem;
  font-weight: 700;
}
.archive__search-field input::placeholder {
  color: hsla(185, 38%, 13%, 0.7);
  font-size: 1.3rem;
  font-weight: 700;
}
@media (min-width: 375px) {
  .archive__search-field input::-webkit-input-placeholder {
    font-size: 1.6rem;
  }
  .archive__search-field input::-moz-placeholder {
    font-size: 1.6rem;
  }
  .archive__search-field input:-ms-input-placeholder {
    font-size: 1.6rem;
  }
  .archive__search-field input::-ms-input-placeholder {
    font-size: 1.6rem;
  }
  .archive__search-field input::placeholder {
    font-size: 1.6rem;
  }
}
@media (min-width: 420px) {
  .archive__search-field input::-webkit-input-placeholder {
    font-size: 1.8rem;
  }
  .archive__search-field input::-moz-placeholder {
    font-size: 1.8rem;
  }
  .archive__search-field input:-ms-input-placeholder {
    font-size: 1.8rem;
  }
  .archive__search-field input::-ms-input-placeholder {
    font-size: 1.8rem;
  }
  .archive__search-field input::placeholder {
    font-size: 1.8rem;
  }
}
.archive .align-right {
  text-align: right;
  font-weight: 500;
  color: #152d2f;
  margin-bottom: 4rem;
}
.archive .post__pagination {
  padding-bottom: 10rem;
}
@media (min-width: 992px) {
  .archive .post__pagination {
    padding-bottom: 15rem;
  }
}
.archive .no-results {
  padding-bottom: 4rem;
}

.documents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  .documents {
    padding-bottom: 15rem;
  }
}
.documents__wrapper {
  max-width: 1161px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.5rem;
  padding: 0 1rem;
}
@media (min-width: 1240px) {
  .documents__wrapper {
    padding: 0;
  }
}

.gallery__docs {
  background: #fff;
}
@media (min-width: 992px) {
  .gallery__docs {
    padding-bottom: 10rem;
  }
}

.maps {
  background-image: url(".././images/texture-bg.jpg");
  background-size: cover;
  background-position: center;
  padding: 5rem 0 10rem 0;
}
@media (min-width: 992px) {
  .maps {
    padding: 10rem 0 15rem 0;
  }
}
.maps .parent {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 100%) 5rem minmax(0, 50%);
  grid-template-columns: minmax(0, 100%) minmax(0, 50%);
  -ms-grid-rows: auto 5rem auto;
  grid-template-rows: auto auto;
      grid-template-areas: "one one" "two three";
  gap: 5rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: auto;
  position: relative;
}
@media (min-width: 992px) {
  .maps .parent {
    -ms-grid-columns: minmax(0, 783px) 5rem minmax(0, 607px);
    grid-template-columns: minmax(0, 783px) minmax(0, 607px);
    -ms-grid-rows: auto 5rem auto;
    grid-template-rows: auto auto;
        grid-template-areas: "one two" "one three";
    gap: 5rem;
    height: 564px;
  }
}
.maps .parent img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.maps .parent .div1 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: one;
  width: 100%;
  height: 263px;
}
@media (min-width: 992px) {
  .maps .parent .div1 {
    max-width: 783px;
    height: 100%;
  }
}
.maps .parent .div2 {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: two;
  max-width: 100%;
  max-height: 111px;
  width: 100%;
  height: 100%;
}
@media (min-width: 992px) {
  .maps .parent .div2 {
    max-width: 607px;
    max-height: 264px;
  }
}
.maps .parent .div3 {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: three;
  max-width: 100%;
  max-height: 111px;
  width: 100%;
  height: 100%;
}
@media (min-width: 992px) {
  .maps .parent .div1 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .maps .parent .div2 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .maps .parent .div3 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
}
@media (min-width: 992px) {
  .maps .parent .div3 {
    max-width: 607px;
    max-height: 264px;
  }
}
.maps .parent .total__maps {
  background-color: rgba(21, 45, 47, 0.75);
  z-index: 99;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  font-family: "DM Sans", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 1240px) {
  .maps .parent .total__maps {
    font-size: 6.4rem;
  }
}
.maps .parent div:nth-of-type(n + 5),
.maps .parent .total__maps {
  /* Your styles here */
  position: absolute;
  right: 0;
  bottom: 0;
  width: 45%;
  max-height: 111px;
  height: 100%;
}
@media (min-width: 768px) {
  .maps .parent div:nth-of-type(n + 5),
  .maps .parent .total__maps {
    width: 47%;
  }
}
@media (min-width: 992px) {
  .maps .parent div:nth-of-type(n + 5),
  .maps .parent .total__maps {
    max-height: 264px;
    width: 48%;
    bottom: -17px;
  }
}
@media (min-width: 1240px) {
  .maps .parent div:nth-of-type(n + 5),
  .maps .parent .total__maps {
    bottom: -17px;
    max-width: 607px;
    max-height: 264px;
    width: 100%;
  }
}

/* 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: #f3f5f5;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #152d2f;
  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;
}